]> git.lyx.org Git - lyx.git/blob - lib/doc/es_EmbeddedObjects.lyx
EmbeddedObjects: remove prettyref description
[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}[2004/07/16]
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 % if pdflatex is used
49 \usepackage{ifpdf}
50 \ifpdf
51
52 % set fonts for nicer pdf view
53 \IfFileExists{lmodern.sty}
54  {\usepackage{lmodern}} % if it exists
55  {% if it exists not
56   \usepackage[scaled=0.92]{helvet}
57   \usepackage{mathptmx}
58   \usepackage{courier}
59  } % end if it exists not
60
61 % link all cross references and URLs
62 % in pdf output
63  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
64   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
65   pdfpagelayout=OneColumn, pdfnewwindow=true,
66   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
67   pdfauthor={LyX Team}, pdftex,
68   pdftitle={LyX's Figure, Table, Floats, Notes, and Boxes manual},
69   pdfsubject={LyX-documentation about figures, tables, floats, notes, and boxes},
70   pdfkeywords={LyX, Tables, Figures, Floats, Boxes, Notes}]{hyperref}
71  
72 \else % if dvi or ps is produced
73
74  % link all cross references and URLs in DVI output
75  \usepackage[ps2pdf, colorlinks=true,
76   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
77
78 \fi % end if pdflatex is used
79
80 % that links to image floats jumps
81 % to the beginning of the float and 
82 % not to its caption
83 \usepackage[figure]{hypcap}
84
85 % used for colored tables
86 \@ifundefined{textcolor}
87  {\usepackage{color}}{}
88 \usepackage{colortbl}
89 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
90 \definecolor{grisclaro}{gray}{0.8}
91
92 % used for multirows
93 \usepackage{multirow}
94 %\renewcommand{\multirowsetup}{\centering}
95
96 % used for book-style tables
97 \usepackage{booktabs}
98
99 % used to have extra space in table cells,
100 \setlength{\extrarowheight}{2pt}
101
102 % used for customized tables
103 % ---
104 \newcolumntype{M}[1]
105  {>{\centering\hspace{0pt}}m{#1}}
106
107 \newcolumntype{S}[2]
108  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
109
110 \newcolumntype{K}[1]
111  {>{\columncolor{#1}\hspace{0pt}}c}
112
113 \newcolumntype{V}{!{\vrule width 1.5pt}}
114
115 \newcolumntype{W}{!{\color{green}\vline}}
116 % ---
117
118 % To be able to enter the characters ° and · directly in LyX
119 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
120 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
121
122 % the pages of the TOC are numbered roman
123 % and a PDF-bookmark for the TOC is added
124 \pagenumbering{roman}
125 \let\myTOC\tableofcontents
126 \renewcommand{\tableofcontents}{%
127  \pdfbookmark[1]{Contenidos}{}
128  \myTOC
129  \cleardoublepage
130  \pagenumbering{arabic}}
131
132 % insert additional vertical space of
133 % 1.5 mm between footnotes
134 \let\myFoot\footnote
135 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
136
137 % enable algorithm floats to be referenced
138 \newfloat{Xalgorithm}{tbp}{loa}
139 \floatname{Xalgorithm}{Algoritmo}
140 \newcommand{\theHalgorithm}{\theHXalgorithm}
141 \renewenvironment{algorithm}[1][tbp]
142  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
143
144 % number algorithm floats within chapters
145 \numberwithin{Xalgorithm}{chapter}
146
147 % redefine the greyed out note
148 \renewenvironment{lyxgreyedout}
149  {\textcolor{blue}\bgroup}{\egroup}
150
151 % ------------------------------------
152 % used to check for needed LaTeX packages
153 \usepackage{ifthen}
154
155 % check for package arydshln
156 % used for tables with dashed lines
157 \newboolean{arydshln}
158 \IfFileExists{arydshln.sty}
159  {\usepackage{arydshln}
160   \setboolean{arydshln}{true}}
161  {\setboolean{arydshln}{false}}
162
163 % check for package marginnote
164 % used for margin notes
165 \newboolean{marginnote}
166 \IfFileExists{marginnote.sty}
167  {\usepackage{marginnote}
168   \let\marginpar\marginnote
169   \setboolean{marginnote}{true}}
170  {\setboolean{marginnote}{false}}
171 \end_preamble
172 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage
173 \language spanish
174 \inputencoding auto
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_default_family default
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183 \graphics default
184 \paperfontsize 12
185 \spacing single
186 \papersize default
187 \use_geometry false
188 \use_amsmath 2
189 \use_esint 0
190 \cite_engine basic
191 \use_bibtopic false
192 \paperorientation portrait
193 \secnumdepth 3
194 \tocdepth 3
195 \paragraph_separation skip
196 \defskip medskip
197 \quotes_language english
198 \papercolumns 1
199 \papersides 2
200 \paperpagestyle default
201 \bullet 1 1 34 -1
202 \bullet 2 2 35 -1
203 \bullet 3 2 7 -1
204 \tracking_changes false
205 \output_changes true
206 \author "" 
207 \end_header
208
209 \begin_body
210
211 \begin_layout Title
212 Manual de Tablas, Figuras, Flotantes, Notas y Cuadros en LyX
213 \end_layout
214
215 \begin_layout Author
216 por el Equipo LyX
217 \begin_inset Foot
218 status collapsed
219
220 \begin_layout Standard
221 \noindent
222 Si tienes comentarios o correcciones, por favor, envíalo a la lista de correo
223  de Documentación de LyX: 
224 \family typewriter
225
226 \begin_inset ERT
227 status collapsed
228
229 \begin_layout Standard
230
231
232 \backslash
233 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's es-ExtendedInsets manual}{
234 \end_layout
235
236 \end_inset
237
238 lyx-docs@lists.lyx.org
239 \begin_inset ERT
240 status collapsed
241
242 \begin_layout Standard
243
244 }
245 \end_layout
246
247 \end_inset
248
249
250 \end_layout
251
252 \end_inset
253
254
255 \begin_inset Note Note
256 status collapsed
257
258 \begin_layout Standard
259 autor original: Uwe Stöhr
260 \end_layout
261
262 \end_inset
263
264
265 \begin_inset Note Note
266 status collapsed
267
268 \begin_layout Standard
269 Traducción de: Ignacio García <ignacio.garcia@tele2.es> 
270 \end_layout
271
272 \end_inset
273
274
275 \newline
276
277 \newline
278
279 \family sans
280 Versión 1.5.0-1
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset LatexCommand tableofcontents
285
286 \end_inset
287
288
289 \end_layout
290
291 \begin_layout Standard
292 \begin_inset Note Note
293 status open
294
295 \begin_layout Standard
296 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
297  estar instalados los paquetes LaTeX 
298 \series bold
299 arydshln
300 \series default
301  y 
302 \series bold
303 marginnote
304 \series default
305 .
306  Si no están instalados, también podrás exportar el documento, pero las
307  secciones en que dichos paquetes son necesarios no aparecen en la salida.
308 \end_layout
309
310 \begin_layout Standard
311 La última versión en PDF de este documento puede encontrarse aquí:
312 \series bold
313
314 \newline
315 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
316 \end_layout
317
318 \end_inset
319
320
321 \end_layout
322
323 \begin_layout Chapter
324 Figuras
325 \begin_inset LatexCommand label
326 name "cha:Figuras"
327
328 \end_inset
329
330
331 \begin_inset LatexCommand index
332 name "Figuras"
333
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Section
340 Diálogo Gráficos
341 \begin_inset LatexCommand index
342 name "Figuras ! Diálogo Gráficos"
343
344 \end_inset
345
346
347 \end_layout
348
349 \begin_layout Standard
350 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
351  texto que desees y haz click en el icono 
352 \begin_inset Graphics
353         filename ../images/dialog-show-new-inset_graphics.xpm
354         scale 85
355
356 \end_inset
357
358  o en el menú 
359 \family sans
360 Insertar\SpecialChar \menuseparator
361 Imagen\SpecialChar \ldots{}
362
363 \family default
364  Aparecerá un diálogo para escoger el archivo a cargar.
365  La imagen aparecerá en el archivo de salida exactamente en la misma posición
366  en la que la has colocado.
367 \end_layout
368
369 \begin_layout Standard
370 El diálogo Gráficos puede lanzarse en cualquier momento haciendo click-derecha
371  sobre una imagen.
372  Este diálogo tiene tres pestañas:
373 \end_layout
374
375 \begin_layout Description
376 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
377  presentación en LyX y en la salida.
378  En el apéndice\InsetSpace ~
379
380 \begin_inset LatexCommand ref
381 reference "cha:Unidades-disponibles-en"
382
383 \end_inset
384
385  se detallan las unidades disponibles para el tamaño del gráfico.
386 \newline
387 Puedes girar
388  los gráficos en el sentido de las agujas de reloj estableciendo un ángulo
389  y un origen de rotación.
390  La imagen también gira en LyX.
391 \end_layout
392
393 \begin_layout Description
394 Recorte Alternativamente al escalado, es posible establacer las coordenadas
395  de la imagen para ajustar su altura y anchura en la salida.
396  Además, las coordenadas se pueden calcular automáticamente pinchando el
397  botón 
398 \family sans
399 Obtener\InsetSpace ~
400 de\InsetSpace ~
401 archivo
402 \family default
403 .
404  El botón 
405 \family sans
406 Recortar\InsetSpace ~
407 al\InsetSpace ~
408 cuadro\InsetSpace ~
409 delimitador
410 \family default
411  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
412 as.
413  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta pestaña.
414 \end_layout
415
416 \begin_layout Description
417 Opciones\InsetSpace ~
418 extra Aquí puedes poner una imagen como subfigura de una figura
419  flotante que tiene su propio título.
420  Las subfiguras se explican en la sección\InsetSpace ~
421
422 \begin_inset LatexCommand ref
423 reference "sec:Figuras-Flotantes"
424
425 \end_inset
426
427 .
428 \newline
429 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
430 \newline
431 La
432  opción 
433 \family sans
434 Modo\InsetSpace ~
435 borrador
436 \family default
437  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
438 \newline
439 La
440  opción 
441 \family sans
442 No\InsetSpace ~
443 descomprimir\InsetSpace ~
444 al\InsetSpace ~
445 exportar
446 \family default
447  sólo afecta a los gráficos EPS comprimidos, p.\InsetSpace \thinspace{}
448 e.\InsetSpace ~
449
450 \emph on
451 x.eps.gz
452 \emph default
453 .
454  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
455  puesto que LaTeX puede manejarlas como están.
456 \newline
457 Los gráficos EPS comprimidos
458  sirven para ahorrar espacio de disco si se utiliza PostScript como formato
459  de salida, ver apéndice\InsetSpace ~
460
461 \begin_inset LatexCommand ref
462 reference "sec:PostScript"
463
464 \end_inset
465
466 .
467  Para comprimir gráficos EPS, use los siguientes comandos en un UNIX-shell
468  o en consola de Windows:
469 \newline
470
471 \series bold
472 gzip x.eps
473 \series default
474
475 \newline
476
477 \series bold
478 zgrep %%Bounding x.eps.gz > x.eps.bb
479 \series default
480
481 \newline
482 El segundo comando crea un archivo de cuadro delimitador 
483 \begin_inset Quotes eld
484 \end_inset
485
486 x.eps.bb
487 \begin_inset Quotes erd
488 \end_inset
489
490  que necesita LaTeX para gráficos comprimidos.
491 \end_layout
492
493 \begin_layout Standard
494
495 \newpage
496
497 \end_layout
498
499 \begin_layout Standard
500 Esto es un ejemplo de imagen en formato EPS
501 \begin_inset Foot
502 status collapsed
503
504 \begin_layout Standard
505 Formatos de imagen se explica en el sección\InsetSpace ~
506
507 \begin_inset LatexCommand ref
508 reference "sec:Formatos-de-imagen"
509
510 \end_inset
511
512 .
513 \end_layout
514
515 \end_inset
516
517  en un párrafo separado centrado horizontalmente:
518 \end_layout
519
520 \begin_layout Standard
521 \align center
522 \begin_inset Graphics
523         filename mobius.eps
524         display color
525         scale 70
526         rotateOrigin center
527
528 \end_inset
529
530
531 \end_layout
532
533 \begin_layout Standard
534 Esta es la misma imagen pero en modo borrador:
535 \end_layout
536
537 \begin_layout Standard
538 \align center
539 \begin_inset Graphics
540         filename mobius.eps
541         display color
542         scale 70
543         draft
544         rotateOrigin center
545
546 \end_inset
547
548
549 \end_layout
550
551 \begin_layout Section
552 Figuras Flotantes
553 \begin_inset LatexCommand label
554 name "sec:Figuras-Flotantes"
555
556 \end_inset
557
558
559 \begin_inset LatexCommand index
560 name "Flotantes ! Figuras Flotantes"
561
562 \end_inset
563
564
565 \begin_inset LatexCommand index
566 name "Figuras ! Flotantes"
567
568 \end_inset
569
570
571 \end_layout
572
573 \begin_layout Standard
574 Para información general sobre flotantes, echa una ojeada a la sección\InsetSpace ~
575
576 \begin_inset LatexCommand ref
577 reference "sec:IntroducciónFlotantes"
578
579 \end_inset
580
581 .
582 \end_layout
583
584 \begin_layout Standard
585 El botón 
586 \begin_inset Graphics
587         filename ../images/float-insert_figure.xpm
588         scale 85
589
590 \end_inset
591
592  y el menú 
593 \family sans
594 Insertar\SpecialChar \menuseparator
595 Flotante\SpecialChar \menuseparator
596 Figura
597 \family default
598  insertan un flotante con la etiqueta "
599 \series bold
600 Figura #:
601 \series default
602 ".
603  Detrás de esta etiqueta escribe el texto para el encabezado que quieras
604  para la figura.
605  Para insertar una imagen sobre su título sitúa el cursor delante del encabezado
606 , presiona Enter e inserta la imagen como se describe arriba.
607  Esto se hace para la Figura\InsetSpace ~
608
609 \begin_inset LatexCommand ref
610 reference "fig:kill-plat"
611
612 \end_inset
613
614 .
615  Si quieres que la imagen esté bajo su título, sitúa el cursor detrás del
616  mismo, presiona Enter e inserta la imagen.
617  Esto se hace para la Figura\InsetSpace ~
618
619 \begin_inset LatexCommand ref
620 reference "fig:escher"
621
622 \end_inset
623
624 .
625  Más información sobre ubicación de encabezados en la sección\InsetSpace ~
626
627 \begin_inset LatexCommand ref
628 reference "sec:Colocación-de-Encabezados"
629
630 \end_inset
631
632 .
633 \end_layout
634
635 \begin_layout Standard
636 \begin_inset Float figure
637 wide false
638 sideways false
639 status open
640
641 \begin_layout Standard
642 \align center
643 \begin_inset Graphics
644         filename platypus.eps
645         display color
646         width 50col%
647         rotateOrigin center
648
649 \end_inset
650
651
652 \end_layout
653
654 \begin_layout Standard
655 \begin_inset Caption
656
657 \begin_layout Standard
658 \begin_inset LatexCommand label
659 name "fig:kill-plat"
660
661 \end_inset
662
663 Un platypus muy distorsionado en un flotante.
664 \end_layout
665
666 \end_inset
667
668
669 \end_layout
670
671 \end_inset
672
673
674 \end_layout
675
676 \begin_layout Standard
677 \begin_inset Float figure
678 wide false
679 sideways false
680 status open
681
682 \begin_layout Standard
683 \begin_inset Caption
684
685 \begin_layout Standard
686 \begin_inset LatexCommand label
687 name "fig:escher"
688
689 \end_inset
690
691 M.C.
692  Escher en ácido.
693 \end_layout
694
695 \end_inset
696
697
698 \end_layout
699
700 \begin_layout Standard
701 \align center
702 \begin_inset Graphics
703         filename escher-lsd.eps
704         display color
705         scale 80
706         rotateOrigin center
707
708 \end_inset
709
710
711 \end_layout
712
713 \end_inset
714
715
716 \end_layout
717
718 \begin_layout Standard
719 \begin_inset LatexCommand index
720 name "Referencias ! a Figuras"
721
722 \end_inset
723
724 Las figuras\InsetSpace ~
725
726 \begin_inset LatexCommand ref
727 reference "fig:kill-plat"
728
729 \end_inset
730
731  y 
732 \begin_inset LatexCommand ref
733 reference "fig:escher"
734
735 \end_inset
736
737  son ejemplos de figuras con referencias cruzadas.
738  Las figuras pueden tener referencias cruzadas en el documento mediante
739  referencia a su etiqueta.
740  Para hacerlo inserta una etiqueta en el encabezado usando el menú 
741 \family sans
742 Insertar\SpecialChar \menuseparator
743 Etiqueta
744 \family default
745  o el botón 
746 \begin_inset Graphics
747         filename ../images/label-insert.xpm
748         scale 85
749
750 \end_inset
751
752 .
753  Ahora puedes referirte a la etiqueta usando el menú 
754 \family sans
755 Insertar\SpecialChar \menuseparator
756 Referencia\InsetSpace ~
757 cruzada
758 \family default
759  o el botón 
760 \begin_inset Graphics
761         filename ../images/dialog-show-new-inset_ref.xpm
762         scale 85
763
764 \end_inset
765
766 .
767  Es importante emplear referencias a flotantes, mejor que alusiones vagas
768  como "la figura de arriba", porque como LaTeX recolocará los flotantes
769  en el documento final, podría no quedar "arriba" precisamente.
770 \end_layout
771
772 \begin_layout Standard
773 Normalmente sólo se inserta una imagen en un flotante, pero a veces podríamos
774  querer poner dos imágenes con subtítulos separados.
775  Esto es posible mediante la pestaña 
776 \family sans
777 Opciones\InsetSpace ~
778 extra
779 \family default
780  del diálogo gráficos.
781  Elije la opción 
782 \family sans
783 Subfigura
784 \family default
785  e introduce el subtítulo en la casilla 
786 \family sans
787 Descripción
788 \family default
789 .
790  Observa que sólo el título principal del encabezado del flotante se añade
791  a la Lista de Figuras.
792 \end_layout
793
794 \begin_layout Standard
795 La figura\InsetSpace ~
796
797 \begin_inset LatexCommand ref
798 reference "fig:Dos-imágenes-distorsionadas"
799
800 \end_inset
801
802  es un ejemplo de figura flotante con dos imágenes una junto a otra.
803  También se pueden poner una sobre otra.
804 \end_layout
805
806 \begin_layout Standard
807 \begin_inset Float figure
808 wide false
809 sideways false
810 status open
811
812 \begin_layout Standard
813
814 \hfill
815
816 \begin_inset Graphics
817         filename escher-lsd.eps
818         width 45col%
819         subcaption
820         subcaptionText "Estructura indefinible"
821
822 \end_inset
823
824
825 \hfill
826
827 \begin_inset Graphics
828         filename platypus.eps
829         lyxscale 60
830         width 45col%
831         subcaption
832         subcaptionText "Platypus"
833
834 \end_inset
835
836
837 \hfill
838
839 \end_layout
840
841 \begin_layout Standard
842 \begin_inset Caption
843
844 \begin_layout Standard
845 \begin_inset LatexCommand label
846 name "fig:Dos-imágenes-distorsionadas"
847
848 \end_inset
849
850 Dos imágenes distorsionadas.
851 \end_layout
852
853 \end_inset
854
855
856 \end_layout
857
858 \end_inset
859
860
861 \end_layout
862
863 \begin_layout Section
864 Formatos de Imagen
865 \begin_inset LatexCommand label
866 name "sec:Formatos-de-imagen"
867
868 \end_inset
869
870
871 \begin_inset LatexCommand index
872 name "Formatos de Imagen"
873
874 \end_inset
875
876
877 \begin_inset LatexCommand index
878 name "Figuras ! Formatos de Imagen"
879
880 \end_inset
881
882
883 \end_layout
884
885 \begin_layout Standard
886 Puedes insertar imágenes en cualquier formato.
887  Pero como se explica en el apéndice \InsetSpace ~
888
889 \begin_inset LatexCommand ref
890 reference "cha:Formatos-de-Archivos-de-Salida"
891
892 \end_inset
893
894 , cada formato de archivo del documento de salida permite solo ciertos formatos
895  de archivo de imagen.
896  Por eso LyX usa el programa 
897 \family sans
898 Imagemagick
899 \family default
900  en segundo plano para convertir imágenes al formato adecuado.
901  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
902  los formatos de imagen admitidos en el formato de archivo de salida.
903  Los formatos de salida se explican en el apéndice \InsetSpace ~
904
905 \begin_inset LatexCommand ref
906 reference "cha:Formatos-de-Archivos-de-Salida"
907
908 \end_inset
909
910 .
911 \end_layout
912
913 \begin_layout Standard
914 Como en el caso de las fuentes, hay dos tipos de archivos de imagen::
915 \end_layout
916
917 \begin_layout Description
918 Imágenes\InsetSpace ~
919 Mapa\InsetSpace ~
920 de\InsetSpace ~
921 bits (Bitmap) consiste en valores de píxel, generalmente comprimid
922 os.
923  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
924  de zoom.
925  Formatos de imágenes en bitmap bien conocidos son "Graphics Interchange
926  Format" (GIF, extensión ".gif")
927 \begin_inset LatexCommand index
928 name "GIF|see{Formatos de Imagen}"
929
930 \end_inset
931
932 , "Portable Network Graphics" (PNG, extensión ".png")
933 \begin_inset LatexCommand index
934 name "PNG|see{Formatos de Imagen}"
935
936 \end_inset
937
938 , y "Joint Photographic Experts Group" (JPG, extensión ".jpg" o ".jpeg")
939 \begin_inset LatexCommand index
940 name "JPG|see{Formatos de Imagen}"
941
942 \end_inset
943
944 .
945 \end_layout
946
947 \begin_layout Description
948 Imágenes\InsetSpace ~
949 vectoriales consisten en vectores y por tanto pueden escalarse a
950  cualquier tamaño sin pérdidas.
951  La posibilidad de escalado hace falta para crear presentaciones, porque
952  éstas siempre son escaladas por el proyector.
953  El escalado también es útil en los documentoos en línea para permitir el
954  zoom en diagramas.
955 \newline
956 Formatos de imagen escalables pueden ser "Scalable Vector
957  Graphics" (SVG, extensión ".svg")
958 \begin_inset LatexCommand index
959 name "SVG|see{Formatos de Imagen}"
960
961 \end_inset
962
963 , "Encapsulated PostScript" (EPS, extensión ".eps")
964 \begin_inset LatexCommand index
965 name "EPS|see{Formatos de Imagen}"
966
967 \end_inset
968
969 , "Portabla Document Format" (PDF, extensión ".pdf")
970 \begin_inset LatexCommand index
971 name "PDF|see{Formatos de Imagen}"
972
973 \end_inset
974
975 , y "Windows Metafile" (WMF, extensión ".wmf")
976 \begin_inset LatexCommand index
977 name "WMF|see{Formatos de Imagen}"
978
979 \end_inset
980
981 .
982  Escribimos "pueden ser", porque se puede convertir cualquier imagen bitmap
983  a PDF o EPS y el resultado será todavía una imagen bitmap.
984  En estos casos sólo se añade una cabecera con las propiedades de la imagen
985  a la imagen original
986 \begin_inset Foot
987 status open
988
989 \begin_layout Standard
990 En el caso de PDF, además se comprime la imagen original.
991 \end_layout
992
993 \end_inset
994
995 .
996  Por ejemplo, los archivos PDF generados por 
997 \family sans
998 Adobe Photoshop
999 \family default
1000  son imágenes bitmap.
1001 \end_layout
1002
1003 \begin_layout Standard
1004 Normalmente no es posible convertir una imagen bitmap a escalable, sólo
1005  viceversa.
1006  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1007  archivos de salida PDF y PostScript, respectivamente.
1008  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1009  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1010 \begin_inset Formula $\to$
1011 \end_inset
1012
1013  PDF/EPS.
1014 \end_layout
1015
1016 \begin_layout Chapter
1017 Tablas
1018 \begin_inset LatexCommand label
1019 name "cha:Tablas"
1020
1021 \end_inset
1022
1023
1024 \begin_inset LatexCommand index
1025 name "Tablas"
1026
1027 \end_inset
1028
1029
1030 \end_layout
1031
1032 \begin_layout Section
1033 Introducción
1034 \begin_inset LatexCommand index
1035 name "Tablas ! Introducción"
1036
1037 \end_inset
1038
1039
1040 \end_layout
1041
1042 \begin_layout Standard
1043 Puede insertarse una tabla mediante el botón
1044 \begin_inset Graphics
1045         filename ../images/tabular-insert.xpm
1046         scale 85
1047
1048 \end_inset
1049
1050  o el menú 
1051 \family sans
1052 Insertar\SpecialChar \menuseparator
1053 Tabla
1054 \family default
1055 .
1056  Aparece un diálogo en el que se pide el número de filas y columnas.
1057  Por defecto, la tabla tiene líneas que enmarcan cada celda y la primera
1058  fila aparece separada por una línea doble: la línea inferior de la primera
1059  fila y la línea superior de la segunda fila.
1060  Ejemplo de tabla:
1061 \end_layout
1062
1063 \begin_layout Standard
1064 \align center
1065 \begin_inset Tabular
1066 <lyxtabular version="3" rows="4" columns="4">
1067 <features>
1068 <column alignment="center" valignment="top" leftline="true" width="0">
1069 <column alignment="center" valignment="top" leftline="true" width="0pt">
1070 <column alignment="center" valignment="top" leftline="true" width="0in">
1071 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1072 <row topline="true" bottomline="true">
1073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1074 \begin_inset Text
1075
1076 \begin_layout Standard
1077
1078 \end_layout
1079
1080 \end_inset
1081 </cell>
1082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1083 \begin_inset Text
1084
1085 \begin_layout Standard
1086
1087 \family roman
1088 \series medium
1089 \shape up
1090 \size normal
1091 \emph off
1092 \bar no
1093 \noun off
1094 \color none
1095 1
1096 \end_layout
1097
1098 \end_inset
1099 </cell>
1100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1101 \begin_inset Text
1102
1103 \begin_layout Standard
1104 2
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1110 \begin_inset Text
1111
1112 \begin_layout Standard
1113 3
1114 \end_layout
1115
1116 \end_inset
1117 </cell>
1118 </row>
1119 <row topline="true">
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Standard
1124
1125 \family roman
1126 \series medium
1127 \shape up
1128 \size normal
1129 \emph off
1130 \bar no
1131 \noun off
1132 \color none
1133 A
1134 \end_layout
1135
1136 \end_inset
1137 </cell>
1138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1139 \begin_inset Text
1140
1141 \begin_layout Standard
1142
1143 \end_layout
1144
1145 \end_inset
1146 </cell>
1147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1148 \begin_inset Text
1149
1150 \begin_layout Standard
1151
1152 \end_layout
1153
1154 \end_inset
1155 </cell>
1156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1157 \begin_inset Text
1158
1159 \begin_layout Standard
1160
1161 \end_layout
1162
1163 \end_inset
1164 </cell>
1165 </row>
1166 <row topline="true">
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Standard
1171
1172 \family roman
1173 \series medium
1174 \shape up
1175 \size normal
1176 \emph off
1177 \bar no
1178 \noun off
1179 \color none
1180 B
1181 \end_layout
1182
1183 \end_inset
1184 </cell>
1185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1186 \begin_inset Text
1187
1188 \begin_layout Standard
1189
1190 \end_layout
1191
1192 \end_inset
1193 </cell>
1194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1195 \begin_inset Text
1196
1197 \begin_layout Standard
1198
1199 \family roman
1200 \series medium
1201 \shape up
1202 \size normal
1203 \emph off
1204 \bar no
1205 \noun off
1206 \color none
1207  
1208 \end_layout
1209
1210 \end_inset
1211 </cell>
1212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1213 \begin_inset Text
1214
1215 \begin_layout Standard
1216
1217 \end_layout
1218
1219 \end_inset
1220 </cell>
1221 </row>
1222 <row topline="true" bottomline="true">
1223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Standard
1227
1228 \family roman
1229 \series medium
1230 \shape up
1231 \size normal
1232 \emph off
1233 \bar no
1234 \noun off
1235 \color none
1236 C
1237 \end_layout
1238
1239 \end_inset
1240 </cell>
1241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1242 \begin_inset Text
1243
1244 \begin_layout Standard
1245
1246 \end_layout
1247
1248 \end_inset
1249 </cell>
1250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Standard
1254
1255 \end_layout
1256
1257 \end_inset
1258 </cell>
1259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Standard
1263
1264 \end_layout
1265
1266 \end_inset
1267 </cell>
1268 </row>
1269 </lyxtabular>
1270
1271 \end_inset
1272
1273
1274 \end_layout
1275
1276 \begin_layout Section
1277 Diálogo Tablas
1278 \begin_inset LatexCommand index
1279 name "Tablas ! Diálogo"
1280
1281 \end_inset
1282
1283
1284 \end_layout
1285
1286 \begin_layout Standard
1287 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1288  pinchar sobre ella con el botón derecho del ratón.
1289  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1290  encuentra el cursor.
1291  La mayoría de opciones también trabajan sobre una selección de celdas,
1292  de filas o de columnas.
1293  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1294  su 
1295 \emph on
1296 contenido
1297 \emph default
1298 .
1299  En el cuadro de diálogo aparecen las siguientes pestañas:
1300 \end_layout
1301
1302 \begin_layout Description
1303
1304 \family sans
1305 Configuración\InsetSpace ~
1306 de\InsetSpace ~
1307 Tabla
1308 \family default
1309  Aquí puedes establacer la alineación horizontal para la fila actual y la
1310  anchura de la columna actual.
1311  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1312  Una anchura determinada permite tener saltos de línea y distintos párrafos
1313  de texto, ver sección \InsetSpace ~
1314
1315 \begin_inset LatexCommand ref
1316 reference "sub:Líneas-Múltiples-en"
1317
1318 \end_inset
1319
1320 .
1321  Si no establaces anchura, la columna será tan ancha como el contenido de
1322  la celda más ancha.
1323 \newline
1324 Además, puedes marcar una o más celdas de una fila como
1325  una celda multicolumna, ver sección\InsetSpace ~
1326
1327 \begin_inset LatexCommand ref
1328 reference "sub:Multicolumnas"
1329
1330 \end_inset
1331
1332 .
1333 \newline
1334 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1335  90º en el sentido de las agujas del reloj.
1336  La rotación no se ve en LyX, sí en la salida.
1337 \newline
1338
1339 \begin_inset Note Greyedout
1340 status open
1341
1342 \begin_layout Standard
1343
1344 \series bold
1345 Nota: 
1346 \series default
1347 No todos los visores DVI pueden mostrar rotaciones.
1348 \end_layout
1349
1350 \end_inset
1351
1352
1353 \newline
1354 Tambien es posible introducir argumentos LaTeX necesarios para formatos
1355  especiales, ver sección\InsetSpace ~
1356
1357 \begin_inset LatexCommand ref
1358 reference "sub:Cálculos-en-Multicolumnas"
1359
1360 \end_inset
1361
1362  y 
1363 \begin_inset LatexCommand ref
1364 reference "sec:Tablas-Coloreadas"
1365
1366 \end_inset
1367
1368 .
1369 \end_layout
1370
1371 \begin_layout Description
1372
1373 \family sans
1374 Bordes
1375 \family default
1376  En esta pestaña puedes añadir y quitar bordes para la fila/columna actual.
1377 \end_layout
1378
1379 \begin_layout Description
1380
1381 \family sans
1382 Tabla\InsetSpace ~
1383 Larga
1384 \family default
1385  Para hacer "
1386 \emph on
1387 tablas largas
1388 \emph default
1389 " que pueden extenderse por varias páginas.
1390  La sección\InsetSpace ~
1391
1392 \begin_inset LatexCommand ref
1393 reference "sec:Tablas-Largas"
1394
1395 \end_inset
1396
1397  describe su uso en detalle.
1398 \end_layout
1399
1400 \begin_layout Standard
1401 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
1402  con las teclas de flecha de celda en celda y la propiedad de la celda actual
1403  aparecerá inmediatamente en el diálogo.
1404 \end_layout
1405
1406 \begin_layout Section
1407 Barra de Herramientas de Tablas
1408 \begin_inset LatexCommand index
1409 name "Tablas ! Barra de Herramientas"
1410
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \begin_layout Standard
1417 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
1418  para cambiar las tablas de manera más rápida.
1419  Normalmente debería aparecer en la parte inferior de la ventana principal
1420  de LyX cuando el cursor está dentro de una tabla.
1421  En cualquier momento se puede presentar esta barra pinchando con el botón
1422  derecho del ratón en cualquier punto de la barra principal de menú.
1423 \end_layout
1424
1425 \begin_layout Standard
1426 La barra de herramientas tiene los siguientes iconos:
1427 \end_layout
1428
1429 \begin_layout Labeling
1430 \labelwidthstring 00.00.0000
1431 \begin_inset Graphics
1432         filename ../images/tabular-feature_append-row.xpm
1433
1434 \end_inset
1435
1436  añade una fila bajo la celda actual o selección
1437 \end_layout
1438
1439 \begin_layout Labeling
1440 \labelwidthstring 00.00.0000
1441 \begin_inset Graphics
1442         filename ../images/tabular-feature_append-column.xpm
1443
1444 \end_inset
1445
1446  añade una columna a la derecha de la celda actual o selección
1447 \end_layout
1448
1449 \begin_layout Labeling
1450 \labelwidthstring 00.00.0000
1451 \begin_inset Graphics
1452         filename ../images/tabular-feature_delete-row.xpm
1453
1454 \end_inset
1455
1456  borra la fila actual o selección
1457 \end_layout
1458
1459 \begin_layout Labeling
1460 \labelwidthstring 00.00.0000
1461 \begin_inset Graphics
1462         filename ../images/tabular-feature_delete-column.xpm
1463
1464 \end_inset
1465
1466  borra la columna actual o selección
1467 \end_layout
1468
1469 \begin_layout Labeling
1470 \labelwidthstring 00.00.0000
1471 \begin_inset Graphics
1472         filename ../images/tabular-feature_toggle-line-top.xpm
1473
1474 \end_inset
1475
1476  añade una línea sobre la celda/fila actual o la selección
1477 \end_layout
1478
1479 \begin_layout Labeling
1480 \labelwidthstring 00.00.0000
1481 \begin_inset Graphics
1482         filename ../images/tabular-feature_toggle-line-bottom.xpm
1483
1484 \end_inset
1485
1486  añade una línea bajo la celda/fila actual o la selección
1487 \end_layout
1488
1489 \begin_layout Labeling
1490 \labelwidthstring 00.00.0000
1491 \begin_inset Graphics
1492         filename ../images/tabular-feature_toggle-line-left.xpm
1493
1494 \end_inset
1495
1496  añade una línea a la izquierda de la celda/fila actual o la selección
1497 \end_layout
1498
1499 \begin_layout Labeling
1500 \labelwidthstring 00.00.0000
1501 \begin_inset Graphics
1502         filename ../images/tabular-feature_toggle-line-right.xpm
1503
1504 \end_inset
1505
1506  añade una línea a la derecha de la celda/fila actual o la selección
1507 \end_layout
1508
1509 \begin_layout Labeling
1510 \labelwidthstring 00.00.0000
1511 \begin_inset Graphics
1512         filename ../images/tabular-feature_set-all-lines.xpm
1513
1514 \end_inset
1515
1516  añade líneas alrededor de la celda actual o seleccionadas - si la celda
1517  actual no es multicolumna esto afecta también a la fila y columna actuales
1518 \end_layout
1519
1520 \begin_layout Labeling
1521 \labelwidthstring 00.00.0000
1522 \begin_inset Graphics
1523         filename ../images/tabular-feature_unset-all-lines.xpm
1524
1525 \end_inset
1526
1527  borra todas las líneas de la celda o celdas seleccionadas - si la celda
1528  actual no es multicolumna esto afecta también a la fila y columna actuales
1529 \end_layout
1530
1531 \begin_layout Labeling
1532 \labelwidthstring 00.00.0000
1533 \begin_inset Graphics
1534         filename ../images/tabular-feature_align-left.xpm
1535
1536 \end_inset
1537
1538  alinea a la izquierda el contenido de la celda / columna
1539 \end_layout
1540
1541 \begin_layout Labeling
1542 \labelwidthstring 00.00.0000
1543 \begin_inset Graphics
1544         filename ../images/tabular-feature_align-center.xpm
1545
1546 \end_inset
1547
1548  centra el contenido de la celda / columna horizontalmente
1549 \end_layout
1550
1551 \begin_layout Labeling
1552 \labelwidthstring 00.00.0000
1553 \begin_inset Graphics
1554         filename ../images/tabular-feature_align-right.xpm
1555
1556 \end_inset
1557
1558  alinea a la derecha el contenido de la celda / columna
1559 \end_layout
1560
1561 \begin_layout Labeling
1562 \labelwidthstring 00.00.0000
1563 \begin_inset Graphics
1564         filename ../images/tabular-feature_valign-top.xpm
1565
1566 \end_inset
1567
1568  alinea arriba el contenido de la celda
1569 \end_layout
1570
1571 \begin_layout Labeling
1572 \labelwidthstring 00.00.0000
1573 \begin_inset Graphics
1574         filename ../images/tabular-feature_valign-middle.xpm
1575
1576 \end_inset
1577
1578  centra verticalmente el contenido de la celda
1579 \end_layout
1580
1581 \begin_layout Labeling
1582 \labelwidthstring 00.00.0000
1583 \begin_inset Graphics
1584         filename ../images/tabular-feature_valign-bottom.xpm
1585
1586 \end_inset
1587
1588  alinea abajo el contenido de la celda
1589 \end_layout
1590
1591 \begin_layout Labeling
1592 \labelwidthstring 00.00.0000
1593 \begin_inset Graphics
1594         filename ../images/tabular-feature_set-rotate-cell.xpm
1595
1596 \end_inset
1597
1598  gira la celda o selección 90° como las agujas de reloj
1599 \end_layout
1600
1601 \begin_layout Labeling
1602 \labelwidthstring 00.00.0000
1603 \begin_inset Graphics
1604         filename ../images/tabular-feature_set-rotate-tabular.xpm
1605
1606 \end_inset
1607
1608  gira toda la tabla 90° como agujas del reloj
1609 \end_layout
1610
1611 \begin_layout Labeling
1612 \labelwidthstring 00.00.0000
1613 \begin_inset Graphics
1614         filename ../images/tabular-feature_multicolumn.xpm
1615
1616 \end_inset
1617
1618  establace la celda actual o selección como multicolumna
1619 \end_layout
1620
1621 \begin_layout Section
1622 Menú Editar Tabla
1623 \begin_inset LatexCommand index
1624 name "Tablas ! Menú Editar"
1625
1626 \end_inset
1627
1628
1629 \end_layout
1630
1631 \begin_layout Standard
1632 Además del diálogo y la barra de herramientas, el menú 
1633 \family sans
1634 Editar\SpecialChar \menuseparator
1635 Tabla
1636 \family default
1637  permite añadir y borrar bordes para la fila/columna actual y establacer
1638  la selección como multicolumna.
1639  El menú sólo está disponibla si el cursor está en la tabla.
1640 \end_layout
1641
1642 \begin_layout Section
1643 Tablas Flotantes
1644 \begin_inset LatexCommand label
1645 name "sec:Tablas-Flotantes"
1646
1647 \end_inset
1648
1649
1650 \begin_inset LatexCommand index
1651 name "Flotantes ! Tablas"
1652
1653 \end_inset
1654
1655
1656 \begin_inset LatexCommand index
1657 name "Tablas ! Flotantes"
1658
1659 \end_inset
1660
1661
1662 \end_layout
1663
1664 \begin_layout Standard
1665 Para una explicación general sobre flotantes, echa un vistazo a la sección\InsetSpace ~
1666
1667 \begin_inset LatexCommand ref
1668 reference "sec:IntroducciónFlotantes"
1669
1670 \end_inset
1671
1672 .
1673 \end_layout
1674
1675 \begin_layout Standard
1676 \begin_inset Float table
1677 placement h
1678 wide false
1679 sideways false
1680 status open
1681
1682 \begin_layout Standard
1683 \begin_inset Caption
1684
1685 \begin_layout Standard
1686 \begin_inset LatexCommand label
1687 name "tab:una tabla flotante"
1688
1689 \end_inset
1690
1691 Una tabla flotante.
1692 \end_layout
1693
1694 \end_inset
1695
1696
1697 \end_layout
1698
1699 \begin_layout Standard
1700 \align center
1701 \begin_inset Tabular
1702 <lyxtabular version="3" rows="3" columns="3">
1703 <features>
1704 <column alignment="center" valignment="top" leftline="true" width="0pt">
1705 <column alignment="center" valignment="top" leftline="true" width="0pt">
1706 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1707 <row topline="true" bottomline="true">
1708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1709 \begin_inset Text
1710
1711 \begin_layout Standard
1712
1713 \family roman
1714 \series medium
1715 \shape up
1716 \size normal
1717 \emph off
1718 \bar no
1719 \noun off
1720 \color none
1721 1
1722 \end_layout
1723
1724 \end_inset
1725 </cell>
1726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1727 \begin_inset Text
1728
1729 \begin_layout Standard
1730
1731 \family roman
1732 \series medium
1733 \shape up
1734 \size normal
1735 \emph off
1736 \bar no
1737 \noun off
1738 \color none
1739 2
1740 \end_layout
1741
1742 \end_inset
1743 </cell>
1744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1745 \begin_inset Text
1746
1747 \begin_layout Standard
1748
1749 \family roman
1750 \series medium
1751 \shape up
1752 \size normal
1753 \emph off
1754 \bar no
1755 \noun off
1756 \color none
1757 3
1758 \end_layout
1759
1760 \end_inset
1761 </cell>
1762 </row>
1763 <row topline="true">
1764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1765 \begin_inset Text
1766
1767 \begin_layout Standard
1768
1769 \family roman
1770 \series medium
1771 \shape up
1772 \size normal
1773 \emph off
1774 \bar no
1775 \noun off
1776 \color none
1777 Pepe
1778 \end_layout
1779
1780 \end_inset
1781 </cell>
1782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1783 \begin_inset Text
1784
1785 \begin_layout Standard
1786
1787 \family roman
1788 \series medium
1789 \shape up
1790 \size normal
1791 \emph off
1792 \bar no
1793 \noun off
1794 \color none
1795 Mari
1796 \end_layout
1797
1798 \end_inset
1799 </cell>
1800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1801 \begin_inset Text
1802
1803 \begin_layout Standard
1804
1805 \family roman
1806 \series medium
1807 \shape up
1808 \size normal
1809 \emph off
1810 \bar no
1811 \noun off
1812 \color none
1813 Teo
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 </row>
1819 <row topline="true" bottomline="true">
1820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1821 \begin_inset Text
1822
1823 \begin_layout Standard
1824
1825 \family roman
1826 \series medium
1827 \shape up
1828 \size normal
1829 \emph off
1830 \bar no
1831 \noun off
1832 \color none
1833 \begin_inset Formula $\int x^{2}dx$
1834 \end_inset
1835
1836
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Standard
1845
1846 \family roman
1847 \series medium
1848 \shape up
1849 \size normal
1850 \emph off
1851 \bar no
1852 \noun off
1853 \color none
1854 \begin_inset Formula $\left[\begin{array}{cc}
1855 a & b\\
1856 c & d\end{array}\right]$
1857 \end_inset
1858
1859
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Standard
1868
1869 \family roman
1870 \series medium
1871 \shape up
1872 \size normal
1873 \emph off
1874 \bar no
1875 \noun off
1876 \color none
1877 \begin_inset Formula $1+1=2$
1878 \end_inset
1879
1880
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 </row>
1886 </lyxtabular>
1887
1888 \end_inset
1889
1890
1891 \end_layout
1892
1893 \end_inset
1894
1895
1896 \end_layout
1897
1898 \begin_layout Standard
1899 Las tablas flotantes pueden insertarse con el menú 
1900 \family sans
1901 Insertar\SpecialChar \menuseparator
1902 Flotante\SpecialChar \menuseparator
1903 Tabla
1904 \family default
1905  o con el botón 
1906 \begin_inset Graphics
1907         filename ../images/float-insert_table.xpm
1908         scale 85
1909
1910 \end_inset
1911
1912 .
1913 \end_layout
1914
1915 \begin_layout Standard
1916 El flotante se muestra como un cuadro desplegable con la etiqueta "
1917 \series bold
1918 Tabla\InsetSpace ~
1919 #:
1920 \series default
1921 " en su interior.
1922  El texto que sigue a dicha etiqueta es el encabezado de tabla.
1923  Para insertar una tabla en el flotante se sitúa el cursor al final del
1924  texto de encabezado y se pulsa Enter.
1925  El encabezado se imprime encima de la tabla.
1926 \end_layout
1927
1928 \begin_layout Standard
1929 La tabla\InsetSpace ~
1930
1931 \begin_inset LatexCommand ref
1932 reference "tab:una tabla flotante"
1933
1934 \end_inset
1935
1936  es un ejemplo de tabla flotante.
1937 \end_layout
1938
1939 \begin_layout Standard
1940 Lo habitual es poner el encabezado sobre la tabla, lo que desafortunadamente
1941  no es soportado en las clases estándar de LaTeX.
1942  Esto significa que si estás usando las clases de documento
1943 \family sans
1944 article
1945 \family default
1946
1947 \family sans
1948 book
1949 \family default
1950
1951 \family sans
1952 letter
1953 \family default
1954 , o 
1955 \family sans
1956 report
1957 \family default
1958  no habrá espacio entre el encabezado y la tabla.
1959  Para añadir el espacio faltante hay que poner en el preámbulo LaTeX del
1960  documento la siguiente opción al comando del paquete de LaTeX 
1961 \series bold
1962 caption
1963 \series default
1964
1965 \begin_inset LatexCommand index
1966 name "LaTeX-paquetes ! caption"
1967
1968 \end_inset
1969
1970
1971 \begin_inset Foot
1972 status open
1973
1974 \begin_layout Standard
1975 Para más información ve a la sección\InsetSpace ~
1976
1977 \begin_inset LatexCommand ref
1978 reference "sec:Colocación-de-Encabezados"
1979
1980 \end_inset
1981
1982 .
1983 \end_layout
1984
1985 \end_inset
1986
1987 :
1988 \end_layout
1989
1990 \begin_layout Standard
1991
1992 \series bold
1993 tableposition=top
1994 \end_layout
1995
1996 \begin_layout Standard
1997 El encabezado puede formatearse mediante el paquete de LaTeX 
1998 \series bold
1999 caption
2000 \series default
2001  como se describe en la sección\InsetSpace ~
2002
2003 \begin_inset LatexCommand ref
2004 reference "sec:Formato-de-Encabezados"
2005
2006 \end_inset
2007
2008 .
2009  
2010 \end_layout
2011
2012 \begin_layout Standard
2013 \begin_inset LatexCommand index
2014 name "Referencias ! a Tablas"
2015
2016 \end_inset
2017
2018 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2019  etiqueta.
2020  Para hacerlo inserta una etiqueta en el encabezado con el menú 
2021 \family sans
2022 Insertar\SpecialChar \menuseparator
2023 Etiqueta
2024 \family default
2025  o con el botón 
2026 \begin_inset Graphics
2027         filename ../images/label-insert.xpm
2028         scale 85
2029
2030 \end_inset
2031
2032 .
2033  Ahora puedes referirte a la etiqueta con el menú 
2034 \family sans
2035 Insertar\SpecialChar \menuseparator
2036 Referencia\InsetSpace ~
2037 cruzada
2038 \family default
2039  o el botón 
2040 \begin_inset Graphics
2041         filename ../images/dialog-show-new-inset_ref.xpm
2042         scale 85
2043
2044 \end_inset
2045
2046 .
2047 \end_layout
2048
2049 \begin_layout Section
2050 Tablas Largas
2051 \begin_inset LatexCommand label
2052 name "sec:Tablas-Largas"
2053
2054 \end_inset
2055
2056
2057 \begin_inset LatexCommand index
2058 name "Tablas Largas"
2059
2060 \end_inset
2061
2062
2063 \begin_inset LatexCommand index
2064 name "Tablas ! Largas"
2065
2066 \end_inset
2067
2068
2069 \end_layout
2070
2071 \begin_layout Standard
2072 Si la tabla es demasiado larga para una página, puedes usar la opción 
2073 \family sans
2074 Usar\InsetSpace ~
2075 tabla\InsetSpace ~
2076 larga
2077 \family default
2078  en la pestaña 
2079 \family sans
2080 Tabla\InsetSpace ~
2081 larga
2082 \family default
2083  del diálogo para repartir automáticamente la tabla en varias páginas.
2084  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2085 \end_layout
2086
2087 \begin_layout Description
2088
2089 \family sans
2090 Encabezado: 
2091 \family default
2092 La fila actual y todas las de arriba, que no tienen ninguna opción especial
2093  definida, se definen como filas de encabezado para todas las páginas de
2094  la tabla, excepto para la primera página
2095 \family sans
2096  
2097 \family default
2098 si
2099 \family sans
2100  Primer\InsetSpace ~
2101 encabezado 
2102 \family default
2103 está definido.
2104  Este se denomina encabezado principal.
2105 \end_layout
2106
2107 \begin_layout Description
2108
2109 \family sans
2110 Primer\InsetSpace ~
2111 encabezado: 
2112 \family default
2113 La fila actual y superiores, que no tienen ninguna opción especial definida,
2114  se definen como filas cabeceras de la primera página de la tabla.
2115 \end_layout
2116
2117 \begin_layout Description
2118
2119 \family sans
2120 Pie: 
2121 \family default
2122 La fila actual y todas las siguientes, que no tienen ninguna opción especial
2123  definida, se definen como filas de pie de todas las páginas de la tabla,
2124  excepto para la última página si se define
2125 \family sans
2126  Último\InsetSpace ~
2127 pie.
2128 \end_layout
2129
2130 \begin_layout Description
2131
2132 \family sans
2133 Último\InsetSpace ~
2134 pie: L
2135 \family default
2136 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2137  se definen como filas de pie de la última página de la tabla.
2138 \end_layout
2139
2140 \begin_layout Standard
2141 También se puede especificar una fila en la que se dividirá la tabla.
2142  Si se establece más de una opción en la misma fila, habría que tener en
2143  cuenta que sólo la primera de ellas se usa en la fila dada.
2144  Las otras quedarán definidas como 
2145 \emph on
2146 vacías
2147 \emph default
2148 .
2149  En este contexto, primera significa primero en este orden: 
2150 \family sans
2151 Pie, Último\InsetSpace ~
2152 pie, Encabezado, Primer\InsetSpace ~
2153 encabezado
2154 \family default
2155 .
2156  La siguiente tabla muestra cómo funciona:
2157 \end_layout
2158
2159 \begin_layout Standard
2160
2161 \end_layout
2162
2163 \begin_layout Standard
2164 \align center
2165 \begin_inset Tabular
2166 <lyxtabular version="3" rows="69" columns="3">
2167 <features islongtable="true">
2168 <column alignment="left" valignment="top" leftline="true" width="0cm">
2169 <column alignment="left" valignment="top" width="0pt">
2170 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2171 <row topline="true" bottomline="true" endfirsthead="true">
2172 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2173 \begin_inset Text
2174
2175 \begin_layout Standard
2176
2177 \series bold
2178 Ejemplo de lista telefónica (ignore los nombres)
2179 \end_layout
2180
2181 \end_inset
2182 </cell>
2183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2184 \begin_inset Text
2185
2186 \begin_layout Standard
2187
2188 \end_layout
2189
2190 \end_inset
2191 </cell>
2192 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2193 \begin_inset Text
2194
2195 \begin_layout Standard
2196
2197 \end_layout
2198
2199 \end_inset
2200 </cell>
2201 </row>
2202 <row topline="true" bottomline="true" endfirsthead="true">
2203 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2204 \begin_inset Text
2205
2206 \begin_layout Standard
2207
2208 \series bold
2209 NOMBRE
2210 \end_layout
2211
2212 \end_inset
2213 </cell>
2214 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2215 \begin_inset Text
2216
2217 \begin_layout Standard
2218
2219 \end_layout
2220
2221 \end_inset
2222 </cell>
2223 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2224 \begin_inset Text
2225
2226 \begin_layout Standard
2227
2228 \series bold
2229 TEL.
2230 \end_layout
2231
2232 \end_inset
2233 </cell>
2234 </row>
2235 <row topline="true" bottomline="true" endhead="true">
2236 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2237 \begin_inset Text
2238
2239 \begin_layout Standard
2240
2241 \series bold
2242 Ejemplo de lista telefónica
2243 \end_layout
2244
2245 \end_inset
2246 </cell>
2247 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2248 \begin_inset Text
2249
2250 \begin_layout Standard
2251
2252 \end_layout
2253
2254 \end_inset
2255 </cell>
2256 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2257 \begin_inset Text
2258
2259 \begin_layout Standard
2260
2261 \end_layout
2262
2263 \end_inset
2264 </cell>
2265 </row>
2266 <row topline="true" bottomline="true" endhead="true">
2267 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2268 \begin_inset Text
2269
2270 \begin_layout Standard
2271
2272 \series bold
2273 NOMBRE
2274 \end_layout
2275
2276 \end_inset
2277 </cell>
2278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2279 \begin_inset Text
2280
2281 \begin_layout Standard
2282
2283 \end_layout
2284
2285 \end_inset
2286 </cell>
2287 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2288 \begin_inset Text
2289
2290 \begin_layout Standard
2291
2292 \series bold
2293 TEL.
2294 \end_layout
2295
2296 \end_inset
2297 </cell>
2298 </row>
2299 <row topline="true" bottomline="true" endfoot="true">
2300 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2301 \begin_inset Text
2302
2303 \begin_layout Standard
2304  continúa en la página siguiente
2305 \end_layout
2306
2307 \end_inset
2308 </cell>
2309 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2310 \begin_inset Text
2311
2312 \begin_layout Standard
2313
2314 \end_layout
2315
2316 \end_inset
2317 </cell>
2318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2319 \begin_inset Text
2320
2321 \begin_layout Standard
2322
2323 \end_layout
2324
2325 \end_inset
2326 </cell>
2327 </row>
2328 <row>
2329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2330 \begin_inset Text
2331
2332 \begin_layout Standard
2333
2334 \series bold
2335 Annovi
2336 \end_layout
2337
2338 \end_inset
2339 </cell>
2340 <cell alignment="center" valignment="top" topline="true" usebox="none">
2341 \begin_inset Text
2342
2343 \begin_layout Standard
2344 Silvia
2345 \end_layout
2346
2347 \end_inset
2348 </cell>
2349 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2350 \begin_inset Text
2351
2352 \begin_layout Standard
2353 111
2354 \end_layout
2355
2356 \end_inset
2357 </cell>
2358 </row>
2359 <row>
2360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2361 \begin_inset Text
2362
2363 \begin_layout Standard
2364
2365 \series bold
2366 Bertoli
2367 \end_layout
2368
2369 \end_inset
2370 </cell>
2371 <cell alignment="center" valignment="top" topline="true" usebox="none">
2372 \begin_inset Text
2373
2374 \begin_layout Standard
2375 Stefano
2376 \end_layout
2377
2378 \end_inset
2379 </cell>
2380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2381 \begin_inset Text
2382
2383 \begin_layout Standard
2384 111
2385 \end_layout
2386
2387 \end_inset
2388 </cell>
2389 </row>
2390 <row>
2391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2392 \begin_inset Text
2393
2394 \begin_layout Standard
2395
2396 \series bold
2397 Bozzi
2398 \end_layout
2399
2400 \end_inset
2401 </cell>
2402 <cell alignment="center" valignment="top" topline="true" usebox="none">
2403 \begin_inset Text
2404
2405 \begin_layout Standard
2406 Walter
2407 \end_layout
2408
2409 \end_inset
2410 </cell>
2411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2412 \begin_inset Text
2413
2414 \begin_layout Standard
2415 111
2416 \end_layout
2417
2418 \end_inset
2419 </cell>
2420 </row>
2421 <row>
2422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2423 \begin_inset Text
2424
2425 \begin_layout Standard
2426
2427 \series bold
2428 Cachia
2429 \end_layout
2430
2431 \end_inset
2432 </cell>
2433 <cell alignment="center" valignment="top" topline="true" usebox="none">
2434 \begin_inset Text
2435
2436 \begin_layout Standard
2437 Maria
2438 \end_layout
2439
2440 \end_inset
2441 </cell>
2442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2443 \begin_inset Text
2444
2445 \begin_layout Standard
2446 111
2447 \end_layout
2448
2449 \end_inset
2450 </cell>
2451 </row>
2452 <row>
2453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2454 \begin_inset Text
2455
2456 \begin_layout Standard
2457
2458 \series bold
2459 Cachia
2460 \end_layout
2461
2462 \end_inset
2463 </cell>
2464 <cell alignment="center" valignment="top" topline="true" usebox="none">
2465 \begin_inset Text
2466
2467 \begin_layout Standard
2468 Maurizio
2469 \end_layout
2470
2471 \end_inset
2472 </cell>
2473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2474 \begin_inset Text
2475
2476 \begin_layout Standard
2477 111
2478 \end_layout
2479
2480 \end_inset
2481 </cell>
2482 </row>
2483 <row>
2484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2485 \begin_inset Text
2486
2487 \begin_layout Standard
2488
2489 \series bold
2490 Cinquemani
2491 \end_layout
2492
2493 \end_inset
2494 </cell>
2495 <cell alignment="center" valignment="top" topline="true" usebox="none">
2496 \begin_inset Text
2497
2498 \begin_layout Standard
2499 Giusi
2500 \end_layout
2501
2502 \end_inset
2503 </cell>
2504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2505 \begin_inset Text
2506
2507 \begin_layout Standard
2508 111
2509 \end_layout
2510
2511 \end_inset
2512 </cell>
2513 </row>
2514 <row>
2515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2516 \begin_inset Text
2517
2518 \begin_layout Standard
2519
2520 \series bold
2521 Colin
2522 \end_layout
2523
2524 \end_inset
2525 </cell>
2526 <cell alignment="center" valignment="top" topline="true" usebox="none">
2527 \begin_inset Text
2528
2529 \begin_layout Standard
2530 Bernard
2531 \end_layout
2532
2533 \end_inset
2534 </cell>
2535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2536 \begin_inset Text
2537
2538 \begin_layout Standard
2539 111
2540 \end_layout
2541
2542 \end_inset
2543 </cell>
2544 </row>
2545 <row>
2546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2547 \begin_inset Text
2548
2549 \begin_layout Standard
2550
2551 \series bold
2552 Concli
2553 \end_layout
2554
2555 \end_inset
2556 </cell>
2557 <cell alignment="center" valignment="top" topline="true" usebox="none">
2558 \begin_inset Text
2559
2560 \begin_layout Standard
2561 Gianfranco
2562 \end_layout
2563
2564 \end_inset
2565 </cell>
2566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2567 \begin_inset Text
2568
2569 \begin_layout Standard
2570 111
2571 \end_layout
2572
2573 \end_inset
2574 </cell>
2575 </row>
2576 <row>
2577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2578 \begin_inset Text
2579
2580 \begin_layout Standard
2581
2582 \series bold
2583 Dal Bosco
2584 \end_layout
2585
2586 \end_inset
2587 </cell>
2588 <cell alignment="center" valignment="top" topline="true" usebox="none">
2589 \begin_inset Text
2590
2591 \begin_layout Standard
2592 Carolina
2593 \end_layout
2594
2595 \end_inset
2596 </cell>
2597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2598 \begin_inset Text
2599
2600 \begin_layout Standard
2601 111
2602 \end_layout
2603
2604 \end_inset
2605 </cell>
2606 </row>
2607 <row>
2608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2609 \begin_inset Text
2610
2611 \begin_layout Standard
2612
2613 \series bold
2614 Dalpiaz
2615 \end_layout
2616
2617 \end_inset
2618 </cell>
2619 <cell alignment="center" valignment="top" topline="true" usebox="none">
2620 \begin_inset Text
2621
2622 \begin_layout Standard
2623 Annamaria
2624 \end_layout
2625
2626 \end_inset
2627 </cell>
2628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2629 \begin_inset Text
2630
2631 \begin_layout Standard
2632 111
2633 \end_layout
2634
2635 \end_inset
2636 </cell>
2637 </row>
2638 <row>
2639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2640 \begin_inset Text
2641
2642 \begin_layout Standard
2643
2644 \series bold
2645 Feliciello
2646 \end_layout
2647
2648 \end_inset
2649 </cell>
2650 <cell alignment="center" valignment="top" topline="true" usebox="none">
2651 \begin_inset Text
2652
2653 \begin_layout Standard
2654 Domenico
2655 \end_layout
2656
2657 \end_inset
2658 </cell>
2659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2660 \begin_inset Text
2661
2662 \begin_layout Standard
2663 111
2664 \end_layout
2665
2666 \end_inset
2667 </cell>
2668 </row>
2669 <row>
2670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2671 \begin_inset Text
2672
2673 \begin_layout Standard
2674
2675 \series bold
2676 Focarelli
2677 \end_layout
2678
2679 \end_inset
2680 </cell>
2681 <cell alignment="center" valignment="top" topline="true" usebox="none">
2682 \begin_inset Text
2683
2684 \begin_layout Standard
2685 Paola
2686 \end_layout
2687
2688 \end_inset
2689 </cell>
2690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2691 \begin_inset Text
2692
2693 \begin_layout Standard
2694 111
2695 \end_layout
2696
2697 \end_inset
2698 </cell>
2699 </row>
2700 <row>
2701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2702 \begin_inset Text
2703
2704 \begin_layout Standard
2705
2706 \series bold
2707 Galletti
2708 \end_layout
2709
2710 \end_inset
2711 </cell>
2712 <cell alignment="center" valignment="top" topline="true" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Standard
2716 Oreste
2717 \end_layout
2718
2719 \end_inset
2720 </cell>
2721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Standard
2725 111
2726 \end_layout
2727
2728 \end_inset
2729 </cell>
2730 </row>
2731 <row>
2732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Standard
2736
2737 \series bold
2738 Gasparini
2739 \end_layout
2740
2741 \end_inset
2742 </cell>
2743 <cell alignment="center" valignment="top" topline="true" usebox="none">
2744 \begin_inset Text
2745
2746 \begin_layout Standard
2747 Franca
2748 \end_layout
2749
2750 \end_inset
2751 </cell>
2752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2753 \begin_inset Text
2754
2755 \begin_layout Standard
2756 111
2757 \end_layout
2758
2759 \end_inset
2760 </cell>
2761 </row>
2762 <row>
2763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Standard
2767
2768 \series bold
2769 Rizzardi
2770 \end_layout
2771
2772 \end_inset
2773 </cell>
2774 <cell alignment="center" valignment="top" topline="true" usebox="none">
2775 \begin_inset Text
2776
2777 \begin_layout Standard
2778 Paola
2779 \end_layout
2780
2781 \end_inset
2782 </cell>
2783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2784 \begin_inset Text
2785
2786 \begin_layout Standard
2787 111
2788 \end_layout
2789
2790 \end_inset
2791 </cell>
2792 </row>
2793 <row>
2794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2795 \begin_inset Text
2796
2797 \begin_layout Standard
2798
2799 \series bold
2800 Lassini
2801 \end_layout
2802
2803 \end_inset
2804 </cell>
2805 <cell alignment="center" valignment="top" topline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Standard
2809 Giancarlo
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Standard
2818 111
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 </row>
2824 <row>
2825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Standard
2829
2830 \series bold
2831 Malfatti
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 <cell alignment="center" valignment="top" topline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Standard
2840 Luciano
2841 \end_layout
2842
2843 \end_inset
2844 </cell>
2845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2846 \begin_inset Text
2847
2848 \begin_layout Standard
2849 111
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 </row>
2855 <row>
2856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2857 \begin_inset Text
2858
2859 \begin_layout Standard
2860
2861 \series bold
2862 Malfatti
2863 \end_layout
2864
2865 \end_inset
2866 </cell>
2867 <cell alignment="center" valignment="top" topline="true" usebox="none">
2868 \begin_inset Text
2869
2870 \begin_layout Standard
2871 Valeriano
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Standard
2880 111
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 </row>
2886 <row>
2887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2888 \begin_inset Text
2889
2890 \begin_layout Standard
2891
2892 \series bold
2893 Meneguzzo
2894 \end_layout
2895
2896 \end_inset
2897 </cell>
2898 <cell alignment="center" valignment="top" topline="true" usebox="none">
2899 \begin_inset Text
2900
2901 \begin_layout Standard
2902 Roberto
2903 \end_layout
2904
2905 \end_inset
2906 </cell>
2907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2908 \begin_inset Text
2909
2910 \begin_layout Standard
2911 111
2912 \end_layout
2913
2914 \end_inset
2915 </cell>
2916 </row>
2917 <row>
2918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2919 \begin_inset Text
2920
2921 \begin_layout Standard
2922
2923 \series bold
2924 Mezzadra
2925 \end_layout
2926
2927 \end_inset
2928 </cell>
2929 <cell alignment="center" valignment="top" topline="true" usebox="none">
2930 \begin_inset Text
2931
2932 \begin_layout Standard
2933 Roberto
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Standard
2942 111
2943 \end_layout
2944
2945 \end_inset
2946 </cell>
2947 </row>
2948 <row>
2949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2950 \begin_inset Text
2951
2952 \begin_layout Standard
2953
2954 \series bold
2955 Pirpamer
2956 \end_layout
2957
2958 \end_inset
2959 </cell>
2960 <cell alignment="center" valignment="top" topline="true" usebox="none">
2961 \begin_inset Text
2962
2963 \begin_layout Standard
2964 Erich
2965 \end_layout
2966
2967 \end_inset
2968 </cell>
2969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2970 \begin_inset Text
2971
2972 \begin_layout Standard
2973 111
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 </row>
2979 <row>
2980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Standard
2984
2985 \series bold
2986 Pochiesa
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 <cell alignment="center" valignment="top" topline="true" usebox="none">
2992 \begin_inset Text
2993
2994 \begin_layout Standard
2995 Paolo
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Standard
3004 111, 222
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 </row>
3010 <row>
3011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Standard
3015
3016 \series bold
3017 Radina
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 <cell alignment="center" valignment="top" topline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Standard
3026 Claudio
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Standard
3035 111
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 </row>
3041 <row>
3042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3043 \begin_inset Text
3044
3045 \begin_layout Standard
3046
3047 \series bold
3048 Stuffer
3049 \end_layout
3050
3051 \end_inset
3052 </cell>
3053 <cell alignment="center" valignment="top" topline="true" usebox="none">
3054 \begin_inset Text
3055
3056 \begin_layout Standard
3057 Oskar
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Standard
3066 111
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 </row>
3072 <row>
3073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Standard
3077
3078 \series bold
3079 Tacchelli
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 <cell alignment="center" valignment="top" topline="true" usebox="none">
3085 \begin_inset Text
3086
3087 \begin_layout Standard
3088 Ugo
3089 \end_layout
3090
3091 \end_inset
3092 </cell>
3093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Standard
3097 111
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 </row>
3103 <row>
3104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3105 \begin_inset Text
3106
3107 \begin_layout Standard
3108
3109 \series bold
3110 Tezzele
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 <cell alignment="center" valignment="top" topline="true" usebox="none">
3116 \begin_inset Text
3117
3118 \begin_layout Standard
3119 Margit
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Standard
3128 111
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 </row>
3134 <row>
3135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Standard
3139
3140 \series bold
3141 Unterkalmsteiner
3142 \end_layout
3143
3144 \end_inset
3145 </cell>
3146 <cell alignment="center" valignment="top" topline="true" usebox="none">
3147 \begin_inset Text
3148
3149 \begin_layout Standard
3150 Frieda
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3156 \begin_inset Text
3157
3158 \begin_layout Standard
3159 111
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 </row>
3165 <row>
3166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3167 \begin_inset Text
3168
3169 \begin_layout Standard
3170
3171 \series bold
3172 Vieider
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 <cell alignment="center" valignment="top" topline="true" usebox="none">
3178 \begin_inset Text
3179
3180 \begin_layout Standard
3181 Hilde
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Standard
3190 111
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 </row>
3196 <row>
3197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Standard
3201
3202 \series bold
3203 Vigna
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 <cell alignment="center" valignment="top" topline="true" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Standard
3212 Jürgen
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Standard
3221 111
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 </row>
3227 <row>
3228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Standard
3232
3233 \series bold
3234 Weber
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell alignment="center" valignment="top" topline="true" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Standard
3243 Maurizio
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Standard
3252 111
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 </row>
3258 <row bottomline="true">
3259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Standard
3263
3264 \series bold
3265 Winkler
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 <cell alignment="center" valignment="top" topline="true" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Standard
3274 Franz
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Standard
3283 111
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 </row>
3289 <row bottomline="true">
3290 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Standard
3294  
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Standard
3303
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Standard
3312
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 </row>
3318 <row>
3319 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Standard
3323
3324 \series bold
3325 Annovi
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 <cell alignment="center" valignment="top" topline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Standard
3334 Silvia
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Standard
3343 555
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 </row>
3349 <row>
3350 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Standard
3354
3355 \series bold
3356 Bertoli
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 <cell alignment="center" valignment="top" topline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Standard
3365 Stefano
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Standard
3374 555
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 </row>
3380 <row>
3381 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Standard
3385
3386 \series bold
3387 Bozzi
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 <cell alignment="center" valignment="top" topline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Standard
3396 Walter
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Standard
3405 555
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 </row>
3411 <row>
3412 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Standard
3416
3417 \series bold
3418 Cachia
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 <cell alignment="center" valignment="top" topline="true" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Standard
3427 Maria
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Standard
3436 555
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 </row>
3442 <row>
3443 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Standard
3447
3448 \series bold
3449 Cachia
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 <cell alignment="center" valignment="top" topline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Standard
3458 Maurizio
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Standard
3467 555
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 </row>
3473 <row>
3474 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Standard
3478
3479 \series bold
3480 Cinquemani
3481 \end_layout
3482
3483 \end_inset
3484 </cell>
3485 <cell alignment="center" valignment="top" topline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Standard
3489 Giusi
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Standard
3498 555
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 </row>
3504 <row>
3505 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Standard
3509
3510 \series bold
3511 Colin
3512 \end_layout
3513
3514 \end_inset
3515 </cell>
3516 <cell alignment="center" valignment="top" topline="true" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Standard
3520 Bernard
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Standard
3529 555
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 </row>
3535 <row>
3536 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Standard
3540
3541 \series bold
3542 Concli
3543 \end_layout
3544
3545 \end_inset
3546 </cell>
3547 <cell alignment="center" valignment="top" topline="true" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Standard
3551 Gianfranco
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Standard
3560 555
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 </row>
3566 <row>
3567 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Standard
3571
3572 \series bold
3573 Dal Bosco
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell alignment="center" valignment="top" topline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Standard
3582 Carolina
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Standard
3591 555
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 </row>
3597 <row>
3598 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Standard
3602
3603 \series bold
3604 Dalpiaz
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 <cell alignment="center" valignment="top" topline="true" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Standard
3613 Annamaria
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Standard
3622 555
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 </row>
3628 <row>
3629 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Standard
3633
3634 \series bold
3635 Feliciello
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 <cell alignment="center" valignment="top" topline="true" usebox="none">
3641 \begin_inset Text
3642
3643 \begin_layout Standard
3644 Domenico
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Standard
3653 555
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 </row>
3659 <row>
3660 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Standard
3664
3665 \series bold
3666 Focarelli
3667 \end_layout
3668
3669 \end_inset
3670 </cell>
3671 <cell alignment="center" valignment="top" topline="true" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Standard
3675 Paola
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Standard
3684 555
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 </row>
3690 <row>
3691 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Standard
3695
3696 \series bold
3697 Galletti
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 <cell alignment="center" valignment="top" topline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Standard
3706 Oreste
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Standard
3715 555
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 </row>
3721 <row>
3722 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Standard
3726
3727 \series bold
3728 Gasparini
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 <cell alignment="center" valignment="top" topline="true" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Standard
3737 Franca
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Standard
3746 555
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 </row>
3752 <row>
3753 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Standard
3757
3758 \series bold
3759 Rizzardi
3760 \end_layout
3761
3762 \end_inset
3763 </cell>
3764 <cell alignment="center" valignment="top" topline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Standard
3768 Paola
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Standard
3777 555
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 </row>
3783 <row>
3784 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Standard
3788
3789 \series bold
3790 Lassini
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 <cell alignment="center" valignment="top" topline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Standard
3799 Giancarlo
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Standard
3808 555
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 </row>
3814 <row>
3815 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Standard
3819
3820 \series bold
3821 Malfatti
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 <cell alignment="center" valignment="top" topline="true" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Standard
3830 Luciano
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Standard
3839 555
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 </row>
3845 <row>
3846 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Standard
3850
3851 \series bold
3852 Malfatti
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 <cell alignment="center" valignment="top" topline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Standard
3861 Valeriano
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Standard
3870 555
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 </row>
3876 <row>
3877 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Standard
3881
3882 \series bold
3883 Meneguzzo
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 <cell alignment="center" valignment="top" topline="true" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Standard
3892 Roberto
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Standard
3901 555
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 </row>
3907 <row>
3908 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Standard
3912
3913 \series bold
3914 Mezzadra
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 <cell alignment="center" valignment="top" topline="true" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Standard
3923 Roberto
3924 \end_layout
3925
3926 \end_inset
3927 </cell>
3928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Standard
3932 555
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 </row>
3938 <row>
3939 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Standard
3943
3944 \series bold
3945 Pirpamer
3946 \end_layout
3947
3948 \end_inset
3949 </cell>
3950 <cell alignment="center" valignment="top" topline="true" usebox="none">
3951 \begin_inset Text
3952
3953 \begin_layout Standard
3954 Erich
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Standard
3963 555
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 </row>
3969 <row>
3970 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Standard
3974
3975 \series bold
3976 Pochiesa
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 <cell alignment="center" valignment="top" topline="true" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Standard
3985 Paolo
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Standard
3994 555, 222
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 </row>
4000 <row>
4001 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Standard
4005
4006 \series bold
4007 Radina
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 <cell alignment="center" valignment="top" topline="true" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Standard
4016 Claudio
4017 \end_layout
4018
4019 \end_inset
4020 </cell>
4021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Standard
4025 555
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 </row>
4031 <row>
4032 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Standard
4036
4037 \series bold
4038 Stuffer
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 <cell alignment="center" valignment="top" topline="true" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Standard
4047 Oskar
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Standard
4056 555
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 </row>
4062 <row>
4063 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Standard
4067
4068 \series bold
4069 Tacchelli
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 <cell alignment="center" valignment="top" topline="true" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Standard
4078 Ugo
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Standard
4087 555
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 </row>
4093 <row>
4094 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Standard
4098
4099 \series bold
4100 Tezzele
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 <cell alignment="center" valignment="top" topline="true" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Standard
4109 Margit
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Standard
4118 555
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 </row>
4124 <row>
4125 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Standard
4129
4130 \series bold
4131 Unterkalmsteiner
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 <cell alignment="center" valignment="top" topline="true" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Standard
4140 Frieda
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Standard
4149 555
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 </row>
4155 <row>
4156 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Standard
4160
4161 \series bold
4162 Vieider
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 <cell alignment="center" valignment="top" topline="true" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Standard
4171 Hilde
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Standard
4180 555
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 </row>
4186 <row>
4187 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Standard
4191
4192 \series bold
4193 Vigna
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell alignment="center" valignment="top" topline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Standard
4202 Jürgen
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Standard
4211 999
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 </row>
4217 <row>
4218 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Standard
4222
4223 \series bold
4224 Weber
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 <cell alignment="center" valignment="top" topline="true" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Standard
4233 Maurizio
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Standard
4242 555
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 </row>
4248 <row bottomline="true">
4249 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Standard
4253
4254 \series bold
4255 Winkler
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" topline="true" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Standard
4264 Franz
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Standard
4273 555
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 </row>
4279 <row bottomline="true" endlastfoot="true">
4280 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Standard
4284 fin
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Standard
4293
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Standard
4302
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 </row>
4308 </lyxtabular>
4309
4310 \end_inset
4311
4312
4313 \begin_inset ERT
4314 status collapsed
4315
4316 \begin_layout Standard
4317
4318
4319 \backslash
4320 addtocounter{table}{-1}
4321 \end_layout
4322
4323 \end_inset
4324
4325
4326 \begin_inset Note Note
4327 status open
4328
4329 \begin_layout Standard
4330 Para comprender el uso de este comando, lee al final de la sección\InsetSpace ~
4331 2.6.2 la
4332  primera nota resaltada en gris.
4333  
4334 \end_layout
4335
4336 \end_inset
4337
4338
4339 \end_layout
4340
4341 \begin_layout Subsection
4342 Notas al pie en Tablas Largas
4343 \begin_inset LatexCommand label
4344 name "sub:Notas-al-pie-en-Tablas-Largas"
4345
4346 \end_inset
4347
4348
4349 \begin_inset LatexCommand index
4350 name "Tablas Largas ! Notas al pie"
4351
4352 \end_inset
4353
4354
4355 \end_layout
4356
4357 \begin_layout Standard
4358 Se pueden insertar notas al pie en cada celda de tabla larga.
4359  Aparecen abajo en la página donde esté la celda con la nota.
4360  La tabla\InsetSpace ~
4361
4362 \begin_inset LatexCommand ref
4363 reference "tab:DifEncabezados"
4364
4365 \end_inset
4366
4367  tiene un ejemplo de nota al pie.
4368 \end_layout
4369
4370 \begin_layout Subsection
4371 Encabezados en Tablas Largas
4372 \begin_inset LatexCommand index
4373 name "Tablas Largas ! Encabezados"
4374
4375 \end_inset
4376
4377
4378 \end_layout
4379
4380 \begin_layout Standard
4381
4382 \lang english
4383 A longtable cannot be put into a table float because floats can only be
4384  on one page but the caption environment of floats can also be used for
4385  longtables.
4386 \end_layout
4387
4388 \begin_layout Standard
4389
4390 \lang english
4391 As LyX does not yet fully support captions in longtables, a hack is needed
4392  to create them:
4393 \end_layout
4394
4395 \begin_layout Enumerate
4396
4397 \lang english
4398 Create a longtable
4399 \family sans
4400 .
4401 \end_layout
4402
4403 \begin_layout Enumerate
4404
4405 \lang english
4406 Mark the first row an disable its upper line.
4407 \end_layout
4408
4409 \begin_layout Enumerate
4410
4411 \lang english
4412 Insert a caption via the menu 
4413 \family sans
4414 Insert\SpecialChar \menuseparator
4415 Caption
4416 \family default
4417 \series bold
4418  
4419 \series default
4420 into the first table cell.
4421 \newline
4422 You can also add a short title for the caption.
4423 \end_layout
4424
4425 \begin_layout Enumerate
4426
4427 \lang english
4428 Insert a 
4429 \begin_inset Quotes eld
4430 \end_inset
4431
4432
4433 \series bold
4434
4435 \backslash
4436
4437 \backslash
4438 %
4439 \series default
4440
4441 \begin_inset Quotes erd
4442 \end_inset
4443
4444  as ERT behind the caption.
4445 \end_layout
4446
4447 \begin_layout Standard
4448
4449 \lang english
4450 A short title that will appear in the LOT instead of the full title.
4451  The 
4452 \series bold
4453
4454 \backslash
4455
4456 \backslash
4457 %
4458 \series default
4459  behind the caption omits the vertical lines between the following cells
4460  in the row.
4461
4462 \family sans
4463  
4464 \family default
4465 \lang spanish
4466 Ahora, la primera fila de la tabla es sólo una fila postiza para el encabezado,
4467  la tabla real comienza en la segunda fila.
4468 \end_layout
4469
4470 \begin_layout Standard
4471 He aquí una pequeña tabla larga para mostrar cómo funciona:
4472 \end_layout
4473
4474 \begin_layout Standard
4475 \begin_inset Tabular
4476 <lyxtabular version="3" rows="6" columns="5">
4477 <features islongtable="true">
4478 <column alignment="center" valignment="top" leftline="true" width="0">
4479 <column alignment="center" valignment="top" leftline="true" width="0">
4480 <column alignment="center" valignment="top" leftline="true" width="0">
4481 <column alignment="center" valignment="top" leftline="true" width="0">
4482 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4483 <row>
4484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Standard
4488 \begin_inset Caption
4489
4490 \begin_layout Standard
4491 Tabla larga con encabezado
4492 \begin_inset OptArg
4493 status collapsed
4494
4495 \begin_layout Standard
4496 Tabla larga con encabezado
4497 \end_layout
4498
4499 \end_inset
4500
4501
4502 \end_layout
4503
4504 \end_inset
4505
4506
4507 \begin_inset ERT
4508 status collapsed
4509
4510 \begin_layout Standard
4511
4512
4513 \backslash
4514
4515 \backslash
4516 %
4517 \end_layout
4518
4519 \end_inset
4520
4521
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Standard
4530
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Standard
4539
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Standard
4548
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Standard
4557
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 </row>
4563 <row topline="true">
4564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Standard
4568 1
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Standard
4577 2
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Standard
4586 3
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Standard
4595 4
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Standard
4604 5
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 </row>
4610 <row topline="true">
4611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Standard
4615 asd
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Standard
4624 s
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Standard
4633 s
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Standard
4642 s
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Standard
4651 asd
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 </row>
4657 <row topline="true">
4658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Standard
4662 asd
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Standard
4671 s
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Standard
4680 s
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Standard
4689 s
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Standard
4698 asd
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 </row>
4704 <row topline="true">
4705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Standard
4709 asd
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Standard
4718 s
4719 \end_layout
4720
4721 \end_inset
4722 </cell>
4723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Standard
4727 s
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Standard
4736 s
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Standard
4745 asd
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 </row>
4751 <row topline="true" bottomline="true">
4752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Standard
4756 asd
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Standard
4765 asd
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Standard
4774 asd
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Standard
4783 asd
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Standard
4792 asd
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 </row>
4798 </lyxtabular>
4799
4800 \end_inset
4801
4802
4803 \end_layout
4804
4805 \begin_layout Standard
4806 \begin_inset VSpace medskip
4807 \end_inset
4808
4809
4810 \begin_inset Note Greyedout
4811 status open
4812
4813 \begin_layout Standard
4814
4815 \series bold
4816 Nota
4817 \series default
4818 : El número de la tabla es incrementado para cada tabla larga, aunque no
4819  pongas encabezado en alguna de ellas.
4820  Por esto podría suceder que, p.\InsetSpace \thinspace{}
4821 e., la Tabla\InsetSpace ~
4822 2.4 siga a la Tabla\InsetSpace ~
4823 2.1 en la lista
4824  de tablas debido a que hay dos tablas largas sin encabezado.
4825  Para evitarlo, puedes añadir el siguiente comando en ERT detrás de cada
4826  tabla larga sin encabezado:
4827 \end_layout
4828
4829 \begin_layout Standard
4830
4831 \series bold
4832
4833 \backslash
4834 addtocounter{table}{-1}
4835 \end_layout
4836
4837 \end_inset
4838
4839
4840 \begin_inset Note Greyedout
4841 status open
4842
4843 \begin_layout Standard
4844
4845 \series bold
4846 Nota: 
4847 \series default
4848 Si utilizas el paquete de LaTeX 
4849 \series bold
4850 hyperref
4851 \series default
4852
4853 \begin_inset LatexCommand index
4854 name "LaTeX-paquetes ! hyperref"
4855
4856 \end_inset
4857
4858  para enlazar referencias cruzadas, el enlace al encabezado de una tabla
4859  larga apuntará siempre al comienzo.
4860 \end_layout
4861
4862 \end_inset
4863
4864
4865 \end_layout
4866
4867 \begin_layout Subsubsection
4868 Referencias a Tablas Largas
4869 \begin_inset LatexCommand index
4870 name "Tablas Largas ! Referencias a"
4871
4872 \end_inset
4873
4874
4875 \end_layout
4876
4877 \begin_layout Standard
4878 \begin_inset Tabular
4879 <lyxtabular version="3" rows="6" columns="5">
4880 <features islongtable="true">
4881 <column alignment="center" valignment="top" leftline="true" width="0">
4882 <column alignment="center" valignment="top" leftline="true" width="0">
4883 <column alignment="center" valignment="top" leftline="true" width="0">
4884 <column alignment="center" valignment="top" leftline="true" width="0">
4885 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4886 <row>
4887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Standard
4891 \begin_inset Caption
4892
4893 \begin_layout Standard
4894 Tabla larga referenciada
4895 \begin_inset LatexCommand label
4896 name "tab:RefEjemplo"
4897
4898 \end_inset
4899
4900
4901 \end_layout
4902
4903 \end_inset
4904
4905
4906 \begin_inset ERT
4907 status collapsed
4908
4909 \begin_layout Standard
4910
4911
4912 \backslash
4913
4914 \backslash
4915 %
4916 \end_layout
4917
4918 \end_inset
4919
4920
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Standard
4929
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Standard
4938
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Standard
4947
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Standard
4956
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row topline="true">
4963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Standard
4967 1
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Standard
4976 2
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Standard
4985 3
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Standard
4994 4
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Standard
5003 5
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 </row>
5009 <row topline="true">
5010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Standard
5014 asd
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 s
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 s
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 s
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Standard
5050 asd
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 </row>
5056 <row topline="true">
5057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Standard
5061 asd
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" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Standard
5088 s
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Standard
5097 asd
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 </row>
5103 <row topline="true">
5104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Standard
5108 asd
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" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Standard
5135 s
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Standard
5144 asd
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 </row>
5150 <row topline="true" bottomline="true">
5151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Standard
5155 asd
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 sad
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 asd
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Standard
5182 asd
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Standard
5191 asd
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 </row>
5197 </lyxtabular>
5198
5199 \end_inset
5200
5201
5202 \end_layout
5203
5204 \begin_layout Standard
5205
5206 \lang english
5207 To reference a longtable, insert a label into the caption.
5208  
5209 \lang spanish
5210 Observa que tienes que añadir el prefijo "
5211 \emph on
5212 tab
5213 \emph default
5214 :" manualmente en el campo de etiqueta.
5215  
5216 \end_layout
5217
5218 \begin_layout Standard
5219
5220 \lang english
5221 This is a reference to
5222 \lang spanish
5223  Tabla\InsetSpace ~
5224
5225 \begin_inset LatexCommand ref
5226 reference "tab:RefEjemplo"
5227
5228 \end_inset
5229
5230 .
5231 \end_layout
5232
5233 \begin_layout Standard
5234 El formato del encabezado puede configurarse junto con todos los demás encabezad
5235 os del documento mediante el paquete LaTeX
5236 \series bold
5237  caption
5238 \series default
5239
5240 \begin_inset LatexCommand index
5241 name "LaTeX-paquetes ! caption"
5242
5243 \end_inset
5244
5245 , ver sección\InsetSpace ~
5246  
5247 \begin_inset LatexCommand ref
5248 reference "sec:Formato-de-Encabezados"
5249
5250 \end_inset
5251
5252 .
5253 \end_layout
5254
5255 \begin_layout Subsubsection
5256 Anchura de Encabezado
5257 \begin_inset LatexCommand index
5258 name "Tablas Largas ! Anchura de Encabezados"
5259
5260 \end_inset
5261
5262
5263 \end_layout
5264
5265 \begin_layout Standard
5266 La anchura máxima se define por la longitud 
5267 \series bold
5268
5269 \backslash
5270 LTcapwidth
5271 \series default
5272 .
5273  Por defecto es 4\InsetSpace \thinspace{}
5274 in.
5275  Para cambiarla añade el siguiente comando al preámbulo o como ERT en el
5276  documento antes de la tabla larga a la que afecta
5277 \end_layout
5278
5279 \begin_layout Standard
5280
5281 \series bold
5282
5283 \backslash
5284 setlength{
5285 \backslash
5286 LTcapwidth}{ancho}
5287 \end_layout
5288
5289 \begin_layout Standard
5290 donde el ancho puede ser una de las unidades listadas en el apéndice\InsetSpace ~
5291
5292 \begin_inset LatexCommand ref
5293 reference "cha:Unidades-disponibles-en"
5294
5295 \end_inset
5296
5297 .
5298 \end_layout
5299
5300 \begin_layout Standard
5301 Las tablas siguientes muestran la diferencia:
5302 \end_layout
5303
5304 \begin_layout Standard
5305 \begin_inset Tabular
5306 <lyxtabular version="3" rows="6" columns="5">
5307 <features islongtable="true">
5308 <column alignment="center" valignment="top" leftline="true" width="0">
5309 <column alignment="center" valignment="top" leftline="true" width="0">
5310 <column alignment="center" valignment="top" leftline="true" width="0">
5311 <column alignment="center" valignment="top" leftline="true" width="0">
5312 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5313 <row>
5314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Standard
5318 \begin_inset Caption
5319
5320 \begin_layout Standard
5321 Encabezado completo con ancho predeterminado encabezado completo con ancho
5322  predeterminado encabezado completo con ancho predeterminado
5323 \begin_inset OptArg
5324 status collapsed
5325
5326 \begin_layout Standard
5327 Encabezado con ancho predeterminado
5328 \end_layout
5329
5330 \end_inset
5331
5332
5333 \end_layout
5334
5335 \end_inset
5336
5337
5338 \begin_inset ERT
5339 status collapsed
5340
5341 \begin_layout Standard
5342
5343
5344 \backslash
5345
5346 \backslash
5347 %
5348 \end_layout
5349
5350 \end_inset
5351
5352
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Standard
5361
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Standard
5370
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Standard
5379
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Standard
5388
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 </row>
5394 <row topline="true">
5395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Standard
5399 1
5400 \end_layout
5401
5402 \end_inset
5403 </cell>
5404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Standard
5408 2
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Standard
5417 3
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Standard
5426 4
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Standard
5435 5
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 </row>
5441 <row topline="true">
5442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Standard
5446 asd
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Standard
5455 s
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5461 \begin_inset Text
5462
5463 \begin_layout Standard
5464 s
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Standard
5473 s
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Standard
5482 asd
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 </row>
5488 <row topline="true">
5489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Standard
5493 asd
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Standard
5502 s
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Standard
5511 s
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Standard
5520 s
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Standard
5529 asd
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 </row>
5535 <row topline="true">
5536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Standard
5540 asd
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Standard
5549 s
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Standard
5558 s
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Standard
5567 s
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Standard
5576 asd
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 </row>
5582 <row topline="true" bottomline="true">
5583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Standard
5587 asd
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Standard
5596 sad
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5602 \begin_inset Text
5603
5604 \begin_layout Standard
5605 asd
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Standard
5614 asd
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Standard
5623 asd
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 </row>
5629 </lyxtabular>
5630
5631 \end_inset
5632
5633
5634 \end_layout
5635
5636 \begin_layout Standard
5637 \begin_inset ERT
5638 status collapsed
5639
5640 \begin_layout Standard
5641
5642
5643 \backslash
5644 setlength{
5645 \backslash
5646 LTcapwidth}{5cm}
5647 \end_layout
5648
5649 \end_inset
5650
5651
5652 \begin_inset Tabular
5653 <lyxtabular version="3" rows="6" columns="5">
5654 <features islongtable="true">
5655 <column alignment="center" valignment="top" leftline="true" width="0">
5656 <column alignment="center" valignment="top" leftline="true" width="0">
5657 <column alignment="center" valignment="top" leftline="true" width="0">
5658 <column alignment="center" valignment="top" leftline="true" width="0">
5659 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5660 <row>
5661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Standard
5665 \begin_inset Caption
5666
5667 \begin_layout Standard
5668 Encabezado completo con ancho de  5\InsetSpace \thinspace{}
5669 cm encabezado completo con ancho de 5\InsetSpace \thinspace{}
5670 cm
5671  encabezado completo con ancho de 5\InsetSpace \thinspace{}
5672 cm
5673 \begin_inset OptArg
5674 status collapsed
5675
5676 \begin_layout Standard
5677 Encabezado con anchura\InsetSpace \thinspace{}
5678 =\InsetSpace \thinspace{}
5679 5\InsetSpace \thinspace{}
5680 cm
5681 \end_layout
5682
5683 \end_inset
5684
5685
5686 \end_layout
5687
5688 \end_inset
5689
5690
5691 \begin_inset ERT
5692 status collapsed
5693
5694 \begin_layout Standard
5695
5696
5697 \backslash
5698
5699 \backslash
5700 %
5701 \end_layout
5702
5703 \end_inset
5704
5705
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
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Standard
5723
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Standard
5732
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Standard
5741
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 </row>
5747 <row topline="true">
5748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Standard
5752 1
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Standard
5761 2
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Standard
5770 3
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Standard
5779 4
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Standard
5788 5
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 </row>
5794 <row topline="true">
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Standard
5799 asd
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Standard
5808 s
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Standard
5817 s
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 s
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Standard
5835 asd
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 </row>
5841 <row topline="true">
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Standard
5846 asd
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Standard
5855 s
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Standard
5864 s
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Standard
5873 s
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Standard
5882 asd
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 </row>
5888 <row topline="true">
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Standard
5893 asd
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Standard
5902 s
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Standard
5911 s
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Standard
5920 s
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Standard
5929 asd
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 </row>
5935 <row topline="true" bottomline="true">
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Standard
5940 asd
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Standard
5949 sad
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Standard
5958 asd
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Standard
5967 asd
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Standard
5976 asd
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 </row>
5982 </lyxtabular>
5983
5984 \end_inset
5985
5986
5987 \begin_inset ERT
5988 status collapsed
5989
5990 \begin_layout Standard
5991
5992
5993 \backslash
5994 setlength{
5995 \backslash
5996 LTcapwidth}{4in}
5997 \end_layout
5998
5999 \end_inset
6000
6001
6002 \end_layout
6003
6004 \begin_layout Subsubsection
6005 Encabezados Distintos para cada Página
6006 \begin_inset LatexCommand index
6007 name "Tablas Largas ! Encabezados Diferentes para cada Página"
6008
6009 \end_inset
6010
6011
6012 \end_layout
6013
6014 \begin_layout Standard
6015
6016 \lang english
6017 When the other captions should differ from the one of the first table page,
6018  insert a caption with a non-empty short title in a dummy caption row marked
6019  as first header.
6020  The caption used for the other table pages is inserted as caption without
6021  a short title in a dummy caption row that is marked as main header.
6022  When this caption shouldn't include the table number, use the command
6023 \end_layout
6024
6025 \begin_layout Standard
6026
6027 \series bold
6028 \lang english
6029
6030 \backslash
6031 caption*{caption text}
6032 \end_layout
6033
6034 \begin_layout Standard
6035
6036 \lang english
6037 instead of LyX's caption box.
6038
6039 \lang spanish
6040  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
6041  La tabla\InsetSpace ~
6042
6043 \begin_inset LatexCommand ref
6044 reference "tab:DifEncabezados"
6045
6046 \end_inset
6047
6048  es un ejemplo de tabla larga con encabezados distintos donde el segundo
6049  no incluye número de tabla.
6050 \end_layout
6051
6052 \begin_layout Standard
6053 \align center
6054 \begin_inset Tabular
6055 <lyxtabular version="3" rows="60" columns="3">
6056 <features islongtable="true">
6057 <column alignment="left" valignment="top" leftline="true" width="0cm">
6058 <column alignment="left" valignment="top" rightline="true" width="0pt">
6059 <column alignment="right" valignment="top" rightline="true" width="0pt">
6060 <row endfirsthead="true">
6061 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Standard
6065 \begin_inset Caption
6066
6067 \begin_layout Standard
6068 Ejemplo de lista telefónica
6069 \begin_inset LatexCommand label
6070 name "tab:DifEncabezados"
6071
6072 \end_inset
6073
6074
6075 \begin_inset OptArg
6076 status collapsed
6077
6078 \begin_layout Standard
6079 Ejemplo de lista telefónica
6080 \end_layout
6081
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \end_inset
6088
6089
6090 \begin_inset ERT
6091 status collapsed
6092
6093 \begin_layout Standard
6094
6095
6096 \backslash
6097
6098 \backslash
6099 %
6100 \end_layout
6101
6102 \end_inset
6103
6104
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Standard
6113
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Standard
6122
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 </row>
6128 <row topline="true" bottomline="true" endfirsthead="true">
6129 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Standard
6133
6134 \series bold
6135 Ejemplo de lista telefónica (ignore los nombres)
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Standard
6144
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Standard
6153
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 </row>
6159 <row topline="true" bottomline="true" endfirsthead="true">
6160 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Standard
6164
6165 \series bold
6166 NOMBRE
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Standard
6175
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Standard
6184
6185 \series bold
6186 TEL.
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 </row>
6192 <row bottomline="true" endhead="true">
6193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Standard
6197 \begin_inset ERT
6198 status collapsed
6199
6200 \begin_layout Standard
6201
6202
6203 \backslash
6204 caption*{Continúa Ejemplo de lista telefónica}
6205 \backslash
6206
6207 \backslash
6208 %
6209 \end_layout
6210
6211 \end_inset
6212
6213
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Standard
6222
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Standard
6231
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 </row>
6237 <row topline="true" bottomline="true" endhead="true">
6238 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Standard
6242
6243 \series bold
6244 Ejemplo de lista telefónica
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Standard
6253
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Standard
6262
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 </row>
6268 <row topline="true" bottomline="true" endhead="true">
6269 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Standard
6273
6274 \series bold
6275 NOMBRE
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Standard
6284
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Standard
6293
6294 \series bold
6295 TEL.
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 </row>
6301 <row topline="true" bottomline="true" endfoot="true">
6302 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Standard
6306 continúa en página siguiente
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Standard
6315
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Standard
6324
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 </row>
6330 <row>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Standard
6335
6336 \series bold
6337 Annovi
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Standard
6346 Silvia
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Standard
6355 111
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 </row>
6361 <row>
6362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Standard
6366
6367 \series bold
6368 Bertoli
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" topline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Standard
6377 Stefano
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Standard
6386 111
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 </row>
6392 <row>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Standard
6397
6398 \series bold
6399 Bozzi
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 <cell alignment="center" valignment="top" topline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Standard
6408 Walter
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Standard
6417 111
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 </row>
6423 <row>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Standard
6428
6429 \series bold
6430 Cachia
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell alignment="center" valignment="top" topline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Standard
6439 Maria
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Standard
6448 111
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 </row>
6454 <row>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Standard
6459
6460 \series bold
6461 Cachia
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 <cell alignment="center" valignment="top" topline="true" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Standard
6470 Maurizio
6471 \end_layout
6472
6473 \end_inset
6474 </cell>
6475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Standard
6479 111
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 </row>
6485 <row>
6486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Standard
6490
6491 \series bold
6492 Cinquemani
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 <cell alignment="center" valignment="top" topline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Standard
6501 Giusi
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Standard
6510 111
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 </row>
6516 <row>
6517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Standard
6521
6522 \series bold
6523 Colin
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell alignment="center" valignment="top" topline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Standard
6532 Bernard
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Standard
6541 111
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 </row>
6547 <row>
6548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Standard
6552
6553 \series bold
6554 Concli
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell alignment="center" valignment="top" topline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Standard
6563 Gianfranco
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6569 \begin_inset Text
6570
6571 \begin_layout Standard
6572 111
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 </row>
6578 <row>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Standard
6583
6584 \series bold
6585 Dal Bosco
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 <cell alignment="center" valignment="top" topline="true" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Standard
6594 Carolina
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Standard
6603 111
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 </row>
6609 <row>
6610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Standard
6614
6615 \series bold
6616 Dalpiaz
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Standard
6625 Annamaria
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Standard
6634 111
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 </row>
6640 <row>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Standard
6645
6646 \series bold
6647 Feliciello
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Standard
6656 Domenico
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Standard
6665 111
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 </row>
6671 <row>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Standard
6676
6677 \series bold
6678 Focarelli
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Standard
6687 Paola
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Standard
6696 111
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 </row>
6702 <row>
6703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Standard
6707
6708 \series bold
6709 Galletti
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Standard
6718 Oreste
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Standard
6727 111
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 </row>
6733 <row>
6734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Standard
6738
6739 \series bold
6740 Gasparini
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Standard
6749 Franca
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Standard
6758 111
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 </row>
6764 <row>
6765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Standard
6769
6770 \series bold
6771 Rizzardi
6772 \series default
6773
6774 \begin_inset Foot
6775 status open
6776
6777 \begin_layout Standard
6778 Ejemplo de nota al pie
6779 \end_layout
6780
6781 \end_inset
6782
6783
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 <cell alignment="center" valignment="top" topline="true" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Standard
6792 Paola
6793 \end_layout
6794
6795 \end_inset
6796 </cell>
6797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Standard
6801 111
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 </row>
6807 <row>
6808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Standard
6812
6813 \series bold
6814 Lassini
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell alignment="center" valignment="top" topline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Standard
6823 Giancarlo
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Standard
6832 111
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 </row>
6838 <row>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Standard
6843
6844 \series bold
6845 Malfatti
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell alignment="center" valignment="top" topline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Standard
6854 Luciano
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Standard
6863 111
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 </row>
6869 <row>
6870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Standard
6874
6875 \series bold
6876 Malfatti
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 <cell alignment="center" valignment="top" topline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Standard
6885 Valeriano
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Standard
6894 111
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 </row>
6900 <row>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Standard
6905
6906 \series bold
6907 Meneguzzo
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Standard
6916 Roberto
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Standard
6925 111
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 </row>
6931 <row>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Standard
6936
6937 \series bold
6938 Mezzadra
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell alignment="center" valignment="top" topline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Standard
6947 Roberto
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Standard
6956 111
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 </row>
6962 <row>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Standard
6967
6968 \series bold
6969 Pirpamer
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 <cell alignment="center" valignment="top" topline="true" usebox="none">
6975 \begin_inset Text
6976
6977 \begin_layout Standard
6978 Erich
6979 \end_layout
6980
6981 \end_inset
6982 </cell>
6983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Standard
6987 111
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 </row>
6993 <row>
6994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Standard
6998
6999 \series bold
7000 Pochiesa
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Standard
7009 Paolo
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Standard
7018 111, 222
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 </row>
7024 <row>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Standard
7029
7030 \series bold
7031 Radina
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Standard
7040 Claudio
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Standard
7049 111
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 </row>
7055 <row>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Standard
7060
7061 \series bold
7062 Stuffer
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Standard
7071 Oskar
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Standard
7080 111
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 </row>
7086 <row>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Standard
7091
7092 \series bold
7093 Tacchelli
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 <cell alignment="center" valignment="top" topline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Standard
7102 Ugo
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Standard
7111 111
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 </row>
7117 <row>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Standard
7122
7123 \series bold
7124 Tezzele
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Standard
7133 Margit
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Standard
7142 111
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 </row>
7148 <row>
7149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Standard
7153
7154 \series bold
7155 Unterkalmsteiner
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Standard
7164 Frieda
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Standard
7173 111
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 </row>
7179 <row>
7180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Standard
7184
7185 \series bold
7186 Vieider
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell alignment="center" valignment="top" topline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Standard
7195 Hilde
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Standard
7204 111
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 </row>
7210 <row>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Standard
7215
7216 \series bold
7217 Vigna
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Standard
7226 Jürgen
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Standard
7235 111
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 </row>
7241 <row>
7242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Standard
7246
7247 \series bold
7248 Weber
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Standard
7257 Maurizio
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Standard
7266 111
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 </row>
7272 <row bottomline="true">
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Standard
7277
7278 \series bold
7279 Winkler
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell alignment="center" valignment="top" topline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Standard
7288 Franz
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Standard
7297 111
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 </row>
7303 <row bottomline="true">
7304 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Standard
7308  
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Standard
7317
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Standard
7326
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 </row>
7332 <row>
7333 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Standard
7337
7338 \series bold
7339 Annovi
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 <cell alignment="center" valignment="top" topline="true" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Standard
7348 Silvia
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Standard
7357 555
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 </row>
7363 <row>
7364 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7365 \begin_inset Text
7366
7367 \begin_layout Standard
7368
7369 \series bold
7370 Bertoli
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" topline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Standard
7379 Stefano
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Standard
7388 555
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 </row>
7394 <row>
7395 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Standard
7399
7400 \series bold
7401 Bozzi
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell alignment="center" valignment="top" topline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Standard
7410 Walter
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Standard
7419 555
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 </row>
7425 <row>
7426 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Standard
7430
7431 \series bold
7432 Cachia
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 <cell alignment="center" valignment="top" topline="true" usebox="none">
7438 \begin_inset Text
7439
7440 \begin_layout Standard
7441 Maria
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Standard
7450 555
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 </row>
7456 <row>
7457 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Standard
7461
7462 \series bold
7463 Cachia
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell alignment="center" valignment="top" topline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Standard
7472 Maurizio
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Standard
7481 555
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 </row>
7487 <row>
7488 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Standard
7492
7493 \series bold
7494 Cinquemani
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell alignment="center" valignment="top" topline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Standard
7503 Giusi
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Standard
7512 555
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 </row>
7518 <row>
7519 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Standard
7523
7524 \series bold
7525 Colin
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell alignment="center" valignment="top" topline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Standard
7534 Bernard
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Standard
7543 555
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 </row>
7549 <row>
7550 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Standard
7554
7555 \series bold
7556 Concli
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 <cell alignment="center" valignment="top" topline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Standard
7565 Gianfranco
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Standard
7574 555
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 </row>
7580 <row>
7581 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Standard
7585
7586 \series bold
7587 Dal Bosco
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 <cell alignment="center" valignment="top" topline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Standard
7596 Carolina
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Standard
7605 555
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 </row>
7611 <row>
7612 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Standard
7616
7617 \series bold
7618 Dalpiaz
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" topline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Standard
7627 Annamaria
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Standard
7636 555
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 <row>
7643 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Standard
7647
7648 \series bold
7649 Feliciello
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" topline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Standard
7658 Domenico
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Standard
7667 555
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 </row>
7673 <row>
7674 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Standard
7678
7679 \series bold
7680 Focarelli
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell alignment="center" valignment="top" topline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Standard
7689 Paola
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Standard
7698 555
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 </row>
7704 <row>
7705 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Standard
7709
7710 \series bold
7711 Galletti
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell alignment="center" valignment="top" topline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Standard
7720 Oreste
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Standard
7729 555
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 </row>
7735 <row>
7736 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Standard
7740
7741 \series bold
7742 Gasparini
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" topline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Standard
7751 Franca
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Standard
7760 555
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 </row>
7766 <row>
7767 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Standard
7771
7772 \series bold
7773 Rizzardi
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" topline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Standard
7782 Paola
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Standard
7791 555
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 </row>
7797 <row>
7798 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Standard
7802
7803 \series bold
7804 Lassini
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell alignment="center" valignment="top" topline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Standard
7813 Giancarlo
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Standard
7822 555
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 <row>
7829 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Standard
7833
7834 \series bold
7835 Malfatti
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell alignment="center" valignment="top" topline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Standard
7844 Luciano
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Standard
7853 555
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 </row>
7859 <row>
7860 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Standard
7864
7865 \series bold
7866 Malfatti
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" topline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Standard
7875 Valeriano
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Standard
7884 555
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 </row>
7890 <row>
7891 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Standard
7895
7896 \series bold
7897 Meneguzzo
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" topline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Standard
7906 Roberto
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Standard
7915 555
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row bottomline="true">
7922 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Standard
7926
7927 \series bold
7928 Mezzadra
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" topline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Standard
7937 Roberto
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Standard
7946 555
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 </row>
7952 <row bottomline="true" endlastfoot="true">
7953 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Standard
7957
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Standard
7966
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Standard
7975
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 </row>
7981 </lyxtabular>
7982
7983 \end_inset
7984
7985
7986 \end_layout
7987
7988 \begin_layout Section
7989 Particularidades de las Tablas Largas
7990 \end_layout
7991
7992 \begin_layout Subsection
7993 Cálculos
7994 \begin_inset LatexCommand index
7995 name "Tablas Largas ! 2.7.1 Cálculos"
7996
7997 \end_inset
7998
7999
8000 \end_layout
8001
8002 \begin_layout Standard
8003 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
8004  utilizando los denominados "trozos", que son partes de la tabla presentes
8005  en la memoria de LaTeX.
8006  El valor predeterminado está establacido a solo 20 filas.
8007  Si estás usando tablas largas con muchas páginas, la generación del documento
8008  puede hacerse muy lenta.
8009  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
8010  el siguiente comando en el preámbulo del documento:
8011 \end_layout
8012
8013 \begin_layout Standard
8014
8015 \series bold
8016
8017 \backslash
8018 setcounter{LTchunksize}{100}
8019 \end_layout
8020
8021 \begin_layout Subsection
8022 Flotantes y Tablas Largas
8023 \begin_inset LatexCommand index
8024 name "Tablas Largas ! Flotantes"
8025
8026 \end_inset
8027
8028
8029 \end_layout
8030
8031 \begin_layout Standard
8032 Podría haber problemas si un flotante aparece en la misma página donde comienza
8033  una tabla larga.
8034  Para evitarlo, añade el comando 
8035 \series bold
8036
8037 \backslash
8038 clearpage
8039 \series default
8040  como ERT antes de la tabla.
8041 \end_layout
8042
8043 \begin_layout Subsection
8044 Saltos de Página Forzados
8045 \begin_inset LatexCommand index
8046 name "Tablas Largas ! Saltos de Página Forzados"
8047
8048 \end_inset
8049
8050
8051 \end_layout
8052
8053 \begin_layout Standard
8054 Por defecto, las tablas sólo se cortan entre filas.
8055  Si tienes una celda con líneas múltiples y necesitas un salto de página
8056  dentro de la celda, inserta el comando de nueva línea "
8057 \series bold
8058
8059 \backslash
8060
8061 \backslash
8062
8063 \series default
8064 " como ERT en el punto en que quieras cortar.
8065  Antes del comando "
8066 \series bold
8067
8068 \backslash
8069
8070 \backslash
8071
8072 \series default
8073 " debes insertar en ERT tantos caracteres "
8074 \series bold
8075 &
8076 \series default
8077 " como columnas siguientes de la tabla.
8078  
8079 \series bold
8080 &
8081 \series default
8082  es el caracter para separar celdas.
8083  Escribe en ERT después de cada 
8084 \series bold
8085 &
8086 \series default
8087  el contenido de la celda siguiente correspondiente y borra el contenido
8088  de esas celdas.
8089 \newline
8090 Detrás del comando 
8091 \series bold
8092
8093 \backslash
8094
8095 \backslash
8096
8097 \series default
8098 , inserta tantos 
8099 \series bold
8100 &
8101 \series default
8102  como columnas haya delante de la actual.
8103  En la tabla\InsetSpace ~
8104
8105 \begin_inset LatexCommand ref
8106 reference "tab:Saltos de Página Forzados"
8107
8108 \end_inset
8109
8110  la celda que debería cortarse está en la segunda columna seguida de otra
8111  columna.
8112  Por eso el siguiente comando se inserta en la celda como ERT detrás de
8113  "
8114 \emph on
8115 Castelchiodato,
8116 \emph default
8117 ":
8118 \end_layout
8119
8120 \begin_layout Standard
8121
8122 \series bold
8123 & 111
8124 \backslash
8125
8126 \backslash
8127
8128 \newline
8129 &
8130 \end_layout
8131
8132 \begin_layout Standard
8133 El "111" en la tercera columna de la fila se ha borrado.
8134  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
8135  superior pero quisieras una línea horizontal donde se corta la celda, usa
8136  este comando alternativo:
8137 \end_layout
8138
8139 \begin_layout Standard
8140
8141 \series bold
8142 & 111
8143 \backslash
8144
8145 \backslash
8146
8147 \newline
8148
8149 \backslash
8150 hline &
8151 \end_layout
8152
8153 \begin_layout Standard
8154 Cuando la celda a cortar está en la última columna, el comando
8155 \end_layout
8156
8157 \begin_layout Standard
8158
8159 \series bold
8160
8161 \backslash
8162 setlength{
8163 \backslash
8164 parf\SpecialChar \textcompwordmark{}
8165 illskip}{0pt}
8166 \end_layout
8167
8168 \begin_layout Standard
8169 debe insertarse como ERT al principio de la celda.
8170  Esto garantiza que la parte de la celda que será mostrada en la nueva página
8171  aparecerá con toda su anchura.
8172 \end_layout
8173
8174 \begin_layout Standard
8175 \align center
8176 \begin_inset Tabular
8177 <lyxtabular version="3" rows="39" columns="3">
8178 <features islongtable="true">
8179 <column alignment="left" valignment="top" leftline="true" width="0cm">
8180 <column alignment="left" valignment="top" rightline="true" width="3cm">
8181 <column alignment="right" valignment="top" rightline="true" width="0pt">
8182 <row endfirsthead="true">
8183 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Standard
8187 \begin_inset Caption
8188
8189 \begin_layout Standard
8190 Tabla con salto de página forzado en celda
8191 \begin_inset LatexCommand label
8192 name "tab:Saltos de Página Forzados"
8193
8194 \end_inset
8195
8196
8197 \begin_inset OptArg
8198 status collapsed
8199
8200 \begin_layout Standard
8201 Tabla con salto de página forzado en celda
8202 \end_layout
8203
8204 \end_inset
8205
8206
8207 \end_layout
8208
8209 \end_inset
8210
8211
8212 \begin_inset ERT
8213 status collapsed
8214
8215 \begin_layout Standard
8216
8217
8218 \backslash
8219
8220 \backslash
8221 %
8222 \end_layout
8223
8224 \end_inset
8225
8226
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Standard
8235
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Standard
8244
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 </row>
8250 <row topline="true" bottomline="true" endfirsthead="true">
8251 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Standard
8255
8256 \series bold
8257 Ejemplo de lista telefónica (ignore los nombres)
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Standard
8266
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Standard
8275
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row topline="true" bottomline="true" endfirsthead="true">
8282 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Standard
8286
8287 \series bold
8288 NOMBRE
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Standard
8297
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Standard
8306
8307 \series bold
8308 TEL.
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 </row>
8314 <row bottomline="true" endhead="true">
8315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Standard
8319 \begin_inset ERT
8320 status collapsed
8321
8322 \begin_layout Standard
8323
8324
8325 \backslash
8326 caption*{Continúa tabla con salto de página forzado en celda}
8327 \backslash
8328
8329 \backslash
8330 %
8331 \end_layout
8332
8333 \end_inset
8334
8335
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Standard
8344
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Standard
8353
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 </row>
8359 <row topline="true" bottomline="true" endhead="true">
8360 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Standard
8364
8365 \series bold
8366  Ejemplo de lista telefónica
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Standard
8375
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Standard
8384
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 </row>
8390 <row topline="true" bottomline="true" endhead="true">
8391 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Standard
8395
8396 \series bold
8397 NOMBRE
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Standard
8406
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Standard
8415
8416 \series bold
8417 TEL.
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row topline="true" bottomline="true" endfoot="true">
8424 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Standard
8428 continúa en página siguiente
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Standard
8437
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Standard
8446
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 </row>
8452 <row>
8453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Standard
8457
8458 \series bold
8459 Annovi
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" topline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Standard
8468 Silvia
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Standard
8477 111
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Standard
8488
8489 \series bold
8490 Bertoli
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" topline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Standard
8499 Stefano
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Standard
8508 111
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 </row>
8514 <row>
8515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Standard
8519
8520 \series bold
8521 Bozzi
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" topline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Standard
8530 Walter
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Standard
8539 111
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 </row>
8545 <row>
8546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Standard
8550
8551 \series bold
8552 Cachia
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" topline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Standard
8561 Maria
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Standard
8570 111
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 </row>
8576 <row>
8577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Standard
8581
8582 \series bold
8583 Cachia
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" topline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Standard
8592 Maurizio
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Standard
8601 111
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 </row>
8607 <row>
8608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Standard
8612
8613 \series bold
8614 Cinquemani
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" topline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Standard
8623 Giusi
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Standard
8632 111
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 </row>
8638 <row>
8639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Standard
8643
8644 \series bold
8645 Colin
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" topline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Standard
8654 Bernard
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Standard
8663 111
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 </row>
8669 <row>
8670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Standard
8674
8675 \series bold
8676 Concli
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" topline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Standard
8685 Gianfranco
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Standard
8694 111
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 </row>
8700 <row>
8701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Standard
8705
8706 \series bold
8707 Dal Bosco
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" topline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Standard
8716 Carolina
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Standard
8725 111
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 </row>
8731 <row>
8732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Standard
8736
8737 \series bold
8738 Dalpiaz
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" topline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Standard
8747 Annamaria
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Standard
8756 111
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 </row>
8762 <row>
8763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Standard
8767
8768 \series bold
8769 Feliciello
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" topline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Standard
8778 Domenico
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Standard
8787 111
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 </row>
8793 <row>
8794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Standard
8798
8799 \series bold
8800 Focarelli
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" topline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Standard
8809 Paola
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Standard
8818 111
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 </row>
8824 <row>
8825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Standard
8829
8830 \series bold
8831 Galletti
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" topline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Standard
8840 Oreste
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Standard
8849 111
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 </row>
8855 <row>
8856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Standard
8860
8861 \series bold
8862 Gasparini
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" topline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Standard
8871 Franca
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Standard
8880 111
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 </row>
8886 <row>
8887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Standard
8891
8892 \series bold
8893 Lassini
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" topline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Standard
8902 Giancarlo
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Standard
8911 111
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 </row>
8917 <row>
8918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Standard
8922
8923 \series bold
8924 Malfatti
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" topline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Standard
8933 Luciano
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Standard
8942 111
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 </row>
8948 <row>
8949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Standard
8953
8954 \series bold
8955 Malfatti
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" topline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Standard
8964 Valeriano
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Standard
8973 111
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 </row>
8979 <row>
8980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Standard
8984
8985 \series bold
8986 Meneguzzo
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" topline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Standard
8995 Roberto
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Standard
9004 111
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 </row>
9010 <row>
9011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Standard
9015
9016 \series bold
9017 Mezzadra
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" topline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Standard
9026 Roberto
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Standard
9035 111
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 </row>
9041 <row>
9042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Standard
9046
9047 \series bold
9048 Pirpamer
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" topline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Standard
9057 Erich
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Standard
9066 111
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 </row>
9072 <row>
9073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Standard
9077
9078 \series bold
9079 Pochiesa
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" topline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Standard
9088 Paolo
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Standard
9097 111, 222
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 </row>
9103 <row>
9104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Standard
9108
9109 \series bold
9110 Radina
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" topline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Standard
9119 Claudio
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Standard
9128 111
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 </row>
9134 <row>
9135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Standard
9139
9140 \series bold
9141 Rizzardi
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Standard
9150 Paolo, 11.
9151  Fürst von Montecompatri, 11.
9152  Fürst von Sulmona und Vivaro, 10.
9153  Fürst von Rossano, 5.
9154  Herzog von Canemorte, 11.
9155  Herzog von Palombara, 5.
9156  Herzog von Castelchiodato,
9157 \begin_inset ERT
9158 status collapsed
9159
9160 \begin_layout Standard
9161
9162 & 111
9163 \backslash
9164
9165 \backslash
9166
9167 \end_layout
9168
9169 \begin_layout Standard
9170
9171 &
9172 \end_layout
9173
9174 \end_inset
9175
9176  11.
9177  Herzog von Poggionativo, 11.
9178  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9179  Graf von Valinfreda, 11.
9180  Baron von Cropalati, 11.
9181  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Standard
9190
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 </row>
9196 <row>
9197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Standard
9201
9202 \series bold
9203 Stuffer
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" topline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Standard
9212 Oskar
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Standard
9221 111
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 </row>
9227 <row>
9228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Standard
9232
9233 \series bold
9234 Tacchelli
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 <cell alignment="center" valignment="top" topline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Standard
9243 Ugo
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Standard
9252 111
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 </row>
9258 <row>
9259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Standard
9263
9264 \series bold
9265 Tezzele
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" topline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Standard
9274 Margit
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Standard
9283 111
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 </row>
9289 <row>
9290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Standard
9294
9295 \series bold
9296 Unterkalmsteiner
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" topline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Standard
9305 Frieda
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Standard
9314 111
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 </row>
9320 <row>
9321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Standard
9325
9326 \series bold
9327 Vieider
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" topline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Standard
9336 Hilde
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Standard
9345 111
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 </row>
9351 <row>
9352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Standard
9356
9357 \series bold
9358 Vigna
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" topline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Standard
9367 Jürgen
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Standard
9376 111
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 </row>
9382 <row>
9383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Standard
9387
9388 \series bold
9389 Weber
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" topline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Standard
9398 Maurizio
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Standard
9407 111
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 </row>
9413 <row bottomline="true">
9414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Standard
9418
9419 \series bold
9420 Winkler
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell alignment="center" valignment="top" topline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Standard
9429 Franz
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Standard
9438 111
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 </row>
9444 <row endlastfoot="true">
9445 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Standard
9449
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Standard
9458
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Standard
9467
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 </row>
9473 </lyxtabular>
9474
9475 \end_inset
9476
9477
9478 \end_layout
9479
9480 \begin_layout Section
9481 Líneas Múltiples en Columnas y Filas
9482 \end_layout
9483
9484 \begin_layout Subsection
9485 Líneas Múltiples en Celdas
9486 \begin_inset LatexCommand label
9487 name "sub:Líneas-Múltiples-en"
9488
9489 \end_inset
9490
9491
9492 \begin_inset LatexCommand index
9493 name "Líneas Múltiples en Celdas"
9494
9495 \end_inset
9496
9497
9498 \begin_inset LatexCommand index
9499 name "Tablas ! Saltos de Línea"
9500
9501 \end_inset
9502
9503
9504 \end_layout
9505
9506 \begin_layout Standard
9507 \align center
9508 \begin_inset Float table
9509 placement H
9510 wide false
9511 sideways false
9512 status open
9513
9514 \begin_layout Standard
9515 \begin_inset Caption
9516
9517 \begin_layout Standard
9518 \begin_inset LatexCommand label
9519 name "tab:Tabla-con-múltiples"
9520
9521 \end_inset
9522
9523 Tabla con líneas múltiples en celda
9524 \end_layout
9525
9526 \end_inset
9527
9528
9529 \end_layout
9530
9531 \begin_layout Standard
9532 \align center
9533 \begin_inset Tabular
9534 <lyxtabular version="3" rows="3" columns="3">
9535 <features>
9536 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9537 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9538 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9539 <row topline="true">
9540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Standard
9544 líneas
9545 \begin_inset ERT
9546 status collapsed
9547
9548 \begin_layout Standard
9549
9550
9551 \backslash
9552 linebreak 
9553 \end_layout
9554
9555 \end_inset
9556
9557 múltiples
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Standard
9566 b
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Standard
9575 c
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 </row>
9581 <row topline="true">
9582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Standard
9586 d
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Standard
9595 e
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Standard
9604 f
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 </row>
9610 <row topline="true" bottomline="true">
9611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Standard
9615 g
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Standard
9624 h
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Standard
9633 i
9634 \end_layout
9635
9636 \end_inset
9637 </cell>
9638 </row>
9639 </lyxtabular>
9640
9641 \end_inset
9642
9643
9644 \end_layout
9645
9646 \end_inset
9647
9648
9649 \end_layout
9650
9651 \begin_layout Standard
9652 Al ajustar anchura fija en una columna se habilita la entrada de texto como
9653  párrafos con varias líneas y guionado.
9654 \end_layout
9655
9656 \begin_layout Standard
9657 Para generar la tabla\InsetSpace ~
9658
9659 \begin_inset LatexCommand ref
9660 reference "tab:Tabla-con-múltiples"
9661
9662 \end_inset
9663
9664 , crea una tabla 3×3, marca la primera celda y click-derecha sobre ella.
9665  En el diálogo que surge establace una anchura de 2.5\InsetSpace \thinspace{}
9666 cm y escoge centro en
9667  alineación vertical y horizontal.
9668  Como nuestro texto es menor de 2.5\InsetSpace \thinspace{}
9669 cm, solo aparece una línea.
9670  Para poner dos añadimos un salto de línea con el comando
9671 \end_layout
9672
9673 \begin_layout Standard
9674
9675 \series bold
9676
9677 \backslash
9678 linebreak
9679 \end_layout
9680
9681 \begin_layout Standard
9682 en ERT.
9683  Si el texto es más ancho que la celda será automáticamente dividido en
9684  líneas.
9685 \end_layout
9686
9687 \begin_layout Standard
9688 Para centrar verticalmente el texto en las otras dos celdas de la primera
9689  fila, haz click-derecha en la segunda celda, ajusta una anchura de 0.5\InsetSpace \thinspace{}
9690 cm
9691  y marca alineaciones centrales.
9692  Haz lo mismo con la tercera celda de la fila.
9693 \end_layout
9694
9695 \begin_layout Standard
9696 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
9697  con guión si es la primera entrada.
9698  Por eso hay que insertar algo para que dicha palabra no sea la primera
9699  entrada: Añade el comando
9700 \end_layout
9701
9702 \begin_layout Standard
9703
9704 \series bold
9705
9706 \backslash
9707 hspace{0pt}
9708 \end_layout
9709
9710 \begin_layout Standard
9711 en ERT antes de la palabra.
9712  Como el espacio es 0 la salida no cambia.
9713  La tabla\InsetSpace ~
9714
9715 \begin_inset LatexCommand ref
9716 reference "tab:Tabla-con-y"
9717
9718 \end_inset
9719
9720  muestra el efecto.
9721 \end_layout
9722
9723 \begin_layout Standard
9724 \begin_inset Float table
9725 wide false
9726 sideways false
9727 status open
9728
9729 \begin_layout Standard
9730 \begin_inset Caption
9731
9732 \begin_layout Standard
9733 \begin_inset LatexCommand label
9734 name "tab:Tabla-con-y"
9735
9736 \end_inset
9737
9738 Tablas con y sin guión
9739 \end_layout
9740
9741 \end_inset
9742
9743
9744 \end_layout
9745
9746 \begin_layout Standard
9747
9748 \hfill
9749
9750 \begin_inset Tabular
9751 <lyxtabular version="3" rows="3" columns="3">
9752 <features>
9753 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9754 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9755 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9756 <row topline="true">
9757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Standard
9761 celdaconpalabramuylarga
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Standard
9770 b
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Standard
9779 c
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 </row>
9785 <row topline="true">
9786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Standard
9790 d
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Standard
9799 e
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Standard
9808 f
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 </row>
9814 <row topline="true" bottomline="true">
9815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Standard
9819 g
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Standard
9828 h
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Standard
9837 i
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 </row>
9843 </lyxtabular>
9844
9845 \end_inset
9846
9847
9848 \hfill
9849
9850 \begin_inset Tabular
9851 <lyxtabular version="3" rows="3" columns="3">
9852 <features>
9853 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9854 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9855 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9856 <row topline="true">
9857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Standard
9861 \begin_inset ERT
9862 status collapsed
9863
9864 \begin_layout Standard
9865
9866
9867 \backslash
9868 hspace{0pt}
9869 \end_layout
9870
9871 \end_inset
9872
9873 celdaconpalabramuylarga
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Standard
9882 b
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Standard
9891 c
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 </row>
9897 <row topline="true">
9898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Standard
9902 d
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Standard
9911 e
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Standard
9920 f
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 </row>
9926 <row topline="true" bottomline="true">
9927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Standard
9931 g
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Standard
9940 h
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Standard
9949 i
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 </row>
9955 </lyxtabular>
9956
9957 \end_inset
9958
9959
9960 \hfill
9961
9962 \end_layout
9963
9964 \end_inset
9965
9966
9967 \end_layout
9968
9969 \begin_layout Standard
9970
9971 \newpage
9972
9973 \end_layout
9974
9975 \begin_layout Subsection
9976 Multicolumnas
9977 \begin_inset LatexCommand label
9978 name "sub:Multicolumnas"
9979
9980 \end_inset
9981
9982
9983 \begin_inset LatexCommand index
9984 name "Multicolumnas"
9985
9986 \end_inset
9987
9988
9989 \begin_inset LatexCommand index
9990 name "Tablas ! Multicolumnas"
9991
9992 \end_inset
9993
9994
9995 \end_layout
9996
9997 \begin_layout Subsubsection
9998 Fundamentos de Multicolumna
9999 \end_layout
10000
10001 \begin_layout Standard
10002 Para extender una celda sobre varias columnas, se marcan las celdas que
10003  se desee combinar y se usa el botón 
10004 \begin_inset Graphics
10005         filename ../images/tabular-feature_multicolumn.xpm
10006         scale 85
10007
10008 \end_inset
10009
10010 , o el menú 
10011 \family sans
10012 Editar\SpecialChar \menuseparator
10013 Tabla\SpecialChar \menuseparator
10014 Multicolumn
10015 \family default
10016 a, o click-derecha sobre las celdas marcadas y se selecciona en el diálogo,
10017  bajo la pestaña 
10018 \family sans
10019 Configuración
10020 \family default
10021 , la casilla Multicolumna.
10022 \end_layout
10023
10024 \begin_layout Standard
10025 Las multicolumnas tienen su propia configuración de celdas.
10026  Esto es, los cambios de bordes, alineación y anchura solo afectan a la
10027  multicolumna.
10028  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
10029  otra en la última fila sin borde superior:
10030 \end_layout
10031
10032 \begin_layout Standard
10033 \align center
10034 \begin_inset Tabular
10035 <lyxtabular version="3" rows="3" columns="4">
10036 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10037 <column alignment="center" valignment="top" leftline="true" width="0pt">
10038 <column alignment="center" valignment="middle" leftline="true" width="0">
10039 <column alignment="center" valignment="top" leftline="true" width="0in">
10040 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10041 <row topline="true" bottomline="true">
10042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Standard
10046 abc
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Standard
10055 def
10056 \lang ngerman
10057  
10058 \lang spanish
10059 ghi
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Standard
10068
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Standard
10077 jkl
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 </row>
10083 <row topline="true">
10084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Standard
10088
10089 \family roman
10090 \series medium
10091 \shape up
10092 \size normal
10093 \emph off
10094 \bar no
10095 \noun off
10096 \color none
10097 A
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Standard
10106 B
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Standard
10115 C
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Standard
10124 D
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 </row>
10130 <row topline="true" bottomline="true">
10131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Standard
10135 1
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Standard
10144 2
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Standard
10153 3
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Standard
10162 4
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 </row>
10168 </lyxtabular>
10169
10170 \end_inset
10171
10172
10173 \end_layout
10174
10175 \begin_layout Subsubsection
10176 Cálculos en Multicolumnas
10177 \begin_inset LatexCommand label
10178 name "sub:Cálculos-en-Multicolumnas"
10179
10180 \end_inset
10181
10182
10183 \begin_inset LatexCommand index
10184 name "Multicolumnas ! Cálculos"
10185
10186 \end_inset
10187
10188
10189 \end_layout
10190
10191 \begin_layout Standard
10192 LyX soporta multicolumnas directamente, pero hay que prestar atención a
10193  la anchura de celda de las columnas combinadas en la celda multicolumna.
10194 \end_layout
10195
10196 \begin_layout Standard
10197 \begin_inset Float table
10198 wide false
10199 sideways false
10200 status open
10201
10202 \begin_layout Standard
10203 \begin_inset Caption
10204
10205 \begin_layout Standard
10206 \begin_inset LatexCommand label
10207 name "tab:Tabla-con-centrado"
10208
10209 \end_inset
10210
10211 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
10212 te la mitad de anchura que la celda multicolumna
10213 \begin_inset OptArg
10214 status collapsed
10215
10216 \begin_layout Standard
10217 Tabla multicolumna perfecta
10218 \end_layout
10219
10220 \end_inset
10221
10222
10223 \end_layout
10224
10225 \end_inset
10226
10227
10228 \end_layout
10229
10230 \begin_layout Standard
10231 \align center
10232 \begin_inset Tabular
10233 <lyxtabular version="3" rows="3" columns="3">
10234 <features>
10235 <column alignment="center" valignment="middle" leftline="true" width="0" special="|>{\centering}m{1.25cm-6.2pt}">
10236 <column alignment="center" valignment="middle" leftline="true" width="0">
10237 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10238 <row topline="true">
10239 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special="|>{\centering}m{2.5cm}|">
10240 \begin_inset Text
10241
10242 \begin_layout Standard
10243 multicolumna línea múltiple
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Standard
10252
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Standard
10261 c
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 </row>
10267 <row topline="true">
10268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Standard
10272 d
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Standard
10281 e
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Standard
10290 f
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 </row>
10296 <row topline="true" bottomline="true">
10297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Standard
10301 g
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Standard
10310 h
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Standard
10319 i
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 </row>
10325 </lyxtabular>
10326
10327 \end_inset
10328
10329
10330 \end_layout
10331
10332 \end_inset
10333
10334
10335 \end_layout
10336
10337 \begin_layout Standard
10338 Por ejemplo, para crear la Tabla\InsetSpace ~
10339
10340 \begin_inset LatexCommand ref
10341 reference "tab:Tabla-con-centrado"
10342
10343 \end_inset
10344
10345 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
10346  click-derecha.
10347  En el diálogo marca 
10348 \emph on
10349 multicolumna
10350 \emph default
10351
10352 \emph on
10353 alineación centro
10354 \emph default
10355  y una anchura de 2.5\InsetSpace \thinspace{}
10356 cm.
10357  Las columnas combinadas deberían tener exactamente la mitad de la anchura
10358  de la celda multicolumna, así que deberías ajustar 1.25\InsetSpace \thinspace{}
10359 cm para la primera
10360  columna.
10361  La segunda columna tendrá entonces automáticamente 1.25\InsetSpace \thinspace{}
10362 cm de anchura.
10363  Para la Tabla 
10364 \begin_inset LatexCommand ref
10365 reference "tab:Tabla-sin-mitad"
10366
10367 \end_inset
10368
10369  se ha procedido de la siguiente manera:
10370 \end_layout
10371
10372 \begin_layout Standard
10373 \begin_inset Float table
10374 wide false
10375 sideways false
10376 status open
10377
10378 \begin_layout Standard
10379 \begin_inset Caption
10380
10381 \begin_layout Standard
10382 \begin_inset LatexCommand label
10383 name "tab:Tabla-sin-mitad"
10384
10385 \end_inset
10386
10387 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
10388  anchura que la celda multicolumna
10389 \begin_inset OptArg
10390 status collapsed
10391
10392 \begin_layout Standard
10393 Tabla multicolumna imperfecta
10394 \end_layout
10395
10396 \end_inset
10397
10398
10399 \end_layout
10400
10401 \end_inset
10402
10403
10404 \end_layout
10405
10406 \begin_layout Standard
10407 \align center
10408 \begin_inset Tabular
10409 <lyxtabular version="3" rows="3" columns="3">
10410 <features>
10411 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10412 <column alignment="center" valignment="top" leftline="true" width="0">
10413 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10414 <row topline="true" bottomline="true">
10415 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10416 \begin_inset Text
10417
10418 \begin_layout Standard
10419 multicolumna línea múltiple
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Standard
10428
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Standard
10437 c
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 </row>
10443 <row topline="true">
10444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Standard
10448 d
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Standard
10457 e
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Standard
10466 f
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row topline="true" bottomline="true">
10473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Standard
10477 g
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Standard
10486 h
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Standard
10495 i
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 </row>
10501 </lyxtabular>
10502
10503 \end_inset
10504
10505
10506 \end_layout
10507
10508 \end_inset
10509
10510
10511 \end_layout
10512
10513 \begin_layout Standard
10514 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
10515 a, es un poco mayor.
10516  La razón es que la anchura dada para una celda 
10517 \begin_inset Formula $W_{g}$
10518 \end_inset
10519
10520  no es su anchura total 
10521 \begin_inset Formula $W_{\mathrm{tot}}$
10522 \end_inset
10523
10524  porque una celda es siempre algo mayor que la anchura dada.
10525  El Apéndice\InsetSpace ~
10526
10527 \begin_inset LatexCommand eqref
10528 reference "cha:Explicación-de-la-Ecuación"
10529
10530 \end_inset
10531
10532  lo explica con detalle.
10533 \end_layout
10534
10535 \begin_layout Standard
10536 La anchura dada necesaria, 
10537 \begin_inset Formula $W_{g\, n}$
10538 \end_inset
10539
10540  para combinar 
10541 \emph on
10542 n
10543 \emph default
10544  columnas puede calcularse de manera que cada columna tenga una anchura
10545  total de 
10546 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10547 \end_inset
10548
10549 :
10550 \begin_inset Formula \begin{equation}
10551 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10552
10553 \end_inset
10554
10555
10556 \end_layout
10557
10558 \begin_layout Standard
10559 En nuestro caso tenemos 
10560 \begin_inset Formula $n=2$
10561 \end_inset
10562
10563
10564 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10565 \end_inset
10566
10567 \InsetSpace \thinspace{}
10568 cm y los valores predeterminados para longitudes, así la ecuación\InsetSpace ~
10569
10570 \begin_inset LatexCommand ref
10571 reference "eq:Wgn"
10572
10573 \end_inset
10574
10575  queda
10576 \begin_inset Formula \begin{equation}
10577 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10578
10579 \end_inset
10580
10581
10582 \end_layout
10583
10584 \begin_layout Standard
10585 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
10586  
10587 \series bold
10588 calc
10589 \series default
10590  con la línea
10591 \begin_inset LatexCommand index
10592 name "LaTeX-paquetes ! calc"
10593
10594 \end_inset
10595
10596
10597 \end_layout
10598
10599 \begin_layout Standard
10600
10601 \series bold
10602
10603 \backslash
10604 usepackage{calc}
10605 \end_layout
10606
10607 \begin_layout Standard
10608 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
10609  Por tanto hay que insertar un argumento LaTeX en el diálogo.
10610  He aquí un repaso de los argumentos:
10611 \end_layout
10612
10613 \begin_layout Itemize
10614
10615 \series bold
10616 p{ancho}
10617 \series default
10618  crea celdas con anchura fija, el texto alineado arriba
10619 \end_layout
10620
10621 \begin_layout Itemize
10622
10623 \series bold
10624 m{ancho}
10625 \series default
10626  crea celdas con anchura fija, el texto con alineación vertical centrada
10627  
10628 \end_layout
10629
10630 \begin_layout Itemize
10631
10632 \series bold
10633 b{ancho}
10634 \series default
10635  crea celdas con anchura fija, el texto alineado abajo
10636 \end_layout
10637
10638 \begin_layout Standard
10639 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
10640  en el diálogo se ignoran.
10641  
10642 \begin_inset Note Greyedout
10643 status open
10644
10645 \begin_layout Standard
10646
10647 \series bold
10648 Nota:
10649 \series default
10650  Debido a un error, LyX muestra de todas formas estas propiedades.
10651 \end_layout
10652
10653 \end_inset
10654
10655  El comando 
10656 \series bold
10657
10658 \backslash
10659 centering
10660 \series default
10661  se añade para centrar horizontalmente el texto.
10662  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
10663  columna extendida:
10664 \end_layout
10665
10666 \begin_layout Standard
10667
10668 \series bold
10669 |>{
10670 \backslash
10671 centering}m{1.25cm-6.2pt}
10672 \end_layout
10673
10674 \begin_layout Standard
10675 La barra "
10676 \series bold
10677 |
10678 \series default
10679 " al principio dibuja el borde y el comando
10680 \series bold
10681  >{ }
10682 \series default
10683  significa que los comandos entre llaves se aplican antes de crear la celda.
10684 \end_layout
10685
10686 \begin_layout Standard
10687 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
10688 , aún está alineado a la izquierda.
10689  Esto se debe a que LyX solo aplica alineado a columnas simples.
10690  Así que para multicolumnas hemos de usar el argumento de LaTeX
10691 \end_layout
10692
10693 \begin_layout Standard
10694
10695 \series bold
10696 |>{
10697 \backslash
10698 centering}m{2.5cm}|
10699 \end_layout
10700
10701 \begin_layout Subsection
10702 Multifilas
10703 \begin_inset LatexCommand index
10704 name "Multifilas"
10705
10706 \end_inset
10707
10708
10709 \begin_inset LatexCommand index
10710 name "Tablas ! Multifilas"
10711
10712 \end_inset
10713
10714
10715 \begin_inset LatexCommand index
10716 name "LaTeX-paquetes ! multirow"
10717
10718 \end_inset
10719
10720
10721 \end_layout
10722
10723 \begin_layout Standard
10724 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
10725  hace falta un poco de ERT.
10726  Hay que cargar el paquete de LaTeX 
10727 \series bold
10728 multirow
10729 \series default
10730  en el preámbulo del documento con el comando
10731 \end_layout
10732
10733 \begin_layout Standard
10734
10735 \series bold
10736
10737 \backslash
10738 usepackage{multirow}
10739 \end_layout
10740
10741 \begin_layout Standard
10742 Las multifilas se crean con el comando
10743 \end_layout
10744
10745 \begin_layout Standard
10746
10747 \series bold
10748
10749 \backslash
10750 multirow{número de filas}{ancho de celda}{entrada de celda}
10751 \end_layout
10752
10753 \begin_layout Standard
10754 Para crear la siguiente tabla:
10755 \end_layout
10756
10757 \begin_layout Standard
10758 \align center
10759 \begin_inset ERT
10760 status collapsed
10761
10762 \begin_layout Standard
10763
10764
10765 \backslash
10766 renewcommand{
10767 \backslash
10768 multirowsetup}{
10769 \backslash
10770 centering}
10771 \end_layout
10772
10773 \end_inset
10774
10775
10776 \begin_inset Tabular
10777 <lyxtabular version="3" rows="3" columns="3">
10778 <features>
10779 <column alignment="center" valignment="top" leftline="true" width="0">
10780 <column alignment="center" valignment="top" leftline="true" width="0">
10781 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10782 <row topline="true">
10783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Standard
10787 a
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Standard
10796 b
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Standard
10805 c
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 </row>
10811 <row topline="true">
10812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Standard
10816 \begin_inset ERT
10817 status collapsed
10818
10819 \begin_layout Standard
10820
10821
10822 \backslash
10823 multirow{2}{2.5cm}{
10824 \end_layout
10825
10826 \end_inset
10827
10828 entrada multifila
10829 \begin_inset ERT
10830 status collapsed
10831
10832 \begin_layout Standard
10833
10834 }
10835 \end_layout
10836
10837 \end_inset
10838
10839
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Standard
10848 e
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Standard
10857 f
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 <row topline="true" bottomline="true">
10864 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Standard
10868
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Standard
10877 h
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Standard
10886 i
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 </row>
10892 </lyxtabular>
10893
10894 \end_inset
10895
10896
10897 \begin_inset ERT
10898 status collapsed
10899
10900 \begin_layout Standard
10901
10902
10903 \backslash
10904 renewcommand{
10905 \backslash
10906 multirowsetup}{
10907 \backslash
10908 raggedright}
10909 \end_layout
10910
10911 \end_inset
10912
10913
10914 \end_layout
10915
10916 \begin_layout Standard
10917 crea una tabla 3×3.
10918  Para quitar la línea sobre la última celda en la primera columna, se marca
10919  la celda como multicolumna y se quita el borde superior.
10920  Ahora se crea la multifila en la segunda fila de la primera columna insertando
10921  ahí el comando
10922 \end_layout
10923
10924 \begin_layout Standard
10925
10926 \series bold
10927
10928 \backslash
10929 multirow{2}{2.5cm}{
10930 \end_layout
10931
10932 \begin_layout Standard
10933 como ERT.
10934  Según los parámetros del comando la multifila se expande a dos filas y
10935  tiene de ancho 2.5\InsetSpace \thinspace{}
10936 cm.
10937  El contenido de la celda multifila sigue fuera del cuadro ERT y el comando
10938  finaliza con llave derecha 
10939 \series bold
10940 }
10941 \series default
10942  en otro cuadro ERT tras el texto.
10943 \end_layout
10944
10945 \begin_layout Standard
10946
10947 \series bold
10948
10949 \backslash
10950 multirow
10951 \series default
10952  alinea su contenido a la izquierda por defecto.
10953  Para cambiarlo renombra el comando 
10954 \series bold
10955
10956 \backslash
10957 multirowsetup
10958 \series default
10959  con el comando
10960 \end_layout
10961
10962 \begin_layout Standard
10963
10964 \series bold
10965
10966 \backslash
10967 renewcommand{
10968 \backslash
10969 multirowsetup}{
10970 \backslash
10971 centering}
10972 \end_layout
10973
10974 \begin_layout Standard
10975 en ERT en el preámbulo del documento.
10976  Entonces se centran todas las entradas de celdas multifila en el documento.
10977  Si solo queremos centrar en algunas tablas, se puede renombrar el comando
10978  en ERT justo antes de la tabla en lugar de en el preámbulo.
10979  Si el texto debe estar alineado a la derecha, reemplaza 
10980 \series bold
10981
10982 \backslash
10983 centering
10984 \series default
10985  por 
10986 \series bold
10987
10988 \backslash
10989 raggedleft
10990 \series default
10991 .
10992  Para volver a alineado a la izquierda usa 
10993 \series bold
10994
10995 \backslash
10996 raggedright
10997 \series default
10998 .
10999 \end_layout
11000
11001 \begin_layout Section
11002 Booktabs
11003 \begin_inset LatexCommand index
11004 name "Booktabs"
11005
11006 \end_inset
11007
11008
11009 \begin_inset LatexCommand index
11010 name "Tablas ! Booktabs"
11011
11012 \end_inset
11013
11014  
11015 \begin_inset Note Note
11016 status collapsed
11017
11018 \begin_layout Standard
11019
11020 \family roman
11021 \series medium
11022 \size footnotesize
11023 N.
11024  del t.
11025  A la espera de la traducción que se le asigne en LyX 1.5, he dejado el original
11026  en inglés
11027 \end_layout
11028
11029 \end_inset
11030
11031
11032 \end_layout
11033
11034 \begin_layout Standard
11035 En los libros, las tablas se suelen presentar como en la Tabla \InsetSpace ~
11036
11037 \begin_inset LatexCommand ref
11038 reference "tab:Ejemplo-tabla-booktabs"
11039
11040 \end_inset
11041
11042 .
11043  En inglés se denominan "
11044 \emph on
11045 booktabs
11046 \emph default
11047 ".
11048  La próxima versión de LyX, LyX\InsetSpace ~
11049 1.5, tendrá soporte para "booktabs", véase
11050  
11051 \begin_inset ERT
11052 status collapsed
11053
11054 \begin_layout Standard
11055
11056
11057 \backslash
11058 href{http://wiki.lyx.org/LyX/NewInLyX15}{
11059 \end_layout
11060
11061 \end_inset
11062
11063 What's new in LyX\InsetSpace ~
11064 1.5
11065 \begin_inset ERT
11066 status collapsed
11067
11068 \begin_layout Standard
11069
11070 }
11071 \end_layout
11072
11073 \end_inset
11074
11075 .
11076 \end_layout
11077
11078 \begin_layout Standard
11079 \begin_inset Float table
11080 placement h
11081 wide false
11082 sideways false
11083 status open
11084
11085 \begin_layout Standard
11086 \begin_inset Caption
11087
11088 \begin_layout Standard
11089 \begin_inset LatexCommand label
11090 name "tab:Ejemplo-tabla-booktabs"
11091
11092 \end_inset
11093
11094 Ejemplo de tabla booktabs
11095 \end_layout
11096
11097 \end_inset
11098
11099
11100 \end_layout
11101
11102 \begin_layout Standard
11103 \align center
11104 \begin_inset Tabular
11105 <lyxtabular version="3" rows="8" columns="4">
11106 <features booktabs="true">
11107 <column alignment="center" valignment="top" rightline="true" width="0">
11108 <column alignment="center" valignment="top" width="0">
11109 <column alignment="center" valignment="top" width="0">
11110 <column alignment="center" valignment="top" width="0">
11111 <row topline="true">
11112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Standard
11116 System
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" topline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Standard
11125 Medipix
11126 \begin_inset Formula $\,$
11127 \end_inset
11128
11129 1
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Standard
11138 Medipix
11139 \begin_inset Formula $\,$
11140 \end_inset
11141
11142 2
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Standard
11151
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 </row>
11157 <row>
11158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Standard
11162 \begin_inset ERT
11163 status collapsed
11164
11165 \begin_layout Standard
11166
11167
11168 \backslash
11169 cmidrule(r){2-2}
11170 \end_layout
11171
11172 \end_inset
11173
11174
11175 \begin_inset ERT
11176 status collapsed
11177
11178 \begin_layout Standard
11179
11180
11181 \backslash
11182 cmidrule(l){3-4}
11183 \end_layout
11184
11185 \end_inset
11186
11187 Detector thickness [µm]
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Standard
11196 300
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Standard
11205 300
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Standard
11214 700
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 </row>
11220 <row topline="true">
11221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Standard
11225 Edge angle [°]
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Standard
11234 3.55
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Standard
11243 2.71
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Standard
11252 7.99
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 </row>
11258 <row topspace="default">
11259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Standard
11263 Spatial resolution [µm]
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Standard
11272 4.26
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Standard
11281 10.17
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Standard
11290 10.56
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 </row>
11296 <row topspace="default">
11297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Standard
11301 MTF at 
11302 \begin_inset Formula $f_{\mathrm{max}}$
11303 \end_inset
11304
11305
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Standard
11314 0.53
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Standard
11323 0.37
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Standard
11332 0.39
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 </row>
11338 <row topspace="default">
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Standard
11343 \begin_inset ERT
11344 status collapsed
11345
11346 \begin_layout Standard
11347
11348
11349 \backslash
11350 cmidrule(l{10pt}){1-1}
11351 \end_layout
11352
11353 \end_inset
11354
11355 LSF-spatial resolution
11356 \end_layout
11357
11358 \end_inset
11359 </cell>
11360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11361 \begin_inset Text
11362
11363 \begin_layout Standard
11364
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Standard
11373
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Standard
11382
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 </row>
11388 <row>
11389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Standard
11393 in µm
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Standard
11402 129.7
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Standard
11411 52.75
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Standard
11420 50.78
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 </row>
11426 <row bottomline="true">
11427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Standard
11431 in % of pixel size
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Standard
11440 76.3
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Standard
11449 95.9
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Standard
11458 92.3
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 </row>
11464 </lyxtabular>
11465
11466 \end_inset
11467
11468
11469 \end_layout
11470
11471 \end_inset
11472
11473
11474 \end_layout
11475
11476 \begin_layout Standard
11477 Este capítulo describe la creación de tablas "booktabs" en LyX\InsetSpace ~
11478 1.4.
11479 \end_layout
11480
11481 \begin_layout Subsection
11482 Comandos Fundamentales
11483 \begin_inset LatexCommand index
11484 name "Booktabs ! Comandos Fundamentales"
11485
11486 \end_inset
11487
11488
11489 \end_layout
11490
11491 \begin_layout Standard
11492 Para poder usar "booktabs" hay que cargar el paquete de LaTeX 
11493 \series bold
11494 booktabs
11495 \series default
11496  en el preámbulo del documento con la línea
11497 \begin_inset LatexCommand index
11498 name "LaTeX-paquetes ! booktabs"
11499
11500 \end_inset
11501
11502
11503 \end_layout
11504
11505 \begin_layout Standard
11506
11507 \series bold
11508
11509 \backslash
11510 usepackage{booktabs}
11511 \end_layout
11512
11513 \begin_layout Standard
11514 \begin_inset VSpace medskip
11515 \end_inset
11516
11517
11518 \end_layout
11519
11520 \begin_layout Standard
11521 La primera línea de una tabla booktabs se crea con el comando
11522 \end_layout
11523
11524 \begin_layout Standard
11525
11526 \series bold
11527
11528 \backslash
11529 toprule[ancho]
11530 \end_layout
11531
11532 \begin_layout Standard
11533 que se inserta como ERT en la primera celda como primera entrada.
11534  La anchura opcional especifica el grosor de línea; la predeterminada es
11535  0.08\InsetSpace \thinspace{}
11536 em.
11537  Puedes usar todas las unidades listadas en el apéndice \InsetSpace ~
11538
11539 \begin_inset LatexCommand ref
11540 reference "cha:Unidades-disponibles-en"
11541
11542 \end_inset
11543
11544  para fijar el ancho.
11545 \newline
11546 ¡Observa que todos los comandos ERT deben acabar con
11547  un espacio si les sigue texto!
11548 \end_layout
11549
11550 \begin_layout Standard
11551 La última línea de una tabla booktabs se crea con el comando ERT
11552 \end_layout
11553
11554 \begin_layout Standard
11555
11556 \series bold
11557
11558 \backslash
11559 bottomrule[ancho]
11560 \end_layout
11561
11562 \begin_layout Standard
11563 en la primera celda de la última fila.
11564  La última fila es solo para este comando y no debería tener ningún otro
11565  contenido.
11566  La anchura predeterminada es la misma que para 
11567 \series bold
11568
11569 \backslash
11570 toprule
11571 \series default
11572 .
11573 \end_layout
11574
11575 \begin_layout Standard
11576 Las líneas horizontales que se extienden sobre todas las columnas se crean
11577  con el comando ERT
11578 \end_layout
11579
11580 \begin_layout Standard
11581
11582 \series bold
11583
11584 \backslash
11585 midrule[ancho]
11586 \end_layout
11587
11588 \begin_layout Standard
11589 La anchura predeterminada es 0.05\InsetSpace \thinspace{}
11590 em.
11591 \end_layout
11592
11593 \begin_layout Standard
11594 Las líneas que no se extienden a todas las columnas se crean con el comando
11595  ERT
11596 \end_layout
11597
11598 \begin_layout Standard
11599
11600 \series bold
11601
11602 \backslash
11603 cmidrule[ancho](recorte){inicol-fincol}
11604 \end_layout
11605
11606 \begin_layout Standard
11607 El grosor predeterminado es 0.03\InsetSpace \thinspace{}
11608 em; inicol es el número de columna donde
11609  empieza la línea y fincol el número de columna donde acaba; fincol debe
11610  ser siempre especificado incluso cuando la línea se extiende solo una columna.
11611  El parámetro opcional recorte debe ser 
11612 \emph on
11613 l{recorte}
11614 \emph default
11615  o 
11616 \emph on
11617 r{recorte}
11618 \emph default
11619 , donde recorte también es opcional.
11620  Por ejemplo, el parámetro 
11621 \emph on
11622 l{2pt}
11623 \emph default
11624  significa que la línea se recorta 2 pt por su izquierda.
11625  Si no se especifica el tamaño del recorte, las líneas se recortan por defecto
11626  en 0.5\InsetSpace \thinspace{}
11627 em.
11628 \end_layout
11629
11630 \begin_layout Standard
11631 Los comandos 
11632 \series bold
11633
11634 \backslash
11635 cmidrule
11636 \series default
11637  y 
11638 \series bold
11639
11640 \backslash
11641 midrule
11642 \series default
11643  deben insertarse como primera entrada de la primera celda de una fila .
11644  Las líneas se crean sobre la fila.
11645 \end_layout
11646
11647 \begin_layout Standard
11648 \begin_inset VSpace bigskip
11649 \end_inset
11650
11651 La Tabla\InsetSpace ~
11652
11653 \begin_inset LatexCommand ref
11654 reference "tab:Ejemplo-tabla-booktabs"
11655
11656 \end_inset
11657
11658  se ha creado con los comandos
11659 \end_layout
11660
11661 \begin_layout Standard
11662
11663 \series bold
11664
11665 \backslash
11666 cmidrule(r){2-2}
11667 \backslash
11668 cmidrule(l){3-4}
11669 \end_layout
11670
11671 \begin_layout Standard
11672 en la segunda fila, 
11673 \series bold
11674
11675 \backslash
11676 midrule
11677 \series default
11678  en la tercera, y
11679 \end_layout
11680
11681 \begin_layout Standard
11682
11683 \series bold
11684
11685 \backslash
11686 cmidrule(l{10pt}){1-1}
11687 \end_layout
11688
11689 \begin_layout Standard
11690 en la sexta fila.
11691 \end_layout
11692
11693 \begin_layout Subsection
11694 Comandos Especiales
11695 \begin_inset LatexCommand index
11696 name "Booktabs ! Comandos Especiales"
11697
11698 \end_inset
11699
11700
11701 \end_layout
11702
11703 \begin_layout Standard
11704 Para separar filas verticalmente se puede emplear el siguiente comando ERT
11705 \end_layout
11706
11707 \begin_layout Standard
11708
11709 \series bold
11710
11711 \backslash
11712 addlinespace[ancho]
11713 \end_layout
11714
11715 \begin_layout Standard
11716 El ancho predeterminado es 0.5\InsetSpace \thinspace{}
11717 em.
11718  En la Tabla\InsetSpace ~
11719
11720 \begin_inset LatexCommand ref
11721 reference "tab:Ejemplo-tabla-booktabs"
11722
11723 \end_inset
11724
11725  se ha insertado 
11726 \series bold
11727
11728 \backslash
11729 addlinespace
11730 \series default
11731  en la primera celda de algunas filas.
11732  El espacio se crea sobre las filas en las que se inserta el comando.
11733 \end_layout
11734
11735 \begin_layout Standard
11736 \begin_inset VSpace medskip
11737 \end_inset
11738
11739
11740 \end_layout
11741
11742 \begin_layout Standard
11743 Quizá quieras superponer líneas 
11744 \series bold
11745
11746 \backslash
11747 cmidrules
11748 \series default
11749  como en la Tabla\InsetSpace ~
11750
11751 \begin_inset LatexCommand ref
11752 reference "tab:Tabla-booktabs-especial"
11753
11754 \end_inset
11755
11756 .
11757  Esto se consigue con el comando ERT
11758 \end_layout
11759
11760 \begin_layout Standard
11761
11762 \series bold
11763
11764 \backslash
11765 morecmidrule
11766 \series default
11767 s
11768 \end_layout
11769
11770 \begin_layout Standard
11771 El comando que se ha utilizado para la segunda fila de la Tabla\InsetSpace ~
11772
11773 \begin_inset LatexCommand ref
11774 reference "tab:Tabla-booktabs-especial"
11775
11776 \end_inset
11777
11778  es
11779 \end_layout
11780
11781 \begin_layout Standard
11782
11783 \series bold
11784
11785 \backslash
11786 cmidrule(r){2-2}
11787 \backslash
11788 cmidrule(l){3-4}
11789 \backslash
11790 morecmidrules
11791 \backslash
11792 cmidrule{2-4}
11793 \end_layout
11794
11795 \begin_layout Standard
11796 El comando para la sexta fila es
11797 \end_layout
11798
11799 \begin_layout Standard
11800
11801 \series bold
11802
11803 \backslash
11804 midrule
11805 \backslash
11806 morecmidrules
11807 \backslash
11808 cmidrule{3-4}
11809 \end_layout
11810
11811 \begin_layout Standard
11812 \begin_inset VSpace bigskip
11813 \end_inset
11814
11815
11816 \end_layout
11817
11818 \begin_layout Standard
11819 El espacio alrededor de cada línea en una tabla "booktabs" puede especificarse
11820  en el preámbulo del documento.
11821  Para más información al respecto, véase el manual del paquete 
11822 \begin_inset LatexCommand cite
11823 key "booktabs"
11824
11825 \end_inset
11826
11827 .
11828  Si de todas formas no te satisface el espaciado, puedes usar el siguiente
11829  comando para dibujar líneas que se extienden sobre todas las columnas
11830 \end_layout
11831
11832 \begin_layout Standard
11833
11834 \series bold
11835
11836 \backslash
11837 specialrule{anchura}{espacio superior}{espacio inferior}
11838 \end_layout
11839
11840 \begin_layout Standard
11841 \begin_inset Float table
11842 placement h
11843 wide false
11844 sideways false
11845 status open
11846
11847 \begin_layout Standard
11848 \begin_inset Caption
11849
11850 \begin_layout Standard
11851 \begin_inset LatexCommand label
11852 name "tab:Tabla-booktabs-especial"
11853
11854 \end_inset
11855
11856 Tabla booktabs especial
11857 \end_layout
11858
11859 \end_inset
11860
11861
11862 \end_layout
11863
11864 \begin_layout Standard
11865 \align center
11866 \begin_inset Tabular
11867 <lyxtabular version="3" rows="8" columns="4">
11868 <features booktabs="true">
11869 <column alignment="center" valignment="top" width="0">
11870 <column alignment="center" valignment="top" width="0">
11871 <column alignment="center" valignment="top" width="0">
11872 <column alignment="center" valignment="top" width="0">
11873 <row topline="true">
11874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Standard
11878 System
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11884 \begin_inset Text
11885
11886 \begin_layout Standard
11887 Medipix\InsetSpace \thinspace{}
11888 1
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Standard
11897 Medipix\InsetSpace \thinspace{}
11898 2
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11904 \begin_inset Text
11905
11906 \begin_layout Standard
11907
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 </row>
11913 <row>
11914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11915 \begin_inset Text
11916
11917 \begin_layout Standard
11918 \begin_inset ERT
11919 status collapsed
11920
11921 \begin_layout Standard
11922
11923
11924 \backslash
11925 cmidrule(r){2-2}
11926 \end_layout
11927
11928 \end_inset
11929
11930
11931 \begin_inset ERT
11932 status collapsed
11933
11934 \begin_layout Standard
11935
11936
11937 \backslash
11938 cmidrule(l){3-4}
11939 \end_layout
11940
11941 \end_inset
11942
11943
11944 \begin_inset ERT
11945 status collapsed
11946
11947 \begin_layout Standard
11948
11949
11950 \backslash
11951 morecmidrules 
11952 \end_layout
11953
11954 \end_inset
11955
11956
11957 \begin_inset ERT
11958 status collapsed
11959
11960 \begin_layout Standard
11961
11962
11963 \backslash
11964 cmidrule{2-4}
11965 \end_layout
11966
11967 \end_inset
11968
11969 Detector thickness [µm]
11970 \end_layout
11971
11972 \end_inset
11973 </cell>
11974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11975 \begin_inset Text
11976
11977 \begin_layout Standard
11978 300
11979 \end_layout
11980
11981 \end_inset
11982 </cell>
11983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11984 \begin_inset Text
11985
11986 \begin_layout Standard
11987 300
11988 \end_layout
11989
11990 \end_inset
11991 </cell>
11992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11993 \begin_inset Text
11994
11995 \begin_layout Standard
11996 700
11997 \end_layout
11998
11999 \end_inset
12000 </cell>
12001 </row>
12002 <row topline="true">
12003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12004 \begin_inset Text
12005
12006 \begin_layout Standard
12007 Edge angle [°]
12008 \end_layout
12009
12010 \end_inset
12011 </cell>
12012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12013 \begin_inset Text
12014
12015 \begin_layout Standard
12016 3.55
12017 \end_layout
12018
12019 \end_inset
12020 </cell>
12021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12022 \begin_inset Text
12023
12024 \begin_layout Standard
12025 2.71
12026 \end_layout
12027
12028 \end_inset
12029 </cell>
12030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Standard
12034 7.99
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 </row>
12040 <row topspace="default">
12041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12042 \begin_inset Text
12043
12044 \begin_layout Standard
12045 Spatial resolution [µm]
12046 \end_layout
12047
12048 \end_inset
12049 </cell>
12050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Standard
12054 4.26
12055 \end_layout
12056
12057 \end_inset
12058 </cell>
12059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12060 \begin_inset Text
12061
12062 \begin_layout Standard
12063 10.17
12064 \end_layout
12065
12066 \end_inset
12067 </cell>
12068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12069 \begin_inset Text
12070
12071 \begin_layout Standard
12072 10.56
12073 \end_layout
12074
12075 \end_inset
12076 </cell>
12077 </row>
12078 <row topspace="default">
12079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12080 \begin_inset Text
12081
12082 \begin_layout Standard
12083 MTF at 
12084 \begin_inset Formula $f_{\mathrm{max}}$
12085 \end_inset
12086
12087
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Standard
12096 0.53
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Standard
12105 0.37
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12111 \begin_inset Text
12112
12113 \begin_layout Standard
12114 0.39
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 </row>
12120 <row topline="true">
12121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Standard
12125 \begin_inset ERT
12126 status collapsed
12127
12128 \begin_layout Standard
12129
12130
12131 \backslash
12132 morecmidrules 
12133 \end_layout
12134
12135 \end_inset
12136
12137
12138 \begin_inset ERT
12139 status collapsed
12140
12141 \begin_layout Standard
12142
12143
12144 \backslash
12145 cmidrule{3-4}
12146 \end_layout
12147
12148 \end_inset
12149
12150 LSF-spatial resolution
12151 \end_layout
12152
12153 \end_inset
12154 </cell>
12155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12156 \begin_inset Text
12157
12158 \begin_layout Standard
12159
12160 \end_layout
12161
12162 \end_inset
12163 </cell>
12164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12165 \begin_inset Text
12166
12167 \begin_layout Standard
12168
12169 \end_layout
12170
12171 \end_inset
12172 </cell>
12173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12174 \begin_inset Text
12175
12176 \begin_layout Standard
12177
12178 \end_layout
12179
12180 \end_inset
12181 </cell>
12182 </row>
12183 <row>
12184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12185 \begin_inset Text
12186
12187 \begin_layout Standard
12188 in µm
12189 \end_layout
12190
12191 \end_inset
12192 </cell>
12193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12194 \begin_inset Text
12195
12196 \begin_layout Standard
12197 129.7
12198 \end_layout
12199
12200 \end_inset
12201 </cell>
12202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12203 \begin_inset Text
12204
12205 \begin_layout Standard
12206 52.75
12207 \end_layout
12208
12209 \end_inset
12210 </cell>
12211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12212 \begin_inset Text
12213
12214 \begin_layout Standard
12215 50.78
12216 \end_layout
12217
12218 \end_inset
12219 </cell>
12220 </row>
12221 <row bottomline="true">
12222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12223 \begin_inset Text
12224
12225 \begin_layout Standard
12226 in % of pixel size
12227 \end_layout
12228
12229 \end_inset
12230 </cell>
12231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12232 \begin_inset Text
12233
12234 \begin_layout Standard
12235 76.3
12236 \end_layout
12237
12238 \end_inset
12239 </cell>
12240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12241 \begin_inset Text
12242
12243 \begin_layout Standard
12244 95.9
12245 \end_layout
12246
12247 \end_inset
12248 </cell>
12249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12250 \begin_inset Text
12251
12252 \begin_layout Standard
12253 92.3
12254 \end_layout
12255
12256 \end_inset
12257 </cell>
12258 </row>
12259 </lyxtabular>
12260
12261 \end_inset
12262
12263
12264 \end_layout
12265
12266 \end_inset
12267
12268
12269 \end_layout
12270
12271 \begin_layout Section
12272 Alineación Vertical en Tablas
12273 \end_layout
12274
12275 \begin_layout Standard
12276 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
12277  en un cuadro.
12278  Entonces el cuadro se puede alinear verticalmente como se describe en la
12279  sección\InsetSpace ~
12280
12281 \begin_inset LatexCommand ref
12282 reference "sec:Diálogo-Cuadros"
12283
12284 \end_inset
12285
12286 .
12287  
12288 \end_layout
12289
12290 \begin_layout Standard
12291 En el ejemplo siguiente las tablas están en un cuadro de minipágina
12292 \begin_inset Foot
12293 status collapsed
12294
12295 \begin_layout Standard
12296 Las minipáginas se describen en la sección\InsetSpace ~
12297
12298 \begin_inset LatexCommand ref
12299 reference "sec:Minipáginas"
12300
12301 \end_inset
12302
12303 .
12304 \end_layout
12305
12306 \end_inset
12307
12308  que tiene una anchura de 15\InsetSpace \thinspace{}
12309 col%:
12310 \end_layout
12311
12312 \begin_layout Itemize
12313 test 
12314 \begin_inset Box Frameless
12315 position "t"
12316 hor_pos "c"
12317 has_inner_box 1
12318 inner_pos "c"
12319 use_parbox 0
12320 width "15col%"
12321 special "none"
12322 height "1in"
12323 height_special "totalheight"
12324 status collapsed
12325
12326 \begin_layout Standard
12327 \begin_inset Tabular
12328 <lyxtabular version="3" rows="3" columns="3">
12329 <features>
12330 <column alignment="center" valignment="top" leftline="true" width="0">
12331 <column alignment="center" valignment="top" leftline="true" width="0">
12332 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12333 <row topline="true">
12334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12335 \begin_inset Text
12336
12337 \begin_layout Standard
12338 a
12339 \end_layout
12340
12341 \end_inset
12342 </cell>
12343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12344 \begin_inset Text
12345
12346 \begin_layout Standard
12347 d
12348 \end_layout
12349
12350 \end_inset
12351 </cell>
12352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12353 \begin_inset Text
12354
12355 \begin_layout Standard
12356 g
12357 \end_layout
12358
12359 \end_inset
12360 </cell>
12361 </row>
12362 <row topline="true">
12363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12364 \begin_inset Text
12365
12366 \begin_layout Standard
12367 b
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 e
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 h
12386 \end_layout
12387
12388 \end_inset
12389 </cell>
12390 </row>
12391 <row topline="true" bottomline="true">
12392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12393 \begin_inset Text
12394
12395 \begin_layout Standard
12396 c
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 f
12406 \end_layout
12407
12408 \end_inset
12409 </cell>
12410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12411 \begin_inset Text
12412
12413 \begin_layout Standard
12414 i
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 </row>
12420 </lyxtabular>
12421
12422 \end_inset
12423
12424
12425 \end_layout
12426
12427 \end_inset
12428
12429  test 
12430 \begin_inset ERT
12431 status collapsed
12432
12433 \begin_layout Standard
12434
12435
12436 \backslash
12437 raisebox{0.85
12438 \backslash
12439 baselineskip}{
12440 \end_layout
12441
12442 \end_inset
12443
12444
12445 \begin_inset Box Frameless
12446 position "t"
12447 hor_pos "c"
12448 has_inner_box 1
12449 inner_pos "c"
12450 use_parbox 0
12451 width "15col%"
12452 special "none"
12453 height "1in"
12454 height_special "totalheight"
12455 status collapsed
12456
12457 \begin_layout Standard
12458 \begin_inset Tabular
12459 <lyxtabular version="3" rows="3" columns="3">
12460 <features>
12461 <column alignment="center" valignment="top" leftline="true" width="0">
12462 <column alignment="center" valignment="top" leftline="true" width="0">
12463 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12464 <row topline="true">
12465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12466 \begin_inset Text
12467
12468 \begin_layout Standard
12469 a
12470 \end_layout
12471
12472 \end_inset
12473 </cell>
12474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12475 \begin_inset Text
12476
12477 \begin_layout Standard
12478 d
12479 \end_layout
12480
12481 \end_inset
12482 </cell>
12483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12484 \begin_inset Text
12485
12486 \begin_layout Standard
12487 g
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 </row>
12493 <row topline="true">
12494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12495 \begin_inset Text
12496
12497 \begin_layout Standard
12498 b
12499 \end_layout
12500
12501 \end_inset
12502 </cell>
12503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Standard
12507 e
12508 \end_layout
12509
12510 \end_inset
12511 </cell>
12512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Standard
12516 h
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 </row>
12522 <row topline="true" bottomline="true">
12523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12524 \begin_inset Text
12525
12526 \begin_layout Standard
12527 c
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Standard
12536 f
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Standard
12545 i
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 </row>
12551 </lyxtabular>
12552
12553 \end_inset
12554
12555
12556 \end_layout
12557
12558 \end_inset
12559
12560
12561 \begin_inset ERT
12562 status collapsed
12563
12564 \begin_layout Standard
12565
12566 }
12567 \end_layout
12568
12569 \end_inset
12570
12571
12572 \end_layout
12573
12574 \begin_layout Itemize
12575 test 
12576 \begin_inset Box Frameless
12577 position "c"
12578 hor_pos "c"
12579 has_inner_box 1
12580 inner_pos "c"
12581 use_parbox 0
12582 width "15col%"
12583 special "none"
12584 height "1in"
12585 height_special "totalheight"
12586 status collapsed
12587
12588 \begin_layout Standard
12589 \begin_inset Tabular
12590 <lyxtabular version="3" rows="3" columns="3">
12591 <features>
12592 <column alignment="center" valignment="top" leftline="true" width="0">
12593 <column alignment="center" valignment="top" leftline="true" width="0">
12594 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12595 <row topline="true">
12596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12597 \begin_inset Text
12598
12599 \begin_layout Standard
12600 a
12601 \end_layout
12602
12603 \end_inset
12604 </cell>
12605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12606 \begin_inset Text
12607
12608 \begin_layout Standard
12609 d
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Standard
12618 g
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 </row>
12624 <row topline="true">
12625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Standard
12629 b
12630 \end_layout
12631
12632 \end_inset
12633 </cell>
12634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Standard
12638 e
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Standard
12647 h
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 </row>
12653 <row topline="true" bottomline="true">
12654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Standard
12658 c
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Standard
12667 f
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Standard
12676 i
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 </row>
12682 </lyxtabular>
12683
12684 \end_inset
12685
12686
12687 \end_layout
12688
12689 \end_inset
12690
12691
12692 \end_layout
12693
12694 \begin_layout Itemize
12695 test 
12696 \begin_inset Box Frameless
12697 position "b"
12698 hor_pos "c"
12699 has_inner_box 1
12700 inner_pos "c"
12701 use_parbox 0
12702 width "15col%"
12703 special "none"
12704 height "1in"
12705 height_special "totalheight"
12706 status collapsed
12707
12708 \begin_layout Standard
12709 \begin_inset Tabular
12710 <lyxtabular version="3" rows="3" columns="3">
12711 <features>
12712 <column alignment="center" valignment="top" leftline="true" width="0">
12713 <column alignment="center" valignment="top" leftline="true" width="0">
12714 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12715 <row topline="true">
12716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Standard
12720 a
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12726 \begin_inset Text
12727
12728 \begin_layout Standard
12729 d
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Standard
12738 g
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 </row>
12744 <row topline="true">
12745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Standard
12749 b
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Standard
12758 e
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Standard
12767 h
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 </row>
12773 <row topline="true" bottomline="true">
12774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Standard
12778 c
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Standard
12787 f
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Standard
12796 i
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 </row>
12802 </lyxtabular>
12803
12804 \end_inset
12805
12806
12807 \end_layout
12808
12809 \end_inset
12810
12811  test 
12812 \begin_inset ERT
12813 status collapsed
12814
12815 \begin_layout Standard
12816
12817
12818 \backslash
12819 raisebox{-0.32
12820 \backslash
12821 baselineskip}{
12822 \end_layout
12823
12824 \end_inset
12825
12826
12827 \begin_inset Box Frameless
12828 position "b"
12829 hor_pos "c"
12830 has_inner_box 1
12831 inner_pos "c"
12832 use_parbox 0
12833 width "15col%"
12834 special "none"
12835 height "1in"
12836 height_special "totalheight"
12837 status collapsed
12838
12839 \begin_layout Standard
12840 \begin_inset Tabular
12841 <lyxtabular version="3" rows="3" columns="3">
12842 <features>
12843 <column alignment="center" valignment="top" leftline="true" width="0">
12844 <column alignment="center" valignment="top" leftline="true" width="0">
12845 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12846 <row topline="true">
12847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Standard
12851 a
12852 \end_layout
12853
12854 \end_inset
12855 </cell>
12856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12857 \begin_inset Text
12858
12859 \begin_layout Standard
12860 d
12861 \end_layout
12862
12863 \end_inset
12864 </cell>
12865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Standard
12869 g
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 </row>
12875 <row topline="true">
12876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12877 \begin_inset Text
12878
12879 \begin_layout Standard
12880 b
12881 \end_layout
12882
12883 \end_inset
12884 </cell>
12885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Standard
12889 e
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Standard
12898 h
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 </row>
12904 <row topline="true" bottomline="true">
12905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Standard
12909 c
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12915 \begin_inset Text
12916
12917 \begin_layout Standard
12918 f
12919 \end_layout
12920
12921 \end_inset
12922 </cell>
12923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12924 \begin_inset Text
12925
12926 \begin_layout Standard
12927 i
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 </row>
12933 </lyxtabular>
12934
12935 \end_inset
12936
12937
12938 \end_layout
12939
12940 \end_inset
12941
12942
12943 \begin_inset ERT
12944 status collapsed
12945
12946 \begin_layout Standard
12947
12948 }
12949 \end_layout
12950
12951 \end_inset
12952
12953
12954 \end_layout
12955
12956 \begin_layout Standard
12957 Como ves, los contenidos de la primera y última filas no se alinean correctament
12958 e con la línea de texto donde está la tabla.
12959  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
12960  un cuadro elevado ("raisebox")
12961 \begin_inset Foot
12962 status collapsed
12963
12964 \begin_layout Standard
12965 El uso del comando 
12966 \series bold
12967
12968 \backslash
12969 raisebox
12970 \series default
12971  se explica en la sección\InsetSpace ~
12972
12973 \begin_inset LatexCommand ref
12974 reference "sub:Alineación-Vertical"
12975
12976 \end_inset
12977
12978 .
12979 \end_layout
12980
12981 \end_inset
12982
12983 .
12984  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
12985  usando el comando en ERT
12986 \end_layout
12987
12988 \begin_layout Standard
12989
12990 \series bold
12991
12992 \backslash
12993 raisebox{0.85
12994 \backslash
12995 baselineskip}{
12996 \end_layout
12997
12998 \begin_layout Standard
12999 antes del cuadro.
13000  Tras él, se pone la llave de cierre 
13001 \series bold
13002 }
13003 \series default
13004  también como ERT.
13005  Para la segunda tabla en el tercer ítem se usa el comando 
13006 \end_layout
13007
13008 \begin_layout Standard
13009
13010 \series bold
13011
13012 \backslash
13013 raisebox{-0.32
13014 \backslash
13015 baselineskip}{
13016 \end_layout
13017
13018 \begin_layout Section
13019 Tablas Coloreadas
13020 \begin_inset LatexCommand label
13021 name "sec:Tablas-Coloreadas"
13022
13023 \end_inset
13024
13025
13026 \begin_inset LatexCommand index
13027 name "Tablas ! Coloreadas"
13028
13029 \end_inset
13030
13031
13032 \end_layout
13033
13034 \begin_layout Subsection
13035 Celdas Coloreadas
13036 \begin_inset LatexCommand index
13037 name "Tablas Coloreadas ! Celdas"
13038
13039 \end_inset
13040
13041
13042 \begin_inset LatexCommand index
13043 name "Color ! en Celdas de Tablas"
13044
13045 \end_inset
13046
13047
13048 \end_layout
13049
13050 \begin_layout Standard
13051 \begin_inset Float table
13052 placement h
13053 wide false
13054 sideways false
13055 status open
13056
13057 \begin_layout Standard
13058 \begin_inset Caption
13059
13060 \begin_layout Standard
13061 \begin_inset LatexCommand label
13062 name "tab:Tabla-coloreada-sin"
13063
13064 \end_inset
13065
13066 Tabla coloreada sin usar el paquete 
13067 \series bold
13068 colortbl
13069 \series default
13070
13071 \begin_inset OptArg
13072 status collapsed
13073
13074 \begin_layout Standard
13075 Tabla sin colortbl
13076 \end_layout
13077
13078 \end_inset
13079
13080
13081 \end_layout
13082
13083 \end_inset
13084
13085
13086 \end_layout
13087
13088 \begin_layout Standard
13089 \align center
13090 \begin_inset Tabular
13091 <lyxtabular version="3" rows="3" columns="3">
13092 <features>
13093 <column alignment="center" valignment="top" leftline="true" width="0">
13094 <column alignment="center" valignment="top" leftline="true" width="0">
13095 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13096 <row topline="true">
13097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Standard
13101
13102 \color green
13103 a
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Standard
13112
13113 \color red
13114 b
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Standard
13123
13124 \color red
13125 c
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 </row>
13131 <row topline="true">
13132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Standard
13136
13137 \color green
13138 d
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Standard
13147
13148 \color blue
13149 e
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Standard
13158
13159 \color blue
13160 f
13161 \end_layout
13162
13163 \end_inset
13164 </cell>
13165 </row>
13166 <row topline="true" bottomline="true">
13167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Standard
13171
13172 \color green
13173 g
13174 \end_layout
13175
13176 \end_inset
13177 </cell>
13178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Standard
13182
13183 \color blue
13184 h
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Standard
13193
13194 \color blue
13195 i
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 </row>
13201 </lyxtabular>
13202
13203 \end_inset
13204
13205
13206 \end_layout
13207
13208 \end_inset
13209
13210
13211 \end_layout
13212
13213 \begin_layout Standard
13214 Si solo necesitas color en el texto, marca las celdas y elige un color en
13215  el menú 
13216 \family sans
13217 Editar\SpecialChar \menuseparator
13218 Estilo\InsetSpace ~
13219 del\InsetSpace ~
13220 Texto
13221 \family default
13222 .
13223  Esto se ha hecho en la Tabla\InsetSpace ~
13224
13225 \begin_inset LatexCommand ref
13226 reference "tab:Tabla-coloreada-sin"
13227
13228 \end_inset
13229
13230 .
13231  En cualquier otro caso hay que usar el paquete LaTeX 
13232 \series bold
13233 colortbl
13234 \series default
13235 .
13236 \begin_inset LatexCommand index
13237 name "LaTeX-paquetes ! colortbl"
13238
13239 \end_inset
13240
13241
13242 \end_layout
13243
13244 \begin_layout Standard
13245 Para crear tablas coloreadas, 
13246 \series bold
13247 colortbl
13248 \series default
13249  debe cargarse en el preámbulo con la línea
13250 \end_layout
13251
13252 \begin_layout Standard
13253
13254 \series bold
13255
13256 \backslash
13257 usepackage{colortbl}
13258 \end_layout
13259
13260 \begin_layout Standard
13261 El color de una columna se define con el comando
13262 \end_layout
13263
13264 \begin_layout Standard
13265
13266 \series bold
13267
13268 \backslash
13269 columncolor{nombre del color}
13270 \end_layout
13271
13272 \begin_layout Standard
13273 dentro del comando 
13274 \series bold
13275 >{ }
13276 \series default
13277 .
13278  Más sobre el comando 
13279 \series bold
13280 >{}
13281 \series default
13282  se explica en la sección\InsetSpace ~
13283
13284 \begin_inset LatexCommand ref
13285 reference "sub:Cálculos-en-Multicolumnas"
13286
13287 \end_inset
13288
13289 .
13290 \end_layout
13291
13292 \begin_layout Standard
13293 Los siguientes nombres de color están predefinidos:
13294 \end_layout
13295
13296 \begin_layout Standard
13297
13298 \family sans
13299 red
13300 \family default
13301
13302 \family sans
13303 green
13304 \family default
13305 ,
13306 \family sans
13307  yellow, blue
13308 \family default
13309 ,
13310 \family sans
13311  cyan
13312 \family default
13313 \series bold
13314 ,
13315 \family sans
13316 \series default
13317  magenta, black
13318 \family default
13319 ,
13320 \family sans
13321  white
13322 \end_layout
13323
13324 \begin_layout Standard
13325 \begin_inset VSpace medskip
13326 \end_inset
13327
13328
13329 \end_layout
13330
13331 \begin_layout Standard
13332 Puedes definir tus propios colores con el comando
13333 \end_layout
13334
13335 \begin_layout Standard
13336
13337 \series bold
13338
13339 \backslash
13340 def\SpecialChar \textcompwordmark{}
13341 inecolor{nombre del color}{modelo de color}{valores de color}
13342 \end_layout
13343
13344 \begin_layout Standard
13345 El modelo de color puede ser
13346 \end_layout
13347
13348 \begin_layout Labeling
13349 \labelwidthstring 00.00.0000
13350 cmyk: cyan, magenta, yellow, black
13351 \end_layout
13352
13353 \begin_layout Labeling
13354 \labelwidthstring 00.00.0000
13355 rgb: red, green, blue
13356 \end_layout
13357
13358 \begin_layout Labeling
13359 \labelwidthstring 00.00.0000
13360 gray gray
13361 \end_layout
13362
13363 \begin_layout Standard
13364 y los valores de color son números separados por comas entre 0 y 1 que describen
13365  el factor para el color correspondiente del modelo de color.
13366 \end_layout
13367
13368 \begin_layout Standard
13369 Por ejemplo, puedes definir el color "
13370 \emph on
13371 verde oscuro
13372 \emph default
13373 " en el preámbulo con
13374 \end_layout
13375
13376 \begin_layout Standard
13377
13378 \series bold
13379
13380 \backslash
13381 def\SpecialChar \textcompwordmark{}
13382 inecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13383 \end_layout
13384
13385 \begin_layout Standard
13386 y el color "
13387 \emph on
13388 gris claro
13389 \emph default
13390 " con
13391 \end_layout
13392
13393 \begin_layout Standard
13394
13395 \series bold
13396
13397 \backslash
13398 def\SpecialChar \textcompwordmark{}
13399 inecolor{grisclaro}{gray}{0.8}
13400 \end_layout
13401
13402 \begin_layout Standard
13403 \begin_inset VSpace medskip
13404 \end_inset
13405
13406
13407 \end_layout
13408
13409 \begin_layout Standard
13410 Las líneas se colorean con el comando
13411 \end_layout
13412
13413 \begin_layout Standard
13414
13415 \series bold
13416
13417 \backslash
13418 rowcolor{nombre del color}
13419 \end_layout
13420
13421 \begin_layout Standard
13422 y las celdas se colorean con el comando
13423 \end_layout
13424
13425 \begin_layout Standard
13426
13427 \series bold
13428
13429 \backslash
13430 cellcolor{nombre del color}
13431 \end_layout
13432
13433 \begin_layout Standard
13434 Ambos comandos se insertan al principio de una celda como ERT.
13435 \end_layout
13436
13437 \begin_layout Standard
13438 Para colorear caracteres en la tabla marca las celdas y usa el menú 
13439 \family sans
13440 Editar\SpecialChar \menuseparator
13441 Estilo\InsetSpace ~
13442 del\InsetSpace ~
13443 Texto
13444 \family default
13445 .
13446  Si una celda contiene ERT marca solo los caracteres, si no el ERT con color
13447  puede ocasionar errores de LaTeX.
13448 \end_layout
13449
13450 \begin_layout Standard
13451 \begin_inset VSpace bigskip
13452 \end_inset
13453
13454
13455 \end_layout
13456
13457 \begin_layout Standard
13458 Para crear la Tabla\InsetSpace ~
13459
13460 \begin_inset LatexCommand ref
13461 reference "tab:Tabla-coloreada-con"
13462
13463 \end_inset
13464
13465  haz lo siguiente: El color de la primera columna debería ser 
13466 \emph on
13467 verde oscuro
13468 \emph default
13469 .
13470  Así pues
13471 \end_layout
13472
13473 \begin_layout Standard
13474
13475 \series bold
13476 >{
13477 \backslash
13478 columncolor{verdeoscuro}
13479 \backslash
13480 centering}c
13481 \end_layout
13482
13483 \begin_layout Standard
13484 como argumento LaTeX para esta columna.
13485  La primera fila debería ser azul, por tanto el comando ERT
13486 \end_layout
13487
13488 \begin_layout Standard
13489
13490 \series bold
13491
13492 \backslash
13493 rowcolow{cyan}
13494 \end_layout
13495
13496 \begin_layout Standard
13497 se inserta en la primera celda de esta fila.
13498  Observa que esto sobreescribe el color de la columna para la primera celda.
13499  La última celda de la última fila se colorea magenta insertando el comando
13500  ERT
13501 \end_layout
13502
13503 \begin_layout Standard
13504
13505 \series bold
13506
13507 \backslash
13508 cellcolor{magenta}
13509 \end_layout
13510
13511 \begin_layout Standard
13512 Ahora podrían colorearse los caracteres usando el menú 
13513 \family sans
13514 Editar\SpecialChar \menuseparator
13515 Estilo\InsetSpace ~
13516 del\InsetSpace ~
13517 Texto
13518 \family default
13519 .
13520 \end_layout
13521
13522 \begin_layout Standard
13523 \begin_inset Float table
13524 placement h
13525 wide false
13526 sideways false
13527 status open
13528
13529 \begin_layout Standard
13530 \begin_inset Caption
13531
13532 \begin_layout Standard
13533 \begin_inset LatexCommand label
13534 name "tab:Tabla-coloreada-con"
13535
13536 \end_inset
13537
13538 Tabla coloreada usando el paquete 
13539 \series bold
13540 colortbl
13541 \series default
13542
13543 \begin_inset OptArg
13544 status collapsed
13545
13546 \begin_layout Standard
13547 Tabla con colortbl
13548 \end_layout
13549
13550 \end_inset
13551
13552
13553 \end_layout
13554
13555 \end_inset
13556
13557
13558 \end_layout
13559
13560 \begin_layout Standard
13561 \align center
13562 \begin_inset Tabular
13563 <lyxtabular version="3" rows="3" columns="3">
13564 <features>
13565 <column alignment="center" valignment="top" leftline="true" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
13566 <column alignment="center" valignment="top" width="0">
13567 <column alignment="center" valignment="top" width="0">
13568 <row>
13569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13570 \begin_inset Text
13571
13572 \begin_layout Standard
13573 \begin_inset ERT
13574 status collapsed
13575
13576 \begin_layout Standard
13577
13578
13579 \backslash
13580 rowcolor{cyan}
13581 \end_layout
13582
13583 \end_inset
13584
13585
13586 \color magenta
13587 a
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Standard
13596
13597 \color red
13598 b
13599 \end_layout
13600
13601 \end_inset
13602 </cell>
13603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Standard
13607
13608 \color red
13609 c
13610 \end_layout
13611
13612 \end_inset
13613 </cell>
13614 </row>
13615 <row>
13616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Standard
13620
13621 \color yellow
13622 d
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Standard
13631
13632 \color blue
13633 e
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Standard
13642
13643 \color blue
13644 f
13645 \end_layout
13646
13647 \end_inset
13648 </cell>
13649 </row>
13650 <row>
13651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Standard
13655
13656 \color yellow
13657 g
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Standard
13666
13667 \color blue
13668 h
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Standard
13677 \begin_inset ERT
13678 status collapsed
13679
13680 \begin_layout Standard
13681
13682
13683 \backslash
13684 cellcolor{magenta}
13685 \end_layout
13686
13687 \end_inset
13688
13689
13690 \color green
13691 i
13692 \end_layout
13693
13694 \end_inset
13695 </cell>
13696 </row>
13697 </lyxtabular>
13698
13699 \end_inset
13700
13701
13702 \end_layout
13703
13704 \end_inset
13705
13706
13707 \end_layout
13708
13709 \begin_layout Subsection
13710 Líneas coloreadas
13711 \begin_inset LatexCommand index
13712 name "Tablas Coloreadas ! Líneas"
13713
13714 \end_inset
13715
13716
13717 \begin_inset LatexCommand index
13718 name "Color ! en Líneas de Tabla"
13719
13720 \end_inset
13721
13722
13723 \end_layout
13724
13725 \begin_layout Standard
13726 Como se describe en la sección\InsetSpace ~
13727
13728 \begin_inset LatexCommand ref
13729 reference "sub:Grosor-de-Líneas"
13730
13731 \end_inset
13732
13733 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
13734  
13735 \series bold
13736
13737 \backslash
13738 arrayrulewidth
13739 \series default
13740 .
13741  Se ha puesto 1.5\InsetSpace \thinspace{}
13742 pt para todas las tablas de esta sección.
13743 \begin_inset ERT
13744 status collapsed
13745
13746 \begin_layout Standard
13747
13748
13749 \backslash
13750 setlength{
13751 \backslash
13752 arrayrulewidth}{1.5pt}
13753 \end_layout
13754
13755 \end_inset
13756
13757
13758 \end_layout
13759
13760 \begin_layout Standard
13761 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
13762  el preámbulo del documento el siguiente formato de columna, de acuerdo
13763  a lo descrito en la sección\InsetSpace ~
13764
13765 \begin_inset LatexCommand ref
13766 reference "sub:Formato-Personalizado"
13767
13768 \end_inset
13769
13770 :
13771 \end_layout
13772
13773 \begin_layout Standard
13774
13775 \series bold
13776
13777 \backslash
13778 newcolumntype{W}{!{
13779 \backslash
13780 color{green}
13781 \backslash
13782 vline}}
13783 \end_layout
13784
13785 \begin_layout Standard
13786 Para la Tabla\InsetSpace ~
13787
13788 \begin_inset LatexCommand ref
13789 reference "tab:Tabla-con-verticales-coloreadas"
13790
13791 \end_inset
13792
13793  se usó el argumento LaTeX
13794 \end_layout
13795
13796 \begin_layout Standard
13797
13798 \series bold
13799 WcW
13800 \end_layout
13801
13802 \begin_layout Standard
13803 para la última columna y
13804 \end_layout
13805
13806 \begin_layout Standard
13807
13808 \series bold
13809 Wc
13810 \end_layout
13811
13812 \begin_layout Standard
13813 para las demás.
13814 \end_layout
13815
13816 \begin_layout Standard
13817 Si quieres tener varios colores, define más formatos de columna.
13818 \end_layout
13819
13820 \begin_layout Standard
13821 \begin_inset Float table
13822 wide false
13823 sideways false
13824 status collapsed
13825
13826 \begin_layout Standard
13827 \begin_inset Caption
13828
13829 \begin_layout Standard
13830 \begin_inset LatexCommand label
13831 name "tab:Tabla-con-verticales-coloreadas"
13832
13833 \end_inset
13834
13835 Tabla con líneas verticales coloreadas
13836 \end_layout
13837
13838 \end_inset
13839
13840
13841 \end_layout
13842
13843 \begin_layout Standard
13844 \align center
13845 \begin_inset Tabular
13846 <lyxtabular version="3" rows="3" columns="3">
13847 <features>
13848 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
13849 <column alignment="center" valignment="top" width="0" special="Wc">
13850 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
13851 <row topline="true">
13852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Standard
13856 sd
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Standard
13865
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Standard
13874
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 </row>
13880 <row topline="true">
13881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Standard
13885
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Standard
13894 sd
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Standard
13903
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 </row>
13909 <row topline="true" bottomline="true">
13910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Standard
13914
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Standard
13923
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Standard
13932 sd
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 </row>
13938 </lyxtabular>
13939
13940 \end_inset
13941
13942
13943 \end_layout
13944
13945 \end_inset
13946
13947
13948 \end_layout
13949
13950 \begin_layout Standard
13951 \begin_inset VSpace bigskip
13952 \end_inset
13953
13954 Para colorear líneas horizontales, por ejemplo en rojo, como en la Tabla\InsetSpace ~
13955
13956 \begin_inset LatexCommand ref
13957 reference "tab:Tabla-con-horizontales-coloreadas"
13958
13959 \end_inset
13960
13961 , inserta estos comandos en ERT antes de la tabla o del flotante:
13962 \end_layout
13963
13964 \begin_layout Standard
13965
13966 \series bold
13967
13968 \backslash
13969 let
13970 \backslash
13971 myHlineC
13972 \backslash
13973 hline
13974 \newline
13975
13976 \backslash
13977 renewcommand{
13978 \backslash
13979 hline}{
13980 \backslash
13981 arrayrulecolor{red}
13982 \backslash
13983 myHlineC
13984 \backslash
13985 arrayrulecolor{black}}
13986 \end_layout
13987
13988 \begin_layout Standard
13989 \begin_inset ERT
13990 status collapsed
13991
13992 \begin_layout Standard
13993
13994
13995 \backslash
13996 let
13997 \backslash
13998 myHlineC
13999 \backslash
14000 hline
14001 \end_layout
14002
14003 \begin_layout Standard
14004
14005
14006 \backslash
14007 renewcommand{
14008 \backslash
14009 hline}{
14010 \backslash
14011 arrayrulecolor{red}
14012 \backslash
14013 myHlineC
14014 \backslash
14015 arrayrulecolor{black}}
14016 \end_layout
14017
14018 \end_inset
14019
14020
14021 \begin_inset Float table
14022 wide false
14023 sideways false
14024 status open
14025
14026 \begin_layout Standard
14027 \begin_inset Caption
14028
14029 \begin_layout Standard
14030 \begin_inset LatexCommand label
14031 name "tab:Tabla-con-horizontales-coloreadas"
14032
14033 \end_inset
14034
14035 Tabla con líneas horizontales coloreadas
14036 \end_layout
14037
14038 \end_inset
14039
14040
14041 \end_layout
14042
14043 \begin_layout Standard
14044 \align center
14045 \begin_inset Tabular
14046 <lyxtabular version="3" rows="3" columns="3">
14047 <features>
14048 <column alignment="center" valignment="top" leftline="true" width="0">
14049 <column alignment="center" valignment="top" leftline="true" width="0">
14050 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14051 <row topline="true">
14052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Standard
14056 sd
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14062 \begin_inset Text
14063
14064 \begin_layout Standard
14065
14066 \end_layout
14067
14068 \end_inset
14069 </cell>
14070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14071 \begin_inset Text
14072
14073 \begin_layout Standard
14074
14075 \end_layout
14076
14077 \end_inset
14078 </cell>
14079 </row>
14080 <row topline="true">
14081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14082 \begin_inset Text
14083
14084 \begin_layout Standard
14085
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14091 \begin_inset Text
14092
14093 \begin_layout Standard
14094 sd
14095 \end_layout
14096
14097 \end_inset
14098 </cell>
14099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14100 \begin_inset Text
14101
14102 \begin_layout Standard
14103
14104 \end_layout
14105
14106 \end_inset
14107 </cell>
14108 </row>
14109 <row topline="true" bottomline="true">
14110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Standard
14114
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14120 \begin_inset Text
14121
14122 \begin_layout Standard
14123
14124 \end_layout
14125
14126 \end_inset
14127 </cell>
14128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14129 \begin_inset Text
14130
14131 \begin_layout Standard
14132 sd
14133 \end_layout
14134
14135 \end_inset
14136 </cell>
14137 </row>
14138 </lyxtabular>
14139
14140 \end_inset
14141
14142
14143 \end_layout
14144
14145 \end_inset
14146
14147
14148 \end_layout
14149
14150 \begin_layout Standard
14151 \begin_inset ERT
14152 status collapsed
14153
14154 \begin_layout Standard
14155
14156
14157 \backslash
14158 pagebreak 
14159 \end_layout
14160
14161 \end_inset
14162
14163
14164 \end_layout
14165
14166 \begin_layout Standard
14167 Para volver al color de línea negro predeterminado inserta este comando
14168  en ERT detrás de la tabla o el flotante:
14169 \end_layout
14170
14171 \begin_layout Standard
14172
14173 \series bold
14174
14175 \backslash
14176 renewcommand{
14177 \backslash
14178 hline}{
14179 \backslash
14180 myHlineC}
14181 \end_layout
14182
14183 \begin_layout Standard
14184 La Tabla\InsetSpace ~
14185
14186 \begin_inset LatexCommand ref
14187 reference "tab:Tabla-con-líneas-coloreadas"
14188
14189 \end_inset
14190
14191  es un ejemplo con líneas verticales y horizontales coloreadas.
14192 \end_layout
14193
14194 \begin_layout Standard
14195 \begin_inset Float table
14196 wide false
14197 sideways false
14198 status open
14199
14200 \begin_layout Standard
14201 \begin_inset Caption
14202
14203 \begin_layout Standard
14204 \begin_inset LatexCommand label
14205 name "tab:Tabla-con-líneas-coloreadas"
14206
14207 \end_inset
14208
14209 Tabla con líneas coloreadas
14210 \end_layout
14211
14212 \end_inset
14213
14214
14215 \end_layout
14216
14217 \begin_layout Standard
14218 \align center
14219 \begin_inset Tabular
14220 <lyxtabular version="3" rows="3" columns="3">
14221 <features>
14222 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14223 <column alignment="center" valignment="top" width="0" special="Wc">
14224 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14225 <row topline="true">
14226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14227 \begin_inset Text
14228
14229 \begin_layout Standard
14230 sd
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Standard
14239
14240 \end_layout
14241
14242 \end_inset
14243 </cell>
14244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Standard
14248
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 </row>
14254 <row topline="true">
14255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Standard
14259
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Standard
14268 sd
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Standard
14277
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 </row>
14283 <row topline="true" bottomline="true">
14284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Standard
14288
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Standard
14297
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Standard
14306 sd
14307 \end_layout
14308
14309 \end_inset
14310 </cell>
14311 </row>
14312 </lyxtabular>
14313
14314 \end_inset
14315
14316
14317 \end_layout
14318
14319 \end_inset
14320
14321
14322 \end_layout
14323
14324 \begin_layout Standard
14325 \begin_inset ERT
14326 status collapsed
14327
14328 \begin_layout Standard
14329
14330
14331 \backslash
14332 renewcommand{
14333 \backslash
14334 hline}{
14335 \backslash
14336 myHlineC}
14337 \end_layout
14338
14339 \end_inset
14340
14341
14342 \end_layout
14343
14344 \begin_layout Standard
14345 \begin_inset ERT
14346 status collapsed
14347
14348 \begin_layout Standard
14349
14350
14351 \backslash
14352 setlength{
14353 \backslash
14354 arrayrulewidth}{0.4pt}
14355 \end_layout
14356
14357 \end_inset
14358
14359
14360 \end_layout
14361
14362 \begin_layout Section
14363 Personalización de Tablas
14364 \begin_inset LatexCommand index
14365 name "Personalización de Tablas"
14366
14367 \end_inset
14368
14369
14370 \begin_inset LatexCommand index
14371 name "Tablas ! Personalización"
14372
14373 \end_inset
14374
14375
14376 \end_layout
14377
14378 \begin_layout Subsection
14379 Row Spacing
14380 \begin_inset LatexCommand label
14381 name "sub:Row-Spacing"
14382
14383 \end_inset
14384
14385
14386 \begin_inset LatexCommand index
14387 name "Personalización de Tablas ! Row Spacing"
14388
14389 \end_inset
14390
14391
14392 \end_layout
14393
14394 \begin_layout Standard
14395
14396 \lang english
14397 You can add vertical space to table rows in the 
14398 \family sans
14399 Borders
14400 \family default
14401  tab of the table dialog.
14402  You find there three possibilities:
14403 \end_layout
14404
14405 \begin_layout Description
14406
14407 \lang english
14408 Top\InsetSpace ~
14409 of\InsetSpace ~
14410 row will add space above the characters of the table row.
14411  If the table is a formal table
14412 \begin_inset Foot
14413 status collapsed
14414
14415 \begin_layout Standard
14416
14417 \lang english
14418 Formal tables are explained in section\InsetSpace ~
14419
14420 \begin_inset LatexCommand ref
14421 reference "sec:Formal-Tables"
14422
14423 \end_inset
14424
14425 .
14426 \end_layout
14427
14428 \end_inset
14429
14430  LyX will insert as default 0.5\InsetSpace \thinspace{}
14431 em space.
14432  For normal tables the inserted space will unfortunately destroy the vertical
14433  table lines as in the following table: 
14434 \lang spanish
14435
14436 \begin_inset Tabular
14437 <lyxtabular version="3" rows="3" columns="1">
14438 <features>
14439 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14440 <row topline="true">
14441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14442 \begin_inset Text
14443
14444 \begin_layout Standard
14445 A
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 </row>
14451 <row topline="true" topspace="3mm">
14452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14453 \begin_inset Text
14454
14455 \begin_layout Standard
14456 3\InsetSpace \thinspace{}
14457 mm space top of row
14458 \end_layout
14459
14460 \end_inset
14461 </cell>
14462 </row>
14463 <row topline="true" bottomline="true">
14464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Standard
14468 C
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 </row>
14474 </lyxtabular>
14475
14476 \end_inset
14477
14478
14479 \lang english
14480
14481 \newline
14482 So inserting space to the top of row for normal tables is only useful when
14483  you don't have vertical lines.
14484 \end_layout
14485
14486 \begin_layout Description
14487
14488 \lang english
14489 Bottom\InsetSpace ~
14490 of\InsetSpace ~
14491 row will add space below the characters of the table row.
14492  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14493 em space, for
14494  normal tables the default size is 2\InsetSpace \thinspace{}
14495 pt.
14496 \end_layout
14497
14498 \begin_layout Description
14499
14500 \lang english
14501 Between\InsetSpace ~
14502 rows only has an effect when you have selected the whole table row
14503  before.
14504  The space is added between the current and the following row.
14505  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14506 em space.
14507  For normal tables the inserted space will unfortunately destroy the vertical
14508  table lines as in the following table: 
14509 \lang spanish
14510
14511 \begin_inset Tabular
14512 <lyxtabular version="3" rows="3" columns="1">
14513 <features>
14514 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14515 <row topline="true">
14516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Standard
14520 A
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 </row>
14526 <row topline="true" interlinespace="3mm">
14527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Standard
14531 \begin_inset Formula $\downarrow$
14532 \end_inset
14533
14534  3\InsetSpace \thinspace{}
14535 mm space between row 
14536 \begin_inset Formula $\downarrow$
14537 \end_inset
14538
14539
14540 \end_layout
14541
14542 \end_inset
14543 </cell>
14544 </row>
14545 <row topline="true" bottomline="true">
14546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Standard
14550 \begin_inset Formula $\uparrow$
14551 \end_inset
14552
14553  3\InsetSpace \thinspace{}
14554 mm space between row 
14555 \begin_inset Formula $\uparrow$
14556 \end_inset
14557
14558
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 </row>
14564 </lyxtabular>
14565
14566 \end_inset
14567
14568
14569 \lang english
14570
14571 \newline
14572 So inserting space to the top of row for normal tables is only useful when
14573  you don't have vertical lines.
14574 \end_layout
14575
14576 \begin_layout Standard
14577
14578 \lang english
14579 When you want to add extra height to all cells of all tables, you can do
14580  this with the following preamble line:
14581 \end_layout
14582
14583 \begin_layout Standard
14584
14585 \series bold
14586 \lang english
14587
14588 \backslash
14589 setlength{
14590 \backslash
14591 extrarowheight}{height}
14592 \end_layout
14593
14594 \begin_layout Standard
14595
14596 \lang english
14597 But this has the disadvantage that the cell texts are no longer exactly
14598  vertically centered.
14599 \end_layout
14600
14601 \begin_layout Subsection
14602 Alineación Especial de Celdas
14603 \begin_inset LatexCommand index
14604 name "Personalización de Tablas ! Alineación Especial de Celdas"
14605
14606 \end_inset
14607
14608
14609 \end_layout
14610
14611 \begin_layout Standard
14612 A veces mejora la presentación si las entradas en las celdas de una columna
14613  se alinean con un carácter determinado, p.\InsetSpace \thinspace{}
14614 e.\InsetSpace ~
14615 el separador decimal, como en
14616  la Tabla\InsetSpace ~
14617
14618 \begin_inset LatexCommand ref
14619 reference "tab:Tabla-con-celdas-de"
14620
14621 \end_inset
14622
14623 .
14624 \end_layout
14625
14626 \begin_layout Standard
14627 \begin_inset Float table
14628 wide false
14629 sideways false
14630 status open
14631
14632 \begin_layout Standard
14633 \begin_inset Caption
14634
14635 \begin_layout Standard
14636 \begin_inset LatexCommand label
14637 name "tab:Tabla-con-celdas-de"
14638
14639 \end_inset
14640
14641 Tabla con celdas alineadas con el separador decimal.
14642 \end_layout
14643
14644 \end_inset
14645
14646
14647 \end_layout
14648
14649 \begin_layout Standard
14650 \align center
14651 \begin_inset Tabular
14652 <lyxtabular version="3" rows="4" columns="2">
14653 <features>
14654 <column alignment="right" valignment="top" width="0">
14655 <column alignment="left" valignment="top" width="0" special="@{}l">
14656 <row bottomline="true">
14657 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14658 \begin_inset Text
14659
14660 \begin_layout Standard
14661 encabezado
14662 \end_layout
14663
14664 \end_inset
14665 </cell>
14666 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14667 \begin_inset Text
14668
14669 \begin_layout Standard
14670
14671 \end_layout
14672
14673 \end_inset
14674 </cell>
14675 </row>
14676 <row>
14677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14678 \begin_inset Text
14679
14680 \begin_layout Standard
14681 12.
14682 \end_layout
14683
14684 \end_inset
14685 </cell>
14686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14687 \begin_inset Text
14688
14689 \begin_layout Standard
14690 6
14691 \end_layout
14692
14693 \end_inset
14694 </cell>
14695 </row>
14696 <row>
14697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14698 \begin_inset Text
14699
14700 \begin_layout Standard
14701 0.
14702 \end_layout
14703
14704 \end_inset
14705 </cell>
14706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14707 \begin_inset Text
14708
14709 \begin_layout Standard
14710 68
14711 \end_layout
14712
14713 \end_inset
14714 </cell>
14715 </row>
14716 <row>
14717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14718 \begin_inset Text
14719
14720 \begin_layout Standard
14721 -123.
14722 \end_layout
14723
14724 \end_inset
14725 </cell>
14726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14727 \begin_inset Text
14728
14729 \begin_layout Standard
14730 0
14731 \end_layout
14732
14733 \end_inset
14734 </cell>
14735 </row>
14736 </lyxtabular>
14737
14738 \end_inset
14739
14740
14741 \end_layout
14742
14743 \end_inset
14744
14745
14746 \end_layout
14747
14748 \begin_layout Standard
14749 Esta es una tabla 4×2.
14750  El encabezado es una multicolumna centrada.
14751  La primera columna está alineada a la derecha y contiene el punto decimal
14752  y los dígitos anteriores.
14753  La segunda columna está alineada a la izquierda y contiene los dígitos
14754  posteriores al punto decimal.
14755  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
14756  argumento LaTeX para la segunda columna:
14757 \end_layout
14758
14759 \begin_layout Standard
14760
14761 \series bold
14762 @{}l
14763 \end_layout
14764
14765 \begin_layout Standard
14766 Si quieres una línea vertical a la derecha de la segunda columna, usa en
14767  su lugar el argumento LaTeX: 
14768 \series bold
14769 @{}l|
14770 \end_layout
14771
14772 \begin_layout Standard
14773 La Tabla\InsetSpace ~
14774
14775 \begin_inset LatexCommand ref
14776 reference "tab:Varias-alineaciones"
14777
14778 \end_inset
14779
14780  muestra varios ejemplos de alineación.
14781  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
14782 o más pequeño al comienzo de la última columna para conseguir el espacio
14783  adecuado alrededor del signo.
14784 \end_layout
14785
14786 \begin_layout Standard
14787 \begin_inset Float table
14788 wide false
14789 sideways false
14790 status open
14791
14792 \begin_layout Standard
14793 \begin_inset Caption
14794
14795 \begin_layout Standard
14796 \begin_inset LatexCommand label
14797 name "tab:Varias-alineaciones"
14798
14799 \end_inset
14800
14801 Tabla con varias alineaciones.
14802 \end_layout
14803
14804 \end_inset
14805
14806
14807 \end_layout
14808
14809 \begin_layout Standard
14810 \align center
14811 \begin_inset Tabular
14812 <lyxtabular version="3" rows="4" columns="6">
14813 <features>
14814 <column alignment="right" valignment="top" width="0">
14815 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
14816 <column alignment="right" valignment="top" width="0">
14817 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
14818 <column alignment="right" valignment="top" width="0">
14819 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
14820 <row bottomline="true">
14821 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14822 \begin_inset Text
14823
14824 \begin_layout Standard
14825 unidades
14826 \end_layout
14827
14828 \end_inset
14829 </cell>
14830 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14831 \begin_inset Text
14832
14833 \begin_layout Standard
14834
14835 \end_layout
14836
14837 \end_inset
14838 </cell>
14839 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14840 \begin_inset Text
14841
14842 \begin_layout Standard
14843 exponentes
14844 \end_layout
14845
14846 \end_inset
14847 </cell>
14848 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14849 \begin_inset Text
14850
14851 \begin_layout Standard
14852
14853 \end_layout
14854
14855 \end_inset
14856 </cell>
14857 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14858 \begin_inset Text
14859
14860 \begin_layout Standard
14861 relaciones
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14867 \begin_inset Text
14868
14869 \begin_layout Standard
14870
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 </row>
14876 <row>
14877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Standard
14881 12×
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14887 \begin_inset Text
14888
14889 \begin_layout Standard
14890 24\InsetSpace \thinspace{}
14891 bottles
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14897 \begin_inset Text
14898
14899 \begin_layout Standard
14900 \begin_inset Formula $10\cdot$
14901 \end_inset
14902
14903
14904 \end_layout
14905
14906 \end_inset
14907 </cell>
14908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14909 \begin_inset Text
14910
14911 \begin_layout Standard
14912 \begin_inset Formula $10^{\mbox{-}17}$
14913 \end_inset
14914
14915
14916 \end_layout
14917
14918 \end_inset
14919 </cell>
14920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14921 \begin_inset Text
14922
14923 \begin_layout Standard
14924 \begin_inset Formula $\Gamma(t)\propto$
14925 \end_inset
14926
14927
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Standard
14936 \begin_inset Formula $\:\Upsilon(t)$
14937 \end_inset
14938
14939
14940 \end_layout
14941
14942 \end_inset
14943 </cell>
14944 </row>
14945 <row>
14946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Standard
14950 1024×
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Standard
14959 768\InsetSpace \thinspace{}
14960 Pixels
14961 \end_layout
14962
14963 \end_inset
14964 </cell>
14965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14966 \begin_inset Text
14967
14968 \begin_layout Standard
14969 \begin_inset Formula $5.78\cdot$
14970 \end_inset
14971
14972
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Standard
14981 \begin_inset Formula $10^{7}$
14982 \end_inset
14983
14984
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Standard
14993 \begin_inset Formula $A\ne$
14994 \end_inset
14995
14996
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Standard
15005 \begin_inset Formula $\: B_{\mathrm{red}}$
15006 \end_inset
15007
15008
15009 \end_layout
15010
15011 \end_inset
15012 </cell>
15013 </row>
15014 <row>
15015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Standard
15019 32×
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Standard
15028 6\InsetSpace \thinspace{}
15029 cm
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Standard
15038 -
15039 \begin_inset Formula $33.5\cdot$
15040 \end_inset
15041
15042
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Standard
15051 \begin_inset Formula $10^{4}$
15052 \end_inset
15053
15054
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Standard
15063 \begin_inset Formula $\sin(\alpha)\ge$
15064 \end_inset
15065
15066
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Standard
15075 \begin_inset Formula $\:\sin(\beta)$
15076 \end_inset
15077
15078
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 </row>
15084 </lyxtabular>
15085
15086 \end_inset
15087
15088
15089 \end_layout
15090
15091 \end_inset
15092
15093
15094 \end_layout
15095
15096 \begin_layout Standard
15097 \begin_inset VSpace bigskip
15098 \end_inset
15099
15100 también hay un paquete LaTeX, 
15101 \series bold
15102 dcolumn
15103 \series default
15104
15105 \begin_inset LatexCommand index
15106 name "LaTeX-paquetes ! dcolumn"
15107
15108 \end_inset
15109
15110 , que provee alineación de celdas.
15111  Pero desgraciadamente trata las entradas de celda en modo matemático y
15112  no permite fórmulas en celdas: La primera columna de la Tabla\InsetSpace ~
15113
15114 \begin_inset LatexCommand ref
15115 reference "tab:Varias-alineaciones"
15116
15117 \end_inset
15118
15119  se verá con 
15120 \series bold
15121 dcolumn
15122 \series default
15123  como la primera columna en la Tabla\InsetSpace ~
15124
15125 \begin_inset LatexCommand ref
15126 reference "tab:Alineaciones-con-el"
15127
15128 \end_inset
15129
15130  y solo con algunos trucos se consigue lo que se espera.
15131  La lineación de la segunda y tercera columnas de la Tabla\InsetSpace ~
15132
15133 \begin_inset LatexCommand ref
15134 reference "tab:Varias-alineaciones"
15135
15136 \end_inset
15137
15138  no es posible con 
15139 \series bold
15140 dcolumn
15141 \series default
15142 .
15143 \end_layout
15144
15145 \begin_layout Standard
15146 \begin_inset Float table
15147 placement h
15148 wide false
15149 sideways false
15150 status open
15151
15152 \begin_layout Standard
15153 \begin_inset Caption
15154
15155 \begin_layout Standard
15156 \begin_inset LatexCommand label
15157 name "tab:Alineaciones-con-el"
15158
15159 \end_inset
15160
15161 Alineaciones con el paquete LaTeX 
15162 \series bold
15163 dcolumn
15164 \series default
15165 .
15166  Para la segunda y tercera alineaciones se han hecho algunos trucos.
15167 \end_layout
15168
15169 \end_inset
15170
15171
15172 \end_layout
15173
15174 \begin_layout Standard
15175 \align center
15176 \begin_inset Tabular
15177 <lyxtabular version="3" rows="4" columns="3">
15178 <features>
15179 <column alignment="center" valignment="top" rightline="true" width="0" special="D{×}{\times}{-1}|">
15180 <column alignment="center" valignment="top" width="0" special="D{×}{\times}{4.9}|">
15181 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
15182 <row bottomline="true">
15183 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Standard
15187 unidades
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Standard
15196 unidades
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Standard
15205 unidades
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 </row>
15211 <row>
15212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15213 \begin_inset Text
15214
15215 \begin_layout Standard
15216 12×24\InsetSpace \thinspace{}
15217 bottles
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Standard
15226 12×24\InsetSpace \thinspace{}
15227
15228 \begin_inset Formula $\mbox{bottles}$
15229 \end_inset
15230
15231
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Standard
15240 12×24~
15241 \begin_inset Formula $\mbox{bottles}$
15242 \end_inset
15243
15244
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 </row>
15250 <row>
15251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Standard
15255 1024×768\InsetSpace \thinspace{}
15256 Pixels
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Standard
15265 1024×768\InsetSpace \thinspace{}
15266
15267 \begin_inset Formula $\mbox{Pixels}$
15268 \end_inset
15269
15270
15271 \end_layout
15272
15273 \end_inset
15274 </cell>
15275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Standard
15279 1024×768~
15280 \begin_inset Formula $\mbox{Pixels}$
15281 \end_inset
15282
15283
15284 \end_layout
15285
15286 \end_inset
15287 </cell>
15288 </row>
15289 <row>
15290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Standard
15294 32×6\InsetSpace \thinspace{}
15295 cm
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Standard
15304 32×6\InsetSpace \thinspace{}
15305
15306 \begin_inset Formula $\mbox{cm}$
15307 \end_inset
15308
15309
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Standard
15318 32×6~
15319 \begin_inset Formula $\mbox{cm}$
15320 \end_inset
15321
15322
15323 \end_layout
15324
15325 \end_inset
15326 </cell>
15327 </row>
15328 </lyxtabular>
15329
15330 \end_inset
15331
15332
15333 \end_layout
15334
15335 \end_inset
15336
15337
15338 \end_layout
15339
15340 \begin_layout Subsection
15341 Formato Personalizado de Celda/Columna
15342 \begin_inset LatexCommand label
15343 name "sub:Formato-Personalizado"
15344
15345 \end_inset
15346
15347
15348 \begin_inset LatexCommand index
15349 name "Personalización de Tablas ! Formato de Celda/Columna"
15350
15351 \end_inset
15352
15353
15354 \end_layout
15355
15356 \begin_layout Standard
15357 El cálculo de la anchura nesesaria para columnas extendidas descrito en
15358  la sección\InsetSpace ~
15359
15360 \begin_inset LatexCommand ref
15361 reference "sub:Cálculos-en-Multicolumnas"
15362
15363 \end_inset
15364
15365  es muy pesado si tienes varias tablas con multicolumnas.
15366  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
15367 mna aplicable a todas las tablas del documento.
15368  El formato se define con el comando
15369 \end_layout
15370
15371 \begin_layout Standard
15372
15373 \series bold
15374
15375 \backslash
15376 newcolumntype{nombre del formato}[número de argumentos]{comandos}
15377 \end_layout
15378
15379 \begin_layout Standard
15380 El nombre de formato puede ser una sola letra.
15381  Las letras 
15382 \emph on
15383 b, c, l, m, p 
15384 \emph default
15385 y
15386 \emph on
15387  r
15388 \emph default
15389  están predefinidas y no pueden usarse.
15390  Pero se permiten todas las mayúsculas.
15391 \end_layout
15392
15393 \begin_layout Standard
15394 \begin_inset VSpace medskip
15395 \end_inset
15396
15397
15398 \end_layout
15399
15400 \begin_layout Standard
15401 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
15402  fija puedes definir el formato de celda
15403 \end_layout
15404
15405 \begin_layout Standard
15406
15407 \series bold
15408
15409 \backslash
15410 newcolumntype{M}[1]{>{
15411 \backslash
15412 centering
15413 \backslash
15414 hspace{0pt}}m{#1}}
15415 \end_layout
15416
15417 \begin_layout Standard
15418 donde 
15419 \series bold
15420
15421 \backslash
15422 hspace{0pt}
15423 \series default
15424  evita el problema de partir con guión la primera palabra, como se describe
15425  en la sección\InsetSpace ~
15426
15427 \begin_inset LatexCommand ref
15428 reference "sub:Líneas-Múltiples-en"
15429
15430 \end_inset
15431
15432 .
15433  Ahora puedes introducir simplemente
15434 \end_layout
15435
15436 \begin_layout Standard
15437
15438 \series bold
15439 |M{ancho}
15440 \end_layout
15441
15442 \begin_layout Standard
15443 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
15444 \end_layout
15445
15446 \begin_layout Standard
15447 \begin_inset VSpace bigskip
15448 \end_inset
15449
15450
15451 \end_layout
15452
15453 \begin_layout Standard
15454 Para celdas extendidas en una celda multicolumna, puedes definir el formato
15455 \end_layout
15456
15457 \begin_layout Standard
15458
15459 \series bold
15460
15461 \backslash
15462 newcolumntype{S}[2]{>{
15463 \backslash
15464 centering
15465 \backslash
15466 hspace{0pt}}
15467 \newline
15468
15469 \begin_inset ERT
15470 status collapsed
15471
15472 \begin_layout Standard
15473
15474
15475 \backslash
15476 phantom{
15477 \end_layout
15478
15479 \end_inset
15480
15481
15482 \backslash
15483 newcolumntype{S}[2]
15484 \begin_inset ERT
15485 status collapsed
15486
15487 \begin_layout Standard
15488
15489 }
15490 \end_layout
15491
15492 \end_inset
15493
15494 m{(#1+(2
15495 \backslash
15496 tabcolsep+
15497 \backslash
15498 arrayrulewidth)*(1-#2))/#2}}
15499 \end_layout
15500
15501 \begin_layout Standard
15502 Este formato usa la ecuación 
15503 \begin_inset LatexCommand eqref
15504 reference "eq:Wgn"
15505
15506 \end_inset
15507
15508  para calcular la anchura necesaria para que cada celda extendida tenga
15509  la misma anchura.
15510 \end_layout
15511
15512 \begin_layout Standard
15513 Ahora puedes introducir
15514 \end_layout
15515
15516 \begin_layout Standard
15517
15518 \series bold
15519 |S{ancho de la celda multicolumna}{número de columnas extendidas}
15520 \end_layout
15521
15522 \begin_layout Standard
15523 como argumento LaTeX de la columna.
15524 \end_layout
15525
15526 \begin_layout Standard
15527 \begin_inset VSpace bigskip
15528 \end_inset
15529
15530
15531 \end_layout
15532
15533 \begin_layout Standard
15534 Para columnas coloreadas puedes definir
15535 \end_layout
15536
15537 \begin_layout Standard
15538
15539 \series bold
15540
15541 \backslash
15542 newcolumntype{K}[1]{>{
15543 \backslash
15544 columncolor{#1}
15545 \backslash
15546 hspace{0pt}}c}
15547 \end_layout
15548
15549 \begin_layout Standard
15550 La "c" al final crea una columna con anchura flexible cuyo texto está centrado
15551  horizontalmente.
15552  Ahora puedes introducir
15553 \end_layout
15554
15555 \begin_layout Standard
15556
15557 \series bold
15558 K{nombre del color}
15559 \end_layout
15560
15561 \begin_layout Standard
15562 como argumento LaTeX.
15563 \end_layout
15564
15565 \begin_layout Standard
15566 \begin_inset VSpace bigskip
15567 \end_inset
15568
15569
15570 \end_layout
15571
15572 \begin_layout Standard
15573 Para crear la Tabla\InsetSpace ~
15574
15575 \begin_inset LatexCommand ref
15576 reference "tab:Tabla-con-formatos-definidos-por"
15577
15578 \end_inset
15579
15580  usa los argumentos LaTeX
15581 \end_layout
15582
15583 \begin_layout Standard
15584
15585 \series bold
15586 |M{2.5cm}
15587 \end_layout
15588
15589 \begin_layout Standard
15590 para la primera columna y la multicolumna,
15591 \end_layout
15592
15593 \begin_layout Standard
15594
15595 \series bold
15596 |K{red}|
15597 \end_layout
15598
15599 \begin_layout Standard
15600 para la última columna y
15601 \end_layout
15602
15603 \begin_layout Standard
15604
15605 \series bold
15606 |S{2.5cm}{2}
15607 \end_layout
15608
15609 \begin_layout Standard
15610 para las celdas en la segunda columna.
15611 \end_layout
15612
15613 \begin_layout Standard
15614 \begin_inset Float table
15615 placement h
15616 wide false
15617 sideways false
15618 status open
15619
15620 \begin_layout Standard
15621 \begin_inset Caption
15622
15623 \begin_layout Standard
15624 \begin_inset LatexCommand label
15625 name "tab:Tabla-con-formatos-definidos-por"
15626
15627 \end_inset
15628
15629 Tabla con formatos definidos por el usuario
15630 \end_layout
15631
15632 \end_inset
15633
15634
15635 \end_layout
15636
15637 \begin_layout Standard
15638 \align center
15639 \begin_inset Tabular
15640 <lyxtabular version="3" rows="3" columns="4">
15641 <features>
15642 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="|M{2.5cm}">
15643 <column alignment="center" valignment="middle" leftline="true" width="0" special="|S{2.5cm}{2}">
15644 <column alignment="center" valignment="middle" leftline="true" width="0">
15645 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="|K{red}|">
15646 <row topline="true">
15647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15648 \begin_inset Text
15649
15650 \begin_layout Standard
15651 palabramuylargaenceldadetabla
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}|">
15657 \begin_inset Text
15658
15659 \begin_layout Standard
15660 multicolumna línea múltiple
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Standard
15669
15670 \end_layout
15671
15672 \end_inset
15673 </cell>
15674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Standard
15678 c
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 </row>
15684 <row topline="true">
15685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Standard
15689 d
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Standard
15698 e
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Standard
15707 f
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Standard
15716 g
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 </row>
15722 <row topline="true" bottomline="true">
15723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Standard
15727 h
15728 \end_layout
15729
15730 \end_inset
15731 </cell>
15732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Standard
15736 i
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Standard
15745 j
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Standard
15754 k
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 </row>
15760 </lyxtabular>
15761
15762 \end_inset
15763
15764
15765 \end_layout
15766
15767 \end_inset
15768
15769
15770 \end_layout
15771
15772 \begin_layout Subsection
15773 Grosor de Líneas
15774 \begin_inset LatexCommand label
15775 name "sub:Grosor-de-Líneas"
15776
15777 \end_inset
15778
15779
15780 \begin_inset LatexCommand index
15781 name "Personalización de Tablas ! Grosor de Línea"
15782
15783 \end_inset
15784
15785
15786 \end_layout
15787
15788 \begin_layout Standard
15789 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
15790  
15791 \series bold
15792
15793 \backslash
15794 arrayrulewidth
15795 \series default
15796 .
15797  Por ejemplo, para poner un grosor de línea de 1.5\InsetSpace \thinspace{}
15798 pt, como en la Tabla\InsetSpace ~
15799
15800 \begin_inset LatexCommand ref
15801 reference "tab:Tabla-con-líneas"
15802
15803 \end_inset
15804
15805 , inserta el comando
15806 \end_layout
15807
15808 \begin_layout Standard
15809
15810 \series bold
15811
15812 \backslash
15813 setlength{
15814 \backslash
15815 arrayrulewidth}{1.5pt}
15816 \end_layout
15817
15818 \begin_layout Standard
15819 en ERT antes de la tabla o flotante.
15820  Este cambio es válido para todas las siguientes tablas.
15821  Para volver al valor predeterminado, define 
15822 \series bold
15823
15824 \backslash
15825 arrayrulewidth
15826 \series default
15827  a 0.4\InsetSpace \thinspace{}
15828 pt en ERT detrás de la tabla o flotante.
15829 \end_layout
15830
15831 \begin_layout Standard
15832 \begin_inset ERT
15833 status collapsed
15834
15835 \begin_layout Standard
15836
15837
15838 \backslash
15839 setlength{
15840 \backslash
15841 arrayrulewidth}{1.5pt}
15842 \end_layout
15843
15844 \end_inset
15845
15846
15847 \begin_inset Float table
15848 wide false
15849 sideways false
15850 status open
15851
15852 \begin_layout Standard
15853 \begin_inset Caption
15854
15855 \begin_layout Standard
15856 \begin_inset LatexCommand label
15857 name "tab:Tabla-con-líneas"
15858
15859 \end_inset
15860
15861 Tabla con líneas de grosor 1.5\InsetSpace \thinspace{}
15862 pt
15863 \end_layout
15864
15865 \end_inset
15866
15867
15868 \end_layout
15869
15870 \begin_layout Standard
15871 \align center
15872 \begin_inset Tabular
15873 <lyxtabular version="3" rows="3" columns="3">
15874 <features>
15875 <column alignment="center" valignment="top" leftline="true" width="0">
15876 <column alignment="center" valignment="top" leftline="true" width="0">
15877 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15878 <row topline="true">
15879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Standard
15883 sd
15884 \end_layout
15885
15886 \end_inset
15887 </cell>
15888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Standard
15892
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Standard
15901
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 </row>
15907 <row topline="true">
15908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Standard
15912
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Standard
15921 sd
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Standard
15930
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 </row>
15936 <row topline="true" bottomline="true">
15937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Standard
15941
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Standard
15950
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Standard
15959 sd
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 </row>
15965 </lyxtabular>
15966
15967 \end_inset
15968
15969
15970 \end_layout
15971
15972 \end_inset
15973
15974
15975 \begin_inset ERT
15976 status collapsed
15977
15978 \begin_layout Standard
15979
15980
15981 \backslash
15982 setlength{
15983 \backslash
15984 arrayrulewidth}{0.4pt}
15985 \end_layout
15986
15987 \end_inset
15988
15989
15990 \end_layout
15991
15992 \begin_layout Standard
15993 \begin_inset VSpace bigskip
15994 \end_inset
15995
15996 Para definir un grosor de 1.5\InsetSpace \thinspace{}
15997 pt sólo para líneas horizontales, como en la
15998  Tabla\InsetSpace ~
15999
16000 \begin_inset LatexCommand ref
16001 reference "tab:Tabla-con-horizontales"
16002
16003 \end_inset
16004
16005 , inserta estos comandos en ERT antes de la tabla o flotante:
16006 \end_layout
16007
16008 \begin_layout Standard
16009
16010 \series bold
16011
16012 \backslash
16013 let
16014 \backslash
16015 myHline
16016 \backslash
16017 hline
16018 \newline
16019
16020 \backslash
16021 renewcommand{
16022 \backslash
16023 hline}
16024 \newline
16025  {
16026 \backslash
16027 noalign{
16028 \backslash
16029 global
16030 \backslash
16031 arrayrulewidth 1.5pt}
16032 \newline
16033   
16034 \backslash
16035 myHline
16036 \backslash
16037 noalign{
16038 \backslash
16039 global
16040 \backslash
16041 arrayrulewidth 0.4pt}}
16042 \end_layout
16043
16044 \begin_layout Standard
16045 Para volver al grosor predeterminado, inserta este comando en ERT detrás
16046  de la tabla o flotante:
16047 \end_layout
16048
16049 \begin_layout Standard
16050
16051 \series bold
16052
16053 \backslash
16054 renewcommand{
16055 \backslash
16056 hline}{
16057 \backslash
16058 myHline}
16059 \end_layout
16060
16061 \begin_layout Standard
16062 \begin_inset ERT
16063 status collapsed
16064
16065 \begin_layout Standard
16066
16067
16068 \backslash
16069 let
16070 \backslash
16071 myHline
16072 \backslash
16073 hline
16074 \end_layout
16075
16076 \begin_layout Standard
16077
16078
16079 \backslash
16080 renewcommand{
16081 \backslash
16082 hline}
16083 \end_layout
16084
16085 \begin_layout Standard
16086
16087  {
16088 \backslash
16089 noalign{
16090 \backslash
16091 global
16092 \backslash
16093 arrayrulewidth 1.5pt}
16094 \end_layout
16095
16096 \begin_layout Standard
16097
16098   
16099 \backslash
16100 myHline
16101 \backslash
16102 noalign{
16103 \backslash
16104 global
16105 \backslash
16106 arrayrulewidth 0.4pt}}
16107 \end_layout
16108
16109 \end_inset
16110
16111
16112 \begin_inset Float table
16113 wide false
16114 sideways false
16115 status open
16116
16117 \begin_layout Standard
16118 \begin_inset Caption
16119
16120 \begin_layout Standard
16121 \begin_inset LatexCommand label
16122 name "tab:Tabla-con-horizontales"
16123
16124 \end_inset
16125
16126 Tabla con líneas horizontales de 1.5\InsetSpace \thinspace{}
16127 pt
16128 \end_layout
16129
16130 \end_inset
16131
16132
16133 \end_layout
16134
16135 \begin_layout Standard
16136 \align center
16137 \begin_inset Tabular
16138 <lyxtabular version="3" rows="3" columns="3">
16139 <features>
16140 <column alignment="center" valignment="top" leftline="true" width="0">
16141 <column alignment="center" valignment="top" leftline="true" width="0">
16142 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16143 <row topline="true">
16144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Standard
16148 sd
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
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 <row topline="true">
16173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Standard
16177
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Standard
16186 sd
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Standard
16195
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 </row>
16201 <row topline="true" bottomline="true">
16202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16203 \begin_inset Text
16204
16205 \begin_layout Standard
16206
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Standard
16215
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Standard
16224 sd
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 </row>
16230 </lyxtabular>
16231
16232 \end_inset
16233
16234
16235 \end_layout
16236
16237 \end_inset
16238
16239
16240 \begin_inset ERT
16241 status collapsed
16242
16243 \begin_layout Standard
16244
16245
16246 \backslash
16247 renewcommand{
16248 \backslash
16249 hline}{
16250 \backslash
16251 myHline}
16252 \end_layout
16253
16254 \end_inset
16255
16256
16257 \end_layout
16258
16259 \begin_layout Standard
16260 \begin_inset VSpace bigskip
16261 \end_inset
16262
16263 Para establacer grosor de 1.5 pt sólo para líneas verticales, crea el siguiente
16264  formato de columna en el preámbulo del documento, de acuerdo con lo descrito
16265  en la sección\InsetSpace ~
16266
16267 \begin_inset LatexCommand ref
16268 reference "sub:Formato-Personalizado"
16269
16270 \end_inset
16271
16272 :
16273 \end_layout
16274
16275 \begin_layout Standard
16276
16277 \series bold
16278
16279 \backslash
16280 newcolumntype{V}{!{
16281 \backslash
16282 vrule width 1.5pt}}
16283 \end_layout
16284
16285 \begin_layout Standard
16286 Para la Tabla\InsetSpace ~
16287
16288 \begin_inset LatexCommand ref
16289 reference "tab:Tabla-con-verticales"
16290
16291 \end_inset
16292
16293  se usó el argumento LaTeX
16294 \end_layout
16295
16296 \begin_layout Standard
16297
16298 \series bold
16299 VcV
16300 \end_layout
16301
16302 \begin_layout Standard
16303 para la última columna y
16304 \end_layout
16305
16306 \begin_layout Standard
16307
16308 \series bold
16309 Vc
16310 \end_layout
16311
16312 \begin_layout Standard
16313 para las otras.
16314 \end_layout
16315
16316 \begin_layout Standard
16317 \begin_inset Float table
16318 wide false
16319 sideways false
16320 status open
16321
16322 \begin_layout Standard
16323 \begin_inset Caption
16324
16325 \begin_layout Standard
16326 \begin_inset LatexCommand label
16327 name "tab:Tabla-con-verticales"
16328
16329 \end_inset
16330
16331 Tabla con líneas verticales de 1.5\InsetSpace \thinspace{}
16332 pt de grosor
16333 \end_layout
16334
16335 \end_inset
16336
16337
16338 \end_layout
16339
16340 \begin_layout Standard
16341 \align center
16342 \begin_inset Tabular
16343 <lyxtabular version="3" rows="3" columns="3">
16344 <features>
16345 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16346 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16347 <column alignment="center" valignment="top" leftline="true" width="0" special="VcV">
16348 <row topline="true">
16349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Standard
16353 sd
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Standard
16362
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Standard
16371
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 </row>
16377 <row topline="true">
16378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Standard
16382
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Standard
16391 sd
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Standard
16400
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 </row>
16406 <row topline="true" bottomline="true">
16407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Standard
16411
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Standard
16420
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Standard
16429 sd
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 </row>
16435 </lyxtabular>
16436
16437 \end_inset
16438
16439
16440 \end_layout
16441
16442 \end_inset
16443
16444
16445 \end_layout
16446
16447 \begin_layout Subsection
16448 Líneas de Trazos
16449 \begin_inset LatexCommand index
16450 name "Personalización de Tablas ! Líneas de Trazos"
16451
16452 \end_inset
16453
16454
16455 \end_layout
16456
16457 \begin_layout Standard
16458 \begin_inset ERT
16459 status collapsed
16460
16461 \begin_layout Standard
16462
16463
16464 \backslash
16465 ifarydshln
16466 \end_layout
16467
16468 \end_inset
16469
16470
16471 \begin_inset Note Note
16472 status open
16473
16474 \begin_layout Standard
16475 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
16476  LaTeX 
16477 \series bold
16478 arydshln
16479 \series default
16480 .
16481 \end_layout
16482
16483 \end_inset
16484
16485
16486 \end_layout
16487
16488 \begin_layout Standard
16489 \begin_inset Float table
16490 placement H
16491 wide false
16492 sideways false
16493 status open
16494
16495 \begin_layout Standard
16496 \begin_inset Caption
16497
16498 \begin_layout Standard
16499 \begin_inset LatexCommand label
16500 name "tab:Tabla-con-trazos"
16501
16502 \end_inset
16503
16504 Tabla con líneas de trazos
16505 \end_layout
16506
16507 \end_inset
16508
16509
16510 \end_layout
16511
16512 \begin_layout Standard
16513 \align center
16514 \begin_inset Tabular
16515 <lyxtabular version="3" rows="5" columns="5">
16516 <features>
16517 <column alignment="center" valignment="top" leftline="true" width="0">
16518 <column alignment="center" valignment="top" leftline="true" width="0">
16519 <column alignment="center" valignment="top" width="0" special=":c">
16520 <column alignment="center" valignment="top" leftline="true" width="0">
16521 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16522 <row topline="true" bottomline="true">
16523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Standard
16527 a
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Standard
16536 b
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Standard
16545 c
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Standard
16554 d
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Standard
16563 e
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 </row>
16569 <row topline="true">
16570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Standard
16574 f
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Standard
16583 g
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Standard
16592 h
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Standard
16601 i
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Standard
16610 j
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 </row>
16616 <row>
16617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Standard
16621 \begin_inset ERT
16622 status collapsed
16623
16624 \begin_layout Standard
16625
16626
16627 \backslash
16628 hdashline 
16629 \end_layout
16630
16631 \end_inset
16632
16633 k
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Standard
16642 l
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Standard
16651 m
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Standard
16660 n
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Standard
16669 o
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 <row topline="true">
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Standard
16680 \begin_inset ERT
16681 status collapsed
16682
16683 \begin_layout Standard
16684
16685
16686 \backslash
16687 cdashline{4-5}
16688 \end_layout
16689
16690 \end_inset
16691
16692 p
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Standard
16701 q
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
16707 \begin_inset Text
16708
16709 \begin_layout Standard
16710 r
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
16716 \begin_inset Text
16717
16718 \begin_layout Standard
16719 s
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Standard
16728
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 </row>
16734 <row topline="true" bottomline="true">
16735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Standard
16739 t
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Standard
16748 u
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Standard
16757 v
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Standard
16766 w
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Standard
16775 x
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 </row>
16781 </lyxtabular>
16782
16783 \end_inset
16784
16785
16786 \end_layout
16787
16788 \end_inset
16789
16790
16791 \end_layout
16792
16793 \begin_layout Standard
16794 En principio LyX no soporta líneas de trazos, hay que usar ERT.
16795  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
16796 \series bold
16797 arydshln
16798 \series default
16799
16800 \begin_inset LatexCommand index
16801 name "LaTeX-paquetes ! arydshln"
16802
16803 \end_inset
16804
16805  
16806 \end_layout
16807
16808 \begin_layout Standard
16809
16810 \series bold
16811
16812 \backslash
16813 usepackage{arydshln}
16814 \end_layout
16815
16816 \begin_layout Standard
16817 Para hacer una línea vertical a trazos, introduce dos puntos ":" junto con
16818  el caracter para alineación horizontal como argumento LaTeX en el diálogo
16819  de celda de tabla.
16820 \end_layout
16821
16822 \begin_layout Standard
16823 Para una línea de trazos horizontal añade el comando
16824 \end_layout
16825
16826 \begin_layout Standard
16827
16828 \series bold
16829
16830 \backslash
16831 hdashline
16832 \end_layout
16833
16834 \begin_layout Standard
16835 en ERT como primer elemento de la primera celda en la fila.
16836 \end_layout
16837
16838 \begin_layout Standard
16839 Para líneas de trazos en multicolumna usa el comando
16840 \end_layout
16841
16842 \begin_layout Standard
16843
16844 \series bold
16845
16846 \backslash
16847 cdashline{line number
16848 \series default
16849 }
16850 \end_layout
16851
16852 \begin_layout Standard
16853 en ERT como primer elemento de la primera celda en la fila.
16854  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
16855  4 y quieres una línea de trazos por encima, añade el comando
16856 \end_layout
16857
16858 \begin_layout Standard
16859
16860 \series bold
16861
16862 \backslash
16863 cdashline{2-4}
16864 \end_layout
16865
16866 \begin_layout Standard
16867 como primer elemento de la primera celda en la fila de la multicolumna.
16868 \end_layout
16869
16870 \begin_layout Standard
16871 \begin_inset VSpace bigskip
16872 \end_inset
16873
16874
16875 \end_layout
16876
16877 \begin_layout Standard
16878 La Tabla\InsetSpace ~
16879
16880 \begin_inset LatexCommand ref
16881 reference "tab:Tabla-con-trazos"
16882
16883 \end_inset
16884
16885  se ha hecho usando "
16886 \series bold
16887 :c
16888 \series default
16889 " como argumento LaTeX de la tercera columna.
16890  El comando ERT 
16891 \series bold
16892
16893 \backslash
16894 hdashline
16895 \series default
16896  se ha insertado en la primera celda de la tercera fila y el comando ERT
16897 \newline
16898
16899 \series bold
16900
16901 \backslash
16902 cdashline{4-5}
16903 \series default
16904  en la primera celda de la cuarta fila.
16905 \end_layout
16906
16907 \begin_layout Standard
16908 \begin_inset Note Greyedout
16909 status open
16910
16911 \begin_layout Standard
16912
16913 \series bold
16914 Nota: 
16915 \series default
16916 Aparentemente el paquete LaTeX 
16917 \series bold
16918 arydshln
16919 \series default
16920  no es compatible con el paquete LaTeX 
16921 \series bold
16922 colortbl
16923 \series default
16924
16925 \begin_inset LatexCommand index
16926 name "LaTeX-paquetes ! colortbl"
16927
16928 \end_inset
16929
16930  que se usa para tablas coloreadas en la sección\InsetSpace ~
16931
16932 \begin_inset LatexCommand ref
16933 reference "sec:Tablas-Coloreadas"
16934
16935 \end_inset
16936
16937 .
16938  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
16939 \end_layout
16940
16941 \end_inset
16942
16943
16944 \end_layout
16945
16946 \begin_layout Standard
16947 \begin_inset ERT
16948 status collapsed
16949
16950 \begin_layout Standard
16951
16952
16953 \backslash
16954 else
16955 \end_layout
16956
16957 \end_inset
16958
16959
16960 \begin_inset Note Note
16961 status open
16962
16963 \begin_layout Standard
16964 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
16965  
16966 \series bold
16967 arydshln
16968 \series default
16969 .
16970 \end_layout
16971
16972 \end_inset
16973
16974
16975 \end_layout
16976
16977 \begin_layout Standard
16978 Debes instalar el paquete LaTeX 
16979 \series bold
16980 arydshln
16981 \series default
16982  para ver la parte siguiente en la salida.
16983 \end_layout
16984
16985 \begin_layout Standard
16986 \begin_inset ERT
16987 status collapsed
16988
16989 \begin_layout Standard
16990
16991
16992 \backslash
16993 fi
16994 \end_layout
16995
16996 \end_inset
16997
16998
16999 \end_layout
17000
17001 \begin_layout Chapter
17002 Flotantes
17003 \begin_inset LatexCommand label
17004 name "cha:Floats"
17005
17006 \end_inset
17007
17008
17009 \begin_inset LatexCommand index
17010 name "Flotantes"
17011
17012 \end_inset
17013
17014
17015 \end_layout
17016
17017 \begin_layout Section
17018 Introducción
17019 \begin_inset LatexCommand label
17020 name "sec:IntroducciónFlotantes"
17021
17022 \end_inset
17023
17024
17025 \begin_inset LatexCommand index
17026 name "Flotantes ! Introducción"
17027
17028 \end_inset
17029
17030
17031 \end_layout
17032
17033 \begin_layout Standard
17034 Un flotante es un bloque de texto asociado con alguna especie de etiqueta
17035  que no tiene posición fija.
17036  Puede "flotar" adelante o atrás una o dos páginas, donde encaje mejor.
17037  Las 
17038 \family sans
17039 Notas\InsetSpace ~
17040 al\InsetSpace ~
17041 pie
17042 \family default
17043  y 
17044 \family sans
17045 Notas\InsetSpace ~
17046 al\InsetSpace ~
17047 margen
17048 \family default
17049  también son flotantes, porque pueden flotar a la página siguiente cuando
17050  hay demasiadas notas en la página.
17051 \end_layout
17052
17053 \begin_layout Standard
17054 Los flotantes hacen posible composiciones de alta calidad.
17055  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
17056  impedir espacios en blanco y páginas sin texto.
17057  Como el flotante destruye a menudo el contexto entre texto e imagen/tabla,
17058  cada flotante puede estar referido en el texto.
17059  Por lo tanto los flotantes están numerados.
17060  Las referencias se describen en la sección\InsetSpace ~
17061
17062 \begin_inset LatexCommand ref
17063 reference "sec:Referencias-a-Flotantes"
17064
17065 \end_inset
17066
17067  .
17068 \end_layout
17069
17070 \begin_layout Standard
17071 Para insertar un flotante, usa el menú 
17072 \family sans
17073 Insertar\SpecialChar \menuseparator
17074 Flotante
17075 \family default
17076 .
17077  En el documento se inserta un cuadro con etiqueta en el entorno 
17078 \family sans
17079 Encabezado
17080 \begin_inset Foot
17081 status collapsed
17082
17083 \begin_layout Standard
17084 El entorno 
17085 \family sans
17086 Encabezado
17087 \family default
17088  se describe en 
17089 \emph on
17090 Guía\InsetSpace ~
17091 del\InsetSpace ~
17092 Usuario 
17093 \emph default
17094 de LyX.
17095 \end_layout
17096
17097 \end_inset
17098
17099 .
17100
17101 \family default
17102  Cada etiqueta acaba con el caracter "#" como receptáculo para el número
17103  de flotante en la salida.
17104  La etiqueta será traducida automáticamente al lenguaje del documento.
17105  Tras la etiqueta se puede insertar el texto de encabezado.
17106  La imagen o tabla se inserta encima o debajo del encabezado en un párrafo
17107  separado dentro del flotante.
17108  Más sobre colocación de encabezados se describe en la sección\InsetSpace ~
17109
17110 \begin_inset LatexCommand ref
17111 reference "sec:Colocación-de-Encabezados"
17112
17113 \end_inset
17114
17115 .
17116  Para mantener legible el documento LyX, puedes abrir y cerrar el cuadro
17117  del flotante haciendo click-izquierda sobre él.
17118  Un cuadro cerrado se muestra así: 
17119 \begin_inset Graphics
17120         filename ../clipart/flotanteQt4.png
17121         scale 70
17122
17123 \end_inset
17124
17125  -- un cuadro gris con etiqueta en rojo.
17126 \end_layout
17127
17128 \begin_layout Standard
17129 Se recomienda insertar flotantes como párrafos separados para evitar posibles
17130  errores de LaTeX si el texto circundante se formatea de modo especial.
17131 \end_layout
17132
17133 \begin_layout Standard
17134 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
17135  y pinchando el botón correspondiente de la barra de herramientas para un
17136  flotante nuevo.
17137 \end_layout
17138
17139 \begin_layout Section
17140 Tipos de Flotantes
17141 \end_layout
17142
17143 \begin_layout Standard
17144 Además de los flotantes de imagen y de tabla que se describen en la sección\InsetSpace ~
17145
17146 \begin_inset LatexCommand ref
17147 reference "sec:Figuras-Flotantes"
17148
17149 \end_inset
17150
17151  y 
17152 \begin_inset LatexCommand ref
17153 reference "sec:Tablas-Flotantes"
17154
17155 \end_inset
17156
17157 , respectivamente, LyX ofrece los tipos 
17158 \series bold
17159 Algoritmo
17160 \series default
17161  y 
17162 \series bold
17163 Ajustado\InsetSpace ~
17164 al\InsetSpace ~
17165 Texto
17166 \series default
17167 .
17168 \end_layout
17169
17170 \begin_layout Subsection
17171 Algoritmos Flotantes
17172 \begin_inset LatexCommand index
17173 name "Flotantes ! Algoritmos Flotantes"
17174
17175 \end_inset
17176
17177
17178 \end_layout
17179
17180 \begin_layout Standard
17181 \begin_inset Float algorithm
17182 placement h
17183 wide false
17184 sideways false
17185 status open
17186
17187 \begin_layout Standard
17188 \begin_inset Caption
17189
17190 \begin_layout Standard
17191 \begin_inset LatexCommand label
17192 name "alg:Ejemplo-de-Algoritmo-flotante"
17193
17194 \end_inset
17195
17196 Ejemplo de Algoritmo flotante
17197 \end_layout
17198
17199 \end_inset
17200
17201
17202 \end_layout
17203
17204 \begin_layout LyX-Code
17205 for I in 1..N loop
17206 \newline
17207  Sum:= Sum + A(I); /*senseless comment*/
17208 \newline
17209 end loop
17210 \begin_inset VSpace -4mm
17211 \end_inset
17212
17213
17214 \end_layout
17215
17216 \end_inset
17217
17218
17219 \end_layout
17220
17221 \begin_layout Standard
17222 Este tipo de flotante se inserta con el menú 
17223 \family sans
17224 Insertar\SpecialChar \menuseparator
17225 Flotante\SpecialChar \menuseparator
17226 Algoritmo
17227 \family default
17228 .
17229  Se usa para códigos y descripciones de algoritmos.
17230  Un posible entorno para algoritmos es 
17231 \family sans
17232 Código-LyX
17233 \family default
17234 , descrito en 
17235 \emph on
17236 Guía del Usuario
17237 \emph default
17238  de LyX.
17239  El algoritmo\InsetSpace ~
17240
17241 \begin_inset LatexCommand ref
17242 reference "alg:Ejemplo-de-Algoritmo-flotante"
17243
17244 \end_inset
17245
17246  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
17247  vertical de -4\InsetSpace \thinspace{}
17248 mm al final para tener la línea inferior exactamente bajo
17249  la última línea de texto.
17250 \end_layout
17251
17252 \begin_layout Standard
17253 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
17254  Si tu documento no es en Inglés, tienes que hacerlo manualmente añadiendo
17255  la siguiente línea al preámbulo del documento
17256 \series bold
17257 :
17258 \end_layout
17259
17260 \begin_layout Standard
17261
17262 \series bold
17263
17264 \backslash
17265 floatname{algorithm}{nombre}
17266 \end_layout
17267
17268 \begin_layout Standard
17269
17270 \family sans
17271 nombre
17272 \family default
17273  es la palabra
17274 \begin_inset Quotes eld
17275 \end_inset
17276
17277
17278 \emph on
17279 algorithm
17280 \emph default
17281
17282 \begin_inset Quotes erd
17283 \end_inset
17284
17285  en el lenguaje deseado.
17286 \end_layout
17287
17288 \begin_layout Description
17289
17290 \series bold
17291 Nota: 
17292 \series default
17293 Si se emplea el paquete LaTeX 
17294 \series bold
17295 hyperref
17296 \series default
17297
17298 \begin_inset LatexCommand index
17299 name "LaTeX-paquetes ! hyperref"
17300
17301 \end_inset
17302
17303  para enlazar referencias cruzadas a flotantes en la salida PDF, debe cargarse
17304  en el preámbulo LaTeX antes de la definición de flotantes para poder referirse
17305  a ellos.
17306
17307 \series bold
17308  
17309 \series default
17310 LyX establece la definición de algoritmos flotantes automáticamente antes
17311  de la parte del preámbulo editable por el usuario, así que hay que insertar
17312  las siguientes líneas 
17313 \emph on
17314 después
17315 \emph default
17316  de cargar el comando
17317 \series bold
17318  hyperref:
17319 \begin_inset VSpace defskip
17320 \end_inset
17321
17322
17323 \newline
17324
17325 \backslash
17326 newfloat{Xalgorithm}{tbp}{loa}
17327 \newline
17328
17329 \backslash
17330 floatname{Xalgorithm}{nombre}
17331 \newline
17332
17333 \backslash
17334 newcommand{
17335 \backslash
17336 theHalgorithm}{
17337 \backslash
17338 theHXalgorithm}
17339 \newline
17340
17341 \backslash
17342 renewenvironment{algorithm}[1][tbp]
17343 \newline
17344
17345 \begin_inset ERT
17346 status collapsed
17347
17348 \begin_layout Standard
17349
17350
17351 \backslash
17352 hphantom{ }
17353 \end_layout
17354
17355 \end_inset
17356
17357 {
17358 \backslash
17359 begin{Xalgorithm}[#1]}{
17360 \backslash
17361 end{Xalgorithm}}
17362 \begin_inset VSpace defskip
17363 \end_inset
17364
17365
17366 \series default
17367
17368 \newline
17369 Donde 
17370 \family sans
17371 nombre
17372 \family default
17373  es la palabra "
17374 \emph on
17375 algorithm
17376 \emph default
17377 " en el lenguaje deseado.
17378 \end_layout
17379
17380 \begin_layout Standard
17381 Los algoritmos flotantes no se numeran por defecto según el esquema "capítulo.alg
17382 oritmo" como es el caso para tablas e imágenes flotantes en muchas clases
17383  de documento.
17384  Para numerar algoritmos flotantes en el mismo esquema, añade este comando
17385  en el preámbulo del documento:
17386 \end_layout
17387
17388 \begin_layout Standard
17389
17390 \series bold
17391
17392 \backslash
17393 numberwithin{algorithm}{chapter}
17394 \end_layout
17395
17396 \begin_layout Standard
17397 Si usas el paquete LaTeX 
17398 \series bold
17399 hyperref
17400 \series default
17401 , añade en su lugar esta línea 
17402 \emph on
17403 después
17404 \emph default
17405  de la definición de 
17406 \family sans
17407 Xalgorithm
17408 \family default
17409  (los comandos de anteriores) en el preámbulo:
17410 \end_layout
17411
17412 \begin_layout Standard
17413
17414 \series bold
17415
17416 \backslash
17417 numberwithin{Xalgorithm}{chapter}
17418 \end_layout
17419
17420 \begin_layout Standard
17421 Para poder usar el comando 
17422 \series bold
17423
17424 \backslash
17425 numberwithin
17426 \series default
17427 , marca la opción 
17428 \family sans
17429 Usar\InsetSpace ~
17430 el\InsetSpace ~
17431 paquete\InsetSpace ~
17432 AMS
17433 \family default
17434  en el menú 
17435 \family sans
17436 Documento\SpecialChar \menuseparator
17437 Configuración\SpecialChar \menuseparator
17438 Ecuaciones
17439 \family default
17440 .
17441 \end_layout
17442
17443 \begin_layout Subsection
17444 Flotantes Ajustados a Texto
17445 \begin_inset LatexCommand index
17446 name "Flotantes ! Ajustados a Texto"
17447
17448 \end_inset
17449
17450
17451 \begin_inset LatexCommand label
17452 name "sub:floatflt-flotante-ajustado"
17453
17454 \end_inset
17455
17456
17457 \end_layout
17458
17459 \begin_layout Standard
17460 Este tipo de flotante se usa cuando quieres envolver una figura en el texto,
17461  de manera que ocupe solo una parte del ancho de columna.
17462  Puede insertarse usando el menú 
17463 \begin_inset Wrap figure
17464 placement l
17465 width "40col%"
17466 status open
17467
17468 \begin_layout Standard
17469 \begin_inset Graphics
17470         filename mobius.eps
17471         display color
17472         width 40col%
17473         rotateOrigin center
17474
17475 \end_inset
17476
17477
17478 \end_layout
17479
17480 \begin_layout Standard
17481 \begin_inset Caption
17482
17483 \begin_layout Standard
17484 \begin_inset LatexCommand label
17485 name "fig:Esto-es-una"
17486
17487 \end_inset
17488
17489 Esto es una figura envuelta, y esto la genial cabecera que la describe.
17490 \begin_inset VSpace medskip
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \end_inset
17497
17498
17499 \end_layout
17500
17501 \end_inset
17502
17503  
17504 \family sans
17505 Insertar\SpecialChar \menuseparator
17506 Flotante\SpecialChar \menuseparator
17507 Flotante\InsetSpace ~
17508 de\InsetSpace ~
17509 ajuste\InsetSpace ~
17510 de\InsetSpace ~
17511 texto
17512 \family default
17513  si está instalado el paquete LaTeX 
17514 \series bold
17515 floatflt
17516 \series default
17517
17518 \begin_inset LatexCommand index
17519 name "LaTeX-paquetes ! floatflt"
17520
17521 \end_inset
17522
17523 .
17524 \begin_inset Foot
17525 status collapsed
17526
17527 \begin_layout Standard
17528 La instalación de paquetes LaTeX se explica en el manual 
17529 \emph on
17530 Configuration de LaTeX
17531 \emph default
17532 .
17533 \end_layout
17534
17535 \end_inset
17536
17537  La anchura y posición del flotante se ajusta con click-derecha sobre el
17538  cuadro del flotante.
17539  La Figura \InsetSpace ~
17540
17541 \begin_inset LatexCommand ref
17542 reference "fig:Esto-es-una"
17543
17544 \end_inset
17545
17546  es un ejemplo de flotante ajustado a texto con una anchura del 40\InsetSpace \thinspace{}
17547 col%.
17548 \begin_inset Foot
17549 status collapsed
17550
17551 \begin_layout Standard
17552 Ver unidades disponibles en\InsetSpace ~
17553
17554 \begin_inset LatexCommand ref
17555 reference "cha:Unidades-disponibles-en"
17556
17557 \end_inset
17558
17559 .
17560 \end_layout
17561
17562 \end_inset
17563
17564  Se ha añadido algún espacio bajo el encabezado para separarlo mejor del
17565  texto envolvente.
17566 \end_layout
17567
17568 \begin_layout Standard
17569 El paquete LaTeX 
17570 \series bold
17571 floatflt
17572 \series default
17573  también soporta tablas ajustadas a texto pero aún no es soportado por LyX.
17574  Si lo necesitas, consulta la documentoación de 
17575 \series bold
17576 floatflt
17577 \series default
17578  
17579 \begin_inset LatexCommand cite
17580 key "floatflt"
17581
17582 \end_inset
17583
17584 .
17585 \end_layout
17586
17587 \begin_layout Standard
17588 \begin_inset Note Greyedout
17589 status open
17590
17591 \begin_layout Standard
17592
17593 \series bold
17594 Nota:
17595 \series default
17596  ¡Los flotantes ajustados a texto son frágiles! P.\InsetSpace \thinspace{}
17597 e.\InsetSpace ~
17598 si una figura está demasiado
17599  cerca de la parte inferior de la página se pueden perder cosas en el camino
17600  de salida, el flotante puede no aparecer o situarse junto a otro texto.
17601 \begin_inset Foot
17602 status open
17603
17604 \begin_layout Standard
17605 La mejor solución es usar el paquete LaTeX 
17606 \series bold
17607 wrapf\SpecialChar \textcompwordmark{}
17608 ig
17609 \series default
17610
17611 \begin_inset LatexCommand index
17612 name "LaTeX-paquetes ! wrapfig\\vspace{4mm}"
17613
17614 \end_inset
17615
17616  en vez de 
17617 \series bold
17618 floatf\SpecialChar \textcompwordmark{}
17619 lt
17620 \series default
17621  pero actualmente no es soportado por LyX.
17622 \end_layout
17623
17624 \end_inset
17625
17626
17627 \end_layout
17628
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \begin_layout Standard
17635 En general:
17636 \end_layout
17637
17638 \begin_layout Itemize
17639 Los flotantes ajustados no deberían situarse en párrafos que van sobre un
17640  salto de página.
17641  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
17642  esté casi listo y puedas prever los saltos de página.
17643 \end_layout
17644
17645 \begin_layout Itemize
17646 Los flotantes ajustados deberían situarse, bien en un párrafo propio antes
17647  del párrafo donde deben ajustarse, o bien dentro de un párrafo.
17648 \end_layout
17649
17650 \begin_layout Itemize
17651 Los flotantes ajustados en párrafos consecutivos pueden dar problemas, así
17652  que asegura que hay un párrafo de texto entre ellos.
17653 \end_layout
17654
17655 \begin_layout Itemize
17656 Los flotantes ajustados no están permitidos en cabeceras de sección o tablas.
17657 \end_layout
17658
17659 \begin_layout Section
17660 Referencias a Flotantes
17661 \begin_inset LatexCommand label
17662 name "sec:Referencias-a-Flotantes"
17663
17664 \end_inset
17665
17666
17667 \begin_inset LatexCommand index
17668 name "Flotantes ! Referencias"
17669
17670 \end_inset
17671
17672
17673 \begin_inset LatexCommand index
17674 name "Referencias"
17675
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \begin_layout Standard
17682 Para referirse a un flotante, inserta una etiqueta en su encabezado con
17683  el menú 
17684 \family sans
17685 Insertar\SpecialChar \menuseparator
17686 Etiqueta
17687 \family default
17688  o el botón 
17689 \begin_inset Graphics
17690         filename ../images/label-insert.xpm
17691         scale 85
17692
17693 \end_inset
17694
17695 .
17696  Aparece una ventana esperando la introducción del texto de la etiqueta
17697  y se inserta un cuadro gris como este: 
17698 \begin_inset Graphics
17699         filename ../clipart/etiquetaQt4.png
17700         scale 85
17701
17702 \end_inset
17703
17704 .
17705  LyX ofrece como texto las primeras palabras del encabezado con un prefijo.
17706  El prefijo depende del tipo de flotante, p.\InsetSpace \thinspace{}
17707 e.\InsetSpace ~
17708 para figuras el prefijo será
17709  "
17710 \family sans
17711 fig:
17712 \family default
17713 ".
17714 \end_layout
17715
17716 \begin_layout Standard
17717 La etiqueta se usa como ancla y el nombre para la referencia.
17718  Puedes referir a la etiqueta usando el menú 
17719 \family sans
17720 Insertar\SpecialChar \menuseparator
17721 Referencia
17722 \family default
17723 \InsetSpace ~
17724
17725 \family sans
17726 cruzada
17727 \family default
17728  o el botón 
17729 \begin_inset Graphics
17730         filename ../images/dialog-show-new-inset_ref.xpm
17731         scale 85
17732
17733 \end_inset
17734
17735 .
17736  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
17737  Si tienes abiertos varios documentos LyX, escoge el que estás trabajando
17738  de la lista desplegable de la parte superior del diálogo.
17739  Puedes ordenar las etiquetas alfabéticamente y elegir una.
17740  Se inserta un cuadro gris como este: 
17741 \begin_inset Graphics
17742         filename ../clipart/referenciaQt4.png
17743         scale 85
17744
17745 \end_inset
17746
17747 .
17748  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
17749 \end_layout
17750
17751 \begin_layout Standard
17752 Se recomienda poner un espacio protegido entre el nombre de la referencia
17753  cruzada y su número para evitar saltos de línea entre ellos.
17754  Si una referencia cruzada corresponde a una etiqueta inexistente verás
17755  dos interrogaciones en la salida.
17756 \end_layout
17757
17758 \begin_layout Standard
17759 En cualquier momento puedes cambiar etiquetas haciendo click sobre el cuadro.
17760  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
17761  al texto de la etiqueta nueva, no te ocupes por eso.
17762 \end_layout
17763
17764 \begin_layout Standard
17765 El botón 
17766 \family sans
17767 Ir\InsetSpace ~
17768 a\InsetSpace ~
17769 la\InsetSpace ~
17770 etiqueta
17771 \family default
17772  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
17773  y el texto del botón cambia a 
17774 \family sans
17775 Volver
17776 \family default
17777  con el que se puede retornar a la referencia.
17778  Click-derecha sobre el cuadro de la referencia también lleva el cursor
17779  hasta la etiqueta pero sin opción de volver.
17780 \end_layout
17781
17782 \begin_layout Subsection
17783 Formatos de Referencia Cruzada
17784 \begin_inset LatexCommand label
17785 name "sub:Formatos-referencia-cruzada"
17786
17787 \end_inset
17788
17789
17790 \begin_inset LatexCommand index
17791 name "Referencias ! Formatos"
17792
17793 \end_inset
17794
17795
17796 \end_layout
17797
17798 \begin_layout Standard
17799 Hay seis variedades de referencias cruzadas:
17800 \end_layout
17801
17802 \begin_layout Description
17803 <referencia>: imprime el número flotante, esta es la opción predeterminada:
17804  
17805 \begin_inset LatexCommand ref
17806 reference "fig:Dos-imágenes-distorsionadas"
17807
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \begin_layout Description
17814 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
17815  habitual para referirse a fórmulas, especialmente si se omite el nombre
17816  "Ecuación": 
17817 \begin_inset LatexCommand eqref
17818 reference "eq:Wgn"
17819
17820 \end_inset
17821
17822
17823 \end_layout
17824
17825 \begin_layout Description
17826 <página>: imprime el número de página: Página\InsetSpace ~
17827
17828 \begin_inset LatexCommand pageref
17829 reference "fig:Dos-imágenes-distorsionadas"
17830
17831 \end_inset
17832
17833
17834 \end_layout
17835
17836 \begin_layout Description
17837 en\InsetSpace ~
17838 página\InsetSpace ~
17839 <página>: imprime el texto "en la página" y el número de página:
17840  
17841 \begin_inset LatexCommand vpageref
17842 reference "fig:Dos-imágenes-distorsionadas"
17843
17844 \end_inset
17845
17846
17847 \end_layout
17848
17849 \begin_layout Description
17850 <referencia>\InsetSpace ~
17851 en\InsetSpace ~
17852 página\InsetSpace ~
17853 <página>: imprime el número flotante, el texto "en la
17854  página" y el número de página: 
17855 \begin_inset LatexCommand vref
17856 reference "fig:Dos-imágenes-distorsionadas"
17857
17858 \end_inset
17859
17860
17861 \end_layout
17862
17863 \begin_layout Description
17864 Referencia\InsetSpace ~
17865 con\InsetSpace ~
17866 formato: imprime un formato autodefinido.
17867  
17868 \begin_inset Note Greyedout
17869 status open
17870
17871 \begin_layout Standard
17872
17873 \series bold
17874 \lang english
17875 Note:
17876 \series default
17877  This feature is only available when you have the LaTeX-package 
17878 \series bold
17879 prettyref
17880 \series default
17881  installed.
17882 \end_layout
17883
17884 \end_inset
17885
17886
17887 \end_layout
17888
17889 \begin_layout Standard
17890 Ten en cuenta que el estilo <página> no imprime el número si la etiqueta
17891  está en la misma página, en la anterior o en la siguiente.
17892  En su lugar verás p.\InsetSpace \thinspace{}
17893 e.\InsetSpace ~
17894 el texto "
17895 \family sans
17896 en esta página
17897 \family default
17898 ".
17899 \end_layout
17900
17901 \begin_layout Standard
17902 El número y página actual de la parte del documento referida es automáticamente
17903  calculado por LaTeX en la salida.
17904  Las variedades se ajustan en el campo 
17905 \family sans
17906 Formato
17907 \family default
17908  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
17909 \end_layout
17910
17911 \begin_layout Subsection
17912 Designación Automática de Referencias
17913 \begin_inset LatexCommand index
17914 name "Referencias ! Designación Automática"
17915
17916 \end_inset
17917
17918
17919 \end_layout
17920
17921 \begin_layout Standard
17922 El paquete LaTeX 
17923 \series bold
17924 hyperref
17925 \series default
17926  dispone de una característica muy útil que permite incluir automáticamente
17927  en las referencias cruzadas el nombre de los flotantes referidos (o partes
17928  de texto como secciones).
17929  Quieres p.\InsetSpace \thinspace{}
17930 e.\InsetSpace ~
17931 escribir la palabra "Figura" antes de cada cuadro de referencia.
17932  Para conseguirlo debes cargar el paquete LaTeX 
17933 \series bold
17934 hyperref
17935 \series default
17936
17937 \begin_inset LatexCommand index
17938 name "LaTeX-paquetes ! hyperref"
17939
17940 \end_inset
17941
17942  en el preámbulo del documento con
17943 \end_layout
17944
17945 \begin_layout Standard
17946
17947 \series bold
17948
17949 \backslash
17950 usepackage[pdfborder={0 0 0}]{hyperref}
17951 \newline
17952
17953 \backslash
17954 AtBeginDocument{
17955 \backslash
17956 renewcommand{
17957 \backslash
17958 ref}[1]{
17959 \backslash
17960 mbox{
17961 \backslash
17962 autoref{#1}}}}
17963 \end_layout
17964
17965 \begin_layout Standard
17966
17967 \series bold
17968 hyperref 
17969 \series default
17970 se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF, esto
17971  significa que el lector del documento podrá pinchar sobre una entrada de
17972  Índice o una referencia y será inmediatamente dirigido a esa parte del
17973  documento.
17974  
17975 \series bold
17976 hyperref
17977 \series default
17978  también crea marcadores PDF para cada sección para facilitar al lector
17979  la navegación por el documento.
17980  Esto también se ha usado en este documento pero si echas una ojeada al
17981  preámbulo encontrarás varias opciones en la carga de 
17982 \series bold
17983 hyperref
17984 \series default
17985 .
17986  Para aprender más sobre ello acude a la documentoación del paquete 
17987 \begin_inset LatexCommand cite
17988 key "hyperref"
17989
17990 \end_inset
17991
17992 .
17993 \end_layout
17994
17995 \begin_layout Standard
17996 \begin_inset Note Greyedout
17997 status open
17998
17999 \begin_layout Standard
18000
18001 \series bold
18002 Nota:
18003 \series default
18004  La designación automática de referencias no puede usarse en el estilo 
18005 \family sans
18006 Referencia\InsetSpace ~
18007 con\InsetSpace ~
18008 formato
18009 \family default
18010 , descrita en la sección\InsetSpace ~
18011
18012 \begin_inset LatexCommand ref
18013 reference "sub:Formatos-referencia-cruzada"
18014
18015 \end_inset
18016
18017 .
18018 \end_layout
18019
18020 \end_inset
18021
18022
18023 \end_layout
18024
18025 \begin_layout Subsection
18026 Colocación de Referencias
18027 \begin_inset LatexCommand label
18028 name "sub:Colocación-de-Referencias"
18029
18030 \end_inset
18031
18032
18033 \begin_inset LatexCommand index
18034 name "Referencias ! Colocación"
18035
18036 \end_inset
18037
18038
18039 \end_layout
18040
18041 \begin_layout Standard
18042 Si usas 
18043 \series bold
18044 hyperref
18045 \series default
18046
18047 \begin_inset LatexCommand index
18048 name "LaTeX-paquetes ! hyperref"
18049
18050 \end_inset
18051
18052  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
18053  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
18054  El encabezado será la primera parte de texto en pantalla, de forma que
18055  para ver la imagen debes deslizar.
18056  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
18057  Usando el paquete 
18058 \series bold
18059 hypcap
18060 \series default
18061
18062 \begin_inset LatexCommand index
18063 name "LaTeX-paquetes ! hypcap"
18064
18065 \end_inset
18066
18067 , que forma parte del paquete LaTeX 
18068 \series bold
18069 oberdiek
18070 \series default
18071
18072 \begin_inset LatexCommand index
18073 name "LaTeX-paquetes ! oberdiek"
18074
18075 \end_inset
18076
18077 , el ancla de enlace se sitúa al comienzo de un flotante.
18078  Para usar esta característica para figuras flotantes carga 
18079 \series bold
18080 hypcap
18081 \series default
18082  en el preámbulo con
18083 \end_layout
18084
18085 \begin_layout Standard
18086
18087 \series bold
18088
18089 \backslash
18090 usepackage[f\SpecialChar \textcompwordmark{}
18091 igure]{hypcap}
18092 \end_layout
18093
18094 \begin_layout Standard
18095 Puedes usar 
18096 \series bold
18097 hypcap
18098 \series default
18099  para todos los flotantes aunque no se recomienda por razones de estabilidad.
18100  Más información en el manual de 
18101 \series bold
18102 hypcap
18103 \series default
18104  
18105 \begin_inset LatexCommand cite
18106 key "hypcap"
18107
18108 \end_inset
18109
18110 .
18111 \end_layout
18112
18113 \begin_layout Standard
18114 \begin_inset Note Greyedout
18115 status open
18116
18117 \begin_layout Standard
18118
18119 \series bold
18120 Nota: hypcap 
18121 \series default
18122 debe cargarse después de
18123 \series bold
18124  hyperref 
18125 \series default
18126 en el preámbulo
18127 \series bold
18128 .
18129 \end_layout
18130
18131 \end_inset
18132
18133
18134 \end_layout
18135
18136 \begin_layout Section
18137 Colocación de Flotantes
18138 \begin_inset LatexCommand label
18139 name "sec:Colocación-de-Flotantes"
18140
18141 \end_inset
18142
18143
18144 \begin_inset LatexCommand index
18145 name "Flotantes ! Colocación"
18146
18147 \end_inset
18148
18149
18150 \end_layout
18151
18152 \begin_layout Standard
18153 Click-derecha sobre un cuadro de flotante abre un diálogo en el que pueden
18154  cambiarse las opciones de LaTeX para situar los flotantes.
18155 \newline
18156 La opción 
18157 \family sans
18158 Extender\InsetSpace ~
18159 columnas
18160 \family default
18161  solo es aplicable a documentoos de dos columnas: Si lo seleccionas, el
18162  flotante abarcará ambas columnas en lugar de una sola.
18163  La opción 
18164 \family sans
18165 Girar\InsetSpace ~
18166 a\InsetSpace ~
18167 un\InsetSpace ~
18168 lado
18169 \family default
18170  sirve para girar flotantes, ver sección\InsetSpace ~
18171
18172 \begin_inset LatexCommand ref
18173 reference "sec:Rotación-de-Flotantes"
18174
18175 \end_inset
18176
18177 .
18178  
18179 \end_layout
18180
18181 \begin_layout Standard
18182 Puedes usar una o más de las siguientes opciones en el diálogo para establacer
18183  la posición de un flotante si desmarcas la opción 
18184 \family sans
18185 Usar\InsetSpace ~
18186 ubicación\InsetSpace ~
18187 predeterminada
18188 \family default
18189 :
18190 \end_layout
18191
18192 \begin_layout Standard
18193
18194 \family sans
18195 \series bold
18196 Aquí\InsetSpace ~
18197 si\InsetSpace ~
18198 es\InsetSpace ~
18199 posible:
18200 \family default
18201 \series default
18202  intenta situar el flotante en la posición en la que se inserta
18203 \end_layout
18204
18205 \begin_layout Standard
18206
18207 \family sans
18208 \series bold
18209 Principio\InsetSpace ~
18210 de\InsetSpace ~
18211 página:
18212 \family default
18213 \series default
18214  intenta situar el flotante al principio de la página actual
18215 \end_layout
18216
18217 \begin_layout Standard
18218
18219 \family sans
18220 \series bold
18221 Fin\InsetSpace ~
18222 de\InsetSpace ~
18223 página:
18224 \family default
18225 \series default
18226  intenta situar el flotante al final de la página actual
18227 \end_layout
18228
18229 \begin_layout Standard
18230
18231 \family sans
18232 \series bold
18233 Página\InsetSpace ~
18234 de\InsetSpace ~
18235 flotantes:
18236 \family default
18237 \series default
18238  intenta situar el flotante en una página propia 
18239 \end_layout
18240
18241 \begin_layout Standard
18242 LaTeX usa 
18243 \emph on
18244 siempre
18245 \emph default
18246  ese orden de opciones.
18247  Significa que si usas la colocación predeterminada, LaTeX probará en primer
18248  lugar 
18249 \family sans
18250 Aquí\InsetSpace ~
18251 si\InsetSpace ~
18252 es\InsetSpace ~
18253 posible
18254 \family default
18255 , luego 
18256 \family sans
18257 Principio\InsetSpace ~
18258 de\InsetSpace ~
18259 página
18260 \family default
18261 , y después las otras.
18262  Si no usas la predeterminada, LaTeX solo probará las opciones marcadas
18263  pero en dicho orden.
18264  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
18265  pero intenta poner el flotante en la página siguiente.
18266 \end_layout
18267
18268 \begin_layout Standard
18269 De forma predeterminada cada una de las opciones tiene sus propias reglas:
18270 \end_layout
18271
18272 \begin_layout Labeling
18273 \labelwidthstring 00.00.0000
18274
18275 \family sans
18276 Principio\InsetSpace ~
18277 de\InsetSpace ~
18278 página: 
18279 \family default
18280 solo si el flotante ocupa menos del 70\InsetSpace \thinspace{}
18281 % de la página puede ubicarse al principio
18282  de página (
18283 \series bold
18284
18285 \backslash
18286 topfraction
18287 \series default
18288 )
18289 \end_layout
18290
18291 \begin_layout Labeling
18292 \labelwidthstring 00.00.0000
18293
18294 \family sans
18295 Fin\InsetSpace ~
18296 de\InsetSpace ~
18297 página: 
18298 \family default
18299 solo si el flotante ocupa menos del 30\InsetSpace \thinspace{}
18300 % de la página puede ubicarse al fin
18301  de página.
18302  (
18303 \series bold
18304
18305 \backslash
18306 bottomfraction
18307 \series default
18308 )
18309 \end_layout
18310
18311 \begin_layout Labeling
18312 \labelwidthstring 00.00.0000
18313
18314 \family sans
18315 Página\InsetSpace ~
18316 de\InsetSpace ~
18317 flotantes: 
18318 \family default
18319 solo si más del 50\InsetSpace \thinspace{}
18320 % de la página se ocupa por flotantes puede haber varios
18321  juntos en la misma página.
18322  (
18323 \series bold
18324
18325 \backslash
18326 floatpagefraction
18327 \series default
18328 )
18329 \end_layout
18330
18331 \begin_layout Standard
18332 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
18333  
18334 \family sans
18335 Ignorar\InsetSpace ~
18336 reglas\InsetSpace ~
18337 de\InsetSpace ~
18338 LaTeX
18339 \family default
18340 .
18341 \newline
18342 También puedes redefinir las reglas con los comandos LaTeX que van entre
18343  paréntesis tras la descripción de las reglas anteriores.
18344  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
18345  la regla 
18346 \family sans
18347 Fin
18348 \family default
18349 \InsetSpace ~
18350
18351 \family sans
18352 de
18353 \family default
18354 \InsetSpace ~
18355
18356 \family sans
18357 página 
18358 \family default
18359 al 50\InsetSpace \thinspace{}
18360 %, añade esta línea en el preámbulo:
18361 \end_layout
18362
18363 \begin_layout Standard
18364
18365 \series bold
18366
18367 \backslash
18368 renewcommand{
18369 \backslash
18370 bottomfraction}{0.5}
18371 \end_layout
18372
18373 \begin_layout Standard
18374 En determinados casos podrías necesitar ubicar un flotante exactamente en
18375  la posición en la que se inserta.
18376  Para esto puedes usar la opción 
18377 \family sans
18378 Aquí\InsetSpace ~
18379 definitivamente
18380 \family default
18381 .
18382  Usa esta opción esporádicamente y solo cuando el documento esté casi listo,
18383  porque el flotante ya no podrá "flotar" y si haces cambios al documento
18384  se podría estropear el diseño de la página.
18385 \end_layout
18386
18387 \begin_layout Standard
18388 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
18389  están rodeados por texto de un párrafo determinado.
18390 \begin_inset VSpace bigskip
18391 \end_inset
18392
18393
18394 \end_layout
18395
18396 \begin_layout Standard
18397 A veces surge el problema de que un flotante se sitúa al principio de la
18398  página mientras que su sección correspondiente empieza en mitad de la página,
18399  así que el lector podría creer que el flotante forma parte de la sección
18400  anterior.
18401  Para evitarlo puede emplearse el comando LaTeX 
18402 \series bold
18403
18404 \backslash
18405 suppressf\SpecialChar \textcompwordmark{}
18406 loats
18407 \series default
18408 , que suprime la ubicación de un flotante dado en la página donde se inserta
18409  y además puede servir para evitar que el flotante se coloque antes del
18410  inicio de sección.
18411  Para ello, añade estos comandos al préambulo:
18412 \end_layout
18413
18414 \begin_layout Standard
18415
18416 \series bold
18417
18418 \backslash
18419 let
18420 \backslash
18421 mySection
18422 \backslash
18423 section
18424 \newline
18425
18426 \backslash
18427 renewcommand{
18428 \backslash
18429 section}{
18430 \backslash
18431 suppressf\SpecialChar \textcompwordmark{}
18432 loats[t]
18433 \backslash
18434 mySection}
18435 \end_layout
18436
18437 \begin_layout Standard
18438 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
18439  subsecciones.
18440  No es recomendable para partes pequeñas de texto como subsubsecciones porque
18441  LaTeX podría tener problemas para encontrar una ubicación adecuada.
18442 \end_layout
18443
18444 \begin_layout Standard
18445 \begin_inset VSpace bigskip
18446 \end_inset
18447
18448 En ciertos casos se quieren tener todas las figuras/tablas al final del
18449  documento.
18450  Para estos casos está el paquete LaTeX 
18451 \series bold
18452 endf\SpecialChar \textcompwordmark{}
18453 loat
18454 \series default
18455
18456 \begin_inset LatexCommand index
18457 name "LaTeX-paquetes ! endfloat"
18458
18459 \end_inset
18460
18461 .
18462  Pone todas las figuras y tablas flotantes al final del documento en secciones
18463  propias.
18464  En la posición original del flotante se inserta una indicación como 
18465 \begin_inset Quotes eld
18466 \end_inset
18467
18468
18469 \family sans
18470 [Figura\InsetSpace ~
18471 3.2 por aquí.]
18472 \family default
18473
18474 \begin_inset Quotes erd
18475 \end_inset
18476
18477 .
18478  El paquete 
18479 \series bold
18480 endf\SpecialChar \textcompwordmark{}
18481 loat
18482 \series default
18483  se carga en el preámbulo con la línea
18484 \end_layout
18485
18486 \begin_layout Standard
18487
18488 \series bold
18489
18490 \backslash
18491 usepackage[options]{endf\SpecialChar \textcompwordmark{}
18492 loat}
18493 \end_layout
18494
18495 \begin_layout Standard
18496 Hay varias opciones para diseñar las secciones figura/tabla creadas.
18497  Para más información ver la documentación de 
18498 \begin_inset LatexCommand cite
18499 key "endfloat"
18500
18501 \end_inset
18502
18503 .
18504 \newline
18505
18506 \begin_inset Note Greyedout
18507 status open
18508
18509 \begin_layout Standard
18510
18511 \series bold
18512 Nota: endf\SpecialChar \textcompwordmark{}
18513 loat
18514 \series default
18515  no traduce automáticamente la indicación, hay que hacerlo manualmente,
18516  ver sección\InsetSpace ~
18517 4 en 
18518 \begin_inset LatexCommand cite
18519 key "endfloat"
18520
18521 \end_inset
18522
18523 .
18524 \end_layout
18525
18526 \end_inset
18527
18528
18529 \newline
18530
18531 \begin_inset Note Greyedout
18532 status open
18533
18534 \begin_layout Standard
18535
18536 \series bold
18537 Nota:
18538 \series default
18539  Actualmente hay un error en 
18540 \series bold
18541 endf\SpecialChar \textcompwordmark{}
18542 loat
18543 \series default
18544  cuando el encabezado contiene el caracter alemán 
18545 \begin_inset Quotes eld
18546 \end_inset
18547
18548 ß
18549 \begin_inset Quotes erd
18550 \end_inset
18551
18552 .
18553  Usa en ese caso el comando 
18554 \begin_inset Quotes eld
18555 \end_inset
18556
18557
18558 \series bold
18559
18560 \backslash
18561 ss
18562 \series default
18563
18564 \begin_inset Quotes erd
18565 \end_inset
18566
18567  en ERT en vez de 
18568 \begin_inset Quotes eld
18569 \end_inset
18570
18571 ß
18572 \begin_inset Quotes erd
18573 \end_inset
18574
18575 .
18576 \end_layout
18577
18578 \end_inset
18579
18580
18581 \end_layout
18582
18583 \begin_layout Standard
18584 \begin_inset VSpace bigskip
18585 \end_inset
18586
18587 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
18588 \begin_inset LatexCommand cite
18589 key "latexcompanion,latexguide,latexbook"
18590
18591 \end_inset
18592
18593 .
18594 \end_layout
18595
18596 \begin_layout Section
18597 Rotación de Flotantes
18598 \begin_inset LatexCommand label
18599 name "sec:Rotación-de-Flotantes"
18600
18601 \end_inset
18602
18603
18604 \begin_inset LatexCommand index
18605 name "Flotantes ! Rotación"
18606
18607 \end_inset
18608
18609
18610 \end_layout
18611
18612 \begin_layout Standard
18613 Podrías necesitar girar flotantes, especialmente con tablas grandes.
18614  Para girar todo el flotante y su encabezado, pincha sobre su cuadro y marca
18615  la opción 
18616 \family sans
18617 Girar\InsetSpace ~
18618 a\InsetSpace ~
18619 un\InsetSpace ~
18620 lado
18621 \family default
18622 .
18623 \end_layout
18624
18625 \begin_layout Standard
18626 Los flotantes girados son puestos siempre en su propia página (o columna
18627  si el documento es de dos columnas).
18628  Normalmente se rotan de forma que puedes leerlos desde el margen externo
18629  -- a la izquierda en páginas pares, a la derecha en impares.
18630 \end_layout
18631
18632 \begin_layout Standard
18633 Los flotantes girados se refieren igual que los normales, y el formato de
18634  encabezado también es el mismo: Un ejemplo es la Tabla\InsetSpace ~
18635
18636 \begin_inset LatexCommand ref
18637 reference "tab:Tabla-girada"
18638
18639 \end_inset
18640
18641 .
18642 \end_layout
18643
18644 \begin_layout Standard
18645 \begin_inset Note Greyedout
18646 status open
18647
18648 \begin_layout Standard
18649
18650 \series bold
18651 Nota:
18652 \series default
18653  No todos los visores DVI pueden mostrar tablas giradas.
18654 \end_layout
18655
18656 \end_inset
18657
18658
18659 \end_layout
18660
18661 \begin_layout Standard
18662 \begin_inset Float table
18663 wide false
18664 sideways true
18665 status open
18666
18667 \begin_layout Standard
18668 \begin_inset Caption
18669
18670 \begin_layout Standard
18671 \begin_inset LatexCommand label
18672 name "tab:Tabla-girada"
18673
18674 \end_inset
18675
18676  Tabla girada
18677 \end_layout
18678
18679 \end_inset
18680
18681
18682 \end_layout
18683
18684 \begin_layout Standard
18685 \align center
18686 \begin_inset Tabular
18687 <lyxtabular version="3" rows="1" columns="5">
18688 <features>
18689 <column alignment="center" valignment="top" leftline="true" width="0">
18690 <column alignment="center" valignment="top" leftline="true" width="0">
18691 <column alignment="center" valignment="top" leftline="true" width="0">
18692 <column alignment="center" valignment="top" leftline="true" width="0">
18693 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18694 <row topline="true" bottomline="true">
18695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Standard
18699 test
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18705 \begin_inset Text
18706
18707 \begin_layout Standard
18708 b
18709 \end_layout
18710
18711 \end_inset
18712 </cell>
18713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18714 \begin_inset Text
18715
18716 \begin_layout Standard
18717 c
18718 \end_layout
18719
18720 \end_inset
18721 </cell>
18722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18723 \begin_inset Text
18724
18725 \begin_layout Standard
18726 d
18727 \end_layout
18728
18729 \end_inset
18730 </cell>
18731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18732 \begin_inset Text
18733
18734 \begin_layout Standard
18735 e
18736 \end_layout
18737
18738 \end_inset
18739 </cell>
18740 </row>
18741 </lyxtabular>
18742
18743 \end_inset
18744
18745
18746 \end_layout
18747
18748 \end_inset
18749
18750
18751 \end_layout
18752
18753 \begin_layout Section
18754 Formato de Encabezados
18755 \begin_inset LatexCommand index
18756 name "Encabezados ! Formato"
18757
18758 \end_inset
18759
18760
18761 \begin_inset LatexCommand index
18762 name "Flotantes ! Formato de Encabezados"
18763
18764 \end_inset
18765
18766
18767 \begin_inset LatexCommand index
18768 name "LaTeX-paquetes ! caption"
18769
18770 \end_inset
18771
18772
18773 \begin_inset LatexCommand label
18774 name "sec:Formato-de-Encabezados"
18775
18776 \end_inset
18777
18778
18779 \end_layout
18780
18781 \begin_layout Standard
18782 El entorno 
18783 \family sans
18784 Encabezado
18785 \family default
18786  es el predeterminado para los 
18787 \family sans
18788 Flotantes
18789 \family default
18790 .
18791  En LyX los encabezados se muestran como etiqueta, p.\InsetSpace \thinspace{}
18792 e.\InsetSpace ~
18793 "
18794 \family sans
18795 Figura #
18796 \family default
18797 :" seguida por el texto.
18798  El símbolo de número 
18799 \begin_inset Quotes eld
18800 \end_inset
18801
18802 #
18803 \begin_inset Quotes erd
18804 \end_inset
18805
18806  es sustituido en la salida impresa por el número de referencia real.
18807  Por defecto la etiqueta y el número usan la misma fuente que el texto del
18808  encabezado y el signo dos puntos sigue al número para separar la etiqueta
18809  del texto.
18810  El formato de encabezado no es apropiado para todos los formatos de documento.
18811  
18812 \end_layout
18813
18814 \begin_layout Standard
18815 Para cambiar el formato predeterminado carga el paquete LaTeX 
18816 \series bold
18817 caption
18818 \series default
18819
18820 \begin_inset LatexCommand index
18821 name "LaTeX-paquetes ! caption"
18822
18823 \end_inset
18824
18825  en el preámbulo del documento con la línea:
18826 \end_layout
18827
18828 \begin_layout Standard
18829
18830 \series bold
18831
18832 \backslash
18833 usepackage[definición de formato]{caption}
18834 \end_layout
18835
18836 \begin_layout Standard
18837 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
18838  los encabezados de tabla siempre sobre ella como en este documento, usa
18839  el comando:
18840 \end_layout
18841
18842 \begin_layout Standard
18843
18844 \series bold
18845
18846 \backslash
18847 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
18848 \end_layout
18849
18850 \begin_layout Standard
18851 También puedes definir distintos formatos de encabezado para los distintos
18852  tipos de flotantes.
18853  En ese caso carga el paquete 
18854 \series bold
18855 caption
18856 \series default
18857  sin opciones específicas y define los distintos formatos con ayuda del
18858  comando
18859 \end_layout
18860
18861 \begin_layout Standard
18862
18863 \series bold
18864
18865 \backslash
18866 captionsetup[tipo de flotante]{definición de formato}
18867 \end_layout
18868
18869 \begin_layout Standard
18870 en el preámbulo del documento.
18871  Por ejemplo los encabezados de la Figura\InsetSpace ~
18872
18873 \begin_inset LatexCommand ref
18874 reference "fig:Esto-es-una-fig"
18875
18876 \end_inset
18877
18878  y la Tabla\InsetSpace ~
18879
18880 \begin_inset LatexCommand ref
18881 reference "tab:Esto-es-una-tab"
18882
18883 \end_inset
18884
18885  pueden crearse usando los siguientes comandos en el preámbulo:
18886 \end_layout
18887
18888 \begin_layout Standard
18889
18890 \series bold
18891
18892 \backslash
18893 usepackage[tableposition=top]{caption}
18894 \series default
18895
18896 \newline
18897
18898 \series bold
18899
18900 \backslash
18901 captionsetup[f\SpecialChar \textcompwordmark{}
18902 igure]{labelfont={tt}, textfont=it, indention=1cm,%
18903 \newline
18904
18905 \begin_inset ERT
18906 status collapsed
18907
18908 \begin_layout Standard
18909
18910
18911 \backslash
18912 hphantom{
18913 \backslash
18914
18915 \backslash
18916 captionsetup[figure]
18917 \backslash
18918 {}
18919 \end_layout
18920
18921 \end_inset
18922
18923  labelsep=period}
18924 \newline
18925
18926 \backslash
18927 captionsetup[table]{labelfont={bf,sf}}
18928 \end_layout
18929
18930 \begin_layout Standard
18931 Para más información sobre el paquete 
18932 \series bold
18933 caption
18934 \series default
18935  acude a su documentación 
18936 \begin_inset LatexCommand cite
18937 key "caption,caption-de"
18938
18939 \end_inset
18940
18941 .
18942 \end_layout
18943
18944 \begin_layout Standard
18945 \begin_inset VSpace bigskip
18946 \end_inset
18947
18948 Si estás usando la clase de documento 
18949 \series bold
18950 koma-script
18951 \series default
18952
18953 \begin_inset LatexCommand index
18954 name "LaTeX-paquetes ! koma-script"
18955
18956 \end_inset
18957
18958  (
18959 \family sans
18960 article (koma-script)
18961 \family default
18962
18963 \family sans
18964 book (koma-script)
18965 \family default
18966
18967 \family sans
18968 letter (koma-script)
18969 \family default
18970 , o 
18971 \family sans
18972 report (koma-script)
18973 \family default
18974 \InsetSpace \thinspace{}
18975 ), puedes emplear en vez del paquete 
18976 \series bold
18977 caption
18978 \series default
18979  el comando
18980 \series bold
18981  
18982 \backslash
18983 setkomafont
18984 \series default
18985  incluido en 
18986 \series bold
18987 koma-script
18988 \series default
18989 .
18990  Por ejemplo, para poner en negrita la etiqueta del encabezado añade este
18991  comando en el preámbulo del documento:
18992 \end_layout
18993
18994 \begin_layout Standard
18995
18996 \series bold
18997
18998 \backslash
18999 setkomafont{captionlabel}{
19000 \backslash
19001 bfseries}
19002 \end_layout
19003
19004 \begin_layout Standard
19005 Más información sobre 
19006 \series bold
19007
19008 \backslash
19009 setkomafont
19010 \series default
19011  en la documentación de 
19012 \series bold
19013 koma-script
19014 \series default
19015  
19016 \begin_inset LatexCommand cite
19017 key "koma-script,koma-script-de"
19018
19019 \end_inset
19020
19021 .
19022 \end_layout
19023
19024 \begin_layout Standard
19025 \begin_inset ERT
19026 status collapsed
19027
19028 \begin_layout Standard
19029
19030
19031 \backslash
19032 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
19033 }
19034 \end_layout
19035
19036 \end_inset
19037
19038
19039 \begin_inset Note Note
19040 status open
19041
19042 \begin_layout Standard
19043 El formato de encabezado se ha cambiado sólo para este ejemplo.
19044 \end_layout
19045
19046 \end_inset
19047
19048
19049 \end_layout
19050
19051 \begin_layout Standard
19052 \begin_inset Float figure
19053 placement !p
19054 wide false
19055 sideways false
19056 status open
19057
19058 \begin_layout Standard
19059 \align center
19060 \begin_inset Graphics
19061         filename mobius.eps
19062         lyxscale 50
19063         scale 50
19064
19065 \end_inset
19066
19067
19068 \end_layout
19069
19070 \begin_layout Standard
19071 \begin_inset Caption
19072
19073 \begin_layout Standard
19074 \begin_inset LatexCommand label
19075 name "fig:Esto-es-una-fig"
19076
19077 \end_inset
19078
19079 Este es un ejemplo de encabezado de figura que es mayor de una línea para
19080  mostrar el formato diferente.
19081  Aquí se usa un encabezado autodefinido.
19082 \end_layout
19083
19084 \end_inset
19085
19086
19087 \end_layout
19088
19089 \end_inset
19090
19091
19092 \end_layout
19093
19094 \begin_layout Standard
19095 \begin_inset ERT
19096 status collapsed
19097
19098 \begin_layout Standard
19099
19100
19101 \backslash
19102 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
19103 on}
19104 \end_layout
19105
19106 \end_inset
19107
19108
19109 \end_layout
19110
19111 \begin_layout Standard
19112 \begin_inset Float table
19113 placement !p
19114 wide false
19115 sideways false
19116 status open
19117
19118 \begin_layout Standard
19119 \begin_inset Caption
19120
19121 \begin_layout Standard
19122 \begin_inset LatexCommand label
19123 name "tab:Esto-es-una-tab"
19124
19125 \end_inset
19126
19127 Este es un ejemplo de encabezado de tabla mayor que una línea para mostrar
19128  el formato diferente.
19129  Aquí se usa el formato de encabezado standard para tablas de este documento.
19130 \end_layout
19131
19132 \end_inset
19133
19134
19135 \end_layout
19136
19137 \begin_layout Standard
19138 \align center
19139 \begin_inset Tabular
19140 <lyxtabular version="3" rows="1" columns="5">
19141 <features>
19142 <column alignment="center" valignment="top" leftline="true" width="0">
19143 <column alignment="center" valignment="top" leftline="true" width="0">
19144 <column alignment="center" valignment="top" leftline="true" width="0">
19145 <column alignment="center" valignment="top" leftline="true" width="0">
19146 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19147 <row topline="true" bottomline="true">
19148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Standard
19152 a
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Standard
19161 b
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Standard
19170 c
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Standard
19179 d
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Standard
19188 e
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 </row>
19194 </lyxtabular>
19195
19196 \end_inset
19197
19198
19199 \end_layout
19200
19201 \end_inset
19202
19203
19204 \end_layout
19205
19206 \begin_layout Section
19207 Colocación de Encabezados
19208 \begin_inset LatexCommand index
19209 name "Encabezados ! Colocación"
19210
19211 \end_inset
19212
19213
19214 \begin_inset LatexCommand index
19215 name "Flotantes ! Colocación de Encabezados"
19216
19217 \end_inset
19218
19219
19220 \begin_inset LatexCommand label
19221 name "sec:Colocación-de-Encabezados"
19222
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \begin_layout Standard
19229 La norma habitual para colocar encabezados es:
19230 \end_layout
19231
19232 \begin_layout Description
19233 Figura: El encabezado bajo la figura
19234 \end_layout
19235
19236 \begin_layout Description
19237 Tabla: El encabezado sobre la tabla
19238 \end_layout
19239
19240 \begin_layout Standard
19241 Desafortunadamente, las clases standard de LaTeX no soportan encabezados
19242  sobre la tabla.
19243  Esto implica que si usas las clases de documento 
19244 \family sans
19245 article
19246 \family default
19247
19248 \family sans
19249 book
19250 \family default
19251
19252 \family sans
19253 letter
19254 \family default
19255 , o 
19256 \family sans
19257 report
19258 \family default
19259  no habrá espacio entre el encabezado y la tabla.
19260  Para insertar el espacio adecuado añade la siguiente opción al comando
19261  del paquete LaTeX 
19262 \series bold
19263 caption
19264 \series default
19265  en el preámbulo del documento
19266 \begin_inset Foot
19267 status collapsed
19268
19269 \begin_layout Standard
19270 Ver la sección\InsetSpace ~
19271
19272 \begin_inset LatexCommand ref
19273 reference "sec:Formato-de-Encabezados"
19274
19275 \end_inset
19276
19277  para más información sobre el paquete 
19278 \series bold
19279 caption
19280 \series default
19281 .
19282 \end_layout
19283
19284 \end_inset
19285
19286 :
19287 \end_layout
19288
19289 \begin_layout Standard
19290
19291 \series bold
19292 tableposition=top
19293 \end_layout
19294
19295 \begin_layout Standard
19296 Si estás usando la clase 
19297 \series bold
19298 koma-script
19299 \series default
19300
19301 \begin_inset LatexCommand index
19302 name "LaTeX-paquetes ! koma-script"
19303
19304 \end_inset
19305
19306  (
19307 \family sans
19308 article (koma-script)
19309 \family default
19310
19311 \family sans
19312 book (koma-script)
19313 \family default
19314
19315 \family sans
19316 letter (koma-script)
19317 \family default
19318 , o 
19319 \family sans
19320 report (koma-script)
19321 \family default
19322 \InsetSpace \thinspace{}
19323 ), en vez de 
19324 \series bold
19325 caption
19326 \series default
19327  puedes poner la opción 
19328 \series bold
19329 tablecaptionabove
19330 \series default
19331  de la clase de documento, o usar el entorno 
19332 \family sans
19333 Encabezado
19334 \family default
19335 \InsetSpace ~
19336
19337 \family sans
19338 Arriba
19339 \family default
19340  en vez del entorno 
19341 \family sans
19342 Encabezado
19343 \family default
19344 .
19345 \end_layout
19346
19347 \begin_layout Standard
19348 \begin_inset VSpace bigskip
19349 \end_inset
19350
19351 También es posible poner el encabezado junto a una figura o tabla.
19352  Para conseguirlo hay que cargar el paquete LaTeX 
19353 \series bold
19354 sidecap
19355 \series default
19356
19357 \begin_inset LatexCommand index
19358 name "LaTeX-paquetes ! sidecap"
19359
19360 \end_inset
19361
19362  añadiendo en el preámbulo del documento la línea
19363 \end_layout
19364
19365 \begin_layout Standard
19366
19367 \series bold
19368
19369 \backslash
19370 usepackage[option]{sidecap}
19371 \end_layout
19372
19373 \begin_layout Standard
19374 Si no se especifica opción, el encabezado se ubica del lado del margen externo
19375  de la página -- a la derecha en páginas impares, a la izquierda en las
19376  pares.
19377  Puedes cambiar la colocación al margen interno con la opción 
19378 \series bold
19379 innercaption
19380 \series default
19381 .
19382  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
19383  opciones 
19384 \series bold
19385 rightcaption
19386 \series default
19387  o 
19388 \series bold
19389 leftcaption
19390 \series default
19391 , respectivamente.
19392 \end_layout
19393
19394 \begin_layout Standard
19395 Para situar en LyX el encabezado de un flotante al lado, es necesario añadir
19396  estos comandos al preámbulo del documento:
19397 \end_layout
19398
19399 \begin_layout Standard
19400
19401 \lyxline
19402
19403 \end_layout
19404
19405 \begin_layout Standard
19406
19407 \series bold
19408
19409 \backslash
19410 newcommand{
19411 \backslash
19412 TabBesBeg}{%
19413 \newline
19414
19415 \begin_inset ERT
19416 status collapsed
19417
19418 \begin_layout Standard
19419
19420
19421 \backslash
19422 hphantom{ }
19423 \end_layout
19424
19425 \end_inset
19426
19427
19428 \backslash
19429 let
19430 \backslash
19431 MyTable
19432 \backslash
19433 table
19434 \newline
19435
19436 \begin_inset ERT
19437 status collapsed
19438
19439 \begin_layout Standard
19440
19441
19442 \backslash
19443 hphantom{ }
19444 \end_layout
19445
19446 \end_inset
19447
19448
19449 \backslash
19450 let
19451 \backslash
19452 MyEndtable
19453 \backslash
19454 endtable
19455 \newline
19456
19457 \begin_inset ERT
19458 status collapsed
19459
19460 \begin_layout Standard
19461
19462
19463 \backslash
19464 hphantom{ }
19465 \end_layout
19466
19467 \end_inset
19468
19469
19470 \backslash
19471 renewenvironment{table}{
19472 \backslash
19473 begin{SCtable}}{
19474 \backslash
19475 end{SCtable}}}
19476 \end_layout
19477
19478 \begin_layout Standard
19479
19480 \series bold
19481
19482 \backslash
19483 newcommand{
19484 \backslash
19485 TabBesEnd}{%
19486 \newline
19487
19488 \begin_inset ERT
19489 status collapsed
19490
19491 \begin_layout Standard
19492
19493
19494 \backslash
19495 hphantom{ }
19496 \end_layout
19497
19498 \end_inset
19499
19500
19501 \backslash
19502 let
19503 \backslash
19504 table
19505 \backslash
19506 MyTable
19507 \newline
19508
19509 \begin_inset ERT
19510 status collapsed
19511
19512 \begin_layout Standard
19513
19514
19515 \backslash
19516 hphantom{ }
19517 \end_layout
19518
19519 \end_inset
19520
19521
19522 \backslash
19523 let
19524 \backslash
19525 endtable
19526 \backslash
19527 MyEndtable
19528 \end_layout
19529
19530 \begin_layout Standard
19531
19532 \series bold
19533
19534 \backslash
19535 newcommand{
19536 \backslash
19537 FigBesBeg}{%
19538 \newline
19539
19540 \begin_inset ERT
19541 status collapsed
19542
19543 \begin_layout Standard
19544
19545
19546 \backslash
19547 hphantom{ }
19548 \end_layout
19549
19550 \end_inset
19551
19552
19553 \backslash
19554 let
19555 \backslash
19556 MyFigure
19557 \backslash
19558 f\SpecialChar \textcompwordmark{}
19559 igure
19560 \newline
19561
19562 \begin_inset ERT
19563 status collapsed
19564
19565 \begin_layout Standard
19566
19567
19568 \backslash
19569 hphantom{ }
19570 \end_layout
19571
19572 \end_inset
19573
19574
19575 \backslash
19576 let
19577 \backslash
19578 MyEndf\SpecialChar \textcompwordmark{}
19579 igure
19580 \backslash
19581 endf\SpecialChar \textcompwordmark{}
19582 igure
19583 \newline
19584
19585 \begin_inset ERT
19586 status collapsed
19587
19588 \begin_layout Standard
19589
19590
19591 \backslash
19592 hphantom{ }
19593 \end_layout
19594
19595 \end_inset
19596
19597
19598 \backslash
19599 renewenvironment{f\SpecialChar \textcompwordmark{}
19600 igure}{
19601 \backslash
19602 begin{SCf\SpecialChar \textcompwordmark{}
19603 igure}}{
19604 \backslash
19605 end{SCf\SpecialChar \textcompwordmark{}
19606 igure}}}
19607 \end_layout
19608
19609 \begin_layout Standard
19610
19611 \series bold
19612
19613 \backslash
19614 newcommand{
19615 \backslash
19616 FigBesEnd}{%
19617 \newline
19618
19619 \begin_inset ERT
19620 status collapsed
19621
19622 \begin_layout Standard
19623
19624
19625 \backslash
19626 hphantom{ }
19627 \end_layout
19628
19629 \end_inset
19630
19631
19632 \backslash
19633 let
19634 \backslash
19635 f\SpecialChar \textcompwordmark{}
19636 igure
19637 \backslash
19638 MyFigure
19639 \newline
19640
19641 \begin_inset ERT
19642 status collapsed
19643
19644 \begin_layout Standard
19645
19646
19647 \backslash
19648 hphantom{ }
19649 \end_layout
19650
19651 \end_inset
19652
19653
19654 \backslash
19655 let
19656 \backslash
19657 endf\SpecialChar \textcompwordmark{}
19658 igure
19659 \backslash
19660 MyEndf\SpecialChar \textcompwordmark{}
19661 igure}
19662 \end_layout
19663
19664 \begin_layout Standard
19665
19666 \lyxline
19667
19668 \end_layout
19669
19670 \begin_layout Standard
19671 Estos comandos permiten redefinir los flotantes de modo que el encabezado
19672  aparezca en un lado.
19673  Para figuras flotantes usa el comando
19674 \end_layout
19675
19676 \begin_layout Standard
19677
19678 \series bold
19679
19680 \backslash
19681 FigBesBeg
19682 \end_layout
19683
19684 \begin_layout Standard
19685 en ERT antes del flotante.
19686  Detrás del flotante inserta
19687 \end_layout
19688
19689 \begin_layout Standard
19690
19691 \series bold
19692
19693 \backslash
19694 FigBesEnd
19695 \end_layout
19696
19697 \begin_layout Standard
19698 en ERT para volver a la definición original de flotantes.
19699 \end_layout
19700
19701 \begin_layout Standard
19702 Para tablas flotantes usa los comandos correspondientes
19703 \end_layout
19704
19705 \begin_layout Standard
19706
19707 \series bold
19708
19709 \backslash
19710 TabBesBeg
19711 \series default
19712  y 
19713 \series bold
19714
19715 \backslash
19716 TabBesEnd
19717 \end_layout
19718
19719 \begin_layout Standard
19720 La Figura\InsetSpace ~
19721
19722 \begin_inset LatexCommand ref
19723 reference "fig:encab-al-lado"
19724
19725 \end_inset
19726
19727  y la Tabla\InsetSpace ~
19728
19729 \begin_inset LatexCommand ref
19730 reference "tab:encab-al-lado"
19731
19732 \end_inset
19733
19734  son ejemplos en los que el encabezado se sitúa al lado.
19735 \end_layout
19736
19737 \begin_layout Standard
19738 En los ejemplos puedes ver que el texto del encabezado aparece encima del
19739  flotante en tablas flotantes y debajo en las figuras flotantes.
19740  Para cambiarlo, puedes usar el comando
19741 \end_layout
19742
19743 \begin_layout Standard
19744
19745 \series bold
19746
19747 \backslash
19748 sidecaptionvpos{tipo de flotante}{colocación}
19749 \end_layout
19750
19751 \begin_layout Standard
19752 en el preámbulo o en ERT antes del flotante.
19753  El tipo de flotante es 
19754 \family sans
19755 figure
19756 \family default
19757  o 
19758 \family sans
19759 table
19760 \family default
19761 , la colocación puede ser 
19762 \begin_inset Quotes eld
19763 \end_inset
19764
19765
19766 \family sans
19767 t
19768 \family default
19769
19770 \begin_inset Quotes erd
19771 \end_inset
19772
19773  por 
19774 \begin_inset Quotes eld
19775 \end_inset
19776
19777 top
19778 \begin_inset Quotes erd
19779 \end_inset
19780
19781  (arriba), 
19782 \begin_inset Quotes eld
19783 \end_inset
19784
19785
19786 \family sans
19787 c
19788 \family default
19789
19790 \begin_inset Quotes erd
19791 \end_inset
19792
19793  por 
19794 \begin_inset Quotes eld
19795 \end_inset
19796
19797 center
19798 \begin_inset Quotes erd
19799 \end_inset
19800
19801  (centro), o 
19802 \begin_inset Quotes eld
19803 \end_inset
19804
19805
19806 \family sans
19807 b
19808 \family default
19809
19810 \begin_inset Quotes erd
19811 \end_inset
19812
19813  por 
19814 \begin_inset Quotes eld
19815 \end_inset
19816
19817 bottom
19818 \begin_inset Quotes erd
19819 \end_inset
19820
19821  (abajo).
19822  Para tener, por ejemplo, el encabezado de figuras flotantes verticalmente
19823  centrado, usa el comando
19824 \end_layout
19825
19826 \begin_layout Standard
19827
19828 \series bold
19829
19830 \backslash
19831 sidecaptionvpos{f\SpecialChar \textcompwordmark{}
19832 igure}{c}
19833 \end_layout
19834
19835 \begin_layout Standard
19836 Esto se ha hecho en la Figura\InsetSpace ~
19837
19838 \begin_inset LatexCommand ref
19839 reference "fig:encab-al-lado-de-fig"
19840
19841 \end_inset
19842
19843 .
19844 \end_layout
19845
19846 \begin_layout Standard
19847 \begin_inset VSpace defskip
19848 \end_inset
19849
19850 Más información sobre el paquete 
19851 \series bold
19852 sidecap
19853 \series default
19854  en su documentación 
19855 \begin_inset LatexCommand cite
19856 key "sidecap"
19857
19858 \end_inset
19859
19860 .
19861 \end_layout
19862
19863 \begin_layout Standard
19864 \begin_inset Note Greyedout
19865 status open
19866
19867 \begin_layout Standard
19868
19869 \series bold
19870 Nota:
19871 \series default
19872  El paquete LaTeX 
19873 \series bold
19874 hypcap
19875 \series default
19876
19877 \begin_inset LatexCommand index
19878 name "LaTeX-paquetes ! hypcap"
19879
19880 \end_inset
19881
19882 , descrito en la sección\InsetSpace ~
19883
19884 \begin_inset LatexCommand ref
19885 reference "sub:Colocación-de-Referencias"
19886
19887 \end_inset
19888
19889 , no afecta a flotantes con el encabezado al lado.
19890 \end_layout
19891
19892 \end_inset
19893
19894
19895 \end_layout
19896
19897 \begin_layout Standard
19898 \begin_inset ERT
19899 status collapsed
19900
19901 \begin_layout Standard
19902
19903
19904 \backslash
19905 FigBesBeg 
19906 \end_layout
19907
19908 \end_inset
19909
19910
19911 \end_layout
19912
19913 \begin_layout Standard
19914 \begin_inset Float figure
19915 wide false
19916 sideways false
19917 status open
19918
19919 \begin_layout Standard
19920 \begin_inset Graphics
19921         filename escher-lsd.eps
19922         scale 75
19923
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \begin_layout Standard
19930 \begin_inset Caption
19931
19932 \begin_layout Standard
19933 \begin_inset LatexCommand label
19934 name "fig:encab-al-lado"
19935
19936 \end_inset
19937
19938 Encabezado al lado de una figura.
19939 \end_layout
19940
19941 \end_inset
19942
19943
19944 \end_layout
19945
19946 \end_inset
19947
19948
19949 \end_layout
19950
19951 \begin_layout Standard
19952 \begin_inset ERT
19953 status collapsed
19954
19955 \begin_layout Standard
19956
19957
19958 \backslash
19959 TabBesBeg 
19960 \end_layout
19961
19962 \end_inset
19963
19964
19965 \end_layout
19966
19967 \begin_layout Standard
19968 \begin_inset Float table
19969 wide false
19970 sideways false
19971 status open
19972
19973 \begin_layout Standard
19974 \begin_inset Caption
19975
19976 \begin_layout Standard
19977 \begin_inset LatexCommand label
19978 name "tab:encab-al-lado"
19979
19980 \end_inset
19981
19982 Esto es un encabezado al lado de una tabla.
19983 \end_layout
19984
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \begin_layout Standard
19991 \begin_inset Tabular
19992 <lyxtabular version="3" rows="4" columns="5">
19993 <features>
19994 <column alignment="center" valignment="top" leftline="true" width="0">
19995 <column alignment="center" valignment="top" leftline="true" width="0">
19996 <column alignment="center" valignment="top" leftline="true" width="0">
19997 <column alignment="center" valignment="top" leftline="true" width="0">
19998 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19999 <row topline="true">
20000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Standard
20004 a
20005 \end_layout
20006
20007 \end_inset
20008 </cell>
20009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20010 \begin_inset Text
20011
20012 \begin_layout Standard
20013
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20019 \begin_inset Text
20020
20021 \begin_layout Standard
20022 b
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Standard
20031
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20037 \begin_inset Text
20038
20039 \begin_layout Standard
20040 c
20041 \end_layout
20042
20043 \end_inset
20044 </cell>
20045 </row>
20046 <row topline="true">
20047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Standard
20051
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Standard
20060 d
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Standard
20069
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Standard
20078 e
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Standard
20087
20088 \end_layout
20089
20090 \end_inset
20091 </cell>
20092 </row>
20093 <row topline="true">
20094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Standard
20098 f
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Standard
20107
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Standard
20116 g
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Standard
20125
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Standard
20134 h
20135 \end_layout
20136
20137 \end_inset
20138 </cell>
20139 </row>
20140 <row topline="true" bottomline="true">
20141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20142 \begin_inset Text
20143
20144 \begin_layout Standard
20145
20146 \end_layout
20147
20148 \end_inset
20149 </cell>
20150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20151 \begin_inset Text
20152
20153 \begin_layout Standard
20154 i
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Standard
20163
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Standard
20172 j
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Standard
20181
20182 \end_layout
20183
20184 \end_inset
20185 </cell>
20186 </row>
20187 </lyxtabular>
20188
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \end_inset
20195
20196
20197 \end_layout
20198
20199 \begin_layout Standard
20200 \begin_inset ERT
20201 status collapsed
20202
20203 \begin_layout Standard
20204
20205
20206 \backslash
20207 TabBesEnd
20208 \end_layout
20209
20210 \end_inset
20211
20212
20213 \end_layout
20214
20215 \begin_layout Standard
20216 \begin_inset ERT
20217 status collapsed
20218
20219 \begin_layout Standard
20220
20221
20222 \backslash
20223 sidecaptionvpos{figure}{c}
20224 \end_layout
20225
20226 \end_inset
20227
20228
20229 \begin_inset Float figure
20230 wide false
20231 sideways false
20232 status open
20233
20234 \begin_layout Standard
20235 \begin_inset Graphics
20236         filename escher-lsd.eps
20237         scale 75
20238
20239 \end_inset
20240
20241
20242 \end_layout
20243
20244 \begin_layout Standard
20245 \begin_inset Caption
20246
20247 \begin_layout Standard
20248 \begin_inset LatexCommand label
20249 name "fig:encab-al-lado-de-fig"
20250
20251 \end_inset
20252
20253 Encabezado junto a una figura centrado verticalmente.
20254 \end_layout
20255
20256 \end_inset
20257
20258
20259 \end_layout
20260
20261 \end_inset
20262
20263
20264 \end_layout
20265
20266 \begin_layout Standard
20267 \begin_inset ERT
20268 status collapsed
20269
20270 \begin_layout Standard
20271
20272
20273 \backslash
20274 FigBesEnd
20275 \end_layout
20276
20277 \end_inset
20278
20279
20280 \end_layout
20281
20282 \begin_layout Section
20283 Lista de Flotantes
20284 \begin_inset LatexCommand label
20285 name "sec:Lista-de-Flotantes"
20286
20287 \end_inset
20288
20289
20290 \begin_inset LatexCommand index
20291 name "Flotantes ! Lista"
20292
20293 \end_inset
20294
20295
20296 \end_layout
20297
20298 \begin_layout Standard
20299 Igual que en el índice general se listan las secciones del documento, hay
20300  listas para todos los tipos de flotantes, como las figuras.
20301  Se pueden insertar mediante los submenús 
20302 \family sans
20303 Insertar\SpecialChar \menuseparator
20304 Lista / IG
20305 \family default
20306 .
20307 \end_layout
20308
20309 \begin_layout Standard
20310 Las entradas de la lista son los encabezados del flotante o su título corto,
20311  el número de flotante, y el número de la página del documento en la que
20312  aparecen.
20313 \end_layout
20314
20315 \begin_layout Standard
20316 Puedes encontrar las listas de figuras y tablas al final de este documento.
20317 \end_layout
20318
20319 \begin_layout Chapter
20320 Notas
20321 \end_layout
20322
20323 \begin_layout Section
20324 Notas en 
20325 \begin_inset ERT
20326 status collapsed
20327
20328 \begin_layout Standard
20329
20330
20331 \backslash
20332 texorpdfstring{
20333 \end_layout
20334
20335 \end_inset
20336
20337 LyX
20338 \begin_inset ERT
20339 status collapsed
20340
20341 \begin_layout Standard
20342
20343 }{LyX}
20344 \end_layout
20345
20346 \end_inset
20347
20348  
20349 \begin_inset LatexCommand label
20350 name "sec:Notas-en-LyX"
20351
20352 \end_inset
20353
20354
20355 \begin_inset LatexCommand index
20356 name "Notas ! Notas en LyX"
20357
20358 \end_inset
20359
20360
20361 \begin_inset Note Note
20362 status collapsed
20363
20364 \begin_layout Standard
20365 El comando 
20366 \backslash
20367 texorpdfstring es suministrado por el paquete LaTeX hyperref para evitar
20368  que los enlaces se muestren erróneamente en los marcadores PDF.
20369  Para más información sobre esto mira en 
20370 \begin_inset LatexCommand cite
20371 key "hyperref"
20372
20373 \end_inset
20374
20375 .
20376 \end_layout
20377
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \begin_layout Standard
20384 Las notas se insertan con el botón 
20385 \begin_inset Graphics
20386         filename ../images/note-insert.xpm
20387         scale 85
20388
20389 \end_inset
20390
20391  o el menú 
20392 \family sans
20393 Insertar\SpecialChar \menuseparator
20394 Nota
20395 \family default
20396 .
20397  Hay tres tipos de notas:
20398 \end_layout
20399
20400 \begin_layout Description
20401 Nota\InsetSpace ~
20402 LyX Este tipo es para notas internas que no han de aparecer en la salida.
20403  Su cuadro se muestra como este:
20404 \newline
20405
20406 \newline
20407
20408 \begin_inset Graphics
20409         filename ../clipart/NotaLyXImagenQt4.png
20410         display none
20411         scale 85
20412
20413 \end_inset
20414
20415  
20416 \begin_inset Note Note
20417 status open
20418
20419 \begin_layout Standard
20420 Este es un texto en un recuadro que no se muestra en la salida.
20421 \end_layout
20422
20423 \end_inset
20424
20425
20426 \end_layout
20427
20428 \begin_layout Description
20429 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
20430  comentario de LaTeX, cuando exportas el documento a LaTeX via el menú 
20431 \family sans
20432 Archivo\SpecialChar \menuseparator
20433 Exportar\SpecialChar \menuseparator
20434 LaTeX (pdflatex) / LaTeX (plain)
20435 \family default
20436 .
20437  Su recuadro se ve así:
20438 \newline
20439
20440 \newline
20441
20442 \begin_inset Graphics
20443         filename ../clipart/ComentNotaImagenQt4.png
20444         display none
20445         scale 85
20446
20447 \end_inset
20448
20449  
20450 \begin_inset Note Comment
20451 status open
20452
20453 \begin_layout Standard
20454 Una nota comentario que solo aparece como comentario en archivos LaTeX.
20455 \end_layout
20456
20457 \end_inset
20458
20459
20460 \end_layout
20461
20462 \begin_layout Description
20463 Resaltado\InsetSpace ~
20464 en\InsetSpace ~
20465 gris Esta nota aparece en la salida como texto resaltado en gris.
20466  Su recuadro se parece a este:
20467 \newline
20468
20469 \newline
20470
20471 \begin_inset Graphics
20472         filename ../clipart/GrisNotaImagenQt4.png
20473         display none
20474         scale 85
20475
20476 \end_inset
20477
20478
20479 \newline
20480
20481 \begin_inset ERT
20482 status collapsed
20483
20484 \begin_layout Standard
20485
20486
20487 \backslash
20488 renewenvironment{lyxgreyedout}
20489 \end_layout
20490
20491 \begin_layout Standard
20492
20493 {
20494 \backslash
20495 textcolor[gray]{0.8}
20496 \backslash
20497 bgroup}{
20498 \backslash
20499 egroup}
20500 \end_layout
20501
20502 \end_inset
20503
20504
20505 \begin_inset Note Greyedout
20506 status open
20507
20508 \begin_layout Standard
20509 Este es el texto
20510 \begin_inset Foot
20511 status open
20512
20513 \begin_layout Standard
20514 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
20515 \end_layout
20516
20517 \end_inset
20518
20519  de un comentario que se muestra resaltado en gris.
20520 \end_layout
20521
20522 \end_inset
20523
20524
20525 \begin_inset ERT
20526 status collapsed
20527
20528 \begin_layout Standard
20529
20530
20531 \backslash
20532 renewenvironment{lyxgreyedout}
20533 \end_layout
20534
20535 \begin_layout Standard
20536
20537 {
20538 \backslash
20539 textcolor{blue}
20540 \backslash
20541 bgroup}{
20542 \backslash
20543 egroup}
20544 \end_layout
20545
20546 \end_inset
20547
20548
20549 \newline
20550
20551 \newline
20552 Como se ve en el ejemplo, la primera línea de notas resaltadas en gris está
20553  un poco sangrada y puede tener notas al pie.
20554 \end_layout
20555
20556 \begin_layout Standard
20557 \begin_inset VSpace bigskip
20558 \end_inset
20559
20560 Si usas el botón de la barra de herramientas para insertar notas, se inserta
20561  una 
20562 \family sans
20563 Nota\InsetSpace ~
20564 LyX
20565 \family default
20566 .
20567  Puedes cambiar entre los tres tipos de nota con click-derecha sobre el
20568  recuadro.
20569  
20570 \family roman
20571 \series medium
20572 \bar no
20573 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
20574  botón de herramienta nota
20575 \family default
20576 \series default
20577 \bar default
20578 .
20579 \end_layout
20580
20581 \begin_layout Standard
20582 \begin_inset VSpace bigskip
20583 \end_inset
20584
20585 Se puede cambiar el color del resaltado en gris poniendo en el preámbulo
20586  el comando:
20587 \end_layout
20588
20589 \begin_layout Standard
20590
20591 \series bold
20592
20593 \backslash
20594 renewenvironment{lyxgreyedout}
20595 \newline
20596
20597 \begin_inset ERT
20598 status collapsed
20599
20600 \begin_layout Standard
20601
20602
20603 \backslash
20604 hphantom{ }
20605 \end_layout
20606
20607 \end_inset
20608
20609 {
20610 \backslash
20611 textcolor{color}
20612 \backslash
20613 bgroup}{
20614 \backslash
20615 egroup}
20616 \end_layout
20617
20618 \begin_layout Standard
20619 Los colores disponibles y el método para definir nuestros propios colores
20620  se explica en la sección\InsetSpace ~
20621
20622 \begin_inset LatexCommand ref
20623 reference "sec:Tablas-Coloreadas"
20624
20625 \end_inset
20626
20627 .
20628 \end_layout
20629
20630 \begin_layout Standard
20631 Las notas en azul en este documento se han hecho con notas resaltado en
20632  gris definiendo el color del texto en azul.
20633 \end_layout
20634
20635 \begin_layout Section
20636 Notas al pie
20637 \begin_inset LatexCommand label
20638 name "sec:Notas-al-pie"
20639
20640 \end_inset
20641
20642
20643 \begin_inset LatexCommand index
20644 name "Notas ! al Pie"
20645
20646 \end_inset
20647
20648
20649 \begin_inset LatexCommand index
20650 name "Notas al Pie"
20651
20652 \end_inset
20653
20654
20655 \end_layout
20656
20657 \begin_layout Standard
20658 Las notas al pie se insertan con el botón 
20659 \begin_inset Graphics
20660         filename ../images/footnote-insert.xpm
20661         scale 85
20662
20663 \end_inset
20664
20665  o el menú 
20666 \family sans
20667 Insertar\SpecialChar \menuseparator
20668 Nota\InsetSpace ~
20669 al\InsetSpace ~
20670 pie
20671 \family default
20672 .
20673  
20674 \family roman
20675 \series medium
20676 \bar no
20677 Aparece un recuadro como este:
20678 \family default
20679 \series default
20680 \bar default
20681  
20682 \begin_inset Graphics
20683         filename ../clipart/notapieQt4.png
20684         scale 80
20685
20686 \end_inset
20687
20688
20689 \family roman
20690 \series medium
20691 \bar no
20692  donde puedes introducir el texto.
20693  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
20694  sobre el
20695 \family default
20696 \series default
20697 \bar default
20698  
20699 \family roman
20700 \series medium
20701 \bar no
20702 botón
20703 \family default
20704 \series default
20705 \bar default
20706 .
20707 \end_layout
20708
20709 \begin_layout Standard
20710 Aquí hay un ejemplo de nota al pie:
20711 \family roman
20712 \series medium
20713 \bar no
20714
20715 \begin_inset Foot
20716 status open
20717
20718 \begin_layout Standard
20719 \begin_inset LatexCommand label
20720 name "pie:Esto-es-una"
20721
20722 \end_inset
20723
20724 Ejemplo de nota al pie.
20725 \end_layout
20726
20727 \end_inset
20728
20729
20730 \family default
20731 \series default
20732 \bar default
20733
20734 \begin_inset ERT
20735 status collapsed
20736
20737 \begin_layout Standard
20738
20739
20740 \backslash
20741 newcounter{MyRepeatFoot}
20742 \end_layout
20743
20744 \begin_layout Standard
20745
20746
20747 \backslash
20748 setcounter{MyRepeatFoot}{
20749 \backslash
20750 thefootnote}
20751 \end_layout
20752
20753 \end_inset
20754
20755
20756 \end_layout
20757
20758 \begin_layout Standard
20759 En la salida, el pie se muestra como número exponente en el lugar del texto
20760  donde se coloca el recuadro.
20761  El texto se coloca al final de la página actual.
20762  Los números de las notas son calculados por LaTeX, y son consecutivos.
20763  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
20764 \end_layout
20765
20766 \begin_layout Standard
20767 Las notas al pie pueden referenciarse como flotantes: Inserta una etiqueta
20768  en la nota y pon una referencia cruzada a esta etiqueta en el texto como
20769  se describe en la sección\InsetSpace ~
20770
20771 \begin_inset LatexCommand ref
20772 reference "sec:Referencias-a-Flotantes"
20773
20774 \end_inset
20775
20776 .
20777 \newline
20778 Esto es una referencia cruzada a la Nota al pie\InsetSpace ~
20779
20780 \begin_inset LatexCommand ref
20781 reference "pie:Esto-es-una"
20782
20783 \end_inset
20784
20785 .
20786 \newline
20787
20788 \begin_inset Note Greyedout
20789 status collapsed
20790
20791 \begin_layout Standard
20792
20793 \series bold
20794 Nota:
20795 \series default
20796  LyX no suministra prefijos para etiquetas en notas al pie, así que has
20797  de insertar un prefijo, p.\InsetSpace \thinspace{}
20798 e.\InsetSpace ~
20799
20800 \family sans
20801
20802 \begin_inset Quotes eld
20803 \end_inset
20804
20805 pie:
20806 \family default
20807
20808 \begin_inset Quotes erd
20809 \end_inset
20810
20811  manualmente cuando quieras usar el estilo 
20812 \family sans
20813 Referencia\InsetSpace ~
20814 con\InsetSpace ~
20815 formato
20816 \family default
20817 .
20818 \end_layout
20819
20820 \end_inset
20821
20822
20823 \end_layout
20824
20825 \begin_layout Standard
20826 \begin_inset VSpace defskip
20827 \end_inset
20828
20829 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección\InsetSpace ~
20830
20831 \begin_inset LatexCommand ref
20832 reference "sec:Minipáginas"
20833
20834 \end_inset
20835
20836 .
20837  Los pies en tablas largas en la sección\InsetSpace ~
20838
20839 \begin_inset LatexCommand ref
20840 reference "sub:Notas-al-pie-en-Tablas-Largas"
20841
20842 \end_inset
20843
20844 .
20845 \end_layout
20846
20847 \begin_layout Standard
20848 \begin_inset VSpace defskip
20849 \end_inset
20850
20851 Para crear solo una marca para una nota al pie, puedes usar el comando 
20852 \series bold
20853
20854 \backslash
20855 footnotemark[número]
20856 \series default
20857  en ERT.
20858  Esto se emplea si tienes la misma anotación varias veces en el texto pero
20859  no quieres imprimir el pie cada vez.
20860 \newline
20861 Como no sabes el número del pie que
20862  se repite mientras escribes el texto, tienes que guardarlo.
20863  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
20864  en ERT detrás de Nota\InsetSpace ~
20865 al\InsetSpace ~
20866 pie\InsetSpace ~
20867
20868 \begin_inset LatexCommand ref
20869 reference "pie:Esto-es-una"
20870
20871 \end_inset
20872
20873  para guardar el número de pie:
20874 \end_layout
20875
20876 \begin_layout Standard
20877
20878 \series bold
20879
20880 \backslash
20881 newcounter{MyRepeatFoot}
20882 \newline
20883
20884 \backslash
20885 setcounter{MyRepeatFoot}{
20886 \backslash
20887 thefootnote}
20888 \end_layout
20889
20890 \begin_layout Standard
20891 La marca de pie se crea entonces con el comando:
20892 \end_layout
20893
20894 \begin_layout Standard
20895
20896 \series bold
20897
20898 \backslash
20899 footnotemark[
20900 \backslash
20901 theMyRepeatFoot]
20902 \end_layout
20903
20904 \begin_layout Standard
20905 Aquí hay un ejemplo de marca de pie:
20906 \family roman
20907 \series medium
20908 \bar no
20909
20910 \begin_inset ERT
20911 status collapsed
20912
20913 \begin_layout Standard
20914
20915
20916 \backslash
20917 footnotemark[
20918 \backslash
20919 theMyRepeatFoot]
20920 \end_layout
20921
20922 \end_inset
20923
20924
20925 \end_layout
20926
20927 \begin_layout Subsection
20928 Numeración de Notas al Pie
20929 \begin_inset LatexCommand label
20930 name "sub:Numeración-de-Notas-al-Pie"
20931
20932 \end_inset
20933
20934
20935 \begin_inset LatexCommand index
20936 name "Notas al Pie ! Numeración"
20937
20938 \end_inset
20939
20940
20941 \end_layout
20942
20943 \begin_layout Standard
20944 Si quieres numerar notas al pie en el esquema 
20945 \begin_inset Quotes eld
20946 \end_inset
20947
20948 capítulo.nota
20949 \begin_inset Quotes erd
20950 \end_inset
20951
20952 , añade el siguiente comando al preámbulo del documento:
20953 \end_layout
20954
20955 \begin_layout Standard
20956
20957 \series bold
20958
20959 \backslash
20960 numberwithin{footnote}{chapter}
20961 \end_layout
20962
20963 \begin_layout Standard
20964 Para poder usar el comando 
20965 \series bold
20966
20967 \backslash
20968 numberwithin
20969 \series default
20970 , marca la opción 
20971 \family sans
20972 Usar
20973 \family default
20974 \InsetSpace ~
20975
20976 \family sans
20977 el
20978 \family default
20979 \InsetSpace ~
20980
20981 \family sans
20982 paquete
20983 \family default
20984 \InsetSpace ~
20985
20986 \family sans
20987 AMS 
20988 \family default
20989 en la pestaña 
20990 \family sans
20991 Ecuaciones
20992 \family default
20993  de la configuración del documento.
20994 \end_layout
20995
20996 \begin_layout Standard
20997 \begin_inset ERT
20998 status collapsed
20999
21000 \begin_layout Standard
21001
21002
21003 \backslash
21004 numberwithin{footnote}{chapter}
21005 \end_layout
21006
21007 \end_inset
21008
21009 Esto es otro ejemplo de nota al pie:
21010 \series bold
21011
21012 \begin_inset Foot
21013 status open
21014
21015 \begin_layout Standard
21016 Nota al pie numerada en el esquema 
21017 \begin_inset Quotes eld
21018 \end_inset
21019
21020 capítulo.nota
21021 \begin_inset Quotes erd
21022 \end_inset
21023
21024 .
21025 \end_layout
21026
21027 \end_inset
21028
21029
21030 \series default
21031
21032 \begin_inset ERT
21033 status collapsed
21034
21035 \begin_layout Standard
21036
21037
21038 \backslash
21039 numberwithin{footnote}{part}
21040 \end_layout
21041
21042 \end_inset
21043
21044
21045 \end_layout
21046
21047 \begin_layout Standard
21048 \begin_inset VSpace bigskip
21049 \end_inset
21050
21051
21052 \end_layout
21053
21054 \begin_layout Standard
21055 Para reestablecer el número de pie a 1 en cada sección añade este
21056 \family roman
21057  comando en el preámbulo:
21058 \end_layout
21059
21060 \begin_layout Standard
21061
21062 \series bold
21063
21064 \backslash
21065 @addtoreset{footnote}{section}
21066 \end_layout
21067
21068 \begin_layout Standard
21069 \begin_inset VSpace bigskip
21070 \end_inset
21071
21072 El siguiente comando en el preámbulo cambia el estilo de numeración del
21073  pie a números romanos pequeños:
21074 \end_layout
21075
21076 \begin_layout Standard
21077
21078 \series bold
21079
21080 \backslash
21081 renewcommand{
21082 \backslash
21083 thefootnote}{
21084 \backslash
21085 roman{footnote}}
21086 \end_layout
21087
21088 \begin_layout Standard
21089 \begin_inset ERT
21090 status collapsed
21091
21092 \begin_layout Standard
21093
21094
21095 \backslash
21096 renewcommand{
21097 \backslash
21098 thefootnote}{
21099 \backslash
21100 roman{footnote}}
21101 \end_layout
21102
21103 \end_inset
21104
21105  Nota al pie en números romanos:
21106 \begin_inset Foot
21107 status open
21108
21109 \begin_layout Standard
21110 Ejemplo de nota al pie en números romanos.
21111 \end_layout
21112
21113 \end_inset
21114
21115
21116 \begin_inset ERT
21117 status collapsed
21118
21119 \begin_layout Standard
21120
21121
21122 \backslash
21123 renewcommand{
21124 \backslash
21125 thefootnote}{
21126 \backslash
21127 arabic{footnote}}
21128 \end_layout
21129
21130 \end_inset
21131
21132
21133 \end_layout
21134
21135 \begin_layout Standard
21136 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
21137  
21138 \series bold
21139
21140 \backslash
21141 roman
21142 \series default
21143  por 
21144 \series bold
21145
21146 \backslash
21147 Roman
21148 \series default
21149 .
21150  Para 
21151 \begin_inset Quotes eld
21152 \end_inset
21153
21154 numerar
21155 \begin_inset Quotes erd
21156 \end_inset
21157
21158  las
21159 \series bold
21160  
21161 \series default
21162 notas al pie con letras mayúsculas o minúsculas usa 
21163 \series bold
21164
21165 \backslash
21166 Alph
21167 \series default
21168  o 
21169 \series bold
21170
21171 \backslash
21172 alph
21173 \series default
21174 , respectivamente.
21175  Para 
21176 \begin_inset Quotes eld
21177 \end_inset
21178
21179 numerar
21180 \begin_inset Quotes erd
21181 \end_inset
21182
21183  las notas al pie con símbolos usa 
21184 \series bold
21185
21186 \backslash
21187 fnsymbol
21188 \series default
21189 .
21190 \end_layout
21191
21192 \begin_layout Standard
21193 \begin_inset Note Greyedout
21194 status open
21195
21196 \begin_layout Standard
21197
21198 \series bold
21199 Nota:
21200 \series medium
21201  
21202 \series default
21203 Sólo puedes numerar hasta 26 pies con letras, porque esta numeración está
21204  limitada a letras simples.
21205 \end_layout
21206
21207 \end_inset
21208
21209
21210 \newline
21211
21212 \begin_inset Note Greyedout
21213 status open
21214
21215 \begin_layout Standard
21216
21217 \series bold
21218 Nota:
21219 \series default
21220  Sólo puedes numerar 9 pies con símbolos.
21221 \end_layout
21222
21223 \end_inset
21224
21225
21226 \end_layout
21227
21228 \begin_layout Standard
21229 Para volver al estilo de numeración predeterminado cuando has cambiado a
21230  otro estilo, usa 
21231 \series bold
21232
21233 \backslash
21234 arabic
21235 \series default
21236  en vez de 
21237 \series bold
21238
21239 \backslash
21240 roman
21241 \series default
21242  en el comando anterior.
21243 \end_layout
21244
21245 \begin_layout Subsection
21246 Colocación de Notas al Pie
21247 \begin_inset LatexCommand index
21248 name "Notas al Pie ! Colocación"
21249
21250 \end_inset
21251
21252
21253 \end_layout
21254
21255 \begin_layout Standard
21256 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
21257  entre ellas al final de la página.
21258  Para hacerlas más legibles puedes añadir p.\InsetSpace \thinspace{}
21259 e.\InsetSpace ~
21260 1.5\InsetSpace \thinspace{}
21261 mm con el comando siguiente
21262  en el preámbulo:
21263 \end_layout
21264
21265 \begin_layout Standard
21266
21267 \series bold
21268
21269 \backslash
21270 let
21271 \backslash
21272 myFoot
21273 \backslash
21274 footnote
21275 \newline
21276
21277 \backslash
21278 renewcommand{
21279 \backslash
21280 footnote}[1]{
21281 \backslash
21282 myFoot{#1
21283 \backslash
21284 vspace{1.5mm}}}
21285 \end_layout
21286
21287 \begin_layout Standard
21288 \begin_inset VSpace bigskip
21289 \end_inset
21290
21291 En documentos a dos columnas la nota al pie aparece al final de cada columna,
21292  ver la Figura\InsetSpace ~
21293
21294 \begin_inset LatexCommand ref
21295 reference "fig:Colocación-standard-del-pie"
21296
21297 \end_inset
21298
21299 .
21300  Si las notas debieran mostrarse sólo al final de la columna derecha, como
21301  en la Figura\InsetSpace ~
21302
21303 \begin_inset LatexCommand ref
21304 reference "fig:Colocación-del-pie-en"
21305
21306 \end_inset
21307
21308 , usa el paquete LaTeX 
21309 \series bold
21310 ftnright
21311 \series default
21312
21313 \begin_inset LatexCommand index
21314 name "LaTeX-paquetes ! ftnright"
21315
21316 \end_inset
21317
21318  con este comando en el preámbulo:
21319 \end_layout
21320
21321 \begin_layout Standard
21322
21323 \series bold
21324
21325 \backslash
21326 usepackage{ftnright}
21327 \end_layout
21328
21329 \begin_layout Standard
21330 \begin_inset Float figure
21331 placement !h
21332 wide false
21333 sideways false
21334 status open
21335
21336 \begin_layout Standard
21337 \begin_inset ERT
21338 status collapsed
21339
21340 \begin_layout Standard
21341
21342
21343 \backslash
21344 framebox{
21345 \end_layout
21346
21347 \end_inset
21348
21349
21350 \begin_inset Graphics
21351         filename ../clipart/without_fntright.pdf
21352         width 100col%
21353
21354 \end_inset
21355
21356
21357 \begin_inset ERT
21358 status collapsed
21359
21360 \begin_layout Standard
21361
21362 }
21363 \end_layout
21364
21365 \end_inset
21366
21367
21368 \end_layout
21369
21370 \begin_layout Standard
21371 \begin_inset Caption
21372
21373 \begin_layout Standard
21374 \begin_inset LatexCommand label
21375 name "fig:Colocación-standard-del-pie"
21376
21377 \end_inset
21378
21379 Colocación standard de notas al pie en documentos a dos columnas.
21380 \end_layout
21381
21382 \end_inset
21383
21384
21385 \end_layout
21386
21387 \end_inset
21388
21389
21390 \end_layout
21391
21392 \begin_layout Standard
21393 \begin_inset Float figure
21394 placement !h
21395 wide false
21396 sideways false
21397 status open
21398
21399 \begin_layout Standard
21400 \begin_inset ERT
21401 status collapsed
21402
21403 \begin_layout Standard
21404
21405
21406 \backslash
21407 framebox{
21408 \end_layout
21409
21410 \end_inset
21411
21412
21413 \begin_inset Graphics
21414         filename ../clipart/with_fntright.pdf
21415         width 100col%
21416
21417 \end_inset
21418
21419
21420 \begin_inset ERT
21421 status collapsed
21422
21423 \begin_layout Standard
21424
21425 }
21426 \end_layout
21427
21428 \end_inset
21429
21430
21431 \end_layout
21432
21433 \begin_layout Standard
21434 \begin_inset Caption
21435
21436 \begin_layout Standard
21437 \begin_inset LatexCommand label
21438 name "fig:Colocación-del-pie-en"
21439
21440 \end_inset
21441
21442 Colocación del pie en documentos a dos columnas cuando se usa el paquete
21443  LaTeX 
21444 \series bold
21445 ftnright
21446 \series default
21447 .
21448 \end_layout
21449
21450 \end_inset
21451
21452
21453 \end_layout
21454
21455 \end_inset
21456
21457
21458 \end_layout
21459
21460 \begin_layout Standard
21461 \begin_inset VSpace bigskip
21462 \end_inset
21463
21464 En alguna literatura científica se acostumbra reunir las notas e imprimirlas
21465  en un párrafo separado al final de la sección, como en la Figura\InsetSpace ~
21466
21467 \begin_inset LatexCommand ref
21468 reference "fig:Notas-al-final----notas-al-pie"
21469
21470 \end_inset
21471
21472 .
21473  Para usar notas finales en vez de notas al pie , carga el paquete LaTeX
21474  
21475 \series bold
21476 endnotes
21477 \series default
21478
21479 \begin_inset LatexCommand index
21480 name "LaTeX-paquetes ! endnotes"
21481
21482 \end_inset
21483
21484  con las siguientes líneas en el preámbulo de tu documento:
21485 \end_layout
21486
21487 \begin_layout Standard
21488
21489 \series bold
21490
21491 \backslash
21492 usepackage{endnotes}
21493 \newline
21494
21495 \backslash
21496 let
21497 \backslash
21498 footnote
21499 \backslash
21500 endnote
21501 \end_layout
21502
21503 \begin_layout Standard
21504 Para insertar la colección de notas, escribe el comando
21505 \end_layout
21506
21507 \begin_layout Standard
21508
21509 \series bold
21510
21511 \backslash
21512 theendnotes
21513 \end_layout
21514
21515 \begin_layout Standard
21516 en ERT al final de una sección o capítulo.
21517 \end_layout
21518
21519 \begin_layout Standard
21520 \begin_inset Float figure
21521 wide false
21522 sideways false
21523 status open
21524
21525 \begin_layout Standard
21526 \align center
21527 \begin_inset ERT
21528 status collapsed
21529
21530 \begin_layout Standard
21531
21532
21533 \backslash
21534 framebox{
21535 \end_layout
21536
21537 \end_inset
21538
21539
21540 \begin_inset Graphics
21541         filename ../clipart/endnotes.pdf
21542
21543 \end_inset
21544
21545
21546 \begin_inset ERT
21547 status collapsed
21548
21549 \begin_layout Standard
21550
21551 }
21552 \end_layout
21553
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \begin_layout Standard
21560 \begin_inset Caption
21561
21562 \begin_layout Standard
21563 \begin_inset LatexCommand label
21564 name "fig:Notas-al-final----notas-al-pie"
21565
21566 \end_inset
21567
21568 Notas al final -- notas al pie impresas en párrafo separado al final de
21569  la sección o del capítulo.
21570 \end_layout
21571
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \end_inset
21578
21579
21580 \end_layout
21581
21582 \begin_layout Standard
21583 \begin_inset VSpace defskip
21584 \end_inset
21585
21586 La cabecera de párrafo para las notas finales no se traduce automáticamente
21587  al lenguaje del documento, hay que hacerlo manualmente.
21588   El siguiente comando de preámbulo traduce el nombre en inglés 
21589 \begin_inset Quotes eld
21590 \end_inset
21591
21592 Notes
21593 \begin_inset Quotes erd
21594 \end_inset
21595
21596  al español 
21597 \begin_inset Quotes eld
21598 \end_inset
21599
21600 Notas
21601 \begin_inset Quotes erd
21602 \end_inset
21603
21604 :
21605 \end_layout
21606
21607 \begin_layout Standard
21608
21609 \series bold
21610
21611 \backslash
21612 renewcommand{
21613 \backslash
21614 notesname}{Notas}
21615 \end_layout
21616
21617 \begin_layout Standard
21618 \begin_inset VSpace defskip
21619 \end_inset
21620
21621 La numeración de notas finales puede cambiarse como la de las notas al pie,
21622  como se describe en la sección\InsetSpace ~
21623
21624 \begin_inset LatexCommand ref
21625 reference "sub:Numeración-de-Notas-al-Pie"
21626
21627 \end_inset
21628
21629 ; sólo hay que reemplazar el comando 
21630 \series bold
21631
21632 \backslash
21633 thefootnote
21634 \series default
21635  por 
21636 \series bold
21637
21638 \backslash
21639 theendnote
21640 \series default
21641 .
21642  Para restablecer la numeración usa el comando 
21643 \series bold
21644
21645 \backslash
21646 @addtoreset 
21647 \series default
21648 como se describe en la sección\InsetSpace ~
21649
21650 \begin_inset LatexCommand ref
21651 reference "sub:Numeración-de-Notas-al-Pie"
21652
21653 \end_inset
21654
21655  y sustituye el parámetro de comando 
21656 \series bold
21657 footnote
21658 \series default
21659  por 
21660 \series bold
21661 endnote
21662 \series default
21663 .
21664 \end_layout
21665
21666 \begin_layout Standard
21667 Para crear solo una marca para una nota final, usa el comando 
21668 \series bold
21669
21670 \backslash
21671 endnotemark[número]
21672 \series default
21673  similar al comando 
21674 \series bold
21675
21676 \backslash
21677 footnotemark
21678 \series default
21679 , descrito en la sección\InsetSpace ~
21680
21681 \begin_inset LatexCommand ref
21682 reference "sec:Notas-al-pie"
21683
21684 \end_inset
21685
21686 .
21687 \end_layout
21688
21689 \begin_layout Standard
21690 \begin_inset VSpace bigskip
21691 \end_inset
21692
21693 Las notas al pie también pueden colocarse al margen de la página y la alineación
21694  del texto del pie también puede cambiarse, ver el paquete LaTeX 
21695 \series bold
21696 footmisc
21697 \series default
21698
21699 \begin_inset LatexCommand index
21700 name "LaTeX-paquetes ! footmisc"
21701
21702 \end_inset
21703
21704
21705 \begin_inset LatexCommand cite
21706 key "footmisc"
21707
21708 \end_inset
21709
21710  para más información.
21711 \end_layout
21712
21713 \begin_layout Standard
21714 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
21715  
21716 \begin_inset LatexCommand cite
21717 key "latexcompanion,latexguide,latexbook"
21718
21719 \end_inset
21720
21721 .
21722 \end_layout
21723
21724 \begin_layout Section
21725 Notas al Margen
21726 \begin_inset LatexCommand index
21727 name "Notas ! al Margen"
21728
21729 \end_inset
21730
21731
21732 \end_layout
21733
21734 \begin_layout Standard
21735 Las notas al margen se ven y se comportan en LyX como notas al pie.
21736  Se insertan con el menú 
21737 \family sans
21738 Insertar\SpecialChar \menuseparator
21739 Nota\InsetSpace ~
21740 al\InsetSpace ~
21741 margen
21742 \family default
21743  o el botón 
21744 \begin_inset Graphics
21745         filename ../images/marginalnote-insert.xpm
21746         scale 85
21747
21748 \end_inset
21749
21750 .
21751  Aparece un cuadro gris con la etiqueta en rojo
21752 \family roman
21753 \series medium
21754  
21755 \begin_inset Quotes eld
21756 \end_inset
21757
21758 margen
21759 \begin_inset Quotes erd
21760 \end_inset
21761
21762  en el que puedes escribir el texto de la nota.
21763 \end_layout
21764
21765 \begin_layout Standard
21766 Al lado hay un ejemplo de nota al margen.
21767 \family roman
21768 \series medium
21769
21770 \begin_inset Marginal
21771 status open
21772
21773 \begin_layout Standard
21774 Esto es una nota al margen.
21775 \end_layout
21776
21777 \end_inset
21778
21779
21780 \end_layout
21781
21782 \begin_layout Standard
21783 Estas notas salen en el margen derecho en documentos a una cara.
21784  En documentos a doble cara se muestran en el margen externo -- izquierdo
21785  en páginas pares, derecho en páginas impares.
21786  El texto de las notas se alinea en la parte opuesta al margen -- se alinea
21787  a la derecha si la nota aparece en el margen izquierdo.
21788  La primera línea de la nota se sitúa en la posición de la línea del texto
21789  en la que se inserta en el documento.
21790 \end_layout
21791
21792 \begin_layout Standard
21793 \begin_inset VSpace bigskip
21794 \end_inset
21795
21796 Para colocar la nota en el margen interno añade el comando
21797 \end_layout
21798
21799 \begin_layout Standard
21800
21801 \series bold
21802
21803 \backslash
21804 reversemarginpar
21805 \end_layout
21806
21807 \begin_layout Standard
21808 en ERT antes de la nota.
21809  La nueva colocación es válida para todas las siguientes notas al margen.
21810 \begin_inset ERT
21811 status collapsed
21812
21813 \begin_layout Standard
21814
21815
21816 \backslash
21817 reversemarginpar 
21818 \end_layout
21819
21820 \end_inset
21821
21822
21823 \begin_inset Marginal
21824 status open
21825
21826 \begin_layout Standard
21827 Esto es una nota en el margen interno.
21828 \end_layout
21829
21830 \end_inset
21831
21832
21833 \series bold
21834
21835 \newline
21836
21837 \series default
21838
21839 \begin_inset Note Greyedout
21840 status open
21841
21842 \begin_layout Standard
21843
21844 \series bold
21845 Nota:
21846 \series default
21847  A veces no hay espacio suficiente en el margen interno, por lo que la nota
21848  no se mostrará correctamente en la salida.
21849 \end_layout
21850
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \begin_layout Standard
21857 \begin_inset ERT
21858 status collapsed
21859
21860 \begin_layout Standard
21861
21862
21863 \backslash
21864 normalmarginpar 
21865 \end_layout
21866
21867 \end_inset
21868
21869 Para volver a la ubicación predeterminada inserta el comando
21870 \end_layout
21871
21872 \begin_layout Standard
21873
21874 \series bold
21875
21876 \backslash
21877 normalmarginpar
21878 \end_layout
21879
21880 \begin_layout Standard
21881 en ERT.
21882 \newline
21883  
21884 \begin_inset Note Greyedout
21885 status open
21886
21887 \begin_layout Standard
21888
21889 \series bold
21890 Nota:
21891 \series default
21892  El comando se ignora si en el mismo párrafo está también presente el comando
21893  
21894 \series bold
21895
21896 \backslash
21897 reversemarginpar
21898 \series default
21899 .
21900 \end_layout
21901
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \begin_layout Standard
21908 \begin_inset VSpace bigskip
21909 \end_inset
21910
21911
21912 \family roman
21913 \series medium
21914
21915 \begin_inset Marginal
21916 status open
21917
21918 \begin_layout Standard
21919 PalabraMuyLargaAlMargen no partida con guión.
21920 \end_layout
21921
21922 \end_inset
21923
21924
21925 \family default
21926 \series default
21927 Como en el caso descrito en la sección\InsetSpace ~
21928
21929 \begin_inset LatexCommand ref
21930 reference "sub:Líneas-Múltiples-en"
21931
21932 \end_inset
21933
21934 , una palabra larga no puede partirse con guión cuando es la primera en
21935  la nota al margen.
21936  Para evitar esto, inserta el comando
21937 \end_layout
21938
21939 \begin_layout Standard
21940
21941 \series bold
21942
21943 \backslash
21944 hspace{0pt}
21945 \end_layout
21946
21947 \begin_layout Standard
21948 en ERT antes de la palabra
21949 \family roman
21950 \series medium
21951 .
21952 \begin_inset Marginal
21953 status open
21954
21955 \begin_layout Standard
21956 \begin_inset ERT
21957 status collapsed
21958
21959 \begin_layout Standard
21960
21961
21962 \backslash
21963 hspace{0pt}
21964 \end_layout
21965
21966 \end_inset
21967
21968 PalabraMuyLargaAlMargen partida con guión.
21969 \end_layout
21970
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \begin_layout Standard
21977 \begin_inset VSpace bigskip
21978 \end_inset
21979
21980
21981 \end_layout
21982
21983 \begin_layout Standard
21984 \begin_inset Note Greyedout
21985 status open
21986
21987 \begin_layout Standard
21988
21989 \series bold
21990 Nota:
21991 \series default
21992  Normalmente no pueden utilizarse notas al margen en tablas, flotantes,
21993  y notas al pie.
21994 \end_layout
21995
21996 \end_inset
21997
21998
21999 \end_layout
22000
22001 \begin_layout Standard
22002 \begin_inset VSpace bigskip
22003 \end_inset
22004
22005
22006 \end_layout
22007
22008 \begin_layout Standard
22009 \begin_inset ERT
22010 status collapsed
22011
22012 \begin_layout Standard
22013
22014
22015 \backslash
22016 ifmarginnote
22017 \end_layout
22018
22019 \end_inset
22020
22021
22022 \begin_inset Note Note
22023 status open
22024
22025 \begin_layout Standard
22026 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22027  LaTeX 
22028 \series bold
22029 marginnote
22030 \series default
22031 .
22032 \end_layout
22033
22034 \end_inset
22035
22036
22037 \end_layout
22038
22039 \begin_layout Standard
22040 Esta restricción se puede salvar con el paquete LaTeX 
22041 \series bold
22042 marginnote
22043 \series default
22044
22045 \begin_inset LatexCommand index
22046 name "LaTeX-paquetes ! marginnote"
22047
22048 \end_inset
22049
22050 .
22051  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
22052  notas al margen es redefinido para usar el comando provisto por el paquete
22053  
22054 \series bold
22055 marginnote
22056 \series default
22057 :
22058 \end_layout
22059
22060 \begin_layout Standard
22061
22062 \series bold
22063
22064 \backslash
22065 usepackage{marginnote}
22066 \newline
22067
22068 \backslash
22069 let
22070 \backslash
22071 marginpar
22072 \backslash
22073 marginnote
22074 \end_layout
22075
22076 \begin_layout Standard
22077 Esto se ha utilizado en el presente documento porque 
22078 \series bold
22079 marginnote
22080 \series default
22081  tiene una característica adicional útil: Puedes imponer un offset vertical
22082  a la nota.
22083  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
22084  diseño de la página.
22085  El offset se determina en LyX como ERT directamente tras la nota al margen
22086  en el esquema
22087 \end_layout
22088
22089 \begin_layout Standard
22090
22091 \series bold
22092 [offset]
22093 \end_layout
22094
22095 \begin_layout Standard
22096 donde offset es una longitud en una de las unidades listadas en la Tabla\InsetSpace ~
22097
22098 \begin_inset LatexCommand ref
22099 reference "tab:Unidades"
22100
22101 \end_inset
22102
22103 .
22104  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
22105  abajo.
22106
22107 \family roman
22108 \series medium
22109  Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5\InsetSpace \thinspace{}
22110 cm
22111  arriba con el comando ERT 
22112 \begin_inset Quotes eld
22113 \end_inset
22114
22115
22116 \family default
22117 \series bold
22118 [-1.5cm]
22119 \family roman
22120 \series medium
22121
22122 \begin_inset Quotes erd
22123 \end_inset
22124
22125
22126 \begin_inset Marginal
22127 status open
22128
22129 \begin_layout Standard
22130 Esta nota está 1.5\InsetSpace \thinspace{}
22131 cm por encima de su posición original.
22132 \end_layout
22133
22134 \end_inset
22135
22136
22137 \family default
22138 \series default
22139
22140 \begin_inset ERT
22141 status collapsed
22142
22143 \begin_layout Standard
22144
22145 [-1.5cm]
22146 \end_layout
22147
22148 \end_inset
22149
22150
22151 \end_layout
22152
22153 \begin_layout Standard
22154 \begin_inset VSpace defskip
22155 \end_inset
22156
22157 Con 
22158 \series bold
22159 marginnote
22160 \series default
22161  también puedes cambiar la alineación del texto en el margen.
22162  Por ejemplo los comandos
22163 \end_layout
22164
22165 \begin_layout Standard
22166
22167 \series bold
22168
22169 \backslash
22170 renewcommand*{
22171 \backslash
22172 raggedleftmarginnote}{
22173 \backslash
22174 centering}
22175 \newline
22176
22177 \backslash
22178 renewcommand*{
22179 \backslash
22180 raggedrightmarginnote}{
22181 \backslash
22182 centering}
22183 \end_layout
22184
22185 \begin_layout Standard
22186 producen alineación centrada.
22187  
22188 \series bold
22189
22190 \backslash
22191 raggedleftmarginnote
22192 \series default
22193  identifica las notas que aparecen al lado izquierdo.
22194 \family roman
22195 \series medium
22196
22197 \begin_inset ERT
22198 status collapsed
22199
22200 \begin_layout Standard
22201
22202
22203 \backslash
22204 renewcommand*{
22205 \backslash
22206 raggedleftmarginnote}{
22207 \backslash
22208 centering}
22209 \end_layout
22210
22211 \begin_layout Standard
22212
22213
22214 \backslash
22215 renewcommand*{
22216 \backslash
22217 raggedrightmarginnote}{
22218 \backslash
22219 centering}
22220 \end_layout
22221
22222 \end_inset
22223
22224
22225 \begin_inset Marginal
22226 status open
22227
22228 \begin_layout Standard
22229 El texto de esta nota está centrado.
22230 \end_layout
22231
22232 \end_inset
22233
22234  
22235 \family default
22236 \series default
22237 El valor predeterminado es 
22238 \end_layout
22239
22240 \begin_layout Standard
22241
22242 \series bold
22243
22244 \backslash
22245 renewcommand*{
22246 \backslash
22247 raggedleftmarginnote}{
22248 \backslash
22249 raggedleft}
22250 \newline
22251
22252 \backslash
22253 renewcommand*{
22254 \backslash
22255 raggedrightmarginnote}{
22256 \backslash
22257 raggedright}
22258 \family roman
22259 \series medium
22260
22261 \begin_inset ERT
22262 status collapsed
22263
22264 \begin_layout Standard
22265
22266
22267 \backslash
22268 renewcommand*{
22269 \backslash
22270 raggedleftmarginnote}{
22271 \backslash
22272 raggedleft}
22273 \end_layout
22274
22275 \begin_layout Standard
22276
22277
22278 \backslash
22279 renewcommand*{
22280 \backslash
22281 raggedrightmarginnote}{
22282 \backslash
22283 raggedright}
22284 \end_layout
22285
22286 \end_inset
22287
22288
22289 \end_layout
22290
22291 \begin_layout Standard
22292 \begin_inset VSpace defskip
22293 \end_inset
22294
22295 Para otras características de 
22296 \series bold
22297 marginnote
22298 \series default
22299  mira en su documentación 
22300 \begin_inset LatexCommand cite
22301 key "marginnote"
22302
22303 \end_inset
22304
22305 .
22306 \end_layout
22307
22308 \begin_layout Standard
22309 \begin_inset VSpace bigskip
22310 \end_inset
22311
22312 El diseño de las notas al margen puede ser redefinido.
22313  Por ejemplo, para crear una cabecera para todas las notas con el texto
22314  
22315 \begin_inset Quotes eld
22316 \end_inset
22317
22318
22319 \series bold
22320 \bar under
22321 ¡
22322 \family sans
22323 Atención
22324 \family default
22325 !
22326 \series default
22327 \bar default
22328
22329 \begin_inset Quotes erd
22330 \end_inset
22331
22332 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
22333 \end_layout
22334
22335 \begin_layout Standard
22336
22337 \series bold
22338
22339 \backslash
22340 let
22341 \backslash
22342 myMarginpar
22343 \backslash
22344 marginpar
22345 \newline
22346
22347 \backslash
22348 renewcommand{
22349 \backslash
22350 marginpar}[1]{
22351 \backslash
22352 myMarginpar{%
22353 \newline
22354
22355 \begin_inset ERT
22356 status collapsed
22357
22358 \begin_layout Standard
22359
22360
22361 \backslash
22362 hphantom{ }
22363 \end_layout
22364
22365 \end_inset
22366
22367
22368 \backslash
22369 hspace{0pt}
22370 \backslash
22371 textsf{
22372 \backslash
22373 textbf{
22374 \backslash
22375 underbar{¡Atención!}}}%
22376 \newline
22377
22378 \begin_inset ERT
22379 status collapsed
22380
22381 \begin_layout Standard
22382
22383
22384 \backslash
22385 hphantom{ }
22386 \end_layout
22387
22388 \end_inset
22389
22390
22391 \backslash
22392 vspace{1.5mm}
22393 \backslash
22394
22395 \backslash
22396 #1}}
22397 \end_layout
22398
22399 \begin_layout Standard
22400
22401 \family roman
22402 \series medium
22403 \begin_inset ERT
22404 status collapsed
22405
22406 \begin_layout Standard
22407
22408
22409 \backslash
22410 let
22411 \backslash
22412 myMarginpar
22413 \backslash
22414 marginpar
22415 \end_layout
22416
22417 \begin_layout Standard
22418
22419
22420 \backslash
22421 renewcommand{
22422 \backslash
22423 marginpar}[1]{
22424 \backslash
22425 myMarginpar{%
22426 \end_layout
22427
22428 \begin_layout Standard
22429
22430    
22431 \backslash
22432 textsf{
22433 \backslash
22434 textbf{
22435 \backslash
22436 underbar{¡Atención!}}}%
22437 \end_layout
22438
22439 \begin_layout Standard
22440
22441    
22442 \backslash
22443 vspace{1.5mm}
22444 \backslash
22445
22446 \backslash
22447 #1}}
22448 \end_layout
22449
22450 \end_inset
22451
22452
22453 \begin_inset Marginal
22454 status open
22455
22456 \begin_layout Standard
22457 Esta es una nota con una cabecera definida.
22458 \end_layout
22459
22460 \end_inset
22461
22462
22463 \family default
22464 \series default
22465
22466 \begin_inset ERT
22467 status collapsed
22468
22469 \begin_layout Standard
22470
22471 [-1.5cm]
22472 \end_layout
22473
22474 \end_inset
22475
22476
22477 \family roman
22478 \series medium
22479
22480 \begin_inset ERT
22481 status collapsed
22482
22483 \begin_layout Standard
22484
22485
22486 \backslash
22487 renewcommand{
22488 \backslash
22489 marginpar}[1]{
22490 \backslash
22491 myMarginpar{#1}}
22492 \end_layout
22493
22494 \end_inset
22495
22496
22497 \family default
22498 \series default
22499
22500 \begin_inset Note Note
22501 status collapsed
22502
22503 \begin_layout Standard
22504 El formato de la nota al margen se ha cambiado solo para este ejemplo.
22505 \end_layout
22506
22507 \end_inset
22508
22509
22510 \end_layout
22511
22512 \begin_layout Standard
22513 \begin_inset ERT
22514 status collapsed
22515
22516 \begin_layout Standard
22517
22518
22519 \backslash
22520 else
22521 \end_layout
22522
22523 \end_inset
22524
22525
22526 \begin_inset Note Note
22527 status open
22528
22529 \begin_layout Standard
22530 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
22531  
22532 \series bold
22533 marginnote
22534 \series default
22535 .
22536 \end_layout
22537
22538 \end_inset
22539
22540
22541 \end_layout
22542
22543 \begin_layout Standard
22544 Debes instalar el paquete LaTeX 
22545 \series bold
22546 marginnote
22547 \series default
22548  para ver la parte siguiente en la salida.
22549 \end_layout
22550
22551 \begin_layout Standard
22552 \begin_inset ERT
22553 status collapsed
22554
22555 \begin_layout Standard
22556
22557
22558 \backslash
22559 fi
22560 \end_layout
22561
22562 \end_inset
22563
22564
22565 \end_layout
22566
22567 \begin_layout Chapter
22568 Cuadros
22569 \end_layout
22570
22571 \begin_layout Section
22572 Introducción
22573 \begin_inset LatexCommand index
22574 name "Cuadros ! Introducción"
22575
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \begin_layout Standard
22582 Los cuadros se emplean para dar formato a bloques de texto.
22583  Se pueden usar para escribir documentos con varios lenguajes, ver sección\InsetSpace ~
22584
22585 \begin_inset LatexCommand ref
22586 reference "sec:Minipáginas"
22587
22588 \end_inset
22589
22590 , enmarcar textos, ver sección\InsetSpace ~
22591
22592 \begin_inset LatexCommand ref
22593 reference "sec:Cuadros-Enmarcados"
22594
22595 \end_inset
22596
22597 , evitar la división de palabras, ver sección\InsetSpace ~
22598
22599 \begin_inset LatexCommand ref
22600 reference "sec:Prevención-de-la-Partición-con-Guiones"
22601
22602 \end_inset
22603
22604 , alinear texto, ver sección\InsetSpace ~
22605
22606 \begin_inset LatexCommand ref
22607 reference "sub:Alineación-Vertical"
22608
22609 \end_inset
22610
22611 , o para poner color de fondo a un texto, ver sección\InsetSpace ~
22612
22613 \begin_inset LatexCommand ref
22614 reference "sec:Cuadros-Coloreados"
22615
22616 \end_inset
22617
22618 .
22619 \end_layout
22620
22621 \begin_layout Standard
22622 Se insertan con el menú 
22623 \family sans
22624 Insertar\SpecialChar \menuseparator
22625 Cuadro
22626 \family default
22627 .
22628  Surge un recuadro gris con la etiqueta 
22629 \family sans
22630 Cuadro (Minipágina)
22631 \family default
22632
22633 \begin_inset Graphics
22634         filename ../clipart/CuadroMinipagQt4.png
22635         scale 75
22636         keepAspectRatio
22637
22638 \end_inset
22639
22640 .
22641  El tipo de cuadro se puede elegir al hacer click-derecho sobre él.
22642  Sale un diálogo en el que 
22643 \family sans
22644 Cuadro
22645 \family default
22646 \InsetSpace ~
22647
22648 \family sans
22649 interior
22650 \family default
22651  permite escoger los tipos 
22652 \family sans
22653 Parbox (
22654 \family default
22655
22656 \begin_inset Quotes eld
22657 \end_inset
22658
22659
22660 \family sans
22661 Párrafo
22662 \family default
22663
22664 \begin_inset Quotes erd
22665 \end_inset
22666
22667
22668 \family sans
22669 )
22670 \family default
22671  y 
22672 \family sans
22673 Minipágina
22674 \family default
22675 .
22676  El 
22677 \family sans
22678 Minipágina
22679 \family default
22680  es el predeterminado para nuevos cuadros y se explica en la sección\InsetSpace ~
22681
22682 \begin_inset LatexCommand ref
22683 reference "sec:Minipáginas"
22684
22685 \end_inset
22686
22687 ; el tipo 
22688 \family sans
22689 Parbox
22690 \family default
22691  se describe en la sección\InsetSpace ~
22692
22693 \begin_inset LatexCommand ref
22694 reference "sec:Cuadros-de-Párrafo"
22695
22696 \end_inset
22697
22698 .
22699 \end_layout
22700
22701 \begin_layout Standard
22702 Los cuadros no se numeran y por tanto no se pueden referenciar como los
22703  flotantes o las notas al pie.
22704 \end_layout
22705
22706 \begin_layout Standard
22707 \begin_inset Note Greyedout
22708 status open
22709
22710 \begin_layout Standard
22711
22712 \series bold
22713 Nota:
22714 \series default
22715  Debido a un error en LyX hay que insertar un espacio protegido detrás de
22716  un cuadro si se desea separar con un espacio el cuadro y el texto siguiente.
22717 \end_layout
22718
22719 \end_inset
22720
22721
22722 \end_layout
22723
22724 \begin_layout Standard
22725 \begin_inset Note Greyedout
22726 status open
22727
22728 \begin_layout Standard
22729
22730 \series bold
22731 Nota:
22732 \series default
22733  Los cuadros no deben ser el item en un entorno 
22734 \family sans
22735 Enumeración
22736 \family default
22737  o 
22738 \family sans
22739 Descripción
22740 \family default
22741 .
22742 \end_layout
22743
22744 \end_inset
22745
22746
22747 \end_layout
22748
22749 \begin_layout Standard
22750 \begin_inset Note Greyedout
22751 status open
22752
22753 \begin_layout Standard
22754
22755 \series bold
22756 Nota:
22757 \series default
22758  Por razones desconocidas solo se puede poner el tipo 
22759 \family sans
22760 Cuadro\InsetSpace ~
22761 interior
22762 \family default
22763  en 
22764 \family sans
22765 Ninguno
22766 \family default
22767  cuando se emplea un cuadro enmarcado.
22768  Los cuadros sin ningún tipo de 
22769 \family sans
22770 Cuadro\InsetSpace ~
22771 interior
22772 \family default
22773  y sin marcos se explican en la sección\InsetSpace ~
22774
22775 \begin_inset LatexCommand ref
22776 reference "sec:Prevención-de-la-Partición-con-Guiones"
22777
22778 \end_inset
22779
22780 .
22781 \end_layout
22782
22783 \end_inset
22784
22785
22786 \end_layout
22787
22788 \begin_layout Section
22789 Diálogo Cuadros
22790 \begin_inset LatexCommand label
22791 name "sec:Diálogo-Cuadros"
22792
22793 \end_inset
22794
22795
22796 \begin_inset LatexCommand index
22797 name "Cuadros ! Diálogo"
22798
22799 \end_inset
22800
22801
22802 \begin_inset LatexCommand index
22803 name "Cuadros ! Alineación"
22804
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \begin_layout Standard
22811 En el diálogo puedes ajustar la geometría del cuadro en los campos 
22812 \family sans
22813 Ancho
22814 \family default
22815  y 
22816 \family sans
22817 Alto
22818 \family default
22819 .
22820  Las unidades disponibles para la geometría se explican en la Tabla\InsetSpace ~
22821
22822 \begin_inset LatexCommand ref
22823 reference "tab:Unidades"
22824
22825 \end_inset
22826
22827 .
22828  El campo 
22829 \family sans
22830 Alto
22831 \family default
22832  ofrece los siguientes tamaños adicionales:
22833 \end_layout
22834
22835 \begin_layout Description
22836 Profundidad Este es el texto plano 
22837 \begin_inset Quotes eld
22838 \end_inset
22839
22840 alto
22841 \begin_inset Quotes erd
22842 \end_inset
22843
22844 .
22845  Ignora la profundidad total cuando hay mútiples líneas de texto en el cuadro:
22846 \newline
22847
22848 \newline
22849
22850 \newline
22851
22852 \begin_inset Box Boxed
22853 position "c"
22854 hor_pos "c"
22855 has_inner_box 1
22856 inner_pos "c"
22857 use_parbox 0
22858 width "12col%"
22859 special "none"
22860 height "1in"
22861 height_special "depth"
22862 status open
22863
22864 \begin_layout Standard
22865 \align center
22866 Cuadro con altura establecida en 1\InsetSpace \thinspace{}
22867 Profundidad
22868 \end_layout
22869
22870 \end_inset
22871
22872
22873 \newline
22874
22875 \newline
22876
22877 \end_layout
22878
22879 \begin_layout Description
22880 Alto Es la altura del texto que está dentro del cuadro.
22881  Un valor de, p.\InsetSpace \thinspace{}
22882 e.\InsetSpace ~
22883 2 para este tamaño fijará la altura del cuadro a 2 veces
22884  la altura del texto: 
22885 \begin_inset Box Boxed
22886 position "c"
22887 hor_pos "c"
22888 has_inner_box 1
22889 inner_pos "c"
22890 use_parbox 0
22891 width "20col%"
22892 special "none"
22893 height "2in"
22894 height_special "height"
22895 status open
22896
22897 \begin_layout Standard
22898 \align center
22899 Cuadro con altura puesta en 2\InsetSpace \thinspace{}
22900 Alto
22901 \end_layout
22902
22903 \end_inset
22904
22905
22906 \end_layout
22907
22908 \begin_layout Description
22909 Alto\InsetSpace ~
22910 Total Esto es el Alto\InsetSpace \thinspace{}
22911 +\InsetSpace \thinspace{}
22912 Profundidad: 
22913 \begin_inset Box Boxed
22914 position "c"
22915 hor_pos "c"
22916 has_inner_box 1
22917 inner_pos "c"
22918 use_parbox 0
22919 width "20col%"
22920 special "none"
22921 height "1in"
22922 height_special "totalheight"
22923 status open
22924
22925 \begin_layout Standard
22926 \align center
22927 Cuadro con altura puesta a 1\InsetSpace \thinspace{}
22928 Alto\InsetSpace ~
22929 total
22930 \end_layout
22931
22932 \end_inset
22933
22934
22935 \end_layout
22936
22937 \begin_layout Description
22938 Ancho Esto determina al ancho del cuadro como altura: 
22939 \begin_inset Box Boxed
22940 position "c"
22941 hor_pos "c"
22942 has_inner_box 1
22943 inner_pos "c"
22944 use_parbox 0
22945 width "12col%"
22946 special "none"
22947 height "1in"
22948 height_special "width"
22949 status open
22950
22951 \begin_layout Standard
22952 \align center
22953 Cuadro con altura puesta en 1\InsetSpace \thinspace{}
22954 Ancho
22955 \end_layout
22956
22957 \end_inset
22958
22959
22960 \end_layout
22961
22962 \begin_layout Standard
22963 \begin_inset VSpace bigskip
22964 \end_inset
22965
22966 Si has elegido un 
22967 \family sans
22968 Cuadro\InsetSpace ~
22969 interior
22970 \family default
22971 , la alineación vertical del cuadro puede ser:
22972 \end_layout
22973
22974 \begin_layout Description
22975 Superior Ejemplo de línea de texto.
22976  
22977 \begin_inset Box Boxed
22978 position "t"
22979 hor_pos "c"
22980 has_inner_box 1
22981 inner_pos "c"
22982 use_parbox 0
22983 width "12col%"
22984 special "none"
22985 height "1in"
22986 height_special "totalheight"
22987 status open
22988
22989 \begin_layout Standard
22990 \align center
22991 Cuadro alineado arriba.
22992 \end_layout
22993
22994 \end_inset
22995
22996 \InsetSpace ~
22997 Ejemplo de línea de texto.
22998 \end_layout
22999
23000 \begin_layout Description
23001 Medio Ejemplo de línea de texto.
23002  
23003 \begin_inset Box Boxed
23004 position "c"
23005 hor_pos "c"
23006 has_inner_box 1
23007 inner_pos "c"
23008 use_parbox 0
23009 width "12col%"
23010 special "none"
23011 height "1in"
23012 height_special "totalheight"
23013 status open
23014
23015 \begin_layout Standard
23016 \align center
23017 Cuadro alineado enmedio.
23018 \end_layout
23019
23020 \end_inset
23021
23022 \InsetSpace ~
23023 Ejemplo de línea de texto.
23024 \end_layout
23025
23026 \begin_layout Description
23027 Inferior Ejemplo de línea de texto.
23028  
23029 \begin_inset Box Boxed
23030 position "b"
23031 hor_pos "c"
23032 has_inner_box 1
23033 inner_pos "c"
23034 use_parbox 0
23035 width "12col%"
23036 special "none"
23037 height "1in"
23038 height_special "totalheight"
23039 status open
23040
23041 \begin_layout Standard
23042 \align center
23043 Cuadro alineado abajo.
23044 \end_layout
23045
23046 \end_inset
23047
23048 \InsetSpace ~
23049 Ejemplo de línea de texto.
23050 \end_layout
23051
23052 \begin_layout Standard
23053 La alineación horizontal del cuadro puede establecerse en el diálogo de
23054  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
23055 \end_layout
23056
23057 \begin_layout Standard
23058 \begin_inset VSpace bigskip
23059 \end_inset
23060
23061 Cuando has escogido un 
23062 \family sans
23063 Cuadro\InsetSpace ~
23064 interior
23065 \family default
23066 , el contenido puede alinearse verticalmente a:
23067 \end_layout
23068
23069 \begin_layout Description
23070 Superior Ejemplo de línea de texto.
23071  
23072 \begin_inset Box Boxed
23073 position "c"
23074 hor_pos "c"
23075 has_inner_box 1
23076 inner_pos "t"
23077 use_parbox 0
23078 width "12col%"
23079 special "none"
23080 height "1.5in"
23081 height_special "totalheight"
23082 status open
23083
23084 \begin_layout Standard
23085 \align center
23086 Cuadro con texto alineado arriba.
23087 \end_layout
23088
23089 \end_inset
23090
23091 \InsetSpace ~
23092 Ejemplo de línea de texto.
23093 \end_layout
23094
23095 \begin_layout Description
23096 Medio Ejemplo de línea de texto.
23097  
23098 \begin_inset Box Boxed
23099 position "c"
23100 hor_pos "c"
23101 has_inner_box 1
23102 inner_pos "c"
23103 use_parbox 0
23104 width "12col%"
23105 special "none"
23106 height "1.5in"
23107 height_special "totalheight"
23108 status open
23109
23110 \begin_layout Standard
23111 \align center
23112 Cuadro con texto alineado enmedio.
23113 \end_layout
23114
23115 \end_inset
23116
23117 \InsetSpace ~
23118 Ejemplo de línea de texto.
23119 \end_layout
23120
23121 \begin_layout Description
23122 Inferior Ejemplo de línea de texto.
23123  
23124 \begin_inset Box Boxed
23125 position "c"
23126 hor_pos "c"
23127 has_inner_box 1
23128 inner_pos "b"
23129 use_parbox 0
23130 width "12col%"
23131 special "none"
23132 height "1.5in"
23133 height_special "totalheight"
23134 status open
23135
23136 \begin_layout Standard
23137 \align center
23138 Cuadro con texto alineado abajo.
23139 \end_layout
23140
23141 \end_inset
23142
23143 \InsetSpace ~
23144 Ejemplo de línea de texto.
23145 \end_layout
23146
23147 \begin_layout Description
23148 Estirado Ejemplo de línea de texto.
23149  
23150 \begin_inset Box Boxed
23151 position "c"
23152 hor_pos "c"
23153 has_inner_box 1
23154 inner_pos "s"
23155 use_parbox 0
23156 width "12col%"
23157 special "none"
23158 height "1.5in"
23159 height_special "totalheight"
23160 status open
23161
23162 \begin_layout Standard
23163 \align center
23164 Este texto
23165 \end_layout
23166
23167 \begin_layout Standard
23168 \align center
23169 está
23170 \end_layout
23171
23172 \begin_layout Standard
23173 \align center
23174 estirado.
23175 \end_layout
23176
23177 \end_inset
23178
23179 \InsetSpace ~
23180 Ejemplo de línea de texto.
23181 \end_layout
23182
23183 \begin_layout Standard
23184 Para estirar el contenido debe tener más de un párrafo.
23185  En el ejemplo anterior cada línea de texto está en un párrafo propio.
23186 \end_layout
23187
23188 \begin_layout Standard
23189 \begin_inset VSpace bigskip
23190 \end_inset
23191
23192 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
23193  LyX cuando hayas escogido un 
23194 \family sans
23195 Cuadro\InsetSpace ~
23196 interior
23197 \family default
23198 .
23199 \end_layout
23200
23201 \begin_layout Standard
23202 \align center
23203 \begin_inset Box Boxed
23204 position "c"
23205 hor_pos "c"
23206 has_inner_box 1
23207 inner_pos "s"
23208 use_parbox 0
23209 width "15col%"
23210 special "none"
23211 height "1.25in"
23212 height_special "totalheight"
23213 status open
23214
23215 \begin_layout Standard
23216 \align left
23217 Cuadro
23218 \end_layout
23219
23220 \begin_layout Standard
23221 \align center
23222 con texto
23223 \end_layout
23224
23225 \begin_layout Standard
23226 \align right
23227 estirado
23228 \end_layout
23229
23230 \end_inset
23231
23232
23233 \end_layout
23234
23235 \begin_layout Standard
23236 Si no has estabecido un 
23237 \family sans
23238 Cuadro\InsetSpace ~
23239 interior
23240 \family default
23241 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
23242  cuadro.
23243 \end_layout
23244
23245 \begin_layout Standard
23246 \align center
23247 \begin_inset Box Boxed
23248 position "c"
23249 hor_pos "s"
23250 has_inner_box 0
23251 inner_pos "s"
23252 use_parbox 0
23253 width "90col%"
23254 special "none"
23255 height "1.25in"
23256 height_special "totalheight"
23257 status open
23258
23259 \begin_layout Standard
23260 \align left
23261 Texto estirado horizontalmente.
23262 \end_layout
23263
23264 \end_inset
23265
23266
23267 \end_layout
23268
23269 \begin_layout Section
23270 Cuadros Enmarcados
23271 \begin_inset LatexCommand label
23272 name "sec:Cuadros-Enmarcados"
23273
23274 \end_inset
23275
23276
23277 \begin_inset LatexCommand index
23278 name "Cuadros ! Marcos"
23279
23280 \end_inset
23281
23282
23283 \end_layout
23284
23285 \begin_layout Standard
23286 El estilo de marco del cuadro se puede determinar en la lista desplegable
23287  
23288 \family sans
23289 Tipo
23290 \family default
23291  del diálogo de cuadros.
23292  Son posibles los siguientes marcos:
23293 \end_layout
23294
23295 \begin_layout Description
23296 Marco\InsetSpace ~
23297 rectangular Dibuja un marco rectangular alrededor del cuadro.
23298  El grosor del marco depende de 
23299 \series bold
23300
23301 \backslash
23302 fboxrule
23303 \series default
23304 .
23305  
23306 \begin_inset Box Boxed
23307 position "c"
23308 hor_pos "c"
23309 has_inner_box 1
23310 inner_pos "c"
23311 use_parbox 0
23312 width "25col%"
23313 special "none"
23314 height "1in"
23315 height_special "totalheight"
23316 status open
23317
23318 \begin_layout Standard
23319 \align center
23320 Cuadro rectangular
23321 \end_layout
23322
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \begin_layout Description
23329 Marco\InsetSpace ~
23330 ovalado,\InsetSpace ~
23331 fino Dibuja un marco ovalado cuya línea tiene un grosor de
23332  0.4\InsetSpace \thinspace{}
23333 pt.
23334  
23335 \begin_inset Box ovalbox
23336 position "c"
23337 hor_pos "c"
23338 has_inner_box 1
23339 inner_pos "c"
23340 use_parbox 0
23341 width "25col%"
23342 special "none"
23343 height "1in"
23344 height_special "totalheight"
23345 status open
23346
23347 \begin_layout Standard
23348 \align center
23349 Marco ovalado, fino
23350 \end_layout
23351
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \begin_layout Description
23358 Marco\InsetSpace ~
23359 ovalado,\InsetSpace ~
23360 grueso Dibuja un marco ovalado cuya línea tiene un grosor de
23361  0.8\InsetSpace \thinspace{}
23362 pt.
23363  
23364 \begin_inset Box Ovalbox
23365 position "c"
23366 hor_pos "c"
23367 has_inner_box 1
23368 inner_pos "c"
23369 use_parbox 0
23370 width "30col%"
23371 special "none"
23372 height "1in"
23373 height_special "totalheight"
23374 status open
23375
23376 \begin_layout Standard
23377 \align center
23378 Cuadro ovalado, grueso
23379 \end_layout
23380
23381 \end_inset
23382
23383
23384 \end_layout
23385
23386 \begin_layout Description
23387 Marco\InsetSpace ~
23388 con\InsetSpace ~
23389 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
23390  El grosor de la línea tiene el tamaño dado por 
23391 \series bold
23392
23393 \backslash
23394 fboxrule
23395 \series default
23396 , la sombra tiene una anchura de 4\InsetSpace \thinspace{}
23397 pt.
23398  
23399 \begin_inset Box Shadowbox
23400 position "c"
23401 hor_pos "c"
23402 has_inner_box 1
23403 inner_pos "c"
23404 use_parbox 0
23405 width "20col%"
23406 special "none"
23407 height "1in"
23408 height_special "totalheight"
23409 status open
23410
23411 \begin_layout Standard
23412 \align center
23413 Marco sombrado
23414 \end_layout
23415
23416 \end_inset
23417
23418
23419 \end_layout
23420
23421 \begin_layout Description
23422 Marco\InsetSpace ~
23423 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
23424  El grosor de la línea interior es 0.75\InsetSpace \thinspace{}
23425
23426 \series bold
23427
23428 \backslash
23429 fboxrule
23430 \series default
23431 , el de la línea exterior es 1.5\InsetSpace \thinspace{}
23432
23433 \series bold
23434
23435 \backslash
23436 fboxrule
23437 \series default
23438 .
23439  La distancia entre líneas es 1.5\InsetSpace \thinspace{}
23440
23441 \series bold
23442
23443 \backslash
23444 fboxrule
23445 \series default
23446 \InsetSpace \thinspace{}
23447 +\InsetSpace \thinspace{}
23448 0.5\InsetSpace \thinspace{}
23449 pt.
23450  
23451 \begin_inset Box Doublebox
23452 position "c"
23453 hor_pos "c"
23454 has_inner_box 1
23455 inner_pos "c"
23456 use_parbox 0
23457 width "20col%"
23458 special "none"
23459 height "1in"
23460 height_special "totalheight"
23461 status open
23462
23463 \begin_layout Standard
23464 \align center
23465 Marco doble
23466 \end_layout
23467
23468 \end_inset
23469
23470
23471 \end_layout
23472
23473 \begin_layout Standard
23474 \begin_inset VSpace bigskip
23475 \end_inset
23476
23477 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
23478  Para poder utilizar los distintos marcos, debe estar instalado el paquete
23479  LaTeX 
23480 \series bold
23481 fancybox
23482 \series default
23483
23484 \begin_inset LatexCommand index
23485 name "LaTeX-paquetes ! fancybox"
23486
23487 \end_inset
23488
23489 .
23490 \end_layout
23491
23492 \begin_layout Standard
23493 \begin_inset VSpace bigskip
23494 \end_inset
23495
23496 El valor predeterminado por 
23497 \series bold
23498
23499 \backslash
23500 fboxrule
23501 \series default
23502  es 0.4\InsetSpace \thinspace{}
23503 pt.
23504  Puede cambiarse con el siguiente comando en ERT, p.\InsetSpace \thinspace{}
23505 e.\InsetSpace ~
23506 a\InsetSpace ~
23507 2\InsetSpace \thinspace{}
23508 pt:
23509 \end_layout
23510
23511 \begin_layout Standard
23512
23513 \series bold
23514
23515 \backslash
23516 setlength{
23517 \backslash
23518 fboxrule}{2pt}
23519 \end_layout
23520
23521 \begin_layout Standard
23522 \begin_inset ERT
23523 status collapsed
23524
23525 \begin_layout Standard
23526
23527
23528 \backslash
23529 setlength{
23530 \backslash
23531 fboxrule}{2pt}
23532 \end_layout
23533
23534 \end_inset
23535
23536
23537 \begin_inset Box Boxed
23538 position "c"
23539 hor_pos "c"
23540 has_inner_box 1
23541 inner_pos "c"
23542 use_parbox 0
23543 width "25col%"
23544 special "none"
23545 height "1in"
23546 height_special "totalheight"
23547 status open
23548
23549 \begin_layout Standard
23550 \align center
23551 Cuadro rectangular con 
23552 \series bold
23553
23554 \backslash
23555 fboxrule
23556 \series default
23557 \InsetSpace \thinspace{}
23558 =\InsetSpace \thinspace{}
23559 2\InsetSpace \thinspace{}
23560 pt
23561 \end_layout
23562
23563 \end_inset
23564
23565
23566 \begin_inset ERT
23567 status collapsed
23568
23569 \begin_layout Standard
23570
23571
23572 \backslash
23573 setlength{
23574 \backslash
23575 fboxrule}{0.4pt}
23576 \end_layout
23577
23578 \end_inset
23579
23580
23581 \end_layout
23582
23583 \begin_layout Standard
23584 \begin_inset VSpace bigskip
23585 \end_inset
23586
23587 El espacio entre el marco y el contenido del cuadro es 3\InsetSpace \thinspace{}
23588 pt por defecto para
23589  todos los estilos.
23590  Se puede cambiar mediante la longitud 
23591 \series bold
23592
23593 \backslash
23594 fboxsep
23595 \series default
23596 .
23597  Por ejemplo el comando
23598 \end_layout
23599
23600 \begin_layout Standard
23601
23602 \series bold
23603
23604 \backslash
23605 setlength{
23606 \backslash
23607 fboxsep}{10pt}
23608 \end_layout
23609
23610 \begin_layout Standard
23611 determina un valor de 10\InsetSpace \thinspace{}
23612 pt, como en el siguiente cuadro:
23613 \end_layout
23614
23615 \begin_layout Standard
23616 \begin_inset ERT
23617 status collapsed
23618
23619 \begin_layout Standard
23620
23621
23622 \backslash
23623 setlength{
23624 \backslash
23625 fboxsep}{10pt}
23626 \end_layout
23627
23628 \end_inset
23629
23630
23631 \begin_inset Box Boxed
23632 position "c"
23633 hor_pos "c"
23634 has_inner_box 1
23635 inner_pos "c"
23636 use_parbox 0
23637 width "25col%"
23638 special "none"
23639 height "1in"
23640 height_special "totalheight"
23641 status open
23642
23643 \begin_layout Standard
23644 \align center
23645 Cuadro rectangular con 
23646 \series bold
23647
23648 \backslash
23649 fboxsep
23650 \series default
23651 \InsetSpace \thinspace{}
23652 =\InsetSpace \thinspace{}
23653 10\InsetSpace \thinspace{}
23654 pt
23655 \end_layout
23656
23657 \end_inset
23658
23659
23660 \begin_inset ERT
23661 status collapsed
23662
23663 \begin_layout Standard
23664
23665
23666 \backslash
23667 setlength{
23668 \backslash
23669 fboxsep}{3pt}
23670 \end_layout
23671
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \begin_layout Standard
23678 \begin_inset VSpace bigskip
23679 \end_inset
23680
23681 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
23682  el comando 
23683 \series bold
23684
23685 \backslash
23686 cornersize
23687 \series default
23688 .
23689  El comando
23690 \end_layout
23691
23692 \begin_layout Standard
23693
23694 \series bold
23695
23696 \backslash
23697 cornersize*{1cm}
23698 \end_layout
23699
23700 \begin_layout Standard
23701 establece un diámetro de 1\InsetSpace \thinspace{}
23702 cm.
23703  El comando
23704 \end_layout
23705
23706 \begin_layout Standard
23707
23708 \series bold
23709
23710 \backslash
23711 cornersize{num}
23712 \end_layout
23713
23714 \begin_layout Standard
23715 fija el diámetro en 
23716 \family sans
23717 num\InsetSpace \thinspace{}
23718 ×\InsetSpace \thinspace{}
23719 minimo(ancho y alto del cuadro)
23720 \family default
23721 .
23722  Por defecto es 
23723 \series bold
23724
23725 \backslash
23726 cornersize{0.5}
23727 \series default
23728 .
23729 \end_layout
23730
23731 \begin_layout Standard
23732 \begin_inset ERT
23733 status collapsed
23734
23735 \begin_layout Standard
23736
23737
23738 \backslash
23739 cornersize*{1.5cm}
23740 \end_layout
23741
23742 \end_inset
23743
23744
23745 \begin_inset Box Ovalbox
23746 position "c"
23747 hor_pos "c"
23748 has_inner_box 1
23749 inner_pos "c"
23750 use_parbox 0
23751 width "28col%"
23752 special "none"
23753 height "1in"
23754 height_special "totalheight"
23755 status open
23756
23757 \begin_layout Standard
23758 \align center
23759 Cuadro ovalado con 
23760 \series bold
23761
23762 \backslash
23763 cornersize
23764 \series default
23765 \InsetSpace \thinspace{}
23766 =\InsetSpace \thinspace{}
23767 1.5\InsetSpace \thinspace{}
23768 cm
23769 \end_layout
23770
23771 \end_inset
23772
23773
23774 \begin_inset ERT
23775 status collapsed
23776
23777 \begin_layout Standard
23778
23779
23780 \backslash
23781 cornersize{0.5}
23782 \end_layout
23783
23784 \end_inset
23785
23786
23787 \end_layout
23788
23789 \begin_layout Standard
23790 \begin_inset VSpace bigskip
23791 \end_inset
23792
23793 El tamaño de la sombra se puede ajustar cambiando la longitud 
23794 \series bold
23795
23796 \backslash
23797 shadowsize
23798 \series default
23799 .
23800  Este comando la ajusta a 2\InsetSpace \thinspace{}
23801 pt en el cuadro siguiente:
23802 \end_layout
23803
23804 \begin_layout Standard
23805
23806 \series bold
23807
23808 \backslash
23809 setlength{
23810 \backslash
23811 shadowsize}{2pt}
23812 \end_layout
23813
23814 \begin_layout Standard
23815 \begin_inset ERT
23816 status collapsed
23817
23818 \begin_layout Standard
23819
23820
23821 \backslash
23822 setlength{
23823 \backslash
23824 shadowsize}{2pt}
23825 \end_layout
23826
23827 \end_inset
23828
23829
23830 \begin_inset Box Shadowbox
23831 position "c"
23832 hor_pos "c"
23833 has_inner_box 1
23834 inner_pos "c"
23835 use_parbox 0
23836 width "28col%"
23837 special "none"
23838 height "1in"
23839 height_special "totalheight"
23840 status open
23841
23842 \begin_layout Standard
23843 \align center
23844 Cuadro sombreado con 
23845 \series bold
23846
23847 \backslash
23848 shadowsize
23849 \series default
23850 \InsetSpace \thinspace{}
23851 =\InsetSpace \thinspace{}
23852 2\InsetSpace \thinspace{}
23853 pt
23854 \end_layout
23855
23856 \end_inset
23857
23858
23859 \begin_inset ERT
23860 status collapsed
23861
23862 \begin_layout Standard
23863
23864
23865 \backslash
23866 setlength{
23867 \backslash
23868 shadowsize}{4pt}
23869 \end_layout
23870
23871 \end_inset
23872
23873
23874 \end_layout
23875
23876 \begin_layout Standard
23877 \begin_inset VSpace bigskip
23878 \end_inset
23879
23880 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
23881  a los comandos.
23882 \end_layout
23883
23884 \begin_layout Section
23885 Minipáginas
23886 \begin_inset LatexCommand label
23887 name "sec:Minipáginas"
23888
23889 \end_inset
23890
23891
23892 \begin_inset LatexCommand index
23893 name "Cuadros ! Minipáginas"
23894
23895 \end_inset
23896
23897
23898 \end_layout
23899
23900 \begin_layout Standard
23901 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
23902  por tanto pueden tener, por ejemplo, sus propias notas al pie.
23903 \end_layout
23904
23905 \begin_layout Standard
23906 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
23907 \end_layout
23908
23909 \begin_layout Standard
23910 A continuación hay dos ejemplos de minipáginas adosadas.
23911  Su anchura está puesta en 45\InsetSpace \thinspace{}
23912 col% y separadas por un relleno horizontal,
23913  insertado via el menú 
23914 \family sans
23915 Insertar\SpecialChar \menuseparator
23916 Formato\InsetSpace ~
23917
23918 \family default
23919 es
23920 \family sans
23921 pecial\InsetSpace ~
23922 \SpecialChar \menuseparator
23923 Relleno\InsetSpace ~
23924 horizontal
23925 \family default
23926 .
23927 \end_layout
23928
23929 \begin_layout Standard
23930 \begin_inset Box Frameless
23931 position "t"
23932 hor_pos "c"
23933 has_inner_box 1
23934 inner_pos "c"
23935 use_parbox 0
23936 width "45col%"
23937 special "none"
23938 height "1in"
23939 height_special "totalheight"
23940 status open
23941
23942 \begin_layout Standard
23943
23944 \lang german
23945 Dies ist ein deutscher Text.
23946  Dies ist ein deutscher Text.
23947  Dies ist ein deutscher Text.
23948  Dies ist ein deutscher Text.
23949  Dies ist ein deutscher Text.
23950  Dies ist ein deutscher Text.
23951  Dies ist ein deutscher Text.
23952  Dies ist ein deutscher Text.
23953  Dies ist ein deutscher Text.
23954  Dies ist ein deutscher Text.
23955  Dies ist ein deutscher Text.
23956  Dies ist ein deutscher Text.
23957  Dies ist ein deutscher Text
23958 \begin_inset Foot
23959 status collapsed
23960
23961 \begin_layout Standard
23962
23963 \lang german
23964 Dies ist eine deutsche Fußnote.
23965 \end_layout
23966
23967 \end_inset
23968
23969 .
23970  Dies ist ein deutscher Text.
23971  Dies ist ein deutscher Text.
23972 \end_layout
23973
23974 \end_inset
23975
23976
23977 \hfill
23978
23979 \begin_inset Box Frameless
23980 position "t"
23981 hor_pos "c"
23982 has_inner_box 1
23983 inner_pos "c"
23984 use_parbox 0
23985 width "45col%"
23986 special "none"
23987 height "1in"
23988 height_special "totalheight"
23989 status open
23990
23991 \begin_layout Standard
23992 This is an English Text.
23993  This is an English Text.
23994  This is an English Text.
23995  This is an English Text.
23996  This is an English Text.
23997  This is an English Text.
23998  This is an English Text.
23999  This is an English Text.
24000  This is an English Text.
24001  This is an English Text.
24002  This is an English Text.
24003  This is an English Text.
24004  This is an English Text.
24005  This is an English Text.
24006  This is an English Text.
24007  This is an English Text.
24008 \begin_inset Foot
24009 status collapsed
24010
24011 \begin_layout Standard
24012 This is an English footnote.
24013 \end_layout
24014
24015 \end_inset
24016
24017  This is an English Text.
24018  
24019 \end_layout
24020
24021 \end_inset
24022
24023
24024 \end_layout
24025
24026 \begin_layout Standard
24027 \begin_inset VSpace bigskip
24028 \end_inset
24029
24030 Otra aplicación de los cuadros son las notas a pie en tablas.
24031  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
24032  al final de la página actual.
24033  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
24034  en la parte inferior, ordenadas con letras.
24035  La ordenación de las notas al pie se restablece en cada minipágina pero
24036  no fuera de las minipáginas.
24037 \end_layout
24038
24039 \begin_layout Standard
24040 La nota al pie en esta tabla no aparece: 
24041 \begin_inset Tabular
24042 <lyxtabular version="3" rows="3" columns="4">
24043 <features>
24044 <column alignment="center" valignment="top" leftline="true" width="0pt">
24045 <column alignment="center" valignment="top" leftline="true" width="0pt">
24046 <column alignment="center" valignment="top" leftline="true" width="0pt">
24047 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24048 <row topline="true">
24049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24050 \begin_inset Text
24051
24052 \begin_layout Standard
24053 1
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24059 \begin_inset Text
24060
24061 \begin_layout Standard
24062 2
24063 \end_layout
24064
24065 \end_inset
24066 </cell>
24067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24068 \begin_inset Text
24069
24070 \begin_layout Standard
24071 3
24072 \begin_inset Foot
24073 status open
24074
24075 \begin_layout Standard
24076 Nota al pie en una tabla.
24077 \end_layout
24078
24079 \end_inset
24080
24081
24082 \end_layout
24083
24084 \end_inset
24085 </cell>
24086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24087 \begin_inset Text
24088
24089 \begin_layout Standard
24090 4
24091 \end_layout
24092
24093 \end_inset
24094 </cell>
24095 </row>
24096 <row topline="true">
24097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24098 \begin_inset Text
24099
24100 \begin_layout Standard
24101 a
24102 \end_layout
24103
24104 \end_inset
24105 </cell>
24106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Standard
24110 b
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Standard
24119 c
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Standard
24128 d
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 </row>
24134 <row topline="true" bottomline="true">
24135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Standard
24139 e
24140 \end_layout
24141
24142 \end_inset
24143 </cell>
24144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24145 \begin_inset Text
24146
24147 \begin_layout Standard
24148 f
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Standard
24157 g
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Standard
24166 h
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 </row>
24172 </lyxtabular>
24173
24174 \end_inset
24175
24176
24177 \end_layout
24178
24179 \begin_layout Standard
24180 \align center
24181 \begin_inset Box Frameless
24182 position "t"
24183 hor_pos "c"
24184 has_inner_box 1
24185 inner_pos "c"
24186 use_parbox 0
24187 width "30col%"
24188 special "none"
24189 height "1in"
24190 height_special "totalheight"
24191 status open
24192
24193 \begin_layout Standard
24194 \align center
24195 \begin_inset Tabular
24196 <lyxtabular version="3" rows="3" columns="4">
24197 <features>
24198 <column alignment="center" valignment="top" leftline="true" width="0pt">
24199 <column alignment="center" valignment="top" leftline="true" width="0pt">
24200 <column alignment="center" valignment="top" leftline="true" width="0pt">
24201 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24202 <row topline="true">
24203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Standard
24207 1
24208 \end_layout
24209
24210 \end_inset
24211 </cell>
24212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Standard
24216 2
24217 \end_layout
24218
24219 \end_inset
24220 </cell>
24221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Standard
24225 3
24226 \begin_inset Foot
24227 status open
24228
24229 \begin_layout Standard
24230 Nota al pie en una tabla..
24231 \end_layout
24232
24233 \end_inset
24234
24235
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Standard
24244 4
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 </row>
24250 <row topline="true">
24251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Standard
24255 a
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Standard
24264 b
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Standard
24273 c
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Standard
24282 d
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 </row>
24288 <row topline="true" bottomline="true">
24289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24290 \begin_inset Text
24291
24292 \begin_layout Standard
24293 e
24294 \end_layout
24295
24296 \end_inset
24297 </cell>
24298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Standard
24302 f
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Standard
24311 g
24312 \end_layout
24313
24314 \end_inset
24315 </cell>
24316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Standard
24320 h
24321 \end_layout
24322
24323 \end_inset
24324 </cell>
24325 </row>
24326 </lyxtabular>
24327
24328 \end_inset
24329
24330
24331 \end_layout
24332
24333 \end_inset
24334
24335
24336 \end_layout
24337
24338 \begin_layout Standard
24339 \begin_inset VSpace bigskip
24340 \end_inset
24341
24342 La configuración global de párrafos se ignora en las minipáginas.
24343  Esto significa que en las mismas no habrá espacio entre párrafos aunque
24344  pongas p.\InsetSpace \thinspace{}
24345 e.\InsetSpace ~
24346
24347 \family sans
24348 Salto\InsetSpace ~
24349 medio
24350 \family default
24351  en la configuración del documento.
24352 \end_layout
24353
24354 \begin_layout Standard
24355 Las minipáginas también sirven para poner un color de fondo para partes
24356  de texto, ver sección\InsetSpace ~
24357
24358 \begin_inset LatexCommand ref
24359 reference "sub:Color-en-Párrafos"
24360
24361 \end_inset
24362
24363 .
24364 \end_layout
24365
24366 \begin_layout Standard
24367 \begin_inset Note Greyedout
24368 status open
24369
24370 \begin_layout Standard
24371
24372 \series bold
24373 Nota:
24374 \series default
24375  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
24376  tener minipáginas en tablas, flotantes, y otros cuadros.
24377 \end_layout
24378
24379 \end_inset
24380
24381
24382 \end_layout
24383
24384 \begin_layout Section
24385 Cuadros de Párrafo (Parbox)
24386 \begin_inset LatexCommand label
24387 name "sec:Cuadros-de-Párrafo"
24388
24389 \end_inset
24390
24391
24392 \begin_inset LatexCommand index
24393 name "Cuadros ! de Párrafo"
24394
24395 \end_inset
24396
24397
24398 \end_layout
24399
24400 \begin_layout Standard
24401 Los cuadros de párrafo son similares a las minipáginas con la diferencia
24402  de que no pueden contener notas al pie.
24403   La diferencia principal es que las minipáginas no son verdaderos cuadros
24404  sino entornos de LaTeX.
24405 \end_layout
24406
24407 \begin_layout Standard
24408 \align center
24409 \begin_inset Box Frameless
24410 position "t"
24411 hor_pos "c"
24412 has_inner_box 1
24413 inner_pos "t"
24414 use_parbox 1
24415 width "33col%"
24416 special "none"
24417 height "1in"
24418 height_special "totalheight"
24419 status collapsed
24420
24421 \begin_layout Standard
24422 Texto en un cuadro de párrafo.
24423  Texto en un cuadro de párrafo.
24424  Esta nota no aparece:
24425 \begin_inset Foot
24426 status open
24427
24428 \begin_layout Standard
24429 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
24430 \end_layout
24431
24432 \end_inset
24433
24434
24435 \end_layout
24436
24437 \end_inset
24438
24439
24440 \end_layout
24441
24442 \begin_layout Section
24443 Cuadros para Palabras y Caracteres
24444 \begin_inset LatexCommand index
24445 name "Cuadros ! para Palabras y Caracteres"
24446
24447 \end_inset
24448
24449
24450 \end_layout
24451
24452 \begin_layout Subsection
24453 Prevención de la Partición con Guiones
24454 \begin_inset LatexCommand label
24455 name "sec:Prevención-de-la-Partición-con-Guiones"
24456
24457 \end_inset
24458
24459
24460 \begin_inset LatexCommand index
24461 name "Cuadros ! Prevenir Partición con Guiones"
24462
24463 \end_inset
24464
24465
24466 \end_layout
24467
24468 \begin_layout Standard
24469 Hay un tipo especial de cuadro para impedir que una palabra sea partida
24470  con guión.
24471 \newline
24472 He aquí un ejemplo:
24473 \end_layout
24474
24475 \begin_layout Standard
24476 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24477 e.\InsetSpace ~
24478 estalarguís
24479 imapalabra.
24480 \end_layout
24481
24482 \begin_layout Standard
24483 Para evitar su división usa el comando
24484 \end_layout
24485
24486 \begin_layout Standard
24487
24488 \series bold
24489
24490 \backslash
24491 mbox{
24492 \end_layout
24493
24494 \begin_layout Standard
24495 en ERT antes de la palabra.
24496  Tras ella inserta una llave de cierre 
24497 \begin_inset Quotes eld
24498 \end_inset
24499
24500
24501 \series bold
24502 }
24503 \series default
24504
24505 \begin_inset Quotes erd
24506 \end_inset
24507
24508  en ERT.
24509 \begin_inset ERT
24510 status collapsed
24511
24512 \begin_layout Standard
24513
24514
24515 \backslash
24516 pagebreak 
24517 \end_layout
24518
24519 \end_inset
24520
24521
24522 \end_layout
24523
24524 \begin_layout Standard
24525 Este es el resultado:
24526 \end_layout
24527
24528 \begin_layout Standard
24529 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24530 e.\InsetSpace ~
24531
24532 \begin_inset ERT
24533 status collapsed
24534
24535 \begin_layout Standard
24536
24537
24538 \backslash
24539 mbox{
24540 \end_layout
24541
24542 \end_inset
24543
24544 estalarguísimapalabra.
24545 \begin_inset ERT
24546 status collapsed
24547
24548 \begin_layout Standard
24549
24550 }
24551 \end_layout
24552
24553 \end_inset
24554
24555
24556 \end_layout
24557
24558 \begin_layout Standard
24559 Por supuesto, la palabra sobresale del margen.
24560  Para evitarlo añade, via el menú 
24561 \family sans
24562 Insertar\SpecialChar \menuseparator
24563 Formato\InsetSpace ~
24564 especial\InsetSpace ~
24565 \SpecialChar \menuseparator
24566 Salto\InsetSpace ~
24567 de\InsetSpace ~
24568
24569 \family default
24570 línea (atajo 
24571 \series bold
24572 Ctrl-Return
24573 \series default
24574 ), un salto de línea antes de la palabra:
24575 \end_layout
24576
24577 \begin_layout Standard
24578 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24579 e.\InsetSpace ~
24580
24581 \newline
24582
24583 \begin_inset ERT
24584 status collapsed
24585
24586 \begin_layout Standard
24587
24588
24589 \backslash
24590 mbox{
24591 \end_layout
24592
24593 \end_inset
24594
24595 estalarguísimapalabra.
24596 \begin_inset ERT
24597 status collapsed
24598
24599 \begin_layout Standard
24600
24601 }
24602 \end_layout
24603
24604 \end_inset
24605
24606
24607 \end_layout
24608
24609 \begin_layout Subsection
24610 Alineación Vertical
24611 \begin_inset LatexCommand label
24612 name "sub:Alineación-Vertical"
24613
24614 \end_inset
24615
24616
24617 \begin_inset LatexCommand index
24618 name "Cuadros ! para Alineación Vertical"
24619
24620 \end_inset
24621
24622
24623 \end_layout
24624
24625 \begin_layout Standard
24626 Con ayuda del comando 
24627 \series bold
24628
24629 \backslash
24630 raisebox
24631 \series default
24632  puedes alinear verticalmente con el texto circundante palabras o caracteres.
24633  
24634 \series bold
24635
24636 \backslash
24637 raisebox
24638 \series default
24639  se utiliza según el esquema:
24640 \end_layout
24641
24642 \begin_layout Standard
24643
24644 \series bold
24645
24646 \backslash
24647 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
24648 \end_layout
24649
24650 \begin_layout Standard
24651 La elevación puede ser un valor positivo para subir el cuadro o negativo
24652  para bajarlo.
24653 \end_layout
24654
24655 \begin_layout Standard
24656 Para alinear una palabra, p.\InsetSpace \thinspace{}
24657 e\InsetSpace ~
24658
24659 \begin_inset Quotes eld
24660 \end_inset
24661
24662 prevención
24663 \begin_inset Quotes erd
24664 \end_inset
24665
24666  para que la parte inferior de la letra más 
24667 \begin_inset Quotes eld
24668 \end_inset
24669
24670 profunda
24671 \begin_inset Quotes erd
24672 \end_inset
24673
24674  
24675 \begin_inset Quotes eld
24676 \end_inset
24677
24678 p
24679 \begin_inset Quotes erd
24680 \end_inset
24681
24682  esté en la línea de base, inserta el comando
24683 \end_layout
24684
24685 \begin_layout Standard
24686
24687 \series bold
24688
24689 \backslash
24690 raisebox{
24691 \backslash
24692 depth}{
24693 \end_layout
24694
24695 \begin_layout Standard
24696 en ERT antes de la palabra.
24697  Detrás de la palabra inserta una llave de cierre 
24698 \begin_inset Quotes eld
24699 \end_inset
24700
24701
24702 \series bold
24703 }
24704 \series default
24705
24706 \begin_inset Quotes erd
24707 \end_inset
24708
24709  en ERT.
24710 \newline
24711 Este es el resultado:
24712 \end_layout
24713
24714 \begin_layout Standard
24715 Esto es una línea de texto con la palabra 
24716 \begin_inset ERT
24717 status collapsed
24718
24719 \begin_layout Standard
24720
24721
24722 \backslash
24723 raisebox{
24724 \backslash
24725 depth}{
24726 \end_layout
24727
24728 \end_inset
24729
24730
24731 \begin_inset Quotes eld
24732 \end_inset
24733
24734 prevención
24735 \begin_inset Quotes erd
24736 \end_inset
24737
24738
24739 \begin_inset ERT
24740 status collapsed
24741
24742 \begin_layout Standard
24743
24744 }
24745 \end_layout
24746
24747 \end_inset
24748
24749  elevada.
24750 \end_layout
24751
24752 \begin_layout Standard
24753 \begin_inset VSpace bigskip
24754 \end_inset
24755
24756 Cuando eleves o bajes caracteres en una línea, se modifica el espacio entre
24757  líneas:
24758 \end_layout
24759
24760 \begin_layout Standard
24761 Esto es una línea de texto con la palabra 
24762 \begin_inset ERT
24763 status collapsed
24764
24765 \begin_layout Standard
24766
24767
24768 \backslash
24769 raisebox{-
24770 \backslash
24771 depth}{
24772 \end_layout
24773
24774 \end_inset
24775
24776
24777 \begin_inset Quotes eld
24778 \end_inset
24779
24780 prevención
24781 \begin_inset Quotes erd
24782 \end_inset
24783
24784
24785 \begin_inset ERT
24786 status collapsed
24787
24788 \begin_layout Standard
24789
24790 }
24791 \end_layout
24792
24793 \end_inset
24794
24795  como palabra más baja.
24796 \newline
24797 Esto es una línea de texto con la palabra 
24798 \begin_inset ERT
24799 status collapsed
24800
24801 \begin_layout Standard
24802
24803
24804 \backslash
24805 raisebox{0.5cm}{
24806 \end_layout
24807
24808 \end_inset
24809
24810
24811 \begin_inset Quotes eld
24812 \end_inset
24813
24814 testigo
24815 \begin_inset Quotes erd
24816 \end_inset
24817
24818
24819 \begin_inset ERT
24820 status collapsed
24821
24822 \begin_layout Standard
24823
24824 }
24825 \end_layout
24826
24827 \end_inset
24828
24829  como palabra más alta.
24830 \end_layout
24831
24832 \begin_layout Standard
24833 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
24834  Por ejemplo
24835 \end_layout
24836
24837 \begin_layout Standard
24838
24839 \series bold
24840
24841 \backslash
24842 raisebox{-
24843 \backslash
24844 depth}[0pt]{
24845 \end_layout
24846
24847 \begin_layout Standard
24848 Esto es una línea de texto con la palabra 
24849 \begin_inset ERT
24850 status collapsed
24851
24852 \begin_layout Standard
24853
24854
24855 \backslash
24856 raisebox{-
24857 \backslash
24858 depth}[0pt]{
24859 \end_layout
24860
24861 \end_inset
24862
24863
24864 \begin_inset Quotes eld
24865 \end_inset
24866
24867 prevención
24868 \begin_inset Quotes erd
24869 \end_inset
24870
24871
24872 \begin_inset ERT
24873 status collapsed
24874
24875 \begin_layout Standard
24876
24877 }
24878 \end_layout
24879
24880 \end_inset
24881
24882  como palabra más baja.
24883 \newline
24884 Esto es una línea de texto con la palabra 
24885 \begin_inset ERT
24886 status collapsed
24887
24888 \begin_layout Standard
24889
24890
24891 \backslash
24892 raisebox{0.5cm}[0pt]{
24893 \end_layout
24894
24895 \end_inset
24896
24897
24898 \begin_inset Quotes eld
24899 \end_inset
24900
24901 testigo
24902 \begin_inset Quotes erd
24903 \end_inset
24904
24905
24906 \begin_inset ERT
24907 status collapsed
24908
24909 \begin_layout Standard
24910
24911 }
24912 \end_layout
24913
24914 \end_inset
24915
24916  como palabra más alta.
24917 \end_layout
24918
24919 \begin_layout Standard
24920 \begin_inset VSpace bigskip
24921 \end_inset
24922
24923 El comando 
24924 \series bold
24925
24926 \backslash
24927 raisebox
24928 \series default
24929  es útil para insertar espacio vertical extra para ciertas filas de tabla
24930  de modo que su contenido esté más separado de las líneas circundantes.
24931  En la Tabla\InsetSpace ~
24932
24933 \begin_inset LatexCommand ref
24934 reference "tab:Dos-tablas-que"
24935
24936 \end_inset
24937
24938  las filas con subíndice y exponente obtienen espacio extra al elevarlas
24939  con un cuadro vacío: El comando
24940 \end_layout
24941
24942 \begin_layout Standard
24943
24944 \series bold
24945
24946 \backslash
24947 raisebox{5mm}{}
24948 \end_layout
24949
24950 \begin_layout Standard
24951 se ha insertado en las filas de la tabla.
24952 \end_layout
24953
24954 \begin_layout Standard
24955 Para añadir espacio extra vertical a todas las filas de todas las tablas,
24956  sería más conveniente  el método descrito en la sección\InsetSpace ~
24957
24958 \begin_inset LatexCommand ref
24959 reference "sub:Row-Spacing"
24960
24961 \end_inset
24962
24963 .
24964 \end_layout
24965
24966 \begin_layout Standard
24967 \begin_inset Float table
24968 wide false
24969 sideways false
24970 status open
24971
24972 \begin_layout Standard
24973 \begin_inset Caption
24974
24975 \begin_layout Standard
24976 \begin_inset LatexCommand label
24977 name "tab:Dos-tablas-que"
24978
24979 \end_inset
24980
24981 Dos tablas que muestran el efecto de espacio vertical extra con 
24982 \backslash
24983
24984 \series bold
24985 raisebox
24986 \end_layout
24987
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \begin_layout Standard
24994
24995 \hfill
24996
24997 \begin_inset Tabular
24998 <lyxtabular version="3" rows="5" columns="2">
24999 <features>
25000 <column alignment="center" valignment="top" leftline="true" width="0pt">
25001 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25002 <row topline="true">
25003 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Standard
25007 sin 
25008 \series bold
25009
25010 \backslash
25011 raisebox
25012 \end_layout
25013
25014 \end_inset
25015 </cell>
25016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25017 \begin_inset Text
25018
25019 \begin_layout Standard
25020
25021 \end_layout
25022
25023 \end_inset
25024 </cell>
25025 </row>
25026 <row topline="true">
25027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25028 \begin_inset Text
25029
25030 \begin_layout Standard
25031 Comando
25032 \end_layout
25033
25034 \end_inset
25035 </cell>
25036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25037 \begin_inset Text
25038
25039 \begin_layout Standard
25040 Resultado
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 </row>
25046 <row topline="true">
25047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25048 \begin_inset Text
25049
25050 \begin_layout Standard
25051 B_V
25052 \end_layout
25053
25054 \end_inset
25055 </cell>
25056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25057 \begin_inset Text
25058
25059 \begin_layout Standard
25060 \begin_inset Formula $B_{V}$
25061 \end_inset
25062
25063
25064 \end_layout
25065
25066 \end_inset
25067 </cell>
25068 </row>
25069 <row topline="true">
25070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Standard
25074 B^V
25075 \end_layout
25076
25077 \end_inset
25078 </cell>
25079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25080 \begin_inset Text
25081
25082 \begin_layout Standard
25083 \begin_inset Formula $B^{V}$
25084 \end_inset
25085
25086
25087 \end_layout
25088
25089 \end_inset
25090 </cell>
25091 </row>
25092 <row topline="true" bottomline="true">
25093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25094 \begin_inset Text
25095
25096 \begin_layout Standard
25097 B^
25098 \begin_inset ERT
25099 status collapsed
25100
25101 \begin_layout Standard
25102
25103
25104 \backslash
25105 textvisiblespace 
25106 \end_layout
25107
25108 \end_inset
25109
25110 A
25111 \end_layout
25112
25113 \end_inset
25114 </cell>
25115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25116 \begin_inset Text
25117
25118 \begin_layout Standard
25119 \begin_inset Formula $B^{A}$
25120 \end_inset
25121
25122
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 </row>
25128 </lyxtabular>
25129
25130 \end_inset
25131
25132
25133 \begin_inset ERT
25134 status collapsed
25135
25136 \begin_layout Standard
25137
25138
25139 \backslash
25140 hspace{2pt}
25141 \end_layout
25142
25143 \end_inset
25144
25145
25146 \begin_inset Tabular
25147 <lyxtabular version="3" rows="5" columns="2">
25148 <features>
25149 <column alignment="center" valignment="top" leftline="true" width="0">
25150 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25151 <row topline="true" bottomline="true">
25152 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25153 \begin_inset Text
25154
25155 \begin_layout Standard
25156 con 
25157 \series bold
25158
25159 \backslash
25160 raisebox
25161 \end_layout
25162
25163 \end_inset
25164 </cell>
25165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25166 \begin_inset Text
25167
25168 \begin_layout Standard
25169
25170 \end_layout
25171
25172 \end_inset
25173 </cell>
25174 </row>
25175 <row topline="true">
25176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25177 \begin_inset Text
25178
25179 \begin_layout Standard
25180 Comando
25181 \end_layout
25182
25183 \end_inset
25184 </cell>
25185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25186 \begin_inset Text
25187
25188 \begin_layout Standard
25189 Resultado
25190 \end_layout
25191
25192 \end_inset
25193 </cell>
25194 </row>
25195 <row topline="true">
25196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25197 \begin_inset Text
25198
25199 \begin_layout Standard
25200 B_V
25201 \end_layout
25202
25203 \end_inset
25204 </cell>
25205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25206 \begin_inset Text
25207
25208 \begin_layout Standard
25209 \begin_inset Formula $B_{V}$
25210 \end_inset
25211
25212
25213 \end_layout
25214
25215 \end_inset
25216 </cell>
25217 </row>
25218 <row topline="true">
25219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25220 \begin_inset Text
25221
25222 \begin_layout Standard
25223 B^V
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25229 \begin_inset Text
25230
25231 \begin_layout Standard
25232 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
25233 \end_inset
25234
25235
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 </row>
25241 <row topline="true" bottomline="true">
25242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Standard
25246 B^
25247 \begin_inset ERT
25248 status collapsed
25249
25250 \begin_layout Standard
25251
25252
25253 \backslash
25254 textvisiblespace 
25255 \end_layout
25256
25257 \end_inset
25258
25259 A
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25265 \begin_inset Text
25266
25267 \begin_layout Standard
25268 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
25269 \end_inset
25270
25271
25272 \end_layout
25273
25274 \end_inset
25275 </cell>
25276 </row>
25277 </lyxtabular>
25278
25279 \end_inset
25280
25281
25282 \hfill
25283
25284 \end_layout
25285
25286 \end_inset
25287
25288
25289 \end_layout
25290
25291 \begin_layout Section
25292 Cuadros Coloreados
25293 \begin_inset LatexCommand label
25294 name "sec:Cuadros-Coloreados"
25295
25296 \end_inset
25297
25298
25299 \begin_inset LatexCommand index
25300 name "Cuadros ! Color"
25301
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \begin_layout Subsection
25308 Color en Texto
25309 \begin_inset LatexCommand index
25310 name "Color ! en Texto"
25311
25312 \end_inset
25313
25314
25315 \end_layout
25316
25317 \begin_layout Standard
25318 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
25319  Esto requiere cargar el paquete LaTeX 
25320 \series bold
25321 color
25322 \series default
25323
25324 \begin_inset LatexCommand index
25325 name "LaTeX-paquetes ! color"
25326
25327 \end_inset
25328
25329  en el preámbulo del documento con
25330 \end_layout
25331
25332 \begin_layout Standard
25333
25334 \series bold
25335
25336 \backslash
25337 @ifundef\SpecialChar \textcompwordmark{}
25338 ined{textcolor}
25339 \newline
25340
25341 \begin_inset ERT
25342 status collapsed
25343
25344 \begin_layout Standard
25345
25346
25347 \backslash
25348 hphantom{ }
25349 \end_layout
25350
25351 \end_inset
25352
25353 {
25354 \backslash
25355 usepackage{color}}{}
25356 \end_layout
25357
25358 \begin_layout Standard
25359 LyX cargará automáticamente el paquete 
25360 \series bold
25361 color
25362 \series default
25363  cuando colorees texto
25364 \begin_inset Foot
25365 status collapsed
25366
25367 \begin_layout Standard
25368 Para evitar cargarlo dos veces se usa el comando 
25369 \series bold
25370
25371 \backslash
25372 @ifundef\SpecialChar \textcompwordmark{}
25373 ined
25374 \series default
25375 .
25376 \end_layout
25377
25378 \end_inset
25379
25380 .
25381 \end_layout
25382
25383 \begin_layout Standard
25384 \begin_inset VSpace medskip
25385 \end_inset
25386
25387 Los cuadros coloreados se crean con el comando 
25388 \series bold
25389
25390 \backslash
25391 colorbox
25392 \series default
25393 , de acuerdo con el siguiente esquema:
25394 \end_layout
25395
25396 \begin_layout Standard
25397
25398 \series bold
25399
25400 \backslash
25401 colorbox{color}{contenido del cuadro}
25402 \end_layout
25403
25404 \begin_layout Standard
25405 El contenido también puede ser un cuadro y los cuadros coloreados también
25406  pueden estar en otros cuadros.
25407 \end_layout
25408
25409 \begin_layout Standard
25410 Los siguientes colores están predefinidos:
25411 \newline
25412
25413 \family sans
25414 black
25415 \family default
25416
25417 \family sans
25418 blue
25419 \family default
25420
25421 \family sans
25422 cyan
25423 \family default
25424 \series bold
25425
25426 \family sans
25427 \series default
25428 green
25429 \family default
25430
25431 \family sans
25432 magenta
25433 \family default
25434
25435 \family sans
25436 red
25437 \family default
25438
25439 \family sans
25440 white
25441 \family default
25442
25443 \family sans
25444 yellow
25445 \family default
25446 .
25447 \newline
25448 También puedes definir tus propios colores según se explica en la sección\InsetSpace ~
25449
25450 \begin_inset LatexCommand ref
25451 reference "sec:Tablas-Coloreadas"
25452
25453 \end_inset
25454
25455 .
25456 \end_layout
25457
25458 \begin_layout Standard
25459 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
25460 \end_layout
25461
25462 \begin_layout Standard
25463
25464 \series bold
25465
25466 \backslash
25467 colorbox{red}{
25468 \end_layout
25469
25470 \begin_layout Standard
25471 en ERT antes de la palabra.
25472  Tras la palabra inserta una llave de cierre 
25473 \begin_inset Quotes eld
25474 \end_inset
25475
25476
25477 \series bold
25478 }
25479 \series default
25480
25481 \begin_inset Quotes erd
25482 \end_inset
25483
25484  en ERT.
25485 \newline
25486 Este es el resultado:
25487 \end_layout
25488
25489 \begin_layout Standard
25490 Línea en la que la palabra 
25491 \begin_inset ERT
25492 status collapsed
25493
25494 \begin_layout Standard
25495
25496
25497 \backslash
25498 colorbox{red}{
25499 \end_layout
25500
25501 \end_inset
25502
25503
25504 \begin_inset Quotes eld
25505 \end_inset
25506
25507 ¡Atención!
25508 \begin_inset Quotes erd
25509 \end_inset
25510
25511
25512 \begin_inset ERT
25513 status collapsed
25514
25515 \begin_layout Standard
25516
25517 }
25518 \end_layout
25519
25520 \end_inset
25521
25522  tiene fondo rojo.
25523 \end_layout
25524
25525 \begin_layout Standard
25526 \begin_inset VSpace bigskip
25527 \end_inset
25528
25529 Si quieres un marco de distinto color, puedes emplear el comando 
25530 \series bold
25531
25532 \backslash
25533 fcolorbox
25534 \series default
25535  con el esquema siguiente:
25536 \end_layout
25537
25538 \begin_layout Standard
25539
25540 \series bold
25541
25542 \backslash
25543 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
25544 \end_layout
25545
25546 \begin_layout Standard
25547
25548 \series bold
25549
25550 \backslash
25551 fcolorbox
25552 \series default
25553  es una extensión de 
25554 \series bold
25555
25556 \backslash
25557 colorbox
25558 \series default
25559 .
25560  El grosor del marco y el espacio entre él y el contenido se puede ajustar
25561  con las longitudes 
25562 \series bold
25563
25564 \backslash
25565 fboxrule
25566 \series default
25567  y 
25568 \series bold
25569
25570 \backslash
25571 fboxsep
25572 \series default
25573 , respectivamente, como se describe en la sección\InsetSpace ~
25574
25575 \begin_inset LatexCommand ref
25576 reference "sec:Cuadros-Enmarcados"
25577
25578 \end_inset
25579
25580 .
25581 \end_layout
25582
25583 \begin_layout Standard
25584 Para el ejemplo siguiente se ha utilizado el comando
25585 \end_layout
25586
25587 \begin_layout Standard
25588
25589 \series bold
25590
25591 \backslash
25592 fcolorbox{cyan}{magenta}{
25593 \end_layout
25594
25595 \begin_layout Standard
25596 Este es un ejemplo en el que se ha puesto un grosor de 1\InsetSpace \thinspace{}
25597 mm para la línea
25598  del marco:
25599 \newline
25600
25601 \begin_inset ERT
25602 status collapsed
25603
25604 \begin_layout Standard
25605
25606
25607 \backslash
25608 fboxrule 1mm 
25609 \backslash
25610 fboxsep 1mm
25611 \end_layout
25612
25613 \end_inset
25614
25615
25616 \begin_inset ERT
25617 status collapsed
25618
25619 \begin_layout Standard
25620
25621
25622 \backslash
25623 fcolorbox{cyan}{magenta}{
25624 \end_layout
25625
25626 \end_inset
25627
25628 Texto en un marco coloreado y enmarcado.
25629 \begin_inset ERT
25630 status collapsed
25631
25632 \begin_layout Standard
25633
25634 }
25635 \end_layout
25636
25637 \end_inset
25638
25639
25640 \end_layout
25641
25642 \begin_layout Standard
25643 \begin_inset VSpace bigskip
25644 \end_inset
25645
25646 Por supuesto también puedes colorear el texto en un marco coloreado:
25647 \newline
25648
25649 \begin_inset ERT
25650 status collapsed
25651
25652 \begin_layout Standard
25653
25654
25655 \backslash
25656 fcolorbox{cyan}{magenta}{
25657 \end_layout
25658
25659 \end_inset
25660
25661
25662 \color yellow
25663 Texto coloreado en un marco sombreado y coloreado.
25664 \color none
25665
25666 \begin_inset ERT
25667 status collapsed
25668
25669 \begin_layout Standard
25670
25671 }
25672 \end_layout
25673
25674 \end_inset
25675
25676
25677 \begin_inset ERT
25678 status collapsed
25679
25680 \begin_layout Standard
25681
25682
25683 \backslash
25684 fboxrule 0.4pt 
25685 \backslash
25686 fboxsep 3pt
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \begin_layout Standard
25695
25696 \series bold
25697 \begin_inset VSpace medskip
25698 \end_inset
25699
25700
25701 \end_layout
25702
25703 \begin_layout Standard
25704 \begin_inset Note Greyedout
25705 status open
25706
25707 \begin_layout Standard
25708
25709 \series bold
25710 Nota:
25711 \series default
25712  El texto en cuadros coloreados no puede tener saltos de línea.
25713  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
25714  coloreado como se describe a continuación.
25715 \end_layout
25716
25717 \end_inset
25718
25719
25720 \end_layout
25721
25722 \begin_layout Subsection
25723 Color en Párrafos
25724 \begin_inset LatexCommand label
25725 name "sub:Color-en-Párrafos"
25726
25727 \end_inset
25728
25729
25730 \begin_inset LatexCommand index
25731 name "Color ! en Párrafos"
25732
25733 \end_inset
25734
25735
25736 \end_layout
25737
25738 \begin_layout Standard
25739 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
25740  Antes de la minipágina inserta el comando 
25741 \series bold
25742
25743 \backslash
25744 colorbox
25745 \end_layout
25746
25747 \begin_layout Standard
25748
25749 \series bold
25750
25751 \backslash
25752 colorbox{color}{
25753 \end_layout
25754
25755 \begin_layout Standard
25756 en ERT.
25757  Detrás de la minipágina inserta una llave de cierre 
25758 \begin_inset Quotes eld
25759 \end_inset
25760
25761
25762 \series bold
25763 }
25764 \series default
25765
25766 \begin_inset Quotes erd
25767 \end_inset
25768
25769  en ERT.
25770 \end_layout
25771
25772 \begin_layout Standard
25773 \begin_inset ERT
25774 status collapsed
25775
25776 \begin_layout Standard
25777
25778
25779 \backslash
25780 colorbox{grisclaro}{
25781 \end_layout
25782
25783 \end_inset
25784
25785
25786 \begin_inset Box Frameless
25787 position "t"
25788 hor_pos "c"
25789 has_inner_box 1
25790 inner_pos "t"
25791 use_parbox 0
25792 width "100col%"
25793 special "none"
25794 height "1in"
25795 height_special "totalheight"
25796 status open
25797
25798 \begin_layout Standard
25799 Texto con color de fondo.
25800  Texto con color de fondo.
25801 \end_layout
25802
25803 \begin_layout Standard
25804 \begin_inset VSpace defskip
25805 \end_inset
25806
25807 El texto puede tener notas al pie
25808 \begin_inset Foot
25809 status open
25810
25811 \begin_layout Standard
25812 Otro ejemplo de nota
25813 \end_layout
25814
25815 \end_inset
25816
25817  y puede incluir tablas y figuras.
25818 \end_layout
25819
25820 \begin_layout Standard
25821 \align center
25822 \begin_inset Tabular
25823 <lyxtabular version="3" rows="3" columns="3">
25824 <features>
25825 <column alignment="center" valignment="top" leftline="true" width="0">
25826 <column alignment="center" valignment="top" leftline="true" width="0">
25827 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25828 <row topline="true">
25829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25830 \begin_inset Text
25831
25832 \begin_layout Standard
25833 a
25834 \end_layout
25835
25836 \end_inset
25837 </cell>
25838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25839 \begin_inset Text
25840
25841 \begin_layout Standard
25842 !
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25848 \begin_inset Text
25849
25850 \begin_layout Standard
25851 3
25852 \end_layout
25853
25854 \end_inset
25855 </cell>
25856 </row>
25857 <row topline="true">
25858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25859 \begin_inset Text
25860
25861 \begin_layout Standard
25862 <
25863 \end_layout
25864
25865 \end_inset
25866 </cell>
25867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25868 \begin_inset Text
25869
25870 \begin_layout Standard
25871 b2
25872 \begin_inset Quotes erd
25873 \end_inset
25874
25875 |
25876 \end_layout
25877
25878 \end_inset
25879 </cell>
25880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25881 \begin_inset Text
25882
25883 \begin_layout Standard
25884 >
25885 \end_layout
25886
25887 \end_inset
25888 </cell>
25889 </row>
25890 <row topline="true" bottomline="true">
25891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25892 \begin_inset Text
25893
25894 \begin_layout Standard
25895 1
25896 \end_layout
25897
25898 \end_inset
25899 </cell>
25900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25901 \begin_inset Text
25902
25903 \begin_layout Standard
25904 §
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25910 \begin_inset Text
25911
25912 \begin_layout Standard
25913 c
25914 \end_layout
25915
25916 \end_inset
25917 </cell>
25918 </row>
25919 </lyxtabular>
25920
25921 \end_inset
25922
25923
25924 \end_layout
25925
25926 \end_inset
25927
25928
25929 \begin_inset ERT
25930 status collapsed
25931
25932 \begin_layout Standard
25933
25934 }
25935 \end_layout
25936
25937 \end_inset
25938
25939
25940 \end_layout
25941
25942 \begin_layout Section
25943 URLs (Localizador Uniforme de Recursos)
25944 \begin_inset LatexCommand index
25945 name "URLs"
25946
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \begin_layout Standard
25953 Los enlaces a páginas web o direcciones de correo se insertan con el menú
25954  
25955 \family sans
25956 Insertar\SpecialChar \menuseparator
25957 URL
25958 \family default
25959 .
25960  Surge un diálogo con dos campos; el campo 
25961 \family sans
25962 URL
25963 \family default
25964  y el campo 
25965 \family sans
25966 Nombre
25967 \family default
25968  para la descripción del URL, que saldrá impreso como texto normal inmediatament
25969 e antes del URL.
25970 \end_layout
25971
25972 \begin_layout Standard
25973 He aquí un ejemplo de URL: 
25974 \begin_inset LatexCommand url
25975 name "Página de LyX"
25976 target "http://www.lyx.org"
25977
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \begin_layout Standard
25984 La opción 
25985 \family sans
25986 Generar\InsetSpace ~
25987 hiperenlace
25988 \family default
25989  en el diálogo URL sólo tiene efecto al exportar el documento al formato
25990  
25991 \begin_inset Quotes eld
25992 \end_inset
25993
25994
25995 \family sans
25996 LinuxDoc
25997 \family default
25998
25999 \begin_inset Quotes erd
26000 \end_inset
26001
26002 .
26003 \end_layout
26004
26005 \begin_layout Standard
26006 No se puede cambiar el estilo del texto del enlace.
26007  El texto del campo 
26008 \family sans
26009 Nombre
26010 \family default
26011  tendrá el estilo de texto predeterminado para el documento mientras que
26012  el texto del campo 
26013 \family sans
26014 URL
26015 \family default
26016  tendrá el estilo 
26017 \begin_inset Quotes eld
26018 \end_inset
26019
26020
26021 \family sans
26022 Typewriter
26023 \family default
26024
26025 \begin_inset Quotes erd
26026 \end_inset
26027
26028 .
26029 \end_layout
26030
26031 \begin_layout Standard
26032 Cuando usas el paquete LaTeX 
26033 \series bold
26034 hyperref
26035 \series default
26036
26037 \begin_inset LatexCommand index
26038 name "LaTeX-paquetes ! hyperref"
26039
26040 \end_inset
26041
26042  para enlazar referencias cruzadas, en las salidas DVI y PDF los URLs se
26043  convierten automáticamente en hiperenlaces disponibles.
26044 \end_layout
26045
26046 \begin_layout Standard
26047 \begin_inset Note Greyedout
26048 status open
26049
26050 \begin_layout Standard
26051
26052 \series bold
26053 Nota: 
26054 \series default
26055 Cuando utilices los caracteres: "%", "#", "^", debes escribirlos precedidos
26056  por una barra invertida, p.\InsetSpace \thinspace{}
26057 e.\InsetSpace ~
26058
26059 \begin_inset Quotes eld
26060 \end_inset
26061
26062
26063 \backslash
26064 #
26065 \begin_inset Quotes erd
26066 \end_inset
26067
26068 .
26069  Los URLs no deben finalizar con una barra invertida.
26070 \end_layout
26071
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \begin_layout Standard
26078 \begin_inset VSpace bigskip
26079 \end_inset
26080
26081 Para crear hiperenlaces reales sin tener que escribir la dirección del enlace
26082  en el texto, puedes usar el comando
26083 \end_layout
26084
26085 \begin_layout Standard
26086
26087 \series bold
26088
26089 \backslash
26090 href{dirección del enlace}{texto del enlace}
26091 \end_layout
26092
26093 \begin_layout Standard
26094 en ERT.
26095  Por ejemplo, para conseguir un enlace a la página web de LyX, escribe el
26096  comando
26097 \end_layout
26098
26099 \begin_layout Standard
26100
26101 \series bold
26102
26103 \backslash
26104 href{http://www.lyx.org}{
26105 \end_layout
26106
26107 \begin_layout Standard
26108 en ERT.
26109  Inserta después del comando el texto del enlace 
26110 \begin_inset Quotes eld
26111 \end_inset
26112
26113 Página de LyX
26114 \begin_inset Quotes erd
26115 \end_inset
26116
26117  seguido por una llave en ERT.
26118  Este es el resultado: 
26119 \begin_inset ERT
26120 status collapsed
26121
26122 \begin_layout Standard
26123
26124
26125 \backslash
26126 href{http://www.lyx.org}{
26127 \end_layout
26128
26129 \end_inset
26130
26131 Página de LyX
26132 \begin_inset ERT
26133 status collapsed
26134
26135 \begin_layout Standard
26136
26137 }
26138 \end_layout
26139
26140 \end_inset
26141
26142
26143 \end_layout
26144
26145 \begin_layout Standard
26146 Para enlazar a direcciones de correo, añade el prefijo 
26147 \begin_inset Quotes eld
26148 \end_inset
26149
26150
26151 \family sans
26152 mailto:
26153 \family default
26154
26155 \begin_inset Quotes erd
26156 \end_inset
26157
26158  a la dirección del enlace:
26159 \newline
26160 Correo para 
26161 \begin_inset ERT
26162 status collapsed
26163
26164 \begin_layout Standard
26165
26166
26167 \backslash
26168 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
26169 \end_layout
26170
26171 \end_inset
26172
26173 la lista de correo de documentación de LyX (lyx-docs)
26174 \begin_inset ERT
26175 status collapsed
26176
26177 \begin_layout Standard
26178
26179 }
26180 \end_layout
26181
26182 \end_inset
26183
26184 .
26185 \end_layout
26186
26187 \begin_layout Standard
26188 Emplear 
26189 \series bold
26190
26191 \backslash
26192 href
26193 \series default
26194  en vez del cuadro URL de LyX tiene la ventaja de que puedes especificar
26195  el estilo de texto del enlace como en las demás partes del texto.
26196  Puedes poner guiones y saltos de línea forzados para dividir textos extensos
26197  de enlaces en el margen de página.
26198  También puedes cambiar el estilo de texto para todos los URLs en el documento
26199  con una opción en el comando de carga de 
26200 \series bold
26201 hyperref
26202 \series default
26203 .
26204  Además las restricciones mencionadas antes no se aplican a 
26205 \series bold
26206
26207 \backslash
26208 href
26209 \series default
26210 .
26211  
26212 \end_layout
26213
26214 \begin_layout Standard
26215
26216 \end_layout
26217
26218 \begin_layout Standard
26219
26220 \newpage
26221
26222 \end_layout
26223
26224 \begin_layout Chapter
26225 \start_of_appendix
26226 Unidades disponibles en 
26227 \begin_inset ERT
26228 status collapsed
26229
26230 \begin_layout Standard
26231
26232
26233 \backslash
26234 texorpdfstring{
26235 \end_layout
26236
26237 \end_inset
26238
26239 LyX
26240 \begin_inset ERT
26241 status collapsed
26242
26243 \begin_layout Standard
26244
26245 }{LyX}
26246 \end_layout
26247
26248 \end_inset
26249
26250
26251 \begin_inset LatexCommand index
26252 name "Unidades"
26253
26254 \end_inset
26255
26256
26257 \begin_inset LatexCommand label
26258 name "cha:Unidades-disponibles-en"
26259
26260 \end_inset
26261
26262
26263 \begin_inset Note Note
26264 status collapsed
26265
26266 \begin_layout Standard
26267 El comando 
26268 \backslash
26269 texorpdfstring suministrado por el paquete LaTeX hyperref impide que los
26270  enlaces se muestren erróneamente en los marcadores PDF.
26271  Más información en 
26272 \begin_inset LatexCommand cite
26273 key "hyperref"
26274
26275 \end_inset
26276
26277 .
26278 \end_layout
26279
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \begin_layout Standard
26286 Para comprender las unidades descritas en este manual, la Tabla\InsetSpace ~
26287
26288 \begin_inset LatexCommand ref
26289 reference "tab:Unidades"
26290
26291 \end_inset
26292
26293  describe todas las unidades disponibles en LyX.
26294 \end_layout
26295
26296 \begin_layout Standard
26297 \begin_inset Float table
26298 placement h
26299 wide false
26300 sideways false
26301 status open
26302
26303 \begin_layout Standard
26304 \begin_inset Caption
26305
26306 \begin_layout Standard
26307 \begin_inset LatexCommand label
26308 name "tab:Unidades"
26309
26310 \end_inset
26311
26312 Unidades
26313 \end_layout
26314
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \begin_layout Standard
26321 \begin_inset VSpace medskip
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \begin_layout Standard
26328 \align center
26329 \begin_inset Tabular
26330 <lyxtabular version="3" rows="20" columns="2">
26331 <features>
26332 <column alignment="center" valignment="top" leftline="true" width="0">
26333 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26334 <row topline="true" bottomline="true">
26335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Standard
26339 unidad
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26345 \begin_inset Text
26346
26347 \begin_layout Standard
26348 nombre/descripción
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 </row>
26354 <row topline="true">
26355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26356 \begin_inset Text
26357
26358 \begin_layout Standard
26359 mm
26360 \end_layout
26361
26362 \end_inset
26363 </cell>
26364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Standard
26368 milímetro
26369 \end_layout
26370
26371 \end_inset
26372 </cell>
26373 </row>
26374 <row topline="true">
26375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26376 \begin_inset Text
26377
26378 \begin_layout Standard
26379 cm
26380 \end_layout
26381
26382 \end_inset
26383 </cell>
26384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26385 \begin_inset Text
26386
26387 \begin_layout Standard
26388 centímetro
26389 \end_layout
26390
26391 \end_inset
26392 </cell>
26393 </row>
26394 <row topline="true">
26395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26396 \begin_inset Text
26397
26398 \begin_layout Standard
26399 in
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Standard
26408 pulgada
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 </row>
26414 <row topline="true">
26415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Standard
26419 pt
26420 \end_layout
26421
26422 \end_inset
26423 </cell>
26424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Standard
26428 punto (72.27\InsetSpace \thinspace{}
26429 pt = 1\InsetSpace \thinspace{}
26430 in)
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 </row>
26436 <row topline="true">
26437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26438 \begin_inset Text
26439
26440 \begin_layout Standard
26441 pc
26442 \end_layout
26443
26444 \end_inset
26445 </cell>
26446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26447 \begin_inset Text
26448
26449 \begin_layout Standard
26450 pica (1\InsetSpace \thinspace{}
26451 pc = 12\InsetSpace \thinspace{}
26452 pt)
26453 \end_layout
26454
26455 \end_inset
26456 </cell>
26457 </row>
26458 <row topline="true">
26459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26460 \begin_inset Text
26461
26462 \begin_layout Standard
26463 sp
26464 \end_layout
26465
26466 \end_inset
26467 </cell>
26468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26469 \begin_inset Text
26470
26471 \begin_layout Standard
26472 punto escalado (65536\InsetSpace \thinspace{}
26473 sp = 1\InsetSpace \thinspace{}
26474 pt)
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 </row>
26480 <row topline="true">
26481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Standard
26485 bp
26486 \end_layout
26487
26488 \end_inset
26489 </cell>
26490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Standard
26494 punto grande (72\InsetSpace \thinspace{}
26495 bp = 1\InsetSpace \thinspace{}
26496 in)
26497 \end_layout
26498
26499 \end_inset
26500 </cell>
26501 </row>
26502 <row topline="true">
26503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26504 \begin_inset Text
26505
26506 \begin_layout Standard
26507 dd
26508 \end_layout
26509
26510 \end_inset
26511 </cell>
26512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26513 \begin_inset Text
26514
26515 \begin_layout Standard
26516 didot (72\InsetSpace \thinspace{}
26517 dd 
26518 \begin_inset Formula $\approx$
26519 \end_inset
26520
26521  37.6\InsetSpace \thinspace{}
26522 mm)
26523 \end_layout
26524
26525 \end_inset
26526 </cell>
26527 </row>
26528 <row topline="true">
26529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26530 \begin_inset Text
26531
26532 \begin_layout Standard
26533 cc
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26539 \begin_inset Text
26540
26541 \begin_layout Standard
26542 cicero (1\InsetSpace \thinspace{}
26543 cc = 12\InsetSpace \thinspace{}
26544 dd)
26545 \end_layout
26546
26547 \end_inset
26548 </cell>
26549 </row>
26550 <row topline="true">
26551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Standard
26555 Escala%
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26561 \begin_inset Text
26562
26563 \begin_layout Standard
26564 % de anchura original de la imagen
26565 \end_layout
26566
26567 \end_inset
26568 </cell>
26569 </row>
26570 <row topline="true">
26571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26572 \begin_inset Text
26573
26574 \begin_layout Standard
26575 text%
26576 \end_layout
26577
26578 \end_inset
26579 </cell>
26580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26581 \begin_inset Text
26582
26583 \begin_layout Standard
26584 % de anchura de texto
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 </row>
26590 <row topline="true">
26591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Standard
26595 col%
26596 \end_layout
26597
26598 \end_inset
26599 </cell>
26600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26601 \begin_inset Text
26602
26603 \begin_layout Standard
26604 % de anchura de columna
26605 \end_layout
26606
26607 \end_inset
26608 </cell>
26609 </row>
26610 <row topline="true">
26611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Standard
26615 page%
26616 \end_layout
26617
26618 \end_inset
26619 </cell>
26620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Standard
26624 % de anchura de página
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 </row>
26630 <row topline="true">
26631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Standard
26635 line%
26636 \end_layout
26637
26638 \end_inset
26639 </cell>
26640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26641 \begin_inset Text
26642
26643 \begin_layout Standard
26644 % de anchura de línea
26645 \end_layout
26646
26647 \end_inset
26648 </cell>
26649 </row>
26650 <row topline="true">
26651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26652 \begin_inset Text
26653
26654 \begin_layout Standard
26655 theight%
26656 \end_layout
26657
26658 \end_inset
26659 </cell>
26660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26661 \begin_inset Text
26662
26663 \begin_layout Standard
26664 % de altura de texto
26665 \end_layout
26666
26667 \end_inset
26668 </cell>
26669 </row>
26670 <row topline="true">
26671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26672 \begin_inset Text
26673
26674 \begin_layout Standard
26675 pheight%
26676 \end_layout
26677
26678 \end_inset
26679 </cell>
26680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26681 \begin_inset Text
26682
26683 \begin_layout Standard
26684 % de altura de página
26685 \end_layout
26686
26687 \end_inset
26688 </cell>
26689 </row>
26690 <row topline="true">
26691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26692 \begin_inset Text
26693
26694 \begin_layout Standard
26695 ex
26696 \end_layout
26697
26698 \end_inset
26699 </cell>
26700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26701 \begin_inset Text
26702
26703 \begin_layout Standard
26704 altura de la letra 
26705 \emph on
26706 x
26707 \emph default
26708  en la fuente actual
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 </row>
26714 <row topline="true">
26715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Standard
26719 em
26720 \end_layout
26721
26722 \end_inset
26723 </cell>
26724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26725 \begin_inset Text
26726
26727 \begin_layout Standard
26728 anchura de la letra 
26729 \emph on
26730 M
26731 \emph default
26732  en la fuente actual
26733 \end_layout
26734
26735 \end_inset
26736 </cell>
26737 </row>
26738 <row topline="true" bottomline="true">
26739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26740 \begin_inset Text
26741
26742 \begin_layout Standard
26743 mu
26744 \end_layout
26745
26746 \end_inset
26747 </cell>
26748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26749 \begin_inset Text
26750
26751 \begin_layout Standard
26752 unidad matemática (1\InsetSpace \thinspace{}
26753 mu = 1/18\InsetSpace \thinspace{}
26754 em)
26755 \end_layout
26756
26757 \end_inset
26758 </cell>
26759 </row>
26760 </lyxtabular>
26761
26762 \end_inset
26763
26764
26765 \end_layout
26766
26767 \end_inset
26768
26769
26770 \end_layout
26771
26772 \begin_layout Chapter
26773 Formatos de Archivos de Salida con Gráficos
26774 \begin_inset LatexCommand label
26775 name "cha:Formatos-de-Archivos-de-Salida"
26776
26777 \end_inset
26778
26779
26780 \end_layout
26781
26782 \begin_layout Section
26783 DVI
26784 \begin_inset LatexCommand index
26785 name "Formatos de Archivo ! DVI"
26786
26787 \end_inset
26788
26789
26790 \begin_inset LatexCommand index
26791 name "DVI|see{Formatos de Archivo}"
26792
26793 \end_inset
26794
26795
26796 \end_layout
26797
26798 \begin_layout Standard
26799 Este tipo de archivo tiene la extensión 
26800 \begin_inset Quotes eld
26801 \end_inset
26802
26803
26804 \family typewriter
26805 .dvi
26806 \family default
26807
26808 \begin_inset Quotes erd
26809 \end_inset
26810
26811 .
26812  Se denomina 
26813 \begin_inset Quotes eld
26814 \end_inset
26815
26816 device-independent
26817 \begin_inset Quotes erd
26818 \end_inset
26819
26820  (DVI), porque es completamente portable; se pueden mover de una máquina
26821  a otra sin necesidad de conversión alguna.
26822  En la época en que se desarrolló este formato, esto no era un asunto baladí.
26823  Los DVIs se usan para previsualizaciones rápidas y como preparación para
26824  otros formatos de salida como PostScript.
26825 \end_layout
26826
26827 \begin_layout Standard
26828 \begin_inset Note Greyedout
26829 status open
26830
26831 \begin_layout Standard
26832
26833 \series bold
26834 Nota:
26835 \series default
26836  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
26837 \end_layout
26838
26839 \end_inset
26840
26841  Por tanto no debes olvidar esto si mueves archivos 
26842 \family typewriter
26843 .dvi
26844 \family default
26845  a otro ordenador.
26846  Esta característica también puede retardar la visualización del archivo,
26847  porque el visor DVI tiene que convertir la imagen en segundo plano para
26848  hacerla visible al deslizar el visor.
26849  Así pues recomendamos usar PDF para archivos con muchas imágenes.
26850 \end_layout
26851
26852 \begin_layout Standard
26853 Un documento se exporta a DVI con el menú 
26854 \family sans
26855 Archivo\SpecialChar \menuseparator
26856 Exportar\SpecialChar \menuseparator
26857 DVI
26858 \family default
26859 .
26860 \end_layout
26861
26862 \begin_layout Section
26863 PostScript
26864 \begin_inset LatexCommand label
26865 name "sec:PostScript"
26866
26867 \end_inset
26868
26869
26870 \begin_inset LatexCommand index
26871 name "Formatos de Archivo ! PostScript"
26872
26873 \end_inset
26874
26875
26876 \begin_inset LatexCommand index
26877 name "PostScript|see{Formatos de Archivo}"
26878
26879 \end_inset
26880
26881
26882 \end_layout
26883
26884 \begin_layout Standard
26885 Este tipo de archivo tiene la extensión 
26886 \begin_inset Quotes eld
26887 \end_inset
26888
26889
26890 \family typewriter
26891 .ps
26892 \family default
26893
26894 \begin_inset Quotes erd
26895 \end_inset
26896
26897 .
26898  PostScript fue desarrollado por la compañía 
26899 \family typewriter
26900 Adobe
26901 \family default
26902  como lenguaje para impresoras.
26903  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
26904  PostScript puede considerarse como un 
26905 \begin_inset Quotes eld
26906 \end_inset
26907
26908 lenguaje de programación
26909 \begin_inset Quotes erd
26910 \end_inset
26911
26912 ; con él puedes calcular y dibujar imágenes y diagramas
26913 \begin_inset Foot
26914 status collapsed
26915
26916 \begin_layout Standard
26917 Si estás interesado en este tema acude al paquete LaTeX 
26918 \series bold
26919 PSTricks
26920 \series default
26921  
26922 \begin_inset LatexCommand cite
26923 key "pstricks"
26924
26925 \end_inset
26926
26927 .
26928 \end_layout
26929
26930 \end_inset
26931
26932 .
26933  Por esto los archivos suelen ser más grandes que los PDFs.
26934 \end_layout
26935
26936 \begin_layout Standard
26937 Los archivos PostScript solo pueden contener imágenes en el formato 
26938 \begin_inset Quotes eld
26939 \end_inset
26940
26941 Encapsulated PostScript
26942 \begin_inset Quotes erd
26943 \end_inset
26944
26945  (EPS, extensión 
26946 \begin_inset Quotes eld
26947 \end_inset
26948
26949
26950 \family typewriter
26951 .eps
26952 \family default
26953
26954 \begin_inset Quotes erd
26955 \end_inset
26956
26957 ).
26958  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
26959  en segundo plano para convertir las imágenes a EPS.
26960  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
26961  cada vez que veas o exportes el documento.
26962  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
26963  puedes evitar el problema insertando las imágenes directamente en EPS.
26964 \end_layout
26965
26966 \begin_layout Standard
26967 El documento se puede exportar a PostScript con el menú 
26968 \family sans
26969 Archivo\SpecialChar \menuseparator
26970 Exportar\SpecialChar \menuseparator
26971 Postscript
26972 \family default
26973 .
26974 \end_layout
26975
26976 \begin_layout Section
26977 PDF
26978 \begin_inset LatexCommand label
26979 name "sec:PDF"
26980
26981 \end_inset
26982
26983
26984 \begin_inset LatexCommand index
26985 name "Formatos de Archivo ! PDF"
26986
26987 \end_inset
26988
26989
26990 \begin_inset LatexCommand index
26991 name "PDF"
26992
26993 \end_inset
26994
26995
26996 \end_layout
26997
26998 \begin_layout Standard
26999 Este tipo de archivo tiene la extensión 
27000 \begin_inset Quotes eld
27001 \end_inset
27002
27003
27004 \family typewriter
27005 .pdf
27006 \family default
27007
27008 \begin_inset Quotes erd
27009 \end_inset
27010
27011 .
27012  El formato 
27013 \begin_inset Quotes eld
27014 \end_inset
27015
27016 Portable Document Format
27017 \begin_inset Quotes erd
27018 \end_inset
27019
27020  (PDF) fue desarrollado por 
27021 \family typewriter
27022 Adobe
27023 \family default
27024  como derivado de PostScript.
27025  Es más comprimido y utiliza muchos menos comandos que PostScript.
27026  Como su nombre 
27027 \begin_inset Quotes eld
27028 \end_inset
27029
27030 portable
27031 \begin_inset Quotes erd
27032 \end_inset
27033
27034  indica, puede ser procesado por cualquier sistema operativo y la salida
27035  impresa se muestra exactamente igual.
27036 \end_layout
27037
27038 \begin_layout Standard
27039 PDF puede contener imágenes en su propio formato PDF, en el formato 
27040 \begin_inset Quotes eld
27041 \end_inset
27042
27043 Joint Photographic Experts Group
27044 \begin_inset Quotes erd
27045 \end_inset
27046
27047  (JPG, extensión 
27048 \begin_inset Quotes eld
27049 \end_inset
27050
27051
27052 \family typewriter
27053 .jpg
27054 \family default
27055
27056 \begin_inset Quotes erd
27057 \end_inset
27058
27059  o 
27060 \begin_inset Quotes eld
27061 \end_inset
27062
27063
27064 \family typewriter
27065 .jpeg
27066 \family default
27067
27068 \begin_inset Quotes erd
27069 \end_inset
27070
27071 ), y en el formato 
27072 \begin_inset Quotes eld
27073 \end_inset
27074
27075 Portable Network Graphics
27076 \begin_inset Quotes erd
27077 \end_inset
27078
27079  (PNG, extensión 
27080 \begin_inset Quotes eld
27081 \end_inset
27082
27083
27084 \family typewriter
27085 .png
27086 \family default
27087
27088 \begin_inset Quotes erd
27089 \end_inset
27090
27091 ).
27092  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
27093  en segundo plano a alguno de los anteriores.
27094  Pero como se ha comentado en la sección sobre PostScript, la conversión
27095  de gráficos ralentiza el trabajo.
27096  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
27097  mencionados.
27098 \end_layout
27099
27100 \begin_layout Standard
27101 Un documento se puede exportar a PDF con el menú 
27102 \family sans
27103 Archivo\SpecialChar \menuseparator
27104 Exportar
27105 \family default
27106  en tres modos diferentes:
27107 \end_layout
27108
27109 \begin_layout Description
27110 PDF Este utiliza el programa 
27111 \family typewriter
27112 ps2pdf
27113 \family default
27114  que crea un PDF a partir de una versión PostScript del archivo.
27115  La versión PostScript es producida por el programa 
27116 \family typewriter
27117 dvips
27118 \family default
27119  que usa una versión DVI como paso intermedio.
27120  Así que este modo de exportación consta de tres conversiones.
27121 \end_layout
27122
27123 \begin_layout Description
27124 PDF\InsetSpace ~
27125 (dvipdfm) Este utiliza el programa 
27126 \family typewriter
27127 dvipdfm
27128 \family default
27129  que convierte el archivo a DVI en segundo plano y en un segundo paso a
27130  PDF.
27131 \end_layout
27132
27133 \begin_layout Description
27134 PDF\InsetSpace ~
27135 (pdflatex) Este utiliza el programa 
27136 \family typewriter
27137 pdftex
27138 \family default
27139  que convierte directamente el archivo a PDF.
27140 \end_layout
27141
27142 \begin_layout Standard
27143 Se recomienda usar 
27144 \family sans
27145 PDF\InsetSpace ~
27146 (pdflatex)
27147 \family default
27148  porque 
27149 \family typewriter
27150 pdftex
27151 \family default
27152  soporta todas las características de las versiones actuales de PDF, es
27153  rápido y estable.
27154  El programa 
27155 \family typewriter
27156 dvipdfm
27157 \family default
27158  ya no se desarrolla y está un poco obsoleto.
27159 \end_layout
27160
27161 \begin_layout Chapter
27162 Explicación de la Ecuación\InsetSpace ~
27163
27164 \begin_inset LatexCommand eqref
27165 reference "eq:Wgn"
27166
27167 \end_inset
27168
27169
27170 \begin_inset LatexCommand label
27171 name "cha:Explicación-de-la-Ecuación"
27172
27173 \end_inset
27174
27175
27176 \end_layout
27177
27178 \begin_layout Standard
27179 La anchura total de 
27180 \emph on
27181 n
27182 \emph default
27183  celdas de una tabla 
27184 \begin_inset Formula $W_{\mathrm{tot\, n}}$
27185 \end_inset
27186
27187  puede calcularse con
27188 \end_layout
27189
27190 \begin_layout Standard
27191 \begin_inset Formula \begin{equation}
27192 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
27193
27194 \end_inset
27195
27196
27197 \end_layout
27198
27199 \begin_layout Standard
27200 donde 
27201 \begin_inset Formula $W_{g\, n}$
27202 \end_inset
27203
27204  es el ancho dado de todas las celdas.
27205  
27206 \series bold
27207
27208 \backslash
27209 tabcolsep
27210 \series default
27211  es la longitud LaTeX entre el texto y el borde de la celda, 6\InsetSpace \thinspace{}
27212 pt por defecto.
27213  
27214 \series bold
27215
27216 \backslash
27217 arrayrulewidth
27218 \series default
27219  es el grosor de línea del borde, 0.4\InsetSpace \thinspace{}
27220 pt por defecto.
27221 \end_layout
27222
27223 \begin_layout Standard
27224 Procediendo como en la ecuación\InsetSpace ~
27225
27226 \begin_inset LatexCommand eqref
27227 reference "eq:Wtot_n"
27228
27229 \end_inset
27230
27231 , el ancho total de una multicolumna, 
27232 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
27233 \end_inset
27234
27235  es
27236 \end_layout
27237
27238 \begin_layout Standard
27239 \begin_inset Formula \begin{equation}
27240 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
27241
27242 \end_inset
27243
27244
27245 \end_layout
27246
27247 \begin_layout Standard
27248 Igualando las ecuaciones\InsetSpace ~
27249
27250 \begin_inset LatexCommand eqref
27251 reference "eq:Wtot_n"
27252
27253 \end_inset
27254
27255  y 
27256 \begin_inset LatexCommand eqref
27257 reference "eq:Wtot_mult"
27258
27259 \end_inset
27260
27261  podemos calcular el ancho dado necesario 
27262 \begin_inset Formula $W_{g\, n}$
27263 \end_inset
27264
27265  cuando se expanden 
27266 \emph on
27267 n
27268 \emph default
27269  columnas, de forma que cada una de ellas tiene una anchura total  
27270 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
27271 \end_inset
27272
27273 :
27274 \end_layout
27275
27276 \begin_layout Standard
27277 \begin_inset Formula \begin{equation}
27278 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
27279
27280 \end_inset
27281
27282
27283 \end_layout
27284
27285 \begin_layout Bibliography
27286 \begin_inset LatexCommand bibitem
27287 key "latexcompanion"
27288
27289 \end_inset
27290
27291 Frank Mittelbach and Michel Goossens: 
27292 \emph on
27293 The LaTeX Companion Second Edition.
27294  
27295 \emph default
27296 Addison-Wesley, 2004
27297 \end_layout
27298
27299 \begin_layout Bibliography
27300 \begin_inset LatexCommand bibitem
27301 key "latexguide"
27302
27303 \end_inset
27304
27305 Helmut Kopka and Patrick W.
27306  Daly: 
27307 \emph on
27308 A Guide to LaTeX Fourth Edition.
27309  
27310 \emph default
27311 Addison-Wesley, 2003
27312 \end_layout
27313
27314 \begin_layout Bibliography
27315 \begin_inset LatexCommand bibitem
27316 key "latexbook"
27317
27318 \end_inset
27319
27320 Leslie Lamport: 
27321 \emph on
27322 LaTeX: A Document Preparation System.
27323  
27324 \emph default
27325 Addison-Wesley, second edition, 1994
27326 \end_layout
27327
27328 \begin_layout Bibliography
27329 \begin_inset LatexCommand bibitem
27330 key "booktabs"
27331
27332 \end_inset
27333
27334
27335 \begin_inset ERT
27336 status collapsed
27337
27338 \begin_layout Standard
27339
27340
27341 \backslash
27342 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
27343 {
27344 \end_layout
27345
27346 \end_inset
27347
27348 Documentación
27349 \begin_inset ERT
27350 status collapsed
27351
27352 \begin_layout Standard
27353
27354 }
27355 \end_layout
27356
27357 \end_inset
27358
27359  del paquete LaTeX 
27360 \series bold
27361 booktabs
27362 \series default
27363
27364 \begin_inset LatexCommand index
27365 name "LaTeX-paquetes ! booktabs"
27366
27367 \end_inset
27368
27369
27370 \end_layout
27371
27372 \begin_layout Bibliography
27373 \begin_inset LatexCommand bibitem
27374 key "caption"
27375
27376 \end_inset
27377
27378
27379 \begin_inset ERT
27380 status collapsed
27381
27382 \begin_layout Standard
27383
27384
27385 \backslash
27386 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
27387 \end_layout
27388
27389 \end_inset
27390
27391 Documentación
27392 \begin_inset ERT
27393 status collapsed
27394
27395 \begin_layout Standard
27396
27397 }
27398 \end_layout
27399
27400 \end_inset
27401
27402  del paquete LaTeX 
27403 \series bold
27404 caption
27405 \series default
27406
27407 \begin_inset LatexCommand index
27408 name "LaTeX-paquetes ! caption"
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \begin_layout Bibliography
27416 \begin_inset LatexCommand bibitem
27417 key "caption-de"
27418
27419 \end_inset
27420
27421 (En Alemán) 
27422 \begin_inset ERT
27423 status collapsed
27424
27425 \begin_layout Standard
27426
27427
27428 \backslash
27429 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
27430 {
27431 \end_layout
27432
27433 \end_inset
27434
27435 Documentación
27436 \begin_inset ERT
27437 status collapsed
27438
27439 \begin_layout Standard
27440
27441 }
27442 \end_layout
27443
27444 \end_inset
27445
27446  del paquete LaTeX 
27447 \series bold
27448 caption
27449 \end_layout
27450
27451 \begin_layout Bibliography
27452 \begin_inset LatexCommand bibitem
27453 key "endfloat"
27454
27455 \end_inset
27456
27457
27458 \begin_inset ERT
27459 status collapsed
27460
27461 \begin_layout Standard
27462
27463
27464 \backslash
27465 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
27466 {
27467 \end_layout
27468
27469 \end_inset
27470
27471 Documentación
27472 \begin_inset ERT
27473 status collapsed
27474
27475 \begin_layout Standard
27476
27477 }
27478 \end_layout
27479
27480 \end_inset
27481
27482  del paquete LaTeX 
27483 \series bold
27484 endf\SpecialChar \textcompwordmark{}
27485 loat
27486 \series default
27487
27488 \begin_inset LatexCommand index
27489 name "LaTeX-paquetes ! endfloat"
27490
27491 \end_inset
27492
27493
27494 \end_layout
27495
27496 \begin_layout Bibliography
27497 \begin_inset LatexCommand bibitem
27498 key "floatflt"
27499
27500 \end_inset
27501
27502
27503 \begin_inset ERT
27504 status collapsed
27505
27506 \begin_layout Standard
27507
27508
27509 \backslash
27510 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
27511 {
27512 \end_layout
27513
27514 \end_inset
27515
27516 Documentación
27517 \begin_inset ERT
27518 status collapsed
27519
27520 \begin_layout Standard
27521
27522 }
27523 \end_layout
27524
27525 \end_inset
27526
27527  del paquete LaTeX 
27528 \series bold
27529 floatf\SpecialChar \textcompwordmark{}
27530 lt
27531 \series default
27532
27533 \begin_inset LatexCommand index
27534 name "LaTeX-paquetes ! floatflt"
27535
27536 \end_inset
27537
27538
27539 \end_layout
27540
27541 \begin_layout Bibliography
27542 \begin_inset LatexCommand bibitem
27543 key "footmisc"
27544
27545 \end_inset
27546
27547
27548 \begin_inset ERT
27549 status collapsed
27550
27551 \begin_layout Standard
27552
27553
27554 \backslash
27555 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
27556 {
27557 \end_layout
27558
27559 \end_inset
27560
27561 Documentación
27562 \begin_inset ERT
27563 status collapsed
27564
27565 \begin_layout Standard
27566
27567 }
27568 \end_layout
27569
27570 \end_inset
27571
27572  del paquete LaTeX 
27573 \series bold
27574 footmisc
27575 \series default
27576
27577 \begin_inset LatexCommand index
27578 name "LaTeX-paquetes ! footmisc"
27579
27580 \end_inset
27581
27582
27583 \end_layout
27584
27585 \begin_layout Bibliography
27586 \begin_inset LatexCommand bibitem
27587 key "hypcap"
27588
27589 \end_inset
27590
27591
27592 \begin_inset ERT
27593 status collapsed
27594
27595 \begin_layout Standard
27596
27597
27598 \backslash
27599 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
27600 \end_layout
27601
27602 \end_inset
27603
27604 Documentación
27605 \begin_inset ERT
27606 status collapsed
27607
27608 \begin_layout Standard
27609
27610 }
27611 \end_layout
27612
27613 \end_inset
27614
27615  del paquete LaTeX 
27616 \series bold
27617 hypcap
27618 \series default
27619
27620 \begin_inset LatexCommand index
27621 name "LaTeX-paquetes ! hyperref"
27622
27623 \end_inset
27624
27625
27626 \end_layout
27627
27628 \begin_layout Bibliography
27629 \begin_inset LatexCommand bibitem
27630 key "hyperref"
27631
27632 \end_inset
27633
27634
27635 \begin_inset ERT
27636 status collapsed
27637
27638 \begin_layout Standard
27639
27640
27641 \backslash
27642 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
27643 {
27644 \end_layout
27645
27646 \end_inset
27647
27648 Documentación
27649 \begin_inset ERT
27650 status collapsed
27651
27652 \begin_layout Standard
27653
27654 }
27655 \end_layout
27656
27657 \end_inset
27658
27659  del paquete LaTeX 
27660 \series bold
27661 hyperref
27662 \series default
27663
27664 \begin_inset LatexCommand index
27665 name "LaTeX-paquetes ! hyperref"
27666
27667 \end_inset
27668
27669
27670 \end_layout
27671
27672 \begin_layout Bibliography
27673 \begin_inset LatexCommand bibitem
27674 key "koma-script"
27675
27676 \end_inset
27677
27678
27679 \begin_inset ERT
27680 status collapsed
27681
27682 \begin_layout Standard
27683
27684
27685 \backslash
27686 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
27687 df}{
27688 \end_layout
27689
27690 \end_inset
27691
27692 Documentación
27693 \begin_inset ERT
27694 status collapsed
27695
27696 \begin_layout Standard
27697
27698 }
27699 \end_layout
27700
27701 \end_inset
27702
27703  del paquete LaTeX 
27704 \series bold
27705 koma-script
27706 \series default
27707
27708 \begin_inset LatexCommand index
27709 name "LaTeX-paquetes ! koma-script"
27710
27711 \end_inset
27712
27713
27714 \end_layout
27715
27716 \begin_layout Bibliography
27717 \begin_inset LatexCommand bibitem
27718 key "koma-script-de"
27719
27720 \end_inset
27721
27722 (En Alemán) 
27723 \begin_inset ERT
27724 status collapsed
27725
27726 \begin_layout Standard
27727
27728
27729 \backslash
27730 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
27731 df}{
27732 \end_layout
27733
27734 \end_inset
27735
27736 Documentación
27737 \begin_inset ERT
27738 status collapsed
27739
27740 \begin_layout Standard
27741
27742 }
27743 \end_layout
27744
27745 \end_inset
27746
27747  del paquete LaTeX 
27748 \series bold
27749 koma-script
27750 \series default
27751
27752 \begin_inset LatexCommand index
27753 name "LaTeX-paquetes ! koma-script"
27754
27755 \end_inset
27756
27757
27758 \end_layout
27759
27760 \begin_layout Bibliography
27761 \begin_inset LatexCommand bibitem
27762 key "marginnote"
27763
27764 \end_inset
27765
27766
27767 \begin_inset ERT
27768 status collapsed
27769
27770 \begin_layout Standard
27771
27772
27773 \backslash
27774 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
27775 pdf}{
27776 \end_layout
27777
27778 \end_inset
27779
27780 Documentación
27781 \begin_inset ERT
27782 status collapsed
27783
27784 \begin_layout Standard
27785
27786 }
27787 \end_layout
27788
27789 \end_inset
27790
27791  del paquete LaTeX 
27792 \series bold
27793 marginnote
27794 \series default
27795
27796 \begin_inset LatexCommand index
27797 name "LaTeX-paquetes ! marginnote"
27798
27799 \end_inset
27800
27801
27802 \end_layout
27803
27804 \begin_layout Bibliography
27805 \begin_inset LatexCommand bibitem
27806 key "pstricks"
27807
27808 \end_inset
27809
27810
27811 \begin_inset ERT
27812 status collapsed
27813
27814 \begin_layout Standard
27815
27816
27817 \backslash
27818 href{http://tug.org/PSTricks/main.cgi/}{
27819 \end_layout
27820
27821 \end_inset
27822
27823 Página Web
27824 \begin_inset ERT
27825 status collapsed
27826
27827 \begin_layout Standard
27828
27829 }
27830 \end_layout
27831
27832 \end_inset
27833
27834  del paquete LaTeX 
27835 \series bold
27836 PSTricks
27837 \series default
27838
27839 \begin_inset LatexCommand index
27840 name "LaTeX-paquetes ! PSTricks"
27841
27842 \end_inset
27843
27844
27845 \end_layout
27846
27847 \begin_layout Bibliography
27848 \begin_inset LatexCommand bibitem
27849 key "sidecap"
27850
27851 \end_inset
27852
27853
27854 \begin_inset ERT
27855 status collapsed
27856
27857 \begin_layout Standard
27858
27859
27860 \backslash
27861 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
27862 \end_layout
27863
27864 \end_inset
27865
27866 Documentación
27867 \begin_inset ERT
27868 status collapsed
27869
27870 \begin_layout Standard
27871
27872 }
27873 \end_layout
27874
27875 \end_inset
27876
27877  del paquete LaTeX 
27878 \series bold
27879 sidecap
27880 \series default
27881
27882 \begin_inset LatexCommand index
27883 name "LaTeX-paquetes ! sidecap"
27884
27885 \end_inset
27886
27887
27888 \end_layout
27889
27890 \begin_layout Bibliography
27891 \begin_inset LatexCommand bibitem
27892 key "NewInLyX15"
27893
27894 \end_inset
27895
27896
27897 \begin_inset ERT
27898 status collapsed
27899
27900 \begin_layout Standard
27901
27902
27903 \backslash
27904 href{http://wiki.lyx.org/LyX/NewInLyX15}{
27905 \end_layout
27906
27907 \end_inset
27908
27909 Página Wiki
27910 \begin_inset ERT
27911 status collapsed
27912
27913 \begin_layout Standard
27914
27915 }
27916 \end_layout
27917
27918 \end_inset
27919
27920  sobre características nuevas previstas para la versión 
27921 \family sans
27922 LyX\InsetSpace ~
27923 1.5
27924 \family default
27925 .
27926 \end_layout
27927
27928 \begin_layout Standard
27929 \begin_inset LatexCommand printindex
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \begin_layout Standard
27937 \begin_inset FloatList figure
27938
27939 \end_inset
27940
27941
27942 \end_layout
27943
27944 \begin_layout Standard
27945 \begin_inset FloatList table
27946
27947 \end_inset
27948
27949
27950 \end_layout
27951
27952 \end_body
27953 \end_document