]> git.lyx.org Git - lyx.git/blob - lib/doc/es_EmbeddedObjects.lyx
EmbeddedObjects:
[lyx.git] / lib / doc / es_EmbeddedObjects.lyx
1 #LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 258
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % provides caption formatting
8 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}
9
10 % provides commands to set caption
11 % beside tables/images
12 \usepackage{sidecap}
13
14 \newcommand{\TabBesBeg}{%
15  \let\MyTable\table
16  \let\MyEndtable\endtable
17  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
18
19 \newcommand{\TabBesEnd}{%
20  \let\table\MyTable
21  \let\endtable\MyEndtable}
22
23 \newcommand{\FigBesBeg}{%
24  \let\MyFigure\figure
25  \let\MyEndfigure\endfigure
26  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
27
28 \newcommand{\FigBesEnd}{%
29  \let\figure\MyFigure
30  \let\endfigure\MyEndfigure}
31
32 % enables calculation of values,
33 \usepackage{calc}
34
35 % provides special table cell alignments
36 \usepackage{dcolumn}
37
38 % increase the bottom float placement fraction
39 \renewcommand{\bottomfraction}{0.5}
40
41 % avoids that floats are placed before their
42 % corresponding section starts
43 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
44
45 % speed up the longtable calculation
46 \setcounter{LTchunksize}{100}
47
48 % define a new reference format
49 \newrefformat{fig}
50  {Figura~flotante~\ref{#1} impresa en la página~\pageref{#1}}
51
52 % if pdflatex is used
53 \usepackage{ifpdf}
54 \ifpdf
55
56 % set fonts for nicer pdf view
57 \IfFileExists{lmodern.sty}
58  {\usepackage{lmodern}} % if it exists
59  {% if it exists not
60   \usepackage[scaled=0.92]{helvet}
61   \usepackage{mathptmx}
62   \usepackage{courier}
63  } % end if it exists not
64
65 % link all cross references and URLs
66 % in pdf output
67  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
68   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
69   pdfpagelayout=OneColumn, pdfnewwindow=true,
70   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
71   pdfauthor={LyX Team}, pdftex,
72   pdftitle={LyX's Figure, Table, Floats, Notes, and Boxes manual},
73   pdfsubject={LyX-documentation about figures, tables, floats, notes, and boxes},
74   pdfkeywords={LyX, Tables, Figures, Floats, Boxes, Notes}]{hyperref}
75  
76 \else % if dvi or ps is produced
77
78  % link all cross references and URLs in DVI output
79  \usepackage[ps2pdf, colorlinks=true,
80   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
81
82 \fi % end if pdflatex is used
83
84 % that links to image floats jumps
85 % to the beginning of the float and 
86 % not to its caption
87 \usepackage[figure]{hypcap}
88
89 % used for colored tables
90 \@ifundefined{textcolor}
91  {\usepackage{color}}{}
92 \usepackage{colortbl}
93 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
94 \definecolor{grisclaro}{gray}{0.8}
95
96 % used for multirows
97 \usepackage{multirow}
98 %\renewcommand{\multirowsetup}{\centering}
99
100 % used for book-style tables
101 \usepackage{booktabs}
102
103 % used to have extra space in table cells,
104 \setlength{\extrarowheight}{2pt}
105
106 % used for customized tables
107 % ---
108 \newcolumntype{M}[1]
109  {>{\centering\hspace{0pt}}m{#1}}
110
111 \newcolumntype{S}[2]
112  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
113
114 \newcolumntype{K}[1]
115  {>{\columncolor{#1}\hspace{0pt}}c}
116
117 \newcolumntype{V}{!{\vrule width 1.5pt}}
118
119 \newcolumntype{W}{!{\color{green}\vline}}
120 % ---
121
122 % To be able to enter the characters ° and · directly in LyX
123 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
124 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
125
126 % the pages of the TOC are numbered roman
127 % and a PDF-bookmark for the TOC is added
128 \pagenumbering{roman}
129 \let\myTOC\tableofcontents
130 \renewcommand{\tableofcontents}{%
131  \pdfbookmark[1]{Contenidos}{}
132  \myTOC
133  \clearpage
134  \pagenumbering{arabic}}
135
136 % insert additional vertical space of
137 % 1.5 mm between footnotes
138 \let\myFoot\footnote
139 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
140
141 % enable algorithm floats to be referenced
142 \newfloat{Xalgorithm}{tbp}{loa}
143 \floatname{Xalgorithm}{Algoritmo}
144 \newcommand{\theHalgorithm}{\theHXalgorithm}
145 \renewenvironment{algorithm}[1][tbp]
146  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
147
148 % number algorithm floats within chapters
149 \numberwithin{Xalgorithm}{chapter}
150
151 % redefine the greyed out note
152 \renewenvironment{lyxgreyedout}
153  {\textcolor{blue}\bgroup}{\egroup}
154
155 % ------------------------------------
156 % used to check for needed LaTeX packages
157 \usepackage{ifthen}
158
159 % check for package arydshln
160 % used for tables with dashed lines
161 \newboolean{arydshln}
162 \IfFileExists{arydshln.sty}
163  {\usepackage{arydshln}
164   \setboolean{arydshln}{true}}
165  {\setboolean{arydshln}{false}}
166
167 % check for package marginnote
168 % used for margin notes
169 \newboolean{marginnote}
170 \IfFileExists{marginnote.sty}
171  {\usepackage{marginnote}
172   \let\marginpar\marginnote
173   \setboolean{marginnote}{true}}
174  {\setboolean{marginnote}{false}}
175 \end_preamble
176 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage
177 \language spanish
178 \inputencoding auto
179 \font_roman default
180 \font_sans default
181 \font_typewriter default
182 \font_default_family default
183 \font_sc false
184 \font_osf false
185 \font_sf_scale 100
186 \font_tt_scale 100
187 \graphics default
188 \paperfontsize 12
189 \spacing single
190 \papersize default
191 \use_geometry false
192 \use_amsmath 2
193 \use_esint 0
194 \cite_engine basic
195 \use_bibtopic false
196 \paperorientation portrait
197 \secnumdepth 3
198 \tocdepth 3
199 \paragraph_separation skip
200 \defskip medskip
201 \quotes_language english
202 \papercolumns 1
203 \papersides 2
204 \paperpagestyle default
205 \bullet 1 1 34 -1
206 \bullet 2 2 35 -1
207 \bullet 3 2 7 -1
208 \tracking_changes false
209 \output_changes true
210 \author "" 
211 \author "muso" 
212 \author "usti" 
213 \end_header
214
215 \begin_body
216
217 \begin_layout Title
218 Manual de Tablas, Figuras, Flotantes, Notas y Cuadros en LyX
219 \end_layout
220
221 \begin_layout Author
222 por el Equipo LyX
223 \begin_inset Foot
224 status collapsed
225
226 \begin_layout Standard
227 \noindent
228 Si tienes comentarios o correcciones, por favor, envíalo a la lista de correo
229  de Documentación de LyX: 
230 \family typewriter
231
232 \begin_inset ERT
233 status collapsed
234
235 \begin_layout Standard
236
237
238 \backslash
239 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's es-ExtendedInsets manual}{
240 \end_layout
241
242 \end_inset
243
244 lyx-docs@lists.lyx.org
245 \begin_inset ERT
246 status collapsed
247
248 \begin_layout Standard
249
250 }
251 \end_layout
252
253 \end_inset
254
255
256 \end_layout
257
258 \end_inset
259
260
261 \begin_inset Note Note
262 status collapsed
263
264 \begin_layout Standard
265 autor original: Uwe Stöhr
266 \end_layout
267
268 \end_inset
269
270
271 \begin_inset Note Note
272 status collapsed
273
274 \begin_layout Standard
275 Traducción de: Ignacio García <ignacio.garcia@tele2.es> 
276 \end_layout
277
278 \end_inset
279
280
281 \newline
282
283 \newline
284
285 \family sans
286 Versión 1.5.0-1
287 \end_layout
288
289 \begin_layout Standard
290 \begin_inset LatexCommand tableofcontents
291
292 \end_inset
293
294
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset Note Note
299 status open
300
301 \begin_layout Standard
302 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
303  estar instalados los paquetes LaTeX 
304 \series bold
305 arydshln
306 \series default
307  y 
308 \series bold
309 marginnote
310 \series default
311 .
312  Si no están instalados, también podrás exportar el documento, pero las
313  secciones en que dichos paquetes son necesarios no aparecen en la salida.
314 \end_layout
315
316 \begin_layout Standard
317 La última versión en PDF de este documento puede encontrarse aquí:
318 \series bold
319
320 \newline
321 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
322 \end_layout
323
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Chapter
330 Figuras
331 \begin_inset LatexCommand label
332 name "cha:Figuras"
333
334 \end_inset
335
336
337 \begin_inset LatexCommand index
338 name "Figuras"
339
340 \end_inset
341
342
343 \end_layout
344
345 \begin_layout Section
346 Diálogo Gráficos
347 \begin_inset LatexCommand index
348 name "Figuras ! Diálogo Gráficos"
349
350 \end_inset
351
352
353 \end_layout
354
355 \begin_layout Standard
356 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
357  texto que desees y haz click en el icono 
358 \begin_inset Graphics
359         filename ../images/dialog-show-new-inset_graphics.xpm
360         scale 85
361
362 \end_inset
363
364  o en el menú 
365 \family sans
366 Insertar\SpecialChar \menuseparator
367 Imagen\SpecialChar \ldots{}
368
369 \family default
370  Aparecerá un diálogo para escoger el archivo a cargar.
371  La imagen aparecerá en el archivo de salida exactamente en la misma posición
372  en la que la has colocado.
373 \end_layout
374
375 \begin_layout Standard
376 El diálogo Gráficos puede lanzarse en cualquier momento haciendo click-derecha
377  sobre una imagen.
378  Este diálogo tiene tres pestañas:
379 \end_layout
380
381 \begin_layout Description
382 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
383  presentación en LyX y en la salida.
384  En el apéndice\InsetSpace ~
385
386 \begin_inset LatexCommand ref
387 reference "cha:Unidades-disponibles-en"
388
389 \end_inset
390
391  se detallan las unidades disponibles para el tamaño del gráfico.
392 \newline
393 Puedes girar
394  los gráficos en el sentido de las agujas de reloj estableciendo un ángulo
395  y un origen de rotación.
396  La imagen también gira en LyX.
397 \end_layout
398
399 \begin_layout Description
400 Recorte Alternativamente al escalado, es posible establacer las coordenadas
401  de la imagen para ajustar su altura y anchura en la salida.
402  Además, las coordenadas se pueden calcular automáticamente pinchando el
403  botón 
404 \family sans
405 Obtener\InsetSpace ~
406 de\InsetSpace ~
407 archivo
408 \family default
409 .
410  El botón 
411 \family sans
412 Recortar\InsetSpace ~
413 al\InsetSpace ~
414 cuadro\InsetSpace ~
415 delimitador
416 \family default
417  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
418 as.
419  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta pestaña.
420 \end_layout
421
422 \begin_layout Description
423 Opciones\InsetSpace ~
424 extra Aquí puedes poner una imagen como subfigura de una figura
425  flotante que tiene su propio título.
426  Las subfiguras se explican en la sección\InsetSpace ~
427
428 \begin_inset LatexCommand ref
429 reference "sec:Figuras-Flotantes"
430
431 \end_inset
432
433 .
434 \newline
435 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
436 \newline
437 La
438  opción 
439 \family sans
440 Modo\InsetSpace ~
441 borrador
442 \family default
443  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
444 \newline
445 La
446  opción 
447 \family sans
448 No\InsetSpace ~
449 descomprimir\InsetSpace ~
450 al\InsetSpace ~
451 exportar
452 \family default
453  sólo afecta a los gráficos EPS comprimidos, p.\InsetSpace \thinspace{}
454 e.\InsetSpace ~
455
456 \emph on
457 x.eps.gz
458 \emph default
459 .
460  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
461  puesto que LaTeX puede manejarlas como están.
462 \newline
463 Los gráficos EPS comprimidos
464  sirven para ahorrar espacio de disco si se utiliza PostScript como formato
465  de salida, ver apéndice\InsetSpace ~
466
467 \begin_inset LatexCommand ref
468 reference "sec:PostScript"
469
470 \end_inset
471
472 .
473  Para comprimir gráficos EPS, use los siguientes comandos en un UNIX-shell
474  o en consola de Windows:
475 \newline
476
477 \series bold
478 gzip x.eps
479 \series default
480
481 \newline
482
483 \series bold
484 zgrep %%Bounding x.eps.gz > x.eps.bb
485 \series default
486
487 \newline
488 El segundo comando crea un archivo de cuadro delimitador 
489 \begin_inset Quotes eld
490 \end_inset
491
492 x.eps.bb
493 \begin_inset Quotes erd
494 \end_inset
495
496  que necesita LaTeX para gráficos comprimidos.
497 \end_layout
498
499 \begin_layout Standard
500
501 \newpage
502
503 \end_layout
504
505 \begin_layout Standard
506 Esto es un ejemplo de imagen en formato EPS
507 \begin_inset Foot
508 status collapsed
509
510 \begin_layout Standard
511 Formatos de imagen se explica en el sección\InsetSpace ~
512
513 \begin_inset LatexCommand ref
514 reference "sec:Formatos-de-imagen"
515
516 \end_inset
517
518 .
519 \end_layout
520
521 \end_inset
522
523  en un párrafo separado centrado horizontalmente:
524 \end_layout
525
526 \begin_layout Standard
527 \align center
528 \begin_inset Graphics
529         filename mobius.eps
530         display color
531         scale 70
532         rotateOrigin center
533
534 \end_inset
535
536
537 \end_layout
538
539 \begin_layout Standard
540 Esta es la misma imagen pero en modo borrador:
541 \end_layout
542
543 \begin_layout Standard
544 \align center
545 \begin_inset Graphics
546         filename mobius.eps
547         display color
548         scale 70
549         draft
550         rotateOrigin center
551
552 \end_inset
553
554
555 \end_layout
556
557 \begin_layout Section
558 Figuras Flotantes
559 \begin_inset LatexCommand label
560 name "sec:Figuras-Flotantes"
561
562 \end_inset
563
564
565 \begin_inset LatexCommand index
566 name "Flotantes ! Figuras Flotantes"
567
568 \end_inset
569
570
571 \begin_inset LatexCommand index
572 name "Figuras ! Flotantes"
573
574 \end_inset
575
576
577 \end_layout
578
579 \begin_layout Standard
580 Para información general sobre flotantes, echa una ojeada a la sección\InsetSpace ~
581
582 \begin_inset LatexCommand ref
583 reference "sec:IntroducciónFlotantes"
584
585 \end_inset
586
587 .
588 \end_layout
589
590 \begin_layout Standard
591 El botón 
592 \begin_inset Graphics
593         filename ../images/float-insert_figure.xpm
594         scale 85
595
596 \end_inset
597
598  y el menú 
599 \family sans
600 Insertar\SpecialChar \menuseparator
601 Flotante\SpecialChar \menuseparator
602 Figura
603 \family default
604  insertan un flotante con la etiqueta "
605 \series bold
606 Figura #:
607 \series default
608 ".
609  Detrás de esta etiqueta escribe el texto para el encabezado que quieras
610  para la figura.
611  Para insertar una imagen sobre su título sitúa el cursor delante del encabezado
612 , presiona Enter e inserta la imagen como se describe arriba.
613  Esto se hace para la Figura\InsetSpace ~
614
615 \begin_inset LatexCommand ref
616 reference "fig:kill-plat"
617
618 \end_inset
619
620 .
621  Si quieres que la imagen esté bajo su título, sitúa el cursor detrás del
622  mismo, presiona Enter e inserta la imagen.
623  Esto se hace para la Figura\InsetSpace ~
624
625 \begin_inset LatexCommand ref
626 reference "fig:escher"
627
628 \end_inset
629
630 .
631  Más información sobre ubicación de encabezados en la sección\InsetSpace ~
632
633 \begin_inset LatexCommand ref
634 reference "sec:Colocación-de-Encabezados"
635
636 \end_inset
637
638 .
639 \end_layout
640
641 \begin_layout Standard
642 \begin_inset Float figure
643 wide false
644 sideways false
645 status open
646
647 \begin_layout Standard
648 \align center
649 \begin_inset Graphics
650         filename platypus.eps
651         display color
652         width 50col%
653         rotateOrigin center
654
655 \end_inset
656
657
658 \end_layout
659
660 \begin_layout Standard
661 \begin_inset Caption
662
663 \begin_layout Standard
664 \begin_inset LatexCommand label
665 name "fig:kill-plat"
666
667 \end_inset
668
669 Un platypus muy distorsionado en un flotante.
670 \end_layout
671
672 \end_inset
673
674
675 \end_layout
676
677 \end_inset
678
679
680 \end_layout
681
682 \begin_layout Standard
683 \begin_inset Float figure
684 wide false
685 sideways false
686 status open
687
688 \begin_layout Standard
689 \begin_inset Caption
690
691 \begin_layout Standard
692 \begin_inset LatexCommand label
693 name "fig:escher"
694
695 \end_inset
696
697 M.C.
698  Escher en ácido.
699 \end_layout
700
701 \end_inset
702
703
704 \end_layout
705
706 \begin_layout Standard
707 \align center
708 \begin_inset Graphics
709         filename escher-lsd.eps
710         display color
711         scale 80
712         rotateOrigin center
713
714 \end_inset
715
716
717 \end_layout
718
719 \end_inset
720
721
722 \end_layout
723
724 \begin_layout Standard
725 \begin_inset LatexCommand index
726 name "Referencias ! a Figuras"
727
728 \end_inset
729
730 Las figuras\InsetSpace ~
731
732 \begin_inset LatexCommand ref
733 reference "fig:kill-plat"
734
735 \end_inset
736
737  y 
738 \begin_inset LatexCommand ref
739 reference "fig:escher"
740
741 \end_inset
742
743  son ejemplos de figuras con referencias cruzadas.
744  Las figuras pueden tener referencias cruzadas en el documento mediante
745  referencia a su etiqueta.
746  Para hacerlo inserta una etiqueta en el encabezado usando el menú 
747 \family sans
748 Insertar\SpecialChar \menuseparator
749 Etiqueta
750 \family default
751  o el botón 
752 \begin_inset Graphics
753         filename ../images/label-insert.xpm
754         scale 85
755
756 \end_inset
757
758 .
759  Ahora puedes referirte a la etiqueta usando el menú 
760 \family sans
761 Insertar\SpecialChar \menuseparator
762 Referencia\InsetSpace ~
763 cruzada
764 \family default
765  o el botón 
766 \begin_inset Graphics
767         filename ../images/dialog-show-new-inset_ref.xpm
768         scale 85
769
770 \end_inset
771
772 .
773  Es importante emplear referencias a flotantes, mejor que alusiones vagas
774  como "la figura de arriba", porque como LaTeX recolocará los flotantes
775  en el documento final, podría no quedar "arriba" precisamente.
776 \end_layout
777
778 \begin_layout Standard
779 Normalmente sólo se inserta una imagen en un flotante, pero a veces podríamos
780  querer poner dos imágenes con subtítulos separados.
781  Esto es posible mediante la pestaña 
782 \family sans
783 Opciones\InsetSpace ~
784 extra
785 \family default
786  del diálogo gráficos.
787  Elije la opción 
788 \family sans
789 Subfigura
790 \family default
791  e introduce el subtítulo en la casilla 
792 \family sans
793 Descripción
794 \family default
795 .
796  Observa que sólo el título principal del encabezado del flotante se añade
797  a la Lista de Figuras.
798 \end_layout
799
800 \begin_layout Standard
801 La figura\InsetSpace ~
802
803 \begin_inset LatexCommand ref
804 reference "fig:Dos-imágenes-distorsionadas"
805
806 \end_inset
807
808  es un ejemplo de figura flotante con dos imágenes una junto a otra.
809  También se pueden poner una sobre otra.
810 \end_layout
811
812 \begin_layout Standard
813 \begin_inset Float figure
814 wide false
815 sideways false
816 status open
817
818 \begin_layout Standard
819
820 \hfill
821
822 \begin_inset Graphics
823         filename escher-lsd.eps
824         width 45col%
825         subcaption
826         subcaptionText "Estructura indefinible"
827
828 \end_inset
829
830
831 \hfill
832
833 \begin_inset Graphics
834         filename platypus.eps
835         lyxscale 60
836         width 45col%
837         subcaption
838         subcaptionText "Platypus"
839
840 \end_inset
841
842
843 \hfill
844
845 \end_layout
846
847 \begin_layout Standard
848 \begin_inset Caption
849
850 \begin_layout Standard
851 \begin_inset LatexCommand label
852 name "fig:Dos-imágenes-distorsionadas"
853
854 \end_inset
855
856 Dos imágenes distorsionadas.
857 \end_layout
858
859 \end_inset
860
861
862 \end_layout
863
864 \end_inset
865
866
867 \end_layout
868
869 \begin_layout Section
870 Formatos de Imagen
871 \begin_inset LatexCommand label
872 name "sec:Formatos-de-imagen"
873
874 \end_inset
875
876
877 \begin_inset LatexCommand index
878 name "Formatos de Imagen"
879
880 \end_inset
881
882
883 \begin_inset LatexCommand index
884 name "Figuras ! Formatos de Imagen"
885
886 \end_inset
887
888
889 \end_layout
890
891 \begin_layout Standard
892 Puedes insertar imágenes en cualquier formato.
893  Pero como se explica en el apéndice \InsetSpace ~
894
895 \begin_inset LatexCommand ref
896 reference "cha:Formatos-de-Archivos-de-Salida"
897
898 \end_inset
899
900 , cada formato de archivo del documento de salida permite solo ciertos formatos
901  de archivo de imagen.
902  Por eso LyX usa el programa 
903 \family sans
904 Imagemagick
905 \family default
906  en segundo plano para convertir imágenes al formato adecuado.
907  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
908  los formatos de imagen admitidos en el formato de archivo de salida.
909  Los formatos de salida se explican en el apéndice \InsetSpace ~
910
911 \begin_inset LatexCommand ref
912 reference "cha:Formatos-de-Archivos-de-Salida"
913
914 \end_inset
915
916 .
917 \end_layout
918
919 \begin_layout Standard
920 Como en el caso de las fuentes, hay dos tipos de archivos de imagen::
921 \end_layout
922
923 \begin_layout Description
924 Imágenes\InsetSpace ~
925 Mapa\InsetSpace ~
926 de\InsetSpace ~
927 bits (Bitmap) consiste en valores de píxel, generalmente comprimid
928 os.
929  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
930  de zoom.
931  Formatos de imágenes en bitmap bien conocidos son "Graphics Interchange
932  Format" (GIF, extensión ".gif")
933 \begin_inset LatexCommand index
934 name "GIF|see{Formatos de Imagen}"
935
936 \end_inset
937
938 , "Portable Network Graphics" (PNG, extensión ".png")
939 \begin_inset LatexCommand index
940 name "PNG|see{Formatos de Imagen}"
941
942 \end_inset
943
944 , y "Joint Photographic Experts Group" (JPG, extensión ".jpg" o ".jpeg")
945 \begin_inset LatexCommand index
946 name "JPG|see{Formatos de Imagen}"
947
948 \end_inset
949
950 .
951 \end_layout
952
953 \begin_layout Description
954 Imágenes\InsetSpace ~
955 vectoriales consisten en vectores y por tanto pueden escalarse a
956  cualquier tamaño sin pérdidas.
957  La posibilidad de escalado hace falta para crear presentaciones, porque
958  éstas siempre son escaladas por el proyector.
959  El escalado también es útil en los documentoos en línea para permitir el
960  zoom en diagramas.
961 \newline
962 Formatos de imagen escalables pueden ser "Scalable Vector
963  Graphics" (SVG, extensión ".svg")
964 \begin_inset LatexCommand index
965 name "SVG|see{Formatos de Imagen}"
966
967 \end_inset
968
969 , "Encapsulated PostScript" (EPS, extensión ".eps")
970 \begin_inset LatexCommand index
971 name "EPS|see{Formatos de Imagen}"
972
973 \end_inset
974
975 , "Portabla Document Format" (PDF, extensión ".pdf")
976 \begin_inset LatexCommand index
977 name "PDF|see{Formatos de Imagen}"
978
979 \end_inset
980
981 , y "Windows Metafile" (WMF, extensión ".wmf")
982 \begin_inset LatexCommand index
983 name "WMF|see{Formatos de Imagen}"
984
985 \end_inset
986
987 .
988  Escribimos "pueden ser", porque se puede convertir cualquier imagen bitmap
989  a PDF o EPS y el resultado será todavía una imagen bitmap.
990  En estos casos sólo se añade una cabecera con las propiedades de la imagen
991  a la imagen original
992 \begin_inset Foot
993 status open
994
995 \begin_layout Standard
996 En el caso de PDF, además se comprime la imagen original.
997 \end_layout
998
999 \end_inset
1000
1001 .
1002  Por ejemplo, los archivos PDF generados por 
1003 \family sans
1004 Adobe Photoshop
1005 \family default
1006  son imágenes bitmap.
1007 \end_layout
1008
1009 \begin_layout Standard
1010 Normalmente no es posible convertir una imagen bitmap a escalable, sólo
1011  viceversa.
1012  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1013  archivos de salida PDF y PostScript, respectivamente.
1014  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1015  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1016 \begin_inset Formula $\to$
1017 \end_inset
1018
1019  PDF/EPS.
1020 \end_layout
1021
1022 \begin_layout Chapter
1023 Tablas
1024 \begin_inset LatexCommand label
1025 name "cha:Tablas"
1026
1027 \end_inset
1028
1029
1030 \begin_inset LatexCommand index
1031 name "Tablas"
1032
1033 \end_inset
1034
1035
1036 \end_layout
1037
1038 \begin_layout Section
1039 Introducción
1040 \begin_inset LatexCommand index
1041 name "Tablas ! Introducción"
1042
1043 \end_inset
1044
1045
1046 \end_layout
1047
1048 \begin_layout Standard
1049 Puede insertarse una tabla mediante el botón
1050 \begin_inset Graphics
1051         filename ../images/tabular-insert.xpm
1052         scale 85
1053
1054 \end_inset
1055
1056  o el menú 
1057 \family sans
1058 Insertar\SpecialChar \menuseparator
1059 Tabla
1060 \family default
1061 .
1062  Aparece un diálogo en el que se pide el número de filas y columnas.
1063  Por defecto, la tabla tiene líneas que enmarcan cada celda y la primera
1064  fila aparece separada por una línea doble: la línea inferior de la primera
1065  fila y la línea superior de la segunda fila.
1066  Ejemplo de tabla:
1067 \end_layout
1068
1069 \begin_layout Standard
1070 \align center
1071 \begin_inset Tabular
1072 <lyxtabular version="3" rows="4" columns="4">
1073 <features>
1074 <column alignment="center" valignment="top" leftline="true" width="0">
1075 <column alignment="center" valignment="top" leftline="true" width="0pt">
1076 <column alignment="center" valignment="top" leftline="true" width="0in">
1077 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1078 <row topline="true" bottomline="true">
1079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Standard
1083
1084 \end_layout
1085
1086 \end_inset
1087 </cell>
1088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1089 \begin_inset Text
1090
1091 \begin_layout Standard
1092
1093 \family roman
1094 \series medium
1095 \shape up
1096 \size normal
1097 \emph off
1098 \bar no
1099 \noun off
1100 \color none
1101 1
1102 \end_layout
1103
1104 \end_inset
1105 </cell>
1106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1107 \begin_inset Text
1108
1109 \begin_layout Standard
1110 2
1111 \end_layout
1112
1113 \end_inset
1114 </cell>
1115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Standard
1119 3
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 </row>
1125 <row topline="true">
1126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1127 \begin_inset Text
1128
1129 \begin_layout Standard
1130
1131 \family roman
1132 \series medium
1133 \shape up
1134 \size normal
1135 \emph off
1136 \bar no
1137 \noun off
1138 \color none
1139 A
1140 \end_layout
1141
1142 \end_inset
1143 </cell>
1144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1145 \begin_inset Text
1146
1147 \begin_layout Standard
1148
1149 \end_layout
1150
1151 \end_inset
1152 </cell>
1153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1154 \begin_inset Text
1155
1156 \begin_layout Standard
1157
1158 \end_layout
1159
1160 \end_inset
1161 </cell>
1162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1163 \begin_inset Text
1164
1165 \begin_layout Standard
1166
1167 \end_layout
1168
1169 \end_inset
1170 </cell>
1171 </row>
1172 <row topline="true">
1173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1174 \begin_inset Text
1175
1176 \begin_layout Standard
1177
1178 \family roman
1179 \series medium
1180 \shape up
1181 \size normal
1182 \emph off
1183 \bar no
1184 \noun off
1185 \color none
1186 B
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1192 \begin_inset Text
1193
1194 \begin_layout Standard
1195
1196 \end_layout
1197
1198 \end_inset
1199 </cell>
1200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1201 \begin_inset Text
1202
1203 \begin_layout Standard
1204
1205 \family roman
1206 \series medium
1207 \shape up
1208 \size normal
1209 \emph off
1210 \bar no
1211 \noun off
1212 \color none
1213  
1214 \end_layout
1215
1216 \end_inset
1217 </cell>
1218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1219 \begin_inset Text
1220
1221 \begin_layout Standard
1222
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 </row>
1228 <row topline="true" bottomline="true">
1229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1230 \begin_inset Text
1231
1232 \begin_layout Standard
1233
1234 \family roman
1235 \series medium
1236 \shape up
1237 \size normal
1238 \emph off
1239 \bar no
1240 \noun off
1241 \color none
1242 C
1243 \end_layout
1244
1245 \end_inset
1246 </cell>
1247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1248 \begin_inset Text
1249
1250 \begin_layout Standard
1251
1252 \end_layout
1253
1254 \end_inset
1255 </cell>
1256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1257 \begin_inset Text
1258
1259 \begin_layout Standard
1260
1261 \end_layout
1262
1263 \end_inset
1264 </cell>
1265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1266 \begin_inset Text
1267
1268 \begin_layout Standard
1269
1270 \end_layout
1271
1272 \end_inset
1273 </cell>
1274 </row>
1275 </lyxtabular>
1276
1277 \end_inset
1278
1279
1280 \end_layout
1281
1282 \begin_layout Section
1283 Diálogo Tablas
1284 \begin_inset LatexCommand index
1285 name "Tablas ! Diálogo"
1286
1287 \end_inset
1288
1289
1290 \end_layout
1291
1292 \begin_layout Standard
1293 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1294  pinchar sobre ella con el botón derecho del ratón.
1295  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1296  encuentra el cursor.
1297  La mayoría de opciones también trabajan sobre una selección de celdas,
1298  de filas o de columnas.
1299  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1300  su 
1301 \emph on
1302 contenido
1303 \emph default
1304 .
1305  En el cuadro de diálogo aparecen las siguientes pestañas:
1306 \end_layout
1307
1308 \begin_layout Description
1309
1310 \family sans
1311 Configuración\InsetSpace ~
1312 de\InsetSpace ~
1313 Tabla
1314 \family default
1315  Aquí puedes establacer la alineación horizontal para la fila actual y la
1316  anchura de la columna actual.
1317  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1318  Una anchura determinada permite tener saltos de línea y distintos párrafos
1319  de texto, ver sección \InsetSpace ~
1320
1321 \begin_inset LatexCommand ref
1322 reference "sub:Líneas-Múltiples-en"
1323
1324 \end_inset
1325
1326 .
1327  Si no establaces anchura, la columna será tan ancha como el contenido de
1328  la celda más ancha.
1329 \newline
1330 Además, puedes marcar una o más celdas de una fila como
1331  una celda multicolumna, ver sección\InsetSpace ~
1332
1333 \begin_inset LatexCommand ref
1334 reference "sub:Multicolumnas"
1335
1336 \end_inset
1337
1338 .
1339 \newline
1340 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1341  90º en el sentido de las agujas del reloj.
1342  La rotación no se ve en LyX, sí en la salida.
1343 \newline
1344
1345 \begin_inset Note Greyedout
1346 status open
1347
1348 \begin_layout Standard
1349
1350 \series bold
1351 Nota: 
1352 \series default
1353 No todos los visores DVI pueden mostrar rotaciones.
1354 \end_layout
1355
1356 \end_inset
1357
1358
1359 \newline
1360 Tambien es posible introducir argumentos LaTeX necesarios para formatos
1361  especiales, ver sección\InsetSpace ~
1362
1363 \begin_inset LatexCommand ref
1364 reference "sub:Cálculos-en-Multicolumnas"
1365
1366 \end_inset
1367
1368  y 
1369 \begin_inset LatexCommand ref
1370 reference "sec:Tablas-Coloreadas"
1371
1372 \end_inset
1373
1374 .
1375 \end_layout
1376
1377 \begin_layout Description
1378
1379 \family sans
1380 Bordes
1381 \family default
1382  En esta pestaña puedes añadir y quitar bordes para la fila/columna actual.
1383 \end_layout
1384
1385 \begin_layout Description
1386
1387 \family sans
1388 Tabla\InsetSpace ~
1389 Larga
1390 \family default
1391  Para hacer "
1392 \emph on
1393 tablas largas
1394 \emph default
1395 " que pueden extenderse por varias páginas.
1396  La sección\InsetSpace ~
1397
1398 \begin_inset LatexCommand ref
1399 reference "sec:Tablas-Largas"
1400
1401 \end_inset
1402
1403  describe su uso en detalle.
1404 \end_layout
1405
1406 \begin_layout Standard
1407 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
1408  con las teclas de flecha de celda en celda y la propiedad de la celda actual
1409  aparecerá inmediatamente en el diálogo.
1410 \end_layout
1411
1412 \begin_layout Section
1413 Barra de Herramientas de Tablas
1414 \begin_inset LatexCommand index
1415 name "Tablas ! Barra de Herramientas"
1416
1417 \end_inset
1418
1419
1420 \end_layout
1421
1422 \begin_layout Standard
1423 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
1424  para cambiar las tablas de manera más rápida.
1425  Normalmente debería aparecer en la parte inferior de la ventana principal
1426  de LyX cuando el cursor está dentro de una tabla.
1427  En cualquier momento se puede presentar esta barra pinchando con el botón
1428  derecho del ratón en cualquier punto de la barra principal de menú.
1429 \end_layout
1430
1431 \begin_layout Standard
1432 La barra de herramientas tiene los siguientes iconos:
1433 \end_layout
1434
1435 \begin_layout Labeling
1436 \labelwidthstring 00.00.0000
1437 \begin_inset Graphics
1438         filename ../images/tabular-feature_append-row.xpm
1439
1440 \end_inset
1441
1442  añade una fila bajo la celda actual o selección
1443 \end_layout
1444
1445 \begin_layout Labeling
1446 \labelwidthstring 00.00.0000
1447 \begin_inset Graphics
1448         filename ../images/tabular-feature_append-column.xpm
1449
1450 \end_inset
1451
1452  añade una columna a la derecha de la celda actual o selección
1453 \end_layout
1454
1455 \begin_layout Labeling
1456 \labelwidthstring 00.00.0000
1457 \begin_inset Graphics
1458         filename ../images/tabular-feature_delete-row.xpm
1459
1460 \end_inset
1461
1462  borra la fila actual o selección
1463 \end_layout
1464
1465 \begin_layout Labeling
1466 \labelwidthstring 00.00.0000
1467 \begin_inset Graphics
1468         filename ../images/tabular-feature_delete-column.xpm
1469
1470 \end_inset
1471
1472  borra la columna actual o selección
1473 \end_layout
1474
1475 \begin_layout Labeling
1476 \labelwidthstring 00.00.0000
1477 \begin_inset Graphics
1478         filename ../images/tabular-feature_toggle-line-top.xpm
1479
1480 \end_inset
1481
1482  añade una línea sobre la celda/fila actual o la selección
1483 \end_layout
1484
1485 \begin_layout Labeling
1486 \labelwidthstring 00.00.0000
1487 \begin_inset Graphics
1488         filename ../images/tabular-feature_toggle-line-bottom.xpm
1489
1490 \end_inset
1491
1492  añade una línea bajo la celda/fila actual o la selección
1493 \end_layout
1494
1495 \begin_layout Labeling
1496 \labelwidthstring 00.00.0000
1497 \begin_inset Graphics
1498         filename ../images/tabular-feature_toggle-line-left.xpm
1499
1500 \end_inset
1501
1502  añade una línea a la izquierda de la celda/fila actual o la selección
1503 \end_layout
1504
1505 \begin_layout Labeling
1506 \labelwidthstring 00.00.0000
1507 \begin_inset Graphics
1508         filename ../images/tabular-feature_toggle-line-right.xpm
1509
1510 \end_inset
1511
1512  añade una línea a la derecha de la celda/fila actual o la selección
1513 \end_layout
1514
1515 \begin_layout Labeling
1516 \labelwidthstring 00.00.0000
1517 \begin_inset Graphics
1518         filename ../images/tabular-feature_set-all-lines.xpm
1519
1520 \end_inset
1521
1522  añade líneas alrededor de la celda actual o seleccionadas - si la celda
1523  actual no es multicolumna esto afecta también a la fila y columna actuales
1524 \end_layout
1525
1526 \begin_layout Labeling
1527 \labelwidthstring 00.00.0000
1528 \begin_inset Graphics
1529         filename ../images/tabular-feature_unset-all-lines.xpm
1530
1531 \end_inset
1532
1533  borra todas las líneas de la celda o celdas seleccionadas - si la celda
1534  actual no es multicolumna esto afecta también a la fila y columna actuales
1535 \end_layout
1536
1537 \begin_layout Labeling
1538 \labelwidthstring 00.00.0000
1539 \begin_inset Graphics
1540         filename ../images/tabular-feature_align-left.xpm
1541
1542 \end_inset
1543
1544  alinea a la izquierda el contenido de la celda / columna
1545 \end_layout
1546
1547 \begin_layout Labeling
1548 \labelwidthstring 00.00.0000
1549 \begin_inset Graphics
1550         filename ../images/tabular-feature_align-center.xpm
1551
1552 \end_inset
1553
1554  centra el contenido de la celda / columna horizontalmente
1555 \end_layout
1556
1557 \begin_layout Labeling
1558 \labelwidthstring 00.00.0000
1559 \begin_inset Graphics
1560         filename ../images/tabular-feature_align-right.xpm
1561
1562 \end_inset
1563
1564  alinea a la derecha el contenido de la celda / columna
1565 \end_layout
1566
1567 \begin_layout Labeling
1568 \labelwidthstring 00.00.0000
1569 \begin_inset Graphics
1570         filename ../images/tabular-feature_valign-top.xpm
1571
1572 \end_inset
1573
1574  alinea arriba el contenido de la celda
1575 \end_layout
1576
1577 \begin_layout Labeling
1578 \labelwidthstring 00.00.0000
1579 \begin_inset Graphics
1580         filename ../images/tabular-feature_valign-middle.xpm
1581
1582 \end_inset
1583
1584  centra verticalmente el contenido de la celda
1585 \end_layout
1586
1587 \begin_layout Labeling
1588 \labelwidthstring 00.00.0000
1589 \begin_inset Graphics
1590         filename ../images/tabular-feature_valign-bottom.xpm
1591
1592 \end_inset
1593
1594  alinea abajo el contenido de la celda
1595 \end_layout
1596
1597 \begin_layout Labeling
1598 \labelwidthstring 00.00.0000
1599 \begin_inset Graphics
1600         filename ../images/tabular-feature_set-rotate-cell.xpm
1601
1602 \end_inset
1603
1604  gira la celda o selección 90° como las agujas de reloj
1605 \end_layout
1606
1607 \begin_layout Labeling
1608 \labelwidthstring 00.00.0000
1609 \begin_inset Graphics
1610         filename ../images/tabular-feature_set-rotate-tabular.xpm
1611
1612 \end_inset
1613
1614  gira toda la tabla 90° como agujas del reloj
1615 \end_layout
1616
1617 \begin_layout Labeling
1618 \labelwidthstring 00.00.0000
1619 \begin_inset Graphics
1620         filename ../images/tabular-feature_multicolumn.xpm
1621
1622 \end_inset
1623
1624  establace la celda actual o selección como multicolumna
1625 \end_layout
1626
1627 \begin_layout Section
1628 Menú Editar Tabla
1629 \begin_inset LatexCommand index
1630 name "Tablas ! Menú Editar"
1631
1632 \end_inset
1633
1634
1635 \end_layout
1636
1637 \begin_layout Standard
1638 Además del diálogo y la barra de herramientas, el menú 
1639 \family sans
1640 Editar\SpecialChar \menuseparator
1641 Tabla
1642 \family default
1643  permite añadir y borrar bordes para la fila/columna actual y establacer
1644  la selección como multicolumna.
1645  El menú sólo está disponibla si el cursor está en la tabla.
1646 \end_layout
1647
1648 \begin_layout Section
1649 Tablas Flotantes
1650 \begin_inset LatexCommand label
1651 name "sec:Tablas-Flotantes"
1652
1653 \end_inset
1654
1655
1656 \begin_inset LatexCommand index
1657 name "Flotantes ! Tablas"
1658
1659 \end_inset
1660
1661
1662 \begin_inset LatexCommand index
1663 name "Tablas ! Flotantes"
1664
1665 \end_inset
1666
1667
1668 \end_layout
1669
1670 \begin_layout Standard
1671 Para una explicación general sobre flotantes, echa un vistazo a la sección\InsetSpace ~
1672
1673 \begin_inset LatexCommand ref
1674 reference "sec:IntroducciónFlotantes"
1675
1676 \end_inset
1677
1678 .
1679 \end_layout
1680
1681 \begin_layout Standard
1682 \begin_inset Float table
1683 placement h
1684 wide false
1685 sideways false
1686 status open
1687
1688 \begin_layout Standard
1689 \begin_inset Caption
1690
1691 \begin_layout Standard
1692 \begin_inset LatexCommand label
1693 name "tab:una tabla flotante"
1694
1695 \end_inset
1696
1697 Una tabla flotante.
1698 \end_layout
1699
1700 \end_inset
1701
1702
1703 \end_layout
1704
1705 \begin_layout Standard
1706 \align center
1707 \begin_inset Tabular
1708 <lyxtabular version="3" rows="3" columns="3">
1709 <features>
1710 <column alignment="center" valignment="top" leftline="true" width="0pt">
1711 <column alignment="center" valignment="top" leftline="true" width="0pt">
1712 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1713 <row topline="true" bottomline="true">
1714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1715 \begin_inset Text
1716
1717 \begin_layout Standard
1718
1719 \family roman
1720 \series medium
1721 \shape up
1722 \size normal
1723 \emph off
1724 \bar no
1725 \noun off
1726 \color none
1727 1
1728 \end_layout
1729
1730 \end_inset
1731 </cell>
1732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Standard
1736
1737 \family roman
1738 \series medium
1739 \shape up
1740 \size normal
1741 \emph off
1742 \bar no
1743 \noun off
1744 \color none
1745 2
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1751 \begin_inset Text
1752
1753 \begin_layout Standard
1754
1755 \family roman
1756 \series medium
1757 \shape up
1758 \size normal
1759 \emph off
1760 \bar no
1761 \noun off
1762 \color none
1763 3
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 </row>
1769 <row topline="true">
1770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Standard
1774
1775 \family roman
1776 \series medium
1777 \shape up
1778 \size normal
1779 \emph off
1780 \bar no
1781 \noun off
1782 \color none
1783 Pepe
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Standard
1792
1793 \family roman
1794 \series medium
1795 \shape up
1796 \size normal
1797 \emph off
1798 \bar no
1799 \noun off
1800 \color none
1801 Mari
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Standard
1810
1811 \family roman
1812 \series medium
1813 \shape up
1814 \size normal
1815 \emph off
1816 \bar no
1817 \noun off
1818 \color none
1819 Teo
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 </row>
1825 <row topline="true" bottomline="true">
1826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Standard
1830
1831 \family roman
1832 \series medium
1833 \shape up
1834 \size normal
1835 \emph off
1836 \bar no
1837 \noun off
1838 \color none
1839 \begin_inset Formula $\int x^{2}dx$
1840 \end_inset
1841
1842
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Standard
1851
1852 \family roman
1853 \series medium
1854 \shape up
1855 \size normal
1856 \emph off
1857 \bar no
1858 \noun off
1859 \color none
1860 \begin_inset Formula $\left[\begin{array}{cc}
1861 a & b\\
1862 c & d\end{array}\right]$
1863 \end_inset
1864
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Standard
1874
1875 \family roman
1876 \series medium
1877 \shape up
1878 \size normal
1879 \emph off
1880 \bar no
1881 \noun off
1882 \color none
1883 \begin_inset Formula $1+1=2$
1884 \end_inset
1885
1886
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 </row>
1892 </lyxtabular>
1893
1894 \end_inset
1895
1896
1897 \end_layout
1898
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \begin_layout Standard
1905 Las tablas flotantes pueden insertarse con el menú 
1906 \family sans
1907 Insertar\SpecialChar \menuseparator
1908 Flotante\SpecialChar \menuseparator
1909 Tabla
1910 \family default
1911  o con el botón 
1912 \begin_inset Graphics
1913         filename ../images/float-insert_table.xpm
1914         scale 85
1915
1916 \end_inset
1917
1918 .
1919 \end_layout
1920
1921 \begin_layout Standard
1922 El flotante se muestra como un cuadro desplegable con la etiqueta "
1923 \series bold
1924 Tabla\InsetSpace ~
1925 #:
1926 \series default
1927 " en su interior.
1928  El texto que sigue a dicha etiqueta es el encabezado de tabla.
1929  Para insertar una tabla en el flotante se sitúa el cursor al final del
1930  texto de encabezado y se pulsa Enter.
1931  El encabezado se imprime encima de la tabla.
1932 \end_layout
1933
1934 \begin_layout Standard
1935 La tabla\InsetSpace ~
1936
1937 \begin_inset LatexCommand ref
1938 reference "tab:una tabla flotante"
1939
1940 \end_inset
1941
1942  es un ejemplo de tabla flotante.
1943 \end_layout
1944
1945 \begin_layout Standard
1946 Lo habitual es poner el encabezado sobre la tabla, lo que desafortunadamente
1947  no es soportado en las clases estándar de LaTeX.
1948  Esto significa que si estás usando las clases de documento
1949 \family sans
1950 article
1951 \family default
1952
1953 \family sans
1954 book
1955 \family default
1956
1957 \family sans
1958 letter
1959 \family default
1960 , o 
1961 \family sans
1962 report
1963 \family default
1964  no habrá espacio entre el encabezado y la tabla.
1965  Para añadir el espacio faltante hay que poner en el preámbulo LaTeX del
1966  documento la siguiente opción al comando del paquete de LaTeX 
1967 \series bold
1968 caption
1969 \series default
1970
1971 \begin_inset LatexCommand index
1972 name "LaTeX-paquetes ! caption"
1973
1974 \end_inset
1975
1976
1977 \begin_inset Foot
1978 status open
1979
1980 \begin_layout Standard
1981 Para más información ve a la sección\InsetSpace ~
1982
1983 \begin_inset LatexCommand ref
1984 reference "sec:Colocación-de-Encabezados"
1985
1986 \end_inset
1987
1988 .
1989 \end_layout
1990
1991 \end_inset
1992
1993 :
1994 \end_layout
1995
1996 \begin_layout Standard
1997
1998 \series bold
1999 tableposition=top
2000 \end_layout
2001
2002 \begin_layout Standard
2003 El encabezado puede formatearse mediante el paquete de LaTeX 
2004 \series bold
2005 caption
2006 \series default
2007  como se describe en la sección\InsetSpace ~
2008
2009 \begin_inset LatexCommand ref
2010 reference "sec:Formato-de-Encabezados"
2011
2012 \end_inset
2013
2014 .
2015  
2016 \end_layout
2017
2018 \begin_layout Standard
2019 \begin_inset LatexCommand index
2020 name "Referencias ! a Tablas"
2021
2022 \end_inset
2023
2024 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2025  etiqueta.
2026  Para hacerlo inserta una etiqueta en el encabezado con el menú 
2027 \family sans
2028 Insertar\SpecialChar \menuseparator
2029 Etiqueta
2030 \family default
2031  o con el botón 
2032 \begin_inset Graphics
2033         filename ../images/label-insert.xpm
2034         scale 85
2035
2036 \end_inset
2037
2038 .
2039  Ahora puedes referirte a la etiqueta con el menú 
2040 \family sans
2041 Insertar\SpecialChar \menuseparator
2042 Referencia\InsetSpace ~
2043 cruzada
2044 \family default
2045  o el botón 
2046 \begin_inset Graphics
2047         filename ../images/dialog-show-new-inset_ref.xpm
2048         scale 85
2049
2050 \end_inset
2051
2052 .
2053 \end_layout
2054
2055 \begin_layout Section
2056 Tablas Largas
2057 \begin_inset LatexCommand label
2058 name "sec:Tablas-Largas"
2059
2060 \end_inset
2061
2062
2063 \begin_inset LatexCommand index
2064 name "Tablas Largas"
2065
2066 \end_inset
2067
2068
2069 \begin_inset LatexCommand index
2070 name "Tablas ! Largas"
2071
2072 \end_inset
2073
2074
2075 \end_layout
2076
2077 \begin_layout Standard
2078 Si la tabla es demasiado larga para una página, puedes usar la opción 
2079 \family sans
2080 Usar\InsetSpace ~
2081 tabla\InsetSpace ~
2082 larga
2083 \family default
2084  en la pestaña 
2085 \family sans
2086 Tabla\InsetSpace ~
2087 larga
2088 \family default
2089  del diálogo para repartir automáticamente la tabla en varias páginas.
2090  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2091 \end_layout
2092
2093 \begin_layout Description
2094
2095 \family sans
2096 Encabezado: 
2097 \family default
2098 La fila actual y todas las de arriba, que no tienen ninguna opción especial
2099  definida, se definen como filas de encabezado para todas las páginas de
2100  la tabla, excepto para la primera página
2101 \family sans
2102  
2103 \family default
2104 si
2105 \family sans
2106  Primer\InsetSpace ~
2107 encabezado 
2108 \family default
2109 está definido.
2110  Este se denomina encabezado principal.
2111 \end_layout
2112
2113 \begin_layout Description
2114
2115 \family sans
2116 Primer\InsetSpace ~
2117 encabezado: 
2118 \family default
2119 La fila actual y superiores, que no tienen ninguna opción especial definida,
2120  se definen como filas cabeceras de la primera página de la tabla.
2121 \end_layout
2122
2123 \begin_layout Description
2124
2125 \family sans
2126 Pie: 
2127 \family default
2128 La fila actual y todas las siguientes, que no tienen ninguna opción especial
2129  definida, se definen como filas de pie de todas las páginas de la tabla,
2130  excepto para la última página si se define
2131 \family sans
2132  Último\InsetSpace ~
2133 pie.
2134 \end_layout
2135
2136 \begin_layout Description
2137
2138 \family sans
2139 Último\InsetSpace ~
2140 pie: L
2141 \family default
2142 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2143  se definen como filas de pie de la última página de la tabla.
2144 \end_layout
2145
2146 \begin_layout Standard
2147 También se puede especificar una fila en la que se dividirá la tabla.
2148  Si se establece más de una opción en la misma fila, habría que tener en
2149  cuenta que sólo la primera de ellas se usa en la fila dada.
2150  Las otras quedarán definidas como 
2151 \emph on
2152 vacías
2153 \emph default
2154 .
2155  En este contexto, primera significa primero en este orden: 
2156 \family sans
2157 Pie, Último\InsetSpace ~
2158 pie, Encabezado, Primer\InsetSpace ~
2159 encabezado
2160 \family default
2161 .
2162  La siguiente tabla muestra cómo funciona:
2163 \end_layout
2164
2165 \begin_layout Standard
2166
2167 \end_layout
2168
2169 \begin_layout Standard
2170 \align center
2171 \begin_inset Tabular
2172 <lyxtabular version="3" rows="69" columns="3">
2173 <features islongtable="true">
2174 <column alignment="left" valignment="top" leftline="true" width="0cm">
2175 <column alignment="left" valignment="top" width="0pt">
2176 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2177 <row topline="true" bottomline="true" endfirsthead="true">
2178 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2179 \begin_inset Text
2180
2181 \begin_layout Standard
2182
2183 \series bold
2184 Ejemplo de lista telefónica (ignore los nombres)
2185 \end_layout
2186
2187 \end_inset
2188 </cell>
2189 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2190 \begin_inset Text
2191
2192 \begin_layout Standard
2193
2194 \end_layout
2195
2196 \end_inset
2197 </cell>
2198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2199 \begin_inset Text
2200
2201 \begin_layout Standard
2202
2203 \end_layout
2204
2205 \end_inset
2206 </cell>
2207 </row>
2208 <row topline="true" bottomline="true" endfirsthead="true">
2209 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2210 \begin_inset Text
2211
2212 \begin_layout Standard
2213
2214 \series bold
2215 NOMBRE
2216 \end_layout
2217
2218 \end_inset
2219 </cell>
2220 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2221 \begin_inset Text
2222
2223 \begin_layout Standard
2224
2225 \end_layout
2226
2227 \end_inset
2228 </cell>
2229 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2230 \begin_inset Text
2231
2232 \begin_layout Standard
2233
2234 \series bold
2235 TEL.
2236 \end_layout
2237
2238 \end_inset
2239 </cell>
2240 </row>
2241 <row topline="true" bottomline="true" endhead="true">
2242 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2243 \begin_inset Text
2244
2245 \begin_layout Standard
2246
2247 \series bold
2248 Ejemplo de lista telefónica
2249 \end_layout
2250
2251 \end_inset
2252 </cell>
2253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2254 \begin_inset Text
2255
2256 \begin_layout Standard
2257
2258 \end_layout
2259
2260 \end_inset
2261 </cell>
2262 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2263 \begin_inset Text
2264
2265 \begin_layout Standard
2266
2267 \end_layout
2268
2269 \end_inset
2270 </cell>
2271 </row>
2272 <row topline="true" bottomline="true" endhead="true">
2273 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2274 \begin_inset Text
2275
2276 \begin_layout Standard
2277
2278 \series bold
2279 NOMBRE
2280 \end_layout
2281
2282 \end_inset
2283 </cell>
2284 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2285 \begin_inset Text
2286
2287 \begin_layout Standard
2288
2289 \end_layout
2290
2291 \end_inset
2292 </cell>
2293 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2294 \begin_inset Text
2295
2296 \begin_layout Standard
2297
2298 \series bold
2299 TEL.
2300 \end_layout
2301
2302 \end_inset
2303 </cell>
2304 </row>
2305 <row topline="true" bottomline="true" endfoot="true">
2306 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2307 \begin_inset Text
2308
2309 \begin_layout Standard
2310  continúa en la página siguiente
2311 \end_layout
2312
2313 \end_inset
2314 </cell>
2315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2316 \begin_inset Text
2317
2318 \begin_layout Standard
2319
2320 \end_layout
2321
2322 \end_inset
2323 </cell>
2324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2325 \begin_inset Text
2326
2327 \begin_layout Standard
2328
2329 \end_layout
2330
2331 \end_inset
2332 </cell>
2333 </row>
2334 <row>
2335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2336 \begin_inset Text
2337
2338 \begin_layout Standard
2339
2340 \series bold
2341 Annovi
2342 \end_layout
2343
2344 \end_inset
2345 </cell>
2346 <cell alignment="center" valignment="top" topline="true" usebox="none">
2347 \begin_inset Text
2348
2349 \begin_layout Standard
2350 Silvia
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2356 \begin_inset Text
2357
2358 \begin_layout Standard
2359 111
2360 \end_layout
2361
2362 \end_inset
2363 </cell>
2364 </row>
2365 <row>
2366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2367 \begin_inset Text
2368
2369 \begin_layout Standard
2370
2371 \series bold
2372 Bertoli
2373 \end_layout
2374
2375 \end_inset
2376 </cell>
2377 <cell alignment="center" valignment="top" topline="true" usebox="none">
2378 \begin_inset Text
2379
2380 \begin_layout Standard
2381 Stefano
2382 \end_layout
2383
2384 \end_inset
2385 </cell>
2386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2387 \begin_inset Text
2388
2389 \begin_layout Standard
2390 111
2391 \end_layout
2392
2393 \end_inset
2394 </cell>
2395 </row>
2396 <row>
2397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2398 \begin_inset Text
2399
2400 \begin_layout Standard
2401
2402 \series bold
2403 Bozzi
2404 \end_layout
2405
2406 \end_inset
2407 </cell>
2408 <cell alignment="center" valignment="top" topline="true" usebox="none">
2409 \begin_inset Text
2410
2411 \begin_layout Standard
2412 Walter
2413 \end_layout
2414
2415 \end_inset
2416 </cell>
2417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2418 \begin_inset Text
2419
2420 \begin_layout Standard
2421 111
2422 \end_layout
2423
2424 \end_inset
2425 </cell>
2426 </row>
2427 <row>
2428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2429 \begin_inset Text
2430
2431 \begin_layout Standard
2432
2433 \series bold
2434 Cachia
2435 \end_layout
2436
2437 \end_inset
2438 </cell>
2439 <cell alignment="center" valignment="top" topline="true" usebox="none">
2440 \begin_inset Text
2441
2442 \begin_layout Standard
2443 Maria
2444 \end_layout
2445
2446 \end_inset
2447 </cell>
2448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2449 \begin_inset Text
2450
2451 \begin_layout Standard
2452 111
2453 \end_layout
2454
2455 \end_inset
2456 </cell>
2457 </row>
2458 <row>
2459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2460 \begin_inset Text
2461
2462 \begin_layout Standard
2463
2464 \series bold
2465 Cachia
2466 \end_layout
2467
2468 \end_inset
2469 </cell>
2470 <cell alignment="center" valignment="top" topline="true" usebox="none">
2471 \begin_inset Text
2472
2473 \begin_layout Standard
2474 Maurizio
2475 \end_layout
2476
2477 \end_inset
2478 </cell>
2479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2480 \begin_inset Text
2481
2482 \begin_layout Standard
2483 111
2484 \end_layout
2485
2486 \end_inset
2487 </cell>
2488 </row>
2489 <row>
2490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2491 \begin_inset Text
2492
2493 \begin_layout Standard
2494
2495 \series bold
2496 Cinquemani
2497 \end_layout
2498
2499 \end_inset
2500 </cell>
2501 <cell alignment="center" valignment="top" topline="true" usebox="none">
2502 \begin_inset Text
2503
2504 \begin_layout Standard
2505 Giusi
2506 \end_layout
2507
2508 \end_inset
2509 </cell>
2510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2511 \begin_inset Text
2512
2513 \begin_layout Standard
2514 111
2515 \end_layout
2516
2517 \end_inset
2518 </cell>
2519 </row>
2520 <row>
2521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2522 \begin_inset Text
2523
2524 \begin_layout Standard
2525
2526 \series bold
2527 Colin
2528 \end_layout
2529
2530 \end_inset
2531 </cell>
2532 <cell alignment="center" valignment="top" topline="true" usebox="none">
2533 \begin_inset Text
2534
2535 \begin_layout Standard
2536 Bernard
2537 \end_layout
2538
2539 \end_inset
2540 </cell>
2541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2542 \begin_inset Text
2543
2544 \begin_layout Standard
2545 111
2546 \end_layout
2547
2548 \end_inset
2549 </cell>
2550 </row>
2551 <row>
2552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2553 \begin_inset Text
2554
2555 \begin_layout Standard
2556
2557 \series bold
2558 Concli
2559 \end_layout
2560
2561 \end_inset
2562 </cell>
2563 <cell alignment="center" valignment="top" topline="true" usebox="none">
2564 \begin_inset Text
2565
2566 \begin_layout Standard
2567 Gianfranco
2568 \end_layout
2569
2570 \end_inset
2571 </cell>
2572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2573 \begin_inset Text
2574
2575 \begin_layout Standard
2576 111
2577 \end_layout
2578
2579 \end_inset
2580 </cell>
2581 </row>
2582 <row>
2583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2584 \begin_inset Text
2585
2586 \begin_layout Standard
2587
2588 \series bold
2589 Dal Bosco
2590 \end_layout
2591
2592 \end_inset
2593 </cell>
2594 <cell alignment="center" valignment="top" topline="true" usebox="none">
2595 \begin_inset Text
2596
2597 \begin_layout Standard
2598 Carolina
2599 \end_layout
2600
2601 \end_inset
2602 </cell>
2603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2604 \begin_inset Text
2605
2606 \begin_layout Standard
2607 111
2608 \end_layout
2609
2610 \end_inset
2611 </cell>
2612 </row>
2613 <row>
2614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2615 \begin_inset Text
2616
2617 \begin_layout Standard
2618
2619 \series bold
2620 Dalpiaz
2621 \end_layout
2622
2623 \end_inset
2624 </cell>
2625 <cell alignment="center" valignment="top" topline="true" usebox="none">
2626 \begin_inset Text
2627
2628 \begin_layout Standard
2629 Annamaria
2630 \end_layout
2631
2632 \end_inset
2633 </cell>
2634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2635 \begin_inset Text
2636
2637 \begin_layout Standard
2638 111
2639 \end_layout
2640
2641 \end_inset
2642 </cell>
2643 </row>
2644 <row>
2645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2646 \begin_inset Text
2647
2648 \begin_layout Standard
2649
2650 \series bold
2651 Feliciello
2652 \end_layout
2653
2654 \end_inset
2655 </cell>
2656 <cell alignment="center" valignment="top" topline="true" usebox="none">
2657 \begin_inset Text
2658
2659 \begin_layout Standard
2660 Domenico
2661 \end_layout
2662
2663 \end_inset
2664 </cell>
2665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2666 \begin_inset Text
2667
2668 \begin_layout Standard
2669 111
2670 \end_layout
2671
2672 \end_inset
2673 </cell>
2674 </row>
2675 <row>
2676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2677 \begin_inset Text
2678
2679 \begin_layout Standard
2680
2681 \series bold
2682 Focarelli
2683 \end_layout
2684
2685 \end_inset
2686 </cell>
2687 <cell alignment="center" valignment="top" topline="true" usebox="none">
2688 \begin_inset Text
2689
2690 \begin_layout Standard
2691 Paola
2692 \end_layout
2693
2694 \end_inset
2695 </cell>
2696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2697 \begin_inset Text
2698
2699 \begin_layout Standard
2700 111
2701 \end_layout
2702
2703 \end_inset
2704 </cell>
2705 </row>
2706 <row>
2707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2708 \begin_inset Text
2709
2710 \begin_layout Standard
2711
2712 \series bold
2713 Galletti
2714 \end_layout
2715
2716 \end_inset
2717 </cell>
2718 <cell alignment="center" valignment="top" topline="true" usebox="none">
2719 \begin_inset Text
2720
2721 \begin_layout Standard
2722 Oreste
2723 \end_layout
2724
2725 \end_inset
2726 </cell>
2727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2728 \begin_inset Text
2729
2730 \begin_layout Standard
2731 111
2732 \end_layout
2733
2734 \end_inset
2735 </cell>
2736 </row>
2737 <row>
2738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2739 \begin_inset Text
2740
2741 \begin_layout Standard
2742
2743 \series bold
2744 Gasparini
2745 \end_layout
2746
2747 \end_inset
2748 </cell>
2749 <cell alignment="center" valignment="top" topline="true" usebox="none">
2750 \begin_inset Text
2751
2752 \begin_layout Standard
2753 Franca
2754 \end_layout
2755
2756 \end_inset
2757 </cell>
2758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2759 \begin_inset Text
2760
2761 \begin_layout Standard
2762 111
2763 \end_layout
2764
2765 \end_inset
2766 </cell>
2767 </row>
2768 <row>
2769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2770 \begin_inset Text
2771
2772 \begin_layout Standard
2773
2774 \series bold
2775 Rizzardi
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 <cell alignment="center" valignment="top" topline="true" usebox="none">
2781 \begin_inset Text
2782
2783 \begin_layout Standard
2784 Paola
2785 \end_layout
2786
2787 \end_inset
2788 </cell>
2789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2790 \begin_inset Text
2791
2792 \begin_layout Standard
2793 111
2794 \end_layout
2795
2796 \end_inset
2797 </cell>
2798 </row>
2799 <row>
2800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2801 \begin_inset Text
2802
2803 \begin_layout Standard
2804
2805 \series bold
2806 Lassini
2807 \end_layout
2808
2809 \end_inset
2810 </cell>
2811 <cell alignment="center" valignment="top" topline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Standard
2815 Giancarlo
2816 \end_layout
2817
2818 \end_inset
2819 </cell>
2820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Standard
2824 111
2825 \end_layout
2826
2827 \end_inset
2828 </cell>
2829 </row>
2830 <row>
2831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2832 \begin_inset Text
2833
2834 \begin_layout Standard
2835
2836 \series bold
2837 Malfatti
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 <cell alignment="center" valignment="top" topline="true" usebox="none">
2843 \begin_inset Text
2844
2845 \begin_layout Standard
2846 Luciano
2847 \end_layout
2848
2849 \end_inset
2850 </cell>
2851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2852 \begin_inset Text
2853
2854 \begin_layout Standard
2855 111
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 </row>
2861 <row>
2862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2863 \begin_inset Text
2864
2865 \begin_layout Standard
2866
2867 \series bold
2868 Malfatti
2869 \end_layout
2870
2871 \end_inset
2872 </cell>
2873 <cell alignment="center" valignment="top" topline="true" usebox="none">
2874 \begin_inset Text
2875
2876 \begin_layout Standard
2877 Valeriano
2878 \end_layout
2879
2880 \end_inset
2881 </cell>
2882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2883 \begin_inset Text
2884
2885 \begin_layout Standard
2886 111
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 </row>
2892 <row>
2893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2894 \begin_inset Text
2895
2896 \begin_layout Standard
2897
2898 \series bold
2899 Meneguzzo
2900 \end_layout
2901
2902 \end_inset
2903 </cell>
2904 <cell alignment="center" valignment="top" topline="true" usebox="none">
2905 \begin_inset Text
2906
2907 \begin_layout Standard
2908 Roberto
2909 \end_layout
2910
2911 \end_inset
2912 </cell>
2913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2914 \begin_inset Text
2915
2916 \begin_layout Standard
2917 111
2918 \end_layout
2919
2920 \end_inset
2921 </cell>
2922 </row>
2923 <row>
2924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2925 \begin_inset Text
2926
2927 \begin_layout Standard
2928
2929 \series bold
2930 Mezzadra
2931 \end_layout
2932
2933 \end_inset
2934 </cell>
2935 <cell alignment="center" valignment="top" topline="true" usebox="none">
2936 \begin_inset Text
2937
2938 \begin_layout Standard
2939 Roberto
2940 \end_layout
2941
2942 \end_inset
2943 </cell>
2944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2945 \begin_inset Text
2946
2947 \begin_layout Standard
2948 111
2949 \end_layout
2950
2951 \end_inset
2952 </cell>
2953 </row>
2954 <row>
2955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2956 \begin_inset Text
2957
2958 \begin_layout Standard
2959
2960 \series bold
2961 Pirpamer
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 <cell alignment="center" valignment="top" topline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Standard
2970 Erich
2971 \end_layout
2972
2973 \end_inset
2974 </cell>
2975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Standard
2979 111
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 </row>
2985 <row>
2986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Standard
2990
2991 \series bold
2992 Pochiesa
2993 \end_layout
2994
2995 \end_inset
2996 </cell>
2997 <cell alignment="center" valignment="top" topline="true" usebox="none">
2998 \begin_inset Text
2999
3000 \begin_layout Standard
3001 Paolo
3002 \end_layout
3003
3004 \end_inset
3005 </cell>
3006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3007 \begin_inset Text
3008
3009 \begin_layout Standard
3010 111, 222
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 </row>
3016 <row>
3017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Standard
3021
3022 \series bold
3023 Radina
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 <cell alignment="center" valignment="top" topline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Standard
3032 Claudio
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Standard
3041 111
3042 \end_layout
3043
3044 \end_inset
3045 </cell>
3046 </row>
3047 <row>
3048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Standard
3052
3053 \series bold
3054 Stuffer
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" topline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Standard
3063 Oskar
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Standard
3072 111
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 </row>
3078 <row>
3079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Standard
3083
3084 \series bold
3085 Tacchelli
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 <cell alignment="center" valignment="top" topline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Standard
3094 Ugo
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Standard
3103 111
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 </row>
3109 <row>
3110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Standard
3114
3115 \series bold
3116 Tezzele
3117 \end_layout
3118
3119 \end_inset
3120 </cell>
3121 <cell alignment="center" valignment="top" topline="true" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Standard
3125 Margit
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Standard
3134 111
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 </row>
3140 <row>
3141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Standard
3145
3146 \series bold
3147 Unterkalmsteiner
3148 \end_layout
3149
3150 \end_inset
3151 </cell>
3152 <cell alignment="center" valignment="top" topline="true" usebox="none">
3153 \begin_inset Text
3154
3155 \begin_layout Standard
3156 Frieda
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Standard
3165 111
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 </row>
3171 <row>
3172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Standard
3176
3177 \series bold
3178 Vieider
3179 \end_layout
3180
3181 \end_inset
3182 </cell>
3183 <cell alignment="center" valignment="top" topline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Standard
3187 Hilde
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Standard
3196 111
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 </row>
3202 <row>
3203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Standard
3207
3208 \series bold
3209 Vigna
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 <cell alignment="center" valignment="top" topline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Standard
3218 Jürgen
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Standard
3227 111
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 </row>
3233 <row>
3234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Standard
3238
3239 \series bold
3240 Weber
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 <cell alignment="center" valignment="top" topline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Standard
3249 Maurizio
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Standard
3258 111
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 </row>
3264 <row bottomline="true">
3265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Standard
3269
3270 \series bold
3271 Winkler
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell alignment="center" valignment="top" topline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Standard
3280 Franz
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Standard
3289 111
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 </row>
3295 <row bottomline="true">
3296 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Standard
3300  
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Standard
3309
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Standard
3318
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 </row>
3324 <row>
3325 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Standard
3329
3330 \series bold
3331 Annovi
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell alignment="center" valignment="top" topline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Standard
3340 Silvia
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Standard
3349 555
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 </row>
3355 <row>
3356 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Standard
3360
3361 \series bold
3362 Bertoli
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell alignment="center" valignment="top" topline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Standard
3371 Stefano
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Standard
3380 555
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 </row>
3386 <row>
3387 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Standard
3391
3392 \series bold
3393 Bozzi
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" topline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Standard
3402 Walter
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Standard
3411 555
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 </row>
3417 <row>
3418 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Standard
3422
3423 \series bold
3424 Cachia
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" topline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Standard
3433 Maria
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Standard
3442 555
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 </row>
3448 <row>
3449 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Standard
3453
3454 \series bold
3455 Cachia
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" topline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Standard
3464 Maurizio
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Standard
3473 555
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 </row>
3479 <row>
3480 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Standard
3484
3485 \series bold
3486 Cinquemani
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" topline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Standard
3495 Giusi
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Standard
3504 555
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 </row>
3510 <row>
3511 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Standard
3515
3516 \series bold
3517 Colin
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" topline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Standard
3526 Bernard
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Standard
3535 555
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 </row>
3541 <row>
3542 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Standard
3546
3547 \series bold
3548 Concli
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" topline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Standard
3557 Gianfranco
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Standard
3566 555
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 </row>
3572 <row>
3573 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Standard
3577
3578 \series bold
3579 Dal Bosco
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" topline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Standard
3588 Carolina
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Standard
3597 555
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 </row>
3603 <row>
3604 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Standard
3608
3609 \series bold
3610 Dalpiaz
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" topline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Standard
3619 Annamaria
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Standard
3628 555
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 </row>
3634 <row>
3635 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Standard
3639
3640 \series bold
3641 Feliciello
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" topline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Standard
3650 Domenico
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Standard
3659 555
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 </row>
3665 <row>
3666 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Standard
3670
3671 \series bold
3672 Focarelli
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" topline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Standard
3681 Paola
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Standard
3690 555
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 </row>
3696 <row>
3697 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Standard
3701
3702 \series bold
3703 Galletti
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" topline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Standard
3712 Oreste
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Standard
3721 555
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 </row>
3727 <row>
3728 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Standard
3732
3733 \series bold
3734 Gasparini
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" topline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Standard
3743 Franca
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Standard
3752 555
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 </row>
3758 <row>
3759 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Standard
3763
3764 \series bold
3765 Rizzardi
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" topline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Standard
3774 Paola
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Standard
3783 555
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 </row>
3789 <row>
3790 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Standard
3794
3795 \series bold
3796 Lassini
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" topline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Standard
3805 Giancarlo
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Standard
3814 555
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 </row>
3820 <row>
3821 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Standard
3825
3826 \series bold
3827 Malfatti
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" topline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Standard
3836 Luciano
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Standard
3845 555
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 </row>
3851 <row>
3852 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Standard
3856
3857 \series bold
3858 Malfatti
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" topline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Standard
3867 Valeriano
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Standard
3876 555
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 </row>
3882 <row>
3883 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Standard
3887
3888 \series bold
3889 Meneguzzo
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" topline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Standard
3898 Roberto
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Standard
3907 555
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 </row>
3913 <row>
3914 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Standard
3918
3919 \series bold
3920 Mezzadra
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" topline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Standard
3929 Roberto
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Standard
3938 555
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 </row>
3944 <row>
3945 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Standard
3949
3950 \series bold
3951 Pirpamer
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" topline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Standard
3960 Erich
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Standard
3969 555
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 </row>
3975 <row>
3976 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Standard
3980
3981 \series bold
3982 Pochiesa
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" topline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Standard
3991 Paolo
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Standard
4000 555, 222
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 </row>
4006 <row>
4007 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Standard
4011
4012 \series bold
4013 Radina
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" topline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Standard
4022 Claudio
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Standard
4031 555
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 </row>
4037 <row>
4038 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Standard
4042
4043 \series bold
4044 Stuffer
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" topline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Standard
4053 Oskar
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Standard
4062 555
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 </row>
4068 <row>
4069 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Standard
4073
4074 \series bold
4075 Tacchelli
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" topline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Standard
4084 Ugo
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Standard
4093 555
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 </row>
4099 <row>
4100 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Standard
4104
4105 \series bold
4106 Tezzele
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" topline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Standard
4115 Margit
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Standard
4124 555
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 </row>
4130 <row>
4131 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Standard
4135
4136 \series bold
4137 Unterkalmsteiner
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" topline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Standard
4146 Frieda
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Standard
4155 555
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 </row>
4161 <row>
4162 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Standard
4166
4167 \series bold
4168 Vieider
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" topline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Standard
4177 Hilde
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Standard
4186 555
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 </row>
4192 <row>
4193 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Standard
4197
4198 \series bold
4199 Vigna
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" topline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Standard
4208 Jürgen
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Standard
4217 999
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 </row>
4223 <row>
4224 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Standard
4228
4229 \series bold
4230 Weber
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" topline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Standard
4239 Maurizio
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Standard
4248 555
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 </row>
4254 <row bottomline="true">
4255 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Standard
4259
4260 \series bold
4261 Winkler
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" topline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Standard
4270 Franz
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Standard
4279 555
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 </row>
4285 <row bottomline="true" endlastfoot="true">
4286 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Standard
4290 fin
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Standard
4299
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Standard
4308
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 </row>
4314 </lyxtabular>
4315
4316 \end_inset
4317
4318
4319 \begin_inset ERT
4320 status collapsed
4321
4322 \begin_layout Standard
4323
4324
4325 \backslash
4326 addtocounter{table}{-1}
4327 \end_layout
4328
4329 \end_inset
4330
4331
4332 \begin_inset Note Note
4333 status open
4334
4335 \begin_layout Standard
4336 Para comprender el uso de este comando, lee al final de la sección\InsetSpace ~
4337 2.6.2 la
4338  primera nota resaltada en gris.
4339  
4340 \end_layout
4341
4342 \end_inset
4343
4344
4345 \end_layout
4346
4347 \begin_layout Subsection
4348 Notas al pie en Tablas Largas
4349 \begin_inset LatexCommand label
4350 name "sub:Notas-al-pie-en-Tablas-Largas"
4351
4352 \end_inset
4353
4354
4355 \begin_inset LatexCommand index
4356 name "Tablas Largas ! Notas al pie"
4357
4358 \end_inset
4359
4360
4361 \end_layout
4362
4363 \begin_layout Standard
4364 Se pueden insertar notas al pie en cada celda de tabla larga.
4365  Aparecen abajo en la página donde esté la celda con la nota.
4366  La tabla\InsetSpace ~
4367
4368 \begin_inset LatexCommand ref
4369 reference "tab:DifEncabezados"
4370
4371 \end_inset
4372
4373  tiene un ejemplo de nota al pie.
4374 \end_layout
4375
4376 \begin_layout Subsection
4377 Encabezados en Tablas Largas
4378 \begin_inset LatexCommand index
4379 name "Tablas Largas ! Encabezados"
4380
4381 \end_inset
4382
4383
4384 \end_layout
4385
4386 \begin_layout Standard
4387
4388 \lang english
4389 A longtable cannot be put into a table float because floats can only be
4390  on one page but the caption environment of floats can also be used for
4391  longtables.
4392 \end_layout
4393
4394 \begin_layout Standard
4395
4396 \lang english
4397 As LyX does not yet fully support captions in longtables, a hack is needed
4398  to create them:
4399 \end_layout
4400
4401 \begin_layout Enumerate
4402
4403 \lang english
4404 Create a longtable
4405 \family sans
4406 .
4407 \end_layout
4408
4409 \begin_layout Enumerate
4410
4411 \lang english
4412 Mark the first row an disable its upper line.
4413 \end_layout
4414
4415 \begin_layout Enumerate
4416
4417 \lang english
4418 Insert a caption via the menu 
4419 \family sans
4420 Insert\SpecialChar \menuseparator
4421 Caption
4422 \family default
4423 \series bold
4424  
4425 \series default
4426 into the first table cell.
4427 \newline
4428 You can also add a short title for the caption.
4429 \end_layout
4430
4431 \begin_layout Enumerate
4432
4433 \lang english
4434 Insert a 
4435 \begin_inset Quotes eld
4436 \end_inset
4437
4438
4439 \series bold
4440
4441 \backslash
4442
4443 \backslash
4444 %
4445 \series default
4446
4447 \begin_inset Quotes erd
4448 \end_inset
4449
4450  as ERT behind the caption.
4451 \end_layout
4452
4453 \begin_layout Standard
4454
4455 \lang english
4456 A short title that will appear in the LOT instead of the full title.
4457  The 
4458 \series bold
4459
4460 \backslash
4461
4462 \backslash
4463 %
4464 \series default
4465  behind the caption omits the vertical lines between the following cells
4466  in the row.
4467
4468 \family sans
4469  
4470 \family default
4471 \lang spanish
4472 Ahora, la primera fila de la tabla es sólo una fila postiza para el encabezado,
4473  la tabla real comienza en la segunda fila.
4474 \end_layout
4475
4476 \begin_layout Standard
4477 He aquí una pequeña tabla larga para mostrar cómo funciona:
4478 \end_layout
4479
4480 \begin_layout Standard
4481 \begin_inset Tabular
4482 <lyxtabular version="3" rows="6" columns="5">
4483 <features islongtable="true">
4484 <column alignment="center" valignment="top" leftline="true" width="0">
4485 <column alignment="center" valignment="top" leftline="true" width="0">
4486 <column alignment="center" valignment="top" leftline="true" width="0">
4487 <column alignment="center" valignment="top" leftline="true" width="0">
4488 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4489 <row>
4490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Standard
4494 \begin_inset Caption
4495
4496 \begin_layout Standard
4497 Tabla larga con encabezado
4498 \begin_inset OptArg
4499 status collapsed
4500
4501 \begin_layout Standard
4502 Tabla larga con encabezado
4503 \end_layout
4504
4505 \end_inset
4506
4507
4508 \end_layout
4509
4510 \end_inset
4511
4512
4513 \begin_inset ERT
4514 status collapsed
4515
4516 \begin_layout Standard
4517
4518
4519 \backslash
4520
4521 \backslash
4522 %
4523 \end_layout
4524
4525 \end_inset
4526
4527
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Standard
4536
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Standard
4545
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Standard
4554
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Standard
4563
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 </row>
4569 <row topline="true">
4570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Standard
4574 1
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Standard
4583 2
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Standard
4592 3
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Standard
4601 4
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Standard
4610 5
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row topline="true">
4617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Standard
4621 asd
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Standard
4630 s
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Standard
4639 s
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Standard
4648 s
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Standard
4657 asd
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row topline="true">
4664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Standard
4668 asd
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Standard
4677 s
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Standard
4686 s
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Standard
4695 s
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Standard
4704 asd
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 </row>
4710 <row topline="true">
4711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Standard
4715 asd
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Standard
4724 s
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Standard
4733 s
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Standard
4742 s
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Standard
4751 asd
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 </row>
4757 <row topline="true" bottomline="true">
4758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Standard
4762 asd
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Standard
4771 asd
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Standard
4780 asd
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Standard
4789 asd
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Standard
4798 asd
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 </row>
4804 </lyxtabular>
4805
4806 \end_inset
4807
4808
4809 \end_layout
4810
4811 \begin_layout Standard
4812 \begin_inset VSpace medskip
4813 \end_inset
4814
4815
4816 \begin_inset Note Greyedout
4817 status open
4818
4819 \begin_layout Standard
4820
4821 \series bold
4822 Nota
4823 \series default
4824 : El número de la tabla es incrementado para cada tabla larga, aunque no
4825  pongas encabezado en alguna de ellas.
4826  Por esto podría suceder que, p.e., la Tabla\InsetSpace ~
4827 2.4 siga a la Tabla\InsetSpace ~
4828 2.1 en la lista
4829  de tablas debido a que hay dos tablas largas sin encabezado.
4830  Para evitarlo, puedes añadir el siguiente comando en ERT detrás de cada
4831  tabla larga sin encabezado:
4832 \end_layout
4833
4834 \begin_layout Standard
4835
4836 \series bold
4837
4838 \backslash
4839 addtocounter{table}{-1}
4840 \end_layout
4841
4842 \end_inset
4843
4844
4845 \begin_inset Note Greyedout
4846 status open
4847
4848 \begin_layout Standard
4849
4850 \series bold
4851 Nota: 
4852 \series default
4853 Si utilizas el paquete de LaTeX 
4854 \series bold
4855 hyperref
4856 \series default
4857
4858 \begin_inset LatexCommand index
4859 name "LaTeX-paquetes ! hyperref"
4860
4861 \end_inset
4862
4863  para enlazar referencias cruzadas, el enlace al encabezado de una tabla
4864  larga apuntará siempre al comienzo.
4865 \end_layout
4866
4867 \end_inset
4868
4869
4870 \end_layout
4871
4872 \begin_layout Subsubsection
4873 Referencias a Tablas Largas
4874 \begin_inset LatexCommand index
4875 name "Tablas Largas ! Referencias a"
4876
4877 \end_inset
4878
4879
4880 \end_layout
4881
4882 \begin_layout Standard
4883 \begin_inset Tabular
4884 <lyxtabular version="3" rows="6" columns="5">
4885 <features islongtable="true">
4886 <column alignment="center" valignment="top" leftline="true" width="0">
4887 <column alignment="center" valignment="top" leftline="true" width="0">
4888 <column alignment="center" valignment="top" leftline="true" width="0">
4889 <column alignment="center" valignment="top" leftline="true" width="0">
4890 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4891 <row>
4892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Standard
4896 \begin_inset Caption
4897
4898 \begin_layout Standard
4899 Tabla larga referenciada
4900 \begin_inset LatexCommand label
4901 name "tab:RefEjemplo"
4902
4903 \end_inset
4904
4905
4906 \end_layout
4907
4908 \end_inset
4909
4910
4911 \begin_inset ERT
4912 status collapsed
4913
4914 \begin_layout Standard
4915
4916
4917 \backslash
4918
4919 \backslash
4920 %
4921 \end_layout
4922
4923 \end_inset
4924
4925
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Standard
4934
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Standard
4943
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Standard
4952
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Standard
4961
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 </row>
4967 <row topline="true">
4968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Standard
4972 1
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Standard
4981 2
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Standard
4990 3
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Standard
4999 4
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Standard
5008 5
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 </row>
5014 <row topline="true">
5015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Standard
5019 asd
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Standard
5028 s
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Standard
5037 s
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Standard
5046 s
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Standard
5055 asd
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 </row>
5061 <row topline="true">
5062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Standard
5066 asd
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Standard
5075 s
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Standard
5084 s
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Standard
5093 s
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Standard
5102 asd
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 </row>
5108 <row topline="true">
5109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Standard
5113 asd
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Standard
5122 s
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Standard
5131 s
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Standard
5140 s
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Standard
5149 asd
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 </row>
5155 <row topline="true" bottomline="true">
5156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Standard
5160 asd
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Standard
5169 sad
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Standard
5178 asd
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Standard
5187 asd
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Standard
5196 asd
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 </row>
5202 </lyxtabular>
5203
5204 \end_inset
5205
5206
5207 \end_layout
5208
5209 \begin_layout Standard
5210
5211 \lang english
5212 To reference a longtable, insert a label into the caption.
5213  
5214 \lang spanish
5215 Observa que tienes que añadir el prefijo "
5216 \emph on
5217 tab
5218 \emph default
5219 :" manualmente en el campo de etiqueta.
5220  
5221 \end_layout
5222
5223 \begin_layout Standard
5224
5225 \lang english
5226 This is a reference to
5227 \lang spanish
5228  Tabla\InsetSpace ~
5229
5230 \begin_inset LatexCommand ref
5231 reference "tab:RefEjemplo"
5232
5233 \end_inset
5234
5235 .
5236 \end_layout
5237
5238 \begin_layout Standard
5239 El formato del encabezado puede configurarse junto con todos los demás encabezad
5240 os del documento mediante el paquete LaTeX
5241 \series bold
5242  caption
5243 \series default
5244
5245 \begin_inset LatexCommand index
5246 name "LaTeX-paquetes ! caption"
5247
5248 \end_inset
5249
5250 , ver sección\InsetSpace ~
5251  
5252 \begin_inset LatexCommand ref
5253 reference "sec:Formato-de-Encabezados"
5254
5255 \end_inset
5256
5257 .
5258 \end_layout
5259
5260 \begin_layout Subsubsection
5261 Anchura de Encabezado
5262 \begin_inset LatexCommand index
5263 name "Tablas Largas ! Anchura de Encabezados"
5264
5265 \end_inset
5266
5267
5268 \end_layout
5269
5270 \begin_layout Standard
5271 La anchura máxima se define por la longitud 
5272 \series bold
5273
5274 \backslash
5275 LTcapwidth
5276 \series default
5277 .
5278  Por defecto es 4\InsetSpace \thinspace{}
5279 in.
5280  Para cambiarla añade el siguiente comando al preámbulo o como ERT en el
5281  documento antes de la tabla larga a la que afecta
5282 \end_layout
5283
5284 \begin_layout Standard
5285
5286 \series bold
5287
5288 \backslash
5289 setlength{
5290 \backslash
5291 LTcapwidth}{ancho}
5292 \end_layout
5293
5294 \begin_layout Standard
5295 donde el ancho puede ser una de las unidades listadas en el apéndice\InsetSpace ~
5296
5297 \begin_inset LatexCommand ref
5298 reference "cha:Unidades-disponibles-en"
5299
5300 \end_inset
5301
5302 .
5303 \end_layout
5304
5305 \begin_layout Standard
5306 Las tablas siguientes muestran la diferencia:
5307 \end_layout
5308
5309 \begin_layout Standard
5310 \begin_inset Tabular
5311 <lyxtabular version="3" rows="6" columns="5">
5312 <features islongtable="true">
5313 <column alignment="center" valignment="top" leftline="true" width="0">
5314 <column alignment="center" valignment="top" leftline="true" width="0">
5315 <column alignment="center" valignment="top" leftline="true" width="0">
5316 <column alignment="center" valignment="top" leftline="true" width="0">
5317 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5318 <row>
5319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Standard
5323 \begin_inset Caption
5324
5325 \begin_layout Standard
5326 Encabezado completo con ancho predeterminado encabezado completo con ancho
5327  predeterminado encabezado completo con ancho predeterminado
5328 \begin_inset OptArg
5329 status collapsed
5330
5331 \begin_layout Standard
5332 Encabezado con ancho predeterminado
5333 \end_layout
5334
5335 \end_inset
5336
5337
5338 \end_layout
5339
5340 \end_inset
5341
5342
5343 \begin_inset ERT
5344 status collapsed
5345
5346 \begin_layout Standard
5347
5348
5349 \backslash
5350
5351 \backslash
5352 %
5353 \end_layout
5354
5355 \end_inset
5356
5357
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Standard
5366
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Standard
5375
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Standard
5384
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Standard
5393
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 </row>
5399 <row topline="true">
5400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Standard
5404 1
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Standard
5413 2
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Standard
5422 3
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Standard
5431 4
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Standard
5440 5
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 </row>
5446 <row topline="true">
5447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Standard
5451 asd
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Standard
5460 s
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Standard
5469 s
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Standard
5478 s
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Standard
5487 asd
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 </row>
5493 <row topline="true">
5494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Standard
5498 asd
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Standard
5507 s
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Standard
5516 s
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Standard
5525 s
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Standard
5534 asd
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 </row>
5540 <row topline="true">
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Standard
5545 asd
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Standard
5554 s
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Standard
5563 s
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Standard
5572 s
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Standard
5581 asd
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 </row>
5587 <row topline="true" bottomline="true">
5588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Standard
5592 asd
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Standard
5601 sad
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Standard
5610 asd
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Standard
5619 asd
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Standard
5628 asd
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 </row>
5634 </lyxtabular>
5635
5636 \end_inset
5637
5638
5639 \end_layout
5640
5641 \begin_layout Standard
5642 \begin_inset ERT
5643 status collapsed
5644
5645 \begin_layout Standard
5646
5647
5648 \backslash
5649 setlength{
5650 \backslash
5651 LTcapwidth}{5cm}
5652 \end_layout
5653
5654 \end_inset
5655
5656
5657 \begin_inset Tabular
5658 <lyxtabular version="3" rows="6" columns="5">
5659 <features islongtable="true">
5660 <column alignment="center" valignment="top" leftline="true" width="0">
5661 <column alignment="center" valignment="top" leftline="true" width="0">
5662 <column alignment="center" valignment="top" leftline="true" width="0">
5663 <column alignment="center" valignment="top" leftline="true" width="0">
5664 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5665 <row>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Standard
5670 \begin_inset Caption
5671
5672 \begin_layout Standard
5673 Encabezado completo con ancho de  5\InsetSpace \thinspace{}
5674 cm encabezado completo con ancho de 5\InsetSpace \thinspace{}
5675 cm
5676  encabezado completo con ancho de 5\InsetSpace \thinspace{}
5677 cm
5678 \begin_inset OptArg
5679 status collapsed
5680
5681 \begin_layout Standard
5682 Encabezado con anchura\InsetSpace \thinspace{}
5683 =\InsetSpace \thinspace{}
5684 5\InsetSpace \thinspace{}
5685 cm
5686 \end_layout
5687
5688 \end_inset
5689
5690
5691 \end_layout
5692
5693 \end_inset
5694
5695
5696 \begin_inset ERT
5697 status collapsed
5698
5699 \begin_layout Standard
5700
5701
5702 \backslash
5703
5704 \backslash
5705 %
5706 \end_layout
5707
5708 \end_inset
5709
5710
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Standard
5719
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Standard
5728
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Standard
5737
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Standard
5746
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 </row>
5752 <row topline="true">
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Standard
5757 1
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Standard
5766 2
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Standard
5775 3
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Standard
5784 4
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Standard
5793 5
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 </row>
5799 <row topline="true">
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Standard
5804 asd
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Standard
5813 s
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Standard
5822 s
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Standard
5831 s
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Standard
5840 asd
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 </row>
5846 <row topline="true">
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Standard
5851 asd
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Standard
5860 s
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Standard
5869 s
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Standard
5878 s
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Standard
5887 asd
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 </row>
5893 <row topline="true">
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Standard
5898 asd
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Standard
5907 s
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Standard
5916 s
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Standard
5925 s
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Standard
5934 asd
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 </row>
5940 <row topline="true" bottomline="true">
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Standard
5945 asd
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Standard
5954 sad
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Standard
5963 asd
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Standard
5972 asd
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Standard
5981 asd
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 </row>
5987 </lyxtabular>
5988
5989 \end_inset
5990
5991
5992 \begin_inset ERT
5993 status collapsed
5994
5995 \begin_layout Standard
5996
5997
5998 \backslash
5999 setlength{
6000 \backslash
6001 LTcapwidth}{4in}
6002 \end_layout
6003
6004 \end_inset
6005
6006
6007 \end_layout
6008
6009 \begin_layout Subsubsection
6010 Encabezados Distintos para cada Página
6011 \begin_inset LatexCommand index
6012 name "Tablas Largas ! Encabezados Diferentes para cada Página"
6013
6014 \end_inset
6015
6016
6017 \end_layout
6018
6019 \begin_layout Standard
6020
6021 \lang english
6022 When the other captions should differ from the one of the first table page,
6023  insert a caption with a non-empty short title in a dummy caption row marked
6024  as first header.
6025  The caption used for the other table pages is inserted as caption without
6026  a short title in a dummy caption row that is marked as main header.
6027  When this caption shouldn't include the table number, use the command
6028 \end_layout
6029
6030 \begin_layout Standard
6031
6032 \series bold
6033 \lang english
6034
6035 \backslash
6036 caption*{caption text}
6037 \end_layout
6038
6039 \begin_layout Standard
6040
6041 \lang english
6042 instead of LyX's caption box.
6043
6044 \lang spanish
6045  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
6046  La tabla\InsetSpace ~
6047
6048 \begin_inset LatexCommand ref
6049 reference "tab:DifEncabezados"
6050
6051 \end_inset
6052
6053  es un ejemplo de tabla larga con encabezados distintos donde el segundo
6054  no incluye número de tabla.
6055 \end_layout
6056
6057 \begin_layout Standard
6058 \align center
6059 \begin_inset Tabular
6060 <lyxtabular version="3" rows="60" columns="3">
6061 <features islongtable="true">
6062 <column alignment="left" valignment="top" leftline="true" width="0cm">
6063 <column alignment="left" valignment="top" rightline="true" width="0pt">
6064 <column alignment="right" valignment="top" rightline="true" width="0pt">
6065 <row endfirsthead="true">
6066 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Standard
6070 \begin_inset Caption
6071
6072 \begin_layout Standard
6073 Ejemplo de lista telefónica
6074 \begin_inset LatexCommand label
6075 name "tab:DifEncabezados"
6076
6077 \end_inset
6078
6079
6080 \begin_inset OptArg
6081 status collapsed
6082
6083 \begin_layout Standard
6084 Ejemplo de lista telefónica
6085 \end_layout
6086
6087 \end_inset
6088
6089
6090 \end_layout
6091
6092 \end_inset
6093
6094
6095 \begin_inset ERT
6096 status collapsed
6097
6098 \begin_layout Standard
6099
6100
6101 \backslash
6102
6103 \backslash
6104 %
6105 \end_layout
6106
6107 \end_inset
6108
6109
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Standard
6118
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Standard
6127
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 </row>
6133 <row topline="true" bottomline="true" endfirsthead="true">
6134 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Standard
6138
6139 \series bold
6140 Ejemplo de lista telefónica (ignore los nombres)
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Standard
6149
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Standard
6158
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 </row>
6164 <row topline="true" bottomline="true" endfirsthead="true">
6165 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Standard
6169
6170 \series bold
6171 NOMBRE
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Standard
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Standard
6189
6190 \series bold
6191 TEL.
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 </row>
6197 <row bottomline="true" endhead="true">
6198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Standard
6202 \begin_inset ERT
6203 status collapsed
6204
6205 \begin_layout Standard
6206
6207
6208 \backslash
6209 caption*{Continúa Ejemplo de lista telefónica}
6210 \backslash
6211
6212 \backslash
6213 %
6214 \end_layout
6215
6216 \end_inset
6217
6218
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Standard
6227
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Standard
6236
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 </row>
6242 <row topline="true" bottomline="true" endhead="true">
6243 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Standard
6247
6248 \series bold
6249 Ejemplo de lista telefónica
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Standard
6258
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Standard
6267
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 </row>
6273 <row topline="true" bottomline="true" endhead="true">
6274 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Standard
6278
6279 \series bold
6280 NOMBRE
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Standard
6289
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Standard
6298
6299 \series bold
6300 TEL.
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 </row>
6306 <row topline="true" bottomline="true" endfoot="true">
6307 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Standard
6311 continúa en página siguiente
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Standard
6320
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Standard
6329
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 </row>
6335 <row>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Standard
6340
6341 \series bold
6342 Annovi
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Standard
6351 Silvia
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Standard
6360 111
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 </row>
6366 <row>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Standard
6371
6372 \series bold
6373 Bertoli
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Standard
6382 Stefano
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Standard
6391 111
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 </row>
6397 <row>
6398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6399 \begin_inset Text
6400
6401 \begin_layout Standard
6402
6403 \series bold
6404 Bozzi
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Standard
6413 Walter
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Standard
6422 111
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 </row>
6428 <row>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Standard
6433
6434 \series bold
6435 Cachia
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" topline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Standard
6444 Maria
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Standard
6453 111
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 </row>
6459 <row>
6460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Standard
6464
6465 \series bold
6466 Cachia
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 <cell alignment="center" valignment="top" topline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Standard
6475 Maurizio
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Standard
6484 111
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 </row>
6490 <row>
6491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6492 \begin_inset Text
6493
6494 \begin_layout Standard
6495
6496 \series bold
6497 Cinquemani
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Standard
6506 Giusi
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Standard
6515 111
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 </row>
6521 <row>
6522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Standard
6526
6527 \series bold
6528 Colin
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 <cell alignment="center" valignment="top" topline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Standard
6537 Bernard
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Standard
6546 111
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 </row>
6552 <row>
6553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Standard
6557
6558 \series bold
6559 Concli
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 <cell alignment="center" valignment="top" topline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Standard
6568 Gianfranco
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6574 \begin_inset Text
6575
6576 \begin_layout Standard
6577 111
6578 \end_layout
6579
6580 \end_inset
6581 </cell>
6582 </row>
6583 <row>
6584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Standard
6588
6589 \series bold
6590 Dal Bosco
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 <cell alignment="center" valignment="top" topline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Standard
6599 Carolina
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Standard
6608 111
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 </row>
6614 <row>
6615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Standard
6619
6620 \series bold
6621 Dalpiaz
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Standard
6630 Annamaria
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Standard
6639 111
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 </row>
6645 <row>
6646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6647 \begin_inset Text
6648
6649 \begin_layout Standard
6650
6651 \series bold
6652 Feliciello
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 <cell alignment="center" valignment="top" topline="true" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Standard
6661 Domenico
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Standard
6670 111
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 </row>
6676 <row>
6677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Standard
6681
6682 \series bold
6683 Focarelli
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Standard
6692 Paola
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Standard
6701 111
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 </row>
6707 <row>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Standard
6712
6713 \series bold
6714 Galletti
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Standard
6723 Oreste
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Standard
6732 111
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 </row>
6738 <row>
6739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Standard
6743
6744 \series bold
6745 Gasparini
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Standard
6754 Franca
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Standard
6763 111
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 </row>
6769 <row>
6770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Standard
6774
6775 \series bold
6776 Rizzardi
6777 \series default
6778
6779 \begin_inset Foot
6780 status open
6781
6782 \begin_layout Standard
6783 Ejemplo de nota al pie
6784 \end_layout
6785
6786 \end_inset
6787
6788
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell alignment="center" valignment="top" topline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Standard
6797 Paola
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Standard
6806 111
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 </row>
6812 <row>
6813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Standard
6817
6818 \series bold
6819 Lassini
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Standard
6828 Giancarlo
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Standard
6837 111
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 </row>
6843 <row>
6844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Standard
6848
6849 \series bold
6850 Malfatti
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Standard
6859 Luciano
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Standard
6868 111
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 </row>
6874 <row>
6875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Standard
6879
6880 \series bold
6881 Malfatti
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Standard
6890 Valeriano
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Standard
6899 111
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 </row>
6905 <row>
6906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Standard
6910
6911 \series bold
6912 Meneguzzo
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Standard
6921 Roberto
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Standard
6930 111
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 </row>
6936 <row>
6937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Standard
6941
6942 \series bold
6943 Mezzadra
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" topline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Standard
6952 Roberto
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Standard
6961 111
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 </row>
6967 <row>
6968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Standard
6972
6973 \series bold
6974 Pirpamer
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Standard
6983 Erich
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Standard
6992 111
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 </row>
6998 <row>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Standard
7003
7004 \series bold
7005 Pochiesa
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell alignment="center" valignment="top" topline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Standard
7014 Paolo
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Standard
7023 111, 222
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 </row>
7029 <row>
7030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Standard
7034
7035 \series bold
7036 Radina
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 <cell alignment="center" valignment="top" topline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Standard
7045 Claudio
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Standard
7054 111
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 </row>
7060 <row>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Standard
7065
7066 \series bold
7067 Stuffer
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Standard
7076 Oskar
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Standard
7085 111
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 </row>
7091 <row>
7092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Standard
7096
7097 \series bold
7098 Tacchelli
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Standard
7107 Ugo
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Standard
7116 111
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 </row>
7122 <row>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Standard
7127
7128 \series bold
7129 Tezzele
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell alignment="center" valignment="top" topline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Standard
7138 Margit
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Standard
7147 111
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 </row>
7153 <row>
7154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Standard
7158
7159 \series bold
7160 Unterkalmsteiner
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Standard
7169 Frieda
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Standard
7178 111
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 </row>
7184 <row>
7185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Standard
7189
7190 \series bold
7191 Vieider
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell alignment="center" valignment="top" topline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Standard
7200 Hilde
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Standard
7209 111
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 </row>
7215 <row>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Standard
7220
7221 \series bold
7222 Vigna
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 <cell alignment="center" valignment="top" topline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Standard
7231 Jürgen
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7237 \begin_inset Text
7238
7239 \begin_layout Standard
7240 111
7241 \end_layout
7242
7243 \end_inset
7244 </cell>
7245 </row>
7246 <row>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Standard
7251
7252 \series bold
7253 Weber
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Standard
7262 Maurizio
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Standard
7271 111
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 </row>
7277 <row bottomline="true">
7278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Standard
7282
7283 \series bold
7284 Winkler
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 <cell alignment="center" valignment="top" topline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Standard
7293 Franz
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Standard
7302 111
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 </row>
7308 <row bottomline="true">
7309 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Standard
7313  
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Standard
7322
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7328 \begin_inset Text
7329
7330 \begin_layout Standard
7331
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 </row>
7337 <row>
7338 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Standard
7342
7343 \series bold
7344 Annovi
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 <cell alignment="center" valignment="top" topline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Standard
7353 Silvia
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Standard
7362 555
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 </row>
7368 <row>
7369 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Standard
7373
7374 \series bold
7375 Bertoli
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 <cell alignment="center" valignment="top" topline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Standard
7384 Stefano
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Standard
7393 555
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 </row>
7399 <row>
7400 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7401 \begin_inset Text
7402
7403 \begin_layout Standard
7404
7405 \series bold
7406 Bozzi
7407 \end_layout
7408
7409 \end_inset
7410 </cell>
7411 <cell alignment="center" valignment="top" topline="true" usebox="none">
7412 \begin_inset Text
7413
7414 \begin_layout Standard
7415 Walter
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Standard
7424 555
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 </row>
7430 <row>
7431 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Standard
7435
7436 \series bold
7437 Cachia
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell alignment="center" valignment="top" topline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Standard
7446 Maria
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Standard
7455 555
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 </row>
7461 <row>
7462 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Standard
7466
7467 \series bold
7468 Cachia
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 <cell alignment="center" valignment="top" topline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Standard
7477 Maurizio
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Standard
7486 555
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 </row>
7492 <row>
7493 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Standard
7497
7498 \series bold
7499 Cinquemani
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell alignment="center" valignment="top" topline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Standard
7508 Giusi
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Standard
7517 555
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 </row>
7523 <row>
7524 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Standard
7528
7529 \series bold
7530 Colin
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell alignment="center" valignment="top" topline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Standard
7539 Bernard
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7545 \begin_inset Text
7546
7547 \begin_layout Standard
7548 555
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 </row>
7554 <row>
7555 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Standard
7559
7560 \series bold
7561 Concli
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" topline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Standard
7570 Gianfranco
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Standard
7579 555
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 </row>
7585 <row>
7586 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Standard
7590
7591 \series bold
7592 Dal Bosco
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell alignment="center" valignment="top" topline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Standard
7601 Carolina
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Standard
7610 555
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 </row>
7616 <row>
7617 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Standard
7621
7622 \series bold
7623 Dalpiaz
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" topline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Standard
7632 Annamaria
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Standard
7641 555
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 </row>
7647 <row>
7648 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Standard
7652
7653 \series bold
7654 Feliciello
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell alignment="center" valignment="top" topline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Standard
7663 Domenico
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Standard
7672 555
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 </row>
7678 <row>
7679 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Standard
7683
7684 \series bold
7685 Focarelli
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" topline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Standard
7694 Paola
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Standard
7703 555
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 </row>
7709 <row>
7710 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Standard
7714
7715 \series bold
7716 Galletti
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell alignment="center" valignment="top" topline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Standard
7725 Oreste
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Standard
7734 555
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 </row>
7740 <row>
7741 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Standard
7745
7746 \series bold
7747 Gasparini
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell alignment="center" valignment="top" topline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Standard
7756 Franca
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Standard
7765 555
7766 \end_layout
7767
7768 \end_inset
7769 </cell>
7770 </row>
7771 <row>
7772 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Standard
7776
7777 \series bold
7778 Rizzardi
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 <cell alignment="center" valignment="top" topline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Standard
7787 Paola
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Standard
7796 555
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 </row>
7802 <row>
7803 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Standard
7807
7808 \series bold
7809 Lassini
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 <cell alignment="center" valignment="top" topline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Standard
7818 Giancarlo
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Standard
7827 555
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 </row>
7833 <row>
7834 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Standard
7838
7839 \series bold
7840 Malfatti
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" topline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Standard
7849 Luciano
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Standard
7858 555
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 </row>
7864 <row>
7865 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Standard
7869
7870 \series bold
7871 Malfatti
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell alignment="center" valignment="top" topline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Standard
7880 Valeriano
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Standard
7889 555
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 </row>
7895 <row>
7896 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Standard
7900
7901 \series bold
7902 Meneguzzo
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" topline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Standard
7911 Roberto
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Standard
7920 555
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 </row>
7926 <row bottomline="true">
7927 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Standard
7931
7932 \series bold
7933 Mezzadra
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" topline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Standard
7942 Roberto
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Standard
7951 555
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 </row>
7957 <row bottomline="true" endlastfoot="true">
7958 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Standard
7962
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Standard
7971
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Standard
7980
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 </row>
7986 </lyxtabular>
7987
7988 \end_inset
7989
7990
7991 \end_layout
7992
7993 \begin_layout Section
7994 Particularidades de las Tablas Largas
7995 \end_layout
7996
7997 \begin_layout Subsection
7998 Cálculos
7999 \begin_inset LatexCommand index
8000 name "Tablas Largas ! 2.7.1 Cálculos"
8001
8002 \end_inset
8003
8004
8005 \end_layout
8006
8007 \begin_layout Standard
8008 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
8009  utilizando los denominados "trozos", que son partes de la tabla presentes
8010  en la memoria de LaTeX.
8011  El valor predeterminado está establacido a solo 20 filas.
8012  Si estás usando tablas largas con muchas páginas, la generación del documento
8013  puede hacerse muy lenta.
8014  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
8015  el siguiente comando en el preámbulo del documento:
8016 \end_layout
8017
8018 \begin_layout Standard
8019
8020 \series bold
8021
8022 \backslash
8023 setcounter{LTchunksize}{100}
8024 \end_layout
8025
8026 \begin_layout Subsection
8027 Flotantes y Tablas Largas
8028 \begin_inset LatexCommand index
8029 name "Tablas Largas ! Flotantes"
8030
8031 \end_inset
8032
8033
8034 \end_layout
8035
8036 \begin_layout Standard
8037 Podría haber problemas si un flotante aparece en la misma página donde comienza
8038  una tabla larga.
8039  Para evitarlo, añade el comando 
8040 \series bold
8041
8042 \backslash
8043 clearpage
8044 \series default
8045  como ERT antes de la tabla.
8046 \end_layout
8047
8048 \begin_layout Subsection
8049 Saltos de Página Forzados
8050 \begin_inset LatexCommand index
8051 name "Tablas Largas ! Saltos de Página Forzados"
8052
8053 \end_inset
8054
8055
8056 \end_layout
8057
8058 \begin_layout Standard
8059 Por defecto, las tablas sólo se cortan entre filas.
8060  Si tienes una celda con líneas múltiples y necesitas un salto de página
8061  dentro de la celda, inserta el comando de nueva línea "
8062 \series bold
8063
8064 \backslash
8065
8066 \backslash
8067
8068 \series default
8069 " como ERT en el punto en que quieras cortar.
8070  Antes del comando "
8071 \series bold
8072
8073 \backslash
8074
8075 \backslash
8076
8077 \series default
8078 " debes insertar en ERT tantos caracteres "
8079 \series bold
8080 &
8081 \series default
8082 " como columnas siguientes de la tabla.
8083  
8084 \series bold
8085 &
8086 \series default
8087  es el caracter para separar celdas.
8088  Escribe en ERT después de cada 
8089 \series bold
8090 &
8091 \series default
8092  el contenido de la celda siguiente correspondiente y borra el contenido
8093  de esas celdas.
8094 \newline
8095 Detrás del comando 
8096 \series bold
8097
8098 \backslash
8099
8100 \backslash
8101
8102 \series default
8103 , inserta tantos 
8104 \series bold
8105 &
8106 \series default
8107  como columnas haya delante de la actual.
8108  En la tabla\InsetSpace ~
8109
8110 \begin_inset LatexCommand ref
8111 reference "tab:Saltos de Página Forzados"
8112
8113 \end_inset
8114
8115  la celda que debería cortarse está en la segunda columna seguida de otra
8116  columna.
8117  Por eso el siguiente comando se inserta en la celda como ERT detrás de
8118  "
8119 \emph on
8120 Castelchiodato,
8121 \emph default
8122 ":
8123 \end_layout
8124
8125 \begin_layout Standard
8126
8127 \series bold
8128 & 111
8129 \backslash
8130
8131 \backslash
8132
8133 \newline
8134 &
8135 \end_layout
8136
8137 \begin_layout Standard
8138 El "111" en la tercera columna de la fila se ha borrado.
8139  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
8140  superior pero quisieras una línea horizontal donde se corta la celda, usa
8141  este comando alternativo:
8142 \end_layout
8143
8144 \begin_layout Standard
8145
8146 \series bold
8147 & 111
8148 \backslash
8149
8150 \backslash
8151
8152 \newline
8153
8154 \backslash
8155 hline &
8156 \end_layout
8157
8158 \begin_layout Standard
8159 Cuando la celda a cortar está en la última columna, el comando
8160 \end_layout
8161
8162 \begin_layout Standard
8163
8164 \series bold
8165
8166 \backslash
8167 setlength{
8168 \backslash
8169 parf\SpecialChar \textcompwordmark{}
8170 illskip}{0pt}
8171 \end_layout
8172
8173 \begin_layout Standard
8174 debe insertarse como ERT al principio de la celda.
8175  Esto garantiza que la parte de la celda que será mostrada en la nueva página
8176  aparecerá con toda su anchura.
8177 \end_layout
8178
8179 \begin_layout Standard
8180 \align center
8181 \begin_inset Tabular
8182 <lyxtabular version="3" rows="39" columns="3">
8183 <features islongtable="true">
8184 <column alignment="left" valignment="top" leftline="true" width="0cm">
8185 <column alignment="left" valignment="top" rightline="true" width="3cm">
8186 <column alignment="right" valignment="top" rightline="true" width="0pt">
8187 <row endfirsthead="true">
8188 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Standard
8192 \begin_inset Caption
8193
8194 \begin_layout Standard
8195 Tabla con salto de página forzado en celda
8196 \begin_inset LatexCommand label
8197 name "tab:Saltos de Página Forzados"
8198
8199 \end_inset
8200
8201
8202 \begin_inset OptArg
8203 status collapsed
8204
8205 \begin_layout Standard
8206 Tabla con salto de página forzado en celda
8207 \end_layout
8208
8209 \end_inset
8210
8211
8212 \end_layout
8213
8214 \end_inset
8215
8216
8217 \begin_inset ERT
8218 status collapsed
8219
8220 \begin_layout Standard
8221
8222
8223 \backslash
8224
8225 \backslash
8226 %
8227 \end_layout
8228
8229 \end_inset
8230
8231
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Standard
8240
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Standard
8249
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 </row>
8255 <row topline="true" bottomline="true" endfirsthead="true">
8256 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Standard
8260
8261 \series bold
8262 Ejemplo de lista telefónica (ignore los nombres)
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Standard
8271
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Standard
8280
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 </row>
8286 <row topline="true" bottomline="true" endfirsthead="true">
8287 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Standard
8291
8292 \series bold
8293 NOMBRE
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Standard
8302
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Standard
8311
8312 \series bold
8313 TEL.
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 </row>
8319 <row bottomline="true" endhead="true">
8320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Standard
8324 \begin_inset ERT
8325 status collapsed
8326
8327 \begin_layout Standard
8328
8329
8330 \backslash
8331 caption*{Continúa tabla con salto de página forzado en celda}
8332 \backslash
8333
8334 \backslash
8335 %
8336 \end_layout
8337
8338 \end_inset
8339
8340
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Standard
8349
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Standard
8358
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 </row>
8364 <row topline="true" bottomline="true" endhead="true">
8365 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Standard
8369
8370 \series bold
8371  Ejemplo de lista telefónica
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Standard
8380
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Standard
8389
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row topline="true" bottomline="true" endhead="true">
8396 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Standard
8400
8401 \series bold
8402 NOMBRE
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Standard
8411
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Standard
8420
8421 \series bold
8422 TEL.
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 </row>
8428 <row topline="true" bottomline="true" endfoot="true">
8429 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Standard
8433 continúa en página siguiente
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Standard
8442
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Standard
8451
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Standard
8462
8463 \series bold
8464 Annovi
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" topline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Standard
8473 Silvia
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Standard
8482 111
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 <row>
8489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Standard
8493
8494 \series bold
8495 Bertoli
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" topline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Standard
8504 Stefano
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Standard
8513 111
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Standard
8524
8525 \series bold
8526 Bozzi
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" topline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Standard
8535 Walter
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Standard
8544 111
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 </row>
8550 <row>
8551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Standard
8555
8556 \series bold
8557 Cachia
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" topline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Standard
8566 Maria
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Standard
8575 111
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 </row>
8581 <row>
8582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Standard
8586
8587 \series bold
8588 Cachia
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" topline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Standard
8597 Maurizio
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Standard
8606 111
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 </row>
8612 <row>
8613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Standard
8617
8618 \series bold
8619 Cinquemani
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" topline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Standard
8628 Giusi
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Standard
8637 111
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 </row>
8643 <row>
8644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Standard
8648
8649 \series bold
8650 Colin
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" topline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Standard
8659 Bernard
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Standard
8668 111
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 </row>
8674 <row>
8675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Standard
8679
8680 \series bold
8681 Concli
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" topline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Standard
8690 Gianfranco
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Standard
8699 111
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 <row>
8706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Standard
8710
8711 \series bold
8712 Dal Bosco
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" topline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Standard
8721 Carolina
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Standard
8730 111
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 </row>
8736 <row>
8737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Standard
8741
8742 \series bold
8743 Dalpiaz
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" topline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Standard
8752 Annamaria
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Standard
8761 111
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 </row>
8767 <row>
8768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Standard
8772
8773 \series bold
8774 Feliciello
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" topline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Standard
8783 Domenico
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Standard
8792 111
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 </row>
8798 <row>
8799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Standard
8803
8804 \series bold
8805 Focarelli
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" topline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Standard
8814 Paola
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Standard
8823 111
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 </row>
8829 <row>
8830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Standard
8834
8835 \series bold
8836 Galletti
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" topline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Standard
8845 Oreste
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Standard
8854 111
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 </row>
8860 <row>
8861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Standard
8865
8866 \series bold
8867 Gasparini
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" topline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Standard
8876 Franca
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Standard
8885 111
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 </row>
8891 <row>
8892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Standard
8896
8897 \series bold
8898 Lassini
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" topline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Standard
8907 Giancarlo
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Standard
8916 111
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 </row>
8922 <row>
8923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Standard
8927
8928 \series bold
8929 Malfatti
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" topline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Standard
8938 Luciano
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Standard
8947 111
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 </row>
8953 <row>
8954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Standard
8958
8959 \series bold
8960 Malfatti
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 <cell alignment="center" valignment="top" topline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Standard
8969 Valeriano
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Standard
8978 111
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 </row>
8984 <row>
8985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Standard
8989
8990 \series bold
8991 Meneguzzo
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" topline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Standard
9000 Roberto
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Standard
9009 111
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 </row>
9015 <row>
9016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Standard
9020
9021 \series bold
9022 Mezzadra
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" topline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Standard
9031 Roberto
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Standard
9040 111
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 </row>
9046 <row>
9047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Standard
9051
9052 \series bold
9053 Pirpamer
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 <cell alignment="center" valignment="top" topline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Standard
9062 Erich
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Standard
9071 111
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 </row>
9077 <row>
9078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Standard
9082
9083 \series bold
9084 Pochiesa
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" topline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Standard
9093 Paolo
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Standard
9102 111, 222
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 </row>
9108 <row>
9109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Standard
9113
9114 \series bold
9115 Radina
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" topline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Standard
9124 Claudio
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Standard
9133 111
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 </row>
9139 <row>
9140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Standard
9144
9145 \series bold
9146 Rizzardi
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Standard
9155 Paolo, 11.
9156  Fürst von Montecompatri, 11.
9157  Fürst von Sulmona und Vivaro, 10.
9158  Fürst von Rossano, 5.
9159  Herzog von Canemorte, 11.
9160  Herzog von Palombara, 5.
9161  Herzog von Castelchiodato,
9162 \begin_inset ERT
9163 status collapsed
9164
9165 \begin_layout Standard
9166
9167 & 111
9168 \backslash
9169
9170 \backslash
9171
9172 \end_layout
9173
9174 \begin_layout Standard
9175
9176 &
9177 \end_layout
9178
9179 \end_inset
9180
9181  11.
9182  Herzog von Poggionativo, 11.
9183  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9184  Graf von Valinfreda, 11.
9185  Baron von Cropalati, 11.
9186  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Standard
9195
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 </row>
9201 <row>
9202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Standard
9206
9207 \series bold
9208 Stuffer
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" topline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Standard
9217 Oskar
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Standard
9226 111
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 </row>
9232 <row>
9233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Standard
9237
9238 \series bold
9239 Tacchelli
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" topline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Standard
9248 Ugo
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Standard
9257 111
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 </row>
9263 <row>
9264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Standard
9268
9269 \series bold
9270 Tezzele
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" topline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Standard
9279 Margit
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Standard
9288 111
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 </row>
9294 <row>
9295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Standard
9299
9300 \series bold
9301 Unterkalmsteiner
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" topline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Standard
9310 Frieda
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Standard
9319 111
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 </row>
9325 <row>
9326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Standard
9330
9331 \series bold
9332 Vieider
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 <cell alignment="center" valignment="top" topline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Standard
9341 Hilde
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Standard
9350 111
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 </row>
9356 <row>
9357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Standard
9361
9362 \series bold
9363 Vigna
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" topline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Standard
9372 Jürgen
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Standard
9381 111
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 </row>
9387 <row>
9388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Standard
9392
9393 \series bold
9394 Weber
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" topline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Standard
9403 Maurizio
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Standard
9412 111
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 </row>
9418 <row bottomline="true">
9419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Standard
9423
9424 \series bold
9425 Winkler
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell alignment="center" valignment="top" topline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Standard
9434 Franz
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Standard
9443 111
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 </row>
9449 <row endlastfoot="true">
9450 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Standard
9454
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Standard
9463
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Standard
9472
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 </row>
9478 </lyxtabular>
9479
9480 \end_inset
9481
9482
9483 \end_layout
9484
9485 \begin_layout Section
9486 Líneas Múltiples en Columnas y Filas
9487 \end_layout
9488
9489 \begin_layout Subsection
9490 Líneas Múltiples en Celdas
9491 \begin_inset LatexCommand label
9492 name "sub:Líneas-Múltiples-en"
9493
9494 \end_inset
9495
9496
9497 \begin_inset LatexCommand index
9498 name "Líneas Múltiples en Celdas"
9499
9500 \end_inset
9501
9502
9503 \begin_inset LatexCommand index
9504 name "Tablas ! Saltos de Línea"
9505
9506 \end_inset
9507
9508
9509 \end_layout
9510
9511 \begin_layout Standard
9512 \align center
9513 \begin_inset Float table
9514 placement H
9515 wide false
9516 sideways false
9517 status open
9518
9519 \begin_layout Standard
9520 \begin_inset Caption
9521
9522 \begin_layout Standard
9523 \begin_inset LatexCommand label
9524 name "tab:Tabla-con-múltiples"
9525
9526 \end_inset
9527
9528 Tabla con líneas múltiples en celda
9529 \end_layout
9530
9531 \end_inset
9532
9533
9534 \end_layout
9535
9536 \begin_layout Standard
9537 \align center
9538 \begin_inset Tabular
9539 <lyxtabular version="3" rows="3" columns="3">
9540 <features>
9541 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9542 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9543 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9544 <row topline="true">
9545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Standard
9549 líneas
9550 \begin_inset ERT
9551 status collapsed
9552
9553 \begin_layout Standard
9554
9555
9556 \backslash
9557 linebreak 
9558 \end_layout
9559
9560 \end_inset
9561
9562 múltiples
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Standard
9571 b
9572 \end_layout
9573
9574 \end_inset
9575 </cell>
9576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Standard
9580 c
9581 \end_layout
9582
9583 \end_inset
9584 </cell>
9585 </row>
9586 <row topline="true">
9587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Standard
9591 d
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Standard
9600 e
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Standard
9609 f
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 </row>
9615 <row topline="true" bottomline="true">
9616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9617 \begin_inset Text
9618
9619 \begin_layout Standard
9620 g
9621 \end_layout
9622
9623 \end_inset
9624 </cell>
9625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Standard
9629 h
9630 \end_layout
9631
9632 \end_inset
9633 </cell>
9634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Standard
9638 i
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 </row>
9644 </lyxtabular>
9645
9646 \end_inset
9647
9648
9649 \end_layout
9650
9651 \end_inset
9652
9653
9654 \end_layout
9655
9656 \begin_layout Standard
9657 Al ajustar anchura fija en una columna se habilita la entrada de texto como
9658  párrafos con varias líneas y guionado.
9659 \end_layout
9660
9661 \begin_layout Standard
9662 Para generar la tabla\InsetSpace ~
9663
9664 \begin_inset LatexCommand ref
9665 reference "tab:Tabla-con-múltiples"
9666
9667 \end_inset
9668
9669 , crea una tabla 3×3, marca la primera celda y click-derecha sobre ella.
9670  En el diálogo que surge establace una anchura de 2.5\InsetSpace \thinspace{}
9671 cm y escoge centro en
9672  alineación vertical y horizontal.
9673  Como nuestro texto es menor de 2.5\InsetSpace \thinspace{}
9674 cm, solo aparece una línea.
9675  Para poner dos añadimos un salto de línea con el comando
9676 \end_layout
9677
9678 \begin_layout Standard
9679
9680 \series bold
9681
9682 \backslash
9683 linebreak
9684 \end_layout
9685
9686 \begin_layout Standard
9687 en ERT.
9688  Si el texto es más ancho que la celda será automáticamente dividido en
9689  líneas.
9690 \end_layout
9691
9692 \begin_layout Standard
9693 Para centrar verticalmente el texto en las otras dos celdas de la primera
9694  fila, haz click-derecha en la segunda celda, ajusta una anchura de 0.5\InsetSpace \thinspace{}
9695 cm
9696  y marca alineaciones centrales.
9697  Haz lo mismo con la tercera celda de la fila.
9698 \end_layout
9699
9700 \begin_layout Standard
9701 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
9702  con guión si es la primera entrada.
9703  Por eso hay que insertar algo para que dicha palabra no sea la primera
9704  entrada: Añade el comando
9705 \end_layout
9706
9707 \begin_layout Standard
9708
9709 \series bold
9710
9711 \backslash
9712 hspace{0pt}
9713 \end_layout
9714
9715 \begin_layout Standard
9716 en ERT antes de la palabra.
9717  Como el espacio es 0 la salida no cambia.
9718  La tabla\InsetSpace ~
9719
9720 \begin_inset LatexCommand ref
9721 reference "tab:Tabla-con-y"
9722
9723 \end_inset
9724
9725  muestra el efecto.
9726 \end_layout
9727
9728 \begin_layout Standard
9729 \begin_inset Float table
9730 wide false
9731 sideways false
9732 status open
9733
9734 \begin_layout Standard
9735 \begin_inset Caption
9736
9737 \begin_layout Standard
9738 \begin_inset LatexCommand label
9739 name "tab:Tabla-con-y"
9740
9741 \end_inset
9742
9743 Tablas con y sin guión
9744 \end_layout
9745
9746 \end_inset
9747
9748
9749 \end_layout
9750
9751 \begin_layout Standard
9752
9753 \hfill
9754
9755 \begin_inset Tabular
9756 <lyxtabular version="3" rows="3" columns="3">
9757 <features>
9758 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9759 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9760 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9761 <row topline="true">
9762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Standard
9766 celdaconpalabramuylarga
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Standard
9775 b
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Standard
9784 c
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 </row>
9790 <row topline="true">
9791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Standard
9795 d
9796 \end_layout
9797
9798 \end_inset
9799 </cell>
9800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Standard
9804 e
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Standard
9813 f
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 </row>
9819 <row topline="true" bottomline="true">
9820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Standard
9824 g
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Standard
9833 h
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Standard
9842 i
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 </row>
9848 </lyxtabular>
9849
9850 \end_inset
9851
9852
9853 \hfill
9854
9855 \begin_inset Tabular
9856 <lyxtabular version="3" rows="3" columns="3">
9857 <features>
9858 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9859 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9860 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9861 <row topline="true">
9862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Standard
9866 \begin_inset ERT
9867 status collapsed
9868
9869 \begin_layout Standard
9870
9871
9872 \backslash
9873 hspace{0pt}
9874 \end_layout
9875
9876 \end_inset
9877
9878 celdaconpalabramuylarga
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Standard
9887 b
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Standard
9896 c
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 </row>
9902 <row topline="true">
9903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Standard
9907 d
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Standard
9916 e
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Standard
9925 f
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 </row>
9931 <row topline="true" bottomline="true">
9932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Standard
9936 g
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Standard
9945 h
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Standard
9954 i
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 </row>
9960 </lyxtabular>
9961
9962 \end_inset
9963
9964
9965 \hfill
9966
9967 \end_layout
9968
9969 \end_inset
9970
9971
9972 \end_layout
9973
9974 \begin_layout Standard
9975
9976 \newpage
9977
9978 \end_layout
9979
9980 \begin_layout Subsection
9981 Multicolumnas
9982 \begin_inset LatexCommand label
9983 name "sub:Multicolumnas"
9984
9985 \end_inset
9986
9987
9988 \begin_inset LatexCommand index
9989 name "Multicolumnas"
9990
9991 \end_inset
9992
9993
9994 \begin_inset LatexCommand index
9995 name "Tablas ! Multicolumnas"
9996
9997 \end_inset
9998
9999
10000 \end_layout
10001
10002 \begin_layout Subsubsection
10003 Fundamentos de Multicolumna
10004 \end_layout
10005
10006 \begin_layout Standard
10007 Para extender una celda sobre varias columnas, se marcan las celdas que
10008  se desee combinar y se usa el botón 
10009 \begin_inset Graphics
10010         filename ../images/tabular-feature_multicolumn.xpm
10011         scale 85
10012
10013 \end_inset
10014
10015 , o el menú 
10016 \family sans
10017 Editar\SpecialChar \menuseparator
10018 Tabla\SpecialChar \menuseparator
10019 Multicolumn
10020 \family default
10021 a, o click-derecha sobre las celdas marcadas y se selecciona en el diálogo,
10022  bajo la pestaña 
10023 \family sans
10024 Configuración
10025 \family default
10026 , la casilla Multicolumna.
10027 \end_layout
10028
10029 \begin_layout Standard
10030 Las multicolumnas tienen su propia configuración de celdas.
10031  Esto es, los cambios de bordes, alineación y anchura solo afectan a la
10032  multicolumna.
10033  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
10034  otra en la última fila sin borde superior:
10035 \end_layout
10036
10037 \begin_layout Standard
10038 \align center
10039 \begin_inset Tabular
10040 <lyxtabular version="3" rows="3" columns="4">
10041 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10042 <column alignment="center" valignment="top" leftline="true" width="0pt">
10043 <column alignment="center" valignment="middle" leftline="true" width="0">
10044 <column alignment="center" valignment="top" leftline="true" width="0in">
10045 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10046 <row topline="true" bottomline="true">
10047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Standard
10051 abc
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Standard
10060 def
10061 \lang ngerman
10062  
10063 \lang spanish
10064 ghi
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Standard
10073
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Standard
10082 jkl
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 </row>
10088 <row topline="true">
10089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Standard
10093
10094 \family roman
10095 \series medium
10096 \shape up
10097 \size normal
10098 \emph off
10099 \bar no
10100 \noun off
10101 \color none
10102 A
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Standard
10111 B
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Standard
10120 C
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Standard
10129 D
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 </row>
10135 <row topline="true" bottomline="true">
10136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Standard
10140 1
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Standard
10149 2
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Standard
10158 3
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Standard
10167 4
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 </row>
10173 </lyxtabular>
10174
10175 \end_inset
10176
10177
10178 \end_layout
10179
10180 \begin_layout Subsubsection
10181 Cálculos en Multicolumnas
10182 \begin_inset LatexCommand label
10183 name "sub:Cálculos-en-Multicolumnas"
10184
10185 \end_inset
10186
10187
10188 \begin_inset LatexCommand index
10189 name "Multicolumnas ! Cálculos"
10190
10191 \end_inset
10192
10193
10194 \end_layout
10195
10196 \begin_layout Standard
10197 LyX soporta multicolumnas directamente, pero hay que prestar atención a
10198  la anchura de celda de las columnas combinadas en la celda multicolumna.
10199 \end_layout
10200
10201 \begin_layout Standard
10202 \begin_inset Float table
10203 wide false
10204 sideways false
10205 status open
10206
10207 \begin_layout Standard
10208 \begin_inset Caption
10209
10210 \begin_layout Standard
10211 \begin_inset LatexCommand label
10212 name "tab:Tabla-con-centrado"
10213
10214 \end_inset
10215
10216 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
10217 te la mitad de anchura que la celda multicolumna
10218 \begin_inset OptArg
10219 status collapsed
10220
10221 \begin_layout Standard
10222 Tabla multicolumna perfecta
10223 \end_layout
10224
10225 \end_inset
10226
10227
10228 \end_layout
10229
10230 \end_inset
10231
10232
10233 \end_layout
10234
10235 \begin_layout Standard
10236 \align center
10237 \begin_inset Tabular
10238 <lyxtabular version="3" rows="3" columns="3">
10239 <features>
10240 <column alignment="center" valignment="middle" leftline="true" width="0" special="|>{\centering}m{1.25cm-6.2pt}">
10241 <column alignment="center" valignment="middle" leftline="true" width="0">
10242 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10243 <row topline="true">
10244 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special="|>{\centering}m{2.5cm}|">
10245 \begin_inset Text
10246
10247 \begin_layout Standard
10248 multicolumna línea múltiple
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Standard
10257
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Standard
10266 c
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 </row>
10272 <row topline="true">
10273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Standard
10277 d
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Standard
10286 e
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Standard
10295 f
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 </row>
10301 <row topline="true" bottomline="true">
10302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Standard
10306 g
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Standard
10315 h
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Standard
10324 i
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 </row>
10330 </lyxtabular>
10331
10332 \end_inset
10333
10334
10335 \end_layout
10336
10337 \end_inset
10338
10339
10340 \end_layout
10341
10342 \begin_layout Standard
10343 Por ejemplo, para crear la Tabla\InsetSpace ~
10344
10345 \begin_inset LatexCommand ref
10346 reference "tab:Tabla-con-centrado"
10347
10348 \end_inset
10349
10350 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
10351  click-derecha.
10352  En el diálogo marca 
10353 \emph on
10354 multicolumna
10355 \emph default
10356
10357 \emph on
10358 alineación centro
10359 \emph default
10360  y una anchura de 2.5\InsetSpace \thinspace{}
10361 cm.
10362  Las columnas combinadas deberían tener exactamente la mitad de la anchura
10363  de la celda multicolumna, así que deberías ajustar 1.25\InsetSpace \thinspace{}
10364 cm para la primera
10365  columna.
10366  La segunda columna tendrá entonces automáticamente 1.25\InsetSpace \thinspace{}
10367 cm de anchura.
10368  Para la Tabla 
10369 \begin_inset LatexCommand ref
10370 reference "tab:Tabla-sin-mitad"
10371
10372 \end_inset
10373
10374  se ha procedido de la siguiente manera:
10375 \end_layout
10376
10377 \begin_layout Standard
10378 \begin_inset Float table
10379 wide false
10380 sideways false
10381 status open
10382
10383 \begin_layout Standard
10384 \begin_inset Caption
10385
10386 \begin_layout Standard
10387 \begin_inset LatexCommand label
10388 name "tab:Tabla-sin-mitad"
10389
10390 \end_inset
10391
10392 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
10393  anchura que la celda multicolumna
10394 \begin_inset OptArg
10395 status collapsed
10396
10397 \begin_layout Standard
10398 Tabla multicolumna imperfecta
10399 \end_layout
10400
10401 \end_inset
10402
10403
10404 \end_layout
10405
10406 \end_inset
10407
10408
10409 \end_layout
10410
10411 \begin_layout Standard
10412 \align center
10413 \begin_inset Tabular
10414 <lyxtabular version="3" rows="3" columns="3">
10415 <features>
10416 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10417 <column alignment="center" valignment="top" leftline="true" width="0">
10418 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10419 <row topline="true" bottomline="true">
10420 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10421 \begin_inset Text
10422
10423 \begin_layout Standard
10424 multicolumna línea múltiple
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Standard
10433
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Standard
10442 c
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 </row>
10448 <row topline="true">
10449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Standard
10453 d
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Standard
10462 e
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Standard
10471 f
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 </row>
10477 <row topline="true" bottomline="true">
10478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Standard
10482 g
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Standard
10491 h
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Standard
10500 i
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 </row>
10506 </lyxtabular>
10507
10508 \end_inset
10509
10510
10511 \end_layout
10512
10513 \end_inset
10514
10515
10516 \end_layout
10517
10518 \begin_layout Standard
10519 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
10520 a, es un poco mayor.
10521  La razón es que la anchura dada para una celda 
10522 \begin_inset Formula $W_{g}$
10523 \end_inset
10524
10525  no es su anchura total 
10526 \begin_inset Formula $W_{\mathrm{tot}}$
10527 \end_inset
10528
10529  porque una celda es siempre algo mayor que la anchura dada.
10530  El Apéndice\InsetSpace ~
10531
10532 \begin_inset LatexCommand eqref
10533 reference "cha:Explicación-de-la-Ecuación"
10534
10535 \end_inset
10536
10537  lo explica con detalle.
10538 \end_layout
10539
10540 \begin_layout Standard
10541 La anchura dada necesaria, 
10542 \begin_inset Formula $W_{g\, n}$
10543 \end_inset
10544
10545  para combinar 
10546 \emph on
10547 n
10548 \emph default
10549  columnas puede calcularse de manera que cada columna tenga una anchura
10550  total de 
10551 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10552 \end_inset
10553
10554 :
10555 \begin_inset Formula \begin{equation}
10556 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10557
10558 \end_inset
10559
10560
10561 \end_layout
10562
10563 \begin_layout Standard
10564 En nuestro caso tenemos 
10565 \begin_inset Formula $n=2$
10566 \end_inset
10567
10568
10569 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10570 \end_inset
10571
10572 \InsetSpace \thinspace{}
10573 cm y los valores predeterminados para longitudes, así la ecuación\InsetSpace ~
10574
10575 \begin_inset LatexCommand ref
10576 reference "eq:Wgn"
10577
10578 \end_inset
10579
10580  queda
10581 \begin_inset Formula \begin{equation}
10582 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10583
10584 \end_inset
10585
10586
10587 \end_layout
10588
10589 \begin_layout Standard
10590 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
10591  
10592 \series bold
10593 calc
10594 \series default
10595  con la línea
10596 \begin_inset LatexCommand index
10597 name "LaTeX-paquetes ! calc"
10598
10599 \end_inset
10600
10601
10602 \end_layout
10603
10604 \begin_layout Standard
10605
10606 \series bold
10607
10608 \backslash
10609 usepackage{calc}
10610 \end_layout
10611
10612 \begin_layout Standard
10613 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
10614  Por tanto hay que insertar un argumento LaTeX en el diálogo.
10615  He aquí un repaso de los argumentos:
10616 \end_layout
10617
10618 \begin_layout Itemize
10619
10620 \series bold
10621 p{ancho}
10622 \series default
10623  crea celdas con anchura fija, el texto alineado arriba
10624 \end_layout
10625
10626 \begin_layout Itemize
10627
10628 \series bold
10629 m{ancho}
10630 \series default
10631  crea celdas con anchura fija, el texto con alineación vertical centrada
10632  
10633 \end_layout
10634
10635 \begin_layout Itemize
10636
10637 \series bold
10638 b{ancho}
10639 \series default
10640  crea celdas con anchura fija, el texto alineado abajo
10641 \end_layout
10642
10643 \begin_layout Standard
10644 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
10645  en el diálogo se ignoran.
10646  
10647 \begin_inset Note Greyedout
10648 status open
10649
10650 \begin_layout Standard
10651
10652 \series bold
10653 Nota:
10654 \series default
10655  Debido a un error, LyX muestra de todas formas estas propiedades.
10656 \end_layout
10657
10658 \end_inset
10659
10660  El comando 
10661 \series bold
10662
10663 \backslash
10664 centering
10665 \series default
10666  se añade para centrar horizontalmente el texto.
10667  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
10668  columna extendida:
10669 \end_layout
10670
10671 \begin_layout Standard
10672
10673 \series bold
10674 |>{
10675 \backslash
10676 centering}m{1.25cm-6.2pt}
10677 \end_layout
10678
10679 \begin_layout Standard
10680 La barra "
10681 \series bold
10682 |
10683 \series default
10684 " al principio dibuja el borde y el comando
10685 \series bold
10686  >{ }
10687 \series default
10688  significa que los comandos entre llaves se aplican antes de crear la celda.
10689 \end_layout
10690
10691 \begin_layout Standard
10692 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
10693 , aún está alineado a la izquierda.
10694  Esto se debe a que LyX solo aplica alineado a columnas simples.
10695  Así que para multicolumnas hemos de usar el argumento de LaTeX
10696 \end_layout
10697
10698 \begin_layout Standard
10699
10700 \series bold
10701 |>{
10702 \backslash
10703 centering}m{2.5cm}|
10704 \end_layout
10705
10706 \begin_layout Subsection
10707 Multifilas
10708 \begin_inset LatexCommand index
10709 name "Multifilas"
10710
10711 \end_inset
10712
10713
10714 \begin_inset LatexCommand index
10715 name "Tablas ! Multifilas"
10716
10717 \end_inset
10718
10719
10720 \begin_inset LatexCommand index
10721 name "LaTeX-paquetes ! multirow"
10722
10723 \end_inset
10724
10725
10726 \end_layout
10727
10728 \begin_layout Standard
10729 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
10730  hace falta un poco de ERT.
10731  Hay que cargar el paquete de LaTeX 
10732 \series bold
10733 multirow
10734 \series default
10735  en el preámbulo del documento con el comando
10736 \end_layout
10737
10738 \begin_layout Standard
10739
10740 \series bold
10741
10742 \backslash
10743 usepackage{multirow}
10744 \end_layout
10745
10746 \begin_layout Standard
10747 Las multifilas se crean con el comando
10748 \end_layout
10749
10750 \begin_layout Standard
10751
10752 \series bold
10753
10754 \backslash
10755 multirow{número de filas}{ancho de celda}{entrada de celda}
10756 \end_layout
10757
10758 \begin_layout Standard
10759 Para crear la siguiente tabla:
10760 \end_layout
10761
10762 \begin_layout Standard
10763 \align center
10764 \begin_inset ERT
10765 status collapsed
10766
10767 \begin_layout Standard
10768
10769
10770 \backslash
10771 renewcommand{
10772 \backslash
10773 multirowsetup}{
10774 \backslash
10775 centering}
10776 \end_layout
10777
10778 \end_inset
10779
10780
10781 \begin_inset Tabular
10782 <lyxtabular version="3" rows="3" columns="3">
10783 <features>
10784 <column alignment="center" valignment="top" leftline="true" width="0">
10785 <column alignment="center" valignment="top" leftline="true" width="0">
10786 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10787 <row topline="true">
10788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Standard
10792 a
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Standard
10801 b
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Standard
10810 c
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 </row>
10816 <row topline="true">
10817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Standard
10821 \begin_inset ERT
10822 status collapsed
10823
10824 \begin_layout Standard
10825
10826
10827 \backslash
10828 multirow{2}{2.5cm}{
10829 \end_layout
10830
10831 \end_inset
10832
10833 entrada multifila
10834 \begin_inset ERT
10835 status collapsed
10836
10837 \begin_layout Standard
10838
10839 }
10840 \end_layout
10841
10842 \end_inset
10843
10844
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Standard
10853 e
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Standard
10862 f
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 </row>
10868 <row topline="true" bottomline="true">
10869 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Standard
10873
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Standard
10882 h
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Standard
10891 i
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 </row>
10897 </lyxtabular>
10898
10899 \end_inset
10900
10901
10902 \begin_inset ERT
10903 status collapsed
10904
10905 \begin_layout Standard
10906
10907
10908 \backslash
10909 renewcommand{
10910 \backslash
10911 multirowsetup}{
10912 \backslash
10913 raggedright}
10914 \end_layout
10915
10916 \end_inset
10917
10918
10919 \end_layout
10920
10921 \begin_layout Standard
10922 crea una tabla 3×3.
10923  Para quitar la línea sobre la última celda en la primera columna, se marca
10924  la celda como multicolumna y se quita el borde superior.
10925  Ahora se crea la multifila en la segunda fila de la primera columna insertando
10926  ahí el comando
10927 \end_layout
10928
10929 \begin_layout Standard
10930
10931 \series bold
10932
10933 \backslash
10934 multirow{2}{2.5cm}{
10935 \end_layout
10936
10937 \begin_layout Standard
10938 como ERT.
10939  Según los parámetros del comando la multifila se expande a dos filas y
10940  tiene de ancho 2.5\InsetSpace \thinspace{}
10941 cm.
10942  El contenido de la celda multifila sigue fuera del cuadro ERT y el comando
10943  finaliza con llave derecha 
10944 \series bold
10945 }
10946 \series default
10947  en otro cuadro ERT tras el texto.
10948 \end_layout
10949
10950 \begin_layout Standard
10951
10952 \series bold
10953
10954 \backslash
10955 multirow
10956 \series default
10957  alinea su contenido a la izquierda por defecto.
10958  Para cambiarlo renombra el comando 
10959 \series bold
10960
10961 \backslash
10962 multirowsetup
10963 \series default
10964  con el comando
10965 \end_layout
10966
10967 \begin_layout Standard
10968
10969 \series bold
10970
10971 \backslash
10972 renewcommand{
10973 \backslash
10974 multirowsetup}{
10975 \backslash
10976 centering}
10977 \end_layout
10978
10979 \begin_layout Standard
10980 en ERT en el preámbulo del documento.
10981  Entonces se centran todas las entradas de celdas multifila en el documento.
10982  Si solo queremos centrar en algunas tablas, se puede renombrar el comando
10983  en ERT justo antes de la tabla en lugar de en el preámbulo.
10984  Si el texto debe estar alineado a la derecha, reemplaza 
10985 \series bold
10986
10987 \backslash
10988 centering
10989 \series default
10990  por 
10991 \series bold
10992
10993 \backslash
10994 raggedleft
10995 \series default
10996 .
10997  Para volver a alineado a la izquierda usa 
10998 \series bold
10999
11000 \backslash
11001 raggedright
11002 \series default
11003 .
11004 \end_layout
11005
11006 \begin_layout Section
11007 Booktabs
11008 \begin_inset LatexCommand index
11009 name "Booktabs"
11010
11011 \end_inset
11012
11013
11014 \begin_inset LatexCommand index
11015 name "Tablas ! Booktabs"
11016
11017 \end_inset
11018
11019  
11020 \begin_inset Note Note
11021 status collapsed
11022
11023 \begin_layout Standard
11024
11025 \family roman
11026 \series medium
11027 \size footnotesize
11028 N.
11029  del t.
11030  A la espera de la traducción que se le asigne en LyX 1.5, he dejado el original
11031  en inglés
11032 \end_layout
11033
11034 \end_inset
11035
11036
11037 \end_layout
11038
11039 \begin_layout Standard
11040 En los libros, las tablas se suelen presentar como en la Tabla \InsetSpace ~
11041
11042 \begin_inset LatexCommand ref
11043 reference "tab:Ejemplo-tabla-booktabs"
11044
11045 \end_inset
11046
11047 .
11048  En inglés se denominan "
11049 \emph on
11050 booktabs
11051 \emph default
11052 ".
11053  La próxima versión de LyX, LyX\InsetSpace ~
11054 1.5, tendrá soporte para "booktabs", véase
11055  
11056 \begin_inset ERT
11057 status collapsed
11058
11059 \begin_layout Standard
11060
11061
11062 \backslash
11063 href{http://wiki.lyx.org/LyX/NewInLyX15}{
11064 \end_layout
11065
11066 \end_inset
11067
11068 What's new in LyX\InsetSpace ~
11069 1.5
11070 \begin_inset ERT
11071 status collapsed
11072
11073 \begin_layout Standard
11074
11075 }
11076 \end_layout
11077
11078 \end_inset
11079
11080 .
11081 \end_layout
11082
11083 \begin_layout Standard
11084 \begin_inset Float table
11085 placement h
11086 wide false
11087 sideways false
11088 status open
11089
11090 \begin_layout Standard
11091 \begin_inset Caption
11092
11093 \begin_layout Standard
11094 \begin_inset LatexCommand label
11095 name "tab:Ejemplo-tabla-booktabs"
11096
11097 \end_inset
11098
11099 Ejemplo de tabla booktabs
11100 \end_layout
11101
11102 \end_inset
11103
11104
11105 \end_layout
11106
11107 \begin_layout Standard
11108 \align center
11109 \begin_inset Tabular
11110 <lyxtabular version="3" rows="8" columns="4">
11111 <features booktabs="true">
11112 <column alignment="center" valignment="top" rightline="true" width="0">
11113 <column alignment="center" valignment="top" width="0">
11114 <column alignment="center" valignment="top" width="0">
11115 <column alignment="center" valignment="top" width="0">
11116 <row topline="true">
11117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Standard
11121 System
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" topline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Standard
11130 Medipix
11131 \begin_inset Formula $\,$
11132 \end_inset
11133
11134 1
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Standard
11143 Medipix
11144 \begin_inset Formula $\,$
11145 \end_inset
11146
11147 2
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Standard
11156
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 </row>
11162 <row>
11163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Standard
11167 \begin_inset ERT
11168 status collapsed
11169
11170 \begin_layout Standard
11171
11172
11173 \backslash
11174 cmidrule(r){2-2}
11175 \end_layout
11176
11177 \end_inset
11178
11179
11180 \begin_inset ERT
11181 status collapsed
11182
11183 \begin_layout Standard
11184
11185
11186 \backslash
11187 cmidrule(l){3-4}
11188 \end_layout
11189
11190 \end_inset
11191
11192 Detector thickness [µm]
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Standard
11201 300
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Standard
11210 300
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Standard
11219 700
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 </row>
11225 <row topline="true">
11226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Standard
11230 Edge angle [°]
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Standard
11239 3.55
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Standard
11248 2.71
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Standard
11257 7.99
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 </row>
11263 <row topspace="default">
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Standard
11268 Spatial resolution [µm]
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Standard
11277 4.26
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Standard
11286 10.17
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Standard
11295 10.56
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 </row>
11301 <row topspace="default">
11302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Standard
11306 MTF at 
11307 \begin_inset Formula $f_{\mathrm{max}}$
11308 \end_inset
11309
11310
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11316 \begin_inset Text
11317
11318 \begin_layout Standard
11319 0.53
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Standard
11328 0.37
11329 \end_layout
11330
11331 \end_inset
11332 </cell>
11333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Standard
11337 0.39
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 </row>
11343 <row topspace="default">
11344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Standard
11348 \begin_inset ERT
11349 status collapsed
11350
11351 \begin_layout Standard
11352
11353
11354 \backslash
11355 cmidrule(l{10pt}){1-1}
11356 \end_layout
11357
11358 \end_inset
11359
11360 LSF-spatial resolution
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Standard
11369
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Standard
11378
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Standard
11387
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 </row>
11393 <row>
11394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Standard
11398 in µm
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Standard
11407 129.7
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Standard
11416 52.75
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Standard
11425 50.78
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 </row>
11431 <row bottomline="true">
11432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Standard
11436 in % of pixel size
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Standard
11445 76.3
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Standard
11454 95.9
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Standard
11463 92.3
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 </row>
11469 </lyxtabular>
11470
11471 \end_inset
11472
11473
11474 \end_layout
11475
11476 \end_inset
11477
11478
11479 \end_layout
11480
11481 \begin_layout Standard
11482 Este capítulo describe la creación de tablas "booktabs" en LyX\InsetSpace ~
11483 1.4.
11484 \end_layout
11485
11486 \begin_layout Subsection
11487 Comandos Fundamentales
11488 \begin_inset LatexCommand index
11489 name "Booktabs ! Comandos Fundamentales"
11490
11491 \end_inset
11492
11493
11494 \end_layout
11495
11496 \begin_layout Standard
11497 Para poder usar "booktabs" hay que cargar el paquete de LaTeX 
11498 \series bold
11499 booktabs
11500 \series default
11501  en el preámbulo del documento con la línea
11502 \begin_inset LatexCommand index
11503 name "LaTeX-paquetes ! booktabs"
11504
11505 \end_inset
11506
11507
11508 \end_layout
11509
11510 \begin_layout Standard
11511
11512 \series bold
11513
11514 \backslash
11515 usepackage{booktabs}
11516 \end_layout
11517
11518 \begin_layout Standard
11519 \begin_inset VSpace medskip
11520 \end_inset
11521
11522
11523 \end_layout
11524
11525 \begin_layout Standard
11526 La primera línea de una tabla booktabs se crea con el comando
11527 \end_layout
11528
11529 \begin_layout Standard
11530
11531 \series bold
11532
11533 \backslash
11534 toprule[ancho]
11535 \end_layout
11536
11537 \begin_layout Standard
11538 que se inserta como ERT en la primera celda como primera entrada.
11539  La anchura opcional especifica el grosor de línea; la predeterminada es
11540  0.08\InsetSpace \thinspace{}
11541 em.
11542  Puedes usar todas las unidades listadas en el apéndice \InsetSpace ~
11543
11544 \begin_inset LatexCommand ref
11545 reference "cha:Unidades-disponibles-en"
11546
11547 \end_inset
11548
11549  para fijar el ancho.
11550 \newline
11551 ¡Observa que todos los comandos ERT deben acabar con
11552  un espacio si les sigue texto!
11553 \end_layout
11554
11555 \begin_layout Standard
11556 La última línea de una tabla booktabs se crea con el comando ERT
11557 \end_layout
11558
11559 \begin_layout Standard
11560
11561 \series bold
11562
11563 \backslash
11564 bottomrule[ancho]
11565 \end_layout
11566
11567 \begin_layout Standard
11568 en la primera celda de la última fila.
11569  La última fila es solo para este comando y no debería tener ningún otro
11570  contenido.
11571  La anchura predeterminada es la misma que para 
11572 \series bold
11573
11574 \backslash
11575 toprule
11576 \series default
11577 .
11578 \end_layout
11579
11580 \begin_layout Standard
11581 Las líneas horizontales que se extienden sobre todas las columnas se crean
11582  con el comando ERT
11583 \end_layout
11584
11585 \begin_layout Standard
11586
11587 \series bold
11588
11589 \backslash
11590 midrule[ancho]
11591 \end_layout
11592
11593 \begin_layout Standard
11594 La anchura predeterminada es 0.05\InsetSpace \thinspace{}
11595 em.
11596 \end_layout
11597
11598 \begin_layout Standard
11599 Las líneas que no se extienden a todas las columnas se crean con el comando
11600  ERT
11601 \end_layout
11602
11603 \begin_layout Standard
11604
11605 \series bold
11606
11607 \backslash
11608 cmidrule[ancho](recorte){inicol-fincol}
11609 \end_layout
11610
11611 \begin_layout Standard
11612 El grosor predeterminado es 0.03\InsetSpace \thinspace{}
11613 em; inicol es el número de columna donde
11614  empieza la línea y fincol el número de columna donde acaba; fincol debe
11615  ser siempre especificado incluso cuando la línea se extiende solo una columna.
11616  El parámetro opcional recorte debe ser 
11617 \emph on
11618 l{recorte}
11619 \emph default
11620  o 
11621 \emph on
11622 r{recorte}
11623 \emph default
11624 , donde recorte también es opcional.
11625  Por ejemplo, el parámetro 
11626 \emph on
11627 l{2pt}
11628 \emph default
11629  significa que la línea se recorta 2 pt por su izquierda.
11630  Si no se especifica el tamaño del recorte, las líneas se recortan por defecto
11631  en 0.5\InsetSpace \thinspace{}
11632 em.
11633 \end_layout
11634
11635 \begin_layout Standard
11636 Los comandos 
11637 \series bold
11638
11639 \backslash
11640 cmidrule
11641 \series default
11642  y 
11643 \series bold
11644
11645 \backslash
11646 midrule
11647 \series default
11648  deben insertarse como primera entrada de la primera celda de una fila .
11649  Las líneas se crean sobre la fila.
11650 \end_layout
11651
11652 \begin_layout Standard
11653 \begin_inset VSpace bigskip
11654 \end_inset
11655
11656 La Tabla\InsetSpace ~
11657
11658 \begin_inset LatexCommand ref
11659 reference "tab:Ejemplo-tabla-booktabs"
11660
11661 \end_inset
11662
11663  se ha creado con los comandos
11664 \end_layout
11665
11666 \begin_layout Standard
11667
11668 \series bold
11669
11670 \backslash
11671 cmidrule(r){2-2}
11672 \backslash
11673 cmidrule(l){3-4}
11674 \end_layout
11675
11676 \begin_layout Standard
11677 en la segunda fila, 
11678 \series bold
11679
11680 \backslash
11681 midrule
11682 \series default
11683  en la tercera, y
11684 \end_layout
11685
11686 \begin_layout Standard
11687
11688 \series bold
11689
11690 \backslash
11691 cmidrule(l{10pt}){1-1}
11692 \end_layout
11693
11694 \begin_layout Standard
11695 en la sexta fila.
11696 \end_layout
11697
11698 \begin_layout Subsection
11699 Comandos Especiales
11700 \begin_inset LatexCommand index
11701 name "Booktabs ! Comandos Especiales"
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \begin_layout Standard
11709 Para separar filas verticalmente se puede emplear el siguiente comando ERT
11710 \end_layout
11711
11712 \begin_layout Standard
11713
11714 \series bold
11715
11716 \backslash
11717 addlinespace[ancho]
11718 \end_layout
11719
11720 \begin_layout Standard
11721 El ancho predeterminado es 0.5\InsetSpace \thinspace{}
11722 em.
11723  En la Tabla\InsetSpace ~
11724
11725 \begin_inset LatexCommand ref
11726 reference "tab:Ejemplo-tabla-booktabs"
11727
11728 \end_inset
11729
11730  se ha insertado 
11731 \series bold
11732
11733 \backslash
11734 addlinespace
11735 \series default
11736  en la primera celda de algunas filas.
11737  El espacio se crea sobre las filas en las que se inserta el comando.
11738 \end_layout
11739
11740 \begin_layout Standard
11741 \begin_inset VSpace medskip
11742 \end_inset
11743
11744
11745 \end_layout
11746
11747 \begin_layout Standard
11748 Quizá quieras superponer líneas 
11749 \series bold
11750
11751 \backslash
11752 cmidrules
11753 \series default
11754  como en la Tabla\InsetSpace ~
11755
11756 \begin_inset LatexCommand ref
11757 reference "tab:Tabla-booktabs-especial"
11758
11759 \end_inset
11760
11761 .
11762  Esto se consigue con el comando ERT
11763 \end_layout
11764
11765 \begin_layout Standard
11766
11767 \series bold
11768
11769 \backslash
11770 morecmidrule
11771 \series default
11772 s
11773 \end_layout
11774
11775 \begin_layout Standard
11776 El comando que se ha utilizado para la segunda fila de la Tabla\InsetSpace ~
11777
11778 \begin_inset LatexCommand ref
11779 reference "tab:Tabla-booktabs-especial"
11780
11781 \end_inset
11782
11783  es
11784 \end_layout
11785
11786 \begin_layout Standard
11787
11788 \series bold
11789
11790 \backslash
11791 cmidrule(r){2-2}
11792 \backslash
11793 cmidrule(l){3-4}
11794 \backslash
11795 morecmidrules
11796 \backslash
11797 cmidrule{2-4}
11798 \end_layout
11799
11800 \begin_layout Standard
11801 El comando para la sexta fila es
11802 \end_layout
11803
11804 \begin_layout Standard
11805
11806 \series bold
11807
11808 \backslash
11809 midrule
11810 \backslash
11811 morecmidrules
11812 \backslash
11813 cmidrule{3-4}
11814 \end_layout
11815
11816 \begin_layout Standard
11817 \begin_inset VSpace bigskip
11818 \end_inset
11819
11820
11821 \end_layout
11822
11823 \begin_layout Standard
11824 El espacio alrededor de cada línea en una tabla "booktabs" puede especificarse
11825  en el preámbulo del documento.
11826  Para más información al respecto, véase el manual del paquete 
11827 \begin_inset LatexCommand cite
11828 key "booktabs"
11829
11830 \end_inset
11831
11832 .
11833  Si de todas formas no te satisface el espaciado, puedes usar el siguiente
11834  comando para dibujar líneas que se extienden sobre todas las columnas
11835 \end_layout
11836
11837 \begin_layout Standard
11838
11839 \series bold
11840
11841 \backslash
11842 specialrule{anchura}{espacio superior}{espacio inferior}
11843 \end_layout
11844
11845 \begin_layout Standard
11846 \begin_inset Float table
11847 placement h
11848 wide false
11849 sideways false
11850 status open
11851
11852 \begin_layout Standard
11853 \begin_inset Caption
11854
11855 \begin_layout Standard
11856 \begin_inset LatexCommand label
11857 name "tab:Tabla-booktabs-especial"
11858
11859 \end_inset
11860
11861 Tabla booktabs especial
11862 \end_layout
11863
11864 \end_inset
11865
11866
11867 \end_layout
11868
11869 \begin_layout Standard
11870 \align center
11871 \begin_inset Tabular
11872 <lyxtabular version="3" rows="8" columns="4">
11873 <features booktabs="true">
11874 <column alignment="center" valignment="top" width="0">
11875 <column alignment="center" valignment="top" width="0">
11876 <column alignment="center" valignment="top" width="0">
11877 <column alignment="center" valignment="top" width="0">
11878 <row topline="true">
11879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11880 \begin_inset Text
11881
11882 \begin_layout Standard
11883 System
11884 \end_layout
11885
11886 \end_inset
11887 </cell>
11888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11889 \begin_inset Text
11890
11891 \begin_layout Standard
11892 Medipix\InsetSpace \thinspace{}
11893 1
11894 \end_layout
11895
11896 \end_inset
11897 </cell>
11898 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Standard
11902 Medipix\InsetSpace \thinspace{}
11903 2
11904 \end_layout
11905
11906 \end_inset
11907 </cell>
11908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11909 \begin_inset Text
11910
11911 \begin_layout Standard
11912
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 </row>
11918 <row>
11919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11920 \begin_inset Text
11921
11922 \begin_layout Standard
11923 \begin_inset ERT
11924 status collapsed
11925
11926 \begin_layout Standard
11927
11928
11929 \backslash
11930 cmidrule(r){2-2}
11931 \end_layout
11932
11933 \end_inset
11934
11935
11936 \begin_inset ERT
11937 status collapsed
11938
11939 \begin_layout Standard
11940
11941
11942 \backslash
11943 cmidrule(l){3-4}
11944 \end_layout
11945
11946 \end_inset
11947
11948
11949 \begin_inset ERT
11950 status collapsed
11951
11952 \begin_layout Standard
11953
11954
11955 \backslash
11956 morecmidrules 
11957 \end_layout
11958
11959 \end_inset
11960
11961
11962 \begin_inset ERT
11963 status collapsed
11964
11965 \begin_layout Standard
11966
11967
11968 \backslash
11969 cmidrule{2-4}
11970 \end_layout
11971
11972 \end_inset
11973
11974 Detector thickness [µm]
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Standard
11983 300
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Standard
11992 300
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Standard
12001 700
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 </row>
12007 <row topline="true">
12008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12009 \begin_inset Text
12010
12011 \begin_layout Standard
12012 Edge angle [°]
12013 \end_layout
12014
12015 \end_inset
12016 </cell>
12017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12018 \begin_inset Text
12019
12020 \begin_layout Standard
12021 3.55
12022 \end_layout
12023
12024 \end_inset
12025 </cell>
12026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12027 \begin_inset Text
12028
12029 \begin_layout Standard
12030 2.71
12031 \end_layout
12032
12033 \end_inset
12034 </cell>
12035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12036 \begin_inset Text
12037
12038 \begin_layout Standard
12039 7.99
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 </row>
12045 <row topspace="default">
12046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12047 \begin_inset Text
12048
12049 \begin_layout Standard
12050 Spatial resolution [µm]
12051 \end_layout
12052
12053 \end_inset
12054 </cell>
12055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12056 \begin_inset Text
12057
12058 \begin_layout Standard
12059 4.26
12060 \end_layout
12061
12062 \end_inset
12063 </cell>
12064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12065 \begin_inset Text
12066
12067 \begin_layout Standard
12068 10.17
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12074 \begin_inset Text
12075
12076 \begin_layout Standard
12077 10.56
12078 \end_layout
12079
12080 \end_inset
12081 </cell>
12082 </row>
12083 <row topspace="default">
12084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12085 \begin_inset Text
12086
12087 \begin_layout Standard
12088 MTF at 
12089 \begin_inset Formula $f_{\mathrm{max}}$
12090 \end_inset
12091
12092
12093 \end_layout
12094
12095 \end_inset
12096 </cell>
12097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Standard
12101 0.53
12102 \end_layout
12103
12104 \end_inset
12105 </cell>
12106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12107 \begin_inset Text
12108
12109 \begin_layout Standard
12110 0.37
12111 \end_layout
12112
12113 \end_inset
12114 </cell>
12115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12116 \begin_inset Text
12117
12118 \begin_layout Standard
12119 0.39
12120 \end_layout
12121
12122 \end_inset
12123 </cell>
12124 </row>
12125 <row topline="true">
12126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Standard
12130 \begin_inset ERT
12131 status collapsed
12132
12133 \begin_layout Standard
12134
12135
12136 \backslash
12137 morecmidrules 
12138 \end_layout
12139
12140 \end_inset
12141
12142
12143 \begin_inset ERT
12144 status collapsed
12145
12146 \begin_layout Standard
12147
12148
12149 \backslash
12150 cmidrule{3-4}
12151 \end_layout
12152
12153 \end_inset
12154
12155 LSF-spatial resolution
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Standard
12164
12165 \end_layout
12166
12167 \end_inset
12168 </cell>
12169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12170 \begin_inset Text
12171
12172 \begin_layout Standard
12173
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Standard
12182
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 </row>
12188 <row>
12189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12190 \begin_inset Text
12191
12192 \begin_layout Standard
12193 in µm
12194 \end_layout
12195
12196 \end_inset
12197 </cell>
12198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12199 \begin_inset Text
12200
12201 \begin_layout Standard
12202 129.7
12203 \end_layout
12204
12205 \end_inset
12206 </cell>
12207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12208 \begin_inset Text
12209
12210 \begin_layout Standard
12211 52.75
12212 \end_layout
12213
12214 \end_inset
12215 </cell>
12216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Standard
12220 50.78
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 </row>
12226 <row bottomline="true">
12227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12228 \begin_inset Text
12229
12230 \begin_layout Standard
12231 in % of pixel size
12232 \end_layout
12233
12234 \end_inset
12235 </cell>
12236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12237 \begin_inset Text
12238
12239 \begin_layout Standard
12240 76.3
12241 \end_layout
12242
12243 \end_inset
12244 </cell>
12245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Standard
12249 95.9
12250 \end_layout
12251
12252 \end_inset
12253 </cell>
12254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12255 \begin_inset Text
12256
12257 \begin_layout Standard
12258 92.3
12259 \end_layout
12260
12261 \end_inset
12262 </cell>
12263 </row>
12264 </lyxtabular>
12265
12266 \end_inset
12267
12268
12269 \end_layout
12270
12271 \end_inset
12272
12273
12274 \end_layout
12275
12276 \begin_layout Section
12277 Alineación Vertical en Tablas
12278 \end_layout
12279
12280 \begin_layout Standard
12281 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
12282  en un cuadro.
12283  Entonces el cuadro se puede alinear verticalmente como se describe en la
12284  sección\InsetSpace ~
12285
12286 \begin_inset LatexCommand ref
12287 reference "sec:Diálogo-Cuadros"
12288
12289 \end_inset
12290
12291 .
12292  
12293 \end_layout
12294
12295 \begin_layout Standard
12296 En el ejemplo siguiente las tablas están en un cuadro de minipágina
12297 \begin_inset Foot
12298 status collapsed
12299
12300 \begin_layout Standard
12301 Las minipáginas se describen en la sección\InsetSpace ~
12302
12303 \begin_inset LatexCommand ref
12304 reference "sec:Minipáginas"
12305
12306 \end_inset
12307
12308 .
12309 \end_layout
12310
12311 \end_inset
12312
12313  que tiene una anchura de 15\InsetSpace \thinspace{}
12314 col%:
12315 \end_layout
12316
12317 \begin_layout Itemize
12318 test 
12319 \begin_inset Box Frameless
12320 position "t"
12321 hor_pos "c"
12322 has_inner_box 1
12323 inner_pos "c"
12324 use_parbox 0
12325 width "15col%"
12326 special "none"
12327 height "1in"
12328 height_special "totalheight"
12329 status collapsed
12330
12331 \begin_layout Standard
12332 \begin_inset Tabular
12333 <lyxtabular version="3" rows="3" columns="3">
12334 <features>
12335 <column alignment="center" valignment="top" leftline="true" width="0">
12336 <column alignment="center" valignment="top" leftline="true" width="0">
12337 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12338 <row topline="true">
12339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12340 \begin_inset Text
12341
12342 \begin_layout Standard
12343 a
12344 \end_layout
12345
12346 \end_inset
12347 </cell>
12348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12349 \begin_inset Text
12350
12351 \begin_layout Standard
12352 d
12353 \end_layout
12354
12355 \end_inset
12356 </cell>
12357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12358 \begin_inset Text
12359
12360 \begin_layout Standard
12361 g
12362 \end_layout
12363
12364 \end_inset
12365 </cell>
12366 </row>
12367 <row topline="true">
12368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12369 \begin_inset Text
12370
12371 \begin_layout Standard
12372 b
12373 \end_layout
12374
12375 \end_inset
12376 </cell>
12377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12378 \begin_inset Text
12379
12380 \begin_layout Standard
12381 e
12382 \end_layout
12383
12384 \end_inset
12385 </cell>
12386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12387 \begin_inset Text
12388
12389 \begin_layout Standard
12390 h
12391 \end_layout
12392
12393 \end_inset
12394 </cell>
12395 </row>
12396 <row topline="true" bottomline="true">
12397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12398 \begin_inset Text
12399
12400 \begin_layout Standard
12401 c
12402 \end_layout
12403
12404 \end_inset
12405 </cell>
12406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12407 \begin_inset Text
12408
12409 \begin_layout Standard
12410 f
12411 \end_layout
12412
12413 \end_inset
12414 </cell>
12415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12416 \begin_inset Text
12417
12418 \begin_layout Standard
12419 i
12420 \end_layout
12421
12422 \end_inset
12423 </cell>
12424 </row>
12425 </lyxtabular>
12426
12427 \end_inset
12428
12429
12430 \end_layout
12431
12432 \end_inset
12433
12434  test 
12435 \begin_inset ERT
12436 status collapsed
12437
12438 \begin_layout Standard
12439
12440
12441 \backslash
12442 raisebox{0.85
12443 \backslash
12444 baselineskip}{
12445 \end_layout
12446
12447 \end_inset
12448
12449
12450 \begin_inset Box Frameless
12451 position "t"
12452 hor_pos "c"
12453 has_inner_box 1
12454 inner_pos "c"
12455 use_parbox 0
12456 width "15col%"
12457 special "none"
12458 height "1in"
12459 height_special "totalheight"
12460 status collapsed
12461
12462 \begin_layout Standard
12463 \begin_inset Tabular
12464 <lyxtabular version="3" rows="3" columns="3">
12465 <features>
12466 <column alignment="center" valignment="top" leftline="true" width="0">
12467 <column alignment="center" valignment="top" leftline="true" width="0">
12468 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12469 <row topline="true">
12470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12471 \begin_inset Text
12472
12473 \begin_layout Standard
12474 a
12475 \end_layout
12476
12477 \end_inset
12478 </cell>
12479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12480 \begin_inset Text
12481
12482 \begin_layout Standard
12483 d
12484 \end_layout
12485
12486 \end_inset
12487 </cell>
12488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Standard
12492 g
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 </row>
12498 <row topline="true">
12499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12500 \begin_inset Text
12501
12502 \begin_layout Standard
12503 b
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Standard
12512 e
12513 \end_layout
12514
12515 \end_inset
12516 </cell>
12517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Standard
12521 h
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 </row>
12527 <row topline="true" bottomline="true">
12528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Standard
12532 c
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Standard
12541 f
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12547 \begin_inset Text
12548
12549 \begin_layout Standard
12550 i
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 </row>
12556 </lyxtabular>
12557
12558 \end_inset
12559
12560
12561 \end_layout
12562
12563 \end_inset
12564
12565
12566 \begin_inset ERT
12567 status collapsed
12568
12569 \begin_layout Standard
12570
12571 }
12572 \end_layout
12573
12574 \end_inset
12575
12576
12577 \end_layout
12578
12579 \begin_layout Itemize
12580 test 
12581 \begin_inset Box Frameless
12582 position "c"
12583 hor_pos "c"
12584 has_inner_box 1
12585 inner_pos "c"
12586 use_parbox 0
12587 width "15col%"
12588 special "none"
12589 height "1in"
12590 height_special "totalheight"
12591 status collapsed
12592
12593 \begin_layout Standard
12594 \begin_inset Tabular
12595 <lyxtabular version="3" rows="3" columns="3">
12596 <features>
12597 <column alignment="center" valignment="top" leftline="true" width="0">
12598 <column alignment="center" valignment="top" leftline="true" width="0">
12599 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12600 <row topline="true">
12601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12602 \begin_inset Text
12603
12604 \begin_layout Standard
12605 a
12606 \end_layout
12607
12608 \end_inset
12609 </cell>
12610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Standard
12614 d
12615 \end_layout
12616
12617 \end_inset
12618 </cell>
12619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Standard
12623 g
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 </row>
12629 <row topline="true">
12630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12631 \begin_inset Text
12632
12633 \begin_layout Standard
12634 b
12635 \end_layout
12636
12637 \end_inset
12638 </cell>
12639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Standard
12643 e
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Standard
12652 h
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 </row>
12658 <row topline="true" bottomline="true">
12659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12660 \begin_inset Text
12661
12662 \begin_layout Standard
12663 c
12664 \end_layout
12665
12666 \end_inset
12667 </cell>
12668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12669 \begin_inset Text
12670
12671 \begin_layout Standard
12672 f
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Standard
12681 i
12682 \end_layout
12683
12684 \end_inset
12685 </cell>
12686 </row>
12687 </lyxtabular>
12688
12689 \end_inset
12690
12691
12692 \end_layout
12693
12694 \end_inset
12695
12696
12697 \end_layout
12698
12699 \begin_layout Itemize
12700 test 
12701 \begin_inset Box Frameless
12702 position "b"
12703 hor_pos "c"
12704 has_inner_box 1
12705 inner_pos "c"
12706 use_parbox 0
12707 width "15col%"
12708 special "none"
12709 height "1in"
12710 height_special "totalheight"
12711 status collapsed
12712
12713 \begin_layout Standard
12714 \begin_inset Tabular
12715 <lyxtabular version="3" rows="3" columns="3">
12716 <features>
12717 <column alignment="center" valignment="top" leftline="true" width="0">
12718 <column alignment="center" valignment="top" leftline="true" width="0">
12719 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12720 <row topline="true">
12721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Standard
12725 a
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Standard
12734 d
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Standard
12743 g
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 </row>
12749 <row topline="true">
12750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Standard
12754 b
12755 \end_layout
12756
12757 \end_inset
12758 </cell>
12759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Standard
12763 e
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Standard
12772 h
12773 \end_layout
12774
12775 \end_inset
12776 </cell>
12777 </row>
12778 <row topline="true" bottomline="true">
12779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Standard
12783 c
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Standard
12792 f
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Standard
12801 i
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 </row>
12807 </lyxtabular>
12808
12809 \end_inset
12810
12811
12812 \end_layout
12813
12814 \end_inset
12815
12816  test 
12817 \begin_inset ERT
12818 status collapsed
12819
12820 \begin_layout Standard
12821
12822
12823 \backslash
12824 raisebox{-0.32
12825 \backslash
12826 baselineskip}{
12827 \end_layout
12828
12829 \end_inset
12830
12831
12832 \begin_inset Box Frameless
12833 position "b"
12834 hor_pos "c"
12835 has_inner_box 1
12836 inner_pos "c"
12837 use_parbox 0
12838 width "15col%"
12839 special "none"
12840 height "1in"
12841 height_special "totalheight"
12842 status collapsed
12843
12844 \begin_layout Standard
12845 \begin_inset Tabular
12846 <lyxtabular version="3" rows="3" columns="3">
12847 <features>
12848 <column alignment="center" valignment="top" leftline="true" width="0">
12849 <column alignment="center" valignment="top" leftline="true" width="0">
12850 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12851 <row topline="true">
12852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Standard
12856 a
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Standard
12865 d
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Standard
12874 g
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 </row>
12880 <row topline="true">
12881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Standard
12885 b
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Standard
12894 e
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Standard
12903 h
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 </row>
12909 <row topline="true" bottomline="true">
12910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Standard
12914 c
12915 \end_layout
12916
12917 \end_inset
12918 </cell>
12919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12920 \begin_inset Text
12921
12922 \begin_layout Standard
12923 f
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Standard
12932 i
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 </row>
12938 </lyxtabular>
12939
12940 \end_inset
12941
12942
12943 \end_layout
12944
12945 \end_inset
12946
12947
12948 \begin_inset ERT
12949 status collapsed
12950
12951 \begin_layout Standard
12952
12953 }
12954 \end_layout
12955
12956 \end_inset
12957
12958
12959 \end_layout
12960
12961 \begin_layout Standard
12962 Como ves, los contenidos de la primera y última filas no se alinean correctament
12963 e con la línea de texto donde está la tabla.
12964  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
12965  un cuadro elevado ("raisebox")
12966 \begin_inset Foot
12967 status collapsed
12968
12969 \begin_layout Standard
12970 El uso del comando 
12971 \series bold
12972
12973 \backslash
12974 raisebox
12975 \series default
12976  se explica en la sección\InsetSpace ~
12977
12978 \begin_inset LatexCommand ref
12979 reference "sub:Alineación-Vertical"
12980
12981 \end_inset
12982
12983 .
12984 \end_layout
12985
12986 \end_inset
12987
12988 .
12989  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
12990  usando el comando en ERT
12991 \end_layout
12992
12993 \begin_layout Standard
12994
12995 \series bold
12996
12997 \backslash
12998 raisebox{0.85
12999 \backslash
13000 baselineskip}{
13001 \end_layout
13002
13003 \begin_layout Standard
13004 antes del cuadro.
13005  Tras él, se pone la llave de cierre 
13006 \series bold
13007 }
13008 \series default
13009  también como ERT.
13010  Para la segunda tabla en el tercer ítem se usa el comando 
13011 \end_layout
13012
13013 \begin_layout Standard
13014
13015 \series bold
13016
13017 \backslash
13018 raisebox{-0.32
13019 \backslash
13020 baselineskip}{
13021 \end_layout
13022
13023 \begin_layout Section
13024 Tablas Coloreadas
13025 \begin_inset LatexCommand label
13026 name "sec:Tablas-Coloreadas"
13027
13028 \end_inset
13029
13030
13031 \begin_inset LatexCommand index
13032 name "Tablas ! Coloreadas"
13033
13034 \end_inset
13035
13036
13037 \end_layout
13038
13039 \begin_layout Subsection
13040 Celdas Coloreadas
13041 \begin_inset LatexCommand index
13042 name "Tablas Coloreadas ! Celdas"
13043
13044 \end_inset
13045
13046
13047 \begin_inset LatexCommand index
13048 name "Color ! en Celdas de Tablas"
13049
13050 \end_inset
13051
13052
13053 \end_layout
13054
13055 \begin_layout Standard
13056 \begin_inset Float table
13057 placement h
13058 wide false
13059 sideways false
13060 status open
13061
13062 \begin_layout Standard
13063 \begin_inset Caption
13064
13065 \begin_layout Standard
13066 \begin_inset LatexCommand label
13067 name "tab:Tabla-coloreada-sin"
13068
13069 \end_inset
13070
13071 Tabla coloreada sin usar el paquete 
13072 \series bold
13073 colortbl
13074 \series default
13075
13076 \begin_inset OptArg
13077 status collapsed
13078
13079 \begin_layout Standard
13080 Tabla sin colortbl
13081 \end_layout
13082
13083 \end_inset
13084
13085
13086 \end_layout
13087
13088 \end_inset
13089
13090
13091 \end_layout
13092
13093 \begin_layout Standard
13094 \align center
13095 \begin_inset Tabular
13096 <lyxtabular version="3" rows="3" columns="3">
13097 <features>
13098 <column alignment="center" valignment="top" leftline="true" width="0">
13099 <column alignment="center" valignment="top" leftline="true" width="0">
13100 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13101 <row topline="true">
13102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Standard
13106
13107 \color green
13108 a
13109 \end_layout
13110
13111 \end_inset
13112 </cell>
13113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Standard
13117
13118 \color red
13119 b
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Standard
13128
13129 \color red
13130 c
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 </row>
13136 <row topline="true">
13137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13138 \begin_inset Text
13139
13140 \begin_layout Standard
13141
13142 \color green
13143 d
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Standard
13152
13153 \color blue
13154 e
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Standard
13163
13164 \color blue
13165 f
13166 \end_layout
13167
13168 \end_inset
13169 </cell>
13170 </row>
13171 <row topline="true" bottomline="true">
13172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13173 \begin_inset Text
13174
13175 \begin_layout Standard
13176
13177 \color green
13178 g
13179 \end_layout
13180
13181 \end_inset
13182 </cell>
13183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13184 \begin_inset Text
13185
13186 \begin_layout Standard
13187
13188 \color blue
13189 h
13190 \end_layout
13191
13192 \end_inset
13193 </cell>
13194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13195 \begin_inset Text
13196
13197 \begin_layout Standard
13198
13199 \color blue
13200 i
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 </row>
13206 </lyxtabular>
13207
13208 \end_inset
13209
13210
13211 \end_layout
13212
13213 \end_inset
13214
13215
13216 \end_layout
13217
13218 \begin_layout Standard
13219 Si solo necesitas color en el texto, marca las celdas y elige un color en
13220  el menú 
13221 \family sans
13222 Editar\SpecialChar \menuseparator
13223 Estilo\InsetSpace ~
13224 del\InsetSpace ~
13225 Texto
13226 \family default
13227 .
13228  Esto se ha hecho en la Tabla\InsetSpace ~
13229
13230 \begin_inset LatexCommand ref
13231 reference "tab:Tabla-coloreada-sin"
13232
13233 \end_inset
13234
13235 .
13236  En cualquier otro caso hay que usar el paquete LaTeX 
13237 \series bold
13238 colortbl
13239 \series default
13240 .
13241 \begin_inset LatexCommand index
13242 name "LaTeX-paquetes ! colortbl"
13243
13244 \end_inset
13245
13246
13247 \end_layout
13248
13249 \begin_layout Standard
13250 Para crear tablas coloreadas, 
13251 \series bold
13252 colortbl
13253 \series default
13254  debe cargarse en el preámbulo con la línea
13255 \end_layout
13256
13257 \begin_layout Standard
13258
13259 \series bold
13260
13261 \backslash
13262 usepackage{colortbl}
13263 \end_layout
13264
13265 \begin_layout Standard
13266 El color de una columna se define con el comando
13267 \end_layout
13268
13269 \begin_layout Standard
13270
13271 \series bold
13272
13273 \backslash
13274 columncolor{nombre del color}
13275 \end_layout
13276
13277 \begin_layout Standard
13278 dentro del comando 
13279 \series bold
13280 >{ }
13281 \series default
13282 .
13283  Más sobre el comando 
13284 \series bold
13285 >{}
13286 \series default
13287  se explica en la sección\InsetSpace ~
13288
13289 \begin_inset LatexCommand ref
13290 reference "sub:Cálculos-en-Multicolumnas"
13291
13292 \end_inset
13293
13294 .
13295 \end_layout
13296
13297 \begin_layout Standard
13298 Los siguientes nombres de color están predefinidos:
13299 \end_layout
13300
13301 \begin_layout Standard
13302
13303 \family sans
13304 red
13305 \family default
13306
13307 \family sans
13308 green
13309 \family default
13310 ,
13311 \family sans
13312  yellow, blue
13313 \family default
13314 ,
13315 \family sans
13316  cyan
13317 \family default
13318 \series bold
13319 ,
13320 \family sans
13321 \series default
13322  magenta, black
13323 \family default
13324 ,
13325 \family sans
13326  white
13327 \end_layout
13328
13329 \begin_layout Standard
13330 \begin_inset VSpace medskip
13331 \end_inset
13332
13333
13334 \end_layout
13335
13336 \begin_layout Standard
13337 Puedes definir tus propios colores con el comando
13338 \end_layout
13339
13340 \begin_layout Standard
13341
13342 \series bold
13343
13344 \backslash
13345 def\SpecialChar \textcompwordmark{}
13346 inecolor{nombre del color}{modelo de color}{valores de color}
13347 \end_layout
13348
13349 \begin_layout Standard
13350 El modelo de color puede ser
13351 \end_layout
13352
13353 \begin_layout Labeling
13354 \labelwidthstring 00.00.0000
13355 cmyk: cyan, magenta, yellow, black
13356 \end_layout
13357
13358 \begin_layout Labeling
13359 \labelwidthstring 00.00.0000
13360 rgb: red, green, blue
13361 \end_layout
13362
13363 \begin_layout Labeling
13364 \labelwidthstring 00.00.0000
13365 gray gray
13366 \end_layout
13367
13368 \begin_layout Standard
13369 y los valores de color son números separados por comas entre 0 y 1 que describen
13370  el factor para el color correspondiente del modelo de color.
13371 \end_layout
13372
13373 \begin_layout Standard
13374 Por ejemplo, puedes definir el color "
13375 \emph on
13376 verde oscuro
13377 \emph default
13378 " en el preámbulo con
13379 \end_layout
13380
13381 \begin_layout Standard
13382
13383 \series bold
13384
13385 \backslash
13386 def\SpecialChar \textcompwordmark{}
13387 inecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13388 \end_layout
13389
13390 \begin_layout Standard
13391 y el color "
13392 \emph on
13393 gris claro
13394 \emph default
13395 " con
13396 \end_layout
13397
13398 \begin_layout Standard
13399
13400 \series bold
13401
13402 \backslash
13403 def\SpecialChar \textcompwordmark{}
13404 inecolor{grisclaro}{gray}{0.8}
13405 \end_layout
13406
13407 \begin_layout Standard
13408 \begin_inset VSpace medskip
13409 \end_inset
13410
13411
13412 \end_layout
13413
13414 \begin_layout Standard
13415 Las líneas se colorean con el comando
13416 \end_layout
13417
13418 \begin_layout Standard
13419
13420 \series bold
13421
13422 \backslash
13423 rowcolor{nombre del color}
13424 \end_layout
13425
13426 \begin_layout Standard
13427 y las celdas se colorean con el comando
13428 \end_layout
13429
13430 \begin_layout Standard
13431
13432 \series bold
13433
13434 \backslash
13435 cellcolor{nombre del color}
13436 \end_layout
13437
13438 \begin_layout Standard
13439 Ambos comandos se insertan al principio de una celda como ERT.
13440 \end_layout
13441
13442 \begin_layout Standard
13443 Para colorear caracteres en la tabla marca las celdas y usa el menú 
13444 \family sans
13445 Editar\SpecialChar \menuseparator
13446 Estilo\InsetSpace ~
13447 del\InsetSpace ~
13448 Texto
13449 \family default
13450 .
13451  Si una celda contiene ERT marca solo los caracteres, si no el ERT con color
13452  puede ocasionar errores de LaTeX.
13453 \end_layout
13454
13455 \begin_layout Standard
13456 \begin_inset VSpace bigskip
13457 \end_inset
13458
13459
13460 \end_layout
13461
13462 \begin_layout Standard
13463 Para crear la Tabla\InsetSpace ~
13464
13465 \begin_inset LatexCommand ref
13466 reference "tab:Tabla-coloreada-con"
13467
13468 \end_inset
13469
13470  haz lo siguiente: El color de la primera columna debería ser 
13471 \emph on
13472 verde oscuro
13473 \emph default
13474 .
13475  Así pues
13476 \end_layout
13477
13478 \begin_layout Standard
13479
13480 \series bold
13481 >{
13482 \backslash
13483 columncolor{verdeoscuro}
13484 \backslash
13485 centering}c
13486 \end_layout
13487
13488 \begin_layout Standard
13489 como argumento LaTeX para esta columna.
13490  La primera fila debería ser azul, por tanto el comando ERT
13491 \end_layout
13492
13493 \begin_layout Standard
13494
13495 \series bold
13496
13497 \backslash
13498 rowcolow{cyan}
13499 \end_layout
13500
13501 \begin_layout Standard
13502 se inserta en la primera celda de esta fila.
13503  Observa que esto sobreescribe el color de la columna para la primera celda.
13504  La última celda de la última fila se colorea magenta insertando el comando
13505  ERT
13506 \end_layout
13507
13508 \begin_layout Standard
13509
13510 \series bold
13511
13512 \backslash
13513 cellcolor{magenta}
13514 \end_layout
13515
13516 \begin_layout Standard
13517 Ahora podrían colorearse los caracteres usando el menú 
13518 \family sans
13519 Editar\SpecialChar \menuseparator
13520 Estilo\InsetSpace ~
13521 del\InsetSpace ~
13522 Texto
13523 \family default
13524 .
13525 \end_layout
13526
13527 \begin_layout Standard
13528 \begin_inset Float table
13529 placement h
13530 wide false
13531 sideways false
13532 status open
13533
13534 \begin_layout Standard
13535 \begin_inset Caption
13536
13537 \begin_layout Standard
13538 \begin_inset LatexCommand label
13539 name "tab:Tabla-coloreada-con"
13540
13541 \end_inset
13542
13543 Tabla coloreada usando el paquete 
13544 \series bold
13545 colortbl
13546 \series default
13547
13548 \begin_inset OptArg
13549 status collapsed
13550
13551 \begin_layout Standard
13552 Tabla con colortbl
13553 \end_layout
13554
13555 \end_inset
13556
13557
13558 \end_layout
13559
13560 \end_inset
13561
13562
13563 \end_layout
13564
13565 \begin_layout Standard
13566 \align center
13567 \begin_inset Tabular
13568 <lyxtabular version="3" rows="3" columns="3">
13569 <features>
13570 <column alignment="center" valignment="top" leftline="true" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
13571 <column alignment="center" valignment="top" width="0">
13572 <column alignment="center" valignment="top" width="0">
13573 <row>
13574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13575 \begin_inset Text
13576
13577 \begin_layout Standard
13578 \begin_inset ERT
13579 status collapsed
13580
13581 \begin_layout Standard
13582
13583
13584 \backslash
13585 rowcolor{cyan}
13586 \end_layout
13587
13588 \end_inset
13589
13590
13591 \color magenta
13592 a
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Standard
13601
13602 \color red
13603 b
13604 \end_layout
13605
13606 \end_inset
13607 </cell>
13608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Standard
13612
13613 \color red
13614 c
13615 \end_layout
13616
13617 \end_inset
13618 </cell>
13619 </row>
13620 <row>
13621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Standard
13625
13626 \color yellow
13627 d
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Standard
13636
13637 \color blue
13638 e
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Standard
13647
13648 \color blue
13649 f
13650 \end_layout
13651
13652 \end_inset
13653 </cell>
13654 </row>
13655 <row>
13656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Standard
13660
13661 \color yellow
13662 g
13663 \end_layout
13664
13665 \end_inset
13666 </cell>
13667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Standard
13671
13672 \color blue
13673 h
13674 \end_layout
13675
13676 \end_inset
13677 </cell>
13678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13679 \begin_inset Text
13680
13681 \begin_layout Standard
13682 \begin_inset ERT
13683 status collapsed
13684
13685 \begin_layout Standard
13686
13687
13688 \backslash
13689 cellcolor{magenta}
13690 \end_layout
13691
13692 \end_inset
13693
13694
13695 \color green
13696 i
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 </row>
13702 </lyxtabular>
13703
13704 \end_inset
13705
13706
13707 \end_layout
13708
13709 \end_inset
13710
13711
13712 \end_layout
13713
13714 \begin_layout Subsection
13715 Líneas coloreadas
13716 \begin_inset LatexCommand index
13717 name "Tablas Coloreadas ! Líneas"
13718
13719 \end_inset
13720
13721
13722 \begin_inset LatexCommand index
13723 name "Color ! en Líneas de Tabla"
13724
13725 \end_inset
13726
13727
13728 \end_layout
13729
13730 \begin_layout Standard
13731 Como se describe en la sección\InsetSpace ~
13732
13733 \begin_inset LatexCommand ref
13734 reference "sub:Grosor-de-Líneas"
13735
13736 \end_inset
13737
13738 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
13739  
13740 \series bold
13741
13742 \backslash
13743 arrayrulewidth
13744 \series default
13745 .
13746  Se ha puesto 1.5\InsetSpace \thinspace{}
13747 pt para todas las tablas de esta sección.
13748 \begin_inset ERT
13749 status collapsed
13750
13751 \begin_layout Standard
13752
13753
13754 \backslash
13755 setlength{
13756 \backslash
13757 arrayrulewidth}{1.5pt}
13758 \end_layout
13759
13760 \end_inset
13761
13762
13763 \end_layout
13764
13765 \begin_layout Standard
13766 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
13767  el preámbulo del documento el siguiente formato de columna, de acuerdo
13768  a lo descrito en la sección\InsetSpace ~
13769
13770 \begin_inset LatexCommand ref
13771 reference "sub:Formato-Personalizado"
13772
13773 \end_inset
13774
13775 :
13776 \end_layout
13777
13778 \begin_layout Standard
13779
13780 \series bold
13781
13782 \backslash
13783 newcolumntype{W}{!{
13784 \backslash
13785 color{green}
13786 \backslash
13787 vline}}
13788 \end_layout
13789
13790 \begin_layout Standard
13791 Para la Tabla\InsetSpace ~
13792
13793 \begin_inset LatexCommand ref
13794 reference "tab:Tabla-con-verticales-coloreadas"
13795
13796 \end_inset
13797
13798  se usó el argumento LaTeX
13799 \end_layout
13800
13801 \begin_layout Standard
13802
13803 \series bold
13804 WcW
13805 \end_layout
13806
13807 \begin_layout Standard
13808 para la última columna y
13809 \end_layout
13810
13811 \begin_layout Standard
13812
13813 \series bold
13814 Wc
13815 \end_layout
13816
13817 \begin_layout Standard
13818 para las demás.
13819 \end_layout
13820
13821 \begin_layout Standard
13822 Si quieres tener varios colores, define más formatos de columna.
13823 \end_layout
13824
13825 \begin_layout Standard
13826 \begin_inset Float table
13827 wide false
13828 sideways false
13829 status collapsed
13830
13831 \begin_layout Standard
13832 \begin_inset Caption
13833
13834 \begin_layout Standard
13835 \begin_inset LatexCommand label
13836 name "tab:Tabla-con-verticales-coloreadas"
13837
13838 \end_inset
13839
13840 Tabla con líneas verticales coloreadas
13841 \end_layout
13842
13843 \end_inset
13844
13845
13846 \end_layout
13847
13848 \begin_layout Standard
13849 \align center
13850 \begin_inset Tabular
13851 <lyxtabular version="3" rows="3" columns="3">
13852 <features>
13853 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
13854 <column alignment="center" valignment="top" width="0" special="Wc">
13855 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
13856 <row topline="true">
13857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Standard
13861 sd
13862 \end_layout
13863
13864 \end_inset
13865 </cell>
13866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Standard
13870
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Standard
13879
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 </row>
13885 <row topline="true">
13886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Standard
13890
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Standard
13899 sd
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Standard
13908
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 </row>
13914 <row topline="true" bottomline="true">
13915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Standard
13919
13920 \end_layout
13921
13922 \end_inset
13923 </cell>
13924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Standard
13928
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Standard
13937 sd
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 </row>
13943 </lyxtabular>
13944
13945 \end_inset
13946
13947
13948 \end_layout
13949
13950 \end_inset
13951
13952
13953 \end_layout
13954
13955 \begin_layout Standard
13956 \begin_inset VSpace bigskip
13957 \end_inset
13958
13959 Para colorear líneas horizontales, por ejemplo en rojo, como en la Tabla\InsetSpace ~
13960
13961 \begin_inset LatexCommand ref
13962 reference "tab:Tabla-con-horizontales-coloreadas"
13963
13964 \end_inset
13965
13966 , inserta estos comandos en ERT antes de la tabla o del flotante:
13967 \end_layout
13968
13969 \begin_layout Standard
13970
13971 \series bold
13972
13973 \backslash
13974 let
13975 \backslash
13976 myHlineC
13977 \backslash
13978 hline
13979 \newline
13980
13981 \backslash
13982 renewcommand{
13983 \backslash
13984 hline}{
13985 \backslash
13986 arrayrulecolor{red}
13987 \backslash
13988 myHlineC
13989 \backslash
13990 arrayrulecolor{black}}
13991 \end_layout
13992
13993 \begin_layout Standard
13994 \begin_inset ERT
13995 status collapsed
13996
13997 \begin_layout Standard
13998
13999
14000 \backslash
14001 let
14002 \backslash
14003 myHlineC
14004 \backslash
14005 hline
14006 \end_layout
14007
14008 \begin_layout Standard
14009
14010
14011 \backslash
14012 renewcommand{
14013 \backslash
14014 hline}{
14015 \backslash
14016 arrayrulecolor{red}
14017 \backslash
14018 myHlineC
14019 \backslash
14020 arrayrulecolor{black}}
14021 \end_layout
14022
14023 \end_inset
14024
14025
14026 \begin_inset Float table
14027 wide false
14028 sideways false
14029 status open
14030
14031 \begin_layout Standard
14032 \begin_inset Caption
14033
14034 \begin_layout Standard
14035 \begin_inset LatexCommand label
14036 name "tab:Tabla-con-horizontales-coloreadas"
14037
14038 \end_inset
14039
14040 Tabla con líneas horizontales coloreadas
14041 \end_layout
14042
14043 \end_inset
14044
14045
14046 \end_layout
14047
14048 \begin_layout Standard
14049 \align center
14050 \begin_inset Tabular
14051 <lyxtabular version="3" rows="3" columns="3">
14052 <features>
14053 <column alignment="center" valignment="top" leftline="true" width="0">
14054 <column alignment="center" valignment="top" leftline="true" width="0">
14055 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14056 <row topline="true">
14057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Standard
14061 sd
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Standard
14070
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14076 \begin_inset Text
14077
14078 \begin_layout Standard
14079
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 </row>
14085 <row topline="true">
14086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Standard
14090
14091 \end_layout
14092
14093 \end_inset
14094 </cell>
14095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14096 \begin_inset Text
14097
14098 \begin_layout Standard
14099 sd
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14105 \begin_inset Text
14106
14107 \begin_layout Standard
14108
14109 \end_layout
14110
14111 \end_inset
14112 </cell>
14113 </row>
14114 <row topline="true" bottomline="true">
14115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14116 \begin_inset Text
14117
14118 \begin_layout Standard
14119
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14125 \begin_inset Text
14126
14127 \begin_layout Standard
14128
14129 \end_layout
14130
14131 \end_inset
14132 </cell>
14133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14134 \begin_inset Text
14135
14136 \begin_layout Standard
14137 sd
14138 \end_layout
14139
14140 \end_inset
14141 </cell>
14142 </row>
14143 </lyxtabular>
14144
14145 \end_inset
14146
14147
14148 \end_layout
14149
14150 \end_inset
14151
14152
14153 \end_layout
14154
14155 \begin_layout Standard
14156 \begin_inset ERT
14157 status collapsed
14158
14159 \begin_layout Standard
14160
14161
14162 \backslash
14163 pagebreak 
14164 \end_layout
14165
14166 \end_inset
14167
14168
14169 \end_layout
14170
14171 \begin_layout Standard
14172 Para volver al color de línea negro predeterminado inserta este comando
14173  en ERT detrás de la tabla o el flotante:
14174 \end_layout
14175
14176 \begin_layout Standard
14177
14178 \series bold
14179
14180 \backslash
14181 renewcommand{
14182 \backslash
14183 hline}{
14184 \backslash
14185 myHlineC}
14186 \end_layout
14187
14188 \begin_layout Standard
14189 La Tabla\InsetSpace ~
14190
14191 \begin_inset LatexCommand ref
14192 reference "tab:Tabla-con-líneas-coloreadas"
14193
14194 \end_inset
14195
14196  es un ejemplo con líneas verticales y horizontales coloreadas.
14197 \end_layout
14198
14199 \begin_layout Standard
14200 \begin_inset Float table
14201 wide false
14202 sideways false
14203 status open
14204
14205 \begin_layout Standard
14206 \begin_inset Caption
14207
14208 \begin_layout Standard
14209 \begin_inset LatexCommand label
14210 name "tab:Tabla-con-líneas-coloreadas"
14211
14212 \end_inset
14213
14214 Tabla con líneas coloreadas
14215 \end_layout
14216
14217 \end_inset
14218
14219
14220 \end_layout
14221
14222 \begin_layout Standard
14223 \align center
14224 \begin_inset Tabular
14225 <lyxtabular version="3" rows="3" columns="3">
14226 <features>
14227 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14228 <column alignment="center" valignment="top" width="0" special="Wc">
14229 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14230 <row topline="true">
14231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14232 \begin_inset Text
14233
14234 \begin_layout Standard
14235 sd
14236 \end_layout
14237
14238 \end_inset
14239 </cell>
14240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Standard
14244
14245 \end_layout
14246
14247 \end_inset
14248 </cell>
14249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Standard
14253
14254 \end_layout
14255
14256 \end_inset
14257 </cell>
14258 </row>
14259 <row topline="true">
14260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Standard
14264
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14270 \begin_inset Text
14271
14272 \begin_layout Standard
14273 sd
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Standard
14282
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 </row>
14288 <row topline="true" bottomline="true">
14289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Standard
14293
14294 \end_layout
14295
14296 \end_inset
14297 </cell>
14298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Standard
14302
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Standard
14311 sd
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 </row>
14317 </lyxtabular>
14318
14319 \end_inset
14320
14321
14322 \end_layout
14323
14324 \end_inset
14325
14326
14327 \end_layout
14328
14329 \begin_layout Standard
14330 \begin_inset ERT
14331 status collapsed
14332
14333 \begin_layout Standard
14334
14335
14336 \backslash
14337 renewcommand{
14338 \backslash
14339 hline}{
14340 \backslash
14341 myHlineC}
14342 \end_layout
14343
14344 \end_inset
14345
14346
14347 \end_layout
14348
14349 \begin_layout Standard
14350 \begin_inset ERT
14351 status collapsed
14352
14353 \begin_layout Standard
14354
14355
14356 \backslash
14357 setlength{
14358 \backslash
14359 arrayrulewidth}{0.4pt}
14360 \end_layout
14361
14362 \end_inset
14363
14364
14365 \end_layout
14366
14367 \begin_layout Section
14368 Personalización de Tablas
14369 \begin_inset LatexCommand index
14370 name "Personalización de Tablas"
14371
14372 \end_inset
14373
14374
14375 \begin_inset LatexCommand index
14376 name "Tablas ! Personalización"
14377
14378 \end_inset
14379
14380
14381 \end_layout
14382
14383 \begin_layout Subsection
14384 Row Spacing
14385 \begin_inset LatexCommand label
14386 name "sub:Row-Spacing"
14387
14388 \end_inset
14389
14390
14391 \begin_inset LatexCommand index
14392 name "Personalización de Tablas ! Row Spacing"
14393
14394 \end_inset
14395
14396
14397 \end_layout
14398
14399 \begin_layout Standard
14400
14401 \lang english
14402 You can add vertical space to table rows in the 
14403 \family sans
14404 Borders
14405 \family default
14406  tab of the table dialog.
14407  You find there three possibilities:
14408 \end_layout
14409
14410 \begin_layout Description
14411
14412 \lang english
14413 Top\InsetSpace ~
14414 of\InsetSpace ~
14415 row will add space above the characters of the table row.
14416  If the table is a formal table
14417 \begin_inset Foot
14418 status collapsed
14419
14420 \begin_layout Standard
14421
14422 \lang english
14423 Formal tables are explained in section\InsetSpace ~
14424
14425 \begin_inset LatexCommand ref
14426 reference "sec:Formal-Tables"
14427
14428 \end_inset
14429
14430 .
14431 \end_layout
14432
14433 \end_inset
14434
14435  LyX will insert as default 0.5\InsetSpace \thinspace{}
14436 em space.
14437  For normal tables the inserted space will unfortunately destroy the vertical
14438  table lines as in the following table: 
14439 \lang spanish
14440
14441 \begin_inset Tabular
14442 <lyxtabular version="3" rows="3" columns="1">
14443 <features>
14444 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14445 <row topline="true">
14446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14447 \begin_inset Text
14448
14449 \begin_layout Standard
14450 A
14451 \end_layout
14452
14453 \end_inset
14454 </cell>
14455 </row>
14456 <row topline="true" topspace="3mm">
14457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14458 \begin_inset Text
14459
14460 \begin_layout Standard
14461 3\InsetSpace \thinspace{}
14462 mm space top of row
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 </row>
14468 <row topline="true" bottomline="true">
14469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Standard
14473 C
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 </row>
14479 </lyxtabular>
14480
14481 \end_inset
14482
14483
14484 \lang english
14485
14486 \newline
14487 So inserting space to the top of row for normal tables is only useful when
14488  you don't have vertical lines.
14489 \end_layout
14490
14491 \begin_layout Description
14492
14493 \lang english
14494 Bottom\InsetSpace ~
14495 of\InsetSpace ~
14496 row will add space below the characters of the table row.
14497  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14498 em space, for
14499  normal tables the default size is 2\InsetSpace \thinspace{}
14500 pt.
14501 \end_layout
14502
14503 \begin_layout Description
14504
14505 \lang english
14506 Between\InsetSpace ~
14507 rows only has an effect when you have selected the whole table row
14508  before.
14509  The space is added between the current and the following row.
14510  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14511 em space.
14512  For normal tables the inserted space will unfortunately destroy the vertical
14513  table lines as in the following table: 
14514 \lang spanish
14515
14516 \begin_inset Tabular
14517 <lyxtabular version="3" rows="3" columns="1">
14518 <features>
14519 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14520 <row topline="true">
14521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14522 \begin_inset Text
14523
14524 \begin_layout Standard
14525 A
14526 \end_layout
14527
14528 \end_inset
14529 </cell>
14530 </row>
14531 <row topline="true" interlinespace="3mm">
14532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14533 \begin_inset Text
14534
14535 \begin_layout Standard
14536 \begin_inset Formula $\downarrow$
14537 \end_inset
14538
14539  3\InsetSpace \thinspace{}
14540 mm space between row 
14541 \begin_inset Formula $\downarrow$
14542 \end_inset
14543
14544
14545 \end_layout
14546
14547 \end_inset
14548 </cell>
14549 </row>
14550 <row topline="true" bottomline="true">
14551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14552 \begin_inset Text
14553
14554 \begin_layout Standard
14555 \begin_inset Formula $\uparrow$
14556 \end_inset
14557
14558  3\InsetSpace \thinspace{}
14559 mm space between row 
14560 \begin_inset Formula $\uparrow$
14561 \end_inset
14562
14563
14564 \end_layout
14565
14566 \end_inset
14567 </cell>
14568 </row>
14569 </lyxtabular>
14570
14571 \end_inset
14572
14573
14574 \lang english
14575
14576 \newline
14577 So inserting space to the top of row for normal tables is only useful when
14578  you don't have vertical lines.
14579 \end_layout
14580
14581 \begin_layout Standard
14582
14583 \lang english
14584 When you want to add extra height to all cells of all tables, you can do
14585  this with the following preamble line:
14586 \end_layout
14587
14588 \begin_layout Standard
14589
14590 \series bold
14591 \lang english
14592
14593 \backslash
14594 setlength{
14595 \backslash
14596 extrarowheight}{height}
14597 \end_layout
14598
14599 \begin_layout Standard
14600
14601 \lang english
14602 But this has the disadvantage that the cell texts are no longer exactly
14603  vertically centered.
14604 \end_layout
14605
14606 \begin_layout Subsection
14607 Alineación Especial de Celdas
14608 \begin_inset LatexCommand index
14609 name "Personalización de Tablas ! Alineación Especial de Celdas"
14610
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \begin_layout Standard
14617 A veces mejora la presentación si las entradas en las celdas de una columna
14618  se alinean con un carácter determinado, p.\InsetSpace \thinspace{}
14619 e.
14620  el separador decimal, como en la Tabla\InsetSpace ~
14621
14622 \begin_inset LatexCommand ref
14623 reference "tab:Tabla-con-celdas-de"
14624
14625 \end_inset
14626
14627 .
14628 \end_layout
14629
14630 \begin_layout Standard
14631 \begin_inset Float table
14632 wide false
14633 sideways false
14634 status open
14635
14636 \begin_layout Standard
14637 \begin_inset Caption
14638
14639 \begin_layout Standard
14640 \begin_inset LatexCommand label
14641 name "tab:Tabla-con-celdas-de"
14642
14643 \end_inset
14644
14645 Tabla con celdas alineadas con el separador decimal.
14646 \end_layout
14647
14648 \end_inset
14649
14650
14651 \end_layout
14652
14653 \begin_layout Standard
14654 \align center
14655 \begin_inset Tabular
14656 <lyxtabular version="3" rows="4" columns="2">
14657 <features>
14658 <column alignment="right" valignment="top" width="0">
14659 <column alignment="left" valignment="top" width="0" special="@{}l">
14660 <row bottomline="true">
14661 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14662 \begin_inset Text
14663
14664 \begin_layout Standard
14665 encabezado
14666 \end_layout
14667
14668 \end_inset
14669 </cell>
14670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14671 \begin_inset Text
14672
14673 \begin_layout Standard
14674
14675 \end_layout
14676
14677 \end_inset
14678 </cell>
14679 </row>
14680 <row>
14681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14682 \begin_inset Text
14683
14684 \begin_layout Standard
14685 12.
14686 \end_layout
14687
14688 \end_inset
14689 </cell>
14690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14691 \begin_inset Text
14692
14693 \begin_layout Standard
14694 6
14695 \end_layout
14696
14697 \end_inset
14698 </cell>
14699 </row>
14700 <row>
14701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14702 \begin_inset Text
14703
14704 \begin_layout Standard
14705 0.
14706 \end_layout
14707
14708 \end_inset
14709 </cell>
14710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14711 \begin_inset Text
14712
14713 \begin_layout Standard
14714 68
14715 \end_layout
14716
14717 \end_inset
14718 </cell>
14719 </row>
14720 <row>
14721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14722 \begin_inset Text
14723
14724 \begin_layout Standard
14725 -123.
14726 \end_layout
14727
14728 \end_inset
14729 </cell>
14730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14731 \begin_inset Text
14732
14733 \begin_layout Standard
14734 0
14735 \end_layout
14736
14737 \end_inset
14738 </cell>
14739 </row>
14740 </lyxtabular>
14741
14742 \end_inset
14743
14744
14745 \end_layout
14746
14747 \end_inset
14748
14749
14750 \end_layout
14751
14752 \begin_layout Standard
14753 Esta es una tabla 4×2.
14754  El encabezado es una multicolumna centrada.
14755  La primera columna está alineada a la derecha y contiene el punto decimal
14756  y los dígitos anteriores.
14757  La segunda columna está alineada a la izquierda y contiene los dígitos
14758  posteriores al punto decimal.
14759  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
14760  argumento LaTeX para la segunda columna:
14761 \end_layout
14762
14763 \begin_layout Standard
14764
14765 \series bold
14766 @{}l
14767 \end_layout
14768
14769 \begin_layout Standard
14770 Si quieres una línea vertical a la derecha de la segunda columna, usa en
14771  su lugar el argumento LaTeX: 
14772 \series bold
14773 @{}l|
14774 \end_layout
14775
14776 \begin_layout Standard
14777 La Tabla\InsetSpace ~
14778
14779 \begin_inset LatexCommand ref
14780 reference "tab:Varias-alineaciones"
14781
14782 \end_inset
14783
14784  muestra varios ejemplos de alineación.
14785  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
14786 o más pequeño al comienzo de la última columna para conseguir el espacio
14787  adecuado alrededor del signo.
14788 \end_layout
14789
14790 \begin_layout Standard
14791 \begin_inset Float table
14792 wide false
14793 sideways false
14794 status open
14795
14796 \begin_layout Standard
14797 \begin_inset Caption
14798
14799 \begin_layout Standard
14800 \begin_inset LatexCommand label
14801 name "tab:Varias-alineaciones"
14802
14803 \end_inset
14804
14805 Tabla con varias alineaciones.
14806 \end_layout
14807
14808 \end_inset
14809
14810
14811 \end_layout
14812
14813 \begin_layout Standard
14814 \align center
14815 \begin_inset Tabular
14816 <lyxtabular version="3" rows="4" columns="6">
14817 <features>
14818 <column alignment="right" valignment="top" width="0">
14819 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
14820 <column alignment="right" valignment="top" width="0">
14821 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
14822 <column alignment="right" valignment="top" width="0">
14823 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
14824 <row bottomline="true">
14825 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14826 \begin_inset Text
14827
14828 \begin_layout Standard
14829 unidades
14830 \end_layout
14831
14832 \end_inset
14833 </cell>
14834 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Standard
14838
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14844 \begin_inset Text
14845
14846 \begin_layout Standard
14847 exponentes
14848 \end_layout
14849
14850 \end_inset
14851 </cell>
14852 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Standard
14856
14857 \end_layout
14858
14859 \end_inset
14860 </cell>
14861 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14862 \begin_inset Text
14863
14864 \begin_layout Standard
14865 relaciones
14866 \end_layout
14867
14868 \end_inset
14869 </cell>
14870 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14871 \begin_inset Text
14872
14873 \begin_layout Standard
14874
14875 \end_layout
14876
14877 \end_inset
14878 </cell>
14879 </row>
14880 <row>
14881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Standard
14885 12×
14886 \end_layout
14887
14888 \end_inset
14889 </cell>
14890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Standard
14894 24\InsetSpace \thinspace{}
14895 bottles
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Standard
14904 \begin_inset Formula $10\cdot$
14905 \end_inset
14906
14907
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Standard
14916 \begin_inset Formula $10^{\mbox{-}17}$
14917 \end_inset
14918
14919
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Standard
14928 \begin_inset Formula $\Gamma(t)\propto$
14929 \end_inset
14930
14931
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Standard
14940 \begin_inset Formula $\:\Upsilon(t)$
14941 \end_inset
14942
14943
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 </row>
14949 <row>
14950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Standard
14954 1024×
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Standard
14963 768\InsetSpace \thinspace{}
14964 Pixels
14965 \end_layout
14966
14967 \end_inset
14968 </cell>
14969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Standard
14973 \begin_inset Formula $5.78\cdot$
14974 \end_inset
14975
14976
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Standard
14985 \begin_inset Formula $10^{7}$
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Standard
14997 \begin_inset Formula $A\ne$
14998 \end_inset
14999
15000
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Standard
15009 \begin_inset Formula $\: B_{\mathrm{red}}$
15010 \end_inset
15011
15012
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 </row>
15018 <row>
15019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Standard
15023 32×
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Standard
15032 6\InsetSpace \thinspace{}
15033 cm
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Standard
15042 -
15043 \begin_inset Formula $33.5\cdot$
15044 \end_inset
15045
15046
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Standard
15055 \begin_inset Formula $10^{4}$
15056 \end_inset
15057
15058
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Standard
15067 \begin_inset Formula $\sin(\alpha)\ge$
15068 \end_inset
15069
15070
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Standard
15079 \begin_inset Formula $\:\sin(\beta)$
15080 \end_inset
15081
15082
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 </row>
15088 </lyxtabular>
15089
15090 \end_inset
15091
15092
15093 \end_layout
15094
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \begin_layout Standard
15101 \begin_inset VSpace bigskip
15102 \end_inset
15103
15104 también hay un paquete LaTeX, 
15105 \series bold
15106 dcolumn
15107 \series default
15108
15109 \begin_inset LatexCommand index
15110 name "LaTeX-paquetes ! dcolumn"
15111
15112 \end_inset
15113
15114 , que provee alineación de celdas.
15115  Pero desgraciadamente trata las entradas de celda en modo matemático y
15116  no permite fórmulas en celdas: La primera columna de la Tabla\InsetSpace ~
15117
15118 \begin_inset LatexCommand ref
15119 reference "tab:Varias-alineaciones"
15120
15121 \end_inset
15122
15123  se verá con 
15124 \series bold
15125 dcolumn
15126 \series default
15127  como la primera columna en la Tabla\InsetSpace ~
15128
15129 \begin_inset LatexCommand ref
15130 reference "tab:Alineaciones-con-el"
15131
15132 \end_inset
15133
15134  y solo con algunos trucos se consigue lo que se espera.
15135  La lineación de la segunda y tercera columnas de la Tabla\InsetSpace ~
15136
15137 \begin_inset LatexCommand ref
15138 reference "tab:Varias-alineaciones"
15139
15140 \end_inset
15141
15142  no es posible con 
15143 \series bold
15144 dcolumn
15145 \series default
15146 .
15147 \end_layout
15148
15149 \begin_layout Standard
15150 \begin_inset Float table
15151 placement h
15152 wide false
15153 sideways false
15154 status open
15155
15156 \begin_layout Standard
15157 \begin_inset Caption
15158
15159 \begin_layout Standard
15160 \begin_inset LatexCommand label
15161 name "tab:Alineaciones-con-el"
15162
15163 \end_inset
15164
15165 Alineaciones con el paquete LaTeX 
15166 \series bold
15167 dcolumn
15168 \series default
15169 .
15170  Para la segunda y tercera alineaciones se han hecho algunos trucos.
15171 \end_layout
15172
15173 \end_inset
15174
15175
15176 \end_layout
15177
15178 \begin_layout Standard
15179 \align center
15180 \begin_inset Tabular
15181 <lyxtabular version="3" rows="4" columns="3">
15182 <features>
15183 <column alignment="center" valignment="top" rightline="true" width="0" special="D{×}{\times}{-1}|">
15184 <column alignment="center" valignment="top" width="0" special="D{×}{\times}{4.9}|">
15185 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
15186 <row bottomline="true">
15187 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Standard
15191 unidades
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Standard
15200 unidades
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Standard
15209 unidades
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 </row>
15215 <row>
15216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Standard
15220 12×24\InsetSpace \thinspace{}
15221 bottles
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Standard
15230 12×24\InsetSpace \thinspace{}
15231
15232 \begin_inset Formula $\mbox{bottles}$
15233 \end_inset
15234
15235
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Standard
15244 12×24~
15245 \begin_inset Formula $\mbox{bottles}$
15246 \end_inset
15247
15248
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 </row>
15254 <row>
15255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Standard
15259 1024×768\InsetSpace \thinspace{}
15260 Pixels
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Standard
15269 1024×768\InsetSpace \thinspace{}
15270
15271 \begin_inset Formula $\mbox{Pixels}$
15272 \end_inset
15273
15274
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Standard
15283 1024×768~
15284 \begin_inset Formula $\mbox{Pixels}$
15285 \end_inset
15286
15287
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 </row>
15293 <row>
15294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Standard
15298 32×6\InsetSpace \thinspace{}
15299 cm
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Standard
15308 32×6\InsetSpace \thinspace{}
15309
15310 \begin_inset Formula $\mbox{cm}$
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Standard
15322 32×6~
15323 \begin_inset Formula $\mbox{cm}$
15324 \end_inset
15325
15326
15327 \end_layout
15328
15329 \end_inset
15330 </cell>
15331 </row>
15332 </lyxtabular>
15333
15334 \end_inset
15335
15336
15337 \end_layout
15338
15339 \end_inset
15340
15341
15342 \end_layout
15343
15344 \begin_layout Subsection
15345 Formato Personalizado de Celda/Columna
15346 \begin_inset LatexCommand label
15347 name "sub:Formato-Personalizado"
15348
15349 \end_inset
15350
15351
15352 \begin_inset LatexCommand index
15353 name "Personalización de Tablas ! Formato de Celda/Columna"
15354
15355 \end_inset
15356
15357
15358 \end_layout
15359
15360 \begin_layout Standard
15361 El cálculo de la anchura nesesaria para columnas extendidas descrito en
15362  la sección\InsetSpace ~
15363
15364 \begin_inset LatexCommand ref
15365 reference "sub:Cálculos-en-Multicolumnas"
15366
15367 \end_inset
15368
15369  es muy pesado si tienes varias tablas con multicolumnas.
15370  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
15371 mna aplicable a todas las tablas del documento.
15372  El formato se define con el comando
15373 \end_layout
15374
15375 \begin_layout Standard
15376
15377 \series bold
15378
15379 \backslash
15380 newcolumntype{nombre del formato}[número de argumentos]{comandos}
15381 \end_layout
15382
15383 \begin_layout Standard
15384 El nombre de formato puede ser una sola letra.
15385  Las letras 
15386 \emph on
15387 b, c, l, m, p 
15388 \emph default
15389 y
15390 \emph on
15391  r
15392 \emph default
15393  están predefinidas y no pueden usarse.
15394  Pero se permiten todas las mayúsculas.
15395 \end_layout
15396
15397 \begin_layout Standard
15398 \begin_inset VSpace medskip
15399 \end_inset
15400
15401
15402 \end_layout
15403
15404 \begin_layout Standard
15405 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
15406  fija puedes definir el formato de celda
15407 \end_layout
15408
15409 \begin_layout Standard
15410
15411 \series bold
15412
15413 \backslash
15414 newcolumntype{M}[1]{>{
15415 \backslash
15416 centering
15417 \backslash
15418 hspace{0pt}}m{#1}}
15419 \end_layout
15420
15421 \begin_layout Standard
15422 donde 
15423 \series bold
15424
15425 \backslash
15426 hspace{0pt}
15427 \series default
15428  evita el problema de partir con guión la primera palabra, como se describe
15429  en la sección\InsetSpace ~
15430
15431 \begin_inset LatexCommand ref
15432 reference "sub:Líneas-Múltiples-en"
15433
15434 \end_inset
15435
15436 .
15437  Ahora puedes introducir simplemente
15438 \end_layout
15439
15440 \begin_layout Standard
15441
15442 \series bold
15443 |M{ancho}
15444 \end_layout
15445
15446 \begin_layout Standard
15447 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
15448 \end_layout
15449
15450 \begin_layout Standard
15451 \begin_inset VSpace bigskip
15452 \end_inset
15453
15454
15455 \end_layout
15456
15457 \begin_layout Standard
15458 Para celdas extendidas en una celda multicolumna, puedes definir el formato
15459 \end_layout
15460
15461 \begin_layout Standard
15462
15463 \series bold
15464
15465 \backslash
15466 newcolumntype{S}[2]{>{
15467 \backslash
15468 centering
15469 \backslash
15470 hspace{0pt}}
15471 \newline
15472
15473 \begin_inset ERT
15474 status collapsed
15475
15476 \begin_layout Standard
15477
15478
15479 \backslash
15480 phantom{
15481 \end_layout
15482
15483 \end_inset
15484
15485
15486 \backslash
15487 newcolumntype{S}[2]
15488 \begin_inset ERT
15489 status collapsed
15490
15491 \begin_layout Standard
15492
15493 }
15494 \end_layout
15495
15496 \end_inset
15497
15498 m{(#1+(2
15499 \backslash
15500 tabcolsep+
15501 \backslash
15502 arrayrulewidth)*(1-#2))/#2}}
15503 \end_layout
15504
15505 \begin_layout Standard
15506 Este formato usa la ecuación 
15507 \begin_inset LatexCommand eqref
15508 reference "eq:Wgn"
15509
15510 \end_inset
15511
15512  para calcular la anchura necesaria para que cada celda extendida tenga
15513  la misma anchura.
15514 \end_layout
15515
15516 \begin_layout Standard
15517 Ahora puedes introducir
15518 \end_layout
15519
15520 \begin_layout Standard
15521
15522 \series bold
15523 |S{ancho de la celda multicolumna}{número de columnas extendidas}
15524 \end_layout
15525
15526 \begin_layout Standard
15527 como argumento LaTeX de la columna.
15528 \end_layout
15529
15530 \begin_layout Standard
15531 \begin_inset VSpace bigskip
15532 \end_inset
15533
15534
15535 \end_layout
15536
15537 \begin_layout Standard
15538 Para columnas coloreadas puedes definir
15539 \end_layout
15540
15541 \begin_layout Standard
15542
15543 \series bold
15544
15545 \backslash
15546 newcolumntype{K}[1]{>{
15547 \backslash
15548 columncolor{#1}
15549 \backslash
15550 hspace{0pt}}c}
15551 \end_layout
15552
15553 \begin_layout Standard
15554 La "c" al final crea una columna con anchura flexible cuyo texto está centrado
15555  horizontalmente.
15556  Ahora puedes introducir
15557 \end_layout
15558
15559 \begin_layout Standard
15560
15561 \series bold
15562 K{nombre del color}
15563 \end_layout
15564
15565 \begin_layout Standard
15566 como argumento LaTeX.
15567 \end_layout
15568
15569 \begin_layout Standard
15570 \begin_inset VSpace bigskip
15571 \end_inset
15572
15573
15574 \end_layout
15575
15576 \begin_layout Standard
15577 Para crear la Tabla\InsetSpace ~
15578
15579 \begin_inset LatexCommand ref
15580 reference "tab:Tabla-con-formatos-definidos-por"
15581
15582 \end_inset
15583
15584  usa los argumentos LaTeX
15585 \end_layout
15586
15587 \begin_layout Standard
15588
15589 \series bold
15590 |M{2.5cm}
15591 \end_layout
15592
15593 \begin_layout Standard
15594 para la primera columna y la multicolumna,
15595 \end_layout
15596
15597 \begin_layout Standard
15598
15599 \series bold
15600 |K{red}|
15601 \end_layout
15602
15603 \begin_layout Standard
15604 para la última columna y
15605 \end_layout
15606
15607 \begin_layout Standard
15608
15609 \series bold
15610 |S{2.5cm}{2}
15611 \end_layout
15612
15613 \begin_layout Standard
15614 para las celdas en la segunda columna.
15615 \end_layout
15616
15617 \begin_layout Standard
15618 \begin_inset Float table
15619 placement h
15620 wide false
15621 sideways false
15622 status open
15623
15624 \begin_layout Standard
15625 \begin_inset Caption
15626
15627 \begin_layout Standard
15628 \begin_inset LatexCommand label
15629 name "tab:Tabla-con-formatos-definidos-por"
15630
15631 \end_inset
15632
15633 Tabla con formatos definidos por el usuario
15634 \end_layout
15635
15636 \end_inset
15637
15638
15639 \end_layout
15640
15641 \begin_layout Standard
15642 \align center
15643 \begin_inset Tabular
15644 <lyxtabular version="3" rows="3" columns="4">
15645 <features>
15646 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="|M{2.5cm}">
15647 <column alignment="center" valignment="middle" leftline="true" width="0" special="|S{2.5cm}{2}">
15648 <column alignment="center" valignment="middle" leftline="true" width="0">
15649 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="|K{red}|">
15650 <row topline="true">
15651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15652 \begin_inset Text
15653
15654 \begin_layout Standard
15655 palabramuylargaenceldadetabla
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}|">
15661 \begin_inset Text
15662
15663 \begin_layout Standard
15664 multicolumna línea múltiple
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Standard
15673
15674 \end_layout
15675
15676 \end_inset
15677 </cell>
15678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Standard
15682 c
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 </row>
15688 <row topline="true">
15689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Standard
15693 d
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Standard
15702 e
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Standard
15711 f
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Standard
15720 g
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 </row>
15726 <row topline="true" bottomline="true">
15727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Standard
15731 h
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Standard
15740 i
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Standard
15749 j
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Standard
15758 k
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 </row>
15764 </lyxtabular>
15765
15766 \end_inset
15767
15768
15769 \end_layout
15770
15771 \end_inset
15772
15773
15774 \end_layout
15775
15776 \begin_layout Subsection
15777 Grosor de Líneas
15778 \begin_inset LatexCommand label
15779 name "sub:Grosor-de-Líneas"
15780
15781 \end_inset
15782
15783
15784 \begin_inset LatexCommand index
15785 name "Personalización de Tablas ! Grosor de Línea"
15786
15787 \end_inset
15788
15789
15790 \end_layout
15791
15792 \begin_layout Standard
15793 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
15794  
15795 \series bold
15796
15797 \backslash
15798 arrayrulewidth
15799 \series default
15800 .
15801  Por ejemplo, para poner un grosor de línea de 1.5\InsetSpace \thinspace{}
15802 pt, como en la Tabla\InsetSpace ~
15803
15804 \begin_inset LatexCommand ref
15805 reference "tab:Tabla-con-líneas"
15806
15807 \end_inset
15808
15809 , inserta el comando
15810 \end_layout
15811
15812 \begin_layout Standard
15813
15814 \series bold
15815
15816 \backslash
15817 setlength{
15818 \backslash
15819 arrayrulewidth}{1.5pt}
15820 \end_layout
15821
15822 \begin_layout Standard
15823 en ERT antes de la tabla o flotante.
15824  Este cambio es válido para todas las siguientes tablas.
15825  Para volver al valor predeterminado, define 
15826 \series bold
15827
15828 \backslash
15829 arrayrulewidth
15830 \series default
15831  a 0.4\InsetSpace \thinspace{}
15832 pt en ERT detrás de la tabla o flotante.
15833 \end_layout
15834
15835 \begin_layout Standard
15836 \begin_inset ERT
15837 status collapsed
15838
15839 \begin_layout Standard
15840
15841
15842 \backslash
15843 setlength{
15844 \backslash
15845 arrayrulewidth}{1.5pt}
15846 \end_layout
15847
15848 \end_inset
15849
15850
15851 \begin_inset Float table
15852 wide false
15853 sideways false
15854 status open
15855
15856 \begin_layout Standard
15857 \begin_inset Caption
15858
15859 \begin_layout Standard
15860 \begin_inset LatexCommand label
15861 name "tab:Tabla-con-líneas"
15862
15863 \end_inset
15864
15865 Tabla con líneas de grosor 1.5\InsetSpace \thinspace{}
15866 pt
15867 \end_layout
15868
15869 \end_inset
15870
15871
15872 \end_layout
15873
15874 \begin_layout Standard
15875 \align center
15876 \begin_inset Tabular
15877 <lyxtabular version="3" rows="3" columns="3">
15878 <features>
15879 <column alignment="center" valignment="top" leftline="true" width="0">
15880 <column alignment="center" valignment="top" leftline="true" width="0">
15881 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15882 <row topline="true">
15883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Standard
15887 sd
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Standard
15896
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Standard
15905
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 </row>
15911 <row topline="true">
15912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Standard
15916
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Standard
15925 sd
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Standard
15934
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 </row>
15940 <row topline="true" bottomline="true">
15941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Standard
15945
15946 \end_layout
15947
15948 \end_inset
15949 </cell>
15950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Standard
15954
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Standard
15963 sd
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 </row>
15969 </lyxtabular>
15970
15971 \end_inset
15972
15973
15974 \end_layout
15975
15976 \end_inset
15977
15978
15979 \begin_inset ERT
15980 status collapsed
15981
15982 \begin_layout Standard
15983
15984
15985 \backslash
15986 setlength{
15987 \backslash
15988 arrayrulewidth}{0.4pt}
15989 \end_layout
15990
15991 \end_inset
15992
15993
15994 \end_layout
15995
15996 \begin_layout Standard
15997 \begin_inset VSpace bigskip
15998 \end_inset
15999
16000 Para definir un grosor de 1.5\InsetSpace \thinspace{}
16001 pt sólo para líneas horizontales, como en la
16002  Tabla\InsetSpace ~
16003
16004 \begin_inset LatexCommand ref
16005 reference "tab:Tabla-con-horizontales"
16006
16007 \end_inset
16008
16009 , inserta estos comandos en ERT antes de la tabla o flotante:
16010 \end_layout
16011
16012 \begin_layout Standard
16013
16014 \series bold
16015
16016 \backslash
16017 let
16018 \backslash
16019 myHline
16020 \backslash
16021 hline
16022 \newline
16023
16024 \backslash
16025 renewcommand{
16026 \backslash
16027 hline}
16028 \newline
16029  {
16030 \backslash
16031 noalign{
16032 \backslash
16033 global
16034 \backslash
16035 arrayrulewidth 1.5pt}
16036 \newline
16037   
16038 \backslash
16039 myHline
16040 \backslash
16041 noalign{
16042 \backslash
16043 global
16044 \backslash
16045 arrayrulewidth 0.4pt}}
16046 \end_layout
16047
16048 \begin_layout Standard
16049 Para volver al grosor predeterminado, inserta este comando en ERT detrás
16050  de la tabla o flotante:
16051 \end_layout
16052
16053 \begin_layout Standard
16054
16055 \series bold
16056
16057 \backslash
16058 renewcommand{
16059 \backslash
16060 hline}{
16061 \backslash
16062 myHline}
16063 \end_layout
16064
16065 \begin_layout Standard
16066 \begin_inset ERT
16067 status collapsed
16068
16069 \begin_layout Standard
16070
16071
16072 \backslash
16073 let
16074 \backslash
16075 myHline
16076 \backslash
16077 hline
16078 \end_layout
16079
16080 \begin_layout Standard
16081
16082
16083 \backslash
16084 renewcommand{
16085 \backslash
16086 hline}
16087 \end_layout
16088
16089 \begin_layout Standard
16090
16091  {
16092 \backslash
16093 noalign{
16094 \backslash
16095 global
16096 \backslash
16097 arrayrulewidth 1.5pt}
16098 \end_layout
16099
16100 \begin_layout Standard
16101
16102   
16103 \backslash
16104 myHline
16105 \backslash
16106 noalign{
16107 \backslash
16108 global
16109 \backslash
16110 arrayrulewidth 0.4pt}}
16111 \end_layout
16112
16113 \end_inset
16114
16115
16116 \begin_inset Float table
16117 wide false
16118 sideways false
16119 status open
16120
16121 \begin_layout Standard
16122 \begin_inset Caption
16123
16124 \begin_layout Standard
16125 \begin_inset LatexCommand label
16126 name "tab:Tabla-con-horizontales"
16127
16128 \end_inset
16129
16130 Tabla con líneas horizontales de 1.5\InsetSpace \thinspace{}
16131 pt
16132 \end_layout
16133
16134 \end_inset
16135
16136
16137 \end_layout
16138
16139 \begin_layout Standard
16140 \align center
16141 \begin_inset Tabular
16142 <lyxtabular version="3" rows="3" columns="3">
16143 <features>
16144 <column alignment="center" valignment="top" leftline="true" width="0">
16145 <column alignment="center" valignment="top" leftline="true" width="0">
16146 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16147 <row topline="true">
16148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Standard
16152 sd
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Standard
16161
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Standard
16170
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 </row>
16176 <row topline="true">
16177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Standard
16181
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Standard
16190 sd
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Standard
16199
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 </row>
16205 <row topline="true" bottomline="true">
16206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16207 \begin_inset Text
16208
16209 \begin_layout Standard
16210
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Standard
16219
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Standard
16228 sd
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 </row>
16234 </lyxtabular>
16235
16236 \end_inset
16237
16238
16239 \end_layout
16240
16241 \end_inset
16242
16243
16244 \begin_inset ERT
16245 status collapsed
16246
16247 \begin_layout Standard
16248
16249
16250 \backslash
16251 renewcommand{
16252 \backslash
16253 hline}{
16254 \backslash
16255 myHline}
16256 \end_layout
16257
16258 \end_inset
16259
16260
16261 \end_layout
16262
16263 \begin_layout Standard
16264 \begin_inset VSpace bigskip
16265 \end_inset
16266
16267 Para establacer grosor de 1.5 pt sólo para líneas verticales, crea el siguiente
16268  formato de columna en el preámbulo del documento, de acuerdo con lo descrito
16269  en la sección\InsetSpace ~
16270
16271 \begin_inset LatexCommand ref
16272 reference "sub:Formato-Personalizado"
16273
16274 \end_inset
16275
16276 :
16277 \end_layout
16278
16279 \begin_layout Standard
16280
16281 \series bold
16282
16283 \backslash
16284 newcolumntype{V}{!{
16285 \backslash
16286 vrule width 1.5pt}}
16287 \end_layout
16288
16289 \begin_layout Standard
16290 Para la Tabla\InsetSpace ~
16291
16292 \begin_inset LatexCommand ref
16293 reference "tab:Tabla-con-verticales"
16294
16295 \end_inset
16296
16297  se usó el argumento LaTeX
16298 \end_layout
16299
16300 \begin_layout Standard
16301
16302 \series bold
16303 VcV
16304 \end_layout
16305
16306 \begin_layout Standard
16307 para la última columna y
16308 \end_layout
16309
16310 \begin_layout Standard
16311
16312 \series bold
16313 Vc
16314 \end_layout
16315
16316 \begin_layout Standard
16317 para las otras.
16318 \end_layout
16319
16320 \begin_layout Standard
16321 \begin_inset Float table
16322 wide false
16323 sideways false
16324 status open
16325
16326 \begin_layout Standard
16327 \begin_inset Caption
16328
16329 \begin_layout Standard
16330 \begin_inset LatexCommand label
16331 name "tab:Tabla-con-verticales"
16332
16333 \end_inset
16334
16335 Tabla con líneas verticales de 1.5\InsetSpace \thinspace{}
16336 pt de grosor
16337 \end_layout
16338
16339 \end_inset
16340
16341
16342 \end_layout
16343
16344 \begin_layout Standard
16345 \align center
16346 \begin_inset Tabular
16347 <lyxtabular version="3" rows="3" columns="3">
16348 <features>
16349 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16350 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16351 <column alignment="center" valignment="top" leftline="true" width="0" special="VcV">
16352 <row topline="true">
16353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Standard
16357 sd
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Standard
16366
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16372 \begin_inset Text
16373
16374 \begin_layout Standard
16375
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 </row>
16381 <row topline="true">
16382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Standard
16386
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Standard
16395 sd
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Standard
16404
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 </row>
16410 <row topline="true" bottomline="true">
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Standard
16415
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Standard
16424
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Standard
16433 sd
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 </lyxtabular>
16440
16441 \end_inset
16442
16443
16444 \end_layout
16445
16446 \end_inset
16447
16448
16449 \end_layout
16450
16451 \begin_layout Subsection
16452 Líneas de Trazos
16453 \begin_inset LatexCommand index
16454 name "Personalización de Tablas ! Líneas de Trazos"
16455
16456 \end_inset
16457
16458
16459 \end_layout
16460
16461 \begin_layout Standard
16462 \begin_inset ERT
16463 status collapsed
16464
16465 \begin_layout Standard
16466
16467
16468 \backslash
16469 ifarydshln
16470 \end_layout
16471
16472 \end_inset
16473
16474
16475 \begin_inset Note Note
16476 status open
16477
16478 \begin_layout Standard
16479 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
16480  LaTeX 
16481 \series bold
16482 arydshln
16483 \series default
16484 .
16485 \end_layout
16486
16487 \end_inset
16488
16489
16490 \end_layout
16491
16492 \begin_layout Standard
16493 \begin_inset Float table
16494 placement H
16495 wide false
16496 sideways false
16497 status open
16498
16499 \begin_layout Standard
16500 \begin_inset Caption
16501
16502 \begin_layout Standard
16503 \begin_inset LatexCommand label
16504 name "tab:Tabla-con-trazos"
16505
16506 \end_inset
16507
16508 Tabla con líneas de trazos
16509 \end_layout
16510
16511 \end_inset
16512
16513
16514 \end_layout
16515
16516 \begin_layout Standard
16517 \align center
16518 \begin_inset Tabular
16519 <lyxtabular version="3" rows="5" columns="5">
16520 <features>
16521 <column alignment="center" valignment="top" leftline="true" width="0">
16522 <column alignment="center" valignment="top" leftline="true" width="0">
16523 <column alignment="center" valignment="top" width="0" special=":c">
16524 <column alignment="center" valignment="top" leftline="true" width="0">
16525 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16526 <row topline="true" bottomline="true">
16527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Standard
16531 a
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Standard
16540 b
16541 \end_layout
16542
16543 \end_inset
16544 </cell>
16545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Standard
16549 c
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16555 \begin_inset Text
16556
16557 \begin_layout Standard
16558 d
16559 \end_layout
16560
16561 \end_inset
16562 </cell>
16563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16564 \begin_inset Text
16565
16566 \begin_layout Standard
16567 e
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 </row>
16573 <row topline="true">
16574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16575 \begin_inset Text
16576
16577 \begin_layout Standard
16578 f
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Standard
16587 g
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Standard
16596 h
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Standard
16605 i
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Standard
16614 j
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 </row>
16620 <row>
16621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Standard
16625 \begin_inset ERT
16626 status collapsed
16627
16628 \begin_layout Standard
16629
16630
16631 \backslash
16632 hdashline 
16633 \end_layout
16634
16635 \end_inset
16636
16637 k
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Standard
16646 l
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Standard
16655 m
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Standard
16664 n
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Standard
16673 o
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 </row>
16679 <row topline="true">
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Standard
16684 \begin_inset ERT
16685 status collapsed
16686
16687 \begin_layout Standard
16688
16689
16690 \backslash
16691 cdashline{4-5}
16692 \end_layout
16693
16694 \end_inset
16695
16696 p
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Standard
16705 q
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
16711 \begin_inset Text
16712
16713 \begin_layout Standard
16714 r
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
16720 \begin_inset Text
16721
16722 \begin_layout Standard
16723 s
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Standard
16732
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 </row>
16738 <row topline="true" bottomline="true">
16739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Standard
16743 t
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Standard
16752 u
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Standard
16761 v
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Standard
16770 w
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Standard
16779 x
16780 \end_layout
16781
16782 \end_inset
16783 </cell>
16784 </row>
16785 </lyxtabular>
16786
16787 \end_inset
16788
16789
16790 \end_layout
16791
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \begin_layout Standard
16798 En principio LyX no soporta líneas de trazos, hay que usar ERT.
16799  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
16800 \series bold
16801 arydshln
16802 \series default
16803
16804 \begin_inset LatexCommand index
16805 name "LaTeX-paquetes ! arydshln"
16806
16807 \end_inset
16808
16809  
16810 \end_layout
16811
16812 \begin_layout Standard
16813
16814 \series bold
16815
16816 \backslash
16817 usepackage{arydshln}
16818 \end_layout
16819
16820 \begin_layout Standard
16821 Para hacer una línea vertical a trazos, introduce dos puntos ":" junto con
16822  el caracter para alineación horizontal como argumento LaTeX en el diálogo
16823  de celda de tabla.
16824 \end_layout
16825
16826 \begin_layout Standard
16827 Para una línea de trazos horizontal añade el comando
16828 \end_layout
16829
16830 \begin_layout Standard
16831
16832 \series bold
16833
16834 \backslash
16835 hdashline
16836 \end_layout
16837
16838 \begin_layout Standard
16839 en ERT como primer elemento de la primera celda en la fila.
16840 \end_layout
16841
16842 \begin_layout Standard
16843 Para líneas de trazos en multicolumna usa el comando
16844 \end_layout
16845
16846 \begin_layout Standard
16847
16848 \series bold
16849
16850 \backslash
16851 cdashline{line number
16852 \series default
16853 }
16854 \end_layout
16855
16856 \begin_layout Standard
16857 en ERT como primer elemento de la primera celda en la fila.
16858  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
16859  4 y quieres una línea de trazos por encima, añade el comando
16860 \end_layout
16861
16862 \begin_layout Standard
16863
16864 \series bold
16865
16866 \backslash
16867 cdashline{2-4}
16868 \end_layout
16869
16870 \begin_layout Standard
16871 como primer elemento de la primera celda en la fila de la multicolumna.
16872 \end_layout
16873
16874 \begin_layout Standard
16875 \begin_inset VSpace bigskip
16876 \end_inset
16877
16878
16879 \end_layout
16880
16881 \begin_layout Standard
16882 La Tabla\InsetSpace ~
16883
16884 \begin_inset LatexCommand ref
16885 reference "tab:Tabla-con-trazos"
16886
16887 \end_inset
16888
16889  se ha hecho usando "
16890 \series bold
16891 :c
16892 \series default
16893 " como argumento LaTeX de la tercera columna.
16894  El comando ERT 
16895 \series bold
16896
16897 \backslash
16898 hdashline
16899 \series default
16900  se ha insertado en la primera celda de la tercera fila y el comando ERT
16901 \newline
16902
16903 \series bold
16904
16905 \backslash
16906 cdashline{4-5}
16907 \series default
16908  en la primera celda de la cuarta fila.
16909 \end_layout
16910
16911 \begin_layout Standard
16912 \begin_inset Note Greyedout
16913 status open
16914
16915 \begin_layout Standard
16916
16917 \series bold
16918 Nota: 
16919 \series default
16920 Aparentemente el paquete LaTeX 
16921 \series bold
16922 arydshln
16923 \series default
16924  no es compatible con el paquete LaTeX 
16925 \series bold
16926 colortbl
16927 \series default
16928
16929 \begin_inset LatexCommand index
16930 name "LaTeX-paquetes ! colortbl"
16931
16932 \end_inset
16933
16934  que se usa para tablas coloreadas en la sección\InsetSpace ~
16935
16936 \begin_inset LatexCommand ref
16937 reference "sec:Tablas-Coloreadas"
16938
16939 \end_inset
16940
16941 .
16942  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
16943 \end_layout
16944
16945 \end_inset
16946
16947
16948 \end_layout
16949
16950 \begin_layout Standard
16951 \begin_inset ERT
16952 status collapsed
16953
16954 \begin_layout Standard
16955
16956
16957 \backslash
16958 else
16959 \end_layout
16960
16961 \end_inset
16962
16963
16964 \begin_inset Note Note
16965 status open
16966
16967 \begin_layout Standard
16968 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
16969  
16970 \series bold
16971 arydshln
16972 \series default
16973 .
16974 \end_layout
16975
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \begin_layout Standard
16982 Debes instalar el paquete LaTeX 
16983 \series bold
16984 arydshln
16985 \series default
16986  para ver la parte siguiente en la salida.
16987 \end_layout
16988
16989 \begin_layout Standard
16990 \begin_inset ERT
16991 status collapsed
16992
16993 \begin_layout Standard
16994
16995
16996 \backslash
16997 fi
16998 \end_layout
16999
17000 \end_inset
17001
17002
17003 \end_layout
17004
17005 \begin_layout Chapter
17006 Flotantes
17007 \begin_inset LatexCommand label
17008 name "cha:Floats"
17009
17010 \end_inset
17011
17012
17013 \begin_inset LatexCommand index
17014 name "Flotantes"
17015
17016 \end_inset
17017
17018
17019 \end_layout
17020
17021 \begin_layout Section
17022 Introducción
17023 \begin_inset LatexCommand label
17024 name "sec:IntroducciónFlotantes"
17025
17026 \end_inset
17027
17028
17029 \begin_inset LatexCommand index
17030 name "Flotantes ! Introducción"
17031
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \begin_layout Standard
17038 Un flotante es un bloque de texto asociado con alguna especie de etiqueta
17039  que no tiene posición fija.
17040  Puede "flotar" adelante o atrás una o dos páginas, donde encaje mejor.
17041  Las 
17042 \family sans
17043 Notas\InsetSpace ~
17044 al\InsetSpace ~
17045 pie
17046 \family default
17047  y 
17048 \family sans
17049 Notas\InsetSpace ~
17050 al\InsetSpace ~
17051 margen
17052 \family default
17053  también son flotantes, porque pueden flotar a la página siguiente cuando
17054  hay demasiadas notas en la página.
17055 \end_layout
17056
17057 \begin_layout Standard
17058 Los flotantes hacen posible composiciones de alta calidad.
17059  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
17060  impedir espacios en blanco y páginas sin texto.
17061  Como el flotante destruye a menudo el contexto entre texto e imagen/tabla,
17062  cada flotante puede estar referido en el texto.
17063  Por lo tanto los flotantes están numerados.
17064  Las referencias se describen en la sección\InsetSpace ~
17065
17066 \begin_inset LatexCommand ref
17067 reference "sec:Referencias-a-Flotantes"
17068
17069 \end_inset
17070
17071  .
17072 \end_layout
17073
17074 \begin_layout Standard
17075 Para insertar un flotante, usa el menú 
17076 \family sans
17077 Insertar\SpecialChar \menuseparator
17078 Flotante
17079 \family default
17080 .
17081  En el documento se inserta un cuadro con etiqueta en el entorno 
17082 \family sans
17083 Encabezado
17084 \begin_inset Foot
17085 status collapsed
17086
17087 \begin_layout Standard
17088 El entorno 
17089 \family sans
17090 Encabezado
17091 \family default
17092  se describe en 
17093 \emph on
17094 Guía\InsetSpace ~
17095 del\InsetSpace ~
17096 Usuario 
17097 \emph default
17098 de LyX.
17099 \end_layout
17100
17101 \end_inset
17102
17103 .
17104
17105 \family default
17106  Cada etiqueta acaba con el caracter "#" como receptáculo para el número
17107  de flotante en la salida.
17108  La etiqueta será traducida automáticamente al lenguaje del documento.
17109  Tras la etiqueta se puede insertar el texto de encabezado.
17110  La imagen o tabla se inserta encima o debajo del encabezado en un párrafo
17111  separado dentro del flotante.
17112  Más sobre colocación de encabezados se describe en la sección\InsetSpace ~
17113
17114 \begin_inset LatexCommand ref
17115 reference "sec:Colocación-de-Encabezados"
17116
17117 \end_inset
17118
17119 .
17120  Para mantener legible el documento LyX, puedes abrir y cerrar el cuadro
17121  del flotante haciendo click-izquierda sobre él.
17122  Un cuadro cerrado se muestra así: 
17123 \begin_inset Graphics
17124         filename ../clipart/flotanteQt4.png
17125         scale 70
17126
17127 \end_inset
17128
17129  -- un cuadro gris con etiqueta en rojo.
17130 \end_layout
17131
17132 \begin_layout Standard
17133 Se recomienda insertar flotantes como párrafos separados para evitar posibles
17134  errores de LaTeX si el texto circundante se formatea de modo especial.
17135 \end_layout
17136
17137 \begin_layout Standard
17138 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
17139  y pinchando el botón correspondiente de la barra de herramientas para un
17140  flotante nuevo.
17141 \end_layout
17142
17143 \begin_layout Section
17144 Tipos de Flotantes
17145 \end_layout
17146
17147 \begin_layout Standard
17148 Además de los flotantes de imagen y de tabla que se describen en la sección\InsetSpace ~
17149
17150 \begin_inset LatexCommand ref
17151 reference "sec:Figuras-Flotantes"
17152
17153 \end_inset
17154
17155  y 
17156 \begin_inset LatexCommand ref
17157 reference "sec:Tablas-Flotantes"
17158
17159 \end_inset
17160
17161 , respectivamente, LyX ofrece los tipos 
17162 \series bold
17163 Algoritmo
17164 \series default
17165  y 
17166 \series bold
17167 Ajustado\InsetSpace ~
17168 al\InsetSpace ~
17169 Texto
17170 \series default
17171 .
17172 \end_layout
17173
17174 \begin_layout Subsection
17175 Algoritmos Flotantes
17176 \begin_inset LatexCommand index
17177 name "Flotantes ! Algoritmos Flotantes"
17178
17179 \end_inset
17180
17181
17182 \end_layout
17183
17184 \begin_layout Standard
17185 \begin_inset Float algorithm
17186 placement h
17187 wide false
17188 sideways false
17189 status open
17190
17191 \begin_layout Standard
17192 \begin_inset Caption
17193
17194 \begin_layout Standard
17195 \begin_inset LatexCommand label
17196 name "alg:Ejemplo-de-Algoritmo-flotante"
17197
17198 \end_inset
17199
17200 Ejemplo de Algoritmo flotante
17201 \end_layout
17202
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \begin_layout LyX-Code
17209 for I in 1..N loop
17210 \newline
17211  Sum:= Sum + A(I); /*senseless comment*/
17212 \newline
17213 end loop
17214 \begin_inset VSpace -4mm
17215 \end_inset
17216
17217
17218 \end_layout
17219
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \begin_layout Standard
17226 Este tipo de flotante se inserta con el menú 
17227 \family sans
17228 Insertar\SpecialChar \menuseparator
17229 Flotante\SpecialChar \menuseparator
17230 Algoritmo
17231 \family default
17232 .
17233  Se usa para códigos y descripciones de algoritmos.
17234  Un posible entorno para algoritmos es 
17235 \family sans
17236 Código-LyX
17237 \family default
17238 , descrito en 
17239 \emph on
17240 Guía del Usuario
17241 \emph default
17242  de LyX.
17243  El algoritmo\InsetSpace ~
17244
17245 \begin_inset LatexCommand ref
17246 reference "alg:Ejemplo-de-Algoritmo-flotante"
17247
17248 \end_inset
17249
17250  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
17251  vertical de -4\InsetSpace \thinspace{}
17252 mm al final para tener la línea inferior exactamente bajo
17253  la última línea de texto.
17254 \end_layout
17255
17256 \begin_layout Standard
17257 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
17258  Si tu documento no es en Inglés, tienes que hacerlo manualmente añadiendo
17259  la siguiente línea al preámbulo del documento
17260 \series bold
17261 :
17262 \end_layout
17263
17264 \begin_layout Standard
17265
17266 \series bold
17267
17268 \backslash
17269 floatname{algorithm}{nombre}
17270 \end_layout
17271
17272 \begin_layout Standard
17273
17274 \family sans
17275 nombre
17276 \family default
17277  es la palabra
17278 \begin_inset Quotes eld
17279 \end_inset
17280
17281
17282 \emph on
17283 algorithm
17284 \emph default
17285
17286 \begin_inset Quotes erd
17287 \end_inset
17288
17289  en el lenguaje deseado.
17290 \end_layout
17291
17292 \begin_layout Description
17293
17294 \series bold
17295 Nota: 
17296 \series default
17297 Si se emplea el paquete LaTeX 
17298 \series bold
17299 hyperref
17300 \series default
17301
17302 \begin_inset LatexCommand index
17303 name "LaTeX-paquetes ! hyperref"
17304
17305 \end_inset
17306
17307  para enlazar referencias cruzadas a flotantes en la salida PDF, debe cargarse
17308  en el preámbulo LaTeX antes de la definición de flotantes para poder referirse
17309  a ellos.
17310
17311 \series bold
17312  
17313 \series default
17314 LyX establece la definición de algoritmos flotantes automáticamente antes
17315  de la parte del preámbulo editable por el usuario, así que hay que insertar
17316  las siguientes líneas 
17317 \emph on
17318 después
17319 \emph default
17320  de cargar el comando
17321 \series bold
17322  hyperref:
17323 \begin_inset VSpace defskip
17324 \end_inset
17325
17326
17327 \newline
17328
17329 \backslash
17330 newfloat{Xalgorithm}{tbp}{loa}
17331 \newline
17332
17333 \backslash
17334 floatname{Xalgorithm}{nombre}
17335 \newline
17336
17337 \backslash
17338 newcommand{
17339 \backslash
17340 theHalgorithm}{
17341 \backslash
17342 theHXalgorithm}
17343 \newline
17344
17345 \backslash
17346 renewenvironment{algorithm}[1][tbp]
17347 \newline
17348
17349 \begin_inset ERT
17350 status collapsed
17351
17352 \begin_layout Standard
17353
17354
17355 \backslash
17356 hphantom{ }
17357 \end_layout
17358
17359 \end_inset
17360
17361 {
17362 \backslash
17363 begin{Xalgorithm}[#1]}{
17364 \backslash
17365 end{Xalgorithm}}
17366 \begin_inset VSpace defskip
17367 \end_inset
17368
17369
17370 \series default
17371
17372 \newline
17373 Donde 
17374 \family sans
17375 nombre
17376 \family default
17377  es la palabra "
17378 \emph on
17379 algorithm
17380 \emph default
17381 " en el lenguaje deseado.
17382 \end_layout
17383
17384 \begin_layout Standard
17385 Los algoritmos flotantes no se numeran por defecto según el esquema "capítulo.alg
17386 oritmo" como es el caso para tablas e imágenes flotantes en muchas clases
17387  de documento.
17388  Para numerar algoritmos flotantes en el mismo esquema, añade este comando
17389  en el preámbulo del documento:
17390 \end_layout
17391
17392 \begin_layout Standard
17393
17394 \series bold
17395
17396 \backslash
17397 numberwithin{algorithm}{chapter}
17398 \end_layout
17399
17400 \begin_layout Standard
17401 Si usas el paquete LaTeX 
17402 \series bold
17403 hyperref
17404 \series default
17405 , añade en su lugar esta línea 
17406 \emph on
17407 después
17408 \emph default
17409  de la definición de 
17410 \family sans
17411 Xalgorithm
17412 \family default
17413  (los comandos de anteriores) en el preámbulo:
17414 \end_layout
17415
17416 \begin_layout Standard
17417
17418 \series bold
17419
17420 \backslash
17421 numberwithin{Xalgorithm}{chapter}
17422 \end_layout
17423
17424 \begin_layout Standard
17425 Para poder usar el comando 
17426 \series bold
17427
17428 \backslash
17429 numberwithin
17430 \series default
17431 , marca la opción 
17432 \family sans
17433 Usar\InsetSpace ~
17434 el\InsetSpace ~
17435 paquete\InsetSpace ~
17436 AMS
17437 \family default
17438  en el menú 
17439 \family sans
17440 Documento\SpecialChar \menuseparator
17441 Configuración\SpecialChar \menuseparator
17442 Ecuaciones
17443 \family default
17444 .
17445 \end_layout
17446
17447 \begin_layout Subsection
17448 Flotantes Ajustados a Texto
17449 \begin_inset LatexCommand index
17450 name "Flotantes ! Ajustados a Texto"
17451
17452 \end_inset
17453
17454
17455 \begin_inset LatexCommand label
17456 name "sub:floatflt-flotante-ajustado"
17457
17458 \end_inset
17459
17460
17461 \end_layout
17462
17463 \begin_layout Standard
17464 Este tipo de flotante se usa cuando quieres envolver una figura en el texto,
17465  de manera que ocupe solo una parte del ancho de columna.
17466  Puede insertarse usando el menú 
17467 \begin_inset Wrap figure
17468 placement l
17469 width "40col%"
17470 status open
17471
17472 \begin_layout Standard
17473 \begin_inset Graphics
17474         filename mobius.eps
17475         display color
17476         width 40col%
17477         rotateOrigin center
17478
17479 \end_inset
17480
17481
17482 \end_layout
17483
17484 \begin_layout Standard
17485 \begin_inset Caption
17486
17487 \begin_layout Standard
17488 \begin_inset LatexCommand label
17489 name "fig:Esto-es-una"
17490
17491 \end_inset
17492
17493 Esto es una figura envuelta, y esto la genial cabecera que la describe.
17494 \begin_inset VSpace medskip
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \end_inset
17501
17502
17503 \end_layout
17504
17505 \end_inset
17506
17507  
17508 \family sans
17509 Insertar\SpecialChar \menuseparator
17510 Flotante\SpecialChar \menuseparator
17511 Flotante\InsetSpace ~
17512 de\InsetSpace ~
17513 ajuste\InsetSpace ~
17514 de\InsetSpace ~
17515 texto
17516 \family default
17517  si está instalado el paquete LaTeX 
17518 \series bold
17519 floatflt
17520 \series default
17521
17522 \begin_inset LatexCommand index
17523 name "LaTeX-paquetes ! floatflt"
17524
17525 \end_inset
17526
17527 .
17528 \begin_inset Foot
17529 status collapsed
17530
17531 \begin_layout Standard
17532 La instalación de paquetes LaTeX se explica en el manual 
17533 \emph on
17534 Configuration de LaTeX
17535 \emph default
17536 .
17537 \end_layout
17538
17539 \end_inset
17540
17541  La anchura y posición del flotante se ajusta con click-derecha sobre el
17542  cuadro del flotante.
17543  La Figura \InsetSpace ~
17544
17545 \begin_inset LatexCommand ref
17546 reference "fig:Esto-es-una"
17547
17548 \end_inset
17549
17550  es un ejemplo de flotante ajustado a texto con una anchura del 40\InsetSpace \thinspace{}
17551 col%.
17552 \begin_inset Foot
17553 status collapsed
17554
17555 \begin_layout Standard
17556 Ver unidades disponibles en\InsetSpace ~
17557
17558 \begin_inset LatexCommand ref
17559 reference "cha:Unidades-disponibles-en"
17560
17561 \end_inset
17562
17563 .
17564 \end_layout
17565
17566 \end_inset
17567
17568  Se ha añadido algún espacio bajo el encabezado para separarlo mejor del
17569  texto envolvente.
17570 \end_layout
17571
17572 \begin_layout Standard
17573 El paquete LaTeX 
17574 \series bold
17575 floatflt
17576 \series default
17577  también soporta tablas ajustadas a texto pero aún no es soportado por LyX.
17578  Si lo necesitas, consulta la documentoación de 
17579 \series bold
17580 floatflt
17581 \series default
17582  
17583 \begin_inset LatexCommand cite
17584 key "floatflt"
17585
17586 \end_inset
17587
17588 .
17589 \end_layout
17590
17591 \begin_layout Standard
17592 \begin_inset Note Greyedout
17593 status open
17594
17595 \begin_layout Standard
17596
17597 \series bold
17598 Nota:
17599 \series default
17600  ¡Los flotantes ajustados a texto son frágiles! P.
17601  e.
17602  si una figura está demasiado cerca de la parte inferior de la página se
17603  pueden perder cosas en el camino de salida, el flotante puede no aparecer
17604  o situarse junto a otro texto.
17605 \begin_inset Foot
17606 status open
17607
17608 \begin_layout Standard
17609 La mejor solución es usar el paquete LaTeX 
17610 \series bold
17611 wrapf\SpecialChar \textcompwordmark{}
17612 ig
17613 \series default
17614
17615 \begin_inset LatexCommand index
17616 name "LaTeX-paquetes ! wrapfig\\vspace{4mm}"
17617
17618 \end_inset
17619
17620  en vez de 
17621 \series bold
17622 floatf\SpecialChar \textcompwordmark{}
17623 lt
17624 \series default
17625  pero actualmente no es soportado por LyX.
17626 \end_layout
17627
17628 \end_inset
17629
17630
17631 \end_layout
17632
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \begin_layout Standard
17639 En general:
17640 \end_layout
17641
17642 \begin_layout Itemize
17643 Los flotantes ajustados no deberían situarse en párrafos que van sobre un
17644  salto de página.
17645  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
17646  esté casi listo y puedas prever los saltos de página.
17647 \end_layout
17648
17649 \begin_layout Itemize
17650 Los flotantes ajustados deberían situarse, bien en un párrafo propio antes
17651  del párrafo donde deben ajustarse, o bien dentro de un párrafo.
17652 \end_layout
17653
17654 \begin_layout Itemize
17655 Los flotantes ajustados en párrafos consecutivos pueden dar problemas, así
17656  que asegura que hay un párrafo de texto entre ellos.
17657 \end_layout
17658
17659 \begin_layout Itemize
17660 Los flotantes ajustados no están permitidos en cabeceras de sección o tablas.
17661 \end_layout
17662
17663 \begin_layout Section
17664 Referencias a Flotantes
17665 \begin_inset LatexCommand label
17666 name "sec:Referencias-a-Flotantes"
17667
17668 \end_inset
17669
17670
17671 \begin_inset LatexCommand index
17672 name "Flotantes ! Referencias"
17673
17674 \end_inset
17675
17676
17677 \begin_inset LatexCommand index
17678 name "Referencias"
17679
17680 \end_inset
17681
17682
17683 \end_layout
17684
17685 \begin_layout Standard
17686 Para referirse a un flotante, inserta una etiqueta en su encabezado con
17687  el menú 
17688 \family sans
17689 Insertar\SpecialChar \menuseparator
17690 Etiqueta
17691 \family default
17692  o el botón 
17693 \begin_inset Graphics
17694         filename ../images/label-insert.xpm
17695         scale 85
17696
17697 \end_inset
17698
17699 .
17700  Aparece una ventana esperando la introducción del texto de la etiqueta
17701  y se inserta un cuadro gris como este: 
17702 \begin_inset Graphics
17703         filename ../clipart/etiquetaQt4.png
17704         scale 85
17705
17706 \end_inset
17707
17708 .
17709  LyX ofrece como texto las primeras palabras del encabezado con un prefijo.
17710  El prefijo depende del tipo de flotante, p.\InsetSpace \thinspace{}
17711 e.
17712  para figuras el prefijo será "
17713 \family sans
17714 fig:
17715 \family default
17716 ".
17717 \end_layout
17718
17719 \begin_layout Standard
17720 La etiqueta se usa como ancla y el nombre para la referencia.
17721  Puedes referir a la etiqueta usando el menú 
17722 \family sans
17723 Insertar\SpecialChar \menuseparator
17724 Referencia
17725 \family default
17726 \InsetSpace ~
17727
17728 \family sans
17729 cruzada
17730 \family default
17731  o el botón 
17732 \begin_inset Graphics
17733         filename ../images/dialog-show-new-inset_ref.xpm
17734         scale 85
17735
17736 \end_inset
17737
17738 .
17739  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
17740  Si tienes abiertos varios documentos LyX, escoge el que estás trabajando
17741  de la lista desplegable de la parte superior del diálogo.
17742  Puedes ordenar las etiquetas alfabéticamente y elegir una.
17743  Se inserta un cuadro gris como este: 
17744 \begin_inset Graphics
17745         filename ../clipart/referenciaQt4.png
17746         scale 85
17747
17748 \end_inset
17749
17750 .
17751  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
17752 \end_layout
17753
17754 \begin_layout Standard
17755 Se recomienda poner un espacio protegido entre el nombre de la referencia
17756  cruzada y su número para evitar saltos de línea entre ellos.
17757  Si una referencia cruzada corresponde a una etiqueta inexistente verás
17758  dos interrogaciones en la salida.
17759 \end_layout
17760
17761 \begin_layout Standard
17762 En cualquier momento puedes cambiar etiquetas haciendo click sobre el cuadro.
17763  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
17764  al texto de la etiqueta nueva, no te ocupes por eso.
17765 \end_layout
17766
17767 \begin_layout Standard
17768 El botón 
17769 \family sans
17770 Ir\InsetSpace ~
17771 a\InsetSpace ~
17772 la\InsetSpace ~
17773 etiqueta
17774 \family default
17775  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
17776  y el texto del botón cambia a 
17777 \family sans
17778 Volver
17779 \family default
17780  con el que se puede retornar a la referencia.
17781  Click-derecha sobre el cuadro de la referencia también lleva el cursor
17782  hasta la etiqueta pero sin opción de volver.
17783 \end_layout
17784
17785 \begin_layout Subsection
17786 Formatos de Referencia Cruzada
17787 \begin_inset LatexCommand label
17788 name "sub:Formatos-referencia-cruzada"
17789
17790 \end_inset
17791
17792
17793 \begin_inset LatexCommand index
17794 name "Referencias ! Formatos"
17795
17796 \end_inset
17797
17798
17799 \end_layout
17800
17801 \begin_layout Standard
17802 Hay seis variedades de referencias cruzadas:
17803 \end_layout
17804
17805 \begin_layout Description
17806 <referencia>: imprime el número flotante, esta es la opción predeterminada:
17807  
17808 \begin_inset LatexCommand ref
17809 reference "fig:Dos-imágenes-distorsionadas"
17810
17811 \end_inset
17812
17813
17814 \end_layout
17815
17816 \begin_layout Description
17817 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
17818  habitual para referirse a fórmulas, especialmente si se omite el nombre
17819  "Ecuación": 
17820 \begin_inset LatexCommand eqref
17821 reference "eq:Wgn"
17822
17823 \end_inset
17824
17825
17826 \end_layout
17827
17828 \begin_layout Description
17829 <página>: imprime el número de página: Página\InsetSpace ~
17830
17831 \begin_inset LatexCommand pageref
17832 reference "fig:Dos-imágenes-distorsionadas"
17833
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \begin_layout Description
17840 en\InsetSpace ~
17841 página\InsetSpace ~
17842 <página>: imprime el texto "en la página" y el número de página:
17843  
17844 \begin_inset LatexCommand vpageref
17845 reference "fig:Dos-imágenes-distorsionadas"
17846
17847 \end_inset
17848
17849
17850 \end_layout
17851
17852 \begin_layout Description
17853 <referencia>\InsetSpace ~
17854 en\InsetSpace ~
17855 página\InsetSpace ~
17856 <página>: imprime el número flotante, el texto "en la
17857  página" y el número de página: 
17858 \begin_inset LatexCommand vref
17859 reference "fig:Dos-imágenes-distorsionadas"
17860
17861 \end_inset
17862
17863
17864 \end_layout
17865
17866 \begin_layout Description
17867 Referencia\InsetSpace ~
17868 con\InsetSpace ~
17869 formato: imprime un formato autodefinido:
17870 \newline
17871
17872 \begin_inset LatexCommand prettyref
17873 reference "fig:Dos-imágenes-distorsionadas"
17874
17875 \end_inset
17876
17877
17878 \end_layout
17879
17880 \begin_layout Standard
17881 Ten en cuenta que el estilo <página> no imprime el número si la etiqueta
17882  está en la misma página, en la anterior o en la siguiente.
17883  En su lugar verás p.\InsetSpace \thinspace{}
17884 e.
17885  el texto "
17886 \family sans
17887 en esta página
17888 \family default
17889 ".
17890 \end_layout
17891
17892 \begin_layout Standard
17893 El número y página actual de la parte del documento referida es automáticamente
17894  calculado por LaTeX en la salida.
17895  Las variedades se ajustan en el campo 
17896 \family sans
17897 Formato
17898 \family default
17899  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
17900 \end_layout
17901
17902 \begin_layout Standard
17903 \begin_inset VSpace bigskip
17904 \end_inset
17905
17906
17907 \end_layout
17908
17909 \begin_layout Standard
17910 Para definir un formato en el estilo 
17911 \family sans
17912 Referencia\InsetSpace ~
17913 con\InsetSpace ~
17914 formato
17915 \family default
17916 , puedes usar el siguiente comando en el preámbulo del documento:
17917 \end_layout
17918
17919 \begin_layout Standard
17920
17921 \series bold
17922
17923 \backslash
17924 newrefformat{prefijo}{texto}
17925 \end_layout
17926
17927 \begin_layout Standard
17928 Este comando afecta a todas las referencias a etiquetas con el mismo prefijo.
17929  Para dar el formato de la 
17930 \family sans
17931 Referencia\InsetSpace ~
17932 con\InsetSpace ~
17933 formato
17934 \family default
17935  del ejemplo anterior se usó el comando: 
17936 \end_layout
17937
17938 \begin_layout Standard
17939
17940 \series bold
17941
17942 \backslash
17943 newrefformat{fig}
17944 \newline
17945
17946 \begin_inset ERT
17947 status collapsed
17948
17949 \begin_layout Standard
17950
17951
17952 \backslash
17953 hphantom{ }
17954 \end_layout
17955
17956 \end_inset
17957
17958 {Figura~flotante~
17959 \backslash
17960 ref{#1} impresa en la página~
17961 \backslash
17962 pageref{#1}}
17963 \end_layout
17964
17965 \begin_layout Standard
17966 La tilde "~" es el equivalente en LaTeX al espacio protegido.
17967  El comando 
17968 \series bold
17969
17970 \backslash
17971 ref{#1}
17972 \series default
17973  se refiere al número flotante, el comando 
17974 \series bold
17975
17976 \backslash
17977 pageref{#1}
17978 \series default
17979  al número de página.
17980 \end_layout
17981
17982 \begin_layout Subsection
17983 Designación Automática de Referencias
17984 \begin_inset LatexCommand index
17985 name "Referencias ! Designación Automática"
17986
17987 \end_inset
17988
17989
17990 \end_layout
17991
17992 \begin_layout Standard
17993 El paquete LaTeX 
17994 \series bold
17995 hyperref
17996 \series default
17997  dispone de una característica muy útil que permite incluir automáticamente
17998  en las referencias cruzadas el nombre de los flotantes referidos (o partes
17999  de texto como secciones).
18000  Quieres p.\InsetSpace \thinspace{}
18001 e.
18002  escribir la palabra "Figura" antes de cada cuadro de referencia.
18003  Para conseguirlo debes cargar el paquete LaTeX 
18004 \series bold
18005 hyperref
18006 \series default
18007
18008 \begin_inset LatexCommand index
18009 name "LaTeX-paquetes ! hyperref"
18010
18011 \end_inset
18012
18013  en el preámbulo del documento con
18014 \end_layout
18015
18016 \begin_layout Standard
18017
18018 \series bold
18019
18020 \backslash
18021 usepackage[pdfborder={0 0 0}]{hyperref}
18022 \newline
18023
18024 \backslash
18025 AtBeginDocument{
18026 \backslash
18027 renewcommand{
18028 \backslash
18029 ref}[1]{
18030 \backslash
18031 mbox{
18032 \backslash
18033 autoref{#1}}}}
18034 \end_layout
18035
18036 \begin_layout Standard
18037
18038 \series bold
18039 hyperref 
18040 \series default
18041 se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF, esto
18042  significa que el lector del documento podrá pinchar sobre una entrada de
18043  Índice o una referencia y será inmediatamente dirigido a esa parte del
18044  documento.
18045  
18046 \series bold
18047 hyperref
18048 \series default
18049  también crea marcadores PDF para cada sección para facilitar al lector
18050  la navegación por el documento.
18051  Esto también se ha usado en este documento pero si echas una ojeada al
18052  preámbulo encontrarás varias opciones en la carga de 
18053 \series bold
18054 hyperref
18055 \series default
18056 .
18057  Para aprender más sobre ello acude a la documentoación del paquete 
18058 \begin_inset LatexCommand cite
18059 key "hyperref"
18060
18061 \end_inset
18062
18063 .
18064 \end_layout
18065
18066 \begin_layout Standard
18067 \begin_inset Note Greyedout
18068 status open
18069
18070 \begin_layout Standard
18071
18072 \series bold
18073 Nota:
18074 \series default
18075  La designación automática de referencias no puede usarse en el estilo 
18076 \family sans
18077 Referencia\InsetSpace ~
18078 con\InsetSpace ~
18079 formato
18080 \family default
18081 , descrita en la sección\InsetSpace ~
18082
18083 \begin_inset LatexCommand ref
18084 reference "sub:Formatos-referencia-cruzada"
18085
18086 \end_inset
18087
18088 .
18089  Por esto no se ha usado en este documento.
18090 \end_layout
18091
18092 \end_inset
18093
18094
18095 \end_layout
18096
18097 \begin_layout Subsection
18098 Colocación de Referencias
18099 \begin_inset LatexCommand label
18100 name "sub:Colocación-de-Referencias"
18101
18102 \end_inset
18103
18104
18105 \begin_inset LatexCommand index
18106 name "Referencias ! Colocación"
18107
18108 \end_inset
18109
18110
18111 \end_layout
18112
18113 \begin_layout Standard
18114 Si usas 
18115 \series bold
18116 hyperref
18117 \series default
18118
18119 \begin_inset LatexCommand index
18120 name "LaTeX-paquetes ! hyperref"
18121
18122 \end_inset
18123
18124  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
18125  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
18126  El encabezado será la primera parte de texto en pantalla, de forma que
18127  para ver la imagen debes deslizar.
18128  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
18129  Usando el paquete 
18130 \series bold
18131 hypcap
18132 \series default
18133
18134 \begin_inset LatexCommand index
18135 name "LaTeX-paquetes ! hypcap"
18136
18137 \end_inset
18138
18139 , que forma parte del paquete LaTeX 
18140 \series bold
18141 oberdiek
18142 \series default
18143
18144 \begin_inset LatexCommand index
18145 name "LaTeX-paquetes ! oberdiek"
18146
18147 \end_inset
18148
18149 , el ancla de enlace se sitúa al comienzo de un flotante.
18150  Para usar esta característica para figuras flotantes carga 
18151 \series bold
18152 hypcap
18153 \series default
18154  en el preámbulo con
18155 \end_layout
18156
18157 \begin_layout Standard
18158
18159 \series bold
18160
18161 \backslash
18162 usepackage[f\SpecialChar \textcompwordmark{}
18163 igure]{hypcap}
18164 \end_layout
18165
18166 \begin_layout Standard
18167 Puedes usar 
18168 \series bold
18169 hypcap
18170 \series default
18171  para todos los flotantes aunque no se recomienda por razones de estabilidad.
18172  Más información en el manual de 
18173 \series bold
18174 hypcap
18175 \series default
18176  
18177 \begin_inset LatexCommand cite
18178 key "hypcap"
18179
18180 \end_inset
18181
18182 .
18183 \end_layout
18184
18185 \begin_layout Standard
18186 \begin_inset Note Greyedout
18187 status open
18188
18189 \begin_layout Standard
18190
18191 \series bold
18192 Nota: hypcap 
18193 \series default
18194 debe cargarse después de
18195 \series bold
18196  hyperref 
18197 \series default
18198 en el preámbulo
18199 \series bold
18200 .
18201 \end_layout
18202
18203 \end_inset
18204
18205
18206 \end_layout
18207
18208 \begin_layout Section
18209 Colocación de Flotantes
18210 \begin_inset LatexCommand label
18211 name "sec:Colocación-de-Flotantes"
18212
18213 \end_inset
18214
18215
18216 \begin_inset LatexCommand index
18217 name "Flotantes ! Colocación"
18218
18219 \end_inset
18220
18221
18222 \end_layout
18223
18224 \begin_layout Standard
18225 Click-derecha sobre un cuadro de flotante abre un diálogo en el que pueden
18226  cambiarse las opciones de LaTeX para situar los flotantes.
18227 \newline
18228 La opción 
18229 \family sans
18230 Extender\InsetSpace ~
18231 columnas
18232 \family default
18233  solo es aplicable a documentoos de dos columnas: Si lo seleccionas, el
18234  flotante abarcará ambas columnas en lugar de una sola.
18235  La opción 
18236 \family sans
18237 Girar\InsetSpace ~
18238 a\InsetSpace ~
18239 un\InsetSpace ~
18240 lado
18241 \family default
18242  sirve para girar flotantes, ver sección\InsetSpace ~
18243
18244 \begin_inset LatexCommand ref
18245 reference "sec:Rotación-de-Flotantes"
18246
18247 \end_inset
18248
18249 .
18250  
18251 \end_layout
18252
18253 \begin_layout Standard
18254 Puedes usar una o más de las siguientes opciones en el diálogo para establacer
18255  la posición de un flotante si desmarcas la opción 
18256 \family sans
18257 Usar\InsetSpace ~
18258 ubicación\InsetSpace ~
18259 predeterminada
18260 \family default
18261 :
18262 \end_layout
18263
18264 \begin_layout Standard
18265
18266 \family sans
18267 \series bold
18268 Aquí\InsetSpace ~
18269 si\InsetSpace ~
18270 es\InsetSpace ~
18271 posible:
18272 \family default
18273 \series default
18274  intenta situar el flotante en la posición en la que se inserta
18275 \end_layout
18276
18277 \begin_layout Standard
18278
18279 \family sans
18280 \series bold
18281 Principio\InsetSpace ~
18282 de\InsetSpace ~
18283 página:
18284 \family default
18285 \series default
18286  intenta situar el flotante al principio de la página actual
18287 \end_layout
18288
18289 \begin_layout Standard
18290
18291 \family sans
18292 \series bold
18293 Fin\InsetSpace ~
18294 de\InsetSpace ~
18295 página:
18296 \family default
18297 \series default
18298  intenta situar el flotante al final de la página actual
18299 \end_layout
18300
18301 \begin_layout Standard
18302
18303 \family sans
18304 \series bold
18305 Página\InsetSpace ~
18306 de\InsetSpace ~
18307 flotantes:
18308 \family default
18309 \series default
18310  intenta situar el flotante en una página propia 
18311 \end_layout
18312
18313 \begin_layout Standard
18314 LaTeX usa 
18315 \emph on
18316 siempre
18317 \emph default
18318  ese orden de opciones.
18319  Significa que si usas la colocación predeterminada, LaTeX probará en primer
18320  lugar 
18321 \family sans
18322 Aquí\InsetSpace ~
18323 si\InsetSpace ~
18324 es\InsetSpace ~
18325 posible
18326 \family default
18327 , luego 
18328 \family sans
18329 Principio\InsetSpace ~
18330 de\InsetSpace ~
18331 página
18332 \family default
18333 , y después las otras.
18334  Si no usas la predeterminada, LaTeX solo probará las opciones marcadas
18335  pero en dicho orden.
18336  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
18337  pero intenta poner el flotante en la página siguiente.
18338 \end_layout
18339
18340 \begin_layout Standard
18341 De forma predeterminada cada una de las opciones tiene sus propias reglas:
18342 \end_layout
18343
18344 \begin_layout Labeling
18345 \labelwidthstring 00.00.0000
18346
18347 \family sans
18348 Principio\InsetSpace ~
18349 de\InsetSpace ~
18350 página: 
18351 \family default
18352 solo si el flotante ocupa menos del 70\InsetSpace \thinspace{}
18353 % de la página puede ubicarse al principio
18354  de página (
18355 \series bold
18356
18357 \backslash
18358 topfraction
18359 \series default
18360 )
18361 \end_layout
18362
18363 \begin_layout Labeling
18364 \labelwidthstring 00.00.0000
18365
18366 \family sans
18367 Fin\InsetSpace ~
18368 de\InsetSpace ~
18369 página: 
18370 \family default
18371 solo si el flotante ocupa menos del 30\InsetSpace \thinspace{}
18372 % de la página puede ubicarse al fin
18373  de página.
18374  (
18375 \series bold
18376
18377 \backslash
18378 bottomfraction
18379 \series default
18380 )
18381 \end_layout
18382
18383 \begin_layout Labeling
18384 \labelwidthstring 00.00.0000
18385
18386 \family sans
18387 Página\InsetSpace ~
18388 de\InsetSpace ~
18389 flotantes: 
18390 \family default
18391 solo si más del 50\InsetSpace \thinspace{}
18392 % de la página se ocupa por flotantes puede haber varios
18393  juntos en la misma página.
18394  (
18395 \series bold
18396
18397 \backslash
18398 floatpagefraction
18399 \series default
18400 )
18401 \end_layout
18402
18403 \begin_layout Standard
18404 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
18405  
18406 \family sans
18407 Ignorar\InsetSpace ~
18408 reglas\InsetSpace ~
18409 de\InsetSpace ~
18410 LaTeX
18411 \family default
18412 .
18413 \newline
18414 También puedes redefinir las reglas con los comandos LaTeX que van entre
18415  paréntesis tras la descripción de las reglas anteriores.
18416  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
18417  la regla 
18418 \family sans
18419 Fin
18420 \family default
18421 \InsetSpace ~
18422
18423 \family sans
18424 de
18425 \family default
18426 \InsetSpace ~
18427
18428 \family sans
18429 página 
18430 \family default
18431 al 50\InsetSpace \thinspace{}
18432 %, añade esta línea en el preámbulo:
18433 \end_layout
18434
18435 \begin_layout Standard
18436
18437 \series bold
18438
18439 \backslash
18440 renewcommand{
18441 \backslash
18442 bottomfraction}{0.5}
18443 \end_layout
18444
18445 \begin_layout Standard
18446 En determinados casos podrías necesitar ubicar un flotante exactamente en
18447  la posición en la que se inserta.
18448  Para esto puedes usar la opción 
18449 \family sans
18450 Aquí\InsetSpace ~
18451 definitivamente
18452 \family default
18453 .
18454  Usa esta opción esporádicamente y solo cuando el documento esté casi listo,
18455  porque el flotante ya no podrá "flotar" y si haces cambios al documento
18456  se podría estropear el diseño de la página.
18457 \end_layout
18458
18459 \begin_layout Standard
18460 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
18461  están rodeados por texto de un párrafo determinado.
18462 \begin_inset VSpace bigskip
18463 \end_inset
18464
18465
18466 \end_layout
18467
18468 \begin_layout Standard
18469 A veces surge el problema de que un flotante se sitúa al principio de la
18470  página mientras que su sección correspondiente empieza en mitad de la página,
18471  así que el lector podría creer que el flotante forma parte de la sección
18472  anterior.
18473  Para evitarlo puede emplearse el comando LaTeX 
18474 \series bold
18475
18476 \backslash
18477 suppressf\SpecialChar \textcompwordmark{}
18478 loats
18479 \series default
18480 , que suprime la ubicación de un flotante dado en la página donde se inserta
18481  y además puede servir para evitar que el flotante se coloque antes del
18482  inicio de sección.
18483  Para ello, añade estos comandos al préambulo:
18484 \end_layout
18485
18486 \begin_layout Standard
18487
18488 \series bold
18489
18490 \backslash
18491 let
18492 \backslash
18493 mySection
18494 \backslash
18495 section
18496 \newline
18497
18498 \backslash
18499 renewcommand{
18500 \backslash
18501 section}{
18502 \backslash
18503 suppressf\SpecialChar \textcompwordmark{}
18504 loats[t]
18505 \backslash
18506 mySection}
18507 \end_layout
18508
18509 \begin_layout Standard
18510 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
18511  subsecciones.
18512  No es recomendable para partes pequeñas de texto como subsubsecciones porque
18513  LaTeX podría tener problemas para encontrar una ubicación adecuada.
18514 \end_layout
18515
18516 \begin_layout Standard
18517 \begin_inset VSpace bigskip
18518 \end_inset
18519
18520 En ciertos casos se quieren tener todas las figuras/tablas al final del
18521  documento.
18522  Para estos casos está el paquete LaTeX 
18523 \series bold
18524 endf\SpecialChar \textcompwordmark{}
18525 loat
18526 \series default
18527
18528 \begin_inset LatexCommand index
18529 name "LaTeX-paquetes ! endfloat"
18530
18531 \end_inset
18532
18533 .
18534  Pone todas las figuras y tablas flotantes al final del documento en secciones
18535  propias.
18536  En la posición original del flotante se inserta una indicación como 
18537 \begin_inset Quotes eld
18538 \end_inset
18539
18540
18541 \family sans
18542 [Figura\InsetSpace ~
18543 3.2 por aquí.]
18544 \family default
18545
18546 \begin_inset Quotes erd
18547 \end_inset
18548
18549 .
18550  El paquete 
18551 \series bold
18552 endf\SpecialChar \textcompwordmark{}
18553 loat
18554 \series default
18555  se carga en el preámbulo con la línea
18556 \end_layout
18557
18558 \begin_layout Standard
18559
18560 \series bold
18561
18562 \backslash
18563 usepackage[options]{endf\SpecialChar \textcompwordmark{}
18564 loat}
18565 \end_layout
18566
18567 \begin_layout Standard
18568 Hay varias opciones para diseñar las secciones figura/tabla creadas.
18569  Para más información ver la documentación de 
18570 \begin_inset LatexCommand cite
18571 key "endfloat"
18572
18573 \end_inset
18574
18575 .
18576 \newline
18577
18578 \begin_inset Note Greyedout
18579 status open
18580
18581 \begin_layout Standard
18582
18583 \series bold
18584 Nota: endf\SpecialChar \textcompwordmark{}
18585 loat
18586 \series default
18587  no traduce automáticamente la indicación, hay que hacerlo manualmente,
18588  ver sección\InsetSpace ~
18589 4 en 
18590 \begin_inset LatexCommand cite
18591 key "endfloat"
18592
18593 \end_inset
18594
18595 .
18596 \end_layout
18597
18598 \end_inset
18599
18600
18601 \newline
18602
18603 \begin_inset Note Greyedout
18604 status open
18605
18606 \begin_layout Standard
18607
18608 \series bold
18609 Nota:
18610 \series default
18611  Actualmente hay un error en 
18612 \series bold
18613 endf\SpecialChar \textcompwordmark{}
18614 loat
18615 \series default
18616  cuando el encabezado contiene el caracter alemán 
18617 \begin_inset Quotes eld
18618 \end_inset
18619
18620 ß
18621 \begin_inset Quotes erd
18622 \end_inset
18623
18624 .
18625  Usa en ese caso el comando 
18626 \begin_inset Quotes eld
18627 \end_inset
18628
18629
18630 \series bold
18631
18632 \backslash
18633 ss
18634 \series default
18635
18636 \begin_inset Quotes erd
18637 \end_inset
18638
18639  en ERT en vez de 
18640 \begin_inset Quotes eld
18641 \end_inset
18642
18643 ß
18644 \begin_inset Quotes erd
18645 \end_inset
18646
18647 .
18648 \end_layout
18649
18650 \end_inset
18651
18652
18653 \end_layout
18654
18655 \begin_layout Standard
18656 \begin_inset VSpace bigskip
18657 \end_inset
18658
18659 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
18660 \begin_inset LatexCommand cite
18661 key "latexcompanion,latexguide,latexbook"
18662
18663 \end_inset
18664
18665 .
18666 \end_layout
18667
18668 \begin_layout Section
18669 Rotación de Flotantes
18670 \begin_inset LatexCommand label
18671 name "sec:Rotación-de-Flotantes"
18672
18673 \end_inset
18674
18675
18676 \begin_inset LatexCommand index
18677 name "Flotantes ! Rotación"
18678
18679 \end_inset
18680
18681
18682 \end_layout
18683
18684 \begin_layout Standard
18685 Podrías necesitar girar flotantes, especialmente con tablas grandes.
18686  Para girar todo el flotante y su encabezado, pincha sobre su cuadro y marca
18687  la opción 
18688 \family sans
18689 Girar\InsetSpace ~
18690 a\InsetSpace ~
18691 un\InsetSpace ~
18692 lado
18693 \family default
18694 .
18695 \end_layout
18696
18697 \begin_layout Standard
18698 Los flotantes girados son puestos siempre en su propia página (o columna
18699  si el documento es de dos columnas).
18700  Normalmente se rotan de forma que puedes leerlos desde el margen externo
18701  -- a la izquierda en páginas pares, a la derecha en impares.
18702 \end_layout
18703
18704 \begin_layout Standard
18705 Los flotantes girados se refieren igual que los normales, y el formato de
18706  encabezado también es el mismo: Un ejemplo es la Tabla\InsetSpace ~
18707
18708 \begin_inset LatexCommand ref
18709 reference "tab:Tabla-girada"
18710
18711 \end_inset
18712
18713 .
18714 \end_layout
18715
18716 \begin_layout Standard
18717 \begin_inset Note Greyedout
18718 status open
18719
18720 \begin_layout Standard
18721
18722 \series bold
18723 Nota:
18724 \series default
18725  No todos los visores DVI pueden mostrar tablas giradas.
18726 \end_layout
18727
18728 \end_inset
18729
18730
18731 \end_layout
18732
18733 \begin_layout Standard
18734 \begin_inset Float table
18735 wide false
18736 sideways true
18737 status open
18738
18739 \begin_layout Standard
18740 \begin_inset Caption
18741
18742 \begin_layout Standard
18743 \begin_inset LatexCommand label
18744 name "tab:Tabla-girada"
18745
18746 \end_inset
18747
18748  Tabla girada
18749 \end_layout
18750
18751 \end_inset
18752
18753
18754 \end_layout
18755
18756 \begin_layout Standard
18757 \align center
18758 \begin_inset Tabular
18759 <lyxtabular version="3" rows="1" columns="5">
18760 <features>
18761 <column alignment="center" valignment="top" leftline="true" width="0">
18762 <column alignment="center" valignment="top" leftline="true" width="0">
18763 <column alignment="center" valignment="top" leftline="true" width="0">
18764 <column alignment="center" valignment="top" leftline="true" width="0">
18765 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18766 <row topline="true" bottomline="true">
18767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Standard
18771 test
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Standard
18780 b
18781 \end_layout
18782
18783 \end_inset
18784 </cell>
18785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18786 \begin_inset Text
18787
18788 \begin_layout Standard
18789 c
18790 \end_layout
18791
18792 \end_inset
18793 </cell>
18794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18795 \begin_inset Text
18796
18797 \begin_layout Standard
18798 d
18799 \end_layout
18800
18801 \end_inset
18802 </cell>
18803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Standard
18807 e
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 </row>
18813 </lyxtabular>
18814
18815 \end_inset
18816
18817
18818 \end_layout
18819
18820 \end_inset
18821
18822
18823 \end_layout
18824
18825 \begin_layout Section
18826 Formato de Encabezados
18827 \begin_inset LatexCommand index
18828 name "Encabezados ! Formato"
18829
18830 \end_inset
18831
18832
18833 \begin_inset LatexCommand index
18834 name "Flotantes ! Formato de Encabezados"
18835
18836 \end_inset
18837
18838
18839 \begin_inset LatexCommand index
18840 name "LaTeX-paquetes ! caption"
18841
18842 \end_inset
18843
18844
18845 \begin_inset LatexCommand label
18846 name "sec:Formato-de-Encabezados"
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \begin_layout Standard
18854 El entorno 
18855 \family sans
18856 Encabezado
18857 \family default
18858  es el predeterminado para los 
18859 \family sans
18860 Flotantes
18861 \family default
18862 .
18863  En LyX los encabezados se muestran como etiqueta, p.\InsetSpace \thinspace{}
18864 e.\InsetSpace ~
18865 "
18866 \family sans
18867 Figura #
18868 \family default
18869 :" seguida por el texto.
18870  El símbolo de número 
18871 \begin_inset Quotes eld
18872 \end_inset
18873
18874 #
18875 \begin_inset Quotes erd
18876 \end_inset
18877
18878  es sustituido en la salida impresa por el número de referencia real.
18879  Por defecto la etiqueta y el número usan la misma fuente que el texto del
18880  encabezado y el signo dos puntos sigue al número para separar la etiqueta
18881  del texto.
18882  El formato de encabezado no es apropiado para todos los formatos de documento.
18883  
18884 \end_layout
18885
18886 \begin_layout Standard
18887 Para cambiar el formato predeterminado carga el paquete LaTeX 
18888 \series bold
18889 caption
18890 \series default
18891
18892 \begin_inset LatexCommand index
18893 name "LaTeX-paquetes ! caption"
18894
18895 \end_inset
18896
18897  en el preámbulo del documento con la línea:
18898 \end_layout
18899
18900 \begin_layout Standard
18901
18902 \series bold
18903
18904 \backslash
18905 usepackage[definición de formato]{caption}
18906 \end_layout
18907
18908 \begin_layout Standard
18909 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
18910  los encabezados de tabla siempre sobre ella como en este documento, usa
18911  el comando:
18912 \end_layout
18913
18914 \begin_layout Standard
18915
18916 \series bold
18917
18918 \backslash
18919 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
18920 \end_layout
18921
18922 \begin_layout Standard
18923 También puedes definir distintos formatos de encabezado para los distintos
18924  tipos de flotantes.
18925  En ese caso carga el paquete 
18926 \series bold
18927 caption
18928 \series default
18929  sin opciones específicas y define los distintos formatos con ayuda del
18930  comando
18931 \end_layout
18932
18933 \begin_layout Standard
18934
18935 \series bold
18936
18937 \backslash
18938 captionsetup[tipo de flotante]{definición de formato}
18939 \end_layout
18940
18941 \begin_layout Standard
18942 en el preámbulo del documento.
18943  Por ejemplo los encabezados de la Figura\InsetSpace ~
18944
18945 \begin_inset LatexCommand ref
18946 reference "fig:Esto-es-una-fig"
18947
18948 \end_inset
18949
18950  y la Tabla\InsetSpace ~
18951
18952 \begin_inset LatexCommand ref
18953 reference "tab:Esto-es-una-tab"
18954
18955 \end_inset
18956
18957  pueden crearse usando los siguientes comandos en el preámbulo:
18958 \end_layout
18959
18960 \begin_layout Standard
18961
18962 \series bold
18963
18964 \backslash
18965 usepackage[tableposition=top]{caption}
18966 \series default
18967
18968 \newline
18969
18970 \series bold
18971
18972 \backslash
18973 captionsetup[f\SpecialChar \textcompwordmark{}
18974 igure]{labelfont={tt}, textfont=it, indention=1cm,%
18975 \newline
18976
18977 \begin_inset ERT
18978 status collapsed
18979
18980 \begin_layout Standard
18981
18982
18983 \backslash
18984 hphantom{
18985 \backslash
18986
18987 \backslash
18988 captionsetup[figure]
18989 \backslash
18990 {}
18991 \end_layout
18992
18993 \end_inset
18994
18995  labelsep=period}
18996 \newline
18997
18998 \backslash
18999 captionsetup[table]{labelfont={bf,sf}}
19000 \end_layout
19001
19002 \begin_layout Standard
19003 Para más información sobre el paquete 
19004 \series bold
19005 caption
19006 \series default
19007  acude a su documentación 
19008 \begin_inset LatexCommand cite
19009 key "caption,caption-de"
19010
19011 \end_inset
19012
19013 .
19014 \end_layout
19015
19016 \begin_layout Standard
19017 \begin_inset VSpace bigskip
19018 \end_inset
19019
19020 Si estás usando la clase de documento 
19021 \series bold
19022 koma-script
19023 \series default
19024
19025 \begin_inset LatexCommand index
19026 name "LaTeX-paquetes ! koma-script"
19027
19028 \end_inset
19029
19030  (
19031 \family sans
19032 article (koma-script)
19033 \family default
19034
19035 \family sans
19036 book (koma-script)
19037 \family default
19038
19039 \family sans
19040 letter (koma-script)
19041 \family default
19042 , o 
19043 \family sans
19044 report (koma-script)
19045 \family default
19046 \InsetSpace \thinspace{}
19047 ), puedes emplear en vez del paquete 
19048 \series bold
19049 caption
19050 \series default
19051  el comando
19052 \series bold
19053  
19054 \backslash
19055 setkomafont
19056 \series default
19057  incluido en 
19058 \series bold
19059 koma-script
19060 \series default
19061 .
19062  Por ejemplo, para poner en negrita la etiqueta del encabezado añade este
19063  comando en el preámbulo del documento:
19064 \end_layout
19065
19066 \begin_layout Standard
19067
19068 \series bold
19069
19070 \backslash
19071 setkomafont{captionlabel}{
19072 \backslash
19073 bfseries}
19074 \end_layout
19075
19076 \begin_layout Standard
19077 Más información sobre 
19078 \series bold
19079
19080 \backslash
19081 setkomafont
19082 \series default
19083  en la documentación de 
19084 \series bold
19085 koma-script
19086 \series default
19087  
19088 \begin_inset LatexCommand cite
19089 key "koma-script,koma-script-de"
19090
19091 \end_inset
19092
19093 .
19094 \end_layout
19095
19096 \begin_layout Standard
19097 \begin_inset ERT
19098 status collapsed
19099
19100 \begin_layout Standard
19101
19102
19103 \backslash
19104 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
19105 }
19106 \end_layout
19107
19108 \end_inset
19109
19110
19111 \begin_inset Note Note
19112 status open
19113
19114 \begin_layout Standard
19115 El formato de encabezado se ha cambiado sólo para este ejemplo.
19116 \end_layout
19117
19118 \end_inset
19119
19120
19121 \end_layout
19122
19123 \begin_layout Standard
19124 \begin_inset Float figure
19125 placement !p
19126 wide false
19127 sideways false
19128 status open
19129
19130 \begin_layout Standard
19131 \align center
19132 \begin_inset Graphics
19133         filename mobius.eps
19134         lyxscale 50
19135         scale 50
19136
19137 \end_inset
19138
19139
19140 \end_layout
19141
19142 \begin_layout Standard
19143 \begin_inset Caption
19144
19145 \begin_layout Standard
19146 \begin_inset LatexCommand label
19147 name "fig:Esto-es-una-fig"
19148
19149 \end_inset
19150
19151 Este es un ejemplo de encabezado de figura que es mayor de una línea para
19152  mostrar el formato diferente.
19153  Aquí se usa un encabezado autodefinido.
19154 \end_layout
19155
19156 \end_inset
19157
19158
19159 \end_layout
19160
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \begin_layout Standard
19167 \begin_inset ERT
19168 status collapsed
19169
19170 \begin_layout Standard
19171
19172
19173 \backslash
19174 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
19175 on}
19176 \end_layout
19177
19178 \end_inset
19179
19180
19181 \end_layout
19182
19183 \begin_layout Standard
19184 \begin_inset Float table
19185 placement !p
19186 wide false
19187 sideways false
19188 status open
19189
19190 \begin_layout Standard
19191 \begin_inset Caption
19192
19193 \begin_layout Standard
19194 \begin_inset LatexCommand label
19195 name "tab:Esto-es-una-tab"
19196
19197 \end_inset
19198
19199 Este es un ejemplo de encabezado de tabla mayor que una línea para mostrar
19200  el formato diferente.
19201  Aquí se usa el formato de encabezado standard para tablas de este documento.
19202 \end_layout
19203
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \begin_layout Standard
19210 \align center
19211 \begin_inset Tabular
19212 <lyxtabular version="3" rows="1" columns="5">
19213 <features>
19214 <column alignment="center" valignment="top" leftline="true" width="0">
19215 <column alignment="center" valignment="top" leftline="true" width="0">
19216 <column alignment="center" valignment="top" leftline="true" width="0">
19217 <column alignment="center" valignment="top" leftline="true" width="0">
19218 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19219 <row topline="true" bottomline="true">
19220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Standard
19224 a
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Standard
19233 b
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Standard
19242 c
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Standard
19251 d
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Standard
19260 e
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 </row>
19266 </lyxtabular>
19267
19268 \end_inset
19269
19270
19271 \end_layout
19272
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \begin_layout Section
19279 Colocación de Encabezados
19280 \begin_inset LatexCommand index
19281 name "Encabezados ! Colocación"
19282
19283 \end_inset
19284
19285
19286 \begin_inset LatexCommand index
19287 name "Flotantes ! Colocación de Encabezados"
19288
19289 \end_inset
19290
19291
19292 \begin_inset LatexCommand label
19293 name "sec:Colocación-de-Encabezados"
19294
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \begin_layout Standard
19301 La norma habitual para colocar encabezados es:
19302 \end_layout
19303
19304 \begin_layout Description
19305 Figura: El encabezado bajo la figura
19306 \end_layout
19307
19308 \begin_layout Description
19309 Tabla: El encabezado sobre la tabla
19310 \end_layout
19311
19312 \begin_layout Standard
19313 Desafortunadamente, las clases standard de LaTeX no soportan encabezados
19314  sobre la tabla.
19315  Esto implica que si usas las clases de documento 
19316 \family sans
19317 article
19318 \family default
19319
19320 \family sans
19321 book
19322 \family default
19323
19324 \family sans
19325 letter
19326 \family default
19327 , o 
19328 \family sans
19329 report
19330 \family default
19331  no habrá espacio entre el encabezado y la tabla.
19332  Para insertar el espacio adecuado añade la siguiente opción al comando
19333  del paquete LaTeX 
19334 \series bold
19335 caption
19336 \series default
19337  en el preámbulo del documento
19338 \begin_inset Foot
19339 status collapsed
19340
19341 \begin_layout Standard
19342 Ver la sección\InsetSpace ~
19343
19344 \begin_inset LatexCommand ref
19345 reference "sec:Formato-de-Encabezados"
19346
19347 \end_inset
19348
19349  para más información sobre el paquete 
19350 \series bold
19351 caption
19352 \series default
19353 .
19354 \end_layout
19355
19356 \end_inset
19357
19358 :
19359 \end_layout
19360
19361 \begin_layout Standard
19362
19363 \series bold
19364 tableposition=top
19365 \end_layout
19366
19367 \begin_layout Standard
19368 Si estás usando la clase 
19369 \series bold
19370 koma-script
19371 \series default
19372
19373 \begin_inset LatexCommand index
19374 name "LaTeX-paquetes ! koma-script"
19375
19376 \end_inset
19377
19378  (
19379 \family sans
19380 article (koma-script)
19381 \family default
19382
19383 \family sans
19384 book (koma-script)
19385 \family default
19386
19387 \family sans
19388 letter (koma-script)
19389 \family default
19390 , o 
19391 \family sans
19392 report (koma-script)
19393 \family default
19394 \InsetSpace \thinspace{}
19395 ), en vez de 
19396 \series bold
19397 caption
19398 \series default
19399  puedes poner la opción 
19400 \series bold
19401 tablecaptionabove
19402 \series default
19403  de la clase de documento, o usar el entorno 
19404 \family sans
19405 Encabezado
19406 \family default
19407 \InsetSpace ~
19408
19409 \family sans
19410 Arriba
19411 \family default
19412  en vez del entorno 
19413 \family sans
19414 Encabezado
19415 \family default
19416 .
19417 \end_layout
19418
19419 \begin_layout Standard
19420 \begin_inset VSpace bigskip
19421 \end_inset
19422
19423 También es posible poner el encabezado junto a una figura o tabla.
19424  Para conseguirlo hay que cargar el paquete LaTeX 
19425 \series bold
19426 sidecap
19427 \series default
19428
19429 \begin_inset LatexCommand index
19430 name "LaTeX-paquetes ! sidecap"
19431
19432 \end_inset
19433
19434  añadiendo en el preámbulo del documento la línea
19435 \end_layout
19436
19437 \begin_layout Standard
19438
19439 \series bold
19440
19441 \backslash
19442 usepackage[option]{sidecap}
19443 \end_layout
19444
19445 \begin_layout Standard
19446 Si no se especifica opción, el encabezado se ubica del lado del margen externo
19447  de la página -- a la derecha en páginas impares, a la izquierda en las
19448  pares.
19449  Puedes cambiar la colocación al margen interno con la opción 
19450 \series bold
19451 innercaption
19452 \series default
19453 .
19454  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
19455  opciones 
19456 \series bold
19457 rightcaption
19458 \series default
19459  o 
19460 \series bold
19461 leftcaption
19462 \series default
19463 , respectivamente.
19464 \end_layout
19465
19466 \begin_layout Standard
19467 Para situar en LyX el encabezado de un flotante al lado, es necesario añadir
19468  estos comandos al preámbulo del documento:
19469 \end_layout
19470
19471 \begin_layout Standard
19472
19473 \lyxline
19474
19475 \end_layout
19476
19477 \begin_layout Standard
19478
19479 \series bold
19480
19481 \backslash
19482 newcommand{
19483 \backslash
19484 TabBesBeg}{%
19485 \newline
19486
19487 \begin_inset ERT
19488 status collapsed
19489
19490 \begin_layout Standard
19491
19492
19493 \backslash
19494 hphantom{ }
19495 \end_layout
19496
19497 \end_inset
19498
19499
19500 \backslash
19501 let
19502 \backslash
19503 MyTable
19504 \backslash
19505 table
19506 \newline
19507
19508 \begin_inset ERT
19509 status collapsed
19510
19511 \begin_layout Standard
19512
19513
19514 \backslash
19515 hphantom{ }
19516 \end_layout
19517
19518 \end_inset
19519
19520
19521 \backslash
19522 let
19523 \backslash
19524 MyEndtable
19525 \backslash
19526 endtable
19527 \newline
19528
19529 \begin_inset ERT
19530 status collapsed
19531
19532 \begin_layout Standard
19533
19534
19535 \backslash
19536 hphantom{ }
19537 \end_layout
19538
19539 \end_inset
19540
19541
19542 \backslash
19543 renewenvironment{table}{
19544 \backslash
19545 begin{SCtable}}{
19546 \backslash
19547 end{SCtable}}}
19548 \end_layout
19549
19550 \begin_layout Standard
19551
19552 \series bold
19553
19554 \backslash
19555 newcommand{
19556 \backslash
19557 TabBesEnd}{%
19558 \newline
19559
19560 \begin_inset ERT
19561 status collapsed
19562
19563 \begin_layout Standard
19564
19565
19566 \backslash
19567 hphantom{ }
19568 \end_layout
19569
19570 \end_inset
19571
19572
19573 \backslash
19574 let
19575 \backslash
19576 table
19577 \backslash
19578 MyTable
19579 \newline
19580
19581 \begin_inset ERT
19582 status collapsed
19583
19584 \begin_layout Standard
19585
19586
19587 \backslash
19588 hphantom{ }
19589 \end_layout
19590
19591 \end_inset
19592
19593
19594 \backslash
19595 let
19596 \backslash
19597 endtable
19598 \backslash
19599 MyEndtable
19600 \end_layout
19601
19602 \begin_layout Standard
19603
19604 \series bold
19605
19606 \backslash
19607 newcommand{
19608 \backslash
19609 FigBesBeg}{%
19610 \newline
19611
19612 \begin_inset ERT
19613 status collapsed
19614
19615 \begin_layout Standard
19616
19617
19618 \backslash
19619 hphantom{ }
19620 \end_layout
19621
19622 \end_inset
19623
19624
19625 \backslash
19626 let
19627 \backslash
19628 MyFigure
19629 \backslash
19630 f\SpecialChar \textcompwordmark{}
19631 igure
19632 \newline
19633
19634 \begin_inset ERT
19635 status collapsed
19636
19637 \begin_layout Standard
19638
19639
19640 \backslash
19641 hphantom{ }
19642 \end_layout
19643
19644 \end_inset
19645
19646
19647 \backslash
19648 let
19649 \backslash
19650 MyEndf\SpecialChar \textcompwordmark{}
19651 igure
19652 \backslash
19653 endf\SpecialChar \textcompwordmark{}
19654 igure
19655 \newline
19656
19657 \begin_inset ERT
19658 status collapsed
19659
19660 \begin_layout Standard
19661
19662
19663 \backslash
19664 hphantom{ }
19665 \end_layout
19666
19667 \end_inset
19668
19669
19670 \backslash
19671 renewenvironment{f\SpecialChar \textcompwordmark{}
19672 igure}{
19673 \backslash
19674 begin{SCf\SpecialChar \textcompwordmark{}
19675 igure}}{
19676 \backslash
19677 end{SCf\SpecialChar \textcompwordmark{}
19678 igure}}}
19679 \end_layout
19680
19681 \begin_layout Standard
19682
19683 \series bold
19684
19685 \backslash
19686 newcommand{
19687 \backslash
19688 FigBesEnd}{%
19689 \newline
19690
19691 \begin_inset ERT
19692 status collapsed
19693
19694 \begin_layout Standard
19695
19696
19697 \backslash
19698 hphantom{ }
19699 \end_layout
19700
19701 \end_inset
19702
19703
19704 \backslash
19705 let
19706 \backslash
19707 f\SpecialChar \textcompwordmark{}
19708 igure
19709 \backslash
19710 MyFigure
19711 \newline
19712
19713 \begin_inset ERT
19714 status collapsed
19715
19716 \begin_layout Standard
19717
19718
19719 \backslash
19720 hphantom{ }
19721 \end_layout
19722
19723 \end_inset
19724
19725
19726 \backslash
19727 let
19728 \backslash
19729 endf\SpecialChar \textcompwordmark{}
19730 igure
19731 \backslash
19732 MyEndf\SpecialChar \textcompwordmark{}
19733 igure}
19734 \end_layout
19735
19736 \begin_layout Standard
19737
19738 \lyxline
19739
19740 \end_layout
19741
19742 \begin_layout Standard
19743 Estos comandos permiten redefinir los flotantes de modo que el encabezado
19744  aparezca en un lado.
19745  Para figuras flotantes usa el comando
19746 \end_layout
19747
19748 \begin_layout Standard
19749
19750 \series bold
19751
19752 \backslash
19753 FigBesBeg
19754 \end_layout
19755
19756 \begin_layout Standard
19757 en ERT antes del flotante.
19758  Detrás del flotante inserta
19759 \end_layout
19760
19761 \begin_layout Standard
19762
19763 \series bold
19764
19765 \backslash
19766 FigBesEnd
19767 \end_layout
19768
19769 \begin_layout Standard
19770 en ERT para volver a la definición original de flotantes.
19771 \end_layout
19772
19773 \begin_layout Standard
19774 Para tablas flotantes usa los comandos correspondientes
19775 \end_layout
19776
19777 \begin_layout Standard
19778
19779 \series bold
19780
19781 \backslash
19782 TabBesBeg
19783 \series default
19784  y 
19785 \series bold
19786
19787 \backslash
19788 TabBesEnd
19789 \end_layout
19790
19791 \begin_layout Standard
19792 La Figura\InsetSpace ~
19793
19794 \begin_inset LatexCommand ref
19795 reference "fig:encab-al-lado"
19796
19797 \end_inset
19798
19799  y la Tabla\InsetSpace ~
19800
19801 \begin_inset LatexCommand ref
19802 reference "tab:encab-al-lado"
19803
19804 \end_inset
19805
19806  son ejemplos en los que el encabezado se sitúa al lado.
19807 \end_layout
19808
19809 \begin_layout Standard
19810 En los ejemplos puedes ver que el texto del encabezado aparece encima del
19811  flotante en tablas flotantes y debajo en las figuras flotantes.
19812  Para cambiarlo, puedes usar el comando
19813 \end_layout
19814
19815 \begin_layout Standard
19816
19817 \series bold
19818
19819 \backslash
19820 sidecaptionvpos{tipo de flotante}{colocación}
19821 \end_layout
19822
19823 \begin_layout Standard
19824 en el preámbulo o en ERT antes del flotante.
19825  El tipo de flotante es 
19826 \family sans
19827 figure
19828 \family default
19829  o 
19830 \family sans
19831 table
19832 \family default
19833 , la colocación puede ser 
19834 \begin_inset Quotes eld
19835 \end_inset
19836
19837
19838 \family sans
19839 t
19840 \family default
19841
19842 \begin_inset Quotes erd
19843 \end_inset
19844
19845  por 
19846 \begin_inset Quotes eld
19847 \end_inset
19848
19849 top
19850 \begin_inset Quotes erd
19851 \end_inset
19852
19853  (arriba), 
19854 \begin_inset Quotes eld
19855 \end_inset
19856
19857
19858 \family sans
19859 c
19860 \family default
19861
19862 \begin_inset Quotes erd
19863 \end_inset
19864
19865  por 
19866 \begin_inset Quotes eld
19867 \end_inset
19868
19869 center
19870 \begin_inset Quotes erd
19871 \end_inset
19872
19873  (centro), o 
19874 \begin_inset Quotes eld
19875 \end_inset
19876
19877
19878 \family sans
19879 b
19880 \family default
19881
19882 \begin_inset Quotes erd
19883 \end_inset
19884
19885  por 
19886 \begin_inset Quotes eld
19887 \end_inset
19888
19889 bottom
19890 \begin_inset Quotes erd
19891 \end_inset
19892
19893  (abajo).
19894  Para tener, por ejemplo, el encabezado de figuras flotantes verticalmente
19895  centrado, usa el comando
19896 \end_layout
19897
19898 \begin_layout Standard
19899
19900 \series bold
19901
19902 \backslash
19903 sidecaptionvpos{f\SpecialChar \textcompwordmark{}
19904 igure}{c}
19905 \end_layout
19906
19907 \begin_layout Standard
19908 Esto se ha hecho en la Figura\InsetSpace ~
19909
19910 \begin_inset LatexCommand ref
19911 reference "fig:encab-al-lado-de-fig"
19912
19913 \end_inset
19914
19915 .
19916 \end_layout
19917
19918 \begin_layout Standard
19919 \begin_inset VSpace defskip
19920 \end_inset
19921
19922 Más información sobre el paquete 
19923 \series bold
19924 sidecap
19925 \series default
19926  en su documentación 
19927 \begin_inset LatexCommand cite
19928 key "sidecap"
19929
19930 \end_inset
19931
19932 .
19933 \end_layout
19934
19935 \begin_layout Standard
19936 \begin_inset Note Greyedout
19937 status open
19938
19939 \begin_layout Standard
19940
19941 \series bold
19942 Nota:
19943 \series default
19944  El paquete LaTeX 
19945 \series bold
19946 hypcap
19947 \series default
19948
19949 \begin_inset LatexCommand index
19950 name "LaTeX-paquetes ! hypcap"
19951
19952 \end_inset
19953
19954 , descrito en la sección\InsetSpace ~
19955
19956 \begin_inset LatexCommand ref
19957 reference "sub:Colocación-de-Referencias"
19958
19959 \end_inset
19960
19961 , no afecta a flotantes con el encabezado al lado.
19962 \end_layout
19963
19964 \end_inset
19965
19966
19967 \end_layout
19968
19969 \begin_layout Standard
19970 \begin_inset ERT
19971 status collapsed
19972
19973 \begin_layout Standard
19974
19975
19976 \backslash
19977 FigBesBeg 
19978 \end_layout
19979
19980 \end_inset
19981
19982
19983 \end_layout
19984
19985 \begin_layout Standard
19986 \begin_inset Float figure
19987 wide false
19988 sideways false
19989 status open
19990
19991 \begin_layout Standard
19992 \begin_inset Graphics
19993         filename escher-lsd.eps
19994         scale 75
19995
19996 \end_inset
19997
19998
19999 \end_layout
20000
20001 \begin_layout Standard
20002 \begin_inset Caption
20003
20004 \begin_layout Standard
20005 \begin_inset LatexCommand label
20006 name "fig:encab-al-lado"
20007
20008 \end_inset
20009
20010 Encabezado al lado de una figura.
20011 \end_layout
20012
20013 \end_inset
20014
20015
20016 \end_layout
20017
20018 \end_inset
20019
20020
20021 \end_layout
20022
20023 \begin_layout Standard
20024 \begin_inset ERT
20025 status collapsed
20026
20027 \begin_layout Standard
20028
20029
20030 \backslash
20031 TabBesBeg 
20032 \end_layout
20033
20034 \end_inset
20035
20036
20037 \end_layout
20038
20039 \begin_layout Standard
20040 \begin_inset Float table
20041 wide false
20042 sideways false
20043 status open
20044
20045 \begin_layout Standard
20046 \begin_inset Caption
20047
20048 \begin_layout Standard
20049 \begin_inset LatexCommand label
20050 name "tab:encab-al-lado"
20051
20052 \end_inset
20053
20054 Esto es un encabezado al lado de una tabla.
20055 \end_layout
20056
20057 \end_inset
20058
20059
20060 \end_layout
20061
20062 \begin_layout Standard
20063 \begin_inset Tabular
20064 <lyxtabular version="3" rows="4" columns="5">
20065 <features>
20066 <column alignment="center" valignment="top" leftline="true" width="0">
20067 <column alignment="center" valignment="top" leftline="true" width="0">
20068 <column alignment="center" valignment="top" leftline="true" width="0">
20069 <column alignment="center" valignment="top" leftline="true" width="0">
20070 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20071 <row topline="true">
20072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20073 \begin_inset Text
20074
20075 \begin_layout Standard
20076 a
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Standard
20085
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Standard
20094 b
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Standard
20103
20104 \end_layout
20105
20106 \end_inset
20107 </cell>
20108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20109 \begin_inset Text
20110
20111 \begin_layout Standard
20112 c
20113 \end_layout
20114
20115 \end_inset
20116 </cell>
20117 </row>
20118 <row topline="true">
20119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Standard
20123
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Standard
20132 d
20133 \end_layout
20134
20135 \end_inset
20136 </cell>
20137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Standard
20141
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Standard
20150 e
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Standard
20159
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 </row>
20165 <row topline="true">
20166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20167 \begin_inset Text
20168
20169 \begin_layout Standard
20170 f
20171 \end_layout
20172
20173 \end_inset
20174 </cell>
20175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20176 \begin_inset Text
20177
20178 \begin_layout Standard
20179
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20185 \begin_inset Text
20186
20187 \begin_layout Standard
20188 g
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Standard
20197
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Standard
20206 h
20207 \end_layout
20208
20209 \end_inset
20210 </cell>
20211 </row>
20212 <row topline="true" bottomline="true">
20213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20214 \begin_inset Text
20215
20216 \begin_layout Standard
20217
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Standard
20226 i
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Standard
20235
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Standard
20244 j
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Standard
20253
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 </row>
20259 </lyxtabular>
20260
20261 \end_inset
20262
20263
20264 \end_layout
20265
20266 \end_inset
20267
20268
20269 \end_layout
20270
20271 \begin_layout Standard
20272 \begin_inset ERT
20273 status collapsed
20274
20275 \begin_layout Standard
20276
20277
20278 \backslash
20279 TabBesEnd
20280 \end_layout
20281
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \begin_layout Standard
20288 \begin_inset ERT
20289 status collapsed
20290
20291 \begin_layout Standard
20292
20293
20294 \backslash
20295 sidecaptionvpos{figure}{c}
20296 \end_layout
20297
20298 \end_inset
20299
20300
20301 \begin_inset Float figure
20302 wide false
20303 sideways false
20304 status open
20305
20306 \begin_layout Standard
20307 \begin_inset Graphics
20308         filename escher-lsd.eps
20309         scale 75
20310
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \begin_layout Standard
20317 \begin_inset Caption
20318
20319 \begin_layout Standard
20320 \begin_inset LatexCommand label
20321 name "fig:encab-al-lado-de-fig"
20322
20323 \end_inset
20324
20325 Encabezado junto a una figura centrado verticalmente.
20326 \end_layout
20327
20328 \end_inset
20329
20330
20331 \end_layout
20332
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \begin_layout Standard
20339 \begin_inset ERT
20340 status collapsed
20341
20342 \begin_layout Standard
20343
20344
20345 \backslash
20346 FigBesEnd
20347 \end_layout
20348
20349 \end_inset
20350
20351
20352 \end_layout
20353
20354 \begin_layout Section
20355 Lista de Flotantes
20356 \begin_inset LatexCommand label
20357 name "sec:Lista-de-Flotantes"
20358
20359 \end_inset
20360
20361
20362 \begin_inset LatexCommand index
20363 name "Flotantes ! Lista"
20364
20365 \end_inset
20366
20367
20368 \end_layout
20369
20370 \begin_layout Standard
20371 Igual que en el índice general se listan las secciones del documento, hay
20372  listas para todos los tipos de flotantes, como las figuras.
20373  Se pueden insertar mediante los submenús 
20374 \family sans
20375 Insertar\SpecialChar \menuseparator
20376 Lista / IG
20377 \family default
20378 .
20379 \end_layout
20380
20381 \begin_layout Standard
20382 Las entradas de la lista son los encabezados del flotante o su título corto,
20383  el número de flotante, y el número de la página del documento en la que
20384  aparecen.
20385 \end_layout
20386
20387 \begin_layout Standard
20388 Puedes encontrar las listas de figuras y tablas al final de este documento.
20389 \end_layout
20390
20391 \begin_layout Chapter
20392 Notas
20393 \end_layout
20394
20395 \begin_layout Section
20396 Notas en 
20397 \begin_inset ERT
20398 status collapsed
20399
20400 \begin_layout Standard
20401
20402
20403 \backslash
20404 texorpdfstring{
20405 \end_layout
20406
20407 \end_inset
20408
20409 LyX
20410 \begin_inset ERT
20411 status collapsed
20412
20413 \begin_layout Standard
20414
20415 }{LyX}
20416 \end_layout
20417
20418 \end_inset
20419
20420  
20421 \begin_inset LatexCommand label
20422 name "sec:Notas-en-LyX"
20423
20424 \end_inset
20425
20426
20427 \begin_inset LatexCommand index
20428 name "Notas ! Notas en LyX"
20429
20430 \end_inset
20431
20432
20433 \begin_inset Note Note
20434 status collapsed
20435
20436 \begin_layout Standard
20437 El comando 
20438 \backslash
20439 texorpdfstring es suministrado por el paquete LaTeX hyperref para evitar
20440  que los enlaces se muestren erróneamente en los marcadores PDF.
20441  Para más información sobre esto mira en 
20442 \begin_inset LatexCommand cite
20443 key "hyperref"
20444
20445 \end_inset
20446
20447 .
20448 \end_layout
20449
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \begin_layout Standard
20456 Las notas se insertan con el botón 
20457 \begin_inset Graphics
20458         filename ../images/note-insert.xpm
20459         scale 85
20460
20461 \end_inset
20462
20463  o el menú 
20464 \family sans
20465 Insertar\SpecialChar \menuseparator
20466 Nota
20467 \family default
20468 .
20469  Hay tres tipos de notas:
20470 \end_layout
20471
20472 \begin_layout Description
20473 Nota\InsetSpace ~
20474 LyX Este tipo es para notas internas que no han de aparecer en la salida.
20475  Su cuadro se muestra como este:
20476 \newline
20477
20478 \newline
20479
20480 \begin_inset Graphics
20481         filename ../clipart/NotaLyXImagenQt4.png
20482         display none
20483         scale 85
20484
20485 \end_inset
20486
20487  
20488 \begin_inset Note Note
20489 status open
20490
20491 \begin_layout Standard
20492 Este es un texto en un recuadro que no se muestra en la salida.
20493 \end_layout
20494
20495 \end_inset
20496
20497
20498 \end_layout
20499
20500 \begin_layout Description
20501 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
20502  comentario de LaTeX, cuando exportas el documento a LaTeX via el menú 
20503 \family sans
20504 Archivo\SpecialChar \menuseparator
20505 Exportar\SpecialChar \menuseparator
20506 LaTeX (pdflatex) / LaTeX (plain)
20507 \family default
20508 .
20509  Su recuadro se ve así:
20510 \newline
20511
20512 \newline
20513
20514 \begin_inset Graphics
20515         filename ../clipart/ComentNotaImagenQt4.png
20516         display none
20517         scale 85
20518
20519 \end_inset
20520
20521  
20522 \begin_inset Note Comment
20523 status open
20524
20525 \begin_layout Standard
20526 Una nota comentario que solo aparece como comentario en archivos LaTeX.
20527 \end_layout
20528
20529 \end_inset
20530
20531
20532 \end_layout
20533
20534 \begin_layout Description
20535 Resaltado\InsetSpace ~
20536 en\InsetSpace ~
20537 gris Esta nota aparece en la salida como texto resaltado en gris.
20538  Su recuadro se parece a este:
20539 \newline
20540
20541 \newline
20542
20543 \begin_inset Graphics
20544         filename ../clipart/GrisNotaImagenQt4.png
20545         display none
20546         scale 85
20547
20548 \end_inset
20549
20550
20551 \newline
20552
20553 \begin_inset ERT
20554 status collapsed
20555
20556 \begin_layout Standard
20557
20558
20559 \backslash
20560 renewenvironment{lyxgreyedout}
20561 \end_layout
20562
20563 \begin_layout Standard
20564
20565 {
20566 \backslash
20567 textcolor[gray]{0.8}
20568 \backslash
20569 bgroup}{
20570 \backslash
20571 egroup}
20572 \end_layout
20573
20574 \end_inset
20575
20576
20577 \begin_inset Note Greyedout
20578 status open
20579
20580 \begin_layout Standard
20581 Este es el texto
20582 \begin_inset Foot
20583 status open
20584
20585 \begin_layout Standard
20586 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
20587 \end_layout
20588
20589 \end_inset
20590
20591  de un comentario que se muestra resaltado en gris.
20592 \end_layout
20593
20594 \end_inset
20595
20596
20597 \begin_inset ERT
20598 status collapsed
20599
20600 \begin_layout Standard
20601
20602
20603 \backslash
20604 renewenvironment{lyxgreyedout}
20605 \end_layout
20606
20607 \begin_layout Standard
20608
20609 {
20610 \backslash
20611 textcolor{blue}
20612 \backslash
20613 bgroup}{
20614 \backslash
20615 egroup}
20616 \end_layout
20617
20618 \end_inset
20619
20620
20621 \newline
20622
20623 \newline
20624 Como se ve en el ejemplo, la primera línea de notas resaltadas en gris está
20625  un poco sangrada y puede tener notas al pie.
20626 \end_layout
20627
20628 \begin_layout Standard
20629 \begin_inset VSpace bigskip
20630 \end_inset
20631
20632 Si usas el botón de la barra de herramientas para insertar notas, se inserta
20633  una 
20634 \family sans
20635 Nota\InsetSpace ~
20636 LyX
20637 \family default
20638 .
20639  Puedes cambiar entre los tres tipos de nota con click-derecha sobre el
20640  recuadro.
20641  
20642 \family roman
20643 \series medium
20644 \bar no
20645 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
20646  botón de herramienta nota
20647 \family default
20648 \series default
20649 \bar default
20650 .
20651 \end_layout
20652
20653 \begin_layout Standard
20654 \begin_inset VSpace bigskip
20655 \end_inset
20656
20657 Se puede cambiar el color del resaltado en gris poniendo en el preámbulo
20658  el comando:
20659 \end_layout
20660
20661 \begin_layout Standard
20662
20663 \series bold
20664
20665 \backslash
20666 renewenvironment{lyxgreyedout}
20667 \newline
20668
20669 \begin_inset ERT
20670 status collapsed
20671
20672 \begin_layout Standard
20673
20674
20675 \backslash
20676 hphantom{ }
20677 \end_layout
20678
20679 \end_inset
20680
20681 {
20682 \backslash
20683 textcolor{color}
20684 \backslash
20685 bgroup}{
20686 \backslash
20687 egroup}
20688 \end_layout
20689
20690 \begin_layout Standard
20691 Los colores disponibles y el método para definir nuestros propios colores
20692  se explica en la sección\InsetSpace ~
20693
20694 \begin_inset LatexCommand ref
20695 reference "sec:Tablas-Coloreadas"
20696
20697 \end_inset
20698
20699 .
20700 \end_layout
20701
20702 \begin_layout Standard
20703 Las notas en azul en este documento se han hecho con notas resaltado en
20704  gris definiendo el color del texto en azul.
20705 \end_layout
20706
20707 \begin_layout Section
20708 Notas al pie
20709 \begin_inset LatexCommand label
20710 name "sec:Notas-al-pie"
20711
20712 \end_inset
20713
20714
20715 \begin_inset LatexCommand index
20716 name "Notas ! al Pie"
20717
20718 \end_inset
20719
20720
20721 \begin_inset LatexCommand index
20722 name "Notas al Pie"
20723
20724 \end_inset
20725
20726
20727 \end_layout
20728
20729 \begin_layout Standard
20730 Las notas al pie se insertan con el botón 
20731 \begin_inset Graphics
20732         filename ../images/footnote-insert.xpm
20733         scale 85
20734
20735 \end_inset
20736
20737  o el menú 
20738 \family sans
20739 Insertar\SpecialChar \menuseparator
20740 Nota\InsetSpace ~
20741 al\InsetSpace ~
20742 pie
20743 \family default
20744 .
20745  
20746 \family roman
20747 \series medium
20748 \bar no
20749 Aparece un recuadro como este:
20750 \family default
20751 \series default
20752 \bar default
20753  
20754 \begin_inset Graphics
20755         filename ../clipart/notapieQt4.png
20756         scale 80
20757
20758 \end_inset
20759
20760
20761 \family roman
20762 \series medium
20763 \bar no
20764  donde puedes introducir el texto.
20765  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
20766  sobre el
20767 \family default
20768 \series default
20769 \bar default
20770  
20771 \family roman
20772 \series medium
20773 \bar no
20774 botón
20775 \family default
20776 \series default
20777 \bar default
20778 .
20779 \end_layout
20780
20781 \begin_layout Standard
20782 Aquí hay un ejemplo de nota al pie:
20783 \family roman
20784 \series medium
20785 \bar no
20786
20787 \begin_inset Foot
20788 status open
20789
20790 \begin_layout Standard
20791 \begin_inset LatexCommand label
20792 name "pie:Esto-es-una"
20793
20794 \end_inset
20795
20796 Ejemplo de nota al pie.
20797 \end_layout
20798
20799 \end_inset
20800
20801
20802 \family default
20803 \series default
20804 \bar default
20805
20806 \begin_inset ERT
20807 status collapsed
20808
20809 \begin_layout Standard
20810
20811
20812 \backslash
20813 newcounter{MyRepeatFoot}
20814 \end_layout
20815
20816 \begin_layout Standard
20817
20818
20819 \backslash
20820 setcounter{MyRepeatFoot}{
20821 \backslash
20822 thefootnote}
20823 \end_layout
20824
20825 \end_inset
20826
20827
20828 \end_layout
20829
20830 \begin_layout Standard
20831 En la salida, el pie se muestra como número exponente en el lugar del texto
20832  donde se coloca el recuadro.
20833  El texto se coloca al final de la página actual.
20834  Los números de las notas son calculados por LaTeX, y son consecutivos.
20835  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
20836 \end_layout
20837
20838 \begin_layout Standard
20839 Las notas al pie pueden referenciarse como flotantes: Inserta una etiqueta
20840  en la nota y pon una referencia cruzada a esta etiqueta en el texto como
20841  se describe en la sección\InsetSpace ~
20842
20843 \begin_inset LatexCommand ref
20844 reference "sec:Referencias-a-Flotantes"
20845
20846 \end_inset
20847
20848 .
20849 \newline
20850 Esto es una referencia cruzada a la Nota al pie\InsetSpace ~
20851
20852 \begin_inset LatexCommand prettyref
20853 reference "pie:Esto-es-una"
20854
20855 \end_inset
20856
20857 .
20858 \newline
20859
20860 \begin_inset Note Greyedout
20861 status collapsed
20862
20863 \begin_layout Standard
20864
20865 \series bold
20866 Nota:
20867 \series default
20868  LyX no suministra prefijos para etiquetas en notas al pie, así que has
20869  de insertar un prefijo, p.\InsetSpace \thinspace{}
20870 e.\InsetSpace ~
20871
20872 \family sans
20873
20874 \begin_inset Quotes eld
20875 \end_inset
20876
20877 pie:
20878 \family default
20879
20880 \begin_inset Quotes erd
20881 \end_inset
20882
20883  manualmente cuando quieras usar el estilo 
20884 \family sans
20885 Referencia\InsetSpace ~
20886 con\InsetSpace ~
20887 formato
20888 \family default
20889 .
20890 \end_layout
20891
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \begin_layout Standard
20898 \begin_inset VSpace defskip
20899 \end_inset
20900
20901 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección\InsetSpace ~
20902
20903 \begin_inset LatexCommand ref
20904 reference "sec:Minipáginas"
20905
20906 \end_inset
20907
20908 .
20909  Los pies en tablas largas en la sección\InsetSpace ~
20910
20911 \begin_inset LatexCommand ref
20912 reference "sub:Notas-al-pie-en-Tablas-Largas"
20913
20914 \end_inset
20915
20916 .
20917 \end_layout
20918
20919 \begin_layout Standard
20920 \begin_inset VSpace defskip
20921 \end_inset
20922
20923 Para crear solo una marca para una nota al pie, puedes usar el comando 
20924 \series bold
20925
20926 \backslash
20927 footnotemark[número]
20928 \series default
20929  en ERT.
20930  Esto se emplea si tienes la misma anotación varias veces en el texto pero
20931  no quieres imprimir el pie cada vez.
20932 \newline
20933 Como no sabes el número del pie que
20934  se repite mientras escribes el texto, tienes que guardarlo.
20935  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
20936  en ERT detrás de Nota\InsetSpace ~
20937 al\InsetSpace ~
20938 pie\InsetSpace ~
20939
20940 \begin_inset LatexCommand ref
20941 reference "pie:Esto-es-una"
20942
20943 \end_inset
20944
20945  para guardar el número de pie:
20946 \end_layout
20947
20948 \begin_layout Standard
20949
20950 \series bold
20951
20952 \backslash
20953 newcounter{MyRepeatFoot}
20954 \newline
20955
20956 \backslash
20957 setcounter{MyRepeatFoot}{
20958 \backslash
20959 thefootnote}
20960 \end_layout
20961
20962 \begin_layout Standard
20963 La marca de pie se crea entonces con el comando:
20964 \end_layout
20965
20966 \begin_layout Standard
20967
20968 \series bold
20969
20970 \backslash
20971 footnotemark[
20972 \backslash
20973 theMyRepeatFoot]
20974 \end_layout
20975
20976 \begin_layout Standard
20977 Aquí hay un ejemplo de marca de pie:
20978 \family roman
20979 \series medium
20980 \bar no
20981
20982 \begin_inset ERT
20983 status collapsed
20984
20985 \begin_layout Standard
20986
20987
20988 \backslash
20989 footnotemark[
20990 \backslash
20991 theMyRepeatFoot]
20992 \end_layout
20993
20994 \end_inset
20995
20996
20997 \end_layout
20998
20999 \begin_layout Subsection
21000 Numeración de Notas al Pie
21001 \begin_inset LatexCommand label
21002 name "sub:Numeración-de-Notas-al-Pie"
21003
21004 \end_inset
21005
21006
21007 \begin_inset LatexCommand index
21008 name "Notas al Pie ! Numeración"
21009
21010 \end_inset
21011
21012
21013 \end_layout
21014
21015 \begin_layout Standard
21016 Si quieres numerar notas al pie 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 , añade el siguiente comando al preámbulo del documento:
21025 \end_layout
21026
21027 \begin_layout Standard
21028
21029 \series bold
21030
21031 \backslash
21032 numberwithin{footnote}{chapter}
21033 \end_layout
21034
21035 \begin_layout Standard
21036 Para poder usar el comando 
21037 \series bold
21038
21039 \backslash
21040 numberwithin
21041 \series default
21042 , marca la opción 
21043 \family sans
21044 Usar
21045 \family default
21046 \InsetSpace ~
21047
21048 \family sans
21049 el
21050 \family default
21051 \InsetSpace ~
21052
21053 \family sans
21054 paquete
21055 \family default
21056 \InsetSpace ~
21057
21058 \family sans
21059 AMS 
21060 \family default
21061 en la pestaña 
21062 \family sans
21063 Ecuaciones
21064 \family default
21065  de la configuración del documento.
21066 \end_layout
21067
21068 \begin_layout Standard
21069 \begin_inset ERT
21070 status collapsed
21071
21072 \begin_layout Standard
21073
21074
21075 \backslash
21076 numberwithin{footnote}{chapter}
21077 \end_layout
21078
21079 \end_inset
21080
21081 Esto es otro ejemplo de nota al pie:
21082 \series bold
21083
21084 \begin_inset Foot
21085 status open
21086
21087 \begin_layout Standard
21088 Nota al pie numerada en el esquema 
21089 \begin_inset Quotes eld
21090 \end_inset
21091
21092 capítulo.nota
21093 \begin_inset Quotes erd
21094 \end_inset
21095
21096 .
21097 \end_layout
21098
21099 \end_inset
21100
21101
21102 \series default
21103
21104 \begin_inset ERT
21105 status collapsed
21106
21107 \begin_layout Standard
21108
21109
21110 \backslash
21111 numberwithin{footnote}{part}
21112 \end_layout
21113
21114 \end_inset
21115
21116
21117 \end_layout
21118
21119 \begin_layout Standard
21120 \begin_inset VSpace bigskip
21121 \end_inset
21122
21123
21124 \end_layout
21125
21126 \begin_layout Standard
21127 Para reestablecer el número de pie a 1 en cada sección añade este
21128 \family roman
21129  comando en el preámbulo:
21130 \end_layout
21131
21132 \begin_layout Standard
21133
21134 \series bold
21135
21136 \backslash
21137 @addtoreset{footnote}{section}
21138 \end_layout
21139
21140 \begin_layout Standard
21141 \begin_inset VSpace bigskip
21142 \end_inset
21143
21144 El siguiente comando en el preámbulo cambia el estilo de numeración del
21145  pie a números romanos pequeños:
21146 \end_layout
21147
21148 \begin_layout Standard
21149
21150 \series bold
21151
21152 \backslash
21153 renewcommand{
21154 \backslash
21155 thefootnote}{
21156 \backslash
21157 roman{footnote}}
21158 \end_layout
21159
21160 \begin_layout Standard
21161 \begin_inset ERT
21162 status collapsed
21163
21164 \begin_layout Standard
21165
21166
21167 \backslash
21168 renewcommand{
21169 \backslash
21170 thefootnote}{
21171 \backslash
21172 roman{footnote}}
21173 \end_layout
21174
21175 \end_inset
21176
21177  Nota al pie en números romanos:
21178 \begin_inset Foot
21179 status open
21180
21181 \begin_layout Standard
21182 Ejemplo de nota al pie en números romanos.
21183 \end_layout
21184
21185 \end_inset
21186
21187
21188 \begin_inset ERT
21189 status collapsed
21190
21191 \begin_layout Standard
21192
21193
21194 \backslash
21195 renewcommand{
21196 \backslash
21197 thefootnote}{
21198 \backslash
21199 arabic{footnote}}
21200 \end_layout
21201
21202 \end_inset
21203
21204
21205 \end_layout
21206
21207 \begin_layout Standard
21208 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
21209  
21210 \series bold
21211
21212 \backslash
21213 roman
21214 \series default
21215  por 
21216 \series bold
21217
21218 \backslash
21219 Roman
21220 \series default
21221 .
21222  Para 
21223 \begin_inset Quotes eld
21224 \end_inset
21225
21226 numerar
21227 \begin_inset Quotes erd
21228 \end_inset
21229
21230  las
21231 \series bold
21232  
21233 \series default
21234 notas al pie con letras mayúsculas o minúsculas usa 
21235 \series bold
21236
21237 \backslash
21238 Alph
21239 \series default
21240  o 
21241 \series bold
21242
21243 \backslash
21244 alph
21245 \series default
21246 , respectivamente.
21247  Para 
21248 \begin_inset Quotes eld
21249 \end_inset
21250
21251 numerar
21252 \begin_inset Quotes erd
21253 \end_inset
21254
21255  las notas al pie con símbolos usa 
21256 \series bold
21257
21258 \backslash
21259 fnsymbol
21260 \series default
21261 .
21262 \end_layout
21263
21264 \begin_layout Standard
21265 \begin_inset Note Greyedout
21266 status open
21267
21268 \begin_layout Standard
21269
21270 \series bold
21271 Nota:
21272 \series medium
21273  
21274 \series default
21275 Sólo puedes numerar hasta 26 pies con letras, porque esta numeración está
21276  limitada a letras simples.
21277 \end_layout
21278
21279 \end_inset
21280
21281
21282 \newline
21283
21284 \begin_inset Note Greyedout
21285 status open
21286
21287 \begin_layout Standard
21288
21289 \series bold
21290 Nota:
21291 \series default
21292  Sólo puedes numerar 9 pies con símbolos.
21293 \end_layout
21294
21295 \end_inset
21296
21297
21298 \end_layout
21299
21300 \begin_layout Standard
21301 Para volver al estilo de numeración predeterminado cuando has cambiado a
21302  otro estilo, usa 
21303 \series bold
21304
21305 \backslash
21306 arabic
21307 \series default
21308  en vez de 
21309 \series bold
21310
21311 \backslash
21312 roman
21313 \series default
21314  en el comando anterior.
21315 \end_layout
21316
21317 \begin_layout Subsection
21318 Colocación de Notas al Pie
21319 \begin_inset LatexCommand index
21320 name "Notas al Pie ! Colocación"
21321
21322 \end_inset
21323
21324
21325 \end_layout
21326
21327 \begin_layout Standard
21328 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
21329  entre ellas al final de la página.
21330  Para hacerlas más legibles puedes añadir p.\InsetSpace \thinspace{}
21331 e.
21332  1.5\InsetSpace \thinspace{}
21333 mm con el comando siguiente en el preámbulo:
21334 \end_layout
21335
21336 \begin_layout Standard
21337
21338 \series bold
21339
21340 \backslash
21341 let
21342 \backslash
21343 myFoot
21344 \backslash
21345 footnote
21346 \newline
21347
21348 \backslash
21349 renewcommand{
21350 \backslash
21351 footnote}[1]{
21352 \backslash
21353 myFoot{#1
21354 \backslash
21355 vspace{1.5mm}}}
21356 \end_layout
21357
21358 \begin_layout Standard
21359 \begin_inset VSpace bigskip
21360 \end_inset
21361
21362 En documentos a dos columnas la nota al pie aparece al final de cada columna,
21363  ver la Figura\InsetSpace ~
21364
21365 \begin_inset LatexCommand ref
21366 reference "fig:Colocación-standard-del-pie"
21367
21368 \end_inset
21369
21370 .
21371  Si las notas debieran mostrarse sólo al final de la columna derecha, como
21372  en la Figura\InsetSpace ~
21373
21374 \begin_inset LatexCommand ref
21375 reference "fig:Colocación-del-pie-en"
21376
21377 \end_inset
21378
21379 , usa el paquete LaTeX 
21380 \series bold
21381 ftnright
21382 \series default
21383
21384 \begin_inset LatexCommand index
21385 name "LaTeX-paquetes ! ftnright"
21386
21387 \end_inset
21388
21389  con este comando en el preámbulo:
21390 \end_layout
21391
21392 \begin_layout Standard
21393
21394 \series bold
21395
21396 \backslash
21397 usepackage{ftnright}
21398 \end_layout
21399
21400 \begin_layout Standard
21401 \begin_inset Float figure
21402 placement !h
21403 wide false
21404 sideways false
21405 status open
21406
21407 \begin_layout Standard
21408 \begin_inset ERT
21409 status collapsed
21410
21411 \begin_layout Standard
21412
21413
21414 \backslash
21415 framebox{
21416 \end_layout
21417
21418 \end_inset
21419
21420
21421 \begin_inset Graphics
21422         filename ../clipart/without_fntright.pdf
21423         width 100col%
21424
21425 \end_inset
21426
21427
21428 \begin_inset ERT
21429 status collapsed
21430
21431 \begin_layout Standard
21432
21433 }
21434 \end_layout
21435
21436 \end_inset
21437
21438
21439 \end_layout
21440
21441 \begin_layout Standard
21442 \begin_inset Caption
21443
21444 \begin_layout Standard
21445 \begin_inset LatexCommand label
21446 name "fig:Colocación-standard-del-pie"
21447
21448 \end_inset
21449
21450 Colocación standard de notas al pie en documentos a dos columnas.
21451 \end_layout
21452
21453 \end_inset
21454
21455
21456 \end_layout
21457
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \begin_layout Standard
21464 \begin_inset Float figure
21465 placement !h
21466 wide false
21467 sideways false
21468 status open
21469
21470 \begin_layout Standard
21471 \begin_inset ERT
21472 status collapsed
21473
21474 \begin_layout Standard
21475
21476
21477 \backslash
21478 framebox{
21479 \end_layout
21480
21481 \end_inset
21482
21483
21484 \begin_inset Graphics
21485         filename ../clipart/with_fntright.pdf
21486         width 100col%
21487
21488 \end_inset
21489
21490
21491 \begin_inset ERT
21492 status collapsed
21493
21494 \begin_layout Standard
21495
21496 }
21497 \end_layout
21498
21499 \end_inset
21500
21501
21502 \end_layout
21503
21504 \begin_layout Standard
21505 \begin_inset Caption
21506
21507 \begin_layout Standard
21508 \begin_inset LatexCommand label
21509 name "fig:Colocación-del-pie-en"
21510
21511 \end_inset
21512
21513 Colocación del pie en documentos a dos columnas cuando se usa el paquete
21514  LaTeX 
21515 \series bold
21516 ftnright
21517 \series default
21518 .
21519 \end_layout
21520
21521 \end_inset
21522
21523
21524 \end_layout
21525
21526 \end_inset
21527
21528
21529 \end_layout
21530
21531 \begin_layout Standard
21532 \begin_inset VSpace bigskip
21533 \end_inset
21534
21535 En alguna literatura científica se acostumbra reunir las notas e imprimirlas
21536  en un párrafo separado al final de la sección, como en la Figura\InsetSpace ~
21537
21538 \begin_inset LatexCommand ref
21539 reference "fig:Notas-al-final----notas-al-pie"
21540
21541 \end_inset
21542
21543 .
21544  Para usar notas finales en vez de notas al pie , carga el paquete LaTeX
21545  
21546 \series bold
21547 endnotes
21548 \series default
21549
21550 \begin_inset LatexCommand index
21551 name "LaTeX-paquetes ! endnotes"
21552
21553 \end_inset
21554
21555  con las siguientes líneas en el preámbulo de tu documento:
21556 \end_layout
21557
21558 \begin_layout Standard
21559
21560 \series bold
21561
21562 \backslash
21563 usepackage{endnotes}
21564 \newline
21565
21566 \backslash
21567 let
21568 \backslash
21569 footnote
21570 \backslash
21571 endnote
21572 \end_layout
21573
21574 \begin_layout Standard
21575 Para insertar la colección de notas, escribe el comando
21576 \end_layout
21577
21578 \begin_layout Standard
21579
21580 \series bold
21581
21582 \backslash
21583 theendnotes
21584 \end_layout
21585
21586 \begin_layout Standard
21587 en ERT al final de una sección o capítulo.
21588 \end_layout
21589
21590 \begin_layout Standard
21591 \begin_inset Float figure
21592 wide false
21593 sideways false
21594 status open
21595
21596 \begin_layout Standard
21597 \align center
21598 \begin_inset ERT
21599 status collapsed
21600
21601 \begin_layout Standard
21602
21603
21604 \backslash
21605 framebox{
21606 \end_layout
21607
21608 \end_inset
21609
21610
21611 \begin_inset Graphics
21612         filename ../clipart/endnotes.pdf
21613
21614 \end_inset
21615
21616
21617 \begin_inset ERT
21618 status collapsed
21619
21620 \begin_layout Standard
21621
21622 }
21623 \end_layout
21624
21625 \end_inset
21626
21627
21628 \end_layout
21629
21630 \begin_layout Standard
21631 \begin_inset Caption
21632
21633 \begin_layout Standard
21634 \begin_inset LatexCommand label
21635 name "fig:Notas-al-final----notas-al-pie"
21636
21637 \end_inset
21638
21639 Notas al final -- notas al pie impresas en párrafo separado al final de
21640  la sección o del capítulo.
21641 \end_layout
21642
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \end_inset
21649
21650
21651 \end_layout
21652
21653 \begin_layout Standard
21654 \begin_inset VSpace defskip
21655 \end_inset
21656
21657 La cabecera de párrafo para las notas finales no se traduce automáticamente
21658  al lenguaje del documento, hay que hacerlo manualmente.
21659   El siguiente comando de preámbulo traduce el nombre en inglés 
21660 \begin_inset Quotes eld
21661 \end_inset
21662
21663 Notes
21664 \begin_inset Quotes erd
21665 \end_inset
21666
21667  al español 
21668 \begin_inset Quotes eld
21669 \end_inset
21670
21671 Notas
21672 \begin_inset Quotes erd
21673 \end_inset
21674
21675 :
21676 \end_layout
21677
21678 \begin_layout Standard
21679
21680 \series bold
21681
21682 \backslash
21683 renewcommand{
21684 \backslash
21685 notesname}{Notas}
21686 \end_layout
21687
21688 \begin_layout Standard
21689 \begin_inset VSpace defskip
21690 \end_inset
21691
21692 La numeración de notas finales puede cambiarse como la de las notas al pie,
21693  como se describe en la sección\InsetSpace ~
21694
21695 \begin_inset LatexCommand ref
21696 reference "sub:Numeración-de-Notas-al-Pie"
21697
21698 \end_inset
21699
21700 ; sólo hay que reemplazar el comando 
21701 \series bold
21702
21703 \backslash
21704 thefootnote
21705 \series default
21706  por 
21707 \series bold
21708
21709 \backslash
21710 theendnote
21711 \series default
21712 .
21713  Para restablecer la numeración usa el comando 
21714 \series bold
21715
21716 \backslash
21717 @addtoreset 
21718 \series default
21719 como se describe en la sección\InsetSpace ~
21720
21721 \begin_inset LatexCommand ref
21722 reference "sub:Numeración-de-Notas-al-Pie"
21723
21724 \end_inset
21725
21726  y sustituye el parámetro de comando 
21727 \series bold
21728 footnote
21729 \series default
21730  por 
21731 \series bold
21732 endnote
21733 \series default
21734 .
21735 \end_layout
21736
21737 \begin_layout Standard
21738 Para crear solo una marca para una nota final, usa el comando 
21739 \series bold
21740
21741 \backslash
21742 endnotemark[número]
21743 \series default
21744  similar al comando 
21745 \series bold
21746
21747 \backslash
21748 footnotemark
21749 \series default
21750 , descrito en la sección\InsetSpace ~
21751
21752 \begin_inset LatexCommand ref
21753 reference "sec:Notas-al-pie"
21754
21755 \end_inset
21756
21757 .
21758 \end_layout
21759
21760 \begin_layout Standard
21761 \begin_inset VSpace bigskip
21762 \end_inset
21763
21764 Las notas al pie también pueden colocarse al margen de la página y la alineación
21765  del texto del pie también puede cambiarse, ver el paquete LaTeX 
21766 \series bold
21767 footmisc
21768 \series default
21769
21770 \begin_inset LatexCommand index
21771 name "LaTeX-paquetes ! footmisc"
21772
21773 \end_inset
21774
21775
21776 \begin_inset LatexCommand cite
21777 key "footmisc"
21778
21779 \end_inset
21780
21781  para más información.
21782 \end_layout
21783
21784 \begin_layout Standard
21785 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
21786  
21787 \begin_inset LatexCommand cite
21788 key "latexcompanion,latexguide,latexbook"
21789
21790 \end_inset
21791
21792 .
21793 \end_layout
21794
21795 \begin_layout Section
21796 Notas al Margen
21797 \begin_inset LatexCommand index
21798 name "Notas ! al Margen"
21799
21800 \end_inset
21801
21802
21803 \end_layout
21804
21805 \begin_layout Standard
21806 Las notas al margen se ven y se comportan en LyX como notas al pie.
21807  Se insertan con el menú 
21808 \family sans
21809 Insertar\SpecialChar \menuseparator
21810 Nota\InsetSpace ~
21811 al\InsetSpace ~
21812 margen
21813 \family default
21814  o el botón 
21815 \begin_inset Graphics
21816         filename ../images/marginalnote-insert.xpm
21817         scale 85
21818
21819 \end_inset
21820
21821 .
21822  Aparece un cuadro gris con la etiqueta en rojo
21823 \family roman
21824 \series medium
21825  
21826 \begin_inset Quotes eld
21827 \end_inset
21828
21829 margen
21830 \begin_inset Quotes erd
21831 \end_inset
21832
21833  en el que puedes escribir el texto de la nota.
21834 \end_layout
21835
21836 \begin_layout Standard
21837 Al lado hay un ejemplo de nota al margen.
21838 \family roman
21839 \series medium
21840
21841 \begin_inset Marginal
21842 status open
21843
21844 \begin_layout Standard
21845 Esto es una nota al margen.
21846 \end_layout
21847
21848 \end_inset
21849
21850
21851 \end_layout
21852
21853 \begin_layout Standard
21854 Estas notas salen en el margen derecho en documentos a una cara.
21855  En documentos a doble cara se muestran en el margen externo -- izquierdo
21856  en páginas pares, derecho en páginas impares.
21857  El texto de las notas se alinea en la parte opuesta al margen -- se alinea
21858  a la derecha si la nota aparece en el margen izquierdo.
21859  La primera línea de la nota se sitúa en la posición de la línea del texto
21860  en la que se inserta en el documento.
21861 \end_layout
21862
21863 \begin_layout Standard
21864 \begin_inset VSpace bigskip
21865 \end_inset
21866
21867 Para colocar la nota en el margen interno añade el comando
21868 \end_layout
21869
21870 \begin_layout Standard
21871
21872 \series bold
21873
21874 \backslash
21875 reversemarginpar
21876 \end_layout
21877
21878 \begin_layout Standard
21879 en ERT antes de la nota.
21880  La nueva colocación es válida para todas las siguientes notas al margen.
21881 \begin_inset ERT
21882 status collapsed
21883
21884 \begin_layout Standard
21885
21886
21887 \backslash
21888 reversemarginpar 
21889 \end_layout
21890
21891 \end_inset
21892
21893
21894 \begin_inset Marginal
21895 status open
21896
21897 \begin_layout Standard
21898 Esto es una nota en el margen interno.
21899 \end_layout
21900
21901 \end_inset
21902
21903
21904 \series bold
21905
21906 \newline
21907
21908 \series default
21909
21910 \begin_inset Note Greyedout
21911 status open
21912
21913 \begin_layout Standard
21914
21915 \series bold
21916 Nota:
21917 \series default
21918  A veces no hay espacio suficiente en el margen interno, por lo que la nota
21919  no se mostrará correctamente en la salida.
21920 \end_layout
21921
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \begin_layout Standard
21928 \begin_inset ERT
21929 status collapsed
21930
21931 \begin_layout Standard
21932
21933
21934 \backslash
21935 normalmarginpar 
21936 \end_layout
21937
21938 \end_inset
21939
21940 Para volver a la ubicación predeterminada inserta el comando
21941 \end_layout
21942
21943 \begin_layout Standard
21944
21945 \series bold
21946
21947 \backslash
21948 normalmarginpar
21949 \end_layout
21950
21951 \begin_layout Standard
21952 en ERT.
21953 \newline
21954  
21955 \begin_inset Note Greyedout
21956 status open
21957
21958 \begin_layout Standard
21959
21960 \series bold
21961 Nota:
21962 \series default
21963  El comando se ignora si en el mismo párrafo está también presente el comando
21964  
21965 \series bold
21966
21967 \backslash
21968 reversemarginpar
21969 \series default
21970 .
21971 \end_layout
21972
21973 \end_inset
21974
21975
21976 \end_layout
21977
21978 \begin_layout Standard
21979 \begin_inset VSpace bigskip
21980 \end_inset
21981
21982
21983 \family roman
21984 \series medium
21985
21986 \begin_inset Marginal
21987 status open
21988
21989 \begin_layout Standard
21990 PalabraMuyLargaAlMargen no partida con guión.
21991 \end_layout
21992
21993 \end_inset
21994
21995
21996 \family default
21997 \series default
21998 Como en el caso descrito en la sección\InsetSpace ~
21999
22000 \begin_inset LatexCommand ref
22001 reference "sub:Líneas-Múltiples-en"
22002
22003 \end_inset
22004
22005 , una palabra larga no puede partirse con guión cuando es la primera en
22006  la nota al margen.
22007  Para evitar esto, inserta el comando
22008 \end_layout
22009
22010 \begin_layout Standard
22011
22012 \series bold
22013
22014 \backslash
22015 hspace{0pt}
22016 \end_layout
22017
22018 \begin_layout Standard
22019 en ERT antes de la palabra
22020 \family roman
22021 \series medium
22022 .
22023 \begin_inset Marginal
22024 status open
22025
22026 \begin_layout Standard
22027 \begin_inset ERT
22028 status collapsed
22029
22030 \begin_layout Standard
22031
22032
22033 \backslash
22034 hspace{0pt}
22035 \end_layout
22036
22037 \end_inset
22038
22039 PalabraMuyLargaAlMargen partida con guión.
22040 \end_layout
22041
22042 \end_inset
22043
22044
22045 \end_layout
22046
22047 \begin_layout Standard
22048 \begin_inset VSpace bigskip
22049 \end_inset
22050
22051
22052 \end_layout
22053
22054 \begin_layout Standard
22055 \begin_inset Note Greyedout
22056 status open
22057
22058 \begin_layout Standard
22059
22060 \series bold
22061 Nota:
22062 \series default
22063  Normalmente no pueden utilizarse notas al margen en tablas, flotantes,
22064  y notas al pie.
22065 \end_layout
22066
22067 \end_inset
22068
22069
22070 \end_layout
22071
22072 \begin_layout Standard
22073 \begin_inset VSpace bigskip
22074 \end_inset
22075
22076
22077 \end_layout
22078
22079 \begin_layout Standard
22080 \begin_inset ERT
22081 status collapsed
22082
22083 \begin_layout Standard
22084
22085
22086 \backslash
22087 ifmarginnote
22088 \end_layout
22089
22090 \end_inset
22091
22092
22093 \begin_inset Note Note
22094 status open
22095
22096 \begin_layout Standard
22097 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22098  LaTeX 
22099 \series bold
22100 marginnote
22101 \series default
22102 .
22103 \end_layout
22104
22105 \end_inset
22106
22107
22108 \end_layout
22109
22110 \begin_layout Standard
22111 Esta restricción se puede salvar con el paquete LaTeX 
22112 \series bold
22113 marginnote
22114 \series default
22115
22116 \begin_inset LatexCommand index
22117 name "LaTeX-paquetes ! marginnote"
22118
22119 \end_inset
22120
22121 .
22122  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
22123  notas al margen es redefinido para usar el comando provisto por el paquete
22124  
22125 \series bold
22126 marginnote
22127 \series default
22128 :
22129 \end_layout
22130
22131 \begin_layout Standard
22132
22133 \series bold
22134
22135 \backslash
22136 usepackage{marginnote}
22137 \newline
22138
22139 \backslash
22140 let
22141 \backslash
22142 marginpar
22143 \backslash
22144 marginnote
22145 \end_layout
22146
22147 \begin_layout Standard
22148 Esto se ha utilizado en el presente documento porque 
22149 \series bold
22150 marginnote
22151 \series default
22152  tiene una característica adicional útil: Puedes imponer un offset vertical
22153  a la nota.
22154  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
22155  diseño de la página.
22156  El offset se determina en LyX como ERT directamente tras la nota al margen
22157  en el esquema
22158 \end_layout
22159
22160 \begin_layout Standard
22161
22162 \series bold
22163 [offset]
22164 \end_layout
22165
22166 \begin_layout Standard
22167 donde offset es una longitud en una de las unidades listadas en la Tabla\InsetSpace ~
22168
22169 \begin_inset LatexCommand ref
22170 reference "tab:Unidades"
22171
22172 \end_inset
22173
22174 .
22175  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
22176  abajo.
22177
22178 \family roman
22179 \series medium
22180  Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5\InsetSpace \thinspace{}
22181 cm
22182  arriba con el comando ERT 
22183 \begin_inset Quotes eld
22184 \end_inset
22185
22186
22187 \family default
22188 \series bold
22189 [-1.5cm]
22190 \family roman
22191 \series medium
22192
22193 \begin_inset Quotes erd
22194 \end_inset
22195
22196
22197 \begin_inset Marginal
22198 status open
22199
22200 \begin_layout Standard
22201 Esta nota está 1.5\InsetSpace \thinspace{}
22202 cm por encima de su posición original.
22203 \end_layout
22204
22205 \end_inset
22206
22207
22208 \family default
22209 \series default
22210
22211 \begin_inset ERT
22212 status collapsed
22213
22214 \begin_layout Standard
22215
22216 [-1.5cm]
22217 \end_layout
22218
22219 \end_inset
22220
22221
22222 \end_layout
22223
22224 \begin_layout Standard
22225 \begin_inset VSpace defskip
22226 \end_inset
22227
22228 Con 
22229 \series bold
22230 marginnote
22231 \series default
22232  también puedes cambiar la alineación del texto en el margen.
22233  Por ejemplo los comandos
22234 \end_layout
22235
22236 \begin_layout Standard
22237
22238 \series bold
22239
22240 \backslash
22241 renewcommand*{
22242 \backslash
22243 raggedleftmarginnote}{
22244 \backslash
22245 centering}
22246 \newline
22247
22248 \backslash
22249 renewcommand*{
22250 \backslash
22251 raggedrightmarginnote}{
22252 \backslash
22253 centering}
22254 \end_layout
22255
22256 \begin_layout Standard
22257 producen alineación centrada.
22258  
22259 \series bold
22260
22261 \backslash
22262 raggedleftmarginnote
22263 \series default
22264  identifica las notas que aparecen al lado izquierdo.
22265 \family roman
22266 \series medium
22267
22268 \begin_inset ERT
22269 status collapsed
22270
22271 \begin_layout Standard
22272
22273
22274 \backslash
22275 renewcommand*{
22276 \backslash
22277 raggedleftmarginnote}{
22278 \backslash
22279 centering}
22280 \end_layout
22281
22282 \begin_layout Standard
22283
22284
22285 \backslash
22286 renewcommand*{
22287 \backslash
22288 raggedrightmarginnote}{
22289 \backslash
22290 centering}
22291 \end_layout
22292
22293 \end_inset
22294
22295
22296 \begin_inset Marginal
22297 status open
22298
22299 \begin_layout Standard
22300 El texto de esta nota está centrado.
22301 \end_layout
22302
22303 \end_inset
22304
22305  
22306 \family default
22307 \series default
22308 El valor predeterminado es 
22309 \end_layout
22310
22311 \begin_layout Standard
22312
22313 \series bold
22314
22315 \backslash
22316 renewcommand*{
22317 \backslash
22318 raggedleftmarginnote}{
22319 \backslash
22320 raggedleft}
22321 \newline
22322
22323 \backslash
22324 renewcommand*{
22325 \backslash
22326 raggedrightmarginnote}{
22327 \backslash
22328 raggedright}
22329 \family roman
22330 \series medium
22331
22332 \begin_inset ERT
22333 status collapsed
22334
22335 \begin_layout Standard
22336
22337
22338 \backslash
22339 renewcommand*{
22340 \backslash
22341 raggedleftmarginnote}{
22342 \backslash
22343 raggedleft}
22344 \end_layout
22345
22346 \begin_layout Standard
22347
22348
22349 \backslash
22350 renewcommand*{
22351 \backslash
22352 raggedrightmarginnote}{
22353 \backslash
22354 raggedright}
22355 \end_layout
22356
22357 \end_inset
22358
22359
22360 \end_layout
22361
22362 \begin_layout Standard
22363 \begin_inset VSpace defskip
22364 \end_inset
22365
22366 Para otras características de 
22367 \series bold
22368 marginnote
22369 \series default
22370  mira en su documentación 
22371 \begin_inset LatexCommand cite
22372 key "marginnote"
22373
22374 \end_inset
22375
22376 .
22377 \end_layout
22378
22379 \begin_layout Standard
22380 \begin_inset VSpace bigskip
22381 \end_inset
22382
22383 El diseño de las notas al margen puede ser redefinido.
22384  Por ejemplo, para crear una cabecera para todas las notas con el texto
22385  
22386 \begin_inset Quotes eld
22387 \end_inset
22388
22389
22390 \series bold
22391 \bar under
22392 ¡
22393 \family sans
22394 Atención
22395 \family default
22396 !
22397 \series default
22398 \bar default
22399
22400 \begin_inset Quotes erd
22401 \end_inset
22402
22403 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
22404 \end_layout
22405
22406 \begin_layout Standard
22407
22408 \series bold
22409
22410 \backslash
22411 let
22412 \backslash
22413 myMarginpar
22414 \backslash
22415 marginpar
22416 \newline
22417
22418 \backslash
22419 renewcommand{
22420 \backslash
22421 marginpar}[1]{
22422 \backslash
22423 myMarginpar{%
22424 \newline
22425
22426 \begin_inset ERT
22427 status collapsed
22428
22429 \begin_layout Standard
22430
22431
22432 \backslash
22433 hphantom{ }
22434 \end_layout
22435
22436 \end_inset
22437
22438
22439 \backslash
22440 hspace{0pt}
22441 \backslash
22442 textsf{
22443 \backslash
22444 textbf{
22445 \backslash
22446 underbar{¡Atención!}}}%
22447 \newline
22448
22449 \begin_inset ERT
22450 status collapsed
22451
22452 \begin_layout Standard
22453
22454
22455 \backslash
22456 hphantom{ }
22457 \end_layout
22458
22459 \end_inset
22460
22461
22462 \backslash
22463 vspace{1.5mm}
22464 \backslash
22465
22466 \backslash
22467 #1}}
22468 \end_layout
22469
22470 \begin_layout Standard
22471
22472 \family roman
22473 \series medium
22474 \begin_inset ERT
22475 status collapsed
22476
22477 \begin_layout Standard
22478
22479
22480 \backslash
22481 let
22482 \backslash
22483 myMarginpar
22484 \backslash
22485 marginpar
22486 \end_layout
22487
22488 \begin_layout Standard
22489
22490
22491 \backslash
22492 renewcommand{
22493 \backslash
22494 marginpar}[1]{
22495 \backslash
22496 myMarginpar{%
22497 \end_layout
22498
22499 \begin_layout Standard
22500
22501    
22502 \backslash
22503 textsf{
22504 \backslash
22505 textbf{
22506 \backslash
22507 underbar{¡Atención!}}}%
22508 \end_layout
22509
22510 \begin_layout Standard
22511
22512    
22513 \backslash
22514 vspace{1.5mm}
22515 \backslash
22516
22517 \backslash
22518 #1}}
22519 \end_layout
22520
22521 \end_inset
22522
22523
22524 \begin_inset Marginal
22525 status open
22526
22527 \begin_layout Standard
22528 Esta es una nota con una cabecera definida.
22529 \end_layout
22530
22531 \end_inset
22532
22533
22534 \family default
22535 \series default
22536
22537 \begin_inset ERT
22538 status collapsed
22539
22540 \begin_layout Standard
22541
22542 [-1.5cm]
22543 \end_layout
22544
22545 \end_inset
22546
22547
22548 \family roman
22549 \series medium
22550
22551 \begin_inset ERT
22552 status collapsed
22553
22554 \begin_layout Standard
22555
22556
22557 \backslash
22558 renewcommand{
22559 \backslash
22560 marginpar}[1]{
22561 \backslash
22562 myMarginpar{#1}}
22563 \end_layout
22564
22565 \end_inset
22566
22567
22568 \family default
22569 \series default
22570
22571 \begin_inset Note Note
22572 status collapsed
22573
22574 \begin_layout Standard
22575 El formato de la nota al margen se ha cambiado solo para este ejemplo.
22576 \end_layout
22577
22578 \end_inset
22579
22580
22581 \end_layout
22582
22583 \begin_layout Standard
22584 \begin_inset ERT
22585 status collapsed
22586
22587 \begin_layout Standard
22588
22589
22590 \backslash
22591 else
22592 \end_layout
22593
22594 \end_inset
22595
22596
22597 \begin_inset Note Note
22598 status open
22599
22600 \begin_layout Standard
22601 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
22602  
22603 \series bold
22604 marginnote
22605 \series default
22606 .
22607 \end_layout
22608
22609 \end_inset
22610
22611
22612 \end_layout
22613
22614 \begin_layout Standard
22615 Debes instalar el paquete LaTeX 
22616 \series bold
22617 marginnote
22618 \series default
22619  para ver la parte siguiente en la salida.
22620 \end_layout
22621
22622 \begin_layout Standard
22623 \begin_inset ERT
22624 status collapsed
22625
22626 \begin_layout Standard
22627
22628
22629 \backslash
22630 fi
22631 \end_layout
22632
22633 \end_inset
22634
22635
22636 \end_layout
22637
22638 \begin_layout Chapter
22639 Cuadros
22640 \end_layout
22641
22642 \begin_layout Section
22643 Introducción
22644 \begin_inset LatexCommand index
22645 name "Cuadros ! Introducción"
22646
22647 \end_inset
22648
22649
22650 \end_layout
22651
22652 \begin_layout Standard
22653 Los cuadros se emplean para dar formato a bloques de texto.
22654  Se pueden usar para escribir documentos con varios lenguajes, ver sección\InsetSpace ~
22655
22656 \begin_inset LatexCommand ref
22657 reference "sec:Minipáginas"
22658
22659 \end_inset
22660
22661 , enmarcar textos, ver sección\InsetSpace ~
22662
22663 \begin_inset LatexCommand ref
22664 reference "sec:Cuadros-Enmarcados"
22665
22666 \end_inset
22667
22668 , evitar la división de palabras, ver sección\InsetSpace ~
22669
22670 \begin_inset LatexCommand ref
22671 reference "sec:Prevención-de-la-Partición-con-Guiones"
22672
22673 \end_inset
22674
22675 , alinear texto, ver sección\InsetSpace ~
22676
22677 \begin_inset LatexCommand ref
22678 reference "sub:Alineación-Vertical"
22679
22680 \end_inset
22681
22682 , o para poner color de fondo a un texto, ver sección\InsetSpace ~
22683
22684 \begin_inset LatexCommand ref
22685 reference "sec:Cuadros-Coloreados"
22686
22687 \end_inset
22688
22689 .
22690 \end_layout
22691
22692 \begin_layout Standard
22693 Se insertan con el menú 
22694 \family sans
22695 Insertar\SpecialChar \menuseparator
22696 Cuadro
22697 \family default
22698 .
22699  Surge un recuadro gris con la etiqueta 
22700 \family sans
22701 Cuadro (Minipágina)
22702 \family default
22703
22704 \begin_inset Graphics
22705         filename ../clipart/CuadroMinipagQt4.png
22706         scale 75
22707         keepAspectRatio
22708
22709 \end_inset
22710
22711 .
22712  El tipo de cuadro se puede elegir al hacer click-derecho sobre él.
22713  Sale un diálogo en el que 
22714 \family sans
22715 Cuadro
22716 \family default
22717 \InsetSpace ~
22718
22719 \family sans
22720 interior
22721 \family default
22722  permite escoger los tipos 
22723 \family sans
22724 Parbox (
22725 \family default
22726
22727 \begin_inset Quotes eld
22728 \end_inset
22729
22730
22731 \family sans
22732 Párrafo
22733 \family default
22734
22735 \begin_inset Quotes erd
22736 \end_inset
22737
22738
22739 \family sans
22740 )
22741 \family default
22742  y 
22743 \family sans
22744 Minipágina
22745 \family default
22746 .
22747  El 
22748 \family sans
22749 Minipágina
22750 \family default
22751  es el predeterminado para nuevos cuadros y se explica en la sección\InsetSpace ~
22752
22753 \begin_inset LatexCommand ref
22754 reference "sec:Minipáginas"
22755
22756 \end_inset
22757
22758 ; el tipo 
22759 \family sans
22760 Parbox
22761 \family default
22762  se describe en la sección\InsetSpace ~
22763
22764 \begin_inset LatexCommand ref
22765 reference "sec:Cuadros-de-Párrafo"
22766
22767 \end_inset
22768
22769 .
22770 \end_layout
22771
22772 \begin_layout Standard
22773 Los cuadros no se numeran y por tanto no se pueden referenciar como los
22774  flotantes o las notas al pie.
22775 \end_layout
22776
22777 \begin_layout Standard
22778 \begin_inset Note Greyedout
22779 status open
22780
22781 \begin_layout Standard
22782
22783 \series bold
22784 Nota:
22785 \series default
22786  Debido a un error en LyX hay que insertar un espacio protegido detrás de
22787  un cuadro si se desea separar con un espacio el cuadro y el texto siguiente.
22788 \end_layout
22789
22790 \end_inset
22791
22792
22793 \end_layout
22794
22795 \begin_layout Standard
22796 \begin_inset Note Greyedout
22797 status open
22798
22799 \begin_layout Standard
22800
22801 \series bold
22802 Nota:
22803 \series default
22804  Los cuadros no deben ser el item en un entorno 
22805 \family sans
22806 Enumeración
22807 \family default
22808  o 
22809 \family sans
22810 Descripción
22811 \family default
22812 .
22813 \end_layout
22814
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \begin_layout Standard
22821 \begin_inset Note Greyedout
22822 status open
22823
22824 \begin_layout Standard
22825
22826 \series bold
22827 Nota:
22828 \series default
22829  Por razones desconocidas solo se puede poner el tipo 
22830 \family sans
22831 Cuadro\InsetSpace ~
22832 interior
22833 \family default
22834  en 
22835 \family sans
22836 Ninguno
22837 \family default
22838  cuando se emplea un cuadro enmarcado.
22839  Los cuadros sin ningún tipo de 
22840 \family sans
22841 Cuadro\InsetSpace ~
22842 interior
22843 \family default
22844  y sin marcos se explican en la sección\InsetSpace ~
22845
22846 \begin_inset LatexCommand ref
22847 reference "sec:Prevención-de-la-Partición-con-Guiones"
22848
22849 \end_inset
22850
22851 .
22852 \end_layout
22853
22854 \end_inset
22855
22856
22857 \end_layout
22858
22859 \begin_layout Section
22860 Diálogo Cuadros
22861 \begin_inset LatexCommand label
22862 name "sec:Diálogo-Cuadros"
22863
22864 \end_inset
22865
22866
22867 \begin_inset LatexCommand index
22868 name "Cuadros ! Diálogo"
22869
22870 \end_inset
22871
22872
22873 \begin_inset LatexCommand index
22874 name "Cuadros ! Alineación"
22875
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \begin_layout Standard
22882 En el diálogo puedes ajustar la geometría del cuadro en los campos 
22883 \family sans
22884 Ancho
22885 \family default
22886  y 
22887 \family sans
22888 Alto
22889 \family default
22890 .
22891  Las unidades disponibles para la geometría se explican en la Tabla\InsetSpace ~
22892
22893 \begin_inset LatexCommand ref
22894 reference "tab:Unidades"
22895
22896 \end_inset
22897
22898 .
22899  El campo 
22900 \family sans
22901 Alto
22902 \family default
22903  ofrece los siguientes tamaños adicionales:
22904 \end_layout
22905
22906 \begin_layout Description
22907 Profundidad Este es el texto plano 
22908 \begin_inset Quotes eld
22909 \end_inset
22910
22911 alto
22912 \begin_inset Quotes erd
22913 \end_inset
22914
22915 .
22916  Ignora la profundidad total cuando hay mútiples líneas de texto en el cuadro:
22917 \newline
22918
22919 \newline
22920
22921 \newline
22922
22923 \begin_inset Box Boxed
22924 position "c"
22925 hor_pos "c"
22926 has_inner_box 1
22927 inner_pos "c"
22928 use_parbox 0
22929 width "12col%"
22930 special "none"
22931 height "1in"
22932 height_special "depth"
22933 status open
22934
22935 \begin_layout Standard
22936 \align center
22937 Cuadro con altura establecida en 1\InsetSpace \thinspace{}
22938 Profundidad
22939 \end_layout
22940
22941 \end_inset
22942
22943
22944 \newline
22945
22946 \newline
22947
22948 \end_layout
22949
22950 \begin_layout Description
22951 Alto Es la altura del texto que está dentro del cuadro.
22952  Un valor de, p.\InsetSpace \thinspace{}
22953 e.\InsetSpace ~
22954 2 para este tamaño fijará la altura del cuadro a 2 veces
22955  la altura del texto: 
22956 \begin_inset Box Boxed
22957 position "c"
22958 hor_pos "c"
22959 has_inner_box 1
22960 inner_pos "c"
22961 use_parbox 0
22962 width "20col%"
22963 special "none"
22964 height "2in"
22965 height_special "height"
22966 status open
22967
22968 \begin_layout Standard
22969 \align center
22970 Cuadro con altura puesta en 2\InsetSpace \thinspace{}
22971 Alto
22972 \end_layout
22973
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \begin_layout Description
22980 Alto\InsetSpace ~
22981 Total Esto es el Alto\InsetSpace \thinspace{}
22982 +\InsetSpace \thinspace{}
22983 Profundidad: 
22984 \begin_inset Box Boxed
22985 position "c"
22986 hor_pos "c"
22987 has_inner_box 1
22988 inner_pos "c"
22989 use_parbox 0
22990 width "20col%"
22991 special "none"
22992 height "1in"
22993 height_special "totalheight"
22994 status open
22995
22996 \begin_layout Standard
22997 \align center
22998 Cuadro con altura puesta a 1\InsetSpace \thinspace{}
22999 Alto\InsetSpace ~
23000 total
23001 \end_layout
23002
23003 \end_inset
23004
23005
23006 \end_layout
23007
23008 \begin_layout Description
23009 Ancho Esto determina al ancho del cuadro como altura: 
23010 \begin_inset Box Boxed
23011 position "c"
23012 hor_pos "c"
23013 has_inner_box 1
23014 inner_pos "c"
23015 use_parbox 0
23016 width "12col%"
23017 special "none"
23018 height "1in"
23019 height_special "width"
23020 status open
23021
23022 \begin_layout Standard
23023 \align center
23024 Cuadro con altura puesta en 1\InsetSpace \thinspace{}
23025 Ancho
23026 \end_layout
23027
23028 \end_inset
23029
23030
23031 \end_layout
23032
23033 \begin_layout Standard
23034 \begin_inset VSpace bigskip
23035 \end_inset
23036
23037 Si has elegido un 
23038 \family sans
23039 Cuadro\InsetSpace ~
23040 interior
23041 \family default
23042 , la alineación vertical del cuadro puede ser:
23043 \end_layout
23044
23045 \begin_layout Description
23046 Superior Ejemplo de línea de texto.
23047  
23048 \begin_inset Box Boxed
23049 position "t"
23050 hor_pos "c"
23051 has_inner_box 1
23052 inner_pos "c"
23053 use_parbox 0
23054 width "12col%"
23055 special "none"
23056 height "1in"
23057 height_special "totalheight"
23058 status open
23059
23060 \begin_layout Standard
23061 \align center
23062 Cuadro alineado arriba.
23063 \end_layout
23064
23065 \end_inset
23066
23067 \InsetSpace ~
23068 Ejemplo de línea de texto.
23069 \end_layout
23070
23071 \begin_layout Description
23072 Medio Ejemplo de línea de texto.
23073  
23074 \begin_inset Box Boxed
23075 position "c"
23076 hor_pos "c"
23077 has_inner_box 1
23078 inner_pos "c"
23079 use_parbox 0
23080 width "12col%"
23081 special "none"
23082 height "1in"
23083 height_special "totalheight"
23084 status open
23085
23086 \begin_layout Standard
23087 \align center
23088 Cuadro alineado enmedio.
23089 \end_layout
23090
23091 \end_inset
23092
23093 \InsetSpace ~
23094 Ejemplo de línea de texto.
23095 \end_layout
23096
23097 \begin_layout Description
23098 Inferior Ejemplo de línea de texto.
23099  
23100 \begin_inset Box Boxed
23101 position "b"
23102 hor_pos "c"
23103 has_inner_box 1
23104 inner_pos "c"
23105 use_parbox 0
23106 width "12col%"
23107 special "none"
23108 height "1in"
23109 height_special "totalheight"
23110 status open
23111
23112 \begin_layout Standard
23113 \align center
23114 Cuadro alineado abajo.
23115 \end_layout
23116
23117 \end_inset
23118
23119 \InsetSpace ~
23120 Ejemplo de línea de texto.
23121 \end_layout
23122
23123 \begin_layout Standard
23124 La alineación horizontal del cuadro puede establecerse en el diálogo de
23125  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
23126 \end_layout
23127
23128 \begin_layout Standard
23129 \begin_inset VSpace bigskip
23130 \end_inset
23131
23132 Cuando has escogido un 
23133 \family sans
23134 Cuadro\InsetSpace ~
23135 interior
23136 \family default
23137 , el contenido puede alinearse verticalmente a:
23138 \end_layout
23139
23140 \begin_layout Description
23141 Superior Ejemplo de línea de texto.
23142  
23143 \begin_inset Box Boxed
23144 position "c"
23145 hor_pos "c"
23146 has_inner_box 1
23147 inner_pos "t"
23148 use_parbox 0
23149 width "12col%"
23150 special "none"
23151 height "1.5in"
23152 height_special "totalheight"
23153 status open
23154
23155 \begin_layout Standard
23156 \align center
23157 Cuadro con texto alineado arriba.
23158 \end_layout
23159
23160 \end_inset
23161
23162 \InsetSpace ~
23163 Ejemplo de línea de texto.
23164 \end_layout
23165
23166 \begin_layout Description
23167 Medio Ejemplo de línea de texto.
23168  
23169 \begin_inset Box Boxed
23170 position "c"
23171 hor_pos "c"
23172 has_inner_box 1
23173 inner_pos "c"
23174 use_parbox 0
23175 width "12col%"
23176 special "none"
23177 height "1.5in"
23178 height_special "totalheight"
23179 status open
23180
23181 \begin_layout Standard
23182 \align center
23183 Cuadro con texto alineado enmedio.
23184 \end_layout
23185
23186 \end_inset
23187
23188 \InsetSpace ~
23189 Ejemplo de línea de texto.
23190 \end_layout
23191
23192 \begin_layout Description
23193 Inferior Ejemplo de línea de texto.
23194  
23195 \begin_inset Box Boxed
23196 position "c"
23197 hor_pos "c"
23198 has_inner_box 1
23199 inner_pos "b"
23200 use_parbox 0
23201 width "12col%"
23202 special "none"
23203 height "1.5in"
23204 height_special "totalheight"
23205 status open
23206
23207 \begin_layout Standard
23208 \align center
23209 Cuadro con texto alineado abajo.
23210 \end_layout
23211
23212 \end_inset
23213
23214 \InsetSpace ~
23215 Ejemplo de línea de texto.
23216 \end_layout
23217
23218 \begin_layout Description
23219 Estirado Ejemplo de línea de texto.
23220  
23221 \begin_inset Box Boxed
23222 position "c"
23223 hor_pos "c"
23224 has_inner_box 1
23225 inner_pos "s"
23226 use_parbox 0
23227 width "12col%"
23228 special "none"
23229 height "1.5in"
23230 height_special "totalheight"
23231 status open
23232
23233 \begin_layout Standard
23234 \align center
23235 Este texto
23236 \end_layout
23237
23238 \begin_layout Standard
23239 \align center
23240 está
23241 \end_layout
23242
23243 \begin_layout Standard
23244 \align center
23245 estirado.
23246 \end_layout
23247
23248 \end_inset
23249
23250 \InsetSpace ~
23251 Ejemplo de línea de texto.
23252 \end_layout
23253
23254 \begin_layout Standard
23255 Para estirar el contenido debe tener más de un párrafo.
23256  En el ejemplo anterior cada línea de texto está en un párrafo propio.
23257 \end_layout
23258
23259 \begin_layout Standard
23260 \begin_inset VSpace bigskip
23261 \end_inset
23262
23263 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
23264  LyX cuando hayas escogido un 
23265 \family sans
23266 Cuadro\InsetSpace ~
23267 interior
23268 \family default
23269 .
23270 \end_layout
23271
23272 \begin_layout Standard
23273 \align center
23274 \begin_inset Box Boxed
23275 position "c"
23276 hor_pos "c"
23277 has_inner_box 1
23278 inner_pos "s"
23279 use_parbox 0
23280 width "15col%"
23281 special "none"
23282 height "1.25in"
23283 height_special "totalheight"
23284 status open
23285
23286 \begin_layout Standard
23287 \align left
23288 Cuadro
23289 \end_layout
23290
23291 \begin_layout Standard
23292 \align center
23293 con texto
23294 \end_layout
23295
23296 \begin_layout Standard
23297 \align right
23298 estirado
23299 \end_layout
23300
23301 \end_inset
23302
23303
23304 \end_layout
23305
23306 \begin_layout Standard
23307 Si no has estabecido un 
23308 \family sans
23309 Cuadro\InsetSpace ~
23310 interior
23311 \family default
23312 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
23313  cuadro.
23314 \end_layout
23315
23316 \begin_layout Standard
23317 \align center
23318 \begin_inset Box Boxed
23319 position "c"
23320 hor_pos "s"
23321 has_inner_box 0
23322 inner_pos "s"
23323 use_parbox 0
23324 width "90col%"
23325 special "none"
23326 height "1.25in"
23327 height_special "totalheight"
23328 status open
23329
23330 \begin_layout Standard
23331 \align left
23332 Texto estirado horizontalmente.
23333 \end_layout
23334
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \begin_layout Section
23341 Cuadros Enmarcados
23342 \begin_inset LatexCommand label
23343 name "sec:Cuadros-Enmarcados"
23344
23345 \end_inset
23346
23347
23348 \begin_inset LatexCommand index
23349 name "Cuadros ! Marcos"
23350
23351 \end_inset
23352
23353
23354 \end_layout
23355
23356 \begin_layout Standard
23357 El estilo de marco del cuadro se puede determinar en la lista desplegable
23358  
23359 \family sans
23360 Tipo
23361 \family default
23362  del diálogo de cuadros.
23363  Son posibles los siguientes marcos:
23364 \end_layout
23365
23366 \begin_layout Description
23367 Marco\InsetSpace ~
23368 rectangular Dibuja un marco rectangular alrededor del cuadro.
23369  El grosor del marco depende de 
23370 \series bold
23371
23372 \backslash
23373 fboxrule
23374 \series default
23375 .
23376  
23377 \begin_inset Box Boxed
23378 position "c"
23379 hor_pos "c"
23380 has_inner_box 1
23381 inner_pos "c"
23382 use_parbox 0
23383 width "25col%"
23384 special "none"
23385 height "1in"
23386 height_special "totalheight"
23387 status open
23388
23389 \begin_layout Standard
23390 \align center
23391 Cuadro rectangular
23392 \end_layout
23393
23394 \end_inset
23395
23396
23397 \end_layout
23398
23399 \begin_layout Description
23400 Marco\InsetSpace ~
23401 ovalado,\InsetSpace ~
23402 fino Dibuja un marco ovalado cuya línea tiene un grosor de
23403  0.4\InsetSpace \thinspace{}
23404 pt.
23405  
23406 \begin_inset Box ovalbox
23407 position "c"
23408 hor_pos "c"
23409 has_inner_box 1
23410 inner_pos "c"
23411 use_parbox 0
23412 width "25col%"
23413 special "none"
23414 height "1in"
23415 height_special "totalheight"
23416 status open
23417
23418 \begin_layout Standard
23419 \align center
23420 Marco ovalado, fino
23421 \end_layout
23422
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \begin_layout Description
23429 Marco\InsetSpace ~
23430 ovalado,\InsetSpace ~
23431 grueso Dibuja un marco ovalado cuya línea tiene un grosor de
23432  0.8\InsetSpace \thinspace{}
23433 pt.
23434  
23435 \begin_inset Box Ovalbox
23436 position "c"
23437 hor_pos "c"
23438 has_inner_box 1
23439 inner_pos "c"
23440 use_parbox 0
23441 width "30col%"
23442 special "none"
23443 height "1in"
23444 height_special "totalheight"
23445 status open
23446
23447 \begin_layout Standard
23448 \align center
23449 Cuadro ovalado, grueso
23450 \end_layout
23451
23452 \end_inset
23453
23454
23455 \end_layout
23456
23457 \begin_layout Description
23458 Marco\InsetSpace ~
23459 con\InsetSpace ~
23460 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
23461  El grosor de la línea tiene el tamaño dado por 
23462 \series bold
23463
23464 \backslash
23465 fboxrule
23466 \series default
23467 , la sombra tiene una anchura de 4\InsetSpace \thinspace{}
23468 pt.
23469  
23470 \begin_inset Box Shadowbox
23471 position "c"
23472 hor_pos "c"
23473 has_inner_box 1
23474 inner_pos "c"
23475 use_parbox 0
23476 width "20col%"
23477 special "none"
23478 height "1in"
23479 height_special "totalheight"
23480 status open
23481
23482 \begin_layout Standard
23483 \align center
23484 Marco sombrado
23485 \end_layout
23486
23487 \end_inset
23488
23489
23490 \end_layout
23491
23492 \begin_layout Description
23493 Marco\InsetSpace ~
23494 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
23495  El grosor de la línea interior es 0.75\InsetSpace \thinspace{}
23496
23497 \series bold
23498
23499 \backslash
23500 fboxrule
23501 \series default
23502 , el de la línea exterior es 1.5\InsetSpace \thinspace{}
23503
23504 \series bold
23505
23506 \backslash
23507 fboxrule
23508 \series default
23509 .
23510  La distancia entre líneas es 1.5\InsetSpace \thinspace{}
23511
23512 \series bold
23513
23514 \backslash
23515 fboxrule
23516 \series default
23517 \InsetSpace \thinspace{}
23518 +\InsetSpace \thinspace{}
23519 0.5\InsetSpace \thinspace{}
23520 pt.
23521  
23522 \begin_inset Box Doublebox
23523 position "c"
23524 hor_pos "c"
23525 has_inner_box 1
23526 inner_pos "c"
23527 use_parbox 0
23528 width "20col%"
23529 special "none"
23530 height "1in"
23531 height_special "totalheight"
23532 status open
23533
23534 \begin_layout Standard
23535 \align center
23536 Marco doble
23537 \end_layout
23538
23539 \end_inset
23540
23541
23542 \end_layout
23543
23544 \begin_layout Standard
23545 \begin_inset VSpace bigskip
23546 \end_inset
23547
23548 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
23549  Para poder utilizar los distintos marcos, debe estar instalado el paquete
23550  LaTeX 
23551 \series bold
23552 fancybox
23553 \series default
23554
23555 \begin_inset LatexCommand index
23556 name "LaTeX-paquetes ! fancybox"
23557
23558 \end_inset
23559
23560 .
23561 \end_layout
23562
23563 \begin_layout Standard
23564 \begin_inset VSpace bigskip
23565 \end_inset
23566
23567 El valor predeterminado por 
23568 \series bold
23569
23570 \backslash
23571 fboxrule
23572 \series default
23573  es 0.4\InsetSpace \thinspace{}
23574 pt.
23575  Puede cambiarse con el siguiente comando en ERT, p.\InsetSpace \thinspace{}
23576 e.\InsetSpace ~
23577 a\InsetSpace ~
23578 2\InsetSpace \thinspace{}
23579 pt:
23580 \end_layout
23581
23582 \begin_layout Standard
23583
23584 \series bold
23585
23586 \backslash
23587 setlength{
23588 \backslash
23589 fboxrule}{2pt}
23590 \end_layout
23591
23592 \begin_layout Standard
23593 \begin_inset ERT
23594 status collapsed
23595
23596 \begin_layout Standard
23597
23598
23599 \backslash
23600 setlength{
23601 \backslash
23602 fboxrule}{2pt}
23603 \end_layout
23604
23605 \end_inset
23606
23607
23608 \begin_inset Box Boxed
23609 position "c"
23610 hor_pos "c"
23611 has_inner_box 1
23612 inner_pos "c"
23613 use_parbox 0
23614 width "25col%"
23615 special "none"
23616 height "1in"
23617 height_special "totalheight"
23618 status open
23619
23620 \begin_layout Standard
23621 \align center
23622 Cuadro rectangular con 
23623 \series bold
23624
23625 \backslash
23626 fboxrule
23627 \series default
23628 \InsetSpace \thinspace{}
23629 =\InsetSpace \thinspace{}
23630 2\InsetSpace \thinspace{}
23631 pt
23632 \end_layout
23633
23634 \end_inset
23635
23636
23637 \begin_inset ERT
23638 status collapsed
23639
23640 \begin_layout Standard
23641
23642
23643 \backslash
23644 setlength{
23645 \backslash
23646 fboxrule}{0.4pt}
23647 \end_layout
23648
23649 \end_inset
23650
23651
23652 \end_layout
23653
23654 \begin_layout Standard
23655 \begin_inset VSpace bigskip
23656 \end_inset
23657
23658 El espacio entre el marco y el contenido del cuadro es 3\InsetSpace \thinspace{}
23659 pt por defecto para
23660  todos los estilos.
23661  Se puede cambiar mediante la longitud 
23662 \series bold
23663
23664 \backslash
23665 fboxsep
23666 \series default
23667 .
23668  Por ejemplo el comando
23669 \end_layout
23670
23671 \begin_layout Standard
23672
23673 \series bold
23674
23675 \backslash
23676 setlength{
23677 \backslash
23678 fboxsep}{10pt}
23679 \end_layout
23680
23681 \begin_layout Standard
23682 determina un valor de 10\InsetSpace \thinspace{}
23683 pt, como en el siguiente cuadro:
23684 \end_layout
23685
23686 \begin_layout Standard
23687 \begin_inset ERT
23688 status collapsed
23689
23690 \begin_layout Standard
23691
23692
23693 \backslash
23694 setlength{
23695 \backslash
23696 fboxsep}{10pt}
23697 \end_layout
23698
23699 \end_inset
23700
23701
23702 \begin_inset Box Boxed
23703 position "c"
23704 hor_pos "c"
23705 has_inner_box 1
23706 inner_pos "c"
23707 use_parbox 0
23708 width "25col%"
23709 special "none"
23710 height "1in"
23711 height_special "totalheight"
23712 status open
23713
23714 \begin_layout Standard
23715 \align center
23716 Cuadro rectangular con 
23717 \series bold
23718
23719 \backslash
23720 fboxsep
23721 \series default
23722 \InsetSpace \thinspace{}
23723 =\InsetSpace \thinspace{}
23724 10\InsetSpace \thinspace{}
23725 pt
23726 \end_layout
23727
23728 \end_inset
23729
23730
23731 \begin_inset ERT
23732 status collapsed
23733
23734 \begin_layout Standard
23735
23736
23737 \backslash
23738 setlength{
23739 \backslash
23740 fboxsep}{3pt}
23741 \end_layout
23742
23743 \end_inset
23744
23745
23746 \end_layout
23747
23748 \begin_layout Standard
23749 \begin_inset VSpace bigskip
23750 \end_inset
23751
23752 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
23753  el comando 
23754 \series bold
23755
23756 \backslash
23757 cornersize
23758 \series default
23759 .
23760  El comando
23761 \end_layout
23762
23763 \begin_layout Standard
23764
23765 \series bold
23766
23767 \backslash
23768 cornersize*{1cm}
23769 \end_layout
23770
23771 \begin_layout Standard
23772 establece un diámetro de 1\InsetSpace \thinspace{}
23773 cm.
23774  El comando
23775 \end_layout
23776
23777 \begin_layout Standard
23778
23779 \series bold
23780
23781 \backslash
23782 cornersize{num}
23783 \end_layout
23784
23785 \begin_layout Standard
23786 fija el diámetro en 
23787 \family sans
23788 num\InsetSpace \thinspace{}
23789 ×\InsetSpace \thinspace{}
23790 minimo(ancho y alto del cuadro)
23791 \family default
23792 .
23793  Por defecto es 
23794 \series bold
23795
23796 \backslash
23797 cornersize{0.5}
23798 \series default
23799 .
23800 \end_layout
23801
23802 \begin_layout Standard
23803 \begin_inset ERT
23804 status collapsed
23805
23806 \begin_layout Standard
23807
23808
23809 \backslash
23810 cornersize*{1.5cm}
23811 \end_layout
23812
23813 \end_inset
23814
23815
23816 \begin_inset Box Ovalbox
23817 position "c"
23818 hor_pos "c"
23819 has_inner_box 1
23820 inner_pos "c"
23821 use_parbox 0
23822 width "28col%"
23823 special "none"
23824 height "1in"
23825 height_special "totalheight"
23826 status open
23827
23828 \begin_layout Standard
23829 \align center
23830 Cuadro ovalado con 
23831 \series bold
23832
23833 \backslash
23834 cornersize
23835 \series default
23836 \InsetSpace \thinspace{}
23837 =\InsetSpace \thinspace{}
23838 1.5\InsetSpace \thinspace{}
23839 cm
23840 \end_layout
23841
23842 \end_inset
23843
23844
23845 \begin_inset ERT
23846 status collapsed
23847
23848 \begin_layout Standard
23849
23850
23851 \backslash
23852 cornersize{0.5}
23853 \end_layout
23854
23855 \end_inset
23856
23857
23858 \end_layout
23859
23860 \begin_layout Standard
23861 \begin_inset VSpace bigskip
23862 \end_inset
23863
23864 El tamaño de la sombra se puede ajustar cambiando la longitud 
23865 \series bold
23866
23867 \backslash
23868 shadowsize
23869 \series default
23870 .
23871  Este comando la ajusta a 2\InsetSpace \thinspace{}
23872 pt en el cuadro siguiente:
23873 \end_layout
23874
23875 \begin_layout Standard
23876
23877 \series bold
23878
23879 \backslash
23880 setlength{
23881 \backslash
23882 shadowsize}{2pt}
23883 \end_layout
23884
23885 \begin_layout Standard
23886 \begin_inset ERT
23887 status collapsed
23888
23889 \begin_layout Standard
23890
23891
23892 \backslash
23893 setlength{
23894 \backslash
23895 shadowsize}{2pt}
23896 \end_layout
23897
23898 \end_inset
23899
23900
23901 \begin_inset Box Shadowbox
23902 position "c"
23903 hor_pos "c"
23904 has_inner_box 1
23905 inner_pos "c"
23906 use_parbox 0
23907 width "28col%"
23908 special "none"
23909 height "1in"
23910 height_special "totalheight"
23911 status open
23912
23913 \begin_layout Standard
23914 \align center
23915 Cuadro sombreado con 
23916 \series bold
23917
23918 \backslash
23919 shadowsize
23920 \series default
23921 \InsetSpace \thinspace{}
23922 =\InsetSpace \thinspace{}
23923 2\InsetSpace \thinspace{}
23924 pt
23925 \end_layout
23926
23927 \end_inset
23928
23929
23930 \begin_inset ERT
23931 status collapsed
23932
23933 \begin_layout Standard
23934
23935
23936 \backslash
23937 setlength{
23938 \backslash
23939 shadowsize}{4pt}
23940 \end_layout
23941
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \begin_layout Standard
23948 \begin_inset VSpace bigskip
23949 \end_inset
23950
23951 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
23952  a los comandos.
23953 \end_layout
23954
23955 \begin_layout Section
23956 Minipáginas
23957 \begin_inset LatexCommand label
23958 name "sec:Minipáginas"
23959
23960 \end_inset
23961
23962
23963 \begin_inset LatexCommand index
23964 name "Cuadros ! Minipáginas"
23965
23966 \end_inset
23967
23968
23969 \end_layout
23970
23971 \begin_layout Standard
23972 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
23973  por tanto pueden tener, por ejemplo, sus propias notas al pie.
23974 \end_layout
23975
23976 \begin_layout Standard
23977 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
23978 \end_layout
23979
23980 \begin_layout Standard
23981 A continuación hay dos ejemplos de minipáginas adosadas.
23982  Su anchura está puesta en 45\InsetSpace \thinspace{}
23983 col% y separadas por un relleno horizontal,
23984  insertado via el menú 
23985 \family sans
23986 Insertar\SpecialChar \menuseparator
23987 Formato\InsetSpace ~
23988
23989 \family default
23990 es
23991 \family sans
23992 pecial\InsetSpace ~
23993 \SpecialChar \menuseparator
23994 Relleno\InsetSpace ~
23995 horizontal
23996 \family default
23997 .
23998 \end_layout
23999
24000 \begin_layout Standard
24001 \begin_inset Box Frameless
24002 position "t"
24003 hor_pos "c"
24004 has_inner_box 1
24005 inner_pos "c"
24006 use_parbox 0
24007 width "45col%"
24008 special "none"
24009 height "1in"
24010 height_special "totalheight"
24011 status open
24012
24013 \begin_layout Standard
24014
24015 \lang german
24016 Dies ist ein deutscher Text.
24017  Dies ist ein deutscher Text.
24018  Dies ist ein deutscher Text.
24019  Dies ist ein deutscher Text.
24020  Dies ist ein deutscher Text.
24021  Dies ist ein deutscher Text.
24022  Dies ist ein deutscher Text.
24023  Dies ist ein deutscher Text.
24024  Dies ist ein deutscher Text.
24025  Dies ist ein deutscher Text.
24026  Dies ist ein deutscher Text.
24027  Dies ist ein deutscher Text.
24028  Dies ist ein deutscher Text
24029 \begin_inset Foot
24030 status collapsed
24031
24032 \begin_layout Standard
24033
24034 \lang german
24035 Dies ist eine deutsche Fußnote.
24036 \end_layout
24037
24038 \end_inset
24039
24040 .
24041  Dies ist ein deutscher Text.
24042  Dies ist ein deutscher Text.
24043 \end_layout
24044
24045 \end_inset
24046
24047
24048 \hfill
24049
24050 \begin_inset Box Frameless
24051 position "t"
24052 hor_pos "c"
24053 has_inner_box 1
24054 inner_pos "c"
24055 use_parbox 0
24056 width "45col%"
24057 special "none"
24058 height "1in"
24059 height_special "totalheight"
24060 status open
24061
24062 \begin_layout Standard
24063 This is an English Text.
24064  This is an English Text.
24065  This is an English Text.
24066  This is an English Text.
24067  This is an English Text.
24068  This is an English Text.
24069  This is an English Text.
24070  This is an English Text.
24071  This is an English Text.
24072  This is an English Text.
24073  This is an English Text.
24074  This is an English Text.
24075  This is an English Text.
24076  This is an English Text.
24077  This is an English Text.
24078  This is an English Text.
24079 \begin_inset Foot
24080 status collapsed
24081
24082 \begin_layout Standard
24083 This is an English footnote.
24084 \end_layout
24085
24086 \end_inset
24087
24088  This is an English Text.
24089  
24090 \end_layout
24091
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \begin_layout Standard
24098 \begin_inset VSpace bigskip
24099 \end_inset
24100
24101 Otra aplicación de los cuadros son las notas a pie en tablas.
24102  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
24103  al final de la página actual.
24104  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
24105  en la parte inferior, ordenadas con letras.
24106  La ordenación de las notas al pie se restablece en cada minipágina pero
24107  no fuera de las minipáginas.
24108 \end_layout
24109
24110 \begin_layout Standard
24111 La nota al pie en esta tabla no aparece: 
24112 \begin_inset Tabular
24113 <lyxtabular version="3" rows="3" columns="4">
24114 <features>
24115 <column alignment="center" valignment="top" leftline="true" width="0pt">
24116 <column alignment="center" valignment="top" leftline="true" width="0pt">
24117 <column alignment="center" valignment="top" leftline="true" width="0pt">
24118 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24119 <row topline="true">
24120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24121 \begin_inset Text
24122
24123 \begin_layout Standard
24124 1
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Standard
24133 2
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Standard
24142 3
24143 \begin_inset Foot
24144 status open
24145
24146 \begin_layout Standard
24147 Nota al pie en una tabla.
24148 \end_layout
24149
24150 \end_inset
24151
24152
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Standard
24161 4
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 </row>
24167 <row topline="true">
24168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Standard
24172 a
24173 \end_layout
24174
24175 \end_inset
24176 </cell>
24177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24178 \begin_inset Text
24179
24180 \begin_layout Standard
24181 b
24182 \end_layout
24183
24184 \end_inset
24185 </cell>
24186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Standard
24190 c
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Standard
24199 d
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 </row>
24205 <row topline="true" bottomline="true">
24206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24207 \begin_inset Text
24208
24209 \begin_layout Standard
24210 e
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Standard
24219 f
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Standard
24228 g
24229 \end_layout
24230
24231 \end_inset
24232 </cell>
24233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Standard
24237 h
24238 \end_layout
24239
24240 \end_inset
24241 </cell>
24242 </row>
24243 </lyxtabular>
24244
24245 \end_inset
24246
24247
24248 \end_layout
24249
24250 \begin_layout Standard
24251 \align center
24252 \begin_inset Box Frameless
24253 position "t"
24254 hor_pos "c"
24255 has_inner_box 1
24256 inner_pos "c"
24257 use_parbox 0
24258 width "30col%"
24259 special "none"
24260 height "1in"
24261 height_special "totalheight"
24262 status open
24263
24264 \begin_layout Standard
24265 \align center
24266 \begin_inset Tabular
24267 <lyxtabular version="3" rows="3" columns="4">
24268 <features>
24269 <column alignment="center" valignment="top" leftline="true" width="0pt">
24270 <column alignment="center" valignment="top" leftline="true" width="0pt">
24271 <column alignment="center" valignment="top" leftline="true" width="0pt">
24272 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24273 <row topline="true">
24274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24275 \begin_inset Text
24276
24277 \begin_layout Standard
24278 1
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Standard
24287 2
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Standard
24296 3
24297 \begin_inset Foot
24298 status open
24299
24300 \begin_layout Standard
24301 Nota al pie en una tabla..
24302 \end_layout
24303
24304 \end_inset
24305
24306
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Standard
24315 4
24316 \end_layout
24317
24318 \end_inset
24319 </cell>
24320 </row>
24321 <row topline="true">
24322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Standard
24326 a
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Standard
24335 b
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Standard
24344 c
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Standard
24353 d
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 </row>
24359 <row topline="true" bottomline="true">
24360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Standard
24364 e
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Standard
24373 f
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Standard
24382 g
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Standard
24391 h
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 </row>
24397 </lyxtabular>
24398
24399 \end_inset
24400
24401
24402 \end_layout
24403
24404 \end_inset
24405
24406
24407 \end_layout
24408
24409 \begin_layout Standard
24410 \begin_inset VSpace bigskip
24411 \end_inset
24412
24413 La configuración global de párrafos se ignora en las minipáginas.
24414  Esto significa que en las mismas no habrá espacio entre párrafos aunque
24415  pongas p.\InsetSpace \thinspace{}
24416 e.\InsetSpace ~
24417
24418 \family sans
24419 Salto\InsetSpace ~
24420 medio
24421 \family default
24422  en la configuración del documento.
24423 \end_layout
24424
24425 \begin_layout Standard
24426 Las minipáginas también sirven para poner un color de fondo para partes
24427  de texto, ver sección\InsetSpace ~
24428
24429 \begin_inset LatexCommand ref
24430 reference "sub:Color-en-Párrafos"
24431
24432 \end_inset
24433
24434 .
24435 \end_layout
24436
24437 \begin_layout Standard
24438 \begin_inset Note Greyedout
24439 status open
24440
24441 \begin_layout Standard
24442
24443 \series bold
24444 Nota:
24445 \series default
24446  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
24447  tener minipáginas en tablas, flotantes, y otros cuadros.
24448 \end_layout
24449
24450 \end_inset
24451
24452
24453 \end_layout
24454
24455 \begin_layout Section
24456 Cuadros de Párrafo (Parbox)
24457 \begin_inset LatexCommand label
24458 name "sec:Cuadros-de-Párrafo"
24459
24460 \end_inset
24461
24462
24463 \begin_inset LatexCommand index
24464 name "Cuadros ! de Párrafo"
24465
24466 \end_inset
24467
24468
24469 \end_layout
24470
24471 \begin_layout Standard
24472 Los cuadros de párrafo son similares a las minipáginas con la diferencia
24473  de que no pueden contener notas al pie.
24474   La diferencia principal es que las minipáginas no son verdaderos cuadros
24475  sino entornos de LaTeX.
24476 \end_layout
24477
24478 \begin_layout Standard
24479 \align center
24480 \begin_inset Box Frameless
24481 position "t"
24482 hor_pos "c"
24483 has_inner_box 1
24484 inner_pos "t"
24485 use_parbox 1
24486 width "33col%"
24487 special "none"
24488 height "1in"
24489 height_special "totalheight"
24490 status collapsed
24491
24492 \begin_layout Standard
24493 Texto en un cuadro de párrafo.
24494  Texto en un cuadro de párrafo.
24495  Esta nota no aparece:
24496 \begin_inset Foot
24497 status open
24498
24499 \begin_layout Standard
24500 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
24501 \end_layout
24502
24503 \end_inset
24504
24505
24506 \end_layout
24507
24508 \end_inset
24509
24510
24511 \end_layout
24512
24513 \begin_layout Section
24514 Cuadros para Palabras y Caracteres
24515 \begin_inset LatexCommand index
24516 name "Cuadros ! para Palabras y Caracteres"
24517
24518 \end_inset
24519
24520
24521 \end_layout
24522
24523 \begin_layout Subsection
24524 Prevención de la Partición con Guiones
24525 \begin_inset LatexCommand label
24526 name "sec:Prevención-de-la-Partición-con-Guiones"
24527
24528 \end_inset
24529
24530
24531 \begin_inset LatexCommand index
24532 name "Cuadros ! Prevenir Partición con Guiones"
24533
24534 \end_inset
24535
24536
24537 \end_layout
24538
24539 \begin_layout Standard
24540 Hay un tipo especial de cuadro para impedir que una palabra sea partida
24541  con guión.
24542 \newline
24543 He aquí un ejemplo:
24544 \end_layout
24545
24546 \begin_layout Standard
24547 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24548 e.\InsetSpace ~
24549 estalarguís
24550 imapalabra.
24551 \end_layout
24552
24553 \begin_layout Standard
24554 Para evitar su división usa el comando
24555 \end_layout
24556
24557 \begin_layout Standard
24558
24559 \series bold
24560
24561 \backslash
24562 mbox{
24563 \end_layout
24564
24565 \begin_layout Standard
24566 en ERT antes de la palabra.
24567  Tras ella inserta una llave de cierre 
24568 \begin_inset Quotes eld
24569 \end_inset
24570
24571
24572 \series bold
24573 }
24574 \series default
24575
24576 \begin_inset Quotes erd
24577 \end_inset
24578
24579  en ERT.
24580 \begin_inset ERT
24581 status collapsed
24582
24583 \begin_layout Standard
24584
24585
24586 \backslash
24587 pagebreak 
24588 \end_layout
24589
24590 \end_inset
24591
24592
24593 \end_layout
24594
24595 \begin_layout Standard
24596 Este es el resultado:
24597 \end_layout
24598
24599 \begin_layout Standard
24600 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24601 e.\InsetSpace ~
24602
24603 \begin_inset ERT
24604 status collapsed
24605
24606 \begin_layout Standard
24607
24608
24609 \backslash
24610 mbox{
24611 \end_layout
24612
24613 \end_inset
24614
24615 estalarguísimapalabra.
24616 \begin_inset ERT
24617 status collapsed
24618
24619 \begin_layout Standard
24620
24621 }
24622 \end_layout
24623
24624 \end_inset
24625
24626
24627 \end_layout
24628
24629 \begin_layout Standard
24630 Por supuesto, la palabra sobresale del margen.
24631  Para evitarlo añade, via el menú 
24632 \family sans
24633 Insertar\SpecialChar \menuseparator
24634 Formato\InsetSpace ~
24635 especial\InsetSpace ~
24636 \SpecialChar \menuseparator
24637 Salto\InsetSpace ~
24638 de\InsetSpace ~
24639
24640 \family default
24641 línea (atajo 
24642 \series bold
24643 Ctrl-Return
24644 \series default
24645 ), un salto de línea antes de la palabra:
24646 \end_layout
24647
24648 \begin_layout Standard
24649 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24650 e.\InsetSpace ~
24651
24652 \newline
24653
24654 \begin_inset ERT
24655 status collapsed
24656
24657 \begin_layout Standard
24658
24659
24660 \backslash
24661 mbox{
24662 \end_layout
24663
24664 \end_inset
24665
24666 estalarguísimapalabra.
24667 \begin_inset ERT
24668 status collapsed
24669
24670 \begin_layout Standard
24671
24672 }
24673 \end_layout
24674
24675 \end_inset
24676
24677
24678 \end_layout
24679
24680 \begin_layout Subsection
24681 Alineación Vertical
24682 \begin_inset LatexCommand label
24683 name "sub:Alineación-Vertical"
24684
24685 \end_inset
24686
24687
24688 \begin_inset LatexCommand index
24689 name "Cuadros ! para Alineación Vertical"
24690
24691 \end_inset
24692
24693
24694 \end_layout
24695
24696 \begin_layout Standard
24697 Con ayuda del comando 
24698 \series bold
24699
24700 \backslash
24701 raisebox
24702 \series default
24703  puedes alinear verticalmente con el texto circundante palabras o caracteres.
24704  
24705 \series bold
24706
24707 \backslash
24708 raisebox
24709 \series default
24710  se utiliza según el esquema:
24711 \end_layout
24712
24713 \begin_layout Standard
24714
24715 \series bold
24716
24717 \backslash
24718 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
24719 \end_layout
24720
24721 \begin_layout Standard
24722 La elevación puede ser un valor positivo para subir el cuadro o negativo
24723  para bajarlo.
24724 \end_layout
24725
24726 \begin_layout Standard
24727 Para alinear una palabra, p.\InsetSpace \thinspace{}
24728 e\InsetSpace ~
24729
24730 \begin_inset Quotes eld
24731 \end_inset
24732
24733 prevención
24734 \begin_inset Quotes erd
24735 \end_inset
24736
24737  para que la parte inferior de la letra más 
24738 \begin_inset Quotes eld
24739 \end_inset
24740
24741 profunda
24742 \begin_inset Quotes erd
24743 \end_inset
24744
24745  
24746 \begin_inset Quotes eld
24747 \end_inset
24748
24749 p
24750 \begin_inset Quotes erd
24751 \end_inset
24752
24753  esté en la línea de base, inserta el comando
24754 \end_layout
24755
24756 \begin_layout Standard
24757
24758 \series bold
24759
24760 \backslash
24761 raisebox{
24762 \backslash
24763 depth}{
24764 \end_layout
24765
24766 \begin_layout Standard
24767 en ERT antes de la palabra.
24768  Detrás de la palabra inserta una llave de cierre 
24769 \begin_inset Quotes eld
24770 \end_inset
24771
24772
24773 \series bold
24774 }
24775 \series default
24776
24777 \begin_inset Quotes erd
24778 \end_inset
24779
24780  en ERT.
24781 \newline
24782 Este es el resultado:
24783 \end_layout
24784
24785 \begin_layout Standard
24786 Esto es una línea de texto con la palabra 
24787 \begin_inset ERT
24788 status collapsed
24789
24790 \begin_layout Standard
24791
24792
24793 \backslash
24794 raisebox{
24795 \backslash
24796 depth}{
24797 \end_layout
24798
24799 \end_inset
24800
24801
24802 \begin_inset Quotes eld
24803 \end_inset
24804
24805 prevención
24806 \begin_inset Quotes erd
24807 \end_inset
24808
24809
24810 \begin_inset ERT
24811 status collapsed
24812
24813 \begin_layout Standard
24814
24815 }
24816 \end_layout
24817
24818 \end_inset
24819
24820  elevada.
24821 \end_layout
24822
24823 \begin_layout Standard
24824 \begin_inset VSpace bigskip
24825 \end_inset
24826
24827 Cuando eleves o bajes caracteres en una línea, se modifica el espacio entre
24828  líneas:
24829 \end_layout
24830
24831 \begin_layout Standard
24832 Esto es una línea de texto con la palabra 
24833 \begin_inset ERT
24834 status collapsed
24835
24836 \begin_layout Standard
24837
24838
24839 \backslash
24840 raisebox{-
24841 \backslash
24842 depth}{
24843 \end_layout
24844
24845 \end_inset
24846
24847
24848 \begin_inset Quotes eld
24849 \end_inset
24850
24851 prevención
24852 \begin_inset Quotes erd
24853 \end_inset
24854
24855
24856 \begin_inset ERT
24857 status collapsed
24858
24859 \begin_layout Standard
24860
24861 }
24862 \end_layout
24863
24864 \end_inset
24865
24866  como palabra más baja.
24867 \newline
24868 Esto es una línea de texto con la palabra 
24869 \begin_inset ERT
24870 status collapsed
24871
24872 \begin_layout Standard
24873
24874
24875 \backslash
24876 raisebox{0.5cm}{
24877 \end_layout
24878
24879 \end_inset
24880
24881
24882 \begin_inset Quotes eld
24883 \end_inset
24884
24885 testigo
24886 \begin_inset Quotes erd
24887 \end_inset
24888
24889
24890 \begin_inset ERT
24891 status collapsed
24892
24893 \begin_layout Standard
24894
24895 }
24896 \end_layout
24897
24898 \end_inset
24899
24900  como palabra más alta.
24901 \end_layout
24902
24903 \begin_layout Standard
24904 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
24905  Por ejemplo
24906 \end_layout
24907
24908 \begin_layout Standard
24909
24910 \series bold
24911
24912 \backslash
24913 raisebox{-
24914 \backslash
24915 depth}[0pt]{
24916 \end_layout
24917
24918 \begin_layout Standard
24919 Esto es una línea de texto con la palabra 
24920 \begin_inset ERT
24921 status collapsed
24922
24923 \begin_layout Standard
24924
24925
24926 \backslash
24927 raisebox{-
24928 \backslash
24929 depth}[0pt]{
24930 \end_layout
24931
24932 \end_inset
24933
24934
24935 \begin_inset Quotes eld
24936 \end_inset
24937
24938 prevención
24939 \begin_inset Quotes erd
24940 \end_inset
24941
24942
24943 \begin_inset ERT
24944 status collapsed
24945
24946 \begin_layout Standard
24947
24948 }
24949 \end_layout
24950
24951 \end_inset
24952
24953  como palabra más baja.
24954 \newline
24955 Esto es una línea de texto con la palabra 
24956 \begin_inset ERT
24957 status collapsed
24958
24959 \begin_layout Standard
24960
24961
24962 \backslash
24963 raisebox{0.5cm}[0pt]{
24964 \end_layout
24965
24966 \end_inset
24967
24968
24969 \begin_inset Quotes eld
24970 \end_inset
24971
24972 testigo
24973 \begin_inset Quotes erd
24974 \end_inset
24975
24976
24977 \begin_inset ERT
24978 status collapsed
24979
24980 \begin_layout Standard
24981
24982 }
24983 \end_layout
24984
24985 \end_inset
24986
24987  como palabra más alta.
24988 \end_layout
24989
24990 \begin_layout Standard
24991 \begin_inset VSpace bigskip
24992 \end_inset
24993
24994 El comando 
24995 \series bold
24996
24997 \backslash
24998 raisebox
24999 \series default
25000  es útil para insertar espacio vertical extra para ciertas filas de tabla
25001  de modo que su contenido esté más separado de las líneas circundantes.
25002  En la Tabla\InsetSpace ~
25003
25004 \begin_inset LatexCommand ref
25005 reference "tab:Dos-tablas-que"
25006
25007 \end_inset
25008
25009  las filas con subíndice y exponente obtienen espacio extra al elevarlas
25010  con un cuadro vacío: El comando
25011 \end_layout
25012
25013 \begin_layout Standard
25014
25015 \series bold
25016
25017 \backslash
25018 raisebox{5mm}{}
25019 \end_layout
25020
25021 \begin_layout Standard
25022 se ha insertado en las filas de la tabla.
25023 \end_layout
25024
25025 \begin_layout Standard
25026 Para añadir espacio extra vertical a todas las filas de todas las tablas,
25027  sería más conveniente  el método descrito en la sección\InsetSpace ~
25028
25029 \begin_inset LatexCommand ref
25030 reference "sub:Row-Spacing"
25031
25032 \end_inset
25033
25034 .
25035 \end_layout
25036
25037 \begin_layout Standard
25038 \begin_inset Float table
25039 wide false
25040 sideways false
25041 status open
25042
25043 \begin_layout Standard
25044 \begin_inset Caption
25045
25046 \begin_layout Standard
25047 \begin_inset LatexCommand label
25048 name "tab:Dos-tablas-que"
25049
25050 \end_inset
25051
25052 Dos tablas que muestran el efecto de espacio vertical extra con 
25053 \backslash
25054
25055 \series bold
25056 raisebox
25057 \end_layout
25058
25059 \end_inset
25060
25061
25062 \end_layout
25063
25064 \begin_layout Standard
25065
25066 \hfill
25067
25068 \begin_inset Tabular
25069 <lyxtabular version="3" rows="5" columns="2">
25070 <features>
25071 <column alignment="center" valignment="top" leftline="true" width="0pt">
25072 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25073 <row topline="true">
25074 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25075 \begin_inset Text
25076
25077 \begin_layout Standard
25078 sin 
25079 \series bold
25080
25081 \backslash
25082 raisebox
25083 \end_layout
25084
25085 \end_inset
25086 </cell>
25087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25088 \begin_inset Text
25089
25090 \begin_layout Standard
25091
25092 \end_layout
25093
25094 \end_inset
25095 </cell>
25096 </row>
25097 <row topline="true">
25098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Standard
25102 Comando
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25108 \begin_inset Text
25109
25110 \begin_layout Standard
25111 Resultado
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 </row>
25117 <row topline="true">
25118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Standard
25122 B_V
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25128 \begin_inset Text
25129
25130 \begin_layout Standard
25131 \begin_inset Formula $B_{V}$
25132 \end_inset
25133
25134
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 </row>
25140 <row topline="true">
25141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25142 \begin_inset Text
25143
25144 \begin_layout Standard
25145 B^V
25146 \end_layout
25147
25148 \end_inset
25149 </cell>
25150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Standard
25154 \begin_inset Formula $B^{V}$
25155 \end_inset
25156
25157
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 </row>
25163 <row topline="true" bottomline="true">
25164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Standard
25168 B^
25169 \begin_inset ERT
25170 status collapsed
25171
25172 \begin_layout Standard
25173
25174
25175 \backslash
25176 textvisiblespace 
25177 \end_layout
25178
25179 \end_inset
25180
25181 A
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Standard
25190 \begin_inset Formula $B^{A}$
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \end_inset
25197 </cell>
25198 </row>
25199 </lyxtabular>
25200
25201 \end_inset
25202
25203
25204 \begin_inset ERT
25205 status collapsed
25206
25207 \begin_layout Standard
25208
25209
25210 \backslash
25211 hspace{2pt}
25212 \end_layout
25213
25214 \end_inset
25215
25216
25217 \begin_inset Tabular
25218 <lyxtabular version="3" rows="5" columns="2">
25219 <features>
25220 <column alignment="center" valignment="top" leftline="true" width="0">
25221 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25222 <row topline="true" bottomline="true">
25223 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25224 \begin_inset Text
25225
25226 \begin_layout Standard
25227 con 
25228 \series bold
25229
25230 \backslash
25231 raisebox
25232 \end_layout
25233
25234 \end_inset
25235 </cell>
25236 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Standard
25240
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 </row>
25246 <row topline="true">
25247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Standard
25251 Comando
25252 \end_layout
25253
25254 \end_inset
25255 </cell>
25256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Standard
25260 Resultado
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 </row>
25266 <row topline="true">
25267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Standard
25271 B_V
25272 \end_layout
25273
25274 \end_inset
25275 </cell>
25276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25277 \begin_inset Text
25278
25279 \begin_layout Standard
25280 \begin_inset Formula $B_{V}$
25281 \end_inset
25282
25283
25284 \end_layout
25285
25286 \end_inset
25287 </cell>
25288 </row>
25289 <row topline="true">
25290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25291 \begin_inset Text
25292
25293 \begin_layout Standard
25294 B^V
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25300 \begin_inset Text
25301
25302 \begin_layout Standard
25303 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
25304 \end_inset
25305
25306
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 </row>
25312 <row topline="true" bottomline="true">
25313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Standard
25317 B^
25318 \begin_inset ERT
25319 status collapsed
25320
25321 \begin_layout Standard
25322
25323
25324 \backslash
25325 textvisiblespace 
25326 \end_layout
25327
25328 \end_inset
25329
25330 A
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Standard
25339 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
25340 \end_inset
25341
25342
25343 \end_layout
25344
25345 \end_inset
25346 </cell>
25347 </row>
25348 </lyxtabular>
25349
25350 \end_inset
25351
25352
25353 \hfill
25354
25355 \end_layout
25356
25357 \end_inset
25358
25359
25360 \end_layout
25361
25362 \begin_layout Section
25363 Cuadros Coloreados
25364 \begin_inset LatexCommand label
25365 name "sec:Cuadros-Coloreados"
25366
25367 \end_inset
25368
25369
25370 \begin_inset LatexCommand index
25371 name "Cuadros ! Color"
25372
25373 \end_inset
25374
25375
25376 \end_layout
25377
25378 \begin_layout Subsection
25379 Color en Texto
25380 \begin_inset LatexCommand index
25381 name "Color ! en Texto"
25382
25383 \end_inset
25384
25385
25386 \end_layout
25387
25388 \begin_layout Standard
25389 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
25390  Esto requiere cargar el paquete LaTeX 
25391 \series bold
25392 color
25393 \series default
25394
25395 \begin_inset LatexCommand index
25396 name "LaTeX-paquetes ! color"
25397
25398 \end_inset
25399
25400  en el preámbulo del documento con
25401 \end_layout
25402
25403 \begin_layout Standard
25404
25405 \series bold
25406
25407 \backslash
25408 @ifundef\SpecialChar \textcompwordmark{}
25409 ined{textcolor}
25410 \newline
25411
25412 \begin_inset ERT
25413 status collapsed
25414
25415 \begin_layout Standard
25416
25417
25418 \backslash
25419 hphantom{ }
25420 \end_layout
25421
25422 \end_inset
25423
25424 {
25425 \backslash
25426 usepackage{color}}{}
25427 \end_layout
25428
25429 \begin_layout Standard
25430 LyX cargará automáticamente el paquete 
25431 \series bold
25432 color
25433 \series default
25434  cuando colorees texto
25435 \begin_inset Foot
25436 status collapsed
25437
25438 \begin_layout Standard
25439 Para evitar cargarlo dos veces se usa el comando 
25440 \series bold
25441
25442 \backslash
25443 @ifundef\SpecialChar \textcompwordmark{}
25444 ined
25445 \series default
25446 .
25447 \end_layout
25448
25449 \end_inset
25450
25451 .
25452 \end_layout
25453
25454 \begin_layout Standard
25455 \begin_inset VSpace medskip
25456 \end_inset
25457
25458 Los cuadros coloreados se crean con el comando 
25459 \series bold
25460
25461 \backslash
25462 colorbox
25463 \series default
25464 , de acuerdo con el siguiente esquema:
25465 \end_layout
25466
25467 \begin_layout Standard
25468
25469 \series bold
25470
25471 \backslash
25472 colorbox{color}{contenido del cuadro}
25473 \end_layout
25474
25475 \begin_layout Standard
25476 El contenido también puede ser un cuadro y los cuadros coloreados también
25477  pueden estar en otros cuadros.
25478 \end_layout
25479
25480 \begin_layout Standard
25481 Los siguientes colores están predefinidos:
25482 \newline
25483
25484 \family sans
25485 black
25486 \family default
25487
25488 \family sans
25489 blue
25490 \family default
25491
25492 \family sans
25493 cyan
25494 \family default
25495 \series bold
25496
25497 \family sans
25498 \series default
25499 green
25500 \family default
25501
25502 \family sans
25503 magenta
25504 \family default
25505
25506 \family sans
25507 red
25508 \family default
25509
25510 \family sans
25511 white
25512 \family default
25513
25514 \family sans
25515 yellow
25516 \family default
25517 .
25518 \newline
25519 También puedes definir tus propios colores según se explica en la sección\InsetSpace ~
25520
25521 \begin_inset LatexCommand ref
25522 reference "sec:Tablas-Coloreadas"
25523
25524 \end_inset
25525
25526 .
25527 \end_layout
25528
25529 \begin_layout Standard
25530 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
25531 \end_layout
25532
25533 \begin_layout Standard
25534
25535 \series bold
25536
25537 \backslash
25538 colorbox{red}{
25539 \end_layout
25540
25541 \begin_layout Standard
25542 en ERT antes de la palabra.
25543  Tras la palabra inserta una llave de cierre 
25544 \begin_inset Quotes eld
25545 \end_inset
25546
25547
25548 \series bold
25549 }
25550 \series default
25551
25552 \begin_inset Quotes erd
25553 \end_inset
25554
25555  en ERT.
25556 \newline
25557 Este es el resultado:
25558 \end_layout
25559
25560 \begin_layout Standard
25561 Línea en la que la palabra 
25562 \begin_inset ERT
25563 status collapsed
25564
25565 \begin_layout Standard
25566
25567
25568 \backslash
25569 colorbox{red}{
25570 \end_layout
25571
25572 \end_inset
25573
25574
25575 \begin_inset Quotes eld
25576 \end_inset
25577
25578 ¡Atención!
25579 \begin_inset Quotes erd
25580 \end_inset
25581
25582
25583 \begin_inset ERT
25584 status collapsed
25585
25586 \begin_layout Standard
25587
25588 }
25589 \end_layout
25590
25591 \end_inset
25592
25593  tiene fondo rojo.
25594 \end_layout
25595
25596 \begin_layout Standard
25597 \begin_inset VSpace bigskip
25598 \end_inset
25599
25600 Si quieres un marco de distinto color, puedes emplear el comando 
25601 \series bold
25602
25603 \backslash
25604 fcolorbox
25605 \series default
25606  con el esquema siguiente:
25607 \end_layout
25608
25609 \begin_layout Standard
25610
25611 \series bold
25612
25613 \backslash
25614 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
25615 \end_layout
25616
25617 \begin_layout Standard
25618
25619 \series bold
25620
25621 \backslash
25622 fcolorbox
25623 \series default
25624  es una extensión de 
25625 \series bold
25626
25627 \backslash
25628 colorbox
25629 \series default
25630 .
25631  El grosor del marco y el espacio entre él y el contenido se puede ajustar
25632  con las longitudes 
25633 \series bold
25634
25635 \backslash
25636 fboxrule
25637 \series default
25638  y 
25639 \series bold
25640
25641 \backslash
25642 fboxsep
25643 \series default
25644 , respectivamente, como se describe en la sección\InsetSpace ~
25645
25646 \begin_inset LatexCommand ref
25647 reference "sec:Cuadros-Enmarcados"
25648
25649 \end_inset
25650
25651 .
25652 \end_layout
25653
25654 \begin_layout Standard
25655 Para el ejemplo siguiente se ha utilizado el comando
25656 \end_layout
25657
25658 \begin_layout Standard
25659
25660 \series bold
25661
25662 \backslash
25663 fcolorbox{cyan}{magenta}{
25664 \end_layout
25665
25666 \begin_layout Standard
25667 Este es un ejemplo en el que se ha puesto un grosor de 1\InsetSpace \thinspace{}
25668 mm para la línea
25669  del marco:
25670 \newline
25671
25672 \begin_inset ERT
25673 status collapsed
25674
25675 \begin_layout Standard
25676
25677
25678 \backslash
25679 fboxrule 1mm 
25680 \backslash
25681 fboxsep 1mm
25682 \end_layout
25683
25684 \end_inset
25685
25686
25687 \begin_inset ERT
25688 status collapsed
25689
25690 \begin_layout Standard
25691
25692
25693 \backslash
25694 fcolorbox{cyan}{magenta}{
25695 \end_layout
25696
25697 \end_inset
25698
25699 Texto en un marco coloreado y enmarcado.
25700 \begin_inset ERT
25701 status collapsed
25702
25703 \begin_layout Standard
25704
25705 }
25706 \end_layout
25707
25708 \end_inset
25709
25710
25711 \end_layout
25712
25713 \begin_layout Standard
25714 \begin_inset VSpace bigskip
25715 \end_inset
25716
25717 Por supuesto también puedes colorear el texto en un marco coloreado:
25718 \newline
25719
25720 \begin_inset ERT
25721 status collapsed
25722
25723 \begin_layout Standard
25724
25725
25726 \backslash
25727 fcolorbox{cyan}{magenta}{
25728 \end_layout
25729
25730 \end_inset
25731
25732
25733 \color yellow
25734 Texto coloreado en un marco sombreado y coloreado.
25735 \color none
25736
25737 \begin_inset ERT
25738 status collapsed
25739
25740 \begin_layout Standard
25741
25742 }
25743 \end_layout
25744
25745 \end_inset
25746
25747
25748 \begin_inset ERT
25749 status collapsed
25750
25751 \begin_layout Standard
25752
25753
25754 \backslash
25755 fboxrule 0.4pt 
25756 \backslash
25757 fboxsep 3pt
25758 \end_layout
25759
25760 \end_inset
25761
25762
25763 \end_layout
25764
25765 \begin_layout Standard
25766
25767 \series bold
25768 \begin_inset VSpace medskip
25769 \end_inset
25770
25771
25772 \end_layout
25773
25774 \begin_layout Standard
25775 \begin_inset Note Greyedout
25776 status open
25777
25778 \begin_layout Standard
25779
25780 \series bold
25781 Nota:
25782 \series default
25783  El texto en cuadros coloreados no puede tener saltos de línea.
25784  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
25785  coloreado como se describe a continuación.
25786 \end_layout
25787
25788 \end_inset
25789
25790
25791 \end_layout
25792
25793 \begin_layout Subsection
25794 Color en Párrafos
25795 \begin_inset LatexCommand label
25796 name "sub:Color-en-Párrafos"
25797
25798 \end_inset
25799
25800
25801 \begin_inset LatexCommand index
25802 name "Color ! en Párrafos"
25803
25804 \end_inset
25805
25806
25807 \end_layout
25808
25809 \begin_layout Standard
25810 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
25811  Antes de la minipágina inserta el comando 
25812 \series bold
25813
25814 \backslash
25815 colorbox
25816 \end_layout
25817
25818 \begin_layout Standard
25819
25820 \series bold
25821
25822 \backslash
25823 colorbox{color}{
25824 \end_layout
25825
25826 \begin_layout Standard
25827 en ERT.
25828  Detrás de la minipágina inserta una llave de cierre 
25829 \begin_inset Quotes eld
25830 \end_inset
25831
25832
25833 \series bold
25834 }
25835 \series default
25836
25837 \begin_inset Quotes erd
25838 \end_inset
25839
25840  en ERT.
25841 \end_layout
25842
25843 \begin_layout Standard
25844 \begin_inset ERT
25845 status collapsed
25846
25847 \begin_layout Standard
25848
25849
25850 \backslash
25851 colorbox{grisclaro}{
25852 \end_layout
25853
25854 \end_inset
25855
25856
25857 \begin_inset Box Frameless
25858 position "t"
25859 hor_pos "c"
25860 has_inner_box 1
25861 inner_pos "t"
25862 use_parbox 0
25863 width "100col%"
25864 special "none"
25865 height "1in"
25866 height_special "totalheight"
25867 status open
25868
25869 \begin_layout Standard
25870 Texto con color de fondo.
25871  Texto con color de fondo.
25872 \end_layout
25873
25874 \begin_layout Standard
25875 \begin_inset VSpace defskip
25876 \end_inset
25877
25878 El texto puede tener notas al pie
25879 \begin_inset Foot
25880 status open
25881
25882 \begin_layout Standard
25883 Otro ejemplo de nota
25884 \end_layout
25885
25886 \end_inset
25887
25888  y puede incluir tablas y figuras.
25889 \end_layout
25890
25891 \begin_layout Standard
25892 \align center
25893 \begin_inset Tabular
25894 <lyxtabular version="3" rows="3" columns="3">
25895 <features>
25896 <column alignment="center" valignment="top" leftline="true" width="0">
25897 <column alignment="center" valignment="top" leftline="true" width="0">
25898 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25899 <row topline="true">
25900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25901 \begin_inset Text
25902
25903 \begin_layout Standard
25904 a
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25910 \begin_inset Text
25911
25912 \begin_layout Standard
25913 !
25914 \end_layout
25915
25916 \end_inset
25917 </cell>
25918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25919 \begin_inset Text
25920
25921 \begin_layout Standard
25922 3
25923 \end_layout
25924
25925 \end_inset
25926 </cell>
25927 </row>
25928 <row topline="true">
25929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25930 \begin_inset Text
25931
25932 \begin_layout Standard
25933 <
25934 \end_layout
25935
25936 \end_inset
25937 </cell>
25938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25939 \begin_inset Text
25940
25941 \begin_layout Standard
25942 b2
25943 \begin_inset Quotes erd
25944 \end_inset
25945
25946 |
25947 \end_layout
25948
25949 \end_inset
25950 </cell>
25951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25952 \begin_inset Text
25953
25954 \begin_layout Standard
25955 >
25956 \end_layout
25957
25958 \end_inset
25959 </cell>
25960 </row>
25961 <row topline="true" bottomline="true">
25962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Standard
25966 1
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Standard
25975 §
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Standard
25984 c
25985 \end_layout
25986
25987 \end_inset
25988 </cell>
25989 </row>
25990 </lyxtabular>
25991
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \end_inset
25998
25999
26000 \begin_inset ERT
26001 status collapsed
26002
26003 \begin_layout Standard
26004
26005 }
26006 \end_layout
26007
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \begin_layout Section
26014 URLs (Localizador Uniforme de Recursos)
26015 \begin_inset LatexCommand index
26016 name "URLs"
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Standard
26024 Los enlaces a páginas web o direcciones de correo se insertan con el menú
26025  
26026 \family sans
26027 Insertar\SpecialChar \menuseparator
26028 URL
26029 \family default
26030 .
26031  Surge un diálogo con dos campos; el campo 
26032 \family sans
26033 URL
26034 \family default
26035  y el campo 
26036 \family sans
26037 Nombre
26038 \family default
26039  para la descripción del URL, que saldrá impreso como texto normal inmediatament
26040 e antes del URL.
26041 \end_layout
26042
26043 \begin_layout Standard
26044 He aquí un ejemplo de URL: 
26045 \begin_inset LatexCommand url
26046 name "Página de LyX"
26047 target "http://www.lyx.org"
26048
26049 \end_inset
26050
26051
26052 \end_layout
26053
26054 \begin_layout Standard
26055 La opción 
26056 \family sans
26057 Generar\InsetSpace ~
26058 hiperenlace
26059 \family default
26060  en el diálogo URL sólo tiene efecto al exportar el documento al formato
26061  
26062 \begin_inset Quotes eld
26063 \end_inset
26064
26065
26066 \family sans
26067 LinuxDoc
26068 \family default
26069
26070 \begin_inset Quotes erd
26071 \end_inset
26072
26073 .
26074 \end_layout
26075
26076 \begin_layout Standard
26077 No se puede cambiar el estilo del texto del enlace.
26078  El texto del campo 
26079 \family sans
26080 Nombre
26081 \family default
26082  tendrá el estilo de texto predeterminado para el documento mientras que
26083  el texto del campo 
26084 \family sans
26085 URL
26086 \family default
26087  tendrá el estilo 
26088 \begin_inset Quotes eld
26089 \end_inset
26090
26091
26092 \family sans
26093 Typewriter
26094 \family default
26095
26096 \begin_inset Quotes erd
26097 \end_inset
26098
26099 .
26100 \end_layout
26101
26102 \begin_layout Standard
26103 Cuando usas el paquete LaTeX 
26104 \series bold
26105 hyperref
26106 \series default
26107
26108 \begin_inset LatexCommand index
26109 name "LaTeX-paquetes ! hyperref"
26110
26111 \end_inset
26112
26113  para enlazar referencias cruzadas, en las salidas DVI y PDF los URLs se
26114  convierten automáticamente en hiperenlaces disponibles.
26115 \end_layout
26116
26117 \begin_layout Standard
26118 \begin_inset Note Greyedout
26119 status open
26120
26121 \begin_layout Standard
26122
26123 \series bold
26124 Nota: 
26125 \series default
26126 Cuando utilices los caracteres: "%", "#", "^", debes escribirlos precedidos
26127  por una barra invertida, p.\InsetSpace \thinspace{}
26128 e.\InsetSpace ~
26129
26130 \begin_inset Quotes eld
26131 \end_inset
26132
26133
26134 \backslash
26135 #
26136 \begin_inset Quotes erd
26137 \end_inset
26138
26139 .
26140  Los URLs no deben finalizar con una barra invertida.
26141 \end_layout
26142
26143 \end_inset
26144
26145
26146 \end_layout
26147
26148 \begin_layout Standard
26149 \begin_inset VSpace bigskip
26150 \end_inset
26151
26152 Para crear hiperenlaces reales sin tener que escribir la dirección del enlace
26153  en el texto, puedes usar el comando
26154 \end_layout
26155
26156 \begin_layout Standard
26157
26158 \series bold
26159
26160 \backslash
26161 href{dirección del enlace}{texto del enlace}
26162 \end_layout
26163
26164 \begin_layout Standard
26165 en ERT.
26166  Por ejemplo, para conseguir un enlace a la página web de LyX, escribe el
26167  comando
26168 \end_layout
26169
26170 \begin_layout Standard
26171
26172 \series bold
26173
26174 \backslash
26175 href{http://www.lyx.org}{
26176 \end_layout
26177
26178 \begin_layout Standard
26179 en ERT.
26180  Inserta después del comando el texto del enlace 
26181 \begin_inset Quotes eld
26182 \end_inset
26183
26184 Página de LyX
26185 \begin_inset Quotes erd
26186 \end_inset
26187
26188  seguido por una llave en ERT.
26189  Este es el resultado: 
26190 \begin_inset ERT
26191 status collapsed
26192
26193 \begin_layout Standard
26194
26195
26196 \backslash
26197 href{http://www.lyx.org}{
26198 \end_layout
26199
26200 \end_inset
26201
26202 Página de LyX
26203 \begin_inset ERT
26204 status collapsed
26205
26206 \begin_layout Standard
26207
26208 }
26209 \end_layout
26210
26211 \end_inset
26212
26213
26214 \end_layout
26215
26216 \begin_layout Standard
26217 Para enlazar a direcciones de correo, añade el prefijo 
26218 \begin_inset Quotes eld
26219 \end_inset
26220
26221
26222 \family sans
26223 mailto:
26224 \family default
26225
26226 \begin_inset Quotes erd
26227 \end_inset
26228
26229  a la dirección del enlace:
26230 \newline
26231 Correo para 
26232 \begin_inset ERT
26233 status collapsed
26234
26235 \begin_layout Standard
26236
26237
26238 \backslash
26239 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
26240 \end_layout
26241
26242 \end_inset
26243
26244 la lista de correo de documentación de LyX (lyx-docs)
26245 \begin_inset ERT
26246 status collapsed
26247
26248 \begin_layout Standard
26249
26250 }
26251 \end_layout
26252
26253 \end_inset
26254
26255 .
26256 \end_layout
26257
26258 \begin_layout Standard
26259 Emplear 
26260 \series bold
26261
26262 \backslash
26263 href
26264 \series default
26265  en vez del cuadro URL de LyX tiene la ventaja de que puedes especificar
26266  el estilo de texto del enlace como en las demás partes del texto.
26267  Puedes poner guiones y saltos de línea forzados para dividir textos extensos
26268  de enlaces en el margen de página.
26269  También puedes cambiar el estilo de texto para todos los URLs en el documento
26270  con una opción en el comando de carga de 
26271 \series bold
26272 hyperref
26273 \series default
26274 .
26275  Además las restricciones mencionadas antes no se aplican a 
26276 \series bold
26277
26278 \backslash
26279 href
26280 \series default
26281 .
26282  
26283 \end_layout
26284
26285 \begin_layout Standard
26286
26287 \end_layout
26288
26289 \begin_layout Standard
26290
26291 \newpage
26292
26293 \end_layout
26294
26295 \begin_layout Chapter
26296 \start_of_appendix
26297 Unidades disponibles en 
26298 \begin_inset ERT
26299 status collapsed
26300
26301 \begin_layout Standard
26302
26303
26304 \backslash
26305 texorpdfstring{
26306 \end_layout
26307
26308 \end_inset
26309
26310 LyX
26311 \begin_inset ERT
26312 status collapsed
26313
26314 \begin_layout Standard
26315
26316 }{LyX}
26317 \end_layout
26318
26319 \end_inset
26320
26321
26322 \begin_inset LatexCommand index
26323 name "Unidades"
26324
26325 \end_inset
26326
26327
26328 \begin_inset LatexCommand label
26329 name "cha:Unidades-disponibles-en"
26330
26331 \end_inset
26332
26333
26334 \begin_inset Note Note
26335 status collapsed
26336
26337 \begin_layout Standard
26338 El comando 
26339 \backslash
26340 texorpdfstring suministrado por el paquete LaTeX hyperref impide que los
26341  enlaces se muestren erróneamente en los marcadores PDF.
26342  Más información en 
26343 \begin_inset LatexCommand cite
26344 key "hyperref"
26345
26346 \end_inset
26347
26348 .
26349 \end_layout
26350
26351 \end_inset
26352
26353
26354 \end_layout
26355
26356 \begin_layout Standard
26357 Para comprender las unidades descritas en este manual, la Tabla\InsetSpace ~
26358
26359 \begin_inset LatexCommand ref
26360 reference "tab:Unidades"
26361
26362 \end_inset
26363
26364  describe todas las unidades disponibles en LyX.
26365 \end_layout
26366
26367 \begin_layout Standard
26368 \begin_inset Float table
26369 placement h
26370 wide false
26371 sideways false
26372 status open
26373
26374 \begin_layout Standard
26375 \begin_inset Caption
26376
26377 \begin_layout Standard
26378 \begin_inset LatexCommand label
26379 name "tab:Unidades"
26380
26381 \end_inset
26382
26383 Unidades
26384 \end_layout
26385
26386 \end_inset
26387
26388
26389 \end_layout
26390
26391 \begin_layout Standard
26392 \begin_inset VSpace medskip
26393 \end_inset
26394
26395
26396 \end_layout
26397
26398 \begin_layout Standard
26399 \align center
26400 \begin_inset Tabular
26401 <lyxtabular version="3" rows="20" columns="2">
26402 <features>
26403 <column alignment="center" valignment="top" leftline="true" width="0">
26404 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26405 <row topline="true" bottomline="true">
26406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26407 \begin_inset Text
26408
26409 \begin_layout Standard
26410 unidad
26411 \end_layout
26412
26413 \end_inset
26414 </cell>
26415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Standard
26419 nombre/descripción
26420 \end_layout
26421
26422 \end_inset
26423 </cell>
26424 </row>
26425 <row topline="true">
26426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Standard
26430 mm
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Standard
26439 milímetro
26440 \end_layout
26441
26442 \end_inset
26443 </cell>
26444 </row>
26445 <row topline="true">
26446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26447 \begin_inset Text
26448
26449 \begin_layout Standard
26450 cm
26451 \end_layout
26452
26453 \end_inset
26454 </cell>
26455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Standard
26459 centímetro
26460 \end_layout
26461
26462 \end_inset
26463 </cell>
26464 </row>
26465 <row topline="true">
26466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26467 \begin_inset Text
26468
26469 \begin_layout Standard
26470 in
26471 \end_layout
26472
26473 \end_inset
26474 </cell>
26475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26476 \begin_inset Text
26477
26478 \begin_layout Standard
26479 pulgada
26480 \end_layout
26481
26482 \end_inset
26483 </cell>
26484 </row>
26485 <row topline="true">
26486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26487 \begin_inset Text
26488
26489 \begin_layout Standard
26490 pt
26491 \end_layout
26492
26493 \end_inset
26494 </cell>
26495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26496 \begin_inset Text
26497
26498 \begin_layout Standard
26499 punto (72.27\InsetSpace \thinspace{}
26500 pt = 1\InsetSpace \thinspace{}
26501 in)
26502 \end_layout
26503
26504 \end_inset
26505 </cell>
26506 </row>
26507 <row topline="true">
26508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26509 \begin_inset Text
26510
26511 \begin_layout Standard
26512 pc
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Standard
26521 pica (1\InsetSpace \thinspace{}
26522 pc = 12\InsetSpace \thinspace{}
26523 pt)
26524 \end_layout
26525
26526 \end_inset
26527 </cell>
26528 </row>
26529 <row topline="true">
26530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Standard
26534 sp
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26540 \begin_inset Text
26541
26542 \begin_layout Standard
26543 punto escalado (65536\InsetSpace \thinspace{}
26544 sp = 1\InsetSpace \thinspace{}
26545 pt)
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 </row>
26551 <row topline="true">
26552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26553 \begin_inset Text
26554
26555 \begin_layout Standard
26556 bp
26557 \end_layout
26558
26559 \end_inset
26560 </cell>
26561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Standard
26565 punto grande (72\InsetSpace \thinspace{}
26566 bp = 1\InsetSpace \thinspace{}
26567 in)
26568 \end_layout
26569
26570 \end_inset
26571 </cell>
26572 </row>
26573 <row topline="true">
26574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26575 \begin_inset Text
26576
26577 \begin_layout Standard
26578 dd
26579 \end_layout
26580
26581 \end_inset
26582 </cell>
26583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26584 \begin_inset Text
26585
26586 \begin_layout Standard
26587 didot (72\InsetSpace \thinspace{}
26588 dd 
26589 \begin_inset Formula $\approx$
26590 \end_inset
26591
26592  37.6\InsetSpace \thinspace{}
26593 mm)
26594 \end_layout
26595
26596 \end_inset
26597 </cell>
26598 </row>
26599 <row topline="true">
26600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26601 \begin_inset Text
26602
26603 \begin_layout Standard
26604 cc
26605 \end_layout
26606
26607 \end_inset
26608 </cell>
26609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26610 \begin_inset Text
26611
26612 \begin_layout Standard
26613 cicero (1\InsetSpace \thinspace{}
26614 cc = 12\InsetSpace \thinspace{}
26615 dd)
26616 \end_layout
26617
26618 \end_inset
26619 </cell>
26620 </row>
26621 <row topline="true">
26622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26623 \begin_inset Text
26624
26625 \begin_layout Standard
26626 Escala%
26627 \end_layout
26628
26629 \end_inset
26630 </cell>
26631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Standard
26635 % de anchura original de la imagen
26636 \end_layout
26637
26638 \end_inset
26639 </cell>
26640 </row>
26641 <row topline="true">
26642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26643 \begin_inset Text
26644
26645 \begin_layout Standard
26646 text%
26647 \end_layout
26648
26649 \end_inset
26650 </cell>
26651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26652 \begin_inset Text
26653
26654 \begin_layout Standard
26655 % de anchura de texto
26656 \end_layout
26657
26658 \end_inset
26659 </cell>
26660 </row>
26661 <row topline="true">
26662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26663 \begin_inset Text
26664
26665 \begin_layout Standard
26666 col%
26667 \end_layout
26668
26669 \end_inset
26670 </cell>
26671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26672 \begin_inset Text
26673
26674 \begin_layout Standard
26675 % de anchura de columna
26676 \end_layout
26677
26678 \end_inset
26679 </cell>
26680 </row>
26681 <row topline="true">
26682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26683 \begin_inset Text
26684
26685 \begin_layout Standard
26686 page%
26687 \end_layout
26688
26689 \end_inset
26690 </cell>
26691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26692 \begin_inset Text
26693
26694 \begin_layout Standard
26695 % de anchura de página
26696 \end_layout
26697
26698 \end_inset
26699 </cell>
26700 </row>
26701 <row topline="true">
26702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26703 \begin_inset Text
26704
26705 \begin_layout Standard
26706 line%
26707 \end_layout
26708
26709 \end_inset
26710 </cell>
26711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26712 \begin_inset Text
26713
26714 \begin_layout Standard
26715 % de anchura de línea
26716 \end_layout
26717
26718 \end_inset
26719 </cell>
26720 </row>
26721 <row topline="true">
26722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Standard
26726 theight%
26727 \end_layout
26728
26729 \end_inset
26730 </cell>
26731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26732 \begin_inset Text
26733
26734 \begin_layout Standard
26735 % de altura de texto
26736 \end_layout
26737
26738 \end_inset
26739 </cell>
26740 </row>
26741 <row topline="true">
26742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26743 \begin_inset Text
26744
26745 \begin_layout Standard
26746 pheight%
26747 \end_layout
26748
26749 \end_inset
26750 </cell>
26751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26752 \begin_inset Text
26753
26754 \begin_layout Standard
26755 % de altura de página
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 </row>
26761 <row topline="true">
26762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26763 \begin_inset Text
26764
26765 \begin_layout Standard
26766 ex
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26772 \begin_inset Text
26773
26774 \begin_layout Standard
26775 altura de la letra 
26776 \emph on
26777 x
26778 \emph default
26779  en la fuente actual
26780 \end_layout
26781
26782 \end_inset
26783 </cell>
26784 </row>
26785 <row topline="true">
26786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26787 \begin_inset Text
26788
26789 \begin_layout Standard
26790 em
26791 \end_layout
26792
26793 \end_inset
26794 </cell>
26795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26796 \begin_inset Text
26797
26798 \begin_layout Standard
26799 anchura de la letra 
26800 \emph on
26801 M
26802 \emph default
26803  en la fuente actual
26804 \end_layout
26805
26806 \end_inset
26807 </cell>
26808 </row>
26809 <row topline="true" bottomline="true">
26810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26811 \begin_inset Text
26812
26813 \begin_layout Standard
26814 mu
26815 \end_layout
26816
26817 \end_inset
26818 </cell>
26819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26820 \begin_inset Text
26821
26822 \begin_layout Standard
26823 unidad matemática (1\InsetSpace \thinspace{}
26824 mu = 1/18\InsetSpace \thinspace{}
26825 em)
26826 \end_layout
26827
26828 \end_inset
26829 </cell>
26830 </row>
26831 </lyxtabular>
26832
26833 \end_inset
26834
26835
26836 \end_layout
26837
26838 \end_inset
26839
26840
26841 \end_layout
26842
26843 \begin_layout Chapter
26844 Formatos de Archivos de Salida con Gráficos
26845 \begin_inset LatexCommand label
26846 name "cha:Formatos-de-Archivos-de-Salida"
26847
26848 \end_inset
26849
26850
26851 \end_layout
26852
26853 \begin_layout Section
26854 DVI
26855 \begin_inset LatexCommand index
26856 name "Formatos de Archivo ! DVI"
26857
26858 \end_inset
26859
26860
26861 \begin_inset LatexCommand index
26862 name "DVI|see{Formatos de Archivo}"
26863
26864 \end_inset
26865
26866
26867 \end_layout
26868
26869 \begin_layout Standard
26870 Este tipo de archivo tiene la extensión 
26871 \begin_inset Quotes eld
26872 \end_inset
26873
26874
26875 \family typewriter
26876 .dvi
26877 \family default
26878
26879 \begin_inset Quotes erd
26880 \end_inset
26881
26882 .
26883  Se denomina 
26884 \begin_inset Quotes eld
26885 \end_inset
26886
26887 device-independent
26888 \begin_inset Quotes erd
26889 \end_inset
26890
26891  (DVI), porque es completamente portable; se pueden mover de una máquina
26892  a otra sin necesidad de conversión alguna.
26893  En la época en que se desarrolló este formato, esto no era un asunto baladí.
26894  Los DVIs se usan para previsualizaciones rápidas y como preparación para
26895  otros formatos de salida como PostScript.
26896 \end_layout
26897
26898 \begin_layout Standard
26899 \begin_inset Note Greyedout
26900 status open
26901
26902 \begin_layout Standard
26903
26904 \series bold
26905 Nota:
26906 \series default
26907  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
26908 \end_layout
26909
26910 \end_inset
26911
26912  Por tanto no debes olvidar esto si mueves archivos 
26913 \family typewriter
26914 .dvi
26915 \family default
26916  a otro ordenador.
26917  Esta característica también puede retardar la visualización del archivo,
26918  porque el visor DVI tiene que convertir la imagen en segundo plano para
26919  hacerla visible al deslizar el visor.
26920  Así pues recomendamos usar PDF para archivos con muchas imágenes.
26921 \end_layout
26922
26923 \begin_layout Standard
26924 Un documento se exporta a DVI con el menú 
26925 \family sans
26926 Archivo\SpecialChar \menuseparator
26927 Exportar\SpecialChar \menuseparator
26928 DVI
26929 \family default
26930 .
26931 \end_layout
26932
26933 \begin_layout Section
26934 PostScript
26935 \begin_inset LatexCommand label
26936 name "sec:PostScript"
26937
26938 \end_inset
26939
26940
26941 \begin_inset LatexCommand index
26942 name "Formatos de Archivo ! PostScript"
26943
26944 \end_inset
26945
26946
26947 \begin_inset LatexCommand index
26948 name "PostScript|see{Formatos de Archivo}"
26949
26950 \end_inset
26951
26952
26953 \end_layout
26954
26955 \begin_layout Standard
26956 Este tipo de archivo tiene la extensión 
26957 \begin_inset Quotes eld
26958 \end_inset
26959
26960
26961 \family typewriter
26962 .ps
26963 \family default
26964
26965 \begin_inset Quotes erd
26966 \end_inset
26967
26968 .
26969  PostScript fue desarrollado por la compañía 
26970 \family typewriter
26971 Adobe
26972 \family default
26973  como lenguaje para impresoras.
26974  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
26975  PostScript puede considerarse como un 
26976 \begin_inset Quotes eld
26977 \end_inset
26978
26979 lenguaje de programación
26980 \begin_inset Quotes erd
26981 \end_inset
26982
26983 ; con él puedes calcular y dibujar imágenes y diagramas
26984 \begin_inset Foot
26985 status collapsed
26986
26987 \begin_layout Standard
26988 Si estás interesado en este tema acude al paquete LaTeX 
26989 \series bold
26990 PSTricks
26991 \series default
26992  
26993 \begin_inset LatexCommand cite
26994 key "pstricks"
26995
26996 \end_inset
26997
26998 .
26999 \end_layout
27000
27001 \end_inset
27002
27003 .
27004  Por esto los archivos suelen ser más grandes que los PDFs.
27005 \end_layout
27006
27007 \begin_layout Standard
27008 Los archivos PostScript solo pueden contener imágenes en el formato 
27009 \begin_inset Quotes eld
27010 \end_inset
27011
27012 Encapsulated PostScript
27013 \begin_inset Quotes erd
27014 \end_inset
27015
27016  (EPS, extensión 
27017 \begin_inset Quotes eld
27018 \end_inset
27019
27020
27021 \family typewriter
27022 .eps
27023 \family default
27024
27025 \begin_inset Quotes erd
27026 \end_inset
27027
27028 ).
27029  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
27030  en segundo plano para convertir las imágenes a EPS.
27031  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
27032  cada vez que veas o exportes el documento.
27033  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
27034  puedes evitar el problema insertando las imágenes directamente en EPS.
27035 \end_layout
27036
27037 \begin_layout Standard
27038 El documento se puede exportar a PostScript con el menú 
27039 \family sans
27040 Archivo\SpecialChar \menuseparator
27041 Exportar\SpecialChar \menuseparator
27042 Postscript
27043 \family default
27044 .
27045 \end_layout
27046
27047 \begin_layout Section
27048 PDF
27049 \begin_inset LatexCommand label
27050 name "sec:PDF"
27051
27052 \end_inset
27053
27054
27055 \begin_inset LatexCommand index
27056 name "Formatos de Archivo ! PDF"
27057
27058 \end_inset
27059
27060
27061 \begin_inset LatexCommand index
27062 name "PDF"
27063
27064 \end_inset
27065
27066
27067 \end_layout
27068
27069 \begin_layout Standard
27070 Este tipo de archivo tiene la extensión 
27071 \begin_inset Quotes eld
27072 \end_inset
27073
27074
27075 \family typewriter
27076 .pdf
27077 \family default
27078
27079 \begin_inset Quotes erd
27080 \end_inset
27081
27082 .
27083  El formato 
27084 \begin_inset Quotes eld
27085 \end_inset
27086
27087 Portable Document Format
27088 \begin_inset Quotes erd
27089 \end_inset
27090
27091  (PDF) fue desarrollado por 
27092 \family typewriter
27093 Adobe
27094 \family default
27095  como derivado de PostScript.
27096  Es más comprimido y utiliza muchos menos comandos que PostScript.
27097  Como su nombre 
27098 \begin_inset Quotes eld
27099 \end_inset
27100
27101 portable
27102 \begin_inset Quotes erd
27103 \end_inset
27104
27105  indica, puede ser procesado por cualquier sistema operativo y la salida
27106  impresa se muestra exactamente igual.
27107 \end_layout
27108
27109 \begin_layout Standard
27110 PDF puede contener imágenes en su propio formato PDF, en el formato 
27111 \begin_inset Quotes eld
27112 \end_inset
27113
27114 Joint Photographic Experts Group
27115 \begin_inset Quotes erd
27116 \end_inset
27117
27118  (JPG, extensión 
27119 \begin_inset Quotes eld
27120 \end_inset
27121
27122
27123 \family typewriter
27124 .jpg
27125 \family default
27126
27127 \begin_inset Quotes erd
27128 \end_inset
27129
27130  o 
27131 \begin_inset Quotes eld
27132 \end_inset
27133
27134
27135 \family typewriter
27136 .jpeg
27137 \family default
27138
27139 \begin_inset Quotes erd
27140 \end_inset
27141
27142 ), y en el formato 
27143 \begin_inset Quotes eld
27144 \end_inset
27145
27146 Portable Network Graphics
27147 \begin_inset Quotes erd
27148 \end_inset
27149
27150  (PNG, extensión 
27151 \begin_inset Quotes eld
27152 \end_inset
27153
27154
27155 \family typewriter
27156 .png
27157 \family default
27158
27159 \begin_inset Quotes erd
27160 \end_inset
27161
27162 ).
27163  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
27164  en segundo plano a alguno de los anteriores.
27165  Pero como se ha comentado en la sección sobre PostScript, la conversión
27166  de gráficos ralentiza el trabajo.
27167  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
27168  mencionados.
27169 \end_layout
27170
27171 \begin_layout Standard
27172 Un documento se puede exportar a PDF con el menú 
27173 \family sans
27174 Archivo\SpecialChar \menuseparator
27175 Exportar
27176 \family default
27177  en tres modos diferentes:
27178 \end_layout
27179
27180 \begin_layout Description
27181 PDF Este utiliza el programa 
27182 \family typewriter
27183 ps2pdf
27184 \family default
27185  que crea un PDF a partir de una versión PostScript del archivo.
27186  La versión PostScript es producida por el programa 
27187 \family typewriter
27188 dvips
27189 \family default
27190  que usa una versión DVI como paso intermedio.
27191  Así que este modo de exportación consta de tres conversiones.
27192 \end_layout
27193
27194 \begin_layout Description
27195 PDF\InsetSpace ~
27196 (dvipdfm) Este utiliza el programa 
27197 \family typewriter
27198 dvipdfm
27199 \family default
27200  que convierte el archivo a DVI en segundo plano y en un segundo paso a
27201  PDF.
27202 \end_layout
27203
27204 \begin_layout Description
27205 PDF\InsetSpace ~
27206 (pdflatex) Este utiliza el programa 
27207 \family typewriter
27208 pdftex
27209 \family default
27210  que convierte directamente el archivo a PDF.
27211 \end_layout
27212
27213 \begin_layout Standard
27214 Se recomienda usar 
27215 \family sans
27216 PDF\InsetSpace ~
27217 (pdflatex)
27218 \family default
27219  porque 
27220 \family typewriter
27221 pdftex
27222 \family default
27223  soporta todas las características de las versiones actuales de PDF, es
27224  rápido y estable.
27225  El programa 
27226 \family typewriter
27227 dvipdfm
27228 \family default
27229  ya no se desarrolla y está un poco obsoleto.
27230 \end_layout
27231
27232 \begin_layout Chapter
27233 Explicación de la Ecuación\InsetSpace ~
27234
27235 \begin_inset LatexCommand eqref
27236 reference "eq:Wgn"
27237
27238 \end_inset
27239
27240
27241 \begin_inset LatexCommand label
27242 name "cha:Explicación-de-la-Ecuación"
27243
27244 \end_inset
27245
27246
27247 \end_layout
27248
27249 \begin_layout Standard
27250 La anchura total de 
27251 \emph on
27252 n
27253 \emph default
27254  celdas de una tabla 
27255 \begin_inset Formula $W_{\mathrm{tot\, n}}$
27256 \end_inset
27257
27258  puede calcularse con
27259 \end_layout
27260
27261 \begin_layout Standard
27262 \begin_inset Formula \begin{equation}
27263 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
27264
27265 \end_inset
27266
27267
27268 \end_layout
27269
27270 \begin_layout Standard
27271 donde 
27272 \begin_inset Formula $W_{g\, n}$
27273 \end_inset
27274
27275  es el ancho dado de todas las celdas.
27276  
27277 \series bold
27278
27279 \backslash
27280 tabcolsep
27281 \series default
27282  es la longitud LaTeX entre el texto y el borde de la celda, 6\InsetSpace \thinspace{}
27283 pt por defecto.
27284  
27285 \series bold
27286
27287 \backslash
27288 arrayrulewidth
27289 \series default
27290  es el grosor de línea del borde, 0.4\InsetSpace \thinspace{}
27291 pt por defecto.
27292 \end_layout
27293
27294 \begin_layout Standard
27295 Procediendo como en la ecuación\InsetSpace ~
27296
27297 \begin_inset LatexCommand eqref
27298 reference "eq:Wtot_n"
27299
27300 \end_inset
27301
27302 , el ancho total de una multicolumna, 
27303 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
27304 \end_inset
27305
27306  es
27307 \end_layout
27308
27309 \begin_layout Standard
27310 \begin_inset Formula \begin{equation}
27311 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
27312
27313 \end_inset
27314
27315
27316 \end_layout
27317
27318 \begin_layout Standard
27319 Igualando las ecuaciones\InsetSpace ~
27320
27321 \begin_inset LatexCommand eqref
27322 reference "eq:Wtot_n"
27323
27324 \end_inset
27325
27326  y 
27327 \begin_inset LatexCommand eqref
27328 reference "eq:Wtot_mult"
27329
27330 \end_inset
27331
27332  podemos calcular el ancho dado necesario 
27333 \begin_inset Formula $W_{g\, n}$
27334 \end_inset
27335
27336  cuando se expanden 
27337 \emph on
27338 n
27339 \emph default
27340  columnas, de forma que cada una de ellas tiene una anchura total  
27341 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
27342 \end_inset
27343
27344 :
27345 \end_layout
27346
27347 \begin_layout Standard
27348 \begin_inset Formula \begin{equation}
27349 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
27350
27351 \end_inset
27352
27353
27354 \end_layout
27355
27356 \begin_layout Bibliography
27357 \begin_inset LatexCommand bibitem
27358 key "latexcompanion"
27359
27360 \end_inset
27361
27362 Frank Mittelbach and Michel Goossens: 
27363 \emph on
27364 The LaTeX Companion Second Edition.
27365  
27366 \emph default
27367 Addison-Wesley, 2004
27368 \end_layout
27369
27370 \begin_layout Bibliography
27371 \begin_inset LatexCommand bibitem
27372 key "latexguide"
27373
27374 \end_inset
27375
27376 Helmut Kopka and Patrick W.
27377  Daly: 
27378 \emph on
27379 A Guide to LaTeX Fourth Edition.
27380  
27381 \emph default
27382 Addison-Wesley, 2003
27383 \end_layout
27384
27385 \begin_layout Bibliography
27386 \begin_inset LatexCommand bibitem
27387 key "latexbook"
27388
27389 \end_inset
27390
27391 Leslie Lamport: 
27392 \emph on
27393 LaTeX: A Document Preparation System.
27394  
27395 \emph default
27396 Addison-Wesley, second edition, 1994
27397 \end_layout
27398
27399 \begin_layout Bibliography
27400 \begin_inset LatexCommand bibitem
27401 key "booktabs"
27402
27403 \end_inset
27404
27405
27406 \begin_inset ERT
27407 status collapsed
27408
27409 \begin_layout Standard
27410
27411
27412 \backslash
27413 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
27414 {
27415 \end_layout
27416
27417 \end_inset
27418
27419 Documentación
27420 \begin_inset ERT
27421 status collapsed
27422
27423 \begin_layout Standard
27424
27425 }
27426 \end_layout
27427
27428 \end_inset
27429
27430  del paquete LaTeX 
27431 \series bold
27432 booktabs
27433 \series default
27434
27435 \begin_inset LatexCommand index
27436 name "LaTeX-paquetes ! booktabs"
27437
27438 \end_inset
27439
27440
27441 \end_layout
27442
27443 \begin_layout Bibliography
27444 \begin_inset LatexCommand bibitem
27445 key "caption"
27446
27447 \end_inset
27448
27449
27450 \begin_inset ERT
27451 status collapsed
27452
27453 \begin_layout Standard
27454
27455
27456 \backslash
27457 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
27458 \end_layout
27459
27460 \end_inset
27461
27462 Documentación
27463 \begin_inset ERT
27464 status collapsed
27465
27466 \begin_layout Standard
27467
27468 }
27469 \end_layout
27470
27471 \end_inset
27472
27473  del paquete LaTeX 
27474 \series bold
27475 caption
27476 \series default
27477
27478 \begin_inset LatexCommand index
27479 name "LaTeX-paquetes ! caption"
27480
27481 \end_inset
27482
27483
27484 \end_layout
27485
27486 \begin_layout Bibliography
27487 \begin_inset LatexCommand bibitem
27488 key "caption-de"
27489
27490 \end_inset
27491
27492 (En Alemán) 
27493 \begin_inset ERT
27494 status collapsed
27495
27496 \begin_layout Standard
27497
27498
27499 \backslash
27500 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
27501 {
27502 \end_layout
27503
27504 \end_inset
27505
27506 Documentación
27507 \begin_inset ERT
27508 status collapsed
27509
27510 \begin_layout Standard
27511
27512 }
27513 \end_layout
27514
27515 \end_inset
27516
27517  del paquete LaTeX 
27518 \series bold
27519 caption
27520 \end_layout
27521
27522 \begin_layout Bibliography
27523 \begin_inset LatexCommand bibitem
27524 key "endfloat"
27525
27526 \end_inset
27527
27528
27529 \begin_inset ERT
27530 status collapsed
27531
27532 \begin_layout Standard
27533
27534
27535 \backslash
27536 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
27537 {
27538 \end_layout
27539
27540 \end_inset
27541
27542 Documentación
27543 \begin_inset ERT
27544 status collapsed
27545
27546 \begin_layout Standard
27547
27548 }
27549 \end_layout
27550
27551 \end_inset
27552
27553  del paquete LaTeX 
27554 \series bold
27555 endf\SpecialChar \textcompwordmark{}
27556 loat
27557 \series default
27558
27559 \begin_inset LatexCommand index
27560 name "LaTeX-paquetes ! endfloat"
27561
27562 \end_inset
27563
27564
27565 \end_layout
27566
27567 \begin_layout Bibliography
27568 \begin_inset LatexCommand bibitem
27569 key "floatflt"
27570
27571 \end_inset
27572
27573
27574 \begin_inset ERT
27575 status collapsed
27576
27577 \begin_layout Standard
27578
27579
27580 \backslash
27581 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
27582 {
27583 \end_layout
27584
27585 \end_inset
27586
27587 Documentación
27588 \begin_inset ERT
27589 status collapsed
27590
27591 \begin_layout Standard
27592
27593 }
27594 \end_layout
27595
27596 \end_inset
27597
27598  del paquete LaTeX 
27599 \series bold
27600 floatf\SpecialChar \textcompwordmark{}
27601 lt
27602 \series default
27603
27604 \begin_inset LatexCommand index
27605 name "LaTeX-paquetes ! floatflt"
27606
27607 \end_inset
27608
27609
27610 \end_layout
27611
27612 \begin_layout Bibliography
27613 \begin_inset LatexCommand bibitem
27614 key "footmisc"
27615
27616 \end_inset
27617
27618
27619 \begin_inset ERT
27620 status collapsed
27621
27622 \begin_layout Standard
27623
27624
27625 \backslash
27626 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
27627 {
27628 \end_layout
27629
27630 \end_inset
27631
27632 Documentación
27633 \begin_inset ERT
27634 status collapsed
27635
27636 \begin_layout Standard
27637
27638 }
27639 \end_layout
27640
27641 \end_inset
27642
27643  del paquete LaTeX 
27644 \series bold
27645 footmisc
27646 \series default
27647
27648 \begin_inset LatexCommand index
27649 name "LaTeX-paquetes ! footmisc"
27650
27651 \end_inset
27652
27653
27654 \end_layout
27655
27656 \begin_layout Bibliography
27657 \begin_inset LatexCommand bibitem
27658 key "hypcap"
27659
27660 \end_inset
27661
27662
27663 \begin_inset ERT
27664 status collapsed
27665
27666 \begin_layout Standard
27667
27668
27669 \backslash
27670 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
27671 \end_layout
27672
27673 \end_inset
27674
27675 Documentación
27676 \begin_inset ERT
27677 status collapsed
27678
27679 \begin_layout Standard
27680
27681 }
27682 \end_layout
27683
27684 \end_inset
27685
27686  del paquete LaTeX 
27687 \series bold
27688 hypcap
27689 \series default
27690
27691 \begin_inset LatexCommand index
27692 name "LaTeX-paquetes ! hyperref"
27693
27694 \end_inset
27695
27696
27697 \end_layout
27698
27699 \begin_layout Bibliography
27700 \begin_inset LatexCommand bibitem
27701 key "hyperref"
27702
27703 \end_inset
27704
27705
27706 \begin_inset ERT
27707 status collapsed
27708
27709 \begin_layout Standard
27710
27711
27712 \backslash
27713 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
27714 {
27715 \end_layout
27716
27717 \end_inset
27718
27719 Documentación
27720 \begin_inset ERT
27721 status collapsed
27722
27723 \begin_layout Standard
27724
27725 }
27726 \end_layout
27727
27728 \end_inset
27729
27730  del paquete LaTeX 
27731 \series bold
27732 hyperref
27733 \series default
27734
27735 \begin_inset LatexCommand index
27736 name "LaTeX-paquetes ! hyperref"
27737
27738 \end_inset
27739
27740
27741 \end_layout
27742
27743 \begin_layout Bibliography
27744 \begin_inset LatexCommand bibitem
27745 key "koma-script"
27746
27747 \end_inset
27748
27749
27750 \begin_inset ERT
27751 status collapsed
27752
27753 \begin_layout Standard
27754
27755
27756 \backslash
27757 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
27758 df}{
27759 \end_layout
27760
27761 \end_inset
27762
27763 Documentación
27764 \begin_inset ERT
27765 status collapsed
27766
27767 \begin_layout Standard
27768
27769 }
27770 \end_layout
27771
27772 \end_inset
27773
27774  del paquete LaTeX 
27775 \series bold
27776 koma-script
27777 \series default
27778
27779 \begin_inset LatexCommand index
27780 name "LaTeX-paquetes ! koma-script"
27781
27782 \end_inset
27783
27784
27785 \end_layout
27786
27787 \begin_layout Bibliography
27788 \begin_inset LatexCommand bibitem
27789 key "koma-script-de"
27790
27791 \end_inset
27792
27793 (En Alemán) 
27794 \begin_inset ERT
27795 status collapsed
27796
27797 \begin_layout Standard
27798
27799
27800 \backslash
27801 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
27802 df}{
27803 \end_layout
27804
27805 \end_inset
27806
27807 Documentación
27808 \begin_inset ERT
27809 status collapsed
27810
27811 \begin_layout Standard
27812
27813 }
27814 \end_layout
27815
27816 \end_inset
27817
27818  del paquete LaTeX 
27819 \series bold
27820 koma-script
27821 \series default
27822
27823 \begin_inset LatexCommand index
27824 name "LaTeX-paquetes ! koma-script"
27825
27826 \end_inset
27827
27828
27829 \end_layout
27830
27831 \begin_layout Bibliography
27832 \begin_inset LatexCommand bibitem
27833 key "marginnote"
27834
27835 \end_inset
27836
27837
27838 \begin_inset ERT
27839 status collapsed
27840
27841 \begin_layout Standard
27842
27843
27844 \backslash
27845 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
27846 pdf}{
27847 \end_layout
27848
27849 \end_inset
27850
27851 Documentación
27852 \begin_inset ERT
27853 status collapsed
27854
27855 \begin_layout Standard
27856
27857 }
27858 \end_layout
27859
27860 \end_inset
27861
27862  del paquete LaTeX 
27863 \series bold
27864 marginnote
27865 \series default
27866
27867 \begin_inset LatexCommand index
27868 name "LaTeX-paquetes ! marginnote"
27869
27870 \end_inset
27871
27872
27873 \end_layout
27874
27875 \begin_layout Bibliography
27876 \begin_inset LatexCommand bibitem
27877 key "pstricks"
27878
27879 \end_inset
27880
27881
27882 \begin_inset ERT
27883 status collapsed
27884
27885 \begin_layout Standard
27886
27887
27888 \backslash
27889 href{http://tug.org/PSTricks/main.cgi/}{
27890 \end_layout
27891
27892 \end_inset
27893
27894 Página Web
27895 \begin_inset ERT
27896 status collapsed
27897
27898 \begin_layout Standard
27899
27900 }
27901 \end_layout
27902
27903 \end_inset
27904
27905  del paquete LaTeX 
27906 \series bold
27907 PSTricks
27908 \series default
27909
27910 \begin_inset LatexCommand index
27911 name "LaTeX-paquetes ! PSTricks"
27912
27913 \end_inset
27914
27915
27916 \end_layout
27917
27918 \begin_layout Bibliography
27919 \begin_inset LatexCommand bibitem
27920 key "sidecap"
27921
27922 \end_inset
27923
27924
27925 \begin_inset ERT
27926 status collapsed
27927
27928 \begin_layout Standard
27929
27930
27931 \backslash
27932 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
27933 \end_layout
27934
27935 \end_inset
27936
27937 Documentación
27938 \begin_inset ERT
27939 status collapsed
27940
27941 \begin_layout Standard
27942
27943 }
27944 \end_layout
27945
27946 \end_inset
27947
27948  del paquete LaTeX 
27949 \series bold
27950 sidecap
27951 \series default
27952
27953 \begin_inset LatexCommand index
27954 name "LaTeX-paquetes ! sidecap"
27955
27956 \end_inset
27957
27958
27959 \end_layout
27960
27961 \begin_layout Bibliography
27962 \begin_inset LatexCommand bibitem
27963 key "NewInLyX15"
27964
27965 \end_inset
27966
27967
27968 \begin_inset ERT
27969 status collapsed
27970
27971 \begin_layout Standard
27972
27973
27974 \backslash
27975 href{http://wiki.lyx.org/LyX/NewInLyX15}{
27976 \end_layout
27977
27978 \end_inset
27979
27980 Página Wiki
27981 \begin_inset ERT
27982 status collapsed
27983
27984 \begin_layout Standard
27985
27986 }
27987 \end_layout
27988
27989 \end_inset
27990
27991  sobre características nuevas previstas para la versión 
27992 \family sans
27993 LyX\InsetSpace ~
27994 1.5
27995 \family default
27996 .
27997 \end_layout
27998
27999 \begin_layout Standard
28000 \begin_inset LatexCommand printindex
28001
28002 \end_inset
28003
28004
28005 \end_layout
28006
28007 \begin_layout Standard
28008 \begin_inset FloatList figure
28009
28010 \end_inset
28011
28012
28013 \end_layout
28014
28015 \begin_layout Standard
28016 \begin_inset FloatList table
28017
28018 \end_inset
28019
28020
28021 \end_layout
28022
28023 \end_body
28024 \end_document