]> git.lyx.org Git - lyx.git/blob - lib/doc/es_EmbeddedObjects.lyx
thanks to Ignacio Garcia: 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 % use the marginnote package for margin notes
33 \usepackage{marginnote}
34 \let\marginpar\marginnote
35
36 % enables calculation of values,
37 \usepackage{calc}
38
39 % provides special table cell alignments
40 \usepackage{dcolumn}
41
42 % increase the bottom float placement fraction
43 \renewcommand{\bottomfraction}{0.5}
44
45 % avoids that floats are placed before their
46 % corresponding section starts
47 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
48
49 % speed up the longtable calculation
50 \setcounter{LTchunksize}{100}
51
52 % define a new reference format
53 \newrefformat{fig}
54  {Figura~flotante~\ref{#1} impresa en la página~\pageref{#1}}
55
56 % if pdflatex is used
57 \usepackage{ifpdf}
58 \ifpdf
59
60 % set fonts for nicer pdf view
61 \IfFileExists{lmodern.sty}
62  {\usepackage{lmodern}} % if it exists
63  {% if it exists not
64   \usepackage[scaled=0.92]{helvet}
65   \usepackage{mathptmx}
66   \usepackage{courier}
67  } % end if it exists not
68
69 % link all cross references and URLs
70 % in pdf output
71  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
72   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
73   pdfpagelayout=OneColumn, pdfnewwindow=true,
74   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
75   pdfauthor={LyX Team}, pdftex,
76   pdftitle={LyX's Figure, Table, Floats, Notes, and Boxes manual},
77   pdfsubject={LyX-documentation about figures, tables, floats, notes, and boxes},
78   pdfkeywords={LyX, Tables, Figures, Floats, Boxes, Notes}]{hyperref}
79  
80 \else % if dvi or ps is produced
81
82  % link all cross references and URLs in DVI output
83  \usepackage[ps2pdf, colorlinks=true,
84   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
85
86 \fi % end if pdflatex is used
87
88 % that links to image floats jumps
89 % to the beginning of the float and 
90 % not to its caption
91 \usepackage[figure]{hypcap}
92
93 % used for colored tables
94 \@ifundefined{textcolor}
95  {\usepackage{color}}{}
96 \usepackage{colortbl}
97 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
98 \definecolor{grisclaro}{gray}{0.8}
99
100 % used for tables with dashed lines
101 \usepackage{arydshln}
102
103 % used for multirows
104 \usepackage{multirow}
105 %\renewcommand{\multirowsetup}{\centering}
106
107 % used for book-style tables
108 \usepackage{booktabs}
109
110 % used to have extra space in table cells,
111 \setlength{\extrarowheight}{2pt}
112
113 % used for customized tables
114 % ---
115 \newcolumntype{M}[1]
116  {>{\centering\hspace{0pt}}m{#1}}
117
118 \newcolumntype{S}[2]
119  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
120
121 \newcolumntype{K}[1]
122  {>{\columncolor{#1}\hspace{0pt}}c}
123
124 \newcolumntype{V}{!{\vrule width 1.5pt}}
125
126 \newcolumntype{W}{!{\color{green}\vline}}
127 % ---
128
129 % To be able to enter the characters ° and · directly in LyX
130 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
131 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
132
133 % the pages of the TOC are numbered roman
134 % and a PDF-bookmark for the TOC is added
135 \pagenumbering{roman}
136 \let\myTOC\tableofcontents
137 \renewcommand{\tableofcontents}{%
138  \pdfbookmark[1]{Contenidos}{}
139  \myTOC
140  \clearpage
141  \pagenumbering{arabic}}
142
143 % insert additional vertical space of
144 % 1.5 mm between footnotes
145 \let\myFoot\footnote
146 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
147
148 % enable algorithm floats to be referenced
149 \newfloat{Xalgorithm}{tbp}{loa}
150 \floatname{Xalgorithm}{Algoritmo}
151 \newcommand{\theHalgorithm}{\theHXalgorithm}
152 \renewenvironment{algorithm}[1][tbp]
153  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
154
155 % number algorithm floats within chapters
156 \numberwithin{Xalgorithm}{chapter}
157
158 % redefine the greyed out note
159 \renewenvironment{lyxgreyedout}
160  {\textcolor{blue}\bgroup}{\egroup}
161 \end_preamble
162 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage
163 \language spanish
164 \inputencoding auto
165 \font_roman default
166 \font_sans default
167 \font_typewriter default
168 \font_default_family default
169 \font_sc false
170 \font_osf false
171 \font_sf_scale 100
172 \font_tt_scale 100
173 \graphics default
174 \paperfontsize 12
175 \spacing single
176 \papersize default
177 \use_geometry false
178 \use_amsmath 2
179 \use_esint 0
180 \cite_engine basic
181 \use_bibtopic false
182 \paperorientation portrait
183 \secnumdepth 3
184 \tocdepth 3
185 \paragraph_separation skip
186 \defskip medskip
187 \quotes_language english
188 \papercolumns 1
189 \papersides 2
190 \paperpagestyle default
191 \bullet 1 1 34 -1
192 \bullet 2 2 35 -1
193 \bullet 3 2 7 -1
194 \tracking_changes false
195 \output_changes true
196 \author "usti" 
197 \end_header
198
199 \begin_body
200
201 \begin_layout Title
202 Manual de Tablas, Figuras, Flotantes, Notas y Cuadros en LyX
203 \end_layout
204
205 \begin_layout Author
206 por el Equipo LyX
207 \begin_inset Foot
208 status collapsed
209
210 \begin_layout Standard
211 \noindent
212 Si tienes comentarios o correcciones, por favor, envíalo a la lista de correo
213  de Documentación de LyX: 
214 \family typewriter
215
216 \begin_inset ERT
217 status collapsed
218
219 \begin_layout Standard
220
221
222 \backslash
223 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's es-ExtendedInsets manual}{
224 \end_layout
225
226 \end_inset
227
228 lyx-docs@lists.lyx.org
229 \begin_inset ERT
230 status collapsed
231
232 \begin_layout Standard
233
234 }
235 \end_layout
236
237 \end_inset
238
239
240 \end_layout
241
242 \end_inset
243
244
245 \begin_inset Note Note
246 status collapsed
247
248 \begin_layout Standard
249 autor original: Uwe Stöhr <uwestoehr@web.de>
250 \end_layout
251
252 \end_inset
253
254
255 \begin_inset Note Note
256 status collapsed
257
258 \begin_layout Standard
259 Traducción de: Ignacio García <ignacio.garcia@tele2.es> 
260 \end_layout
261
262 \end_inset
263
264
265 \newline
266
267 \newline
268
269 \family sans
270 Versión 1.5.0-1
271 \end_layout
272
273 \begin_layout Standard
274 \begin_inset LatexCommand tableofcontents
275
276 \end_inset
277
278
279 \end_layout
280
281 \begin_layout Standard
282
283 \lang english
284 \begin_inset Note Note
285 status open
286
287 \begin_layout Standard
288
289 \lang english
290 To export this document to PDF, PS, or DVI the LaTeX-packages 
291 \series bold
292 arydshln
293 \series default
294
295 \series bold
296 marginnote
297 \series default
298 , and 
299 \series bold
300 prettyref
301 \series default
302  must be installed.
303 \end_layout
304
305 \begin_layout Standard
306
307 \lang english
308 The latest PDF-version of this document can be found here:
309 \newline
310
311 \series bold
312 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
313 \end_layout
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Chapter
321 Figuras
322 \begin_inset LatexCommand label
323 name "cha:Figuras"
324
325 \end_inset
326
327
328 \begin_inset LatexCommand index
329 name "Figuras"
330
331 \end_inset
332
333
334 \end_layout
335
336 \begin_layout Section
337 Diálogo Gráficos
338 \begin_inset LatexCommand index
339 name "Figuras ! Diálogo Gráficos"
340
341 \end_inset
342
343
344 \end_layout
345
346 \begin_layout Standard
347 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
348  texto que desees y haz click en el icono 
349 \begin_inset Graphics
350         filename ../images/dialog-show-new-inset_graphics.xpm
351         scale 85
352
353 \end_inset
354
355  o en el menú 
356 \family sans
357 Insertar\SpecialChar \menuseparator
358 Imagen\SpecialChar \ldots{}
359
360 \family default
361  Aparecerá un diálogo para escoger el archivo a cargar.
362  La imagen aparecerá en el archivo de salida exactamente en la misma posición
363  en la que la has colocado.
364 \end_layout
365
366 \begin_layout Standard
367 El diálogo Gráficos puede lanzarse en cualquier momento haciendo click-derecha
368  sobre una imagen.
369  Este diálogo tiene tres pestañas:
370 \end_layout
371
372 \begin_layout Description
373 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
374  presentación en LyX y en la salida.
375  En el apéndice\InsetSpace ~
376
377 \begin_inset LatexCommand ref
378 reference "cha:Unidades-disponibles-en"
379
380 \end_inset
381
382  se detallan las unidades disponibles para el tamaño del gráfico.
383 \newline
384 Puedes girar
385  los gráficos en el sentido de las agujas de reloj estableciendo un ángulo
386  y un origen de rotación.
387  La imagen también gira en LyX.
388 \end_layout
389
390 \begin_layout Description
391 Recorte Alternativamente al escalado, es posible establacer las coordenadas
392  de la imagen para ajustar su altura y anchura en la salida.
393  Además, las coordenadas se pueden calcular automáticamente pinchando el
394  botón 
395 \family sans
396 Obtener\InsetSpace ~
397 de\InsetSpace ~
398 archivo
399 \family default
400 .
401  El botón 
402 \family sans
403 Recortar\InsetSpace ~
404 al\InsetSpace ~
405 cuadro\InsetSpace ~
406 delimitador
407 \family default
408  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
409 as.
410  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta pestaña.
411 \end_layout
412
413 \begin_layout Description
414 Opciones\InsetSpace ~
415 extra Aquí puedes poner una imagen como subfigura de una figura
416  flotante que tiene su propio título.
417  Las subfiguras se explican en la sección\InsetSpace ~
418
419 \begin_inset LatexCommand ref
420 reference "sec:Figuras-Flotantes"
421
422 \end_inset
423
424 .
425 \newline
426 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
427 \newline
428 La
429  opción 
430 \family sans
431 Modo\InsetSpace ~
432 borrador
433 \family default
434  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
435 \newline
436 La
437  opción 
438 \family sans
439 No\InsetSpace ~
440 descomprimir\InsetSpace ~
441 al\InsetSpace ~
442 exportar
443 \family default
444  sólo afecta a los gráficos EPS comprimidos, p.\InsetSpace \thinspace{}
445 e.\InsetSpace ~
446
447 \emph on
448 x.eps.gz
449 \emph default
450 .
451  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
452  puesto que LaTeX puede manejarlas como están.
453 \newline
454 Los gráficos EPS comprimidos
455  sirven para ahorrar espacio de disco si se utiliza PostScript como formato
456  de salida, ver apéndice\InsetSpace ~
457
458 \begin_inset LatexCommand ref
459 reference "sec:PostScript"
460
461 \end_inset
462
463 .
464  Para comprimir gráficos EPS, use los siguientes comandos en un UNIX-shell
465  o en consola de Windows:
466 \newline
467
468 \series bold
469 gzip x.eps
470 \series default
471
472 \newline
473
474 \series bold
475 zgrep %%Bounding x.eps.gz > x.eps.bb
476 \series default
477
478 \newline
479 El segundo comando crea un archivo de cuadro delimitador 
480 \begin_inset Quotes eld
481 \end_inset
482
483 x.eps.bb
484 \begin_inset Quotes erd
485 \end_inset
486
487  que necesita LaTeX para gráficos comprimidos.
488 \end_layout
489
490 \begin_layout Standard
491
492 \newpage
493
494 \end_layout
495
496 \begin_layout Standard
497 Esto es un ejemplo de imagen en formato EPS
498 \begin_inset Foot
499 status collapsed
500
501 \begin_layout Standard
502 Formatos de imagen se explica en el sección\InsetSpace ~
503
504 \begin_inset LatexCommand ref
505 reference "sec:Formatos-de-imagen"
506
507 \end_inset
508
509 .
510 \end_layout
511
512 \end_inset
513
514  en un párrafo separado centrado horizontalmente:
515 \end_layout
516
517 \begin_layout Standard
518 \align center
519 \begin_inset Graphics
520         filename mobius.eps
521         display color
522         scale 70
523         rotateOrigin center
524
525 \end_inset
526
527
528 \end_layout
529
530 \begin_layout Standard
531 Esta es la misma imagen pero en modo borrador:
532 \end_layout
533
534 \begin_layout Standard
535 \align center
536 \begin_inset Graphics
537         filename mobius.eps
538         display color
539         scale 70
540         draft
541         rotateOrigin center
542
543 \end_inset
544
545
546 \end_layout
547
548 \begin_layout Section
549 Figuras Flotantes
550 \begin_inset LatexCommand label
551 name "sec:Figuras-Flotantes"
552
553 \end_inset
554
555
556 \begin_inset LatexCommand index
557 name "Flotantes ! Figuras Flotantes"
558
559 \end_inset
560
561
562 \begin_inset LatexCommand index
563 name "Figuras ! Flotantes"
564
565 \end_inset
566
567
568 \end_layout
569
570 \begin_layout Standard
571 Para información general sobre flotantes, echa una ojeada a la sección\InsetSpace ~
572
573 \begin_inset LatexCommand ref
574 reference "sec:IntroducciónFlotantes"
575
576 \end_inset
577
578 .
579 \end_layout
580
581 \begin_layout Standard
582 El botón 
583 \begin_inset Graphics
584         filename ../images/float-insert_figure.xpm
585         scale 85
586
587 \end_inset
588
589  y el menú 
590 \family sans
591 Insertar\SpecialChar \menuseparator
592 Flotante\SpecialChar \menuseparator
593 Figura
594 \family default
595  insertan un flotante con la etiqueta "
596 \series bold
597 Figura #:
598 \series default
599 ".
600  Detrás de esta etiqueta escribe el texto para el encabezado que quieras
601  para la figura.
602  Para insertar una imagen sobre su título sitúa el cursor delante del encabezado
603 , presiona Enter e inserta la imagen como se describe arriba.
604  Esto se hace para la Figura\InsetSpace ~
605
606 \begin_inset LatexCommand ref
607 reference "fig:kill-plat"
608
609 \end_inset
610
611 .
612  Si quieres que la imagen esté bajo su título, sitúa el cursor detrás del
613  mismo, presiona Enter e inserta la imagen.
614  Esto se hace para la Figura\InsetSpace ~
615
616 \begin_inset LatexCommand ref
617 reference "fig:escher"
618
619 \end_inset
620
621 .
622  Más información sobre ubicación de encabezados en la sección\InsetSpace ~
623
624 \begin_inset LatexCommand ref
625 reference "sec:Colocación-de-Encabezados"
626
627 \end_inset
628
629 .
630 \end_layout
631
632 \begin_layout Standard
633 \begin_inset Float figure
634 wide false
635 sideways false
636 status open
637
638 \begin_layout Standard
639 \align center
640 \begin_inset Graphics
641         filename platypus.eps
642         display color
643         width 50col%
644         rotateOrigin center
645
646 \end_inset
647
648
649 \end_layout
650
651 \begin_layout Standard
652 \begin_inset Caption
653
654 \begin_layout Standard
655 \begin_inset LatexCommand label
656 name "fig:kill-plat"
657
658 \end_inset
659
660 Un platypus muy distorsionado en un flotante.
661 \end_layout
662
663 \end_inset
664
665
666 \end_layout
667
668 \end_inset
669
670
671 \end_layout
672
673 \begin_layout Standard
674 \begin_inset Float figure
675 wide false
676 sideways false
677 status open
678
679 \begin_layout Standard
680 \begin_inset Caption
681
682 \begin_layout Standard
683 \begin_inset LatexCommand label
684 name "fig:escher"
685
686 \end_inset
687
688 M.C.
689  Escher en ácido.
690 \end_layout
691
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Standard
698 \align center
699 \begin_inset Graphics
700         filename escher-lsd.eps
701         display color
702         scale 80
703         rotateOrigin center
704
705 \end_inset
706
707
708 \end_layout
709
710 \end_inset
711
712
713 \end_layout
714
715 \begin_layout Standard
716 \begin_inset LatexCommand index
717 name "Referencias ! a Figuras"
718
719 \end_inset
720
721 Las figuras\InsetSpace ~
722
723 \begin_inset LatexCommand ref
724 reference "fig:kill-plat"
725
726 \end_inset
727
728  y 
729 \begin_inset LatexCommand ref
730 reference "fig:escher"
731
732 \end_inset
733
734  son ejemplos de figuras con referencias cruzadas.
735  Las figuras pueden tener referencias cruzadas en el documento mediante
736  referencia a su etiqueta.
737  Para hacerlo inserta una etiqueta en el encabezado usando el menú 
738 \family sans
739 Insertar\SpecialChar \menuseparator
740 Etiqueta
741 \family default
742  o el botón 
743 \begin_inset Graphics
744         filename ../images/label-insert.xpm
745         scale 85
746
747 \end_inset
748
749 .
750  Ahora puedes referirte a la etiqueta usando el menú 
751 \family sans
752 Insertar\SpecialChar \menuseparator
753 Referencia\InsetSpace ~
754 cruzada
755 \family default
756  o el botón 
757 \begin_inset Graphics
758         filename ../images/dialog-show-new-inset_ref.xpm
759         scale 85
760
761 \end_inset
762
763 .
764  Es importante emplear referencias a flotantes, mejor que alusiones vagas
765  como "la figura de arriba", porque como LaTeX recolocará los flotantes
766  en el documento final, podría no quedar "arriba" precisamente.
767 \end_layout
768
769 \begin_layout Standard
770 Normalmente sólo se inserta una imagen en un flotante, pero a veces podríamos
771  querer poner dos imágenes con subtítulos separados.
772  Esto es posible mediante la pestaña 
773 \family sans
774 Opciones\InsetSpace ~
775 extra
776 \family default
777  del diálogo gráficos.
778  Elije la opción 
779 \family sans
780 Subfigura
781 \family default
782  e introduce el subtítulo en la casilla 
783 \family sans
784 Descripción
785 \family default
786 .
787  Observa que sólo el título principal del encabezado del flotante se añade
788  a la Lista de Figuras.
789 \end_layout
790
791 \begin_layout Standard
792 La figura\InsetSpace ~
793
794 \begin_inset LatexCommand ref
795 reference "fig:Dos-imágenes-distorsionadas"
796
797 \end_inset
798
799  es un ejemplo de figura flotante con dos imágenes una junto a otra.
800  También se pueden poner una sobre otra.
801 \end_layout
802
803 \begin_layout Standard
804 \begin_inset Float figure
805 wide false
806 sideways false
807 status open
808
809 \begin_layout Standard
810
811 \hfill
812
813 \begin_inset Graphics
814         filename escher-lsd.eps
815         width 45col%
816         subcaption
817         subcaptionText "Estructura indefinible"
818
819 \end_inset
820
821
822 \hfill
823
824 \begin_inset Graphics
825         filename platypus.eps
826         lyxscale 60
827         width 45col%
828         subcaption
829         subcaptionText "Platypus"
830
831 \end_inset
832
833
834 \hfill
835
836 \end_layout
837
838 \begin_layout Standard
839 \begin_inset Caption
840
841 \begin_layout Standard
842 \begin_inset LatexCommand label
843 name "fig:Dos-imágenes-distorsionadas"
844
845 \end_inset
846
847 Dos imágenes distorsionadas.
848 \end_layout
849
850 \end_inset
851
852
853 \end_layout
854
855 \end_inset
856
857
858 \end_layout
859
860 \begin_layout Section
861 Formatos de Imagen
862 \begin_inset LatexCommand label
863 name "sec:Formatos-de-imagen"
864
865 \end_inset
866
867
868 \begin_inset LatexCommand index
869 name "Formatos de Imagen"
870
871 \end_inset
872
873
874 \begin_inset LatexCommand index
875 name "Figuras ! Formatos de Imagen"
876
877 \end_inset
878
879
880 \end_layout
881
882 \begin_layout Standard
883 Puedes insertar imágenes en cualquier formato.
884  Pero como se explica en el apéndice \InsetSpace ~
885
886 \begin_inset LatexCommand ref
887 reference "cha:Formatos-de-Archivos-de-Salida"
888
889 \end_inset
890
891 , cada formato de archivo del documento de salida permite solo ciertos formatos
892  de archivo de imagen.
893  Por eso LyX usa el programa 
894 \family sans
895 Imagemagick
896 \family default
897  en segundo plano para convertir imágenes al formato adecuado.
898  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
899  los formatos de imagen admitidos en el formato de archivo de salida.
900  Los formatos de salida se explican en el apéndice \InsetSpace ~
901
902 \begin_inset LatexCommand ref
903 reference "cha:Formatos-de-Archivos-de-Salida"
904
905 \end_inset
906
907 .
908 \end_layout
909
910 \begin_layout Standard
911 Como en el caso de las fuentes, hay dos tipos de archivos de imagen::
912 \end_layout
913
914 \begin_layout Description
915 Imágenes\InsetSpace ~
916 Mapa\InsetSpace ~
917 de\InsetSpace ~
918 bits (Bitmap) consiste en valores de píxel, generalmente comprimid
919 os.
920  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
921  de zoom.
922  Formatos de imágenes en bitmap bien conocidos son "Graphics Interchange
923  Format" (GIF, extensión ".gif")
924 \begin_inset LatexCommand index
925 name "GIF|see{Formatos de Imagen}"
926
927 \end_inset
928
929 , "Portable Network Graphics" (PNG, extensión ".png")
930 \begin_inset LatexCommand index
931 name "PNG|see{Formatos de Imagen}"
932
933 \end_inset
934
935 , y "Joint Photographic Experts Group" (JPG, extensión ".jpg" o ".jpeg")
936 \begin_inset LatexCommand index
937 name "JPG|see{Formatos de Imagen}"
938
939 \end_inset
940
941 .
942 \end_layout
943
944 \begin_layout Description
945 Imágenes\InsetSpace ~
946 vectoriales consisten en vectores y por tanto pueden escalarse a
947  cualquier tamaño sin pérdidas.
948  La posibilidad de escalado hace falta para crear presentaciones, porque
949  éstas siempre son escaladas por el proyector.
950  El escalado también es útil en los documentoos en línea para permitir el
951  zoom en diagramas.
952 \newline
953 Formatos de imagen escalables pueden ser "Scalable Vector
954  Graphics" (SVG, extensión ".svg")
955 \begin_inset LatexCommand index
956 name "SVG|see{Formatos de Imagen}"
957
958 \end_inset
959
960 , "Encapsulated PostScript" (EPS, extensión ".eps")
961 \begin_inset LatexCommand index
962 name "EPS|see{Formatos de Imagen}"
963
964 \end_inset
965
966 , "Portabla Document Format" (PDF, extensión ".pdf")
967 \begin_inset LatexCommand index
968 name "PDF|see{Formatos de Imagen}"
969
970 \end_inset
971
972 , y "Windows Metafile" (WMF, extensión ".wmf")
973 \begin_inset LatexCommand index
974 name "WMF|see{Formatos de Imagen}"
975
976 \end_inset
977
978 .
979  Escribimos "pueden ser", porque se puede convertir cualquier imagen bitmap
980  a PDF o EPS y el resultado será todavía una imagen bitmap.
981  En estos casos sólo se añade una cabecera con las propiedades de la imagen
982  a la imagen original
983 \begin_inset Foot
984 status open
985
986 \begin_layout Standard
987 En el caso de PDF, además se comprime la imagen original.
988 \end_layout
989
990 \end_inset
991
992 .
993  Por ejemplo, los archivos PDF generados por 
994 \family sans
995 Adobe Photoshop
996 \family default
997  son imágenes bitmap.
998 \end_layout
999
1000 \begin_layout Standard
1001 Normalmente no es posible convertir una imagen bitmap a escalable, sólo
1002  viceversa.
1003  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1004  archivos de salida PDF y PostScript, respectivamente.
1005  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1006  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1007 \begin_inset Formula $\to$
1008 \end_inset
1009
1010  PDF/EPS.
1011 \end_layout
1012
1013 \begin_layout Chapter
1014 Tablas
1015 \begin_inset LatexCommand label
1016 name "cha:Tablas"
1017
1018 \end_inset
1019
1020
1021 \begin_inset LatexCommand index
1022 name "Tablas"
1023
1024 \end_inset
1025
1026
1027 \end_layout
1028
1029 \begin_layout Section
1030 Introducción
1031 \begin_inset LatexCommand index
1032 name "Tablas ! Introducción"
1033
1034 \end_inset
1035
1036
1037 \end_layout
1038
1039 \begin_layout Standard
1040 Puede insertarse una tabla mediante el botón
1041 \begin_inset Graphics
1042         filename ../images/tabular-insert.xpm
1043         scale 85
1044
1045 \end_inset
1046
1047  o el menú 
1048 \family sans
1049 Insertar\SpecialChar \menuseparator
1050 Tabla
1051 \family default
1052 .
1053  Aparece un diálogo en el que se pide el número de filas y columnas.
1054  Por defecto, la tabla tiene líneas que enmarcan cada celda y la primera
1055  fila aparece separada por una línea doble: la línea inferior de la primera
1056  fila y la línea superior de la segunda fila.
1057  Ejemplo de tabla:
1058 \end_layout
1059
1060 \begin_layout Standard
1061 \align center
1062 \begin_inset Tabular
1063 <lyxtabular version="3" rows="4" columns="4">
1064 <features>
1065 <column alignment="center" valignment="top" leftline="true" width="0">
1066 <column alignment="center" valignment="top" leftline="true" width="0pt">
1067 <column alignment="center" valignment="top" leftline="true" width="0in">
1068 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1069 <row topline="true" bottomline="true">
1070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Standard
1074
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
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 \family roman
1085 \series medium
1086 \shape up
1087 \size normal
1088 \emph off
1089 \bar no
1090 \noun off
1091 \color none
1092 1
1093 \end_layout
1094
1095 \end_inset
1096 </cell>
1097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1098 \begin_inset Text
1099
1100 \begin_layout Standard
1101 2
1102 \end_layout
1103
1104 \end_inset
1105 </cell>
1106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1107 \begin_inset Text
1108
1109 \begin_layout Standard
1110 3
1111 \end_layout
1112
1113 \end_inset
1114 </cell>
1115 </row>
1116 <row topline="true">
1117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1118 \begin_inset Text
1119
1120 \begin_layout Standard
1121
1122 \family roman
1123 \series medium
1124 \shape up
1125 \size normal
1126 \emph off
1127 \bar no
1128 \noun off
1129 \color none
1130 A
1131 \end_layout
1132
1133 \end_inset
1134 </cell>
1135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1136 \begin_inset Text
1137
1138 \begin_layout Standard
1139
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" rightline="true" usebox="none">
1154 \begin_inset Text
1155
1156 \begin_layout Standard
1157
1158 \end_layout
1159
1160 \end_inset
1161 </cell>
1162 </row>
1163 <row topline="true">
1164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1165 \begin_inset Text
1166
1167 \begin_layout Standard
1168
1169 \family roman
1170 \series medium
1171 \shape up
1172 \size normal
1173 \emph off
1174 \bar no
1175 \noun off
1176 \color none
1177 B
1178 \end_layout
1179
1180 \end_inset
1181 </cell>
1182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1183 \begin_inset Text
1184
1185 \begin_layout Standard
1186
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1192 \begin_inset Text
1193
1194 \begin_layout Standard
1195
1196 \family roman
1197 \series medium
1198 \shape up
1199 \size normal
1200 \emph off
1201 \bar no
1202 \noun off
1203 \color none
1204  
1205 \end_layout
1206
1207 \end_inset
1208 </cell>
1209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1210 \begin_inset Text
1211
1212 \begin_layout Standard
1213
1214 \end_layout
1215
1216 \end_inset
1217 </cell>
1218 </row>
1219 <row topline="true" bottomline="true">
1220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1221 \begin_inset Text
1222
1223 \begin_layout Standard
1224
1225 \family roman
1226 \series medium
1227 \shape up
1228 \size normal
1229 \emph off
1230 \bar no
1231 \noun off
1232 \color none
1233 C
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Standard
1242
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" rightline="true" usebox="none">
1257 \begin_inset Text
1258
1259 \begin_layout Standard
1260
1261 \end_layout
1262
1263 \end_inset
1264 </cell>
1265 </row>
1266 </lyxtabular>
1267
1268 \end_inset
1269
1270
1271 \end_layout
1272
1273 \begin_layout Section
1274 Diálogo Tablas
1275 \begin_inset LatexCommand index
1276 name "Tablas ! Diálogo"
1277
1278 \end_inset
1279
1280
1281 \end_layout
1282
1283 \begin_layout Standard
1284 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1285  pinchar sobre ella con el botón derecho del ratón.
1286  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1287  encuentra el cursor.
1288  La mayoría de opciones también trabajan sobre una selección de celdas,
1289  de filas o de columnas.
1290  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1291  su 
1292 \emph on
1293 contenido
1294 \emph default
1295 .
1296  En el cuadro de diálogo aparecen las siguientes pestañas:
1297 \end_layout
1298
1299 \begin_layout Description
1300
1301 \family sans
1302 Configuración\InsetSpace ~
1303 de\InsetSpace ~
1304 Tabla
1305 \family default
1306  Aquí puedes establacer la alineación horizontal para la fila actual y la
1307  anchura de la columna actual.
1308  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1309  Una anchura determinada permite tener saltos de línea y distintos párrafos
1310  de texto, ver sección \InsetSpace ~
1311
1312 \begin_inset LatexCommand ref
1313 reference "sub:Líneas-Múltiples-en"
1314
1315 \end_inset
1316
1317 .
1318  Si no establaces anchura, la columna será tan ancha como el contenido de
1319  la celda más ancha.
1320 \newline
1321 Además, puedes marcar una o más celdas de una fila como
1322  una celda multicolumna, ver sección\InsetSpace ~
1323
1324 \begin_inset LatexCommand ref
1325 reference "sub:Multicolumnas"
1326
1327 \end_inset
1328
1329 .
1330 \newline
1331 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1332  90º en el sentido de las agujas del reloj.
1333  La rotación no se ve en LyX, sí en la salida.
1334 \newline
1335
1336 \begin_inset Note Greyedout
1337 status open
1338
1339 \begin_layout Standard
1340
1341 \series bold
1342 Nota: 
1343 \series default
1344 No todos los visores DVI pueden mostrar rotaciones.
1345 \end_layout
1346
1347 \end_inset
1348
1349
1350 \newline
1351 Tambien es posible introducir argumentos LaTeX necesarios para formatos
1352  especiales, ver sección\InsetSpace ~
1353
1354 \begin_inset LatexCommand ref
1355 reference "sub:Cálculos-en-Multicolumnas"
1356
1357 \end_inset
1358
1359  y 
1360 \begin_inset LatexCommand ref
1361 reference "sec:Tablas-Coloreadas"
1362
1363 \end_inset
1364
1365 .
1366 \end_layout
1367
1368 \begin_layout Description
1369
1370 \family sans
1371 Bordes
1372 \family default
1373  En esta pestaña puedes añadir y quitar bordes para la fila/columna actual.
1374 \end_layout
1375
1376 \begin_layout Description
1377
1378 \family sans
1379 Tabla\InsetSpace ~
1380 Larga
1381 \family default
1382  Para hacer "
1383 \emph on
1384 tablas largas
1385 \emph default
1386 " que pueden extenderse por varias páginas.
1387  La sección\InsetSpace ~
1388
1389 \begin_inset LatexCommand ref
1390 reference "sec:Tablas-Largas"
1391
1392 \end_inset
1393
1394  describe su uso en detalle.
1395 \end_layout
1396
1397 \begin_layout Standard
1398 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
1399  con las teclas de flecha de celda en celda y la propiedad de la celda actual
1400  aparecerá inmediatamente en el diálogo.
1401 \end_layout
1402
1403 \begin_layout Section
1404 Barra de Herramientas de Tablas
1405 \begin_inset LatexCommand index
1406 name "Tablas ! Barra de Herramientas"
1407
1408 \end_inset
1409
1410
1411 \end_layout
1412
1413 \begin_layout Standard
1414 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
1415  para cambiar las tablas de manera más rápida.
1416  Normalmente debería aparecer en la parte inferior de la ventana principal
1417  de LyX cuando el cursor está dentro de una tabla.
1418  En cualquier momento se puede presentar esta barra pinchando con el botón
1419  derecho del ratón en cualquier punto de la barra principal de menú.
1420 \end_layout
1421
1422 \begin_layout Standard
1423 La barra de herramientas tiene los siguientes iconos:
1424 \end_layout
1425
1426 \begin_layout Labeling
1427 \labelwidthstring 00.00.0000
1428 \begin_inset Graphics
1429         filename ../images/tabular-feature_append-row.xpm
1430
1431 \end_inset
1432
1433  añade una fila bajo la celda actual o selección
1434 \end_layout
1435
1436 \begin_layout Labeling
1437 \labelwidthstring 00.00.0000
1438 \begin_inset Graphics
1439         filename ../images/tabular-feature_append-column.xpm
1440
1441 \end_inset
1442
1443  añade una columna a la derecha de la celda actual o selección
1444 \end_layout
1445
1446 \begin_layout Labeling
1447 \labelwidthstring 00.00.0000
1448 \begin_inset Graphics
1449         filename ../images/tabular-feature_delete-row.xpm
1450
1451 \end_inset
1452
1453  borra la fila actual o selección
1454 \end_layout
1455
1456 \begin_layout Labeling
1457 \labelwidthstring 00.00.0000
1458 \begin_inset Graphics
1459         filename ../images/tabular-feature_delete-column.xpm
1460
1461 \end_inset
1462
1463  borra la columna actual o selección
1464 \end_layout
1465
1466 \begin_layout Labeling
1467 \labelwidthstring 00.00.0000
1468 \begin_inset Graphics
1469         filename ../images/tabular-feature_toggle-line-top.xpm
1470
1471 \end_inset
1472
1473  añade una línea sobre la celda/fila actual o la selección
1474 \end_layout
1475
1476 \begin_layout Labeling
1477 \labelwidthstring 00.00.0000
1478 \begin_inset Graphics
1479         filename ../images/tabular-feature_toggle-line-bottom.xpm
1480
1481 \end_inset
1482
1483  añade una línea bajo la celda/fila actual o la selección
1484 \end_layout
1485
1486 \begin_layout Labeling
1487 \labelwidthstring 00.00.0000
1488 \begin_inset Graphics
1489         filename ../images/tabular-feature_toggle-line-left.xpm
1490
1491 \end_inset
1492
1493  añade una línea a la izquierda de la celda/fila actual o la selección
1494 \end_layout
1495
1496 \begin_layout Labeling
1497 \labelwidthstring 00.00.0000
1498 \begin_inset Graphics
1499         filename ../images/tabular-feature_toggle-line-right.xpm
1500
1501 \end_inset
1502
1503  añade una línea a la derecha de la celda/fila actual o la selección
1504 \end_layout
1505
1506 \begin_layout Labeling
1507 \labelwidthstring 00.00.0000
1508 \begin_inset Graphics
1509         filename ../images/tabular-feature_set-all-lines.xpm
1510
1511 \end_inset
1512
1513  añade líneas alrededor de la celda actual o seleccionadas - si la celda
1514  actual no es multicolumna esto afecta también a la fila y columna actuales
1515 \end_layout
1516
1517 \begin_layout Labeling
1518 \labelwidthstring 00.00.0000
1519 \begin_inset Graphics
1520         filename ../images/tabular-feature_unset-all-lines.xpm
1521
1522 \end_inset
1523
1524  borra todas las líneas de la celda o celdas seleccionadas - si la celda
1525  actual no es multicolumna esto afecta también a la fila y columna actuales
1526 \end_layout
1527
1528 \begin_layout Labeling
1529 \labelwidthstring 00.00.0000
1530 \begin_inset Graphics
1531         filename ../images/tabular-feature_align-left.xpm
1532
1533 \end_inset
1534
1535  alinea a la izquierda el contenido de la celda / columna
1536 \end_layout
1537
1538 \begin_layout Labeling
1539 \labelwidthstring 00.00.0000
1540 \begin_inset Graphics
1541         filename ../images/tabular-feature_align-center.xpm
1542
1543 \end_inset
1544
1545  centra el contenido de la celda / columna horizontalmente
1546 \end_layout
1547
1548 \begin_layout Labeling
1549 \labelwidthstring 00.00.0000
1550 \begin_inset Graphics
1551         filename ../images/tabular-feature_align-right.xpm
1552
1553 \end_inset
1554
1555  alinea a la derecha el contenido de la celda / columna
1556 \end_layout
1557
1558 \begin_layout Labeling
1559 \labelwidthstring 00.00.0000
1560 \begin_inset Graphics
1561         filename ../images/tabular-feature_valign-top.xpm
1562
1563 \end_inset
1564
1565  alinea arriba el contenido de la celda
1566 \end_layout
1567
1568 \begin_layout Labeling
1569 \labelwidthstring 00.00.0000
1570 \begin_inset Graphics
1571         filename ../images/tabular-feature_valign-middle.xpm
1572
1573 \end_inset
1574
1575  centra verticalmente el contenido de la celda
1576 \end_layout
1577
1578 \begin_layout Labeling
1579 \labelwidthstring 00.00.0000
1580 \begin_inset Graphics
1581         filename ../images/tabular-feature_valign-bottom.xpm
1582
1583 \end_inset
1584
1585  alinea abajo el contenido de la celda
1586 \end_layout
1587
1588 \begin_layout Labeling
1589 \labelwidthstring 00.00.0000
1590 \begin_inset Graphics
1591         filename ../images/tabular-feature_set-rotate-cell.xpm
1592
1593 \end_inset
1594
1595  gira la celda o selección 90° como las agujas de reloj
1596 \end_layout
1597
1598 \begin_layout Labeling
1599 \labelwidthstring 00.00.0000
1600 \begin_inset Graphics
1601         filename ../images/tabular-feature_set-rotate-tabular.xpm
1602
1603 \end_inset
1604
1605  gira toda la tabla 90° como agujas del reloj
1606 \end_layout
1607
1608 \begin_layout Labeling
1609 \labelwidthstring 00.00.0000
1610 \begin_inset Graphics
1611         filename ../images/tabular-feature_multicolumn.xpm
1612
1613 \end_inset
1614
1615  establace la celda actual o selección como multicolumna
1616 \end_layout
1617
1618 \begin_layout Section
1619 Menú Editar Tabla
1620 \begin_inset LatexCommand index
1621 name "Tablas ! Menú Editar"
1622
1623 \end_inset
1624
1625
1626 \end_layout
1627
1628 \begin_layout Standard
1629 Además del diálogo y la barra de herramientas, el menú 
1630 \family sans
1631 Editar\SpecialChar \menuseparator
1632 Tabla
1633 \family default
1634  permite añadir y borrar bordes para la fila/columna actual y establacer
1635  la selección como multicolumna.
1636  El menú sólo está disponibla si el cursor está en la tabla.
1637 \end_layout
1638
1639 \begin_layout Section
1640 Tablas Flotantes
1641 \begin_inset LatexCommand label
1642 name "sec:Tablas-Flotantes"
1643
1644 \end_inset
1645
1646
1647 \begin_inset LatexCommand index
1648 name "Flotantes ! Tablas"
1649
1650 \end_inset
1651
1652
1653 \begin_inset LatexCommand index
1654 name "Tablas ! Flotantes"
1655
1656 \end_inset
1657
1658
1659 \end_layout
1660
1661 \begin_layout Standard
1662 Para una explicación general sobre flotantes, echa un vistazo a la sección\InsetSpace ~
1663
1664 \begin_inset LatexCommand ref
1665 reference "sec:IntroducciónFlotantes"
1666
1667 \end_inset
1668
1669 .
1670 \end_layout
1671
1672 \begin_layout Standard
1673 \begin_inset Float table
1674 placement h
1675 wide false
1676 sideways false
1677 status open
1678
1679 \begin_layout Standard
1680 \begin_inset Caption
1681
1682 \begin_layout Standard
1683 \begin_inset LatexCommand label
1684 name "tab:una tabla flotante"
1685
1686 \end_inset
1687
1688 Una tabla flotante.
1689 \end_layout
1690
1691 \end_inset
1692
1693
1694 \end_layout
1695
1696 \begin_layout Standard
1697 \align center
1698 \begin_inset Tabular
1699 <lyxtabular version="3" rows="3" columns="3">
1700 <features>
1701 <column alignment="center" valignment="top" leftline="true" width="0pt">
1702 <column alignment="center" valignment="top" leftline="true" width="0pt">
1703 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1704 <row topline="true" bottomline="true">
1705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1706 \begin_inset Text
1707
1708 \begin_layout Standard
1709
1710 \family roman
1711 \series medium
1712 \shape up
1713 \size normal
1714 \emph off
1715 \bar no
1716 \noun off
1717 \color none
1718 1
1719 \end_layout
1720
1721 \end_inset
1722 </cell>
1723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1724 \begin_inset Text
1725
1726 \begin_layout Standard
1727
1728 \family roman
1729 \series medium
1730 \shape up
1731 \size normal
1732 \emph off
1733 \bar no
1734 \noun off
1735 \color none
1736 2
1737 \end_layout
1738
1739 \end_inset
1740 </cell>
1741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Standard
1745
1746 \family roman
1747 \series medium
1748 \shape up
1749 \size normal
1750 \emph off
1751 \bar no
1752 \noun off
1753 \color none
1754 3
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 </row>
1760 <row topline="true">
1761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Standard
1765
1766 \family roman
1767 \series medium
1768 \shape up
1769 \size normal
1770 \emph off
1771 \bar no
1772 \noun off
1773 \color none
1774 Pepe
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Standard
1783
1784 \family roman
1785 \series medium
1786 \shape up
1787 \size normal
1788 \emph off
1789 \bar no
1790 \noun off
1791 \color none
1792 Mari
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Standard
1801
1802 \family roman
1803 \series medium
1804 \shape up
1805 \size normal
1806 \emph off
1807 \bar no
1808 \noun off
1809 \color none
1810 Teo
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 </row>
1816 <row topline="true" bottomline="true">
1817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Standard
1821
1822 \family roman
1823 \series medium
1824 \shape up
1825 \size normal
1826 \emph off
1827 \bar no
1828 \noun off
1829 \color none
1830 \begin_inset Formula $\int x^{2}dx$
1831 \end_inset
1832
1833
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Standard
1842
1843 \family roman
1844 \series medium
1845 \shape up
1846 \size normal
1847 \emph off
1848 \bar no
1849 \noun off
1850 \color none
1851 \begin_inset Formula $\left[\begin{array}{cc}
1852 a & b\\
1853 c & d\end{array}\right]$
1854 \end_inset
1855
1856
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Standard
1865
1866 \family roman
1867 \series medium
1868 \shape up
1869 \size normal
1870 \emph off
1871 \bar no
1872 \noun off
1873 \color none
1874 \begin_inset Formula $1+1=2$
1875 \end_inset
1876
1877
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 </row>
1883 </lyxtabular>
1884
1885 \end_inset
1886
1887
1888 \end_layout
1889
1890 \end_inset
1891
1892
1893 \end_layout
1894
1895 \begin_layout Standard
1896 Las tablas flotantes pueden insertarse con el menú 
1897 \family sans
1898 Insertar\SpecialChar \menuseparator
1899 Flotante\SpecialChar \menuseparator
1900 Tabla
1901 \family default
1902  o con el botón 
1903 \begin_inset Graphics
1904         filename ../images/float-insert_table.xpm
1905         scale 85
1906
1907 \end_inset
1908
1909 .
1910 \end_layout
1911
1912 \begin_layout Standard
1913 El flotante se muestra como un cuadro desplegable con la etiqueta "
1914 \series bold
1915 Tabla\InsetSpace ~
1916 #:
1917 \series default
1918 " en su interior.
1919  El texto que sigue a dicha etiqueta es el encabezado de tabla.
1920  Para insertar una tabla en el flotante se sitúa el cursor al final del
1921  texto de encabezado y se pulsa Enter.
1922  El encabezado se imprime encima de la tabla.
1923 \end_layout
1924
1925 \begin_layout Standard
1926 La tabla\InsetSpace ~
1927
1928 \begin_inset LatexCommand ref
1929 reference "tab:una tabla flotante"
1930
1931 \end_inset
1932
1933  es un ejemplo de tabla flotante.
1934 \end_layout
1935
1936 \begin_layout Standard
1937 Lo habitual es poner el encabezado sobre la tabla, lo que desafortunadamente
1938  no es soportado en las clases estándar de LaTeX.
1939  Esto significa que si estás usando las clases de documento
1940 \family sans
1941 article
1942 \family default
1943
1944 \family sans
1945 book
1946 \family default
1947
1948 \family sans
1949 letter
1950 \family default
1951 , o 
1952 \family sans
1953 report
1954 \family default
1955  no habrá espacio entre el encabezado y la tabla.
1956  Para añadir el espacio faltante hay que poner en el preámbulo LaTeX del
1957  documento la siguiente opción al comando del paquete de LaTeX 
1958 \series bold
1959 caption
1960 \series default
1961
1962 \begin_inset LatexCommand index
1963 name "LaTeX-paquetes ! caption"
1964
1965 \end_inset
1966
1967
1968 \begin_inset Foot
1969 status open
1970
1971 \begin_layout Standard
1972 Para más información ve a la sección\InsetSpace ~
1973
1974 \begin_inset LatexCommand ref
1975 reference "sec:Colocación-de-Encabezados"
1976
1977 \end_inset
1978
1979 .
1980 \end_layout
1981
1982 \end_inset
1983
1984 :
1985 \end_layout
1986
1987 \begin_layout Standard
1988
1989 \series bold
1990 tableposition=top
1991 \end_layout
1992
1993 \begin_layout Standard
1994 El encabezado puede formatearse mediante el paquete de LaTeX 
1995 \series bold
1996 caption
1997 \series default
1998  como se describe en la sección\InsetSpace ~
1999
2000 \begin_inset LatexCommand ref
2001 reference "sec:Formato-de-Encabezados"
2002
2003 \end_inset
2004
2005 .
2006  
2007 \end_layout
2008
2009 \begin_layout Standard
2010 \begin_inset LatexCommand index
2011 name "Referencias ! a Tablas"
2012
2013 \end_inset
2014
2015 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2016  etiqueta.
2017  Para hacerlo inserta una etiqueta en el encabezado con el menú 
2018 \family sans
2019 Insertar\SpecialChar \menuseparator
2020 Etiqueta
2021 \family default
2022  o con el botón 
2023 \begin_inset Graphics
2024         filename ../images/label-insert.xpm
2025         scale 85
2026
2027 \end_inset
2028
2029 .
2030  Ahora puedes referirte a la etiqueta con el menú 
2031 \family sans
2032 Insertar\SpecialChar \menuseparator
2033 Referencia\InsetSpace ~
2034 cruzada
2035 \family default
2036  o el botón 
2037 \begin_inset Graphics
2038         filename ../images/dialog-show-new-inset_ref.xpm
2039         scale 85
2040
2041 \end_inset
2042
2043 .
2044 \end_layout
2045
2046 \begin_layout Section
2047 Tablas Largas
2048 \begin_inset LatexCommand label
2049 name "sec:Tablas-Largas"
2050
2051 \end_inset
2052
2053
2054 \begin_inset LatexCommand index
2055 name "Tablas Largas"
2056
2057 \end_inset
2058
2059
2060 \begin_inset LatexCommand index
2061 name "Tablas ! Largas"
2062
2063 \end_inset
2064
2065
2066 \end_layout
2067
2068 \begin_layout Standard
2069 Si la tabla es demasiado larga para una página, puedes usar la opción 
2070 \family sans
2071 Usar\InsetSpace ~
2072 tabla\InsetSpace ~
2073 larga
2074 \family default
2075  en la pestaña 
2076 \family sans
2077 Tabla\InsetSpace ~
2078 larga
2079 \family default
2080  del diálogo para repartir automáticamente la tabla en varias páginas.
2081  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2082 \end_layout
2083
2084 \begin_layout Description
2085
2086 \family sans
2087 Encabezado: 
2088 \family default
2089 La fila actual y todas las de arriba, que no tienen ninguna opción especial
2090  definida, se definen como filas de encabezado para todas las páginas de
2091  la tabla, excepto para la primera página
2092 \family sans
2093  
2094 \family default
2095 si
2096 \family sans
2097  Primer\InsetSpace ~
2098 encabezado 
2099 \family default
2100 está definido.
2101  Este se denomina encabezado principal.
2102 \end_layout
2103
2104 \begin_layout Description
2105
2106 \family sans
2107 Primer\InsetSpace ~
2108 encabezado: 
2109 \family default
2110 La fila actual y superiores, que no tienen ninguna opción especial definida,
2111  se definen como filas cabeceras de la primera página de la tabla.
2112 \end_layout
2113
2114 \begin_layout Description
2115
2116 \family sans
2117 Pie: 
2118 \family default
2119 La fila actual y todas las siguientes, que no tienen ninguna opción especial
2120  definida, se definen como filas de pie de todas las páginas de la tabla,
2121  excepto para la última página si se define
2122 \family sans
2123  Último\InsetSpace ~
2124 pie.
2125 \end_layout
2126
2127 \begin_layout Description
2128
2129 \family sans
2130 Último\InsetSpace ~
2131 pie: L
2132 \family default
2133 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2134  se definen como filas de pie de la última página de la tabla.
2135 \end_layout
2136
2137 \begin_layout Standard
2138 También se puede especificar una fila en la que se dividirá la tabla.
2139  Si se establece más de una opción en la misma fila, habría que tener en
2140  cuenta que sólo la primera de ellas se usa en la fila dada.
2141  Las otras quedarán definidas como 
2142 \emph on
2143 vacías
2144 \emph default
2145 .
2146  En este contexto, primera significa primero en este orden: 
2147 \family sans
2148 Pie, Último\InsetSpace ~
2149 pie, Encabezado, Primer\InsetSpace ~
2150 encabezado
2151 \family default
2152 .
2153  La siguiente tabla muestra cómo funciona:
2154 \end_layout
2155
2156 \begin_layout Standard
2157
2158 \end_layout
2159
2160 \begin_layout Standard
2161 \align center
2162 \begin_inset Tabular
2163 <lyxtabular version="3" rows="69" columns="3">
2164 <features islongtable="true">
2165 <column alignment="left" valignment="top" leftline="true" width="0cm">
2166 <column alignment="left" valignment="top" width="0pt">
2167 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2168 <row topline="true" bottomline="true" endfirsthead="true">
2169 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2170 \begin_inset Text
2171
2172 \begin_layout Standard
2173
2174 \series bold
2175 Ejemplo de lista telefónica (ignore los nombres)
2176 \end_layout
2177
2178 \end_inset
2179 </cell>
2180 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2181 \begin_inset Text
2182
2183 \begin_layout Standard
2184
2185 \end_layout
2186
2187 \end_inset
2188 </cell>
2189 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2190 \begin_inset Text
2191
2192 \begin_layout Standard
2193
2194 \end_layout
2195
2196 \end_inset
2197 </cell>
2198 </row>
2199 <row topline="true" bottomline="true" endfirsthead="true">
2200 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2201 \begin_inset Text
2202
2203 \begin_layout Standard
2204
2205 \series bold
2206 NOMBRE
2207 \end_layout
2208
2209 \end_inset
2210 </cell>
2211 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2212 \begin_inset Text
2213
2214 \begin_layout Standard
2215
2216 \end_layout
2217
2218 \end_inset
2219 </cell>
2220 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2221 \begin_inset Text
2222
2223 \begin_layout Standard
2224
2225 \series bold
2226 TEL.
2227 \end_layout
2228
2229 \end_inset
2230 </cell>
2231 </row>
2232 <row topline="true" bottomline="true" endhead="true">
2233 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2234 \begin_inset Text
2235
2236 \begin_layout Standard
2237
2238 \series bold
2239 Ejemplo de lista telefónica
2240 \end_layout
2241
2242 \end_inset
2243 </cell>
2244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2245 \begin_inset Text
2246
2247 \begin_layout Standard
2248
2249 \end_layout
2250
2251 \end_inset
2252 </cell>
2253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2254 \begin_inset Text
2255
2256 \begin_layout Standard
2257
2258 \end_layout
2259
2260 \end_inset
2261 </cell>
2262 </row>
2263 <row topline="true" bottomline="true" endhead="true">
2264 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2265 \begin_inset Text
2266
2267 \begin_layout Standard
2268
2269 \series bold
2270 NOMBRE
2271 \end_layout
2272
2273 \end_inset
2274 </cell>
2275 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2276 \begin_inset Text
2277
2278 \begin_layout Standard
2279
2280 \end_layout
2281
2282 \end_inset
2283 </cell>
2284 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2285 \begin_inset Text
2286
2287 \begin_layout Standard
2288
2289 \series bold
2290 TEL.
2291 \end_layout
2292
2293 \end_inset
2294 </cell>
2295 </row>
2296 <row topline="true" bottomline="true" endfoot="true">
2297 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2298 \begin_inset Text
2299
2300 \begin_layout Standard
2301  continúa en la página siguiente
2302 \end_layout
2303
2304 \end_inset
2305 </cell>
2306 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2307 \begin_inset Text
2308
2309 \begin_layout Standard
2310
2311 \end_layout
2312
2313 \end_inset
2314 </cell>
2315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2316 \begin_inset Text
2317
2318 \begin_layout Standard
2319
2320 \end_layout
2321
2322 \end_inset
2323 </cell>
2324 </row>
2325 <row>
2326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2327 \begin_inset Text
2328
2329 \begin_layout Standard
2330
2331 \series bold
2332 Annovi
2333 \end_layout
2334
2335 \end_inset
2336 </cell>
2337 <cell alignment="center" valignment="top" topline="true" usebox="none">
2338 \begin_inset Text
2339
2340 \begin_layout Standard
2341 Silvia
2342 \end_layout
2343
2344 \end_inset
2345 </cell>
2346 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2347 \begin_inset Text
2348
2349 \begin_layout Standard
2350 111
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 </row>
2356 <row>
2357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2358 \begin_inset Text
2359
2360 \begin_layout Standard
2361
2362 \series bold
2363 Bertoli
2364 \end_layout
2365
2366 \end_inset
2367 </cell>
2368 <cell alignment="center" valignment="top" topline="true" usebox="none">
2369 \begin_inset Text
2370
2371 \begin_layout Standard
2372 Stefano
2373 \end_layout
2374
2375 \end_inset
2376 </cell>
2377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2378 \begin_inset Text
2379
2380 \begin_layout Standard
2381 111
2382 \end_layout
2383
2384 \end_inset
2385 </cell>
2386 </row>
2387 <row>
2388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Standard
2392
2393 \series bold
2394 Bozzi
2395 \end_layout
2396
2397 \end_inset
2398 </cell>
2399 <cell alignment="center" valignment="top" topline="true" usebox="none">
2400 \begin_inset Text
2401
2402 \begin_layout Standard
2403 Walter
2404 \end_layout
2405
2406 \end_inset
2407 </cell>
2408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2409 \begin_inset Text
2410
2411 \begin_layout Standard
2412 111
2413 \end_layout
2414
2415 \end_inset
2416 </cell>
2417 </row>
2418 <row>
2419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2420 \begin_inset Text
2421
2422 \begin_layout Standard
2423
2424 \series bold
2425 Cachia
2426 \end_layout
2427
2428 \end_inset
2429 </cell>
2430 <cell alignment="center" valignment="top" topline="true" usebox="none">
2431 \begin_inset Text
2432
2433 \begin_layout Standard
2434 Maria
2435 \end_layout
2436
2437 \end_inset
2438 </cell>
2439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2440 \begin_inset Text
2441
2442 \begin_layout Standard
2443 111
2444 \end_layout
2445
2446 \end_inset
2447 </cell>
2448 </row>
2449 <row>
2450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2451 \begin_inset Text
2452
2453 \begin_layout Standard
2454
2455 \series bold
2456 Cachia
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
2461 <cell alignment="center" valignment="top" topline="true" usebox="none">
2462 \begin_inset Text
2463
2464 \begin_layout Standard
2465 Maurizio
2466 \end_layout
2467
2468 \end_inset
2469 </cell>
2470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2471 \begin_inset Text
2472
2473 \begin_layout Standard
2474 111
2475 \end_layout
2476
2477 \end_inset
2478 </cell>
2479 </row>
2480 <row>
2481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2482 \begin_inset Text
2483
2484 \begin_layout Standard
2485
2486 \series bold
2487 Cinquemani
2488 \end_layout
2489
2490 \end_inset
2491 </cell>
2492 <cell alignment="center" valignment="top" topline="true" usebox="none">
2493 \begin_inset Text
2494
2495 \begin_layout Standard
2496 Giusi
2497 \end_layout
2498
2499 \end_inset
2500 </cell>
2501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2502 \begin_inset Text
2503
2504 \begin_layout Standard
2505 111
2506 \end_layout
2507
2508 \end_inset
2509 </cell>
2510 </row>
2511 <row>
2512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2513 \begin_inset Text
2514
2515 \begin_layout Standard
2516
2517 \series bold
2518 Colin
2519 \end_layout
2520
2521 \end_inset
2522 </cell>
2523 <cell alignment="center" valignment="top" topline="true" usebox="none">
2524 \begin_inset Text
2525
2526 \begin_layout Standard
2527 Bernard
2528 \end_layout
2529
2530 \end_inset
2531 </cell>
2532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2533 \begin_inset Text
2534
2535 \begin_layout Standard
2536 111
2537 \end_layout
2538
2539 \end_inset
2540 </cell>
2541 </row>
2542 <row>
2543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2544 \begin_inset Text
2545
2546 \begin_layout Standard
2547
2548 \series bold
2549 Concli
2550 \end_layout
2551
2552 \end_inset
2553 </cell>
2554 <cell alignment="center" valignment="top" topline="true" usebox="none">
2555 \begin_inset Text
2556
2557 \begin_layout Standard
2558 Gianfranco
2559 \end_layout
2560
2561 \end_inset
2562 </cell>
2563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2564 \begin_inset Text
2565
2566 \begin_layout Standard
2567 111
2568 \end_layout
2569
2570 \end_inset
2571 </cell>
2572 </row>
2573 <row>
2574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2575 \begin_inset Text
2576
2577 \begin_layout Standard
2578
2579 \series bold
2580 Dal Bosco
2581 \end_layout
2582
2583 \end_inset
2584 </cell>
2585 <cell alignment="center" valignment="top" topline="true" usebox="none">
2586 \begin_inset Text
2587
2588 \begin_layout Standard
2589 Carolina
2590 \end_layout
2591
2592 \end_inset
2593 </cell>
2594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2595 \begin_inset Text
2596
2597 \begin_layout Standard
2598 111
2599 \end_layout
2600
2601 \end_inset
2602 </cell>
2603 </row>
2604 <row>
2605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2606 \begin_inset Text
2607
2608 \begin_layout Standard
2609
2610 \series bold
2611 Dalpiaz
2612 \end_layout
2613
2614 \end_inset
2615 </cell>
2616 <cell alignment="center" valignment="top" topline="true" usebox="none">
2617 \begin_inset Text
2618
2619 \begin_layout Standard
2620 Annamaria
2621 \end_layout
2622
2623 \end_inset
2624 </cell>
2625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2626 \begin_inset Text
2627
2628 \begin_layout Standard
2629 111
2630 \end_layout
2631
2632 \end_inset
2633 </cell>
2634 </row>
2635 <row>
2636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2637 \begin_inset Text
2638
2639 \begin_layout Standard
2640
2641 \series bold
2642 Feliciello
2643 \end_layout
2644
2645 \end_inset
2646 </cell>
2647 <cell alignment="center" valignment="top" topline="true" usebox="none">
2648 \begin_inset Text
2649
2650 \begin_layout Standard
2651 Domenico
2652 \end_layout
2653
2654 \end_inset
2655 </cell>
2656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2657 \begin_inset Text
2658
2659 \begin_layout Standard
2660 111
2661 \end_layout
2662
2663 \end_inset
2664 </cell>
2665 </row>
2666 <row>
2667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2668 \begin_inset Text
2669
2670 \begin_layout Standard
2671
2672 \series bold
2673 Focarelli
2674 \end_layout
2675
2676 \end_inset
2677 </cell>
2678 <cell alignment="center" valignment="top" topline="true" usebox="none">
2679 \begin_inset Text
2680
2681 \begin_layout Standard
2682 Paola
2683 \end_layout
2684
2685 \end_inset
2686 </cell>
2687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2688 \begin_inset Text
2689
2690 \begin_layout Standard
2691 111
2692 \end_layout
2693
2694 \end_inset
2695 </cell>
2696 </row>
2697 <row>
2698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2699 \begin_inset Text
2700
2701 \begin_layout Standard
2702
2703 \series bold
2704 Galletti
2705 \end_layout
2706
2707 \end_inset
2708 </cell>
2709 <cell alignment="center" valignment="top" topline="true" usebox="none">
2710 \begin_inset Text
2711
2712 \begin_layout Standard
2713 Oreste
2714 \end_layout
2715
2716 \end_inset
2717 </cell>
2718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2719 \begin_inset Text
2720
2721 \begin_layout Standard
2722 111
2723 \end_layout
2724
2725 \end_inset
2726 </cell>
2727 </row>
2728 <row>
2729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2730 \begin_inset Text
2731
2732 \begin_layout Standard
2733
2734 \series bold
2735 Gasparini
2736 \end_layout
2737
2738 \end_inset
2739 </cell>
2740 <cell alignment="center" valignment="top" topline="true" usebox="none">
2741 \begin_inset Text
2742
2743 \begin_layout Standard
2744 Franca
2745 \end_layout
2746
2747 \end_inset
2748 </cell>
2749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2750 \begin_inset Text
2751
2752 \begin_layout Standard
2753 111
2754 \end_layout
2755
2756 \end_inset
2757 </cell>
2758 </row>
2759 <row>
2760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2761 \begin_inset Text
2762
2763 \begin_layout Standard
2764
2765 \series bold
2766 Rizzardi
2767 \end_layout
2768
2769 \end_inset
2770 </cell>
2771 <cell alignment="center" valignment="top" topline="true" usebox="none">
2772 \begin_inset Text
2773
2774 \begin_layout Standard
2775 Paola
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2781 \begin_inset Text
2782
2783 \begin_layout Standard
2784 111
2785 \end_layout
2786
2787 \end_inset
2788 </cell>
2789 </row>
2790 <row>
2791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2792 \begin_inset Text
2793
2794 \begin_layout Standard
2795
2796 \series bold
2797 Lassini
2798 \end_layout
2799
2800 \end_inset
2801 </cell>
2802 <cell alignment="center" valignment="top" topline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Standard
2806 Giancarlo
2807 \end_layout
2808
2809 \end_inset
2810 </cell>
2811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Standard
2815 111
2816 \end_layout
2817
2818 \end_inset
2819 </cell>
2820 </row>
2821 <row>
2822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2823 \begin_inset Text
2824
2825 \begin_layout Standard
2826
2827 \series bold
2828 Malfatti
2829 \end_layout
2830
2831 \end_inset
2832 </cell>
2833 <cell alignment="center" valignment="top" topline="true" usebox="none">
2834 \begin_inset Text
2835
2836 \begin_layout Standard
2837 Luciano
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2843 \begin_inset Text
2844
2845 \begin_layout Standard
2846 111
2847 \end_layout
2848
2849 \end_inset
2850 </cell>
2851 </row>
2852 <row>
2853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2854 \begin_inset Text
2855
2856 \begin_layout Standard
2857
2858 \series bold
2859 Malfatti
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 <cell alignment="center" valignment="top" topline="true" usebox="none">
2865 \begin_inset Text
2866
2867 \begin_layout Standard
2868 Valeriano
2869 \end_layout
2870
2871 \end_inset
2872 </cell>
2873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2874 \begin_inset Text
2875
2876 \begin_layout Standard
2877 111
2878 \end_layout
2879
2880 \end_inset
2881 </cell>
2882 </row>
2883 <row>
2884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Standard
2888
2889 \series bold
2890 Meneguzzo
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 <cell alignment="center" valignment="top" topline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Standard
2899 Roberto
2900 \end_layout
2901
2902 \end_inset
2903 </cell>
2904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2905 \begin_inset Text
2906
2907 \begin_layout Standard
2908 111
2909 \end_layout
2910
2911 \end_inset
2912 </cell>
2913 </row>
2914 <row>
2915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2916 \begin_inset Text
2917
2918 \begin_layout Standard
2919
2920 \series bold
2921 Mezzadra
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 <cell alignment="center" valignment="top" topline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Standard
2930 Roberto
2931 \end_layout
2932
2933 \end_inset
2934 </cell>
2935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2936 \begin_inset Text
2937
2938 \begin_layout Standard
2939 111
2940 \end_layout
2941
2942 \end_inset
2943 </cell>
2944 </row>
2945 <row>
2946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2947 \begin_inset Text
2948
2949 \begin_layout Standard
2950
2951 \series bold
2952 Pirpamer
2953 \end_layout
2954
2955 \end_inset
2956 </cell>
2957 <cell alignment="center" valignment="top" topline="true" usebox="none">
2958 \begin_inset Text
2959
2960 \begin_layout Standard
2961 Erich
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Standard
2970 111
2971 \end_layout
2972
2973 \end_inset
2974 </cell>
2975 </row>
2976 <row>
2977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2978 \begin_inset Text
2979
2980 \begin_layout Standard
2981
2982 \series bold
2983 Pochiesa
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 <cell alignment="center" valignment="top" topline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Standard
2992 Paolo
2993 \end_layout
2994
2995 \end_inset
2996 </cell>
2997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2998 \begin_inset Text
2999
3000 \begin_layout Standard
3001 111, 222
3002 \end_layout
3003
3004 \end_inset
3005 </cell>
3006 </row>
3007 <row>
3008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3009 \begin_inset Text
3010
3011 \begin_layout Standard
3012
3013 \series bold
3014 Radina
3015 \end_layout
3016
3017 \end_inset
3018 </cell>
3019 <cell alignment="center" valignment="top" topline="true" usebox="none">
3020 \begin_inset Text
3021
3022 \begin_layout Standard
3023 Claudio
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Standard
3032 111
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 </row>
3038 <row>
3039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Standard
3043
3044 \series bold
3045 Stuffer
3046 \end_layout
3047
3048 \end_inset
3049 </cell>
3050 <cell alignment="center" valignment="top" topline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Standard
3054 Oskar
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Standard
3063 111
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 </row>
3069 <row>
3070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Standard
3074
3075 \series bold
3076 Tacchelli
3077 \end_layout
3078
3079 \end_inset
3080 </cell>
3081 <cell alignment="center" valignment="top" topline="true" usebox="none">
3082 \begin_inset Text
3083
3084 \begin_layout Standard
3085 Ugo
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Standard
3094 111
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 </row>
3100 <row>
3101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Standard
3105
3106 \series bold
3107 Tezzele
3108 \end_layout
3109
3110 \end_inset
3111 </cell>
3112 <cell alignment="center" valignment="top" topline="true" usebox="none">
3113 \begin_inset Text
3114
3115 \begin_layout Standard
3116 Margit
3117 \end_layout
3118
3119 \end_inset
3120 </cell>
3121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Standard
3125 111
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 </row>
3131 <row>
3132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3133 \begin_inset Text
3134
3135 \begin_layout Standard
3136
3137 \series bold
3138 Unterkalmsteiner
3139 \end_layout
3140
3141 \end_inset
3142 </cell>
3143 <cell alignment="center" valignment="top" topline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Standard
3147 Frieda
3148 \end_layout
3149
3150 \end_inset
3151 </cell>
3152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3153 \begin_inset Text
3154
3155 \begin_layout Standard
3156 111
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 </row>
3162 <row>
3163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Standard
3167
3168 \series bold
3169 Vieider
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 <cell alignment="center" valignment="top" topline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Standard
3178 Hilde
3179 \end_layout
3180
3181 \end_inset
3182 </cell>
3183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Standard
3187 111
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 </row>
3193 <row>
3194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Standard
3198
3199 \series bold
3200 Vigna
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 <cell alignment="center" valignment="top" topline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Standard
3209 Jürgen
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Standard
3218 111
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 </row>
3224 <row>
3225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Standard
3229
3230 \series bold
3231 Weber
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 <cell alignment="center" valignment="top" topline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Standard
3240 Maurizio
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Standard
3249 111
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 </row>
3255 <row bottomline="true">
3256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Standard
3260
3261 \series bold
3262 Winkler
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 <cell alignment="center" valignment="top" topline="true" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Standard
3271 Franz
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Standard
3280 111
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 </row>
3286 <row bottomline="true">
3287 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Standard
3291  
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 <cell multicolumn="2" alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Standard
3309
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 </row>
3315 <row>
3316 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Standard
3320
3321 \series bold
3322 Annovi
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" topline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Standard
3331 Silvia
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Standard
3340 555
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 </row>
3346 <row>
3347 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Standard
3351
3352 \series bold
3353 Bertoli
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" topline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Standard
3362 Stefano
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Standard
3371 555
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 </row>
3377 <row>
3378 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Standard
3382
3383 \series bold
3384 Bozzi
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell alignment="center" valignment="top" topline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Standard
3393 Walter
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Standard
3402 555
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 </row>
3408 <row>
3409 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Standard
3413
3414 \series bold
3415 Cachia
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" topline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Standard
3424 Maria
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Standard
3433 555
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 <row>
3440 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Standard
3444
3445 \series bold
3446 Cachia
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" topline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Standard
3455 Maurizio
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Standard
3464 555
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 </row>
3470 <row>
3471 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Standard
3475
3476 \series bold
3477 Cinquemani
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" topline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Standard
3486 Giusi
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Standard
3495 555
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 </row>
3501 <row>
3502 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Standard
3506
3507 \series bold
3508 Colin
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" topline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Standard
3517 Bernard
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Standard
3526 555
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 </row>
3532 <row>
3533 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Standard
3537
3538 \series bold
3539 Concli
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" topline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Standard
3548 Gianfranco
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Standard
3557 555
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 </row>
3563 <row>
3564 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Standard
3568
3569 \series bold
3570 Dal Bosco
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" topline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Standard
3579 Carolina
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Standard
3588 555
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 </row>
3594 <row>
3595 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Standard
3599
3600 \series bold
3601 Dalpiaz
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" topline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Standard
3610 Annamaria
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Standard
3619 555
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 </row>
3625 <row>
3626 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Standard
3630
3631 \series bold
3632 Feliciello
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" topline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Standard
3641 Domenico
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Standard
3650 555
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 </row>
3656 <row>
3657 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Standard
3661
3662 \series bold
3663 Focarelli
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" topline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Standard
3672 Paola
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Standard
3681 555
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 </row>
3687 <row>
3688 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Standard
3692
3693 \series bold
3694 Galletti
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" topline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Standard
3703 Oreste
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Standard
3712 555
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 </row>
3718 <row>
3719 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Standard
3723
3724 \series bold
3725 Gasparini
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" topline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Standard
3734 Franca
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Standard
3743 555
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 </row>
3749 <row>
3750 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Standard
3754
3755 \series bold
3756 Rizzardi
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" topline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Standard
3765 Paola
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Standard
3774 555
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 </row>
3780 <row>
3781 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Standard
3785
3786 \series bold
3787 Lassini
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" topline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Standard
3796 Giancarlo
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Standard
3805 555
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 </row>
3811 <row>
3812 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Standard
3816
3817 \series bold
3818 Malfatti
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" topline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Standard
3827 Luciano
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Standard
3836 555
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 </row>
3842 <row>
3843 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Standard
3847
3848 \series bold
3849 Malfatti
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" topline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Standard
3858 Valeriano
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Standard
3867 555
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 </row>
3873 <row>
3874 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Standard
3878
3879 \series bold
3880 Meneguzzo
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" topline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Standard
3889 Roberto
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Standard
3898 555
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 </row>
3904 <row>
3905 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Standard
3909
3910 \series bold
3911 Mezzadra
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" topline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Standard
3920 Roberto
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Standard
3929 555
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 </row>
3935 <row>
3936 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Standard
3940
3941 \series bold
3942 Pirpamer
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" topline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Standard
3951 Erich
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Standard
3960 555
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 </row>
3966 <row>
3967 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Standard
3971
3972 \series bold
3973 Pochiesa
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" topline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Standard
3982 Paolo
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Standard
3991 555, 222
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 </row>
3997 <row>
3998 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Standard
4002
4003 \series bold
4004 Radina
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" topline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Standard
4013 Claudio
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Standard
4022 555
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 </row>
4028 <row>
4029 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Standard
4033
4034 \series bold
4035 Stuffer
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" topline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Standard
4044 Oskar
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Standard
4053 555
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 </row>
4059 <row>
4060 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Standard
4064
4065 \series bold
4066 Tacchelli
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" topline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Standard
4075 Ugo
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Standard
4084 555
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 </row>
4090 <row>
4091 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Standard
4095
4096 \series bold
4097 Tezzele
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" topline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Standard
4106 Margit
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Standard
4115 555
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 </row>
4121 <row>
4122 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Standard
4126
4127 \series bold
4128 Unterkalmsteiner
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" topline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Standard
4137 Frieda
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Standard
4146 555
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 </row>
4152 <row>
4153 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Standard
4157
4158 \series bold
4159 Vieider
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" topline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Standard
4168 Hilde
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Standard
4177 555
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 </row>
4183 <row>
4184 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Standard
4188
4189 \series bold
4190 Vigna
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" topline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Standard
4199 Jürgen
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Standard
4208 999
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 </row>
4214 <row>
4215 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Standard
4219
4220 \series bold
4221 Weber
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" topline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Standard
4230 Maurizio
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Standard
4239 555
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 </row>
4245 <row bottomline="true">
4246 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Standard
4250
4251 \series bold
4252 Winkler
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" topline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Standard
4261 Franz
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Standard
4270 555
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row bottomline="true" endlastfoot="true">
4277 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Standard
4281 fin
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Standard
4290
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Standard
4299
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 </row>
4305 </lyxtabular>
4306
4307 \end_inset
4308
4309
4310 \begin_inset ERT
4311 status collapsed
4312
4313 \begin_layout Standard
4314
4315
4316 \backslash
4317 addtocounter{table}{-1}
4318 \end_layout
4319
4320 \end_inset
4321
4322
4323 \lang english
4324
4325 \begin_inset Note Note
4326 status open
4327
4328 \begin_layout Standard
4329
4330 \lang english
4331 See greyed-out note in section 2.6.2 for an explanation of this command.
4332 \end_layout
4333
4334 \end_inset
4335
4336
4337 \end_layout
4338
4339 \begin_layout Subsection
4340 Notas al pie en Tablas Largas
4341 \begin_inset LatexCommand label
4342 name "sub:Notas-al-pie-en-Tablas-Largas"
4343
4344 \end_inset
4345
4346
4347 \begin_inset LatexCommand index
4348 name "Tablas Largas ! Notas al pie"
4349
4350 \end_inset
4351
4352
4353 \end_layout
4354
4355 \begin_layout Standard
4356 Se pueden insertar notas al pie en cada celda de tabla larga.
4357  Aparecen abajo en la página donde esté la celda con la nota.
4358  La tabla\InsetSpace ~
4359
4360 \begin_inset LatexCommand ref
4361 reference "tab:DifEncabezados"
4362
4363 \end_inset
4364
4365  tiene un ejemplo de nota al pie.
4366 \end_layout
4367
4368 \begin_layout Subsection
4369 Encabezados en Tablas Largas
4370 \begin_inset LatexCommand index
4371 name "Tablas Largas ! Encabezados"
4372
4373 \end_inset
4374
4375
4376 \end_layout
4377
4378 \begin_layout Standard
4379 Una tabla larga no se puede poner flotante porque los flotantes solo pueden
4380  estar en una página.
4381  Por esto no se puede emplear el formato de encabezado en las tablas largas.
4382 \end_layout
4383
4384 \begin_layout Standard
4385 Para añadir un encabezado se necesita un sucio truco:
4386 \end_layout
4387
4388 \begin_layout Enumerate
4389 Crear una tabla larga
4390 \end_layout
4391
4392 \begin_layout Enumerate
4393 Marcar la primera fila y deshabilitar su línea superior
4394 \end_layout
4395
4396 \begin_layout Enumerate
4397 Insertar el siguiente comando como ERT en la primera celda:
4398 \newline
4399
4400 \series bold
4401
4402 \backslash
4403 caption[título corto]{título completo}
4404 \backslash
4405
4406 \backslash
4407 %
4408 \end_layout
4409
4410 \begin_layout Enumerate
4411 Insertar un "
4412 \series bold
4413 %
4414 \series default
4415 " como ERT en cada celda de la primera fila
4416 \end_layout
4417
4418 \begin_layout Standard
4419 El comando 
4420 \series bold
4421
4422 \backslash
4423 caption
4424 \series default
4425  se usa como para los encabezados normales, el título corto que aparecerá
4426  en la Lista de Tablas en vez del título completo es opcional.
4427  El 
4428 \series bold
4429 %
4430 \series default
4431  en las celdas omite la línea vertical entre ellas.
4432  Ahora, la primera fila de la tabla es sólo una fila postiza para el encabezado,
4433  la tabla real comienza en la segunda fila.
4434 \end_layout
4435
4436 \begin_layout Standard
4437 He aquí una pequeña tabla larga para mostrar cómo funciona:
4438 \end_layout
4439
4440 \begin_layout Standard
4441 \begin_inset Tabular
4442 <lyxtabular version="3" rows="6" columns="5">
4443 <features islongtable="true">
4444 <column alignment="center" valignment="top" leftline="true" width="0">
4445 <column alignment="center" valignment="top" leftline="true" width="0">
4446 <column alignment="center" valignment="top" leftline="true" width="0">
4447 <column alignment="center" valignment="top" leftline="true" width="0">
4448 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4449 <row>
4450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Standard
4454 \begin_inset ERT
4455 status collapsed
4456
4457 \begin_layout Standard
4458
4459
4460 \backslash
4461 caption[Tabla larga]{Tabla larga con encabezado}
4462 \backslash
4463
4464 \backslash
4465 %
4466 \end_layout
4467
4468 \end_inset
4469
4470
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Standard
4479 \begin_inset ERT
4480 status collapsed
4481
4482 \begin_layout Standard
4483
4484 %
4485 \end_layout
4486
4487 \end_inset
4488
4489
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Standard
4498 \begin_inset ERT
4499 status collapsed
4500
4501 \begin_layout Standard
4502
4503 %
4504 \end_layout
4505
4506 \end_inset
4507
4508
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Standard
4517 \begin_inset ERT
4518 status collapsed
4519
4520 \begin_layout Standard
4521
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" rightline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Standard
4536 \begin_inset ERT
4537 status collapsed
4538
4539 \begin_layout Standard
4540
4541 %
4542 \end_layout
4543
4544 \end_inset
4545
4546
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 </row>
4552 <row topline="true">
4553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Standard
4557 1
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Standard
4566 2
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Standard
4575 3
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Standard
4584 4
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Standard
4593 5
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 </row>
4599 <row topline="true">
4600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Standard
4604 asd
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Standard
4613 s
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Standard
4622 s
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Standard
4631 s
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Standard
4640 asd
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 </row>
4646 <row topline="true">
4647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Standard
4651 asd
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Standard
4660 s
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Standard
4669 s
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Standard
4678 s
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Standard
4687 asd
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 </row>
4693 <row topline="true">
4694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Standard
4698 asd
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Standard
4707 s
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Standard
4716 s
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Standard
4725 s
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Standard
4734 asd
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 </row>
4740 <row topline="true" bottomline="true">
4741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Standard
4745 asd
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Standard
4754 asd
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Standard
4763 asd
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Standard
4772 asd
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Standard
4781 asd
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 </row>
4787 </lyxtabular>
4788
4789 \end_inset
4790
4791
4792 \end_layout
4793
4794 \begin_layout Standard
4795 \begin_inset VSpace medskip
4796 \end_inset
4797
4798
4799 \begin_inset Note Greyedout
4800 status open
4801
4802 \begin_layout Standard
4803
4804 \series bold
4805 \lang english
4806 Note:
4807 \series default
4808  The table number is increased for every longtable, also if you didn't set
4809  a caption for it.
4810  For this reason you could have the case that e.g.
4811  Table\InsetSpace ~
4812 2.4 follows on Table\InsetSpace ~
4813 2.1 in the list of tables if there are two longtables
4814  without captions.
4815  To avoid this you can add the following command in ERT behind every longtable
4816  without a caption:
4817 \end_layout
4818
4819 \begin_layout Standard
4820
4821 \series bold
4822 \lang english
4823
4824 \backslash
4825 addtocounter{table}{-1}
4826 \end_layout
4827
4828 \end_inset
4829
4830
4831 \end_layout
4832
4833 \begin_layout Standard
4834 \begin_inset Note Greyedout
4835 status open
4836
4837 \begin_layout Standard
4838
4839 \series bold
4840 Nota: 
4841 \series default
4842 Si utilizas el paquete de LaTeX 
4843 \series bold
4844 hyperref
4845 \series default
4846
4847 \begin_inset LatexCommand index
4848 name "LaTeX-paquetes ! hyperref"
4849
4850 \end_inset
4851
4852  para enlazar referencias cruzadas, el enlace al encabezado de una tabla
4853  larga apuntará siempre al comienzo.
4854 \end_layout
4855
4856 \end_inset
4857
4858
4859 \end_layout
4860
4861 \begin_layout Subsubsection
4862 Referencias a Tablas Largas
4863 \begin_inset LatexCommand index
4864 name "Tablas Largas ! Referencias a"
4865
4866 \end_inset
4867
4868
4869 \end_layout
4870
4871 \begin_layout Standard
4872 \begin_inset Tabular
4873 <lyxtabular version="3" rows="6" columns="5">
4874 <features islongtable="true">
4875 <column alignment="center" valignment="top" leftline="true" width="0">
4876 <column alignment="center" valignment="top" leftline="true" width="0">
4877 <column alignment="center" valignment="top" leftline="true" width="0">
4878 <column alignment="center" valignment="top" leftline="true" width="0">
4879 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4880 <row>
4881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Standard
4885 \begin_inset ERT
4886 status collapsed
4887
4888 \begin_layout Standard
4889
4890
4891 \backslash
4892 caption{Tabla larga referenciada
4893 \end_layout
4894
4895 \end_inset
4896
4897
4898 \begin_inset LatexCommand label
4899 name "tab:RefEjemplo"
4900
4901 \end_inset
4902
4903
4904 \begin_inset ERT
4905 status collapsed
4906
4907 \begin_layout Standard
4908
4909 }
4910 \backslash
4911
4912 \backslash
4913 %
4914 \end_layout
4915
4916 \end_inset
4917
4918
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Standard
4927 \begin_inset ERT
4928 status collapsed
4929
4930 \begin_layout Standard
4931
4932 %
4933 \end_layout
4934
4935 \end_inset
4936
4937
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Standard
4946 \begin_inset ERT
4947 status collapsed
4948
4949 \begin_layout Standard
4950
4951 %
4952 \end_layout
4953
4954 \end_inset
4955
4956
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Standard
4965 \begin_inset ERT
4966 status collapsed
4967
4968 \begin_layout Standard
4969
4970 %
4971 \end_layout
4972
4973 \end_inset
4974
4975
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Standard
4984 \begin_inset ERT
4985 status collapsed
4986
4987 \begin_layout Standard
4988
4989 %
4990 \end_layout
4991
4992 \end_inset
4993
4994
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 </row>
5000 <row topline="true">
5001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Standard
5005 1
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Standard
5014 2
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Standard
5023 3
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Standard
5032 4
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Standard
5041 5
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 </row>
5047 <row topline="true">
5048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Standard
5052 asd
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Standard
5061 s
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Standard
5070 s
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Standard
5079 s
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Standard
5088 asd
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 </row>
5094 <row topline="true">
5095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Standard
5099 asd
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Standard
5108 s
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Standard
5117 s
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Standard
5126 s
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Standard
5135 asd
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 </row>
5141 <row topline="true">
5142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Standard
5146 asd
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Standard
5155 s
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Standard
5164 s
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Standard
5173 s
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Standard
5182 asd
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 </row>
5188 <row topline="true" bottomline="true">
5189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Standard
5193 asd
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Standard
5202 sad
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Standard
5211 asd
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Standard
5220 asd
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Standard
5229 asd
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 </row>
5235 </lyxtabular>
5236
5237 \end_inset
5238
5239
5240 \end_layout
5241
5242 \begin_layout Standard
5243 Para hacer referencia a una tabla larga, inserta una etiqueta en el comando
5244  
5245 \series bold
5246
5247 \backslash
5248 caption
5249 \series default
5250 .
5251  Esto se hace dividiendo el ERT del comando 
5252 \series bold
5253
5254 \backslash
5255 caption
5256 \series default
5257 .
5258  La parte del comando antes de la última llave "
5259 \series bold
5260 }
5261 \series default
5262 "
5263 \end_layout
5264
5265 \begin_layout Standard
5266
5267 \series bold
5268
5269 \backslash
5270 caption[título corto]{título completo
5271 \end_layout
5272
5273 \begin_layout Standard
5274 está en el primer cuadro ERT, la etiqueta se inserta tras ella.
5275  Observa que tienes que añadir el prefijo "
5276 \emph on
5277 tab
5278 \emph default
5279 :" manualmente en el campo de etiqueta.
5280  El segundo cuadro ERT contiene el resto del comando
5281 \end_layout
5282
5283 \begin_layout Standard
5284
5285 \series bold
5286 }
5287 \backslash
5288
5289 \backslash
5290 %
5291 \end_layout
5292
5293 \begin_layout Standard
5294 y se inserta detrás del cuadro de etiqueta, véase Tabla\InsetSpace ~
5295
5296 \begin_inset LatexCommand ref
5297 reference "tab:RefEjemplo"
5298
5299 \end_inset
5300
5301 .
5302 \end_layout
5303
5304 \begin_layout Standard
5305 El formato del encabezado puede configurarse junto con todos los demás encabezad
5306 os del documento mediante el paquete LaTeX
5307 \series bold
5308  caption
5309 \series default
5310
5311 \begin_inset LatexCommand index
5312 name "LaTeX-paquetes ! caption"
5313
5314 \end_inset
5315
5316 , ver sección\InsetSpace ~
5317  
5318 \begin_inset LatexCommand ref
5319 reference "sec:Formato-de-Encabezados"
5320
5321 \end_inset
5322
5323 .
5324 \end_layout
5325
5326 \begin_layout Subsubsection
5327 Anchura de Encabezado
5328 \begin_inset LatexCommand index
5329 name "Tablas Largas ! Anchura de Encabezados"
5330
5331 \end_inset
5332
5333
5334 \end_layout
5335
5336 \begin_layout Standard
5337 La anchura máxima se define por la longitud 
5338 \series bold
5339
5340 \backslash
5341 LTcapwidth
5342 \series default
5343 .
5344  Por defecto es 4\InsetSpace \thinspace{}
5345 in.
5346  Para cambiarla añade el siguiente comando al preámbulo o como ERT en el
5347  documento antes de la tabla larga a la que afecta
5348 \end_layout
5349
5350 \begin_layout Standard
5351
5352 \series bold
5353
5354 \backslash
5355 setlength{
5356 \backslash
5357 LTcapwidth}{ancho}
5358 \end_layout
5359
5360 \begin_layout Standard
5361 donde el ancho puede ser una de las unidades listadas en el apéndice\InsetSpace ~
5362
5363 \begin_inset LatexCommand ref
5364 reference "cha:Unidades-disponibles-en"
5365
5366 \end_inset
5367
5368 .
5369 \end_layout
5370
5371 \begin_layout Standard
5372 Las tablas siguientes muestran la diferencia:
5373 \end_layout
5374
5375 \begin_layout Standard
5376 \begin_inset Tabular
5377 <lyxtabular version="3" rows="6" columns="5">
5378 <features islongtable="true">
5379 <column alignment="center" valignment="top" leftline="true" width="0">
5380 <column alignment="center" valignment="top" leftline="true" width="0">
5381 <column alignment="center" valignment="top" leftline="true" width="0">
5382 <column alignment="center" valignment="top" leftline="true" width="0">
5383 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5384 <row>
5385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Standard
5389 \begin_inset ERT
5390 status collapsed
5391
5392 \begin_layout Standard
5393
5394
5395 \backslash
5396 caption[Encabezado con ancho predeterminado]{Encabezado completo con ancho
5397  predeterminado
5398 \end_layout
5399
5400 \begin_layout Standard
5401
5402 encabezado completo con ancho predeterminado encabezado completo con ancho
5403  predeterminado}
5404 \backslash
5405
5406 \backslash
5407 %
5408 \end_layout
5409
5410 \end_inset
5411
5412
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Standard
5421 \begin_inset ERT
5422 status collapsed
5423
5424 \begin_layout Standard
5425
5426 %
5427 \end_layout
5428
5429 \end_inset
5430
5431
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Standard
5440 \begin_inset ERT
5441 status collapsed
5442
5443 \begin_layout Standard
5444
5445 %
5446 \end_layout
5447
5448 \end_inset
5449
5450
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Standard
5459 \begin_inset ERT
5460 status collapsed
5461
5462 \begin_layout Standard
5463
5464 %
5465 \end_layout
5466
5467 \end_inset
5468
5469
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Standard
5478 \begin_inset ERT
5479 status collapsed
5480
5481 \begin_layout Standard
5482
5483 %
5484 \end_layout
5485
5486 \end_inset
5487
5488
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 </row>
5494 <row topline="true">
5495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Standard
5499 1
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Standard
5508 2
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Standard
5517 3
5518 \end_layout
5519
5520 \end_inset
5521 </cell>
5522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5523 \begin_inset Text
5524
5525 \begin_layout Standard
5526 4
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Standard
5535 5
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 </row>
5541 <row topline="true">
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Standard
5546 asd
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Standard
5555 s
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Standard
5564 s
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Standard
5573 s
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Standard
5582 asd
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 </row>
5588 <row topline="true">
5589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Standard
5593 asd
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Standard
5602 s
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Standard
5611 s
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Standard
5620 s
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Standard
5629 asd
5630 \end_layout
5631
5632 \end_inset
5633 </cell>
5634 </row>
5635 <row topline="true">
5636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Standard
5640 asd
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Standard
5649 s
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Standard
5658 s
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Standard
5667 s
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Standard
5676 asd
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 </row>
5682 <row topline="true" bottomline="true">
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Standard
5687 asd
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Standard
5696 sad
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Standard
5705 asd
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Standard
5714 asd
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Standard
5723 asd
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 </row>
5729 </lyxtabular>
5730
5731 \end_inset
5732
5733
5734 \end_layout
5735
5736 \begin_layout Standard
5737 \begin_inset ERT
5738 status collapsed
5739
5740 \begin_layout Standard
5741
5742
5743 \backslash
5744 setlength{
5745 \backslash
5746 LTcapwidth}{5cm}
5747 \end_layout
5748
5749 \end_inset
5750
5751
5752 \begin_inset Tabular
5753 <lyxtabular version="3" rows="6" columns="5">
5754 <features islongtable="true">
5755 <column alignment="center" valignment="top" leftline="true" width="0">
5756 <column alignment="center" valignment="top" leftline="true" width="0">
5757 <column alignment="center" valignment="top" leftline="true" width="0">
5758 <column alignment="center" valignment="top" leftline="true" width="0">
5759 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5760 <row>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Standard
5765 \begin_inset ERT
5766 status collapsed
5767
5768 \begin_layout Standard
5769
5770
5771 \backslash
5772 caption[Encabezado con anchura
5773 \backslash
5774 ,=
5775 \backslash
5776 ,5
5777 \backslash
5778 ,cm]{Encabezado completo con ancho de  5
5779 \backslash
5780 ,cm
5781 \end_layout
5782
5783 \begin_layout Standard
5784
5785 encabezado completo con ancho de 5
5786 \backslash
5787 ,cm encabezado completo con ancho de 5
5788 \backslash
5789 ,cm}
5790 \backslash
5791
5792 \backslash
5793 %
5794 \end_layout
5795
5796 \end_inset
5797
5798
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Standard
5807 \begin_inset ERT
5808 status collapsed
5809
5810 \begin_layout Standard
5811
5812 %
5813 \end_layout
5814
5815 \end_inset
5816
5817
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Standard
5826 \begin_inset ERT
5827 status collapsed
5828
5829 \begin_layout Standard
5830
5831 %
5832 \end_layout
5833
5834 \end_inset
5835
5836
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Standard
5845 \begin_inset ERT
5846 status collapsed
5847
5848 \begin_layout Standard
5849
5850 %
5851 \end_layout
5852
5853 \end_inset
5854
5855
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Standard
5864 \begin_inset ERT
5865 status collapsed
5866
5867 \begin_layout Standard
5868
5869 %
5870 \end_layout
5871
5872 \end_inset
5873
5874
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 </row>
5880 <row topline="true">
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Standard
5885 1
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Standard
5894 2
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Standard
5903 3
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Standard
5912 4
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Standard
5921 5
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row topline="true">
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Standard
5932 asd
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Standard
5941 s
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Standard
5950 s
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Standard
5959 s
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Standard
5968 asd
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 </row>
5974 <row topline="true">
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Standard
5979 asd
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Standard
5988 s
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Standard
5997 s
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Standard
6006 s
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Standard
6015 asd
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 </row>
6021 <row topline="true">
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Standard
6026 asd
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Standard
6035 s
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Standard
6044 s
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Standard
6053 s
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Standard
6062 asd
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 </row>
6068 <row topline="true" bottomline="true">
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Standard
6073 asd
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Standard
6082 sad
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Standard
6091 asd
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Standard
6100 asd
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Standard
6109 asd
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 </lyxtabular>
6116
6117 \end_inset
6118
6119
6120 \begin_inset ERT
6121 status collapsed
6122
6123 \begin_layout Standard
6124
6125
6126 \backslash
6127 setlength{
6128 \backslash
6129 LTcapwidth}{4in}
6130 \end_layout
6131
6132 \end_inset
6133
6134
6135 \end_layout
6136
6137 \begin_layout Subsubsection
6138 Encabezados Distintos para cada Página
6139 \begin_inset LatexCommand index
6140 name "Tablas Largas ! Encabezados Diferentes para cada Página"
6141
6142 \end_inset
6143
6144
6145 \end_layout
6146
6147 \begin_layout Standard
6148 Si los otros encabezados debieran ser diferentes del de la primera página,
6149  inserta el comando 
6150 \series bold
6151
6152 \backslash
6153 caption 
6154 \series default
6155 con un título corto no vacío en una fila postiza de encabezado marcado como
6156  primer encabezado.
6157  El encabezado para las restantes páginas se inserta con el comando 
6158 \series bold
6159
6160 \backslash
6161 caption
6162 \series default
6163  sin título corto en una fila postiza de encabezado marcado como primer
6164  encabezado.
6165  Si este encabezado no ha de incluir el número de tabla, usa el comando
6166  
6167 \series bold
6168
6169 \backslash
6170 caption*
6171 \series default
6172  en vez de 
6173 \series bold
6174
6175 \backslash
6176 caption
6177 \series default
6178 .
6179  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
6180  La tabla\InsetSpace ~
6181
6182 \begin_inset LatexCommand ref
6183 reference "tab:DifEncabezados"
6184
6185 \end_inset
6186
6187  es un ejemplo de tabla larga con encabezados distintos donde el segundo
6188  no incluye número de tabla.
6189 \end_layout
6190
6191 \begin_layout Standard
6192 \align center
6193 \begin_inset Tabular
6194 <lyxtabular version="3" rows="60" columns="3">
6195 <features islongtable="true">
6196 <column alignment="left" valignment="top" leftline="true" width="0cm">
6197 <column alignment="left" valignment="top" rightline="true" width="0pt">
6198 <column alignment="right" valignment="top" rightline="true" width="0pt">
6199 <row endfirsthead="true">
6200 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Standard
6204 \begin_inset ERT
6205 status collapsed
6206
6207 \begin_layout Standard
6208
6209
6210 \backslash
6211 caption[Ejemplo de lista telefónica]{Ejemplo de lista telefónica 
6212 \end_layout
6213
6214 \end_inset
6215
6216
6217 \begin_inset LatexCommand label
6218 name "tab:DifEncabezados"
6219
6220 \end_inset
6221
6222
6223 \begin_inset ERT
6224 status collapsed
6225
6226 \begin_layout Standard
6227
6228 }
6229 \backslash
6230
6231 \backslash
6232 %
6233 \end_layout
6234
6235 \end_inset
6236
6237
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Standard
6246 \begin_inset ERT
6247 status collapsed
6248
6249 \begin_layout Standard
6250
6251 %
6252 \end_layout
6253
6254 \end_inset
6255
6256
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Standard
6265 \begin_inset ERT
6266 status collapsed
6267
6268 \begin_layout Standard
6269
6270 %
6271 \end_layout
6272
6273 \end_inset
6274
6275
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 </row>
6281 <row topline="true" bottomline="true" endfirsthead="true">
6282 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Standard
6286
6287 \series bold
6288 Ejemplo de lista telefónica (ignore los nombres)
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Standard
6297
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Standard
6306
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 <row topline="true" bottomline="true" endfirsthead="true">
6313 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Standard
6317
6318 \series bold
6319 NOMBRE
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Standard
6328
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Standard
6337
6338 \series bold
6339 TEL.
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 </row>
6345 <row bottomline="true" endhead="true">
6346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Standard
6350 \begin_inset ERT
6351 status collapsed
6352
6353 \begin_layout Standard
6354
6355
6356 \backslash
6357 caption*{Continúa Ejemplo de lista telefónica}
6358 \backslash
6359
6360 \backslash
6361 %
6362 \end_layout
6363
6364 \end_inset
6365
6366
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Standard
6375 \begin_inset ERT
6376 status collapsed
6377
6378 \begin_layout Standard
6379
6380 %
6381 \end_layout
6382
6383 \end_inset
6384
6385
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Standard
6394 \begin_inset ERT
6395 status collapsed
6396
6397 \begin_layout Standard
6398
6399 %
6400 \end_layout
6401
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 </row>
6410 <row topline="true" bottomline="true" endhead="true">
6411 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Standard
6415
6416 \series bold
6417 Ejemplo de lista telefónica
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Standard
6426
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Standard
6435
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 </row>
6441 <row topline="true" bottomline="true" endhead="true">
6442 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Standard
6446
6447 \series bold
6448 NOMBRE
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Standard
6457
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Standard
6466
6467 \series bold
6468 TEL.
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 </row>
6474 <row topline="true" bottomline="true" endfoot="true">
6475 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Standard
6479 continúa en página siguiente
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Standard
6488
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Standard
6497
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 </row>
6503 <row>
6504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Standard
6508
6509 \series bold
6510 Annovi
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Standard
6519 Silvia
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Standard
6528 111
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 </row>
6534 <row>
6535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Standard
6539
6540 \series bold
6541 Bertoli
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell alignment="center" valignment="top" topline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Standard
6550 Stefano
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Standard
6559 111
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 </row>
6565 <row>
6566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Standard
6570
6571 \series bold
6572 Bozzi
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 <cell alignment="center" valignment="top" topline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Standard
6581 Walter
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Standard
6590 111
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 </row>
6596 <row>
6597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Standard
6601
6602 \series bold
6603 Cachia
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 <cell alignment="center" valignment="top" topline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Standard
6612 Maria
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Standard
6621 111
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 </row>
6627 <row>
6628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Standard
6632
6633 \series bold
6634 Cachia
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 <cell alignment="center" valignment="top" topline="true" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Standard
6643 Maurizio
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Standard
6652 111
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 </row>
6658 <row>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Standard
6663
6664 \series bold
6665 Cinquemani
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Standard
6674 Giusi
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Standard
6683 111
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 </row>
6689 <row>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Standard
6694
6695 \series bold
6696 Colin
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Standard
6705 Bernard
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Standard
6714 111
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 </row>
6720 <row>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Standard
6725
6726 \series bold
6727 Concli
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 <cell alignment="center" valignment="top" topline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Standard
6736 Gianfranco
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Standard
6745 111
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 </row>
6751 <row>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Standard
6756
6757 \series bold
6758 Dal Bosco
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 <cell alignment="center" valignment="top" topline="true" usebox="none">
6764 \begin_inset Text
6765
6766 \begin_layout Standard
6767 Carolina
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Standard
6776 111
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 </row>
6782 <row>
6783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Standard
6787
6788 \series bold
6789 Dalpiaz
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell alignment="center" valignment="top" topline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Standard
6798 Annamaria
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Standard
6807 111
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 </row>
6813 <row>
6814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Standard
6818
6819 \series bold
6820 Feliciello
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell alignment="center" valignment="top" topline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Standard
6829 Domenico
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Standard
6838 111
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 </row>
6844 <row>
6845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Standard
6849
6850 \series bold
6851 Focarelli
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Standard
6860 Paola
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Standard
6869 111
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 </row>
6875 <row>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Standard
6880
6881 \series bold
6882 Galletti
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Standard
6891 Oreste
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Standard
6900 111
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 </row>
6906 <row>
6907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Standard
6911
6912 \series bold
6913 Gasparini
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 <cell alignment="center" valignment="top" topline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Standard
6922 Franca
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6928 \begin_inset Text
6929
6930 \begin_layout Standard
6931 111
6932 \end_layout
6933
6934 \end_inset
6935 </cell>
6936 </row>
6937 <row>
6938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Standard
6942
6943 \series bold
6944 Rizzardi
6945 \series default
6946
6947 \begin_inset Foot
6948 status open
6949
6950 \begin_layout Standard
6951 Ejemplo de nota al pie
6952 \end_layout
6953
6954 \end_inset
6955
6956
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Standard
6965 Paola
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Standard
6974 111
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 </row>
6980 <row>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Standard
6985
6986 \series bold
6987 Lassini
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 <cell alignment="center" valignment="top" topline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Standard
6996 Giancarlo
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Standard
7005 111
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 </row>
7011 <row>
7012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Standard
7016
7017 \series bold
7018 Malfatti
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Standard
7027 Luciano
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Standard
7036 111
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 </row>
7042 <row>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Standard
7047
7048 \series bold
7049 Malfatti
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Standard
7058 Valeriano
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Standard
7067 111
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 </row>
7073 <row>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Standard
7078
7079 \series bold
7080 Meneguzzo
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Standard
7089 Roberto
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Standard
7098 111
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 </row>
7104 <row>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Standard
7109
7110 \series bold
7111 Mezzadra
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 <cell alignment="center" valignment="top" topline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Standard
7120 Roberto
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Standard
7129 111
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 </row>
7135 <row>
7136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Standard
7140
7141 \series bold
7142 Pirpamer
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Standard
7151 Erich
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Standard
7160 111
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 </row>
7166 <row>
7167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Standard
7171
7172 \series bold
7173 Pochiesa
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Standard
7182 Paolo
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Standard
7191 111, 222
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 </row>
7197 <row>
7198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7199 \begin_inset Text
7200
7201 \begin_layout Standard
7202
7203 \series bold
7204 Radina
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell alignment="center" valignment="top" topline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Standard
7213 Claudio
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Standard
7222 111
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 </row>
7228 <row>
7229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Standard
7233
7234 \series bold
7235 Stuffer
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Standard
7244 Oskar
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Standard
7253 111
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 </row>
7259 <row>
7260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Standard
7264
7265 \series bold
7266 Tacchelli
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell alignment="center" valignment="top" topline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Standard
7275 Ugo
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Standard
7284 111
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 </row>
7290 <row>
7291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Standard
7295
7296 \series bold
7297 Tezzele
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Standard
7306 Margit
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Standard
7315 111
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 </row>
7321 <row>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Standard
7326
7327 \series bold
7328 Unterkalmsteiner
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 <cell alignment="center" valignment="top" topline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Standard
7337 Frieda
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Standard
7346 111
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 </row>
7352 <row>
7353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Standard
7357
7358 \series bold
7359 Vieider
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 <cell alignment="center" valignment="top" topline="true" usebox="none">
7365 \begin_inset Text
7366
7367 \begin_layout Standard
7368 Hilde
7369 \end_layout
7370
7371 \end_inset
7372 </cell>
7373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7374 \begin_inset Text
7375
7376 \begin_layout Standard
7377 111
7378 \end_layout
7379
7380 \end_inset
7381 </cell>
7382 </row>
7383 <row>
7384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Standard
7388
7389 \series bold
7390 Vigna
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 <cell alignment="center" valignment="top" topline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Standard
7399 Jürgen
7400 \end_layout
7401
7402 \end_inset
7403 </cell>
7404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Standard
7408 111
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 </row>
7414 <row>
7415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Standard
7419
7420 \series bold
7421 Weber
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell alignment="center" valignment="top" topline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Standard
7430 Maurizio
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Standard
7439 111
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 </row>
7445 <row bottomline="true">
7446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Standard
7450
7451 \series bold
7452 Winkler
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell alignment="center" valignment="top" topline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Standard
7461 Franz
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Standard
7470 111
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 </row>
7476 <row bottomline="true">
7477 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Standard
7481  
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Standard
7490
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Standard
7499
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 </row>
7505 <row>
7506 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Standard
7510
7511 \series bold
7512 Annovi
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell alignment="center" valignment="top" topline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Standard
7521 Silvia
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Standard
7530 555
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 </row>
7536 <row>
7537 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7538 \begin_inset Text
7539
7540 \begin_layout Standard
7541
7542 \series bold
7543 Bertoli
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" topline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Standard
7552 Stefano
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Standard
7561 555
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 </row>
7567 <row>
7568 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Standard
7572
7573 \series bold
7574 Bozzi
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 <cell alignment="center" valignment="top" topline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Standard
7583 Walter
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Standard
7592 555
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 </row>
7598 <row>
7599 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Standard
7603
7604 \series bold
7605 Cachia
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" topline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Standard
7614 Maria
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Standard
7623 555
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 </row>
7629 <row>
7630 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Standard
7634
7635 \series bold
7636 Cachia
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell alignment="center" valignment="top" topline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Standard
7645 Maurizio
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Standard
7654 555
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 <row>
7661 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Standard
7665
7666 \series bold
7667 Cinquemani
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell alignment="center" valignment="top" topline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Standard
7676 Giusi
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Standard
7685 555
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 </row>
7691 <row>
7692 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Standard
7696
7697 \series bold
7698 Colin
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell alignment="center" valignment="top" topline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Standard
7707 Bernard
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Standard
7716 555
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 </row>
7722 <row>
7723 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Standard
7727
7728 \series bold
7729 Concli
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell alignment="center" valignment="top" topline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Standard
7738 Gianfranco
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Standard
7747 555
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 </row>
7753 <row>
7754 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Standard
7758
7759 \series bold
7760 Dal Bosco
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell alignment="center" valignment="top" topline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Standard
7769 Carolina
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Standard
7778 555
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 </row>
7784 <row>
7785 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Standard
7789
7790 \series bold
7791 Dalpiaz
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 <cell alignment="center" valignment="top" topline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Standard
7800 Annamaria
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Standard
7809 555
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 </row>
7815 <row>
7816 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Standard
7820
7821 \series bold
7822 Feliciello
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell alignment="center" valignment="top" topline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Standard
7831 Domenico
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Standard
7840 555
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 </row>
7846 <row>
7847 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Standard
7851
7852 \series bold
7853 Focarelli
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell alignment="center" valignment="top" topline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Standard
7862 Paola
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Standard
7871 555
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 </row>
7877 <row>
7878 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Standard
7882
7883 \series bold
7884 Galletti
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" topline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Standard
7893 Oreste
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Standard
7902 555
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 </row>
7908 <row>
7909 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Standard
7913
7914 \series bold
7915 Gasparini
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" topline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Standard
7924 Franca
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Standard
7933 555
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 </row>
7939 <row>
7940 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Standard
7944
7945 \series bold
7946 Rizzardi
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" topline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Standard
7955 Paola
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Standard
7964 555
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Standard
7975
7976 \series bold
7977 Lassini
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" topline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Standard
7986 Giancarlo
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Standard
7995 555
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Standard
8006
8007 \series bold
8008 Malfatti
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" topline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Standard
8017 Luciano
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Standard
8026 555
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Standard
8037
8038 \series bold
8039 Malfatti
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" topline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Standard
8048 Valeriano
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Standard
8057 555
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 </row>
8063 <row>
8064 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Standard
8068
8069 \series bold
8070 Meneguzzo
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" topline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Standard
8079 Roberto
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Standard
8088 555
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row bottomline="true">
8095 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Standard
8099
8100 \series bold
8101 Mezzadra
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" topline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Standard
8110 Roberto
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Standard
8119 555
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 <row bottomline="true" endlastfoot="true">
8126 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Standard
8130
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Standard
8139
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Standard
8148
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 </lyxtabular>
8155
8156 \end_inset
8157
8158
8159 \end_layout
8160
8161 \begin_layout Section
8162 Particularidades de las Tablas Largas
8163 \end_layout
8164
8165 \begin_layout Subsection
8166 Cálculos
8167 \begin_inset LatexCommand index
8168 name "Tablas Largas ! 2.7.1 Cálculos"
8169
8170 \end_inset
8171
8172
8173 \end_layout
8174
8175 \begin_layout Standard
8176 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
8177  utilizando los denominados "trozos", que son partes de la tabla presentes
8178  en la memoria de LaTeX.
8179  El valor predeterminado está establacido a solo 20 filas.
8180  Si estás usando tablas largas con muchas páginas, la generación del documento
8181  puede hacerse muy lenta.
8182  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
8183  el siguiente comando en el preámbulo del documento:
8184 \end_layout
8185
8186 \begin_layout Standard
8187
8188 \series bold
8189
8190 \backslash
8191 setcounter{LTchunksize}{100}
8192 \end_layout
8193
8194 \begin_layout Subsection
8195 Flotantes y Tablas Largas
8196 \begin_inset LatexCommand index
8197 name "Tablas Largas ! Flotantes"
8198
8199 \end_inset
8200
8201
8202 \end_layout
8203
8204 \begin_layout Standard
8205 Podría haber problemas si un flotante aparece en la misma página donde comienza
8206  una tabla larga.
8207  Para evitarlo, añade el comando 
8208 \series bold
8209
8210 \backslash
8211 clearpage
8212 \series default
8213  como ERT antes de la tabla.
8214 \end_layout
8215
8216 \begin_layout Subsection
8217 Saltos de Página Forzados
8218 \begin_inset LatexCommand index
8219 name "Tablas Largas ! Saltos de Página Forzados"
8220
8221 \end_inset
8222
8223
8224 \end_layout
8225
8226 \begin_layout Standard
8227 Por defecto, las tablas sólo se cortan entre filas.
8228  Si tienes una celda con líneas múltiples y necesitas un salto de página
8229  dentro de la celda, inserta el comando de nueva línea "
8230 \series bold
8231
8232 \backslash
8233
8234 \backslash
8235
8236 \series default
8237 " como ERT en el punto en que quieras cortar.
8238  Antes del comando "
8239 \series bold
8240
8241 \backslash
8242
8243 \backslash
8244
8245 \series default
8246 " debes insertar en ERT tantos caracteres "
8247 \series bold
8248 &
8249 \series default
8250 " como columnas siguientes de la tabla.
8251  
8252 \series bold
8253 &
8254 \series default
8255  es el caracter para separar celdas.
8256  Escribe en ERT después de cada 
8257 \series bold
8258 &
8259 \series default
8260  el contenido de la celda siguiente correspondiente y borra el contenido
8261  de esas celdas.
8262 \newline
8263 Detrás del comando 
8264 \series bold
8265
8266 \backslash
8267
8268 \backslash
8269
8270 \series default
8271 , inserta tantos 
8272 \series bold
8273 &
8274 \series default
8275  como columnas haya delante de la actual.
8276  En la tabla\InsetSpace ~
8277
8278 \begin_inset LatexCommand ref
8279 reference "tab:Saltos de Página Forzados"
8280
8281 \end_inset
8282
8283  la celda que debería cortarse está en la segunda columna seguida de otra
8284  columna.
8285  Por eso el siguiente comando se inserta en la celda como ERT detrás de
8286  "
8287 \emph on
8288 Castelchiodato,
8289 \emph default
8290 ":
8291 \end_layout
8292
8293 \begin_layout Standard
8294
8295 \series bold
8296 & 111
8297 \backslash
8298
8299 \backslash
8300
8301 \newline
8302 &
8303 \end_layout
8304
8305 \begin_layout Standard
8306 El "111" en la tercera columna de la fila se ha borrado.
8307  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
8308  superior pero quisieras una línea horizontal donde se corta la celda, usa
8309  este comando alternativo:
8310 \end_layout
8311
8312 \begin_layout Standard
8313
8314 \series bold
8315 & 111
8316 \backslash
8317
8318 \backslash
8319
8320 \newline
8321
8322 \backslash
8323 hline &
8324 \end_layout
8325
8326 \begin_layout Standard
8327 Cuando la celda a cortar está en la última columna, el comando
8328 \end_layout
8329
8330 \begin_layout Standard
8331
8332 \series bold
8333
8334 \backslash
8335 setlength{
8336 \backslash
8337 parf\SpecialChar \textcompwordmark{}
8338 illskip}{0pt}
8339 \end_layout
8340
8341 \begin_layout Standard
8342 debe insertarse como ERT al principio de la celda.
8343  Esto garantiza que la parte de la celda que será mostrada en la nueva página
8344  aparecerá con toda su anchura.
8345 \end_layout
8346
8347 \begin_layout Standard
8348 \align center
8349 \begin_inset Tabular
8350 <lyxtabular version="3" rows="39" columns="3">
8351 <features islongtable="true">
8352 <column alignment="left" valignment="top" leftline="true" width="0cm">
8353 <column alignment="left" valignment="top" rightline="true" width="3cm">
8354 <column alignment="right" valignment="top" rightline="true" width="0pt">
8355 <row endfirsthead="true">
8356 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Standard
8360 \begin_inset ERT
8361 status collapsed
8362
8363 \begin_layout Standard
8364
8365
8366 \backslash
8367 caption[Tabla con salto de página forzado en celda]{Tabla con salto de página
8368  forzado en celda 
8369 \end_layout
8370
8371 \end_inset
8372
8373
8374 \begin_inset LatexCommand label
8375 name "tab:Saltos de Página Forzados"
8376
8377 \end_inset
8378
8379
8380 \begin_inset ERT
8381 status collapsed
8382
8383 \begin_layout Standard
8384
8385 }
8386 \backslash
8387
8388 \backslash
8389 %
8390 \end_layout
8391
8392 \end_inset
8393
8394
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Standard
8403 \begin_inset ERT
8404 status collapsed
8405
8406 \begin_layout Standard
8407
8408 %
8409 \end_layout
8410
8411 \end_inset
8412
8413
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Standard
8422 \begin_inset ERT
8423 status collapsed
8424
8425 \begin_layout Standard
8426
8427 %
8428 \end_layout
8429
8430 \end_inset
8431
8432
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 </row>
8438 <row topline="true" bottomline="true" endfirsthead="true">
8439 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Standard
8443
8444 \series bold
8445 Ejemplo de lista telefónica (ignore los nombres)
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Standard
8454
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Standard
8463
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 </row>
8469 <row topline="true" bottomline="true" endfirsthead="true">
8470 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Standard
8474
8475 \series bold
8476 NOMBRE
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Standard
8485
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Standard
8494
8495 \series bold
8496 TEL.
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row bottomline="true" endhead="true">
8503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Standard
8507 \begin_inset ERT
8508 status collapsed
8509
8510 \begin_layout Standard
8511
8512
8513 \backslash
8514 caption{Continúa tabla con salto de página forzado en celda}
8515 \backslash
8516
8517 \backslash
8518 %
8519 \end_layout
8520
8521 \end_inset
8522
8523
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Standard
8532 \begin_inset ERT
8533 status collapsed
8534
8535 \begin_layout Standard
8536
8537 %
8538 \end_layout
8539
8540 \end_inset
8541
8542
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Standard
8551 \begin_inset ERT
8552 status collapsed
8553
8554 \begin_layout Standard
8555
8556 %
8557 \end_layout
8558
8559 \end_inset
8560
8561
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 </row>
8567 <row topline="true" bottomline="true" endhead="true">
8568 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Standard
8572
8573 \series bold
8574  Ejemplo de lista telefónica
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Standard
8583
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Standard
8592
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row topline="true" bottomline="true" endhead="true">
8599 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Standard
8603
8604 \series bold
8605 NOMBRE
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Standard
8614
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Standard
8623
8624 \series bold
8625 TEL.
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row topline="true" bottomline="true" endfoot="true">
8632 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Standard
8636 continúa en página siguiente
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Standard
8645
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Standard
8654
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Standard
8665
8666 \series bold
8667 Annovi
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" topline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Standard
8676 Silvia
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Standard
8685 111
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row>
8692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Standard
8696
8697 \series bold
8698 Bertoli
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" topline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Standard
8707 Stefano
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Standard
8716 111
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 <row>
8723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Standard
8727
8728 \series bold
8729 Bozzi
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" topline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Standard
8738 Walter
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Standard
8747 111
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Standard
8758
8759 \series bold
8760 Cachia
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" topline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Standard
8769 Maria
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Standard
8778 111
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 </row>
8784 <row>
8785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Standard
8789
8790 \series bold
8791 Cachia
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" topline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Standard
8800 Maurizio
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Standard
8809 111
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 </row>
8815 <row>
8816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Standard
8820
8821 \series bold
8822 Cinquemani
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" topline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Standard
8831 Giusi
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Standard
8840 111
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 </row>
8846 <row>
8847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Standard
8851
8852 \series bold
8853 Colin
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" topline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Standard
8862 Bernard
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Standard
8871 111
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 </row>
8877 <row>
8878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Standard
8882
8883 \series bold
8884 Concli
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" topline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Standard
8893 Gianfranco
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Standard
8902 111
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 </row>
8908 <row>
8909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Standard
8913
8914 \series bold
8915 Dal Bosco
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" topline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Standard
8924 Carolina
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Standard
8933 111
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 </row>
8939 <row>
8940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Standard
8944
8945 \series bold
8946 Dalpiaz
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" topline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Standard
8955 Annamaria
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Standard
8964 111
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 </row>
8970 <row>
8971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Standard
8975
8976 \series bold
8977 Feliciello
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" topline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Standard
8986 Domenico
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Standard
8995 111
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 </row>
9001 <row>
9002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Standard
9006
9007 \series bold
9008 Focarelli
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" topline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Standard
9017 Paola
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Standard
9026 111
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 <row>
9033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Standard
9037
9038 \series bold
9039 Galletti
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" topline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Standard
9048 Oreste
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Standard
9057 111
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 <row>
9064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Standard
9068
9069 \series bold
9070 Gasparini
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" topline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Standard
9079 Franca
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Standard
9088 111
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Standard
9099
9100 \series bold
9101 Lassini
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" topline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Standard
9110 Giancarlo
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Standard
9119 111
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 </row>
9125 <row>
9126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Standard
9130
9131 \series bold
9132 Malfatti
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" topline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Standard
9141 Luciano
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Standard
9150 111
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 </row>
9156 <row>
9157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Standard
9161
9162 \series bold
9163 Malfatti
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" topline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Standard
9172 Valeriano
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Standard
9181 111
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 </row>
9187 <row>
9188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Standard
9192
9193 \series bold
9194 Meneguzzo
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" topline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Standard
9203 Roberto
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Standard
9212 111
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 </row>
9218 <row>
9219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Standard
9223
9224 \series bold
9225 Mezzadra
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="center" valignment="top" topline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Standard
9234 Roberto
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Standard
9243 111
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 </row>
9249 <row>
9250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Standard
9254
9255 \series bold
9256 Pirpamer
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" topline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Standard
9265 Erich
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Standard
9274 111
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 </row>
9280 <row>
9281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Standard
9285
9286 \series bold
9287 Pochiesa
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" topline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Standard
9296 Paolo
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Standard
9305 111, 222
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 </row>
9311 <row>
9312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Standard
9316
9317 \series bold
9318 Radina
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" topline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Standard
9327 Claudio
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Standard
9336 111
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 </row>
9342 <row>
9343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Standard
9347
9348 \series bold
9349 Rizzardi
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Standard
9358 Paolo, 11.
9359  Fürst von Montecompatri, 11.
9360  Fürst von Sulmona und Vivaro, 10.
9361  Fürst von Rossano, 5.
9362  Herzog von Canemorte, 11.
9363  Herzog von Palombara, 5.
9364  Herzog von Castelchiodato,
9365 \begin_inset ERT
9366 status collapsed
9367
9368 \begin_layout Standard
9369
9370 & 111
9371 \backslash
9372
9373 \backslash
9374
9375 \end_layout
9376
9377 \begin_layout Standard
9378
9379 &
9380 \end_layout
9381
9382 \end_inset
9383
9384  11.
9385  Herzog von Poggionativo, 11.
9386  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9387  Graf von Valinfreda, 11.
9388  Baron von Cropalati, 11.
9389  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Standard
9398
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Standard
9409
9410 \series bold
9411 Stuffer
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" topline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Standard
9420 Oskar
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Standard
9429 111
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 </row>
9435 <row>
9436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Standard
9440
9441 \series bold
9442 Tacchelli
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 <cell alignment="center" valignment="top" topline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Standard
9451 Ugo
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Standard
9460 111
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 </row>
9466 <row>
9467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Standard
9471
9472 \series bold
9473 Tezzele
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell alignment="center" valignment="top" topline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Standard
9482 Margit
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Standard
9491 111
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 </row>
9497 <row>
9498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Standard
9502
9503 \series bold
9504 Unterkalmsteiner
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 <cell alignment="center" valignment="top" topline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Standard
9513 Frieda
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Standard
9522 111
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 </row>
9528 <row>
9529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Standard
9533
9534 \series bold
9535 Vieider
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell alignment="center" valignment="top" topline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Standard
9544 Hilde
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Standard
9553 111
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 </row>
9559 <row>
9560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Standard
9564
9565 \series bold
9566 Vigna
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 <cell alignment="center" valignment="top" topline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Standard
9575 Jürgen
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Standard
9584 111
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 <row>
9591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Standard
9595
9596 \series bold
9597 Weber
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 <cell alignment="center" valignment="top" topline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Standard
9606 Maurizio
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Standard
9615 111
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 </row>
9621 <row bottomline="true">
9622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Standard
9626
9627 \series bold
9628 Winkler
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 <cell alignment="center" valignment="top" topline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Standard
9637 Franz
9638 \end_layout
9639
9640 \end_inset
9641 </cell>
9642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Standard
9646 111
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 </row>
9652 <row endlastfoot="true">
9653 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Standard
9657
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Standard
9666
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Standard
9675
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 </row>
9681 </lyxtabular>
9682
9683 \end_inset
9684
9685
9686 \end_layout
9687
9688 \begin_layout Section
9689 Líneas Múltiples en Columnas y Filas
9690 \end_layout
9691
9692 \begin_layout Subsection
9693 Líneas Múltiples en Celdas
9694 \begin_inset LatexCommand label
9695 name "sub:Líneas-Múltiples-en"
9696
9697 \end_inset
9698
9699
9700 \begin_inset LatexCommand index
9701 name "Líneas Múltiples en Celdas"
9702
9703 \end_inset
9704
9705
9706 \begin_inset LatexCommand index
9707 name "Tablas ! Saltos de Línea"
9708
9709 \end_inset
9710
9711
9712 \end_layout
9713
9714 \begin_layout Standard
9715 \align center
9716 \begin_inset Float table
9717 placement H
9718 wide false
9719 sideways false
9720 status open
9721
9722 \begin_layout Standard
9723 \begin_inset Caption
9724
9725 \begin_layout Standard
9726 \begin_inset LatexCommand label
9727 name "tab:Tabla-con-múltiples"
9728
9729 \end_inset
9730
9731 Tabla con líneas múltiples en celda
9732 \end_layout
9733
9734 \end_inset
9735
9736
9737 \end_layout
9738
9739 \begin_layout Standard
9740 \align center
9741 \begin_inset Tabular
9742 <lyxtabular version="3" rows="3" columns="3">
9743 <features>
9744 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9745 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9746 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9747 <row topline="true">
9748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Standard
9752 líneas
9753 \begin_inset ERT
9754 status collapsed
9755
9756 \begin_layout Standard
9757
9758
9759 \backslash
9760 linebreak 
9761 \end_layout
9762
9763 \end_inset
9764
9765 múltiples
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Standard
9774 b
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Standard
9783 c
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 </row>
9789 <row topline="true">
9790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Standard
9794 d
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Standard
9803 e
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Standard
9812 f
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 </row>
9818 <row topline="true" bottomline="true">
9819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Standard
9823 g
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Standard
9832 h
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Standard
9841 i
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 </row>
9847 </lyxtabular>
9848
9849 \end_inset
9850
9851
9852 \end_layout
9853
9854 \end_inset
9855
9856
9857 \end_layout
9858
9859 \begin_layout Standard
9860 Al ajustar anchura fija en una columna se habilita la entrada de texto como
9861  párrafos con varias líneas y guionado.
9862 \end_layout
9863
9864 \begin_layout Standard
9865 Para generar la tabla\InsetSpace ~
9866
9867 \begin_inset LatexCommand ref
9868 reference "tab:Tabla-con-múltiples"
9869
9870 \end_inset
9871
9872 , crea una tabla 3×3, marca la primera celda y click-derecha sobre ella.
9873  En el diálogo que surge establace una anchura de 2.5\InsetSpace \thinspace{}
9874 cm y escoge centro en
9875  alineación vertical y horizontal.
9876  Como nuestro texto es menor de 2.5\InsetSpace \thinspace{}
9877 cm, solo aparece una línea.
9878  Para poner dos añadimos un salto de línea con el comando
9879 \end_layout
9880
9881 \begin_layout Standard
9882
9883 \series bold
9884
9885 \backslash
9886 linebreak
9887 \end_layout
9888
9889 \begin_layout Standard
9890 en ERT.
9891  Si el texto es más ancho que la celda será automáticamente dividido en
9892  líneas.
9893 \end_layout
9894
9895 \begin_layout Standard
9896 Para centrar verticalmente el texto en las otras dos celdas de la primera
9897  fila, haz click-derecha en la segunda celda, ajusta una anchura de 0.5\InsetSpace \thinspace{}
9898 cm
9899  y marca alineaciones centrales.
9900  Haz lo mismo con la tercera celda de la fila.
9901 \end_layout
9902
9903 \begin_layout Standard
9904 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
9905  con guión si es la primera entrada.
9906  Por eso hay que insertar algo para que dicha palabra no sea la primera
9907  entrada: Añade el comando
9908 \end_layout
9909
9910 \begin_layout Standard
9911
9912 \series bold
9913
9914 \backslash
9915 hspace{0pt}
9916 \end_layout
9917
9918 \begin_layout Standard
9919 en ERT antes de la palabra.
9920  Como el espacio es 0 la salida no cambia.
9921  La tabla\InsetSpace ~
9922
9923 \begin_inset LatexCommand ref
9924 reference "tab:Tabla-con-y"
9925
9926 \end_inset
9927
9928  muestra el efecto.
9929 \end_layout
9930
9931 \begin_layout Standard
9932 \begin_inset Float table
9933 wide false
9934 sideways false
9935 status open
9936
9937 \begin_layout Standard
9938 \begin_inset Caption
9939
9940 \begin_layout Standard
9941 \begin_inset LatexCommand label
9942 name "tab:Tabla-con-y"
9943
9944 \end_inset
9945
9946 Tablas con y sin guión
9947 \end_layout
9948
9949 \end_inset
9950
9951
9952 \end_layout
9953
9954 \begin_layout Standard
9955
9956 \hfill
9957
9958 \begin_inset Tabular
9959 <lyxtabular version="3" rows="3" columns="3">
9960 <features>
9961 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9962 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9963 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9964 <row topline="true">
9965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Standard
9969 celdaconpalabramuylarga
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Standard
9978 b
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Standard
9987 c
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 </row>
9993 <row topline="true">
9994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Standard
9998 d
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Standard
10007 e
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Standard
10016 f
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 </row>
10022 <row topline="true" bottomline="true">
10023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Standard
10027 g
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Standard
10036 h
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Standard
10045 i
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 </lyxtabular>
10052
10053 \end_inset
10054
10055
10056 \hfill
10057
10058 \begin_inset Tabular
10059 <lyxtabular version="3" rows="3" columns="3">
10060 <features>
10061 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10062 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10063 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10064 <row topline="true">
10065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Standard
10069 \begin_inset ERT
10070 status collapsed
10071
10072 \begin_layout Standard
10073
10074
10075 \backslash
10076 hspace{0pt}
10077 \end_layout
10078
10079 \end_inset
10080
10081 celdaconpalabramuylarga
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Standard
10090 b
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Standard
10099 c
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 </row>
10105 <row topline="true">
10106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Standard
10110 d
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Standard
10119 e
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Standard
10128 f
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 </row>
10134 <row topline="true" bottomline="true">
10135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Standard
10139 g
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Standard
10148 h
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Standard
10157 i
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 </row>
10163 </lyxtabular>
10164
10165 \end_inset
10166
10167
10168 \hfill
10169
10170 \end_layout
10171
10172 \end_inset
10173
10174
10175 \end_layout
10176
10177 \begin_layout Standard
10178
10179 \newpage
10180
10181 \end_layout
10182
10183 \begin_layout Subsection
10184 Multicolumnas
10185 \begin_inset LatexCommand label
10186 name "sub:Multicolumnas"
10187
10188 \end_inset
10189
10190
10191 \begin_inset LatexCommand index
10192 name "Multicolumnas"
10193
10194 \end_inset
10195
10196
10197 \begin_inset LatexCommand index
10198 name "Tablas ! Multicolumnas"
10199
10200 \end_inset
10201
10202
10203 \end_layout
10204
10205 \begin_layout Subsubsection
10206 Fundamentos de Multicolumna
10207 \end_layout
10208
10209 \begin_layout Standard
10210 Para extender una celda sobre varias columnas, se marcan las celdas que
10211  se desee combinar y se usa el botón 
10212 \begin_inset Graphics
10213         filename ../images/tabular-feature_multicolumn.xpm
10214         scale 85
10215
10216 \end_inset
10217
10218 , o el menú 
10219 \family sans
10220 Editar\SpecialChar \menuseparator
10221 Tabla\SpecialChar \menuseparator
10222 Multicolumn
10223 \family default
10224 a, o click-derecha sobre las celdas marcadas y se selecciona en el diálogo,
10225  bajo la pestaña 
10226 \family sans
10227 Configuración
10228 \family default
10229 , la casilla Multicolumna.
10230 \end_layout
10231
10232 \begin_layout Standard
10233 Las multicolumnas tienen su propia configuración de celdas.
10234  Esto es, los cambios de bordes, alineación y anchura solo afectan a la
10235  multicolumna.
10236  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
10237  otra en la última fila sin borde superior:
10238 \end_layout
10239
10240 \begin_layout Standard
10241 \align center
10242 \begin_inset Tabular
10243 <lyxtabular version="3" rows="3" columns="4">
10244 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10245 <column alignment="center" valignment="top" leftline="true" width="0pt">
10246 <column alignment="center" valignment="middle" leftline="true" width="0">
10247 <column alignment="center" valignment="top" leftline="true" width="0in">
10248 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10249 <row topline="true" bottomline="true">
10250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Standard
10254 abc
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Standard
10263 def
10264 \lang ngerman
10265  
10266 \lang spanish
10267 ghi
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Standard
10276
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Standard
10285 jkl
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 </row>
10291 <row topline="true">
10292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Standard
10296
10297 \family roman
10298 \series medium
10299 \shape up
10300 \size normal
10301 \emph off
10302 \bar no
10303 \noun off
10304 \color none
10305 A
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Standard
10314 B
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Standard
10323 C
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Standard
10332 D
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 </row>
10338 <row topline="true" bottomline="true">
10339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Standard
10343 1
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Standard
10352 2
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Standard
10361 3
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Standard
10370 4
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 </row>
10376 </lyxtabular>
10377
10378 \end_inset
10379
10380
10381 \end_layout
10382
10383 \begin_layout Subsubsection
10384 Cálculos en Multicolumnas
10385 \begin_inset LatexCommand label
10386 name "sub:Cálculos-en-Multicolumnas"
10387
10388 \end_inset
10389
10390
10391 \begin_inset LatexCommand index
10392 name "Multicolumnas ! Cálculos"
10393
10394 \end_inset
10395
10396
10397 \end_layout
10398
10399 \begin_layout Standard
10400 LyX soporta multicolumnas directamente, pero hay que prestar atención a
10401  la anchura de celda de las columnas combinadas en la celda multicolumna.
10402 \end_layout
10403
10404 \begin_layout Standard
10405 \begin_inset Float table
10406 wide false
10407 sideways false
10408 status open
10409
10410 \begin_layout Standard
10411 \begin_inset Caption
10412
10413 \begin_layout Standard
10414 \begin_inset LatexCommand label
10415 name "tab:Tabla-con-centrado"
10416
10417 \end_inset
10418
10419 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
10420 te la mitad de anchura que la celda multicolumna
10421 \begin_inset OptArg
10422 status collapsed
10423
10424 \begin_layout Standard
10425 Tabla multicolumna perfecta
10426 \end_layout
10427
10428 \end_inset
10429
10430
10431 \end_layout
10432
10433 \end_inset
10434
10435
10436 \end_layout
10437
10438 \begin_layout Standard
10439 \align center
10440 \begin_inset Tabular
10441 <lyxtabular version="3" rows="3" columns="3">
10442 <features>
10443 <column alignment="center" valignment="middle" leftline="true" width="0" special="|>{\centering}m{1.25cm-6.2pt}">
10444 <column alignment="center" valignment="middle" leftline="true" width="0">
10445 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10446 <row topline="true">
10447 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special="|>{\centering}m{2.5cm}|">
10448 \begin_inset Text
10449
10450 \begin_layout Standard
10451 multicolumna línea múltiple
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Standard
10460
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Standard
10469 c
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 </row>
10475 <row topline="true">
10476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Standard
10480 d
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Standard
10489 e
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Standard
10498 f
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 </row>
10504 <row topline="true" bottomline="true">
10505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Standard
10509 g
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Standard
10518 h
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Standard
10527 i
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 </row>
10533 </lyxtabular>
10534
10535 \end_inset
10536
10537
10538 \end_layout
10539
10540 \end_inset
10541
10542
10543 \end_layout
10544
10545 \begin_layout Standard
10546 Por ejemplo, para crear la Tabla\InsetSpace ~
10547
10548 \begin_inset LatexCommand ref
10549 reference "tab:Tabla-con-centrado"
10550
10551 \end_inset
10552
10553 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
10554  click-derecha.
10555  En el diálogo marca 
10556 \emph on
10557 multicolumna
10558 \emph default
10559
10560 \emph on
10561 alineación centro
10562 \emph default
10563  y una anchura de 2.5\InsetSpace \thinspace{}
10564 cm.
10565  Las columnas combinadas deberían tener exactamente la mitad de la anchura
10566  de la celda multicolumna, así que deberías ajustar 1.25\InsetSpace \thinspace{}
10567 cm para la primera
10568  columna.
10569  La segunda columna tendrá entonces automáticamente 1.25\InsetSpace \thinspace{}
10570 cm de anchura.
10571  Para la Tabla 
10572 \begin_inset LatexCommand ref
10573 reference "tab:Tabla-sin-mitad"
10574
10575 \end_inset
10576
10577  se ha procedido de la siguiente manera:
10578 \end_layout
10579
10580 \begin_layout Standard
10581 \begin_inset Float table
10582 wide false
10583 sideways false
10584 status open
10585
10586 \begin_layout Standard
10587 \begin_inset Caption
10588
10589 \begin_layout Standard
10590 \begin_inset LatexCommand label
10591 name "tab:Tabla-sin-mitad"
10592
10593 \end_inset
10594
10595 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
10596  anchura que la celda multicolumna
10597 \begin_inset OptArg
10598 status collapsed
10599
10600 \begin_layout Standard
10601 Tabla multicolumna imperfecta
10602 \end_layout
10603
10604 \end_inset
10605
10606
10607 \end_layout
10608
10609 \end_inset
10610
10611
10612 \end_layout
10613
10614 \begin_layout Standard
10615 \align center
10616 \begin_inset Tabular
10617 <lyxtabular version="3" rows="3" columns="3">
10618 <features>
10619 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10620 <column alignment="center" valignment="top" leftline="true" width="0">
10621 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10622 <row topline="true" bottomline="true">
10623 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10624 \begin_inset Text
10625
10626 \begin_layout Standard
10627 multicolumna línea múltiple
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Standard
10636
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Standard
10645 c
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 </row>
10651 <row topline="true">
10652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Standard
10656 d
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Standard
10665 e
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Standard
10674 f
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 </row>
10680 <row topline="true" bottomline="true">
10681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Standard
10685 g
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Standard
10694 h
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Standard
10703 i
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 </row>
10709 </lyxtabular>
10710
10711 \end_inset
10712
10713
10714 \end_layout
10715
10716 \end_inset
10717
10718
10719 \end_layout
10720
10721 \begin_layout Standard
10722 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
10723 a, es un poco mayor.
10724  La razón es que la anchura dada para una celda 
10725 \begin_inset Formula $W_{g}$
10726 \end_inset
10727
10728  no es su anchura total 
10729 \begin_inset Formula $W_{\mathrm{tot}}$
10730 \end_inset
10731
10732  porque una celda es siempre algo mayor que la anchura dada.
10733  El Apéndice\InsetSpace ~
10734
10735 \begin_inset LatexCommand eqref
10736 reference "cha:Explicación-de-la-Ecuación"
10737
10738 \end_inset
10739
10740  lo explica con detalle.
10741 \end_layout
10742
10743 \begin_layout Standard
10744 La anchura dada necesaria, 
10745 \begin_inset Formula $W_{g\, n}$
10746 \end_inset
10747
10748  para combinar 
10749 \emph on
10750 n
10751 \emph default
10752  columnas puede calcularse de manera que cada columna tenga una anchura
10753  total de 
10754 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10755 \end_inset
10756
10757 :
10758 \begin_inset Formula \begin{equation}
10759 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10760
10761 \end_inset
10762
10763
10764 \end_layout
10765
10766 \begin_layout Standard
10767 En nuestro caso tenemos 
10768 \begin_inset Formula $n=2$
10769 \end_inset
10770
10771
10772 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10773 \end_inset
10774
10775 \InsetSpace \thinspace{}
10776 cm y los valores predeterminados para longitudes, así la ecuación\InsetSpace ~
10777
10778 \begin_inset LatexCommand ref
10779 reference "eq:Wgn"
10780
10781 \end_inset
10782
10783  queda
10784 \begin_inset Formula \begin{equation}
10785 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10786
10787 \end_inset
10788
10789
10790 \end_layout
10791
10792 \begin_layout Standard
10793 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
10794  
10795 \series bold
10796 calc
10797 \series default
10798  con la línea
10799 \begin_inset LatexCommand index
10800 name "LaTeX-paquetes ! calc"
10801
10802 \end_inset
10803
10804
10805 \end_layout
10806
10807 \begin_layout Standard
10808
10809 \series bold
10810
10811 \backslash
10812 usepackage{calc}
10813 \end_layout
10814
10815 \begin_layout Standard
10816 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
10817  Por tanto hay que insertar un argumento LaTeX en el diálogo.
10818  He aquí un repaso de los argumentos:
10819 \end_layout
10820
10821 \begin_layout Itemize
10822
10823 \series bold
10824 p{ancho}
10825 \series default
10826  crea celdas con anchura fija, el texto alineado arriba
10827 \end_layout
10828
10829 \begin_layout Itemize
10830
10831 \series bold
10832 m{ancho}
10833 \series default
10834  crea celdas con anchura fija, el texto con alineación vertical centrada
10835  
10836 \end_layout
10837
10838 \begin_layout Itemize
10839
10840 \series bold
10841 b{ancho}
10842 \series default
10843  crea celdas con anchura fija, el texto alineado abajo
10844 \end_layout
10845
10846 \begin_layout Standard
10847 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
10848  en el diálogo se ignoran.
10849  
10850 \begin_inset Note Greyedout
10851 status open
10852
10853 \begin_layout Standard
10854
10855 \series bold
10856 Nota:
10857 \series default
10858  Debido a un error, LyX muestra de todas formas estas propiedades.
10859 \end_layout
10860
10861 \end_inset
10862
10863  El comando 
10864 \series bold
10865
10866 \backslash
10867 centering
10868 \series default
10869  se añade para centrar horizontalmente el texto.
10870  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
10871  columna extendida:
10872 \end_layout
10873
10874 \begin_layout Standard
10875
10876 \series bold
10877 |>{
10878 \backslash
10879 centering}m{1.25cm-6.2pt}
10880 \end_layout
10881
10882 \begin_layout Standard
10883 La barra "
10884 \series bold
10885 |
10886 \series default
10887 " al principio dibuja el borde y el comando
10888 \series bold
10889  >{ }
10890 \series default
10891  significa que los comandos entre llaves se aplican antes de crear la celda.
10892 \end_layout
10893
10894 \begin_layout Standard
10895 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
10896 , aún está alineado a la izquierda.
10897  Esto se debe a que LyX solo aplica alineado a columnas simples.
10898  Así que para multicolumnas hemos de usar el argumento de LaTeX
10899 \end_layout
10900
10901 \begin_layout Standard
10902
10903 \series bold
10904 |>{
10905 \backslash
10906 centering}m{2.5cm}|
10907 \end_layout
10908
10909 \begin_layout Subsection
10910 Multifilas
10911 \begin_inset LatexCommand index
10912 name "Multifilas"
10913
10914 \end_inset
10915
10916
10917 \begin_inset LatexCommand index
10918 name "Tablas ! Multifilas"
10919
10920 \end_inset
10921
10922
10923 \begin_inset LatexCommand index
10924 name "LaTeX-paquetes ! multirow"
10925
10926 \end_inset
10927
10928
10929 \end_layout
10930
10931 \begin_layout Standard
10932 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
10933  hace falta un poco de ERT.
10934  Hay que cargar el paquete de LaTeX 
10935 \series bold
10936 multirow
10937 \series default
10938  en el preámbulo del documento con el comando
10939 \end_layout
10940
10941 \begin_layout Standard
10942
10943 \series bold
10944
10945 \backslash
10946 usepackage{multirow}
10947 \end_layout
10948
10949 \begin_layout Standard
10950 Las multifilas se crean con el comando
10951 \end_layout
10952
10953 \begin_layout Standard
10954
10955 \series bold
10956
10957 \backslash
10958 multirow{número de filas}{ancho de celda}{entrada de celda}
10959 \end_layout
10960
10961 \begin_layout Standard
10962 Para crear la siguiente tabla:
10963 \end_layout
10964
10965 \begin_layout Standard
10966 \align center
10967 \begin_inset ERT
10968 status collapsed
10969
10970 \begin_layout Standard
10971
10972
10973 \backslash
10974 renewcommand{
10975 \backslash
10976 multirowsetup}{
10977 \backslash
10978 centering}
10979 \end_layout
10980
10981 \end_inset
10982
10983
10984 \begin_inset Tabular
10985 <lyxtabular version="3" rows="3" columns="3">
10986 <features>
10987 <column alignment="center" valignment="top" leftline="true" width="0">
10988 <column alignment="center" valignment="top" leftline="true" width="0">
10989 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10990 <row topline="true">
10991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Standard
10995 a
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Standard
11004 b
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Standard
11013 c
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 </row>
11019 <row topline="true">
11020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Standard
11024 \begin_inset ERT
11025 status collapsed
11026
11027 \begin_layout Standard
11028
11029
11030 \backslash
11031 multirow{2}{2.5cm}{
11032 \end_layout
11033
11034 \end_inset
11035
11036 entrada multifila
11037 \begin_inset ERT
11038 status collapsed
11039
11040 \begin_layout Standard
11041
11042 }
11043 \end_layout
11044
11045 \end_inset
11046
11047
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Standard
11056 e
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Standard
11065 f
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 </row>
11071 <row topline="true" bottomline="true">
11072 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Standard
11076
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Standard
11085 h
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Standard
11094 i
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 </row>
11100 </lyxtabular>
11101
11102 \end_inset
11103
11104
11105 \begin_inset ERT
11106 status collapsed
11107
11108 \begin_layout Standard
11109
11110
11111 \backslash
11112 renewcommand{
11113 \backslash
11114 multirowsetup}{
11115 \backslash
11116 raggedright}
11117 \end_layout
11118
11119 \end_inset
11120
11121
11122 \end_layout
11123
11124 \begin_layout Standard
11125 crea una tabla 3×3.
11126  Para quitar la línea sobre la última celda en la primera columna, se marca
11127  la celda como multicolumna y se quita el borde superior.
11128  Ahora se crea la multifila en la segunda fila de la primera columna insertando
11129  ahí el comando
11130 \end_layout
11131
11132 \begin_layout Standard
11133
11134 \series bold
11135
11136 \backslash
11137 multirow{2}{2.5cm}{
11138 \end_layout
11139
11140 \begin_layout Standard
11141 como ERT.
11142  Según los parámetros del comando la multifila se expande a dos filas y
11143  tiene de ancho 2.5\InsetSpace \thinspace{}
11144 cm.
11145  El contenido de la celda multifila sigue fuera del cuadro ERT y el comando
11146  finaliza con llave derecha 
11147 \series bold
11148 }
11149 \series default
11150  en otro cuadro ERT tras el texto.
11151 \end_layout
11152
11153 \begin_layout Standard
11154
11155 \series bold
11156
11157 \backslash
11158 multirow
11159 \series default
11160  alinea su contenido a la izquierda por defecto.
11161  Para cambiarlo renombra el comando 
11162 \series bold
11163
11164 \backslash
11165 multirowsetup
11166 \series default
11167  con el comando
11168 \end_layout
11169
11170 \begin_layout Standard
11171
11172 \series bold
11173
11174 \backslash
11175 renewcommand{
11176 \backslash
11177 multirowsetup}{
11178 \backslash
11179 centering}
11180 \end_layout
11181
11182 \begin_layout Standard
11183 en ERT en el preámbulo del documento.
11184  Entonces se centran todas las entradas de celdas multifila en el documento.
11185  Si solo queremos centrar en algunas tablas, se puede renombrar el comando
11186  en ERT justo antes de la tabla en lugar de en el preámbulo.
11187  Si el texto debe estar alineado a la derecha, reemplaza 
11188 \series bold
11189
11190 \backslash
11191 centering
11192 \series default
11193  por 
11194 \series bold
11195
11196 \backslash
11197 raggedleft
11198 \series default
11199 .
11200  Para volver a alineado a la izquierda usa 
11201 \series bold
11202
11203 \backslash
11204 raggedright
11205 \series default
11206 .
11207 \end_layout
11208
11209 \begin_layout Section
11210 Booktabs
11211 \begin_inset LatexCommand index
11212 name "Booktabs"
11213
11214 \end_inset
11215
11216
11217 \begin_inset LatexCommand index
11218 name "Tablas ! Booktabs"
11219
11220 \end_inset
11221
11222  
11223 \begin_inset Note Note
11224 status collapsed
11225
11226 \begin_layout Standard
11227
11228 \family roman
11229 \series medium
11230 \size footnotesize
11231 N.
11232  del t.
11233  A la espera de la traducción que se le asigne en LyX 1.5, he dejado el original
11234  en inglés
11235 \end_layout
11236
11237 \end_inset
11238
11239
11240 \end_layout
11241
11242 \begin_layout Standard
11243 En los libros, las tablas se suelen presentar como en la Tabla \InsetSpace ~
11244
11245 \begin_inset LatexCommand ref
11246 reference "tab:Ejemplo-tabla-booktabs"
11247
11248 \end_inset
11249
11250 .
11251  En inglés se denominan "
11252 \emph on
11253 booktabs
11254 \emph default
11255 ".
11256  La próxima versión de LyX, LyX\InsetSpace ~
11257 1.5, tendrá soporte para "booktabs", véase
11258  
11259 \begin_inset ERT
11260 status collapsed
11261
11262 \begin_layout Standard
11263
11264
11265 \backslash
11266 href{http://wiki.lyx.org/LyX/NewInLyX15}{
11267 \end_layout
11268
11269 \end_inset
11270
11271 What's new in LyX\InsetSpace ~
11272 1.5
11273 \begin_inset ERT
11274 status collapsed
11275
11276 \begin_layout Standard
11277
11278 }
11279 \end_layout
11280
11281 \end_inset
11282
11283 .
11284 \end_layout
11285
11286 \begin_layout Standard
11287 \begin_inset Float table
11288 placement h
11289 wide false
11290 sideways false
11291 status open
11292
11293 \begin_layout Standard
11294 \begin_inset Caption
11295
11296 \begin_layout Standard
11297 \begin_inset LatexCommand label
11298 name "tab:Ejemplo-tabla-booktabs"
11299
11300 \end_inset
11301
11302 Ejemplo de tabla booktabs
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Standard
11311 \align center
11312 \begin_inset Tabular
11313 <lyxtabular version="3" rows="8" columns="4">
11314 <features booktabs="true">
11315 <column alignment="center" valignment="top" rightline="true" width="0">
11316 <column alignment="center" valignment="top" width="0">
11317 <column alignment="center" valignment="top" width="0">
11318 <column alignment="center" valignment="top" width="0">
11319 <row topline="true">
11320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11321 \begin_inset Text
11322
11323 \begin_layout Standard
11324 System
11325 \end_layout
11326
11327 \end_inset
11328 </cell>
11329 <cell alignment="center" valignment="top" topline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Standard
11333 Medipix
11334 \begin_inset Formula $\,$
11335 \end_inset
11336
11337 1
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Standard
11346 Medipix
11347 \begin_inset Formula $\,$
11348 \end_inset
11349
11350 2
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Standard
11359
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 </row>
11365 <row>
11366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Standard
11370 \begin_inset ERT
11371 status collapsed
11372
11373 \begin_layout Standard
11374
11375
11376 \backslash
11377 cmidrule(r){2-2}
11378 \end_layout
11379
11380 \end_inset
11381
11382
11383 \begin_inset ERT
11384 status collapsed
11385
11386 \begin_layout Standard
11387
11388
11389 \backslash
11390 cmidrule(l){3-4}
11391 \end_layout
11392
11393 \end_inset
11394
11395 Detector thickness [µm]
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Standard
11404 300
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Standard
11413 300
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Standard
11422 700
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 </row>
11428 <row topline="true">
11429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Standard
11433 Edge angle [°]
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Standard
11442 3.55
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Standard
11451 2.71
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Standard
11460 7.99
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 </row>
11466 <row topspace="default">
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Standard
11471 Spatial resolution [µm]
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Standard
11480 4.26
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Standard
11489 10.17
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Standard
11498 10.56
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 </row>
11504 <row topspace="default">
11505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Standard
11509 MTF at 
11510 \begin_inset Formula $f_{\mathrm{max}}$
11511 \end_inset
11512
11513
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Standard
11522 0.53
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Standard
11531 0.37
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Standard
11540 0.39
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 </row>
11546 <row topspace="default">
11547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Standard
11551 \begin_inset ERT
11552 status collapsed
11553
11554 \begin_layout Standard
11555
11556
11557 \backslash
11558 cmidrule(l{10pt}){1-1}
11559 \end_layout
11560
11561 \end_inset
11562
11563 LSF-spatial resolution
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Standard
11572
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Standard
11581
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Standard
11590
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 </row>
11596 <row>
11597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Standard
11601 in µm
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Standard
11610 129.7
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Standard
11619 52.75
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Standard
11628 50.78
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 </row>
11634 <row bottomline="true">
11635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Standard
11639 in % of pixel size
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11645 \begin_inset Text
11646
11647 \begin_layout Standard
11648 76.3
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Standard
11657 95.9
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Standard
11666 92.3
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 </row>
11672 </lyxtabular>
11673
11674 \end_inset
11675
11676
11677 \end_layout
11678
11679 \end_inset
11680
11681
11682 \end_layout
11683
11684 \begin_layout Standard
11685 Este capítulo describe la creación de tablas "booktabs" en LyX\InsetSpace ~
11686 1.4.
11687 \end_layout
11688
11689 \begin_layout Subsection
11690 Comandos Fundamentales
11691 \begin_inset LatexCommand index
11692 name "Booktabs ! Comandos Fundamentales"
11693
11694 \end_inset
11695
11696
11697 \end_layout
11698
11699 \begin_layout Standard
11700 Para poder usar "booktabs" hay que cargar el paquete de LaTeX 
11701 \series bold
11702 booktabs
11703 \series default
11704  en el preámbulo del documento con la línea
11705 \begin_inset LatexCommand index
11706 name "LaTeX-paquetes ! booktabs"
11707
11708 \end_inset
11709
11710
11711 \end_layout
11712
11713 \begin_layout Standard
11714
11715 \series bold
11716
11717 \backslash
11718 usepackage{booktabs}
11719 \end_layout
11720
11721 \begin_layout Standard
11722 \begin_inset VSpace medskip
11723 \end_inset
11724
11725
11726 \end_layout
11727
11728 \begin_layout Standard
11729 La primera línea de una tabla booktabs se crea con el comando
11730 \end_layout
11731
11732 \begin_layout Standard
11733
11734 \series bold
11735
11736 \backslash
11737 toprule[ancho]
11738 \end_layout
11739
11740 \begin_layout Standard
11741 que se inserta como ERT en la primera celda como primera entrada.
11742  La anchura opcional especifica el grosor de línea; la predeterminada es
11743  0.08\InsetSpace \thinspace{}
11744 em.
11745  Puedes usar todas las unidades listadas en el apéndice \InsetSpace ~
11746
11747 \begin_inset LatexCommand ref
11748 reference "cha:Unidades-disponibles-en"
11749
11750 \end_inset
11751
11752  para fijar el ancho.
11753 \newline
11754 ¡Observa que todos los comandos ERT deben acabar con
11755  un espacio si les sigue texto!
11756 \end_layout
11757
11758 \begin_layout Standard
11759 La última línea de una tabla booktabs se crea con el comando ERT
11760 \end_layout
11761
11762 \begin_layout Standard
11763
11764 \series bold
11765
11766 \backslash
11767 bottomrule[ancho]
11768 \end_layout
11769
11770 \begin_layout Standard
11771 en la primera celda de la última fila.
11772  La última fila es solo para este comando y no debería tener ningún otro
11773  contenido.
11774  La anchura predeterminada es la misma que para 
11775 \series bold
11776
11777 \backslash
11778 toprule
11779 \series default
11780 .
11781 \end_layout
11782
11783 \begin_layout Standard
11784 Las líneas horizontales que se extienden sobre todas las columnas se crean
11785  con el comando ERT
11786 \end_layout
11787
11788 \begin_layout Standard
11789
11790 \series bold
11791
11792 \backslash
11793 midrule[ancho]
11794 \end_layout
11795
11796 \begin_layout Standard
11797 La anchura predeterminada es 0.05\InsetSpace \thinspace{}
11798 em.
11799 \end_layout
11800
11801 \begin_layout Standard
11802 Las líneas que no se extienden a todas las columnas se crean con el comando
11803  ERT
11804 \end_layout
11805
11806 \begin_layout Standard
11807
11808 \series bold
11809
11810 \backslash
11811 cmidrule[ancho](recorte){inicol-fincol}
11812 \end_layout
11813
11814 \begin_layout Standard
11815 El grosor predeterminado es 0.03\InsetSpace \thinspace{}
11816 em; inicol es el número de columna donde
11817  empieza la línea y fincol el número de columna donde acaba; fincol debe
11818  ser siempre especificado incluso cuando la línea se extiende solo una columna.
11819  El parámetro opcional recorte debe ser 
11820 \emph on
11821 l{recorte}
11822 \emph default
11823  o 
11824 \emph on
11825 r{recorte}
11826 \emph default
11827 , donde recorte también es opcional.
11828  Por ejemplo, el parámetro 
11829 \emph on
11830 l{2pt}
11831 \emph default
11832  significa que la línea se recorta 2 pt por su izquierda.
11833  Si no se especifica el tamaño del recorte, las líneas se recortan por defecto
11834  en 0.5\InsetSpace \thinspace{}
11835 em.
11836 \end_layout
11837
11838 \begin_layout Standard
11839 Los comandos 
11840 \series bold
11841
11842 \backslash
11843 cmidrule
11844 \series default
11845  y 
11846 \series bold
11847
11848 \backslash
11849 midrule
11850 \series default
11851  deben insertarse como primera entrada de la primera celda de una fila .
11852  Las líneas se crean sobre la fila.
11853 \end_layout
11854
11855 \begin_layout Standard
11856 \begin_inset VSpace bigskip
11857 \end_inset
11858
11859 La Tabla\InsetSpace ~
11860
11861 \begin_inset LatexCommand ref
11862 reference "tab:Ejemplo-tabla-booktabs"
11863
11864 \end_inset
11865
11866  se ha creado con los comandos
11867 \end_layout
11868
11869 \begin_layout Standard
11870
11871 \series bold
11872
11873 \backslash
11874 cmidrule(r){2-2}
11875 \backslash
11876 cmidrule(l){3-4}
11877 \end_layout
11878
11879 \begin_layout Standard
11880 en la segunda fila, 
11881 \series bold
11882
11883 \backslash
11884 midrule
11885 \series default
11886  en la tercera, y
11887 \end_layout
11888
11889 \begin_layout Standard
11890
11891 \series bold
11892
11893 \backslash
11894 cmidrule(l{10pt}){1-1}
11895 \end_layout
11896
11897 \begin_layout Standard
11898 en la sexta fila.
11899 \end_layout
11900
11901 \begin_layout Subsection
11902 Comandos Especiales
11903 \begin_inset LatexCommand index
11904 name "Booktabs ! Comandos Especiales"
11905
11906 \end_inset
11907
11908
11909 \end_layout
11910
11911 \begin_layout Standard
11912 Para separar filas verticalmente se puede emplear el siguiente comando ERT
11913 \end_layout
11914
11915 \begin_layout Standard
11916
11917 \series bold
11918
11919 \backslash
11920 addlinespace[ancho]
11921 \end_layout
11922
11923 \begin_layout Standard
11924 El ancho predeterminado es 0.5\InsetSpace \thinspace{}
11925 em.
11926  En la Tabla\InsetSpace ~
11927
11928 \begin_inset LatexCommand ref
11929 reference "tab:Ejemplo-tabla-booktabs"
11930
11931 \end_inset
11932
11933  se ha insertado 
11934 \series bold
11935
11936 \backslash
11937 addlinespace
11938 \series default
11939  en la primera celda de algunas filas.
11940  El espacio se crea sobre las filas en las que se inserta el comando.
11941 \end_layout
11942
11943 \begin_layout Standard
11944 \begin_inset VSpace medskip
11945 \end_inset
11946
11947
11948 \end_layout
11949
11950 \begin_layout Standard
11951 Quizá quieras superponer líneas 
11952 \series bold
11953
11954 \backslash
11955 cmidrules
11956 \series default
11957  como en la Tabla\InsetSpace ~
11958
11959 \begin_inset LatexCommand ref
11960 reference "tab:Tabla-booktabs-especial"
11961
11962 \end_inset
11963
11964 .
11965  Esto se consigue con el comando ERT
11966 \end_layout
11967
11968 \begin_layout Standard
11969
11970 \series bold
11971
11972 \backslash
11973 morecmidrule
11974 \series default
11975 s
11976 \end_layout
11977
11978 \begin_layout Standard
11979 El comando que se ha utilizado para la segunda fila de la Tabla\InsetSpace ~
11980
11981 \begin_inset LatexCommand ref
11982 reference "tab:Tabla-booktabs-especial"
11983
11984 \end_inset
11985
11986  es
11987 \end_layout
11988
11989 \begin_layout Standard
11990
11991 \series bold
11992
11993 \backslash
11994 cmidrule(r){2-2}
11995 \backslash
11996 cmidrule(l){3-4}
11997 \backslash
11998 morecmidrules
11999 \backslash
12000 cmidrule{2-4}
12001 \end_layout
12002
12003 \begin_layout Standard
12004 El comando para la sexta fila es
12005 \end_layout
12006
12007 \begin_layout Standard
12008
12009 \series bold
12010
12011 \backslash
12012 midrule
12013 \backslash
12014 morecmidrules
12015 \backslash
12016 cmidrule{3-4}
12017 \end_layout
12018
12019 \begin_layout Standard
12020 \begin_inset VSpace bigskip
12021 \end_inset
12022
12023
12024 \end_layout
12025
12026 \begin_layout Standard
12027 El espacio alrededor de cada línea en una tabla "booktabs" puede especificarse
12028  en el preámbulo del documento.
12029  Para más información al respecto, véase el manual del paquete 
12030 \begin_inset LatexCommand cite
12031 key "booktabs"
12032
12033 \end_inset
12034
12035 .
12036  Si de todas formas no te satisface el espaciado, puedes usar el siguiente
12037  comando para dibujar líneas que se extienden sobre todas las columnas
12038 \end_layout
12039
12040 \begin_layout Standard
12041
12042 \series bold
12043
12044 \backslash
12045 specialrule{anchura}{espacio superior}{espacio inferior}
12046 \end_layout
12047
12048 \begin_layout Standard
12049 \begin_inset Float table
12050 placement h
12051 wide false
12052 sideways false
12053 status open
12054
12055 \begin_layout Standard
12056 \begin_inset Caption
12057
12058 \begin_layout Standard
12059 \begin_inset LatexCommand label
12060 name "tab:Tabla-booktabs-especial"
12061
12062 \end_inset
12063
12064 Tabla booktabs especial
12065 \end_layout
12066
12067 \end_inset
12068
12069
12070 \end_layout
12071
12072 \begin_layout Standard
12073 \align center
12074 \begin_inset Tabular
12075 <lyxtabular version="3" rows="8" columns="4">
12076 <features booktabs="true">
12077 <column alignment="center" valignment="top" width="0">
12078 <column alignment="center" valignment="top" width="0">
12079 <column alignment="center" valignment="top" width="0">
12080 <column alignment="center" valignment="top" width="0">
12081 <row topline="true">
12082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12083 \begin_inset Text
12084
12085 \begin_layout Standard
12086 System
12087 \end_layout
12088
12089 \end_inset
12090 </cell>
12091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12092 \begin_inset Text
12093
12094 \begin_layout Standard
12095 Medipix\InsetSpace \thinspace{}
12096 1
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Standard
12105 Medipix\InsetSpace \thinspace{}
12106 2
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Standard
12115
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 </row>
12121 <row>
12122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Standard
12126 \begin_inset ERT
12127 status collapsed
12128
12129 \begin_layout Standard
12130
12131
12132 \backslash
12133 cmidrule(r){2-2}
12134 \end_layout
12135
12136 \end_inset
12137
12138
12139 \begin_inset ERT
12140 status collapsed
12141
12142 \begin_layout Standard
12143
12144
12145 \backslash
12146 cmidrule(l){3-4}
12147 \end_layout
12148
12149 \end_inset
12150
12151
12152 \begin_inset ERT
12153 status collapsed
12154
12155 \begin_layout Standard
12156
12157
12158 \backslash
12159 morecmidrules 
12160 \end_layout
12161
12162 \end_inset
12163
12164
12165 \begin_inset ERT
12166 status collapsed
12167
12168 \begin_layout Standard
12169
12170
12171 \backslash
12172 cmidrule{2-4}
12173 \end_layout
12174
12175 \end_inset
12176
12177 Detector thickness [µm]
12178 \end_layout
12179
12180 \end_inset
12181 </cell>
12182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Standard
12186 300
12187 \end_layout
12188
12189 \end_inset
12190 </cell>
12191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12192 \begin_inset Text
12193
12194 \begin_layout Standard
12195 300
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12201 \begin_inset Text
12202
12203 \begin_layout Standard
12204 700
12205 \end_layout
12206
12207 \end_inset
12208 </cell>
12209 </row>
12210 <row topline="true">
12211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12212 \begin_inset Text
12213
12214 \begin_layout Standard
12215 Edge angle [°]
12216 \end_layout
12217
12218 \end_inset
12219 </cell>
12220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12221 \begin_inset Text
12222
12223 \begin_layout Standard
12224 3.55
12225 \end_layout
12226
12227 \end_inset
12228 </cell>
12229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12230 \begin_inset Text
12231
12232 \begin_layout Standard
12233 2.71
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Standard
12242 7.99
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 </row>
12248 <row topspace="default">
12249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12250 \begin_inset Text
12251
12252 \begin_layout Standard
12253 Spatial resolution [µm]
12254 \end_layout
12255
12256 \end_inset
12257 </cell>
12258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12259 \begin_inset Text
12260
12261 \begin_layout Standard
12262 4.26
12263 \end_layout
12264
12265 \end_inset
12266 </cell>
12267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Standard
12271 10.17
12272 \end_layout
12273
12274 \end_inset
12275 </cell>
12276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12277 \begin_inset Text
12278
12279 \begin_layout Standard
12280 10.56
12281 \end_layout
12282
12283 \end_inset
12284 </cell>
12285 </row>
12286 <row topspace="default">
12287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12288 \begin_inset Text
12289
12290 \begin_layout Standard
12291 MTF at 
12292 \begin_inset Formula $f_{\mathrm{max}}$
12293 \end_inset
12294
12295
12296 \end_layout
12297
12298 \end_inset
12299 </cell>
12300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12301 \begin_inset Text
12302
12303 \begin_layout Standard
12304 0.53
12305 \end_layout
12306
12307 \end_inset
12308 </cell>
12309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12310 \begin_inset Text
12311
12312 \begin_layout Standard
12313 0.37
12314 \end_layout
12315
12316 \end_inset
12317 </cell>
12318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12319 \begin_inset Text
12320
12321 \begin_layout Standard
12322 0.39
12323 \end_layout
12324
12325 \end_inset
12326 </cell>
12327 </row>
12328 <row topline="true">
12329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12330 \begin_inset Text
12331
12332 \begin_layout Standard
12333 \begin_inset ERT
12334 status collapsed
12335
12336 \begin_layout Standard
12337
12338
12339 \backslash
12340 morecmidrules 
12341 \end_layout
12342
12343 \end_inset
12344
12345
12346 \begin_inset ERT
12347 status collapsed
12348
12349 \begin_layout Standard
12350
12351
12352 \backslash
12353 cmidrule{3-4}
12354 \end_layout
12355
12356 \end_inset
12357
12358 LSF-spatial resolution
12359 \end_layout
12360
12361 \end_inset
12362 </cell>
12363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12364 \begin_inset Text
12365
12366 \begin_layout Standard
12367
12368 \end_layout
12369
12370 \end_inset
12371 </cell>
12372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12373 \begin_inset Text
12374
12375 \begin_layout Standard
12376
12377 \end_layout
12378
12379 \end_inset
12380 </cell>
12381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12382 \begin_inset Text
12383
12384 \begin_layout Standard
12385
12386 \end_layout
12387
12388 \end_inset
12389 </cell>
12390 </row>
12391 <row>
12392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12393 \begin_inset Text
12394
12395 \begin_layout Standard
12396 in µm
12397 \end_layout
12398
12399 \end_inset
12400 </cell>
12401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12402 \begin_inset Text
12403
12404 \begin_layout Standard
12405 129.7
12406 \end_layout
12407
12408 \end_inset
12409 </cell>
12410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12411 \begin_inset Text
12412
12413 \begin_layout Standard
12414 52.75
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12420 \begin_inset Text
12421
12422 \begin_layout Standard
12423 50.78
12424 \end_layout
12425
12426 \end_inset
12427 </cell>
12428 </row>
12429 <row bottomline="true">
12430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12431 \begin_inset Text
12432
12433 \begin_layout Standard
12434 in % of pixel size
12435 \end_layout
12436
12437 \end_inset
12438 </cell>
12439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12440 \begin_inset Text
12441
12442 \begin_layout Standard
12443 76.3
12444 \end_layout
12445
12446 \end_inset
12447 </cell>
12448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12449 \begin_inset Text
12450
12451 \begin_layout Standard
12452 95.9
12453 \end_layout
12454
12455 \end_inset
12456 </cell>
12457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12458 \begin_inset Text
12459
12460 \begin_layout Standard
12461 92.3
12462 \end_layout
12463
12464 \end_inset
12465 </cell>
12466 </row>
12467 </lyxtabular>
12468
12469 \end_inset
12470
12471
12472 \end_layout
12473
12474 \end_inset
12475
12476
12477 \end_layout
12478
12479 \begin_layout Section
12480 Alineación Vertical en Tablas
12481 \end_layout
12482
12483 \begin_layout Standard
12484 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
12485  en un cuadro.
12486  Entonces el cuadro se puede alinear verticalmente como se describe en la
12487  sección\InsetSpace ~
12488
12489 \begin_inset LatexCommand ref
12490 reference "sec:Diálogo-Cuadros"
12491
12492 \end_inset
12493
12494 .
12495  
12496 \end_layout
12497
12498 \begin_layout Standard
12499 En el ejemplo siguiente las tablas están en un cuadro de minipágina
12500 \begin_inset Foot
12501 status collapsed
12502
12503 \begin_layout Standard
12504 Las minipáginas se describen en la sección\InsetSpace ~
12505
12506 \begin_inset LatexCommand ref
12507 reference "sec:Minipáginas"
12508
12509 \end_inset
12510
12511 .
12512 \end_layout
12513
12514 \end_inset
12515
12516  que tiene una anchura de 15\InsetSpace \thinspace{}
12517 col%:
12518 \end_layout
12519
12520 \begin_layout Itemize
12521 test 
12522 \begin_inset Box Frameless
12523 position "t"
12524 hor_pos "c"
12525 has_inner_box 1
12526 inner_pos "c"
12527 use_parbox 0
12528 width "15col%"
12529 special "none"
12530 height "1in"
12531 height_special "totalheight"
12532 status collapsed
12533
12534 \begin_layout Standard
12535 \begin_inset Tabular
12536 <lyxtabular version="3" rows="3" columns="3">
12537 <features>
12538 <column alignment="center" valignment="top" leftline="true" width="0">
12539 <column alignment="center" valignment="top" leftline="true" width="0">
12540 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12541 <row topline="true">
12542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Standard
12546 a
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Standard
12555 d
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Standard
12564 g
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 </row>
12570 <row topline="true">
12571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Standard
12575 b
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Standard
12584 e
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Standard
12593 h
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 </row>
12599 <row topline="true" bottomline="true">
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Standard
12604 c
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Standard
12613 f
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Standard
12622 i
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 </row>
12628 </lyxtabular>
12629
12630 \end_inset
12631
12632
12633 \end_layout
12634
12635 \end_inset
12636
12637  test 
12638 \begin_inset ERT
12639 status collapsed
12640
12641 \begin_layout Standard
12642
12643
12644 \backslash
12645 raisebox{0.85
12646 \backslash
12647 baselineskip}{
12648 \end_layout
12649
12650 \end_inset
12651
12652
12653 \begin_inset Box Frameless
12654 position "t"
12655 hor_pos "c"
12656 has_inner_box 1
12657 inner_pos "c"
12658 use_parbox 0
12659 width "15col%"
12660 special "none"
12661 height "1in"
12662 height_special "totalheight"
12663 status collapsed
12664
12665 \begin_layout Standard
12666 \begin_inset Tabular
12667 <lyxtabular version="3" rows="3" columns="3">
12668 <features>
12669 <column alignment="center" valignment="top" leftline="true" width="0">
12670 <column alignment="center" valignment="top" leftline="true" width="0">
12671 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12672 <row topline="true">
12673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Standard
12677 a
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Standard
12686 d
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Standard
12695 g
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 </row>
12701 <row topline="true">
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Standard
12706 b
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Standard
12715 e
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Standard
12724 h
12725 \end_layout
12726
12727 \end_inset
12728 </cell>
12729 </row>
12730 <row topline="true" bottomline="true">
12731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Standard
12735 c
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Standard
12744 f
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12750 \begin_inset Text
12751
12752 \begin_layout Standard
12753 i
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 </row>
12759 </lyxtabular>
12760
12761 \end_inset
12762
12763
12764 \end_layout
12765
12766 \end_inset
12767
12768
12769 \begin_inset ERT
12770 status collapsed
12771
12772 \begin_layout Standard
12773
12774 }
12775 \end_layout
12776
12777 \end_inset
12778
12779
12780 \end_layout
12781
12782 \begin_layout Itemize
12783 test 
12784 \begin_inset Box Frameless
12785 position "c"
12786 hor_pos "c"
12787 has_inner_box 1
12788 inner_pos "c"
12789 use_parbox 0
12790 width "15col%"
12791 special "none"
12792 height "1in"
12793 height_special "totalheight"
12794 status collapsed
12795
12796 \begin_layout Standard
12797 \begin_inset Tabular
12798 <lyxtabular version="3" rows="3" columns="3">
12799 <features>
12800 <column alignment="center" valignment="top" leftline="true" width="0">
12801 <column alignment="center" valignment="top" leftline="true" width="0">
12802 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12803 <row topline="true">
12804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Standard
12808 a
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Standard
12817 d
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Standard
12826 g
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 </row>
12832 <row topline="true">
12833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Standard
12837 b
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Standard
12846 e
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Standard
12855 h
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 </row>
12861 <row topline="true" bottomline="true">
12862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Standard
12866 c
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Standard
12875 f
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Standard
12884 i
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 </row>
12890 </lyxtabular>
12891
12892 \end_inset
12893
12894
12895 \end_layout
12896
12897 \end_inset
12898
12899
12900 \end_layout
12901
12902 \begin_layout Itemize
12903 test 
12904 \begin_inset Box Frameless
12905 position "b"
12906 hor_pos "c"
12907 has_inner_box 1
12908 inner_pos "c"
12909 use_parbox 0
12910 width "15col%"
12911 special "none"
12912 height "1in"
12913 height_special "totalheight"
12914 status collapsed
12915
12916 \begin_layout Standard
12917 \begin_inset Tabular
12918 <lyxtabular version="3" rows="3" columns="3">
12919 <features>
12920 <column alignment="center" valignment="top" leftline="true" width="0">
12921 <column alignment="center" valignment="top" leftline="true" width="0">
12922 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12923 <row topline="true">
12924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12925 \begin_inset Text
12926
12927 \begin_layout Standard
12928 a
12929 \end_layout
12930
12931 \end_inset
12932 </cell>
12933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12934 \begin_inset Text
12935
12936 \begin_layout Standard
12937 d
12938 \end_layout
12939
12940 \end_inset
12941 </cell>
12942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12943 \begin_inset Text
12944
12945 \begin_layout Standard
12946 g
12947 \end_layout
12948
12949 \end_inset
12950 </cell>
12951 </row>
12952 <row topline="true">
12953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Standard
12957 b
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12963 \begin_inset Text
12964
12965 \begin_layout Standard
12966 e
12967 \end_layout
12968
12969 \end_inset
12970 </cell>
12971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12972 \begin_inset Text
12973
12974 \begin_layout Standard
12975 h
12976 \end_layout
12977
12978 \end_inset
12979 </cell>
12980 </row>
12981 <row topline="true" bottomline="true">
12982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12983 \begin_inset Text
12984
12985 \begin_layout Standard
12986 c
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Standard
12995 f
12996 \end_layout
12997
12998 \end_inset
12999 </cell>
13000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13001 \begin_inset Text
13002
13003 \begin_layout Standard
13004 i
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 </row>
13010 </lyxtabular>
13011
13012 \end_inset
13013
13014
13015 \end_layout
13016
13017 \end_inset
13018
13019  test 
13020 \begin_inset ERT
13021 status collapsed
13022
13023 \begin_layout Standard
13024
13025
13026 \backslash
13027 raisebox{-0.32
13028 \backslash
13029 baselineskip}{
13030 \end_layout
13031
13032 \end_inset
13033
13034
13035 \begin_inset Box Frameless
13036 position "b"
13037 hor_pos "c"
13038 has_inner_box 1
13039 inner_pos "c"
13040 use_parbox 0
13041 width "15col%"
13042 special "none"
13043 height "1in"
13044 height_special "totalheight"
13045 status collapsed
13046
13047 \begin_layout Standard
13048 \begin_inset Tabular
13049 <lyxtabular version="3" rows="3" columns="3">
13050 <features>
13051 <column alignment="center" valignment="top" leftline="true" width="0">
13052 <column alignment="center" valignment="top" leftline="true" width="0">
13053 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13054 <row topline="true">
13055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13056 \begin_inset Text
13057
13058 \begin_layout Standard
13059 a
13060 \end_layout
13061
13062 \end_inset
13063 </cell>
13064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13065 \begin_inset Text
13066
13067 \begin_layout Standard
13068 d
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Standard
13077 g
13078 \end_layout
13079
13080 \end_inset
13081 </cell>
13082 </row>
13083 <row topline="true">
13084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Standard
13088 b
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Standard
13097 e
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Standard
13106 h
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 </row>
13112 <row topline="true" bottomline="true">
13113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Standard
13117 c
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Standard
13126 f
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Standard
13135 i
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 </row>
13141 </lyxtabular>
13142
13143 \end_inset
13144
13145
13146 \end_layout
13147
13148 \end_inset
13149
13150
13151 \begin_inset ERT
13152 status collapsed
13153
13154 \begin_layout Standard
13155
13156 }
13157 \end_layout
13158
13159 \end_inset
13160
13161
13162 \end_layout
13163
13164 \begin_layout Standard
13165 Como ves, los contenidos de la primera y última filas no se alinean correctament
13166 e con la línea de texto donde está la tabla.
13167  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
13168  un cuadro elevado ("raisebox")
13169 \begin_inset Foot
13170 status collapsed
13171
13172 \begin_layout Standard
13173 El uso del comando 
13174 \series bold
13175
13176 \backslash
13177 raisebox
13178 \series default
13179  se explica en la sección\InsetSpace ~
13180
13181 \begin_inset LatexCommand ref
13182 reference "sub:Alineación-Vertical"
13183
13184 \end_inset
13185
13186 .
13187 \end_layout
13188
13189 \end_inset
13190
13191 .
13192  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
13193  usando el comando en ERT
13194 \end_layout
13195
13196 \begin_layout Standard
13197
13198 \series bold
13199
13200 \backslash
13201 raisebox{0.85
13202 \backslash
13203 baselineskip}{
13204 \end_layout
13205
13206 \begin_layout Standard
13207 antes del cuadro.
13208  Tras él, se pone la llave de cierre 
13209 \series bold
13210 }
13211 \series default
13212  también como ERT.
13213  Para la segunda tabla en el tercer ítem se usa el comando 
13214 \end_layout
13215
13216 \begin_layout Standard
13217
13218 \series bold
13219
13220 \backslash
13221 raisebox{-0.32
13222 \backslash
13223 baselineskip}{
13224 \end_layout
13225
13226 \begin_layout Section
13227 Tablas Coloreadas
13228 \begin_inset LatexCommand label
13229 name "sec:Tablas-Coloreadas"
13230
13231 \end_inset
13232
13233
13234 \begin_inset LatexCommand index
13235 name "Tablas ! Coloreadas"
13236
13237 \end_inset
13238
13239
13240 \end_layout
13241
13242 \begin_layout Subsection
13243 Celdas Coloreadas
13244 \begin_inset LatexCommand index
13245 name "Tablas Coloreadas ! Celdas"
13246
13247 \end_inset
13248
13249
13250 \begin_inset LatexCommand index
13251 name "Color ! en Celdas de Tablas"
13252
13253 \end_inset
13254
13255
13256 \end_layout
13257
13258 \begin_layout Standard
13259 \begin_inset Float table
13260 placement h
13261 wide false
13262 sideways false
13263 status open
13264
13265 \begin_layout Standard
13266 \begin_inset Caption
13267
13268 \begin_layout Standard
13269 \begin_inset LatexCommand label
13270 name "tab:Tabla-coloreada-sin"
13271
13272 \end_inset
13273
13274 Tabla coloreada sin usar el paquete 
13275 \series bold
13276 colortbl
13277 \series default
13278
13279 \begin_inset OptArg
13280 status collapsed
13281
13282 \begin_layout Standard
13283 Tabla sin colortbl
13284 \end_layout
13285
13286 \end_inset
13287
13288
13289 \end_layout
13290
13291 \end_inset
13292
13293
13294 \end_layout
13295
13296 \begin_layout Standard
13297 \align center
13298 \begin_inset Tabular
13299 <lyxtabular version="3" rows="3" columns="3">
13300 <features>
13301 <column alignment="center" valignment="top" leftline="true" width="0">
13302 <column alignment="center" valignment="top" leftline="true" width="0">
13303 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13304 <row topline="true">
13305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Standard
13309
13310 \color green
13311 a
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Standard
13320
13321 \color red
13322 b
13323 \end_layout
13324
13325 \end_inset
13326 </cell>
13327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13328 \begin_inset Text
13329
13330 \begin_layout Standard
13331
13332 \color red
13333 c
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 </row>
13339 <row topline="true">
13340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Standard
13344
13345 \color green
13346 d
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Standard
13355
13356 \color blue
13357 e
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Standard
13366
13367 \color blue
13368 f
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 </row>
13374 <row topline="true" bottomline="true">
13375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Standard
13379
13380 \color green
13381 g
13382 \end_layout
13383
13384 \end_inset
13385 </cell>
13386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13387 \begin_inset Text
13388
13389 \begin_layout Standard
13390
13391 \color blue
13392 h
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Standard
13401
13402 \color blue
13403 i
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 </row>
13409 </lyxtabular>
13410
13411 \end_inset
13412
13413
13414 \end_layout
13415
13416 \end_inset
13417
13418
13419 \end_layout
13420
13421 \begin_layout Standard
13422 Si solo necesitas color en el texto, marca las celdas y elige un color en
13423  el menú 
13424 \family sans
13425 Editar\SpecialChar \menuseparator
13426 Estilo\InsetSpace ~
13427 del\InsetSpace ~
13428 Texto
13429 \family default
13430 .
13431  Esto se ha hecho en la Tabla\InsetSpace ~
13432
13433 \begin_inset LatexCommand ref
13434 reference "tab:Tabla-coloreada-sin"
13435
13436 \end_inset
13437
13438 .
13439  En cualquier otro caso hay que usar el paquete LaTeX 
13440 \series bold
13441 colortbl
13442 \series default
13443 .
13444 \begin_inset LatexCommand index
13445 name "LaTeX-paquetes ! colortbl"
13446
13447 \end_inset
13448
13449
13450 \end_layout
13451
13452 \begin_layout Standard
13453 Para crear tablas coloreadas, 
13454 \series bold
13455 colortbl
13456 \series default
13457  debe cargarse en el preámbulo con la línea
13458 \end_layout
13459
13460 \begin_layout Standard
13461
13462 \series bold
13463
13464 \backslash
13465 usepackage{colortbl}
13466 \end_layout
13467
13468 \begin_layout Standard
13469 El color de una columna se define con el comando
13470 \end_layout
13471
13472 \begin_layout Standard
13473
13474 \series bold
13475
13476 \backslash
13477 columncolor{nombre del color}
13478 \end_layout
13479
13480 \begin_layout Standard
13481 dentro del comando 
13482 \series bold
13483 >{ }
13484 \series default
13485 .
13486  Más sobre el comando 
13487 \series bold
13488 >{}
13489 \series default
13490  se explica en la sección\InsetSpace ~
13491
13492 \begin_inset LatexCommand ref
13493 reference "sub:Cálculos-en-Multicolumnas"
13494
13495 \end_inset
13496
13497 .
13498 \end_layout
13499
13500 \begin_layout Standard
13501 Los siguientes nombres de color están predefinidos:
13502 \end_layout
13503
13504 \begin_layout Standard
13505
13506 \family sans
13507 red
13508 \family default
13509
13510 \family sans
13511 green
13512 \family default
13513 ,
13514 \family sans
13515  yellow, blue
13516 \family default
13517 ,
13518 \family sans
13519  cyan
13520 \family default
13521 \series bold
13522 ,
13523 \family sans
13524 \series default
13525  magenta, black
13526 \family default
13527 ,
13528 \family sans
13529  white
13530 \end_layout
13531
13532 \begin_layout Standard
13533 \begin_inset VSpace medskip
13534 \end_inset
13535
13536
13537 \end_layout
13538
13539 \begin_layout Standard
13540 Puedes definir tus propios colores con el comando
13541 \end_layout
13542
13543 \begin_layout Standard
13544
13545 \series bold
13546
13547 \backslash
13548 def\SpecialChar \textcompwordmark{}
13549 inecolor{nombre del color}{modelo de color}{valores de color}
13550 \end_layout
13551
13552 \begin_layout Standard
13553 El modelo de color puede ser
13554 \end_layout
13555
13556 \begin_layout Labeling
13557 \labelwidthstring 00.00.0000
13558 cmyk: cyan, magenta, yellow, black
13559 \end_layout
13560
13561 \begin_layout Labeling
13562 \labelwidthstring 00.00.0000
13563 rgb: red, green, blue
13564 \end_layout
13565
13566 \begin_layout Labeling
13567 \labelwidthstring 00.00.0000
13568 gray gray
13569 \end_layout
13570
13571 \begin_layout Standard
13572 y los valores de color son números separados por comas entre 0 y 1 que describen
13573  el factor para el color correspondiente del modelo de color.
13574 \end_layout
13575
13576 \begin_layout Standard
13577 Por ejemplo, puedes definir el color "
13578 \emph on
13579 verde oscuro
13580 \emph default
13581 " en el preámbulo con
13582 \end_layout
13583
13584 \begin_layout Standard
13585
13586 \series bold
13587
13588 \backslash
13589 def\SpecialChar \textcompwordmark{}
13590 inecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13591 \end_layout
13592
13593 \begin_layout Standard
13594 y el color "
13595 \emph on
13596 gris claro
13597 \emph default
13598 " con
13599 \end_layout
13600
13601 \begin_layout Standard
13602
13603 \series bold
13604
13605 \backslash
13606 def\SpecialChar \textcompwordmark{}
13607 inecolor{grisclaro}{gray}{0.8}
13608 \end_layout
13609
13610 \begin_layout Standard
13611 \begin_inset VSpace medskip
13612 \end_inset
13613
13614
13615 \end_layout
13616
13617 \begin_layout Standard
13618 Las líneas se colorean con el comando
13619 \end_layout
13620
13621 \begin_layout Standard
13622
13623 \series bold
13624
13625 \backslash
13626 rowcolor{nombre del color}
13627 \end_layout
13628
13629 \begin_layout Standard
13630 y las celdas se colorean con el comando
13631 \end_layout
13632
13633 \begin_layout Standard
13634
13635 \series bold
13636
13637 \backslash
13638 cellcolor{nombre del color}
13639 \end_layout
13640
13641 \begin_layout Standard
13642 Ambos comandos se insertan al principio de una celda como ERT.
13643 \end_layout
13644
13645 \begin_layout Standard
13646 Para colorear caracteres en la tabla marca las celdas y usa el menú 
13647 \family sans
13648 Editar\SpecialChar \menuseparator
13649 Estilo\InsetSpace ~
13650 del\InsetSpace ~
13651 Texto
13652 \family default
13653 .
13654  Si una celda contiene ERT marca solo los caracteres, si no el ERT con color
13655  puede ocasionar errores de LaTeX.
13656 \end_layout
13657
13658 \begin_layout Standard
13659 \begin_inset VSpace bigskip
13660 \end_inset
13661
13662
13663 \end_layout
13664
13665 \begin_layout Standard
13666 Para crear la Tabla\InsetSpace ~
13667
13668 \begin_inset LatexCommand ref
13669 reference "tab:Tabla-coloreada-con"
13670
13671 \end_inset
13672
13673  haz lo siguiente: El color de la primera columna debería ser 
13674 \emph on
13675 verde oscuro
13676 \emph default
13677 .
13678  Así pues
13679 \end_layout
13680
13681 \begin_layout Standard
13682
13683 \series bold
13684 >{
13685 \backslash
13686 columncolor{verdeoscuro}
13687 \backslash
13688 centering}c
13689 \end_layout
13690
13691 \begin_layout Standard
13692 como argumento LaTeX para esta columna.
13693  La primera fila debería ser azul, por tanto el comando ERT
13694 \end_layout
13695
13696 \begin_layout Standard
13697
13698 \series bold
13699
13700 \backslash
13701 rowcolow{cyan}
13702 \end_layout
13703
13704 \begin_layout Standard
13705 se inserta en la primera celda de esta fila.
13706  Observa que esto sobreescribe el color de la columna para la primera celda.
13707  La última celda de la última fila se colorea magenta insertando el comando
13708  ERT
13709 \end_layout
13710
13711 \begin_layout Standard
13712
13713 \series bold
13714
13715 \backslash
13716 cellcolor{magenta}
13717 \end_layout
13718
13719 \begin_layout Standard
13720 Ahora podrían colorearse los caracteres usando el menú 
13721 \family sans
13722 Editar\SpecialChar \menuseparator
13723 Estilo\InsetSpace ~
13724 del\InsetSpace ~
13725 Texto
13726 \family default
13727 .
13728 \end_layout
13729
13730 \begin_layout Standard
13731 \begin_inset Float table
13732 placement h
13733 wide false
13734 sideways false
13735 status open
13736
13737 \begin_layout Standard
13738 \begin_inset Caption
13739
13740 \begin_layout Standard
13741 \begin_inset LatexCommand label
13742 name "tab:Tabla-coloreada-con"
13743
13744 \end_inset
13745
13746 Tabla coloreada usando el paquete 
13747 \series bold
13748 colortbl
13749 \series default
13750
13751 \begin_inset OptArg
13752 status collapsed
13753
13754 \begin_layout Standard
13755 Tabla con colortbl
13756 \end_layout
13757
13758 \end_inset
13759
13760
13761 \end_layout
13762
13763 \end_inset
13764
13765
13766 \end_layout
13767
13768 \begin_layout Standard
13769 \align center
13770 \begin_inset Tabular
13771 <lyxtabular version="3" rows="3" columns="3">
13772 <features>
13773 <column alignment="center" valignment="top" leftline="true" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
13774 <column alignment="center" valignment="top" width="0">
13775 <column alignment="center" valignment="top" width="0">
13776 <row>
13777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Standard
13781 \begin_inset ERT
13782 status collapsed
13783
13784 \begin_layout Standard
13785
13786
13787 \backslash
13788 rowcolor{cyan}
13789 \end_layout
13790
13791 \end_inset
13792
13793
13794 \color magenta
13795 a
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Standard
13804
13805 \color red
13806 b
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Standard
13815
13816 \color red
13817 c
13818 \end_layout
13819
13820 \end_inset
13821 </cell>
13822 </row>
13823 <row>
13824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Standard
13828
13829 \color yellow
13830 d
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Standard
13839
13840 \color blue
13841 e
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Standard
13850
13851 \color blue
13852 f
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 </row>
13858 <row>
13859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Standard
13863
13864 \color yellow
13865 g
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Standard
13874
13875 \color blue
13876 h
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Standard
13885 \begin_inset ERT
13886 status collapsed
13887
13888 \begin_layout Standard
13889
13890
13891 \backslash
13892 cellcolor{magenta}
13893 \end_layout
13894
13895 \end_inset
13896
13897
13898 \color green
13899 i
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 </row>
13905 </lyxtabular>
13906
13907 \end_inset
13908
13909
13910 \end_layout
13911
13912 \end_inset
13913
13914
13915 \end_layout
13916
13917 \begin_layout Subsection
13918 Líneas coloreadas
13919 \begin_inset LatexCommand index
13920 name "Tablas Coloreadas ! Líneas"
13921
13922 \end_inset
13923
13924
13925 \begin_inset LatexCommand index
13926 name "Color ! en Líneas de Tabla"
13927
13928 \end_inset
13929
13930
13931 \end_layout
13932
13933 \begin_layout Standard
13934 Como se describe en la sección\InsetSpace ~
13935
13936 \begin_inset LatexCommand ref
13937 reference "sub:Grosor-de-Líneas"
13938
13939 \end_inset
13940
13941 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
13942  
13943 \series bold
13944
13945 \backslash
13946 arrayrulewidth
13947 \series default
13948 .
13949  Se ha puesto 1.5\InsetSpace \thinspace{}
13950 pt para todas las tablas de esta sección.
13951 \begin_inset ERT
13952 status collapsed
13953
13954 \begin_layout Standard
13955
13956
13957 \backslash
13958 setlength{
13959 \backslash
13960 arrayrulewidth}{1.5pt}
13961 \end_layout
13962
13963 \end_inset
13964
13965
13966 \end_layout
13967
13968 \begin_layout Standard
13969 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
13970  el preámbulo del documento el siguiente formato de columna, de acuerdo
13971  a lo descrito en la sección\InsetSpace ~
13972
13973 \begin_inset LatexCommand ref
13974 reference "sub:Formato-Personalizado"
13975
13976 \end_inset
13977
13978 :
13979 \end_layout
13980
13981 \begin_layout Standard
13982
13983 \series bold
13984
13985 \backslash
13986 newcolumntype{W}{!{
13987 \backslash
13988 color{green}
13989 \backslash
13990 vline}}
13991 \end_layout
13992
13993 \begin_layout Standard
13994 Para la Tabla\InsetSpace ~
13995
13996 \begin_inset LatexCommand ref
13997 reference "tab:Tabla-con-verticales-coloreadas"
13998
13999 \end_inset
14000
14001  se usó el argumento LaTeX
14002 \end_layout
14003
14004 \begin_layout Standard
14005
14006 \series bold
14007 WcW
14008 \end_layout
14009
14010 \begin_layout Standard
14011 para la última columna y
14012 \end_layout
14013
14014 \begin_layout Standard
14015
14016 \series bold
14017 Wc
14018 \end_layout
14019
14020 \begin_layout Standard
14021 para las demás.
14022 \end_layout
14023
14024 \begin_layout Standard
14025 Si quieres tener varios colores, define más formatos de columna.
14026 \end_layout
14027
14028 \begin_layout Standard
14029 \begin_inset Float table
14030 wide false
14031 sideways false
14032 status collapsed
14033
14034 \begin_layout Standard
14035 \begin_inset Caption
14036
14037 \begin_layout Standard
14038 \begin_inset LatexCommand label
14039 name "tab:Tabla-con-verticales-coloreadas"
14040
14041 \end_inset
14042
14043 Tabla con líneas verticales coloreadas
14044 \end_layout
14045
14046 \end_inset
14047
14048
14049 \end_layout
14050
14051 \begin_layout Standard
14052 \align center
14053 \begin_inset Tabular
14054 <lyxtabular version="3" rows="3" columns="3">
14055 <features>
14056 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14057 <column alignment="center" valignment="top" width="0" special="Wc">
14058 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14059 <row topline="true">
14060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14061 \begin_inset Text
14062
14063 \begin_layout Standard
14064 sd
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Standard
14073
14074 \end_layout
14075
14076 \end_inset
14077 </cell>
14078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14079 \begin_inset Text
14080
14081 \begin_layout Standard
14082
14083 \end_layout
14084
14085 \end_inset
14086 </cell>
14087 </row>
14088 <row topline="true">
14089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14090 \begin_inset Text
14091
14092 \begin_layout Standard
14093
14094 \end_layout
14095
14096 \end_inset
14097 </cell>
14098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14099 \begin_inset Text
14100
14101 \begin_layout Standard
14102 sd
14103 \end_layout
14104
14105 \end_inset
14106 </cell>
14107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14108 \begin_inset Text
14109
14110 \begin_layout Standard
14111
14112 \end_layout
14113
14114 \end_inset
14115 </cell>
14116 </row>
14117 <row topline="true" bottomline="true">
14118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Standard
14122
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Standard
14131
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Standard
14140 sd
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 </row>
14146 </lyxtabular>
14147
14148 \end_inset
14149
14150
14151 \end_layout
14152
14153 \end_inset
14154
14155
14156 \end_layout
14157
14158 \begin_layout Standard
14159 \begin_inset VSpace bigskip
14160 \end_inset
14161
14162 Para colorear líneas horizontales, por ejemplo en rojo, como en la Tabla\InsetSpace ~
14163
14164 \begin_inset LatexCommand ref
14165 reference "tab:Tabla-con-horizontales-coloreadas"
14166
14167 \end_inset
14168
14169 , inserta estos comandos en ERT antes de la tabla o del flotante:
14170 \end_layout
14171
14172 \begin_layout Standard
14173
14174 \series bold
14175
14176 \backslash
14177 let
14178 \backslash
14179 myHlineC
14180 \backslash
14181 hline
14182 \newline
14183
14184 \backslash
14185 renewcommand{
14186 \backslash
14187 hline}{
14188 \backslash
14189 arrayrulecolor{red}
14190 \backslash
14191 myHlineC
14192 \backslash
14193 arrayrulecolor{black}}
14194 \end_layout
14195
14196 \begin_layout Standard
14197 \begin_inset ERT
14198 status collapsed
14199
14200 \begin_layout Standard
14201
14202
14203 \backslash
14204 let
14205 \backslash
14206 myHlineC
14207 \backslash
14208 hline
14209 \end_layout
14210
14211 \begin_layout Standard
14212
14213
14214 \backslash
14215 renewcommand{
14216 \backslash
14217 hline}{
14218 \backslash
14219 arrayrulecolor{red}
14220 \backslash
14221 myHlineC
14222 \backslash
14223 arrayrulecolor{black}}
14224 \end_layout
14225
14226 \end_inset
14227
14228
14229 \begin_inset Float table
14230 wide false
14231 sideways false
14232 status open
14233
14234 \begin_layout Standard
14235 \begin_inset Caption
14236
14237 \begin_layout Standard
14238 \begin_inset LatexCommand label
14239 name "tab:Tabla-con-horizontales-coloreadas"
14240
14241 \end_inset
14242
14243 Tabla con líneas horizontales coloreadas
14244 \end_layout
14245
14246 \end_inset
14247
14248
14249 \end_layout
14250
14251 \begin_layout Standard
14252 \align center
14253 \begin_inset Tabular
14254 <lyxtabular version="3" rows="3" columns="3">
14255 <features>
14256 <column alignment="center" valignment="top" leftline="true" width="0">
14257 <column alignment="center" valignment="top" leftline="true" width="0">
14258 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14259 <row topline="true">
14260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Standard
14264 sd
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14270 \begin_inset Text
14271
14272 \begin_layout Standard
14273
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Standard
14282
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 </row>
14288 <row topline="true">
14289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Standard
14293
14294 \end_layout
14295
14296 \end_inset
14297 </cell>
14298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Standard
14302 sd
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Standard
14311
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 </row>
14317 <row topline="true" bottomline="true">
14318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14319 \begin_inset Text
14320
14321 \begin_layout Standard
14322
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Standard
14331
14332 \end_layout
14333
14334 \end_inset
14335 </cell>
14336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14337 \begin_inset Text
14338
14339 \begin_layout Standard
14340 sd
14341 \end_layout
14342
14343 \end_inset
14344 </cell>
14345 </row>
14346 </lyxtabular>
14347
14348 \end_inset
14349
14350
14351 \end_layout
14352
14353 \end_inset
14354
14355
14356 \end_layout
14357
14358 \begin_layout Standard
14359 \begin_inset ERT
14360 status collapsed
14361
14362 \begin_layout Standard
14363
14364
14365 \backslash
14366 pagebreak 
14367 \end_layout
14368
14369 \end_inset
14370
14371
14372 \end_layout
14373
14374 \begin_layout Standard
14375 Para volver al color de línea negro predeterminado inserta este comando
14376  en ERT detrás de la tabla o el flotante:
14377 \end_layout
14378
14379 \begin_layout Standard
14380
14381 \series bold
14382
14383 \backslash
14384 renewcommand{
14385 \backslash
14386 hline}{
14387 \backslash
14388 myHlineC}
14389 \end_layout
14390
14391 \begin_layout Standard
14392 La Tabla\InsetSpace ~
14393
14394 \begin_inset LatexCommand ref
14395 reference "tab:Tabla-con-líneas-coloreadas"
14396
14397 \end_inset
14398
14399  es un ejemplo con líneas verticales y horizontales coloreadas.
14400 \end_layout
14401
14402 \begin_layout Standard
14403 \begin_inset Float table
14404 wide false
14405 sideways false
14406 status open
14407
14408 \begin_layout Standard
14409 \begin_inset Caption
14410
14411 \begin_layout Standard
14412 \begin_inset LatexCommand label
14413 name "tab:Tabla-con-líneas-coloreadas"
14414
14415 \end_inset
14416
14417 Tabla con líneas coloreadas
14418 \end_layout
14419
14420 \end_inset
14421
14422
14423 \end_layout
14424
14425 \begin_layout Standard
14426 \align center
14427 \begin_inset Tabular
14428 <lyxtabular version="3" rows="3" columns="3">
14429 <features>
14430 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14431 <column alignment="center" valignment="top" width="0" special="Wc">
14432 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14433 <row topline="true">
14434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14435 \begin_inset Text
14436
14437 \begin_layout Standard
14438 sd
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Standard
14447
14448 \end_layout
14449
14450 \end_inset
14451 </cell>
14452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14453 \begin_inset Text
14454
14455 \begin_layout Standard
14456
14457 \end_layout
14458
14459 \end_inset
14460 </cell>
14461 </row>
14462 <row topline="true">
14463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Standard
14467
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14473 \begin_inset Text
14474
14475 \begin_layout Standard
14476 sd
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Standard
14485
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 </row>
14491 <row topline="true" bottomline="true">
14492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14493 \begin_inset Text
14494
14495 \begin_layout Standard
14496
14497 \end_layout
14498
14499 \end_inset
14500 </cell>
14501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Standard
14505
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14511 \begin_inset Text
14512
14513 \begin_layout Standard
14514 sd
14515 \end_layout
14516
14517 \end_inset
14518 </cell>
14519 </row>
14520 </lyxtabular>
14521
14522 \end_inset
14523
14524
14525 \end_layout
14526
14527 \end_inset
14528
14529
14530 \end_layout
14531
14532 \begin_layout Standard
14533 \begin_inset ERT
14534 status collapsed
14535
14536 \begin_layout Standard
14537
14538
14539 \backslash
14540 renewcommand{
14541 \backslash
14542 hline}{
14543 \backslash
14544 myHlineC}
14545 \end_layout
14546
14547 \end_inset
14548
14549
14550 \end_layout
14551
14552 \begin_layout Standard
14553 \begin_inset ERT
14554 status collapsed
14555
14556 \begin_layout Standard
14557
14558
14559 \backslash
14560 setlength{
14561 \backslash
14562 arrayrulewidth}{0.4pt}
14563 \end_layout
14564
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \begin_layout Section
14571 Personalización de Tablas
14572 \begin_inset LatexCommand index
14573 name "Personalización de Tablas"
14574
14575 \end_inset
14576
14577
14578 \begin_inset LatexCommand index
14579 name "Tablas ! Personalización"
14580
14581 \end_inset
14582
14583
14584 \end_layout
14585
14586 \begin_layout Subsection
14587 Row Spacing
14588 \begin_inset LatexCommand label
14589 name "sub:Row-Spacing"
14590
14591 \end_inset
14592
14593
14594 \begin_inset LatexCommand index
14595 name "Personalización de Tablas ! Row Spacing"
14596
14597 \end_inset
14598
14599
14600 \end_layout
14601
14602 \begin_layout Standard
14603
14604 \lang english
14605 You can add vertical space to table rows in the 
14606 \family sans
14607 Borders
14608 \family default
14609  tab of the table dialog.
14610  You find there three possibilities:
14611 \end_layout
14612
14613 \begin_layout Description
14614
14615 \lang english
14616 Top\InsetSpace ~
14617 of\InsetSpace ~
14618 row will add space above the characters of the table row.
14619  If the table is a formal table
14620 \begin_inset Foot
14621 status collapsed
14622
14623 \begin_layout Standard
14624
14625 \lang english
14626 Formal tables are explained in section\InsetSpace ~
14627
14628 \begin_inset LatexCommand ref
14629 reference "sec:Formal-Tables"
14630
14631 \end_inset
14632
14633 .
14634 \end_layout
14635
14636 \end_inset
14637
14638  LyX will insert as default 0.5\InsetSpace \thinspace{}
14639 em space.
14640  For normal tables the inserted space will unfortunately destroy the vertical
14641  table lines as in the following table: 
14642 \lang spanish
14643
14644 \begin_inset Tabular
14645 <lyxtabular version="3" rows="3" columns="1">
14646 <features>
14647 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14648 <row topline="true">
14649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14650 \begin_inset Text
14651
14652 \begin_layout Standard
14653 A
14654 \end_layout
14655
14656 \end_inset
14657 </cell>
14658 </row>
14659 <row topline="true" topspace="3mm">
14660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Standard
14664 3\InsetSpace \thinspace{}
14665 mm space top of row
14666 \end_layout
14667
14668 \end_inset
14669 </cell>
14670 </row>
14671 <row topline="true" bottomline="true">
14672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14673 \begin_inset Text
14674
14675 \begin_layout Standard
14676 C
14677 \end_layout
14678
14679 \end_inset
14680 </cell>
14681 </row>
14682 </lyxtabular>
14683
14684 \end_inset
14685
14686
14687 \lang english
14688
14689 \newline
14690 So inserting space to the top of row for normal tables is only useful when
14691  you don't have vertical lines.
14692 \end_layout
14693
14694 \begin_layout Description
14695
14696 \lang english
14697 Bottom\InsetSpace ~
14698 of\InsetSpace ~
14699 row will add space below the characters of the table row.
14700  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14701 em space, for
14702  normal tables the default size is 2\InsetSpace \thinspace{}
14703 pt.
14704 \end_layout
14705
14706 \begin_layout Description
14707
14708 \lang english
14709 Between\InsetSpace ~
14710 rows only has an effect when you have selected the whole table row
14711  before.
14712  The space is added between the current and the following row.
14713  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14714 em space.
14715  For normal tables the inserted space will unfortunately destroy the vertical
14716  table lines as in the following table: 
14717 \lang spanish
14718
14719 \begin_inset Tabular
14720 <lyxtabular version="3" rows="3" columns="1">
14721 <features>
14722 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14723 <row topline="true">
14724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14725 \begin_inset Text
14726
14727 \begin_layout Standard
14728 A
14729 \end_layout
14730
14731 \end_inset
14732 </cell>
14733 </row>
14734 <row topline="true" interlinespace="3mm">
14735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14736 \begin_inset Text
14737
14738 \begin_layout Standard
14739 \begin_inset Formula $\downarrow$
14740 \end_inset
14741
14742  3\InsetSpace \thinspace{}
14743 mm space between row 
14744 \begin_inset Formula $\downarrow$
14745 \end_inset
14746
14747
14748 \end_layout
14749
14750 \end_inset
14751 </cell>
14752 </row>
14753 <row topline="true" bottomline="true">
14754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Standard
14758 \begin_inset Formula $\uparrow$
14759 \end_inset
14760
14761  3\InsetSpace \thinspace{}
14762 mm space between row 
14763 \begin_inset Formula $\uparrow$
14764 \end_inset
14765
14766
14767 \end_layout
14768
14769 \end_inset
14770 </cell>
14771 </row>
14772 </lyxtabular>
14773
14774 \end_inset
14775
14776
14777 \lang english
14778
14779 \newline
14780 So inserting space to the top of row for normal tables is only useful when
14781  you don't have vertical lines.
14782 \end_layout
14783
14784 \begin_layout Standard
14785
14786 \lang english
14787 When you want to add extra height to all cells of all tables, you can do
14788  this with the following preamble line:
14789 \end_layout
14790
14791 \begin_layout Standard
14792
14793 \series bold
14794 \lang english
14795
14796 \backslash
14797 setlength{
14798 \backslash
14799 extrarowheight}{height}
14800 \end_layout
14801
14802 \begin_layout Standard
14803
14804 \lang english
14805 But this has the disadvantage that the cell texts are no longer exactly
14806  vertically centered.
14807 \end_layout
14808
14809 \begin_layout Subsection
14810 Alineación Especial de Celdas
14811 \begin_inset LatexCommand index
14812 name "Personalización de Tablas ! Alineación Especial de Celdas"
14813
14814 \end_inset
14815
14816
14817 \end_layout
14818
14819 \begin_layout Standard
14820 A veces mejora la presentación si las entradas en las celdas de una columna
14821  se alinean con un carácter determinado, p.\InsetSpace \thinspace{}
14822 e.
14823  el separador decimal, como en la Tabla\InsetSpace ~
14824
14825 \begin_inset LatexCommand ref
14826 reference "tab:Tabla-con-celdas-de"
14827
14828 \end_inset
14829
14830 .
14831 \end_layout
14832
14833 \begin_layout Standard
14834 \begin_inset Float table
14835 wide false
14836 sideways false
14837 status open
14838
14839 \begin_layout Standard
14840 \begin_inset Caption
14841
14842 \begin_layout Standard
14843 \begin_inset LatexCommand label
14844 name "tab:Tabla-con-celdas-de"
14845
14846 \end_inset
14847
14848 Tabla con celdas alineadas con el separador decimal.
14849 \end_layout
14850
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \begin_layout Standard
14857 \align center
14858 \begin_inset Tabular
14859 <lyxtabular version="3" rows="4" columns="2">
14860 <features>
14861 <column alignment="right" valignment="top" width="0">
14862 <column alignment="left" valignment="top" width="0" special="@{}l">
14863 <row bottomline="true">
14864 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Standard
14868 encabezado
14869 \end_layout
14870
14871 \end_inset
14872 </cell>
14873 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14874 \begin_inset Text
14875
14876 \begin_layout Standard
14877
14878 \end_layout
14879
14880 \end_inset
14881 </cell>
14882 </row>
14883 <row>
14884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Standard
14888 12.
14889 \end_layout
14890
14891 \end_inset
14892 </cell>
14893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Standard
14897 6
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 </row>
14903 <row>
14904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14905 \begin_inset Text
14906
14907 \begin_layout Standard
14908 0.
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Standard
14917 68
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 </row>
14923 <row>
14924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Standard
14928 -123.
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Standard
14937 0
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 </row>
14943 </lyxtabular>
14944
14945 \end_inset
14946
14947
14948 \end_layout
14949
14950 \end_inset
14951
14952
14953 \end_layout
14954
14955 \begin_layout Standard
14956 Esta es una tabla 4×2.
14957  El encabezado es una multicolumna centrada.
14958  La primera columna está alineada a la derecha y contiene el punto decimal
14959  y los dígitos anteriores.
14960  La segunda columna está alineada a la izquierda y contiene los dígitos
14961  posteriores al punto decimal.
14962  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
14963  argumento LaTeX para la segunda columna:
14964 \end_layout
14965
14966 \begin_layout Standard
14967
14968 \series bold
14969 @{}l
14970 \end_layout
14971
14972 \begin_layout Standard
14973 Si quieres una línea vertical a la derecha de la segunda columna, usa en
14974  su lugar el argumento LaTeX: 
14975 \series bold
14976 @{}l|
14977 \end_layout
14978
14979 \begin_layout Standard
14980 La Tabla\InsetSpace ~
14981
14982 \begin_inset LatexCommand ref
14983 reference "tab:Varias-alineaciones"
14984
14985 \end_inset
14986
14987  muestra varios ejemplos de alineación.
14988  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
14989 o más pequeño al comienzo de la última columna para conseguir el espacio
14990  adecuado alrededor del signo.
14991 \end_layout
14992
14993 \begin_layout Standard
14994 \begin_inset Float table
14995 wide false
14996 sideways false
14997 status open
14998
14999 \begin_layout Standard
15000 \begin_inset Caption
15001
15002 \begin_layout Standard
15003 \begin_inset LatexCommand label
15004 name "tab:Varias-alineaciones"
15005
15006 \end_inset
15007
15008 Tabla con varias alineaciones.
15009 \end_layout
15010
15011 \end_inset
15012
15013
15014 \end_layout
15015
15016 \begin_layout Standard
15017 \align center
15018 \begin_inset Tabular
15019 <lyxtabular version="3" rows="4" columns="6">
15020 <features>
15021 <column alignment="right" valignment="top" width="0">
15022 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
15023 <column alignment="right" valignment="top" width="0">
15024 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
15025 <column alignment="right" valignment="top" width="0">
15026 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15027 <row bottomline="true">
15028 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Standard
15032 unidades
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Standard
15041
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Standard
15050 exponentes
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Standard
15059
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Standard
15068 relaciones
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Standard
15077
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 </row>
15083 <row>
15084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Standard
15088 12×
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Standard
15097 24\InsetSpace \thinspace{}
15098 bottles
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Standard
15107 \begin_inset Formula $10\cdot$
15108 \end_inset
15109
15110
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Standard
15119 \begin_inset Formula $10^{\mbox{-}17}$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Standard
15131 \begin_inset Formula $\Gamma(t)\propto$
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Standard
15143 \begin_inset Formula $\:\Upsilon(t)$
15144 \end_inset
15145
15146
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 </row>
15152 <row>
15153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15154 \begin_inset Text
15155
15156 \begin_layout Standard
15157 1024×
15158 \end_layout
15159
15160 \end_inset
15161 </cell>
15162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Standard
15166 768\InsetSpace \thinspace{}
15167 Pixels
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Standard
15176 \begin_inset Formula $5.78\cdot$
15177 \end_inset
15178
15179
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Standard
15188 \begin_inset Formula $10^{7}$
15189 \end_inset
15190
15191
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Standard
15200 \begin_inset Formula $A\ne$
15201 \end_inset
15202
15203
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Standard
15212 \begin_inset Formula $\: B_{\mathrm{red}}$
15213 \end_inset
15214
15215
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 </row>
15221 <row>
15222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Standard
15226 32×
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Standard
15235 6\InsetSpace \thinspace{}
15236 cm
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Standard
15245 -
15246 \begin_inset Formula $33.5\cdot$
15247 \end_inset
15248
15249
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Standard
15258 \begin_inset Formula $10^{4}$
15259 \end_inset
15260
15261
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15267 \begin_inset Text
15268
15269 \begin_layout Standard
15270 \begin_inset Formula $\sin(\alpha)\ge$
15271 \end_inset
15272
15273
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Standard
15282 \begin_inset Formula $\:\sin(\beta)$
15283 \end_inset
15284
15285
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 </row>
15291 </lyxtabular>
15292
15293 \end_inset
15294
15295
15296 \end_layout
15297
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \begin_layout Standard
15304 \begin_inset VSpace bigskip
15305 \end_inset
15306
15307 también hay un paquete LaTeX, 
15308 \series bold
15309 dcolumn
15310 \series default
15311
15312 \begin_inset LatexCommand index
15313 name "LaTeX-paquetes ! dcolumn"
15314
15315 \end_inset
15316
15317 , que provee alineación de celdas.
15318  Pero desgraciadamente trata las entradas de celda en modo matemático y
15319  no permite fórmulas en celdas: La primera columna de la Tabla\InsetSpace ~
15320
15321 \begin_inset LatexCommand ref
15322 reference "tab:Varias-alineaciones"
15323
15324 \end_inset
15325
15326  se verá con 
15327 \series bold
15328 dcolumn
15329 \series default
15330  como la primera columna en la Tabla\InsetSpace ~
15331
15332 \begin_inset LatexCommand ref
15333 reference "tab:Alineaciones-con-el"
15334
15335 \end_inset
15336
15337  y solo con algunos trucos se consigue lo que se espera.
15338  La lineación de la segunda y tercera columnas de la Tabla\InsetSpace ~
15339
15340 \begin_inset LatexCommand ref
15341 reference "tab:Varias-alineaciones"
15342
15343 \end_inset
15344
15345  no es posible con 
15346 \series bold
15347 dcolumn
15348 \series default
15349 .
15350 \end_layout
15351
15352 \begin_layout Standard
15353 \begin_inset Float table
15354 placement h
15355 wide false
15356 sideways false
15357 status open
15358
15359 \begin_layout Standard
15360 \begin_inset Caption
15361
15362 \begin_layout Standard
15363 \begin_inset LatexCommand label
15364 name "tab:Alineaciones-con-el"
15365
15366 \end_inset
15367
15368 Alineaciones con el paquete LaTeX 
15369 \series bold
15370 dcolumn
15371 \series default
15372 .
15373  Para la segunda y tercera alineaciones se han hecho algunos trucos.
15374 \end_layout
15375
15376 \end_inset
15377
15378
15379 \end_layout
15380
15381 \begin_layout Standard
15382 \align center
15383 \begin_inset Tabular
15384 <lyxtabular version="3" rows="4" columns="3">
15385 <features>
15386 <column alignment="center" valignment="top" rightline="true" width="0" special="D{×}{\times}{-1}|">
15387 <column alignment="center" valignment="top" width="0" special="D{×}{\times}{4.9}|">
15388 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
15389 <row bottomline="true">
15390 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Standard
15394 unidades
15395 \end_layout
15396
15397 \end_inset
15398 </cell>
15399 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Standard
15403 unidades
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Standard
15412 unidades
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 </row>
15418 <row>
15419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Standard
15423 12×24\InsetSpace \thinspace{}
15424 bottles
15425 \end_layout
15426
15427 \end_inset
15428 </cell>
15429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Standard
15433 12×24\InsetSpace \thinspace{}
15434
15435 \begin_inset Formula $\mbox{bottles}$
15436 \end_inset
15437
15438
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Standard
15447 12×24~
15448 \begin_inset Formula $\mbox{bottles}$
15449 \end_inset
15450
15451
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 </row>
15457 <row>
15458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Standard
15462 1024×768\InsetSpace \thinspace{}
15463 Pixels
15464 \end_layout
15465
15466 \end_inset
15467 </cell>
15468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Standard
15472 1024×768\InsetSpace \thinspace{}
15473
15474 \begin_inset Formula $\mbox{Pixels}$
15475 \end_inset
15476
15477
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Standard
15486 1024×768~
15487 \begin_inset Formula $\mbox{Pixels}$
15488 \end_inset
15489
15490
15491 \end_layout
15492
15493 \end_inset
15494 </cell>
15495 </row>
15496 <row>
15497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15498 \begin_inset Text
15499
15500 \begin_layout Standard
15501 32×6\InsetSpace \thinspace{}
15502 cm
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Standard
15511 32×6\InsetSpace \thinspace{}
15512
15513 \begin_inset Formula $\mbox{cm}$
15514 \end_inset
15515
15516
15517 \end_layout
15518
15519 \end_inset
15520 </cell>
15521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15522 \begin_inset Text
15523
15524 \begin_layout Standard
15525 32×6~
15526 \begin_inset Formula $\mbox{cm}$
15527 \end_inset
15528
15529
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 </row>
15535 </lyxtabular>
15536
15537 \end_inset
15538
15539
15540 \end_layout
15541
15542 \end_inset
15543
15544
15545 \end_layout
15546
15547 \begin_layout Subsection
15548 Formato Personalizado de Celda/Columna
15549 \begin_inset LatexCommand label
15550 name "sub:Formato-Personalizado"
15551
15552 \end_inset
15553
15554
15555 \begin_inset LatexCommand index
15556 name "Personalización de Tablas ! Formato de Celda/Columna"
15557
15558 \end_inset
15559
15560
15561 \end_layout
15562
15563 \begin_layout Standard
15564 El cálculo de la anchura nesesaria para columnas extendidas descrito en
15565  la sección\InsetSpace ~
15566
15567 \begin_inset LatexCommand ref
15568 reference "sub:Cálculos-en-Multicolumnas"
15569
15570 \end_inset
15571
15572  es muy pesado si tienes varias tablas con multicolumnas.
15573  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
15574 mna aplicable a todas las tablas del documento.
15575  El formato se define con el comando
15576 \end_layout
15577
15578 \begin_layout Standard
15579
15580 \series bold
15581
15582 \backslash
15583 newcolumntype{nombre del formato}[número de argumentos]{comandos}
15584 \end_layout
15585
15586 \begin_layout Standard
15587 El nombre de formato puede ser una sola letra.
15588  Las letras 
15589 \emph on
15590 b, c, l, m, p 
15591 \emph default
15592 y
15593 \emph on
15594  r
15595 \emph default
15596  están predefinidas y no pueden usarse.
15597  Pero se permiten todas las mayúsculas.
15598 \end_layout
15599
15600 \begin_layout Standard
15601 \begin_inset VSpace medskip
15602 \end_inset
15603
15604
15605 \end_layout
15606
15607 \begin_layout Standard
15608 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
15609  fija puedes definir el formato de celda
15610 \end_layout
15611
15612 \begin_layout Standard
15613
15614 \series bold
15615
15616 \backslash
15617 newcolumntype{M}[1]{>{
15618 \backslash
15619 centering
15620 \backslash
15621 hspace{0pt}}m{#1}}
15622 \end_layout
15623
15624 \begin_layout Standard
15625 donde 
15626 \series bold
15627
15628 \backslash
15629 hspace{0pt}
15630 \series default
15631  evita el problema de partir con guión la primera palabra, como se describe
15632  en la sección\InsetSpace ~
15633
15634 \begin_inset LatexCommand ref
15635 reference "sub:Líneas-Múltiples-en"
15636
15637 \end_inset
15638
15639 .
15640  Ahora puedes introducir simplemente
15641 \end_layout
15642
15643 \begin_layout Standard
15644
15645 \series bold
15646 |M{ancho}
15647 \end_layout
15648
15649 \begin_layout Standard
15650 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
15651 \end_layout
15652
15653 \begin_layout Standard
15654 \begin_inset VSpace bigskip
15655 \end_inset
15656
15657
15658 \end_layout
15659
15660 \begin_layout Standard
15661 Para celdas extendidas en una celda multicolumna, puedes definir el formato
15662 \end_layout
15663
15664 \begin_layout Standard
15665
15666 \series bold
15667
15668 \backslash
15669 newcolumntype{S}[2]{>{
15670 \backslash
15671 centering
15672 \backslash
15673 hspace{0pt}}
15674 \newline
15675
15676 \begin_inset ERT
15677 status collapsed
15678
15679 \begin_layout Standard
15680
15681
15682 \backslash
15683 phantom{
15684 \end_layout
15685
15686 \end_inset
15687
15688
15689 \backslash
15690 newcolumntype{S}[2]
15691 \begin_inset ERT
15692 status collapsed
15693
15694 \begin_layout Standard
15695
15696 }
15697 \end_layout
15698
15699 \end_inset
15700
15701 m{(#1+(2
15702 \backslash
15703 tabcolsep+
15704 \backslash
15705 arrayrulewidth)*(1-#2))/#2}}
15706 \end_layout
15707
15708 \begin_layout Standard
15709 Este formato usa la ecuación 
15710 \begin_inset LatexCommand eqref
15711 reference "eq:Wgn"
15712
15713 \end_inset
15714
15715  para calcular la anchura necesaria para que cada celda extendida tenga
15716  la misma anchura.
15717 \end_layout
15718
15719 \begin_layout Standard
15720 Ahora puedes introducir
15721 \end_layout
15722
15723 \begin_layout Standard
15724
15725 \series bold
15726 |S{ancho de la celda multicolumna}{número de columnas extendidas}
15727 \end_layout
15728
15729 \begin_layout Standard
15730 como argumento LaTeX de la columna.
15731 \end_layout
15732
15733 \begin_layout Standard
15734 \begin_inset VSpace bigskip
15735 \end_inset
15736
15737
15738 \end_layout
15739
15740 \begin_layout Standard
15741 Para columnas coloreadas puedes definir
15742 \end_layout
15743
15744 \begin_layout Standard
15745
15746 \series bold
15747
15748 \backslash
15749 newcolumntype{K}[1]{>{
15750 \backslash
15751 columncolor{#1}
15752 \backslash
15753 hspace{0pt}}c}
15754 \end_layout
15755
15756 \begin_layout Standard
15757 La "c" al final crea una columna con anchura flexible cuyo texto está centrado
15758  horizontalmente.
15759  Ahora puedes introducir
15760 \end_layout
15761
15762 \begin_layout Standard
15763
15764 \series bold
15765 K{nombre del color}
15766 \end_layout
15767
15768 \begin_layout Standard
15769 como argumento LaTeX.
15770 \end_layout
15771
15772 \begin_layout Standard
15773 \begin_inset VSpace bigskip
15774 \end_inset
15775
15776
15777 \end_layout
15778
15779 \begin_layout Standard
15780 Para crear la Tabla\InsetSpace ~
15781
15782 \begin_inset LatexCommand ref
15783 reference "tab:Tabla-con-formatos-definidos-por"
15784
15785 \end_inset
15786
15787  usa los argumentos LaTeX
15788 \end_layout
15789
15790 \begin_layout Standard
15791
15792 \series bold
15793 |M{2.5cm}
15794 \end_layout
15795
15796 \begin_layout Standard
15797 para la primera columna y la multicolumna,
15798 \end_layout
15799
15800 \begin_layout Standard
15801
15802 \series bold
15803 |K{red}|
15804 \end_layout
15805
15806 \begin_layout Standard
15807 para la última columna y
15808 \end_layout
15809
15810 \begin_layout Standard
15811
15812 \series bold
15813 |S{2.5cm}{2}
15814 \end_layout
15815
15816 \begin_layout Standard
15817 para las celdas en la segunda columna.
15818 \end_layout
15819
15820 \begin_layout Standard
15821 \begin_inset Float table
15822 placement h
15823 wide false
15824 sideways false
15825 status open
15826
15827 \begin_layout Standard
15828 \begin_inset Caption
15829
15830 \begin_layout Standard
15831 \begin_inset LatexCommand label
15832 name "tab:Tabla-con-formatos-definidos-por"
15833
15834 \end_inset
15835
15836 Tabla con formatos definidos por el usuario
15837 \end_layout
15838
15839 \end_inset
15840
15841
15842 \end_layout
15843
15844 \begin_layout Standard
15845 \align center
15846 \begin_inset Tabular
15847 <lyxtabular version="3" rows="3" columns="4">
15848 <features>
15849 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="|M{2.5cm}">
15850 <column alignment="center" valignment="middle" leftline="true" width="0" special="|S{2.5cm}{2}">
15851 <column alignment="center" valignment="middle" leftline="true" width="0">
15852 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="|K{red}|">
15853 <row topline="true">
15854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Standard
15858 palabramuylargaenceldadetabla
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}|">
15864 \begin_inset Text
15865
15866 \begin_layout Standard
15867 multicolumna línea múltiple
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Standard
15876
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Standard
15885 c
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 </row>
15891 <row topline="true">
15892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Standard
15896 d
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Standard
15905 e
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Standard
15914 f
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Standard
15923 g
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 </row>
15929 <row topline="true" bottomline="true">
15930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Standard
15934 h
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Standard
15943 i
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Standard
15952 j
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Standard
15961 k
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 </row>
15967 </lyxtabular>
15968
15969 \end_inset
15970
15971
15972 \end_layout
15973
15974 \end_inset
15975
15976
15977 \end_layout
15978
15979 \begin_layout Subsection
15980 Grosor de Líneas
15981 \begin_inset LatexCommand label
15982 name "sub:Grosor-de-Líneas"
15983
15984 \end_inset
15985
15986
15987 \begin_inset LatexCommand index
15988 name "Personalización de Tablas ! Grosor de Línea"
15989
15990 \end_inset
15991
15992
15993 \end_layout
15994
15995 \begin_layout Standard
15996 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
15997  
15998 \series bold
15999
16000 \backslash
16001 arrayrulewidth
16002 \series default
16003 .
16004  Por ejemplo, para poner un grosor de línea de 1.5\InsetSpace \thinspace{}
16005 pt, como en la Tabla\InsetSpace ~
16006
16007 \begin_inset LatexCommand ref
16008 reference "tab:Tabla-con-líneas"
16009
16010 \end_inset
16011
16012 , inserta el comando
16013 \end_layout
16014
16015 \begin_layout Standard
16016
16017 \series bold
16018
16019 \backslash
16020 setlength{
16021 \backslash
16022 arrayrulewidth}{1.5pt}
16023 \end_layout
16024
16025 \begin_layout Standard
16026 en ERT antes de la tabla o flotante.
16027  Este cambio es válido para todas las siguientes tablas.
16028  Para volver al valor predeterminado, define 
16029 \series bold
16030
16031 \backslash
16032 arrayrulewidth
16033 \series default
16034  a 0.4\InsetSpace \thinspace{}
16035 pt en ERT detrás de la tabla o flotante.
16036 \end_layout
16037
16038 \begin_layout Standard
16039 \begin_inset ERT
16040 status collapsed
16041
16042 \begin_layout Standard
16043
16044
16045 \backslash
16046 setlength{
16047 \backslash
16048 arrayrulewidth}{1.5pt}
16049 \end_layout
16050
16051 \end_inset
16052
16053
16054 \begin_inset Float table
16055 wide false
16056 sideways false
16057 status open
16058
16059 \begin_layout Standard
16060 \begin_inset Caption
16061
16062 \begin_layout Standard
16063 \begin_inset LatexCommand label
16064 name "tab:Tabla-con-líneas"
16065
16066 \end_inset
16067
16068 Tabla con líneas de grosor 1.5\InsetSpace \thinspace{}
16069 pt
16070 \end_layout
16071
16072 \end_inset
16073
16074
16075 \end_layout
16076
16077 \begin_layout Standard
16078 \align center
16079 \begin_inset Tabular
16080 <lyxtabular version="3" rows="3" columns="3">
16081 <features>
16082 <column alignment="center" valignment="top" leftline="true" width="0">
16083 <column alignment="center" valignment="top" leftline="true" width="0">
16084 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16085 <row topline="true">
16086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Standard
16090 sd
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Standard
16099
16100 \end_layout
16101
16102 \end_inset
16103 </cell>
16104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16105 \begin_inset Text
16106
16107 \begin_layout Standard
16108
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 </row>
16114 <row topline="true">
16115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Standard
16119
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Standard
16128 sd
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16134 \begin_inset Text
16135
16136 \begin_layout Standard
16137
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 </row>
16143 <row topline="true" bottomline="true">
16144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Standard
16148
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Standard
16157
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Standard
16166 sd
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 </lyxtabular>
16173
16174 \end_inset
16175
16176
16177 \end_layout
16178
16179 \end_inset
16180
16181
16182 \begin_inset ERT
16183 status collapsed
16184
16185 \begin_layout Standard
16186
16187
16188 \backslash
16189 setlength{
16190 \backslash
16191 arrayrulewidth}{0.4pt}
16192 \end_layout
16193
16194 \end_inset
16195
16196
16197 \end_layout
16198
16199 \begin_layout Standard
16200 \begin_inset VSpace bigskip
16201 \end_inset
16202
16203 Para definir un grosor de 1.5\InsetSpace \thinspace{}
16204 pt sólo para líneas horizontales, como en la
16205  Tabla\InsetSpace ~
16206
16207 \begin_inset LatexCommand ref
16208 reference "tab:Tabla-con-horizontales"
16209
16210 \end_inset
16211
16212 , inserta estos comandos en ERT antes de la tabla o flotante:
16213 \end_layout
16214
16215 \begin_layout Standard
16216
16217 \series bold
16218
16219 \backslash
16220 let
16221 \backslash
16222 myHline
16223 \backslash
16224 hline
16225 \newline
16226
16227 \backslash
16228 renewcommand{
16229 \backslash
16230 hline}
16231 \newline
16232  {
16233 \backslash
16234 noalign{
16235 \backslash
16236 global
16237 \backslash
16238 arrayrulewidth 1.5pt}
16239 \newline
16240   
16241 \backslash
16242 myHline
16243 \backslash
16244 noalign{
16245 \backslash
16246 global
16247 \backslash
16248 arrayrulewidth 0.4pt}}
16249 \end_layout
16250
16251 \begin_layout Standard
16252 Para volver al grosor predeterminado, inserta este comando en ERT detrás
16253  de la tabla o flotante:
16254 \end_layout
16255
16256 \begin_layout Standard
16257
16258 \series bold
16259
16260 \backslash
16261 renewcommand{
16262 \backslash
16263 hline}{
16264 \backslash
16265 myHline}
16266 \end_layout
16267
16268 \begin_layout Standard
16269 \begin_inset ERT
16270 status collapsed
16271
16272 \begin_layout Standard
16273
16274
16275 \backslash
16276 let
16277 \backslash
16278 myHline
16279 \backslash
16280 hline
16281 \end_layout
16282
16283 \begin_layout Standard
16284
16285
16286 \backslash
16287 renewcommand{
16288 \backslash
16289 hline}
16290 \end_layout
16291
16292 \begin_layout Standard
16293
16294  {
16295 \backslash
16296 noalign{
16297 \backslash
16298 global
16299 \backslash
16300 arrayrulewidth 1.5pt}
16301 \end_layout
16302
16303 \begin_layout Standard
16304
16305   
16306 \backslash
16307 myHline
16308 \backslash
16309 noalign{
16310 \backslash
16311 global
16312 \backslash
16313 arrayrulewidth 0.4pt}}
16314 \end_layout
16315
16316 \end_inset
16317
16318
16319 \begin_inset Float table
16320 wide false
16321 sideways false
16322 status open
16323
16324 \begin_layout Standard
16325 \begin_inset Caption
16326
16327 \begin_layout Standard
16328 \begin_inset LatexCommand label
16329 name "tab:Tabla-con-horizontales"
16330
16331 \end_inset
16332
16333 Tabla con líneas horizontales de 1.5\InsetSpace \thinspace{}
16334 pt
16335 \end_layout
16336
16337 \end_inset
16338
16339
16340 \end_layout
16341
16342 \begin_layout Standard
16343 \align center
16344 \begin_inset Tabular
16345 <lyxtabular version="3" rows="3" columns="3">
16346 <features>
16347 <column alignment="center" valignment="top" leftline="true" width="0">
16348 <column alignment="center" valignment="top" leftline="true" width="0">
16349 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16350 <row topline="true">
16351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Standard
16355 sd
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Standard
16364
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Standard
16373
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 </row>
16379 <row topline="true">
16380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Standard
16384
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Standard
16393 sd
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Standard
16402
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 </row>
16408 <row topline="true" bottomline="true">
16409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Standard
16413
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Standard
16422
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Standard
16431 sd
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 </row>
16437 </lyxtabular>
16438
16439 \end_inset
16440
16441
16442 \end_layout
16443
16444 \end_inset
16445
16446
16447 \begin_inset ERT
16448 status collapsed
16449
16450 \begin_layout Standard
16451
16452
16453 \backslash
16454 renewcommand{
16455 \backslash
16456 hline}{
16457 \backslash
16458 myHline}
16459 \end_layout
16460
16461 \end_inset
16462
16463
16464 \end_layout
16465
16466 \begin_layout Standard
16467 \begin_inset VSpace bigskip
16468 \end_inset
16469
16470 Para establacer grosor de 1.5 pt sólo para líneas verticales, crea el siguiente
16471  formato de columna en el preámbulo del documento, de acuerdo con lo descrito
16472  en la sección\InsetSpace ~
16473
16474 \begin_inset LatexCommand ref
16475 reference "sub:Formato-Personalizado"
16476
16477 \end_inset
16478
16479 :
16480 \end_layout
16481
16482 \begin_layout Standard
16483
16484 \series bold
16485
16486 \backslash
16487 newcolumntype{V}{!{
16488 \backslash
16489 vrule width 1.5pt}}
16490 \end_layout
16491
16492 \begin_layout Standard
16493 Para la Tabla\InsetSpace ~
16494
16495 \begin_inset LatexCommand ref
16496 reference "tab:Tabla-con-verticales"
16497
16498 \end_inset
16499
16500  se usó el argumento LaTeX
16501 \end_layout
16502
16503 \begin_layout Standard
16504
16505 \series bold
16506 VcV
16507 \end_layout
16508
16509 \begin_layout Standard
16510 para la última columna y
16511 \end_layout
16512
16513 \begin_layout Standard
16514
16515 \series bold
16516 Vc
16517 \end_layout
16518
16519 \begin_layout Standard
16520 para las otras.
16521 \end_layout
16522
16523 \begin_layout Standard
16524 \begin_inset Float table
16525 wide false
16526 sideways false
16527 status open
16528
16529 \begin_layout Standard
16530 \begin_inset Caption
16531
16532 \begin_layout Standard
16533 \begin_inset LatexCommand label
16534 name "tab:Tabla-con-verticales"
16535
16536 \end_inset
16537
16538 Tabla con líneas verticales de 1.5\InsetSpace \thinspace{}
16539 pt de grosor
16540 \end_layout
16541
16542 \end_inset
16543
16544
16545 \end_layout
16546
16547 \begin_layout Standard
16548 \align center
16549 \begin_inset Tabular
16550 <lyxtabular version="3" rows="3" columns="3">
16551 <features>
16552 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16553 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16554 <column alignment="center" valignment="top" leftline="true" width="0" special="VcV">
16555 <row topline="true">
16556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Standard
16560 sd
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Standard
16569
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16575 \begin_inset Text
16576
16577 \begin_layout Standard
16578
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 </row>
16584 <row topline="true">
16585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Standard
16589
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Standard
16598 sd
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Standard
16607
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 </row>
16613 <row topline="true" bottomline="true">
16614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Standard
16618
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Standard
16627
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Standard
16636 sd
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 </row>
16642 </lyxtabular>
16643
16644 \end_inset
16645
16646
16647 \end_layout
16648
16649 \end_inset
16650
16651
16652 \end_layout
16653
16654 \begin_layout Subsection
16655 Líneas de Trazos
16656 \begin_inset LatexCommand index
16657 name "Personalización de Tablas ! Líneas de Trazos"
16658
16659 \end_inset
16660
16661
16662 \end_layout
16663
16664 \begin_layout Standard
16665 \begin_inset Float table
16666 placement H
16667 wide false
16668 sideways false
16669 status open
16670
16671 \begin_layout Standard
16672 \begin_inset Caption
16673
16674 \begin_layout Standard
16675 \begin_inset LatexCommand label
16676 name "tab:Tabla-con-trazos"
16677
16678 \end_inset
16679
16680 Tabla con líneas de trazos
16681 \end_layout
16682
16683 \end_inset
16684
16685
16686 \end_layout
16687
16688 \begin_layout Standard
16689 \align center
16690 \begin_inset Tabular
16691 <lyxtabular version="3" rows="5" columns="5">
16692 <features>
16693 <column alignment="center" valignment="top" leftline="true" width="0">
16694 <column alignment="center" valignment="top" leftline="true" width="0">
16695 <column alignment="center" valignment="top" width="0" special=":c">
16696 <column alignment="center" valignment="top" leftline="true" width="0">
16697 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16698 <row topline="true" bottomline="true">
16699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Standard
16703 a
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16709 \begin_inset Text
16710
16711 \begin_layout Standard
16712 b
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16718 \begin_inset Text
16719
16720 \begin_layout Standard
16721 c
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Standard
16730 d
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Standard
16739 e
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 </row>
16745 <row topline="true">
16746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Standard
16750 f
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Standard
16759 g
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Standard
16768 h
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Standard
16777 i
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Standard
16786 j
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 </row>
16792 <row>
16793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Standard
16797 \begin_inset ERT
16798 status collapsed
16799
16800 \begin_layout Standard
16801
16802
16803 \backslash
16804 hdashline 
16805 \end_layout
16806
16807 \end_inset
16808
16809 k
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Standard
16818 l
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Standard
16827 m
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Standard
16836 n
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Standard
16845 o
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 </row>
16851 <row topline="true">
16852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Standard
16856 \begin_inset ERT
16857 status collapsed
16858
16859 \begin_layout Standard
16860
16861
16862 \backslash
16863 cdashline{4-5}
16864 \end_layout
16865
16866 \end_inset
16867
16868 p
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Standard
16877 q
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
16883 \begin_inset Text
16884
16885 \begin_layout Standard
16886 r
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
16892 \begin_inset Text
16893
16894 \begin_layout Standard
16895 s
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Standard
16904
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 </row>
16910 <row topline="true" bottomline="true">
16911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Standard
16915 t
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Standard
16924 u
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Standard
16933 v
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Standard
16942 w
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Standard
16951 x
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 </row>
16957 </lyxtabular>
16958
16959 \end_inset
16960
16961
16962 \end_layout
16963
16964 \end_inset
16965
16966
16967 \end_layout
16968
16969 \begin_layout Standard
16970 En principio LyX no soporta líneas de trazos, hay que usar ERT.
16971  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
16972 \series bold
16973 arydshln
16974 \series default
16975
16976 \begin_inset LatexCommand index
16977 name "LaTeX-paquetes ! arydshln"
16978
16979 \end_inset
16980
16981  
16982 \end_layout
16983
16984 \begin_layout Standard
16985
16986 \series bold
16987
16988 \backslash
16989 usepackage{arydshln}
16990 \end_layout
16991
16992 \begin_layout Standard
16993 Para hacer una línea vertical a trazos, introduce dos puntos ":" junto con
16994  el caracter para alineación horizontal como argumento LaTeX en el diálogo
16995  de celda de tabla.
16996 \end_layout
16997
16998 \begin_layout Standard
16999 Para una línea de trazos horizontal añade el comando
17000 \end_layout
17001
17002 \begin_layout Standard
17003
17004 \series bold
17005
17006 \backslash
17007 hdashline
17008 \end_layout
17009
17010 \begin_layout Standard
17011 en ERT como primer elemento de la primera celda en la fila.
17012 \end_layout
17013
17014 \begin_layout Standard
17015 Para líneas de trazos en multicolumna usa el comando
17016 \end_layout
17017
17018 \begin_layout Standard
17019
17020 \series bold
17021
17022 \backslash
17023 cdashline{line number
17024 \series default
17025 }
17026 \end_layout
17027
17028 \begin_layout Standard
17029 en ERT como primer elemento de la primera celda en la fila.
17030  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
17031  4 y quieres una línea de trazos por encima, añade el comando
17032 \end_layout
17033
17034 \begin_layout Standard
17035
17036 \series bold
17037
17038 \backslash
17039 cdashline{2-4}
17040 \end_layout
17041
17042 \begin_layout Standard
17043 como primer elemento de la primera celda en la fila de la multicolumna.
17044 \end_layout
17045
17046 \begin_layout Standard
17047 \begin_inset VSpace bigskip
17048 \end_inset
17049
17050
17051 \end_layout
17052
17053 \begin_layout Standard
17054 La Tabla\InsetSpace ~
17055
17056 \begin_inset LatexCommand ref
17057 reference "tab:Tabla-con-trazos"
17058
17059 \end_inset
17060
17061  se ha hecho usando "
17062 \series bold
17063 :c
17064 \series default
17065 " como argumento LaTeX de la tercera columna.
17066  El comando ERT 
17067 \series bold
17068
17069 \backslash
17070 hdashline
17071 \series default
17072  se ha insertado en la primera celda de la tercera fila y el comando ERT
17073 \newline
17074
17075 \series bold
17076
17077 \backslash
17078 cdashline{4-5}
17079 \series default
17080  en la primera celda de la cuarta fila.
17081 \end_layout
17082
17083 \begin_layout Standard
17084 \begin_inset Note Greyedout
17085 status open
17086
17087 \begin_layout Standard
17088
17089 \series bold
17090 Nota: 
17091 \series default
17092 Aparentemente el paquete LaTeX 
17093 \series bold
17094 arydshln
17095 \series default
17096  no es compatible con el paquete LaTeX 
17097 \series bold
17098 colortbl
17099 \series default
17100
17101 \begin_inset LatexCommand index
17102 name "LaTeX-paquetes ! colortbl"
17103
17104 \end_inset
17105
17106  que se usa para tablas coloreadas en la sección\InsetSpace ~
17107
17108 \begin_inset LatexCommand ref
17109 reference "sec:Tablas-Coloreadas"
17110
17111 \end_inset
17112
17113 .
17114  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
17115 \end_layout
17116
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \begin_layout Chapter
17123 Flotantes
17124 \begin_inset LatexCommand label
17125 name "cha:Floats"
17126
17127 \end_inset
17128
17129
17130 \begin_inset LatexCommand index
17131 name "Flotantes"
17132
17133 \end_inset
17134
17135
17136 \end_layout
17137
17138 \begin_layout Section
17139 Introducción
17140 \begin_inset LatexCommand label
17141 name "sec:IntroducciónFlotantes"
17142
17143 \end_inset
17144
17145
17146 \begin_inset LatexCommand index
17147 name "Flotantes ! Introducción"
17148
17149 \end_inset
17150
17151
17152 \end_layout
17153
17154 \begin_layout Standard
17155 Un flotante es un bloque de texto asociado con alguna especie de etiqueta
17156  que no tiene posición fija.
17157  Puede "flotar" adelante o atrás una o dos páginas, donde encaje mejor.
17158  Las 
17159 \family sans
17160 Notas\InsetSpace ~
17161 al\InsetSpace ~
17162 pie
17163 \family default
17164  y 
17165 \family sans
17166 Notas\InsetSpace ~
17167 al\InsetSpace ~
17168 margen
17169 \family default
17170  también son flotantes, porque pueden flotar a la página siguiente cuando
17171  hay demasiadas notas en la página.
17172 \end_layout
17173
17174 \begin_layout Standard
17175 Los flotantes hacen posible composiciones de alta calidad.
17176  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
17177  impedir espacios en blanco y páginas sin texto.
17178  Como el flotante destruye a menudo el contexto entre texto e imagen/tabla,
17179  cada flotante puede estar referido en el texto.
17180  Por lo tanto los flotantes están numerados.
17181  Las referencias se describen en la sección\InsetSpace ~
17182
17183 \begin_inset LatexCommand ref
17184 reference "sec:Referencias-a-Flotantes"
17185
17186 \end_inset
17187
17188  .
17189 \end_layout
17190
17191 \begin_layout Standard
17192 Para insertar un flotante, usa el menú 
17193 \family sans
17194 Insertar\SpecialChar \menuseparator
17195 Flotante
17196 \family default
17197 .
17198  En el documento se inserta un cuadro con etiqueta en el entorno 
17199 \family sans
17200 Encabezado
17201 \begin_inset Foot
17202 status collapsed
17203
17204 \begin_layout Standard
17205 El entorno 
17206 \family sans
17207 Encabezado
17208 \family default
17209  se describe en 
17210 \emph on
17211 Guía\InsetSpace ~
17212 del\InsetSpace ~
17213 Usuario 
17214 \emph default
17215 de LyX.
17216 \end_layout
17217
17218 \end_inset
17219
17220 .
17221
17222 \family default
17223  Cada etiqueta acaba con el caracter "#" como receptáculo para el número
17224  de flotante en la salida.
17225  La etiqueta será traducida automáticamente al lenguaje del documento.
17226  Tras la etiqueta se puede insertar el texto de encabezado.
17227  La imagen o tabla se inserta encima o debajo del encabezado en un párrafo
17228  separado dentro del flotante.
17229  Más sobre colocación de encabezados se describe en la sección\InsetSpace ~
17230
17231 \begin_inset LatexCommand ref
17232 reference "sec:Colocación-de-Encabezados"
17233
17234 \end_inset
17235
17236 .
17237  Para mantener legible el documento LyX, puedes abrir y cerrar el cuadro
17238  del flotante haciendo click-izquierda sobre él.
17239  Un cuadro cerrado se muestra así: 
17240 \begin_inset Graphics
17241         filename ../clipart/flotanteQt4.png
17242         scale 70
17243
17244 \end_inset
17245
17246  -- un cuadro gris con etiqueta en rojo.
17247 \end_layout
17248
17249 \begin_layout Standard
17250 Se recomienda insertar flotantes como párrafos separados para evitar posibles
17251  errores de LaTeX si el texto circundante se formatea de modo especial.
17252 \end_layout
17253
17254 \begin_layout Standard
17255 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
17256  y pinchando el botón correspondiente de la barra de herramientas para un
17257  flotante nuevo.
17258 \end_layout
17259
17260 \begin_layout Section
17261 Tipos de Flotantes
17262 \end_layout
17263
17264 \begin_layout Standard
17265 Además de los flotantes de imagen y de tabla que se describen en la sección\InsetSpace ~
17266
17267 \begin_inset LatexCommand ref
17268 reference "sec:Figuras-Flotantes"
17269
17270 \end_inset
17271
17272  y 
17273 \begin_inset LatexCommand ref
17274 reference "sec:Tablas-Flotantes"
17275
17276 \end_inset
17277
17278 , respectivamente, LyX ofrece los tipos 
17279 \series bold
17280 Algoritmo
17281 \series default
17282  y 
17283 \series bold
17284 Ajustado\InsetSpace ~
17285 al\InsetSpace ~
17286 Texto
17287 \series default
17288 .
17289 \end_layout
17290
17291 \begin_layout Subsection
17292 Algoritmos Flotantes
17293 \begin_inset LatexCommand index
17294 name "Flotantes ! Algoritmos Flotantes"
17295
17296 \end_inset
17297
17298
17299 \end_layout
17300
17301 \begin_layout Standard
17302 \begin_inset Float algorithm
17303 placement h
17304 wide false
17305 sideways false
17306 status open
17307
17308 \begin_layout Standard
17309 \begin_inset Caption
17310
17311 \begin_layout Standard
17312 \begin_inset LatexCommand label
17313 name "alg:Ejemplo-de-Algoritmo-flotante"
17314
17315 \end_inset
17316
17317 Ejemplo de Algoritmo flotante
17318 \end_layout
17319
17320 \end_inset
17321
17322
17323 \end_layout
17324
17325 \begin_layout LyX-Code
17326 for I in 1..N loop
17327 \newline
17328  Sum:= Sum + A(I); /*senseless comment*/
17329 \newline
17330 end loop
17331 \begin_inset VSpace -4mm
17332 \end_inset
17333
17334
17335 \end_layout
17336
17337 \end_inset
17338
17339
17340 \end_layout
17341
17342 \begin_layout Standard
17343 Este tipo de flotante se inserta con el menú 
17344 \family sans
17345 Insertar\SpecialChar \menuseparator
17346 Flotante\SpecialChar \menuseparator
17347 Algoritmo
17348 \family default
17349 .
17350  Se usa para códigos y descripciones de algoritmos.
17351  Un posible entorno para algoritmos es 
17352 \family sans
17353 Código-LyX
17354 \family default
17355 , descrito en 
17356 \emph on
17357 Guía del Usuario
17358 \emph default
17359  de LyX.
17360  El algoritmo\InsetSpace ~
17361
17362 \begin_inset LatexCommand ref
17363 reference "alg:Ejemplo-de-Algoritmo-flotante"
17364
17365 \end_inset
17366
17367  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
17368  vertical de -4\InsetSpace \thinspace{}
17369 mm al final para tener la línea inferior exactamente bajo
17370  la última línea de texto.
17371 \end_layout
17372
17373 \begin_layout Standard
17374 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
17375  Si tu documento no es en Inglés, tienes que hacerlo manualmente añadiendo
17376  la siguiente línea al preámbulo del documento
17377 \series bold
17378 :
17379 \end_layout
17380
17381 \begin_layout Standard
17382
17383 \series bold
17384
17385 \backslash
17386 floatname{algorithm}{nombre}
17387 \end_layout
17388
17389 \begin_layout Standard
17390
17391 \family sans
17392 nombre
17393 \family default
17394  es la palabra
17395 \begin_inset Quotes eld
17396 \end_inset
17397
17398
17399 \emph on
17400 algorithm
17401 \emph default
17402
17403 \begin_inset Quotes erd
17404 \end_inset
17405
17406  en el lenguaje deseado.
17407 \end_layout
17408
17409 \begin_layout Description
17410
17411 \series bold
17412 Nota: 
17413 \series default
17414 Si se emplea el paquete LaTeX 
17415 \series bold
17416 hyperref
17417 \series default
17418
17419 \begin_inset LatexCommand index
17420 name "LaTeX-paquetes ! hyperref"
17421
17422 \end_inset
17423
17424  para enlazar referencias cruzadas a flotantes en la salida PDF, debe cargarse
17425  en el preámbulo LaTeX antes de la definición de flotantes para poder referirse
17426  a ellos.
17427
17428 \series bold
17429  
17430 \series default
17431 LyX establece la definición de algoritmos flotantes automáticamente antes
17432  de la parte del preámbulo editable por el usuario, así que hay que insertar
17433  las siguientes líneas 
17434 \emph on
17435 después
17436 \emph default
17437  de cargar el comando
17438 \series bold
17439  hyperref:
17440 \begin_inset VSpace defskip
17441 \end_inset
17442
17443
17444 \newline
17445
17446 \backslash
17447 newfloat{Xalgorithm}{tbp}{loa}
17448 \newline
17449
17450 \backslash
17451 floatname{Xalgorithm}{nombre}
17452 \newline
17453
17454 \backslash
17455 newcommand{
17456 \backslash
17457 theHalgorithm}{
17458 \backslash
17459 theHXalgorithm}
17460 \newline
17461
17462 \backslash
17463 renewenvironment{algorithm}[1][tbp]
17464 \newline
17465
17466 \begin_inset ERT
17467 status collapsed
17468
17469 \begin_layout Standard
17470
17471
17472 \backslash
17473 hphantom{ }
17474 \end_layout
17475
17476 \end_inset
17477
17478 {
17479 \backslash
17480 begin{Xalgorithm}[#1]}{
17481 \backslash
17482 end{Xalgorithm}}
17483 \begin_inset VSpace defskip
17484 \end_inset
17485
17486
17487 \series default
17488
17489 \newline
17490 Donde 
17491 \family sans
17492 nombre
17493 \family default
17494  es la palabra "
17495 \emph on
17496 algorithm
17497 \emph default
17498 " en el lenguaje deseado.
17499 \end_layout
17500
17501 \begin_layout Standard
17502 Los algoritmos flotantes no se numeran por defecto según el esquema "capítulo.alg
17503 oritmo" como es el caso para tablas e imágenes flotantes en muchas clases
17504  de documento.
17505  Para numerar algoritmos flotantes en el mismo esquema, añade este comando
17506  en el preámbulo del documento:
17507 \end_layout
17508
17509 \begin_layout Standard
17510
17511 \series bold
17512
17513 \backslash
17514 numberwithin{algorithm}{chapter}
17515 \end_layout
17516
17517 \begin_layout Standard
17518 Si usas el paquete LaTeX 
17519 \series bold
17520 hyperref
17521 \series default
17522 , añade en su lugar esta línea 
17523 \emph on
17524 después
17525 \emph default
17526  de la definición de 
17527 \family sans
17528 Xalgorithm
17529 \family default
17530  (los comandos de anteriores) en el preámbulo:
17531 \end_layout
17532
17533 \begin_layout Standard
17534
17535 \series bold
17536
17537 \backslash
17538 numberwithin{Xalgorithm}{chapter}
17539 \end_layout
17540
17541 \begin_layout Standard
17542 Para poder usar el comando 
17543 \series bold
17544
17545 \backslash
17546 numberwithin
17547 \series default
17548 , marca la opción 
17549 \family sans
17550 Usar\InsetSpace ~
17551 el\InsetSpace ~
17552 paquete\InsetSpace ~
17553 AMS
17554 \family default
17555  en el menú 
17556 \family sans
17557 Documento\SpecialChar \menuseparator
17558 Configuración\SpecialChar \menuseparator
17559 Ecuaciones
17560 \family default
17561 .
17562 \end_layout
17563
17564 \begin_layout Subsection
17565 Flotantes Ajustados a Texto
17566 \begin_inset LatexCommand index
17567 name "Flotantes ! Ajustados a Texto"
17568
17569 \end_inset
17570
17571
17572 \begin_inset LatexCommand label
17573 name "sub:floatflt-flotante-ajustado"
17574
17575 \end_inset
17576
17577
17578 \end_layout
17579
17580 \begin_layout Standard
17581 Este tipo de flotante se usa cuando quieres envolver una figura en el texto,
17582  de manera que ocupe solo una parte del ancho de columna.
17583  Puede insertarse usando el menú 
17584 \begin_inset Wrap figure
17585 placement l
17586 width "40col%"
17587 status open
17588
17589 \begin_layout Standard
17590 \begin_inset Graphics
17591         filename mobius.eps
17592         display color
17593         width 40col%
17594         rotateOrigin center
17595
17596 \end_inset
17597
17598
17599 \end_layout
17600
17601 \begin_layout Standard
17602 \begin_inset Caption
17603
17604 \begin_layout Standard
17605 \begin_inset LatexCommand label
17606 name "fig:Esto-es-una"
17607
17608 \end_inset
17609
17610 Esto es una figura envuelta, y esto la genial cabecera que la describe.
17611 \begin_inset VSpace medskip
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \end_inset
17623
17624  
17625 \family sans
17626 Insertar\SpecialChar \menuseparator
17627 Flotante\SpecialChar \menuseparator
17628 Flotante\InsetSpace ~
17629 de\InsetSpace ~
17630 ajuste\InsetSpace ~
17631 de\InsetSpace ~
17632 texto
17633 \family default
17634  si está instalado el paquete LaTeX 
17635 \series bold
17636 floatflt
17637 \series default
17638
17639 \begin_inset LatexCommand index
17640 name "LaTeX-paquetes ! floatflt"
17641
17642 \end_inset
17643
17644 .
17645 \begin_inset Foot
17646 status collapsed
17647
17648 \begin_layout Standard
17649 La instalación de paquetes LaTeX se explica en el manual 
17650 \emph on
17651 Configuration de LaTeX
17652 \emph default
17653 .
17654 \end_layout
17655
17656 \end_inset
17657
17658  La anchura y posición del flotante se ajusta con click-derecha sobre el
17659  cuadro del flotante.
17660  La Figura \InsetSpace ~
17661
17662 \begin_inset LatexCommand ref
17663 reference "fig:Esto-es-una"
17664
17665 \end_inset
17666
17667  es un ejemplo de flotante ajustado a texto con una anchura del 40\InsetSpace \thinspace{}
17668 col%.
17669 \begin_inset Foot
17670 status collapsed
17671
17672 \begin_layout Standard
17673 Ver unidades disponibles en\InsetSpace ~
17674
17675 \begin_inset LatexCommand ref
17676 reference "cha:Unidades-disponibles-en"
17677
17678 \end_inset
17679
17680 .
17681 \end_layout
17682
17683 \end_inset
17684
17685  Se ha añadido algún espacio bajo el encabezado para separarlo mejor del
17686  texto envolvente.
17687 \end_layout
17688
17689 \begin_layout Standard
17690 El paquete LaTeX 
17691 \series bold
17692 floatflt
17693 \series default
17694  también soporta tablas ajustadas a texto pero aún no es soportado por LyX.
17695  Si lo necesitas, consulta la documentoación de 
17696 \series bold
17697 floatflt
17698 \series default
17699  
17700 \begin_inset LatexCommand cite
17701 key "floatflt"
17702
17703 \end_inset
17704
17705 .
17706 \end_layout
17707
17708 \begin_layout Standard
17709 \begin_inset Note Greyedout
17710 status open
17711
17712 \begin_layout Standard
17713
17714 \series bold
17715 Nota:
17716 \series default
17717  ¡Los flotantes ajustados a texto son frágiles! P.
17718  e.
17719  si una figura está demasiado cerca de la parte inferior de la página se
17720  pueden perder cosas en el camino de salida, el flotante puede no aparecer
17721  o situarse junto a otro texto.
17722 \begin_inset Foot
17723 status open
17724
17725 \begin_layout Standard
17726 La mejor solución es usar el paquete LaTeX 
17727 \series bold
17728 wrapf\SpecialChar \textcompwordmark{}
17729 ig
17730 \series default
17731
17732 \begin_inset LatexCommand index
17733 name "LaTeX-paquetes ! wrapfig\\vspace{4mm}"
17734
17735 \end_inset
17736
17737  en vez de 
17738 \series bold
17739 floatf\SpecialChar \textcompwordmark{}
17740 lt
17741 \series default
17742  pero actualmente no es soportado por LyX.
17743 \end_layout
17744
17745 \end_inset
17746
17747
17748 \end_layout
17749
17750 \end_inset
17751
17752
17753 \end_layout
17754
17755 \begin_layout Standard
17756 En general:
17757 \end_layout
17758
17759 \begin_layout Itemize
17760 Los flotantes ajustados no deberían situarse en párrafos que van sobre un
17761  salto de página.
17762  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
17763  esté casi listo y puedas prever los saltos de página.
17764 \end_layout
17765
17766 \begin_layout Itemize
17767 Los flotantes ajustados deberían situarse, bien en un párrafo propio antes
17768  del párrafo donde deben ajustarse, o bien dentro de un párrafo.
17769 \end_layout
17770
17771 \begin_layout Itemize
17772 Los flotantes ajustados en párrafos consecutivos pueden dar problemas, así
17773  que asegura que hay un párrafo de texto entre ellos.
17774 \end_layout
17775
17776 \begin_layout Itemize
17777 Los flotantes ajustados no están permitidos en cabeceras de sección o tablas.
17778 \end_layout
17779
17780 \begin_layout Section
17781 Referencias a Flotantes
17782 \begin_inset LatexCommand label
17783 name "sec:Referencias-a-Flotantes"
17784
17785 \end_inset
17786
17787
17788 \begin_inset LatexCommand index
17789 name "Flotantes ! Referencias"
17790
17791 \end_inset
17792
17793
17794 \begin_inset LatexCommand index
17795 name "Referencias"
17796
17797 \end_inset
17798
17799
17800 \end_layout
17801
17802 \begin_layout Standard
17803 Para referirse a un flotante, inserta una etiqueta en su encabezado con
17804  el menú 
17805 \family sans
17806 Insertar\SpecialChar \menuseparator
17807 Etiqueta
17808 \family default
17809  o el botón 
17810 \begin_inset Graphics
17811         filename ../images/label-insert.xpm
17812         scale 85
17813
17814 \end_inset
17815
17816 .
17817  Aparece una ventana esperando la introducción del texto de la etiqueta
17818  y se inserta un cuadro gris como este: 
17819 \begin_inset Graphics
17820         filename ../clipart/etiquetaQt4.png
17821         scale 85
17822
17823 \end_inset
17824
17825 .
17826  LyX ofrece como texto las primeras palabras del encabezado con un prefijo.
17827  El prefijo depende del tipo de flotante, p.\InsetSpace \thinspace{}
17828 e.
17829  para figuras el prefijo será "
17830 \family sans
17831 fig:
17832 \family default
17833 ".
17834 \end_layout
17835
17836 \begin_layout Standard
17837 La etiqueta se usa como ancla y el nombre para la referencia.
17838  Puedes referir a la etiqueta usando el menú 
17839 \family sans
17840 Insertar\SpecialChar \menuseparator
17841 Referencia
17842 \family default
17843 \InsetSpace ~
17844
17845 \family sans
17846 cruzada
17847 \family default
17848  o el botón 
17849 \begin_inset Graphics
17850         filename ../images/dialog-show-new-inset_ref.xpm
17851         scale 85
17852
17853 \end_inset
17854
17855 .
17856  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
17857  Si tienes abiertos varios documentos LyX, escoge el que estás trabajando
17858  de la lista desplegable de la parte superior del diálogo.
17859  Puedes ordenar las etiquetas alfabéticamente y elegir una.
17860  Se inserta un cuadro gris como este: 
17861 \begin_inset Graphics
17862         filename ../clipart/referenciaQt4.png
17863         scale 85
17864
17865 \end_inset
17866
17867 .
17868  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
17869 \end_layout
17870
17871 \begin_layout Standard
17872 Se recomienda poner un espacio protegido entre el nombre de la referencia
17873  cruzada y su número para evitar saltos de línea entre ellos.
17874  Si una referencia cruzada corresponde a una etiqueta inexistente verás
17875  dos interrogaciones en la salida.
17876 \end_layout
17877
17878 \begin_layout Standard
17879 En cualquier momento puedes cambiar etiquetas haciendo click sobre el cuadro.
17880  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
17881  al texto de la etiqueta nueva, no te ocupes por eso.
17882 \end_layout
17883
17884 \begin_layout Standard
17885 El botón 
17886 \family sans
17887 Ir\InsetSpace ~
17888 a\InsetSpace ~
17889 la\InsetSpace ~
17890 etiqueta
17891 \family default
17892  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
17893  y el texto del botón cambia a 
17894 \family sans
17895 Volver
17896 \family default
17897  con el que se puede retornar a la referencia.
17898  Click-derecha sobre el cuadro de la referencia también lleva el cursor
17899  hasta la etiqueta pero sin opción de volver.
17900 \end_layout
17901
17902 \begin_layout Subsection
17903 Formatos de Referencia Cruzada
17904 \begin_inset LatexCommand label
17905 name "sub:Formatos-referencia-cruzada"
17906
17907 \end_inset
17908
17909
17910 \begin_inset LatexCommand index
17911 name "Referencias ! Formatos"
17912
17913 \end_inset
17914
17915
17916 \end_layout
17917
17918 \begin_layout Standard
17919 Hay seis variedades de referencias cruzadas:
17920 \end_layout
17921
17922 \begin_layout Description
17923 <referencia>: imprime el número flotante, esta es la opción predeterminada:
17924  
17925 \begin_inset LatexCommand ref
17926 reference "fig:Dos-imágenes-distorsionadas"
17927
17928 \end_inset
17929
17930
17931 \end_layout
17932
17933 \begin_layout Description
17934 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
17935  habitual para referirse a fórmulas, especialmente si se omite el nombre
17936  "Ecuación": 
17937 \begin_inset LatexCommand eqref
17938 reference "eq:Wgn"
17939
17940 \end_inset
17941
17942
17943 \end_layout
17944
17945 \begin_layout Description
17946 <página>: imprime el número de página: Página\InsetSpace ~
17947
17948 \begin_inset LatexCommand pageref
17949 reference "fig:Dos-imágenes-distorsionadas"
17950
17951 \end_inset
17952
17953
17954 \end_layout
17955
17956 \begin_layout Description
17957 en\InsetSpace ~
17958 página\InsetSpace ~
17959 <página>: imprime el texto "en la página" y el número de página:
17960  
17961 \begin_inset LatexCommand vpageref
17962 reference "fig:Dos-imágenes-distorsionadas"
17963
17964 \end_inset
17965
17966
17967 \end_layout
17968
17969 \begin_layout Description
17970 <referencia>\InsetSpace ~
17971 en\InsetSpace ~
17972 página\InsetSpace ~
17973 <página>: imprime el número flotante, el texto "en la
17974  página" y el número de página: 
17975 \begin_inset LatexCommand vref
17976 reference "fig:Dos-imágenes-distorsionadas"
17977
17978 \end_inset
17979
17980
17981 \end_layout
17982
17983 \begin_layout Description
17984 Referencia\InsetSpace ~
17985 con\InsetSpace ~
17986 formato: imprime un formato autodefinido:
17987 \newline
17988
17989 \begin_inset LatexCommand prettyref
17990 reference "fig:Dos-imágenes-distorsionadas"
17991
17992 \end_inset
17993
17994
17995 \end_layout
17996
17997 \begin_layout Standard
17998 Ten en cuenta que el estilo <página> no imprime el número si la etiqueta
17999  está en la misma página, en la anterior o en la siguiente.
18000  En su lugar verás p.\InsetSpace \thinspace{}
18001 e.
18002  el texto "
18003 \family sans
18004 en esta página
18005 \family default
18006 ".
18007 \end_layout
18008
18009 \begin_layout Standard
18010 El número y página actual de la parte del documento referida es automáticamente
18011  calculado por LaTeX en la salida.
18012  Las variedades se ajustan en el campo 
18013 \family sans
18014 Formato
18015 \family default
18016  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
18017 \end_layout
18018
18019 \begin_layout Standard
18020 \begin_inset VSpace bigskip
18021 \end_inset
18022
18023
18024 \end_layout
18025
18026 \begin_layout Standard
18027 Para definir un formato en el estilo 
18028 \family sans
18029 Referencia\InsetSpace ~
18030 con\InsetSpace ~
18031 formato
18032 \family default
18033 , puedes usar el siguiente comando en el preámbulo del documento:
18034 \end_layout
18035
18036 \begin_layout Standard
18037
18038 \series bold
18039
18040 \backslash
18041 newrefformat{prefijo}{texto}
18042 \end_layout
18043
18044 \begin_layout Standard
18045 Este comando afecta a todas las referencias a etiquetas con el mismo prefijo.
18046  Para dar el formato de la 
18047 \family sans
18048 Referencia\InsetSpace ~
18049 con\InsetSpace ~
18050 formato
18051 \family default
18052  del ejemplo anterior se usó el comando: 
18053 \end_layout
18054
18055 \begin_layout Standard
18056
18057 \series bold
18058
18059 \backslash
18060 newrefformat{fig}
18061 \newline
18062
18063 \begin_inset ERT
18064 status collapsed
18065
18066 \begin_layout Standard
18067
18068
18069 \backslash
18070 hphantom{ }
18071 \end_layout
18072
18073 \end_inset
18074
18075 {Figura~flotante~
18076 \backslash
18077 ref{#1} impresa en la página~
18078 \backslash
18079 pageref{#1}}
18080 \end_layout
18081
18082 \begin_layout Standard
18083 La tilde "~" es el equivalente en LaTeX al espacio protegido.
18084  El comando 
18085 \series bold
18086
18087 \backslash
18088 ref{#1}
18089 \series default
18090  se refiere al número flotante, el comando 
18091 \series bold
18092
18093 \backslash
18094 pageref{#1}
18095 \series default
18096  al número de página.
18097 \end_layout
18098
18099 \begin_layout Subsection
18100 Designación Automática de Referencias
18101 \begin_inset LatexCommand index
18102 name "Referencias ! Designación Automática"
18103
18104 \end_inset
18105
18106
18107 \end_layout
18108
18109 \begin_layout Standard
18110 El paquete LaTeX 
18111 \series bold
18112 hyperref
18113 \series default
18114  dispone de una característica muy útil que permite incluir automáticamente
18115  en las referencias cruzadas el nombre de los flotantes referidos (o partes
18116  de texto como secciones).
18117  Quieres p.\InsetSpace \thinspace{}
18118 e.
18119  escribir la palabra "Figura" antes de cada cuadro de referencia.
18120  Para conseguirlo debes cargar el paquete LaTeX 
18121 \series bold
18122 hyperref
18123 \series default
18124
18125 \begin_inset LatexCommand index
18126 name "LaTeX-paquetes ! hyperref"
18127
18128 \end_inset
18129
18130  en el preámbulo del documento con
18131 \end_layout
18132
18133 \begin_layout Standard
18134
18135 \series bold
18136
18137 \backslash
18138 usepackage[pdfborder={0 0 0}]{hyperref}
18139 \newline
18140
18141 \backslash
18142 AtBeginDocument{
18143 \backslash
18144 renewcommand{
18145 \backslash
18146 ref}[1]{
18147 \backslash
18148 mbox{
18149 \backslash
18150 autoref{#1}}}}
18151 \end_layout
18152
18153 \begin_layout Standard
18154
18155 \series bold
18156 hyperref 
18157 \series default
18158 se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF, esto
18159  significa que el lector del documento podrá pinchar sobre una entrada de
18160  Índice o una referencia y será inmediatamente dirigido a esa parte del
18161  documento.
18162  
18163 \series bold
18164 hyperref
18165 \series default
18166  también crea marcadores PDF para cada sección para facilitar al lector
18167  la navegación por el documento.
18168  Esto también se ha usado en este documento pero si echas una ojeada al
18169  preámbulo encontrarás varias opciones en la carga de 
18170 \series bold
18171 hyperref
18172 \series default
18173 .
18174  Para aprender más sobre ello acude a la documentoación del paquete 
18175 \begin_inset LatexCommand cite
18176 key "hyperref"
18177
18178 \end_inset
18179
18180 .
18181 \end_layout
18182
18183 \begin_layout Standard
18184 \begin_inset Note Greyedout
18185 status open
18186
18187 \begin_layout Standard
18188
18189 \series bold
18190 Nota:
18191 \series default
18192  La designación automática de referencias no puede usarse en el estilo 
18193 \family sans
18194 Referencia\InsetSpace ~
18195 con\InsetSpace ~
18196 formato
18197 \family default
18198 , descrita en la sección\InsetSpace ~
18199
18200 \begin_inset LatexCommand ref
18201 reference "sub:Formatos-referencia-cruzada"
18202
18203 \end_inset
18204
18205 .
18206  Por esto no se ha usado en este documento.
18207 \end_layout
18208
18209 \end_inset
18210
18211
18212 \end_layout
18213
18214 \begin_layout Subsection
18215 Colocación de Referencias
18216 \begin_inset LatexCommand label
18217 name "sub:Colocación-de-Referencias"
18218
18219 \end_inset
18220
18221
18222 \begin_inset LatexCommand index
18223 name "Referencias ! Colocación"
18224
18225 \end_inset
18226
18227
18228 \end_layout
18229
18230 \begin_layout Standard
18231 Si usas 
18232 \series bold
18233 hyperref
18234 \series default
18235
18236 \begin_inset LatexCommand index
18237 name "LaTeX-paquetes ! hyperref"
18238
18239 \end_inset
18240
18241  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
18242  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
18243  El encabezado será la primera parte de texto en pantalla, de forma que
18244  para ver la imagen debes deslizar.
18245  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
18246  Usando el paquete 
18247 \series bold
18248 hypcap
18249 \series default
18250
18251 \begin_inset LatexCommand index
18252 name "LaTeX-paquetes ! hypcap"
18253
18254 \end_inset
18255
18256 , que forma parte del paquete LaTeX 
18257 \series bold
18258 oberdiek
18259 \series default
18260
18261 \begin_inset LatexCommand index
18262 name "LaTeX-paquetes ! oberdiek"
18263
18264 \end_inset
18265
18266 , el ancla de enlace se sitúa al comienzo de un flotante.
18267  Para usar esta característica para figuras flotantes carga 
18268 \series bold
18269 hypcap
18270 \series default
18271  en el preámbulo con
18272 \end_layout
18273
18274 \begin_layout Standard
18275
18276 \series bold
18277
18278 \backslash
18279 usepackage[f\SpecialChar \textcompwordmark{}
18280 igure]{hypcap}
18281 \end_layout
18282
18283 \begin_layout Standard
18284 Puedes usar 
18285 \series bold
18286 hypcap
18287 \series default
18288  para todos los flotantes aunque no se recomienda por razones de estabilidad.
18289  Más información en el manual de 
18290 \series bold
18291 hypcap
18292 \series default
18293  
18294 \begin_inset LatexCommand cite
18295 key "hypcap"
18296
18297 \end_inset
18298
18299 .
18300 \end_layout
18301
18302 \begin_layout Standard
18303 \begin_inset Note Greyedout
18304 status open
18305
18306 \begin_layout Standard
18307
18308 \series bold
18309 Nota: hypcap 
18310 \series default
18311 debe cargarse después de
18312 \series bold
18313  hyperref 
18314 \series default
18315 en el preámbulo
18316 \series bold
18317 .
18318 \end_layout
18319
18320 \end_inset
18321
18322
18323 \end_layout
18324
18325 \begin_layout Section
18326 Colocación de Flotantes
18327 \begin_inset LatexCommand label
18328 name "sec:Colocación-de-Flotantes"
18329
18330 \end_inset
18331
18332
18333 \begin_inset LatexCommand index
18334 name "Flotantes ! Colocación"
18335
18336 \end_inset
18337
18338
18339 \end_layout
18340
18341 \begin_layout Standard
18342 Click-derecha sobre un cuadro de flotante abre un diálogo en el que pueden
18343  cambiarse las opciones de LaTeX para situar los flotantes.
18344 \newline
18345 La opción 
18346 \family sans
18347 Extender\InsetSpace ~
18348 columnas
18349 \family default
18350  solo es aplicable a documentoos de dos columnas: Si lo seleccionas, el
18351  flotante abarcará ambas columnas en lugar de una sola.
18352  La opción 
18353 \family sans
18354 Girar\InsetSpace ~
18355 a\InsetSpace ~
18356 un\InsetSpace ~
18357 lado
18358 \family default
18359  sirve para girar flotantes, ver sección\InsetSpace ~
18360
18361 \begin_inset LatexCommand ref
18362 reference "sec:Rotación-de-Flotantes"
18363
18364 \end_inset
18365
18366 .
18367  
18368 \end_layout
18369
18370 \begin_layout Standard
18371 Puedes usar una o más de las siguientes opciones en el diálogo para establacer
18372  la posición de un flotante si desmarcas la opción 
18373 \family sans
18374 Usar\InsetSpace ~
18375 ubicación\InsetSpace ~
18376 predeterminada
18377 \family default
18378 :
18379 \end_layout
18380
18381 \begin_layout Standard
18382
18383 \family sans
18384 \series bold
18385 Aquí\InsetSpace ~
18386 si\InsetSpace ~
18387 es\InsetSpace ~
18388 posible:
18389 \family default
18390 \series default
18391  intenta situar el flotante en la posición en la que se inserta
18392 \end_layout
18393
18394 \begin_layout Standard
18395
18396 \family sans
18397 \series bold
18398 Principio\InsetSpace ~
18399 de\InsetSpace ~
18400 página:
18401 \family default
18402 \series default
18403  intenta situar el flotante al principio de la página actual
18404 \end_layout
18405
18406 \begin_layout Standard
18407
18408 \family sans
18409 \series bold
18410 Fin\InsetSpace ~
18411 de\InsetSpace ~
18412 página:
18413 \family default
18414 \series default
18415  intenta situar el flotante al final de la página actual
18416 \end_layout
18417
18418 \begin_layout Standard
18419
18420 \family sans
18421 \series bold
18422 Página\InsetSpace ~
18423 de\InsetSpace ~
18424 flotantes:
18425 \family default
18426 \series default
18427  intenta situar el flotante en una página propia 
18428 \end_layout
18429
18430 \begin_layout Standard
18431 LaTeX usa 
18432 \emph on
18433 siempre
18434 \emph default
18435  ese orden de opciones.
18436  Significa que si usas la colocación predeterminada, LaTeX probará en primer
18437  lugar 
18438 \family sans
18439 Aquí\InsetSpace ~
18440 si\InsetSpace ~
18441 es\InsetSpace ~
18442 posible
18443 \family default
18444 , luego 
18445 \family sans
18446 Principio\InsetSpace ~
18447 de\InsetSpace ~
18448 página
18449 \family default
18450 , y después las otras.
18451  Si no usas la predeterminada, LaTeX solo probará las opciones marcadas
18452  pero en dicho orden.
18453  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
18454  pero intenta poner el flotante en la página siguiente.
18455 \end_layout
18456
18457 \begin_layout Standard
18458 De forma predeterminada cada una de las opciones tiene sus propias reglas:
18459 \end_layout
18460
18461 \begin_layout Labeling
18462 \labelwidthstring 00.00.0000
18463
18464 \family sans
18465 Principio\InsetSpace ~
18466 de\InsetSpace ~
18467 página: 
18468 \family default
18469 solo si el flotante ocupa menos del 70\InsetSpace \thinspace{}
18470 % de la página puede ubicarse al principio
18471  de página (
18472 \series bold
18473
18474 \backslash
18475 topfraction
18476 \series default
18477 )
18478 \end_layout
18479
18480 \begin_layout Labeling
18481 \labelwidthstring 00.00.0000
18482
18483 \family sans
18484 Fin\InsetSpace ~
18485 de\InsetSpace ~
18486 página: 
18487 \family default
18488 solo si el flotante ocupa menos del 30\InsetSpace \thinspace{}
18489 % de la página puede ubicarse al fin
18490  de página.
18491  (
18492 \series bold
18493
18494 \backslash
18495 bottomfraction
18496 \series default
18497 )
18498 \end_layout
18499
18500 \begin_layout Labeling
18501 \labelwidthstring 00.00.0000
18502
18503 \family sans
18504 Página\InsetSpace ~
18505 de\InsetSpace ~
18506 flotantes: 
18507 \family default
18508 solo si más del 50\InsetSpace \thinspace{}
18509 % de la página se ocupa por flotantes puede haber varios
18510  juntos en la misma página.
18511  (
18512 \series bold
18513
18514 \backslash
18515 floatpagefraction
18516 \series default
18517 )
18518 \end_layout
18519
18520 \begin_layout Standard
18521 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
18522  
18523 \family sans
18524 Ignorar\InsetSpace ~
18525 reglas\InsetSpace ~
18526 de\InsetSpace ~
18527 LaTeX
18528 \family default
18529 .
18530 \newline
18531 También puedes redefinir las reglas con los comandos LaTeX que van entre
18532  paréntesis tras la descripción de las reglas anteriores.
18533  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
18534  la regla 
18535 \family sans
18536 Fin
18537 \family default
18538 \InsetSpace ~
18539
18540 \family sans
18541 de
18542 \family default
18543 \InsetSpace ~
18544
18545 \family sans
18546 página 
18547 \family default
18548 al 50\InsetSpace \thinspace{}
18549 %, añade esta línea en el preámbulo:
18550 \end_layout
18551
18552 \begin_layout Standard
18553
18554 \series bold
18555
18556 \backslash
18557 renewcommand{
18558 \backslash
18559 bottomfraction}{0.5}
18560 \end_layout
18561
18562 \begin_layout Standard
18563 En determinados casos podrías necesitar ubicar un flotante exactamente en
18564  la posición en la que se inserta.
18565  Para esto puedes usar la opción 
18566 \family sans
18567 Aquí\InsetSpace ~
18568 definitivamente
18569 \family default
18570 .
18571  Usa esta opción esporádicamente y solo cuando el documento esté casi listo,
18572  porque el flotante ya no podrá "flotar" y si haces cambios al documento
18573  se podría estropear el diseño de la página.
18574 \end_layout
18575
18576 \begin_layout Standard
18577 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
18578  están rodeados por texto de un párrafo determinado.
18579 \begin_inset VSpace bigskip
18580 \end_inset
18581
18582
18583 \end_layout
18584
18585 \begin_layout Standard
18586 A veces surge el problema de que un flotante se sitúa al principio de la
18587  página mientras que su sección correspondiente empieza en mitad de la página,
18588  así que el lector podría creer que el flotante forma parte de la sección
18589  anterior.
18590  Para evitarlo puede emplearse el comando LaTeX 
18591 \series bold
18592
18593 \backslash
18594 suppressf\SpecialChar \textcompwordmark{}
18595 loats
18596 \series default
18597 , que suprime la ubicación de un flotante dado en la página donde se inserta
18598  y además puede servir para evitar que el flotante se coloque antes del
18599  inicio de sección.
18600  Para ello, añade estos comandos al préambulo:
18601 \end_layout
18602
18603 \begin_layout Standard
18604
18605 \series bold
18606
18607 \backslash
18608 let
18609 \backslash
18610 mySection
18611 \backslash
18612 section
18613 \newline
18614
18615 \backslash
18616 renewcommand{
18617 \backslash
18618 section}{
18619 \backslash
18620 suppressf\SpecialChar \textcompwordmark{}
18621 loats[t]
18622 \backslash
18623 mySection}
18624 \end_layout
18625
18626 \begin_layout Standard
18627 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
18628  subsecciones.
18629  No es recomendable para partes pequeñas de texto como subsubsecciones porque
18630  LaTeX podría tener problemas para encontrar una ubicación adecuada.
18631 \end_layout
18632
18633 \begin_layout Standard
18634 \begin_inset VSpace bigskip
18635 \end_inset
18636
18637 En ciertos casos se quieren tener todas las figuras/tablas al final del
18638  documento.
18639  Para estos casos está el paquete LaTeX 
18640 \series bold
18641 endf\SpecialChar \textcompwordmark{}
18642 loat
18643 \series default
18644
18645 \begin_inset LatexCommand index
18646 name "LaTeX-paquetes ! endfloat"
18647
18648 \end_inset
18649
18650 .
18651  Pone todas las figuras y tablas flotantes al final del documento en secciones
18652  propias.
18653  En la posición original del flotante se inserta una indicación como 
18654 \begin_inset Quotes eld
18655 \end_inset
18656
18657
18658 \family sans
18659 [Figura\InsetSpace ~
18660 3.2 por aquí.]
18661 \family default
18662
18663 \begin_inset Quotes erd
18664 \end_inset
18665
18666 .
18667  El paquete 
18668 \series bold
18669 endf\SpecialChar \textcompwordmark{}
18670 loat
18671 \series default
18672  se carga en el preámbulo con la línea
18673 \end_layout
18674
18675 \begin_layout Standard
18676
18677 \series bold
18678
18679 \backslash
18680 usepackage[options]{endf\SpecialChar \textcompwordmark{}
18681 loat}
18682 \end_layout
18683
18684 \begin_layout Standard
18685 Hay varias opciones para diseñar las secciones figura/tabla creadas.
18686  Para más información ver la documentación de 
18687 \begin_inset LatexCommand cite
18688 key "endfloat"
18689
18690 \end_inset
18691
18692 .
18693 \newline
18694
18695 \begin_inset Note Greyedout
18696 status open
18697
18698 \begin_layout Standard
18699
18700 \series bold
18701 Nota: endf\SpecialChar \textcompwordmark{}
18702 loat
18703 \series default
18704  no traduce automáticamente la indicación, hay que hacerlo manualmente,
18705  ver sección\InsetSpace ~
18706 4 en 
18707 \begin_inset LatexCommand cite
18708 key "endfloat"
18709
18710 \end_inset
18711
18712 .
18713 \end_layout
18714
18715 \end_inset
18716
18717
18718 \newline
18719
18720 \begin_inset Note Greyedout
18721 status open
18722
18723 \begin_layout Standard
18724
18725 \series bold
18726 Nota:
18727 \series default
18728  Actualmente hay un error en 
18729 \series bold
18730 endf\SpecialChar \textcompwordmark{}
18731 loat
18732 \series default
18733  cuando el encabezado contiene el caracter alemán 
18734 \begin_inset Quotes eld
18735 \end_inset
18736
18737 ß
18738 \begin_inset Quotes erd
18739 \end_inset
18740
18741 .
18742  Usa en ese caso el comando 
18743 \begin_inset Quotes eld
18744 \end_inset
18745
18746
18747 \series bold
18748
18749 \backslash
18750 ss
18751 \series default
18752
18753 \begin_inset Quotes erd
18754 \end_inset
18755
18756  en ERT en vez de 
18757 \begin_inset Quotes eld
18758 \end_inset
18759
18760 ß
18761 \begin_inset Quotes erd
18762 \end_inset
18763
18764 .
18765 \end_layout
18766
18767 \end_inset
18768
18769
18770 \end_layout
18771
18772 \begin_layout Standard
18773 \begin_inset VSpace bigskip
18774 \end_inset
18775
18776 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
18777 \begin_inset LatexCommand cite
18778 key "latexcompanion,latexguide,latexbook"
18779
18780 \end_inset
18781
18782 .
18783 \end_layout
18784
18785 \begin_layout Section
18786 Rotación de Flotantes
18787 \begin_inset LatexCommand label
18788 name "sec:Rotación-de-Flotantes"
18789
18790 \end_inset
18791
18792
18793 \begin_inset LatexCommand index
18794 name "Flotantes ! Rotación"
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \begin_layout Standard
18802 Podrías necesitar girar flotantes, especialmente con tablas grandes.
18803  Para girar todo el flotante y su encabezado, pincha sobre su cuadro y marca
18804  la opción 
18805 \family sans
18806 Girar\InsetSpace ~
18807 a\InsetSpace ~
18808 un\InsetSpace ~
18809 lado
18810 \family default
18811 .
18812 \end_layout
18813
18814 \begin_layout Standard
18815 Los flotantes girados son puestos siempre en su propia página (o columna
18816  si el documento es de dos columnas).
18817  Normalmente se rotan de forma que puedes leerlos desde el margen externo
18818  -- a la izquierda en páginas pares, a la derecha en impares.
18819 \end_layout
18820
18821 \begin_layout Standard
18822 Los flotantes girados se refieren igual que los normales, y el formato de
18823  encabezado también es el mismo: Un ejemplo es la Tabla\InsetSpace ~
18824
18825 \begin_inset LatexCommand ref
18826 reference "tab:Tabla-girada"
18827
18828 \end_inset
18829
18830 .
18831 \end_layout
18832
18833 \begin_layout Standard
18834 \begin_inset Note Greyedout
18835 status open
18836
18837 \begin_layout Standard
18838
18839 \series bold
18840 Nota:
18841 \series default
18842  No todos los visores DVI pueden mostrar tablas giradas.
18843 \end_layout
18844
18845 \end_inset
18846
18847
18848 \end_layout
18849
18850 \begin_layout Standard
18851 \begin_inset Float table
18852 wide false
18853 sideways true
18854 status open
18855
18856 \begin_layout Standard
18857 \begin_inset Caption
18858
18859 \begin_layout Standard
18860 \begin_inset LatexCommand label
18861 name "tab:Tabla-girada"
18862
18863 \end_inset
18864
18865  Tabla girada
18866 \end_layout
18867
18868 \end_inset
18869
18870
18871 \end_layout
18872
18873 \begin_layout Standard
18874 \align center
18875 \begin_inset Tabular
18876 <lyxtabular version="3" rows="1" columns="5">
18877 <features>
18878 <column alignment="center" valignment="top" leftline="true" width="0">
18879 <column alignment="center" valignment="top" leftline="true" width="0">
18880 <column alignment="center" valignment="top" leftline="true" width="0">
18881 <column alignment="center" valignment="top" leftline="true" width="0">
18882 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18883 <row topline="true" bottomline="true">
18884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18885 \begin_inset Text
18886
18887 \begin_layout Standard
18888 test
18889 \end_layout
18890
18891 \end_inset
18892 </cell>
18893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18894 \begin_inset Text
18895
18896 \begin_layout Standard
18897 b
18898 \end_layout
18899
18900 \end_inset
18901 </cell>
18902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18903 \begin_inset Text
18904
18905 \begin_layout Standard
18906 c
18907 \end_layout
18908
18909 \end_inset
18910 </cell>
18911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Standard
18915 d
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18921 \begin_inset Text
18922
18923 \begin_layout Standard
18924 e
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 </row>
18930 </lyxtabular>
18931
18932 \end_inset
18933
18934
18935 \end_layout
18936
18937 \end_inset
18938
18939
18940 \end_layout
18941
18942 \begin_layout Section
18943 Formato de Encabezados
18944 \begin_inset LatexCommand index
18945 name "Encabezados ! Formato"
18946
18947 \end_inset
18948
18949
18950 \begin_inset LatexCommand index
18951 name "Flotantes ! Formato de Encabezados"
18952
18953 \end_inset
18954
18955
18956 \begin_inset LatexCommand index
18957 name "LaTeX-paquetes ! caption"
18958
18959 \end_inset
18960
18961
18962 \begin_inset LatexCommand label
18963 name "sec:Formato-de-Encabezados"
18964
18965 \end_inset
18966
18967
18968 \end_layout
18969
18970 \begin_layout Standard
18971 El entorno 
18972 \family sans
18973 Encabezado
18974 \family default
18975  es el predeterminado para los 
18976 \family sans
18977 Flotantes
18978 \family default
18979 .
18980  En LyX los encabezados se muestran como etiqueta, p.\InsetSpace \thinspace{}
18981 e.\InsetSpace ~
18982 "
18983 \family sans
18984 Figura #
18985 \family default
18986 :" seguida por el texto.
18987  El símbolo de número 
18988 \begin_inset Quotes eld
18989 \end_inset
18990
18991 #
18992 \begin_inset Quotes erd
18993 \end_inset
18994
18995  es sustituido en la salida impresa por el número de referencia real.
18996  Por defecto la etiqueta y el número usan la misma fuente que el texto del
18997  encabezado y el signo dos puntos sigue al número para separar la etiqueta
18998  del texto.
18999  El formato de encabezado no es apropiado para todos los formatos de documento.
19000  
19001 \end_layout
19002
19003 \begin_layout Standard
19004 Para cambiar el formato predeterminado carga el paquete LaTeX 
19005 \series bold
19006 caption
19007 \series default
19008
19009 \begin_inset LatexCommand index
19010 name "LaTeX-paquetes ! caption"
19011
19012 \end_inset
19013
19014  en el preámbulo del documento con la línea:
19015 \end_layout
19016
19017 \begin_layout Standard
19018
19019 \series bold
19020
19021 \backslash
19022 usepackage[definición de formato]{caption}
19023 \end_layout
19024
19025 \begin_layout Standard
19026 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
19027  los encabezados de tabla siempre sobre ella como en este documento, usa
19028  el comando:
19029 \end_layout
19030
19031 \begin_layout Standard
19032
19033 \series bold
19034
19035 \backslash
19036 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
19037 \end_layout
19038
19039 \begin_layout Standard
19040 También puedes definir distintos formatos de encabezado para los distintos
19041  tipos de flotantes.
19042  En ese caso carga el paquete 
19043 \series bold
19044 caption
19045 \series default
19046  sin opciones específicas y define los distintos formatos con ayuda del
19047  comando
19048 \end_layout
19049
19050 \begin_layout Standard
19051
19052 \series bold
19053
19054 \backslash
19055 captionsetup[tipo de flotante]{definición de formato}
19056 \end_layout
19057
19058 \begin_layout Standard
19059 en el preámbulo del documento.
19060  Por ejemplo los encabezados de la Figura\InsetSpace ~
19061
19062 \begin_inset LatexCommand ref
19063 reference "fig:Esto-es-una-fig"
19064
19065 \end_inset
19066
19067  y la Tabla\InsetSpace ~
19068
19069 \begin_inset LatexCommand ref
19070 reference "tab:Esto-es-una-tab"
19071
19072 \end_inset
19073
19074  pueden crearse usando los siguientes comandos en el preámbulo:
19075 \end_layout
19076
19077 \begin_layout Standard
19078
19079 \series bold
19080
19081 \backslash
19082 usepackage[tableposition=top]{caption}
19083 \series default
19084
19085 \newline
19086
19087 \series bold
19088
19089 \backslash
19090 captionsetup[f\SpecialChar \textcompwordmark{}
19091 igure]{labelfont={tt}, textfont=it, indention=1cm,%
19092 \newline
19093
19094 \begin_inset ERT
19095 status collapsed
19096
19097 \begin_layout Standard
19098
19099
19100 \backslash
19101 hphantom{
19102 \backslash
19103
19104 \backslash
19105 captionsetup[figure]
19106 \backslash
19107 {}
19108 \end_layout
19109
19110 \end_inset
19111
19112  labelsep=period}
19113 \newline
19114
19115 \backslash
19116 captionsetup[table]{labelfont={bf,sf}}
19117 \end_layout
19118
19119 \begin_layout Standard
19120 Para más información sobre el paquete 
19121 \series bold
19122 caption
19123 \series default
19124  acude a su documentación 
19125 \begin_inset LatexCommand cite
19126 key "caption,caption-de"
19127
19128 \end_inset
19129
19130 .
19131 \end_layout
19132
19133 \begin_layout Standard
19134 \begin_inset VSpace bigskip
19135 \end_inset
19136
19137 Si estás usando la clase de documento 
19138 \series bold
19139 koma-script
19140 \series default
19141
19142 \begin_inset LatexCommand index
19143 name "LaTeX-paquetes ! koma-script"
19144
19145 \end_inset
19146
19147  (
19148 \family sans
19149 article (koma-script)
19150 \family default
19151
19152 \family sans
19153 book (koma-script)
19154 \family default
19155
19156 \family sans
19157 letter (koma-script)
19158 \family default
19159 , o 
19160 \family sans
19161 report (koma-script)
19162 \family default
19163 \InsetSpace \thinspace{}
19164 ), puedes emplear en vez del paquete 
19165 \series bold
19166 caption
19167 \series default
19168  el comando
19169 \series bold
19170  
19171 \backslash
19172 setkomafont
19173 \series default
19174  incluido en 
19175 \series bold
19176 koma-script
19177 \series default
19178 .
19179  Por ejemplo, para poner en negrita la etiqueta del encabezado añade este
19180  comando en el preámbulo del documento:
19181 \end_layout
19182
19183 \begin_layout Standard
19184
19185 \series bold
19186
19187 \backslash
19188 setkomafont{captionlabel}{
19189 \backslash
19190 bfseries}
19191 \end_layout
19192
19193 \begin_layout Standard
19194 Más información sobre 
19195 \series bold
19196
19197 \backslash
19198 setkomafont
19199 \series default
19200  en la documentación de 
19201 \series bold
19202 koma-script
19203 \series default
19204  
19205 \begin_inset LatexCommand cite
19206 key "koma-script,koma-script-de"
19207
19208 \end_inset
19209
19210 .
19211 \end_layout
19212
19213 \begin_layout Standard
19214 \begin_inset ERT
19215 status collapsed
19216
19217 \begin_layout Standard
19218
19219
19220 \backslash
19221 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
19222 }
19223 \end_layout
19224
19225 \end_inset
19226
19227
19228 \begin_inset Note Note
19229 status open
19230
19231 \begin_layout Standard
19232 El formato de encabezado se ha cambiado sólo para este ejemplo.
19233 \end_layout
19234
19235 \end_inset
19236
19237
19238 \end_layout
19239
19240 \begin_layout Standard
19241 \begin_inset Float figure
19242 placement !p
19243 wide false
19244 sideways false
19245 status open
19246
19247 \begin_layout Standard
19248 \align center
19249 \begin_inset Graphics
19250         filename mobius.eps
19251         lyxscale 50
19252         scale 50
19253
19254 \end_inset
19255
19256
19257 \end_layout
19258
19259 \begin_layout Standard
19260 \begin_inset Caption
19261
19262 \begin_layout Standard
19263 \begin_inset LatexCommand label
19264 name "fig:Esto-es-una-fig"
19265
19266 \end_inset
19267
19268 Este es un ejemplo de encabezado de figura que es mayor de una línea para
19269  mostrar el formato diferente.
19270  Aquí se usa un encabezado autodefinido.
19271 \end_layout
19272
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \end_inset
19279
19280
19281 \end_layout
19282
19283 \begin_layout Standard
19284 \begin_inset ERT
19285 status collapsed
19286
19287 \begin_layout Standard
19288
19289
19290 \backslash
19291 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
19292 on}
19293 \end_layout
19294
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \begin_layout Standard
19301 \begin_inset Float table
19302 placement !p
19303 wide false
19304 sideways false
19305 status open
19306
19307 \begin_layout Standard
19308 \begin_inset Caption
19309
19310 \begin_layout Standard
19311 \begin_inset LatexCommand label
19312 name "tab:Esto-es-una-tab"
19313
19314 \end_inset
19315
19316 Este es un ejemplo de encabezado de tabla mayor que una línea para mostrar
19317  el formato diferente.
19318  Aquí se usa el formato de encabezado standard para tablas de este documento.
19319 \end_layout
19320
19321 \end_inset
19322
19323
19324 \end_layout
19325
19326 \begin_layout Standard
19327 \align center
19328 \begin_inset Tabular
19329 <lyxtabular version="3" rows="1" columns="5">
19330 <features>
19331 <column alignment="center" valignment="top" leftline="true" width="0">
19332 <column alignment="center" valignment="top" leftline="true" width="0">
19333 <column alignment="center" valignment="top" leftline="true" width="0">
19334 <column alignment="center" valignment="top" leftline="true" width="0">
19335 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19336 <row topline="true" bottomline="true">
19337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Standard
19341 a
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Standard
19350 b
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Standard
19359 c
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Standard
19368 d
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Standard
19377 e
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 </row>
19383 </lyxtabular>
19384
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \end_inset
19391
19392
19393 \end_layout
19394
19395 \begin_layout Section
19396 Colocación de Encabezados
19397 \begin_inset LatexCommand index
19398 name "Encabezados ! Colocación"
19399
19400 \end_inset
19401
19402
19403 \begin_inset LatexCommand index
19404 name "Flotantes ! Colocación de Encabezados"
19405
19406 \end_inset
19407
19408
19409 \begin_inset LatexCommand label
19410 name "sec:Colocación-de-Encabezados"
19411
19412 \end_inset
19413
19414
19415 \end_layout
19416
19417 \begin_layout Standard
19418 La norma habitual para colocar encabezados es:
19419 \end_layout
19420
19421 \begin_layout Description
19422 Figura: El encabezado bajo la figura
19423 \end_layout
19424
19425 \begin_layout Description
19426 Tabla: El encabezado sobre la tabla
19427 \end_layout
19428
19429 \begin_layout Standard
19430 Desafortunadamente, las clases standard de LaTeX no soportan encabezados
19431  sobre la tabla.
19432  Esto implica que si usas las clases de documento 
19433 \family sans
19434 article
19435 \family default
19436
19437 \family sans
19438 book
19439 \family default
19440
19441 \family sans
19442 letter
19443 \family default
19444 , o 
19445 \family sans
19446 report
19447 \family default
19448  no habrá espacio entre el encabezado y la tabla.
19449  Para insertar el espacio adecuado añade la siguiente opción al comando
19450  del paquete LaTeX 
19451 \series bold
19452 caption
19453 \series default
19454  en el preámbulo del documento
19455 \begin_inset Foot
19456 status collapsed
19457
19458 \begin_layout Standard
19459 Ver la sección\InsetSpace ~
19460
19461 \begin_inset LatexCommand ref
19462 reference "sec:Formato-de-Encabezados"
19463
19464 \end_inset
19465
19466  para más información sobre el paquete 
19467 \series bold
19468 caption
19469 \series default
19470 .
19471 \end_layout
19472
19473 \end_inset
19474
19475 :
19476 \end_layout
19477
19478 \begin_layout Standard
19479
19480 \series bold
19481 tableposition=top
19482 \end_layout
19483
19484 \begin_layout Standard
19485 Si estás usando la clase 
19486 \series bold
19487 koma-script
19488 \series default
19489
19490 \begin_inset LatexCommand index
19491 name "LaTeX-paquetes ! koma-script"
19492
19493 \end_inset
19494
19495  (
19496 \family sans
19497 article (koma-script)
19498 \family default
19499
19500 \family sans
19501 book (koma-script)
19502 \family default
19503
19504 \family sans
19505 letter (koma-script)
19506 \family default
19507 , o 
19508 \family sans
19509 report (koma-script)
19510 \family default
19511 \InsetSpace \thinspace{}
19512 ), en vez de 
19513 \series bold
19514 caption
19515 \series default
19516  puedes poner la opción 
19517 \series bold
19518 tablecaptionabove
19519 \series default
19520  de la clase de documento, o usar el entorno 
19521 \family sans
19522 Encabezado
19523 \family default
19524 \InsetSpace ~
19525
19526 \family sans
19527 Arriba
19528 \family default
19529  en vez del entorno 
19530 \family sans
19531 Encabezado
19532 \family default
19533 .
19534 \end_layout
19535
19536 \begin_layout Standard
19537 \begin_inset VSpace bigskip
19538 \end_inset
19539
19540 También es posible poner el encabezado junto a una figura o tabla.
19541  Para conseguirlo hay que cargar el paquete LaTeX 
19542 \series bold
19543 sidecap
19544 \series default
19545
19546 \begin_inset LatexCommand index
19547 name "LaTeX-paquetes ! sidecap"
19548
19549 \end_inset
19550
19551  añadiendo en el preámbulo del documento la línea
19552 \end_layout
19553
19554 \begin_layout Standard
19555
19556 \series bold
19557
19558 \backslash
19559 usepackage[option]{sidecap}
19560 \end_layout
19561
19562 \begin_layout Standard
19563 Si no se especifica opción, el encabezado se ubica del lado del margen externo
19564  de la página -- a la derecha en páginas impares, a la izquierda en las
19565  pares.
19566  Puedes cambiar la colocación al margen interno con la opción 
19567 \series bold
19568 innercaption
19569 \series default
19570 .
19571  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
19572  opciones 
19573 \series bold
19574 rightcaption
19575 \series default
19576  o 
19577 \series bold
19578 leftcaption
19579 \series default
19580 , respectivamente.
19581 \end_layout
19582
19583 \begin_layout Standard
19584 Para situar en LyX el encabezado de un flotante al lado, es necesario añadir
19585  estos comandos al preámbulo del documento:
19586 \end_layout
19587
19588 \begin_layout Standard
19589
19590 \lyxline
19591
19592 \end_layout
19593
19594 \begin_layout Standard
19595
19596 \series bold
19597
19598 \backslash
19599 newcommand{
19600 \backslash
19601 TabBesBeg}{%
19602 \newline
19603
19604 \begin_inset ERT
19605 status collapsed
19606
19607 \begin_layout Standard
19608
19609
19610 \backslash
19611 hphantom{ }
19612 \end_layout
19613
19614 \end_inset
19615
19616
19617 \backslash
19618 let
19619 \backslash
19620 MyTable
19621 \backslash
19622 table
19623 \newline
19624
19625 \begin_inset ERT
19626 status collapsed
19627
19628 \begin_layout Standard
19629
19630
19631 \backslash
19632 hphantom{ }
19633 \end_layout
19634
19635 \end_inset
19636
19637
19638 \backslash
19639 let
19640 \backslash
19641 MyEndtable
19642 \backslash
19643 endtable
19644 \newline
19645
19646 \begin_inset ERT
19647 status collapsed
19648
19649 \begin_layout Standard
19650
19651
19652 \backslash
19653 hphantom{ }
19654 \end_layout
19655
19656 \end_inset
19657
19658
19659 \backslash
19660 renewenvironment{table}{
19661 \backslash
19662 begin{SCtable}}{
19663 \backslash
19664 end{SCtable}}}
19665 \end_layout
19666
19667 \begin_layout Standard
19668
19669 \series bold
19670
19671 \backslash
19672 newcommand{
19673 \backslash
19674 TabBesEnd}{%
19675 \newline
19676
19677 \begin_inset ERT
19678 status collapsed
19679
19680 \begin_layout Standard
19681
19682
19683 \backslash
19684 hphantom{ }
19685 \end_layout
19686
19687 \end_inset
19688
19689
19690 \backslash
19691 let
19692 \backslash
19693 table
19694 \backslash
19695 MyTable
19696 \newline
19697
19698 \begin_inset ERT
19699 status collapsed
19700
19701 \begin_layout Standard
19702
19703
19704 \backslash
19705 hphantom{ }
19706 \end_layout
19707
19708 \end_inset
19709
19710
19711 \backslash
19712 let
19713 \backslash
19714 endtable
19715 \backslash
19716 MyEndtable
19717 \end_layout
19718
19719 \begin_layout Standard
19720
19721 \series bold
19722
19723 \backslash
19724 newcommand{
19725 \backslash
19726 FigBesBeg}{%
19727 \newline
19728
19729 \begin_inset ERT
19730 status collapsed
19731
19732 \begin_layout Standard
19733
19734
19735 \backslash
19736 hphantom{ }
19737 \end_layout
19738
19739 \end_inset
19740
19741
19742 \backslash
19743 let
19744 \backslash
19745 MyFigure
19746 \backslash
19747 f\SpecialChar \textcompwordmark{}
19748 igure
19749 \newline
19750
19751 \begin_inset ERT
19752 status collapsed
19753
19754 \begin_layout Standard
19755
19756
19757 \backslash
19758 hphantom{ }
19759 \end_layout
19760
19761 \end_inset
19762
19763
19764 \backslash
19765 let
19766 \backslash
19767 MyEndf\SpecialChar \textcompwordmark{}
19768 igure
19769 \backslash
19770 endf\SpecialChar \textcompwordmark{}
19771 igure
19772 \newline
19773
19774 \begin_inset ERT
19775 status collapsed
19776
19777 \begin_layout Standard
19778
19779
19780 \backslash
19781 hphantom{ }
19782 \end_layout
19783
19784 \end_inset
19785
19786
19787 \backslash
19788 renewenvironment{f\SpecialChar \textcompwordmark{}
19789 igure}{
19790 \backslash
19791 begin{SCf\SpecialChar \textcompwordmark{}
19792 igure}}{
19793 \backslash
19794 end{SCf\SpecialChar \textcompwordmark{}
19795 igure}}}
19796 \end_layout
19797
19798 \begin_layout Standard
19799
19800 \series bold
19801
19802 \backslash
19803 newcommand{
19804 \backslash
19805 FigBesEnd}{%
19806 \newline
19807
19808 \begin_inset ERT
19809 status collapsed
19810
19811 \begin_layout Standard
19812
19813
19814 \backslash
19815 hphantom{ }
19816 \end_layout
19817
19818 \end_inset
19819
19820
19821 \backslash
19822 let
19823 \backslash
19824 f\SpecialChar \textcompwordmark{}
19825 igure
19826 \backslash
19827 MyFigure
19828 \newline
19829
19830 \begin_inset ERT
19831 status collapsed
19832
19833 \begin_layout Standard
19834
19835
19836 \backslash
19837 hphantom{ }
19838 \end_layout
19839
19840 \end_inset
19841
19842
19843 \backslash
19844 let
19845 \backslash
19846 endf\SpecialChar \textcompwordmark{}
19847 igure
19848 \backslash
19849 MyEndf\SpecialChar \textcompwordmark{}
19850 igure}
19851 \end_layout
19852
19853 \begin_layout Standard
19854
19855 \lyxline
19856
19857 \end_layout
19858
19859 \begin_layout Standard
19860 Estos comandos permiten redefinir los flotantes de modo que el encabezado
19861  aparezca en un lado.
19862  Para figuras flotantes usa el comando
19863 \end_layout
19864
19865 \begin_layout Standard
19866
19867 \series bold
19868
19869 \backslash
19870 FigBesBeg
19871 \end_layout
19872
19873 \begin_layout Standard
19874 en ERT antes del flotante.
19875  Detrás del flotante inserta
19876 \end_layout
19877
19878 \begin_layout Standard
19879
19880 \series bold
19881
19882 \backslash
19883 FigBesEnd
19884 \end_layout
19885
19886 \begin_layout Standard
19887 en ERT para volver a la definición original de flotantes.
19888 \end_layout
19889
19890 \begin_layout Standard
19891 Para tablas flotantes usa los comandos correspondientes
19892 \end_layout
19893
19894 \begin_layout Standard
19895
19896 \series bold
19897
19898 \backslash
19899 TabBesBeg
19900 \series default
19901  y 
19902 \series bold
19903
19904 \backslash
19905 TabBesEnd
19906 \end_layout
19907
19908 \begin_layout Standard
19909 La Figura\InsetSpace ~
19910
19911 \begin_inset LatexCommand ref
19912 reference "fig:encab-al-lado"
19913
19914 \end_inset
19915
19916  y la Tabla\InsetSpace ~
19917
19918 \begin_inset LatexCommand ref
19919 reference "tab:encab-al-lado"
19920
19921 \end_inset
19922
19923  son ejemplos en los que el encabezado se sitúa al lado.
19924 \end_layout
19925
19926 \begin_layout Standard
19927 En los ejemplos puedes ver que el texto del encabezado aparece encima del
19928  flotante en tablas flotantes y debajo en las figuras flotantes.
19929  Para cambiarlo, puedes usar el comando
19930 \end_layout
19931
19932 \begin_layout Standard
19933
19934 \series bold
19935
19936 \backslash
19937 sidecaptionvpos{tipo de flotante}{colocación}
19938 \end_layout
19939
19940 \begin_layout Standard
19941 en el preámbulo o en ERT antes del flotante.
19942  El tipo de flotante es 
19943 \family sans
19944 figure
19945 \family default
19946  o 
19947 \family sans
19948 table
19949 \family default
19950 , la colocación puede ser 
19951 \begin_inset Quotes eld
19952 \end_inset
19953
19954
19955 \family sans
19956 t
19957 \family default
19958
19959 \begin_inset Quotes erd
19960 \end_inset
19961
19962  por 
19963 \begin_inset Quotes eld
19964 \end_inset
19965
19966 top
19967 \begin_inset Quotes erd
19968 \end_inset
19969
19970  (arriba), 
19971 \begin_inset Quotes eld
19972 \end_inset
19973
19974
19975 \family sans
19976 c
19977 \family default
19978
19979 \begin_inset Quotes erd
19980 \end_inset
19981
19982  por 
19983 \begin_inset Quotes eld
19984 \end_inset
19985
19986 center
19987 \begin_inset Quotes erd
19988 \end_inset
19989
19990  (centro), o 
19991 \begin_inset Quotes eld
19992 \end_inset
19993
19994
19995 \family sans
19996 b
19997 \family default
19998
19999 \begin_inset Quotes erd
20000 \end_inset
20001
20002  por 
20003 \begin_inset Quotes eld
20004 \end_inset
20005
20006 bottom
20007 \begin_inset Quotes erd
20008 \end_inset
20009
20010  (abajo).
20011  Para tener, por ejemplo, el encabezado de figuras flotantes verticalmente
20012  centrado, usa el comando
20013 \end_layout
20014
20015 \begin_layout Standard
20016
20017 \series bold
20018
20019 \backslash
20020 sidecaptionvpos{f\SpecialChar \textcompwordmark{}
20021 igure}{c}
20022 \end_layout
20023
20024 \begin_layout Standard
20025 Esto se ha hecho en la Figura\InsetSpace ~
20026
20027 \begin_inset LatexCommand ref
20028 reference "fig:encab-al-lado-de-fig"
20029
20030 \end_inset
20031
20032 .
20033 \end_layout
20034
20035 \begin_layout Standard
20036 \begin_inset VSpace defskip
20037 \end_inset
20038
20039 Más información sobre el paquete 
20040 \series bold
20041 sidecap
20042 \series default
20043  en su documentación 
20044 \begin_inset LatexCommand cite
20045 key "sidecap"
20046
20047 \end_inset
20048
20049 .
20050 \end_layout
20051
20052 \begin_layout Standard
20053 \begin_inset Note Greyedout
20054 status open
20055
20056 \begin_layout Standard
20057
20058 \series bold
20059 Nota:
20060 \series default
20061  El paquete LaTeX 
20062 \series bold
20063 hypcap
20064 \series default
20065
20066 \begin_inset LatexCommand index
20067 name "LaTeX-paquetes ! hypcap"
20068
20069 \end_inset
20070
20071 , descrito en la sección\InsetSpace ~
20072
20073 \begin_inset LatexCommand ref
20074 reference "sub:Colocación-de-Referencias"
20075
20076 \end_inset
20077
20078 , no afecta a flotantes con el encabezado al lado.
20079 \end_layout
20080
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \begin_layout Standard
20087 \begin_inset ERT
20088 status collapsed
20089
20090 \begin_layout Standard
20091
20092
20093 \backslash
20094 FigBesBeg 
20095 \end_layout
20096
20097 \end_inset
20098
20099
20100 \end_layout
20101
20102 \begin_layout Standard
20103 \begin_inset Float figure
20104 wide false
20105 sideways false
20106 status open
20107
20108 \begin_layout Standard
20109 \begin_inset Graphics
20110         filename escher-lsd.eps
20111         scale 75
20112
20113 \end_inset
20114
20115
20116 \end_layout
20117
20118 \begin_layout Standard
20119 \begin_inset Caption
20120
20121 \begin_layout Standard
20122 \begin_inset LatexCommand label
20123 name "fig:encab-al-lado"
20124
20125 \end_inset
20126
20127 Encabezado al lado de una figura.
20128 \end_layout
20129
20130 \end_inset
20131
20132
20133 \end_layout
20134
20135 \end_inset
20136
20137
20138 \end_layout
20139
20140 \begin_layout Standard
20141 \begin_inset ERT
20142 status collapsed
20143
20144 \begin_layout Standard
20145
20146
20147 \backslash
20148 TabBesBeg 
20149 \end_layout
20150
20151 \end_inset
20152
20153
20154 \end_layout
20155
20156 \begin_layout Standard
20157 \begin_inset Float table
20158 wide false
20159 sideways false
20160 status open
20161
20162 \begin_layout Standard
20163 \begin_inset Caption
20164
20165 \begin_layout Standard
20166 \begin_inset LatexCommand label
20167 name "tab:encab-al-lado"
20168
20169 \end_inset
20170
20171 Esto es un encabezado al lado de una tabla.
20172 \end_layout
20173
20174 \end_inset
20175
20176
20177 \end_layout
20178
20179 \begin_layout Standard
20180 \begin_inset Tabular
20181 <lyxtabular version="3" rows="4" columns="5">
20182 <features>
20183 <column alignment="center" valignment="top" leftline="true" width="0">
20184 <column alignment="center" valignment="top" leftline="true" width="0">
20185 <column alignment="center" valignment="top" leftline="true" width="0">
20186 <column alignment="center" valignment="top" leftline="true" width="0">
20187 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20188 <row topline="true">
20189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20190 \begin_inset Text
20191
20192 \begin_layout Standard
20193 a
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Standard
20202
20203 \end_layout
20204
20205 \end_inset
20206 </cell>
20207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Standard
20211 b
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Standard
20220
20221 \end_layout
20222
20223 \end_inset
20224 </cell>
20225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20226 \begin_inset Text
20227
20228 \begin_layout Standard
20229 c
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 </row>
20235 <row topline="true">
20236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Standard
20240
20241 \end_layout
20242
20243 \end_inset
20244 </cell>
20245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20246 \begin_inset Text
20247
20248 \begin_layout Standard
20249 d
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Standard
20258
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Standard
20267 e
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Standard
20276
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 </row>
20282 <row topline="true">
20283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20284 \begin_inset Text
20285
20286 \begin_layout Standard
20287 f
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20293 \begin_inset Text
20294
20295 \begin_layout Standard
20296
20297 \end_layout
20298
20299 \end_inset
20300 </cell>
20301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Standard
20305 g
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Standard
20314
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Standard
20323 h
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 </row>
20329 <row topline="true" bottomline="true">
20330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Standard
20334
20335 \end_layout
20336
20337 \end_inset
20338 </cell>
20339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20340 \begin_inset Text
20341
20342 \begin_layout Standard
20343 i
20344 \end_layout
20345
20346 \end_inset
20347 </cell>
20348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20349 \begin_inset Text
20350
20351 \begin_layout Standard
20352
20353 \end_layout
20354
20355 \end_inset
20356 </cell>
20357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Standard
20361 j
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Standard
20370
20371 \end_layout
20372
20373 \end_inset
20374 </cell>
20375 </row>
20376 </lyxtabular>
20377
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \end_inset
20384
20385
20386 \end_layout
20387
20388 \begin_layout Standard
20389 \begin_inset ERT
20390 status collapsed
20391
20392 \begin_layout Standard
20393
20394
20395 \backslash
20396 TabBesEnd
20397 \end_layout
20398
20399 \end_inset
20400
20401
20402 \end_layout
20403
20404 \begin_layout Standard
20405 \begin_inset ERT
20406 status collapsed
20407
20408 \begin_layout Standard
20409
20410
20411 \backslash
20412 sidecaptionvpos{figure}{c}
20413 \end_layout
20414
20415 \end_inset
20416
20417
20418 \begin_inset Float figure
20419 wide false
20420 sideways false
20421 status open
20422
20423 \begin_layout Standard
20424 \begin_inset Graphics
20425         filename escher-lsd.eps
20426         scale 75
20427
20428 \end_inset
20429
20430
20431 \end_layout
20432
20433 \begin_layout Standard
20434 \begin_inset Caption
20435
20436 \begin_layout Standard
20437 \begin_inset LatexCommand label
20438 name "fig:encab-al-lado-de-fig"
20439
20440 \end_inset
20441
20442 Encabezado junto a una figura centrado verticalmente.
20443 \end_layout
20444
20445 \end_inset
20446
20447
20448 \end_layout
20449
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \begin_layout Standard
20456 \begin_inset ERT
20457 status collapsed
20458
20459 \begin_layout Standard
20460
20461
20462 \backslash
20463 FigBesEnd
20464 \end_layout
20465
20466 \end_inset
20467
20468
20469 \end_layout
20470
20471 \begin_layout Section
20472 Lista de Flotantes
20473 \begin_inset LatexCommand label
20474 name "sec:Lista-de-Flotantes"
20475
20476 \end_inset
20477
20478
20479 \begin_inset LatexCommand index
20480 name "Flotantes ! Lista"
20481
20482 \end_inset
20483
20484
20485 \end_layout
20486
20487 \begin_layout Standard
20488 Igual que en el índice general se listan las secciones del documento, hay
20489  listas para todos los tipos de flotantes, como las figuras.
20490  Se pueden insertar mediante los submenús 
20491 \family sans
20492 Insertar\SpecialChar \menuseparator
20493 Lista / IG
20494 \family default
20495 .
20496 \end_layout
20497
20498 \begin_layout Standard
20499 Las entradas de la lista son los encabezados del flotante o su título corto,
20500  el número de flotante, y el número de la página del documento en la que
20501  aparecen.
20502 \end_layout
20503
20504 \begin_layout Standard
20505 Puedes encontrar las listas de figuras y tablas al final de este documento.
20506 \end_layout
20507
20508 \begin_layout Chapter
20509 Notas
20510 \end_layout
20511
20512 \begin_layout Section
20513 Notas en 
20514 \begin_inset ERT
20515 status collapsed
20516
20517 \begin_layout Standard
20518
20519
20520 \backslash
20521 texorpdfstring{
20522 \end_layout
20523
20524 \end_inset
20525
20526 LyX
20527 \begin_inset ERT
20528 status collapsed
20529
20530 \begin_layout Standard
20531
20532 }{LyX}
20533 \end_layout
20534
20535 \end_inset
20536
20537  
20538 \begin_inset LatexCommand label
20539 name "sec:Notas-en-LyX"
20540
20541 \end_inset
20542
20543
20544 \begin_inset LatexCommand index
20545 name "Notas ! Notas en LyX"
20546
20547 \end_inset
20548
20549
20550 \begin_inset Note Note
20551 status collapsed
20552
20553 \begin_layout Standard
20554 El comando 
20555 \backslash
20556 texorpdfstring es suministrado por el paquete LaTeX hyperref para evitar
20557  que los enlaces se muestren erróneamente en los marcadores PDF.
20558  Para más información sobre esto mira en 
20559 \begin_inset LatexCommand cite
20560 key "hyperref"
20561
20562 \end_inset
20563
20564 .
20565 \end_layout
20566
20567 \end_inset
20568
20569
20570 \end_layout
20571
20572 \begin_layout Standard
20573 Las notas se insertan con el botón 
20574 \begin_inset Graphics
20575         filename ../images/note-insert.xpm
20576         scale 85
20577
20578 \end_inset
20579
20580  o el menú 
20581 \family sans
20582 Insertar\SpecialChar \menuseparator
20583 Nota
20584 \family default
20585 .
20586  Hay tres tipos de notas:
20587 \end_layout
20588
20589 \begin_layout Description
20590 Nota\InsetSpace ~
20591 LyX Este tipo es para notas internas que no han de aparecer en la salida.
20592  Su cuadro se muestra como este:
20593 \newline
20594
20595 \newline
20596
20597 \begin_inset Graphics
20598         filename ../clipart/NotaLyXImagenQt4.png
20599         display none
20600         scale 85
20601
20602 \end_inset
20603
20604  
20605 \begin_inset Note Note
20606 status open
20607
20608 \begin_layout Standard
20609 Este es un texto en un recuadro que no se muestra en la salida.
20610 \end_layout
20611
20612 \end_inset
20613
20614
20615 \end_layout
20616
20617 \begin_layout Description
20618 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
20619  comentario de LaTeX, cuando exportas el documento a LaTeX via el menú 
20620 \family sans
20621 Archivo\SpecialChar \menuseparator
20622 Exportar\SpecialChar \menuseparator
20623 LaTeX (pdflatex) / LaTeX (plain)
20624 \family default
20625 .
20626  Su recuadro se ve así:
20627 \newline
20628
20629 \newline
20630
20631 \begin_inset Graphics
20632         filename ../clipart/ComentNotaImagenQt4.png
20633         display none
20634         scale 85
20635
20636 \end_inset
20637
20638  
20639 \begin_inset Note Comment
20640 status open
20641
20642 \begin_layout Standard
20643 Una nota comentario que solo aparece como comentario en archivos LaTeX.
20644 \end_layout
20645
20646 \end_inset
20647
20648
20649 \end_layout
20650
20651 \begin_layout Description
20652 Resaltado\InsetSpace ~
20653 en\InsetSpace ~
20654 gris Esta nota aparece en la salida como texto resaltado en gris.
20655  Su recuadro se parece a este:
20656 \newline
20657
20658 \newline
20659
20660 \begin_inset Graphics
20661         filename ../clipart/GrisNotaImagenQt4.png
20662         display none
20663         scale 85
20664
20665 \end_inset
20666
20667
20668 \newline
20669
20670 \begin_inset ERT
20671 status collapsed
20672
20673 \begin_layout Standard
20674
20675
20676 \backslash
20677 renewenvironment{lyxgreyedout}
20678 \end_layout
20679
20680 \begin_layout Standard
20681
20682 {
20683 \backslash
20684 textcolor[gray]{0.8}
20685 \backslash
20686 bgroup}{
20687 \backslash
20688 egroup}
20689 \end_layout
20690
20691 \end_inset
20692
20693
20694 \begin_inset Note Greyedout
20695 status open
20696
20697 \begin_layout Standard
20698 Este es el texto
20699 \begin_inset Foot
20700 status open
20701
20702 \begin_layout Standard
20703 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
20704 \end_layout
20705
20706 \end_inset
20707
20708  de un comentario que se muestra resaltado en gris.
20709 \end_layout
20710
20711 \end_inset
20712
20713
20714 \begin_inset ERT
20715 status collapsed
20716
20717 \begin_layout Standard
20718
20719
20720 \backslash
20721 renewenvironment{lyxgreyedout}
20722 \end_layout
20723
20724 \begin_layout Standard
20725
20726 {
20727 \backslash
20728 textcolor{blue}
20729 \backslash
20730 bgroup}{
20731 \backslash
20732 egroup}
20733 \end_layout
20734
20735 \end_inset
20736
20737
20738 \newline
20739
20740 \newline
20741 Como se ve en el ejemplo, la primera línea de notas resaltadas en gris está
20742  un poco sangrada y puede tener notas al pie.
20743 \end_layout
20744
20745 \begin_layout Standard
20746 \begin_inset VSpace bigskip
20747 \end_inset
20748
20749 Si usas el botón de la barra de herramientas para insertar notas, se inserta
20750  una 
20751 \family sans
20752 Nota\InsetSpace ~
20753 LyX
20754 \family default
20755 .
20756  Puedes cambiar entre los tres tipos de nota con click-derecha sobre el
20757  recuadro.
20758  
20759 \family roman
20760 \series medium
20761 \bar no
20762 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
20763  botón de herramienta nota
20764 \family default
20765 \series default
20766 \bar default
20767 .
20768 \end_layout
20769
20770 \begin_layout Standard
20771 \begin_inset VSpace bigskip
20772 \end_inset
20773
20774 Se puede cambiar el color del resaltado en gris poniendo en el preámbulo
20775  el comando:
20776 \end_layout
20777
20778 \begin_layout Standard
20779
20780 \series bold
20781
20782 \backslash
20783 renewenvironment{lyxgreyedout}
20784 \newline
20785
20786 \begin_inset ERT
20787 status collapsed
20788
20789 \begin_layout Standard
20790
20791
20792 \backslash
20793 hphantom{ }
20794 \end_layout
20795
20796 \end_inset
20797
20798 {
20799 \backslash
20800 textcolor{color}
20801 \backslash
20802 bgroup}{
20803 \backslash
20804 egroup}
20805 \end_layout
20806
20807 \begin_layout Standard
20808 Los colores disponibles y el método para definir nuestros propios colores
20809  se explica en la sección\InsetSpace ~
20810
20811 \begin_inset LatexCommand ref
20812 reference "sec:Tablas-Coloreadas"
20813
20814 \end_inset
20815
20816 .
20817 \end_layout
20818
20819 \begin_layout Standard
20820 Las notas en azul en este documento se han hecho con notas resaltado en
20821  gris definiendo el color del texto en azul.
20822 \end_layout
20823
20824 \begin_layout Section
20825 Notas al pie
20826 \begin_inset LatexCommand label
20827 name "sec:Notas-al-pie"
20828
20829 \end_inset
20830
20831
20832 \begin_inset LatexCommand index
20833 name "Notas ! al Pie"
20834
20835 \end_inset
20836
20837
20838 \begin_inset LatexCommand index
20839 name "Notas al Pie"
20840
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \begin_layout Standard
20847 Las notas al pie se insertan con el botón 
20848 \begin_inset Graphics
20849         filename ../images/footnote-insert.xpm
20850         scale 85
20851
20852 \end_inset
20853
20854  o el menú 
20855 \family sans
20856 Insertar\SpecialChar \menuseparator
20857 Nota\InsetSpace ~
20858 al\InsetSpace ~
20859 pie
20860 \family default
20861 .
20862  
20863 \family roman
20864 \series medium
20865 \bar no
20866 Aparece un recuadro como este:
20867 \family default
20868 \series default
20869 \bar default
20870  
20871 \begin_inset Graphics
20872         filename ../clipart/notapieQt4.png
20873         scale 80
20874
20875 \end_inset
20876
20877
20878 \family roman
20879 \series medium
20880 \bar no
20881  donde puedes introducir el texto.
20882  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
20883  sobre el
20884 \family default
20885 \series default
20886 \bar default
20887  
20888 \family roman
20889 \series medium
20890 \bar no
20891 botón
20892 \family default
20893 \series default
20894 \bar default
20895 .
20896 \end_layout
20897
20898 \begin_layout Standard
20899 Aquí hay un ejemplo de nota al pie:
20900 \family roman
20901 \series medium
20902 \bar no
20903
20904 \begin_inset Foot
20905 status open
20906
20907 \begin_layout Standard
20908 \begin_inset LatexCommand label
20909 name "pie:Esto-es-una"
20910
20911 \end_inset
20912
20913 Ejemplo de nota al pie.
20914 \end_layout
20915
20916 \end_inset
20917
20918
20919 \family default
20920 \series default
20921 \bar default
20922
20923 \begin_inset ERT
20924 status collapsed
20925
20926 \begin_layout Standard
20927
20928
20929 \backslash
20930 newcounter{MyRepeatFoot}
20931 \end_layout
20932
20933 \begin_layout Standard
20934
20935
20936 \backslash
20937 setcounter{MyRepeatFoot}{
20938 \backslash
20939 thefootnote}
20940 \end_layout
20941
20942 \end_inset
20943
20944
20945 \end_layout
20946
20947 \begin_layout Standard
20948 En la salida, el pie se muestra como número exponente en el lugar del texto
20949  donde se coloca el recuadro.
20950  El texto se coloca al final de la página actual.
20951  Los números de las notas son calculados por LaTeX, y son consecutivos.
20952  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
20953 \end_layout
20954
20955 \begin_layout Standard
20956 Las notas al pie pueden referenciarse como flotantes: Inserta una etiqueta
20957  en la nota y pon una referencia cruzada a esta etiqueta en el texto como
20958  se describe en la sección\InsetSpace ~
20959
20960 \begin_inset LatexCommand ref
20961 reference "sec:Referencias-a-Flotantes"
20962
20963 \end_inset
20964
20965 .
20966 \newline
20967 Esto es una referencia cruzada a la Nota al pie\InsetSpace ~
20968
20969 \begin_inset LatexCommand prettyref
20970 reference "pie:Esto-es-una"
20971
20972 \end_inset
20973
20974 .
20975 \newline
20976
20977 \begin_inset Note Greyedout
20978 status collapsed
20979
20980 \begin_layout Standard
20981
20982 \series bold
20983 Nota:
20984 \series default
20985  LyX no suministra prefijos para etiquetas en notas al pie, así que has
20986  de insertar un prefijo, p.\InsetSpace \thinspace{}
20987 e.\InsetSpace ~
20988
20989 \family sans
20990
20991 \begin_inset Quotes eld
20992 \end_inset
20993
20994 pie:
20995 \family default
20996
20997 \begin_inset Quotes erd
20998 \end_inset
20999
21000  manualmente cuando quieras usar el estilo 
21001 \family sans
21002 Referencia\InsetSpace ~
21003 con\InsetSpace ~
21004 formato
21005 \family default
21006 .
21007 \end_layout
21008
21009 \end_inset
21010
21011
21012 \end_layout
21013
21014 \begin_layout Standard
21015 \begin_inset VSpace defskip
21016 \end_inset
21017
21018 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección\InsetSpace ~
21019
21020 \begin_inset LatexCommand ref
21021 reference "sec:Minipáginas"
21022
21023 \end_inset
21024
21025 .
21026  Los pies en tablas largas en la sección\InsetSpace ~
21027
21028 \begin_inset LatexCommand ref
21029 reference "sub:Notas-al-pie-en-Tablas-Largas"
21030
21031 \end_inset
21032
21033 .
21034 \end_layout
21035
21036 \begin_layout Standard
21037 \begin_inset VSpace defskip
21038 \end_inset
21039
21040 Para crear solo una marca para una nota al pie, puedes usar el comando 
21041 \series bold
21042
21043 \backslash
21044 footnotemark[número]
21045 \series default
21046  en ERT.
21047  Esto se emplea si tienes la misma anotación varias veces en el texto pero
21048  no quieres imprimir el pie cada vez.
21049 \newline
21050 Como no sabes el número del pie que
21051  se repite mientras escribes el texto, tienes que guardarlo.
21052  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
21053  en ERT detrás de Nota\InsetSpace ~
21054 al\InsetSpace ~
21055 pie\InsetSpace ~
21056
21057 \begin_inset LatexCommand ref
21058 reference "pie:Esto-es-una"
21059
21060 \end_inset
21061
21062  para guardar el número de pie:
21063 \end_layout
21064
21065 \begin_layout Standard
21066
21067 \series bold
21068
21069 \backslash
21070 newcounter{MyRepeatFoot}
21071 \newline
21072
21073 \backslash
21074 setcounter{MyRepeatFoot}{
21075 \backslash
21076 thefootnote}
21077 \end_layout
21078
21079 \begin_layout Standard
21080 La marca de pie se crea entonces con el comando:
21081 \end_layout
21082
21083 \begin_layout Standard
21084
21085 \series bold
21086
21087 \backslash
21088 footnotemark[
21089 \backslash
21090 theMyRepeatFoot]
21091 \end_layout
21092
21093 \begin_layout Standard
21094 Aquí hay un ejemplo de marca de pie:
21095 \family roman
21096 \series medium
21097 \bar no
21098
21099 \begin_inset ERT
21100 status collapsed
21101
21102 \begin_layout Standard
21103
21104
21105 \backslash
21106 footnotemark[
21107 \backslash
21108 theMyRepeatFoot]
21109 \end_layout
21110
21111 \end_inset
21112
21113
21114 \end_layout
21115
21116 \begin_layout Subsection
21117 Numeración de Notas al Pie
21118 \begin_inset LatexCommand label
21119 name "sub:Numeración-de-Notas-al-Pie"
21120
21121 \end_inset
21122
21123
21124 \begin_inset LatexCommand index
21125 name "Notas al Pie ! Numeración"
21126
21127 \end_inset
21128
21129
21130 \end_layout
21131
21132 \begin_layout Standard
21133 Si quieres numerar notas al pie en el esquema 
21134 \begin_inset Quotes eld
21135 \end_inset
21136
21137 capítulo.nota
21138 \begin_inset Quotes erd
21139 \end_inset
21140
21141 , añade el siguiente comando al preámbulo del documento:
21142 \end_layout
21143
21144 \begin_layout Standard
21145
21146 \series bold
21147
21148 \backslash
21149 numberwithin{footnote}{chapter}
21150 \end_layout
21151
21152 \begin_layout Standard
21153 Para poder usar el comando 
21154 \series bold
21155
21156 \backslash
21157 numberwithin
21158 \series default
21159 , marca la opción 
21160 \family sans
21161 Usar
21162 \family default
21163 \InsetSpace ~
21164
21165 \family sans
21166 el
21167 \family default
21168 \InsetSpace ~
21169
21170 \family sans
21171 paquete
21172 \family default
21173 \InsetSpace ~
21174
21175 \family sans
21176 AMS 
21177 \family default
21178 en la pestaña 
21179 \family sans
21180 Ecuaciones
21181 \family default
21182  de la configuración del documento.
21183 \end_layout
21184
21185 \begin_layout Standard
21186 \begin_inset ERT
21187 status collapsed
21188
21189 \begin_layout Standard
21190
21191
21192 \backslash
21193 numberwithin{footnote}{chapter}
21194 \end_layout
21195
21196 \end_inset
21197
21198 Esto es otro ejemplo de nota al pie:
21199 \series bold
21200
21201 \begin_inset Foot
21202 status open
21203
21204 \begin_layout Standard
21205 Nota al pie numerada en el esquema 
21206 \begin_inset Quotes eld
21207 \end_inset
21208
21209 capítulo.nota
21210 \begin_inset Quotes erd
21211 \end_inset
21212
21213 .
21214 \end_layout
21215
21216 \end_inset
21217
21218
21219 \series default
21220
21221 \begin_inset ERT
21222 status collapsed
21223
21224 \begin_layout Standard
21225
21226
21227 \backslash
21228 numberwithin{footnote}{part}
21229 \end_layout
21230
21231 \end_inset
21232
21233
21234 \end_layout
21235
21236 \begin_layout Standard
21237 \begin_inset VSpace bigskip
21238 \end_inset
21239
21240
21241 \end_layout
21242
21243 \begin_layout Standard
21244 Para reestablecer el número de pie a 1 en cada sección añade este
21245 \family roman
21246  comando en el preámbulo:
21247 \end_layout
21248
21249 \begin_layout Standard
21250
21251 \series bold
21252
21253 \backslash
21254 @addtoreset{footnote}{section}
21255 \end_layout
21256
21257 \begin_layout Standard
21258 \begin_inset VSpace bigskip
21259 \end_inset
21260
21261 El siguiente comando en el preámbulo cambia el estilo de numeración del
21262  pie a números romanos pequeños:
21263 \end_layout
21264
21265 \begin_layout Standard
21266
21267 \series bold
21268
21269 \backslash
21270 renewcommand{
21271 \backslash
21272 thefootnote}{
21273 \backslash
21274 roman{footnote}}
21275 \end_layout
21276
21277 \begin_layout Standard
21278 \begin_inset ERT
21279 status collapsed
21280
21281 \begin_layout Standard
21282
21283
21284 \backslash
21285 renewcommand{
21286 \backslash
21287 thefootnote}{
21288 \backslash
21289 roman{footnote}}
21290 \end_layout
21291
21292 \end_inset
21293
21294  Nota al pie en números romanos:
21295 \begin_inset Foot
21296 status open
21297
21298 \begin_layout Standard
21299 Ejemplo de nota al pie en números romanos.
21300 \end_layout
21301
21302 \end_inset
21303
21304
21305 \begin_inset ERT
21306 status collapsed
21307
21308 \begin_layout Standard
21309
21310
21311 \backslash
21312 renewcommand{
21313 \backslash
21314 thefootnote}{
21315 \backslash
21316 arabic{footnote}}
21317 \end_layout
21318
21319 \end_inset
21320
21321
21322 \end_layout
21323
21324 \begin_layout Standard
21325 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
21326  
21327 \series bold
21328
21329 \backslash
21330 roman
21331 \series default
21332  por 
21333 \series bold
21334
21335 \backslash
21336 Roman
21337 \series default
21338 .
21339  Para 
21340 \begin_inset Quotes eld
21341 \end_inset
21342
21343 numerar
21344 \begin_inset Quotes erd
21345 \end_inset
21346
21347  las
21348 \series bold
21349  
21350 \series default
21351 notas al pie con letras mayúsculas o minúsculas usa 
21352 \series bold
21353
21354 \backslash
21355 Alph
21356 \series default
21357  o 
21358 \series bold
21359
21360 \backslash
21361 alph
21362 \series default
21363 , respectivamente.
21364  Para 
21365 \begin_inset Quotes eld
21366 \end_inset
21367
21368 numerar
21369 \begin_inset Quotes erd
21370 \end_inset
21371
21372  las notas al pie con símbolos usa 
21373 \series bold
21374
21375 \backslash
21376 fnsymbol
21377 \series default
21378 .
21379 \end_layout
21380
21381 \begin_layout Standard
21382 \begin_inset Note Greyedout
21383 status open
21384
21385 \begin_layout Standard
21386
21387 \series bold
21388 Nota:
21389 \series medium
21390  
21391 \series default
21392 Sólo puedes numerar hasta 26 pies con letras, porque esta numeración está
21393  limitada a letras simples.
21394 \end_layout
21395
21396 \end_inset
21397
21398
21399 \newline
21400
21401 \begin_inset Note Greyedout
21402 status open
21403
21404 \begin_layout Standard
21405
21406 \series bold
21407 Nota:
21408 \series default
21409  Sólo puedes numerar 9 pies con símbolos.
21410 \end_layout
21411
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \begin_layout Standard
21418 Para volver al estilo de numeración predeterminado cuando has cambiado a
21419  otro estilo, usa 
21420 \series bold
21421
21422 \backslash
21423 arabic
21424 \series default
21425  en vez de 
21426 \series bold
21427
21428 \backslash
21429 roman
21430 \series default
21431  en el comando anterior.
21432 \end_layout
21433
21434 \begin_layout Subsection
21435 Colocación de Notas al Pie
21436 \begin_inset LatexCommand index
21437 name "Notas al Pie ! Colocación"
21438
21439 \end_inset
21440
21441
21442 \end_layout
21443
21444 \begin_layout Standard
21445 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
21446  entre ellas al final de la página.
21447  Para hacerlas más legibles puedes añadir p.\InsetSpace \thinspace{}
21448 e.
21449  1.5\InsetSpace \thinspace{}
21450 mm con el comando siguiente en el preámbulo:
21451 \end_layout
21452
21453 \begin_layout Standard
21454
21455 \series bold
21456
21457 \backslash
21458 let
21459 \backslash
21460 myFoot
21461 \backslash
21462 footnote
21463 \newline
21464
21465 \backslash
21466 renewcommand{
21467 \backslash
21468 footnote}[1]{
21469 \backslash
21470 myFoot{#1
21471 \backslash
21472 vspace{1.5mm}}}
21473 \end_layout
21474
21475 \begin_layout Standard
21476 \begin_inset VSpace bigskip
21477 \end_inset
21478
21479 En documentos a dos columnas la nota al pie aparece al final de cada columna,
21480  ver la Figura\InsetSpace ~
21481
21482 \begin_inset LatexCommand ref
21483 reference "fig:Colocación-standard-del-pie"
21484
21485 \end_inset
21486
21487 .
21488  Si las notas debieran mostrarse sólo al final de la columna derecha, como
21489  en la Figura\InsetSpace ~
21490
21491 \begin_inset LatexCommand ref
21492 reference "fig:Colocación-del-pie-en"
21493
21494 \end_inset
21495
21496 , usa el paquete LaTeX 
21497 \series bold
21498 ftnright
21499 \series default
21500
21501 \begin_inset LatexCommand index
21502 name "LaTeX-paquetes ! ftnright"
21503
21504 \end_inset
21505
21506  con este comando en el preámbulo:
21507 \end_layout
21508
21509 \begin_layout Standard
21510
21511 \series bold
21512
21513 \backslash
21514 usepackage{ftnright}
21515 \end_layout
21516
21517 \begin_layout Standard
21518 \begin_inset Float figure
21519 placement !h
21520 wide false
21521 sideways false
21522 status open
21523
21524 \begin_layout Standard
21525 \begin_inset ERT
21526 status collapsed
21527
21528 \begin_layout Standard
21529
21530
21531 \backslash
21532 framebox{
21533 \end_layout
21534
21535 \end_inset
21536
21537
21538 \begin_inset Graphics
21539         filename ../clipart/without_fntright.pdf
21540         width 100col%
21541
21542 \end_inset
21543
21544
21545 \begin_inset ERT
21546 status collapsed
21547
21548 \begin_layout Standard
21549
21550 }
21551 \end_layout
21552
21553 \end_inset
21554
21555
21556 \end_layout
21557
21558 \begin_layout Standard
21559 \begin_inset Caption
21560
21561 \begin_layout Standard
21562 \begin_inset LatexCommand label
21563 name "fig:Colocación-standard-del-pie"
21564
21565 \end_inset
21566
21567 Colocación standard de notas al pie en documentos a dos columnas.
21568 \end_layout
21569
21570 \end_inset
21571
21572
21573 \end_layout
21574
21575 \end_inset
21576
21577
21578 \end_layout
21579
21580 \begin_layout Standard
21581 \begin_inset Float figure
21582 placement !h
21583 wide false
21584 sideways false
21585 status open
21586
21587 \begin_layout Standard
21588 \begin_inset ERT
21589 status collapsed
21590
21591 \begin_layout Standard
21592
21593
21594 \backslash
21595 framebox{
21596 \end_layout
21597
21598 \end_inset
21599
21600
21601 \begin_inset Graphics
21602         filename ../clipart/with_fntright.pdf
21603         width 100col%
21604
21605 \end_inset
21606
21607
21608 \begin_inset ERT
21609 status collapsed
21610
21611 \begin_layout Standard
21612
21613 }
21614 \end_layout
21615
21616 \end_inset
21617
21618
21619 \end_layout
21620
21621 \begin_layout Standard
21622 \begin_inset Caption
21623
21624 \begin_layout Standard
21625 \begin_inset LatexCommand label
21626 name "fig:Colocación-del-pie-en"
21627
21628 \end_inset
21629
21630 Colocación del pie en documentos a dos columnas cuando se usa el paquete
21631  LaTeX 
21632 \series bold
21633 ftnright
21634 \series default
21635 .
21636 \end_layout
21637
21638 \end_inset
21639
21640
21641 \end_layout
21642
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \begin_layout Standard
21649 \begin_inset VSpace bigskip
21650 \end_inset
21651
21652 En alguna literatura científica se acostumbra reunir las notas e imprimirlas
21653  en un párrafo separado al final de la sección, como en la Figura\InsetSpace ~
21654
21655 \begin_inset LatexCommand ref
21656 reference "fig:Notas-al-final----notas-al-pie"
21657
21658 \end_inset
21659
21660 .
21661  Para usar notas finales en vez de notas al pie , carga el paquete LaTeX
21662  
21663 \series bold
21664 endnotes
21665 \series default
21666
21667 \begin_inset LatexCommand index
21668 name "LaTeX-paquetes ! endnotes"
21669
21670 \end_inset
21671
21672  con las siguientes líneas en el preámbulo de tu documento:
21673 \end_layout
21674
21675 \begin_layout Standard
21676
21677 \series bold
21678
21679 \backslash
21680 usepackage{endnotes}
21681 \newline
21682
21683 \backslash
21684 let
21685 \backslash
21686 footnote
21687 \backslash
21688 endnote
21689 \end_layout
21690
21691 \begin_layout Standard
21692 Para insertar la colección de notas, escribe el comando
21693 \end_layout
21694
21695 \begin_layout Standard
21696
21697 \series bold
21698
21699 \backslash
21700 theendnotes
21701 \end_layout
21702
21703 \begin_layout Standard
21704 en ERT al final de una sección o capítulo.
21705 \end_layout
21706
21707 \begin_layout Standard
21708 \begin_inset Float figure
21709 wide false
21710 sideways false
21711 status open
21712
21713 \begin_layout Standard
21714 \align center
21715 \begin_inset ERT
21716 status collapsed
21717
21718 \begin_layout Standard
21719
21720
21721 \backslash
21722 framebox{
21723 \end_layout
21724
21725 \end_inset
21726
21727
21728 \begin_inset Graphics
21729         filename ../clipart/endnotes.pdf
21730
21731 \end_inset
21732
21733
21734 \begin_inset ERT
21735 status collapsed
21736
21737 \begin_layout Standard
21738
21739 }
21740 \end_layout
21741
21742 \end_inset
21743
21744
21745 \end_layout
21746
21747 \begin_layout Standard
21748 \begin_inset Caption
21749
21750 \begin_layout Standard
21751 \begin_inset LatexCommand label
21752 name "fig:Notas-al-final----notas-al-pie"
21753
21754 \end_inset
21755
21756 Notas al final -- notas al pie impresas en párrafo separado al final de
21757  la sección o del capítulo.
21758 \end_layout
21759
21760 \end_inset
21761
21762
21763 \end_layout
21764
21765 \end_inset
21766
21767
21768 \end_layout
21769
21770 \begin_layout Standard
21771 \begin_inset VSpace defskip
21772 \end_inset
21773
21774 La cabecera de párrafo para las notas finales no se traduce automáticamente
21775  al lenguaje del documento, hay que hacerlo manualmente.
21776   El siguiente comando de preámbulo traduce el nombre en inglés 
21777 \begin_inset Quotes eld
21778 \end_inset
21779
21780 Notes
21781 \begin_inset Quotes erd
21782 \end_inset
21783
21784  al español 
21785 \begin_inset Quotes eld
21786 \end_inset
21787
21788 Notas
21789 \begin_inset Quotes erd
21790 \end_inset
21791
21792 :
21793 \end_layout
21794
21795 \begin_layout Standard
21796
21797 \series bold
21798
21799 \backslash
21800 renewcommand{
21801 \backslash
21802 notesname}{Notas}
21803 \end_layout
21804
21805 \begin_layout Standard
21806 \begin_inset VSpace defskip
21807 \end_inset
21808
21809 La numeración de notas finales puede cambiarse como la de las notas al pie,
21810  como se describe en la sección\InsetSpace ~
21811
21812 \begin_inset LatexCommand ref
21813 reference "sub:Numeración-de-Notas-al-Pie"
21814
21815 \end_inset
21816
21817 ; sólo hay que reemplazar el comando 
21818 \series bold
21819
21820 \backslash
21821 thefootnote
21822 \series default
21823  por 
21824 \series bold
21825
21826 \backslash
21827 theendnote
21828 \series default
21829 .
21830  Para restablecer la numeración usa el comando 
21831 \series bold
21832
21833 \backslash
21834 @addtoreset 
21835 \series default
21836 como se describe en la sección\InsetSpace ~
21837
21838 \begin_inset LatexCommand ref
21839 reference "sub:Numeración-de-Notas-al-Pie"
21840
21841 \end_inset
21842
21843  y sustituye el parámetro de comando 
21844 \series bold
21845 footnote
21846 \series default
21847  por 
21848 \series bold
21849 endnote
21850 \series default
21851 .
21852 \end_layout
21853
21854 \begin_layout Standard
21855 Para crear solo una marca para una nota final, usa el comando 
21856 \series bold
21857
21858 \backslash
21859 endnotemark[número]
21860 \series default
21861  similar al comando 
21862 \series bold
21863
21864 \backslash
21865 footnotemark
21866 \series default
21867 , descrito en la sección\InsetSpace ~
21868
21869 \begin_inset LatexCommand ref
21870 reference "sec:Notas-al-pie"
21871
21872 \end_inset
21873
21874 .
21875 \end_layout
21876
21877 \begin_layout Standard
21878 \begin_inset VSpace bigskip
21879 \end_inset
21880
21881 Las notas al pie también pueden colocarse al margen de la página y la alineación
21882  del texto del pie también puede cambiarse, ver el paquete LaTeX 
21883 \series bold
21884 footmisc
21885 \series default
21886
21887 \begin_inset LatexCommand index
21888 name "LaTeX-paquetes ! footmisc"
21889
21890 \end_inset
21891
21892
21893 \begin_inset LatexCommand cite
21894 key "footmisc"
21895
21896 \end_inset
21897
21898  para más información.
21899 \end_layout
21900
21901 \begin_layout Standard
21902 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
21903  
21904 \begin_inset LatexCommand cite
21905 key "latexcompanion,latexguide,latexbook"
21906
21907 \end_inset
21908
21909 .
21910 \end_layout
21911
21912 \begin_layout Section
21913 Notas al Margen
21914 \begin_inset LatexCommand index
21915 name "Notas ! al Margen"
21916
21917 \end_inset
21918
21919
21920 \end_layout
21921
21922 \begin_layout Standard
21923 Las notas al margen se ven y se comportan en LyX como notas al pie.
21924  Se insertan con el menú 
21925 \family sans
21926 Insertar\SpecialChar \menuseparator
21927 Nota\InsetSpace ~
21928 al\InsetSpace ~
21929 margen
21930 \family default
21931  o el botón 
21932 \begin_inset Graphics
21933         filename ../images/marginalnote-insert.xpm
21934         scale 85
21935
21936 \end_inset
21937
21938 .
21939  Aparece un cuadro gris con la etiqueta en rojo
21940 \family roman
21941 \series medium
21942  
21943 \begin_inset Quotes eld
21944 \end_inset
21945
21946 margen
21947 \begin_inset Quotes erd
21948 \end_inset
21949
21950  en el que puedes escribir el texto de la nota.
21951 \end_layout
21952
21953 \begin_layout Standard
21954 Al lado hay un ejemplo de nota al margen.
21955 \family roman
21956 \series medium
21957
21958 \begin_inset Marginal
21959 status open
21960
21961 \begin_layout Standard
21962 Esto es una nota al margen.
21963 \end_layout
21964
21965 \end_inset
21966
21967
21968 \end_layout
21969
21970 \begin_layout Standard
21971 Estas notas salen en el margen derecho en documentos a una cara.
21972  En documentos a doble cara se muestran en el margen externo -- izquierdo
21973  en páginas pares, derecho en páginas impares.
21974  El texto de las notas se alinea en la parte opuesta al margen -- se alinea
21975  a la derecha si la nota aparece en el margen izquierdo.
21976  La primera línea de la nota se sitúa en la posición de la línea del texto
21977  en la que se inserta en el documento.
21978 \end_layout
21979
21980 \begin_layout Standard
21981 \begin_inset VSpace bigskip
21982 \end_inset
21983
21984 Para colocar la nota en el margen interno añade el comando
21985 \end_layout
21986
21987 \begin_layout Standard
21988
21989 \series bold
21990
21991 \backslash
21992 reversemarginpar
21993 \end_layout
21994
21995 \begin_layout Standard
21996 en ERT antes de la nota.
21997  La nueva colocación es válida para todas las siguientes notas al margen.
21998 \begin_inset ERT
21999 status collapsed
22000
22001 \begin_layout Standard
22002
22003
22004 \backslash
22005 reversemarginpar 
22006 \end_layout
22007
22008 \end_inset
22009
22010
22011 \begin_inset Marginal
22012 status open
22013
22014 \begin_layout Standard
22015 Esto es una nota en el margen interno.
22016 \end_layout
22017
22018 \end_inset
22019
22020
22021 \series bold
22022
22023 \newline
22024
22025 \series default
22026
22027 \begin_inset Note Greyedout
22028 status open
22029
22030 \begin_layout Standard
22031
22032 \series bold
22033 Nota:
22034 \series default
22035  A veces no hay espacio suficiente en el margen interno, por lo que la nota
22036  no se mostrará correctamente en la salida.
22037 \end_layout
22038
22039 \end_inset
22040
22041
22042 \end_layout
22043
22044 \begin_layout Standard
22045 \begin_inset ERT
22046 status collapsed
22047
22048 \begin_layout Standard
22049
22050
22051 \backslash
22052 normalmarginpar 
22053 \end_layout
22054
22055 \end_inset
22056
22057 Para volver a la ubicación predeterminada inserta el comando
22058 \end_layout
22059
22060 \begin_layout Standard
22061
22062 \series bold
22063
22064 \backslash
22065 normalmarginpar
22066 \end_layout
22067
22068 \begin_layout Standard
22069 en ERT.
22070 \newline
22071  
22072 \begin_inset Note Greyedout
22073 status open
22074
22075 \begin_layout Standard
22076
22077 \series bold
22078 Nota:
22079 \series default
22080  El comando se ignora si en el mismo párrafo está también presente el comando
22081  
22082 \series bold
22083
22084 \backslash
22085 reversemarginpar
22086 \series default
22087 .
22088 \end_layout
22089
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \begin_layout Standard
22096 \begin_inset VSpace bigskip
22097 \end_inset
22098
22099
22100 \family roman
22101 \series medium
22102
22103 \begin_inset Marginal
22104 status open
22105
22106 \begin_layout Standard
22107 PalabraMuyLargaAlMargen no partida con guión.
22108 \end_layout
22109
22110 \end_inset
22111
22112
22113 \family default
22114 \series default
22115 Como en el caso descrito en la sección\InsetSpace ~
22116
22117 \begin_inset LatexCommand ref
22118 reference "sub:Líneas-Múltiples-en"
22119
22120 \end_inset
22121
22122 , una palabra larga no puede partirse con guión cuando es la primera en
22123  la nota al margen.
22124  Para evitar esto, inserta el comando
22125 \end_layout
22126
22127 \begin_layout Standard
22128
22129 \series bold
22130
22131 \backslash
22132 hspace{0pt}
22133 \end_layout
22134
22135 \begin_layout Standard
22136 en ERT antes de la palabra
22137 \family roman
22138 \series medium
22139 .
22140 \begin_inset Marginal
22141 status open
22142
22143 \begin_layout Standard
22144 \begin_inset ERT
22145 status collapsed
22146
22147 \begin_layout Standard
22148
22149
22150 \backslash
22151 hspace{0pt}
22152 \end_layout
22153
22154 \end_inset
22155
22156 PalabraMuyLargaAlMargen partida con guión.
22157 \end_layout
22158
22159 \end_inset
22160
22161
22162 \end_layout
22163
22164 \begin_layout Standard
22165 \begin_inset VSpace bigskip
22166 \end_inset
22167
22168
22169 \end_layout
22170
22171 \begin_layout Standard
22172 \begin_inset Note Greyedout
22173 status open
22174
22175 \begin_layout Standard
22176
22177 \series bold
22178 Nota:
22179 \series default
22180  Normalmente no pueden utilizarse notas al margen en tablas, flotantes,
22181  y notas al pie.
22182 \end_layout
22183
22184 \end_inset
22185
22186
22187 \end_layout
22188
22189 \begin_layout Standard
22190 Esta restricción se puede salvar con el paquete LaTeX 
22191 \series bold
22192 marginnote
22193 \series default
22194
22195 \begin_inset LatexCommand index
22196 name "LaTeX-paquetes ! marginnote"
22197
22198 \end_inset
22199
22200 .
22201  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
22202  notas al margen es redefinido para usar el comando provisto por el paquete
22203  
22204 \series bold
22205 marginnote
22206 \series default
22207 :
22208 \end_layout
22209
22210 \begin_layout Standard
22211
22212 \series bold
22213
22214 \backslash
22215 usepackage{marginnote}
22216 \newline
22217
22218 \backslash
22219 let
22220 \backslash
22221 marginpar
22222 \backslash
22223 marginnote
22224 \end_layout
22225
22226 \begin_layout Standard
22227 Esto se ha utilizado en el presente documento porque 
22228 \series bold
22229 marginnote
22230 \series default
22231  tiene una característica adicional útil: Puedes imponer un offset vertical
22232  a la nota.
22233  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
22234  diseño de la página.
22235  El offset se determina en LyX como ERT directamente tras la nota al margen
22236  en el esquema
22237 \end_layout
22238
22239 \begin_layout Standard
22240
22241 \series bold
22242 [offset]
22243 \end_layout
22244
22245 \begin_layout Standard
22246 donde offset es una longitud en una de las unidades listadas en la Tabla\InsetSpace ~
22247
22248 \begin_inset LatexCommand ref
22249 reference "tab:Unidades"
22250
22251 \end_inset
22252
22253 .
22254  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
22255  abajo.
22256
22257 \family roman
22258 \series medium
22259  Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5\InsetSpace \thinspace{}
22260 cm
22261  arriba con el comando ERT 
22262 \begin_inset Quotes eld
22263 \end_inset
22264
22265
22266 \family default
22267 \series bold
22268 [-1.5cm]
22269 \family roman
22270 \series medium
22271
22272 \begin_inset Quotes erd
22273 \end_inset
22274
22275
22276 \begin_inset Marginal
22277 status open
22278
22279 \begin_layout Standard
22280 Esta nota está 1.5\InsetSpace \thinspace{}
22281 cm por encima de su posición original.
22282 \end_layout
22283
22284 \end_inset
22285
22286
22287 \family default
22288 \series default
22289
22290 \begin_inset ERT
22291 status collapsed
22292
22293 \begin_layout Standard
22294
22295 [-1.5cm]
22296 \end_layout
22297
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \begin_layout Standard
22304 \begin_inset VSpace defskip
22305 \end_inset
22306
22307 Con 
22308 \series bold
22309 marginnote
22310 \series default
22311  también puedes cambiar la alineación del texto en el margen.
22312  Por ejemplo los comandos
22313 \end_layout
22314
22315 \begin_layout Standard
22316
22317 \series bold
22318
22319 \backslash
22320 renewcommand*{
22321 \backslash
22322 raggedleftmarginnote}{
22323 \backslash
22324 centering}
22325 \newline
22326
22327 \backslash
22328 renewcommand*{
22329 \backslash
22330 raggedrightmarginnote}{
22331 \backslash
22332 centering}
22333 \end_layout
22334
22335 \begin_layout Standard
22336 producen alineación centrada.
22337  
22338 \series bold
22339
22340 \backslash
22341 raggedleftmarginnote
22342 \series default
22343  identifica las notas que aparecen al lado izquierdo.
22344 \family roman
22345 \series medium
22346
22347 \begin_inset ERT
22348 status collapsed
22349
22350 \begin_layout Standard
22351
22352
22353 \backslash
22354 renewcommand*{
22355 \backslash
22356 raggedleftmarginnote}{
22357 \backslash
22358 centering}
22359 \end_layout
22360
22361 \begin_layout Standard
22362
22363
22364 \backslash
22365 renewcommand*{
22366 \backslash
22367 raggedrightmarginnote}{
22368 \backslash
22369 centering}
22370 \end_layout
22371
22372 \end_inset
22373
22374
22375 \begin_inset Marginal
22376 status open
22377
22378 \begin_layout Standard
22379 El texto de esta nota está centrado.
22380 \end_layout
22381
22382 \end_inset
22383
22384  
22385 \family default
22386 \series default
22387 El valor predeterminado es 
22388 \end_layout
22389
22390 \begin_layout Standard
22391
22392 \series bold
22393
22394 \backslash
22395 renewcommand*{
22396 \backslash
22397 raggedleftmarginnote}{
22398 \backslash
22399 raggedleft}
22400 \newline
22401
22402 \backslash
22403 renewcommand*{
22404 \backslash
22405 raggedrightmarginnote}{
22406 \backslash
22407 raggedright}
22408 \family roman
22409 \series medium
22410
22411 \begin_inset ERT
22412 status collapsed
22413
22414 \begin_layout Standard
22415
22416
22417 \backslash
22418 renewcommand*{
22419 \backslash
22420 raggedleftmarginnote}{
22421 \backslash
22422 raggedleft}
22423 \end_layout
22424
22425 \begin_layout Standard
22426
22427
22428 \backslash
22429 renewcommand*{
22430 \backslash
22431 raggedrightmarginnote}{
22432 \backslash
22433 raggedright}
22434 \end_layout
22435
22436 \end_inset
22437
22438
22439 \end_layout
22440
22441 \begin_layout Standard
22442 \begin_inset VSpace defskip
22443 \end_inset
22444
22445 Para otras características de 
22446 \series bold
22447 marginnote
22448 \series default
22449  mira en su documentación 
22450 \begin_inset LatexCommand cite
22451 key "marginnote"
22452
22453 \end_inset
22454
22455 .
22456 \end_layout
22457
22458 \begin_layout Standard
22459 \begin_inset VSpace bigskip
22460 \end_inset
22461
22462 El diseño de las notas al margen puede ser redefinido.
22463  Por ejemplo, para crear una cabecera para todas las notas con el texto
22464  
22465 \begin_inset Quotes erd
22466 \end_inset
22467
22468
22469 \family sans
22470 \series bold
22471 \bar under
22472 Atención
22473 \family default
22474 \series default
22475 \bar default
22476
22477 \begin_inset Quotes eld
22478 \end_inset
22479
22480 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
22481 \end_layout
22482
22483 \begin_layout Standard
22484
22485 \series bold
22486
22487 \backslash
22488 let
22489 \backslash
22490 myMarginpar
22491 \backslash
22492 marginpar
22493 \newline
22494
22495 \backslash
22496 renewcommand{
22497 \backslash
22498 marginpar}[1]{
22499 \backslash
22500 myMarginpar{%
22501 \newline
22502
22503 \begin_inset ERT
22504 status collapsed
22505
22506 \begin_layout Standard
22507
22508
22509 \backslash
22510 hphantom{ }
22511 \end_layout
22512
22513 \end_inset
22514
22515
22516 \backslash
22517 hspace{0pt}
22518 \backslash
22519 textsf{
22520 \backslash
22521 textbf{
22522 \backslash
22523 underbar{¡Atención!}}}%
22524 \newline
22525
22526 \begin_inset ERT
22527 status collapsed
22528
22529 \begin_layout Standard
22530
22531
22532 \backslash
22533 hphantom{ }
22534 \end_layout
22535
22536 \end_inset
22537
22538
22539 \backslash
22540 vspace{1.5mm}
22541 \backslash
22542
22543 \backslash
22544 #1}}
22545 \end_layout
22546
22547 \begin_layout Standard
22548
22549 \family roman
22550 \series medium
22551 \begin_inset ERT
22552 status collapsed
22553
22554 \begin_layout Standard
22555
22556
22557 \backslash
22558 let
22559 \backslash
22560 myMarginpar
22561 \backslash
22562 marginpar
22563 \end_layout
22564
22565 \begin_layout Standard
22566
22567
22568 \backslash
22569 renewcommand{
22570 \backslash
22571 marginpar}[1]{
22572 \backslash
22573 myMarginpar{%
22574 \end_layout
22575
22576 \begin_layout Standard
22577
22578    
22579 \backslash
22580 textsf{
22581 \backslash
22582 textbf{
22583 \backslash
22584 underbar{¡Atención!}}}%
22585 \end_layout
22586
22587 \begin_layout Standard
22588
22589    
22590 \backslash
22591 vspace{1.5mm}
22592 \backslash
22593
22594 \backslash
22595 #1}}
22596 \end_layout
22597
22598 \end_inset
22599
22600
22601 \begin_inset Marginal
22602 status open
22603
22604 \begin_layout Standard
22605 Esta es una nota con una cabecera definida.
22606 \end_layout
22607
22608 \end_inset
22609
22610
22611 \family default
22612 \series default
22613
22614 \begin_inset ERT
22615 status collapsed
22616
22617 \begin_layout Standard
22618
22619 [-1.5cm]
22620 \end_layout
22621
22622 \end_inset
22623
22624
22625 \family roman
22626 \series medium
22627
22628 \begin_inset ERT
22629 status collapsed
22630
22631 \begin_layout Standard
22632
22633
22634 \backslash
22635 renewcommand{
22636 \backslash
22637 marginpar}[1]{
22638 \backslash
22639 myMarginpar{#1}}
22640 \end_layout
22641
22642 \end_inset
22643
22644
22645 \family default
22646 \series default
22647
22648 \begin_inset Note Note
22649 status collapsed
22650
22651 \begin_layout Standard
22652 El formato de la nota al margen se ha cambiado solo para este ejemplo.
22653 \end_layout
22654
22655 \end_inset
22656
22657
22658 \end_layout
22659
22660 \begin_layout Chapter
22661 Cuadros
22662 \end_layout
22663
22664 \begin_layout Section
22665 Introducción
22666 \begin_inset LatexCommand index
22667 name "Cuadros ! Introducción"
22668
22669 \end_inset
22670
22671
22672 \end_layout
22673
22674 \begin_layout Standard
22675 Los cuadros se emplean para dar formato a bloques de texto.
22676  Se pueden usar para escribir documentos con varios lenguajes, ver sección\InsetSpace ~
22677
22678 \begin_inset LatexCommand ref
22679 reference "sec:Minipáginas"
22680
22681 \end_inset
22682
22683 , enmarcar textos, ver sección\InsetSpace ~
22684
22685 \begin_inset LatexCommand ref
22686 reference "sec:Cuadros-Enmarcados"
22687
22688 \end_inset
22689
22690 , evitar la división de palabras, ver sección\InsetSpace ~
22691
22692 \begin_inset LatexCommand ref
22693 reference "sec:Prevención-de-la-Partición-con-Guiones"
22694
22695 \end_inset
22696
22697 , alinear texto, ver sección\InsetSpace ~
22698
22699 \begin_inset LatexCommand ref
22700 reference "sub:Alineación-Vertical"
22701
22702 \end_inset
22703
22704 , o para poner color de fondo a un texto, ver sección\InsetSpace ~
22705
22706 \begin_inset LatexCommand ref
22707 reference "sec:Cuadros-Coloreados"
22708
22709 \end_inset
22710
22711 .
22712 \end_layout
22713
22714 \begin_layout Standard
22715 Se insertan con el menú 
22716 \family sans
22717 Insertar\SpecialChar \menuseparator
22718 Cuadro
22719 \family default
22720 .
22721  Surge un recuadro gris con la etiqueta 
22722 \family sans
22723 Cuadro (Minipágina)
22724 \family default
22725
22726 \begin_inset Graphics
22727         filename ../clipart/CuadroMinipagQt4.png
22728         scale 75
22729         keepAspectRatio
22730
22731 \end_inset
22732
22733 .
22734  El tipo de cuadro se puede elegir al hacer click-derecho sobre él.
22735  Sale un diálogo en el que 
22736 \family sans
22737 Cuadro
22738 \family default
22739 \InsetSpace ~
22740
22741 \family sans
22742 interior
22743 \family default
22744  permite escoger los tipos 
22745 \family sans
22746 Parbox (
22747 \family default
22748
22749 \begin_inset Quotes eld
22750 \end_inset
22751
22752
22753 \family sans
22754 Párrafo
22755 \family default
22756
22757 \begin_inset Quotes erd
22758 \end_inset
22759
22760
22761 \family sans
22762 )
22763 \family default
22764  y 
22765 \family sans
22766 Minipágina
22767 \family default
22768 .
22769  El 
22770 \family sans
22771 Minipágina
22772 \family default
22773  es el predeterminado para nuevos cuadros y se explica en la sección\InsetSpace ~
22774
22775 \begin_inset LatexCommand ref
22776 reference "sec:Minipáginas"
22777
22778 \end_inset
22779
22780 ; el tipo 
22781 \family sans
22782 Parbox
22783 \family default
22784  se describe en la sección\InsetSpace ~
22785
22786 \begin_inset LatexCommand ref
22787 reference "sec:Cuadros-de-Párrafo"
22788
22789 \end_inset
22790
22791 .
22792 \end_layout
22793
22794 \begin_layout Standard
22795 Los cuadros no se numeran y por tanto no se pueden referenciar como los
22796  flotantes o las notas al pie.
22797 \end_layout
22798
22799 \begin_layout Standard
22800 \begin_inset Note Greyedout
22801 status open
22802
22803 \begin_layout Standard
22804
22805 \series bold
22806 Nota:
22807 \series default
22808  Debido a un error en LyX hay que insertar un espacio protegido detrás de
22809  un cuadro si se desea separar con un espacio el cuadro y el texto siguiente.
22810 \end_layout
22811
22812 \end_inset
22813
22814
22815 \end_layout
22816
22817 \begin_layout Standard
22818 \begin_inset Note Greyedout
22819 status open
22820
22821 \begin_layout Standard
22822
22823 \series bold
22824 Nota:
22825 \series default
22826  Los cuadros no deben ser el item en un entorno 
22827 \family sans
22828 Enumeración
22829 \family default
22830  o 
22831 \family sans
22832 Descripción
22833 \family default
22834 .
22835 \end_layout
22836
22837 \end_inset
22838
22839
22840 \end_layout
22841
22842 \begin_layout Standard
22843 \begin_inset Note Greyedout
22844 status open
22845
22846 \begin_layout Standard
22847
22848 \series bold
22849 Nota:
22850 \series default
22851  Por razones desconocidas solo se puede poner el tipo 
22852 \family sans
22853 Cuadro\InsetSpace ~
22854 interior
22855 \family default
22856  en 
22857 \family sans
22858 Ninguno
22859 \family default
22860  cuando se emplea un cuadro enmarcado.
22861  Los cuadros sin ningún tipo de 
22862 \family sans
22863 Cuadro\InsetSpace ~
22864 interior
22865 \family default
22866  y sin marcos se explican en la sección\InsetSpace ~
22867
22868 \begin_inset LatexCommand ref
22869 reference "sec:Prevención-de-la-Partición-con-Guiones"
22870
22871 \end_inset
22872
22873 .
22874 \end_layout
22875
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \begin_layout Section
22882 Diálogo Cuadros
22883 \begin_inset LatexCommand label
22884 name "sec:Diálogo-Cuadros"
22885
22886 \end_inset
22887
22888
22889 \begin_inset LatexCommand index
22890 name "Cuadros ! Diálogo"
22891
22892 \end_inset
22893
22894
22895 \begin_inset LatexCommand index
22896 name "Cuadros ! Alineación"
22897
22898 \end_inset
22899
22900
22901 \end_layout
22902
22903 \begin_layout Standard
22904 En el diálogo puedes ajustar la geometría del cuadro en los campos 
22905 \family sans
22906 Ancho
22907 \family default
22908  y 
22909 \family sans
22910 Alto
22911 \family default
22912 .
22913  Las unidades disponibles para la geometría se explican en la Tabla\InsetSpace ~
22914
22915 \begin_inset LatexCommand ref
22916 reference "tab:Unidades"
22917
22918 \end_inset
22919
22920 .
22921  El campo 
22922 \family sans
22923 Alto
22924 \family default
22925  ofrece los siguientes tamaños adicionales:
22926 \end_layout
22927
22928 \begin_layout Description
22929 Profundidad Este es el texto plano 
22930 \begin_inset Quotes eld
22931 \end_inset
22932
22933 alto
22934 \begin_inset Quotes erd
22935 \end_inset
22936
22937 .
22938  Ignora la profundidad total cuando hay mútiples líneas de texto en el cuadro:
22939 \newline
22940
22941 \newline
22942
22943 \newline
22944
22945 \begin_inset Box Boxed
22946 position "c"
22947 hor_pos "c"
22948 has_inner_box 1
22949 inner_pos "c"
22950 use_parbox 0
22951 width "12col%"
22952 special "none"
22953 height "1in"
22954 height_special "depth"
22955 status open
22956
22957 \begin_layout Standard
22958 \align center
22959 Cuadro con altura establecida en 1\InsetSpace \thinspace{}
22960 Profundidad
22961 \end_layout
22962
22963 \end_inset
22964
22965
22966 \newline
22967
22968 \newline
22969
22970 \end_layout
22971
22972 \begin_layout Description
22973 Alto Es la altura del texto que está dentro del cuadro.
22974  Un valor de, p.\InsetSpace \thinspace{}
22975 e.\InsetSpace ~
22976 2 para este tamaño fijará la altura del cuadro a 2 veces
22977  la altura del texto: 
22978 \begin_inset Box Boxed
22979 position "c"
22980 hor_pos "c"
22981 has_inner_box 1
22982 inner_pos "c"
22983 use_parbox 0
22984 width "20col%"
22985 special "none"
22986 height "2in"
22987 height_special "height"
22988 status open
22989
22990 \begin_layout Standard
22991 \align center
22992 Cuadro con altura puesta en 2\InsetSpace \thinspace{}
22993 Alto
22994 \end_layout
22995
22996 \end_inset
22997
22998
22999 \end_layout
23000
23001 \begin_layout Description
23002 Alto\InsetSpace ~
23003 Total Esto es el Alto\InsetSpace \thinspace{}
23004 +\InsetSpace \thinspace{}
23005 Profundidad: 
23006 \begin_inset Box Boxed
23007 position "c"
23008 hor_pos "c"
23009 has_inner_box 1
23010 inner_pos "c"
23011 use_parbox 0
23012 width "20col%"
23013 special "none"
23014 height "1in"
23015 height_special "totalheight"
23016 status open
23017
23018 \begin_layout Standard
23019 \align center
23020 Cuadro con altura puesta a 1\InsetSpace \thinspace{}
23021 Alto\InsetSpace ~
23022 total
23023 \end_layout
23024
23025 \end_inset
23026
23027
23028 \end_layout
23029
23030 \begin_layout Description
23031 Ancho Esto determina al ancho del cuadro como altura: 
23032 \begin_inset Box Boxed
23033 position "c"
23034 hor_pos "c"
23035 has_inner_box 1
23036 inner_pos "c"
23037 use_parbox 0
23038 width "12col%"
23039 special "none"
23040 height "1in"
23041 height_special "width"
23042 status open
23043
23044 \begin_layout Standard
23045 \align center
23046 Cuadro con altura puesta en 1\InsetSpace \thinspace{}
23047 Ancho
23048 \end_layout
23049
23050 \end_inset
23051
23052
23053 \end_layout
23054
23055 \begin_layout Standard
23056 \begin_inset VSpace bigskip
23057 \end_inset
23058
23059 Si has elegido un 
23060 \family sans
23061 Cuadro\InsetSpace ~
23062 interior
23063 \family default
23064 , la alineación vertical del cuadro puede ser:
23065 \end_layout
23066
23067 \begin_layout Description
23068 Superior Ejemplo de línea de texto.
23069  
23070 \begin_inset Box Boxed
23071 position "t"
23072 hor_pos "c"
23073 has_inner_box 1
23074 inner_pos "c"
23075 use_parbox 0
23076 width "12col%"
23077 special "none"
23078 height "1in"
23079 height_special "totalheight"
23080 status open
23081
23082 \begin_layout Standard
23083 \align center
23084 Cuadro alineado arriba.
23085 \end_layout
23086
23087 \end_inset
23088
23089 \InsetSpace ~
23090 Ejemplo de línea de texto.
23091 \end_layout
23092
23093 \begin_layout Description
23094 Medio Ejemplo de línea de texto.
23095  
23096 \begin_inset Box Boxed
23097 position "c"
23098 hor_pos "c"
23099 has_inner_box 1
23100 inner_pos "c"
23101 use_parbox 0
23102 width "12col%"
23103 special "none"
23104 height "1in"
23105 height_special "totalheight"
23106 status open
23107
23108 \begin_layout Standard
23109 \align center
23110 Cuadro alineado enmedio.
23111 \end_layout
23112
23113 \end_inset
23114
23115 \InsetSpace ~
23116 Ejemplo de línea de texto.
23117 \end_layout
23118
23119 \begin_layout Description
23120 Inferior Ejemplo de línea de texto.
23121  
23122 \begin_inset Box Boxed
23123 position "b"
23124 hor_pos "c"
23125 has_inner_box 1
23126 inner_pos "c"
23127 use_parbox 0
23128 width "12col%"
23129 special "none"
23130 height "1in"
23131 height_special "totalheight"
23132 status open
23133
23134 \begin_layout Standard
23135 \align center
23136 Cuadro alineado abajo.
23137 \end_layout
23138
23139 \end_inset
23140
23141 \InsetSpace ~
23142 Ejemplo de línea de texto.
23143 \end_layout
23144
23145 \begin_layout Standard
23146 La alineación horizontal del cuadro puede establecerse en el diálogo de
23147  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
23148 \end_layout
23149
23150 \begin_layout Standard
23151 \begin_inset VSpace bigskip
23152 \end_inset
23153
23154 Cuando has escogido un 
23155 \family sans
23156 Cuadro\InsetSpace ~
23157 interior
23158 \family default
23159 , el contenido puede alinearse verticalmente a:
23160 \end_layout
23161
23162 \begin_layout Description
23163 Superior Ejemplo de línea de texto.
23164  
23165 \begin_inset Box Boxed
23166 position "c"
23167 hor_pos "c"
23168 has_inner_box 1
23169 inner_pos "t"
23170 use_parbox 0
23171 width "12col%"
23172 special "none"
23173 height "1.5in"
23174 height_special "totalheight"
23175 status open
23176
23177 \begin_layout Standard
23178 \align center
23179 Cuadro con texto alineado arriba.
23180 \end_layout
23181
23182 \end_inset
23183
23184 \InsetSpace ~
23185 Ejemplo de línea de texto.
23186 \end_layout
23187
23188 \begin_layout Description
23189 Medio Ejemplo de línea de texto.
23190  
23191 \begin_inset Box Boxed
23192 position "c"
23193 hor_pos "c"
23194 has_inner_box 1
23195 inner_pos "c"
23196 use_parbox 0
23197 width "12col%"
23198 special "none"
23199 height "1.5in"
23200 height_special "totalheight"
23201 status open
23202
23203 \begin_layout Standard
23204 \align center
23205 Cuadro con texto alineado enmedio.
23206 \end_layout
23207
23208 \end_inset
23209
23210 \InsetSpace ~
23211 Ejemplo de línea de texto.
23212 \end_layout
23213
23214 \begin_layout Description
23215 Inferior Ejemplo de línea de texto.
23216  
23217 \begin_inset Box Boxed
23218 position "c"
23219 hor_pos "c"
23220 has_inner_box 1
23221 inner_pos "b"
23222 use_parbox 0
23223 width "12col%"
23224 special "none"
23225 height "1.5in"
23226 height_special "totalheight"
23227 status open
23228
23229 \begin_layout Standard
23230 \align center
23231 Cuadro con texto alineado abajo.
23232 \end_layout
23233
23234 \end_inset
23235
23236 \InsetSpace ~
23237 Ejemplo de línea de texto.
23238 \end_layout
23239
23240 \begin_layout Description
23241 Estirado Ejemplo de línea de texto.
23242  
23243 \begin_inset Box Boxed
23244 position "c"
23245 hor_pos "c"
23246 has_inner_box 1
23247 inner_pos "s"
23248 use_parbox 0
23249 width "12col%"
23250 special "none"
23251 height "1.5in"
23252 height_special "totalheight"
23253 status open
23254
23255 \begin_layout Standard
23256 \align center
23257 Este texto
23258 \end_layout
23259
23260 \begin_layout Standard
23261 \align center
23262 está
23263 \end_layout
23264
23265 \begin_layout Standard
23266 \align center
23267 estirado.
23268 \end_layout
23269
23270 \end_inset
23271
23272 \InsetSpace ~
23273 Ejemplo de línea de texto.
23274 \end_layout
23275
23276 \begin_layout Standard
23277 Para estirar el contenido debe tener más de un párrafo.
23278  En el ejemplo anterior cada línea de texto está en un párrafo propio.
23279 \end_layout
23280
23281 \begin_layout Standard
23282 \begin_inset VSpace bigskip
23283 \end_inset
23284
23285 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
23286  LyX cuando hayas escogido un 
23287 \family sans
23288 Cuadro\InsetSpace ~
23289 interior
23290 \family default
23291 .
23292 \end_layout
23293
23294 \begin_layout Standard
23295 \align center
23296 \begin_inset Box Boxed
23297 position "c"
23298 hor_pos "c"
23299 has_inner_box 1
23300 inner_pos "s"
23301 use_parbox 0
23302 width "15col%"
23303 special "none"
23304 height "1.25in"
23305 height_special "totalheight"
23306 status open
23307
23308 \begin_layout Standard
23309 \align left
23310 Cuadro
23311 \end_layout
23312
23313 \begin_layout Standard
23314 \align center
23315 con texto
23316 \end_layout
23317
23318 \begin_layout Standard
23319 \align right
23320 estirado
23321 \end_layout
23322
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \begin_layout Standard
23329 Si no has estabecido un 
23330 \family sans
23331 Cuadro\InsetSpace ~
23332 interior
23333 \family default
23334 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
23335  cuadro.
23336 \end_layout
23337
23338 \begin_layout Standard
23339 \align center
23340 \begin_inset Box Boxed
23341 position "c"
23342 hor_pos "s"
23343 has_inner_box 0
23344 inner_pos "s"
23345 use_parbox 0
23346 width "90col%"
23347 special "none"
23348 height "1.25in"
23349 height_special "totalheight"
23350 status open
23351
23352 \begin_layout Standard
23353 \align left
23354 Texto estirado horizontalmente.
23355 \end_layout
23356
23357 \end_inset
23358
23359
23360 \end_layout
23361
23362 \begin_layout Section
23363 Cuadros Enmarcados
23364 \begin_inset LatexCommand label
23365 name "sec:Cuadros-Enmarcados"
23366
23367 \end_inset
23368
23369
23370 \begin_inset LatexCommand index
23371 name "Cuadros ! Marcos"
23372
23373 \end_inset
23374
23375
23376 \end_layout
23377
23378 \begin_layout Standard
23379 El estilo de marco del cuadro se puede determinar en la lista desplegable
23380  
23381 \family sans
23382 Tipo
23383 \family default
23384  del diálogo de cuadros.
23385  Son posibles los siguientes marcos:
23386 \end_layout
23387
23388 \begin_layout Description
23389 Marco\InsetSpace ~
23390 rectangular Dibuja un marco rectangular alrededor del cuadro.
23391  El grosor del marco depende de 
23392 \series bold
23393
23394 \backslash
23395 fboxrule
23396 \series default
23397 .
23398  
23399 \begin_inset Box Boxed
23400 position "c"
23401 hor_pos "c"
23402 has_inner_box 1
23403 inner_pos "c"
23404 use_parbox 0
23405 width "25col%"
23406 special "none"
23407 height "1in"
23408 height_special "totalheight"
23409 status open
23410
23411 \begin_layout Standard
23412 \align center
23413 Cuadro rectangular
23414 \end_layout
23415
23416 \end_inset
23417
23418
23419 \end_layout
23420
23421 \begin_layout Description
23422 Marco\InsetSpace ~
23423 ovalado,\InsetSpace ~
23424 fino Dibuja un marco ovalado cuya línea tiene un grosor de
23425  0.4\InsetSpace \thinspace{}
23426 pt.
23427  
23428 \begin_inset Box ovalbox
23429 position "c"
23430 hor_pos "c"
23431 has_inner_box 1
23432 inner_pos "c"
23433 use_parbox 0
23434 width "25col%"
23435 special "none"
23436 height "1in"
23437 height_special "totalheight"
23438 status open
23439
23440 \begin_layout Standard
23441 \align center
23442 Marco ovalado, fino
23443 \end_layout
23444
23445 \end_inset
23446
23447
23448 \end_layout
23449
23450 \begin_layout Description
23451 Marco\InsetSpace ~
23452 ovalado,\InsetSpace ~
23453 grueso Dibuja un marco ovalado cuya línea tiene un grosor de
23454  0.8\InsetSpace \thinspace{}
23455 pt.
23456  
23457 \begin_inset Box Ovalbox
23458 position "c"
23459 hor_pos "c"
23460 has_inner_box 1
23461 inner_pos "c"
23462 use_parbox 0
23463 width "30col%"
23464 special "none"
23465 height "1in"
23466 height_special "totalheight"
23467 status open
23468
23469 \begin_layout Standard
23470 \align center
23471 Cuadro ovalado, grueso
23472 \end_layout
23473
23474 \end_inset
23475
23476
23477 \end_layout
23478
23479 \begin_layout Description
23480 Marco\InsetSpace ~
23481 con\InsetSpace ~
23482 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
23483  El grosor de la línea tiene el tamaño dado por 
23484 \series bold
23485
23486 \backslash
23487 fboxrule
23488 \series default
23489 , la sombra tiene una anchura de 4\InsetSpace \thinspace{}
23490 pt.
23491  
23492 \begin_inset Box Shadowbox
23493 position "c"
23494 hor_pos "c"
23495 has_inner_box 1
23496 inner_pos "c"
23497 use_parbox 0
23498 width "20col%"
23499 special "none"
23500 height "1in"
23501 height_special "totalheight"
23502 status open
23503
23504 \begin_layout Standard
23505 \align center
23506 Marco sombrado
23507 \end_layout
23508
23509 \end_inset
23510
23511
23512 \end_layout
23513
23514 \begin_layout Description
23515 Marco\InsetSpace ~
23516 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
23517  El grosor de la línea interior es 0.75\InsetSpace \thinspace{}
23518
23519 \series bold
23520
23521 \backslash
23522 fboxrule
23523 \series default
23524 , el de la línea exterior es 1.5\InsetSpace \thinspace{}
23525
23526 \series bold
23527
23528 \backslash
23529 fboxrule
23530 \series default
23531 .
23532  La distancia entre líneas es 1.5\InsetSpace \thinspace{}
23533
23534 \series bold
23535
23536 \backslash
23537 fboxrule
23538 \series default
23539 \InsetSpace \thinspace{}
23540 +\InsetSpace \thinspace{}
23541 0.5\InsetSpace \thinspace{}
23542 pt.
23543  
23544 \begin_inset Box Doublebox
23545 position "c"
23546 hor_pos "c"
23547 has_inner_box 1
23548 inner_pos "c"
23549 use_parbox 0
23550 width "20col%"
23551 special "none"
23552 height "1in"
23553 height_special "totalheight"
23554 status open
23555
23556 \begin_layout Standard
23557 \align center
23558 Marco doble
23559 \end_layout
23560
23561 \end_inset
23562
23563
23564 \end_layout
23565
23566 \begin_layout Standard
23567 \begin_inset VSpace bigskip
23568 \end_inset
23569
23570 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
23571  Para poder utilizar los distintos marcos, debe estar instalado el paquete
23572  LaTeX 
23573 \series bold
23574 fancybox
23575 \series default
23576
23577 \begin_inset LatexCommand index
23578 name "LaTeX-paquetes ! fancybox"
23579
23580 \end_inset
23581
23582 .
23583 \end_layout
23584
23585 \begin_layout Standard
23586 \begin_inset VSpace bigskip
23587 \end_inset
23588
23589 El valor predeterminado por 
23590 \series bold
23591
23592 \backslash
23593 fboxrule
23594 \series default
23595  es 0.4\InsetSpace \thinspace{}
23596 pt.
23597  Puede cambiarse con el siguiente comando en ERT, p.\InsetSpace \thinspace{}
23598 e.\InsetSpace ~
23599 a\InsetSpace ~
23600 2\InsetSpace \thinspace{}
23601 pt:
23602 \end_layout
23603
23604 \begin_layout Standard
23605
23606 \series bold
23607
23608 \backslash
23609 setlength{
23610 \backslash
23611 fboxrule}{2pt}
23612 \end_layout
23613
23614 \begin_layout Standard
23615 \begin_inset ERT
23616 status collapsed
23617
23618 \begin_layout Standard
23619
23620
23621 \backslash
23622 setlength{
23623 \backslash
23624 fboxrule}{2pt}
23625 \end_layout
23626
23627 \end_inset
23628
23629
23630 \begin_inset Box Boxed
23631 position "c"
23632 hor_pos "c"
23633 has_inner_box 1
23634 inner_pos "c"
23635 use_parbox 0
23636 width "25col%"
23637 special "none"
23638 height "1in"
23639 height_special "totalheight"
23640 status open
23641
23642 \begin_layout Standard
23643 \align center
23644 Cuadro rectangular con 
23645 \series bold
23646
23647 \backslash
23648 fboxrule
23649 \series default
23650 \InsetSpace \thinspace{}
23651 =\InsetSpace \thinspace{}
23652 2\InsetSpace \thinspace{}
23653 pt
23654 \end_layout
23655
23656 \end_inset
23657
23658
23659 \begin_inset ERT
23660 status collapsed
23661
23662 \begin_layout Standard
23663
23664
23665 \backslash
23666 setlength{
23667 \backslash
23668 fboxrule}{0.4pt}
23669 \end_layout
23670
23671 \end_inset
23672
23673
23674 \end_layout
23675
23676 \begin_layout Standard
23677 \begin_inset VSpace bigskip
23678 \end_inset
23679
23680 El espacio entre el marco y el contenido del cuadro es 3\InsetSpace \thinspace{}
23681 pt por defecto para
23682  todos los estilos.
23683  Se puede cambiar mediante la longitud 
23684 \series bold
23685
23686 \backslash
23687 fboxsep
23688 \series default
23689 .
23690  Por ejemplo el comando
23691 \end_layout
23692
23693 \begin_layout Standard
23694
23695 \series bold
23696
23697 \backslash
23698 setlength{
23699 \backslash
23700 fboxsep}{10pt}
23701 \end_layout
23702
23703 \begin_layout Standard
23704 determina un valor de 10\InsetSpace \thinspace{}
23705 pt, como en el siguiente cuadro:
23706 \end_layout
23707
23708 \begin_layout Standard
23709 \begin_inset ERT
23710 status collapsed
23711
23712 \begin_layout Standard
23713
23714
23715 \backslash
23716 setlength{
23717 \backslash
23718 fboxsep}{10pt}
23719 \end_layout
23720
23721 \end_inset
23722
23723
23724 \begin_inset Box Boxed
23725 position "c"
23726 hor_pos "c"
23727 has_inner_box 1
23728 inner_pos "c"
23729 use_parbox 0
23730 width "25col%"
23731 special "none"
23732 height "1in"
23733 height_special "totalheight"
23734 status open
23735
23736 \begin_layout Standard
23737 \align center
23738 Cuadro rectangular con 
23739 \series bold
23740
23741 \backslash
23742 fboxsep
23743 \series default
23744 \InsetSpace \thinspace{}
23745 =\InsetSpace \thinspace{}
23746 10\InsetSpace \thinspace{}
23747 pt
23748 \end_layout
23749
23750 \end_inset
23751
23752
23753 \begin_inset ERT
23754 status collapsed
23755
23756 \begin_layout Standard
23757
23758
23759 \backslash
23760 setlength{
23761 \backslash
23762 fboxsep}{3pt}
23763 \end_layout
23764
23765 \end_inset
23766
23767
23768 \end_layout
23769
23770 \begin_layout Standard
23771 \begin_inset VSpace bigskip
23772 \end_inset
23773
23774 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
23775  el comando 
23776 \series bold
23777
23778 \backslash
23779 cornersize
23780 \series default
23781 .
23782  El comando
23783 \end_layout
23784
23785 \begin_layout Standard
23786
23787 \series bold
23788
23789 \backslash
23790 cornersize*{1cm}
23791 \end_layout
23792
23793 \begin_layout Standard
23794 establece un diámetro de 1\InsetSpace \thinspace{}
23795 cm.
23796  El comando
23797 \end_layout
23798
23799 \begin_layout Standard
23800
23801 \series bold
23802
23803 \backslash
23804 cornersize{num}
23805 \end_layout
23806
23807 \begin_layout Standard
23808 fija el diámetro en 
23809 \family sans
23810 num\InsetSpace \thinspace{}
23811 ×\InsetSpace \thinspace{}
23812 minimo(ancho y alto del cuadro)
23813 \family default
23814 .
23815  Por defecto es 
23816 \series bold
23817
23818 \backslash
23819 cornersize{0.5}
23820 \series default
23821 .
23822 \end_layout
23823
23824 \begin_layout Standard
23825 \begin_inset ERT
23826 status collapsed
23827
23828 \begin_layout Standard
23829
23830
23831 \backslash
23832 cornersize*{1.5cm}
23833 \end_layout
23834
23835 \end_inset
23836
23837
23838 \begin_inset Box Ovalbox
23839 position "c"
23840 hor_pos "c"
23841 has_inner_box 1
23842 inner_pos "c"
23843 use_parbox 0
23844 width "28col%"
23845 special "none"
23846 height "1in"
23847 height_special "totalheight"
23848 status open
23849
23850 \begin_layout Standard
23851 \align center
23852 Cuadro ovalado con 
23853 \series bold
23854
23855 \backslash
23856 cornersize
23857 \series default
23858 \InsetSpace \thinspace{}
23859 =\InsetSpace \thinspace{}
23860 1.5\InsetSpace \thinspace{}
23861 cm
23862 \end_layout
23863
23864 \end_inset
23865
23866
23867 \begin_inset ERT
23868 status collapsed
23869
23870 \begin_layout Standard
23871
23872
23873 \backslash
23874 cornersize{0.5}
23875 \end_layout
23876
23877 \end_inset
23878
23879
23880 \end_layout
23881
23882 \begin_layout Standard
23883 \begin_inset VSpace bigskip
23884 \end_inset
23885
23886 El tamaño de la sombra se puede ajustar cambiando la longitud 
23887 \series bold
23888
23889 \backslash
23890 shadowsize
23891 \series default
23892 .
23893  Este comando la ajusta a 2\InsetSpace \thinspace{}
23894 pt en el cuadro siguiente:
23895 \end_layout
23896
23897 \begin_layout Standard
23898
23899 \series bold
23900
23901 \backslash
23902 setlength{
23903 \backslash
23904 shadowsize}{2pt}
23905 \end_layout
23906
23907 \begin_layout Standard
23908 \begin_inset ERT
23909 status collapsed
23910
23911 \begin_layout Standard
23912
23913
23914 \backslash
23915 setlength{
23916 \backslash
23917 shadowsize}{2pt}
23918 \end_layout
23919
23920 \end_inset
23921
23922
23923 \begin_inset Box Shadowbox
23924 position "c"
23925 hor_pos "c"
23926 has_inner_box 1
23927 inner_pos "c"
23928 use_parbox 0
23929 width "28col%"
23930 special "none"
23931 height "1in"
23932 height_special "totalheight"
23933 status open
23934
23935 \begin_layout Standard
23936 \align center
23937 Cuadro sombreado con 
23938 \series bold
23939
23940 \backslash
23941 shadowsize
23942 \series default
23943 \InsetSpace \thinspace{}
23944 =\InsetSpace \thinspace{}
23945 2\InsetSpace \thinspace{}
23946 pt
23947 \end_layout
23948
23949 \end_inset
23950
23951
23952 \begin_inset ERT
23953 status collapsed
23954
23955 \begin_layout Standard
23956
23957
23958 \backslash
23959 setlength{
23960 \backslash
23961 shadowsize}{4pt}
23962 \end_layout
23963
23964 \end_inset
23965
23966
23967 \end_layout
23968
23969 \begin_layout Standard
23970 \begin_inset VSpace bigskip
23971 \end_inset
23972
23973 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
23974  a los comandos.
23975 \end_layout
23976
23977 \begin_layout Section
23978 Minipáginas
23979 \begin_inset LatexCommand label
23980 name "sec:Minipáginas"
23981
23982 \end_inset
23983
23984
23985 \begin_inset LatexCommand index
23986 name "Cuadros ! Minipáginas"
23987
23988 \end_inset
23989
23990
23991 \end_layout
23992
23993 \begin_layout Standard
23994 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
23995  por tanto pueden tener, por ejemplo, sus propias notas al pie.
23996 \end_layout
23997
23998 \begin_layout Standard
23999 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
24000 \end_layout
24001
24002 \begin_layout Standard
24003 A continuación hay dos ejemplos de minipáginas adosadas.
24004  Su anchura está puesta en 45\InsetSpace \thinspace{}
24005 col% y separadas por un relleno horizontal,
24006  insertado via el menú 
24007 \family sans
24008 Insertar\SpecialChar \menuseparator
24009 Formato\InsetSpace ~
24010
24011 \family default
24012 es
24013 \family sans
24014 pecial\InsetSpace ~
24015 \SpecialChar \menuseparator
24016 Relleno\InsetSpace ~
24017 horizontal
24018 \family default
24019 .
24020 \end_layout
24021
24022 \begin_layout Standard
24023 \begin_inset Box Frameless
24024 position "t"
24025 hor_pos "c"
24026 has_inner_box 1
24027 inner_pos "c"
24028 use_parbox 0
24029 width "45col%"
24030 special "none"
24031 height "1in"
24032 height_special "totalheight"
24033 status open
24034
24035 \begin_layout Standard
24036
24037 \lang german
24038 Dies ist ein deutscher Text.
24039  Dies ist ein deutscher Text.
24040  Dies ist ein deutscher Text.
24041  Dies ist ein deutscher Text.
24042  Dies ist ein deutscher Text.
24043  Dies ist ein deutscher Text.
24044  Dies ist ein deutscher Text.
24045  Dies ist ein deutscher Text.
24046  Dies ist ein deutscher Text.
24047  Dies ist ein deutscher Text.
24048  Dies ist ein deutscher Text.
24049  Dies ist ein deutscher Text.
24050  Dies ist ein deutscher Text
24051 \begin_inset Foot
24052 status collapsed
24053
24054 \begin_layout Standard
24055
24056 \lang german
24057 Dies ist eine deutsche Fußnote.
24058 \end_layout
24059
24060 \end_inset
24061
24062 .
24063  Dies ist ein deutscher Text.
24064  Dies ist ein deutscher Text.
24065 \end_layout
24066
24067 \end_inset
24068
24069
24070 \hfill
24071
24072 \begin_inset Box Frameless
24073 position "t"
24074 hor_pos "c"
24075 has_inner_box 1
24076 inner_pos "c"
24077 use_parbox 0
24078 width "45col%"
24079 special "none"
24080 height "1in"
24081 height_special "totalheight"
24082 status open
24083
24084 \begin_layout Standard
24085 This is an English Text.
24086  This is an English Text.
24087  This is an English Text.
24088  This is an English Text.
24089  This is an English Text.
24090  This is an English Text.
24091  This is an English Text.
24092  This is an English Text.
24093  This is an English Text.
24094  This is an English Text.
24095  This is an English Text.
24096  This is an English Text.
24097  This is an English Text.
24098  This is an English Text.
24099  This is an English Text.
24100  This is an English Text.
24101 \begin_inset Foot
24102 status collapsed
24103
24104 \begin_layout Standard
24105 This is an English footnote.
24106 \end_layout
24107
24108 \end_inset
24109
24110  This is an English Text.
24111  
24112 \end_layout
24113
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \begin_layout Standard
24120 \begin_inset VSpace bigskip
24121 \end_inset
24122
24123 Otra aplicación de los cuadros son las notas a pie en tablas.
24124  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
24125  al final de la página actual.
24126  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
24127  en la parte inferior, ordenadas con letras.
24128  La ordenación de las notas al pie se restablece en cada minipágina pero
24129  no fuera de las minipáginas.
24130 \end_layout
24131
24132 \begin_layout Standard
24133 La nota al pie en esta tabla no aparece: 
24134 \begin_inset Tabular
24135 <lyxtabular version="3" rows="3" columns="4">
24136 <features>
24137 <column alignment="center" valignment="top" leftline="true" width="0pt">
24138 <column alignment="center" valignment="top" leftline="true" width="0pt">
24139 <column alignment="center" valignment="top" leftline="true" width="0pt">
24140 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24141 <row topline="true">
24142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Standard
24146 1
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Standard
24155 2
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Standard
24164 3
24165 \begin_inset Foot
24166 status open
24167
24168 \begin_layout Standard
24169 Nota al pie en una tabla.
24170 \end_layout
24171
24172 \end_inset
24173
24174
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Standard
24183 4
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 </row>
24189 <row topline="true">
24190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Standard
24194 a
24195 \end_layout
24196
24197 \end_inset
24198 </cell>
24199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Standard
24203 b
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Standard
24212 c
24213 \end_layout
24214
24215 \end_inset
24216 </cell>
24217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24218 \begin_inset Text
24219
24220 \begin_layout Standard
24221 d
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 </row>
24227 <row topline="true" bottomline="true">
24228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24229 \begin_inset Text
24230
24231 \begin_layout Standard
24232 e
24233 \end_layout
24234
24235 \end_inset
24236 </cell>
24237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24238 \begin_inset Text
24239
24240 \begin_layout Standard
24241 f
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Standard
24250 g
24251 \end_layout
24252
24253 \end_inset
24254 </cell>
24255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24256 \begin_inset Text
24257
24258 \begin_layout Standard
24259 h
24260 \end_layout
24261
24262 \end_inset
24263 </cell>
24264 </row>
24265 </lyxtabular>
24266
24267 \end_inset
24268
24269
24270 \end_layout
24271
24272 \begin_layout Standard
24273 \align center
24274 \begin_inset Box Frameless
24275 position "t"
24276 hor_pos "c"
24277 has_inner_box 1
24278 inner_pos "c"
24279 use_parbox 0
24280 width "30col%"
24281 special "none"
24282 height "1in"
24283 height_special "totalheight"
24284 status open
24285
24286 \begin_layout Standard
24287 \align center
24288 \begin_inset Tabular
24289 <lyxtabular version="3" rows="3" columns="4">
24290 <features>
24291 <column alignment="center" valignment="top" leftline="true" width="0pt">
24292 <column alignment="center" valignment="top" leftline="true" width="0pt">
24293 <column alignment="center" valignment="top" leftline="true" width="0pt">
24294 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24295 <row topline="true">
24296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24297 \begin_inset Text
24298
24299 \begin_layout Standard
24300 1
24301 \end_layout
24302
24303 \end_inset
24304 </cell>
24305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24306 \begin_inset Text
24307
24308 \begin_layout Standard
24309 2
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24315 \begin_inset Text
24316
24317 \begin_layout Standard
24318 3
24319 \begin_inset Foot
24320 status open
24321
24322 \begin_layout Standard
24323 Nota al pie en una tabla..
24324 \end_layout
24325
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Standard
24337 4
24338 \end_layout
24339
24340 \end_inset
24341 </cell>
24342 </row>
24343 <row topline="true">
24344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Standard
24348 a
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Standard
24357 b
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Standard
24366 c
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Standard
24375 d
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 </row>
24381 <row topline="true" bottomline="true">
24382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Standard
24386 e
24387 \end_layout
24388
24389 \end_inset
24390 </cell>
24391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Standard
24395 f
24396 \end_layout
24397
24398 \end_inset
24399 </cell>
24400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Standard
24404 g
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Standard
24413 h
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 </row>
24419 </lyxtabular>
24420
24421 \end_inset
24422
24423
24424 \end_layout
24425
24426 \end_inset
24427
24428
24429 \end_layout
24430
24431 \begin_layout Standard
24432 \begin_inset VSpace bigskip
24433 \end_inset
24434
24435 La configuración global de párrafos se ignora en las minipáginas.
24436  Esto significa que en las mismas no habrá espacio entre párrafos aunque
24437  pongas p.\InsetSpace \thinspace{}
24438 e.\InsetSpace ~
24439
24440 \family sans
24441 Salto\InsetSpace ~
24442 medio
24443 \family default
24444  en la configuración del documento.
24445 \end_layout
24446
24447 \begin_layout Standard
24448 Las minipáginas también sirven para poner un color de fondo para partes
24449  de texto, ver sección\InsetSpace ~
24450
24451 \begin_inset LatexCommand ref
24452 reference "sub:Color-en-Párrafos"
24453
24454 \end_inset
24455
24456 .
24457 \end_layout
24458
24459 \begin_layout Standard
24460 \begin_inset Note Greyedout
24461 status open
24462
24463 \begin_layout Standard
24464
24465 \series bold
24466 Nota:
24467 \series default
24468  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
24469  tener minipáginas en tablas, flotantes, y otros cuadros.
24470 \end_layout
24471
24472 \end_inset
24473
24474
24475 \end_layout
24476
24477 \begin_layout Section
24478 Cuadros de Párrafo (Parbox)
24479 \begin_inset LatexCommand label
24480 name "sec:Cuadros-de-Párrafo"
24481
24482 \end_inset
24483
24484
24485 \begin_inset LatexCommand index
24486 name "Cuadros ! de Párrafo"
24487
24488 \end_inset
24489
24490
24491 \end_layout
24492
24493 \begin_layout Standard
24494 Los cuadros de párrafo son similares a las minipáginas con la diferencia
24495  de que no pueden contener notas al pie.
24496   La diferencia principal es que las minipáginas no son verdaderos cuadros
24497  sino entornos de LaTeX.
24498 \end_layout
24499
24500 \begin_layout Standard
24501 \align center
24502 \begin_inset Box Frameless
24503 position "t"
24504 hor_pos "c"
24505 has_inner_box 1
24506 inner_pos "t"
24507 use_parbox 1
24508 width "33col%"
24509 special "none"
24510 height "1in"
24511 height_special "totalheight"
24512 status collapsed
24513
24514 \begin_layout Standard
24515 Texto en un cuadro de párrafo.
24516  Texto en un cuadro de párrafo.
24517  Esta nota no aparece:
24518 \begin_inset Foot
24519 status open
24520
24521 \begin_layout Standard
24522 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
24523 \end_layout
24524
24525 \end_inset
24526
24527
24528 \end_layout
24529
24530 \end_inset
24531
24532
24533 \end_layout
24534
24535 \begin_layout Section
24536 Cuadros para Palabras y Caracteres
24537 \begin_inset LatexCommand index
24538 name "Cuadros ! para Palabras y Caracteres"
24539
24540 \end_inset
24541
24542
24543 \end_layout
24544
24545 \begin_layout Subsection
24546 Prevención de la Partición con Guiones
24547 \begin_inset LatexCommand label
24548 name "sec:Prevención-de-la-Partición-con-Guiones"
24549
24550 \end_inset
24551
24552
24553 \begin_inset LatexCommand index
24554 name "Cuadros ! Prevenir Partición con Guiones"
24555
24556 \end_inset
24557
24558
24559 \end_layout
24560
24561 \begin_layout Standard
24562 Hay un tipo especial de cuadro para impedir que una palabra sea partida
24563  con guión.
24564 \newline
24565 He aquí un ejemplo:
24566 \end_layout
24567
24568 \begin_layout Standard
24569 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24570 e.\InsetSpace ~
24571 estalarguís
24572 imapalabra.
24573 \end_layout
24574
24575 \begin_layout Standard
24576 Para evitar su división usa el comando
24577 \end_layout
24578
24579 \begin_layout Standard
24580
24581 \series bold
24582
24583 \backslash
24584 mbox{
24585 \end_layout
24586
24587 \begin_layout Standard
24588 en ERT antes de la palabra.
24589  Tras ella inserta una llave de cierre 
24590 \begin_inset Quotes eld
24591 \end_inset
24592
24593
24594 \series bold
24595 }
24596 \series default
24597
24598 \begin_inset Quotes erd
24599 \end_inset
24600
24601  en ERT.
24602 \begin_inset ERT
24603 status collapsed
24604
24605 \begin_layout Standard
24606
24607
24608 \backslash
24609 pagebreak 
24610 \end_layout
24611
24612 \end_inset
24613
24614
24615 \end_layout
24616
24617 \begin_layout Standard
24618 Este es el resultado:
24619 \end_layout
24620
24621 \begin_layout Standard
24622 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24623 e.\InsetSpace ~
24624
24625 \begin_inset ERT
24626 status collapsed
24627
24628 \begin_layout Standard
24629
24630
24631 \backslash
24632 mbox{
24633 \end_layout
24634
24635 \end_inset
24636
24637 estalarguísimapalabra.
24638 \begin_inset ERT
24639 status collapsed
24640
24641 \begin_layout Standard
24642
24643 }
24644 \end_layout
24645
24646 \end_inset
24647
24648
24649 \end_layout
24650
24651 \begin_layout Standard
24652 Por supuesto, la palabra sobresale del margen.
24653  Para evitarlo añade, via el menú 
24654 \family sans
24655 Insertar\SpecialChar \menuseparator
24656 Formato\InsetSpace ~
24657 especial\InsetSpace ~
24658 \SpecialChar \menuseparator
24659 Salto\InsetSpace ~
24660 de\InsetSpace ~
24661
24662 \family default
24663 línea (atajo 
24664 \series bold
24665 Ctrl-Return
24666 \series default
24667 ), un salto de línea antes de la palabra:
24668 \end_layout
24669
24670 \begin_layout Standard
24671 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24672 e.\InsetSpace ~
24673
24674 \newline
24675
24676 \begin_inset ERT
24677 status collapsed
24678
24679 \begin_layout Standard
24680
24681
24682 \backslash
24683 mbox{
24684 \end_layout
24685
24686 \end_inset
24687
24688 estalarguísimapalabra.
24689 \begin_inset ERT
24690 status collapsed
24691
24692 \begin_layout Standard
24693
24694 }
24695 \end_layout
24696
24697 \end_inset
24698
24699
24700 \end_layout
24701
24702 \begin_layout Subsection
24703 Alineación Vertical
24704 \begin_inset LatexCommand label
24705 name "sub:Alineación-Vertical"
24706
24707 \end_inset
24708
24709
24710 \begin_inset LatexCommand index
24711 name "Cuadros ! para Alineación Vertical"
24712
24713 \end_inset
24714
24715
24716 \end_layout
24717
24718 \begin_layout Standard
24719 Con ayuda del comando 
24720 \series bold
24721
24722 \backslash
24723 raisebox
24724 \series default
24725  puedes alinear verticalmente con el texto circundante palabras o caracteres.
24726  
24727 \series bold
24728
24729 \backslash
24730 raisebox
24731 \series default
24732  se utiliza según el esquema:
24733 \end_layout
24734
24735 \begin_layout Standard
24736
24737 \series bold
24738
24739 \backslash
24740 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
24741 \end_layout
24742
24743 \begin_layout Standard
24744 La elevación puede ser un valor positivo para subir el cuadro o negativo
24745  para bajarlo.
24746 \end_layout
24747
24748 \begin_layout Standard
24749 Para alinear una palabra, p.\InsetSpace \thinspace{}
24750 e\InsetSpace ~
24751
24752 \begin_inset Quotes eld
24753 \end_inset
24754
24755 prevención
24756 \begin_inset Quotes erd
24757 \end_inset
24758
24759  para que la parte inferior de la letra más 
24760 \begin_inset Quotes eld
24761 \end_inset
24762
24763 profunda
24764 \begin_inset Quotes erd
24765 \end_inset
24766
24767  
24768 \begin_inset Quotes eld
24769 \end_inset
24770
24771 p
24772 \begin_inset Quotes erd
24773 \end_inset
24774
24775  esté en la línea de base, inserta el comando
24776 \end_layout
24777
24778 \begin_layout Standard
24779
24780 \series bold
24781
24782 \backslash
24783 raisebox{
24784 \backslash
24785 depth}{
24786 \end_layout
24787
24788 \begin_layout Standard
24789 en ERT antes de la palabra.
24790  Detrás de la palabra inserta una llave de cierre 
24791 \begin_inset Quotes eld
24792 \end_inset
24793
24794
24795 \series bold
24796 }
24797 \series default
24798
24799 \begin_inset Quotes erd
24800 \end_inset
24801
24802  en ERT.
24803 \newline
24804 Este es el resultado:
24805 \end_layout
24806
24807 \begin_layout Standard
24808 Esto es una línea de texto con la palabra 
24809 \begin_inset ERT
24810 status collapsed
24811
24812 \begin_layout Standard
24813
24814
24815 \backslash
24816 raisebox{
24817 \backslash
24818 depth}{
24819 \end_layout
24820
24821 \end_inset
24822
24823
24824 \begin_inset Quotes eld
24825 \end_inset
24826
24827 prevención
24828 \begin_inset Quotes erd
24829 \end_inset
24830
24831
24832 \begin_inset ERT
24833 status collapsed
24834
24835 \begin_layout Standard
24836
24837 }
24838 \end_layout
24839
24840 \end_inset
24841
24842  elevada.
24843 \end_layout
24844
24845 \begin_layout Standard
24846 \begin_inset VSpace bigskip
24847 \end_inset
24848
24849 Cuando eleves o bajes caracteres en una línea, se modifica el espacio entre
24850  líneas:
24851 \end_layout
24852
24853 \begin_layout Standard
24854 Esto es una línea de texto con la palabra 
24855 \begin_inset ERT
24856 status collapsed
24857
24858 \begin_layout Standard
24859
24860
24861 \backslash
24862 raisebox{-
24863 \backslash
24864 depth}{
24865 \end_layout
24866
24867 \end_inset
24868
24869
24870 \begin_inset Quotes eld
24871 \end_inset
24872
24873 prevención
24874 \begin_inset Quotes erd
24875 \end_inset
24876
24877
24878 \begin_inset ERT
24879 status collapsed
24880
24881 \begin_layout Standard
24882
24883 }
24884 \end_layout
24885
24886 \end_inset
24887
24888  como palabra más baja.
24889 \newline
24890 Esto es una línea de texto con la palabra 
24891 \begin_inset ERT
24892 status collapsed
24893
24894 \begin_layout Standard
24895
24896
24897 \backslash
24898 raisebox{0.5cm}{
24899 \end_layout
24900
24901 \end_inset
24902
24903
24904 \begin_inset Quotes eld
24905 \end_inset
24906
24907 testigo
24908 \begin_inset Quotes erd
24909 \end_inset
24910
24911
24912 \begin_inset ERT
24913 status collapsed
24914
24915 \begin_layout Standard
24916
24917 }
24918 \end_layout
24919
24920 \end_inset
24921
24922  como palabra más alta.
24923 \end_layout
24924
24925 \begin_layout Standard
24926 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
24927  Por ejemplo
24928 \end_layout
24929
24930 \begin_layout Standard
24931
24932 \series bold
24933
24934 \backslash
24935 raisebox{-
24936 \backslash
24937 depth}[0pt]{
24938 \end_layout
24939
24940 \begin_layout Standard
24941 Esto es una línea de texto con la palabra 
24942 \begin_inset ERT
24943 status collapsed
24944
24945 \begin_layout Standard
24946
24947
24948 \backslash
24949 raisebox{-
24950 \backslash
24951 depth}[0pt]{
24952 \end_layout
24953
24954 \end_inset
24955
24956
24957 \begin_inset Quotes eld
24958 \end_inset
24959
24960 prevención
24961 \begin_inset Quotes erd
24962 \end_inset
24963
24964
24965 \begin_inset ERT
24966 status collapsed
24967
24968 \begin_layout Standard
24969
24970 }
24971 \end_layout
24972
24973 \end_inset
24974
24975  como palabra más baja.
24976 \newline
24977 Esto es una línea de texto con la palabra 
24978 \begin_inset ERT
24979 status collapsed
24980
24981 \begin_layout Standard
24982
24983
24984 \backslash
24985 raisebox{0.5cm}[0pt]{
24986 \end_layout
24987
24988 \end_inset
24989
24990
24991 \begin_inset Quotes eld
24992 \end_inset
24993
24994 testigo
24995 \begin_inset Quotes erd
24996 \end_inset
24997
24998
24999 \begin_inset ERT
25000 status collapsed
25001
25002 \begin_layout Standard
25003
25004 }
25005 \end_layout
25006
25007 \end_inset
25008
25009  como palabra más alta.
25010 \end_layout
25011
25012 \begin_layout Standard
25013 \begin_inset VSpace bigskip
25014 \end_inset
25015
25016 El comando 
25017 \series bold
25018
25019 \backslash
25020 raisebox
25021 \series default
25022  es útil para insertar espacio vertical extra para ciertas filas de tabla
25023  de modo que su contenido esté más separado de las líneas circundantes.
25024  En la Tabla\InsetSpace ~
25025
25026 \begin_inset LatexCommand ref
25027 reference "tab:Dos-tablas-que"
25028
25029 \end_inset
25030
25031  las filas con subíndice y exponente obtienen espacio extra al elevarlas
25032  con un cuadro vacío: El comando
25033 \end_layout
25034
25035 \begin_layout Standard
25036
25037 \series bold
25038
25039 \backslash
25040 raisebox{5mm}{}
25041 \end_layout
25042
25043 \begin_layout Standard
25044 se ha insertado en las filas de la tabla.
25045 \end_layout
25046
25047 \begin_layout Standard
25048 Para añadir espacio extra vertical a todas las filas de todas las tablas,
25049  sería más conveniente  el método descrito en la sección\InsetSpace ~
25050
25051 \begin_inset LatexCommand ref
25052 reference "sub:Row-Spacing"
25053
25054 \end_inset
25055
25056 .
25057 \end_layout
25058
25059 \begin_layout Standard
25060 \begin_inset Float table
25061 wide false
25062 sideways false
25063 status open
25064
25065 \begin_layout Standard
25066 \begin_inset Caption
25067
25068 \begin_layout Standard
25069 \begin_inset LatexCommand label
25070 name "tab:Dos-tablas-que"
25071
25072 \end_inset
25073
25074 Dos tablas que muestran el efecto de espacio vertical extra con 
25075 \backslash
25076
25077 \series bold
25078 raisebox
25079 \end_layout
25080
25081 \end_inset
25082
25083
25084 \end_layout
25085
25086 \begin_layout Standard
25087
25088 \hfill
25089
25090 \begin_inset Tabular
25091 <lyxtabular version="3" rows="5" columns="2">
25092 <features>
25093 <column alignment="center" valignment="top" leftline="true" width="0pt">
25094 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25095 <row topline="true">
25096 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25097 \begin_inset Text
25098
25099 \begin_layout Standard
25100 sin 
25101 \series bold
25102
25103 \backslash
25104 raisebox
25105 \end_layout
25106
25107 \end_inset
25108 </cell>
25109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25110 \begin_inset Text
25111
25112 \begin_layout Standard
25113
25114 \end_layout
25115
25116 \end_inset
25117 </cell>
25118 </row>
25119 <row topline="true">
25120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Standard
25124 Comando
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Standard
25133 Resultado
25134 \end_layout
25135
25136 \end_inset
25137 </cell>
25138 </row>
25139 <row topline="true">
25140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Standard
25144 B_V
25145 \end_layout
25146
25147 \end_inset
25148 </cell>
25149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25150 \begin_inset Text
25151
25152 \begin_layout Standard
25153 \begin_inset Formula $B_{V}$
25154 \end_inset
25155
25156
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 </row>
25162 <row topline="true">
25163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25164 \begin_inset Text
25165
25166 \begin_layout Standard
25167 B^V
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Standard
25176 \begin_inset Formula $B^{V}$
25177 \end_inset
25178
25179
25180 \end_layout
25181
25182 \end_inset
25183 </cell>
25184 </row>
25185 <row topline="true" bottomline="true">
25186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Standard
25190 B^
25191 \begin_inset ERT
25192 status collapsed
25193
25194 \begin_layout Standard
25195
25196
25197 \backslash
25198 textvisiblespace 
25199 \end_layout
25200
25201 \end_inset
25202
25203 A
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Standard
25212 \begin_inset Formula $B^{A}$
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \end_inset
25219 </cell>
25220 </row>
25221 </lyxtabular>
25222
25223 \end_inset
25224
25225
25226 \begin_inset ERT
25227 status collapsed
25228
25229 \begin_layout Standard
25230
25231
25232 \backslash
25233 hspace{2pt}
25234 \end_layout
25235
25236 \end_inset
25237
25238
25239 \begin_inset Tabular
25240 <lyxtabular version="3" rows="5" columns="2">
25241 <features>
25242 <column alignment="center" valignment="top" leftline="true" width="0">
25243 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25244 <row topline="true" bottomline="true">
25245 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Standard
25249 con 
25250 \series bold
25251
25252 \backslash
25253 raisebox
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Standard
25262
25263 \end_layout
25264
25265 \end_inset
25266 </cell>
25267 </row>
25268 <row topline="true">
25269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25270 \begin_inset Text
25271
25272 \begin_layout Standard
25273 Comando
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Standard
25282 Resultado
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 </row>
25288 <row topline="true">
25289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25290 \begin_inset Text
25291
25292 \begin_layout Standard
25293 B_V
25294 \end_layout
25295
25296 \end_inset
25297 </cell>
25298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25299 \begin_inset Text
25300
25301 \begin_layout Standard
25302 \begin_inset Formula $B_{V}$
25303 \end_inset
25304
25305
25306 \end_layout
25307
25308 \end_inset
25309 </cell>
25310 </row>
25311 <row topline="true">
25312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Standard
25316 B^V
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Standard
25325 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
25326 \end_inset
25327
25328
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 </row>
25334 <row topline="true" bottomline="true">
25335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Standard
25339 B^
25340 \begin_inset ERT
25341 status collapsed
25342
25343 \begin_layout Standard
25344
25345
25346 \backslash
25347 textvisiblespace 
25348 \end_layout
25349
25350 \end_inset
25351
25352 A
25353 \end_layout
25354
25355 \end_inset
25356 </cell>
25357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25358 \begin_inset Text
25359
25360 \begin_layout Standard
25361 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
25362 \end_inset
25363
25364
25365 \end_layout
25366
25367 \end_inset
25368 </cell>
25369 </row>
25370 </lyxtabular>
25371
25372 \end_inset
25373
25374
25375 \hfill
25376
25377 \end_layout
25378
25379 \end_inset
25380
25381
25382 \end_layout
25383
25384 \begin_layout Section
25385 Cuadros Coloreados
25386 \begin_inset LatexCommand label
25387 name "sec:Cuadros-Coloreados"
25388
25389 \end_inset
25390
25391
25392 \begin_inset LatexCommand index
25393 name "Cuadros ! Color"
25394
25395 \end_inset
25396
25397
25398 \end_layout
25399
25400 \begin_layout Subsection
25401 Color en Texto
25402 \begin_inset LatexCommand index
25403 name "Color ! en Texto"
25404
25405 \end_inset
25406
25407
25408 \end_layout
25409
25410 \begin_layout Standard
25411 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
25412  Esto requiere cargar el paquete LaTeX 
25413 \series bold
25414 color
25415 \series default
25416
25417 \begin_inset LatexCommand index
25418 name "LaTeX-paquetes ! color"
25419
25420 \end_inset
25421
25422  en el preámbulo del documento con
25423 \end_layout
25424
25425 \begin_layout Standard
25426
25427 \series bold
25428
25429 \backslash
25430 @ifundef\SpecialChar \textcompwordmark{}
25431 ined{textcolor}
25432 \newline
25433
25434 \begin_inset ERT
25435 status collapsed
25436
25437 \begin_layout Standard
25438
25439
25440 \backslash
25441 hphantom{ }
25442 \end_layout
25443
25444 \end_inset
25445
25446 {
25447 \backslash
25448 usepackage{color}}{}
25449 \end_layout
25450
25451 \begin_layout Standard
25452 LyX cargará automáticamente el paquete 
25453 \series bold
25454 color
25455 \series default
25456  cuando colorees texto
25457 \begin_inset Foot
25458 status collapsed
25459
25460 \begin_layout Standard
25461 Para evitar cargarlo dos veces se usa el comando 
25462 \series bold
25463
25464 \backslash
25465 @ifundef\SpecialChar \textcompwordmark{}
25466 ined
25467 \series default
25468 .
25469 \end_layout
25470
25471 \end_inset
25472
25473 .
25474 \end_layout
25475
25476 \begin_layout Standard
25477 \begin_inset VSpace medskip
25478 \end_inset
25479
25480 Los cuadros coloreados se crean con el comando 
25481 \series bold
25482
25483 \backslash
25484 colorbox
25485 \series default
25486 , de acuerdo con el siguiente esquema:
25487 \end_layout
25488
25489 \begin_layout Standard
25490
25491 \series bold
25492
25493 \backslash
25494 colorbox{color}{contenido del cuadro}
25495 \end_layout
25496
25497 \begin_layout Standard
25498 El contenido también puede ser un cuadro y los cuadros coloreados también
25499  pueden estar en otros cuadros.
25500 \end_layout
25501
25502 \begin_layout Standard
25503 Los siguientes colores están predefinidos:
25504 \newline
25505
25506 \family sans
25507 black
25508 \family default
25509
25510 \family sans
25511 blue
25512 \family default
25513
25514 \family sans
25515 cyan
25516 \family default
25517 \series bold
25518
25519 \family sans
25520 \series default
25521 green
25522 \family default
25523
25524 \family sans
25525 magenta
25526 \family default
25527
25528 \family sans
25529 red
25530 \family default
25531
25532 \family sans
25533 white
25534 \family default
25535
25536 \family sans
25537 yellow
25538 \family default
25539 .
25540 \newline
25541 También puedes definir tus propios colores según se explica en la sección\InsetSpace ~
25542
25543 \begin_inset LatexCommand ref
25544 reference "sec:Tablas-Coloreadas"
25545
25546 \end_inset
25547
25548 .
25549 \end_layout
25550
25551 \begin_layout Standard
25552 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
25553 \end_layout
25554
25555 \begin_layout Standard
25556
25557 \series bold
25558
25559 \backslash
25560 colorbox{red}{
25561 \end_layout
25562
25563 \begin_layout Standard
25564 en ERT antes de la palabra.
25565  Tras la palabra inserta una llave de cierre 
25566 \begin_inset Quotes eld
25567 \end_inset
25568
25569
25570 \series bold
25571 }
25572 \series default
25573
25574 \begin_inset Quotes erd
25575 \end_inset
25576
25577  en ERT.
25578 \newline
25579 Este es el resultado:
25580 \end_layout
25581
25582 \begin_layout Standard
25583 Línea en la que la palabra 
25584 \begin_inset ERT
25585 status collapsed
25586
25587 \begin_layout Standard
25588
25589
25590 \backslash
25591 colorbox{red}{
25592 \end_layout
25593
25594 \end_inset
25595
25596
25597 \begin_inset Quotes eld
25598 \end_inset
25599
25600 ¡Atención!
25601 \begin_inset Quotes erd
25602 \end_inset
25603
25604
25605 \begin_inset ERT
25606 status collapsed
25607
25608 \begin_layout Standard
25609
25610 }
25611 \end_layout
25612
25613 \end_inset
25614
25615  tiene fondo rojo.
25616 \end_layout
25617
25618 \begin_layout Standard
25619 \begin_inset VSpace bigskip
25620 \end_inset
25621
25622 Si quieres un marco de distinto color, puedes emplear el comando 
25623 \series bold
25624
25625 \backslash
25626 fcolorbox
25627 \series default
25628  con el esquema siguiente:
25629 \end_layout
25630
25631 \begin_layout Standard
25632
25633 \series bold
25634
25635 \backslash
25636 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
25637 \end_layout
25638
25639 \begin_layout Standard
25640
25641 \series bold
25642
25643 \backslash
25644 fcolorbox
25645 \series default
25646  es una extensión de 
25647 \series bold
25648
25649 \backslash
25650 colorbox
25651 \series default
25652 .
25653  El grosor del marco y el espacio entre él y el contenido se puede ajustar
25654  con las longitudes 
25655 \series bold
25656
25657 \backslash
25658 fboxrule
25659 \series default
25660  y 
25661 \series bold
25662
25663 \backslash
25664 fboxsep
25665 \series default
25666 , respectivamente, como se describe en la sección\InsetSpace ~
25667
25668 \begin_inset LatexCommand ref
25669 reference "sec:Cuadros-Enmarcados"
25670
25671 \end_inset
25672
25673 .
25674 \end_layout
25675
25676 \begin_layout Standard
25677 Para el ejemplo siguiente se ha utilizado el comando
25678 \end_layout
25679
25680 \begin_layout Standard
25681
25682 \series bold
25683
25684 \backslash
25685 fcolorbox{cyan}{magenta}{
25686 \end_layout
25687
25688 \begin_layout Standard
25689 Este es un ejemplo en el que se ha puesto un grosor de 1\InsetSpace \thinspace{}
25690 mm para la línea
25691  del marco:
25692 \newline
25693
25694 \begin_inset ERT
25695 status collapsed
25696
25697 \begin_layout Standard
25698
25699
25700 \backslash
25701 fboxrule 1mm 
25702 \backslash
25703 fboxsep 1mm
25704 \end_layout
25705
25706 \end_inset
25707
25708
25709 \begin_inset ERT
25710 status collapsed
25711
25712 \begin_layout Standard
25713
25714
25715 \backslash
25716 fcolorbox{cyan}{magenta}{
25717 \end_layout
25718
25719 \end_inset
25720
25721 Texto en un marco coloreado y enmarcado.
25722 \begin_inset ERT
25723 status collapsed
25724
25725 \begin_layout Standard
25726
25727 }
25728 \end_layout
25729
25730 \end_inset
25731
25732
25733 \end_layout
25734
25735 \begin_layout Standard
25736 \begin_inset VSpace bigskip
25737 \end_inset
25738
25739 Por supuesto también puedes colorear el texto en un marco coloreado:
25740 \newline
25741
25742 \begin_inset ERT
25743 status collapsed
25744
25745 \begin_layout Standard
25746
25747
25748 \backslash
25749 fcolorbox{cyan}{magenta}{
25750 \end_layout
25751
25752 \end_inset
25753
25754
25755 \color yellow
25756 Texto coloreado en un marco sombreado y coloreado.
25757 \color none
25758
25759 \begin_inset ERT
25760 status collapsed
25761
25762 \begin_layout Standard
25763
25764 }
25765 \end_layout
25766
25767 \end_inset
25768
25769
25770 \begin_inset ERT
25771 status collapsed
25772
25773 \begin_layout Standard
25774
25775
25776 \backslash
25777 fboxrule 0.4pt 
25778 \backslash
25779 fboxsep 3pt
25780 \end_layout
25781
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \begin_layout Standard
25788
25789 \series bold
25790 \begin_inset VSpace medskip
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \begin_layout Standard
25797 \begin_inset Note Greyedout
25798 status open
25799
25800 \begin_layout Standard
25801
25802 \series bold
25803 Nota:
25804 \series default
25805  El texto en cuadros coloreados no puede tener saltos de línea.
25806  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
25807  coloreado como se describe a continuación.
25808 \end_layout
25809
25810 \end_inset
25811
25812
25813 \end_layout
25814
25815 \begin_layout Subsection
25816 Color en Párrafos
25817 \begin_inset LatexCommand label
25818 name "sub:Color-en-Párrafos"
25819
25820 \end_inset
25821
25822
25823 \begin_inset LatexCommand index
25824 name "Color ! en Párrafos"
25825
25826 \end_inset
25827
25828
25829 \end_layout
25830
25831 \begin_layout Standard
25832 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
25833  Antes de la minipágina inserta el comando 
25834 \series bold
25835
25836 \backslash
25837 colorbox
25838 \end_layout
25839
25840 \begin_layout Standard
25841
25842 \series bold
25843
25844 \backslash
25845 colorbox{color}{
25846 \end_layout
25847
25848 \begin_layout Standard
25849 en ERT.
25850  Detrás de la minipágina inserta una llave de cierre 
25851 \begin_inset Quotes eld
25852 \end_inset
25853
25854
25855 \series bold
25856 }
25857 \series default
25858
25859 \begin_inset Quotes erd
25860 \end_inset
25861
25862  en ERT.
25863 \end_layout
25864
25865 \begin_layout Standard
25866 \begin_inset ERT
25867 status collapsed
25868
25869 \begin_layout Standard
25870
25871
25872 \backslash
25873 colorbox{grisclaro}{
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \begin_inset Box Frameless
25880 position "t"
25881 hor_pos "c"
25882 has_inner_box 1
25883 inner_pos "t"
25884 use_parbox 0
25885 width "100col%"
25886 special "none"
25887 height "1in"
25888 height_special "totalheight"
25889 status open
25890
25891 \begin_layout Standard
25892 Texto con color de fondo.
25893  Texto con color de fondo.
25894 \end_layout
25895
25896 \begin_layout Standard
25897 \begin_inset VSpace defskip
25898 \end_inset
25899
25900 El texto puede tener notas al pie
25901 \begin_inset Foot
25902 status open
25903
25904 \begin_layout Standard
25905 Otro ejemplo de nota
25906 \end_layout
25907
25908 \end_inset
25909
25910  y puede incluir tablas y figuras.
25911 \end_layout
25912
25913 \begin_layout Standard
25914 \align center
25915 \begin_inset Tabular
25916 <lyxtabular version="3" rows="3" columns="3">
25917 <features>
25918 <column alignment="center" valignment="top" leftline="true" width="0">
25919 <column alignment="center" valignment="top" leftline="true" width="0">
25920 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25921 <row topline="true">
25922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Standard
25926 a
25927 \end_layout
25928
25929 \end_inset
25930 </cell>
25931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25932 \begin_inset Text
25933
25934 \begin_layout Standard
25935 !
25936 \end_layout
25937
25938 \end_inset
25939 </cell>
25940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25941 \begin_inset Text
25942
25943 \begin_layout Standard
25944 3
25945 \end_layout
25946
25947 \end_inset
25948 </cell>
25949 </row>
25950 <row topline="true">
25951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25952 \begin_inset Text
25953
25954 \begin_layout Standard
25955 <
25956 \end_layout
25957
25958 \end_inset
25959 </cell>
25960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25961 \begin_inset Text
25962
25963 \begin_layout Standard
25964 b2
25965 \begin_inset Quotes erd
25966 \end_inset
25967
25968 |
25969 \end_layout
25970
25971 \end_inset
25972 </cell>
25973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25974 \begin_inset Text
25975
25976 \begin_layout Standard
25977 >
25978 \end_layout
25979
25980 \end_inset
25981 </cell>
25982 </row>
25983 <row topline="true" bottomline="true">
25984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25985 \begin_inset Text
25986
25987 \begin_layout Standard
25988 1
25989 \end_layout
25990
25991 \end_inset
25992 </cell>
25993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25994 \begin_inset Text
25995
25996 \begin_layout Standard
25997 §
25998 \end_layout
25999
26000 \end_inset
26001 </cell>
26002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26003 \begin_inset Text
26004
26005 \begin_layout Standard
26006 c
26007 \end_layout
26008
26009 \end_inset
26010 </cell>
26011 </row>
26012 </lyxtabular>
26013
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \end_inset
26020
26021
26022 \begin_inset ERT
26023 status collapsed
26024
26025 \begin_layout Standard
26026
26027 }
26028 \end_layout
26029
26030 \end_inset
26031
26032
26033 \end_layout
26034
26035 \begin_layout Section
26036 URLs (Localizador Uniforme de Recursos)
26037 \begin_inset LatexCommand index
26038 name "URLs"
26039
26040 \end_inset
26041
26042
26043 \end_layout
26044
26045 \begin_layout Standard
26046 Los enlaces a páginas web o direcciones de correo se insertan con el menú
26047  
26048 \family sans
26049 Insertar\SpecialChar \menuseparator
26050 URL
26051 \family default
26052 .
26053  Surge un diálogo con dos campos; el campo 
26054 \family sans
26055 URL
26056 \family default
26057  y el campo 
26058 \family sans
26059 Nombre
26060 \family default
26061  para la descripción del URL, que saldrá impreso como texto normal inmediatament
26062 e antes del URL.
26063 \end_layout
26064
26065 \begin_layout Standard
26066 He aquí un ejemplo de URL: 
26067 \begin_inset LatexCommand url
26068 name "Página de LyX"
26069 target "http://www.lyx.org"
26070
26071 \end_inset
26072
26073
26074 \end_layout
26075
26076 \begin_layout Standard
26077 La opción 
26078 \family sans
26079 Generar\InsetSpace ~
26080 hiperenlace
26081 \family default
26082  en el diálogo URL sólo tiene efecto al exportar el documento al formato
26083  
26084 \begin_inset Quotes eld
26085 \end_inset
26086
26087
26088 \family sans
26089 LinuxDoc
26090 \family default
26091
26092 \begin_inset Quotes erd
26093 \end_inset
26094
26095 .
26096 \end_layout
26097
26098 \begin_layout Standard
26099 No se puede cambiar el estilo del texto del enlace.
26100  El texto del campo 
26101 \family sans
26102 Nombre
26103 \family default
26104  tendrá el estilo de texto predeterminado para el documento mientras que
26105  el texto del campo 
26106 \family sans
26107 URL
26108 \family default
26109  tendrá el estilo 
26110 \begin_inset Quotes eld
26111 \end_inset
26112
26113
26114 \family sans
26115 Typewriter
26116 \family default
26117
26118 \begin_inset Quotes erd
26119 \end_inset
26120
26121 .
26122 \end_layout
26123
26124 \begin_layout Standard
26125 Cuando usas el paquete LaTeX 
26126 \series bold
26127 hyperref
26128 \series default
26129
26130 \begin_inset LatexCommand index
26131 name "LaTeX-paquetes ! hyperref"
26132
26133 \end_inset
26134
26135  para enlazar referencias cruzadas, en las salidas DVI y PDF los URLs se
26136  convierten automáticamente en hiperenlaces disponibles.
26137 \end_layout
26138
26139 \begin_layout Standard
26140 \begin_inset Note Greyedout
26141 status open
26142
26143 \begin_layout Standard
26144
26145 \series bold
26146 Nota: 
26147 \series default
26148 Cuando utilices los caracteres: "%", "#", "^", debes escribirlos precedidos
26149  por una barra invertida, p.\InsetSpace \thinspace{}
26150 e.\InsetSpace ~
26151
26152 \begin_inset Quotes eld
26153 \end_inset
26154
26155
26156 \backslash
26157 #
26158 \begin_inset Quotes erd
26159 \end_inset
26160
26161 .
26162  Los URLs no deben finalizar con una barra invertida.
26163 \end_layout
26164
26165 \end_inset
26166
26167
26168 \end_layout
26169
26170 \begin_layout Standard
26171 \begin_inset VSpace bigskip
26172 \end_inset
26173
26174 Para crear hiperenlaces reales sin tener que escribir la dirección del enlace
26175  en el texto, puedes usar el comando
26176 \end_layout
26177
26178 \begin_layout Standard
26179
26180 \series bold
26181
26182 \backslash
26183 href{dirección del enlace}{texto del enlace}
26184 \end_layout
26185
26186 \begin_layout Standard
26187 en ERT.
26188  Por ejemplo, para conseguir un enlace a la página web de LyX, escribe el
26189  comando
26190 \end_layout
26191
26192 \begin_layout Standard
26193
26194 \series bold
26195
26196 \backslash
26197 href{http://www.lyx.org}{
26198 \end_layout
26199
26200 \begin_layout Standard
26201 en ERT.
26202  Inserta después del comando el texto del enlace 
26203 \begin_inset Quotes eld
26204 \end_inset
26205
26206 Página de LyX
26207 \begin_inset Quotes erd
26208 \end_inset
26209
26210  seguido por una llave en ERT.
26211  Este es el resultado: 
26212 \begin_inset ERT
26213 status collapsed
26214
26215 \begin_layout Standard
26216
26217
26218 \backslash
26219 href{http://www.lyx.org}{
26220 \end_layout
26221
26222 \end_inset
26223
26224 Página de LyX
26225 \begin_inset ERT
26226 status collapsed
26227
26228 \begin_layout Standard
26229
26230 }
26231 \end_layout
26232
26233 \end_inset
26234
26235
26236 \end_layout
26237
26238 \begin_layout Standard
26239 Para enlazar a direcciones de correo, añade el prefijo 
26240 \begin_inset Quotes eld
26241 \end_inset
26242
26243
26244 \family sans
26245 mailto:
26246 \family default
26247
26248 \begin_inset Quotes erd
26249 \end_inset
26250
26251  a la dirección del enlace:
26252 \newline
26253 Correo para 
26254 \begin_inset ERT
26255 status collapsed
26256
26257 \begin_layout Standard
26258
26259
26260 \backslash
26261 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
26262 \end_layout
26263
26264 \end_inset
26265
26266 la lista de correo de documentación de LyX (lyx-docs)
26267 \begin_inset ERT
26268 status collapsed
26269
26270 \begin_layout Standard
26271
26272 }
26273 \end_layout
26274
26275 \end_inset
26276
26277 .
26278 \end_layout
26279
26280 \begin_layout Standard
26281 Emplear 
26282 \series bold
26283
26284 \backslash
26285 href
26286 \series default
26287  en vez del cuadro URL de LyX tiene la ventaja de que puedes especificar
26288  el estilo de texto del enlace como en las demás partes del texto.
26289  Puedes poner guiones y saltos de línea forzados para dividir textos extensos
26290  de enlaces en el margen de página.
26291  También puedes cambiar el estilo de texto para todos los URLs en el documento
26292  con una opción en el comando de carga de 
26293 \series bold
26294 hyperref
26295 \series default
26296 .
26297  Además las restricciones mencionadas antes no se aplican a 
26298 \series bold
26299
26300 \backslash
26301 href
26302 \series default
26303 .
26304  
26305 \end_layout
26306
26307 \begin_layout Standard
26308
26309 \end_layout
26310
26311 \begin_layout Standard
26312
26313 \newpage
26314
26315 \end_layout
26316
26317 \begin_layout Chapter
26318 \start_of_appendix
26319 Unidades disponibles en 
26320 \begin_inset ERT
26321 status collapsed
26322
26323 \begin_layout Standard
26324
26325
26326 \backslash
26327 texorpdfstring{
26328 \end_layout
26329
26330 \end_inset
26331
26332 LyX
26333 \begin_inset ERT
26334 status collapsed
26335
26336 \begin_layout Standard
26337
26338 }{LyX}
26339 \end_layout
26340
26341 \end_inset
26342
26343
26344 \begin_inset LatexCommand index
26345 name "Unidades"
26346
26347 \end_inset
26348
26349
26350 \begin_inset LatexCommand label
26351 name "cha:Unidades-disponibles-en"
26352
26353 \end_inset
26354
26355
26356 \begin_inset Note Note
26357 status collapsed
26358
26359 \begin_layout Standard
26360 El comando 
26361 \backslash
26362 texorpdfstring suministrado por el paquete LaTeX hyperref impide que los
26363  enlaces se muestren erróneamente en los marcadores PDF.
26364  Más información en 
26365 \begin_inset LatexCommand cite
26366 key "hyperref"
26367
26368 \end_inset
26369
26370 .
26371 \end_layout
26372
26373 \end_inset
26374
26375
26376 \end_layout
26377
26378 \begin_layout Standard
26379 Para comprender las unidades descritas en este manual, la Tabla\InsetSpace ~
26380
26381 \begin_inset LatexCommand ref
26382 reference "tab:Unidades"
26383
26384 \end_inset
26385
26386  describe todas las unidades disponibles en LyX.
26387 \end_layout
26388
26389 \begin_layout Standard
26390 \begin_inset Float table
26391 placement h
26392 wide false
26393 sideways false
26394 status open
26395
26396 \begin_layout Standard
26397 \begin_inset Caption
26398
26399 \begin_layout Standard
26400 \begin_inset LatexCommand label
26401 name "tab:Unidades"
26402
26403 \end_inset
26404
26405 Unidades
26406 \end_layout
26407
26408 \end_inset
26409
26410
26411 \end_layout
26412
26413 \begin_layout Standard
26414 \begin_inset VSpace medskip
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \begin_layout Standard
26421 \align center
26422 \begin_inset Tabular
26423 <lyxtabular version="3" rows="20" columns="2">
26424 <features>
26425 <column alignment="center" valignment="top" leftline="true" width="0">
26426 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26427 <row topline="true" bottomline="true">
26428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Standard
26432 unidad
26433 \end_layout
26434
26435 \end_inset
26436 </cell>
26437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26438 \begin_inset Text
26439
26440 \begin_layout Standard
26441 nombre/descripción
26442 \end_layout
26443
26444 \end_inset
26445 </cell>
26446 </row>
26447 <row topline="true">
26448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26449 \begin_inset Text
26450
26451 \begin_layout Standard
26452 mm
26453 \end_layout
26454
26455 \end_inset
26456 </cell>
26457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26458 \begin_inset Text
26459
26460 \begin_layout Standard
26461 milímetro
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 </row>
26467 <row topline="true">
26468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26469 \begin_inset Text
26470
26471 \begin_layout Standard
26472 cm
26473 \end_layout
26474
26475 \end_inset
26476 </cell>
26477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Standard
26481 centímetro
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 </row>
26487 <row topline="true">
26488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Standard
26492 in
26493 \end_layout
26494
26495 \end_inset
26496 </cell>
26497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26498 \begin_inset Text
26499
26500 \begin_layout Standard
26501 pulgada
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 pt
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 punto (72.27\InsetSpace \thinspace{}
26522 pt = 1\InsetSpace \thinspace{}
26523 in)
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 pc
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 pica (1\InsetSpace \thinspace{}
26544 pc = 12\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 sp
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 escalado (65536\InsetSpace \thinspace{}
26566 sp = 1\InsetSpace \thinspace{}
26567 pt)
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 bp
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 punto grande (72\InsetSpace \thinspace{}
26588 bp = 1\InsetSpace \thinspace{}
26589 in)
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 </row>
26595 <row topline="true">
26596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26597 \begin_inset Text
26598
26599 \begin_layout Standard
26600 dd
26601 \end_layout
26602
26603 \end_inset
26604 </cell>
26605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Standard
26609 didot (72\InsetSpace \thinspace{}
26610 dd 
26611 \begin_inset Formula $\approx$
26612 \end_inset
26613
26614  37.6\InsetSpace \thinspace{}
26615 mm)
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 cc
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 cicero (1\InsetSpace \thinspace{}
26636 cc = 12\InsetSpace \thinspace{}
26637 dd)
26638 \end_layout
26639
26640 \end_inset
26641 </cell>
26642 </row>
26643 <row topline="true">
26644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26645 \begin_inset Text
26646
26647 \begin_layout Standard
26648 Escala%
26649 \end_layout
26650
26651 \end_inset
26652 </cell>
26653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26654 \begin_inset Text
26655
26656 \begin_layout Standard
26657 % de anchura original de la imagen
26658 \end_layout
26659
26660 \end_inset
26661 </cell>
26662 </row>
26663 <row topline="true">
26664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26665 \begin_inset Text
26666
26667 \begin_layout Standard
26668 text%
26669 \end_layout
26670
26671 \end_inset
26672 </cell>
26673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26674 \begin_inset Text
26675
26676 \begin_layout Standard
26677 % de anchura de texto
26678 \end_layout
26679
26680 \end_inset
26681 </cell>
26682 </row>
26683 <row topline="true">
26684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Standard
26688 col%
26689 \end_layout
26690
26691 \end_inset
26692 </cell>
26693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26694 \begin_inset Text
26695
26696 \begin_layout Standard
26697 % de anchura de columna
26698 \end_layout
26699
26700 \end_inset
26701 </cell>
26702 </row>
26703 <row topline="true">
26704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26705 \begin_inset Text
26706
26707 \begin_layout Standard
26708 page%
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26714 \begin_inset Text
26715
26716 \begin_layout Standard
26717 % de anchura de página
26718 \end_layout
26719
26720 \end_inset
26721 </cell>
26722 </row>
26723 <row topline="true">
26724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26725 \begin_inset Text
26726
26727 \begin_layout Standard
26728 line%
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Standard
26737 % de anchura de línea
26738 \end_layout
26739
26740 \end_inset
26741 </cell>
26742 </row>
26743 <row topline="true">
26744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26745 \begin_inset Text
26746
26747 \begin_layout Standard
26748 theight%
26749 \end_layout
26750
26751 \end_inset
26752 </cell>
26753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26754 \begin_inset Text
26755
26756 \begin_layout Standard
26757 % de altura de texto
26758 \end_layout
26759
26760 \end_inset
26761 </cell>
26762 </row>
26763 <row topline="true">
26764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26765 \begin_inset Text
26766
26767 \begin_layout Standard
26768 pheight%
26769 \end_layout
26770
26771 \end_inset
26772 </cell>
26773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Standard
26777 % de altura de página
26778 \end_layout
26779
26780 \end_inset
26781 </cell>
26782 </row>
26783 <row topline="true">
26784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26785 \begin_inset Text
26786
26787 \begin_layout Standard
26788 ex
26789 \end_layout
26790
26791 \end_inset
26792 </cell>
26793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26794 \begin_inset Text
26795
26796 \begin_layout Standard
26797 altura de la letra 
26798 \emph on
26799 x
26800 \emph default
26801  en la fuente actual
26802 \end_layout
26803
26804 \end_inset
26805 </cell>
26806 </row>
26807 <row topline="true">
26808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26809 \begin_inset Text
26810
26811 \begin_layout Standard
26812 em
26813 \end_layout
26814
26815 \end_inset
26816 </cell>
26817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26818 \begin_inset Text
26819
26820 \begin_layout Standard
26821 anchura de la letra 
26822 \emph on
26823 M
26824 \emph default
26825  en la fuente actual
26826 \end_layout
26827
26828 \end_inset
26829 </cell>
26830 </row>
26831 <row topline="true" bottomline="true">
26832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26833 \begin_inset Text
26834
26835 \begin_layout Standard
26836 mu
26837 \end_layout
26838
26839 \end_inset
26840 </cell>
26841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26842 \begin_inset Text
26843
26844 \begin_layout Standard
26845 unidad matemática (1\InsetSpace \thinspace{}
26846 mu = 1/18\InsetSpace \thinspace{}
26847 em)
26848 \end_layout
26849
26850 \end_inset
26851 </cell>
26852 </row>
26853 </lyxtabular>
26854
26855 \end_inset
26856
26857
26858 \end_layout
26859
26860 \end_inset
26861
26862
26863 \end_layout
26864
26865 \begin_layout Chapter
26866 Formatos de Archivos de Salida con Gráficos
26867 \begin_inset LatexCommand label
26868 name "cha:Formatos-de-Archivos-de-Salida"
26869
26870 \end_inset
26871
26872
26873 \end_layout
26874
26875 \begin_layout Section
26876 DVI
26877 \begin_inset LatexCommand index
26878 name "Formatos de Archivo ! DVI"
26879
26880 \end_inset
26881
26882
26883 \begin_inset LatexCommand index
26884 name "DVI|see{Formatos de Archivo}"
26885
26886 \end_inset
26887
26888
26889 \end_layout
26890
26891 \begin_layout Standard
26892 Este tipo de archivo tiene la extensión 
26893 \begin_inset Quotes eld
26894 \end_inset
26895
26896
26897 \family typewriter
26898 .dvi
26899 \family default
26900
26901 \begin_inset Quotes erd
26902 \end_inset
26903
26904 .
26905  Se denomina 
26906 \begin_inset Quotes eld
26907 \end_inset
26908
26909 device-independent
26910 \begin_inset Quotes erd
26911 \end_inset
26912
26913  (DVI), porque es completamente portable; se pueden mover de una máquina
26914  a otra sin necesidad de conversión alguna.
26915  En la época en que se desarrolló este formato, esto no era un asunto baladí.
26916  Los DVIs se usan para previsualizaciones rápidas y como preparación para
26917  otros formatos de salida como PostScript.
26918 \end_layout
26919
26920 \begin_layout Standard
26921 \begin_inset Note Greyedout
26922 status open
26923
26924 \begin_layout Standard
26925
26926 \series bold
26927 Nota:
26928 \series default
26929  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
26930 \end_layout
26931
26932 \end_inset
26933
26934  Por tanto no debes olvidar esto si mueves archivos 
26935 \family typewriter
26936 .dvi
26937 \family default
26938  a otro ordenador.
26939  Esta característica también puede retardar la visualización del archivo,
26940  porque el visor DVI tiene que convertir la imagen en segundo plano para
26941  hacerla visible al deslizar el visor.
26942  Así pues recomendamos usar PDF para archivos con muchas imágenes.
26943 \end_layout
26944
26945 \begin_layout Standard
26946 Un documento se exporta a DVI con el menú 
26947 \family sans
26948 Archivo\SpecialChar \menuseparator
26949 Exportar\SpecialChar \menuseparator
26950 DVI
26951 \family default
26952 .
26953 \end_layout
26954
26955 \begin_layout Section
26956 PostScript
26957 \begin_inset LatexCommand label
26958 name "sec:PostScript"
26959
26960 \end_inset
26961
26962
26963 \begin_inset LatexCommand index
26964 name "Formatos de Archivo ! PostScript"
26965
26966 \end_inset
26967
26968
26969 \begin_inset LatexCommand index
26970 name "PostScript|see{Formatos de Archivo}"
26971
26972 \end_inset
26973
26974
26975 \end_layout
26976
26977 \begin_layout Standard
26978 Este tipo de archivo tiene la extensión 
26979 \begin_inset Quotes eld
26980 \end_inset
26981
26982
26983 \family typewriter
26984 .ps
26985 \family default
26986
26987 \begin_inset Quotes erd
26988 \end_inset
26989
26990 .
26991  PostScript fue desarrollado por la compañía 
26992 \family typewriter
26993 Adobe
26994 \family default
26995  como lenguaje para impresoras.
26996  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
26997  PostScript puede considerarse como un 
26998 \begin_inset Quotes eld
26999 \end_inset
27000
27001 lenguaje de programación
27002 \begin_inset Quotes erd
27003 \end_inset
27004
27005 ; con él puedes calcular y dibujar imágenes y diagramas
27006 \begin_inset Foot
27007 status collapsed
27008
27009 \begin_layout Standard
27010 Si estás interesado en este tema acude al paquete LaTeX 
27011 \series bold
27012 PSTricks
27013 \series default
27014  
27015 \begin_inset LatexCommand cite
27016 key "pstricks"
27017
27018 \end_inset
27019
27020 .
27021 \end_layout
27022
27023 \end_inset
27024
27025 .
27026  Por esto los archivos suelen ser más grandes que los PDFs.
27027 \end_layout
27028
27029 \begin_layout Standard
27030 Los archivos PostScript solo pueden contener imágenes en el formato 
27031 \begin_inset Quotes eld
27032 \end_inset
27033
27034 Encapsulated PostScript
27035 \begin_inset Quotes erd
27036 \end_inset
27037
27038  (EPS, extensión 
27039 \begin_inset Quotes eld
27040 \end_inset
27041
27042
27043 \family typewriter
27044 .eps
27045 \family default
27046
27047 \begin_inset Quotes erd
27048 \end_inset
27049
27050 ).
27051  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
27052  en segundo plano para convertir las imágenes a EPS.
27053  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
27054  cada vez que veas o exportes el documento.
27055  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
27056  puedes evitar el problema insertando las imágenes directamente en EPS.
27057 \end_layout
27058
27059 \begin_layout Standard
27060 El documento se puede exportar a PostScript con el menú 
27061 \family sans
27062 Archivo\SpecialChar \menuseparator
27063 Exportar\SpecialChar \menuseparator
27064 Postscript
27065 \family default
27066 .
27067 \end_layout
27068
27069 \begin_layout Section
27070 PDF
27071 \begin_inset LatexCommand label
27072 name "sec:PDF"
27073
27074 \end_inset
27075
27076
27077 \begin_inset LatexCommand index
27078 name "Formatos de Archivo ! PDF"
27079
27080 \end_inset
27081
27082
27083 \begin_inset LatexCommand index
27084 name "PDF"
27085
27086 \end_inset
27087
27088
27089 \end_layout
27090
27091 \begin_layout Standard
27092 Este tipo de archivo tiene la extensión 
27093 \begin_inset Quotes eld
27094 \end_inset
27095
27096
27097 \family typewriter
27098 .pdf
27099 \family default
27100
27101 \begin_inset Quotes erd
27102 \end_inset
27103
27104 .
27105  El formato 
27106 \begin_inset Quotes eld
27107 \end_inset
27108
27109 Portable Document Format
27110 \begin_inset Quotes erd
27111 \end_inset
27112
27113  (PDF) fue desarrollado por 
27114 \family typewriter
27115 Adobe
27116 \family default
27117  como derivado de PostScript.
27118  Es más comprimido y utiliza muchos menos comandos que PostScript.
27119  Como su nombre 
27120 \begin_inset Quotes eld
27121 \end_inset
27122
27123 portable
27124 \begin_inset Quotes erd
27125 \end_inset
27126
27127  indica, puede ser procesado por cualquier sistema operativo y la salida
27128  impresa se muestra exactamente igual.
27129 \end_layout
27130
27131 \begin_layout Standard
27132 PDF puede contener imágenes en su propio formato PDF, en el formato 
27133 \begin_inset Quotes eld
27134 \end_inset
27135
27136 Joint Photographic Experts Group
27137 \begin_inset Quotes erd
27138 \end_inset
27139
27140  (JPG, extensión 
27141 \begin_inset Quotes eld
27142 \end_inset
27143
27144
27145 \family typewriter
27146 .jpg
27147 \family default
27148
27149 \begin_inset Quotes erd
27150 \end_inset
27151
27152  o 
27153 \begin_inset Quotes eld
27154 \end_inset
27155
27156
27157 \family typewriter
27158 .jpeg
27159 \family default
27160
27161 \begin_inset Quotes erd
27162 \end_inset
27163
27164 ), y en el formato 
27165 \begin_inset Quotes eld
27166 \end_inset
27167
27168 Portable Network Graphics
27169 \begin_inset Quotes erd
27170 \end_inset
27171
27172  (PNG, extensión 
27173 \begin_inset Quotes eld
27174 \end_inset
27175
27176
27177 \family typewriter
27178 .png
27179 \family default
27180
27181 \begin_inset Quotes erd
27182 \end_inset
27183
27184 ).
27185  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
27186  en segundo plano a alguno de los anteriores.
27187  Pero como se ha comentado en la sección sobre PostScript, la conversión
27188  de gráficos ralentiza el trabajo.
27189  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
27190  mencionados.
27191 \end_layout
27192
27193 \begin_layout Standard
27194 Un documento se puede exportar a PDF con el menú 
27195 \family sans
27196 Archivo\SpecialChar \menuseparator
27197 Exportar
27198 \family default
27199  en tres modos diferentes:
27200 \end_layout
27201
27202 \begin_layout Description
27203 PDF Este utiliza el programa 
27204 \family typewriter
27205 ps2pdf
27206 \family default
27207  que crea un PDF a partir de una versión PostScript del archivo.
27208  La versión PostScript es producida por el programa 
27209 \family typewriter
27210 dvips
27211 \family default
27212  que usa una versión DVI como paso intermedio.
27213  Así que este modo de exportación consta de tres conversiones.
27214 \end_layout
27215
27216 \begin_layout Description
27217 PDF\InsetSpace ~
27218 (dvipdfm) Este utiliza el programa 
27219 \family typewriter
27220 dvipdfm
27221 \family default
27222  que convierte el archivo a DVI en segundo plano y en un segundo paso a
27223  PDF.
27224 \end_layout
27225
27226 \begin_layout Description
27227 PDF\InsetSpace ~
27228 (pdflatex) Este utiliza el programa 
27229 \family typewriter
27230 pdftex
27231 \family default
27232  que convierte directamente el archivo a PDF.
27233 \end_layout
27234
27235 \begin_layout Standard
27236 Se recomienda usar 
27237 \family sans
27238 PDF\InsetSpace ~
27239 (pdflatex)
27240 \family default
27241  porque 
27242 \family typewriter
27243 pdftex
27244 \family default
27245  soporta todas las características de las versiones actuales de PDF, es
27246  rápido y estable.
27247  El programa 
27248 \family typewriter
27249 dvipdfm
27250 \family default
27251  ya no se desarrolla y está un poco obsoleto.
27252 \end_layout
27253
27254 \begin_layout Chapter
27255 Explicación de la Ecuación\InsetSpace ~
27256
27257 \begin_inset LatexCommand eqref
27258 reference "eq:Wgn"
27259
27260 \end_inset
27261
27262
27263 \begin_inset LatexCommand label
27264 name "cha:Explicación-de-la-Ecuación"
27265
27266 \end_inset
27267
27268
27269 \end_layout
27270
27271 \begin_layout Standard
27272 La anchura total de 
27273 \emph on
27274 n
27275 \emph default
27276  celdas de una tabla 
27277 \begin_inset Formula $W_{\mathrm{tot\, n}}$
27278 \end_inset
27279
27280  puede calcularse con
27281 \end_layout
27282
27283 \begin_layout Standard
27284 \begin_inset Formula \begin{equation}
27285 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
27286
27287 \end_inset
27288
27289
27290 \end_layout
27291
27292 \begin_layout Standard
27293 donde 
27294 \begin_inset Formula $W_{g\, n}$
27295 \end_inset
27296
27297  es el ancho dado de todas las celdas.
27298  
27299 \series bold
27300
27301 \backslash
27302 tabcolsep
27303 \series default
27304  es la longitud LaTeX entre el texto y el borde de la celda, 6\InsetSpace \thinspace{}
27305 pt por defecto.
27306  
27307 \series bold
27308
27309 \backslash
27310 arrayrulewidth
27311 \series default
27312  es el grosor de línea del borde, 0.4\InsetSpace \thinspace{}
27313 pt por defecto.
27314 \end_layout
27315
27316 \begin_layout Standard
27317 Procediendo como en la ecuación\InsetSpace ~
27318
27319 \begin_inset LatexCommand eqref
27320 reference "eq:Wtot_n"
27321
27322 \end_inset
27323
27324 , el ancho total de una multicolumna, 
27325 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
27326 \end_inset
27327
27328  es
27329 \end_layout
27330
27331 \begin_layout Standard
27332 \begin_inset Formula \begin{equation}
27333 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
27334
27335 \end_inset
27336
27337
27338 \end_layout
27339
27340 \begin_layout Standard
27341 Igualando las ecuaciones\InsetSpace ~
27342
27343 \begin_inset LatexCommand eqref
27344 reference "eq:Wtot_n"
27345
27346 \end_inset
27347
27348  y 
27349 \begin_inset LatexCommand eqref
27350 reference "eq:Wtot_mult"
27351
27352 \end_inset
27353
27354  podemos calcular el ancho dado necesario 
27355 \begin_inset Formula $W_{g\, n}$
27356 \end_inset
27357
27358  cuando se expanden 
27359 \emph on
27360 n
27361 \emph default
27362  columnas, de forma que cada una de ellas tiene una anchura total  
27363 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
27364 \end_inset
27365
27366 :
27367 \end_layout
27368
27369 \begin_layout Standard
27370 \begin_inset Formula \begin{equation}
27371 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
27372
27373 \end_inset
27374
27375
27376 \end_layout
27377
27378 \begin_layout Bibliography
27379 \begin_inset LatexCommand bibitem
27380 key "latexcompanion"
27381
27382 \end_inset
27383
27384 Frank Mittelbach and Michel Goossens: 
27385 \emph on
27386 The LaTeX Companion Second Edition.
27387  
27388 \emph default
27389 Addison-Wesley, 2004
27390 \end_layout
27391
27392 \begin_layout Bibliography
27393 \begin_inset LatexCommand bibitem
27394 key "latexguide"
27395
27396 \end_inset
27397
27398 Helmut Kopka and Patrick W.
27399  Daly: 
27400 \emph on
27401 A Guide to LaTeX Fourth Edition.
27402  
27403 \emph default
27404 Addison-Wesley, 2003
27405 \end_layout
27406
27407 \begin_layout Bibliography
27408 \begin_inset LatexCommand bibitem
27409 key "latexbook"
27410
27411 \end_inset
27412
27413 Leslie Lamport: 
27414 \emph on
27415 LaTeX: A Document Preparation System.
27416  
27417 \emph default
27418 Addison-Wesley, second edition, 1994
27419 \end_layout
27420
27421 \begin_layout Bibliography
27422 \begin_inset LatexCommand bibitem
27423 key "booktabs"
27424
27425 \end_inset
27426
27427
27428 \begin_inset ERT
27429 status collapsed
27430
27431 \begin_layout Standard
27432
27433
27434 \backslash
27435 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
27436 {
27437 \end_layout
27438
27439 \end_inset
27440
27441 Documentación
27442 \begin_inset ERT
27443 status collapsed
27444
27445 \begin_layout Standard
27446
27447 }
27448 \end_layout
27449
27450 \end_inset
27451
27452  del paquete LaTeX 
27453 \series bold
27454 booktabs
27455 \series default
27456
27457 \begin_inset LatexCommand index
27458 name "LaTeX-paquetes ! booktabs"
27459
27460 \end_inset
27461
27462
27463 \end_layout
27464
27465 \begin_layout Bibliography
27466 \begin_inset LatexCommand bibitem
27467 key "caption"
27468
27469 \end_inset
27470
27471
27472 \begin_inset ERT
27473 status collapsed
27474
27475 \begin_layout Standard
27476
27477
27478 \backslash
27479 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
27480 \end_layout
27481
27482 \end_inset
27483
27484 Documentación
27485 \begin_inset ERT
27486 status collapsed
27487
27488 \begin_layout Standard
27489
27490 }
27491 \end_layout
27492
27493 \end_inset
27494
27495  del paquete LaTeX 
27496 \series bold
27497 caption
27498 \series default
27499
27500 \begin_inset LatexCommand index
27501 name "LaTeX-paquetes ! caption"
27502
27503 \end_inset
27504
27505
27506 \end_layout
27507
27508 \begin_layout Bibliography
27509 \begin_inset LatexCommand bibitem
27510 key "caption-de"
27511
27512 \end_inset
27513
27514 (En Alemán) 
27515 \begin_inset ERT
27516 status collapsed
27517
27518 \begin_layout Standard
27519
27520
27521 \backslash
27522 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
27523 {
27524 \end_layout
27525
27526 \end_inset
27527
27528 Documentación
27529 \begin_inset ERT
27530 status collapsed
27531
27532 \begin_layout Standard
27533
27534 }
27535 \end_layout
27536
27537 \end_inset
27538
27539  del paquete LaTeX 
27540 \series bold
27541 caption
27542 \end_layout
27543
27544 \begin_layout Bibliography
27545 \begin_inset LatexCommand bibitem
27546 key "endfloat"
27547
27548 \end_inset
27549
27550
27551 \begin_inset ERT
27552 status collapsed
27553
27554 \begin_layout Standard
27555
27556
27557 \backslash
27558 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
27559 {
27560 \end_layout
27561
27562 \end_inset
27563
27564 Documentación
27565 \begin_inset ERT
27566 status collapsed
27567
27568 \begin_layout Standard
27569
27570 }
27571 \end_layout
27572
27573 \end_inset
27574
27575  del paquete LaTeX 
27576 \series bold
27577 endf\SpecialChar \textcompwordmark{}
27578 loat
27579 \series default
27580
27581 \begin_inset LatexCommand index
27582 name "LaTeX-paquetes ! endfloat"
27583
27584 \end_inset
27585
27586
27587 \end_layout
27588
27589 \begin_layout Bibliography
27590 \begin_inset LatexCommand bibitem
27591 key "floatflt"
27592
27593 \end_inset
27594
27595
27596 \begin_inset ERT
27597 status collapsed
27598
27599 \begin_layout Standard
27600
27601
27602 \backslash
27603 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
27604 {
27605 \end_layout
27606
27607 \end_inset
27608
27609 Documentación
27610 \begin_inset ERT
27611 status collapsed
27612
27613 \begin_layout Standard
27614
27615 }
27616 \end_layout
27617
27618 \end_inset
27619
27620  del paquete LaTeX 
27621 \series bold
27622 floatf\SpecialChar \textcompwordmark{}
27623 lt
27624 \series default
27625
27626 \begin_inset LatexCommand index
27627 name "LaTeX-paquetes ! floatflt"
27628
27629 \end_inset
27630
27631
27632 \end_layout
27633
27634 \begin_layout Bibliography
27635 \begin_inset LatexCommand bibitem
27636 key "footmisc"
27637
27638 \end_inset
27639
27640
27641 \begin_inset ERT
27642 status collapsed
27643
27644 \begin_layout Standard
27645
27646
27647 \backslash
27648 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
27649 {
27650 \end_layout
27651
27652 \end_inset
27653
27654 Documentación
27655 \begin_inset ERT
27656 status collapsed
27657
27658 \begin_layout Standard
27659
27660 }
27661 \end_layout
27662
27663 \end_inset
27664
27665  del paquete LaTeX 
27666 \series bold
27667 footmisc
27668 \series default
27669
27670 \begin_inset LatexCommand index
27671 name "LaTeX-paquetes ! footmisc"
27672
27673 \end_inset
27674
27675
27676 \end_layout
27677
27678 \begin_layout Bibliography
27679 \begin_inset LatexCommand bibitem
27680 key "hypcap"
27681
27682 \end_inset
27683
27684
27685 \begin_inset ERT
27686 status collapsed
27687
27688 \begin_layout Standard
27689
27690
27691 \backslash
27692 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
27693 \end_layout
27694
27695 \end_inset
27696
27697 Documentación
27698 \begin_inset ERT
27699 status collapsed
27700
27701 \begin_layout Standard
27702
27703 }
27704 \end_layout
27705
27706 \end_inset
27707
27708  del paquete LaTeX 
27709 \series bold
27710 hypcap
27711 \series default
27712
27713 \begin_inset LatexCommand index
27714 name "LaTeX-paquetes ! hyperref"
27715
27716 \end_inset
27717
27718
27719 \end_layout
27720
27721 \begin_layout Bibliography
27722 \begin_inset LatexCommand bibitem
27723 key "hyperref"
27724
27725 \end_inset
27726
27727
27728 \begin_inset ERT
27729 status collapsed
27730
27731 \begin_layout Standard
27732
27733
27734 \backslash
27735 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
27736 {
27737 \end_layout
27738
27739 \end_inset
27740
27741 Documentación
27742 \begin_inset ERT
27743 status collapsed
27744
27745 \begin_layout Standard
27746
27747 }
27748 \end_layout
27749
27750 \end_inset
27751
27752  del paquete LaTeX 
27753 \series bold
27754 hyperref
27755 \series default
27756
27757 \begin_inset LatexCommand index
27758 name "LaTeX-paquetes ! hyperref"
27759
27760 \end_inset
27761
27762
27763 \end_layout
27764
27765 \begin_layout Bibliography
27766 \begin_inset LatexCommand bibitem
27767 key "koma-script"
27768
27769 \end_inset
27770
27771
27772 \begin_inset ERT
27773 status collapsed
27774
27775 \begin_layout Standard
27776
27777
27778 \backslash
27779 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
27780 df}{
27781 \end_layout
27782
27783 \end_inset
27784
27785 Documentación
27786 \begin_inset ERT
27787 status collapsed
27788
27789 \begin_layout Standard
27790
27791 }
27792 \end_layout
27793
27794 \end_inset
27795
27796  del paquete LaTeX 
27797 \series bold
27798 koma-script
27799 \series default
27800
27801 \begin_inset LatexCommand index
27802 name "LaTeX-paquetes ! koma-script"
27803
27804 \end_inset
27805
27806
27807 \end_layout
27808
27809 \begin_layout Bibliography
27810 \begin_inset LatexCommand bibitem
27811 key "koma-script-de"
27812
27813 \end_inset
27814
27815 (En Alemán) 
27816 \begin_inset ERT
27817 status collapsed
27818
27819 \begin_layout Standard
27820
27821
27822 \backslash
27823 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
27824 df}{
27825 \end_layout
27826
27827 \end_inset
27828
27829 Documentación
27830 \begin_inset ERT
27831 status collapsed
27832
27833 \begin_layout Standard
27834
27835 }
27836 \end_layout
27837
27838 \end_inset
27839
27840  del paquete LaTeX 
27841 \series bold
27842 koma-script
27843 \series default
27844
27845 \begin_inset LatexCommand index
27846 name "LaTeX-paquetes ! koma-script"
27847
27848 \end_inset
27849
27850
27851 \end_layout
27852
27853 \begin_layout Bibliography
27854 \begin_inset LatexCommand bibitem
27855 key "marginnote"
27856
27857 \end_inset
27858
27859
27860 \begin_inset ERT
27861 status collapsed
27862
27863 \begin_layout Standard
27864
27865
27866 \backslash
27867 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
27868 pdf}{
27869 \end_layout
27870
27871 \end_inset
27872
27873 Documentación
27874 \begin_inset ERT
27875 status collapsed
27876
27877 \begin_layout Standard
27878
27879 }
27880 \end_layout
27881
27882 \end_inset
27883
27884  del paquete LaTeX 
27885 \series bold
27886 marginnote
27887 \series default
27888
27889 \begin_inset LatexCommand index
27890 name "LaTeX-paquetes ! marginnote"
27891
27892 \end_inset
27893
27894
27895 \end_layout
27896
27897 \begin_layout Bibliography
27898 \begin_inset LatexCommand bibitem
27899 key "pstricks"
27900
27901 \end_inset
27902
27903
27904 \begin_inset ERT
27905 status collapsed
27906
27907 \begin_layout Standard
27908
27909
27910 \backslash
27911 href{http://tug.org/PSTricks/main.cgi/}{
27912 \end_layout
27913
27914 \end_inset
27915
27916 Página Web
27917 \begin_inset ERT
27918 status collapsed
27919
27920 \begin_layout Standard
27921
27922 }
27923 \end_layout
27924
27925 \end_inset
27926
27927  del paquete LaTeX 
27928 \series bold
27929 PSTricks
27930 \series default
27931
27932 \begin_inset LatexCommand index
27933 name "LaTeX-paquetes ! PSTricks"
27934
27935 \end_inset
27936
27937
27938 \end_layout
27939
27940 \begin_layout Bibliography
27941 \begin_inset LatexCommand bibitem
27942 key "sidecap"
27943
27944 \end_inset
27945
27946
27947 \begin_inset ERT
27948 status collapsed
27949
27950 \begin_layout Standard
27951
27952
27953 \backslash
27954 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
27955 \end_layout
27956
27957 \end_inset
27958
27959 Documentación
27960 \begin_inset ERT
27961 status collapsed
27962
27963 \begin_layout Standard
27964
27965 }
27966 \end_layout
27967
27968 \end_inset
27969
27970  del paquete LaTeX 
27971 \series bold
27972 sidecap
27973 \series default
27974
27975 \begin_inset LatexCommand index
27976 name "LaTeX-paquetes ! sidecap"
27977
27978 \end_inset
27979
27980
27981 \end_layout
27982
27983 \begin_layout Bibliography
27984 \begin_inset LatexCommand bibitem
27985 key "NewInLyX15"
27986
27987 \end_inset
27988
27989
27990 \begin_inset ERT
27991 status collapsed
27992
27993 \begin_layout Standard
27994
27995
27996 \backslash
27997 href{http://wiki.lyx.org/LyX/NewInLyX15}{
27998 \end_layout
27999
28000 \end_inset
28001
28002 Página Wiki
28003 \begin_inset ERT
28004 status collapsed
28005
28006 \begin_layout Standard
28007
28008 }
28009 \end_layout
28010
28011 \end_inset
28012
28013  sobre características nuevas previstas para la versión 
28014 \family sans
28015 LyX\InsetSpace ~
28016 1.5
28017 \family default
28018 .
28019 \end_layout
28020
28021 \begin_layout Standard
28022 \begin_inset LatexCommand printindex
28023
28024 \end_inset
28025
28026
28027 \end_layout
28028
28029 \begin_layout Standard
28030 \begin_inset FloatList figure
28031
28032 \end_inset
28033
28034
28035 \end_layout
28036
28037 \begin_layout Standard
28038 \begin_inset FloatList table
28039
28040 \end_inset
28041
28042
28043 \end_layout
28044
28045 \end_body
28046 \end_document