]> git.lyx.org Git - lyx.git/blob - lib/doc/es_EmbeddedObjects.lyx
EmbeddedObjects: missing bit
[lyx.git] / lib / doc / es_EmbeddedObjects.lyx
1 #LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 258
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % provides caption formatting
8 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}
9
10 % provides commands to set caption
11 % beside tables/images
12 \usepackage{sidecap}
13
14 \newcommand{\TabBesBeg}{%
15  \let\MyTable\table
16  \let\MyEndtable\endtable
17  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
18
19 \newcommand{\TabBesEnd}{%
20  \let\table\MyTable
21  \let\endtable\MyEndtable}
22
23 \newcommand{\FigBesBeg}{%
24  \let\MyFigure\figure
25  \let\MyEndfigure\endfigure
26  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
27
28 \newcommand{\FigBesEnd}{%
29  \let\figure\MyFigure
30  \let\endfigure\MyEndfigure}
31
32 % enables calculation of values,
33 \usepackage{calc}
34
35 % provides special table cell alignments
36 \usepackage{dcolumn}
37
38 % increase the bottom float placement fraction
39 \renewcommand{\bottomfraction}{0.5}
40
41 % avoids that floats are placed before their
42 % corresponding section starts
43 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
44
45 % speed up the longtable calculation
46 \setcounter{LTchunksize}{100}
47
48 % define a new reference format
49 \newrefformat{fig}
50  {Figura~flotante~\ref{#1} impresa en la página~\pageref{#1}}
51
52 % if pdflatex is used
53 \usepackage{ifpdf}
54 \ifpdf
55
56 % set fonts for nicer pdf view
57 \IfFileExists{lmodern.sty}
58  {\usepackage{lmodern}} % if it exists
59  {% if it exists not
60   \usepackage[scaled=0.92]{helvet}
61   \usepackage{mathptmx}
62   \usepackage{courier}
63  } % end if it exists not
64
65 % link all cross references and URLs
66 % in pdf output
67  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
68   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
69   pdfpagelayout=OneColumn, pdfnewwindow=true,
70   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
71   pdfauthor={LyX Team}, pdftex,
72   pdftitle={LyX's Figure, Table, Floats, Notes, and Boxes manual},
73   pdfsubject={LyX-documentation about figures, tables, floats, notes, and boxes},
74   pdfkeywords={LyX, Tables, Figures, Floats, Boxes, Notes}]{hyperref}
75  
76 \else % if dvi or ps is produced
77
78  % link all cross references and URLs in DVI output
79  \usepackage[ps2pdf, colorlinks=true,
80   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
81
82 \fi % end if pdflatex is used
83
84 % that links to image floats jumps
85 % to the beginning of the float and 
86 % not to its caption
87 \usepackage[figure]{hypcap}
88
89 % used for colored tables
90 \@ifundefined{textcolor}
91  {\usepackage{color}}{}
92 \usepackage{colortbl}
93 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
94 \definecolor{grisclaro}{gray}{0.8}
95
96 % used for multirows
97 \usepackage{multirow}
98 %\renewcommand{\multirowsetup}{\centering}
99
100 % used for book-style tables
101 \usepackage{booktabs}
102
103 % used to have extra space in table cells,
104 \setlength{\extrarowheight}{2pt}
105
106 % used for customized tables
107 % ---
108 \newcolumntype{M}[1]
109  {>{\centering\hspace{0pt}}m{#1}}
110
111 \newcolumntype{S}[2]
112  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
113
114 \newcolumntype{K}[1]
115  {>{\columncolor{#1}\hspace{0pt}}c}
116
117 \newcolumntype{V}{!{\vrule width 1.5pt}}
118
119 \newcolumntype{W}{!{\color{green}\vline}}
120 % ---
121
122 % To be able to enter the characters ° and · directly in LyX
123 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
124 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
125
126 % the pages of the TOC are numbered roman
127 % and a PDF-bookmark for the TOC is added
128 \pagenumbering{roman}
129 \let\myTOC\tableofcontents
130 \renewcommand{\tableofcontents}{%
131  \pdfbookmark[1]{Contenidos}{}
132  \myTOC
133  \clearpage
134  \pagenumbering{arabic}}
135
136 % insert additional vertical space of
137 % 1.5 mm between footnotes
138 \let\myFoot\footnote
139 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
140
141 % enable algorithm floats to be referenced
142 \newfloat{Xalgorithm}{tbp}{loa}
143 \floatname{Xalgorithm}{Algoritmo}
144 \newcommand{\theHalgorithm}{\theHXalgorithm}
145 \renewenvironment{algorithm}[1][tbp]
146  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
147
148 % number algorithm floats within chapters
149 \numberwithin{Xalgorithm}{chapter}
150
151 % redefine the greyed out note
152 \renewenvironment{lyxgreyedout}
153  {\textcolor{blue}\bgroup}{\egroup}
154
155 % ------------------------------------
156 % used to check for needed LaTeX packages
157 \usepackage{ifthen}
158
159 % check for package arydshln
160 % used for tables with dashed lines
161 \newboolean{arydshln}
162 \IfFileExists{arydshln.sty}
163  {\usepackage{arydshln}
164   \setboolean{arydshln}{true}}
165  {\setboolean{arydshln}{false}}
166
167 % check for package marginnote
168 % used for margin notes
169 \newboolean{marginnote}
170 \IfFileExists{marginnote.sty}
171  {\usepackage{marginnote}
172   \let\marginpar\marginnote
173   \setboolean{marginnote}{true}}
174  {\setboolean{marginnote}{false}}
175 \end_preamble
176 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage
177 \language spanish
178 \inputencoding auto
179 \font_roman default
180 \font_sans default
181 \font_typewriter default
182 \font_default_family default
183 \font_sc false
184 \font_osf false
185 \font_sf_scale 100
186 \font_tt_scale 100
187 \graphics default
188 \paperfontsize 12
189 \spacing single
190 \papersize default
191 \use_geometry false
192 \use_amsmath 2
193 \use_esint 0
194 \cite_engine basic
195 \use_bibtopic false
196 \paperorientation portrait
197 \secnumdepth 3
198 \tocdepth 3
199 \paragraph_separation skip
200 \defskip medskip
201 \quotes_language english
202 \papercolumns 1
203 \papersides 2
204 \paperpagestyle default
205 \bullet 1 1 34 -1
206 \bullet 2 2 35 -1
207 \bullet 3 2 7 -1
208 \tracking_changes false
209 \output_changes true
210 \author "usti" 
211 \end_header
212
213 \begin_body
214
215 \begin_layout Title
216 Manual de Tablas, Figuras, Flotantes, Notas y Cuadros en LyX
217 \end_layout
218
219 \begin_layout Author
220 por el Equipo LyX
221 \begin_inset Foot
222 status collapsed
223
224 \begin_layout Standard
225 \noindent
226 Si tienes comentarios o correcciones, por favor, envíalo a la lista de correo
227  de Documentación de LyX: 
228 \family typewriter
229
230 \begin_inset ERT
231 status collapsed
232
233 \begin_layout Standard
234
235
236 \backslash
237 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's es-ExtendedInsets manual}{
238 \end_layout
239
240 \end_inset
241
242 lyx-docs@lists.lyx.org
243 \begin_inset ERT
244 status collapsed
245
246 \begin_layout Standard
247
248 }
249 \end_layout
250
251 \end_inset
252
253
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Note Note
260 status collapsed
261
262 \begin_layout Standard
263 autor original: Uwe Stöhr
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Note Note
270 status collapsed
271
272 \begin_layout Standard
273 Traducción de: Ignacio García <ignacio.garcia@tele2.es> 
274 \end_layout
275
276 \end_inset
277
278
279 \newline
280
281 \newline
282
283 \family sans
284 Versión 1.5.0-1
285 \end_layout
286
287 \begin_layout Standard
288 \begin_inset LatexCommand tableofcontents
289
290 \end_inset
291
292
293 \end_layout
294
295 \begin_layout Standard
296
297 \lang english
298 \begin_inset Note Note
299 status open
300
301 \begin_layout Standard
302
303 \lang english
304 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
305  
306 \series bold
307 arydshln
308 \series default
309  and 
310 \series bold
311 marginnote
312 \series default
313  must be installed.
314  If they are not installed you can export the document anyway but the sections
315  where the packages are required won't appear in the output.
316 \end_layout
317
318 \begin_layout Standard
319
320 \lang english
321 The latest PDF-version of this document can be found here:
322 \newline
323
324 \series bold
325 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
326 \end_layout
327
328 \end_inset
329
330
331 \end_layout
332
333 \begin_layout Chapter
334 Figuras
335 \begin_inset LatexCommand label
336 name "cha:Figuras"
337
338 \end_inset
339
340
341 \begin_inset LatexCommand index
342 name "Figuras"
343
344 \end_inset
345
346
347 \end_layout
348
349 \begin_layout Section
350 Diálogo Gráficos
351 \begin_inset LatexCommand index
352 name "Figuras ! Diálogo Gráficos"
353
354 \end_inset
355
356
357 \end_layout
358
359 \begin_layout Standard
360 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
361  texto que desees y haz click en el icono 
362 \begin_inset Graphics
363         filename ../images/dialog-show-new-inset_graphics.xpm
364         scale 85
365
366 \end_inset
367
368  o en el menú 
369 \family sans
370 Insertar\SpecialChar \menuseparator
371 Imagen\SpecialChar \ldots{}
372
373 \family default
374  Aparecerá un diálogo para escoger el archivo a cargar.
375  La imagen aparecerá en el archivo de salida exactamente en la misma posición
376  en la que la has colocado.
377 \end_layout
378
379 \begin_layout Standard
380 El diálogo Gráficos puede lanzarse en cualquier momento haciendo click-derecha
381  sobre una imagen.
382  Este diálogo tiene tres pestañas:
383 \end_layout
384
385 \begin_layout Description
386 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
387  presentación en LyX y en la salida.
388  En el apéndice\InsetSpace ~
389
390 \begin_inset LatexCommand ref
391 reference "cha:Unidades-disponibles-en"
392
393 \end_inset
394
395  se detallan las unidades disponibles para el tamaño del gráfico.
396 \newline
397 Puedes girar
398  los gráficos en el sentido de las agujas de reloj estableciendo un ángulo
399  y un origen de rotación.
400  La imagen también gira en LyX.
401 \end_layout
402
403 \begin_layout Description
404 Recorte Alternativamente al escalado, es posible establacer las coordenadas
405  de la imagen para ajustar su altura y anchura en la salida.
406  Además, las coordenadas se pueden calcular automáticamente pinchando el
407  botón 
408 \family sans
409 Obtener\InsetSpace ~
410 de\InsetSpace ~
411 archivo
412 \family default
413 .
414  El botón 
415 \family sans
416 Recortar\InsetSpace ~
417 al\InsetSpace ~
418 cuadro\InsetSpace ~
419 delimitador
420 \family default
421  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
422 as.
423  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta pestaña.
424 \end_layout
425
426 \begin_layout Description
427 Opciones\InsetSpace ~
428 extra Aquí puedes poner una imagen como subfigura de una figura
429  flotante que tiene su propio título.
430  Las subfiguras se explican en la sección\InsetSpace ~
431
432 \begin_inset LatexCommand ref
433 reference "sec:Figuras-Flotantes"
434
435 \end_inset
436
437 .
438 \newline
439 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
440 \newline
441 La
442  opción 
443 \family sans
444 Modo\InsetSpace ~
445 borrador
446 \family default
447  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
448 \newline
449 La
450  opción 
451 \family sans
452 No\InsetSpace ~
453 descomprimir\InsetSpace ~
454 al\InsetSpace ~
455 exportar
456 \family default
457  sólo afecta a los gráficos EPS comprimidos, p.\InsetSpace \thinspace{}
458 e.\InsetSpace ~
459
460 \emph on
461 x.eps.gz
462 \emph default
463 .
464  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
465  puesto que LaTeX puede manejarlas como están.
466 \newline
467 Los gráficos EPS comprimidos
468  sirven para ahorrar espacio de disco si se utiliza PostScript como formato
469  de salida, ver apéndice\InsetSpace ~
470
471 \begin_inset LatexCommand ref
472 reference "sec:PostScript"
473
474 \end_inset
475
476 .
477  Para comprimir gráficos EPS, use los siguientes comandos en un UNIX-shell
478  o en consola de Windows:
479 \newline
480
481 \series bold
482 gzip x.eps
483 \series default
484
485 \newline
486
487 \series bold
488 zgrep %%Bounding x.eps.gz > x.eps.bb
489 \series default
490
491 \newline
492 El segundo comando crea un archivo de cuadro delimitador 
493 \begin_inset Quotes eld
494 \end_inset
495
496 x.eps.bb
497 \begin_inset Quotes erd
498 \end_inset
499
500  que necesita LaTeX para gráficos comprimidos.
501 \end_layout
502
503 \begin_layout Standard
504
505 \newpage
506
507 \end_layout
508
509 \begin_layout Standard
510 Esto es un ejemplo de imagen en formato EPS
511 \begin_inset Foot
512 status collapsed
513
514 \begin_layout Standard
515 Formatos de imagen se explica en el sección\InsetSpace ~
516
517 \begin_inset LatexCommand ref
518 reference "sec:Formatos-de-imagen"
519
520 \end_inset
521
522 .
523 \end_layout
524
525 \end_inset
526
527  en un párrafo separado centrado horizontalmente:
528 \end_layout
529
530 \begin_layout Standard
531 \align center
532 \begin_inset Graphics
533         filename mobius.eps
534         display color
535         scale 70
536         rotateOrigin center
537
538 \end_inset
539
540
541 \end_layout
542
543 \begin_layout Standard
544 Esta es la misma imagen pero en modo borrador:
545 \end_layout
546
547 \begin_layout Standard
548 \align center
549 \begin_inset Graphics
550         filename mobius.eps
551         display color
552         scale 70
553         draft
554         rotateOrigin center
555
556 \end_inset
557
558
559 \end_layout
560
561 \begin_layout Section
562 Figuras Flotantes
563 \begin_inset LatexCommand label
564 name "sec:Figuras-Flotantes"
565
566 \end_inset
567
568
569 \begin_inset LatexCommand index
570 name "Flotantes ! Figuras Flotantes"
571
572 \end_inset
573
574
575 \begin_inset LatexCommand index
576 name "Figuras ! Flotantes"
577
578 \end_inset
579
580
581 \end_layout
582
583 \begin_layout Standard
584 Para información general sobre flotantes, echa una ojeada a la sección\InsetSpace ~
585
586 \begin_inset LatexCommand ref
587 reference "sec:IntroducciónFlotantes"
588
589 \end_inset
590
591 .
592 \end_layout
593
594 \begin_layout Standard
595 El botón 
596 \begin_inset Graphics
597         filename ../images/float-insert_figure.xpm
598         scale 85
599
600 \end_inset
601
602  y el menú 
603 \family sans
604 Insertar\SpecialChar \menuseparator
605 Flotante\SpecialChar \menuseparator
606 Figura
607 \family default
608  insertan un flotante con la etiqueta "
609 \series bold
610 Figura #:
611 \series default
612 ".
613  Detrás de esta etiqueta escribe el texto para el encabezado que quieras
614  para la figura.
615  Para insertar una imagen sobre su título sitúa el cursor delante del encabezado
616 , presiona Enter e inserta la imagen como se describe arriba.
617  Esto se hace para la Figura\InsetSpace ~
618
619 \begin_inset LatexCommand ref
620 reference "fig:kill-plat"
621
622 \end_inset
623
624 .
625  Si quieres que la imagen esté bajo su título, sitúa el cursor detrás del
626  mismo, presiona Enter e inserta la imagen.
627  Esto se hace para la Figura\InsetSpace ~
628
629 \begin_inset LatexCommand ref
630 reference "fig:escher"
631
632 \end_inset
633
634 .
635  Más información sobre ubicación de encabezados en la sección\InsetSpace ~
636
637 \begin_inset LatexCommand ref
638 reference "sec:Colocación-de-Encabezados"
639
640 \end_inset
641
642 .
643 \end_layout
644
645 \begin_layout Standard
646 \begin_inset Float figure
647 wide false
648 sideways false
649 status open
650
651 \begin_layout Standard
652 \align center
653 \begin_inset Graphics
654         filename platypus.eps
655         display color
656         width 50col%
657         rotateOrigin center
658
659 \end_inset
660
661
662 \end_layout
663
664 \begin_layout Standard
665 \begin_inset Caption
666
667 \begin_layout Standard
668 \begin_inset LatexCommand label
669 name "fig:kill-plat"
670
671 \end_inset
672
673 Un platypus muy distorsionado en un flotante.
674 \end_layout
675
676 \end_inset
677
678
679 \end_layout
680
681 \end_inset
682
683
684 \end_layout
685
686 \begin_layout Standard
687 \begin_inset Float figure
688 wide false
689 sideways false
690 status open
691
692 \begin_layout Standard
693 \begin_inset Caption
694
695 \begin_layout Standard
696 \begin_inset LatexCommand label
697 name "fig:escher"
698
699 \end_inset
700
701 M.C.
702  Escher en ácido.
703 \end_layout
704
705 \end_inset
706
707
708 \end_layout
709
710 \begin_layout Standard
711 \align center
712 \begin_inset Graphics
713         filename escher-lsd.eps
714         display color
715         scale 80
716         rotateOrigin center
717
718 \end_inset
719
720
721 \end_layout
722
723 \end_inset
724
725
726 \end_layout
727
728 \begin_layout Standard
729 \begin_inset LatexCommand index
730 name "Referencias ! a Figuras"
731
732 \end_inset
733
734 Las figuras\InsetSpace ~
735
736 \begin_inset LatexCommand ref
737 reference "fig:kill-plat"
738
739 \end_inset
740
741  y 
742 \begin_inset LatexCommand ref
743 reference "fig:escher"
744
745 \end_inset
746
747  son ejemplos de figuras con referencias cruzadas.
748  Las figuras pueden tener referencias cruzadas en el documento mediante
749  referencia a su etiqueta.
750  Para hacerlo inserta una etiqueta en el encabezado usando el menú 
751 \family sans
752 Insertar\SpecialChar \menuseparator
753 Etiqueta
754 \family default
755  o el botón 
756 \begin_inset Graphics
757         filename ../images/label-insert.xpm
758         scale 85
759
760 \end_inset
761
762 .
763  Ahora puedes referirte a la etiqueta usando el menú 
764 \family sans
765 Insertar\SpecialChar \menuseparator
766 Referencia\InsetSpace ~
767 cruzada
768 \family default
769  o el botón 
770 \begin_inset Graphics
771         filename ../images/dialog-show-new-inset_ref.xpm
772         scale 85
773
774 \end_inset
775
776 .
777  Es importante emplear referencias a flotantes, mejor que alusiones vagas
778  como "la figura de arriba", porque como LaTeX recolocará los flotantes
779  en el documento final, podría no quedar "arriba" precisamente.
780 \end_layout
781
782 \begin_layout Standard
783 Normalmente sólo se inserta una imagen en un flotante, pero a veces podríamos
784  querer poner dos imágenes con subtítulos separados.
785  Esto es posible mediante la pestaña 
786 \family sans
787 Opciones\InsetSpace ~
788 extra
789 \family default
790  del diálogo gráficos.
791  Elije la opción 
792 \family sans
793 Subfigura
794 \family default
795  e introduce el subtítulo en la casilla 
796 \family sans
797 Descripción
798 \family default
799 .
800  Observa que sólo el título principal del encabezado del flotante se añade
801  a la Lista de Figuras.
802 \end_layout
803
804 \begin_layout Standard
805 La figura\InsetSpace ~
806
807 \begin_inset LatexCommand ref
808 reference "fig:Dos-imágenes-distorsionadas"
809
810 \end_inset
811
812  es un ejemplo de figura flotante con dos imágenes una junto a otra.
813  También se pueden poner una sobre otra.
814 \end_layout
815
816 \begin_layout Standard
817 \begin_inset Float figure
818 wide false
819 sideways false
820 status open
821
822 \begin_layout Standard
823
824 \hfill
825
826 \begin_inset Graphics
827         filename escher-lsd.eps
828         width 45col%
829         subcaption
830         subcaptionText "Estructura indefinible"
831
832 \end_inset
833
834
835 \hfill
836
837 \begin_inset Graphics
838         filename platypus.eps
839         lyxscale 60
840         width 45col%
841         subcaption
842         subcaptionText "Platypus"
843
844 \end_inset
845
846
847 \hfill
848
849 \end_layout
850
851 \begin_layout Standard
852 \begin_inset Caption
853
854 \begin_layout Standard
855 \begin_inset LatexCommand label
856 name "fig:Dos-imágenes-distorsionadas"
857
858 \end_inset
859
860 Dos imágenes distorsionadas.
861 \end_layout
862
863 \end_inset
864
865
866 \end_layout
867
868 \end_inset
869
870
871 \end_layout
872
873 \begin_layout Section
874 Formatos de Imagen
875 \begin_inset LatexCommand label
876 name "sec:Formatos-de-imagen"
877
878 \end_inset
879
880
881 \begin_inset LatexCommand index
882 name "Formatos de Imagen"
883
884 \end_inset
885
886
887 \begin_inset LatexCommand index
888 name "Figuras ! Formatos de Imagen"
889
890 \end_inset
891
892
893 \end_layout
894
895 \begin_layout Standard
896 Puedes insertar imágenes en cualquier formato.
897  Pero como se explica en el apéndice \InsetSpace ~
898
899 \begin_inset LatexCommand ref
900 reference "cha:Formatos-de-Archivos-de-Salida"
901
902 \end_inset
903
904 , cada formato de archivo del documento de salida permite solo ciertos formatos
905  de archivo de imagen.
906  Por eso LyX usa el programa 
907 \family sans
908 Imagemagick
909 \family default
910  en segundo plano para convertir imágenes al formato adecuado.
911  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
912  los formatos de imagen admitidos en el formato de archivo de salida.
913  Los formatos de salida se explican en el apéndice \InsetSpace ~
914
915 \begin_inset LatexCommand ref
916 reference "cha:Formatos-de-Archivos-de-Salida"
917
918 \end_inset
919
920 .
921 \end_layout
922
923 \begin_layout Standard
924 Como en el caso de las fuentes, hay dos tipos de archivos de imagen::
925 \end_layout
926
927 \begin_layout Description
928 Imágenes\InsetSpace ~
929 Mapa\InsetSpace ~
930 de\InsetSpace ~
931 bits (Bitmap) consiste en valores de píxel, generalmente comprimid
932 os.
933  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
934  de zoom.
935  Formatos de imágenes en bitmap bien conocidos son "Graphics Interchange
936  Format" (GIF, extensión ".gif")
937 \begin_inset LatexCommand index
938 name "GIF|see{Formatos de Imagen}"
939
940 \end_inset
941
942 , "Portable Network Graphics" (PNG, extensión ".png")
943 \begin_inset LatexCommand index
944 name "PNG|see{Formatos de Imagen}"
945
946 \end_inset
947
948 , y "Joint Photographic Experts Group" (JPG, extensión ".jpg" o ".jpeg")
949 \begin_inset LatexCommand index
950 name "JPG|see{Formatos de Imagen}"
951
952 \end_inset
953
954 .
955 \end_layout
956
957 \begin_layout Description
958 Imágenes\InsetSpace ~
959 vectoriales consisten en vectores y por tanto pueden escalarse a
960  cualquier tamaño sin pérdidas.
961  La posibilidad de escalado hace falta para crear presentaciones, porque
962  éstas siempre son escaladas por el proyector.
963  El escalado también es útil en los documentoos en línea para permitir el
964  zoom en diagramas.
965 \newline
966 Formatos de imagen escalables pueden ser "Scalable Vector
967  Graphics" (SVG, extensión ".svg")
968 \begin_inset LatexCommand index
969 name "SVG|see{Formatos de Imagen}"
970
971 \end_inset
972
973 , "Encapsulated PostScript" (EPS, extensión ".eps")
974 \begin_inset LatexCommand index
975 name "EPS|see{Formatos de Imagen}"
976
977 \end_inset
978
979 , "Portabla Document Format" (PDF, extensión ".pdf")
980 \begin_inset LatexCommand index
981 name "PDF|see{Formatos de Imagen}"
982
983 \end_inset
984
985 , y "Windows Metafile" (WMF, extensión ".wmf")
986 \begin_inset LatexCommand index
987 name "WMF|see{Formatos de Imagen}"
988
989 \end_inset
990
991 .
992  Escribimos "pueden ser", porque se puede convertir cualquier imagen bitmap
993  a PDF o EPS y el resultado será todavía una imagen bitmap.
994  En estos casos sólo se añade una cabecera con las propiedades de la imagen
995  a la imagen original
996 \begin_inset Foot
997 status open
998
999 \begin_layout Standard
1000 En el caso de PDF, además se comprime la imagen original.
1001 \end_layout
1002
1003 \end_inset
1004
1005 .
1006  Por ejemplo, los archivos PDF generados por 
1007 \family sans
1008 Adobe Photoshop
1009 \family default
1010  son imágenes bitmap.
1011 \end_layout
1012
1013 \begin_layout Standard
1014 Normalmente no es posible convertir una imagen bitmap a escalable, sólo
1015  viceversa.
1016  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1017  archivos de salida PDF y PostScript, respectivamente.
1018  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1019  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1020 \begin_inset Formula $\to$
1021 \end_inset
1022
1023  PDF/EPS.
1024 \end_layout
1025
1026 \begin_layout Chapter
1027 Tablas
1028 \begin_inset LatexCommand label
1029 name "cha:Tablas"
1030
1031 \end_inset
1032
1033
1034 \begin_inset LatexCommand index
1035 name "Tablas"
1036
1037 \end_inset
1038
1039
1040 \end_layout
1041
1042 \begin_layout Section
1043 Introducción
1044 \begin_inset LatexCommand index
1045 name "Tablas ! Introducción"
1046
1047 \end_inset
1048
1049
1050 \end_layout
1051
1052 \begin_layout Standard
1053 Puede insertarse una tabla mediante el botón
1054 \begin_inset Graphics
1055         filename ../images/tabular-insert.xpm
1056         scale 85
1057
1058 \end_inset
1059
1060  o el menú 
1061 \family sans
1062 Insertar\SpecialChar \menuseparator
1063 Tabla
1064 \family default
1065 .
1066  Aparece un diálogo en el que se pide el número de filas y columnas.
1067  Por defecto, la tabla tiene líneas que enmarcan cada celda y la primera
1068  fila aparece separada por una línea doble: la línea inferior de la primera
1069  fila y la línea superior de la segunda fila.
1070  Ejemplo de tabla:
1071 \end_layout
1072
1073 \begin_layout Standard
1074 \align center
1075 \begin_inset Tabular
1076 <lyxtabular version="3" rows="4" columns="4">
1077 <features>
1078 <column alignment="center" valignment="top" leftline="true" width="0">
1079 <column alignment="center" valignment="top" leftline="true" width="0pt">
1080 <column alignment="center" valignment="top" leftline="true" width="0in">
1081 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1082 <row topline="true" bottomline="true">
1083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1084 \begin_inset Text
1085
1086 \begin_layout Standard
1087
1088 \end_layout
1089
1090 \end_inset
1091 </cell>
1092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1093 \begin_inset Text
1094
1095 \begin_layout Standard
1096
1097 \family roman
1098 \series medium
1099 \shape up
1100 \size normal
1101 \emph off
1102 \bar no
1103 \noun off
1104 \color none
1105 1
1106 \end_layout
1107
1108 \end_inset
1109 </cell>
1110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1111 \begin_inset Text
1112
1113 \begin_layout Standard
1114 2
1115 \end_layout
1116
1117 \end_inset
1118 </cell>
1119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1120 \begin_inset Text
1121
1122 \begin_layout Standard
1123 3
1124 \end_layout
1125
1126 \end_inset
1127 </cell>
1128 </row>
1129 <row topline="true">
1130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1131 \begin_inset Text
1132
1133 \begin_layout Standard
1134
1135 \family roman
1136 \series medium
1137 \shape up
1138 \size normal
1139 \emph off
1140 \bar no
1141 \noun off
1142 \color none
1143 A
1144 \end_layout
1145
1146 \end_inset
1147 </cell>
1148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Standard
1152
1153 \end_layout
1154
1155 \end_inset
1156 </cell>
1157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1158 \begin_inset Text
1159
1160 \begin_layout Standard
1161
1162 \end_layout
1163
1164 \end_inset
1165 </cell>
1166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1167 \begin_inset Text
1168
1169 \begin_layout Standard
1170
1171 \end_layout
1172
1173 \end_inset
1174 </cell>
1175 </row>
1176 <row topline="true">
1177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1178 \begin_inset Text
1179
1180 \begin_layout Standard
1181
1182 \family roman
1183 \series medium
1184 \shape up
1185 \size normal
1186 \emph off
1187 \bar no
1188 \noun off
1189 \color none
1190 B
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Standard
1199
1200 \end_layout
1201
1202 \end_inset
1203 </cell>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Standard
1208
1209 \family roman
1210 \series medium
1211 \shape up
1212 \size normal
1213 \emph off
1214 \bar no
1215 \noun off
1216 \color none
1217  
1218 \end_layout
1219
1220 \end_inset
1221 </cell>
1222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Standard
1226
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 </row>
1232 <row topline="true" bottomline="true">
1233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1234 \begin_inset Text
1235
1236 \begin_layout Standard
1237
1238 \family roman
1239 \series medium
1240 \shape up
1241 \size normal
1242 \emph off
1243 \bar no
1244 \noun off
1245 \color none
1246 C
1247 \end_layout
1248
1249 \end_inset
1250 </cell>
1251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Standard
1255
1256 \end_layout
1257
1258 \end_inset
1259 </cell>
1260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1261 \begin_inset Text
1262
1263 \begin_layout Standard
1264
1265 \end_layout
1266
1267 \end_inset
1268 </cell>
1269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1270 \begin_inset Text
1271
1272 \begin_layout Standard
1273
1274 \end_layout
1275
1276 \end_inset
1277 </cell>
1278 </row>
1279 </lyxtabular>
1280
1281 \end_inset
1282
1283
1284 \end_layout
1285
1286 \begin_layout Section
1287 Diálogo Tablas
1288 \begin_inset LatexCommand index
1289 name "Tablas ! Diálogo"
1290
1291 \end_inset
1292
1293
1294 \end_layout
1295
1296 \begin_layout Standard
1297 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1298  pinchar sobre ella con el botón derecho del ratón.
1299  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1300  encuentra el cursor.
1301  La mayoría de opciones también trabajan sobre una selección de celdas,
1302  de filas o de columnas.
1303  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1304  su 
1305 \emph on
1306 contenido
1307 \emph default
1308 .
1309  En el cuadro de diálogo aparecen las siguientes pestañas:
1310 \end_layout
1311
1312 \begin_layout Description
1313
1314 \family sans
1315 Configuración\InsetSpace ~
1316 de\InsetSpace ~
1317 Tabla
1318 \family default
1319  Aquí puedes establacer la alineación horizontal para la fila actual y la
1320  anchura de la columna actual.
1321  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1322  Una anchura determinada permite tener saltos de línea y distintos párrafos
1323  de texto, ver sección \InsetSpace ~
1324
1325 \begin_inset LatexCommand ref
1326 reference "sub:Líneas-Múltiples-en"
1327
1328 \end_inset
1329
1330 .
1331  Si no establaces anchura, la columna será tan ancha como el contenido de
1332  la celda más ancha.
1333 \newline
1334 Además, puedes marcar una o más celdas de una fila como
1335  una celda multicolumna, ver sección\InsetSpace ~
1336
1337 \begin_inset LatexCommand ref
1338 reference "sub:Multicolumnas"
1339
1340 \end_inset
1341
1342 .
1343 \newline
1344 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1345  90º en el sentido de las agujas del reloj.
1346  La rotación no se ve en LyX, sí en la salida.
1347 \newline
1348
1349 \begin_inset Note Greyedout
1350 status open
1351
1352 \begin_layout Standard
1353
1354 \series bold
1355 Nota: 
1356 \series default
1357 No todos los visores DVI pueden mostrar rotaciones.
1358 \end_layout
1359
1360 \end_inset
1361
1362
1363 \newline
1364 Tambien es posible introducir argumentos LaTeX necesarios para formatos
1365  especiales, ver sección\InsetSpace ~
1366
1367 \begin_inset LatexCommand ref
1368 reference "sub:Cálculos-en-Multicolumnas"
1369
1370 \end_inset
1371
1372  y 
1373 \begin_inset LatexCommand ref
1374 reference "sec:Tablas-Coloreadas"
1375
1376 \end_inset
1377
1378 .
1379 \end_layout
1380
1381 \begin_layout Description
1382
1383 \family sans
1384 Bordes
1385 \family default
1386  En esta pestaña puedes añadir y quitar bordes para la fila/columna actual.
1387 \end_layout
1388
1389 \begin_layout Description
1390
1391 \family sans
1392 Tabla\InsetSpace ~
1393 Larga
1394 \family default
1395  Para hacer "
1396 \emph on
1397 tablas largas
1398 \emph default
1399 " que pueden extenderse por varias páginas.
1400  La sección\InsetSpace ~
1401
1402 \begin_inset LatexCommand ref
1403 reference "sec:Tablas-Largas"
1404
1405 \end_inset
1406
1407  describe su uso en detalle.
1408 \end_layout
1409
1410 \begin_layout Standard
1411 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
1412  con las teclas de flecha de celda en celda y la propiedad de la celda actual
1413  aparecerá inmediatamente en el diálogo.
1414 \end_layout
1415
1416 \begin_layout Section
1417 Barra de Herramientas de Tablas
1418 \begin_inset LatexCommand index
1419 name "Tablas ! Barra de Herramientas"
1420
1421 \end_inset
1422
1423
1424 \end_layout
1425
1426 \begin_layout Standard
1427 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
1428  para cambiar las tablas de manera más rápida.
1429  Normalmente debería aparecer en la parte inferior de la ventana principal
1430  de LyX cuando el cursor está dentro de una tabla.
1431  En cualquier momento se puede presentar esta barra pinchando con el botón
1432  derecho del ratón en cualquier punto de la barra principal de menú.
1433 \end_layout
1434
1435 \begin_layout Standard
1436 La barra de herramientas tiene los siguientes iconos:
1437 \end_layout
1438
1439 \begin_layout Labeling
1440 \labelwidthstring 00.00.0000
1441 \begin_inset Graphics
1442         filename ../images/tabular-feature_append-row.xpm
1443
1444 \end_inset
1445
1446  añade una fila bajo la celda actual o selección
1447 \end_layout
1448
1449 \begin_layout Labeling
1450 \labelwidthstring 00.00.0000
1451 \begin_inset Graphics
1452         filename ../images/tabular-feature_append-column.xpm
1453
1454 \end_inset
1455
1456  añade una columna a la derecha de la celda actual o selección
1457 \end_layout
1458
1459 \begin_layout Labeling
1460 \labelwidthstring 00.00.0000
1461 \begin_inset Graphics
1462         filename ../images/tabular-feature_delete-row.xpm
1463
1464 \end_inset
1465
1466  borra la fila actual o selección
1467 \end_layout
1468
1469 \begin_layout Labeling
1470 \labelwidthstring 00.00.0000
1471 \begin_inset Graphics
1472         filename ../images/tabular-feature_delete-column.xpm
1473
1474 \end_inset
1475
1476  borra la columna actual o selección
1477 \end_layout
1478
1479 \begin_layout Labeling
1480 \labelwidthstring 00.00.0000
1481 \begin_inset Graphics
1482         filename ../images/tabular-feature_toggle-line-top.xpm
1483
1484 \end_inset
1485
1486  añade una línea sobre la celda/fila actual o la selección
1487 \end_layout
1488
1489 \begin_layout Labeling
1490 \labelwidthstring 00.00.0000
1491 \begin_inset Graphics
1492         filename ../images/tabular-feature_toggle-line-bottom.xpm
1493
1494 \end_inset
1495
1496  añade una línea bajo la celda/fila actual o la selección
1497 \end_layout
1498
1499 \begin_layout Labeling
1500 \labelwidthstring 00.00.0000
1501 \begin_inset Graphics
1502         filename ../images/tabular-feature_toggle-line-left.xpm
1503
1504 \end_inset
1505
1506  añade una línea a la izquierda de la celda/fila actual o la selección
1507 \end_layout
1508
1509 \begin_layout Labeling
1510 \labelwidthstring 00.00.0000
1511 \begin_inset Graphics
1512         filename ../images/tabular-feature_toggle-line-right.xpm
1513
1514 \end_inset
1515
1516  añade una línea a la derecha de la celda/fila actual o la selección
1517 \end_layout
1518
1519 \begin_layout Labeling
1520 \labelwidthstring 00.00.0000
1521 \begin_inset Graphics
1522         filename ../images/tabular-feature_set-all-lines.xpm
1523
1524 \end_inset
1525
1526  añade líneas alrededor de la celda actual o seleccionadas - si la celda
1527  actual no es multicolumna esto afecta también a la fila y columna actuales
1528 \end_layout
1529
1530 \begin_layout Labeling
1531 \labelwidthstring 00.00.0000
1532 \begin_inset Graphics
1533         filename ../images/tabular-feature_unset-all-lines.xpm
1534
1535 \end_inset
1536
1537  borra todas las líneas de la celda o celdas seleccionadas - si la celda
1538  actual no es multicolumna esto afecta también a la fila y columna actuales
1539 \end_layout
1540
1541 \begin_layout Labeling
1542 \labelwidthstring 00.00.0000
1543 \begin_inset Graphics
1544         filename ../images/tabular-feature_align-left.xpm
1545
1546 \end_inset
1547
1548  alinea a la izquierda el contenido de la celda / columna
1549 \end_layout
1550
1551 \begin_layout Labeling
1552 \labelwidthstring 00.00.0000
1553 \begin_inset Graphics
1554         filename ../images/tabular-feature_align-center.xpm
1555
1556 \end_inset
1557
1558  centra el contenido de la celda / columna horizontalmente
1559 \end_layout
1560
1561 \begin_layout Labeling
1562 \labelwidthstring 00.00.0000
1563 \begin_inset Graphics
1564         filename ../images/tabular-feature_align-right.xpm
1565
1566 \end_inset
1567
1568  alinea a la derecha el contenido de la celda / columna
1569 \end_layout
1570
1571 \begin_layout Labeling
1572 \labelwidthstring 00.00.0000
1573 \begin_inset Graphics
1574         filename ../images/tabular-feature_valign-top.xpm
1575
1576 \end_inset
1577
1578  alinea arriba el contenido de la celda
1579 \end_layout
1580
1581 \begin_layout Labeling
1582 \labelwidthstring 00.00.0000
1583 \begin_inset Graphics
1584         filename ../images/tabular-feature_valign-middle.xpm
1585
1586 \end_inset
1587
1588  centra verticalmente el contenido de la celda
1589 \end_layout
1590
1591 \begin_layout Labeling
1592 \labelwidthstring 00.00.0000
1593 \begin_inset Graphics
1594         filename ../images/tabular-feature_valign-bottom.xpm
1595
1596 \end_inset
1597
1598  alinea abajo el contenido de la celda
1599 \end_layout
1600
1601 \begin_layout Labeling
1602 \labelwidthstring 00.00.0000
1603 \begin_inset Graphics
1604         filename ../images/tabular-feature_set-rotate-cell.xpm
1605
1606 \end_inset
1607
1608  gira la celda o selección 90° como las agujas de reloj
1609 \end_layout
1610
1611 \begin_layout Labeling
1612 \labelwidthstring 00.00.0000
1613 \begin_inset Graphics
1614         filename ../images/tabular-feature_set-rotate-tabular.xpm
1615
1616 \end_inset
1617
1618  gira toda la tabla 90° como agujas del reloj
1619 \end_layout
1620
1621 \begin_layout Labeling
1622 \labelwidthstring 00.00.0000
1623 \begin_inset Graphics
1624         filename ../images/tabular-feature_multicolumn.xpm
1625
1626 \end_inset
1627
1628  establace la celda actual o selección como multicolumna
1629 \end_layout
1630
1631 \begin_layout Section
1632 Menú Editar Tabla
1633 \begin_inset LatexCommand index
1634 name "Tablas ! Menú Editar"
1635
1636 \end_inset
1637
1638
1639 \end_layout
1640
1641 \begin_layout Standard
1642 Además del diálogo y la barra de herramientas, el menú 
1643 \family sans
1644 Editar\SpecialChar \menuseparator
1645 Tabla
1646 \family default
1647  permite añadir y borrar bordes para la fila/columna actual y establacer
1648  la selección como multicolumna.
1649  El menú sólo está disponibla si el cursor está en la tabla.
1650 \end_layout
1651
1652 \begin_layout Section
1653 Tablas Flotantes
1654 \begin_inset LatexCommand label
1655 name "sec:Tablas-Flotantes"
1656
1657 \end_inset
1658
1659
1660 \begin_inset LatexCommand index
1661 name "Flotantes ! Tablas"
1662
1663 \end_inset
1664
1665
1666 \begin_inset LatexCommand index
1667 name "Tablas ! Flotantes"
1668
1669 \end_inset
1670
1671
1672 \end_layout
1673
1674 \begin_layout Standard
1675 Para una explicación general sobre flotantes, echa un vistazo a la sección\InsetSpace ~
1676
1677 \begin_inset LatexCommand ref
1678 reference "sec:IntroducciónFlotantes"
1679
1680 \end_inset
1681
1682 .
1683 \end_layout
1684
1685 \begin_layout Standard
1686 \begin_inset Float table
1687 placement h
1688 wide false
1689 sideways false
1690 status open
1691
1692 \begin_layout Standard
1693 \begin_inset Caption
1694
1695 \begin_layout Standard
1696 \begin_inset LatexCommand label
1697 name "tab:una tabla flotante"
1698
1699 \end_inset
1700
1701 Una tabla flotante.
1702 \end_layout
1703
1704 \end_inset
1705
1706
1707 \end_layout
1708
1709 \begin_layout Standard
1710 \align center
1711 \begin_inset Tabular
1712 <lyxtabular version="3" rows="3" columns="3">
1713 <features>
1714 <column alignment="center" valignment="top" leftline="true" width="0pt">
1715 <column alignment="center" valignment="top" leftline="true" width="0pt">
1716 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1717 <row topline="true" bottomline="true">
1718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1719 \begin_inset Text
1720
1721 \begin_layout Standard
1722
1723 \family roman
1724 \series medium
1725 \shape up
1726 \size normal
1727 \emph off
1728 \bar no
1729 \noun off
1730 \color none
1731 1
1732 \end_layout
1733
1734 \end_inset
1735 </cell>
1736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Standard
1740
1741 \family roman
1742 \series medium
1743 \shape up
1744 \size normal
1745 \emph off
1746 \bar no
1747 \noun off
1748 \color none
1749 2
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Standard
1758
1759 \family roman
1760 \series medium
1761 \shape up
1762 \size normal
1763 \emph off
1764 \bar no
1765 \noun off
1766 \color none
1767 3
1768 \end_layout
1769
1770 \end_inset
1771 </cell>
1772 </row>
1773 <row topline="true">
1774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Standard
1778
1779 \family roman
1780 \series medium
1781 \shape up
1782 \size normal
1783 \emph off
1784 \bar no
1785 \noun off
1786 \color none
1787 Pepe
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Standard
1796
1797 \family roman
1798 \series medium
1799 \shape up
1800 \size normal
1801 \emph off
1802 \bar no
1803 \noun off
1804 \color none
1805 Mari
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Standard
1814
1815 \family roman
1816 \series medium
1817 \shape up
1818 \size normal
1819 \emph off
1820 \bar no
1821 \noun off
1822 \color none
1823 Teo
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 </row>
1829 <row topline="true" bottomline="true">
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Standard
1834
1835 \family roman
1836 \series medium
1837 \shape up
1838 \size normal
1839 \emph off
1840 \bar no
1841 \noun off
1842 \color none
1843 \begin_inset Formula $\int x^{2}dx$
1844 \end_inset
1845
1846
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Standard
1855
1856 \family roman
1857 \series medium
1858 \shape up
1859 \size normal
1860 \emph off
1861 \bar no
1862 \noun off
1863 \color none
1864 \begin_inset Formula $\left[\begin{array}{cc}
1865 a & b\\
1866 c & d\end{array}\right]$
1867 \end_inset
1868
1869
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Standard
1878
1879 \family roman
1880 \series medium
1881 \shape up
1882 \size normal
1883 \emph off
1884 \bar no
1885 \noun off
1886 \color none
1887 \begin_inset Formula $1+1=2$
1888 \end_inset
1889
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 </row>
1896 </lyxtabular>
1897
1898 \end_inset
1899
1900
1901 \end_layout
1902
1903 \end_inset
1904
1905
1906 \end_layout
1907
1908 \begin_layout Standard
1909 Las tablas flotantes pueden insertarse con el menú 
1910 \family sans
1911 Insertar\SpecialChar \menuseparator
1912 Flotante\SpecialChar \menuseparator
1913 Tabla
1914 \family default
1915  o con el botón 
1916 \begin_inset Graphics
1917         filename ../images/float-insert_table.xpm
1918         scale 85
1919
1920 \end_inset
1921
1922 .
1923 \end_layout
1924
1925 \begin_layout Standard
1926 El flotante se muestra como un cuadro desplegable con la etiqueta "
1927 \series bold
1928 Tabla\InsetSpace ~
1929 #:
1930 \series default
1931 " en su interior.
1932  El texto que sigue a dicha etiqueta es el encabezado de tabla.
1933  Para insertar una tabla en el flotante se sitúa el cursor al final del
1934  texto de encabezado y se pulsa Enter.
1935  El encabezado se imprime encima de la tabla.
1936 \end_layout
1937
1938 \begin_layout Standard
1939 La tabla\InsetSpace ~
1940
1941 \begin_inset LatexCommand ref
1942 reference "tab:una tabla flotante"
1943
1944 \end_inset
1945
1946  es un ejemplo de tabla flotante.
1947 \end_layout
1948
1949 \begin_layout Standard
1950 Lo habitual es poner el encabezado sobre la tabla, lo que desafortunadamente
1951  no es soportado en las clases estándar de LaTeX.
1952  Esto significa que si estás usando las clases de documento
1953 \family sans
1954 article
1955 \family default
1956
1957 \family sans
1958 book
1959 \family default
1960
1961 \family sans
1962 letter
1963 \family default
1964 , o 
1965 \family sans
1966 report
1967 \family default
1968  no habrá espacio entre el encabezado y la tabla.
1969  Para añadir el espacio faltante hay que poner en el preámbulo LaTeX del
1970  documento la siguiente opción al comando del paquete de LaTeX 
1971 \series bold
1972 caption
1973 \series default
1974
1975 \begin_inset LatexCommand index
1976 name "LaTeX-paquetes ! caption"
1977
1978 \end_inset
1979
1980
1981 \begin_inset Foot
1982 status open
1983
1984 \begin_layout Standard
1985 Para más información ve a la sección\InsetSpace ~
1986
1987 \begin_inset LatexCommand ref
1988 reference "sec:Colocación-de-Encabezados"
1989
1990 \end_inset
1991
1992 .
1993 \end_layout
1994
1995 \end_inset
1996
1997 :
1998 \end_layout
1999
2000 \begin_layout Standard
2001
2002 \series bold
2003 tableposition=top
2004 \end_layout
2005
2006 \begin_layout Standard
2007 El encabezado puede formatearse mediante el paquete de LaTeX 
2008 \series bold
2009 caption
2010 \series default
2011  como se describe en la sección\InsetSpace ~
2012
2013 \begin_inset LatexCommand ref
2014 reference "sec:Formato-de-Encabezados"
2015
2016 \end_inset
2017
2018 .
2019  
2020 \end_layout
2021
2022 \begin_layout Standard
2023 \begin_inset LatexCommand index
2024 name "Referencias ! a Tablas"
2025
2026 \end_inset
2027
2028 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2029  etiqueta.
2030  Para hacerlo inserta una etiqueta en el encabezado con el menú 
2031 \family sans
2032 Insertar\SpecialChar \menuseparator
2033 Etiqueta
2034 \family default
2035  o con el botón 
2036 \begin_inset Graphics
2037         filename ../images/label-insert.xpm
2038         scale 85
2039
2040 \end_inset
2041
2042 .
2043  Ahora puedes referirte a la etiqueta con el menú 
2044 \family sans
2045 Insertar\SpecialChar \menuseparator
2046 Referencia\InsetSpace ~
2047 cruzada
2048 \family default
2049  o el botón 
2050 \begin_inset Graphics
2051         filename ../images/dialog-show-new-inset_ref.xpm
2052         scale 85
2053
2054 \end_inset
2055
2056 .
2057 \end_layout
2058
2059 \begin_layout Section
2060 Tablas Largas
2061 \begin_inset LatexCommand label
2062 name "sec:Tablas-Largas"
2063
2064 \end_inset
2065
2066
2067 \begin_inset LatexCommand index
2068 name "Tablas Largas"
2069
2070 \end_inset
2071
2072
2073 \begin_inset LatexCommand index
2074 name "Tablas ! Largas"
2075
2076 \end_inset
2077
2078
2079 \end_layout
2080
2081 \begin_layout Standard
2082 Si la tabla es demasiado larga para una página, puedes usar la opción 
2083 \family sans
2084 Usar\InsetSpace ~
2085 tabla\InsetSpace ~
2086 larga
2087 \family default
2088  en la pestaña 
2089 \family sans
2090 Tabla\InsetSpace ~
2091 larga
2092 \family default
2093  del diálogo para repartir automáticamente la tabla en varias páginas.
2094  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2095 \end_layout
2096
2097 \begin_layout Description
2098
2099 \family sans
2100 Encabezado: 
2101 \family default
2102 La fila actual y todas las de arriba, que no tienen ninguna opción especial
2103  definida, se definen como filas de encabezado para todas las páginas de
2104  la tabla, excepto para la primera página
2105 \family sans
2106  
2107 \family default
2108 si
2109 \family sans
2110  Primer\InsetSpace ~
2111 encabezado 
2112 \family default
2113 está definido.
2114  Este se denomina encabezado principal.
2115 \end_layout
2116
2117 \begin_layout Description
2118
2119 \family sans
2120 Primer\InsetSpace ~
2121 encabezado: 
2122 \family default
2123 La fila actual y superiores, que no tienen ninguna opción especial definida,
2124  se definen como filas cabeceras de la primera página de la tabla.
2125 \end_layout
2126
2127 \begin_layout Description
2128
2129 \family sans
2130 Pie: 
2131 \family default
2132 La fila actual y todas las siguientes, que no tienen ninguna opción especial
2133  definida, se definen como filas de pie de todas las páginas de la tabla,
2134  excepto para la última página si se define
2135 \family sans
2136  Último\InsetSpace ~
2137 pie.
2138 \end_layout
2139
2140 \begin_layout Description
2141
2142 \family sans
2143 Último\InsetSpace ~
2144 pie: L
2145 \family default
2146 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2147  se definen como filas de pie de la última página de la tabla.
2148 \end_layout
2149
2150 \begin_layout Standard
2151 También se puede especificar una fila en la que se dividirá la tabla.
2152  Si se establece más de una opción en la misma fila, habría que tener en
2153  cuenta que sólo la primera de ellas se usa en la fila dada.
2154  Las otras quedarán definidas como 
2155 \emph on
2156 vacías
2157 \emph default
2158 .
2159  En este contexto, primera significa primero en este orden: 
2160 \family sans
2161 Pie, Último\InsetSpace ~
2162 pie, Encabezado, Primer\InsetSpace ~
2163 encabezado
2164 \family default
2165 .
2166  La siguiente tabla muestra cómo funciona:
2167 \end_layout
2168
2169 \begin_layout Standard
2170
2171 \end_layout
2172
2173 \begin_layout Standard
2174 \align center
2175 \begin_inset Tabular
2176 <lyxtabular version="3" rows="69" columns="3">
2177 <features islongtable="true">
2178 <column alignment="left" valignment="top" leftline="true" width="0cm">
2179 <column alignment="left" valignment="top" width="0pt">
2180 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2181 <row topline="true" bottomline="true" endfirsthead="true">
2182 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2183 \begin_inset Text
2184
2185 \begin_layout Standard
2186
2187 \series bold
2188 Ejemplo de lista telefónica (ignore los nombres)
2189 \end_layout
2190
2191 \end_inset
2192 </cell>
2193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2194 \begin_inset Text
2195
2196 \begin_layout Standard
2197
2198 \end_layout
2199
2200 \end_inset
2201 </cell>
2202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2203 \begin_inset Text
2204
2205 \begin_layout Standard
2206
2207 \end_layout
2208
2209 \end_inset
2210 </cell>
2211 </row>
2212 <row topline="true" bottomline="true" endfirsthead="true">
2213 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2214 \begin_inset Text
2215
2216 \begin_layout Standard
2217
2218 \series bold
2219 NOMBRE
2220 \end_layout
2221
2222 \end_inset
2223 </cell>
2224 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2225 \begin_inset Text
2226
2227 \begin_layout Standard
2228
2229 \end_layout
2230
2231 \end_inset
2232 </cell>
2233 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2234 \begin_inset Text
2235
2236 \begin_layout Standard
2237
2238 \series bold
2239 TEL.
2240 \end_layout
2241
2242 \end_inset
2243 </cell>
2244 </row>
2245 <row topline="true" bottomline="true" endhead="true">
2246 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2247 \begin_inset Text
2248
2249 \begin_layout Standard
2250
2251 \series bold
2252 Ejemplo de lista telefónica
2253 \end_layout
2254
2255 \end_inset
2256 </cell>
2257 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2258 \begin_inset Text
2259
2260 \begin_layout Standard
2261
2262 \end_layout
2263
2264 \end_inset
2265 </cell>
2266 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2267 \begin_inset Text
2268
2269 \begin_layout Standard
2270
2271 \end_layout
2272
2273 \end_inset
2274 </cell>
2275 </row>
2276 <row topline="true" bottomline="true" endhead="true">
2277 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2278 \begin_inset Text
2279
2280 \begin_layout Standard
2281
2282 \series bold
2283 NOMBRE
2284 \end_layout
2285
2286 \end_inset
2287 </cell>
2288 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2289 \begin_inset Text
2290
2291 \begin_layout Standard
2292
2293 \end_layout
2294
2295 \end_inset
2296 </cell>
2297 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2298 \begin_inset Text
2299
2300 \begin_layout Standard
2301
2302 \series bold
2303 TEL.
2304 \end_layout
2305
2306 \end_inset
2307 </cell>
2308 </row>
2309 <row topline="true" bottomline="true" endfoot="true">
2310 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2311 \begin_inset Text
2312
2313 \begin_layout Standard
2314  continúa en la página siguiente
2315 \end_layout
2316
2317 \end_inset
2318 </cell>
2319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2320 \begin_inset Text
2321
2322 \begin_layout Standard
2323
2324 \end_layout
2325
2326 \end_inset
2327 </cell>
2328 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2329 \begin_inset Text
2330
2331 \begin_layout Standard
2332
2333 \end_layout
2334
2335 \end_inset
2336 </cell>
2337 </row>
2338 <row>
2339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2340 \begin_inset Text
2341
2342 \begin_layout Standard
2343
2344 \series bold
2345 Annovi
2346 \end_layout
2347
2348 \end_inset
2349 </cell>
2350 <cell alignment="center" valignment="top" topline="true" usebox="none">
2351 \begin_inset Text
2352
2353 \begin_layout Standard
2354 Silvia
2355 \end_layout
2356
2357 \end_inset
2358 </cell>
2359 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2360 \begin_inset Text
2361
2362 \begin_layout Standard
2363 111
2364 \end_layout
2365
2366 \end_inset
2367 </cell>
2368 </row>
2369 <row>
2370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2371 \begin_inset Text
2372
2373 \begin_layout Standard
2374
2375 \series bold
2376 Bertoli
2377 \end_layout
2378
2379 \end_inset
2380 </cell>
2381 <cell alignment="center" valignment="top" topline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Standard
2385 Stefano
2386 \end_layout
2387
2388 \end_inset
2389 </cell>
2390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2391 \begin_inset Text
2392
2393 \begin_layout Standard
2394 111
2395 \end_layout
2396
2397 \end_inset
2398 </cell>
2399 </row>
2400 <row>
2401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2402 \begin_inset Text
2403
2404 \begin_layout Standard
2405
2406 \series bold
2407 Bozzi
2408 \end_layout
2409
2410 \end_inset
2411 </cell>
2412 <cell alignment="center" valignment="top" topline="true" usebox="none">
2413 \begin_inset Text
2414
2415 \begin_layout Standard
2416 Walter
2417 \end_layout
2418
2419 \end_inset
2420 </cell>
2421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2422 \begin_inset Text
2423
2424 \begin_layout Standard
2425 111
2426 \end_layout
2427
2428 \end_inset
2429 </cell>
2430 </row>
2431 <row>
2432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2433 \begin_inset Text
2434
2435 \begin_layout Standard
2436
2437 \series bold
2438 Cachia
2439 \end_layout
2440
2441 \end_inset
2442 </cell>
2443 <cell alignment="center" valignment="top" topline="true" usebox="none">
2444 \begin_inset Text
2445
2446 \begin_layout Standard
2447 Maria
2448 \end_layout
2449
2450 \end_inset
2451 </cell>
2452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2453 \begin_inset Text
2454
2455 \begin_layout Standard
2456 111
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
2461 </row>
2462 <row>
2463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Standard
2467
2468 \series bold
2469 Cachia
2470 \end_layout
2471
2472 \end_inset
2473 </cell>
2474 <cell alignment="center" valignment="top" topline="true" usebox="none">
2475 \begin_inset Text
2476
2477 \begin_layout Standard
2478 Maurizio
2479 \end_layout
2480
2481 \end_inset
2482 </cell>
2483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2484 \begin_inset Text
2485
2486 \begin_layout Standard
2487 111
2488 \end_layout
2489
2490 \end_inset
2491 </cell>
2492 </row>
2493 <row>
2494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2495 \begin_inset Text
2496
2497 \begin_layout Standard
2498
2499 \series bold
2500 Cinquemani
2501 \end_layout
2502
2503 \end_inset
2504 </cell>
2505 <cell alignment="center" valignment="top" topline="true" usebox="none">
2506 \begin_inset Text
2507
2508 \begin_layout Standard
2509 Giusi
2510 \end_layout
2511
2512 \end_inset
2513 </cell>
2514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2515 \begin_inset Text
2516
2517 \begin_layout Standard
2518 111
2519 \end_layout
2520
2521 \end_inset
2522 </cell>
2523 </row>
2524 <row>
2525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2526 \begin_inset Text
2527
2528 \begin_layout Standard
2529
2530 \series bold
2531 Colin
2532 \end_layout
2533
2534 \end_inset
2535 </cell>
2536 <cell alignment="center" valignment="top" topline="true" usebox="none">
2537 \begin_inset Text
2538
2539 \begin_layout Standard
2540 Bernard
2541 \end_layout
2542
2543 \end_inset
2544 </cell>
2545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2546 \begin_inset Text
2547
2548 \begin_layout Standard
2549 111
2550 \end_layout
2551
2552 \end_inset
2553 </cell>
2554 </row>
2555 <row>
2556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2557 \begin_inset Text
2558
2559 \begin_layout Standard
2560
2561 \series bold
2562 Concli
2563 \end_layout
2564
2565 \end_inset
2566 </cell>
2567 <cell alignment="center" valignment="top" topline="true" usebox="none">
2568 \begin_inset Text
2569
2570 \begin_layout Standard
2571 Gianfranco
2572 \end_layout
2573
2574 \end_inset
2575 </cell>
2576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2577 \begin_inset Text
2578
2579 \begin_layout Standard
2580 111
2581 \end_layout
2582
2583 \end_inset
2584 </cell>
2585 </row>
2586 <row>
2587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2588 \begin_inset Text
2589
2590 \begin_layout Standard
2591
2592 \series bold
2593 Dal Bosco
2594 \end_layout
2595
2596 \end_inset
2597 </cell>
2598 <cell alignment="center" valignment="top" topline="true" usebox="none">
2599 \begin_inset Text
2600
2601 \begin_layout Standard
2602 Carolina
2603 \end_layout
2604
2605 \end_inset
2606 </cell>
2607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2608 \begin_inset Text
2609
2610 \begin_layout Standard
2611 111
2612 \end_layout
2613
2614 \end_inset
2615 </cell>
2616 </row>
2617 <row>
2618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2619 \begin_inset Text
2620
2621 \begin_layout Standard
2622
2623 \series bold
2624 Dalpiaz
2625 \end_layout
2626
2627 \end_inset
2628 </cell>
2629 <cell alignment="center" valignment="top" topline="true" usebox="none">
2630 \begin_inset Text
2631
2632 \begin_layout Standard
2633 Annamaria
2634 \end_layout
2635
2636 \end_inset
2637 </cell>
2638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2639 \begin_inset Text
2640
2641 \begin_layout Standard
2642 111
2643 \end_layout
2644
2645 \end_inset
2646 </cell>
2647 </row>
2648 <row>
2649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2650 \begin_inset Text
2651
2652 \begin_layout Standard
2653
2654 \series bold
2655 Feliciello
2656 \end_layout
2657
2658 \end_inset
2659 </cell>
2660 <cell alignment="center" valignment="top" topline="true" usebox="none">
2661 \begin_inset Text
2662
2663 \begin_layout Standard
2664 Domenico
2665 \end_layout
2666
2667 \end_inset
2668 </cell>
2669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2670 \begin_inset Text
2671
2672 \begin_layout Standard
2673 111
2674 \end_layout
2675
2676 \end_inset
2677 </cell>
2678 </row>
2679 <row>
2680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2681 \begin_inset Text
2682
2683 \begin_layout Standard
2684
2685 \series bold
2686 Focarelli
2687 \end_layout
2688
2689 \end_inset
2690 </cell>
2691 <cell alignment="center" valignment="top" topline="true" usebox="none">
2692 \begin_inset Text
2693
2694 \begin_layout Standard
2695 Paola
2696 \end_layout
2697
2698 \end_inset
2699 </cell>
2700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2701 \begin_inset Text
2702
2703 \begin_layout Standard
2704 111
2705 \end_layout
2706
2707 \end_inset
2708 </cell>
2709 </row>
2710 <row>
2711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2712 \begin_inset Text
2713
2714 \begin_layout Standard
2715
2716 \series bold
2717 Galletti
2718 \end_layout
2719
2720 \end_inset
2721 </cell>
2722 <cell alignment="center" valignment="top" topline="true" usebox="none">
2723 \begin_inset Text
2724
2725 \begin_layout Standard
2726 Oreste
2727 \end_layout
2728
2729 \end_inset
2730 </cell>
2731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2732 \begin_inset Text
2733
2734 \begin_layout Standard
2735 111
2736 \end_layout
2737
2738 \end_inset
2739 </cell>
2740 </row>
2741 <row>
2742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2743 \begin_inset Text
2744
2745 \begin_layout Standard
2746
2747 \series bold
2748 Gasparini
2749 \end_layout
2750
2751 \end_inset
2752 </cell>
2753 <cell alignment="center" valignment="top" topline="true" usebox="none">
2754 \begin_inset Text
2755
2756 \begin_layout Standard
2757 Franca
2758 \end_layout
2759
2760 \end_inset
2761 </cell>
2762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2763 \begin_inset Text
2764
2765 \begin_layout Standard
2766 111
2767 \end_layout
2768
2769 \end_inset
2770 </cell>
2771 </row>
2772 <row>
2773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2774 \begin_inset Text
2775
2776 \begin_layout Standard
2777
2778 \series bold
2779 Rizzardi
2780 \end_layout
2781
2782 \end_inset
2783 </cell>
2784 <cell alignment="center" valignment="top" topline="true" usebox="none">
2785 \begin_inset Text
2786
2787 \begin_layout Standard
2788 Paola
2789 \end_layout
2790
2791 \end_inset
2792 </cell>
2793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2794 \begin_inset Text
2795
2796 \begin_layout Standard
2797 111
2798 \end_layout
2799
2800 \end_inset
2801 </cell>
2802 </row>
2803 <row>
2804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2805 \begin_inset Text
2806
2807 \begin_layout Standard
2808
2809 \series bold
2810 Lassini
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 <cell alignment="center" valignment="top" topline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Standard
2819 Giancarlo
2820 \end_layout
2821
2822 \end_inset
2823 </cell>
2824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2825 \begin_inset Text
2826
2827 \begin_layout Standard
2828 111
2829 \end_layout
2830
2831 \end_inset
2832 </cell>
2833 </row>
2834 <row>
2835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Standard
2839
2840 \series bold
2841 Malfatti
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 <cell alignment="center" valignment="top" topline="true" usebox="none">
2847 \begin_inset Text
2848
2849 \begin_layout Standard
2850 Luciano
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Standard
2859 111
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 </row>
2865 <row>
2866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2867 \begin_inset Text
2868
2869 \begin_layout Standard
2870
2871 \series bold
2872 Malfatti
2873 \end_layout
2874
2875 \end_inset
2876 </cell>
2877 <cell alignment="center" valignment="top" topline="true" usebox="none">
2878 \begin_inset Text
2879
2880 \begin_layout Standard
2881 Valeriano
2882 \end_layout
2883
2884 \end_inset
2885 </cell>
2886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Standard
2890 111
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 </row>
2896 <row>
2897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2898 \begin_inset Text
2899
2900 \begin_layout Standard
2901
2902 \series bold
2903 Meneguzzo
2904 \end_layout
2905
2906 \end_inset
2907 </cell>
2908 <cell alignment="center" valignment="top" topline="true" usebox="none">
2909 \begin_inset Text
2910
2911 \begin_layout Standard
2912 Roberto
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2918 \begin_inset Text
2919
2920 \begin_layout Standard
2921 111
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 </row>
2927 <row>
2928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Standard
2932
2933 \series bold
2934 Mezzadra
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 <cell alignment="center" valignment="top" topline="true" usebox="none">
2940 \begin_inset Text
2941
2942 \begin_layout Standard
2943 Roberto
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2949 \begin_inset Text
2950
2951 \begin_layout Standard
2952 111
2953 \end_layout
2954
2955 \end_inset
2956 </cell>
2957 </row>
2958 <row>
2959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Standard
2963
2964 \series bold
2965 Pirpamer
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 <cell alignment="center" valignment="top" topline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Standard
2974 Erich
2975 \end_layout
2976
2977 \end_inset
2978 </cell>
2979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2980 \begin_inset Text
2981
2982 \begin_layout Standard
2983 111
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 </row>
2989 <row>
2990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2991 \begin_inset Text
2992
2993 \begin_layout Standard
2994
2995 \series bold
2996 Pochiesa
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 <cell alignment="center" valignment="top" topline="true" usebox="none">
3002 \begin_inset Text
3003
3004 \begin_layout Standard
3005 Paolo
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Standard
3014 111, 222
3015 \end_layout
3016
3017 \end_inset
3018 </cell>
3019 </row>
3020 <row>
3021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Standard
3025
3026 \series bold
3027 Radina
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell alignment="center" valignment="top" topline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Standard
3036 Claudio
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3042 \begin_inset Text
3043
3044 \begin_layout Standard
3045 111
3046 \end_layout
3047
3048 \end_inset
3049 </cell>
3050 </row>
3051 <row>
3052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Standard
3056
3057 \series bold
3058 Stuffer
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" topline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Standard
3067 Oskar
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3073 \begin_inset Text
3074
3075 \begin_layout Standard
3076 111
3077 \end_layout
3078
3079 \end_inset
3080 </cell>
3081 </row>
3082 <row>
3083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Standard
3087
3088 \series bold
3089 Tacchelli
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell alignment="center" valignment="top" topline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Standard
3098 Ugo
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Standard
3107 111
3108 \end_layout
3109
3110 \end_inset
3111 </cell>
3112 </row>
3113 <row>
3114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Standard
3118
3119 \series bold
3120 Tezzele
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell alignment="center" valignment="top" topline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Standard
3129 Margit
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Standard
3138 111
3139 \end_layout
3140
3141 \end_inset
3142 </cell>
3143 </row>
3144 <row>
3145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Standard
3149
3150 \series bold
3151 Unterkalmsteiner
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" topline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Standard
3160 Frieda
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Standard
3169 111
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 </row>
3175 <row>
3176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Standard
3180
3181 \series bold
3182 Vieider
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" topline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Standard
3191 Hilde
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Standard
3200 111
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 </row>
3206 <row>
3207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Standard
3211
3212 \series bold
3213 Vigna
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" topline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Standard
3222 Jürgen
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Standard
3231 111
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 </row>
3237 <row>
3238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Standard
3242
3243 \series bold
3244 Weber
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" topline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Standard
3253 Maurizio
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Standard
3262 111
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 </row>
3268 <row bottomline="true">
3269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Standard
3273
3274 \series bold
3275 Winkler
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" topline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Standard
3284 Franz
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Standard
3293 111
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 </row>
3299 <row bottomline="true">
3300 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Standard
3304  
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Standard
3313
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Standard
3322
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 </row>
3328 <row>
3329 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Standard
3333
3334 \series bold
3335 Annovi
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell alignment="center" valignment="top" topline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Standard
3344 Silvia
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Standard
3353 555
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 </row>
3359 <row>
3360 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Standard
3364
3365 \series bold
3366 Bertoli
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" topline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Standard
3375 Stefano
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Standard
3384 555
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 </row>
3390 <row>
3391 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Standard
3395
3396 \series bold
3397 Bozzi
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 <cell alignment="center" valignment="top" topline="true" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Standard
3406 Walter
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Standard
3415 555
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 </row>
3421 <row>
3422 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Standard
3426
3427 \series bold
3428 Cachia
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell alignment="center" valignment="top" topline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Standard
3437 Maria
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Standard
3446 555
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 </row>
3452 <row>
3453 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Standard
3457
3458 \series bold
3459 Cachia
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 <cell alignment="center" valignment="top" topline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Standard
3468 Maurizio
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Standard
3477 555
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 </row>
3483 <row>
3484 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Standard
3488
3489 \series bold
3490 Cinquemani
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 <cell alignment="center" valignment="top" topline="true" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Standard
3499 Giusi
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Standard
3508 555
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 </row>
3514 <row>
3515 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Standard
3519
3520 \series bold
3521 Colin
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" topline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Standard
3530 Bernard
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Standard
3539 555
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 </row>
3545 <row>
3546 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Standard
3550
3551 \series bold
3552 Concli
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" topline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Standard
3561 Gianfranco
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Standard
3570 555
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 </row>
3576 <row>
3577 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Standard
3581
3582 \series bold
3583 Dal Bosco
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell alignment="center" valignment="top" topline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Standard
3592 Carolina
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Standard
3601 555
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 </row>
3607 <row>
3608 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Standard
3612
3613 \series bold
3614 Dalpiaz
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" topline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Standard
3623 Annamaria
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Standard
3632 555
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 </row>
3638 <row>
3639 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Standard
3643
3644 \series bold
3645 Feliciello
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" topline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Standard
3654 Domenico
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Standard
3663 555
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 </row>
3669 <row>
3670 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Standard
3674
3675 \series bold
3676 Focarelli
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" topline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Standard
3685 Paola
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Standard
3694 555
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 </row>
3700 <row>
3701 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Standard
3705
3706 \series bold
3707 Galletti
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" topline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Standard
3716 Oreste
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Standard
3725 555
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 </row>
3731 <row>
3732 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Standard
3736
3737 \series bold
3738 Gasparini
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 <cell alignment="center" valignment="top" topline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Standard
3747 Franca
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Standard
3756 555
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 </row>
3762 <row>
3763 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Standard
3767
3768 \series bold
3769 Rizzardi
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" topline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Standard
3778 Paola
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Standard
3787 555
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 </row>
3793 <row>
3794 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Standard
3798
3799 \series bold
3800 Lassini
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" topline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Standard
3809 Giancarlo
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Standard
3818 555
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 </row>
3824 <row>
3825 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Standard
3829
3830 \series bold
3831 Malfatti
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" topline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Standard
3840 Luciano
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Standard
3849 555
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 </row>
3855 <row>
3856 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Standard
3860
3861 \series bold
3862 Malfatti
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" topline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Standard
3871 Valeriano
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Standard
3880 555
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 </row>
3886 <row>
3887 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Standard
3891
3892 \series bold
3893 Meneguzzo
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" topline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Standard
3902 Roberto
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Standard
3911 555
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 </row>
3917 <row>
3918 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Standard
3922
3923 \series bold
3924 Mezzadra
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" topline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Standard
3933 Roberto
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Standard
3942 555
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 </row>
3948 <row>
3949 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Standard
3953
3954 \series bold
3955 Pirpamer
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" topline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Standard
3964 Erich
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Standard
3973 555
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 </row>
3979 <row>
3980 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Standard
3984
3985 \series bold
3986 Pochiesa
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" topline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Standard
3995 Paolo
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Standard
4004 555, 222
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 </row>
4010 <row>
4011 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Standard
4015
4016 \series bold
4017 Radina
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" topline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Standard
4026 Claudio
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Standard
4035 555
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 </row>
4041 <row>
4042 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Standard
4046
4047 \series bold
4048 Stuffer
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" topline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Standard
4057 Oskar
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Standard
4066 555
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 </row>
4072 <row>
4073 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Standard
4077
4078 \series bold
4079 Tacchelli
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" topline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Standard
4088 Ugo
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Standard
4097 555
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 </row>
4103 <row>
4104 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Standard
4108
4109 \series bold
4110 Tezzele
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" topline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Standard
4119 Margit
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Standard
4128 555
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 </row>
4134 <row>
4135 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Standard
4139
4140 \series bold
4141 Unterkalmsteiner
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" topline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Standard
4150 Frieda
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Standard
4159 555
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 </row>
4165 <row>
4166 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Standard
4170
4171 \series bold
4172 Vieider
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" topline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Standard
4181 Hilde
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Standard
4190 555
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 </row>
4196 <row>
4197 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Standard
4201
4202 \series bold
4203 Vigna
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" topline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Standard
4212 Jürgen
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Standard
4221 999
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 </row>
4227 <row>
4228 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Standard
4232
4233 \series bold
4234 Weber
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" topline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Standard
4243 Maurizio
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Standard
4252 555
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 </row>
4258 <row bottomline="true">
4259 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Standard
4263
4264 \series bold
4265 Winkler
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" topline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Standard
4274 Franz
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Standard
4283 555
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 </row>
4289 <row bottomline="true" endlastfoot="true">
4290 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Standard
4294 fin
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Standard
4303
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Standard
4312
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 </row>
4318 </lyxtabular>
4319
4320 \end_inset
4321
4322
4323 \begin_inset ERT
4324 status collapsed
4325
4326 \begin_layout Standard
4327
4328
4329 \backslash
4330 addtocounter{table}{-1}
4331 \end_layout
4332
4333 \end_inset
4334
4335
4336 \lang english
4337
4338 \begin_inset Note Note
4339 status open
4340
4341 \begin_layout Standard
4342
4343 \lang english
4344 See greyed-out note in section 2.6.2 for an explanation of this command.
4345 \end_layout
4346
4347 \end_inset
4348
4349
4350 \end_layout
4351
4352 \begin_layout Subsection
4353 Notas al pie en Tablas Largas
4354 \begin_inset LatexCommand label
4355 name "sub:Notas-al-pie-en-Tablas-Largas"
4356
4357 \end_inset
4358
4359
4360 \begin_inset LatexCommand index
4361 name "Tablas Largas ! Notas al pie"
4362
4363 \end_inset
4364
4365
4366 \end_layout
4367
4368 \begin_layout Standard
4369 Se pueden insertar notas al pie en cada celda de tabla larga.
4370  Aparecen abajo en la página donde esté la celda con la nota.
4371  La tabla\InsetSpace ~
4372
4373 \begin_inset LatexCommand ref
4374 reference "tab:DifEncabezados"
4375
4376 \end_inset
4377
4378  tiene un ejemplo de nota al pie.
4379 \end_layout
4380
4381 \begin_layout Subsection
4382 Encabezados en Tablas Largas
4383 \begin_inset LatexCommand index
4384 name "Tablas Largas ! Encabezados"
4385
4386 \end_inset
4387
4388
4389 \end_layout
4390
4391 \begin_layout Standard
4392 Una tabla larga no se puede poner flotante porque los flotantes solo pueden
4393  estar en una página.
4394  Por esto no se puede emplear el formato de encabezado en las tablas largas.
4395 \end_layout
4396
4397 \begin_layout Standard
4398 Para añadir un encabezado se necesita un sucio truco:
4399 \end_layout
4400
4401 \begin_layout Enumerate
4402 Crear una tabla larga
4403 \end_layout
4404
4405 \begin_layout Enumerate
4406 Marcar la primera fila y deshabilitar su línea superior
4407 \end_layout
4408
4409 \begin_layout Enumerate
4410 Insertar el siguiente comando como ERT en la primera celda:
4411 \newline
4412
4413 \series bold
4414
4415 \backslash
4416 caption[título corto]{título completo}
4417 \backslash
4418
4419 \backslash
4420 %
4421 \end_layout
4422
4423 \begin_layout Enumerate
4424 Insertar un "
4425 \series bold
4426 %
4427 \series default
4428 " como ERT en cada celda de la primera fila
4429 \end_layout
4430
4431 \begin_layout Standard
4432 El comando 
4433 \series bold
4434
4435 \backslash
4436 caption
4437 \series default
4438  se usa como para los encabezados normales, el título corto que aparecerá
4439  en la Lista de Tablas en vez del título completo es opcional.
4440  El 
4441 \series bold
4442 %
4443 \series default
4444  en las celdas omite la línea vertical entre ellas.
4445  Ahora, la primera fila de la tabla es sólo una fila postiza para el encabezado,
4446  la tabla real comienza en la segunda fila.
4447 \end_layout
4448
4449 \begin_layout Standard
4450 He aquí una pequeña tabla larga para mostrar cómo funciona:
4451 \end_layout
4452
4453 \begin_layout Standard
4454 \begin_inset Tabular
4455 <lyxtabular version="3" rows="6" columns="5">
4456 <features islongtable="true">
4457 <column alignment="center" valignment="top" leftline="true" width="0">
4458 <column alignment="center" valignment="top" leftline="true" width="0">
4459 <column alignment="center" valignment="top" leftline="true" width="0">
4460 <column alignment="center" valignment="top" leftline="true" width="0">
4461 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4462 <row>
4463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Standard
4467 \begin_inset ERT
4468 status collapsed
4469
4470 \begin_layout Standard
4471
4472
4473 \backslash
4474 caption[Tabla larga]{Tabla larga con encabezado}
4475 \backslash
4476
4477 \backslash
4478 %
4479 \end_layout
4480
4481 \end_inset
4482
4483
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Standard
4492 \begin_inset ERT
4493 status collapsed
4494
4495 \begin_layout Standard
4496
4497 %
4498 \end_layout
4499
4500 \end_inset
4501
4502
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Standard
4511 \begin_inset ERT
4512 status collapsed
4513
4514 \begin_layout Standard
4515
4516 %
4517 \end_layout
4518
4519 \end_inset
4520
4521
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Standard
4530 \begin_inset ERT
4531 status collapsed
4532
4533 \begin_layout Standard
4534
4535 %
4536 \end_layout
4537
4538 \end_inset
4539
4540
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Standard
4549 \begin_inset ERT
4550 status collapsed
4551
4552 \begin_layout Standard
4553
4554 %
4555 \end_layout
4556
4557 \end_inset
4558
4559
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 </row>
4565 <row topline="true">
4566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Standard
4570 1
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Standard
4579 2
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Standard
4588 3
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Standard
4597 4
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Standard
4606 5
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row topline="true">
4613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Standard
4617 asd
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Standard
4626 s
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Standard
4635 s
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Standard
4644 s
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Standard
4653 asd
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 </row>
4659 <row topline="true">
4660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Standard
4664 asd
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Standard
4673 s
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Standard
4682 s
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Standard
4691 s
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Standard
4700 asd
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 </row>
4706 <row topline="true">
4707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Standard
4711 asd
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Standard
4720 s
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Standard
4729 s
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Standard
4738 s
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Standard
4747 asd
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 </row>
4753 <row topline="true" bottomline="true">
4754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Standard
4758 asd
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Standard
4767 asd
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Standard
4776 asd
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Standard
4785 asd
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Standard
4794 asd
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 </row>
4800 </lyxtabular>
4801
4802 \end_inset
4803
4804
4805 \end_layout
4806
4807 \begin_layout Standard
4808 \begin_inset VSpace medskip
4809 \end_inset
4810
4811
4812 \begin_inset Note Greyedout
4813 status open
4814
4815 \begin_layout Standard
4816
4817 \series bold
4818 \lang english
4819 Note:
4820 \series default
4821  The table number is increased for every longtable, also if you didn't set
4822  a caption for it.
4823  For this reason you could have the case that e.g.
4824  Table\InsetSpace ~
4825 2.4 follows on Table\InsetSpace ~
4826 2.1 in the list of tables if there are two longtables
4827  without captions.
4828  To avoid this you can add the following command in ERT behind every longtable
4829  without a caption:
4830 \end_layout
4831
4832 \begin_layout Standard
4833
4834 \series bold
4835 \lang english
4836
4837 \backslash
4838 addtocounter{table}{-1}
4839 \end_layout
4840
4841 \end_inset
4842
4843
4844 \end_layout
4845
4846 \begin_layout Standard
4847 \begin_inset Note Greyedout
4848 status open
4849
4850 \begin_layout Standard
4851
4852 \series bold
4853 Nota: 
4854 \series default
4855 Si utilizas el paquete de LaTeX 
4856 \series bold
4857 hyperref
4858 \series default
4859
4860 \begin_inset LatexCommand index
4861 name "LaTeX-paquetes ! hyperref"
4862
4863 \end_inset
4864
4865  para enlazar referencias cruzadas, el enlace al encabezado de una tabla
4866  larga apuntará siempre al comienzo.
4867 \end_layout
4868
4869 \end_inset
4870
4871
4872 \end_layout
4873
4874 \begin_layout Subsubsection
4875 Referencias a Tablas Largas
4876 \begin_inset LatexCommand index
4877 name "Tablas Largas ! Referencias a"
4878
4879 \end_inset
4880
4881
4882 \end_layout
4883
4884 \begin_layout Standard
4885 \begin_inset Tabular
4886 <lyxtabular version="3" rows="6" columns="5">
4887 <features islongtable="true">
4888 <column alignment="center" valignment="top" leftline="true" width="0">
4889 <column alignment="center" valignment="top" leftline="true" width="0">
4890 <column alignment="center" valignment="top" leftline="true" width="0">
4891 <column alignment="center" valignment="top" leftline="true" width="0">
4892 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4893 <row>
4894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Standard
4898 \begin_inset ERT
4899 status collapsed
4900
4901 \begin_layout Standard
4902
4903
4904 \backslash
4905 caption{Tabla larga referenciada
4906 \end_layout
4907
4908 \end_inset
4909
4910
4911 \begin_inset LatexCommand label
4912 name "tab:RefEjemplo"
4913
4914 \end_inset
4915
4916
4917 \begin_inset ERT
4918 status collapsed
4919
4920 \begin_layout Standard
4921
4922 }
4923 \backslash
4924
4925 \backslash
4926 %
4927 \end_layout
4928
4929 \end_inset
4930
4931
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Standard
4940 \begin_inset ERT
4941 status collapsed
4942
4943 \begin_layout Standard
4944
4945 %
4946 \end_layout
4947
4948 \end_inset
4949
4950
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Standard
4959 \begin_inset ERT
4960 status collapsed
4961
4962 \begin_layout Standard
4963
4964 %
4965 \end_layout
4966
4967 \end_inset
4968
4969
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Standard
4978 \begin_inset ERT
4979 status collapsed
4980
4981 \begin_layout Standard
4982
4983 %
4984 \end_layout
4985
4986 \end_inset
4987
4988
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Standard
4997 \begin_inset ERT
4998 status collapsed
4999
5000 \begin_layout Standard
5001
5002 %
5003 \end_layout
5004
5005 \end_inset
5006
5007
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 </row>
5013 <row topline="true">
5014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Standard
5018 1
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Standard
5027 2
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Standard
5036 3
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Standard
5045 4
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Standard
5054 5
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 </row>
5060 <row topline="true">
5061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Standard
5065 asd
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Standard
5074 s
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Standard
5083 s
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Standard
5092 s
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Standard
5101 asd
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 </row>
5107 <row topline="true">
5108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Standard
5112 asd
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Standard
5121 s
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Standard
5130 s
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Standard
5139 s
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Standard
5148 asd
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 </row>
5154 <row topline="true">
5155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Standard
5159 asd
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Standard
5168 s
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Standard
5177 s
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Standard
5186 s
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Standard
5195 asd
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 </row>
5201 <row topline="true" bottomline="true">
5202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Standard
5206 asd
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Standard
5215 sad
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Standard
5224 asd
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Standard
5233 asd
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Standard
5242 asd
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 </row>
5248 </lyxtabular>
5249
5250 \end_inset
5251
5252
5253 \end_layout
5254
5255 \begin_layout Standard
5256 Para hacer referencia a una tabla larga, inserta una etiqueta en el comando
5257  
5258 \series bold
5259
5260 \backslash
5261 caption
5262 \series default
5263 .
5264  Esto se hace dividiendo el ERT del comando 
5265 \series bold
5266
5267 \backslash
5268 caption
5269 \series default
5270 .
5271  La parte del comando antes de la última llave "
5272 \series bold
5273 }
5274 \series default
5275 "
5276 \end_layout
5277
5278 \begin_layout Standard
5279
5280 \series bold
5281
5282 \backslash
5283 caption[título corto]{título completo
5284 \end_layout
5285
5286 \begin_layout Standard
5287 está en el primer cuadro ERT, la etiqueta se inserta tras ella.
5288  Observa que tienes que añadir el prefijo "
5289 \emph on
5290 tab
5291 \emph default
5292 :" manualmente en el campo de etiqueta.
5293  El segundo cuadro ERT contiene el resto del comando
5294 \end_layout
5295
5296 \begin_layout Standard
5297
5298 \series bold
5299 }
5300 \backslash
5301
5302 \backslash
5303 %
5304 \end_layout
5305
5306 \begin_layout Standard
5307 y se inserta detrás del cuadro de etiqueta, véase Tabla\InsetSpace ~
5308
5309 \begin_inset LatexCommand ref
5310 reference "tab:RefEjemplo"
5311
5312 \end_inset
5313
5314 .
5315 \end_layout
5316
5317 \begin_layout Standard
5318 El formato del encabezado puede configurarse junto con todos los demás encabezad
5319 os del documento mediante el paquete LaTeX
5320 \series bold
5321  caption
5322 \series default
5323
5324 \begin_inset LatexCommand index
5325 name "LaTeX-paquetes ! caption"
5326
5327 \end_inset
5328
5329 , ver sección\InsetSpace ~
5330  
5331 \begin_inset LatexCommand ref
5332 reference "sec:Formato-de-Encabezados"
5333
5334 \end_inset
5335
5336 .
5337 \end_layout
5338
5339 \begin_layout Subsubsection
5340 Anchura de Encabezado
5341 \begin_inset LatexCommand index
5342 name "Tablas Largas ! Anchura de Encabezados"
5343
5344 \end_inset
5345
5346
5347 \end_layout
5348
5349 \begin_layout Standard
5350 La anchura máxima se define por la longitud 
5351 \series bold
5352
5353 \backslash
5354 LTcapwidth
5355 \series default
5356 .
5357  Por defecto es 4\InsetSpace \thinspace{}
5358 in.
5359  Para cambiarla añade el siguiente comando al preámbulo o como ERT en el
5360  documento antes de la tabla larga a la que afecta
5361 \end_layout
5362
5363 \begin_layout Standard
5364
5365 \series bold
5366
5367 \backslash
5368 setlength{
5369 \backslash
5370 LTcapwidth}{ancho}
5371 \end_layout
5372
5373 \begin_layout Standard
5374 donde el ancho puede ser una de las unidades listadas en el apéndice\InsetSpace ~
5375
5376 \begin_inset LatexCommand ref
5377 reference "cha:Unidades-disponibles-en"
5378
5379 \end_inset
5380
5381 .
5382 \end_layout
5383
5384 \begin_layout Standard
5385 Las tablas siguientes muestran la diferencia:
5386 \end_layout
5387
5388 \begin_layout Standard
5389 \begin_inset Tabular
5390 <lyxtabular version="3" rows="6" columns="5">
5391 <features islongtable="true">
5392 <column alignment="center" valignment="top" leftline="true" width="0">
5393 <column alignment="center" valignment="top" leftline="true" width="0">
5394 <column alignment="center" valignment="top" leftline="true" width="0">
5395 <column alignment="center" valignment="top" leftline="true" width="0">
5396 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5397 <row>
5398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Standard
5402 \begin_inset ERT
5403 status collapsed
5404
5405 \begin_layout Standard
5406
5407
5408 \backslash
5409 caption[Encabezado con ancho predeterminado]{Encabezado completo con ancho
5410  predeterminado
5411 \end_layout
5412
5413 \begin_layout Standard
5414
5415 encabezado completo con ancho predeterminado encabezado completo con ancho
5416  predeterminado}
5417 \backslash
5418
5419 \backslash
5420 %
5421 \end_layout
5422
5423 \end_inset
5424
5425
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Standard
5434 \begin_inset ERT
5435 status collapsed
5436
5437 \begin_layout Standard
5438
5439 %
5440 \end_layout
5441
5442 \end_inset
5443
5444
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Standard
5453 \begin_inset ERT
5454 status collapsed
5455
5456 \begin_layout Standard
5457
5458 %
5459 \end_layout
5460
5461 \end_inset
5462
5463
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Standard
5472 \begin_inset ERT
5473 status collapsed
5474
5475 \begin_layout Standard
5476
5477 %
5478 \end_layout
5479
5480 \end_inset
5481
5482
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Standard
5491 \begin_inset ERT
5492 status collapsed
5493
5494 \begin_layout Standard
5495
5496 %
5497 \end_layout
5498
5499 \end_inset
5500
5501
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 </row>
5507 <row topline="true">
5508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Standard
5512 1
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Standard
5521 2
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Standard
5530 3
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Standard
5539 4
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Standard
5548 5
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 </row>
5554 <row topline="true">
5555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Standard
5559 asd
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Standard
5568 s
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Standard
5577 s
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Standard
5586 s
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Standard
5595 asd
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 </row>
5601 <row topline="true">
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Standard
5606 asd
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Standard
5615 s
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Standard
5624 s
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Standard
5633 s
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Standard
5642 asd
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 </row>
5648 <row topline="true">
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Standard
5653 asd
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Standard
5662 s
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Standard
5671 s
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Standard
5680 s
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Standard
5689 asd
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 </row>
5695 <row topline="true" bottomline="true">
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Standard
5700 asd
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Standard
5709 sad
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Standard
5718 asd
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Standard
5727 asd
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Standard
5736 asd
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 </row>
5742 </lyxtabular>
5743
5744 \end_inset
5745
5746
5747 \end_layout
5748
5749 \begin_layout Standard
5750 \begin_inset ERT
5751 status collapsed
5752
5753 \begin_layout Standard
5754
5755
5756 \backslash
5757 setlength{
5758 \backslash
5759 LTcapwidth}{5cm}
5760 \end_layout
5761
5762 \end_inset
5763
5764
5765 \begin_inset Tabular
5766 <lyxtabular version="3" rows="6" columns="5">
5767 <features islongtable="true">
5768 <column alignment="center" valignment="top" leftline="true" width="0">
5769 <column alignment="center" valignment="top" leftline="true" width="0">
5770 <column alignment="center" valignment="top" leftline="true" width="0">
5771 <column alignment="center" valignment="top" leftline="true" width="0">
5772 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5773 <row>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Standard
5778 \begin_inset ERT
5779 status collapsed
5780
5781 \begin_layout Standard
5782
5783
5784 \backslash
5785 caption[Encabezado con anchura
5786 \backslash
5787 ,=
5788 \backslash
5789 ,5
5790 \backslash
5791 ,cm]{Encabezado completo con ancho de  5
5792 \backslash
5793 ,cm
5794 \end_layout
5795
5796 \begin_layout Standard
5797
5798 encabezado completo con ancho de 5
5799 \backslash
5800 ,cm encabezado completo con ancho de 5
5801 \backslash
5802 ,cm}
5803 \backslash
5804
5805 \backslash
5806 %
5807 \end_layout
5808
5809 \end_inset
5810
5811
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Standard
5820 \begin_inset ERT
5821 status collapsed
5822
5823 \begin_layout Standard
5824
5825 %
5826 \end_layout
5827
5828 \end_inset
5829
5830
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Standard
5839 \begin_inset ERT
5840 status collapsed
5841
5842 \begin_layout Standard
5843
5844 %
5845 \end_layout
5846
5847 \end_inset
5848
5849
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Standard
5858 \begin_inset ERT
5859 status collapsed
5860
5861 \begin_layout Standard
5862
5863 %
5864 \end_layout
5865
5866 \end_inset
5867
5868
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Standard
5877 \begin_inset ERT
5878 status collapsed
5879
5880 \begin_layout Standard
5881
5882 %
5883 \end_layout
5884
5885 \end_inset
5886
5887
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 </row>
5893 <row topline="true">
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Standard
5898 1
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Standard
5907 2
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Standard
5916 3
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Standard
5925 4
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Standard
5934 5
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 </row>
5940 <row topline="true">
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Standard
5945 asd
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Standard
5954 s
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Standard
5963 s
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Standard
5972 s
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Standard
5981 asd
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 </row>
5987 <row topline="true">
5988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Standard
5992 asd
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Standard
6001 s
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Standard
6010 s
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Standard
6019 s
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Standard
6028 asd
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 </row>
6034 <row topline="true">
6035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Standard
6039 asd
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Standard
6048 s
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Standard
6057 s
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Standard
6066 s
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Standard
6075 asd
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 </row>
6081 <row topline="true" bottomline="true">
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Standard
6086 asd
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Standard
6095 sad
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Standard
6104 asd
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Standard
6113 asd
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Standard
6122 asd
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 </row>
6128 </lyxtabular>
6129
6130 \end_inset
6131
6132
6133 \begin_inset ERT
6134 status collapsed
6135
6136 \begin_layout Standard
6137
6138
6139 \backslash
6140 setlength{
6141 \backslash
6142 LTcapwidth}{4in}
6143 \end_layout
6144
6145 \end_inset
6146
6147
6148 \end_layout
6149
6150 \begin_layout Subsubsection
6151 Encabezados Distintos para cada Página
6152 \begin_inset LatexCommand index
6153 name "Tablas Largas ! Encabezados Diferentes para cada Página"
6154
6155 \end_inset
6156
6157
6158 \end_layout
6159
6160 \begin_layout Standard
6161 Si los otros encabezados debieran ser diferentes del de la primera página,
6162  inserta el comando 
6163 \series bold
6164
6165 \backslash
6166 caption 
6167 \series default
6168 con un título corto no vacío en una fila postiza de encabezado marcado como
6169  primer encabezado.
6170  El encabezado para las restantes páginas se inserta con el comando 
6171 \series bold
6172
6173 \backslash
6174 caption
6175 \series default
6176  sin título corto en una fila postiza de encabezado marcado como primer
6177  encabezado.
6178  Si este encabezado no ha de incluir el número de tabla, usa el comando
6179  
6180 \series bold
6181
6182 \backslash
6183 caption*
6184 \series default
6185  en vez de 
6186 \series bold
6187
6188 \backslash
6189 caption
6190 \series default
6191 .
6192  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
6193  La tabla\InsetSpace ~
6194
6195 \begin_inset LatexCommand ref
6196 reference "tab:DifEncabezados"
6197
6198 \end_inset
6199
6200  es un ejemplo de tabla larga con encabezados distintos donde el segundo
6201  no incluye número de tabla.
6202 \end_layout
6203
6204 \begin_layout Standard
6205 \align center
6206 \begin_inset Tabular
6207 <lyxtabular version="3" rows="60" columns="3">
6208 <features islongtable="true">
6209 <column alignment="left" valignment="top" leftline="true" width="0cm">
6210 <column alignment="left" valignment="top" rightline="true" width="0pt">
6211 <column alignment="right" valignment="top" rightline="true" width="0pt">
6212 <row endfirsthead="true">
6213 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Standard
6217 \begin_inset ERT
6218 status collapsed
6219
6220 \begin_layout Standard
6221
6222
6223 \backslash
6224 caption[Ejemplo de lista telefónica]{Ejemplo de lista telefónica 
6225 \end_layout
6226
6227 \end_inset
6228
6229
6230 \begin_inset LatexCommand label
6231 name "tab:DifEncabezados"
6232
6233 \end_inset
6234
6235
6236 \begin_inset ERT
6237 status collapsed
6238
6239 \begin_layout Standard
6240
6241 }
6242 \backslash
6243
6244 \backslash
6245 %
6246 \end_layout
6247
6248 \end_inset
6249
6250
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Standard
6259 \begin_inset ERT
6260 status collapsed
6261
6262 \begin_layout Standard
6263
6264 %
6265 \end_layout
6266
6267 \end_inset
6268
6269
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Standard
6278 \begin_inset ERT
6279 status collapsed
6280
6281 \begin_layout Standard
6282
6283 %
6284 \end_layout
6285
6286 \end_inset
6287
6288
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 </row>
6294 <row topline="true" bottomline="true" endfirsthead="true">
6295 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Standard
6299
6300 \series bold
6301 Ejemplo de lista telefónica (ignore los nombres)
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Standard
6310
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Standard
6319
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 </row>
6325 <row topline="true" bottomline="true" endfirsthead="true">
6326 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Standard
6330
6331 \series bold
6332 NOMBRE
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Standard
6341
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Standard
6350
6351 \series bold
6352 TEL.
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 </row>
6358 <row bottomline="true" endhead="true">
6359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Standard
6363 \begin_inset ERT
6364 status collapsed
6365
6366 \begin_layout Standard
6367
6368
6369 \backslash
6370 caption*{Continúa Ejemplo de lista telefónica}
6371 \backslash
6372
6373 \backslash
6374 %
6375 \end_layout
6376
6377 \end_inset
6378
6379
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Standard
6388 \begin_inset ERT
6389 status collapsed
6390
6391 \begin_layout Standard
6392
6393 %
6394 \end_layout
6395
6396 \end_inset
6397
6398
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Standard
6407 \begin_inset ERT
6408 status collapsed
6409
6410 \begin_layout Standard
6411
6412 %
6413 \end_layout
6414
6415 \end_inset
6416
6417
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 </row>
6423 <row topline="true" bottomline="true" endhead="true">
6424 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Standard
6428
6429 \series bold
6430 Ejemplo de lista telefónica
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Standard
6439
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Standard
6448
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 </row>
6454 <row topline="true" bottomline="true" endhead="true">
6455 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Standard
6459
6460 \series bold
6461 NOMBRE
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Standard
6470
6471 \end_layout
6472
6473 \end_inset
6474 </cell>
6475 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Standard
6479
6480 \series bold
6481 TEL.
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 </row>
6487 <row topline="true" bottomline="true" endfoot="true">
6488 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Standard
6492 continúa en página siguiente
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Standard
6501
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Standard
6510
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 </row>
6516 <row>
6517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Standard
6521
6522 \series bold
6523 Annovi
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell alignment="center" valignment="top" topline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Standard
6532 Silvia
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Standard
6541 111
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 </row>
6547 <row>
6548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Standard
6552
6553 \series bold
6554 Bertoli
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell alignment="center" valignment="top" topline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Standard
6563 Stefano
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6569 \begin_inset Text
6570
6571 \begin_layout Standard
6572 111
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 </row>
6578 <row>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Standard
6583
6584 \series bold
6585 Bozzi
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 <cell alignment="center" valignment="top" topline="true" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Standard
6594 Walter
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Standard
6603 111
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 </row>
6609 <row>
6610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Standard
6614
6615 \series bold
6616 Cachia
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Standard
6625 Maria
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Standard
6634 111
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 </row>
6640 <row>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Standard
6645
6646 \series bold
6647 Cachia
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Standard
6656 Maurizio
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Standard
6665 111
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 </row>
6671 <row>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Standard
6676
6677 \series bold
6678 Cinquemani
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Standard
6687 Giusi
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Standard
6696 111
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 </row>
6702 <row>
6703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Standard
6707
6708 \series bold
6709 Colin
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Standard
6718 Bernard
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Standard
6727 111
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 </row>
6733 <row>
6734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Standard
6738
6739 \series bold
6740 Concli
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Standard
6749 Gianfranco
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Standard
6758 111
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 </row>
6764 <row>
6765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Standard
6769
6770 \series bold
6771 Dal Bosco
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Standard
6780 Carolina
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Standard
6789 111
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 </row>
6795 <row>
6796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Standard
6800
6801 \series bold
6802 Dalpiaz
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell alignment="center" valignment="top" topline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Standard
6811 Annamaria
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Standard
6820 111
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 </row>
6826 <row>
6827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Standard
6831
6832 \series bold
6833 Feliciello
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Standard
6842 Domenico
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Standard
6851 111
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 </row>
6857 <row>
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Standard
6862
6863 \series bold
6864 Focarelli
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Standard
6873 Paola
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Standard
6882 111
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 </row>
6888 <row>
6889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Standard
6893
6894 \series bold
6895 Galletti
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 <cell alignment="center" valignment="top" topline="true" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Standard
6904 Oreste
6905 \end_layout
6906
6907 \end_inset
6908 </cell>
6909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Standard
6913 111
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 </row>
6919 <row>
6920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Standard
6924
6925 \series bold
6926 Gasparini
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell alignment="center" valignment="top" topline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Standard
6935 Franca
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Standard
6944 111
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 </row>
6950 <row>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Standard
6955
6956 \series bold
6957 Rizzardi
6958 \series default
6959
6960 \begin_inset Foot
6961 status open
6962
6963 \begin_layout Standard
6964 Ejemplo de nota al pie
6965 \end_layout
6966
6967 \end_inset
6968
6969
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 <cell alignment="center" valignment="top" topline="true" usebox="none">
6975 \begin_inset Text
6976
6977 \begin_layout Standard
6978 Paola
6979 \end_layout
6980
6981 \end_inset
6982 </cell>
6983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Standard
6987 111
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 </row>
6993 <row>
6994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Standard
6998
6999 \series bold
7000 Lassini
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Standard
7009 Giancarlo
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Standard
7018 111
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 </row>
7024 <row>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Standard
7029
7030 \series bold
7031 Malfatti
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Standard
7040 Luciano
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Standard
7049 111
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 </row>
7055 <row>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Standard
7060
7061 \series bold
7062 Malfatti
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Standard
7071 Valeriano
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Standard
7080 111
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 </row>
7086 <row>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Standard
7091
7092 \series bold
7093 Meneguzzo
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 <cell alignment="center" valignment="top" topline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Standard
7102 Roberto
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Standard
7111 111
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 </row>
7117 <row>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Standard
7122
7123 \series bold
7124 Mezzadra
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Standard
7133 Roberto
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Standard
7142 111
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 </row>
7148 <row>
7149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Standard
7153
7154 \series bold
7155 Pirpamer
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Standard
7164 Erich
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Standard
7173 111
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 </row>
7179 <row>
7180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Standard
7184
7185 \series bold
7186 Pochiesa
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell alignment="center" valignment="top" topline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Standard
7195 Paolo
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Standard
7204 111, 222
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 </row>
7210 <row>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Standard
7215
7216 \series bold
7217 Radina
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Standard
7226 Claudio
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Standard
7235 111
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 </row>
7241 <row>
7242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Standard
7246
7247 \series bold
7248 Stuffer
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Standard
7257 Oskar
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Standard
7266 111
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 </row>
7272 <row>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Standard
7277
7278 \series bold
7279 Tacchelli
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell alignment="center" valignment="top" topline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Standard
7288 Ugo
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Standard
7297 111
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 </row>
7303 <row>
7304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Standard
7308
7309 \series bold
7310 Tezzele
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Standard
7319 Margit
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Standard
7328 111
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 </row>
7334 <row>
7335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Standard
7339
7340 \series bold
7341 Unterkalmsteiner
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" topline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Standard
7350 Frieda
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Standard
7359 111
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 </row>
7365 <row>
7366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Standard
7370
7371 \series bold
7372 Vieider
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell alignment="center" valignment="top" topline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Standard
7381 Hilde
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Standard
7390 111
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 </row>
7396 <row>
7397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Standard
7401
7402 \series bold
7403 Vigna
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell alignment="center" valignment="top" topline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Standard
7412 Jürgen
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Standard
7421 111
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 </row>
7427 <row>
7428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Standard
7432
7433 \series bold
7434 Weber
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Standard
7443 Maurizio
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Standard
7452 111
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 </row>
7458 <row bottomline="true">
7459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Standard
7463
7464 \series bold
7465 Winkler
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 <cell alignment="center" valignment="top" topline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Standard
7474 Franz
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Standard
7483 111
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 </row>
7489 <row bottomline="true">
7490 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Standard
7494  
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Standard
7503
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Standard
7512
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 </row>
7518 <row>
7519 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Standard
7523
7524 \series bold
7525 Annovi
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell alignment="center" valignment="top" topline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Standard
7534 Silvia
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Standard
7543 555
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 </row>
7549 <row>
7550 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Standard
7554
7555 \series bold
7556 Bertoli
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 <cell alignment="center" valignment="top" topline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Standard
7565 Stefano
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Standard
7574 555
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 </row>
7580 <row>
7581 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Standard
7585
7586 \series bold
7587 Bozzi
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 <cell alignment="center" valignment="top" topline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Standard
7596 Walter
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Standard
7605 555
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 </row>
7611 <row>
7612 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Standard
7616
7617 \series bold
7618 Cachia
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" topline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Standard
7627 Maria
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Standard
7636 555
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 <row>
7643 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Standard
7647
7648 \series bold
7649 Cachia
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" topline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Standard
7658 Maurizio
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Standard
7667 555
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 </row>
7673 <row>
7674 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Standard
7678
7679 \series bold
7680 Cinquemani
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell alignment="center" valignment="top" topline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Standard
7689 Giusi
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Standard
7698 555
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 </row>
7704 <row>
7705 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Standard
7709
7710 \series bold
7711 Colin
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell alignment="center" valignment="top" topline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Standard
7720 Bernard
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Standard
7729 555
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 </row>
7735 <row>
7736 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Standard
7740
7741 \series bold
7742 Concli
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" topline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Standard
7751 Gianfranco
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Standard
7760 555
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 </row>
7766 <row>
7767 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Standard
7771
7772 \series bold
7773 Dal Bosco
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" topline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Standard
7782 Carolina
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Standard
7791 555
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 </row>
7797 <row>
7798 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Standard
7802
7803 \series bold
7804 Dalpiaz
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell alignment="center" valignment="top" topline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Standard
7813 Annamaria
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Standard
7822 555
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 <row>
7829 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Standard
7833
7834 \series bold
7835 Feliciello
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell alignment="center" valignment="top" topline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Standard
7844 Domenico
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Standard
7853 555
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 </row>
7859 <row>
7860 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Standard
7864
7865 \series bold
7866 Focarelli
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" topline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Standard
7875 Paola
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Standard
7884 555
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 </row>
7890 <row>
7891 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Standard
7895
7896 \series bold
7897 Galletti
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" topline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Standard
7906 Oreste
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Standard
7915 555
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row>
7922 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Standard
7926
7927 \series bold
7928 Gasparini
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" topline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Standard
7937 Franca
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Standard
7946 555
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 </row>
7952 <row>
7953 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Standard
7957
7958 \series bold
7959 Rizzardi
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" topline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Standard
7968 Paola
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Standard
7977 555
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row>
7984 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Standard
7988
7989 \series bold
7990 Lassini
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" topline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Standard
7999 Giancarlo
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Standard
8008 555
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 </row>
8014 <row>
8015 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Standard
8019
8020 \series bold
8021 Malfatti
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" topline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Standard
8030 Luciano
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Standard
8039 555
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row>
8046 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Standard
8050
8051 \series bold
8052 Malfatti
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" topline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Standard
8061 Valeriano
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Standard
8070 555
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 <row>
8077 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Standard
8081
8082 \series bold
8083 Meneguzzo
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" topline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Standard
8092 Roberto
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Standard
8101 555
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 <row bottomline="true">
8108 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Standard
8112
8113 \series bold
8114 Mezzadra
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" topline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Standard
8123 Roberto
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Standard
8132 555
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 </row>
8138 <row bottomline="true" endlastfoot="true">
8139 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Standard
8143
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Standard
8152
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Standard
8161
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 </row>
8167 </lyxtabular>
8168
8169 \end_inset
8170
8171
8172 \end_layout
8173
8174 \begin_layout Section
8175 Particularidades de las Tablas Largas
8176 \end_layout
8177
8178 \begin_layout Subsection
8179 Cálculos
8180 \begin_inset LatexCommand index
8181 name "Tablas Largas ! 2.7.1 Cálculos"
8182
8183 \end_inset
8184
8185
8186 \end_layout
8187
8188 \begin_layout Standard
8189 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
8190  utilizando los denominados "trozos", que son partes de la tabla presentes
8191  en la memoria de LaTeX.
8192  El valor predeterminado está establacido a solo 20 filas.
8193  Si estás usando tablas largas con muchas páginas, la generación del documento
8194  puede hacerse muy lenta.
8195  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
8196  el siguiente comando en el preámbulo del documento:
8197 \end_layout
8198
8199 \begin_layout Standard
8200
8201 \series bold
8202
8203 \backslash
8204 setcounter{LTchunksize}{100}
8205 \end_layout
8206
8207 \begin_layout Subsection
8208 Flotantes y Tablas Largas
8209 \begin_inset LatexCommand index
8210 name "Tablas Largas ! Flotantes"
8211
8212 \end_inset
8213
8214
8215 \end_layout
8216
8217 \begin_layout Standard
8218 Podría haber problemas si un flotante aparece en la misma página donde comienza
8219  una tabla larga.
8220  Para evitarlo, añade el comando 
8221 \series bold
8222
8223 \backslash
8224 clearpage
8225 \series default
8226  como ERT antes de la tabla.
8227 \end_layout
8228
8229 \begin_layout Subsection
8230 Saltos de Página Forzados
8231 \begin_inset LatexCommand index
8232 name "Tablas Largas ! Saltos de Página Forzados"
8233
8234 \end_inset
8235
8236
8237 \end_layout
8238
8239 \begin_layout Standard
8240 Por defecto, las tablas sólo se cortan entre filas.
8241  Si tienes una celda con líneas múltiples y necesitas un salto de página
8242  dentro de la celda, inserta el comando de nueva línea "
8243 \series bold
8244
8245 \backslash
8246
8247 \backslash
8248
8249 \series default
8250 " como ERT en el punto en que quieras cortar.
8251  Antes del comando "
8252 \series bold
8253
8254 \backslash
8255
8256 \backslash
8257
8258 \series default
8259 " debes insertar en ERT tantos caracteres "
8260 \series bold
8261 &
8262 \series default
8263 " como columnas siguientes de la tabla.
8264  
8265 \series bold
8266 &
8267 \series default
8268  es el caracter para separar celdas.
8269  Escribe en ERT después de cada 
8270 \series bold
8271 &
8272 \series default
8273  el contenido de la celda siguiente correspondiente y borra el contenido
8274  de esas celdas.
8275 \newline
8276 Detrás del comando 
8277 \series bold
8278
8279 \backslash
8280
8281 \backslash
8282
8283 \series default
8284 , inserta tantos 
8285 \series bold
8286 &
8287 \series default
8288  como columnas haya delante de la actual.
8289  En la tabla\InsetSpace ~
8290
8291 \begin_inset LatexCommand ref
8292 reference "tab:Saltos de Página Forzados"
8293
8294 \end_inset
8295
8296  la celda que debería cortarse está en la segunda columna seguida de otra
8297  columna.
8298  Por eso el siguiente comando se inserta en la celda como ERT detrás de
8299  "
8300 \emph on
8301 Castelchiodato,
8302 \emph default
8303 ":
8304 \end_layout
8305
8306 \begin_layout Standard
8307
8308 \series bold
8309 & 111
8310 \backslash
8311
8312 \backslash
8313
8314 \newline
8315 &
8316 \end_layout
8317
8318 \begin_layout Standard
8319 El "111" en la tercera columna de la fila se ha borrado.
8320  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
8321  superior pero quisieras una línea horizontal donde se corta la celda, usa
8322  este comando alternativo:
8323 \end_layout
8324
8325 \begin_layout Standard
8326
8327 \series bold
8328 & 111
8329 \backslash
8330
8331 \backslash
8332
8333 \newline
8334
8335 \backslash
8336 hline &
8337 \end_layout
8338
8339 \begin_layout Standard
8340 Cuando la celda a cortar está en la última columna, el comando
8341 \end_layout
8342
8343 \begin_layout Standard
8344
8345 \series bold
8346
8347 \backslash
8348 setlength{
8349 \backslash
8350 parf\SpecialChar \textcompwordmark{}
8351 illskip}{0pt}
8352 \end_layout
8353
8354 \begin_layout Standard
8355 debe insertarse como ERT al principio de la celda.
8356  Esto garantiza que la parte de la celda que será mostrada en la nueva página
8357  aparecerá con toda su anchura.
8358 \end_layout
8359
8360 \begin_layout Standard
8361 \align center
8362 \begin_inset Tabular
8363 <lyxtabular version="3" rows="39" columns="3">
8364 <features islongtable="true">
8365 <column alignment="left" valignment="top" leftline="true" width="0cm">
8366 <column alignment="left" valignment="top" rightline="true" width="3cm">
8367 <column alignment="right" valignment="top" rightline="true" width="0pt">
8368 <row endfirsthead="true">
8369 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Standard
8373 \begin_inset ERT
8374 status collapsed
8375
8376 \begin_layout Standard
8377
8378
8379 \backslash
8380 caption[Tabla con salto de página forzado en celda]{Tabla con salto de página
8381  forzado en celda 
8382 \end_layout
8383
8384 \end_inset
8385
8386
8387 \begin_inset LatexCommand label
8388 name "tab:Saltos de Página Forzados"
8389
8390 \end_inset
8391
8392
8393 \begin_inset ERT
8394 status collapsed
8395
8396 \begin_layout Standard
8397
8398 }
8399 \backslash
8400
8401 \backslash
8402 %
8403 \end_layout
8404
8405 \end_inset
8406
8407
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Standard
8416 \begin_inset ERT
8417 status collapsed
8418
8419 \begin_layout Standard
8420
8421 %
8422 \end_layout
8423
8424 \end_inset
8425
8426
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Standard
8435 \begin_inset ERT
8436 status collapsed
8437
8438 \begin_layout Standard
8439
8440 %
8441 \end_layout
8442
8443 \end_inset
8444
8445
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 </row>
8451 <row topline="true" bottomline="true" endfirsthead="true">
8452 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Standard
8456
8457 \series bold
8458 Ejemplo de lista telefónica (ignore los nombres)
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Standard
8467
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Standard
8476
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 <row topline="true" bottomline="true" endfirsthead="true">
8483 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Standard
8487
8488 \series bold
8489 NOMBRE
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Standard
8498
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Standard
8507
8508 \series bold
8509 TEL.
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 </row>
8515 <row bottomline="true" endhead="true">
8516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Standard
8520 \begin_inset ERT
8521 status collapsed
8522
8523 \begin_layout Standard
8524
8525
8526 \backslash
8527 caption{Continúa tabla con salto de página forzado en celda}
8528 \backslash
8529
8530 \backslash
8531 %
8532 \end_layout
8533
8534 \end_inset
8535
8536
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Standard
8545 \begin_inset ERT
8546 status collapsed
8547
8548 \begin_layout Standard
8549
8550 %
8551 \end_layout
8552
8553 \end_inset
8554
8555
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Standard
8564 \begin_inset ERT
8565 status collapsed
8566
8567 \begin_layout Standard
8568
8569 %
8570 \end_layout
8571
8572 \end_inset
8573
8574
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row topline="true" bottomline="true" endhead="true">
8581 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Standard
8585
8586 \series bold
8587  Ejemplo de lista telefónica
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Standard
8596
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Standard
8605
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 <row topline="true" bottomline="true" endhead="true">
8612 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Standard
8616
8617 \series bold
8618 NOMBRE
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Standard
8627
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Standard
8636
8637 \series bold
8638 TEL.
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 </row>
8644 <row topline="true" bottomline="true" endfoot="true">
8645 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Standard
8649 continúa en página siguiente
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Standard
8658
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Standard
8667
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 </row>
8673 <row>
8674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Standard
8678
8679 \series bold
8680 Annovi
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" topline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Standard
8689 Silvia
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Standard
8698 111
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 </row>
8704 <row>
8705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Standard
8709
8710 \series bold
8711 Bertoli
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" topline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Standard
8720 Stefano
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Standard
8729 111
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 </row>
8735 <row>
8736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Standard
8740
8741 \series bold
8742 Bozzi
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" topline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Standard
8751 Walter
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Standard
8760 111
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 </row>
8766 <row>
8767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Standard
8771
8772 \series bold
8773 Cachia
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" topline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Standard
8782 Maria
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Standard
8791 111
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row>
8798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Standard
8802
8803 \series bold
8804 Cachia
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" topline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Standard
8813 Maurizio
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Standard
8822 111
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 </row>
8828 <row>
8829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Standard
8833
8834 \series bold
8835 Cinquemani
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" topline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Standard
8844 Giusi
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Standard
8853 111
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 </row>
8859 <row>
8860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Standard
8864
8865 \series bold
8866 Colin
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" topline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Standard
8875 Bernard
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Standard
8884 111
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 </row>
8890 <row>
8891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Standard
8895
8896 \series bold
8897 Concli
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" topline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Standard
8906 Gianfranco
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Standard
8915 111
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 </row>
8921 <row>
8922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Standard
8926
8927 \series bold
8928 Dal Bosco
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" topline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Standard
8937 Carolina
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Standard
8946 111
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 </row>
8952 <row>
8953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Standard
8957
8958 \series bold
8959 Dalpiaz
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" topline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Standard
8968 Annamaria
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Standard
8977 111
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 </row>
8983 <row>
8984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Standard
8988
8989 \series bold
8990 Feliciello
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" topline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Standard
8999 Domenico
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Standard
9008 111
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 </row>
9014 <row>
9015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Standard
9019
9020 \series bold
9021 Focarelli
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" topline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Standard
9030 Paola
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Standard
9039 111
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 </row>
9045 <row>
9046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Standard
9050
9051 \series bold
9052 Galletti
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="center" valignment="top" topline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Standard
9061 Oreste
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Standard
9070 111
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 <row>
9077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Standard
9081
9082 \series bold
9083 Gasparini
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" topline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Standard
9092 Franca
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Standard
9101 111
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 </row>
9107 <row>
9108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Standard
9112
9113 \series bold
9114 Lassini
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" topline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Standard
9123 Giancarlo
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Standard
9132 111
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 </row>
9138 <row>
9139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Standard
9143
9144 \series bold
9145 Malfatti
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" topline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Standard
9154 Luciano
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Standard
9163 111
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 </row>
9169 <row>
9170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Standard
9174
9175 \series bold
9176 Malfatti
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" topline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Standard
9185 Valeriano
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Standard
9194 111
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 </row>
9200 <row>
9201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Standard
9205
9206 \series bold
9207 Meneguzzo
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="center" valignment="top" topline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Standard
9216 Roberto
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Standard
9225 111
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 </row>
9231 <row>
9232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Standard
9236
9237 \series bold
9238 Mezzadra
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 <cell alignment="center" valignment="top" topline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Standard
9247 Roberto
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Standard
9256 111
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 </row>
9262 <row>
9263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Standard
9267
9268 \series bold
9269 Pirpamer
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 <cell alignment="center" valignment="top" topline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Standard
9278 Erich
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Standard
9287 111
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 </row>
9293 <row>
9294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Standard
9298
9299 \series bold
9300 Pochiesa
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 <cell alignment="center" valignment="top" topline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Standard
9309 Paolo
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Standard
9318 111, 222
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 </row>
9324 <row>
9325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Standard
9329
9330 \series bold
9331 Radina
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 <cell alignment="center" valignment="top" topline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Standard
9340 Claudio
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Standard
9349 111
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 </row>
9355 <row>
9356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Standard
9360
9361 \series bold
9362 Rizzardi
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Standard
9371 Paolo, 11.
9372  Fürst von Montecompatri, 11.
9373  Fürst von Sulmona und Vivaro, 10.
9374  Fürst von Rossano, 5.
9375  Herzog von Canemorte, 11.
9376  Herzog von Palombara, 5.
9377  Herzog von Castelchiodato,
9378 \begin_inset ERT
9379 status collapsed
9380
9381 \begin_layout Standard
9382
9383 & 111
9384 \backslash
9385
9386 \backslash
9387
9388 \end_layout
9389
9390 \begin_layout Standard
9391
9392 &
9393 \end_layout
9394
9395 \end_inset
9396
9397  11.
9398  Herzog von Poggionativo, 11.
9399  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9400  Graf von Valinfreda, 11.
9401  Baron von Cropalati, 11.
9402  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Standard
9411
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 </row>
9417 <row>
9418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Standard
9422
9423 \series bold
9424 Stuffer
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell alignment="center" valignment="top" topline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Standard
9433 Oskar
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Standard
9442 111
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 </row>
9448 <row>
9449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Standard
9453
9454 \series bold
9455 Tacchelli
9456 \end_layout
9457
9458 \end_inset
9459 </cell>
9460 <cell alignment="center" valignment="top" topline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Standard
9464 Ugo
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Standard
9473 111
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row>
9480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Standard
9484
9485 \series bold
9486 Tezzele
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="center" valignment="top" topline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Standard
9495 Margit
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Standard
9504 111
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 </row>
9510 <row>
9511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Standard
9515
9516 \series bold
9517 Unterkalmsteiner
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell alignment="center" valignment="top" topline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Standard
9526 Frieda
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Standard
9535 111
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 </row>
9541 <row>
9542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Standard
9546
9547 \series bold
9548 Vieider
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 <cell alignment="center" valignment="top" topline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Standard
9557 Hilde
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Standard
9566 111
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 </row>
9572 <row>
9573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Standard
9577
9578 \series bold
9579 Vigna
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 <cell alignment="center" valignment="top" topline="true" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Standard
9588 Jürgen
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Standard
9597 111
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 </row>
9603 <row>
9604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Standard
9608
9609 \series bold
9610 Weber
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell alignment="center" valignment="top" topline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Standard
9619 Maurizio
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Standard
9628 111
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 </row>
9634 <row bottomline="true">
9635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Standard
9639
9640 \series bold
9641 Winkler
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 <cell alignment="center" valignment="top" topline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Standard
9650 Franz
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Standard
9659 111
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 </row>
9665 <row endlastfoot="true">
9666 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Standard
9670
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Standard
9679
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Standard
9688
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 </lyxtabular>
9695
9696 \end_inset
9697
9698
9699 \end_layout
9700
9701 \begin_layout Section
9702 Líneas Múltiples en Columnas y Filas
9703 \end_layout
9704
9705 \begin_layout Subsection
9706 Líneas Múltiples en Celdas
9707 \begin_inset LatexCommand label
9708 name "sub:Líneas-Múltiples-en"
9709
9710 \end_inset
9711
9712
9713 \begin_inset LatexCommand index
9714 name "Líneas Múltiples en Celdas"
9715
9716 \end_inset
9717
9718
9719 \begin_inset LatexCommand index
9720 name "Tablas ! Saltos de Línea"
9721
9722 \end_inset
9723
9724
9725 \end_layout
9726
9727 \begin_layout Standard
9728 \align center
9729 \begin_inset Float table
9730 placement H
9731 wide false
9732 sideways false
9733 status open
9734
9735 \begin_layout Standard
9736 \begin_inset Caption
9737
9738 \begin_layout Standard
9739 \begin_inset LatexCommand label
9740 name "tab:Tabla-con-múltiples"
9741
9742 \end_inset
9743
9744 Tabla con líneas múltiples en celda
9745 \end_layout
9746
9747 \end_inset
9748
9749
9750 \end_layout
9751
9752 \begin_layout Standard
9753 \align center
9754 \begin_inset Tabular
9755 <lyxtabular version="3" rows="3" columns="3">
9756 <features>
9757 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9758 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9759 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9760 <row topline="true">
9761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Standard
9765 líneas
9766 \begin_inset ERT
9767 status collapsed
9768
9769 \begin_layout Standard
9770
9771
9772 \backslash
9773 linebreak 
9774 \end_layout
9775
9776 \end_inset
9777
9778 múltiples
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Standard
9787 b
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Standard
9796 c
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 </row>
9802 <row topline="true">
9803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Standard
9807 d
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Standard
9816 e
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Standard
9825 f
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 </row>
9831 <row topline="true" bottomline="true">
9832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Standard
9836 g
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Standard
9845 h
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Standard
9854 i
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 </row>
9860 </lyxtabular>
9861
9862 \end_inset
9863
9864
9865 \end_layout
9866
9867 \end_inset
9868
9869
9870 \end_layout
9871
9872 \begin_layout Standard
9873 Al ajustar anchura fija en una columna se habilita la entrada de texto como
9874  párrafos con varias líneas y guionado.
9875 \end_layout
9876
9877 \begin_layout Standard
9878 Para generar la tabla\InsetSpace ~
9879
9880 \begin_inset LatexCommand ref
9881 reference "tab:Tabla-con-múltiples"
9882
9883 \end_inset
9884
9885 , crea una tabla 3×3, marca la primera celda y click-derecha sobre ella.
9886  En el diálogo que surge establace una anchura de 2.5\InsetSpace \thinspace{}
9887 cm y escoge centro en
9888  alineación vertical y horizontal.
9889  Como nuestro texto es menor de 2.5\InsetSpace \thinspace{}
9890 cm, solo aparece una línea.
9891  Para poner dos añadimos un salto de línea con el comando
9892 \end_layout
9893
9894 \begin_layout Standard
9895
9896 \series bold
9897
9898 \backslash
9899 linebreak
9900 \end_layout
9901
9902 \begin_layout Standard
9903 en ERT.
9904  Si el texto es más ancho que la celda será automáticamente dividido en
9905  líneas.
9906 \end_layout
9907
9908 \begin_layout Standard
9909 Para centrar verticalmente el texto en las otras dos celdas de la primera
9910  fila, haz click-derecha en la segunda celda, ajusta una anchura de 0.5\InsetSpace \thinspace{}
9911 cm
9912  y marca alineaciones centrales.
9913  Haz lo mismo con la tercera celda de la fila.
9914 \end_layout
9915
9916 \begin_layout Standard
9917 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
9918  con guión si es la primera entrada.
9919  Por eso hay que insertar algo para que dicha palabra no sea la primera
9920  entrada: Añade el comando
9921 \end_layout
9922
9923 \begin_layout Standard
9924
9925 \series bold
9926
9927 \backslash
9928 hspace{0pt}
9929 \end_layout
9930
9931 \begin_layout Standard
9932 en ERT antes de la palabra.
9933  Como el espacio es 0 la salida no cambia.
9934  La tabla\InsetSpace ~
9935
9936 \begin_inset LatexCommand ref
9937 reference "tab:Tabla-con-y"
9938
9939 \end_inset
9940
9941  muestra el efecto.
9942 \end_layout
9943
9944 \begin_layout Standard
9945 \begin_inset Float table
9946 wide false
9947 sideways false
9948 status open
9949
9950 \begin_layout Standard
9951 \begin_inset Caption
9952
9953 \begin_layout Standard
9954 \begin_inset LatexCommand label
9955 name "tab:Tabla-con-y"
9956
9957 \end_inset
9958
9959 Tablas con y sin guión
9960 \end_layout
9961
9962 \end_inset
9963
9964
9965 \end_layout
9966
9967 \begin_layout Standard
9968
9969 \hfill
9970
9971 \begin_inset Tabular
9972 <lyxtabular version="3" rows="3" columns="3">
9973 <features>
9974 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9975 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9976 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9977 <row topline="true">
9978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Standard
9982 celdaconpalabramuylarga
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Standard
9991 b
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Standard
10000 c
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 </row>
10006 <row topline="true">
10007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Standard
10011 d
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Standard
10020 e
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Standard
10029 f
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row topline="true" bottomline="true">
10036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Standard
10040 g
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Standard
10049 h
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Standard
10058 i
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 </row>
10064 </lyxtabular>
10065
10066 \end_inset
10067
10068
10069 \hfill
10070
10071 \begin_inset Tabular
10072 <lyxtabular version="3" rows="3" columns="3">
10073 <features>
10074 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10075 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10076 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10077 <row topline="true">
10078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Standard
10082 \begin_inset ERT
10083 status collapsed
10084
10085 \begin_layout Standard
10086
10087
10088 \backslash
10089 hspace{0pt}
10090 \end_layout
10091
10092 \end_inset
10093
10094 celdaconpalabramuylarga
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Standard
10103 b
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Standard
10112 c
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 </row>
10118 <row topline="true">
10119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Standard
10123 d
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Standard
10132 e
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Standard
10141 f
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 </row>
10147 <row topline="true" bottomline="true">
10148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Standard
10152 g
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Standard
10161 h
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Standard
10170 i
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 </row>
10176 </lyxtabular>
10177
10178 \end_inset
10179
10180
10181 \hfill
10182
10183 \end_layout
10184
10185 \end_inset
10186
10187
10188 \end_layout
10189
10190 \begin_layout Standard
10191
10192 \newpage
10193
10194 \end_layout
10195
10196 \begin_layout Subsection
10197 Multicolumnas
10198 \begin_inset LatexCommand label
10199 name "sub:Multicolumnas"
10200
10201 \end_inset
10202
10203
10204 \begin_inset LatexCommand index
10205 name "Multicolumnas"
10206
10207 \end_inset
10208
10209
10210 \begin_inset LatexCommand index
10211 name "Tablas ! Multicolumnas"
10212
10213 \end_inset
10214
10215
10216 \end_layout
10217
10218 \begin_layout Subsubsection
10219 Fundamentos de Multicolumna
10220 \end_layout
10221
10222 \begin_layout Standard
10223 Para extender una celda sobre varias columnas, se marcan las celdas que
10224  se desee combinar y se usa el botón 
10225 \begin_inset Graphics
10226         filename ../images/tabular-feature_multicolumn.xpm
10227         scale 85
10228
10229 \end_inset
10230
10231 , o el menú 
10232 \family sans
10233 Editar\SpecialChar \menuseparator
10234 Tabla\SpecialChar \menuseparator
10235 Multicolumn
10236 \family default
10237 a, o click-derecha sobre las celdas marcadas y se selecciona en el diálogo,
10238  bajo la pestaña 
10239 \family sans
10240 Configuración
10241 \family default
10242 , la casilla Multicolumna.
10243 \end_layout
10244
10245 \begin_layout Standard
10246 Las multicolumnas tienen su propia configuración de celdas.
10247  Esto es, los cambios de bordes, alineación y anchura solo afectan a la
10248  multicolumna.
10249  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
10250  otra en la última fila sin borde superior:
10251 \end_layout
10252
10253 \begin_layout Standard
10254 \align center
10255 \begin_inset Tabular
10256 <lyxtabular version="3" rows="3" columns="4">
10257 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10258 <column alignment="center" valignment="top" leftline="true" width="0pt">
10259 <column alignment="center" valignment="middle" leftline="true" width="0">
10260 <column alignment="center" valignment="top" leftline="true" width="0in">
10261 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10262 <row topline="true" bottomline="true">
10263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Standard
10267 abc
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Standard
10276 def
10277 \lang ngerman
10278  
10279 \lang spanish
10280 ghi
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Standard
10289
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Standard
10298 jkl
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 </row>
10304 <row topline="true">
10305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Standard
10309
10310 \family roman
10311 \series medium
10312 \shape up
10313 \size normal
10314 \emph off
10315 \bar no
10316 \noun off
10317 \color none
10318 A
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Standard
10327 B
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Standard
10336 C
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Standard
10345 D
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 </row>
10351 <row topline="true" bottomline="true">
10352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Standard
10356 1
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Standard
10365 2
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Standard
10374 3
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Standard
10383 4
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 </row>
10389 </lyxtabular>
10390
10391 \end_inset
10392
10393
10394 \end_layout
10395
10396 \begin_layout Subsubsection
10397 Cálculos en Multicolumnas
10398 \begin_inset LatexCommand label
10399 name "sub:Cálculos-en-Multicolumnas"
10400
10401 \end_inset
10402
10403
10404 \begin_inset LatexCommand index
10405 name "Multicolumnas ! Cálculos"
10406
10407 \end_inset
10408
10409
10410 \end_layout
10411
10412 \begin_layout Standard
10413 LyX soporta multicolumnas directamente, pero hay que prestar atención a
10414  la anchura de celda de las columnas combinadas en la celda multicolumna.
10415 \end_layout
10416
10417 \begin_layout Standard
10418 \begin_inset Float table
10419 wide false
10420 sideways false
10421 status open
10422
10423 \begin_layout Standard
10424 \begin_inset Caption
10425
10426 \begin_layout Standard
10427 \begin_inset LatexCommand label
10428 name "tab:Tabla-con-centrado"
10429
10430 \end_inset
10431
10432 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
10433 te la mitad de anchura que la celda multicolumna
10434 \begin_inset OptArg
10435 status collapsed
10436
10437 \begin_layout Standard
10438 Tabla multicolumna perfecta
10439 \end_layout
10440
10441 \end_inset
10442
10443
10444 \end_layout
10445
10446 \end_inset
10447
10448
10449 \end_layout
10450
10451 \begin_layout Standard
10452 \align center
10453 \begin_inset Tabular
10454 <lyxtabular version="3" rows="3" columns="3">
10455 <features>
10456 <column alignment="center" valignment="middle" leftline="true" width="0" special="|>{\centering}m{1.25cm-6.2pt}">
10457 <column alignment="center" valignment="middle" leftline="true" width="0">
10458 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10459 <row topline="true">
10460 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special="|>{\centering}m{2.5cm}|">
10461 \begin_inset Text
10462
10463 \begin_layout Standard
10464 multicolumna línea múltiple
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Standard
10473
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Standard
10482 c
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 </row>
10488 <row topline="true">
10489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Standard
10493 d
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Standard
10502 e
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Standard
10511 f
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row topline="true" bottomline="true">
10518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Standard
10522 g
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Standard
10531 h
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Standard
10540 i
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 </row>
10546 </lyxtabular>
10547
10548 \end_inset
10549
10550
10551 \end_layout
10552
10553 \end_inset
10554
10555
10556 \end_layout
10557
10558 \begin_layout Standard
10559 Por ejemplo, para crear la Tabla\InsetSpace ~
10560
10561 \begin_inset LatexCommand ref
10562 reference "tab:Tabla-con-centrado"
10563
10564 \end_inset
10565
10566 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
10567  click-derecha.
10568  En el diálogo marca 
10569 \emph on
10570 multicolumna
10571 \emph default
10572
10573 \emph on
10574 alineación centro
10575 \emph default
10576  y una anchura de 2.5\InsetSpace \thinspace{}
10577 cm.
10578  Las columnas combinadas deberían tener exactamente la mitad de la anchura
10579  de la celda multicolumna, así que deberías ajustar 1.25\InsetSpace \thinspace{}
10580 cm para la primera
10581  columna.
10582  La segunda columna tendrá entonces automáticamente 1.25\InsetSpace \thinspace{}
10583 cm de anchura.
10584  Para la Tabla 
10585 \begin_inset LatexCommand ref
10586 reference "tab:Tabla-sin-mitad"
10587
10588 \end_inset
10589
10590  se ha procedido de la siguiente manera:
10591 \end_layout
10592
10593 \begin_layout Standard
10594 \begin_inset Float table
10595 wide false
10596 sideways false
10597 status open
10598
10599 \begin_layout Standard
10600 \begin_inset Caption
10601
10602 \begin_layout Standard
10603 \begin_inset LatexCommand label
10604 name "tab:Tabla-sin-mitad"
10605
10606 \end_inset
10607
10608 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
10609  anchura que la celda multicolumna
10610 \begin_inset OptArg
10611 status collapsed
10612
10613 \begin_layout Standard
10614 Tabla multicolumna imperfecta
10615 \end_layout
10616
10617 \end_inset
10618
10619
10620 \end_layout
10621
10622 \end_inset
10623
10624
10625 \end_layout
10626
10627 \begin_layout Standard
10628 \align center
10629 \begin_inset Tabular
10630 <lyxtabular version="3" rows="3" columns="3">
10631 <features>
10632 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10633 <column alignment="center" valignment="top" leftline="true" width="0">
10634 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10635 <row topline="true" bottomline="true">
10636 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10637 \begin_inset Text
10638
10639 \begin_layout Standard
10640 multicolumna línea múltiple
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Standard
10649
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Standard
10658 c
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 </row>
10664 <row topline="true">
10665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Standard
10669 d
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Standard
10678 e
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Standard
10687 f
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 </row>
10693 <row topline="true" bottomline="true">
10694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Standard
10698 g
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Standard
10707 h
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Standard
10716 i
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 </row>
10722 </lyxtabular>
10723
10724 \end_inset
10725
10726
10727 \end_layout
10728
10729 \end_inset
10730
10731
10732 \end_layout
10733
10734 \begin_layout Standard
10735 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
10736 a, es un poco mayor.
10737  La razón es que la anchura dada para una celda 
10738 \begin_inset Formula $W_{g}$
10739 \end_inset
10740
10741  no es su anchura total 
10742 \begin_inset Formula $W_{\mathrm{tot}}$
10743 \end_inset
10744
10745  porque una celda es siempre algo mayor que la anchura dada.
10746  El Apéndice\InsetSpace ~
10747
10748 \begin_inset LatexCommand eqref
10749 reference "cha:Explicación-de-la-Ecuación"
10750
10751 \end_inset
10752
10753  lo explica con detalle.
10754 \end_layout
10755
10756 \begin_layout Standard
10757 La anchura dada necesaria, 
10758 \begin_inset Formula $W_{g\, n}$
10759 \end_inset
10760
10761  para combinar 
10762 \emph on
10763 n
10764 \emph default
10765  columnas puede calcularse de manera que cada columna tenga una anchura
10766  total de 
10767 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10768 \end_inset
10769
10770 :
10771 \begin_inset Formula \begin{equation}
10772 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10773
10774 \end_inset
10775
10776
10777 \end_layout
10778
10779 \begin_layout Standard
10780 En nuestro caso tenemos 
10781 \begin_inset Formula $n=2$
10782 \end_inset
10783
10784
10785 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10786 \end_inset
10787
10788 \InsetSpace \thinspace{}
10789 cm y los valores predeterminados para longitudes, así la ecuación\InsetSpace ~
10790
10791 \begin_inset LatexCommand ref
10792 reference "eq:Wgn"
10793
10794 \end_inset
10795
10796  queda
10797 \begin_inset Formula \begin{equation}
10798 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10799
10800 \end_inset
10801
10802
10803 \end_layout
10804
10805 \begin_layout Standard
10806 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
10807  
10808 \series bold
10809 calc
10810 \series default
10811  con la línea
10812 \begin_inset LatexCommand index
10813 name "LaTeX-paquetes ! calc"
10814
10815 \end_inset
10816
10817
10818 \end_layout
10819
10820 \begin_layout Standard
10821
10822 \series bold
10823
10824 \backslash
10825 usepackage{calc}
10826 \end_layout
10827
10828 \begin_layout Standard
10829 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
10830  Por tanto hay que insertar un argumento LaTeX en el diálogo.
10831  He aquí un repaso de los argumentos:
10832 \end_layout
10833
10834 \begin_layout Itemize
10835
10836 \series bold
10837 p{ancho}
10838 \series default
10839  crea celdas con anchura fija, el texto alineado arriba
10840 \end_layout
10841
10842 \begin_layout Itemize
10843
10844 \series bold
10845 m{ancho}
10846 \series default
10847  crea celdas con anchura fija, el texto con alineación vertical centrada
10848  
10849 \end_layout
10850
10851 \begin_layout Itemize
10852
10853 \series bold
10854 b{ancho}
10855 \series default
10856  crea celdas con anchura fija, el texto alineado abajo
10857 \end_layout
10858
10859 \begin_layout Standard
10860 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
10861  en el diálogo se ignoran.
10862  
10863 \begin_inset Note Greyedout
10864 status open
10865
10866 \begin_layout Standard
10867
10868 \series bold
10869 Nota:
10870 \series default
10871  Debido a un error, LyX muestra de todas formas estas propiedades.
10872 \end_layout
10873
10874 \end_inset
10875
10876  El comando 
10877 \series bold
10878
10879 \backslash
10880 centering
10881 \series default
10882  se añade para centrar horizontalmente el texto.
10883  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
10884  columna extendida:
10885 \end_layout
10886
10887 \begin_layout Standard
10888
10889 \series bold
10890 |>{
10891 \backslash
10892 centering}m{1.25cm-6.2pt}
10893 \end_layout
10894
10895 \begin_layout Standard
10896 La barra "
10897 \series bold
10898 |
10899 \series default
10900 " al principio dibuja el borde y el comando
10901 \series bold
10902  >{ }
10903 \series default
10904  significa que los comandos entre llaves se aplican antes de crear la celda.
10905 \end_layout
10906
10907 \begin_layout Standard
10908 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
10909 , aún está alineado a la izquierda.
10910  Esto se debe a que LyX solo aplica alineado a columnas simples.
10911  Así que para multicolumnas hemos de usar el argumento de LaTeX
10912 \end_layout
10913
10914 \begin_layout Standard
10915
10916 \series bold
10917 |>{
10918 \backslash
10919 centering}m{2.5cm}|
10920 \end_layout
10921
10922 \begin_layout Subsection
10923 Multifilas
10924 \begin_inset LatexCommand index
10925 name "Multifilas"
10926
10927 \end_inset
10928
10929
10930 \begin_inset LatexCommand index
10931 name "Tablas ! Multifilas"
10932
10933 \end_inset
10934
10935
10936 \begin_inset LatexCommand index
10937 name "LaTeX-paquetes ! multirow"
10938
10939 \end_inset
10940
10941
10942 \end_layout
10943
10944 \begin_layout Standard
10945 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
10946  hace falta un poco de ERT.
10947  Hay que cargar el paquete de LaTeX 
10948 \series bold
10949 multirow
10950 \series default
10951  en el preámbulo del documento con el comando
10952 \end_layout
10953
10954 \begin_layout Standard
10955
10956 \series bold
10957
10958 \backslash
10959 usepackage{multirow}
10960 \end_layout
10961
10962 \begin_layout Standard
10963 Las multifilas se crean con el comando
10964 \end_layout
10965
10966 \begin_layout Standard
10967
10968 \series bold
10969
10970 \backslash
10971 multirow{número de filas}{ancho de celda}{entrada de celda}
10972 \end_layout
10973
10974 \begin_layout Standard
10975 Para crear la siguiente tabla:
10976 \end_layout
10977
10978 \begin_layout Standard
10979 \align center
10980 \begin_inset ERT
10981 status collapsed
10982
10983 \begin_layout Standard
10984
10985
10986 \backslash
10987 renewcommand{
10988 \backslash
10989 multirowsetup}{
10990 \backslash
10991 centering}
10992 \end_layout
10993
10994 \end_inset
10995
10996
10997 \begin_inset Tabular
10998 <lyxtabular version="3" rows="3" columns="3">
10999 <features>
11000 <column alignment="center" valignment="top" leftline="true" width="0">
11001 <column alignment="center" valignment="top" leftline="true" width="0">
11002 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11003 <row topline="true">
11004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Standard
11008 a
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Standard
11017 b
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Standard
11026 c
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 </row>
11032 <row topline="true">
11033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Standard
11037 \begin_inset ERT
11038 status collapsed
11039
11040 \begin_layout Standard
11041
11042
11043 \backslash
11044 multirow{2}{2.5cm}{
11045 \end_layout
11046
11047 \end_inset
11048
11049 entrada multifila
11050 \begin_inset ERT
11051 status collapsed
11052
11053 \begin_layout Standard
11054
11055 }
11056 \end_layout
11057
11058 \end_inset
11059
11060
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Standard
11069 e
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Standard
11078 f
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 </row>
11084 <row topline="true" bottomline="true">
11085 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Standard
11089
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Standard
11098 h
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Standard
11107 i
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 </row>
11113 </lyxtabular>
11114
11115 \end_inset
11116
11117
11118 \begin_inset ERT
11119 status collapsed
11120
11121 \begin_layout Standard
11122
11123
11124 \backslash
11125 renewcommand{
11126 \backslash
11127 multirowsetup}{
11128 \backslash
11129 raggedright}
11130 \end_layout
11131
11132 \end_inset
11133
11134
11135 \end_layout
11136
11137 \begin_layout Standard
11138 crea una tabla 3×3.
11139  Para quitar la línea sobre la última celda en la primera columna, se marca
11140  la celda como multicolumna y se quita el borde superior.
11141  Ahora se crea la multifila en la segunda fila de la primera columna insertando
11142  ahí el comando
11143 \end_layout
11144
11145 \begin_layout Standard
11146
11147 \series bold
11148
11149 \backslash
11150 multirow{2}{2.5cm}{
11151 \end_layout
11152
11153 \begin_layout Standard
11154 como ERT.
11155  Según los parámetros del comando la multifila se expande a dos filas y
11156  tiene de ancho 2.5\InsetSpace \thinspace{}
11157 cm.
11158  El contenido de la celda multifila sigue fuera del cuadro ERT y el comando
11159  finaliza con llave derecha 
11160 \series bold
11161 }
11162 \series default
11163  en otro cuadro ERT tras el texto.
11164 \end_layout
11165
11166 \begin_layout Standard
11167
11168 \series bold
11169
11170 \backslash
11171 multirow
11172 \series default
11173  alinea su contenido a la izquierda por defecto.
11174  Para cambiarlo renombra el comando 
11175 \series bold
11176
11177 \backslash
11178 multirowsetup
11179 \series default
11180  con el comando
11181 \end_layout
11182
11183 \begin_layout Standard
11184
11185 \series bold
11186
11187 \backslash
11188 renewcommand{
11189 \backslash
11190 multirowsetup}{
11191 \backslash
11192 centering}
11193 \end_layout
11194
11195 \begin_layout Standard
11196 en ERT en el preámbulo del documento.
11197  Entonces se centran todas las entradas de celdas multifila en el documento.
11198  Si solo queremos centrar en algunas tablas, se puede renombrar el comando
11199  en ERT justo antes de la tabla en lugar de en el preámbulo.
11200  Si el texto debe estar alineado a la derecha, reemplaza 
11201 \series bold
11202
11203 \backslash
11204 centering
11205 \series default
11206  por 
11207 \series bold
11208
11209 \backslash
11210 raggedleft
11211 \series default
11212 .
11213  Para volver a alineado a la izquierda usa 
11214 \series bold
11215
11216 \backslash
11217 raggedright
11218 \series default
11219 .
11220 \end_layout
11221
11222 \begin_layout Section
11223 Booktabs
11224 \begin_inset LatexCommand index
11225 name "Booktabs"
11226
11227 \end_inset
11228
11229
11230 \begin_inset LatexCommand index
11231 name "Tablas ! Booktabs"
11232
11233 \end_inset
11234
11235  
11236 \begin_inset Note Note
11237 status collapsed
11238
11239 \begin_layout Standard
11240
11241 \family roman
11242 \series medium
11243 \size footnotesize
11244 N.
11245  del t.
11246  A la espera de la traducción que se le asigne en LyX 1.5, he dejado el original
11247  en inglés
11248 \end_layout
11249
11250 \end_inset
11251
11252
11253 \end_layout
11254
11255 \begin_layout Standard
11256 En los libros, las tablas se suelen presentar como en la Tabla \InsetSpace ~
11257
11258 \begin_inset LatexCommand ref
11259 reference "tab:Ejemplo-tabla-booktabs"
11260
11261 \end_inset
11262
11263 .
11264  En inglés se denominan "
11265 \emph on
11266 booktabs
11267 \emph default
11268 ".
11269  La próxima versión de LyX, LyX\InsetSpace ~
11270 1.5, tendrá soporte para "booktabs", véase
11271  
11272 \begin_inset ERT
11273 status collapsed
11274
11275 \begin_layout Standard
11276
11277
11278 \backslash
11279 href{http://wiki.lyx.org/LyX/NewInLyX15}{
11280 \end_layout
11281
11282 \end_inset
11283
11284 What's new in LyX\InsetSpace ~
11285 1.5
11286 \begin_inset ERT
11287 status collapsed
11288
11289 \begin_layout Standard
11290
11291 }
11292 \end_layout
11293
11294 \end_inset
11295
11296 .
11297 \end_layout
11298
11299 \begin_layout Standard
11300 \begin_inset Float table
11301 placement h
11302 wide false
11303 sideways false
11304 status open
11305
11306 \begin_layout Standard
11307 \begin_inset Caption
11308
11309 \begin_layout Standard
11310 \begin_inset LatexCommand label
11311 name "tab:Ejemplo-tabla-booktabs"
11312
11313 \end_inset
11314
11315 Ejemplo de tabla booktabs
11316 \end_layout
11317
11318 \end_inset
11319
11320
11321 \end_layout
11322
11323 \begin_layout Standard
11324 \align center
11325 \begin_inset Tabular
11326 <lyxtabular version="3" rows="8" columns="4">
11327 <features booktabs="true">
11328 <column alignment="center" valignment="top" rightline="true" width="0">
11329 <column alignment="center" valignment="top" width="0">
11330 <column alignment="center" valignment="top" width="0">
11331 <column alignment="center" valignment="top" width="0">
11332 <row topline="true">
11333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Standard
11337 System
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 <cell alignment="center" valignment="top" topline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Standard
11346 Medipix
11347 \begin_inset Formula $\,$
11348 \end_inset
11349
11350 1
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Standard
11359 Medipix
11360 \begin_inset Formula $\,$
11361 \end_inset
11362
11363 2
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Standard
11372
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 </row>
11378 <row>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Standard
11383 \begin_inset ERT
11384 status collapsed
11385
11386 \begin_layout Standard
11387
11388
11389 \backslash
11390 cmidrule(r){2-2}
11391 \end_layout
11392
11393 \end_inset
11394
11395
11396 \begin_inset ERT
11397 status collapsed
11398
11399 \begin_layout Standard
11400
11401
11402 \backslash
11403 cmidrule(l){3-4}
11404 \end_layout
11405
11406 \end_inset
11407
11408 Detector thickness [µm]
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Standard
11417 300
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Standard
11426 300
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Standard
11435 700
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 </row>
11441 <row topline="true">
11442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Standard
11446 Edge angle [°]
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Standard
11455 3.55
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Standard
11464 2.71
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Standard
11473 7.99
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 </row>
11479 <row topspace="default">
11480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Standard
11484 Spatial resolution [µm]
11485 \end_layout
11486
11487 \end_inset
11488 </cell>
11489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Standard
11493 4.26
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Standard
11502 10.17
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Standard
11511 10.56
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 </row>
11517 <row topspace="default">
11518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Standard
11522 MTF at 
11523 \begin_inset Formula $f_{\mathrm{max}}$
11524 \end_inset
11525
11526
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Standard
11535 0.53
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Standard
11544 0.37
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Standard
11553 0.39
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 </row>
11559 <row topspace="default">
11560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Standard
11564 \begin_inset ERT
11565 status collapsed
11566
11567 \begin_layout Standard
11568
11569
11570 \backslash
11571 cmidrule(l{10pt}){1-1}
11572 \end_layout
11573
11574 \end_inset
11575
11576 LSF-spatial resolution
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Standard
11585
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Standard
11594
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Standard
11603
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 </row>
11609 <row>
11610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Standard
11614 in µm
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Standard
11623 129.7
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Standard
11632 52.75
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Standard
11641 50.78
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 </row>
11647 <row bottomline="true">
11648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Standard
11652 in % of pixel size
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Standard
11661 76.3
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Standard
11670 95.9
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11676 \begin_inset Text
11677
11678 \begin_layout Standard
11679 92.3
11680 \end_layout
11681
11682 \end_inset
11683 </cell>
11684 </row>
11685 </lyxtabular>
11686
11687 \end_inset
11688
11689
11690 \end_layout
11691
11692 \end_inset
11693
11694
11695 \end_layout
11696
11697 \begin_layout Standard
11698 Este capítulo describe la creación de tablas "booktabs" en LyX\InsetSpace ~
11699 1.4.
11700 \end_layout
11701
11702 \begin_layout Subsection
11703 Comandos Fundamentales
11704 \begin_inset LatexCommand index
11705 name "Booktabs ! Comandos Fundamentales"
11706
11707 \end_inset
11708
11709
11710 \end_layout
11711
11712 \begin_layout Standard
11713 Para poder usar "booktabs" hay que cargar el paquete de LaTeX 
11714 \series bold
11715 booktabs
11716 \series default
11717  en el preámbulo del documento con la línea
11718 \begin_inset LatexCommand index
11719 name "LaTeX-paquetes ! booktabs"
11720
11721 \end_inset
11722
11723
11724 \end_layout
11725
11726 \begin_layout Standard
11727
11728 \series bold
11729
11730 \backslash
11731 usepackage{booktabs}
11732 \end_layout
11733
11734 \begin_layout Standard
11735 \begin_inset VSpace medskip
11736 \end_inset
11737
11738
11739 \end_layout
11740
11741 \begin_layout Standard
11742 La primera línea de una tabla booktabs se crea con el comando
11743 \end_layout
11744
11745 \begin_layout Standard
11746
11747 \series bold
11748
11749 \backslash
11750 toprule[ancho]
11751 \end_layout
11752
11753 \begin_layout Standard
11754 que se inserta como ERT en la primera celda como primera entrada.
11755  La anchura opcional especifica el grosor de línea; la predeterminada es
11756  0.08\InsetSpace \thinspace{}
11757 em.
11758  Puedes usar todas las unidades listadas en el apéndice \InsetSpace ~
11759
11760 \begin_inset LatexCommand ref
11761 reference "cha:Unidades-disponibles-en"
11762
11763 \end_inset
11764
11765  para fijar el ancho.
11766 \newline
11767 ¡Observa que todos los comandos ERT deben acabar con
11768  un espacio si les sigue texto!
11769 \end_layout
11770
11771 \begin_layout Standard
11772 La última línea de una tabla booktabs se crea con el comando ERT
11773 \end_layout
11774
11775 \begin_layout Standard
11776
11777 \series bold
11778
11779 \backslash
11780 bottomrule[ancho]
11781 \end_layout
11782
11783 \begin_layout Standard
11784 en la primera celda de la última fila.
11785  La última fila es solo para este comando y no debería tener ningún otro
11786  contenido.
11787  La anchura predeterminada es la misma que para 
11788 \series bold
11789
11790 \backslash
11791 toprule
11792 \series default
11793 .
11794 \end_layout
11795
11796 \begin_layout Standard
11797 Las líneas horizontales que se extienden sobre todas las columnas se crean
11798  con el comando ERT
11799 \end_layout
11800
11801 \begin_layout Standard
11802
11803 \series bold
11804
11805 \backslash
11806 midrule[ancho]
11807 \end_layout
11808
11809 \begin_layout Standard
11810 La anchura predeterminada es 0.05\InsetSpace \thinspace{}
11811 em.
11812 \end_layout
11813
11814 \begin_layout Standard
11815 Las líneas que no se extienden a todas las columnas se crean con el comando
11816  ERT
11817 \end_layout
11818
11819 \begin_layout Standard
11820
11821 \series bold
11822
11823 \backslash
11824 cmidrule[ancho](recorte){inicol-fincol}
11825 \end_layout
11826
11827 \begin_layout Standard
11828 El grosor predeterminado es 0.03\InsetSpace \thinspace{}
11829 em; inicol es el número de columna donde
11830  empieza la línea y fincol el número de columna donde acaba; fincol debe
11831  ser siempre especificado incluso cuando la línea se extiende solo una columna.
11832  El parámetro opcional recorte debe ser 
11833 \emph on
11834 l{recorte}
11835 \emph default
11836  o 
11837 \emph on
11838 r{recorte}
11839 \emph default
11840 , donde recorte también es opcional.
11841  Por ejemplo, el parámetro 
11842 \emph on
11843 l{2pt}
11844 \emph default
11845  significa que la línea se recorta 2 pt por su izquierda.
11846  Si no se especifica el tamaño del recorte, las líneas se recortan por defecto
11847  en 0.5\InsetSpace \thinspace{}
11848 em.
11849 \end_layout
11850
11851 \begin_layout Standard
11852 Los comandos 
11853 \series bold
11854
11855 \backslash
11856 cmidrule
11857 \series default
11858  y 
11859 \series bold
11860
11861 \backslash
11862 midrule
11863 \series default
11864  deben insertarse como primera entrada de la primera celda de una fila .
11865  Las líneas se crean sobre la fila.
11866 \end_layout
11867
11868 \begin_layout Standard
11869 \begin_inset VSpace bigskip
11870 \end_inset
11871
11872 La Tabla\InsetSpace ~
11873
11874 \begin_inset LatexCommand ref
11875 reference "tab:Ejemplo-tabla-booktabs"
11876
11877 \end_inset
11878
11879  se ha creado con los comandos
11880 \end_layout
11881
11882 \begin_layout Standard
11883
11884 \series bold
11885
11886 \backslash
11887 cmidrule(r){2-2}
11888 \backslash
11889 cmidrule(l){3-4}
11890 \end_layout
11891
11892 \begin_layout Standard
11893 en la segunda fila, 
11894 \series bold
11895
11896 \backslash
11897 midrule
11898 \series default
11899  en la tercera, y
11900 \end_layout
11901
11902 \begin_layout Standard
11903
11904 \series bold
11905
11906 \backslash
11907 cmidrule(l{10pt}){1-1}
11908 \end_layout
11909
11910 \begin_layout Standard
11911 en la sexta fila.
11912 \end_layout
11913
11914 \begin_layout Subsection
11915 Comandos Especiales
11916 \begin_inset LatexCommand index
11917 name "Booktabs ! Comandos Especiales"
11918
11919 \end_inset
11920
11921
11922 \end_layout
11923
11924 \begin_layout Standard
11925 Para separar filas verticalmente se puede emplear el siguiente comando ERT
11926 \end_layout
11927
11928 \begin_layout Standard
11929
11930 \series bold
11931
11932 \backslash
11933 addlinespace[ancho]
11934 \end_layout
11935
11936 \begin_layout Standard
11937 El ancho predeterminado es 0.5\InsetSpace \thinspace{}
11938 em.
11939  En la Tabla\InsetSpace ~
11940
11941 \begin_inset LatexCommand ref
11942 reference "tab:Ejemplo-tabla-booktabs"
11943
11944 \end_inset
11945
11946  se ha insertado 
11947 \series bold
11948
11949 \backslash
11950 addlinespace
11951 \series default
11952  en la primera celda de algunas filas.
11953  El espacio se crea sobre las filas en las que se inserta el comando.
11954 \end_layout
11955
11956 \begin_layout Standard
11957 \begin_inset VSpace medskip
11958 \end_inset
11959
11960
11961 \end_layout
11962
11963 \begin_layout Standard
11964 Quizá quieras superponer líneas 
11965 \series bold
11966
11967 \backslash
11968 cmidrules
11969 \series default
11970  como en la Tabla\InsetSpace ~
11971
11972 \begin_inset LatexCommand ref
11973 reference "tab:Tabla-booktabs-especial"
11974
11975 \end_inset
11976
11977 .
11978  Esto se consigue con el comando ERT
11979 \end_layout
11980
11981 \begin_layout Standard
11982
11983 \series bold
11984
11985 \backslash
11986 morecmidrule
11987 \series default
11988 s
11989 \end_layout
11990
11991 \begin_layout Standard
11992 El comando que se ha utilizado para la segunda fila de la Tabla\InsetSpace ~
11993
11994 \begin_inset LatexCommand ref
11995 reference "tab:Tabla-booktabs-especial"
11996
11997 \end_inset
11998
11999  es
12000 \end_layout
12001
12002 \begin_layout Standard
12003
12004 \series bold
12005
12006 \backslash
12007 cmidrule(r){2-2}
12008 \backslash
12009 cmidrule(l){3-4}
12010 \backslash
12011 morecmidrules
12012 \backslash
12013 cmidrule{2-4}
12014 \end_layout
12015
12016 \begin_layout Standard
12017 El comando para la sexta fila es
12018 \end_layout
12019
12020 \begin_layout Standard
12021
12022 \series bold
12023
12024 \backslash
12025 midrule
12026 \backslash
12027 morecmidrules
12028 \backslash
12029 cmidrule{3-4}
12030 \end_layout
12031
12032 \begin_layout Standard
12033 \begin_inset VSpace bigskip
12034 \end_inset
12035
12036
12037 \end_layout
12038
12039 \begin_layout Standard
12040 El espacio alrededor de cada línea en una tabla "booktabs" puede especificarse
12041  en el preámbulo del documento.
12042  Para más información al respecto, véase el manual del paquete 
12043 \begin_inset LatexCommand cite
12044 key "booktabs"
12045
12046 \end_inset
12047
12048 .
12049  Si de todas formas no te satisface el espaciado, puedes usar el siguiente
12050  comando para dibujar líneas que se extienden sobre todas las columnas
12051 \end_layout
12052
12053 \begin_layout Standard
12054
12055 \series bold
12056
12057 \backslash
12058 specialrule{anchura}{espacio superior}{espacio inferior}
12059 \end_layout
12060
12061 \begin_layout Standard
12062 \begin_inset Float table
12063 placement h
12064 wide false
12065 sideways false
12066 status open
12067
12068 \begin_layout Standard
12069 \begin_inset Caption
12070
12071 \begin_layout Standard
12072 \begin_inset LatexCommand label
12073 name "tab:Tabla-booktabs-especial"
12074
12075 \end_inset
12076
12077 Tabla booktabs especial
12078 \end_layout
12079
12080 \end_inset
12081
12082
12083 \end_layout
12084
12085 \begin_layout Standard
12086 \align center
12087 \begin_inset Tabular
12088 <lyxtabular version="3" rows="8" columns="4">
12089 <features booktabs="true">
12090 <column alignment="center" valignment="top" width="0">
12091 <column alignment="center" valignment="top" width="0">
12092 <column alignment="center" valignment="top" width="0">
12093 <column alignment="center" valignment="top" width="0">
12094 <row topline="true">
12095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12096 \begin_inset Text
12097
12098 \begin_layout Standard
12099 System
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12105 \begin_inset Text
12106
12107 \begin_layout Standard
12108 Medipix\InsetSpace \thinspace{}
12109 1
12110 \end_layout
12111
12112 \end_inset
12113 </cell>
12114 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12115 \begin_inset Text
12116
12117 \begin_layout Standard
12118 Medipix\InsetSpace \thinspace{}
12119 2
12120 \end_layout
12121
12122 \end_inset
12123 </cell>
12124 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12125 \begin_inset Text
12126
12127 \begin_layout Standard
12128
12129 \end_layout
12130
12131 \end_inset
12132 </cell>
12133 </row>
12134 <row>
12135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12136 \begin_inset Text
12137
12138 \begin_layout Standard
12139 \begin_inset ERT
12140 status collapsed
12141
12142 \begin_layout Standard
12143
12144
12145 \backslash
12146 cmidrule(r){2-2}
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 cmidrule(l){3-4}
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 morecmidrules 
12173 \end_layout
12174
12175 \end_inset
12176
12177
12178 \begin_inset ERT
12179 status collapsed
12180
12181 \begin_layout Standard
12182
12183
12184 \backslash
12185 cmidrule{2-4}
12186 \end_layout
12187
12188 \end_inset
12189
12190 Detector thickness [µm]
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Standard
12199 300
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Standard
12208 300
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12214 \begin_inset Text
12215
12216 \begin_layout Standard
12217 700
12218 \end_layout
12219
12220 \end_inset
12221 </cell>
12222 </row>
12223 <row topline="true">
12224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Standard
12228 Edge angle [°]
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12234 \begin_inset Text
12235
12236 \begin_layout Standard
12237 3.55
12238 \end_layout
12239
12240 \end_inset
12241 </cell>
12242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12243 \begin_inset Text
12244
12245 \begin_layout Standard
12246 2.71
12247 \end_layout
12248
12249 \end_inset
12250 </cell>
12251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12252 \begin_inset Text
12253
12254 \begin_layout Standard
12255 7.99
12256 \end_layout
12257
12258 \end_inset
12259 </cell>
12260 </row>
12261 <row topspace="default">
12262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Standard
12266 Spatial resolution [µm]
12267 \end_layout
12268
12269 \end_inset
12270 </cell>
12271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12272 \begin_inset Text
12273
12274 \begin_layout Standard
12275 4.26
12276 \end_layout
12277
12278 \end_inset
12279 </cell>
12280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12281 \begin_inset Text
12282
12283 \begin_layout Standard
12284 10.17
12285 \end_layout
12286
12287 \end_inset
12288 </cell>
12289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12290 \begin_inset Text
12291
12292 \begin_layout Standard
12293 10.56
12294 \end_layout
12295
12296 \end_inset
12297 </cell>
12298 </row>
12299 <row topspace="default">
12300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12301 \begin_inset Text
12302
12303 \begin_layout Standard
12304 MTF at 
12305 \begin_inset Formula $f_{\mathrm{max}}$
12306 \end_inset
12307
12308
12309 \end_layout
12310
12311 \end_inset
12312 </cell>
12313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12314 \begin_inset Text
12315
12316 \begin_layout Standard
12317 0.53
12318 \end_layout
12319
12320 \end_inset
12321 </cell>
12322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12323 \begin_inset Text
12324
12325 \begin_layout Standard
12326 0.37
12327 \end_layout
12328
12329 \end_inset
12330 </cell>
12331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12332 \begin_inset Text
12333
12334 \begin_layout Standard
12335 0.39
12336 \end_layout
12337
12338 \end_inset
12339 </cell>
12340 </row>
12341 <row topline="true">
12342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12343 \begin_inset Text
12344
12345 \begin_layout Standard
12346 \begin_inset ERT
12347 status collapsed
12348
12349 \begin_layout Standard
12350
12351
12352 \backslash
12353 morecmidrules 
12354 \end_layout
12355
12356 \end_inset
12357
12358
12359 \begin_inset ERT
12360 status collapsed
12361
12362 \begin_layout Standard
12363
12364
12365 \backslash
12366 cmidrule{3-4}
12367 \end_layout
12368
12369 \end_inset
12370
12371 LSF-spatial resolution
12372 \end_layout
12373
12374 \end_inset
12375 </cell>
12376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12377 \begin_inset Text
12378
12379 \begin_layout Standard
12380
12381 \end_layout
12382
12383 \end_inset
12384 </cell>
12385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12386 \begin_inset Text
12387
12388 \begin_layout Standard
12389
12390 \end_layout
12391
12392 \end_inset
12393 </cell>
12394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12395 \begin_inset Text
12396
12397 \begin_layout Standard
12398
12399 \end_layout
12400
12401 \end_inset
12402 </cell>
12403 </row>
12404 <row>
12405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12406 \begin_inset Text
12407
12408 \begin_layout Standard
12409 in µm
12410 \end_layout
12411
12412 \end_inset
12413 </cell>
12414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12415 \begin_inset Text
12416
12417 \begin_layout Standard
12418 129.7
12419 \end_layout
12420
12421 \end_inset
12422 </cell>
12423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12424 \begin_inset Text
12425
12426 \begin_layout Standard
12427 52.75
12428 \end_layout
12429
12430 \end_inset
12431 </cell>
12432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12433 \begin_inset Text
12434
12435 \begin_layout Standard
12436 50.78
12437 \end_layout
12438
12439 \end_inset
12440 </cell>
12441 </row>
12442 <row bottomline="true">
12443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12444 \begin_inset Text
12445
12446 \begin_layout Standard
12447 in % of pixel size
12448 \end_layout
12449
12450 \end_inset
12451 </cell>
12452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12453 \begin_inset Text
12454
12455 \begin_layout Standard
12456 76.3
12457 \end_layout
12458
12459 \end_inset
12460 </cell>
12461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12462 \begin_inset Text
12463
12464 \begin_layout Standard
12465 95.9
12466 \end_layout
12467
12468 \end_inset
12469 </cell>
12470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12471 \begin_inset Text
12472
12473 \begin_layout Standard
12474 92.3
12475 \end_layout
12476
12477 \end_inset
12478 </cell>
12479 </row>
12480 </lyxtabular>
12481
12482 \end_inset
12483
12484
12485 \end_layout
12486
12487 \end_inset
12488
12489
12490 \end_layout
12491
12492 \begin_layout Section
12493 Alineación Vertical en Tablas
12494 \end_layout
12495
12496 \begin_layout Standard
12497 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
12498  en un cuadro.
12499  Entonces el cuadro se puede alinear verticalmente como se describe en la
12500  sección\InsetSpace ~
12501
12502 \begin_inset LatexCommand ref
12503 reference "sec:Diálogo-Cuadros"
12504
12505 \end_inset
12506
12507 .
12508  
12509 \end_layout
12510
12511 \begin_layout Standard
12512 En el ejemplo siguiente las tablas están en un cuadro de minipágina
12513 \begin_inset Foot
12514 status collapsed
12515
12516 \begin_layout Standard
12517 Las minipáginas se describen en la sección\InsetSpace ~
12518
12519 \begin_inset LatexCommand ref
12520 reference "sec:Minipáginas"
12521
12522 \end_inset
12523
12524 .
12525 \end_layout
12526
12527 \end_inset
12528
12529  que tiene una anchura de 15\InsetSpace \thinspace{}
12530 col%:
12531 \end_layout
12532
12533 \begin_layout Itemize
12534 test 
12535 \begin_inset Box Frameless
12536 position "t"
12537 hor_pos "c"
12538 has_inner_box 1
12539 inner_pos "c"
12540 use_parbox 0
12541 width "15col%"
12542 special "none"
12543 height "1in"
12544 height_special "totalheight"
12545 status collapsed
12546
12547 \begin_layout Standard
12548 \begin_inset Tabular
12549 <lyxtabular version="3" rows="3" columns="3">
12550 <features>
12551 <column alignment="center" valignment="top" leftline="true" width="0">
12552 <column alignment="center" valignment="top" leftline="true" width="0">
12553 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12554 <row topline="true">
12555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Standard
12559 a
12560 \end_layout
12561
12562 \end_inset
12563 </cell>
12564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12565 \begin_inset Text
12566
12567 \begin_layout Standard
12568 d
12569 \end_layout
12570
12571 \end_inset
12572 </cell>
12573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Standard
12577 g
12578 \end_layout
12579
12580 \end_inset
12581 </cell>
12582 </row>
12583 <row topline="true">
12584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12585 \begin_inset Text
12586
12587 \begin_layout Standard
12588 b
12589 \end_layout
12590
12591 \end_inset
12592 </cell>
12593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Standard
12597 e
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Standard
12606 h
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 </row>
12612 <row topline="true" bottomline="true">
12613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Standard
12617 c
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Standard
12626 f
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Standard
12635 i
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 </row>
12641 </lyxtabular>
12642
12643 \end_inset
12644
12645
12646 \end_layout
12647
12648 \end_inset
12649
12650  test 
12651 \begin_inset ERT
12652 status collapsed
12653
12654 \begin_layout Standard
12655
12656
12657 \backslash
12658 raisebox{0.85
12659 \backslash
12660 baselineskip}{
12661 \end_layout
12662
12663 \end_inset
12664
12665
12666 \begin_inset Box Frameless
12667 position "t"
12668 hor_pos "c"
12669 has_inner_box 1
12670 inner_pos "c"
12671 use_parbox 0
12672 width "15col%"
12673 special "none"
12674 height "1in"
12675 height_special "totalheight"
12676 status collapsed
12677
12678 \begin_layout Standard
12679 \begin_inset Tabular
12680 <lyxtabular version="3" rows="3" columns="3">
12681 <features>
12682 <column alignment="center" valignment="top" leftline="true" width="0">
12683 <column alignment="center" valignment="top" leftline="true" width="0">
12684 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12685 <row topline="true">
12686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12687 \begin_inset Text
12688
12689 \begin_layout Standard
12690 a
12691 \end_layout
12692
12693 \end_inset
12694 </cell>
12695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12696 \begin_inset Text
12697
12698 \begin_layout Standard
12699 d
12700 \end_layout
12701
12702 \end_inset
12703 </cell>
12704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Standard
12708 g
12709 \end_layout
12710
12711 \end_inset
12712 </cell>
12713 </row>
12714 <row topline="true">
12715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Standard
12719 b
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Standard
12728 e
12729 \end_layout
12730
12731 \end_inset
12732 </cell>
12733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Standard
12737 h
12738 \end_layout
12739
12740 \end_inset
12741 </cell>
12742 </row>
12743 <row topline="true" bottomline="true">
12744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12745 \begin_inset Text
12746
12747 \begin_layout Standard
12748 c
12749 \end_layout
12750
12751 \end_inset
12752 </cell>
12753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12754 \begin_inset Text
12755
12756 \begin_layout Standard
12757 f
12758 \end_layout
12759
12760 \end_inset
12761 </cell>
12762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12763 \begin_inset Text
12764
12765 \begin_layout Standard
12766 i
12767 \end_layout
12768
12769 \end_inset
12770 </cell>
12771 </row>
12772 </lyxtabular>
12773
12774 \end_inset
12775
12776
12777 \end_layout
12778
12779 \end_inset
12780
12781
12782 \begin_inset ERT
12783 status collapsed
12784
12785 \begin_layout Standard
12786
12787 }
12788 \end_layout
12789
12790 \end_inset
12791
12792
12793 \end_layout
12794
12795 \begin_layout Itemize
12796 test 
12797 \begin_inset Box Frameless
12798 position "c"
12799 hor_pos "c"
12800 has_inner_box 1
12801 inner_pos "c"
12802 use_parbox 0
12803 width "15col%"
12804 special "none"
12805 height "1in"
12806 height_special "totalheight"
12807 status collapsed
12808
12809 \begin_layout Standard
12810 \begin_inset Tabular
12811 <lyxtabular version="3" rows="3" columns="3">
12812 <features>
12813 <column alignment="center" valignment="top" leftline="true" width="0">
12814 <column alignment="center" valignment="top" leftline="true" width="0">
12815 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12816 <row topline="true">
12817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12818 \begin_inset Text
12819
12820 \begin_layout Standard
12821 a
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Standard
12830 d
12831 \end_layout
12832
12833 \end_inset
12834 </cell>
12835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12836 \begin_inset Text
12837
12838 \begin_layout Standard
12839 g
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 </row>
12845 <row topline="true">
12846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Standard
12850 b
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Standard
12859 e
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12865 \begin_inset Text
12866
12867 \begin_layout Standard
12868 h
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 </row>
12874 <row topline="true" bottomline="true">
12875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Standard
12879 c
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Standard
12888 f
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Standard
12897 i
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 </row>
12903 </lyxtabular>
12904
12905 \end_inset
12906
12907
12908 \end_layout
12909
12910 \end_inset
12911
12912
12913 \end_layout
12914
12915 \begin_layout Itemize
12916 test 
12917 \begin_inset Box Frameless
12918 position "b"
12919 hor_pos "c"
12920 has_inner_box 1
12921 inner_pos "c"
12922 use_parbox 0
12923 width "15col%"
12924 special "none"
12925 height "1in"
12926 height_special "totalheight"
12927 status collapsed
12928
12929 \begin_layout Standard
12930 \begin_inset Tabular
12931 <lyxtabular version="3" rows="3" columns="3">
12932 <features>
12933 <column alignment="center" valignment="top" leftline="true" width="0">
12934 <column alignment="center" valignment="top" leftline="true" width="0">
12935 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12936 <row topline="true">
12937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Standard
12941 a
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Standard
12950 d
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Standard
12959 g
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 </row>
12965 <row topline="true">
12966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Standard
12970 b
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Standard
12979 e
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Standard
12988 h
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 </row>
12994 <row topline="true" bottomline="true">
12995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Standard
12999 c
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Standard
13008 f
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Standard
13017 i
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 </row>
13023 </lyxtabular>
13024
13025 \end_inset
13026
13027
13028 \end_layout
13029
13030 \end_inset
13031
13032  test 
13033 \begin_inset ERT
13034 status collapsed
13035
13036 \begin_layout Standard
13037
13038
13039 \backslash
13040 raisebox{-0.32
13041 \backslash
13042 baselineskip}{
13043 \end_layout
13044
13045 \end_inset
13046
13047
13048 \begin_inset Box Frameless
13049 position "b"
13050 hor_pos "c"
13051 has_inner_box 1
13052 inner_pos "c"
13053 use_parbox 0
13054 width "15col%"
13055 special "none"
13056 height "1in"
13057 height_special "totalheight"
13058 status collapsed
13059
13060 \begin_layout Standard
13061 \begin_inset Tabular
13062 <lyxtabular version="3" rows="3" columns="3">
13063 <features>
13064 <column alignment="center" valignment="top" leftline="true" width="0">
13065 <column alignment="center" valignment="top" leftline="true" width="0">
13066 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13067 <row topline="true">
13068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Standard
13072 a
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Standard
13081 d
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Standard
13090 g
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 </row>
13096 <row topline="true">
13097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Standard
13101 b
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Standard
13110 e
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13116 \begin_inset Text
13117
13118 \begin_layout Standard
13119 h
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 </row>
13125 <row topline="true" bottomline="true">
13126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Standard
13130 c
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Standard
13139 f
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Standard
13148 i
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 </row>
13154 </lyxtabular>
13155
13156 \end_inset
13157
13158
13159 \end_layout
13160
13161 \end_inset
13162
13163
13164 \begin_inset ERT
13165 status collapsed
13166
13167 \begin_layout Standard
13168
13169 }
13170 \end_layout
13171
13172 \end_inset
13173
13174
13175 \end_layout
13176
13177 \begin_layout Standard
13178 Como ves, los contenidos de la primera y última filas no se alinean correctament
13179 e con la línea de texto donde está la tabla.
13180  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
13181  un cuadro elevado ("raisebox")
13182 \begin_inset Foot
13183 status collapsed
13184
13185 \begin_layout Standard
13186 El uso del comando 
13187 \series bold
13188
13189 \backslash
13190 raisebox
13191 \series default
13192  se explica en la sección\InsetSpace ~
13193
13194 \begin_inset LatexCommand ref
13195 reference "sub:Alineación-Vertical"
13196
13197 \end_inset
13198
13199 .
13200 \end_layout
13201
13202 \end_inset
13203
13204 .
13205  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
13206  usando el comando en ERT
13207 \end_layout
13208
13209 \begin_layout Standard
13210
13211 \series bold
13212
13213 \backslash
13214 raisebox{0.85
13215 \backslash
13216 baselineskip}{
13217 \end_layout
13218
13219 \begin_layout Standard
13220 antes del cuadro.
13221  Tras él, se pone la llave de cierre 
13222 \series bold
13223 }
13224 \series default
13225  también como ERT.
13226  Para la segunda tabla en el tercer ítem se usa el comando 
13227 \end_layout
13228
13229 \begin_layout Standard
13230
13231 \series bold
13232
13233 \backslash
13234 raisebox{-0.32
13235 \backslash
13236 baselineskip}{
13237 \end_layout
13238
13239 \begin_layout Section
13240 Tablas Coloreadas
13241 \begin_inset LatexCommand label
13242 name "sec:Tablas-Coloreadas"
13243
13244 \end_inset
13245
13246
13247 \begin_inset LatexCommand index
13248 name "Tablas ! Coloreadas"
13249
13250 \end_inset
13251
13252
13253 \end_layout
13254
13255 \begin_layout Subsection
13256 Celdas Coloreadas
13257 \begin_inset LatexCommand index
13258 name "Tablas Coloreadas ! Celdas"
13259
13260 \end_inset
13261
13262
13263 \begin_inset LatexCommand index
13264 name "Color ! en Celdas de Tablas"
13265
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \begin_layout Standard
13272 \begin_inset Float table
13273 placement h
13274 wide false
13275 sideways false
13276 status open
13277
13278 \begin_layout Standard
13279 \begin_inset Caption
13280
13281 \begin_layout Standard
13282 \begin_inset LatexCommand label
13283 name "tab:Tabla-coloreada-sin"
13284
13285 \end_inset
13286
13287 Tabla coloreada sin usar el paquete 
13288 \series bold
13289 colortbl
13290 \series default
13291
13292 \begin_inset OptArg
13293 status collapsed
13294
13295 \begin_layout Standard
13296 Tabla sin colortbl
13297 \end_layout
13298
13299 \end_inset
13300
13301
13302 \end_layout
13303
13304 \end_inset
13305
13306
13307 \end_layout
13308
13309 \begin_layout Standard
13310 \align center
13311 \begin_inset Tabular
13312 <lyxtabular version="3" rows="3" columns="3">
13313 <features>
13314 <column alignment="center" valignment="top" leftline="true" width="0">
13315 <column alignment="center" valignment="top" leftline="true" width="0">
13316 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13317 <row topline="true">
13318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13319 \begin_inset Text
13320
13321 \begin_layout Standard
13322
13323 \color green
13324 a
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Standard
13333
13334 \color red
13335 b
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Standard
13344
13345 \color red
13346 c
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 </row>
13352 <row topline="true">
13353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Standard
13357
13358 \color green
13359 d
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13365 \begin_inset Text
13366
13367 \begin_layout Standard
13368
13369 \color blue
13370 e
13371 \end_layout
13372
13373 \end_inset
13374 </cell>
13375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Standard
13379
13380 \color blue
13381 f
13382 \end_layout
13383
13384 \end_inset
13385 </cell>
13386 </row>
13387 <row topline="true" bottomline="true">
13388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Standard
13392
13393 \color green
13394 g
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Standard
13403
13404 \color blue
13405 h
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Standard
13414
13415 \color blue
13416 i
13417 \end_layout
13418
13419 \end_inset
13420 </cell>
13421 </row>
13422 </lyxtabular>
13423
13424 \end_inset
13425
13426
13427 \end_layout
13428
13429 \end_inset
13430
13431
13432 \end_layout
13433
13434 \begin_layout Standard
13435 Si solo necesitas color en el texto, marca las celdas y elige un color en
13436  el menú 
13437 \family sans
13438 Editar\SpecialChar \menuseparator
13439 Estilo\InsetSpace ~
13440 del\InsetSpace ~
13441 Texto
13442 \family default
13443 .
13444  Esto se ha hecho en la Tabla\InsetSpace ~
13445
13446 \begin_inset LatexCommand ref
13447 reference "tab:Tabla-coloreada-sin"
13448
13449 \end_inset
13450
13451 .
13452  En cualquier otro caso hay que usar el paquete LaTeX 
13453 \series bold
13454 colortbl
13455 \series default
13456 .
13457 \begin_inset LatexCommand index
13458 name "LaTeX-paquetes ! colortbl"
13459
13460 \end_inset
13461
13462
13463 \end_layout
13464
13465 \begin_layout Standard
13466 Para crear tablas coloreadas, 
13467 \series bold
13468 colortbl
13469 \series default
13470  debe cargarse en el preámbulo con la línea
13471 \end_layout
13472
13473 \begin_layout Standard
13474
13475 \series bold
13476
13477 \backslash
13478 usepackage{colortbl}
13479 \end_layout
13480
13481 \begin_layout Standard
13482 El color de una columna se define con el comando
13483 \end_layout
13484
13485 \begin_layout Standard
13486
13487 \series bold
13488
13489 \backslash
13490 columncolor{nombre del color}
13491 \end_layout
13492
13493 \begin_layout Standard
13494 dentro del comando 
13495 \series bold
13496 >{ }
13497 \series default
13498 .
13499  Más sobre el comando 
13500 \series bold
13501 >{}
13502 \series default
13503  se explica en la sección\InsetSpace ~
13504
13505 \begin_inset LatexCommand ref
13506 reference "sub:Cálculos-en-Multicolumnas"
13507
13508 \end_inset
13509
13510 .
13511 \end_layout
13512
13513 \begin_layout Standard
13514 Los siguientes nombres de color están predefinidos:
13515 \end_layout
13516
13517 \begin_layout Standard
13518
13519 \family sans
13520 red
13521 \family default
13522
13523 \family sans
13524 green
13525 \family default
13526 ,
13527 \family sans
13528  yellow, blue
13529 \family default
13530 ,
13531 \family sans
13532  cyan
13533 \family default
13534 \series bold
13535 ,
13536 \family sans
13537 \series default
13538  magenta, black
13539 \family default
13540 ,
13541 \family sans
13542  white
13543 \end_layout
13544
13545 \begin_layout Standard
13546 \begin_inset VSpace medskip
13547 \end_inset
13548
13549
13550 \end_layout
13551
13552 \begin_layout Standard
13553 Puedes definir tus propios colores con el comando
13554 \end_layout
13555
13556 \begin_layout Standard
13557
13558 \series bold
13559
13560 \backslash
13561 def\SpecialChar \textcompwordmark{}
13562 inecolor{nombre del color}{modelo de color}{valores de color}
13563 \end_layout
13564
13565 \begin_layout Standard
13566 El modelo de color puede ser
13567 \end_layout
13568
13569 \begin_layout Labeling
13570 \labelwidthstring 00.00.0000
13571 cmyk: cyan, magenta, yellow, black
13572 \end_layout
13573
13574 \begin_layout Labeling
13575 \labelwidthstring 00.00.0000
13576 rgb: red, green, blue
13577 \end_layout
13578
13579 \begin_layout Labeling
13580 \labelwidthstring 00.00.0000
13581 gray gray
13582 \end_layout
13583
13584 \begin_layout Standard
13585 y los valores de color son números separados por comas entre 0 y 1 que describen
13586  el factor para el color correspondiente del modelo de color.
13587 \end_layout
13588
13589 \begin_layout Standard
13590 Por ejemplo, puedes definir el color "
13591 \emph on
13592 verde oscuro
13593 \emph default
13594 " en el preámbulo con
13595 \end_layout
13596
13597 \begin_layout Standard
13598
13599 \series bold
13600
13601 \backslash
13602 def\SpecialChar \textcompwordmark{}
13603 inecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13604 \end_layout
13605
13606 \begin_layout Standard
13607 y el color "
13608 \emph on
13609 gris claro
13610 \emph default
13611 " con
13612 \end_layout
13613
13614 \begin_layout Standard
13615
13616 \series bold
13617
13618 \backslash
13619 def\SpecialChar \textcompwordmark{}
13620 inecolor{grisclaro}{gray}{0.8}
13621 \end_layout
13622
13623 \begin_layout Standard
13624 \begin_inset VSpace medskip
13625 \end_inset
13626
13627
13628 \end_layout
13629
13630 \begin_layout Standard
13631 Las líneas se colorean con el comando
13632 \end_layout
13633
13634 \begin_layout Standard
13635
13636 \series bold
13637
13638 \backslash
13639 rowcolor{nombre del color}
13640 \end_layout
13641
13642 \begin_layout Standard
13643 y las celdas se colorean con el comando
13644 \end_layout
13645
13646 \begin_layout Standard
13647
13648 \series bold
13649
13650 \backslash
13651 cellcolor{nombre del color}
13652 \end_layout
13653
13654 \begin_layout Standard
13655 Ambos comandos se insertan al principio de una celda como ERT.
13656 \end_layout
13657
13658 \begin_layout Standard
13659 Para colorear caracteres en la tabla marca las celdas y usa el menú 
13660 \family sans
13661 Editar\SpecialChar \menuseparator
13662 Estilo\InsetSpace ~
13663 del\InsetSpace ~
13664 Texto
13665 \family default
13666 .
13667  Si una celda contiene ERT marca solo los caracteres, si no el ERT con color
13668  puede ocasionar errores de LaTeX.
13669 \end_layout
13670
13671 \begin_layout Standard
13672 \begin_inset VSpace bigskip
13673 \end_inset
13674
13675
13676 \end_layout
13677
13678 \begin_layout Standard
13679 Para crear la Tabla\InsetSpace ~
13680
13681 \begin_inset LatexCommand ref
13682 reference "tab:Tabla-coloreada-con"
13683
13684 \end_inset
13685
13686  haz lo siguiente: El color de la primera columna debería ser 
13687 \emph on
13688 verde oscuro
13689 \emph default
13690 .
13691  Así pues
13692 \end_layout
13693
13694 \begin_layout Standard
13695
13696 \series bold
13697 >{
13698 \backslash
13699 columncolor{verdeoscuro}
13700 \backslash
13701 centering}c
13702 \end_layout
13703
13704 \begin_layout Standard
13705 como argumento LaTeX para esta columna.
13706  La primera fila debería ser azul, por tanto el comando ERT
13707 \end_layout
13708
13709 \begin_layout Standard
13710
13711 \series bold
13712
13713 \backslash
13714 rowcolow{cyan}
13715 \end_layout
13716
13717 \begin_layout Standard
13718 se inserta en la primera celda de esta fila.
13719  Observa que esto sobreescribe el color de la columna para la primera celda.
13720  La última celda de la última fila se colorea magenta insertando el comando
13721  ERT
13722 \end_layout
13723
13724 \begin_layout Standard
13725
13726 \series bold
13727
13728 \backslash
13729 cellcolor{magenta}
13730 \end_layout
13731
13732 \begin_layout Standard
13733 Ahora podrían colorearse los caracteres usando el menú 
13734 \family sans
13735 Editar\SpecialChar \menuseparator
13736 Estilo\InsetSpace ~
13737 del\InsetSpace ~
13738 Texto
13739 \family default
13740 .
13741 \end_layout
13742
13743 \begin_layout Standard
13744 \begin_inset Float table
13745 placement h
13746 wide false
13747 sideways false
13748 status open
13749
13750 \begin_layout Standard
13751 \begin_inset Caption
13752
13753 \begin_layout Standard
13754 \begin_inset LatexCommand label
13755 name "tab:Tabla-coloreada-con"
13756
13757 \end_inset
13758
13759 Tabla coloreada usando el paquete 
13760 \series bold
13761 colortbl
13762 \series default
13763
13764 \begin_inset OptArg
13765 status collapsed
13766
13767 \begin_layout Standard
13768 Tabla con colortbl
13769 \end_layout
13770
13771 \end_inset
13772
13773
13774 \end_layout
13775
13776 \end_inset
13777
13778
13779 \end_layout
13780
13781 \begin_layout Standard
13782 \align center
13783 \begin_inset Tabular
13784 <lyxtabular version="3" rows="3" columns="3">
13785 <features>
13786 <column alignment="center" valignment="top" leftline="true" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
13787 <column alignment="center" valignment="top" width="0">
13788 <column alignment="center" valignment="top" width="0">
13789 <row>
13790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Standard
13794 \begin_inset ERT
13795 status collapsed
13796
13797 \begin_layout Standard
13798
13799
13800 \backslash
13801 rowcolor{cyan}
13802 \end_layout
13803
13804 \end_inset
13805
13806
13807 \color magenta
13808 a
13809 \end_layout
13810
13811 \end_inset
13812 </cell>
13813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Standard
13817
13818 \color red
13819 b
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Standard
13828
13829 \color red
13830 c
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 </row>
13836 <row>
13837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13838 \begin_inset Text
13839
13840 \begin_layout Standard
13841
13842 \color yellow
13843 d
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13849 \begin_inset Text
13850
13851 \begin_layout Standard
13852
13853 \color blue
13854 e
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Standard
13863
13864 \color blue
13865 f
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 </row>
13871 <row>
13872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Standard
13876
13877 \color yellow
13878 g
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Standard
13887
13888 \color blue
13889 h
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Standard
13898 \begin_inset ERT
13899 status collapsed
13900
13901 \begin_layout Standard
13902
13903
13904 \backslash
13905 cellcolor{magenta}
13906 \end_layout
13907
13908 \end_inset
13909
13910
13911 \color green
13912 i
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 </row>
13918 </lyxtabular>
13919
13920 \end_inset
13921
13922
13923 \end_layout
13924
13925 \end_inset
13926
13927
13928 \end_layout
13929
13930 \begin_layout Subsection
13931 Líneas coloreadas
13932 \begin_inset LatexCommand index
13933 name "Tablas Coloreadas ! Líneas"
13934
13935 \end_inset
13936
13937
13938 \begin_inset LatexCommand index
13939 name "Color ! en Líneas de Tabla"
13940
13941 \end_inset
13942
13943
13944 \end_layout
13945
13946 \begin_layout Standard
13947 Como se describe en la sección\InsetSpace ~
13948
13949 \begin_inset LatexCommand ref
13950 reference "sub:Grosor-de-Líneas"
13951
13952 \end_inset
13953
13954 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
13955  
13956 \series bold
13957
13958 \backslash
13959 arrayrulewidth
13960 \series default
13961 .
13962  Se ha puesto 1.5\InsetSpace \thinspace{}
13963 pt para todas las tablas de esta sección.
13964 \begin_inset ERT
13965 status collapsed
13966
13967 \begin_layout Standard
13968
13969
13970 \backslash
13971 setlength{
13972 \backslash
13973 arrayrulewidth}{1.5pt}
13974 \end_layout
13975
13976 \end_inset
13977
13978
13979 \end_layout
13980
13981 \begin_layout Standard
13982 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
13983  el preámbulo del documento el siguiente formato de columna, de acuerdo
13984  a lo descrito en la sección\InsetSpace ~
13985
13986 \begin_inset LatexCommand ref
13987 reference "sub:Formato-Personalizado"
13988
13989 \end_inset
13990
13991 :
13992 \end_layout
13993
13994 \begin_layout Standard
13995
13996 \series bold
13997
13998 \backslash
13999 newcolumntype{W}{!{
14000 \backslash
14001 color{green}
14002 \backslash
14003 vline}}
14004 \end_layout
14005
14006 \begin_layout Standard
14007 Para la Tabla\InsetSpace ~
14008
14009 \begin_inset LatexCommand ref
14010 reference "tab:Tabla-con-verticales-coloreadas"
14011
14012 \end_inset
14013
14014  se usó el argumento LaTeX
14015 \end_layout
14016
14017 \begin_layout Standard
14018
14019 \series bold
14020 WcW
14021 \end_layout
14022
14023 \begin_layout Standard
14024 para la última columna y
14025 \end_layout
14026
14027 \begin_layout Standard
14028
14029 \series bold
14030 Wc
14031 \end_layout
14032
14033 \begin_layout Standard
14034 para las demás.
14035 \end_layout
14036
14037 \begin_layout Standard
14038 Si quieres tener varios colores, define más formatos de columna.
14039 \end_layout
14040
14041 \begin_layout Standard
14042 \begin_inset Float table
14043 wide false
14044 sideways false
14045 status collapsed
14046
14047 \begin_layout Standard
14048 \begin_inset Caption
14049
14050 \begin_layout Standard
14051 \begin_inset LatexCommand label
14052 name "tab:Tabla-con-verticales-coloreadas"
14053
14054 \end_inset
14055
14056 Tabla con líneas verticales coloreadas
14057 \end_layout
14058
14059 \end_inset
14060
14061
14062 \end_layout
14063
14064 \begin_layout Standard
14065 \align center
14066 \begin_inset Tabular
14067 <lyxtabular version="3" rows="3" columns="3">
14068 <features>
14069 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14070 <column alignment="center" valignment="top" width="0" special="Wc">
14071 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14072 <row topline="true">
14073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Standard
14077 sd
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Standard
14086
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Standard
14095
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 </row>
14101 <row topline="true">
14102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14103 \begin_inset Text
14104
14105 \begin_layout Standard
14106
14107 \end_layout
14108
14109 \end_inset
14110 </cell>
14111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14112 \begin_inset Text
14113
14114 \begin_layout Standard
14115 sd
14116 \end_layout
14117
14118 \end_inset
14119 </cell>
14120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14121 \begin_inset Text
14122
14123 \begin_layout Standard
14124
14125 \end_layout
14126
14127 \end_inset
14128 </cell>
14129 </row>
14130 <row topline="true" bottomline="true">
14131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14132 \begin_inset Text
14133
14134 \begin_layout Standard
14135
14136 \end_layout
14137
14138 \end_inset
14139 </cell>
14140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14141 \begin_inset Text
14142
14143 \begin_layout Standard
14144
14145 \end_layout
14146
14147 \end_inset
14148 </cell>
14149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14150 \begin_inset Text
14151
14152 \begin_layout Standard
14153 sd
14154 \end_layout
14155
14156 \end_inset
14157 </cell>
14158 </row>
14159 </lyxtabular>
14160
14161 \end_inset
14162
14163
14164 \end_layout
14165
14166 \end_inset
14167
14168
14169 \end_layout
14170
14171 \begin_layout Standard
14172 \begin_inset VSpace bigskip
14173 \end_inset
14174
14175 Para colorear líneas horizontales, por ejemplo en rojo, como en la Tabla\InsetSpace ~
14176
14177 \begin_inset LatexCommand ref
14178 reference "tab:Tabla-con-horizontales-coloreadas"
14179
14180 \end_inset
14181
14182 , inserta estos comandos en ERT antes de la tabla o del flotante:
14183 \end_layout
14184
14185 \begin_layout Standard
14186
14187 \series bold
14188
14189 \backslash
14190 let
14191 \backslash
14192 myHlineC
14193 \backslash
14194 hline
14195 \newline
14196
14197 \backslash
14198 renewcommand{
14199 \backslash
14200 hline}{
14201 \backslash
14202 arrayrulecolor{red}
14203 \backslash
14204 myHlineC
14205 \backslash
14206 arrayrulecolor{black}}
14207 \end_layout
14208
14209 \begin_layout Standard
14210 \begin_inset ERT
14211 status collapsed
14212
14213 \begin_layout Standard
14214
14215
14216 \backslash
14217 let
14218 \backslash
14219 myHlineC
14220 \backslash
14221 hline
14222 \end_layout
14223
14224 \begin_layout Standard
14225
14226
14227 \backslash
14228 renewcommand{
14229 \backslash
14230 hline}{
14231 \backslash
14232 arrayrulecolor{red}
14233 \backslash
14234 myHlineC
14235 \backslash
14236 arrayrulecolor{black}}
14237 \end_layout
14238
14239 \end_inset
14240
14241
14242 \begin_inset Float table
14243 wide false
14244 sideways false
14245 status open
14246
14247 \begin_layout Standard
14248 \begin_inset Caption
14249
14250 \begin_layout Standard
14251 \begin_inset LatexCommand label
14252 name "tab:Tabla-con-horizontales-coloreadas"
14253
14254 \end_inset
14255
14256 Tabla con líneas horizontales coloreadas
14257 \end_layout
14258
14259 \end_inset
14260
14261
14262 \end_layout
14263
14264 \begin_layout Standard
14265 \align center
14266 \begin_inset Tabular
14267 <lyxtabular version="3" rows="3" columns="3">
14268 <features>
14269 <column alignment="center" valignment="top" leftline="true" width="0">
14270 <column alignment="center" valignment="top" leftline="true" width="0">
14271 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14272 <row topline="true">
14273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Standard
14277 sd
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Standard
14286
14287 \end_layout
14288
14289 \end_inset
14290 </cell>
14291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14292 \begin_inset Text
14293
14294 \begin_layout Standard
14295
14296 \end_layout
14297
14298 \end_inset
14299 </cell>
14300 </row>
14301 <row topline="true">
14302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Standard
14306
14307 \end_layout
14308
14309 \end_inset
14310 </cell>
14311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14312 \begin_inset Text
14313
14314 \begin_layout Standard
14315 sd
14316 \end_layout
14317
14318 \end_inset
14319 </cell>
14320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14321 \begin_inset Text
14322
14323 \begin_layout Standard
14324
14325 \end_layout
14326
14327 \end_inset
14328 </cell>
14329 </row>
14330 <row topline="true" bottomline="true">
14331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Standard
14335
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Standard
14344
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Standard
14353 sd
14354 \end_layout
14355
14356 \end_inset
14357 </cell>
14358 </row>
14359 </lyxtabular>
14360
14361 \end_inset
14362
14363
14364 \end_layout
14365
14366 \end_inset
14367
14368
14369 \end_layout
14370
14371 \begin_layout Standard
14372 \begin_inset ERT
14373 status collapsed
14374
14375 \begin_layout Standard
14376
14377
14378 \backslash
14379 pagebreak 
14380 \end_layout
14381
14382 \end_inset
14383
14384
14385 \end_layout
14386
14387 \begin_layout Standard
14388 Para volver al color de línea negro predeterminado inserta este comando
14389  en ERT detrás de la tabla o el flotante:
14390 \end_layout
14391
14392 \begin_layout Standard
14393
14394 \series bold
14395
14396 \backslash
14397 renewcommand{
14398 \backslash
14399 hline}{
14400 \backslash
14401 myHlineC}
14402 \end_layout
14403
14404 \begin_layout Standard
14405 La Tabla\InsetSpace ~
14406
14407 \begin_inset LatexCommand ref
14408 reference "tab:Tabla-con-líneas-coloreadas"
14409
14410 \end_inset
14411
14412  es un ejemplo con líneas verticales y horizontales coloreadas.
14413 \end_layout
14414
14415 \begin_layout Standard
14416 \begin_inset Float table
14417 wide false
14418 sideways false
14419 status open
14420
14421 \begin_layout Standard
14422 \begin_inset Caption
14423
14424 \begin_layout Standard
14425 \begin_inset LatexCommand label
14426 name "tab:Tabla-con-líneas-coloreadas"
14427
14428 \end_inset
14429
14430 Tabla con líneas coloreadas
14431 \end_layout
14432
14433 \end_inset
14434
14435
14436 \end_layout
14437
14438 \begin_layout Standard
14439 \align center
14440 \begin_inset Tabular
14441 <lyxtabular version="3" rows="3" columns="3">
14442 <features>
14443 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14444 <column alignment="center" valignment="top" width="0" special="Wc">
14445 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14446 <row topline="true">
14447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Standard
14451 sd
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Standard
14460
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Standard
14469
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 </row>
14475 <row topline="true">
14476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14477 \begin_inset Text
14478
14479 \begin_layout Standard
14480
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Standard
14489 sd
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Standard
14498
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 </row>
14504 <row topline="true" bottomline="true">
14505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14506 \begin_inset Text
14507
14508 \begin_layout Standard
14509
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Standard
14518
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Standard
14527 sd
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 </row>
14533 </lyxtabular>
14534
14535 \end_inset
14536
14537
14538 \end_layout
14539
14540 \end_inset
14541
14542
14543 \end_layout
14544
14545 \begin_layout Standard
14546 \begin_inset ERT
14547 status collapsed
14548
14549 \begin_layout Standard
14550
14551
14552 \backslash
14553 renewcommand{
14554 \backslash
14555 hline}{
14556 \backslash
14557 myHlineC}
14558 \end_layout
14559
14560 \end_inset
14561
14562
14563 \end_layout
14564
14565 \begin_layout Standard
14566 \begin_inset ERT
14567 status collapsed
14568
14569 \begin_layout Standard
14570
14571
14572 \backslash
14573 setlength{
14574 \backslash
14575 arrayrulewidth}{0.4pt}
14576 \end_layout
14577
14578 \end_inset
14579
14580
14581 \end_layout
14582
14583 \begin_layout Section
14584 Personalización de Tablas
14585 \begin_inset LatexCommand index
14586 name "Personalización de Tablas"
14587
14588 \end_inset
14589
14590
14591 \begin_inset LatexCommand index
14592 name "Tablas ! Personalización"
14593
14594 \end_inset
14595
14596
14597 \end_layout
14598
14599 \begin_layout Subsection
14600 Row Spacing
14601 \begin_inset LatexCommand label
14602 name "sub:Row-Spacing"
14603
14604 \end_inset
14605
14606
14607 \begin_inset LatexCommand index
14608 name "Personalización de Tablas ! Row Spacing"
14609
14610 \end_inset
14611
14612
14613 \end_layout
14614
14615 \begin_layout Standard
14616
14617 \lang english
14618 You can add vertical space to table rows in the 
14619 \family sans
14620 Borders
14621 \family default
14622  tab of the table dialog.
14623  You find there three possibilities:
14624 \end_layout
14625
14626 \begin_layout Description
14627
14628 \lang english
14629 Top\InsetSpace ~
14630 of\InsetSpace ~
14631 row will add space above the characters of the table row.
14632  If the table is a formal table
14633 \begin_inset Foot
14634 status collapsed
14635
14636 \begin_layout Standard
14637
14638 \lang english
14639 Formal tables are explained in section\InsetSpace ~
14640
14641 \begin_inset LatexCommand ref
14642 reference "sec:Formal-Tables"
14643
14644 \end_inset
14645
14646 .
14647 \end_layout
14648
14649 \end_inset
14650
14651  LyX will insert as default 0.5\InsetSpace \thinspace{}
14652 em space.
14653  For normal tables the inserted space will unfortunately destroy the vertical
14654  table lines as in the following table: 
14655 \lang spanish
14656
14657 \begin_inset Tabular
14658 <lyxtabular version="3" rows="3" columns="1">
14659 <features>
14660 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14661 <row topline="true">
14662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14663 \begin_inset Text
14664
14665 \begin_layout Standard
14666 A
14667 \end_layout
14668
14669 \end_inset
14670 </cell>
14671 </row>
14672 <row topline="true" topspace="3mm">
14673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14674 \begin_inset Text
14675
14676 \begin_layout Standard
14677 3\InsetSpace \thinspace{}
14678 mm space top of row
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 </row>
14684 <row topline="true" bottomline="true">
14685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14686 \begin_inset Text
14687
14688 \begin_layout Standard
14689 C
14690 \end_layout
14691
14692 \end_inset
14693 </cell>
14694 </row>
14695 </lyxtabular>
14696
14697 \end_inset
14698
14699
14700 \lang english
14701
14702 \newline
14703 So inserting space to the top of row for normal tables is only useful when
14704  you don't have vertical lines.
14705 \end_layout
14706
14707 \begin_layout Description
14708
14709 \lang english
14710 Bottom\InsetSpace ~
14711 of\InsetSpace ~
14712 row will add space below the characters of the table row.
14713  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14714 em space, for
14715  normal tables the default size is 2\InsetSpace \thinspace{}
14716 pt.
14717 \end_layout
14718
14719 \begin_layout Description
14720
14721 \lang english
14722 Between\InsetSpace ~
14723 rows only has an effect when you have selected the whole table row
14724  before.
14725  The space is added between the current and the following row.
14726  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14727 em space.
14728  For normal tables the inserted space will unfortunately destroy the vertical
14729  table lines as in the following table: 
14730 \lang spanish
14731
14732 \begin_inset Tabular
14733 <lyxtabular version="3" rows="3" columns="1">
14734 <features>
14735 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14736 <row topline="true">
14737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14738 \begin_inset Text
14739
14740 \begin_layout Standard
14741 A
14742 \end_layout
14743
14744 \end_inset
14745 </cell>
14746 </row>
14747 <row topline="true" interlinespace="3mm">
14748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14749 \begin_inset Text
14750
14751 \begin_layout Standard
14752 \begin_inset Formula $\downarrow$
14753 \end_inset
14754
14755  3\InsetSpace \thinspace{}
14756 mm space between row 
14757 \begin_inset Formula $\downarrow$
14758 \end_inset
14759
14760
14761 \end_layout
14762
14763 \end_inset
14764 </cell>
14765 </row>
14766 <row topline="true" bottomline="true">
14767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14768 \begin_inset Text
14769
14770 \begin_layout Standard
14771 \begin_inset Formula $\uparrow$
14772 \end_inset
14773
14774  3\InsetSpace \thinspace{}
14775 mm space between row 
14776 \begin_inset Formula $\uparrow$
14777 \end_inset
14778
14779
14780 \end_layout
14781
14782 \end_inset
14783 </cell>
14784 </row>
14785 </lyxtabular>
14786
14787 \end_inset
14788
14789
14790 \lang english
14791
14792 \newline
14793 So inserting space to the top of row for normal tables is only useful when
14794  you don't have vertical lines.
14795 \end_layout
14796
14797 \begin_layout Standard
14798
14799 \lang english
14800 When you want to add extra height to all cells of all tables, you can do
14801  this with the following preamble line:
14802 \end_layout
14803
14804 \begin_layout Standard
14805
14806 \series bold
14807 \lang english
14808
14809 \backslash
14810 setlength{
14811 \backslash
14812 extrarowheight}{height}
14813 \end_layout
14814
14815 \begin_layout Standard
14816
14817 \lang english
14818 But this has the disadvantage that the cell texts are no longer exactly
14819  vertically centered.
14820 \end_layout
14821
14822 \begin_layout Subsection
14823 Alineación Especial de Celdas
14824 \begin_inset LatexCommand index
14825 name "Personalización de Tablas ! Alineación Especial de Celdas"
14826
14827 \end_inset
14828
14829
14830 \end_layout
14831
14832 \begin_layout Standard
14833 A veces mejora la presentación si las entradas en las celdas de una columna
14834  se alinean con un carácter determinado, p.\InsetSpace \thinspace{}
14835 e.
14836  el separador decimal, como en la Tabla\InsetSpace ~
14837
14838 \begin_inset LatexCommand ref
14839 reference "tab:Tabla-con-celdas-de"
14840
14841 \end_inset
14842
14843 .
14844 \end_layout
14845
14846 \begin_layout Standard
14847 \begin_inset Float table
14848 wide false
14849 sideways false
14850 status open
14851
14852 \begin_layout Standard
14853 \begin_inset Caption
14854
14855 \begin_layout Standard
14856 \begin_inset LatexCommand label
14857 name "tab:Tabla-con-celdas-de"
14858
14859 \end_inset
14860
14861 Tabla con celdas alineadas con el separador decimal.
14862 \end_layout
14863
14864 \end_inset
14865
14866
14867 \end_layout
14868
14869 \begin_layout Standard
14870 \align center
14871 \begin_inset Tabular
14872 <lyxtabular version="3" rows="4" columns="2">
14873 <features>
14874 <column alignment="right" valignment="top" width="0">
14875 <column alignment="left" valignment="top" width="0" special="@{}l">
14876 <row bottomline="true">
14877 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Standard
14881 encabezado
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14887 \begin_inset Text
14888
14889 \begin_layout Standard
14890
14891 \end_layout
14892
14893 \end_inset
14894 </cell>
14895 </row>
14896 <row>
14897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14898 \begin_inset Text
14899
14900 \begin_layout Standard
14901 12.
14902 \end_layout
14903
14904 \end_inset
14905 </cell>
14906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Standard
14910 6
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 </row>
14916 <row>
14917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14918 \begin_inset Text
14919
14920 \begin_layout Standard
14921 0.
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Standard
14930 68
14931 \end_layout
14932
14933 \end_inset
14934 </cell>
14935 </row>
14936 <row>
14937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Standard
14941 -123.
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Standard
14950 0
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 </row>
14956 </lyxtabular>
14957
14958 \end_inset
14959
14960
14961 \end_layout
14962
14963 \end_inset
14964
14965
14966 \end_layout
14967
14968 \begin_layout Standard
14969 Esta es una tabla 4×2.
14970  El encabezado es una multicolumna centrada.
14971  La primera columna está alineada a la derecha y contiene el punto decimal
14972  y los dígitos anteriores.
14973  La segunda columna está alineada a la izquierda y contiene los dígitos
14974  posteriores al punto decimal.
14975  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
14976  argumento LaTeX para la segunda columna:
14977 \end_layout
14978
14979 \begin_layout Standard
14980
14981 \series bold
14982 @{}l
14983 \end_layout
14984
14985 \begin_layout Standard
14986 Si quieres una línea vertical a la derecha de la segunda columna, usa en
14987  su lugar el argumento LaTeX: 
14988 \series bold
14989 @{}l|
14990 \end_layout
14991
14992 \begin_layout Standard
14993 La Tabla\InsetSpace ~
14994
14995 \begin_inset LatexCommand ref
14996 reference "tab:Varias-alineaciones"
14997
14998 \end_inset
14999
15000  muestra varios ejemplos de alineación.
15001  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
15002 o más pequeño al comienzo de la última columna para conseguir el espacio
15003  adecuado alrededor del signo.
15004 \end_layout
15005
15006 \begin_layout Standard
15007 \begin_inset Float table
15008 wide false
15009 sideways false
15010 status open
15011
15012 \begin_layout Standard
15013 \begin_inset Caption
15014
15015 \begin_layout Standard
15016 \begin_inset LatexCommand label
15017 name "tab:Varias-alineaciones"
15018
15019 \end_inset
15020
15021 Tabla con varias alineaciones.
15022 \end_layout
15023
15024 \end_inset
15025
15026
15027 \end_layout
15028
15029 \begin_layout Standard
15030 \align center
15031 \begin_inset Tabular
15032 <lyxtabular version="3" rows="4" columns="6">
15033 <features>
15034 <column alignment="right" valignment="top" width="0">
15035 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
15036 <column alignment="right" valignment="top" width="0">
15037 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
15038 <column alignment="right" valignment="top" width="0">
15039 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15040 <row bottomline="true">
15041 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Standard
15045 unidades
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Standard
15054
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Standard
15063 exponentes
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Standard
15072
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Standard
15081 relaciones
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Standard
15090
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 </row>
15096 <row>
15097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Standard
15101 12×
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Standard
15110 24\InsetSpace \thinspace{}
15111 bottles
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15117 \begin_inset Text
15118
15119 \begin_layout Standard
15120 \begin_inset Formula $10\cdot$
15121 \end_inset
15122
15123
15124 \end_layout
15125
15126 \end_inset
15127 </cell>
15128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Standard
15132 \begin_inset Formula $10^{\mbox{-}17}$
15133 \end_inset
15134
15135
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Standard
15144 \begin_inset Formula $\Gamma(t)\propto$
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Standard
15156 \begin_inset Formula $\:\Upsilon(t)$
15157 \end_inset
15158
15159
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 </row>
15165 <row>
15166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Standard
15170 1024×
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Standard
15179 768\InsetSpace \thinspace{}
15180 Pixels
15181 \end_layout
15182
15183 \end_inset
15184 </cell>
15185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Standard
15189 \begin_inset Formula $5.78\cdot$
15190 \end_inset
15191
15192
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Standard
15201 \begin_inset Formula $10^{7}$
15202 \end_inset
15203
15204
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Standard
15213 \begin_inset Formula $A\ne$
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Standard
15225 \begin_inset Formula $\: B_{\mathrm{red}}$
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 </row>
15234 <row>
15235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Standard
15239 32×
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Standard
15248 6\InsetSpace \thinspace{}
15249 cm
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Standard
15258 -
15259 \begin_inset Formula $33.5\cdot$
15260 \end_inset
15261
15262
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Standard
15271 \begin_inset Formula $10^{4}$
15272 \end_inset
15273
15274
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Standard
15283 \begin_inset Formula $\sin(\alpha)\ge$
15284 \end_inset
15285
15286
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Standard
15295 \begin_inset Formula $\:\sin(\beta)$
15296 \end_inset
15297
15298
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 </row>
15304 </lyxtabular>
15305
15306 \end_inset
15307
15308
15309 \end_layout
15310
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \begin_layout Standard
15317 \begin_inset VSpace bigskip
15318 \end_inset
15319
15320 también hay un paquete LaTeX, 
15321 \series bold
15322 dcolumn
15323 \series default
15324
15325 \begin_inset LatexCommand index
15326 name "LaTeX-paquetes ! dcolumn"
15327
15328 \end_inset
15329
15330 , que provee alineación de celdas.
15331  Pero desgraciadamente trata las entradas de celda en modo matemático y
15332  no permite fórmulas en celdas: La primera columna de la Tabla\InsetSpace ~
15333
15334 \begin_inset LatexCommand ref
15335 reference "tab:Varias-alineaciones"
15336
15337 \end_inset
15338
15339  se verá con 
15340 \series bold
15341 dcolumn
15342 \series default
15343  como la primera columna en la Tabla\InsetSpace ~
15344
15345 \begin_inset LatexCommand ref
15346 reference "tab:Alineaciones-con-el"
15347
15348 \end_inset
15349
15350  y solo con algunos trucos se consigue lo que se espera.
15351  La lineación de la segunda y tercera columnas de la Tabla\InsetSpace ~
15352
15353 \begin_inset LatexCommand ref
15354 reference "tab:Varias-alineaciones"
15355
15356 \end_inset
15357
15358  no es posible con 
15359 \series bold
15360 dcolumn
15361 \series default
15362 .
15363 \end_layout
15364
15365 \begin_layout Standard
15366 \begin_inset Float table
15367 placement h
15368 wide false
15369 sideways false
15370 status open
15371
15372 \begin_layout Standard
15373 \begin_inset Caption
15374
15375 \begin_layout Standard
15376 \begin_inset LatexCommand label
15377 name "tab:Alineaciones-con-el"
15378
15379 \end_inset
15380
15381 Alineaciones con el paquete LaTeX 
15382 \series bold
15383 dcolumn
15384 \series default
15385 .
15386  Para la segunda y tercera alineaciones se han hecho algunos trucos.
15387 \end_layout
15388
15389 \end_inset
15390
15391
15392 \end_layout
15393
15394 \begin_layout Standard
15395 \align center
15396 \begin_inset Tabular
15397 <lyxtabular version="3" rows="4" columns="3">
15398 <features>
15399 <column alignment="center" valignment="top" rightline="true" width="0" special="D{×}{\times}{-1}|">
15400 <column alignment="center" valignment="top" width="0" special="D{×}{\times}{4.9}|">
15401 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
15402 <row bottomline="true">
15403 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Standard
15407 unidades
15408 \end_layout
15409
15410 \end_inset
15411 </cell>
15412 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15413 \begin_inset Text
15414
15415 \begin_layout Standard
15416 unidades
15417 \end_layout
15418
15419 \end_inset
15420 </cell>
15421 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Standard
15425 unidades
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 </row>
15431 <row>
15432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15433 \begin_inset Text
15434
15435 \begin_layout Standard
15436 12×24\InsetSpace \thinspace{}
15437 bottles
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15443 \begin_inset Text
15444
15445 \begin_layout Standard
15446 12×24\InsetSpace \thinspace{}
15447
15448 \begin_inset Formula $\mbox{bottles}$
15449 \end_inset
15450
15451
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15457 \begin_inset Text
15458
15459 \begin_layout Standard
15460 12×24~
15461 \begin_inset Formula $\mbox{bottles}$
15462 \end_inset
15463
15464
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 </row>
15470 <row>
15471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Standard
15475 1024×768\InsetSpace \thinspace{}
15476 Pixels
15477 \end_layout
15478
15479 \end_inset
15480 </cell>
15481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15482 \begin_inset Text
15483
15484 \begin_layout Standard
15485 1024×768\InsetSpace \thinspace{}
15486
15487 \begin_inset Formula $\mbox{Pixels}$
15488 \end_inset
15489
15490
15491 \end_layout
15492
15493 \end_inset
15494 </cell>
15495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Standard
15499 1024×768~
15500 \begin_inset Formula $\mbox{Pixels}$
15501 \end_inset
15502
15503
15504 \end_layout
15505
15506 \end_inset
15507 </cell>
15508 </row>
15509 <row>
15510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15511 \begin_inset Text
15512
15513 \begin_layout Standard
15514 32×6\InsetSpace \thinspace{}
15515 cm
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Standard
15524 32×6\InsetSpace \thinspace{}
15525
15526 \begin_inset Formula $\mbox{cm}$
15527 \end_inset
15528
15529
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Standard
15538 32×6~
15539 \begin_inset Formula $\mbox{cm}$
15540 \end_inset
15541
15542
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 </row>
15548 </lyxtabular>
15549
15550 \end_inset
15551
15552
15553 \end_layout
15554
15555 \end_inset
15556
15557
15558 \end_layout
15559
15560 \begin_layout Subsection
15561 Formato Personalizado de Celda/Columna
15562 \begin_inset LatexCommand label
15563 name "sub:Formato-Personalizado"
15564
15565 \end_inset
15566
15567
15568 \begin_inset LatexCommand index
15569 name "Personalización de Tablas ! Formato de Celda/Columna"
15570
15571 \end_inset
15572
15573
15574 \end_layout
15575
15576 \begin_layout Standard
15577 El cálculo de la anchura nesesaria para columnas extendidas descrito en
15578  la sección\InsetSpace ~
15579
15580 \begin_inset LatexCommand ref
15581 reference "sub:Cálculos-en-Multicolumnas"
15582
15583 \end_inset
15584
15585  es muy pesado si tienes varias tablas con multicolumnas.
15586  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
15587 mna aplicable a todas las tablas del documento.
15588  El formato se define con el comando
15589 \end_layout
15590
15591 \begin_layout Standard
15592
15593 \series bold
15594
15595 \backslash
15596 newcolumntype{nombre del formato}[número de argumentos]{comandos}
15597 \end_layout
15598
15599 \begin_layout Standard
15600 El nombre de formato puede ser una sola letra.
15601  Las letras 
15602 \emph on
15603 b, c, l, m, p 
15604 \emph default
15605 y
15606 \emph on
15607  r
15608 \emph default
15609  están predefinidas y no pueden usarse.
15610  Pero se permiten todas las mayúsculas.
15611 \end_layout
15612
15613 \begin_layout Standard
15614 \begin_inset VSpace medskip
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \begin_layout Standard
15621 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
15622  fija puedes definir el formato de celda
15623 \end_layout
15624
15625 \begin_layout Standard
15626
15627 \series bold
15628
15629 \backslash
15630 newcolumntype{M}[1]{>{
15631 \backslash
15632 centering
15633 \backslash
15634 hspace{0pt}}m{#1}}
15635 \end_layout
15636
15637 \begin_layout Standard
15638 donde 
15639 \series bold
15640
15641 \backslash
15642 hspace{0pt}
15643 \series default
15644  evita el problema de partir con guión la primera palabra, como se describe
15645  en la sección\InsetSpace ~
15646
15647 \begin_inset LatexCommand ref
15648 reference "sub:Líneas-Múltiples-en"
15649
15650 \end_inset
15651
15652 .
15653  Ahora puedes introducir simplemente
15654 \end_layout
15655
15656 \begin_layout Standard
15657
15658 \series bold
15659 |M{ancho}
15660 \end_layout
15661
15662 \begin_layout Standard
15663 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
15664 \end_layout
15665
15666 \begin_layout Standard
15667 \begin_inset VSpace bigskip
15668 \end_inset
15669
15670
15671 \end_layout
15672
15673 \begin_layout Standard
15674 Para celdas extendidas en una celda multicolumna, puedes definir el formato
15675 \end_layout
15676
15677 \begin_layout Standard
15678
15679 \series bold
15680
15681 \backslash
15682 newcolumntype{S}[2]{>{
15683 \backslash
15684 centering
15685 \backslash
15686 hspace{0pt}}
15687 \newline
15688
15689 \begin_inset ERT
15690 status collapsed
15691
15692 \begin_layout Standard
15693
15694
15695 \backslash
15696 phantom{
15697 \end_layout
15698
15699 \end_inset
15700
15701
15702 \backslash
15703 newcolumntype{S}[2]
15704 \begin_inset ERT
15705 status collapsed
15706
15707 \begin_layout Standard
15708
15709 }
15710 \end_layout
15711
15712 \end_inset
15713
15714 m{(#1+(2
15715 \backslash
15716 tabcolsep+
15717 \backslash
15718 arrayrulewidth)*(1-#2))/#2}}
15719 \end_layout
15720
15721 \begin_layout Standard
15722 Este formato usa la ecuación 
15723 \begin_inset LatexCommand eqref
15724 reference "eq:Wgn"
15725
15726 \end_inset
15727
15728  para calcular la anchura necesaria para que cada celda extendida tenga
15729  la misma anchura.
15730 \end_layout
15731
15732 \begin_layout Standard
15733 Ahora puedes introducir
15734 \end_layout
15735
15736 \begin_layout Standard
15737
15738 \series bold
15739 |S{ancho de la celda multicolumna}{número de columnas extendidas}
15740 \end_layout
15741
15742 \begin_layout Standard
15743 como argumento LaTeX de la columna.
15744 \end_layout
15745
15746 \begin_layout Standard
15747 \begin_inset VSpace bigskip
15748 \end_inset
15749
15750
15751 \end_layout
15752
15753 \begin_layout Standard
15754 Para columnas coloreadas puedes definir
15755 \end_layout
15756
15757 \begin_layout Standard
15758
15759 \series bold
15760
15761 \backslash
15762 newcolumntype{K}[1]{>{
15763 \backslash
15764 columncolor{#1}
15765 \backslash
15766 hspace{0pt}}c}
15767 \end_layout
15768
15769 \begin_layout Standard
15770 La "c" al final crea una columna con anchura flexible cuyo texto está centrado
15771  horizontalmente.
15772  Ahora puedes introducir
15773 \end_layout
15774
15775 \begin_layout Standard
15776
15777 \series bold
15778 K{nombre del color}
15779 \end_layout
15780
15781 \begin_layout Standard
15782 como argumento LaTeX.
15783 \end_layout
15784
15785 \begin_layout Standard
15786 \begin_inset VSpace bigskip
15787 \end_inset
15788
15789
15790 \end_layout
15791
15792 \begin_layout Standard
15793 Para crear la Tabla\InsetSpace ~
15794
15795 \begin_inset LatexCommand ref
15796 reference "tab:Tabla-con-formatos-definidos-por"
15797
15798 \end_inset
15799
15800  usa los argumentos LaTeX
15801 \end_layout
15802
15803 \begin_layout Standard
15804
15805 \series bold
15806 |M{2.5cm}
15807 \end_layout
15808
15809 \begin_layout Standard
15810 para la primera columna y la multicolumna,
15811 \end_layout
15812
15813 \begin_layout Standard
15814
15815 \series bold
15816 |K{red}|
15817 \end_layout
15818
15819 \begin_layout Standard
15820 para la última columna y
15821 \end_layout
15822
15823 \begin_layout Standard
15824
15825 \series bold
15826 |S{2.5cm}{2}
15827 \end_layout
15828
15829 \begin_layout Standard
15830 para las celdas en la segunda columna.
15831 \end_layout
15832
15833 \begin_layout Standard
15834 \begin_inset Float table
15835 placement h
15836 wide false
15837 sideways false
15838 status open
15839
15840 \begin_layout Standard
15841 \begin_inset Caption
15842
15843 \begin_layout Standard
15844 \begin_inset LatexCommand label
15845 name "tab:Tabla-con-formatos-definidos-por"
15846
15847 \end_inset
15848
15849 Tabla con formatos definidos por el usuario
15850 \end_layout
15851
15852 \end_inset
15853
15854
15855 \end_layout
15856
15857 \begin_layout Standard
15858 \align center
15859 \begin_inset Tabular
15860 <lyxtabular version="3" rows="3" columns="4">
15861 <features>
15862 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="|M{2.5cm}">
15863 <column alignment="center" valignment="middle" leftline="true" width="0" special="|S{2.5cm}{2}">
15864 <column alignment="center" valignment="middle" leftline="true" width="0">
15865 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="|K{red}|">
15866 <row topline="true">
15867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Standard
15871 palabramuylargaenceldadetabla
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}|">
15877 \begin_inset Text
15878
15879 \begin_layout Standard
15880 multicolumna línea múltiple
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Standard
15889
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Standard
15898 c
15899 \end_layout
15900
15901 \end_inset
15902 </cell>
15903 </row>
15904 <row topline="true">
15905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Standard
15909 d
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Standard
15918 e
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Standard
15927 f
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Standard
15936 g
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 </row>
15942 <row topline="true" bottomline="true">
15943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Standard
15947 h
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Standard
15956 i
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Standard
15965 j
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Standard
15974 k
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 </row>
15980 </lyxtabular>
15981
15982 \end_inset
15983
15984
15985 \end_layout
15986
15987 \end_inset
15988
15989
15990 \end_layout
15991
15992 \begin_layout Subsection
15993 Grosor de Líneas
15994 \begin_inset LatexCommand label
15995 name "sub:Grosor-de-Líneas"
15996
15997 \end_inset
15998
15999
16000 \begin_inset LatexCommand index
16001 name "Personalización de Tablas ! Grosor de Línea"
16002
16003 \end_inset
16004
16005
16006 \end_layout
16007
16008 \begin_layout Standard
16009 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
16010  
16011 \series bold
16012
16013 \backslash
16014 arrayrulewidth
16015 \series default
16016 .
16017  Por ejemplo, para poner un grosor de línea de 1.5\InsetSpace \thinspace{}
16018 pt, como en la Tabla\InsetSpace ~
16019
16020 \begin_inset LatexCommand ref
16021 reference "tab:Tabla-con-líneas"
16022
16023 \end_inset
16024
16025 , inserta el comando
16026 \end_layout
16027
16028 \begin_layout Standard
16029
16030 \series bold
16031
16032 \backslash
16033 setlength{
16034 \backslash
16035 arrayrulewidth}{1.5pt}
16036 \end_layout
16037
16038 \begin_layout Standard
16039 en ERT antes de la tabla o flotante.
16040  Este cambio es válido para todas las siguientes tablas.
16041  Para volver al valor predeterminado, define 
16042 \series bold
16043
16044 \backslash
16045 arrayrulewidth
16046 \series default
16047  a 0.4\InsetSpace \thinspace{}
16048 pt en ERT detrás de la tabla o flotante.
16049 \end_layout
16050
16051 \begin_layout Standard
16052 \begin_inset ERT
16053 status collapsed
16054
16055 \begin_layout Standard
16056
16057
16058 \backslash
16059 setlength{
16060 \backslash
16061 arrayrulewidth}{1.5pt}
16062 \end_layout
16063
16064 \end_inset
16065
16066
16067 \begin_inset Float table
16068 wide false
16069 sideways false
16070 status open
16071
16072 \begin_layout Standard
16073 \begin_inset Caption
16074
16075 \begin_layout Standard
16076 \begin_inset LatexCommand label
16077 name "tab:Tabla-con-líneas"
16078
16079 \end_inset
16080
16081 Tabla con líneas de grosor 1.5\InsetSpace \thinspace{}
16082 pt
16083 \end_layout
16084
16085 \end_inset
16086
16087
16088 \end_layout
16089
16090 \begin_layout Standard
16091 \align center
16092 \begin_inset Tabular
16093 <lyxtabular version="3" rows="3" columns="3">
16094 <features>
16095 <column alignment="center" valignment="top" leftline="true" width="0">
16096 <column alignment="center" valignment="top" leftline="true" width="0">
16097 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16098 <row topline="true">
16099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Standard
16103 sd
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Standard
16112
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Standard
16121
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 </row>
16127 <row topline="true">
16128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Standard
16132
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Standard
16141 sd
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Standard
16150
16151 \end_layout
16152
16153 \end_inset
16154 </cell>
16155 </row>
16156 <row topline="true" bottomline="true">
16157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Standard
16161
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Standard
16170
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Standard
16179 sd
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 </row>
16185 </lyxtabular>
16186
16187 \end_inset
16188
16189
16190 \end_layout
16191
16192 \end_inset
16193
16194
16195 \begin_inset ERT
16196 status collapsed
16197
16198 \begin_layout Standard
16199
16200
16201 \backslash
16202 setlength{
16203 \backslash
16204 arrayrulewidth}{0.4pt}
16205 \end_layout
16206
16207 \end_inset
16208
16209
16210 \end_layout
16211
16212 \begin_layout Standard
16213 \begin_inset VSpace bigskip
16214 \end_inset
16215
16216 Para definir un grosor de 1.5\InsetSpace \thinspace{}
16217 pt sólo para líneas horizontales, como en la
16218  Tabla\InsetSpace ~
16219
16220 \begin_inset LatexCommand ref
16221 reference "tab:Tabla-con-horizontales"
16222
16223 \end_inset
16224
16225 , inserta estos comandos en ERT antes de la tabla o flotante:
16226 \end_layout
16227
16228 \begin_layout Standard
16229
16230 \series bold
16231
16232 \backslash
16233 let
16234 \backslash
16235 myHline
16236 \backslash
16237 hline
16238 \newline
16239
16240 \backslash
16241 renewcommand{
16242 \backslash
16243 hline}
16244 \newline
16245  {
16246 \backslash
16247 noalign{
16248 \backslash
16249 global
16250 \backslash
16251 arrayrulewidth 1.5pt}
16252 \newline
16253   
16254 \backslash
16255 myHline
16256 \backslash
16257 noalign{
16258 \backslash
16259 global
16260 \backslash
16261 arrayrulewidth 0.4pt}}
16262 \end_layout
16263
16264 \begin_layout Standard
16265 Para volver al grosor predeterminado, inserta este comando en ERT detrás
16266  de la tabla o flotante:
16267 \end_layout
16268
16269 \begin_layout Standard
16270
16271 \series bold
16272
16273 \backslash
16274 renewcommand{
16275 \backslash
16276 hline}{
16277 \backslash
16278 myHline}
16279 \end_layout
16280
16281 \begin_layout Standard
16282 \begin_inset ERT
16283 status collapsed
16284
16285 \begin_layout Standard
16286
16287
16288 \backslash
16289 let
16290 \backslash
16291 myHline
16292 \backslash
16293 hline
16294 \end_layout
16295
16296 \begin_layout Standard
16297
16298
16299 \backslash
16300 renewcommand{
16301 \backslash
16302 hline}
16303 \end_layout
16304
16305 \begin_layout Standard
16306
16307  {
16308 \backslash
16309 noalign{
16310 \backslash
16311 global
16312 \backslash
16313 arrayrulewidth 1.5pt}
16314 \end_layout
16315
16316 \begin_layout Standard
16317
16318   
16319 \backslash
16320 myHline
16321 \backslash
16322 noalign{
16323 \backslash
16324 global
16325 \backslash
16326 arrayrulewidth 0.4pt}}
16327 \end_layout
16328
16329 \end_inset
16330
16331
16332 \begin_inset Float table
16333 wide false
16334 sideways false
16335 status open
16336
16337 \begin_layout Standard
16338 \begin_inset Caption
16339
16340 \begin_layout Standard
16341 \begin_inset LatexCommand label
16342 name "tab:Tabla-con-horizontales"
16343
16344 \end_inset
16345
16346 Tabla con líneas horizontales de 1.5\InsetSpace \thinspace{}
16347 pt
16348 \end_layout
16349
16350 \end_inset
16351
16352
16353 \end_layout
16354
16355 \begin_layout Standard
16356 \align center
16357 \begin_inset Tabular
16358 <lyxtabular version="3" rows="3" columns="3">
16359 <features>
16360 <column alignment="center" valignment="top" leftline="true" width="0">
16361 <column alignment="center" valignment="top" leftline="true" width="0">
16362 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16363 <row topline="true">
16364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Standard
16368 sd
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Standard
16377
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Standard
16386
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 </row>
16392 <row topline="true">
16393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Standard
16397
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Standard
16406 sd
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Standard
16415
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 </row>
16421 <row topline="true" bottomline="true">
16422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Standard
16426
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Standard
16435
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Standard
16444 sd
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 </row>
16450 </lyxtabular>
16451
16452 \end_inset
16453
16454
16455 \end_layout
16456
16457 \end_inset
16458
16459
16460 \begin_inset ERT
16461 status collapsed
16462
16463 \begin_layout Standard
16464
16465
16466 \backslash
16467 renewcommand{
16468 \backslash
16469 hline}{
16470 \backslash
16471 myHline}
16472 \end_layout
16473
16474 \end_inset
16475
16476
16477 \end_layout
16478
16479 \begin_layout Standard
16480 \begin_inset VSpace bigskip
16481 \end_inset
16482
16483 Para establacer grosor de 1.5 pt sólo para líneas verticales, crea el siguiente
16484  formato de columna en el preámbulo del documento, de acuerdo con lo descrito
16485  en la sección\InsetSpace ~
16486
16487 \begin_inset LatexCommand ref
16488 reference "sub:Formato-Personalizado"
16489
16490 \end_inset
16491
16492 :
16493 \end_layout
16494
16495 \begin_layout Standard
16496
16497 \series bold
16498
16499 \backslash
16500 newcolumntype{V}{!{
16501 \backslash
16502 vrule width 1.5pt}}
16503 \end_layout
16504
16505 \begin_layout Standard
16506 Para la Tabla\InsetSpace ~
16507
16508 \begin_inset LatexCommand ref
16509 reference "tab:Tabla-con-verticales"
16510
16511 \end_inset
16512
16513  se usó el argumento LaTeX
16514 \end_layout
16515
16516 \begin_layout Standard
16517
16518 \series bold
16519 VcV
16520 \end_layout
16521
16522 \begin_layout Standard
16523 para la última columna y
16524 \end_layout
16525
16526 \begin_layout Standard
16527
16528 \series bold
16529 Vc
16530 \end_layout
16531
16532 \begin_layout Standard
16533 para las otras.
16534 \end_layout
16535
16536 \begin_layout Standard
16537 \begin_inset Float table
16538 wide false
16539 sideways false
16540 status open
16541
16542 \begin_layout Standard
16543 \begin_inset Caption
16544
16545 \begin_layout Standard
16546 \begin_inset LatexCommand label
16547 name "tab:Tabla-con-verticales"
16548
16549 \end_inset
16550
16551 Tabla con líneas verticales de 1.5\InsetSpace \thinspace{}
16552 pt de grosor
16553 \end_layout
16554
16555 \end_inset
16556
16557
16558 \end_layout
16559
16560 \begin_layout Standard
16561 \align center
16562 \begin_inset Tabular
16563 <lyxtabular version="3" rows="3" columns="3">
16564 <features>
16565 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16566 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16567 <column alignment="center" valignment="top" leftline="true" width="0" special="VcV">
16568 <row topline="true">
16569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Standard
16573 sd
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Standard
16582
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Standard
16591
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 </row>
16597 <row topline="true">
16598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Standard
16602
16603 \end_layout
16604
16605 \end_inset
16606 </cell>
16607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Standard
16611 sd
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Standard
16620
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 </row>
16626 <row topline="true" bottomline="true">
16627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16628 \begin_inset Text
16629
16630 \begin_layout Standard
16631
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Standard
16640
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Standard
16649 sd
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 </row>
16655 </lyxtabular>
16656
16657 \end_inset
16658
16659
16660 \end_layout
16661
16662 \end_inset
16663
16664
16665 \end_layout
16666
16667 \begin_layout Subsection
16668 Líneas de Trazos
16669 \begin_inset LatexCommand index
16670 name "Personalización de Tablas ! Líneas de Trazos"
16671
16672 \end_inset
16673
16674
16675 \end_layout
16676
16677 \begin_layout Standard
16678 \begin_inset ERT
16679 status collapsed
16680
16681 \begin_layout Standard
16682
16683
16684 \backslash
16685 ifarydshln
16686 \end_layout
16687
16688 \end_inset
16689
16690
16691 \begin_inset Note Note
16692 status open
16693
16694 \begin_layout Standard
16695
16696 \lang english
16697 The following section will only be displayed when you have the LaTeX-package
16698  
16699 \series bold
16700 arydshln
16701 \series default
16702  is installed.
16703 \end_layout
16704
16705 \end_inset
16706
16707
16708 \end_layout
16709
16710 \begin_layout Standard
16711 \begin_inset Float table
16712 placement H
16713 wide false
16714 sideways false
16715 status open
16716
16717 \begin_layout Standard
16718 \begin_inset Caption
16719
16720 \begin_layout Standard
16721 \begin_inset LatexCommand label
16722 name "tab:Tabla-con-trazos"
16723
16724 \end_inset
16725
16726 Tabla con líneas de trazos
16727 \end_layout
16728
16729 \end_inset
16730
16731
16732 \end_layout
16733
16734 \begin_layout Standard
16735 \align center
16736 \begin_inset Tabular
16737 <lyxtabular version="3" rows="5" columns="5">
16738 <features>
16739 <column alignment="center" valignment="top" leftline="true" width="0">
16740 <column alignment="center" valignment="top" leftline="true" width="0">
16741 <column alignment="center" valignment="top" width="0" special=":c">
16742 <column alignment="center" valignment="top" leftline="true" width="0">
16743 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16744 <row topline="true" bottomline="true">
16745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Standard
16749 a
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Standard
16758 b
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Standard
16767 c
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Standard
16776 d
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Standard
16785 e
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 </row>
16791 <row topline="true">
16792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Standard
16796 f
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Standard
16805 g
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Standard
16814 h
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Standard
16823 i
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Standard
16832 j
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 <row>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Standard
16843 \begin_inset ERT
16844 status collapsed
16845
16846 \begin_layout Standard
16847
16848
16849 \backslash
16850 hdashline 
16851 \end_layout
16852
16853 \end_inset
16854
16855 k
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Standard
16864 l
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Standard
16873 m
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Standard
16882 n
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Standard
16891 o
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 </row>
16897 <row topline="true">
16898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16899 \begin_inset Text
16900
16901 \begin_layout Standard
16902 \begin_inset ERT
16903 status collapsed
16904
16905 \begin_layout Standard
16906
16907
16908 \backslash
16909 cdashline{4-5}
16910 \end_layout
16911
16912 \end_inset
16913
16914 p
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Standard
16923 q
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
16929 \begin_inset Text
16930
16931 \begin_layout Standard
16932 r
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
16938 \begin_inset Text
16939
16940 \begin_layout Standard
16941 s
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Standard
16950
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 </row>
16956 <row topline="true" bottomline="true">
16957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Standard
16961 t
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Standard
16970 u
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Standard
16979 v
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Standard
16988 w
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Standard
16997 x
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 </row>
17003 </lyxtabular>
17004
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \begin_layout Standard
17016 En principio LyX no soporta líneas de trazos, hay que usar ERT.
17017  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
17018 \series bold
17019 arydshln
17020 \series default
17021
17022 \begin_inset LatexCommand index
17023 name "LaTeX-paquetes ! arydshln"
17024
17025 \end_inset
17026
17027  
17028 \end_layout
17029
17030 \begin_layout Standard
17031
17032 \series bold
17033
17034 \backslash
17035 usepackage{arydshln}
17036 \end_layout
17037
17038 \begin_layout Standard
17039 Para hacer una línea vertical a trazos, introduce dos puntos ":" junto con
17040  el caracter para alineación horizontal como argumento LaTeX en el diálogo
17041  de celda de tabla.
17042 \end_layout
17043
17044 \begin_layout Standard
17045 Para una línea de trazos horizontal añade el comando
17046 \end_layout
17047
17048 \begin_layout Standard
17049
17050 \series bold
17051
17052 \backslash
17053 hdashline
17054 \end_layout
17055
17056 \begin_layout Standard
17057 en ERT como primer elemento de la primera celda en la fila.
17058 \end_layout
17059
17060 \begin_layout Standard
17061 Para líneas de trazos en multicolumna usa el comando
17062 \end_layout
17063
17064 \begin_layout Standard
17065
17066 \series bold
17067
17068 \backslash
17069 cdashline{line number
17070 \series default
17071 }
17072 \end_layout
17073
17074 \begin_layout Standard
17075 en ERT como primer elemento de la primera celda en la fila.
17076  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
17077  4 y quieres una línea de trazos por encima, añade el comando
17078 \end_layout
17079
17080 \begin_layout Standard
17081
17082 \series bold
17083
17084 \backslash
17085 cdashline{2-4}
17086 \end_layout
17087
17088 \begin_layout Standard
17089 como primer elemento de la primera celda en la fila de la multicolumna.
17090 \end_layout
17091
17092 \begin_layout Standard
17093 \begin_inset VSpace bigskip
17094 \end_inset
17095
17096
17097 \end_layout
17098
17099 \begin_layout Standard
17100 La Tabla\InsetSpace ~
17101
17102 \begin_inset LatexCommand ref
17103 reference "tab:Tabla-con-trazos"
17104
17105 \end_inset
17106
17107  se ha hecho usando "
17108 \series bold
17109 :c
17110 \series default
17111 " como argumento LaTeX de la tercera columna.
17112  El comando ERT 
17113 \series bold
17114
17115 \backslash
17116 hdashline
17117 \series default
17118  se ha insertado en la primera celda de la tercera fila y el comando ERT
17119 \newline
17120
17121 \series bold
17122
17123 \backslash
17124 cdashline{4-5}
17125 \series default
17126  en la primera celda de la cuarta fila.
17127 \end_layout
17128
17129 \begin_layout Standard
17130 \begin_inset Note Greyedout
17131 status open
17132
17133 \begin_layout Standard
17134
17135 \series bold
17136 Nota: 
17137 \series default
17138 Aparentemente el paquete LaTeX 
17139 \series bold
17140 arydshln
17141 \series default
17142  no es compatible con el paquete LaTeX 
17143 \series bold
17144 colortbl
17145 \series default
17146
17147 \begin_inset LatexCommand index
17148 name "LaTeX-paquetes ! colortbl"
17149
17150 \end_inset
17151
17152  que se usa para tablas coloreadas en la sección\InsetSpace ~
17153
17154 \begin_inset LatexCommand ref
17155 reference "sec:Tablas-Coloreadas"
17156
17157 \end_inset
17158
17159 .
17160  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
17161 \end_layout
17162
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \begin_layout Standard
17169 \begin_inset ERT
17170 status collapsed
17171
17172 \begin_layout Standard
17173
17174
17175 \backslash
17176 else
17177 \end_layout
17178
17179 \end_inset
17180
17181
17182 \begin_inset Note Note
17183 status open
17184
17185 \begin_layout Standard
17186
17187 \lang english
17188 The following will be displayed when the LaTeX-package 
17189 \series bold
17190 arydshln
17191 \series default
17192  is not installed:
17193 \end_layout
17194
17195 \end_inset
17196
17197
17198 \end_layout
17199
17200 \begin_layout Standard
17201
17202 \lang english
17203 You need to install the package 
17204 \series bold
17205 arydshln
17206 \series default
17207  to see the contents of this section in the output.
17208 \end_layout
17209
17210 \begin_layout Standard
17211 \begin_inset ERT
17212 status collapsed
17213
17214 \begin_layout Standard
17215
17216
17217 \backslash
17218 fi
17219 \end_layout
17220
17221 \end_inset
17222
17223
17224 \end_layout
17225
17226 \begin_layout Chapter
17227 Flotantes
17228 \begin_inset LatexCommand label
17229 name "cha:Floats"
17230
17231 \end_inset
17232
17233
17234 \begin_inset LatexCommand index
17235 name "Flotantes"
17236
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \begin_layout Section
17243 Introducción
17244 \begin_inset LatexCommand label
17245 name "sec:IntroducciónFlotantes"
17246
17247 \end_inset
17248
17249
17250 \begin_inset LatexCommand index
17251 name "Flotantes ! Introducción"
17252
17253 \end_inset
17254
17255
17256 \end_layout
17257
17258 \begin_layout Standard
17259 Un flotante es un bloque de texto asociado con alguna especie de etiqueta
17260  que no tiene posición fija.
17261  Puede "flotar" adelante o atrás una o dos páginas, donde encaje mejor.
17262  Las 
17263 \family sans
17264 Notas\InsetSpace ~
17265 al\InsetSpace ~
17266 pie
17267 \family default
17268  y 
17269 \family sans
17270 Notas\InsetSpace ~
17271 al\InsetSpace ~
17272 margen
17273 \family default
17274  también son flotantes, porque pueden flotar a la página siguiente cuando
17275  hay demasiadas notas en la página.
17276 \end_layout
17277
17278 \begin_layout Standard
17279 Los flotantes hacen posible composiciones de alta calidad.
17280  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
17281  impedir espacios en blanco y páginas sin texto.
17282  Como el flotante destruye a menudo el contexto entre texto e imagen/tabla,
17283  cada flotante puede estar referido en el texto.
17284  Por lo tanto los flotantes están numerados.
17285  Las referencias se describen en la sección\InsetSpace ~
17286
17287 \begin_inset LatexCommand ref
17288 reference "sec:Referencias-a-Flotantes"
17289
17290 \end_inset
17291
17292  .
17293 \end_layout
17294
17295 \begin_layout Standard
17296 Para insertar un flotante, usa el menú 
17297 \family sans
17298 Insertar\SpecialChar \menuseparator
17299 Flotante
17300 \family default
17301 .
17302  En el documento se inserta un cuadro con etiqueta en el entorno 
17303 \family sans
17304 Encabezado
17305 \begin_inset Foot
17306 status collapsed
17307
17308 \begin_layout Standard
17309 El entorno 
17310 \family sans
17311 Encabezado
17312 \family default
17313  se describe en 
17314 \emph on
17315 Guía\InsetSpace ~
17316 del\InsetSpace ~
17317 Usuario 
17318 \emph default
17319 de LyX.
17320 \end_layout
17321
17322 \end_inset
17323
17324 .
17325
17326 \family default
17327  Cada etiqueta acaba con el caracter "#" como receptáculo para el número
17328  de flotante en la salida.
17329  La etiqueta será traducida automáticamente al lenguaje del documento.
17330  Tras la etiqueta se puede insertar el texto de encabezado.
17331  La imagen o tabla se inserta encima o debajo del encabezado en un párrafo
17332  separado dentro del flotante.
17333  Más sobre colocación de encabezados se describe en la sección\InsetSpace ~
17334
17335 \begin_inset LatexCommand ref
17336 reference "sec:Colocación-de-Encabezados"
17337
17338 \end_inset
17339
17340 .
17341  Para mantener legible el documento LyX, puedes abrir y cerrar el cuadro
17342  del flotante haciendo click-izquierda sobre él.
17343  Un cuadro cerrado se muestra así: 
17344 \begin_inset Graphics
17345         filename ../clipart/flotanteQt4.png
17346         scale 70
17347
17348 \end_inset
17349
17350  -- un cuadro gris con etiqueta en rojo.
17351 \end_layout
17352
17353 \begin_layout Standard
17354 Se recomienda insertar flotantes como párrafos separados para evitar posibles
17355  errores de LaTeX si el texto circundante se formatea de modo especial.
17356 \end_layout
17357
17358 \begin_layout Standard
17359 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
17360  y pinchando el botón correspondiente de la barra de herramientas para un
17361  flotante nuevo.
17362 \end_layout
17363
17364 \begin_layout Section
17365 Tipos de Flotantes
17366 \end_layout
17367
17368 \begin_layout Standard
17369 Además de los flotantes de imagen y de tabla que se describen en la sección\InsetSpace ~
17370
17371 \begin_inset LatexCommand ref
17372 reference "sec:Figuras-Flotantes"
17373
17374 \end_inset
17375
17376  y 
17377 \begin_inset LatexCommand ref
17378 reference "sec:Tablas-Flotantes"
17379
17380 \end_inset
17381
17382 , respectivamente, LyX ofrece los tipos 
17383 \series bold
17384 Algoritmo
17385 \series default
17386  y 
17387 \series bold
17388 Ajustado\InsetSpace ~
17389 al\InsetSpace ~
17390 Texto
17391 \series default
17392 .
17393 \end_layout
17394
17395 \begin_layout Subsection
17396 Algoritmos Flotantes
17397 \begin_inset LatexCommand index
17398 name "Flotantes ! Algoritmos Flotantes"
17399
17400 \end_inset
17401
17402
17403 \end_layout
17404
17405 \begin_layout Standard
17406 \begin_inset Float algorithm
17407 placement h
17408 wide false
17409 sideways false
17410 status open
17411
17412 \begin_layout Standard
17413 \begin_inset Caption
17414
17415 \begin_layout Standard
17416 \begin_inset LatexCommand label
17417 name "alg:Ejemplo-de-Algoritmo-flotante"
17418
17419 \end_inset
17420
17421 Ejemplo de Algoritmo flotante
17422 \end_layout
17423
17424 \end_inset
17425
17426
17427 \end_layout
17428
17429 \begin_layout LyX-Code
17430 for I in 1..N loop
17431 \newline
17432  Sum:= Sum + A(I); /*senseless comment*/
17433 \newline
17434 end loop
17435 \begin_inset VSpace -4mm
17436 \end_inset
17437
17438
17439 \end_layout
17440
17441 \end_inset
17442
17443
17444 \end_layout
17445
17446 \begin_layout Standard
17447 Este tipo de flotante se inserta con el menú 
17448 \family sans
17449 Insertar\SpecialChar \menuseparator
17450 Flotante\SpecialChar \menuseparator
17451 Algoritmo
17452 \family default
17453 .
17454  Se usa para códigos y descripciones de algoritmos.
17455  Un posible entorno para algoritmos es 
17456 \family sans
17457 Código-LyX
17458 \family default
17459 , descrito en 
17460 \emph on
17461 Guía del Usuario
17462 \emph default
17463  de LyX.
17464  El algoritmo\InsetSpace ~
17465
17466 \begin_inset LatexCommand ref
17467 reference "alg:Ejemplo-de-Algoritmo-flotante"
17468
17469 \end_inset
17470
17471  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
17472  vertical de -4\InsetSpace \thinspace{}
17473 mm al final para tener la línea inferior exactamente bajo
17474  la última línea de texto.
17475 \end_layout
17476
17477 \begin_layout Standard
17478 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
17479  Si tu documento no es en Inglés, tienes que hacerlo manualmente añadiendo
17480  la siguiente línea al preámbulo del documento
17481 \series bold
17482 :
17483 \end_layout
17484
17485 \begin_layout Standard
17486
17487 \series bold
17488
17489 \backslash
17490 floatname{algorithm}{nombre}
17491 \end_layout
17492
17493 \begin_layout Standard
17494
17495 \family sans
17496 nombre
17497 \family default
17498  es la palabra
17499 \begin_inset Quotes eld
17500 \end_inset
17501
17502
17503 \emph on
17504 algorithm
17505 \emph default
17506
17507 \begin_inset Quotes erd
17508 \end_inset
17509
17510  en el lenguaje deseado.
17511 \end_layout
17512
17513 \begin_layout Description
17514
17515 \series bold
17516 Nota: 
17517 \series default
17518 Si se emplea el paquete LaTeX 
17519 \series bold
17520 hyperref
17521 \series default
17522
17523 \begin_inset LatexCommand index
17524 name "LaTeX-paquetes ! hyperref"
17525
17526 \end_inset
17527
17528  para enlazar referencias cruzadas a flotantes en la salida PDF, debe cargarse
17529  en el preámbulo LaTeX antes de la definición de flotantes para poder referirse
17530  a ellos.
17531
17532 \series bold
17533  
17534 \series default
17535 LyX establece la definición de algoritmos flotantes automáticamente antes
17536  de la parte del preámbulo editable por el usuario, así que hay que insertar
17537  las siguientes líneas 
17538 \emph on
17539 después
17540 \emph default
17541  de cargar el comando
17542 \series bold
17543  hyperref:
17544 \begin_inset VSpace defskip
17545 \end_inset
17546
17547
17548 \newline
17549
17550 \backslash
17551 newfloat{Xalgorithm}{tbp}{loa}
17552 \newline
17553
17554 \backslash
17555 floatname{Xalgorithm}{nombre}
17556 \newline
17557
17558 \backslash
17559 newcommand{
17560 \backslash
17561 theHalgorithm}{
17562 \backslash
17563 theHXalgorithm}
17564 \newline
17565
17566 \backslash
17567 renewenvironment{algorithm}[1][tbp]
17568 \newline
17569
17570 \begin_inset ERT
17571 status collapsed
17572
17573 \begin_layout Standard
17574
17575
17576 \backslash
17577 hphantom{ }
17578 \end_layout
17579
17580 \end_inset
17581
17582 {
17583 \backslash
17584 begin{Xalgorithm}[#1]}{
17585 \backslash
17586 end{Xalgorithm}}
17587 \begin_inset VSpace defskip
17588 \end_inset
17589
17590
17591 \series default
17592
17593 \newline
17594 Donde 
17595 \family sans
17596 nombre
17597 \family default
17598  es la palabra "
17599 \emph on
17600 algorithm
17601 \emph default
17602 " en el lenguaje deseado.
17603 \end_layout
17604
17605 \begin_layout Standard
17606 Los algoritmos flotantes no se numeran por defecto según el esquema "capítulo.alg
17607 oritmo" como es el caso para tablas e imágenes flotantes en muchas clases
17608  de documento.
17609  Para numerar algoritmos flotantes en el mismo esquema, añade este comando
17610  en el preámbulo del documento:
17611 \end_layout
17612
17613 \begin_layout Standard
17614
17615 \series bold
17616
17617 \backslash
17618 numberwithin{algorithm}{chapter}
17619 \end_layout
17620
17621 \begin_layout Standard
17622 Si usas el paquete LaTeX 
17623 \series bold
17624 hyperref
17625 \series default
17626 , añade en su lugar esta línea 
17627 \emph on
17628 después
17629 \emph default
17630  de la definición de 
17631 \family sans
17632 Xalgorithm
17633 \family default
17634  (los comandos de anteriores) en el preámbulo:
17635 \end_layout
17636
17637 \begin_layout Standard
17638
17639 \series bold
17640
17641 \backslash
17642 numberwithin{Xalgorithm}{chapter}
17643 \end_layout
17644
17645 \begin_layout Standard
17646 Para poder usar el comando 
17647 \series bold
17648
17649 \backslash
17650 numberwithin
17651 \series default
17652 , marca la opción 
17653 \family sans
17654 Usar\InsetSpace ~
17655 el\InsetSpace ~
17656 paquete\InsetSpace ~
17657 AMS
17658 \family default
17659  en el menú 
17660 \family sans
17661 Documento\SpecialChar \menuseparator
17662 Configuración\SpecialChar \menuseparator
17663 Ecuaciones
17664 \family default
17665 .
17666 \end_layout
17667
17668 \begin_layout Subsection
17669 Flotantes Ajustados a Texto
17670 \begin_inset LatexCommand index
17671 name "Flotantes ! Ajustados a Texto"
17672
17673 \end_inset
17674
17675
17676 \begin_inset LatexCommand label
17677 name "sub:floatflt-flotante-ajustado"
17678
17679 \end_inset
17680
17681
17682 \end_layout
17683
17684 \begin_layout Standard
17685 Este tipo de flotante se usa cuando quieres envolver una figura en el texto,
17686  de manera que ocupe solo una parte del ancho de columna.
17687  Puede insertarse usando el menú 
17688 \begin_inset Wrap figure
17689 placement l
17690 width "40col%"
17691 status open
17692
17693 \begin_layout Standard
17694 \begin_inset Graphics
17695         filename mobius.eps
17696         display color
17697         width 40col%
17698         rotateOrigin center
17699
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \begin_layout Standard
17706 \begin_inset Caption
17707
17708 \begin_layout Standard
17709 \begin_inset LatexCommand label
17710 name "fig:Esto-es-una"
17711
17712 \end_inset
17713
17714 Esto es una figura envuelta, y esto la genial cabecera que la describe.
17715 \begin_inset VSpace medskip
17716 \end_inset
17717
17718
17719 \end_layout
17720
17721 \end_inset
17722
17723
17724 \end_layout
17725
17726 \end_inset
17727
17728  
17729 \family sans
17730 Insertar\SpecialChar \menuseparator
17731 Flotante\SpecialChar \menuseparator
17732 Flotante\InsetSpace ~
17733 de\InsetSpace ~
17734 ajuste\InsetSpace ~
17735 de\InsetSpace ~
17736 texto
17737 \family default
17738  si está instalado el paquete LaTeX 
17739 \series bold
17740 floatflt
17741 \series default
17742
17743 \begin_inset LatexCommand index
17744 name "LaTeX-paquetes ! floatflt"
17745
17746 \end_inset
17747
17748 .
17749 \begin_inset Foot
17750 status collapsed
17751
17752 \begin_layout Standard
17753 La instalación de paquetes LaTeX se explica en el manual 
17754 \emph on
17755 Configuration de LaTeX
17756 \emph default
17757 .
17758 \end_layout
17759
17760 \end_inset
17761
17762  La anchura y posición del flotante se ajusta con click-derecha sobre el
17763  cuadro del flotante.
17764  La Figura \InsetSpace ~
17765
17766 \begin_inset LatexCommand ref
17767 reference "fig:Esto-es-una"
17768
17769 \end_inset
17770
17771  es un ejemplo de flotante ajustado a texto con una anchura del 40\InsetSpace \thinspace{}
17772 col%.
17773 \begin_inset Foot
17774 status collapsed
17775
17776 \begin_layout Standard
17777 Ver unidades disponibles en\InsetSpace ~
17778
17779 \begin_inset LatexCommand ref
17780 reference "cha:Unidades-disponibles-en"
17781
17782 \end_inset
17783
17784 .
17785 \end_layout
17786
17787 \end_inset
17788
17789  Se ha añadido algún espacio bajo el encabezado para separarlo mejor del
17790  texto envolvente.
17791 \end_layout
17792
17793 \begin_layout Standard
17794 El paquete LaTeX 
17795 \series bold
17796 floatflt
17797 \series default
17798  también soporta tablas ajustadas a texto pero aún no es soportado por LyX.
17799  Si lo necesitas, consulta la documentoación de 
17800 \series bold
17801 floatflt
17802 \series default
17803  
17804 \begin_inset LatexCommand cite
17805 key "floatflt"
17806
17807 \end_inset
17808
17809 .
17810 \end_layout
17811
17812 \begin_layout Standard
17813 \begin_inset Note Greyedout
17814 status open
17815
17816 \begin_layout Standard
17817
17818 \series bold
17819 Nota:
17820 \series default
17821  ¡Los flotantes ajustados a texto son frágiles! P.
17822  e.
17823  si una figura está demasiado cerca de la parte inferior de la página se
17824  pueden perder cosas en el camino de salida, el flotante puede no aparecer
17825  o situarse junto a otro texto.
17826 \begin_inset Foot
17827 status open
17828
17829 \begin_layout Standard
17830 La mejor solución es usar el paquete LaTeX 
17831 \series bold
17832 wrapf\SpecialChar \textcompwordmark{}
17833 ig
17834 \series default
17835
17836 \begin_inset LatexCommand index
17837 name "LaTeX-paquetes ! wrapfig\\vspace{4mm}"
17838
17839 \end_inset
17840
17841  en vez de 
17842 \series bold
17843 floatf\SpecialChar \textcompwordmark{}
17844 lt
17845 \series default
17846  pero actualmente no es soportado por LyX.
17847 \end_layout
17848
17849 \end_inset
17850
17851
17852 \end_layout
17853
17854 \end_inset
17855
17856
17857 \end_layout
17858
17859 \begin_layout Standard
17860 En general:
17861 \end_layout
17862
17863 \begin_layout Itemize
17864 Los flotantes ajustados no deberían situarse en párrafos que van sobre un
17865  salto de página.
17866  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
17867  esté casi listo y puedas prever los saltos de página.
17868 \end_layout
17869
17870 \begin_layout Itemize
17871 Los flotantes ajustados deberían situarse, bien en un párrafo propio antes
17872  del párrafo donde deben ajustarse, o bien dentro de un párrafo.
17873 \end_layout
17874
17875 \begin_layout Itemize
17876 Los flotantes ajustados en párrafos consecutivos pueden dar problemas, así
17877  que asegura que hay un párrafo de texto entre ellos.
17878 \end_layout
17879
17880 \begin_layout Itemize
17881 Los flotantes ajustados no están permitidos en cabeceras de sección o tablas.
17882 \end_layout
17883
17884 \begin_layout Section
17885 Referencias a Flotantes
17886 \begin_inset LatexCommand label
17887 name "sec:Referencias-a-Flotantes"
17888
17889 \end_inset
17890
17891
17892 \begin_inset LatexCommand index
17893 name "Flotantes ! Referencias"
17894
17895 \end_inset
17896
17897
17898 \begin_inset LatexCommand index
17899 name "Referencias"
17900
17901 \end_inset
17902
17903
17904 \end_layout
17905
17906 \begin_layout Standard
17907 Para referirse a un flotante, inserta una etiqueta en su encabezado con
17908  el menú 
17909 \family sans
17910 Insertar\SpecialChar \menuseparator
17911 Etiqueta
17912 \family default
17913  o el botón 
17914 \begin_inset Graphics
17915         filename ../images/label-insert.xpm
17916         scale 85
17917
17918 \end_inset
17919
17920 .
17921  Aparece una ventana esperando la introducción del texto de la etiqueta
17922  y se inserta un cuadro gris como este: 
17923 \begin_inset Graphics
17924         filename ../clipart/etiquetaQt4.png
17925         scale 85
17926
17927 \end_inset
17928
17929 .
17930  LyX ofrece como texto las primeras palabras del encabezado con un prefijo.
17931  El prefijo depende del tipo de flotante, p.\InsetSpace \thinspace{}
17932 e.
17933  para figuras el prefijo será "
17934 \family sans
17935 fig:
17936 \family default
17937 ".
17938 \end_layout
17939
17940 \begin_layout Standard
17941 La etiqueta se usa como ancla y el nombre para la referencia.
17942  Puedes referir a la etiqueta usando el menú 
17943 \family sans
17944 Insertar\SpecialChar \menuseparator
17945 Referencia
17946 \family default
17947 \InsetSpace ~
17948
17949 \family sans
17950 cruzada
17951 \family default
17952  o el botón 
17953 \begin_inset Graphics
17954         filename ../images/dialog-show-new-inset_ref.xpm
17955         scale 85
17956
17957 \end_inset
17958
17959 .
17960  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
17961  Si tienes abiertos varios documentos LyX, escoge el que estás trabajando
17962  de la lista desplegable de la parte superior del diálogo.
17963  Puedes ordenar las etiquetas alfabéticamente y elegir una.
17964  Se inserta un cuadro gris como este: 
17965 \begin_inset Graphics
17966         filename ../clipart/referenciaQt4.png
17967         scale 85
17968
17969 \end_inset
17970
17971 .
17972  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
17973 \end_layout
17974
17975 \begin_layout Standard
17976 Se recomienda poner un espacio protegido entre el nombre de la referencia
17977  cruzada y su número para evitar saltos de línea entre ellos.
17978  Si una referencia cruzada corresponde a una etiqueta inexistente verás
17979  dos interrogaciones en la salida.
17980 \end_layout
17981
17982 \begin_layout Standard
17983 En cualquier momento puedes cambiar etiquetas haciendo click sobre el cuadro.
17984  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
17985  al texto de la etiqueta nueva, no te ocupes por eso.
17986 \end_layout
17987
17988 \begin_layout Standard
17989 El botón 
17990 \family sans
17991 Ir\InsetSpace ~
17992 a\InsetSpace ~
17993 la\InsetSpace ~
17994 etiqueta
17995 \family default
17996  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
17997  y el texto del botón cambia a 
17998 \family sans
17999 Volver
18000 \family default
18001  con el que se puede retornar a la referencia.
18002  Click-derecha sobre el cuadro de la referencia también lleva el cursor
18003  hasta la etiqueta pero sin opción de volver.
18004 \end_layout
18005
18006 \begin_layout Subsection
18007 Formatos de Referencia Cruzada
18008 \begin_inset LatexCommand label
18009 name "sub:Formatos-referencia-cruzada"
18010
18011 \end_inset
18012
18013
18014 \begin_inset LatexCommand index
18015 name "Referencias ! Formatos"
18016
18017 \end_inset
18018
18019
18020 \end_layout
18021
18022 \begin_layout Standard
18023 Hay seis variedades de referencias cruzadas:
18024 \end_layout
18025
18026 \begin_layout Description
18027 <referencia>: imprime el número flotante, esta es la opción predeterminada:
18028  
18029 \begin_inset LatexCommand ref
18030 reference "fig:Dos-imágenes-distorsionadas"
18031
18032 \end_inset
18033
18034
18035 \end_layout
18036
18037 \begin_layout Description
18038 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
18039  habitual para referirse a fórmulas, especialmente si se omite el nombre
18040  "Ecuación": 
18041 \begin_inset LatexCommand eqref
18042 reference "eq:Wgn"
18043
18044 \end_inset
18045
18046
18047 \end_layout
18048
18049 \begin_layout Description
18050 <página>: imprime el número de página: Página\InsetSpace ~
18051
18052 \begin_inset LatexCommand pageref
18053 reference "fig:Dos-imágenes-distorsionadas"
18054
18055 \end_inset
18056
18057
18058 \end_layout
18059
18060 \begin_layout Description
18061 en\InsetSpace ~
18062 página\InsetSpace ~
18063 <página>: imprime el texto "en la página" y el número de página:
18064  
18065 \begin_inset LatexCommand vpageref
18066 reference "fig:Dos-imágenes-distorsionadas"
18067
18068 \end_inset
18069
18070
18071 \end_layout
18072
18073 \begin_layout Description
18074 <referencia>\InsetSpace ~
18075 en\InsetSpace ~
18076 página\InsetSpace ~
18077 <página>: imprime el número flotante, el texto "en la
18078  página" y el número de página: 
18079 \begin_inset LatexCommand vref
18080 reference "fig:Dos-imágenes-distorsionadas"
18081
18082 \end_inset
18083
18084
18085 \end_layout
18086
18087 \begin_layout Description
18088 Referencia\InsetSpace ~
18089 con\InsetSpace ~
18090 formato: imprime un formato autodefinido:
18091 \newline
18092
18093 \begin_inset LatexCommand prettyref
18094 reference "fig:Dos-imágenes-distorsionadas"
18095
18096 \end_inset
18097
18098
18099 \end_layout
18100
18101 \begin_layout Standard
18102 Ten en cuenta que el estilo <página> no imprime el número si la etiqueta
18103  está en la misma página, en la anterior o en la siguiente.
18104  En su lugar verás p.\InsetSpace \thinspace{}
18105 e.
18106  el texto "
18107 \family sans
18108 en esta página
18109 \family default
18110 ".
18111 \end_layout
18112
18113 \begin_layout Standard
18114 El número y página actual de la parte del documento referida es automáticamente
18115  calculado por LaTeX en la salida.
18116  Las variedades se ajustan en el campo 
18117 \family sans
18118 Formato
18119 \family default
18120  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
18121 \end_layout
18122
18123 \begin_layout Standard
18124 \begin_inset VSpace bigskip
18125 \end_inset
18126
18127
18128 \end_layout
18129
18130 \begin_layout Standard
18131 Para definir un formato en el estilo 
18132 \family sans
18133 Referencia\InsetSpace ~
18134 con\InsetSpace ~
18135 formato
18136 \family default
18137 , puedes usar el siguiente comando en el preámbulo del documento:
18138 \end_layout
18139
18140 \begin_layout Standard
18141
18142 \series bold
18143
18144 \backslash
18145 newrefformat{prefijo}{texto}
18146 \end_layout
18147
18148 \begin_layout Standard
18149 Este comando afecta a todas las referencias a etiquetas con el mismo prefijo.
18150  Para dar el formato de la 
18151 \family sans
18152 Referencia\InsetSpace ~
18153 con\InsetSpace ~
18154 formato
18155 \family default
18156  del ejemplo anterior se usó el comando: 
18157 \end_layout
18158
18159 \begin_layout Standard
18160
18161 \series bold
18162
18163 \backslash
18164 newrefformat{fig}
18165 \newline
18166
18167 \begin_inset ERT
18168 status collapsed
18169
18170 \begin_layout Standard
18171
18172
18173 \backslash
18174 hphantom{ }
18175 \end_layout
18176
18177 \end_inset
18178
18179 {Figura~flotante~
18180 \backslash
18181 ref{#1} impresa en la página~
18182 \backslash
18183 pageref{#1}}
18184 \end_layout
18185
18186 \begin_layout Standard
18187 La tilde "~" es el equivalente en LaTeX al espacio protegido.
18188  El comando 
18189 \series bold
18190
18191 \backslash
18192 ref{#1}
18193 \series default
18194  se refiere al número flotante, el comando 
18195 \series bold
18196
18197 \backslash
18198 pageref{#1}
18199 \series default
18200  al número de página.
18201 \end_layout
18202
18203 \begin_layout Subsection
18204 Designación Automática de Referencias
18205 \begin_inset LatexCommand index
18206 name "Referencias ! Designación Automática"
18207
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \begin_layout Standard
18214 El paquete LaTeX 
18215 \series bold
18216 hyperref
18217 \series default
18218  dispone de una característica muy útil que permite incluir automáticamente
18219  en las referencias cruzadas el nombre de los flotantes referidos (o partes
18220  de texto como secciones).
18221  Quieres p.\InsetSpace \thinspace{}
18222 e.
18223  escribir la palabra "Figura" antes de cada cuadro de referencia.
18224  Para conseguirlo debes cargar el paquete LaTeX 
18225 \series bold
18226 hyperref
18227 \series default
18228
18229 \begin_inset LatexCommand index
18230 name "LaTeX-paquetes ! hyperref"
18231
18232 \end_inset
18233
18234  en el preámbulo del documento con
18235 \end_layout
18236
18237 \begin_layout Standard
18238
18239 \series bold
18240
18241 \backslash
18242 usepackage[pdfborder={0 0 0}]{hyperref}
18243 \newline
18244
18245 \backslash
18246 AtBeginDocument{
18247 \backslash
18248 renewcommand{
18249 \backslash
18250 ref}[1]{
18251 \backslash
18252 mbox{
18253 \backslash
18254 autoref{#1}}}}
18255 \end_layout
18256
18257 \begin_layout Standard
18258
18259 \series bold
18260 hyperref 
18261 \series default
18262 se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF, esto
18263  significa que el lector del documento podrá pinchar sobre una entrada de
18264  Índice o una referencia y será inmediatamente dirigido a esa parte del
18265  documento.
18266  
18267 \series bold
18268 hyperref
18269 \series default
18270  también crea marcadores PDF para cada sección para facilitar al lector
18271  la navegación por el documento.
18272  Esto también se ha usado en este documento pero si echas una ojeada al
18273  preámbulo encontrarás varias opciones en la carga de 
18274 \series bold
18275 hyperref
18276 \series default
18277 .
18278  Para aprender más sobre ello acude a la documentoación del paquete 
18279 \begin_inset LatexCommand cite
18280 key "hyperref"
18281
18282 \end_inset
18283
18284 .
18285 \end_layout
18286
18287 \begin_layout Standard
18288 \begin_inset Note Greyedout
18289 status open
18290
18291 \begin_layout Standard
18292
18293 \series bold
18294 Nota:
18295 \series default
18296  La designación automática de referencias no puede usarse en el estilo 
18297 \family sans
18298 Referencia\InsetSpace ~
18299 con\InsetSpace ~
18300 formato
18301 \family default
18302 , descrita en la sección\InsetSpace ~
18303
18304 \begin_inset LatexCommand ref
18305 reference "sub:Formatos-referencia-cruzada"
18306
18307 \end_inset
18308
18309 .
18310  Por esto no se ha usado en este documento.
18311 \end_layout
18312
18313 \end_inset
18314
18315
18316 \end_layout
18317
18318 \begin_layout Subsection
18319 Colocación de Referencias
18320 \begin_inset LatexCommand label
18321 name "sub:Colocación-de-Referencias"
18322
18323 \end_inset
18324
18325
18326 \begin_inset LatexCommand index
18327 name "Referencias ! Colocación"
18328
18329 \end_inset
18330
18331
18332 \end_layout
18333
18334 \begin_layout Standard
18335 Si usas 
18336 \series bold
18337 hyperref
18338 \series default
18339
18340 \begin_inset LatexCommand index
18341 name "LaTeX-paquetes ! hyperref"
18342
18343 \end_inset
18344
18345  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
18346  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
18347  El encabezado será la primera parte de texto en pantalla, de forma que
18348  para ver la imagen debes deslizar.
18349  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
18350  Usando el paquete 
18351 \series bold
18352 hypcap
18353 \series default
18354
18355 \begin_inset LatexCommand index
18356 name "LaTeX-paquetes ! hypcap"
18357
18358 \end_inset
18359
18360 , que forma parte del paquete LaTeX 
18361 \series bold
18362 oberdiek
18363 \series default
18364
18365 \begin_inset LatexCommand index
18366 name "LaTeX-paquetes ! oberdiek"
18367
18368 \end_inset
18369
18370 , el ancla de enlace se sitúa al comienzo de un flotante.
18371  Para usar esta característica para figuras flotantes carga 
18372 \series bold
18373 hypcap
18374 \series default
18375  en el preámbulo con
18376 \end_layout
18377
18378 \begin_layout Standard
18379
18380 \series bold
18381
18382 \backslash
18383 usepackage[f\SpecialChar \textcompwordmark{}
18384 igure]{hypcap}
18385 \end_layout
18386
18387 \begin_layout Standard
18388 Puedes usar 
18389 \series bold
18390 hypcap
18391 \series default
18392  para todos los flotantes aunque no se recomienda por razones de estabilidad.
18393  Más información en el manual de 
18394 \series bold
18395 hypcap
18396 \series default
18397  
18398 \begin_inset LatexCommand cite
18399 key "hypcap"
18400
18401 \end_inset
18402
18403 .
18404 \end_layout
18405
18406 \begin_layout Standard
18407 \begin_inset Note Greyedout
18408 status open
18409
18410 \begin_layout Standard
18411
18412 \series bold
18413 Nota: hypcap 
18414 \series default
18415 debe cargarse después de
18416 \series bold
18417  hyperref 
18418 \series default
18419 en el preámbulo
18420 \series bold
18421 .
18422 \end_layout
18423
18424 \end_inset
18425
18426
18427 \end_layout
18428
18429 \begin_layout Section
18430 Colocación de Flotantes
18431 \begin_inset LatexCommand label
18432 name "sec:Colocación-de-Flotantes"
18433
18434 \end_inset
18435
18436
18437 \begin_inset LatexCommand index
18438 name "Flotantes ! Colocación"
18439
18440 \end_inset
18441
18442
18443 \end_layout
18444
18445 \begin_layout Standard
18446 Click-derecha sobre un cuadro de flotante abre un diálogo en el que pueden
18447  cambiarse las opciones de LaTeX para situar los flotantes.
18448 \newline
18449 La opción 
18450 \family sans
18451 Extender\InsetSpace ~
18452 columnas
18453 \family default
18454  solo es aplicable a documentoos de dos columnas: Si lo seleccionas, el
18455  flotante abarcará ambas columnas en lugar de una sola.
18456  La opción 
18457 \family sans
18458 Girar\InsetSpace ~
18459 a\InsetSpace ~
18460 un\InsetSpace ~
18461 lado
18462 \family default
18463  sirve para girar flotantes, ver sección\InsetSpace ~
18464
18465 \begin_inset LatexCommand ref
18466 reference "sec:Rotación-de-Flotantes"
18467
18468 \end_inset
18469
18470 .
18471  
18472 \end_layout
18473
18474 \begin_layout Standard
18475 Puedes usar una o más de las siguientes opciones en el diálogo para establacer
18476  la posición de un flotante si desmarcas la opción 
18477 \family sans
18478 Usar\InsetSpace ~
18479 ubicación\InsetSpace ~
18480 predeterminada
18481 \family default
18482 :
18483 \end_layout
18484
18485 \begin_layout Standard
18486
18487 \family sans
18488 \series bold
18489 Aquí\InsetSpace ~
18490 si\InsetSpace ~
18491 es\InsetSpace ~
18492 posible:
18493 \family default
18494 \series default
18495  intenta situar el flotante en la posición en la que se inserta
18496 \end_layout
18497
18498 \begin_layout Standard
18499
18500 \family sans
18501 \series bold
18502 Principio\InsetSpace ~
18503 de\InsetSpace ~
18504 página:
18505 \family default
18506 \series default
18507  intenta situar el flotante al principio de la página actual
18508 \end_layout
18509
18510 \begin_layout Standard
18511
18512 \family sans
18513 \series bold
18514 Fin\InsetSpace ~
18515 de\InsetSpace ~
18516 página:
18517 \family default
18518 \series default
18519  intenta situar el flotante al final de la página actual
18520 \end_layout
18521
18522 \begin_layout Standard
18523
18524 \family sans
18525 \series bold
18526 Página\InsetSpace ~
18527 de\InsetSpace ~
18528 flotantes:
18529 \family default
18530 \series default
18531  intenta situar el flotante en una página propia 
18532 \end_layout
18533
18534 \begin_layout Standard
18535 LaTeX usa 
18536 \emph on
18537 siempre
18538 \emph default
18539  ese orden de opciones.
18540  Significa que si usas la colocación predeterminada, LaTeX probará en primer
18541  lugar 
18542 \family sans
18543 Aquí\InsetSpace ~
18544 si\InsetSpace ~
18545 es\InsetSpace ~
18546 posible
18547 \family default
18548 , luego 
18549 \family sans
18550 Principio\InsetSpace ~
18551 de\InsetSpace ~
18552 página
18553 \family default
18554 , y después las otras.
18555  Si no usas la predeterminada, LaTeX solo probará las opciones marcadas
18556  pero en dicho orden.
18557  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
18558  pero intenta poner el flotante en la página siguiente.
18559 \end_layout
18560
18561 \begin_layout Standard
18562 De forma predeterminada cada una de las opciones tiene sus propias reglas:
18563 \end_layout
18564
18565 \begin_layout Labeling
18566 \labelwidthstring 00.00.0000
18567
18568 \family sans
18569 Principio\InsetSpace ~
18570 de\InsetSpace ~
18571 página: 
18572 \family default
18573 solo si el flotante ocupa menos del 70\InsetSpace \thinspace{}
18574 % de la página puede ubicarse al principio
18575  de página (
18576 \series bold
18577
18578 \backslash
18579 topfraction
18580 \series default
18581 )
18582 \end_layout
18583
18584 \begin_layout Labeling
18585 \labelwidthstring 00.00.0000
18586
18587 \family sans
18588 Fin\InsetSpace ~
18589 de\InsetSpace ~
18590 página: 
18591 \family default
18592 solo si el flotante ocupa menos del 30\InsetSpace \thinspace{}
18593 % de la página puede ubicarse al fin
18594  de página.
18595  (
18596 \series bold
18597
18598 \backslash
18599 bottomfraction
18600 \series default
18601 )
18602 \end_layout
18603
18604 \begin_layout Labeling
18605 \labelwidthstring 00.00.0000
18606
18607 \family sans
18608 Página\InsetSpace ~
18609 de\InsetSpace ~
18610 flotantes: 
18611 \family default
18612 solo si más del 50\InsetSpace \thinspace{}
18613 % de la página se ocupa por flotantes puede haber varios
18614  juntos en la misma página.
18615  (
18616 \series bold
18617
18618 \backslash
18619 floatpagefraction
18620 \series default
18621 )
18622 \end_layout
18623
18624 \begin_layout Standard
18625 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
18626  
18627 \family sans
18628 Ignorar\InsetSpace ~
18629 reglas\InsetSpace ~
18630 de\InsetSpace ~
18631 LaTeX
18632 \family default
18633 .
18634 \newline
18635 También puedes redefinir las reglas con los comandos LaTeX que van entre
18636  paréntesis tras la descripción de las reglas anteriores.
18637  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
18638  la regla 
18639 \family sans
18640 Fin
18641 \family default
18642 \InsetSpace ~
18643
18644 \family sans
18645 de
18646 \family default
18647 \InsetSpace ~
18648
18649 \family sans
18650 página 
18651 \family default
18652 al 50\InsetSpace \thinspace{}
18653 %, añade esta línea en el preámbulo:
18654 \end_layout
18655
18656 \begin_layout Standard
18657
18658 \series bold
18659
18660 \backslash
18661 renewcommand{
18662 \backslash
18663 bottomfraction}{0.5}
18664 \end_layout
18665
18666 \begin_layout Standard
18667 En determinados casos podrías necesitar ubicar un flotante exactamente en
18668  la posición en la que se inserta.
18669  Para esto puedes usar la opción 
18670 \family sans
18671 Aquí\InsetSpace ~
18672 definitivamente
18673 \family default
18674 .
18675  Usa esta opción esporádicamente y solo cuando el documento esté casi listo,
18676  porque el flotante ya no podrá "flotar" y si haces cambios al documento
18677  se podría estropear el diseño de la página.
18678 \end_layout
18679
18680 \begin_layout Standard
18681 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
18682  están rodeados por texto de un párrafo determinado.
18683 \begin_inset VSpace bigskip
18684 \end_inset
18685
18686
18687 \end_layout
18688
18689 \begin_layout Standard
18690 A veces surge el problema de que un flotante se sitúa al principio de la
18691  página mientras que su sección correspondiente empieza en mitad de la página,
18692  así que el lector podría creer que el flotante forma parte de la sección
18693  anterior.
18694  Para evitarlo puede emplearse el comando LaTeX 
18695 \series bold
18696
18697 \backslash
18698 suppressf\SpecialChar \textcompwordmark{}
18699 loats
18700 \series default
18701 , que suprime la ubicación de un flotante dado en la página donde se inserta
18702  y además puede servir para evitar que el flotante se coloque antes del
18703  inicio de sección.
18704  Para ello, añade estos comandos al préambulo:
18705 \end_layout
18706
18707 \begin_layout Standard
18708
18709 \series bold
18710
18711 \backslash
18712 let
18713 \backslash
18714 mySection
18715 \backslash
18716 section
18717 \newline
18718
18719 \backslash
18720 renewcommand{
18721 \backslash
18722 section}{
18723 \backslash
18724 suppressf\SpecialChar \textcompwordmark{}
18725 loats[t]
18726 \backslash
18727 mySection}
18728 \end_layout
18729
18730 \begin_layout Standard
18731 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
18732  subsecciones.
18733  No es recomendable para partes pequeñas de texto como subsubsecciones porque
18734  LaTeX podría tener problemas para encontrar una ubicación adecuada.
18735 \end_layout
18736
18737 \begin_layout Standard
18738 \begin_inset VSpace bigskip
18739 \end_inset
18740
18741 En ciertos casos se quieren tener todas las figuras/tablas al final del
18742  documento.
18743  Para estos casos está el paquete LaTeX 
18744 \series bold
18745 endf\SpecialChar \textcompwordmark{}
18746 loat
18747 \series default
18748
18749 \begin_inset LatexCommand index
18750 name "LaTeX-paquetes ! endfloat"
18751
18752 \end_inset
18753
18754 .
18755  Pone todas las figuras y tablas flotantes al final del documento en secciones
18756  propias.
18757  En la posición original del flotante se inserta una indicación como 
18758 \begin_inset Quotes eld
18759 \end_inset
18760
18761
18762 \family sans
18763 [Figura\InsetSpace ~
18764 3.2 por aquí.]
18765 \family default
18766
18767 \begin_inset Quotes erd
18768 \end_inset
18769
18770 .
18771  El paquete 
18772 \series bold
18773 endf\SpecialChar \textcompwordmark{}
18774 loat
18775 \series default
18776  se carga en el preámbulo con la línea
18777 \end_layout
18778
18779 \begin_layout Standard
18780
18781 \series bold
18782
18783 \backslash
18784 usepackage[options]{endf\SpecialChar \textcompwordmark{}
18785 loat}
18786 \end_layout
18787
18788 \begin_layout Standard
18789 Hay varias opciones para diseñar las secciones figura/tabla creadas.
18790  Para más información ver la documentación de 
18791 \begin_inset LatexCommand cite
18792 key "endfloat"
18793
18794 \end_inset
18795
18796 .
18797 \newline
18798
18799 \begin_inset Note Greyedout
18800 status open
18801
18802 \begin_layout Standard
18803
18804 \series bold
18805 Nota: endf\SpecialChar \textcompwordmark{}
18806 loat
18807 \series default
18808  no traduce automáticamente la indicación, hay que hacerlo manualmente,
18809  ver sección\InsetSpace ~
18810 4 en 
18811 \begin_inset LatexCommand cite
18812 key "endfloat"
18813
18814 \end_inset
18815
18816 .
18817 \end_layout
18818
18819 \end_inset
18820
18821
18822 \newline
18823
18824 \begin_inset Note Greyedout
18825 status open
18826
18827 \begin_layout Standard
18828
18829 \series bold
18830 Nota:
18831 \series default
18832  Actualmente hay un error en 
18833 \series bold
18834 endf\SpecialChar \textcompwordmark{}
18835 loat
18836 \series default
18837  cuando el encabezado contiene el caracter alemán 
18838 \begin_inset Quotes eld
18839 \end_inset
18840
18841 ß
18842 \begin_inset Quotes erd
18843 \end_inset
18844
18845 .
18846  Usa en ese caso el comando 
18847 \begin_inset Quotes eld
18848 \end_inset
18849
18850
18851 \series bold
18852
18853 \backslash
18854 ss
18855 \series default
18856
18857 \begin_inset Quotes erd
18858 \end_inset
18859
18860  en ERT en vez de 
18861 \begin_inset Quotes eld
18862 \end_inset
18863
18864 ß
18865 \begin_inset Quotes erd
18866 \end_inset
18867
18868 .
18869 \end_layout
18870
18871 \end_inset
18872
18873
18874 \end_layout
18875
18876 \begin_layout Standard
18877 \begin_inset VSpace bigskip
18878 \end_inset
18879
18880 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
18881 \begin_inset LatexCommand cite
18882 key "latexcompanion,latexguide,latexbook"
18883
18884 \end_inset
18885
18886 .
18887 \end_layout
18888
18889 \begin_layout Section
18890 Rotación de Flotantes
18891 \begin_inset LatexCommand label
18892 name "sec:Rotación-de-Flotantes"
18893
18894 \end_inset
18895
18896
18897 \begin_inset LatexCommand index
18898 name "Flotantes ! Rotación"
18899
18900 \end_inset
18901
18902
18903 \end_layout
18904
18905 \begin_layout Standard
18906 Podrías necesitar girar flotantes, especialmente con tablas grandes.
18907  Para girar todo el flotante y su encabezado, pincha sobre su cuadro y marca
18908  la opción 
18909 \family sans
18910 Girar\InsetSpace ~
18911 a\InsetSpace ~
18912 un\InsetSpace ~
18913 lado
18914 \family default
18915 .
18916 \end_layout
18917
18918 \begin_layout Standard
18919 Los flotantes girados son puestos siempre en su propia página (o columna
18920  si el documento es de dos columnas).
18921  Normalmente se rotan de forma que puedes leerlos desde el margen externo
18922  -- a la izquierda en páginas pares, a la derecha en impares.
18923 \end_layout
18924
18925 \begin_layout Standard
18926 Los flotantes girados se refieren igual que los normales, y el formato de
18927  encabezado también es el mismo: Un ejemplo es la Tabla\InsetSpace ~
18928
18929 \begin_inset LatexCommand ref
18930 reference "tab:Tabla-girada"
18931
18932 \end_inset
18933
18934 .
18935 \end_layout
18936
18937 \begin_layout Standard
18938 \begin_inset Note Greyedout
18939 status open
18940
18941 \begin_layout Standard
18942
18943 \series bold
18944 Nota:
18945 \series default
18946  No todos los visores DVI pueden mostrar tablas giradas.
18947 \end_layout
18948
18949 \end_inset
18950
18951
18952 \end_layout
18953
18954 \begin_layout Standard
18955 \begin_inset Float table
18956 wide false
18957 sideways true
18958 status open
18959
18960 \begin_layout Standard
18961 \begin_inset Caption
18962
18963 \begin_layout Standard
18964 \begin_inset LatexCommand label
18965 name "tab:Tabla-girada"
18966
18967 \end_inset
18968
18969  Tabla girada
18970 \end_layout
18971
18972 \end_inset
18973
18974
18975 \end_layout
18976
18977 \begin_layout Standard
18978 \align center
18979 \begin_inset Tabular
18980 <lyxtabular version="3" rows="1" columns="5">
18981 <features>
18982 <column alignment="center" valignment="top" leftline="true" width="0">
18983 <column alignment="center" valignment="top" leftline="true" width="0">
18984 <column alignment="center" valignment="top" leftline="true" width="0">
18985 <column alignment="center" valignment="top" leftline="true" width="0">
18986 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18987 <row topline="true" bottomline="true">
18988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18989 \begin_inset Text
18990
18991 \begin_layout Standard
18992 test
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Standard
19001 b
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Standard
19010 c
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19016 \begin_inset Text
19017
19018 \begin_layout Standard
19019 d
19020 \end_layout
19021
19022 \end_inset
19023 </cell>
19024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Standard
19028 e
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 </row>
19034 </lyxtabular>
19035
19036 \end_inset
19037
19038
19039 \end_layout
19040
19041 \end_inset
19042
19043
19044 \end_layout
19045
19046 \begin_layout Section
19047 Formato de Encabezados
19048 \begin_inset LatexCommand index
19049 name "Encabezados ! Formato"
19050
19051 \end_inset
19052
19053
19054 \begin_inset LatexCommand index
19055 name "Flotantes ! Formato de Encabezados"
19056
19057 \end_inset
19058
19059
19060 \begin_inset LatexCommand index
19061 name "LaTeX-paquetes ! caption"
19062
19063 \end_inset
19064
19065
19066 \begin_inset LatexCommand label
19067 name "sec:Formato-de-Encabezados"
19068
19069 \end_inset
19070
19071
19072 \end_layout
19073
19074 \begin_layout Standard
19075 El entorno 
19076 \family sans
19077 Encabezado
19078 \family default
19079  es el predeterminado para los 
19080 \family sans
19081 Flotantes
19082 \family default
19083 .
19084  En LyX los encabezados se muestran como etiqueta, p.\InsetSpace \thinspace{}
19085 e.\InsetSpace ~
19086 "
19087 \family sans
19088 Figura #
19089 \family default
19090 :" seguida por el texto.
19091  El símbolo de número 
19092 \begin_inset Quotes eld
19093 \end_inset
19094
19095 #
19096 \begin_inset Quotes erd
19097 \end_inset
19098
19099  es sustituido en la salida impresa por el número de referencia real.
19100  Por defecto la etiqueta y el número usan la misma fuente que el texto del
19101  encabezado y el signo dos puntos sigue al número para separar la etiqueta
19102  del texto.
19103  El formato de encabezado no es apropiado para todos los formatos de documento.
19104  
19105 \end_layout
19106
19107 \begin_layout Standard
19108 Para cambiar el formato predeterminado carga el paquete LaTeX 
19109 \series bold
19110 caption
19111 \series default
19112
19113 \begin_inset LatexCommand index
19114 name "LaTeX-paquetes ! caption"
19115
19116 \end_inset
19117
19118  en el preámbulo del documento con la línea:
19119 \end_layout
19120
19121 \begin_layout Standard
19122
19123 \series bold
19124
19125 \backslash
19126 usepackage[definición de formato]{caption}
19127 \end_layout
19128
19129 \begin_layout Standard
19130 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
19131  los encabezados de tabla siempre sobre ella como en este documento, usa
19132  el comando:
19133 \end_layout
19134
19135 \begin_layout Standard
19136
19137 \series bold
19138
19139 \backslash
19140 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
19141 \end_layout
19142
19143 \begin_layout Standard
19144 También puedes definir distintos formatos de encabezado para los distintos
19145  tipos de flotantes.
19146  En ese caso carga el paquete 
19147 \series bold
19148 caption
19149 \series default
19150  sin opciones específicas y define los distintos formatos con ayuda del
19151  comando
19152 \end_layout
19153
19154 \begin_layout Standard
19155
19156 \series bold
19157
19158 \backslash
19159 captionsetup[tipo de flotante]{definición de formato}
19160 \end_layout
19161
19162 \begin_layout Standard
19163 en el preámbulo del documento.
19164  Por ejemplo los encabezados de la Figura\InsetSpace ~
19165
19166 \begin_inset LatexCommand ref
19167 reference "fig:Esto-es-una-fig"
19168
19169 \end_inset
19170
19171  y la Tabla\InsetSpace ~
19172
19173 \begin_inset LatexCommand ref
19174 reference "tab:Esto-es-una-tab"
19175
19176 \end_inset
19177
19178  pueden crearse usando los siguientes comandos en el preámbulo:
19179 \end_layout
19180
19181 \begin_layout Standard
19182
19183 \series bold
19184
19185 \backslash
19186 usepackage[tableposition=top]{caption}
19187 \series default
19188
19189 \newline
19190
19191 \series bold
19192
19193 \backslash
19194 captionsetup[f\SpecialChar \textcompwordmark{}
19195 igure]{labelfont={tt}, textfont=it, indention=1cm,%
19196 \newline
19197
19198 \begin_inset ERT
19199 status collapsed
19200
19201 \begin_layout Standard
19202
19203
19204 \backslash
19205 hphantom{
19206 \backslash
19207
19208 \backslash
19209 captionsetup[figure]
19210 \backslash
19211 {}
19212 \end_layout
19213
19214 \end_inset
19215
19216  labelsep=period}
19217 \newline
19218
19219 \backslash
19220 captionsetup[table]{labelfont={bf,sf}}
19221 \end_layout
19222
19223 \begin_layout Standard
19224 Para más información sobre el paquete 
19225 \series bold
19226 caption
19227 \series default
19228  acude a su documentación 
19229 \begin_inset LatexCommand cite
19230 key "caption,caption-de"
19231
19232 \end_inset
19233
19234 .
19235 \end_layout
19236
19237 \begin_layout Standard
19238 \begin_inset VSpace bigskip
19239 \end_inset
19240
19241 Si estás usando la clase de documento 
19242 \series bold
19243 koma-script
19244 \series default
19245
19246 \begin_inset LatexCommand index
19247 name "LaTeX-paquetes ! koma-script"
19248
19249 \end_inset
19250
19251  (
19252 \family sans
19253 article (koma-script)
19254 \family default
19255
19256 \family sans
19257 book (koma-script)
19258 \family default
19259
19260 \family sans
19261 letter (koma-script)
19262 \family default
19263 , o 
19264 \family sans
19265 report (koma-script)
19266 \family default
19267 \InsetSpace \thinspace{}
19268 ), puedes emplear en vez del paquete 
19269 \series bold
19270 caption
19271 \series default
19272  el comando
19273 \series bold
19274  
19275 \backslash
19276 setkomafont
19277 \series default
19278  incluido en 
19279 \series bold
19280 koma-script
19281 \series default
19282 .
19283  Por ejemplo, para poner en negrita la etiqueta del encabezado añade este
19284  comando en el preámbulo del documento:
19285 \end_layout
19286
19287 \begin_layout Standard
19288
19289 \series bold
19290
19291 \backslash
19292 setkomafont{captionlabel}{
19293 \backslash
19294 bfseries}
19295 \end_layout
19296
19297 \begin_layout Standard
19298 Más información sobre 
19299 \series bold
19300
19301 \backslash
19302 setkomafont
19303 \series default
19304  en la documentación de 
19305 \series bold
19306 koma-script
19307 \series default
19308  
19309 \begin_inset LatexCommand cite
19310 key "koma-script,koma-script-de"
19311
19312 \end_inset
19313
19314 .
19315 \end_layout
19316
19317 \begin_layout Standard
19318 \begin_inset ERT
19319 status collapsed
19320
19321 \begin_layout Standard
19322
19323
19324 \backslash
19325 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
19326 }
19327 \end_layout
19328
19329 \end_inset
19330
19331
19332 \begin_inset Note Note
19333 status open
19334
19335 \begin_layout Standard
19336 El formato de encabezado se ha cambiado sólo para este ejemplo.
19337 \end_layout
19338
19339 \end_inset
19340
19341
19342 \end_layout
19343
19344 \begin_layout Standard
19345 \begin_inset Float figure
19346 placement !p
19347 wide false
19348 sideways false
19349 status open
19350
19351 \begin_layout Standard
19352 \align center
19353 \begin_inset Graphics
19354         filename mobius.eps
19355         lyxscale 50
19356         scale 50
19357
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \begin_layout Standard
19364 \begin_inset Caption
19365
19366 \begin_layout Standard
19367 \begin_inset LatexCommand label
19368 name "fig:Esto-es-una-fig"
19369
19370 \end_inset
19371
19372 Este es un ejemplo de encabezado de figura que es mayor de una línea para
19373  mostrar el formato diferente.
19374  Aquí se usa un encabezado autodefinido.
19375 \end_layout
19376
19377 \end_inset
19378
19379
19380 \end_layout
19381
19382 \end_inset
19383
19384
19385 \end_layout
19386
19387 \begin_layout Standard
19388 \begin_inset ERT
19389 status collapsed
19390
19391 \begin_layout Standard
19392
19393
19394 \backslash
19395 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
19396 on}
19397 \end_layout
19398
19399 \end_inset
19400
19401
19402 \end_layout
19403
19404 \begin_layout Standard
19405 \begin_inset Float table
19406 placement !p
19407 wide false
19408 sideways false
19409 status open
19410
19411 \begin_layout Standard
19412 \begin_inset Caption
19413
19414 \begin_layout Standard
19415 \begin_inset LatexCommand label
19416 name "tab:Esto-es-una-tab"
19417
19418 \end_inset
19419
19420 Este es un ejemplo de encabezado de tabla mayor que una línea para mostrar
19421  el formato diferente.
19422  Aquí se usa el formato de encabezado standard para tablas de este documento.
19423 \end_layout
19424
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \begin_layout Standard
19431 \align center
19432 \begin_inset Tabular
19433 <lyxtabular version="3" rows="1" columns="5">
19434 <features>
19435 <column alignment="center" valignment="top" leftline="true" width="0">
19436 <column alignment="center" valignment="top" leftline="true" width="0">
19437 <column alignment="center" valignment="top" leftline="true" width="0">
19438 <column alignment="center" valignment="top" leftline="true" width="0">
19439 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19440 <row topline="true" bottomline="true">
19441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Standard
19445 a
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Standard
19454 b
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Standard
19463 c
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Standard
19472 d
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Standard
19481 e
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 </row>
19487 </lyxtabular>
19488
19489 \end_inset
19490
19491
19492 \end_layout
19493
19494 \end_inset
19495
19496
19497 \end_layout
19498
19499 \begin_layout Section
19500 Colocación de Encabezados
19501 \begin_inset LatexCommand index
19502 name "Encabezados ! Colocación"
19503
19504 \end_inset
19505
19506
19507 \begin_inset LatexCommand index
19508 name "Flotantes ! Colocación de Encabezados"
19509
19510 \end_inset
19511
19512
19513 \begin_inset LatexCommand label
19514 name "sec:Colocación-de-Encabezados"
19515
19516 \end_inset
19517
19518
19519 \end_layout
19520
19521 \begin_layout Standard
19522 La norma habitual para colocar encabezados es:
19523 \end_layout
19524
19525 \begin_layout Description
19526 Figura: El encabezado bajo la figura
19527 \end_layout
19528
19529 \begin_layout Description
19530 Tabla: El encabezado sobre la tabla
19531 \end_layout
19532
19533 \begin_layout Standard
19534 Desafortunadamente, las clases standard de LaTeX no soportan encabezados
19535  sobre la tabla.
19536  Esto implica que si usas las clases de documento 
19537 \family sans
19538 article
19539 \family default
19540
19541 \family sans
19542 book
19543 \family default
19544
19545 \family sans
19546 letter
19547 \family default
19548 , o 
19549 \family sans
19550 report
19551 \family default
19552  no habrá espacio entre el encabezado y la tabla.
19553  Para insertar el espacio adecuado añade la siguiente opción al comando
19554  del paquete LaTeX 
19555 \series bold
19556 caption
19557 \series default
19558  en el preámbulo del documento
19559 \begin_inset Foot
19560 status collapsed
19561
19562 \begin_layout Standard
19563 Ver la sección\InsetSpace ~
19564
19565 \begin_inset LatexCommand ref
19566 reference "sec:Formato-de-Encabezados"
19567
19568 \end_inset
19569
19570  para más información sobre el paquete 
19571 \series bold
19572 caption
19573 \series default
19574 .
19575 \end_layout
19576
19577 \end_inset
19578
19579 :
19580 \end_layout
19581
19582 \begin_layout Standard
19583
19584 \series bold
19585 tableposition=top
19586 \end_layout
19587
19588 \begin_layout Standard
19589 Si estás usando la clase 
19590 \series bold
19591 koma-script
19592 \series default
19593
19594 \begin_inset LatexCommand index
19595 name "LaTeX-paquetes ! koma-script"
19596
19597 \end_inset
19598
19599  (
19600 \family sans
19601 article (koma-script)
19602 \family default
19603
19604 \family sans
19605 book (koma-script)
19606 \family default
19607
19608 \family sans
19609 letter (koma-script)
19610 \family default
19611 , o 
19612 \family sans
19613 report (koma-script)
19614 \family default
19615 \InsetSpace \thinspace{}
19616 ), en vez de 
19617 \series bold
19618 caption
19619 \series default
19620  puedes poner la opción 
19621 \series bold
19622 tablecaptionabove
19623 \series default
19624  de la clase de documento, o usar el entorno 
19625 \family sans
19626 Encabezado
19627 \family default
19628 \InsetSpace ~
19629
19630 \family sans
19631 Arriba
19632 \family default
19633  en vez del entorno 
19634 \family sans
19635 Encabezado
19636 \family default
19637 .
19638 \end_layout
19639
19640 \begin_layout Standard
19641 \begin_inset VSpace bigskip
19642 \end_inset
19643
19644 También es posible poner el encabezado junto a una figura o tabla.
19645  Para conseguirlo hay que cargar el paquete LaTeX 
19646 \series bold
19647 sidecap
19648 \series default
19649
19650 \begin_inset LatexCommand index
19651 name "LaTeX-paquetes ! sidecap"
19652
19653 \end_inset
19654
19655  añadiendo en el preámbulo del documento la línea
19656 \end_layout
19657
19658 \begin_layout Standard
19659
19660 \series bold
19661
19662 \backslash
19663 usepackage[option]{sidecap}
19664 \end_layout
19665
19666 \begin_layout Standard
19667 Si no se especifica opción, el encabezado se ubica del lado del margen externo
19668  de la página -- a la derecha en páginas impares, a la izquierda en las
19669  pares.
19670  Puedes cambiar la colocación al margen interno con la opción 
19671 \series bold
19672 innercaption
19673 \series default
19674 .
19675  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
19676  opciones 
19677 \series bold
19678 rightcaption
19679 \series default
19680  o 
19681 \series bold
19682 leftcaption
19683 \series default
19684 , respectivamente.
19685 \end_layout
19686
19687 \begin_layout Standard
19688 Para situar en LyX el encabezado de un flotante al lado, es necesario añadir
19689  estos comandos al preámbulo del documento:
19690 \end_layout
19691
19692 \begin_layout Standard
19693
19694 \lyxline
19695
19696 \end_layout
19697
19698 \begin_layout Standard
19699
19700 \series bold
19701
19702 \backslash
19703 newcommand{
19704 \backslash
19705 TabBesBeg}{%
19706 \newline
19707
19708 \begin_inset ERT
19709 status collapsed
19710
19711 \begin_layout Standard
19712
19713
19714 \backslash
19715 hphantom{ }
19716 \end_layout
19717
19718 \end_inset
19719
19720
19721 \backslash
19722 let
19723 \backslash
19724 MyTable
19725 \backslash
19726 table
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 MyEndtable
19746 \backslash
19747 endtable
19748 \newline
19749
19750 \begin_inset ERT
19751 status collapsed
19752
19753 \begin_layout Standard
19754
19755
19756 \backslash
19757 hphantom{ }
19758 \end_layout
19759
19760 \end_inset
19761
19762
19763 \backslash
19764 renewenvironment{table}{
19765 \backslash
19766 begin{SCtable}}{
19767 \backslash
19768 end{SCtable}}}
19769 \end_layout
19770
19771 \begin_layout Standard
19772
19773 \series bold
19774
19775 \backslash
19776 newcommand{
19777 \backslash
19778 TabBesEnd}{%
19779 \newline
19780
19781 \begin_inset ERT
19782 status collapsed
19783
19784 \begin_layout Standard
19785
19786
19787 \backslash
19788 hphantom{ }
19789 \end_layout
19790
19791 \end_inset
19792
19793
19794 \backslash
19795 let
19796 \backslash
19797 table
19798 \backslash
19799 MyTable
19800 \newline
19801
19802 \begin_inset ERT
19803 status collapsed
19804
19805 \begin_layout Standard
19806
19807
19808 \backslash
19809 hphantom{ }
19810 \end_layout
19811
19812 \end_inset
19813
19814
19815 \backslash
19816 let
19817 \backslash
19818 endtable
19819 \backslash
19820 MyEndtable
19821 \end_layout
19822
19823 \begin_layout Standard
19824
19825 \series bold
19826
19827 \backslash
19828 newcommand{
19829 \backslash
19830 FigBesBeg}{%
19831 \newline
19832
19833 \begin_inset ERT
19834 status collapsed
19835
19836 \begin_layout Standard
19837
19838
19839 \backslash
19840 hphantom{ }
19841 \end_layout
19842
19843 \end_inset
19844
19845
19846 \backslash
19847 let
19848 \backslash
19849 MyFigure
19850 \backslash
19851 f\SpecialChar \textcompwordmark{}
19852 igure
19853 \newline
19854
19855 \begin_inset ERT
19856 status collapsed
19857
19858 \begin_layout Standard
19859
19860
19861 \backslash
19862 hphantom{ }
19863 \end_layout
19864
19865 \end_inset
19866
19867
19868 \backslash
19869 let
19870 \backslash
19871 MyEndf\SpecialChar \textcompwordmark{}
19872 igure
19873 \backslash
19874 endf\SpecialChar \textcompwordmark{}
19875 igure
19876 \newline
19877
19878 \begin_inset ERT
19879 status collapsed
19880
19881 \begin_layout Standard
19882
19883
19884 \backslash
19885 hphantom{ }
19886 \end_layout
19887
19888 \end_inset
19889
19890
19891 \backslash
19892 renewenvironment{f\SpecialChar \textcompwordmark{}
19893 igure}{
19894 \backslash
19895 begin{SCf\SpecialChar \textcompwordmark{}
19896 igure}}{
19897 \backslash
19898 end{SCf\SpecialChar \textcompwordmark{}
19899 igure}}}
19900 \end_layout
19901
19902 \begin_layout Standard
19903
19904 \series bold
19905
19906 \backslash
19907 newcommand{
19908 \backslash
19909 FigBesEnd}{%
19910 \newline
19911
19912 \begin_inset ERT
19913 status collapsed
19914
19915 \begin_layout Standard
19916
19917
19918 \backslash
19919 hphantom{ }
19920 \end_layout
19921
19922 \end_inset
19923
19924
19925 \backslash
19926 let
19927 \backslash
19928 f\SpecialChar \textcompwordmark{}
19929 igure
19930 \backslash
19931 MyFigure
19932 \newline
19933
19934 \begin_inset ERT
19935 status collapsed
19936
19937 \begin_layout Standard
19938
19939
19940 \backslash
19941 hphantom{ }
19942 \end_layout
19943
19944 \end_inset
19945
19946
19947 \backslash
19948 let
19949 \backslash
19950 endf\SpecialChar \textcompwordmark{}
19951 igure
19952 \backslash
19953 MyEndf\SpecialChar \textcompwordmark{}
19954 igure}
19955 \end_layout
19956
19957 \begin_layout Standard
19958
19959 \lyxline
19960
19961 \end_layout
19962
19963 \begin_layout Standard
19964 Estos comandos permiten redefinir los flotantes de modo que el encabezado
19965  aparezca en un lado.
19966  Para figuras flotantes usa el comando
19967 \end_layout
19968
19969 \begin_layout Standard
19970
19971 \series bold
19972
19973 \backslash
19974 FigBesBeg
19975 \end_layout
19976
19977 \begin_layout Standard
19978 en ERT antes del flotante.
19979  Detrás del flotante inserta
19980 \end_layout
19981
19982 \begin_layout Standard
19983
19984 \series bold
19985
19986 \backslash
19987 FigBesEnd
19988 \end_layout
19989
19990 \begin_layout Standard
19991 en ERT para volver a la definición original de flotantes.
19992 \end_layout
19993
19994 \begin_layout Standard
19995 Para tablas flotantes usa los comandos correspondientes
19996 \end_layout
19997
19998 \begin_layout Standard
19999
20000 \series bold
20001
20002 \backslash
20003 TabBesBeg
20004 \series default
20005  y 
20006 \series bold
20007
20008 \backslash
20009 TabBesEnd
20010 \end_layout
20011
20012 \begin_layout Standard
20013 La Figura\InsetSpace ~
20014
20015 \begin_inset LatexCommand ref
20016 reference "fig:encab-al-lado"
20017
20018 \end_inset
20019
20020  y la Tabla\InsetSpace ~
20021
20022 \begin_inset LatexCommand ref
20023 reference "tab:encab-al-lado"
20024
20025 \end_inset
20026
20027  son ejemplos en los que el encabezado se sitúa al lado.
20028 \end_layout
20029
20030 \begin_layout Standard
20031 En los ejemplos puedes ver que el texto del encabezado aparece encima del
20032  flotante en tablas flotantes y debajo en las figuras flotantes.
20033  Para cambiarlo, puedes usar el comando
20034 \end_layout
20035
20036 \begin_layout Standard
20037
20038 \series bold
20039
20040 \backslash
20041 sidecaptionvpos{tipo de flotante}{colocación}
20042 \end_layout
20043
20044 \begin_layout Standard
20045 en el preámbulo o en ERT antes del flotante.
20046  El tipo de flotante es 
20047 \family sans
20048 figure
20049 \family default
20050  o 
20051 \family sans
20052 table
20053 \family default
20054 , la colocación puede ser 
20055 \begin_inset Quotes eld
20056 \end_inset
20057
20058
20059 \family sans
20060 t
20061 \family default
20062
20063 \begin_inset Quotes erd
20064 \end_inset
20065
20066  por 
20067 \begin_inset Quotes eld
20068 \end_inset
20069
20070 top
20071 \begin_inset Quotes erd
20072 \end_inset
20073
20074  (arriba), 
20075 \begin_inset Quotes eld
20076 \end_inset
20077
20078
20079 \family sans
20080 c
20081 \family default
20082
20083 \begin_inset Quotes erd
20084 \end_inset
20085
20086  por 
20087 \begin_inset Quotes eld
20088 \end_inset
20089
20090 center
20091 \begin_inset Quotes erd
20092 \end_inset
20093
20094  (centro), o 
20095 \begin_inset Quotes eld
20096 \end_inset
20097
20098
20099 \family sans
20100 b
20101 \family default
20102
20103 \begin_inset Quotes erd
20104 \end_inset
20105
20106  por 
20107 \begin_inset Quotes eld
20108 \end_inset
20109
20110 bottom
20111 \begin_inset Quotes erd
20112 \end_inset
20113
20114  (abajo).
20115  Para tener, por ejemplo, el encabezado de figuras flotantes verticalmente
20116  centrado, usa el comando
20117 \end_layout
20118
20119 \begin_layout Standard
20120
20121 \series bold
20122
20123 \backslash
20124 sidecaptionvpos{f\SpecialChar \textcompwordmark{}
20125 igure}{c}
20126 \end_layout
20127
20128 \begin_layout Standard
20129 Esto se ha hecho en la Figura\InsetSpace ~
20130
20131 \begin_inset LatexCommand ref
20132 reference "fig:encab-al-lado-de-fig"
20133
20134 \end_inset
20135
20136 .
20137 \end_layout
20138
20139 \begin_layout Standard
20140 \begin_inset VSpace defskip
20141 \end_inset
20142
20143 Más información sobre el paquete 
20144 \series bold
20145 sidecap
20146 \series default
20147  en su documentación 
20148 \begin_inset LatexCommand cite
20149 key "sidecap"
20150
20151 \end_inset
20152
20153 .
20154 \end_layout
20155
20156 \begin_layout Standard
20157 \begin_inset Note Greyedout
20158 status open
20159
20160 \begin_layout Standard
20161
20162 \series bold
20163 Nota:
20164 \series default
20165  El paquete LaTeX 
20166 \series bold
20167 hypcap
20168 \series default
20169
20170 \begin_inset LatexCommand index
20171 name "LaTeX-paquetes ! hypcap"
20172
20173 \end_inset
20174
20175 , descrito en la sección\InsetSpace ~
20176
20177 \begin_inset LatexCommand ref
20178 reference "sub:Colocación-de-Referencias"
20179
20180 \end_inset
20181
20182 , no afecta a flotantes con el encabezado al lado.
20183 \end_layout
20184
20185 \end_inset
20186
20187
20188 \end_layout
20189
20190 \begin_layout Standard
20191 \begin_inset ERT
20192 status collapsed
20193
20194 \begin_layout Standard
20195
20196
20197 \backslash
20198 FigBesBeg 
20199 \end_layout
20200
20201 \end_inset
20202
20203
20204 \end_layout
20205
20206 \begin_layout Standard
20207 \begin_inset Float figure
20208 wide false
20209 sideways false
20210 status open
20211
20212 \begin_layout Standard
20213 \begin_inset Graphics
20214         filename escher-lsd.eps
20215         scale 75
20216
20217 \end_inset
20218
20219
20220 \end_layout
20221
20222 \begin_layout Standard
20223 \begin_inset Caption
20224
20225 \begin_layout Standard
20226 \begin_inset LatexCommand label
20227 name "fig:encab-al-lado"
20228
20229 \end_inset
20230
20231 Encabezado al lado de una figura.
20232 \end_layout
20233
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \end_inset
20240
20241
20242 \end_layout
20243
20244 \begin_layout Standard
20245 \begin_inset ERT
20246 status collapsed
20247
20248 \begin_layout Standard
20249
20250
20251 \backslash
20252 TabBesBeg 
20253 \end_layout
20254
20255 \end_inset
20256
20257
20258 \end_layout
20259
20260 \begin_layout Standard
20261 \begin_inset Float table
20262 wide false
20263 sideways false
20264 status open
20265
20266 \begin_layout Standard
20267 \begin_inset Caption
20268
20269 \begin_layout Standard
20270 \begin_inset LatexCommand label
20271 name "tab:encab-al-lado"
20272
20273 \end_inset
20274
20275 Esto es un encabezado al lado de una tabla.
20276 \end_layout
20277
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \begin_layout Standard
20284 \begin_inset Tabular
20285 <lyxtabular version="3" rows="4" columns="5">
20286 <features>
20287 <column alignment="center" valignment="top" leftline="true" width="0">
20288 <column alignment="center" valignment="top" leftline="true" width="0">
20289 <column alignment="center" valignment="top" leftline="true" width="0">
20290 <column alignment="center" valignment="top" leftline="true" width="0">
20291 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20292 <row topline="true">
20293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Standard
20297 a
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Standard
20306
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Standard
20315 b
20316 \end_layout
20317
20318 \end_inset
20319 </cell>
20320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Standard
20324
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Standard
20333 c
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 </row>
20339 <row topline="true">
20340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Standard
20344
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Standard
20353 d
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Standard
20362
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Standard
20371 e
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Standard
20380
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 </row>
20386 <row topline="true">
20387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Standard
20391 f
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20397 \begin_inset Text
20398
20399 \begin_layout Standard
20400
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Standard
20409 g
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Standard
20418
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Standard
20427 h
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 </row>
20433 <row topline="true" bottomline="true">
20434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Standard
20438
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Standard
20447 i
20448 \end_layout
20449
20450 \end_inset
20451 </cell>
20452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20453 \begin_inset Text
20454
20455 \begin_layout Standard
20456
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Standard
20465 j
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Standard
20474
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 </row>
20480 </lyxtabular>
20481
20482 \end_inset
20483
20484
20485 \end_layout
20486
20487 \end_inset
20488
20489
20490 \end_layout
20491
20492 \begin_layout Standard
20493 \begin_inset ERT
20494 status collapsed
20495
20496 \begin_layout Standard
20497
20498
20499 \backslash
20500 TabBesEnd
20501 \end_layout
20502
20503 \end_inset
20504
20505
20506 \end_layout
20507
20508 \begin_layout Standard
20509 \begin_inset ERT
20510 status collapsed
20511
20512 \begin_layout Standard
20513
20514
20515 \backslash
20516 sidecaptionvpos{figure}{c}
20517 \end_layout
20518
20519 \end_inset
20520
20521
20522 \begin_inset Float figure
20523 wide false
20524 sideways false
20525 status open
20526
20527 \begin_layout Standard
20528 \begin_inset Graphics
20529         filename escher-lsd.eps
20530         scale 75
20531
20532 \end_inset
20533
20534
20535 \end_layout
20536
20537 \begin_layout Standard
20538 \begin_inset Caption
20539
20540 \begin_layout Standard
20541 \begin_inset LatexCommand label
20542 name "fig:encab-al-lado-de-fig"
20543
20544 \end_inset
20545
20546 Encabezado junto a una figura centrado verticalmente.
20547 \end_layout
20548
20549 \end_inset
20550
20551
20552 \end_layout
20553
20554 \end_inset
20555
20556
20557 \end_layout
20558
20559 \begin_layout Standard
20560 \begin_inset ERT
20561 status collapsed
20562
20563 \begin_layout Standard
20564
20565
20566 \backslash
20567 FigBesEnd
20568 \end_layout
20569
20570 \end_inset
20571
20572
20573 \end_layout
20574
20575 \begin_layout Section
20576 Lista de Flotantes
20577 \begin_inset LatexCommand label
20578 name "sec:Lista-de-Flotantes"
20579
20580 \end_inset
20581
20582
20583 \begin_inset LatexCommand index
20584 name "Flotantes ! Lista"
20585
20586 \end_inset
20587
20588
20589 \end_layout
20590
20591 \begin_layout Standard
20592 Igual que en el índice general se listan las secciones del documento, hay
20593  listas para todos los tipos de flotantes, como las figuras.
20594  Se pueden insertar mediante los submenús 
20595 \family sans
20596 Insertar\SpecialChar \menuseparator
20597 Lista / IG
20598 \family default
20599 .
20600 \end_layout
20601
20602 \begin_layout Standard
20603 Las entradas de la lista son los encabezados del flotante o su título corto,
20604  el número de flotante, y el número de la página del documento en la que
20605  aparecen.
20606 \end_layout
20607
20608 \begin_layout Standard
20609 Puedes encontrar las listas de figuras y tablas al final de este documento.
20610 \end_layout
20611
20612 \begin_layout Chapter
20613 Notas
20614 \end_layout
20615
20616 \begin_layout Section
20617 Notas en 
20618 \begin_inset ERT
20619 status collapsed
20620
20621 \begin_layout Standard
20622
20623
20624 \backslash
20625 texorpdfstring{
20626 \end_layout
20627
20628 \end_inset
20629
20630 LyX
20631 \begin_inset ERT
20632 status collapsed
20633
20634 \begin_layout Standard
20635
20636 }{LyX}
20637 \end_layout
20638
20639 \end_inset
20640
20641  
20642 \begin_inset LatexCommand label
20643 name "sec:Notas-en-LyX"
20644
20645 \end_inset
20646
20647
20648 \begin_inset LatexCommand index
20649 name "Notas ! Notas en LyX"
20650
20651 \end_inset
20652
20653
20654 \begin_inset Note Note
20655 status collapsed
20656
20657 \begin_layout Standard
20658 El comando 
20659 \backslash
20660 texorpdfstring es suministrado por el paquete LaTeX hyperref para evitar
20661  que los enlaces se muestren erróneamente en los marcadores PDF.
20662  Para más información sobre esto mira en 
20663 \begin_inset LatexCommand cite
20664 key "hyperref"
20665
20666 \end_inset
20667
20668 .
20669 \end_layout
20670
20671 \end_inset
20672
20673
20674 \end_layout
20675
20676 \begin_layout Standard
20677 Las notas se insertan con el botón 
20678 \begin_inset Graphics
20679         filename ../images/note-insert.xpm
20680         scale 85
20681
20682 \end_inset
20683
20684  o el menú 
20685 \family sans
20686 Insertar\SpecialChar \menuseparator
20687 Nota
20688 \family default
20689 .
20690  Hay tres tipos de notas:
20691 \end_layout
20692
20693 \begin_layout Description
20694 Nota\InsetSpace ~
20695 LyX Este tipo es para notas internas que no han de aparecer en la salida.
20696  Su cuadro se muestra como este:
20697 \newline
20698
20699 \newline
20700
20701 \begin_inset Graphics
20702         filename ../clipart/NotaLyXImagenQt4.png
20703         display none
20704         scale 85
20705
20706 \end_inset
20707
20708  
20709 \begin_inset Note Note
20710 status open
20711
20712 \begin_layout Standard
20713 Este es un texto en un recuadro que no se muestra en la salida.
20714 \end_layout
20715
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \begin_layout Description
20722 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
20723  comentario de LaTeX, cuando exportas el documento a LaTeX via el menú 
20724 \family sans
20725 Archivo\SpecialChar \menuseparator
20726 Exportar\SpecialChar \menuseparator
20727 LaTeX (pdflatex) / LaTeX (plain)
20728 \family default
20729 .
20730  Su recuadro se ve así:
20731 \newline
20732
20733 \newline
20734
20735 \begin_inset Graphics
20736         filename ../clipart/ComentNotaImagenQt4.png
20737         display none
20738         scale 85
20739
20740 \end_inset
20741
20742  
20743 \begin_inset Note Comment
20744 status open
20745
20746 \begin_layout Standard
20747 Una nota comentario que solo aparece como comentario en archivos LaTeX.
20748 \end_layout
20749
20750 \end_inset
20751
20752
20753 \end_layout
20754
20755 \begin_layout Description
20756 Resaltado\InsetSpace ~
20757 en\InsetSpace ~
20758 gris Esta nota aparece en la salida como texto resaltado en gris.
20759  Su recuadro se parece a este:
20760 \newline
20761
20762 \newline
20763
20764 \begin_inset Graphics
20765         filename ../clipart/GrisNotaImagenQt4.png
20766         display none
20767         scale 85
20768
20769 \end_inset
20770
20771
20772 \newline
20773
20774 \begin_inset ERT
20775 status collapsed
20776
20777 \begin_layout Standard
20778
20779
20780 \backslash
20781 renewenvironment{lyxgreyedout}
20782 \end_layout
20783
20784 \begin_layout Standard
20785
20786 {
20787 \backslash
20788 textcolor[gray]{0.8}
20789 \backslash
20790 bgroup}{
20791 \backslash
20792 egroup}
20793 \end_layout
20794
20795 \end_inset
20796
20797
20798 \begin_inset Note Greyedout
20799 status open
20800
20801 \begin_layout Standard
20802 Este es el texto
20803 \begin_inset Foot
20804 status open
20805
20806 \begin_layout Standard
20807 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
20808 \end_layout
20809
20810 \end_inset
20811
20812  de un comentario que se muestra resaltado en gris.
20813 \end_layout
20814
20815 \end_inset
20816
20817
20818 \begin_inset ERT
20819 status collapsed
20820
20821 \begin_layout Standard
20822
20823
20824 \backslash
20825 renewenvironment{lyxgreyedout}
20826 \end_layout
20827
20828 \begin_layout Standard
20829
20830 {
20831 \backslash
20832 textcolor{blue}
20833 \backslash
20834 bgroup}{
20835 \backslash
20836 egroup}
20837 \end_layout
20838
20839 \end_inset
20840
20841
20842 \newline
20843
20844 \newline
20845 Como se ve en el ejemplo, la primera línea de notas resaltadas en gris está
20846  un poco sangrada y puede tener notas al pie.
20847 \end_layout
20848
20849 \begin_layout Standard
20850 \begin_inset VSpace bigskip
20851 \end_inset
20852
20853 Si usas el botón de la barra de herramientas para insertar notas, se inserta
20854  una 
20855 \family sans
20856 Nota\InsetSpace ~
20857 LyX
20858 \family default
20859 .
20860  Puedes cambiar entre los tres tipos de nota con click-derecha sobre el
20861  recuadro.
20862  
20863 \family roman
20864 \series medium
20865 \bar no
20866 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
20867  botón de herramienta nota
20868 \family default
20869 \series default
20870 \bar default
20871 .
20872 \end_layout
20873
20874 \begin_layout Standard
20875 \begin_inset VSpace bigskip
20876 \end_inset
20877
20878 Se puede cambiar el color del resaltado en gris poniendo en el preámbulo
20879  el comando:
20880 \end_layout
20881
20882 \begin_layout Standard
20883
20884 \series bold
20885
20886 \backslash
20887 renewenvironment{lyxgreyedout}
20888 \newline
20889
20890 \begin_inset ERT
20891 status collapsed
20892
20893 \begin_layout Standard
20894
20895
20896 \backslash
20897 hphantom{ }
20898 \end_layout
20899
20900 \end_inset
20901
20902 {
20903 \backslash
20904 textcolor{color}
20905 \backslash
20906 bgroup}{
20907 \backslash
20908 egroup}
20909 \end_layout
20910
20911 \begin_layout Standard
20912 Los colores disponibles y el método para definir nuestros propios colores
20913  se explica en la sección\InsetSpace ~
20914
20915 \begin_inset LatexCommand ref
20916 reference "sec:Tablas-Coloreadas"
20917
20918 \end_inset
20919
20920 .
20921 \end_layout
20922
20923 \begin_layout Standard
20924 Las notas en azul en este documento se han hecho con notas resaltado en
20925  gris definiendo el color del texto en azul.
20926 \end_layout
20927
20928 \begin_layout Section
20929 Notas al pie
20930 \begin_inset LatexCommand label
20931 name "sec:Notas-al-pie"
20932
20933 \end_inset
20934
20935
20936 \begin_inset LatexCommand index
20937 name "Notas ! al Pie"
20938
20939 \end_inset
20940
20941
20942 \begin_inset LatexCommand index
20943 name "Notas al Pie"
20944
20945 \end_inset
20946
20947
20948 \end_layout
20949
20950 \begin_layout Standard
20951 Las notas al pie se insertan con el botón 
20952 \begin_inset Graphics
20953         filename ../images/footnote-insert.xpm
20954         scale 85
20955
20956 \end_inset
20957
20958  o el menú 
20959 \family sans
20960 Insertar\SpecialChar \menuseparator
20961 Nota\InsetSpace ~
20962 al\InsetSpace ~
20963 pie
20964 \family default
20965 .
20966  
20967 \family roman
20968 \series medium
20969 \bar no
20970 Aparece un recuadro como este:
20971 \family default
20972 \series default
20973 \bar default
20974  
20975 \begin_inset Graphics
20976         filename ../clipart/notapieQt4.png
20977         scale 80
20978
20979 \end_inset
20980
20981
20982 \family roman
20983 \series medium
20984 \bar no
20985  donde puedes introducir el texto.
20986  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
20987  sobre el
20988 \family default
20989 \series default
20990 \bar default
20991  
20992 \family roman
20993 \series medium
20994 \bar no
20995 botón
20996 \family default
20997 \series default
20998 \bar default
20999 .
21000 \end_layout
21001
21002 \begin_layout Standard
21003 Aquí hay un ejemplo de nota al pie:
21004 \family roman
21005 \series medium
21006 \bar no
21007
21008 \begin_inset Foot
21009 status open
21010
21011 \begin_layout Standard
21012 \begin_inset LatexCommand label
21013 name "pie:Esto-es-una"
21014
21015 \end_inset
21016
21017 Ejemplo de nota al pie.
21018 \end_layout
21019
21020 \end_inset
21021
21022
21023 \family default
21024 \series default
21025 \bar default
21026
21027 \begin_inset ERT
21028 status collapsed
21029
21030 \begin_layout Standard
21031
21032
21033 \backslash
21034 newcounter{MyRepeatFoot}
21035 \end_layout
21036
21037 \begin_layout Standard
21038
21039
21040 \backslash
21041 setcounter{MyRepeatFoot}{
21042 \backslash
21043 thefootnote}
21044 \end_layout
21045
21046 \end_inset
21047
21048
21049 \end_layout
21050
21051 \begin_layout Standard
21052 En la salida, el pie se muestra como número exponente en el lugar del texto
21053  donde se coloca el recuadro.
21054  El texto se coloca al final de la página actual.
21055  Los números de las notas son calculados por LaTeX, y son consecutivos.
21056  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
21057 \end_layout
21058
21059 \begin_layout Standard
21060 Las notas al pie pueden referenciarse como flotantes: Inserta una etiqueta
21061  en la nota y pon una referencia cruzada a esta etiqueta en el texto como
21062  se describe en la sección\InsetSpace ~
21063
21064 \begin_inset LatexCommand ref
21065 reference "sec:Referencias-a-Flotantes"
21066
21067 \end_inset
21068
21069 .
21070 \newline
21071 Esto es una referencia cruzada a la Nota al pie\InsetSpace ~
21072
21073 \begin_inset LatexCommand prettyref
21074 reference "pie:Esto-es-una"
21075
21076 \end_inset
21077
21078 .
21079 \newline
21080
21081 \begin_inset Note Greyedout
21082 status collapsed
21083
21084 \begin_layout Standard
21085
21086 \series bold
21087 Nota:
21088 \series default
21089  LyX no suministra prefijos para etiquetas en notas al pie, así que has
21090  de insertar un prefijo, p.\InsetSpace \thinspace{}
21091 e.\InsetSpace ~
21092
21093 \family sans
21094
21095 \begin_inset Quotes eld
21096 \end_inset
21097
21098 pie:
21099 \family default
21100
21101 \begin_inset Quotes erd
21102 \end_inset
21103
21104  manualmente cuando quieras usar el estilo 
21105 \family sans
21106 Referencia\InsetSpace ~
21107 con\InsetSpace ~
21108 formato
21109 \family default
21110 .
21111 \end_layout
21112
21113 \end_inset
21114
21115
21116 \end_layout
21117
21118 \begin_layout Standard
21119 \begin_inset VSpace defskip
21120 \end_inset
21121
21122 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección\InsetSpace ~
21123
21124 \begin_inset LatexCommand ref
21125 reference "sec:Minipáginas"
21126
21127 \end_inset
21128
21129 .
21130  Los pies en tablas largas en la sección\InsetSpace ~
21131
21132 \begin_inset LatexCommand ref
21133 reference "sub:Notas-al-pie-en-Tablas-Largas"
21134
21135 \end_inset
21136
21137 .
21138 \end_layout
21139
21140 \begin_layout Standard
21141 \begin_inset VSpace defskip
21142 \end_inset
21143
21144 Para crear solo una marca para una nota al pie, puedes usar el comando 
21145 \series bold
21146
21147 \backslash
21148 footnotemark[número]
21149 \series default
21150  en ERT.
21151  Esto se emplea si tienes la misma anotación varias veces en el texto pero
21152  no quieres imprimir el pie cada vez.
21153 \newline
21154 Como no sabes el número del pie que
21155  se repite mientras escribes el texto, tienes que guardarlo.
21156  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
21157  en ERT detrás de Nota\InsetSpace ~
21158 al\InsetSpace ~
21159 pie\InsetSpace ~
21160
21161 \begin_inset LatexCommand ref
21162 reference "pie:Esto-es-una"
21163
21164 \end_inset
21165
21166  para guardar el número de pie:
21167 \end_layout
21168
21169 \begin_layout Standard
21170
21171 \series bold
21172
21173 \backslash
21174 newcounter{MyRepeatFoot}
21175 \newline
21176
21177 \backslash
21178 setcounter{MyRepeatFoot}{
21179 \backslash
21180 thefootnote}
21181 \end_layout
21182
21183 \begin_layout Standard
21184 La marca de pie se crea entonces con el comando:
21185 \end_layout
21186
21187 \begin_layout Standard
21188
21189 \series bold
21190
21191 \backslash
21192 footnotemark[
21193 \backslash
21194 theMyRepeatFoot]
21195 \end_layout
21196
21197 \begin_layout Standard
21198 Aquí hay un ejemplo de marca de pie:
21199 \family roman
21200 \series medium
21201 \bar no
21202
21203 \begin_inset ERT
21204 status collapsed
21205
21206 \begin_layout Standard
21207
21208
21209 \backslash
21210 footnotemark[
21211 \backslash
21212 theMyRepeatFoot]
21213 \end_layout
21214
21215 \end_inset
21216
21217
21218 \end_layout
21219
21220 \begin_layout Subsection
21221 Numeración de Notas al Pie
21222 \begin_inset LatexCommand label
21223 name "sub:Numeración-de-Notas-al-Pie"
21224
21225 \end_inset
21226
21227
21228 \begin_inset LatexCommand index
21229 name "Notas al Pie ! Numeración"
21230
21231 \end_inset
21232
21233
21234 \end_layout
21235
21236 \begin_layout Standard
21237 Si quieres numerar notas al pie en el esquema 
21238 \begin_inset Quotes eld
21239 \end_inset
21240
21241 capítulo.nota
21242 \begin_inset Quotes erd
21243 \end_inset
21244
21245 , añade el siguiente comando al preámbulo del documento:
21246 \end_layout
21247
21248 \begin_layout Standard
21249
21250 \series bold
21251
21252 \backslash
21253 numberwithin{footnote}{chapter}
21254 \end_layout
21255
21256 \begin_layout Standard
21257 Para poder usar el comando 
21258 \series bold
21259
21260 \backslash
21261 numberwithin
21262 \series default
21263 , marca la opción 
21264 \family sans
21265 Usar
21266 \family default
21267 \InsetSpace ~
21268
21269 \family sans
21270 el
21271 \family default
21272 \InsetSpace ~
21273
21274 \family sans
21275 paquete
21276 \family default
21277 \InsetSpace ~
21278
21279 \family sans
21280 AMS 
21281 \family default
21282 en la pestaña 
21283 \family sans
21284 Ecuaciones
21285 \family default
21286  de la configuración del documento.
21287 \end_layout
21288
21289 \begin_layout Standard
21290 \begin_inset ERT
21291 status collapsed
21292
21293 \begin_layout Standard
21294
21295
21296 \backslash
21297 numberwithin{footnote}{chapter}
21298 \end_layout
21299
21300 \end_inset
21301
21302 Esto es otro ejemplo de nota al pie:
21303 \series bold
21304
21305 \begin_inset Foot
21306 status open
21307
21308 \begin_layout Standard
21309 Nota al pie numerada en el esquema 
21310 \begin_inset Quotes eld
21311 \end_inset
21312
21313 capítulo.nota
21314 \begin_inset Quotes erd
21315 \end_inset
21316
21317 .
21318 \end_layout
21319
21320 \end_inset
21321
21322
21323 \series default
21324
21325 \begin_inset ERT
21326 status collapsed
21327
21328 \begin_layout Standard
21329
21330
21331 \backslash
21332 numberwithin{footnote}{part}
21333 \end_layout
21334
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \begin_layout Standard
21341 \begin_inset VSpace bigskip
21342 \end_inset
21343
21344
21345 \end_layout
21346
21347 \begin_layout Standard
21348 Para reestablecer el número de pie a 1 en cada sección añade este
21349 \family roman
21350  comando en el preámbulo:
21351 \end_layout
21352
21353 \begin_layout Standard
21354
21355 \series bold
21356
21357 \backslash
21358 @addtoreset{footnote}{section}
21359 \end_layout
21360
21361 \begin_layout Standard
21362 \begin_inset VSpace bigskip
21363 \end_inset
21364
21365 El siguiente comando en el preámbulo cambia el estilo de numeración del
21366  pie a números romanos pequeños:
21367 \end_layout
21368
21369 \begin_layout Standard
21370
21371 \series bold
21372
21373 \backslash
21374 renewcommand{
21375 \backslash
21376 thefootnote}{
21377 \backslash
21378 roman{footnote}}
21379 \end_layout
21380
21381 \begin_layout Standard
21382 \begin_inset ERT
21383 status collapsed
21384
21385 \begin_layout Standard
21386
21387
21388 \backslash
21389 renewcommand{
21390 \backslash
21391 thefootnote}{
21392 \backslash
21393 roman{footnote}}
21394 \end_layout
21395
21396 \end_inset
21397
21398  Nota al pie en números romanos:
21399 \begin_inset Foot
21400 status open
21401
21402 \begin_layout Standard
21403 Ejemplo de nota al pie en números romanos.
21404 \end_layout
21405
21406 \end_inset
21407
21408
21409 \begin_inset ERT
21410 status collapsed
21411
21412 \begin_layout Standard
21413
21414
21415 \backslash
21416 renewcommand{
21417 \backslash
21418 thefootnote}{
21419 \backslash
21420 arabic{footnote}}
21421 \end_layout
21422
21423 \end_inset
21424
21425
21426 \end_layout
21427
21428 \begin_layout Standard
21429 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
21430  
21431 \series bold
21432
21433 \backslash
21434 roman
21435 \series default
21436  por 
21437 \series bold
21438
21439 \backslash
21440 Roman
21441 \series default
21442 .
21443  Para 
21444 \begin_inset Quotes eld
21445 \end_inset
21446
21447 numerar
21448 \begin_inset Quotes erd
21449 \end_inset
21450
21451  las
21452 \series bold
21453  
21454 \series default
21455 notas al pie con letras mayúsculas o minúsculas usa 
21456 \series bold
21457
21458 \backslash
21459 Alph
21460 \series default
21461  o 
21462 \series bold
21463
21464 \backslash
21465 alph
21466 \series default
21467 , respectivamente.
21468  Para 
21469 \begin_inset Quotes eld
21470 \end_inset
21471
21472 numerar
21473 \begin_inset Quotes erd
21474 \end_inset
21475
21476  las notas al pie con símbolos usa 
21477 \series bold
21478
21479 \backslash
21480 fnsymbol
21481 \series default
21482 .
21483 \end_layout
21484
21485 \begin_layout Standard
21486 \begin_inset Note Greyedout
21487 status open
21488
21489 \begin_layout Standard
21490
21491 \series bold
21492 Nota:
21493 \series medium
21494  
21495 \series default
21496 Sólo puedes numerar hasta 26 pies con letras, porque esta numeración está
21497  limitada a letras simples.
21498 \end_layout
21499
21500 \end_inset
21501
21502
21503 \newline
21504
21505 \begin_inset Note Greyedout
21506 status open
21507
21508 \begin_layout Standard
21509
21510 \series bold
21511 Nota:
21512 \series default
21513  Sólo puedes numerar 9 pies con símbolos.
21514 \end_layout
21515
21516 \end_inset
21517
21518
21519 \end_layout
21520
21521 \begin_layout Standard
21522 Para volver al estilo de numeración predeterminado cuando has cambiado a
21523  otro estilo, usa 
21524 \series bold
21525
21526 \backslash
21527 arabic
21528 \series default
21529  en vez de 
21530 \series bold
21531
21532 \backslash
21533 roman
21534 \series default
21535  en el comando anterior.
21536 \end_layout
21537
21538 \begin_layout Subsection
21539 Colocación de Notas al Pie
21540 \begin_inset LatexCommand index
21541 name "Notas al Pie ! Colocación"
21542
21543 \end_inset
21544
21545
21546 \end_layout
21547
21548 \begin_layout Standard
21549 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
21550  entre ellas al final de la página.
21551  Para hacerlas más legibles puedes añadir p.\InsetSpace \thinspace{}
21552 e.
21553  1.5\InsetSpace \thinspace{}
21554 mm con el comando siguiente en el preámbulo:
21555 \end_layout
21556
21557 \begin_layout Standard
21558
21559 \series bold
21560
21561 \backslash
21562 let
21563 \backslash
21564 myFoot
21565 \backslash
21566 footnote
21567 \newline
21568
21569 \backslash
21570 renewcommand{
21571 \backslash
21572 footnote}[1]{
21573 \backslash
21574 myFoot{#1
21575 \backslash
21576 vspace{1.5mm}}}
21577 \end_layout
21578
21579 \begin_layout Standard
21580 \begin_inset VSpace bigskip
21581 \end_inset
21582
21583 En documentos a dos columnas la nota al pie aparece al final de cada columna,
21584  ver la Figura\InsetSpace ~
21585
21586 \begin_inset LatexCommand ref
21587 reference "fig:Colocación-standard-del-pie"
21588
21589 \end_inset
21590
21591 .
21592  Si las notas debieran mostrarse sólo al final de la columna derecha, como
21593  en la Figura\InsetSpace ~
21594
21595 \begin_inset LatexCommand ref
21596 reference "fig:Colocación-del-pie-en"
21597
21598 \end_inset
21599
21600 , usa el paquete LaTeX 
21601 \series bold
21602 ftnright
21603 \series default
21604
21605 \begin_inset LatexCommand index
21606 name "LaTeX-paquetes ! ftnright"
21607
21608 \end_inset
21609
21610  con este comando en el preámbulo:
21611 \end_layout
21612
21613 \begin_layout Standard
21614
21615 \series bold
21616
21617 \backslash
21618 usepackage{ftnright}
21619 \end_layout
21620
21621 \begin_layout Standard
21622 \begin_inset Float figure
21623 placement !h
21624 wide false
21625 sideways false
21626 status open
21627
21628 \begin_layout Standard
21629 \begin_inset ERT
21630 status collapsed
21631
21632 \begin_layout Standard
21633
21634
21635 \backslash
21636 framebox{
21637 \end_layout
21638
21639 \end_inset
21640
21641
21642 \begin_inset Graphics
21643         filename ../clipart/without_fntright.pdf
21644         width 100col%
21645
21646 \end_inset
21647
21648
21649 \begin_inset ERT
21650 status collapsed
21651
21652 \begin_layout Standard
21653
21654 }
21655 \end_layout
21656
21657 \end_inset
21658
21659
21660 \end_layout
21661
21662 \begin_layout Standard
21663 \begin_inset Caption
21664
21665 \begin_layout Standard
21666 \begin_inset LatexCommand label
21667 name "fig:Colocación-standard-del-pie"
21668
21669 \end_inset
21670
21671 Colocación standard de notas al pie en documentos a dos columnas.
21672 \end_layout
21673
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \end_inset
21680
21681
21682 \end_layout
21683
21684 \begin_layout Standard
21685 \begin_inset Float figure
21686 placement !h
21687 wide false
21688 sideways false
21689 status open
21690
21691 \begin_layout Standard
21692 \begin_inset ERT
21693 status collapsed
21694
21695 \begin_layout Standard
21696
21697
21698 \backslash
21699 framebox{
21700 \end_layout
21701
21702 \end_inset
21703
21704
21705 \begin_inset Graphics
21706         filename ../clipart/with_fntright.pdf
21707         width 100col%
21708
21709 \end_inset
21710
21711
21712 \begin_inset ERT
21713 status collapsed
21714
21715 \begin_layout Standard
21716
21717 }
21718 \end_layout
21719
21720 \end_inset
21721
21722
21723 \end_layout
21724
21725 \begin_layout Standard
21726 \begin_inset Caption
21727
21728 \begin_layout Standard
21729 \begin_inset LatexCommand label
21730 name "fig:Colocación-del-pie-en"
21731
21732 \end_inset
21733
21734 Colocación del pie en documentos a dos columnas cuando se usa el paquete
21735  LaTeX 
21736 \series bold
21737 ftnright
21738 \series default
21739 .
21740 \end_layout
21741
21742 \end_inset
21743
21744
21745 \end_layout
21746
21747 \end_inset
21748
21749
21750 \end_layout
21751
21752 \begin_layout Standard
21753 \begin_inset VSpace bigskip
21754 \end_inset
21755
21756 En alguna literatura científica se acostumbra reunir las notas e imprimirlas
21757  en un párrafo separado al final de la sección, como en la Figura\InsetSpace ~
21758
21759 \begin_inset LatexCommand ref
21760 reference "fig:Notas-al-final----notas-al-pie"
21761
21762 \end_inset
21763
21764 .
21765  Para usar notas finales en vez de notas al pie , carga el paquete LaTeX
21766  
21767 \series bold
21768 endnotes
21769 \series default
21770
21771 \begin_inset LatexCommand index
21772 name "LaTeX-paquetes ! endnotes"
21773
21774 \end_inset
21775
21776  con las siguientes líneas en el preámbulo de tu documento:
21777 \end_layout
21778
21779 \begin_layout Standard
21780
21781 \series bold
21782
21783 \backslash
21784 usepackage{endnotes}
21785 \newline
21786
21787 \backslash
21788 let
21789 \backslash
21790 footnote
21791 \backslash
21792 endnote
21793 \end_layout
21794
21795 \begin_layout Standard
21796 Para insertar la colección de notas, escribe el comando
21797 \end_layout
21798
21799 \begin_layout Standard
21800
21801 \series bold
21802
21803 \backslash
21804 theendnotes
21805 \end_layout
21806
21807 \begin_layout Standard
21808 en ERT al final de una sección o capítulo.
21809 \end_layout
21810
21811 \begin_layout Standard
21812 \begin_inset Float figure
21813 wide false
21814 sideways false
21815 status open
21816
21817 \begin_layout Standard
21818 \align center
21819 \begin_inset ERT
21820 status collapsed
21821
21822 \begin_layout Standard
21823
21824
21825 \backslash
21826 framebox{
21827 \end_layout
21828
21829 \end_inset
21830
21831
21832 \begin_inset Graphics
21833         filename ../clipart/endnotes.pdf
21834
21835 \end_inset
21836
21837
21838 \begin_inset ERT
21839 status collapsed
21840
21841 \begin_layout Standard
21842
21843 }
21844 \end_layout
21845
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \begin_layout Standard
21852 \begin_inset Caption
21853
21854 \begin_layout Standard
21855 \begin_inset LatexCommand label
21856 name "fig:Notas-al-final----notas-al-pie"
21857
21858 \end_inset
21859
21860 Notas al final -- notas al pie impresas en párrafo separado al final de
21861  la sección o del capítulo.
21862 \end_layout
21863
21864 \end_inset
21865
21866
21867 \end_layout
21868
21869 \end_inset
21870
21871
21872 \end_layout
21873
21874 \begin_layout Standard
21875 \begin_inset VSpace defskip
21876 \end_inset
21877
21878 La cabecera de párrafo para las notas finales no se traduce automáticamente
21879  al lenguaje del documento, hay que hacerlo manualmente.
21880   El siguiente comando de preámbulo traduce el nombre en inglés 
21881 \begin_inset Quotes eld
21882 \end_inset
21883
21884 Notes
21885 \begin_inset Quotes erd
21886 \end_inset
21887
21888  al español 
21889 \begin_inset Quotes eld
21890 \end_inset
21891
21892 Notas
21893 \begin_inset Quotes erd
21894 \end_inset
21895
21896 :
21897 \end_layout
21898
21899 \begin_layout Standard
21900
21901 \series bold
21902
21903 \backslash
21904 renewcommand{
21905 \backslash
21906 notesname}{Notas}
21907 \end_layout
21908
21909 \begin_layout Standard
21910 \begin_inset VSpace defskip
21911 \end_inset
21912
21913 La numeración de notas finales puede cambiarse como la de las notas al pie,
21914  como se describe en la sección\InsetSpace ~
21915
21916 \begin_inset LatexCommand ref
21917 reference "sub:Numeración-de-Notas-al-Pie"
21918
21919 \end_inset
21920
21921 ; sólo hay que reemplazar el comando 
21922 \series bold
21923
21924 \backslash
21925 thefootnote
21926 \series default
21927  por 
21928 \series bold
21929
21930 \backslash
21931 theendnote
21932 \series default
21933 .
21934  Para restablecer la numeración usa el comando 
21935 \series bold
21936
21937 \backslash
21938 @addtoreset 
21939 \series default
21940 como se describe en la sección\InsetSpace ~
21941
21942 \begin_inset LatexCommand ref
21943 reference "sub:Numeración-de-Notas-al-Pie"
21944
21945 \end_inset
21946
21947  y sustituye el parámetro de comando 
21948 \series bold
21949 footnote
21950 \series default
21951  por 
21952 \series bold
21953 endnote
21954 \series default
21955 .
21956 \end_layout
21957
21958 \begin_layout Standard
21959 Para crear solo una marca para una nota final, usa el comando 
21960 \series bold
21961
21962 \backslash
21963 endnotemark[número]
21964 \series default
21965  similar al comando 
21966 \series bold
21967
21968 \backslash
21969 footnotemark
21970 \series default
21971 , descrito en la sección\InsetSpace ~
21972
21973 \begin_inset LatexCommand ref
21974 reference "sec:Notas-al-pie"
21975
21976 \end_inset
21977
21978 .
21979 \end_layout
21980
21981 \begin_layout Standard
21982 \begin_inset VSpace bigskip
21983 \end_inset
21984
21985 Las notas al pie también pueden colocarse al margen de la página y la alineación
21986  del texto del pie también puede cambiarse, ver el paquete LaTeX 
21987 \series bold
21988 footmisc
21989 \series default
21990
21991 \begin_inset LatexCommand index
21992 name "LaTeX-paquetes ! footmisc"
21993
21994 \end_inset
21995
21996
21997 \begin_inset LatexCommand cite
21998 key "footmisc"
21999
22000 \end_inset
22001
22002  para más información.
22003 \end_layout
22004
22005 \begin_layout Standard
22006 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
22007  
22008 \begin_inset LatexCommand cite
22009 key "latexcompanion,latexguide,latexbook"
22010
22011 \end_inset
22012
22013 .
22014 \end_layout
22015
22016 \begin_layout Section
22017 Notas al Margen
22018 \begin_inset LatexCommand index
22019 name "Notas ! al Margen"
22020
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \begin_layout Standard
22027 Las notas al margen se ven y se comportan en LyX como notas al pie.
22028  Se insertan con el menú 
22029 \family sans
22030 Insertar\SpecialChar \menuseparator
22031 Nota\InsetSpace ~
22032 al\InsetSpace ~
22033 margen
22034 \family default
22035  o el botón 
22036 \begin_inset Graphics
22037         filename ../images/marginalnote-insert.xpm
22038         scale 85
22039
22040 \end_inset
22041
22042 .
22043  Aparece un cuadro gris con la etiqueta en rojo
22044 \family roman
22045 \series medium
22046  
22047 \begin_inset Quotes eld
22048 \end_inset
22049
22050 margen
22051 \begin_inset Quotes erd
22052 \end_inset
22053
22054  en el que puedes escribir el texto de la nota.
22055 \end_layout
22056
22057 \begin_layout Standard
22058 Al lado hay un ejemplo de nota al margen.
22059 \family roman
22060 \series medium
22061
22062 \begin_inset Marginal
22063 status open
22064
22065 \begin_layout Standard
22066 Esto es una nota al margen.
22067 \end_layout
22068
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \begin_layout Standard
22075 Estas notas salen en el margen derecho en documentos a una cara.
22076  En documentos a doble cara se muestran en el margen externo -- izquierdo
22077  en páginas pares, derecho en páginas impares.
22078  El texto de las notas se alinea en la parte opuesta al margen -- se alinea
22079  a la derecha si la nota aparece en el margen izquierdo.
22080  La primera línea de la nota se sitúa en la posición de la línea del texto
22081  en la que se inserta en el documento.
22082 \end_layout
22083
22084 \begin_layout Standard
22085 \begin_inset VSpace bigskip
22086 \end_inset
22087
22088 Para colocar la nota en el margen interno añade el comando
22089 \end_layout
22090
22091 \begin_layout Standard
22092
22093 \series bold
22094
22095 \backslash
22096 reversemarginpar
22097 \end_layout
22098
22099 \begin_layout Standard
22100 en ERT antes de la nota.
22101  La nueva colocación es válida para todas las siguientes notas al margen.
22102 \begin_inset ERT
22103 status collapsed
22104
22105 \begin_layout Standard
22106
22107
22108 \backslash
22109 reversemarginpar 
22110 \end_layout
22111
22112 \end_inset
22113
22114
22115 \begin_inset Marginal
22116 status open
22117
22118 \begin_layout Standard
22119 Esto es una nota en el margen interno.
22120 \end_layout
22121
22122 \end_inset
22123
22124
22125 \series bold
22126
22127 \newline
22128
22129 \series default
22130
22131 \begin_inset Note Greyedout
22132 status open
22133
22134 \begin_layout Standard
22135
22136 \series bold
22137 Nota:
22138 \series default
22139  A veces no hay espacio suficiente en el margen interno, por lo que la nota
22140  no se mostrará correctamente en la salida.
22141 \end_layout
22142
22143 \end_inset
22144
22145
22146 \end_layout
22147
22148 \begin_layout Standard
22149 \begin_inset ERT
22150 status collapsed
22151
22152 \begin_layout Standard
22153
22154
22155 \backslash
22156 normalmarginpar 
22157 \end_layout
22158
22159 \end_inset
22160
22161 Para volver a la ubicación predeterminada inserta el comando
22162 \end_layout
22163
22164 \begin_layout Standard
22165
22166 \series bold
22167
22168 \backslash
22169 normalmarginpar
22170 \end_layout
22171
22172 \begin_layout Standard
22173 en ERT.
22174 \newline
22175  
22176 \begin_inset Note Greyedout
22177 status open
22178
22179 \begin_layout Standard
22180
22181 \series bold
22182 Nota:
22183 \series default
22184  El comando se ignora si en el mismo párrafo está también presente el comando
22185  
22186 \series bold
22187
22188 \backslash
22189 reversemarginpar
22190 \series default
22191 .
22192 \end_layout
22193
22194 \end_inset
22195
22196
22197 \end_layout
22198
22199 \begin_layout Standard
22200 \begin_inset VSpace bigskip
22201 \end_inset
22202
22203
22204 \family roman
22205 \series medium
22206
22207 \begin_inset Marginal
22208 status open
22209
22210 \begin_layout Standard
22211 PalabraMuyLargaAlMargen no partida con guión.
22212 \end_layout
22213
22214 \end_inset
22215
22216
22217 \family default
22218 \series default
22219 Como en el caso descrito en la sección\InsetSpace ~
22220
22221 \begin_inset LatexCommand ref
22222 reference "sub:Líneas-Múltiples-en"
22223
22224 \end_inset
22225
22226 , una palabra larga no puede partirse con guión cuando es la primera en
22227  la nota al margen.
22228  Para evitar esto, inserta el comando
22229 \end_layout
22230
22231 \begin_layout Standard
22232
22233 \series bold
22234
22235 \backslash
22236 hspace{0pt}
22237 \end_layout
22238
22239 \begin_layout Standard
22240 en ERT antes de la palabra
22241 \family roman
22242 \series medium
22243 .
22244 \begin_inset Marginal
22245 status open
22246
22247 \begin_layout Standard
22248 \begin_inset ERT
22249 status collapsed
22250
22251 \begin_layout Standard
22252
22253
22254 \backslash
22255 hspace{0pt}
22256 \end_layout
22257
22258 \end_inset
22259
22260 PalabraMuyLargaAlMargen partida con guión.
22261 \end_layout
22262
22263 \end_inset
22264
22265
22266 \end_layout
22267
22268 \begin_layout Standard
22269 \begin_inset VSpace bigskip
22270 \end_inset
22271
22272
22273 \end_layout
22274
22275 \begin_layout Standard
22276 \begin_inset Note Greyedout
22277 status open
22278
22279 \begin_layout Standard
22280
22281 \series bold
22282 Nota:
22283 \series default
22284  Normalmente no pueden utilizarse notas al margen en tablas, flotantes,
22285  y notas al pie.
22286 \end_layout
22287
22288 \end_inset
22289
22290
22291 \end_layout
22292
22293 \begin_layout Standard
22294 \begin_inset VSpace bigskip
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \begin_layout Standard
22301 \begin_inset ERT
22302 status collapsed
22303
22304 \begin_layout Standard
22305
22306
22307 \backslash
22308 ifmarginnote
22309 \end_layout
22310
22311 \end_inset
22312
22313
22314 \begin_inset Note Note
22315 status open
22316
22317 \begin_layout Standard
22318
22319 \lang english
22320 The following section will only be displayed when you have the LaTeX-package
22321  
22322 \series bold
22323 marginnote
22324 \series default
22325  is installed.
22326 \end_layout
22327
22328 \end_inset
22329
22330
22331 \end_layout
22332
22333 \begin_layout Standard
22334 Esta restricción se puede salvar con el paquete LaTeX 
22335 \series bold
22336 marginnote
22337 \series default
22338
22339 \begin_inset LatexCommand index
22340 name "LaTeX-paquetes ! marginnote"
22341
22342 \end_inset
22343
22344 .
22345  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
22346  notas al margen es redefinido para usar el comando provisto por el paquete
22347  
22348 \series bold
22349 marginnote
22350 \series default
22351 :
22352 \end_layout
22353
22354 \begin_layout Standard
22355
22356 \series bold
22357
22358 \backslash
22359 usepackage{marginnote}
22360 \newline
22361
22362 \backslash
22363 let
22364 \backslash
22365 marginpar
22366 \backslash
22367 marginnote
22368 \end_layout
22369
22370 \begin_layout Standard
22371 Esto se ha utilizado en el presente documento porque 
22372 \series bold
22373 marginnote
22374 \series default
22375  tiene una característica adicional útil: Puedes imponer un offset vertical
22376  a la nota.
22377  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
22378  diseño de la página.
22379  El offset se determina en LyX como ERT directamente tras la nota al margen
22380  en el esquema
22381 \end_layout
22382
22383 \begin_layout Standard
22384
22385 \series bold
22386 [offset]
22387 \end_layout
22388
22389 \begin_layout Standard
22390 donde offset es una longitud en una de las unidades listadas en la Tabla\InsetSpace ~
22391
22392 \begin_inset LatexCommand ref
22393 reference "tab:Unidades"
22394
22395 \end_inset
22396
22397 .
22398  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
22399  abajo.
22400
22401 \family roman
22402 \series medium
22403  Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5\InsetSpace \thinspace{}
22404 cm
22405  arriba con el comando ERT 
22406 \begin_inset Quotes eld
22407 \end_inset
22408
22409
22410 \family default
22411 \series bold
22412 [-1.5cm]
22413 \family roman
22414 \series medium
22415
22416 \begin_inset Quotes erd
22417 \end_inset
22418
22419
22420 \begin_inset Marginal
22421 status open
22422
22423 \begin_layout Standard
22424 Esta nota está 1.5\InsetSpace \thinspace{}
22425 cm por encima de su posición original.
22426 \end_layout
22427
22428 \end_inset
22429
22430
22431 \family default
22432 \series default
22433
22434 \begin_inset ERT
22435 status collapsed
22436
22437 \begin_layout Standard
22438
22439 [-1.5cm]
22440 \end_layout
22441
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \begin_layout Standard
22448 \begin_inset VSpace defskip
22449 \end_inset
22450
22451 Con 
22452 \series bold
22453 marginnote
22454 \series default
22455  también puedes cambiar la alineación del texto en el margen.
22456  Por ejemplo los comandos
22457 \end_layout
22458
22459 \begin_layout Standard
22460
22461 \series bold
22462
22463 \backslash
22464 renewcommand*{
22465 \backslash
22466 raggedleftmarginnote}{
22467 \backslash
22468 centering}
22469 \newline
22470
22471 \backslash
22472 renewcommand*{
22473 \backslash
22474 raggedrightmarginnote}{
22475 \backslash
22476 centering}
22477 \end_layout
22478
22479 \begin_layout Standard
22480 producen alineación centrada.
22481  
22482 \series bold
22483
22484 \backslash
22485 raggedleftmarginnote
22486 \series default
22487  identifica las notas que aparecen al lado izquierdo.
22488 \family roman
22489 \series medium
22490
22491 \begin_inset ERT
22492 status collapsed
22493
22494 \begin_layout Standard
22495
22496
22497 \backslash
22498 renewcommand*{
22499 \backslash
22500 raggedleftmarginnote}{
22501 \backslash
22502 centering}
22503 \end_layout
22504
22505 \begin_layout Standard
22506
22507
22508 \backslash
22509 renewcommand*{
22510 \backslash
22511 raggedrightmarginnote}{
22512 \backslash
22513 centering}
22514 \end_layout
22515
22516 \end_inset
22517
22518
22519 \begin_inset Marginal
22520 status open
22521
22522 \begin_layout Standard
22523 El texto de esta nota está centrado.
22524 \end_layout
22525
22526 \end_inset
22527
22528  
22529 \family default
22530 \series default
22531 El valor predeterminado es 
22532 \end_layout
22533
22534 \begin_layout Standard
22535
22536 \series bold
22537
22538 \backslash
22539 renewcommand*{
22540 \backslash
22541 raggedleftmarginnote}{
22542 \backslash
22543 raggedleft}
22544 \newline
22545
22546 \backslash
22547 renewcommand*{
22548 \backslash
22549 raggedrightmarginnote}{
22550 \backslash
22551 raggedright}
22552 \family roman
22553 \series medium
22554
22555 \begin_inset ERT
22556 status collapsed
22557
22558 \begin_layout Standard
22559
22560
22561 \backslash
22562 renewcommand*{
22563 \backslash
22564 raggedleftmarginnote}{
22565 \backslash
22566 raggedleft}
22567 \end_layout
22568
22569 \begin_layout Standard
22570
22571
22572 \backslash
22573 renewcommand*{
22574 \backslash
22575 raggedrightmarginnote}{
22576 \backslash
22577 raggedright}
22578 \end_layout
22579
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \begin_layout Standard
22586 \begin_inset VSpace defskip
22587 \end_inset
22588
22589 Para otras características de 
22590 \series bold
22591 marginnote
22592 \series default
22593  mira en su documentación 
22594 \begin_inset LatexCommand cite
22595 key "marginnote"
22596
22597 \end_inset
22598
22599 .
22600 \end_layout
22601
22602 \begin_layout Standard
22603 \begin_inset VSpace bigskip
22604 \end_inset
22605
22606 El diseño de las notas al margen puede ser redefinido.
22607  Por ejemplo, para crear una cabecera para todas las notas con el texto
22608  
22609 \begin_inset Quotes eld
22610 \end_inset
22611
22612
22613 \series bold
22614 \bar under
22615 ¡
22616 \family sans
22617 Atención
22618 \family default
22619 !
22620 \series default
22621 \bar default
22622
22623 \begin_inset Quotes erd
22624 \end_inset
22625
22626 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
22627 \end_layout
22628
22629 \begin_layout Standard
22630
22631 \series bold
22632
22633 \backslash
22634 let
22635 \backslash
22636 myMarginpar
22637 \backslash
22638 marginpar
22639 \newline
22640
22641 \backslash
22642 renewcommand{
22643 \backslash
22644 marginpar}[1]{
22645 \backslash
22646 myMarginpar{%
22647 \newline
22648
22649 \begin_inset ERT
22650 status collapsed
22651
22652 \begin_layout Standard
22653
22654
22655 \backslash
22656 hphantom{ }
22657 \end_layout
22658
22659 \end_inset
22660
22661
22662 \backslash
22663 hspace{0pt}
22664 \backslash
22665 textsf{
22666 \backslash
22667 textbf{
22668 \backslash
22669 underbar{¡Atención!}}}%
22670 \newline
22671
22672 \begin_inset ERT
22673 status collapsed
22674
22675 \begin_layout Standard
22676
22677
22678 \backslash
22679 hphantom{ }
22680 \end_layout
22681
22682 \end_inset
22683
22684
22685 \backslash
22686 vspace{1.5mm}
22687 \backslash
22688
22689 \backslash
22690 #1}}
22691 \end_layout
22692
22693 \begin_layout Standard
22694
22695 \family roman
22696 \series medium
22697 \begin_inset ERT
22698 status collapsed
22699
22700 \begin_layout Standard
22701
22702
22703 \backslash
22704 let
22705 \backslash
22706 myMarginpar
22707 \backslash
22708 marginpar
22709 \end_layout
22710
22711 \begin_layout Standard
22712
22713
22714 \backslash
22715 renewcommand{
22716 \backslash
22717 marginpar}[1]{
22718 \backslash
22719 myMarginpar{%
22720 \end_layout
22721
22722 \begin_layout Standard
22723
22724    
22725 \backslash
22726 textsf{
22727 \backslash
22728 textbf{
22729 \backslash
22730 underbar{¡Atención!}}}%
22731 \end_layout
22732
22733 \begin_layout Standard
22734
22735    
22736 \backslash
22737 vspace{1.5mm}
22738 \backslash
22739
22740 \backslash
22741 #1}}
22742 \end_layout
22743
22744 \end_inset
22745
22746
22747 \begin_inset Marginal
22748 status open
22749
22750 \begin_layout Standard
22751 Esta es una nota con una cabecera definida.
22752 \end_layout
22753
22754 \end_inset
22755
22756
22757 \family default
22758 \series default
22759
22760 \begin_inset ERT
22761 status collapsed
22762
22763 \begin_layout Standard
22764
22765 [-1.5cm]
22766 \end_layout
22767
22768 \end_inset
22769
22770
22771 \family roman
22772 \series medium
22773
22774 \begin_inset ERT
22775 status collapsed
22776
22777 \begin_layout Standard
22778
22779
22780 \backslash
22781 renewcommand{
22782 \backslash
22783 marginpar}[1]{
22784 \backslash
22785 myMarginpar{#1}}
22786 \end_layout
22787
22788 \end_inset
22789
22790
22791 \family default
22792 \series default
22793
22794 \begin_inset Note Note
22795 status collapsed
22796
22797 \begin_layout Standard
22798 El formato de la nota al margen se ha cambiado solo para este ejemplo.
22799 \end_layout
22800
22801 \end_inset
22802
22803
22804 \end_layout
22805
22806 \begin_layout Standard
22807 \begin_inset ERT
22808 status collapsed
22809
22810 \begin_layout Standard
22811
22812
22813 \backslash
22814 else
22815 \end_layout
22816
22817 \end_inset
22818
22819
22820 \lang english
22821
22822 \begin_inset Note Note
22823 status open
22824
22825 \begin_layout Standard
22826
22827 \lang english
22828 The following will be displayed when the LaTeX-package 
22829 \series bold
22830 marginnote
22831 \series default
22832  is not installed:
22833 \end_layout
22834
22835 \end_inset
22836
22837
22838 \end_layout
22839
22840 \begin_layout Standard
22841
22842 \lang english
22843 You need to install the LaTeX-package 
22844 \series bold
22845 marginnote
22846 \series default
22847  to see the following part of this section in the output.
22848 \end_layout
22849
22850 \begin_layout Standard
22851 \begin_inset ERT
22852 status collapsed
22853
22854 \begin_layout Standard
22855
22856
22857 \backslash
22858 fi
22859 \end_layout
22860
22861 \end_inset
22862
22863
22864 \end_layout
22865
22866 \begin_layout Chapter
22867 Cuadros
22868 \end_layout
22869
22870 \begin_layout Section
22871 Introducción
22872 \begin_inset LatexCommand index
22873 name "Cuadros ! Introducción"
22874
22875 \end_inset
22876
22877
22878 \end_layout
22879
22880 \begin_layout Standard
22881 Los cuadros se emplean para dar formato a bloques de texto.
22882  Se pueden usar para escribir documentos con varios lenguajes, ver sección\InsetSpace ~
22883
22884 \begin_inset LatexCommand ref
22885 reference "sec:Minipáginas"
22886
22887 \end_inset
22888
22889 , enmarcar textos, ver sección\InsetSpace ~
22890
22891 \begin_inset LatexCommand ref
22892 reference "sec:Cuadros-Enmarcados"
22893
22894 \end_inset
22895
22896 , evitar la división de palabras, ver sección\InsetSpace ~
22897
22898 \begin_inset LatexCommand ref
22899 reference "sec:Prevención-de-la-Partición-con-Guiones"
22900
22901 \end_inset
22902
22903 , alinear texto, ver sección\InsetSpace ~
22904
22905 \begin_inset LatexCommand ref
22906 reference "sub:Alineación-Vertical"
22907
22908 \end_inset
22909
22910 , o para poner color de fondo a un texto, ver sección\InsetSpace ~
22911
22912 \begin_inset LatexCommand ref
22913 reference "sec:Cuadros-Coloreados"
22914
22915 \end_inset
22916
22917 .
22918 \end_layout
22919
22920 \begin_layout Standard
22921 Se insertan con el menú 
22922 \family sans
22923 Insertar\SpecialChar \menuseparator
22924 Cuadro
22925 \family default
22926 .
22927  Surge un recuadro gris con la etiqueta 
22928 \family sans
22929 Cuadro (Minipágina)
22930 \family default
22931
22932 \begin_inset Graphics
22933         filename ../clipart/CuadroMinipagQt4.png
22934         scale 75
22935         keepAspectRatio
22936
22937 \end_inset
22938
22939 .
22940  El tipo de cuadro se puede elegir al hacer click-derecho sobre él.
22941  Sale un diálogo en el que 
22942 \family sans
22943 Cuadro
22944 \family default
22945 \InsetSpace ~
22946
22947 \family sans
22948 interior
22949 \family default
22950  permite escoger los tipos 
22951 \family sans
22952 Parbox (
22953 \family default
22954
22955 \begin_inset Quotes eld
22956 \end_inset
22957
22958
22959 \family sans
22960 Párrafo
22961 \family default
22962
22963 \begin_inset Quotes erd
22964 \end_inset
22965
22966
22967 \family sans
22968 )
22969 \family default
22970  y 
22971 \family sans
22972 Minipágina
22973 \family default
22974 .
22975  El 
22976 \family sans
22977 Minipágina
22978 \family default
22979  es el predeterminado para nuevos cuadros y se explica en la sección\InsetSpace ~
22980
22981 \begin_inset LatexCommand ref
22982 reference "sec:Minipáginas"
22983
22984 \end_inset
22985
22986 ; el tipo 
22987 \family sans
22988 Parbox
22989 \family default
22990  se describe en la sección\InsetSpace ~
22991
22992 \begin_inset LatexCommand ref
22993 reference "sec:Cuadros-de-Párrafo"
22994
22995 \end_inset
22996
22997 .
22998 \end_layout
22999
23000 \begin_layout Standard
23001 Los cuadros no se numeran y por tanto no se pueden referenciar como los
23002  flotantes o las notas al pie.
23003 \end_layout
23004
23005 \begin_layout Standard
23006 \begin_inset Note Greyedout
23007 status open
23008
23009 \begin_layout Standard
23010
23011 \series bold
23012 Nota:
23013 \series default
23014  Debido a un error en LyX hay que insertar un espacio protegido detrás de
23015  un cuadro si se desea separar con un espacio el cuadro y el texto siguiente.
23016 \end_layout
23017
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \begin_layout Standard
23024 \begin_inset Note Greyedout
23025 status open
23026
23027 \begin_layout Standard
23028
23029 \series bold
23030 Nota:
23031 \series default
23032  Los cuadros no deben ser el item en un entorno 
23033 \family sans
23034 Enumeración
23035 \family default
23036  o 
23037 \family sans
23038 Descripción
23039 \family default
23040 .
23041 \end_layout
23042
23043 \end_inset
23044
23045
23046 \end_layout
23047
23048 \begin_layout Standard
23049 \begin_inset Note Greyedout
23050 status open
23051
23052 \begin_layout Standard
23053
23054 \series bold
23055 Nota:
23056 \series default
23057  Por razones desconocidas solo se puede poner el tipo 
23058 \family sans
23059 Cuadro\InsetSpace ~
23060 interior
23061 \family default
23062  en 
23063 \family sans
23064 Ninguno
23065 \family default
23066  cuando se emplea un cuadro enmarcado.
23067  Los cuadros sin ningún tipo de 
23068 \family sans
23069 Cuadro\InsetSpace ~
23070 interior
23071 \family default
23072  y sin marcos se explican en la sección\InsetSpace ~
23073
23074 \begin_inset LatexCommand ref
23075 reference "sec:Prevención-de-la-Partición-con-Guiones"
23076
23077 \end_inset
23078
23079 .
23080 \end_layout
23081
23082 \end_inset
23083
23084
23085 \end_layout
23086
23087 \begin_layout Section
23088 Diálogo Cuadros
23089 \begin_inset LatexCommand label
23090 name "sec:Diálogo-Cuadros"
23091
23092 \end_inset
23093
23094
23095 \begin_inset LatexCommand index
23096 name "Cuadros ! Diálogo"
23097
23098 \end_inset
23099
23100
23101 \begin_inset LatexCommand index
23102 name "Cuadros ! Alineación"
23103
23104 \end_inset
23105
23106
23107 \end_layout
23108
23109 \begin_layout Standard
23110 En el diálogo puedes ajustar la geometría del cuadro en los campos 
23111 \family sans
23112 Ancho
23113 \family default
23114  y 
23115 \family sans
23116 Alto
23117 \family default
23118 .
23119  Las unidades disponibles para la geometría se explican en la Tabla\InsetSpace ~
23120
23121 \begin_inset LatexCommand ref
23122 reference "tab:Unidades"
23123
23124 \end_inset
23125
23126 .
23127  El campo 
23128 \family sans
23129 Alto
23130 \family default
23131  ofrece los siguientes tamaños adicionales:
23132 \end_layout
23133
23134 \begin_layout Description
23135 Profundidad Este es el texto plano 
23136 \begin_inset Quotes eld
23137 \end_inset
23138
23139 alto
23140 \begin_inset Quotes erd
23141 \end_inset
23142
23143 .
23144  Ignora la profundidad total cuando hay mútiples líneas de texto en el cuadro:
23145 \newline
23146
23147 \newline
23148
23149 \newline
23150
23151 \begin_inset Box Boxed
23152 position "c"
23153 hor_pos "c"
23154 has_inner_box 1
23155 inner_pos "c"
23156 use_parbox 0
23157 width "12col%"
23158 special "none"
23159 height "1in"
23160 height_special "depth"
23161 status open
23162
23163 \begin_layout Standard
23164 \align center
23165 Cuadro con altura establecida en 1\InsetSpace \thinspace{}
23166 Profundidad
23167 \end_layout
23168
23169 \end_inset
23170
23171
23172 \newline
23173
23174 \newline
23175
23176 \end_layout
23177
23178 \begin_layout Description
23179 Alto Es la altura del texto que está dentro del cuadro.
23180  Un valor de, p.\InsetSpace \thinspace{}
23181 e.\InsetSpace ~
23182 2 para este tamaño fijará la altura del cuadro a 2 veces
23183  la altura del texto: 
23184 \begin_inset Box Boxed
23185 position "c"
23186 hor_pos "c"
23187 has_inner_box 1
23188 inner_pos "c"
23189 use_parbox 0
23190 width "20col%"
23191 special "none"
23192 height "2in"
23193 height_special "height"
23194 status open
23195
23196 \begin_layout Standard
23197 \align center
23198 Cuadro con altura puesta en 2\InsetSpace \thinspace{}
23199 Alto
23200 \end_layout
23201
23202 \end_inset
23203
23204
23205 \end_layout
23206
23207 \begin_layout Description
23208 Alto\InsetSpace ~
23209 Total Esto es el Alto\InsetSpace \thinspace{}
23210 +\InsetSpace \thinspace{}
23211 Profundidad: 
23212 \begin_inset Box Boxed
23213 position "c"
23214 hor_pos "c"
23215 has_inner_box 1
23216 inner_pos "c"
23217 use_parbox 0
23218 width "20col%"
23219 special "none"
23220 height "1in"
23221 height_special "totalheight"
23222 status open
23223
23224 \begin_layout Standard
23225 \align center
23226 Cuadro con altura puesta a 1\InsetSpace \thinspace{}
23227 Alto\InsetSpace ~
23228 total
23229 \end_layout
23230
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \begin_layout Description
23237 Ancho Esto determina al ancho del cuadro como altura: 
23238 \begin_inset Box Boxed
23239 position "c"
23240 hor_pos "c"
23241 has_inner_box 1
23242 inner_pos "c"
23243 use_parbox 0
23244 width "12col%"
23245 special "none"
23246 height "1in"
23247 height_special "width"
23248 status open
23249
23250 \begin_layout Standard
23251 \align center
23252 Cuadro con altura puesta en 1\InsetSpace \thinspace{}
23253 Ancho
23254 \end_layout
23255
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \begin_layout Standard
23262 \begin_inset VSpace bigskip
23263 \end_inset
23264
23265 Si has elegido un 
23266 \family sans
23267 Cuadro\InsetSpace ~
23268 interior
23269 \family default
23270 , la alineación vertical del cuadro puede ser:
23271 \end_layout
23272
23273 \begin_layout Description
23274 Superior Ejemplo de línea de texto.
23275  
23276 \begin_inset Box Boxed
23277 position "t"
23278 hor_pos "c"
23279 has_inner_box 1
23280 inner_pos "c"
23281 use_parbox 0
23282 width "12col%"
23283 special "none"
23284 height "1in"
23285 height_special "totalheight"
23286 status open
23287
23288 \begin_layout Standard
23289 \align center
23290 Cuadro alineado arriba.
23291 \end_layout
23292
23293 \end_inset
23294
23295 \InsetSpace ~
23296 Ejemplo de línea de texto.
23297 \end_layout
23298
23299 \begin_layout Description
23300 Medio Ejemplo de línea de texto.
23301  
23302 \begin_inset Box Boxed
23303 position "c"
23304 hor_pos "c"
23305 has_inner_box 1
23306 inner_pos "c"
23307 use_parbox 0
23308 width "12col%"
23309 special "none"
23310 height "1in"
23311 height_special "totalheight"
23312 status open
23313
23314 \begin_layout Standard
23315 \align center
23316 Cuadro alineado enmedio.
23317 \end_layout
23318
23319 \end_inset
23320
23321 \InsetSpace ~
23322 Ejemplo de línea de texto.
23323 \end_layout
23324
23325 \begin_layout Description
23326 Inferior Ejemplo de línea de texto.
23327  
23328 \begin_inset Box Boxed
23329 position "b"
23330 hor_pos "c"
23331 has_inner_box 1
23332 inner_pos "c"
23333 use_parbox 0
23334 width "12col%"
23335 special "none"
23336 height "1in"
23337 height_special "totalheight"
23338 status open
23339
23340 \begin_layout Standard
23341 \align center
23342 Cuadro alineado abajo.
23343 \end_layout
23344
23345 \end_inset
23346
23347 \InsetSpace ~
23348 Ejemplo de línea de texto.
23349 \end_layout
23350
23351 \begin_layout Standard
23352 La alineación horizontal del cuadro puede establecerse en el diálogo de
23353  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
23354 \end_layout
23355
23356 \begin_layout Standard
23357 \begin_inset VSpace bigskip
23358 \end_inset
23359
23360 Cuando has escogido un 
23361 \family sans
23362 Cuadro\InsetSpace ~
23363 interior
23364 \family default
23365 , el contenido puede alinearse verticalmente a:
23366 \end_layout
23367
23368 \begin_layout Description
23369 Superior Ejemplo de línea de texto.
23370  
23371 \begin_inset Box Boxed
23372 position "c"
23373 hor_pos "c"
23374 has_inner_box 1
23375 inner_pos "t"
23376 use_parbox 0
23377 width "12col%"
23378 special "none"
23379 height "1.5in"
23380 height_special "totalheight"
23381 status open
23382
23383 \begin_layout Standard
23384 \align center
23385 Cuadro con texto alineado arriba.
23386 \end_layout
23387
23388 \end_inset
23389
23390 \InsetSpace ~
23391 Ejemplo de línea de texto.
23392 \end_layout
23393
23394 \begin_layout Description
23395 Medio Ejemplo de línea de texto.
23396  
23397 \begin_inset Box Boxed
23398 position "c"
23399 hor_pos "c"
23400 has_inner_box 1
23401 inner_pos "c"
23402 use_parbox 0
23403 width "12col%"
23404 special "none"
23405 height "1.5in"
23406 height_special "totalheight"
23407 status open
23408
23409 \begin_layout Standard
23410 \align center
23411 Cuadro con texto alineado enmedio.
23412 \end_layout
23413
23414 \end_inset
23415
23416 \InsetSpace ~
23417 Ejemplo de línea de texto.
23418 \end_layout
23419
23420 \begin_layout Description
23421 Inferior Ejemplo de línea de texto.
23422  
23423 \begin_inset Box Boxed
23424 position "c"
23425 hor_pos "c"
23426 has_inner_box 1
23427 inner_pos "b"
23428 use_parbox 0
23429 width "12col%"
23430 special "none"
23431 height "1.5in"
23432 height_special "totalheight"
23433 status open
23434
23435 \begin_layout Standard
23436 \align center
23437 Cuadro con texto alineado abajo.
23438 \end_layout
23439
23440 \end_inset
23441
23442 \InsetSpace ~
23443 Ejemplo de línea de texto.
23444 \end_layout
23445
23446 \begin_layout Description
23447 Estirado Ejemplo de línea de texto.
23448  
23449 \begin_inset Box Boxed
23450 position "c"
23451 hor_pos "c"
23452 has_inner_box 1
23453 inner_pos "s"
23454 use_parbox 0
23455 width "12col%"
23456 special "none"
23457 height "1.5in"
23458 height_special "totalheight"
23459 status open
23460
23461 \begin_layout Standard
23462 \align center
23463 Este texto
23464 \end_layout
23465
23466 \begin_layout Standard
23467 \align center
23468 está
23469 \end_layout
23470
23471 \begin_layout Standard
23472 \align center
23473 estirado.
23474 \end_layout
23475
23476 \end_inset
23477
23478 \InsetSpace ~
23479 Ejemplo de línea de texto.
23480 \end_layout
23481
23482 \begin_layout Standard
23483 Para estirar el contenido debe tener más de un párrafo.
23484  En el ejemplo anterior cada línea de texto está en un párrafo propio.
23485 \end_layout
23486
23487 \begin_layout Standard
23488 \begin_inset VSpace bigskip
23489 \end_inset
23490
23491 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
23492  LyX cuando hayas escogido un 
23493 \family sans
23494 Cuadro\InsetSpace ~
23495 interior
23496 \family default
23497 .
23498 \end_layout
23499
23500 \begin_layout Standard
23501 \align center
23502 \begin_inset Box Boxed
23503 position "c"
23504 hor_pos "c"
23505 has_inner_box 1
23506 inner_pos "s"
23507 use_parbox 0
23508 width "15col%"
23509 special "none"
23510 height "1.25in"
23511 height_special "totalheight"
23512 status open
23513
23514 \begin_layout Standard
23515 \align left
23516 Cuadro
23517 \end_layout
23518
23519 \begin_layout Standard
23520 \align center
23521 con texto
23522 \end_layout
23523
23524 \begin_layout Standard
23525 \align right
23526 estirado
23527 \end_layout
23528
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \begin_layout Standard
23535 Si no has estabecido un 
23536 \family sans
23537 Cuadro\InsetSpace ~
23538 interior
23539 \family default
23540 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
23541  cuadro.
23542 \end_layout
23543
23544 \begin_layout Standard
23545 \align center
23546 \begin_inset Box Boxed
23547 position "c"
23548 hor_pos "s"
23549 has_inner_box 0
23550 inner_pos "s"
23551 use_parbox 0
23552 width "90col%"
23553 special "none"
23554 height "1.25in"
23555 height_special "totalheight"
23556 status open
23557
23558 \begin_layout Standard
23559 \align left
23560 Texto estirado horizontalmente.
23561 \end_layout
23562
23563 \end_inset
23564
23565
23566 \end_layout
23567
23568 \begin_layout Section
23569 Cuadros Enmarcados
23570 \begin_inset LatexCommand label
23571 name "sec:Cuadros-Enmarcados"
23572
23573 \end_inset
23574
23575
23576 \begin_inset LatexCommand index
23577 name "Cuadros ! Marcos"
23578
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \begin_layout Standard
23585 El estilo de marco del cuadro se puede determinar en la lista desplegable
23586  
23587 \family sans
23588 Tipo
23589 \family default
23590  del diálogo de cuadros.
23591  Son posibles los siguientes marcos:
23592 \end_layout
23593
23594 \begin_layout Description
23595 Marco\InsetSpace ~
23596 rectangular Dibuja un marco rectangular alrededor del cuadro.
23597  El grosor del marco depende de 
23598 \series bold
23599
23600 \backslash
23601 fboxrule
23602 \series default
23603 .
23604  
23605 \begin_inset Box Boxed
23606 position "c"
23607 hor_pos "c"
23608 has_inner_box 1
23609 inner_pos "c"
23610 use_parbox 0
23611 width "25col%"
23612 special "none"
23613 height "1in"
23614 height_special "totalheight"
23615 status open
23616
23617 \begin_layout Standard
23618 \align center
23619 Cuadro rectangular
23620 \end_layout
23621
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \begin_layout Description
23628 Marco\InsetSpace ~
23629 ovalado,\InsetSpace ~
23630 fino Dibuja un marco ovalado cuya línea tiene un grosor de
23631  0.4\InsetSpace \thinspace{}
23632 pt.
23633  
23634 \begin_inset Box ovalbox
23635 position "c"
23636 hor_pos "c"
23637 has_inner_box 1
23638 inner_pos "c"
23639 use_parbox 0
23640 width "25col%"
23641 special "none"
23642 height "1in"
23643 height_special "totalheight"
23644 status open
23645
23646 \begin_layout Standard
23647 \align center
23648 Marco ovalado, fino
23649 \end_layout
23650
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \begin_layout Description
23657 Marco\InsetSpace ~
23658 ovalado,\InsetSpace ~
23659 grueso Dibuja un marco ovalado cuya línea tiene un grosor de
23660  0.8\InsetSpace \thinspace{}
23661 pt.
23662  
23663 \begin_inset Box Ovalbox
23664 position "c"
23665 hor_pos "c"
23666 has_inner_box 1
23667 inner_pos "c"
23668 use_parbox 0
23669 width "30col%"
23670 special "none"
23671 height "1in"
23672 height_special "totalheight"
23673 status open
23674
23675 \begin_layout Standard
23676 \align center
23677 Cuadro ovalado, grueso
23678 \end_layout
23679
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \begin_layout Description
23686 Marco\InsetSpace ~
23687 con\InsetSpace ~
23688 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
23689  El grosor de la línea tiene el tamaño dado por 
23690 \series bold
23691
23692 \backslash
23693 fboxrule
23694 \series default
23695 , la sombra tiene una anchura de 4\InsetSpace \thinspace{}
23696 pt.
23697  
23698 \begin_inset Box Shadowbox
23699 position "c"
23700 hor_pos "c"
23701 has_inner_box 1
23702 inner_pos "c"
23703 use_parbox 0
23704 width "20col%"
23705 special "none"
23706 height "1in"
23707 height_special "totalheight"
23708 status open
23709
23710 \begin_layout Standard
23711 \align center
23712 Marco sombrado
23713 \end_layout
23714
23715 \end_inset
23716
23717
23718 \end_layout
23719
23720 \begin_layout Description
23721 Marco\InsetSpace ~
23722 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
23723  El grosor de la línea interior es 0.75\InsetSpace \thinspace{}
23724
23725 \series bold
23726
23727 \backslash
23728 fboxrule
23729 \series default
23730 , el de la línea exterior es 1.5\InsetSpace \thinspace{}
23731
23732 \series bold
23733
23734 \backslash
23735 fboxrule
23736 \series default
23737 .
23738  La distancia entre líneas es 1.5\InsetSpace \thinspace{}
23739
23740 \series bold
23741
23742 \backslash
23743 fboxrule
23744 \series default
23745 \InsetSpace \thinspace{}
23746 +\InsetSpace \thinspace{}
23747 0.5\InsetSpace \thinspace{}
23748 pt.
23749  
23750 \begin_inset Box Doublebox
23751 position "c"
23752 hor_pos "c"
23753 has_inner_box 1
23754 inner_pos "c"
23755 use_parbox 0
23756 width "20col%"
23757 special "none"
23758 height "1in"
23759 height_special "totalheight"
23760 status open
23761
23762 \begin_layout Standard
23763 \align center
23764 Marco doble
23765 \end_layout
23766
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \begin_layout Standard
23773 \begin_inset VSpace bigskip
23774 \end_inset
23775
23776 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
23777  Para poder utilizar los distintos marcos, debe estar instalado el paquete
23778  LaTeX 
23779 \series bold
23780 fancybox
23781 \series default
23782
23783 \begin_inset LatexCommand index
23784 name "LaTeX-paquetes ! fancybox"
23785
23786 \end_inset
23787
23788 .
23789 \end_layout
23790
23791 \begin_layout Standard
23792 \begin_inset VSpace bigskip
23793 \end_inset
23794
23795 El valor predeterminado por 
23796 \series bold
23797
23798 \backslash
23799 fboxrule
23800 \series default
23801  es 0.4\InsetSpace \thinspace{}
23802 pt.
23803  Puede cambiarse con el siguiente comando en ERT, p.\InsetSpace \thinspace{}
23804 e.\InsetSpace ~
23805 a\InsetSpace ~
23806 2\InsetSpace \thinspace{}
23807 pt:
23808 \end_layout
23809
23810 \begin_layout Standard
23811
23812 \series bold
23813
23814 \backslash
23815 setlength{
23816 \backslash
23817 fboxrule}{2pt}
23818 \end_layout
23819
23820 \begin_layout Standard
23821 \begin_inset ERT
23822 status collapsed
23823
23824 \begin_layout Standard
23825
23826
23827 \backslash
23828 setlength{
23829 \backslash
23830 fboxrule}{2pt}
23831 \end_layout
23832
23833 \end_inset
23834
23835
23836 \begin_inset Box Boxed
23837 position "c"
23838 hor_pos "c"
23839 has_inner_box 1
23840 inner_pos "c"
23841 use_parbox 0
23842 width "25col%"
23843 special "none"
23844 height "1in"
23845 height_special "totalheight"
23846 status open
23847
23848 \begin_layout Standard
23849 \align center
23850 Cuadro rectangular con 
23851 \series bold
23852
23853 \backslash
23854 fboxrule
23855 \series default
23856 \InsetSpace \thinspace{}
23857 =\InsetSpace \thinspace{}
23858 2\InsetSpace \thinspace{}
23859 pt
23860 \end_layout
23861
23862 \end_inset
23863
23864
23865 \begin_inset ERT
23866 status collapsed
23867
23868 \begin_layout Standard
23869
23870
23871 \backslash
23872 setlength{
23873 \backslash
23874 fboxrule}{0.4pt}
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 espacio entre el marco y el contenido del cuadro es 3\InsetSpace \thinspace{}
23887 pt por defecto para
23888  todos los estilos.
23889  Se puede cambiar mediante la longitud 
23890 \series bold
23891
23892 \backslash
23893 fboxsep
23894 \series default
23895 .
23896  Por ejemplo el comando
23897 \end_layout
23898
23899 \begin_layout Standard
23900
23901 \series bold
23902
23903 \backslash
23904 setlength{
23905 \backslash
23906 fboxsep}{10pt}
23907 \end_layout
23908
23909 \begin_layout Standard
23910 determina un valor de 10\InsetSpace \thinspace{}
23911 pt, como en el siguiente cuadro:
23912 \end_layout
23913
23914 \begin_layout Standard
23915 \begin_inset ERT
23916 status collapsed
23917
23918 \begin_layout Standard
23919
23920
23921 \backslash
23922 setlength{
23923 \backslash
23924 fboxsep}{10pt}
23925 \end_layout
23926
23927 \end_inset
23928
23929
23930 \begin_inset Box Boxed
23931 position "c"
23932 hor_pos "c"
23933 has_inner_box 1
23934 inner_pos "c"
23935 use_parbox 0
23936 width "25col%"
23937 special "none"
23938 height "1in"
23939 height_special "totalheight"
23940 status open
23941
23942 \begin_layout Standard
23943 \align center
23944 Cuadro rectangular con 
23945 \series bold
23946
23947 \backslash
23948 fboxsep
23949 \series default
23950 \InsetSpace \thinspace{}
23951 =\InsetSpace \thinspace{}
23952 10\InsetSpace \thinspace{}
23953 pt
23954 \end_layout
23955
23956 \end_inset
23957
23958
23959 \begin_inset ERT
23960 status collapsed
23961
23962 \begin_layout Standard
23963
23964
23965 \backslash
23966 setlength{
23967 \backslash
23968 fboxsep}{3pt}
23969 \end_layout
23970
23971 \end_inset
23972
23973
23974 \end_layout
23975
23976 \begin_layout Standard
23977 \begin_inset VSpace bigskip
23978 \end_inset
23979
23980 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
23981  el comando 
23982 \series bold
23983
23984 \backslash
23985 cornersize
23986 \series default
23987 .
23988  El comando
23989 \end_layout
23990
23991 \begin_layout Standard
23992
23993 \series bold
23994
23995 \backslash
23996 cornersize*{1cm}
23997 \end_layout
23998
23999 \begin_layout Standard
24000 establece un diámetro de 1\InsetSpace \thinspace{}
24001 cm.
24002  El comando
24003 \end_layout
24004
24005 \begin_layout Standard
24006
24007 \series bold
24008
24009 \backslash
24010 cornersize{num}
24011 \end_layout
24012
24013 \begin_layout Standard
24014 fija el diámetro en 
24015 \family sans
24016 num\InsetSpace \thinspace{}
24017 ×\InsetSpace \thinspace{}
24018 minimo(ancho y alto del cuadro)
24019 \family default
24020 .
24021  Por defecto es 
24022 \series bold
24023
24024 \backslash
24025 cornersize{0.5}
24026 \series default
24027 .
24028 \end_layout
24029
24030 \begin_layout Standard
24031 \begin_inset ERT
24032 status collapsed
24033
24034 \begin_layout Standard
24035
24036
24037 \backslash
24038 cornersize*{1.5cm}
24039 \end_layout
24040
24041 \end_inset
24042
24043
24044 \begin_inset Box Ovalbox
24045 position "c"
24046 hor_pos "c"
24047 has_inner_box 1
24048 inner_pos "c"
24049 use_parbox 0
24050 width "28col%"
24051 special "none"
24052 height "1in"
24053 height_special "totalheight"
24054 status open
24055
24056 \begin_layout Standard
24057 \align center
24058 Cuadro ovalado con 
24059 \series bold
24060
24061 \backslash
24062 cornersize
24063 \series default
24064 \InsetSpace \thinspace{}
24065 =\InsetSpace \thinspace{}
24066 1.5\InsetSpace \thinspace{}
24067 cm
24068 \end_layout
24069
24070 \end_inset
24071
24072
24073 \begin_inset ERT
24074 status collapsed
24075
24076 \begin_layout Standard
24077
24078
24079 \backslash
24080 cornersize{0.5}
24081 \end_layout
24082
24083 \end_inset
24084
24085
24086 \end_layout
24087
24088 \begin_layout Standard
24089 \begin_inset VSpace bigskip
24090 \end_inset
24091
24092 El tamaño de la sombra se puede ajustar cambiando la longitud 
24093 \series bold
24094
24095 \backslash
24096 shadowsize
24097 \series default
24098 .
24099  Este comando la ajusta a 2\InsetSpace \thinspace{}
24100 pt en el cuadro siguiente:
24101 \end_layout
24102
24103 \begin_layout Standard
24104
24105 \series bold
24106
24107 \backslash
24108 setlength{
24109 \backslash
24110 shadowsize}{2pt}
24111 \end_layout
24112
24113 \begin_layout Standard
24114 \begin_inset ERT
24115 status collapsed
24116
24117 \begin_layout Standard
24118
24119
24120 \backslash
24121 setlength{
24122 \backslash
24123 shadowsize}{2pt}
24124 \end_layout
24125
24126 \end_inset
24127
24128
24129 \begin_inset Box Shadowbox
24130 position "c"
24131 hor_pos "c"
24132 has_inner_box 1
24133 inner_pos "c"
24134 use_parbox 0
24135 width "28col%"
24136 special "none"
24137 height "1in"
24138 height_special "totalheight"
24139 status open
24140
24141 \begin_layout Standard
24142 \align center
24143 Cuadro sombreado con 
24144 \series bold
24145
24146 \backslash
24147 shadowsize
24148 \series default
24149 \InsetSpace \thinspace{}
24150 =\InsetSpace \thinspace{}
24151 2\InsetSpace \thinspace{}
24152 pt
24153 \end_layout
24154
24155 \end_inset
24156
24157
24158 \begin_inset ERT
24159 status collapsed
24160
24161 \begin_layout Standard
24162
24163
24164 \backslash
24165 setlength{
24166 \backslash
24167 shadowsize}{4pt}
24168 \end_layout
24169
24170 \end_inset
24171
24172
24173 \end_layout
24174
24175 \begin_layout Standard
24176 \begin_inset VSpace bigskip
24177 \end_inset
24178
24179 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
24180  a los comandos.
24181 \end_layout
24182
24183 \begin_layout Section
24184 Minipáginas
24185 \begin_inset LatexCommand label
24186 name "sec:Minipáginas"
24187
24188 \end_inset
24189
24190
24191 \begin_inset LatexCommand index
24192 name "Cuadros ! Minipáginas"
24193
24194 \end_inset
24195
24196
24197 \end_layout
24198
24199 \begin_layout Standard
24200 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
24201  por tanto pueden tener, por ejemplo, sus propias notas al pie.
24202 \end_layout
24203
24204 \begin_layout Standard
24205 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
24206 \end_layout
24207
24208 \begin_layout Standard
24209 A continuación hay dos ejemplos de minipáginas adosadas.
24210  Su anchura está puesta en 45\InsetSpace \thinspace{}
24211 col% y separadas por un relleno horizontal,
24212  insertado via el menú 
24213 \family sans
24214 Insertar\SpecialChar \menuseparator
24215 Formato\InsetSpace ~
24216
24217 \family default
24218 es
24219 \family sans
24220 pecial\InsetSpace ~
24221 \SpecialChar \menuseparator
24222 Relleno\InsetSpace ~
24223 horizontal
24224 \family default
24225 .
24226 \end_layout
24227
24228 \begin_layout Standard
24229 \begin_inset Box Frameless
24230 position "t"
24231 hor_pos "c"
24232 has_inner_box 1
24233 inner_pos "c"
24234 use_parbox 0
24235 width "45col%"
24236 special "none"
24237 height "1in"
24238 height_special "totalheight"
24239 status open
24240
24241 \begin_layout Standard
24242
24243 \lang german
24244 Dies ist ein deutscher Text.
24245  Dies ist ein deutscher Text.
24246  Dies ist ein deutscher Text.
24247  Dies ist ein deutscher Text.
24248  Dies ist ein deutscher Text.
24249  Dies ist ein deutscher Text.
24250  Dies ist ein deutscher Text.
24251  Dies ist ein deutscher Text.
24252  Dies ist ein deutscher Text.
24253  Dies ist ein deutscher Text.
24254  Dies ist ein deutscher Text.
24255  Dies ist ein deutscher Text.
24256  Dies ist ein deutscher Text
24257 \begin_inset Foot
24258 status collapsed
24259
24260 \begin_layout Standard
24261
24262 \lang german
24263 Dies ist eine deutsche Fußnote.
24264 \end_layout
24265
24266 \end_inset
24267
24268 .
24269  Dies ist ein deutscher Text.
24270  Dies ist ein deutscher Text.
24271 \end_layout
24272
24273 \end_inset
24274
24275
24276 \hfill
24277
24278 \begin_inset Box Frameless
24279 position "t"
24280 hor_pos "c"
24281 has_inner_box 1
24282 inner_pos "c"
24283 use_parbox 0
24284 width "45col%"
24285 special "none"
24286 height "1in"
24287 height_special "totalheight"
24288 status open
24289
24290 \begin_layout Standard
24291 This is an English Text.
24292  This is an English Text.
24293  This is an English Text.
24294  This is an English Text.
24295  This is an English Text.
24296  This is an English Text.
24297  This is an English Text.
24298  This is an English Text.
24299  This is an English Text.
24300  This is an English Text.
24301  This is an English Text.
24302  This is an English Text.
24303  This is an English Text.
24304  This is an English Text.
24305  This is an English Text.
24306  This is an English Text.
24307 \begin_inset Foot
24308 status collapsed
24309
24310 \begin_layout Standard
24311 This is an English footnote.
24312 \end_layout
24313
24314 \end_inset
24315
24316  This is an English Text.
24317  
24318 \end_layout
24319
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \begin_layout Standard
24326 \begin_inset VSpace bigskip
24327 \end_inset
24328
24329 Otra aplicación de los cuadros son las notas a pie en tablas.
24330  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
24331  al final de la página actual.
24332  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
24333  en la parte inferior, ordenadas con letras.
24334  La ordenación de las notas al pie se restablece en cada minipágina pero
24335  no fuera de las minipáginas.
24336 \end_layout
24337
24338 \begin_layout Standard
24339 La nota al pie en esta tabla no aparece: 
24340 \begin_inset Tabular
24341 <lyxtabular version="3" rows="3" columns="4">
24342 <features>
24343 <column alignment="center" valignment="top" leftline="true" width="0pt">
24344 <column alignment="center" valignment="top" leftline="true" width="0pt">
24345 <column alignment="center" valignment="top" leftline="true" width="0pt">
24346 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24347 <row topline="true">
24348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24349 \begin_inset Text
24350
24351 \begin_layout Standard
24352 1
24353 \end_layout
24354
24355 \end_inset
24356 </cell>
24357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24358 \begin_inset Text
24359
24360 \begin_layout Standard
24361 2
24362 \end_layout
24363
24364 \end_inset
24365 </cell>
24366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Standard
24370 3
24371 \begin_inset Foot
24372 status open
24373
24374 \begin_layout Standard
24375 Nota al pie en una tabla.
24376 \end_layout
24377
24378 \end_inset
24379
24380
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Standard
24389 4
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 </row>
24395 <row topline="true">
24396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Standard
24400 a
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Standard
24409 b
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Standard
24418 c
24419 \end_layout
24420
24421 \end_inset
24422 </cell>
24423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24424 \begin_inset Text
24425
24426 \begin_layout Standard
24427 d
24428 \end_layout
24429
24430 \end_inset
24431 </cell>
24432 </row>
24433 <row topline="true" bottomline="true">
24434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Standard
24438 e
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Standard
24447 f
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Standard
24456 g
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Standard
24465 h
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 </row>
24471 </lyxtabular>
24472
24473 \end_inset
24474
24475
24476 \end_layout
24477
24478 \begin_layout Standard
24479 \align center
24480 \begin_inset Box Frameless
24481 position "t"
24482 hor_pos "c"
24483 has_inner_box 1
24484 inner_pos "c"
24485 use_parbox 0
24486 width "30col%"
24487 special "none"
24488 height "1in"
24489 height_special "totalheight"
24490 status open
24491
24492 \begin_layout Standard
24493 \align center
24494 \begin_inset Tabular
24495 <lyxtabular version="3" rows="3" columns="4">
24496 <features>
24497 <column alignment="center" valignment="top" leftline="true" width="0pt">
24498 <column alignment="center" valignment="top" leftline="true" width="0pt">
24499 <column alignment="center" valignment="top" leftline="true" width="0pt">
24500 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24501 <row topline="true">
24502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24503 \begin_inset Text
24504
24505 \begin_layout Standard
24506 1
24507 \end_layout
24508
24509 \end_inset
24510 </cell>
24511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24512 \begin_inset Text
24513
24514 \begin_layout Standard
24515 2
24516 \end_layout
24517
24518 \end_inset
24519 </cell>
24520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24521 \begin_inset Text
24522
24523 \begin_layout Standard
24524 3
24525 \begin_inset Foot
24526 status open
24527
24528 \begin_layout Standard
24529 Nota al pie en una tabla..
24530 \end_layout
24531
24532 \end_inset
24533
24534
24535 \end_layout
24536
24537 \end_inset
24538 </cell>
24539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24540 \begin_inset Text
24541
24542 \begin_layout Standard
24543 4
24544 \end_layout
24545
24546 \end_inset
24547 </cell>
24548 </row>
24549 <row topline="true">
24550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24551 \begin_inset Text
24552
24553 \begin_layout Standard
24554 a
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Standard
24563 b
24564 \end_layout
24565
24566 \end_inset
24567 </cell>
24568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24569 \begin_inset Text
24570
24571 \begin_layout Standard
24572 c
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24578 \begin_inset Text
24579
24580 \begin_layout Standard
24581 d
24582 \end_layout
24583
24584 \end_inset
24585 </cell>
24586 </row>
24587 <row topline="true" bottomline="true">
24588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Standard
24592 e
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24598 \begin_inset Text
24599
24600 \begin_layout Standard
24601 f
24602 \end_layout
24603
24604 \end_inset
24605 </cell>
24606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24607 \begin_inset Text
24608
24609 \begin_layout Standard
24610 g
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24616 \begin_inset Text
24617
24618 \begin_layout Standard
24619 h
24620 \end_layout
24621
24622 \end_inset
24623 </cell>
24624 </row>
24625 </lyxtabular>
24626
24627 \end_inset
24628
24629
24630 \end_layout
24631
24632 \end_inset
24633
24634
24635 \end_layout
24636
24637 \begin_layout Standard
24638 \begin_inset VSpace bigskip
24639 \end_inset
24640
24641 La configuración global de párrafos se ignora en las minipáginas.
24642  Esto significa que en las mismas no habrá espacio entre párrafos aunque
24643  pongas p.\InsetSpace \thinspace{}
24644 e.\InsetSpace ~
24645
24646 \family sans
24647 Salto\InsetSpace ~
24648 medio
24649 \family default
24650  en la configuración del documento.
24651 \end_layout
24652
24653 \begin_layout Standard
24654 Las minipáginas también sirven para poner un color de fondo para partes
24655  de texto, ver sección\InsetSpace ~
24656
24657 \begin_inset LatexCommand ref
24658 reference "sub:Color-en-Párrafos"
24659
24660 \end_inset
24661
24662 .
24663 \end_layout
24664
24665 \begin_layout Standard
24666 \begin_inset Note Greyedout
24667 status open
24668
24669 \begin_layout Standard
24670
24671 \series bold
24672 Nota:
24673 \series default
24674  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
24675  tener minipáginas en tablas, flotantes, y otros cuadros.
24676 \end_layout
24677
24678 \end_inset
24679
24680
24681 \end_layout
24682
24683 \begin_layout Section
24684 Cuadros de Párrafo (Parbox)
24685 \begin_inset LatexCommand label
24686 name "sec:Cuadros-de-Párrafo"
24687
24688 \end_inset
24689
24690
24691 \begin_inset LatexCommand index
24692 name "Cuadros ! de Párrafo"
24693
24694 \end_inset
24695
24696
24697 \end_layout
24698
24699 \begin_layout Standard
24700 Los cuadros de párrafo son similares a las minipáginas con la diferencia
24701  de que no pueden contener notas al pie.
24702   La diferencia principal es que las minipáginas no son verdaderos cuadros
24703  sino entornos de LaTeX.
24704 \end_layout
24705
24706 \begin_layout Standard
24707 \align center
24708 \begin_inset Box Frameless
24709 position "t"
24710 hor_pos "c"
24711 has_inner_box 1
24712 inner_pos "t"
24713 use_parbox 1
24714 width "33col%"
24715 special "none"
24716 height "1in"
24717 height_special "totalheight"
24718 status collapsed
24719
24720 \begin_layout Standard
24721 Texto en un cuadro de párrafo.
24722  Texto en un cuadro de párrafo.
24723  Esta nota no aparece:
24724 \begin_inset Foot
24725 status open
24726
24727 \begin_layout Standard
24728 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
24729 \end_layout
24730
24731 \end_inset
24732
24733
24734 \end_layout
24735
24736 \end_inset
24737
24738
24739 \end_layout
24740
24741 \begin_layout Section
24742 Cuadros para Palabras y Caracteres
24743 \begin_inset LatexCommand index
24744 name "Cuadros ! para Palabras y Caracteres"
24745
24746 \end_inset
24747
24748
24749 \end_layout
24750
24751 \begin_layout Subsection
24752 Prevención de la Partición con Guiones
24753 \begin_inset LatexCommand label
24754 name "sec:Prevención-de-la-Partición-con-Guiones"
24755
24756 \end_inset
24757
24758
24759 \begin_inset LatexCommand index
24760 name "Cuadros ! Prevenir Partición con Guiones"
24761
24762 \end_inset
24763
24764
24765 \end_layout
24766
24767 \begin_layout Standard
24768 Hay un tipo especial de cuadro para impedir que una palabra sea partida
24769  con guión.
24770 \newline
24771 He aquí un ejemplo:
24772 \end_layout
24773
24774 \begin_layout Standard
24775 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24776 e.\InsetSpace ~
24777 estalarguís
24778 imapalabra.
24779 \end_layout
24780
24781 \begin_layout Standard
24782 Para evitar su división usa el comando
24783 \end_layout
24784
24785 \begin_layout Standard
24786
24787 \series bold
24788
24789 \backslash
24790 mbox{
24791 \end_layout
24792
24793 \begin_layout Standard
24794 en ERT antes de la palabra.
24795  Tras ella inserta una llave de cierre 
24796 \begin_inset Quotes eld
24797 \end_inset
24798
24799
24800 \series bold
24801 }
24802 \series default
24803
24804 \begin_inset Quotes erd
24805 \end_inset
24806
24807  en ERT.
24808 \begin_inset ERT
24809 status collapsed
24810
24811 \begin_layout Standard
24812
24813
24814 \backslash
24815 pagebreak 
24816 \end_layout
24817
24818 \end_inset
24819
24820
24821 \end_layout
24822
24823 \begin_layout Standard
24824 Este es el resultado:
24825 \end_layout
24826
24827 \begin_layout Standard
24828 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24829 e.\InsetSpace ~
24830
24831 \begin_inset ERT
24832 status collapsed
24833
24834 \begin_layout Standard
24835
24836
24837 \backslash
24838 mbox{
24839 \end_layout
24840
24841 \end_inset
24842
24843 estalarguísimapalabra.
24844 \begin_inset ERT
24845 status collapsed
24846
24847 \begin_layout Standard
24848
24849 }
24850 \end_layout
24851
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \begin_layout Standard
24858 Por supuesto, la palabra sobresale del margen.
24859  Para evitarlo añade, via el menú 
24860 \family sans
24861 Insertar\SpecialChar \menuseparator
24862 Formato\InsetSpace ~
24863 especial\InsetSpace ~
24864 \SpecialChar \menuseparator
24865 Salto\InsetSpace ~
24866 de\InsetSpace ~
24867
24868 \family default
24869 línea (atajo 
24870 \series bold
24871 Ctrl-Return
24872 \series default
24873 ), un salto de línea antes de la palabra:
24874 \end_layout
24875
24876 \begin_layout Standard
24877 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24878 e.\InsetSpace ~
24879
24880 \newline
24881
24882 \begin_inset ERT
24883 status collapsed
24884
24885 \begin_layout Standard
24886
24887
24888 \backslash
24889 mbox{
24890 \end_layout
24891
24892 \end_inset
24893
24894 estalarguísimapalabra.
24895 \begin_inset ERT
24896 status collapsed
24897
24898 \begin_layout Standard
24899
24900 }
24901 \end_layout
24902
24903 \end_inset
24904
24905
24906 \end_layout
24907
24908 \begin_layout Subsection
24909 Alineación Vertical
24910 \begin_inset LatexCommand label
24911 name "sub:Alineación-Vertical"
24912
24913 \end_inset
24914
24915
24916 \begin_inset LatexCommand index
24917 name "Cuadros ! para Alineación Vertical"
24918
24919 \end_inset
24920
24921
24922 \end_layout
24923
24924 \begin_layout Standard
24925 Con ayuda del comando 
24926 \series bold
24927
24928 \backslash
24929 raisebox
24930 \series default
24931  puedes alinear verticalmente con el texto circundante palabras o caracteres.
24932  
24933 \series bold
24934
24935 \backslash
24936 raisebox
24937 \series default
24938  se utiliza según el esquema:
24939 \end_layout
24940
24941 \begin_layout Standard
24942
24943 \series bold
24944
24945 \backslash
24946 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
24947 \end_layout
24948
24949 \begin_layout Standard
24950 La elevación puede ser un valor positivo para subir el cuadro o negativo
24951  para bajarlo.
24952 \end_layout
24953
24954 \begin_layout Standard
24955 Para alinear una palabra, p.\InsetSpace \thinspace{}
24956 e\InsetSpace ~
24957
24958 \begin_inset Quotes eld
24959 \end_inset
24960
24961 prevención
24962 \begin_inset Quotes erd
24963 \end_inset
24964
24965  para que la parte inferior de la letra más 
24966 \begin_inset Quotes eld
24967 \end_inset
24968
24969 profunda
24970 \begin_inset Quotes erd
24971 \end_inset
24972
24973  
24974 \begin_inset Quotes eld
24975 \end_inset
24976
24977 p
24978 \begin_inset Quotes erd
24979 \end_inset
24980
24981  esté en la línea de base, inserta el comando
24982 \end_layout
24983
24984 \begin_layout Standard
24985
24986 \series bold
24987
24988 \backslash
24989 raisebox{
24990 \backslash
24991 depth}{
24992 \end_layout
24993
24994 \begin_layout Standard
24995 en ERT antes de la palabra.
24996  Detrás de la palabra inserta una llave de cierre 
24997 \begin_inset Quotes eld
24998 \end_inset
24999
25000
25001 \series bold
25002 }
25003 \series default
25004
25005 \begin_inset Quotes erd
25006 \end_inset
25007
25008  en ERT.
25009 \newline
25010 Este es el resultado:
25011 \end_layout
25012
25013 \begin_layout Standard
25014 Esto es una línea de texto con la palabra 
25015 \begin_inset ERT
25016 status collapsed
25017
25018 \begin_layout Standard
25019
25020
25021 \backslash
25022 raisebox{
25023 \backslash
25024 depth}{
25025 \end_layout
25026
25027 \end_inset
25028
25029
25030 \begin_inset Quotes eld
25031 \end_inset
25032
25033 prevención
25034 \begin_inset Quotes erd
25035 \end_inset
25036
25037
25038 \begin_inset ERT
25039 status collapsed
25040
25041 \begin_layout Standard
25042
25043 }
25044 \end_layout
25045
25046 \end_inset
25047
25048  elevada.
25049 \end_layout
25050
25051 \begin_layout Standard
25052 \begin_inset VSpace bigskip
25053 \end_inset
25054
25055 Cuando eleves o bajes caracteres en una línea, se modifica el espacio entre
25056  líneas:
25057 \end_layout
25058
25059 \begin_layout Standard
25060 Esto es una línea de texto con la palabra 
25061 \begin_inset ERT
25062 status collapsed
25063
25064 \begin_layout Standard
25065
25066
25067 \backslash
25068 raisebox{-
25069 \backslash
25070 depth}{
25071 \end_layout
25072
25073 \end_inset
25074
25075
25076 \begin_inset Quotes eld
25077 \end_inset
25078
25079 prevención
25080 \begin_inset Quotes erd
25081 \end_inset
25082
25083
25084 \begin_inset ERT
25085 status collapsed
25086
25087 \begin_layout Standard
25088
25089 }
25090 \end_layout
25091
25092 \end_inset
25093
25094  como palabra más baja.
25095 \newline
25096 Esto es una línea de texto con la palabra 
25097 \begin_inset ERT
25098 status collapsed
25099
25100 \begin_layout Standard
25101
25102
25103 \backslash
25104 raisebox{0.5cm}{
25105 \end_layout
25106
25107 \end_inset
25108
25109
25110 \begin_inset Quotes eld
25111 \end_inset
25112
25113 testigo
25114 \begin_inset Quotes erd
25115 \end_inset
25116
25117
25118 \begin_inset ERT
25119 status collapsed
25120
25121 \begin_layout Standard
25122
25123 }
25124 \end_layout
25125
25126 \end_inset
25127
25128  como palabra más alta.
25129 \end_layout
25130
25131 \begin_layout Standard
25132 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
25133  Por ejemplo
25134 \end_layout
25135
25136 \begin_layout Standard
25137
25138 \series bold
25139
25140 \backslash
25141 raisebox{-
25142 \backslash
25143 depth}[0pt]{
25144 \end_layout
25145
25146 \begin_layout Standard
25147 Esto es una línea de texto con la palabra 
25148 \begin_inset ERT
25149 status collapsed
25150
25151 \begin_layout Standard
25152
25153
25154 \backslash
25155 raisebox{-
25156 \backslash
25157 depth}[0pt]{
25158 \end_layout
25159
25160 \end_inset
25161
25162
25163 \begin_inset Quotes eld
25164 \end_inset
25165
25166 prevención
25167 \begin_inset Quotes erd
25168 \end_inset
25169
25170
25171 \begin_inset ERT
25172 status collapsed
25173
25174 \begin_layout Standard
25175
25176 }
25177 \end_layout
25178
25179 \end_inset
25180
25181  como palabra más baja.
25182 \newline
25183 Esto es una línea de texto con la palabra 
25184 \begin_inset ERT
25185 status collapsed
25186
25187 \begin_layout Standard
25188
25189
25190 \backslash
25191 raisebox{0.5cm}[0pt]{
25192 \end_layout
25193
25194 \end_inset
25195
25196
25197 \begin_inset Quotes eld
25198 \end_inset
25199
25200 testigo
25201 \begin_inset Quotes erd
25202 \end_inset
25203
25204
25205 \begin_inset ERT
25206 status collapsed
25207
25208 \begin_layout Standard
25209
25210 }
25211 \end_layout
25212
25213 \end_inset
25214
25215  como palabra más alta.
25216 \end_layout
25217
25218 \begin_layout Standard
25219 \begin_inset VSpace bigskip
25220 \end_inset
25221
25222 El comando 
25223 \series bold
25224
25225 \backslash
25226 raisebox
25227 \series default
25228  es útil para insertar espacio vertical extra para ciertas filas de tabla
25229  de modo que su contenido esté más separado de las líneas circundantes.
25230  En la Tabla\InsetSpace ~
25231
25232 \begin_inset LatexCommand ref
25233 reference "tab:Dos-tablas-que"
25234
25235 \end_inset
25236
25237  las filas con subíndice y exponente obtienen espacio extra al elevarlas
25238  con un cuadro vacío: El comando
25239 \end_layout
25240
25241 \begin_layout Standard
25242
25243 \series bold
25244
25245 \backslash
25246 raisebox{5mm}{}
25247 \end_layout
25248
25249 \begin_layout Standard
25250 se ha insertado en las filas de la tabla.
25251 \end_layout
25252
25253 \begin_layout Standard
25254 Para añadir espacio extra vertical a todas las filas de todas las tablas,
25255  sería más conveniente  el método descrito en la sección\InsetSpace ~
25256
25257 \begin_inset LatexCommand ref
25258 reference "sub:Row-Spacing"
25259
25260 \end_inset
25261
25262 .
25263 \end_layout
25264
25265 \begin_layout Standard
25266 \begin_inset Float table
25267 wide false
25268 sideways false
25269 status open
25270
25271 \begin_layout Standard
25272 \begin_inset Caption
25273
25274 \begin_layout Standard
25275 \begin_inset LatexCommand label
25276 name "tab:Dos-tablas-que"
25277
25278 \end_inset
25279
25280 Dos tablas que muestran el efecto de espacio vertical extra con 
25281 \backslash
25282
25283 \series bold
25284 raisebox
25285 \end_layout
25286
25287 \end_inset
25288
25289
25290 \end_layout
25291
25292 \begin_layout Standard
25293
25294 \hfill
25295
25296 \begin_inset Tabular
25297 <lyxtabular version="3" rows="5" columns="2">
25298 <features>
25299 <column alignment="center" valignment="top" leftline="true" width="0pt">
25300 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25301 <row topline="true">
25302 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25303 \begin_inset Text
25304
25305 \begin_layout Standard
25306 sin 
25307 \series bold
25308
25309 \backslash
25310 raisebox
25311 \end_layout
25312
25313 \end_inset
25314 </cell>
25315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25316 \begin_inset Text
25317
25318 \begin_layout Standard
25319
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 </row>
25325 <row topline="true">
25326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25327 \begin_inset Text
25328
25329 \begin_layout Standard
25330 Comando
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Standard
25339 Resultado
25340 \end_layout
25341
25342 \end_inset
25343 </cell>
25344 </row>
25345 <row topline="true">
25346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Standard
25350 B_V
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Standard
25359 \begin_inset Formula $B_{V}$
25360 \end_inset
25361
25362
25363 \end_layout
25364
25365 \end_inset
25366 </cell>
25367 </row>
25368 <row topline="true">
25369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25370 \begin_inset Text
25371
25372 \begin_layout Standard
25373 B^V
25374 \end_layout
25375
25376 \end_inset
25377 </cell>
25378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25379 \begin_inset Text
25380
25381 \begin_layout Standard
25382 \begin_inset Formula $B^{V}$
25383 \end_inset
25384
25385
25386 \end_layout
25387
25388 \end_inset
25389 </cell>
25390 </row>
25391 <row topline="true" bottomline="true">
25392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25393 \begin_inset Text
25394
25395 \begin_layout Standard
25396 B^
25397 \begin_inset ERT
25398 status collapsed
25399
25400 \begin_layout Standard
25401
25402
25403 \backslash
25404 textvisiblespace 
25405 \end_layout
25406
25407 \end_inset
25408
25409 A
25410 \end_layout
25411
25412 \end_inset
25413 </cell>
25414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25415 \begin_inset Text
25416
25417 \begin_layout Standard
25418 \begin_inset Formula $B^{A}$
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \end_inset
25425 </cell>
25426 </row>
25427 </lyxtabular>
25428
25429 \end_inset
25430
25431
25432 \begin_inset ERT
25433 status collapsed
25434
25435 \begin_layout Standard
25436
25437
25438 \backslash
25439 hspace{2pt}
25440 \end_layout
25441
25442 \end_inset
25443
25444
25445 \begin_inset Tabular
25446 <lyxtabular version="3" rows="5" columns="2">
25447 <features>
25448 <column alignment="center" valignment="top" leftline="true" width="0">
25449 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25450 <row topline="true" bottomline="true">
25451 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25452 \begin_inset Text
25453
25454 \begin_layout Standard
25455 con 
25456 \series bold
25457
25458 \backslash
25459 raisebox
25460 \end_layout
25461
25462 \end_inset
25463 </cell>
25464 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25465 \begin_inset Text
25466
25467 \begin_layout Standard
25468
25469 \end_layout
25470
25471 \end_inset
25472 </cell>
25473 </row>
25474 <row topline="true">
25475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25476 \begin_inset Text
25477
25478 \begin_layout Standard
25479 Comando
25480 \end_layout
25481
25482 \end_inset
25483 </cell>
25484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25485 \begin_inset Text
25486
25487 \begin_layout Standard
25488 Resultado
25489 \end_layout
25490
25491 \end_inset
25492 </cell>
25493 </row>
25494 <row topline="true">
25495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25496 \begin_inset Text
25497
25498 \begin_layout Standard
25499 B_V
25500 \end_layout
25501
25502 \end_inset
25503 </cell>
25504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25505 \begin_inset Text
25506
25507 \begin_layout Standard
25508 \begin_inset Formula $B_{V}$
25509 \end_inset
25510
25511
25512 \end_layout
25513
25514 \end_inset
25515 </cell>
25516 </row>
25517 <row topline="true">
25518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Standard
25522 B^V
25523 \end_layout
25524
25525 \end_inset
25526 </cell>
25527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25528 \begin_inset Text
25529
25530 \begin_layout Standard
25531 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 </row>
25540 <row topline="true" bottomline="true">
25541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25542 \begin_inset Text
25543
25544 \begin_layout Standard
25545 B^
25546 \begin_inset ERT
25547 status collapsed
25548
25549 \begin_layout Standard
25550
25551
25552 \backslash
25553 textvisiblespace 
25554 \end_layout
25555
25556 \end_inset
25557
25558 A
25559 \end_layout
25560
25561 \end_inset
25562 </cell>
25563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25564 \begin_inset Text
25565
25566 \begin_layout Standard
25567 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
25568 \end_inset
25569
25570
25571 \end_layout
25572
25573 \end_inset
25574 </cell>
25575 </row>
25576 </lyxtabular>
25577
25578 \end_inset
25579
25580
25581 \hfill
25582
25583 \end_layout
25584
25585 \end_inset
25586
25587
25588 \end_layout
25589
25590 \begin_layout Section
25591 Cuadros Coloreados
25592 \begin_inset LatexCommand label
25593 name "sec:Cuadros-Coloreados"
25594
25595 \end_inset
25596
25597
25598 \begin_inset LatexCommand index
25599 name "Cuadros ! Color"
25600
25601 \end_inset
25602
25603
25604 \end_layout
25605
25606 \begin_layout Subsection
25607 Color en Texto
25608 \begin_inset LatexCommand index
25609 name "Color ! en Texto"
25610
25611 \end_inset
25612
25613
25614 \end_layout
25615
25616 \begin_layout Standard
25617 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
25618  Esto requiere cargar el paquete LaTeX 
25619 \series bold
25620 color
25621 \series default
25622
25623 \begin_inset LatexCommand index
25624 name "LaTeX-paquetes ! color"
25625
25626 \end_inset
25627
25628  en el preámbulo del documento con
25629 \end_layout
25630
25631 \begin_layout Standard
25632
25633 \series bold
25634
25635 \backslash
25636 @ifundef\SpecialChar \textcompwordmark{}
25637 ined{textcolor}
25638 \newline
25639
25640 \begin_inset ERT
25641 status collapsed
25642
25643 \begin_layout Standard
25644
25645
25646 \backslash
25647 hphantom{ }
25648 \end_layout
25649
25650 \end_inset
25651
25652 {
25653 \backslash
25654 usepackage{color}}{}
25655 \end_layout
25656
25657 \begin_layout Standard
25658 LyX cargará automáticamente el paquete 
25659 \series bold
25660 color
25661 \series default
25662  cuando colorees texto
25663 \begin_inset Foot
25664 status collapsed
25665
25666 \begin_layout Standard
25667 Para evitar cargarlo dos veces se usa el comando 
25668 \series bold
25669
25670 \backslash
25671 @ifundef\SpecialChar \textcompwordmark{}
25672 ined
25673 \series default
25674 .
25675 \end_layout
25676
25677 \end_inset
25678
25679 .
25680 \end_layout
25681
25682 \begin_layout Standard
25683 \begin_inset VSpace medskip
25684 \end_inset
25685
25686 Los cuadros coloreados se crean con el comando 
25687 \series bold
25688
25689 \backslash
25690 colorbox
25691 \series default
25692 , de acuerdo con el siguiente esquema:
25693 \end_layout
25694
25695 \begin_layout Standard
25696
25697 \series bold
25698
25699 \backslash
25700 colorbox{color}{contenido del cuadro}
25701 \end_layout
25702
25703 \begin_layout Standard
25704 El contenido también puede ser un cuadro y los cuadros coloreados también
25705  pueden estar en otros cuadros.
25706 \end_layout
25707
25708 \begin_layout Standard
25709 Los siguientes colores están predefinidos:
25710 \newline
25711
25712 \family sans
25713 black
25714 \family default
25715
25716 \family sans
25717 blue
25718 \family default
25719
25720 \family sans
25721 cyan
25722 \family default
25723 \series bold
25724
25725 \family sans
25726 \series default
25727 green
25728 \family default
25729
25730 \family sans
25731 magenta
25732 \family default
25733
25734 \family sans
25735 red
25736 \family default
25737
25738 \family sans
25739 white
25740 \family default
25741
25742 \family sans
25743 yellow
25744 \family default
25745 .
25746 \newline
25747 También puedes definir tus propios colores según se explica en la sección\InsetSpace ~
25748
25749 \begin_inset LatexCommand ref
25750 reference "sec:Tablas-Coloreadas"
25751
25752 \end_inset
25753
25754 .
25755 \end_layout
25756
25757 \begin_layout Standard
25758 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
25759 \end_layout
25760
25761 \begin_layout Standard
25762
25763 \series bold
25764
25765 \backslash
25766 colorbox{red}{
25767 \end_layout
25768
25769 \begin_layout Standard
25770 en ERT antes de la palabra.
25771  Tras la palabra inserta una llave de cierre 
25772 \begin_inset Quotes eld
25773 \end_inset
25774
25775
25776 \series bold
25777 }
25778 \series default
25779
25780 \begin_inset Quotes erd
25781 \end_inset
25782
25783  en ERT.
25784 \newline
25785 Este es el resultado:
25786 \end_layout
25787
25788 \begin_layout Standard
25789 Línea en la que la palabra 
25790 \begin_inset ERT
25791 status collapsed
25792
25793 \begin_layout Standard
25794
25795
25796 \backslash
25797 colorbox{red}{
25798 \end_layout
25799
25800 \end_inset
25801
25802
25803 \begin_inset Quotes eld
25804 \end_inset
25805
25806 ¡Atención!
25807 \begin_inset Quotes erd
25808 \end_inset
25809
25810
25811 \begin_inset ERT
25812 status collapsed
25813
25814 \begin_layout Standard
25815
25816 }
25817 \end_layout
25818
25819 \end_inset
25820
25821  tiene fondo rojo.
25822 \end_layout
25823
25824 \begin_layout Standard
25825 \begin_inset VSpace bigskip
25826 \end_inset
25827
25828 Si quieres un marco de distinto color, puedes emplear el comando 
25829 \series bold
25830
25831 \backslash
25832 fcolorbox
25833 \series default
25834  con el esquema siguiente:
25835 \end_layout
25836
25837 \begin_layout Standard
25838
25839 \series bold
25840
25841 \backslash
25842 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
25843 \end_layout
25844
25845 \begin_layout Standard
25846
25847 \series bold
25848
25849 \backslash
25850 fcolorbox
25851 \series default
25852  es una extensión de 
25853 \series bold
25854
25855 \backslash
25856 colorbox
25857 \series default
25858 .
25859  El grosor del marco y el espacio entre él y el contenido se puede ajustar
25860  con las longitudes 
25861 \series bold
25862
25863 \backslash
25864 fboxrule
25865 \series default
25866  y 
25867 \series bold
25868
25869 \backslash
25870 fboxsep
25871 \series default
25872 , respectivamente, como se describe en la sección\InsetSpace ~
25873
25874 \begin_inset LatexCommand ref
25875 reference "sec:Cuadros-Enmarcados"
25876
25877 \end_inset
25878
25879 .
25880 \end_layout
25881
25882 \begin_layout Standard
25883 Para el ejemplo siguiente se ha utilizado el comando
25884 \end_layout
25885
25886 \begin_layout Standard
25887
25888 \series bold
25889
25890 \backslash
25891 fcolorbox{cyan}{magenta}{
25892 \end_layout
25893
25894 \begin_layout Standard
25895 Este es un ejemplo en el que se ha puesto un grosor de 1\InsetSpace \thinspace{}
25896 mm para la línea
25897  del marco:
25898 \newline
25899
25900 \begin_inset ERT
25901 status collapsed
25902
25903 \begin_layout Standard
25904
25905
25906 \backslash
25907 fboxrule 1mm 
25908 \backslash
25909 fboxsep 1mm
25910 \end_layout
25911
25912 \end_inset
25913
25914
25915 \begin_inset ERT
25916 status collapsed
25917
25918 \begin_layout Standard
25919
25920
25921 \backslash
25922 fcolorbox{cyan}{magenta}{
25923 \end_layout
25924
25925 \end_inset
25926
25927 Texto en un marco coloreado y enmarcado.
25928 \begin_inset ERT
25929 status collapsed
25930
25931 \begin_layout Standard
25932
25933 }
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \begin_layout Standard
25942 \begin_inset VSpace bigskip
25943 \end_inset
25944
25945 Por supuesto también puedes colorear el texto en un marco coloreado:
25946 \newline
25947
25948 \begin_inset ERT
25949 status collapsed
25950
25951 \begin_layout Standard
25952
25953
25954 \backslash
25955 fcolorbox{cyan}{magenta}{
25956 \end_layout
25957
25958 \end_inset
25959
25960
25961 \color yellow
25962 Texto coloreado en un marco sombreado y coloreado.
25963 \color none
25964
25965 \begin_inset ERT
25966 status collapsed
25967
25968 \begin_layout Standard
25969
25970 }
25971 \end_layout
25972
25973 \end_inset
25974
25975
25976 \begin_inset ERT
25977 status collapsed
25978
25979 \begin_layout Standard
25980
25981
25982 \backslash
25983 fboxrule 0.4pt 
25984 \backslash
25985 fboxsep 3pt
25986 \end_layout
25987
25988 \end_inset
25989
25990
25991 \end_layout
25992
25993 \begin_layout Standard
25994
25995 \series bold
25996 \begin_inset VSpace medskip
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \begin_layout Standard
26003 \begin_inset Note Greyedout
26004 status open
26005
26006 \begin_layout Standard
26007
26008 \series bold
26009 Nota:
26010 \series default
26011  El texto en cuadros coloreados no puede tener saltos de línea.
26012  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
26013  coloreado como se describe a continuación.
26014 \end_layout
26015
26016 \end_inset
26017
26018
26019 \end_layout
26020
26021 \begin_layout Subsection
26022 Color en Párrafos
26023 \begin_inset LatexCommand label
26024 name "sub:Color-en-Párrafos"
26025
26026 \end_inset
26027
26028
26029 \begin_inset LatexCommand index
26030 name "Color ! en Párrafos"
26031
26032 \end_inset
26033
26034
26035 \end_layout
26036
26037 \begin_layout Standard
26038 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
26039  Antes de la minipágina inserta el comando 
26040 \series bold
26041
26042 \backslash
26043 colorbox
26044 \end_layout
26045
26046 \begin_layout Standard
26047
26048 \series bold
26049
26050 \backslash
26051 colorbox{color}{
26052 \end_layout
26053
26054 \begin_layout Standard
26055 en ERT.
26056  Detrás de la minipágina inserta una llave de cierre 
26057 \begin_inset Quotes eld
26058 \end_inset
26059
26060
26061 \series bold
26062 }
26063 \series default
26064
26065 \begin_inset Quotes erd
26066 \end_inset
26067
26068  en ERT.
26069 \end_layout
26070
26071 \begin_layout Standard
26072 \begin_inset ERT
26073 status collapsed
26074
26075 \begin_layout Standard
26076
26077
26078 \backslash
26079 colorbox{grisclaro}{
26080 \end_layout
26081
26082 \end_inset
26083
26084
26085 \begin_inset Box Frameless
26086 position "t"
26087 hor_pos "c"
26088 has_inner_box 1
26089 inner_pos "t"
26090 use_parbox 0
26091 width "100col%"
26092 special "none"
26093 height "1in"
26094 height_special "totalheight"
26095 status open
26096
26097 \begin_layout Standard
26098 Texto con color de fondo.
26099  Texto con color de fondo.
26100 \end_layout
26101
26102 \begin_layout Standard
26103 \begin_inset VSpace defskip
26104 \end_inset
26105
26106 El texto puede tener notas al pie
26107 \begin_inset Foot
26108 status open
26109
26110 \begin_layout Standard
26111 Otro ejemplo de nota
26112 \end_layout
26113
26114 \end_inset
26115
26116  y puede incluir tablas y figuras.
26117 \end_layout
26118
26119 \begin_layout Standard
26120 \align center
26121 \begin_inset Tabular
26122 <lyxtabular version="3" rows="3" columns="3">
26123 <features>
26124 <column alignment="center" valignment="top" leftline="true" width="0">
26125 <column alignment="center" valignment="top" leftline="true" width="0">
26126 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26127 <row topline="true">
26128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Standard
26132 a
26133 \end_layout
26134
26135 \end_inset
26136 </cell>
26137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26138 \begin_inset Text
26139
26140 \begin_layout Standard
26141 !
26142 \end_layout
26143
26144 \end_inset
26145 </cell>
26146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26147 \begin_inset Text
26148
26149 \begin_layout Standard
26150 3
26151 \end_layout
26152
26153 \end_inset
26154 </cell>
26155 </row>
26156 <row topline="true">
26157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26158 \begin_inset Text
26159
26160 \begin_layout Standard
26161 <
26162 \end_layout
26163
26164 \end_inset
26165 </cell>
26166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Standard
26170 b2
26171 \begin_inset Quotes erd
26172 \end_inset
26173
26174 |
26175 \end_layout
26176
26177 \end_inset
26178 </cell>
26179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26180 \begin_inset Text
26181
26182 \begin_layout Standard
26183 >
26184 \end_layout
26185
26186 \end_inset
26187 </cell>
26188 </row>
26189 <row topline="true" bottomline="true">
26190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26191 \begin_inset Text
26192
26193 \begin_layout Standard
26194 1
26195 \end_layout
26196
26197 \end_inset
26198 </cell>
26199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26200 \begin_inset Text
26201
26202 \begin_layout Standard
26203 §
26204 \end_layout
26205
26206 \end_inset
26207 </cell>
26208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Standard
26212 c
26213 \end_layout
26214
26215 \end_inset
26216 </cell>
26217 </row>
26218 </lyxtabular>
26219
26220 \end_inset
26221
26222
26223 \end_layout
26224
26225 \end_inset
26226
26227
26228 \begin_inset ERT
26229 status collapsed
26230
26231 \begin_layout Standard
26232
26233 }
26234 \end_layout
26235
26236 \end_inset
26237
26238
26239 \end_layout
26240
26241 \begin_layout Section
26242 URLs (Localizador Uniforme de Recursos)
26243 \begin_inset LatexCommand index
26244 name "URLs"
26245
26246 \end_inset
26247
26248
26249 \end_layout
26250
26251 \begin_layout Standard
26252 Los enlaces a páginas web o direcciones de correo se insertan con el menú
26253  
26254 \family sans
26255 Insertar\SpecialChar \menuseparator
26256 URL
26257 \family default
26258 .
26259  Surge un diálogo con dos campos; el campo 
26260 \family sans
26261 URL
26262 \family default
26263  y el campo 
26264 \family sans
26265 Nombre
26266 \family default
26267  para la descripción del URL, que saldrá impreso como texto normal inmediatament
26268 e antes del URL.
26269 \end_layout
26270
26271 \begin_layout Standard
26272 He aquí un ejemplo de URL: 
26273 \begin_inset LatexCommand url
26274 name "Página de LyX"
26275 target "http://www.lyx.org"
26276
26277 \end_inset
26278
26279
26280 \end_layout
26281
26282 \begin_layout Standard
26283 La opción 
26284 \family sans
26285 Generar\InsetSpace ~
26286 hiperenlace
26287 \family default
26288  en el diálogo URL sólo tiene efecto al exportar el documento al formato
26289  
26290 \begin_inset Quotes eld
26291 \end_inset
26292
26293
26294 \family sans
26295 LinuxDoc
26296 \family default
26297
26298 \begin_inset Quotes erd
26299 \end_inset
26300
26301 .
26302 \end_layout
26303
26304 \begin_layout Standard
26305 No se puede cambiar el estilo del texto del enlace.
26306  El texto del campo 
26307 \family sans
26308 Nombre
26309 \family default
26310  tendrá el estilo de texto predeterminado para el documento mientras que
26311  el texto del campo 
26312 \family sans
26313 URL
26314 \family default
26315  tendrá el estilo 
26316 \begin_inset Quotes eld
26317 \end_inset
26318
26319
26320 \family sans
26321 Typewriter
26322 \family default
26323
26324 \begin_inset Quotes erd
26325 \end_inset
26326
26327 .
26328 \end_layout
26329
26330 \begin_layout Standard
26331 Cuando usas el paquete LaTeX 
26332 \series bold
26333 hyperref
26334 \series default
26335
26336 \begin_inset LatexCommand index
26337 name "LaTeX-paquetes ! hyperref"
26338
26339 \end_inset
26340
26341  para enlazar referencias cruzadas, en las salidas DVI y PDF los URLs se
26342  convierten automáticamente en hiperenlaces disponibles.
26343 \end_layout
26344
26345 \begin_layout Standard
26346 \begin_inset Note Greyedout
26347 status open
26348
26349 \begin_layout Standard
26350
26351 \series bold
26352 Nota: 
26353 \series default
26354 Cuando utilices los caracteres: "%", "#", "^", debes escribirlos precedidos
26355  por una barra invertida, p.\InsetSpace \thinspace{}
26356 e.\InsetSpace ~
26357
26358 \begin_inset Quotes eld
26359 \end_inset
26360
26361
26362 \backslash
26363 #
26364 \begin_inset Quotes erd
26365 \end_inset
26366
26367 .
26368  Los URLs no deben finalizar con una barra invertida.
26369 \end_layout
26370
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \begin_layout Standard
26377 \begin_inset VSpace bigskip
26378 \end_inset
26379
26380 Para crear hiperenlaces reales sin tener que escribir la dirección del enlace
26381  en el texto, puedes usar el comando
26382 \end_layout
26383
26384 \begin_layout Standard
26385
26386 \series bold
26387
26388 \backslash
26389 href{dirección del enlace}{texto del enlace}
26390 \end_layout
26391
26392 \begin_layout Standard
26393 en ERT.
26394  Por ejemplo, para conseguir un enlace a la página web de LyX, escribe el
26395  comando
26396 \end_layout
26397
26398 \begin_layout Standard
26399
26400 \series bold
26401
26402 \backslash
26403 href{http://www.lyx.org}{
26404 \end_layout
26405
26406 \begin_layout Standard
26407 en ERT.
26408  Inserta después del comando el texto del enlace 
26409 \begin_inset Quotes eld
26410 \end_inset
26411
26412 Página de LyX
26413 \begin_inset Quotes erd
26414 \end_inset
26415
26416  seguido por una llave en ERT.
26417  Este es el resultado: 
26418 \begin_inset ERT
26419 status collapsed
26420
26421 \begin_layout Standard
26422
26423
26424 \backslash
26425 href{http://www.lyx.org}{
26426 \end_layout
26427
26428 \end_inset
26429
26430 Página de LyX
26431 \begin_inset ERT
26432 status collapsed
26433
26434 \begin_layout Standard
26435
26436 }
26437 \end_layout
26438
26439 \end_inset
26440
26441
26442 \end_layout
26443
26444 \begin_layout Standard
26445 Para enlazar a direcciones de correo, añade el prefijo 
26446 \begin_inset Quotes eld
26447 \end_inset
26448
26449
26450 \family sans
26451 mailto:
26452 \family default
26453
26454 \begin_inset Quotes erd
26455 \end_inset
26456
26457  a la dirección del enlace:
26458 \newline
26459 Correo para 
26460 \begin_inset ERT
26461 status collapsed
26462
26463 \begin_layout Standard
26464
26465
26466 \backslash
26467 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
26468 \end_layout
26469
26470 \end_inset
26471
26472 la lista de correo de documentación de LyX (lyx-docs)
26473 \begin_inset ERT
26474 status collapsed
26475
26476 \begin_layout Standard
26477
26478 }
26479 \end_layout
26480
26481 \end_inset
26482
26483 .
26484 \end_layout
26485
26486 \begin_layout Standard
26487 Emplear 
26488 \series bold
26489
26490 \backslash
26491 href
26492 \series default
26493  en vez del cuadro URL de LyX tiene la ventaja de que puedes especificar
26494  el estilo de texto del enlace como en las demás partes del texto.
26495  Puedes poner guiones y saltos de línea forzados para dividir textos extensos
26496  de enlaces en el margen de página.
26497  También puedes cambiar el estilo de texto para todos los URLs en el documento
26498  con una opción en el comando de carga de 
26499 \series bold
26500 hyperref
26501 \series default
26502 .
26503  Además las restricciones mencionadas antes no se aplican a 
26504 \series bold
26505
26506 \backslash
26507 href
26508 \series default
26509 .
26510  
26511 \end_layout
26512
26513 \begin_layout Standard
26514
26515 \end_layout
26516
26517 \begin_layout Standard
26518
26519 \newpage
26520
26521 \end_layout
26522
26523 \begin_layout Chapter
26524 \start_of_appendix
26525 Unidades disponibles en 
26526 \begin_inset ERT
26527 status collapsed
26528
26529 \begin_layout Standard
26530
26531
26532 \backslash
26533 texorpdfstring{
26534 \end_layout
26535
26536 \end_inset
26537
26538 LyX
26539 \begin_inset ERT
26540 status collapsed
26541
26542 \begin_layout Standard
26543
26544 }{LyX}
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \begin_inset LatexCommand index
26551 name "Unidades"
26552
26553 \end_inset
26554
26555
26556 \begin_inset LatexCommand label
26557 name "cha:Unidades-disponibles-en"
26558
26559 \end_inset
26560
26561
26562 \begin_inset Note Note
26563 status collapsed
26564
26565 \begin_layout Standard
26566 El comando 
26567 \backslash
26568 texorpdfstring suministrado por el paquete LaTeX hyperref impide que los
26569  enlaces se muestren erróneamente en los marcadores PDF.
26570  Más información en 
26571 \begin_inset LatexCommand cite
26572 key "hyperref"
26573
26574 \end_inset
26575
26576 .
26577 \end_layout
26578
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \begin_layout Standard
26585 Para comprender las unidades descritas en este manual, la Tabla\InsetSpace ~
26586
26587 \begin_inset LatexCommand ref
26588 reference "tab:Unidades"
26589
26590 \end_inset
26591
26592  describe todas las unidades disponibles en LyX.
26593 \end_layout
26594
26595 \begin_layout Standard
26596 \begin_inset Float table
26597 placement h
26598 wide false
26599 sideways false
26600 status open
26601
26602 \begin_layout Standard
26603 \begin_inset Caption
26604
26605 \begin_layout Standard
26606 \begin_inset LatexCommand label
26607 name "tab:Unidades"
26608
26609 \end_inset
26610
26611 Unidades
26612 \end_layout
26613
26614 \end_inset
26615
26616
26617 \end_layout
26618
26619 \begin_layout Standard
26620 \begin_inset VSpace medskip
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \begin_layout Standard
26627 \align center
26628 \begin_inset Tabular
26629 <lyxtabular version="3" rows="20" columns="2">
26630 <features>
26631 <column alignment="center" valignment="top" leftline="true" width="0">
26632 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26633 <row topline="true" bottomline="true">
26634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26635 \begin_inset Text
26636
26637 \begin_layout Standard
26638 unidad
26639 \end_layout
26640
26641 \end_inset
26642 </cell>
26643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26644 \begin_inset Text
26645
26646 \begin_layout Standard
26647 nombre/descripción
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 </row>
26653 <row topline="true">
26654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Standard
26658 mm
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Standard
26667 milímetro
26668 \end_layout
26669
26670 \end_inset
26671 </cell>
26672 </row>
26673 <row topline="true">
26674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Standard
26678 cm
26679 \end_layout
26680
26681 \end_inset
26682 </cell>
26683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26684 \begin_inset Text
26685
26686 \begin_layout Standard
26687 centímetro
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 </row>
26693 <row topline="true">
26694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26695 \begin_inset Text
26696
26697 \begin_layout Standard
26698 in
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Standard
26707 pulgada
26708 \end_layout
26709
26710 \end_inset
26711 </cell>
26712 </row>
26713 <row topline="true">
26714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26715 \begin_inset Text
26716
26717 \begin_layout Standard
26718 pt
26719 \end_layout
26720
26721 \end_inset
26722 </cell>
26723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26724 \begin_inset Text
26725
26726 \begin_layout Standard
26727 punto (72.27\InsetSpace \thinspace{}
26728 pt = 1\InsetSpace \thinspace{}
26729 in)
26730 \end_layout
26731
26732 \end_inset
26733 </cell>
26734 </row>
26735 <row topline="true">
26736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26737 \begin_inset Text
26738
26739 \begin_layout Standard
26740 pc
26741 \end_layout
26742
26743 \end_inset
26744 </cell>
26745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26746 \begin_inset Text
26747
26748 \begin_layout Standard
26749 pica (1\InsetSpace \thinspace{}
26750 pc = 12\InsetSpace \thinspace{}
26751 pt)
26752 \end_layout
26753
26754 \end_inset
26755 </cell>
26756 </row>
26757 <row topline="true">
26758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26759 \begin_inset Text
26760
26761 \begin_layout Standard
26762 sp
26763 \end_layout
26764
26765 \end_inset
26766 </cell>
26767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26768 \begin_inset Text
26769
26770 \begin_layout Standard
26771 punto escalado (65536\InsetSpace \thinspace{}
26772 sp = 1\InsetSpace \thinspace{}
26773 pt)
26774 \end_layout
26775
26776 \end_inset
26777 </cell>
26778 </row>
26779 <row topline="true">
26780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26781 \begin_inset Text
26782
26783 \begin_layout Standard
26784 bp
26785 \end_layout
26786
26787 \end_inset
26788 </cell>
26789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26790 \begin_inset Text
26791
26792 \begin_layout Standard
26793 punto grande (72\InsetSpace \thinspace{}
26794 bp = 1\InsetSpace \thinspace{}
26795 in)
26796 \end_layout
26797
26798 \end_inset
26799 </cell>
26800 </row>
26801 <row topline="true">
26802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26803 \begin_inset Text
26804
26805 \begin_layout Standard
26806 dd
26807 \end_layout
26808
26809 \end_inset
26810 </cell>
26811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26812 \begin_inset Text
26813
26814 \begin_layout Standard
26815 didot (72\InsetSpace \thinspace{}
26816 dd 
26817 \begin_inset Formula $\approx$
26818 \end_inset
26819
26820  37.6\InsetSpace \thinspace{}
26821 mm)
26822 \end_layout
26823
26824 \end_inset
26825 </cell>
26826 </row>
26827 <row topline="true">
26828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26829 \begin_inset Text
26830
26831 \begin_layout Standard
26832 cc
26833 \end_layout
26834
26835 \end_inset
26836 </cell>
26837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26838 \begin_inset Text
26839
26840 \begin_layout Standard
26841 cicero (1\InsetSpace \thinspace{}
26842 cc = 12\InsetSpace \thinspace{}
26843 dd)
26844 \end_layout
26845
26846 \end_inset
26847 </cell>
26848 </row>
26849 <row topline="true">
26850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26851 \begin_inset Text
26852
26853 \begin_layout Standard
26854 Escala%
26855 \end_layout
26856
26857 \end_inset
26858 </cell>
26859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26860 \begin_inset Text
26861
26862 \begin_layout Standard
26863 % de anchura original de la imagen
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 </row>
26869 <row topline="true">
26870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26871 \begin_inset Text
26872
26873 \begin_layout Standard
26874 text%
26875 \end_layout
26876
26877 \end_inset
26878 </cell>
26879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26880 \begin_inset Text
26881
26882 \begin_layout Standard
26883 % de anchura de texto
26884 \end_layout
26885
26886 \end_inset
26887 </cell>
26888 </row>
26889 <row topline="true">
26890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26891 \begin_inset Text
26892
26893 \begin_layout Standard
26894 col%
26895 \end_layout
26896
26897 \end_inset
26898 </cell>
26899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26900 \begin_inset Text
26901
26902 \begin_layout Standard
26903 % de anchura de columna
26904 \end_layout
26905
26906 \end_inset
26907 </cell>
26908 </row>
26909 <row topline="true">
26910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26911 \begin_inset Text
26912
26913 \begin_layout Standard
26914 page%
26915 \end_layout
26916
26917 \end_inset
26918 </cell>
26919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26920 \begin_inset Text
26921
26922 \begin_layout Standard
26923 % de anchura de página
26924 \end_layout
26925
26926 \end_inset
26927 </cell>
26928 </row>
26929 <row topline="true">
26930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26931 \begin_inset Text
26932
26933 \begin_layout Standard
26934 line%
26935 \end_layout
26936
26937 \end_inset
26938 </cell>
26939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26940 \begin_inset Text
26941
26942 \begin_layout Standard
26943 % de anchura de línea
26944 \end_layout
26945
26946 \end_inset
26947 </cell>
26948 </row>
26949 <row topline="true">
26950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26951 \begin_inset Text
26952
26953 \begin_layout Standard
26954 theight%
26955 \end_layout
26956
26957 \end_inset
26958 </cell>
26959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26960 \begin_inset Text
26961
26962 \begin_layout Standard
26963 % de altura de texto
26964 \end_layout
26965
26966 \end_inset
26967 </cell>
26968 </row>
26969 <row topline="true">
26970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26971 \begin_inset Text
26972
26973 \begin_layout Standard
26974 pheight%
26975 \end_layout
26976
26977 \end_inset
26978 </cell>
26979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26980 \begin_inset Text
26981
26982 \begin_layout Standard
26983 % de altura de página
26984 \end_layout
26985
26986 \end_inset
26987 </cell>
26988 </row>
26989 <row topline="true">
26990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26991 \begin_inset Text
26992
26993 \begin_layout Standard
26994 ex
26995 \end_layout
26996
26997 \end_inset
26998 </cell>
26999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27000 \begin_inset Text
27001
27002 \begin_layout Standard
27003 altura de la letra 
27004 \emph on
27005 x
27006 \emph default
27007  en la fuente actual
27008 \end_layout
27009
27010 \end_inset
27011 </cell>
27012 </row>
27013 <row topline="true">
27014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27015 \begin_inset Text
27016
27017 \begin_layout Standard
27018 em
27019 \end_layout
27020
27021 \end_inset
27022 </cell>
27023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27024 \begin_inset Text
27025
27026 \begin_layout Standard
27027 anchura de la letra 
27028 \emph on
27029 M
27030 \emph default
27031  en la fuente actual
27032 \end_layout
27033
27034 \end_inset
27035 </cell>
27036 </row>
27037 <row topline="true" bottomline="true">
27038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27039 \begin_inset Text
27040
27041 \begin_layout Standard
27042 mu
27043 \end_layout
27044
27045 \end_inset
27046 </cell>
27047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27048 \begin_inset Text
27049
27050 \begin_layout Standard
27051 unidad matemática (1\InsetSpace \thinspace{}
27052 mu = 1/18\InsetSpace \thinspace{}
27053 em)
27054 \end_layout
27055
27056 \end_inset
27057 </cell>
27058 </row>
27059 </lyxtabular>
27060
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \end_inset
27067
27068
27069 \end_layout
27070
27071 \begin_layout Chapter
27072 Formatos de Archivos de Salida con Gráficos
27073 \begin_inset LatexCommand label
27074 name "cha:Formatos-de-Archivos-de-Salida"
27075
27076 \end_inset
27077
27078
27079 \end_layout
27080
27081 \begin_layout Section
27082 DVI
27083 \begin_inset LatexCommand index
27084 name "Formatos de Archivo ! DVI"
27085
27086 \end_inset
27087
27088
27089 \begin_inset LatexCommand index
27090 name "DVI|see{Formatos de Archivo}"
27091
27092 \end_inset
27093
27094
27095 \end_layout
27096
27097 \begin_layout Standard
27098 Este tipo de archivo tiene la extensión 
27099 \begin_inset Quotes eld
27100 \end_inset
27101
27102
27103 \family typewriter
27104 .dvi
27105 \family default
27106
27107 \begin_inset Quotes erd
27108 \end_inset
27109
27110 .
27111  Se denomina 
27112 \begin_inset Quotes eld
27113 \end_inset
27114
27115 device-independent
27116 \begin_inset Quotes erd
27117 \end_inset
27118
27119  (DVI), porque es completamente portable; se pueden mover de una máquina
27120  a otra sin necesidad de conversión alguna.
27121  En la época en que se desarrolló este formato, esto no era un asunto baladí.
27122  Los DVIs se usan para previsualizaciones rápidas y como preparación para
27123  otros formatos de salida como PostScript.
27124 \end_layout
27125
27126 \begin_layout Standard
27127 \begin_inset Note Greyedout
27128 status open
27129
27130 \begin_layout Standard
27131
27132 \series bold
27133 Nota:
27134 \series default
27135  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
27136 \end_layout
27137
27138 \end_inset
27139
27140  Por tanto no debes olvidar esto si mueves archivos 
27141 \family typewriter
27142 .dvi
27143 \family default
27144  a otro ordenador.
27145  Esta característica también puede retardar la visualización del archivo,
27146  porque el visor DVI tiene que convertir la imagen en segundo plano para
27147  hacerla visible al deslizar el visor.
27148  Así pues recomendamos usar PDF para archivos con muchas imágenes.
27149 \end_layout
27150
27151 \begin_layout Standard
27152 Un documento se exporta a DVI con el menú 
27153 \family sans
27154 Archivo\SpecialChar \menuseparator
27155 Exportar\SpecialChar \menuseparator
27156 DVI
27157 \family default
27158 .
27159 \end_layout
27160
27161 \begin_layout Section
27162 PostScript
27163 \begin_inset LatexCommand label
27164 name "sec:PostScript"
27165
27166 \end_inset
27167
27168
27169 \begin_inset LatexCommand index
27170 name "Formatos de Archivo ! PostScript"
27171
27172 \end_inset
27173
27174
27175 \begin_inset LatexCommand index
27176 name "PostScript|see{Formatos de Archivo}"
27177
27178 \end_inset
27179
27180
27181 \end_layout
27182
27183 \begin_layout Standard
27184 Este tipo de archivo tiene la extensión 
27185 \begin_inset Quotes eld
27186 \end_inset
27187
27188
27189 \family typewriter
27190 .ps
27191 \family default
27192
27193 \begin_inset Quotes erd
27194 \end_inset
27195
27196 .
27197  PostScript fue desarrollado por la compañía 
27198 \family typewriter
27199 Adobe
27200 \family default
27201  como lenguaje para impresoras.
27202  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
27203  PostScript puede considerarse como un 
27204 \begin_inset Quotes eld
27205 \end_inset
27206
27207 lenguaje de programación
27208 \begin_inset Quotes erd
27209 \end_inset
27210
27211 ; con él puedes calcular y dibujar imágenes y diagramas
27212 \begin_inset Foot
27213 status collapsed
27214
27215 \begin_layout Standard
27216 Si estás interesado en este tema acude al paquete LaTeX 
27217 \series bold
27218 PSTricks
27219 \series default
27220  
27221 \begin_inset LatexCommand cite
27222 key "pstricks"
27223
27224 \end_inset
27225
27226 .
27227 \end_layout
27228
27229 \end_inset
27230
27231 .
27232  Por esto los archivos suelen ser más grandes que los PDFs.
27233 \end_layout
27234
27235 \begin_layout Standard
27236 Los archivos PostScript solo pueden contener imágenes en el formato 
27237 \begin_inset Quotes eld
27238 \end_inset
27239
27240 Encapsulated PostScript
27241 \begin_inset Quotes erd
27242 \end_inset
27243
27244  (EPS, extensión 
27245 \begin_inset Quotes eld
27246 \end_inset
27247
27248
27249 \family typewriter
27250 .eps
27251 \family default
27252
27253 \begin_inset Quotes erd
27254 \end_inset
27255
27256 ).
27257  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
27258  en segundo plano para convertir las imágenes a EPS.
27259  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
27260  cada vez que veas o exportes el documento.
27261  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
27262  puedes evitar el problema insertando las imágenes directamente en EPS.
27263 \end_layout
27264
27265 \begin_layout Standard
27266 El documento se puede exportar a PostScript con el menú 
27267 \family sans
27268 Archivo\SpecialChar \menuseparator
27269 Exportar\SpecialChar \menuseparator
27270 Postscript
27271 \family default
27272 .
27273 \end_layout
27274
27275 \begin_layout Section
27276 PDF
27277 \begin_inset LatexCommand label
27278 name "sec:PDF"
27279
27280 \end_inset
27281
27282
27283 \begin_inset LatexCommand index
27284 name "Formatos de Archivo ! PDF"
27285
27286 \end_inset
27287
27288
27289 \begin_inset LatexCommand index
27290 name "PDF"
27291
27292 \end_inset
27293
27294
27295 \end_layout
27296
27297 \begin_layout Standard
27298 Este tipo de archivo tiene la extensión 
27299 \begin_inset Quotes eld
27300 \end_inset
27301
27302
27303 \family typewriter
27304 .pdf
27305 \family default
27306
27307 \begin_inset Quotes erd
27308 \end_inset
27309
27310 .
27311  El formato 
27312 \begin_inset Quotes eld
27313 \end_inset
27314
27315 Portable Document Format
27316 \begin_inset Quotes erd
27317 \end_inset
27318
27319  (PDF) fue desarrollado por 
27320 \family typewriter
27321 Adobe
27322 \family default
27323  como derivado de PostScript.
27324  Es más comprimido y utiliza muchos menos comandos que PostScript.
27325  Como su nombre 
27326 \begin_inset Quotes eld
27327 \end_inset
27328
27329 portable
27330 \begin_inset Quotes erd
27331 \end_inset
27332
27333  indica, puede ser procesado por cualquier sistema operativo y la salida
27334  impresa se muestra exactamente igual.
27335 \end_layout
27336
27337 \begin_layout Standard
27338 PDF puede contener imágenes en su propio formato PDF, en el formato 
27339 \begin_inset Quotes eld
27340 \end_inset
27341
27342 Joint Photographic Experts Group
27343 \begin_inset Quotes erd
27344 \end_inset
27345
27346  (JPG, extensión 
27347 \begin_inset Quotes eld
27348 \end_inset
27349
27350
27351 \family typewriter
27352 .jpg
27353 \family default
27354
27355 \begin_inset Quotes erd
27356 \end_inset
27357
27358  o 
27359 \begin_inset Quotes eld
27360 \end_inset
27361
27362
27363 \family typewriter
27364 .jpeg
27365 \family default
27366
27367 \begin_inset Quotes erd
27368 \end_inset
27369
27370 ), y en el formato 
27371 \begin_inset Quotes eld
27372 \end_inset
27373
27374 Portable Network Graphics
27375 \begin_inset Quotes erd
27376 \end_inset
27377
27378  (PNG, extensión 
27379 \begin_inset Quotes eld
27380 \end_inset
27381
27382
27383 \family typewriter
27384 .png
27385 \family default
27386
27387 \begin_inset Quotes erd
27388 \end_inset
27389
27390 ).
27391  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
27392  en segundo plano a alguno de los anteriores.
27393  Pero como se ha comentado en la sección sobre PostScript, la conversión
27394  de gráficos ralentiza el trabajo.
27395  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
27396  mencionados.
27397 \end_layout
27398
27399 \begin_layout Standard
27400 Un documento se puede exportar a PDF con el menú 
27401 \family sans
27402 Archivo\SpecialChar \menuseparator
27403 Exportar
27404 \family default
27405  en tres modos diferentes:
27406 \end_layout
27407
27408 \begin_layout Description
27409 PDF Este utiliza el programa 
27410 \family typewriter
27411 ps2pdf
27412 \family default
27413  que crea un PDF a partir de una versión PostScript del archivo.
27414  La versión PostScript es producida por el programa 
27415 \family typewriter
27416 dvips
27417 \family default
27418  que usa una versión DVI como paso intermedio.
27419  Así que este modo de exportación consta de tres conversiones.
27420 \end_layout
27421
27422 \begin_layout Description
27423 PDF\InsetSpace ~
27424 (dvipdfm) Este utiliza el programa 
27425 \family typewriter
27426 dvipdfm
27427 \family default
27428  que convierte el archivo a DVI en segundo plano y en un segundo paso a
27429  PDF.
27430 \end_layout
27431
27432 \begin_layout Description
27433 PDF\InsetSpace ~
27434 (pdflatex) Este utiliza el programa 
27435 \family typewriter
27436 pdftex
27437 \family default
27438  que convierte directamente el archivo a PDF.
27439 \end_layout
27440
27441 \begin_layout Standard
27442 Se recomienda usar 
27443 \family sans
27444 PDF\InsetSpace ~
27445 (pdflatex)
27446 \family default
27447  porque 
27448 \family typewriter
27449 pdftex
27450 \family default
27451  soporta todas las características de las versiones actuales de PDF, es
27452  rápido y estable.
27453  El programa 
27454 \family typewriter
27455 dvipdfm
27456 \family default
27457  ya no se desarrolla y está un poco obsoleto.
27458 \end_layout
27459
27460 \begin_layout Chapter
27461 Explicación de la Ecuación\InsetSpace ~
27462
27463 \begin_inset LatexCommand eqref
27464 reference "eq:Wgn"
27465
27466 \end_inset
27467
27468
27469 \begin_inset LatexCommand label
27470 name "cha:Explicación-de-la-Ecuación"
27471
27472 \end_inset
27473
27474
27475 \end_layout
27476
27477 \begin_layout Standard
27478 La anchura total de 
27479 \emph on
27480 n
27481 \emph default
27482  celdas de una tabla 
27483 \begin_inset Formula $W_{\mathrm{tot\, n}}$
27484 \end_inset
27485
27486  puede calcularse con
27487 \end_layout
27488
27489 \begin_layout Standard
27490 \begin_inset Formula \begin{equation}
27491 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
27492
27493 \end_inset
27494
27495
27496 \end_layout
27497
27498 \begin_layout Standard
27499 donde 
27500 \begin_inset Formula $W_{g\, n}$
27501 \end_inset
27502
27503  es el ancho dado de todas las celdas.
27504  
27505 \series bold
27506
27507 \backslash
27508 tabcolsep
27509 \series default
27510  es la longitud LaTeX entre el texto y el borde de la celda, 6\InsetSpace \thinspace{}
27511 pt por defecto.
27512  
27513 \series bold
27514
27515 \backslash
27516 arrayrulewidth
27517 \series default
27518  es el grosor de línea del borde, 0.4\InsetSpace \thinspace{}
27519 pt por defecto.
27520 \end_layout
27521
27522 \begin_layout Standard
27523 Procediendo como en la ecuación\InsetSpace ~
27524
27525 \begin_inset LatexCommand eqref
27526 reference "eq:Wtot_n"
27527
27528 \end_inset
27529
27530 , el ancho total de una multicolumna, 
27531 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
27532 \end_inset
27533
27534  es
27535 \end_layout
27536
27537 \begin_layout Standard
27538 \begin_inset Formula \begin{equation}
27539 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
27540
27541 \end_inset
27542
27543
27544 \end_layout
27545
27546 \begin_layout Standard
27547 Igualando las ecuaciones\InsetSpace ~
27548
27549 \begin_inset LatexCommand eqref
27550 reference "eq:Wtot_n"
27551
27552 \end_inset
27553
27554  y 
27555 \begin_inset LatexCommand eqref
27556 reference "eq:Wtot_mult"
27557
27558 \end_inset
27559
27560  podemos calcular el ancho dado necesario 
27561 \begin_inset Formula $W_{g\, n}$
27562 \end_inset
27563
27564  cuando se expanden 
27565 \emph on
27566 n
27567 \emph default
27568  columnas, de forma que cada una de ellas tiene una anchura total  
27569 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
27570 \end_inset
27571
27572 :
27573 \end_layout
27574
27575 \begin_layout Standard
27576 \begin_inset Formula \begin{equation}
27577 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
27578
27579 \end_inset
27580
27581
27582 \end_layout
27583
27584 \begin_layout Bibliography
27585 \begin_inset LatexCommand bibitem
27586 key "latexcompanion"
27587
27588 \end_inset
27589
27590 Frank Mittelbach and Michel Goossens: 
27591 \emph on
27592 The LaTeX Companion Second Edition.
27593  
27594 \emph default
27595 Addison-Wesley, 2004
27596 \end_layout
27597
27598 \begin_layout Bibliography
27599 \begin_inset LatexCommand bibitem
27600 key "latexguide"
27601
27602 \end_inset
27603
27604 Helmut Kopka and Patrick W.
27605  Daly: 
27606 \emph on
27607 A Guide to LaTeX Fourth Edition.
27608  
27609 \emph default
27610 Addison-Wesley, 2003
27611 \end_layout
27612
27613 \begin_layout Bibliography
27614 \begin_inset LatexCommand bibitem
27615 key "latexbook"
27616
27617 \end_inset
27618
27619 Leslie Lamport: 
27620 \emph on
27621 LaTeX: A Document Preparation System.
27622  
27623 \emph default
27624 Addison-Wesley, second edition, 1994
27625 \end_layout
27626
27627 \begin_layout Bibliography
27628 \begin_inset LatexCommand bibitem
27629 key "booktabs"
27630
27631 \end_inset
27632
27633
27634 \begin_inset ERT
27635 status collapsed
27636
27637 \begin_layout Standard
27638
27639
27640 \backslash
27641 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
27642 {
27643 \end_layout
27644
27645 \end_inset
27646
27647 Documentación
27648 \begin_inset ERT
27649 status collapsed
27650
27651 \begin_layout Standard
27652
27653 }
27654 \end_layout
27655
27656 \end_inset
27657
27658  del paquete LaTeX 
27659 \series bold
27660 booktabs
27661 \series default
27662
27663 \begin_inset LatexCommand index
27664 name "LaTeX-paquetes ! booktabs"
27665
27666 \end_inset
27667
27668
27669 \end_layout
27670
27671 \begin_layout Bibliography
27672 \begin_inset LatexCommand bibitem
27673 key "caption"
27674
27675 \end_inset
27676
27677
27678 \begin_inset ERT
27679 status collapsed
27680
27681 \begin_layout Standard
27682
27683
27684 \backslash
27685 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
27686 \end_layout
27687
27688 \end_inset
27689
27690 Documentación
27691 \begin_inset ERT
27692 status collapsed
27693
27694 \begin_layout Standard
27695
27696 }
27697 \end_layout
27698
27699 \end_inset
27700
27701  del paquete LaTeX 
27702 \series bold
27703 caption
27704 \series default
27705
27706 \begin_inset LatexCommand index
27707 name "LaTeX-paquetes ! caption"
27708
27709 \end_inset
27710
27711
27712 \end_layout
27713
27714 \begin_layout Bibliography
27715 \begin_inset LatexCommand bibitem
27716 key "caption-de"
27717
27718 \end_inset
27719
27720 (En Alemán) 
27721 \begin_inset ERT
27722 status collapsed
27723
27724 \begin_layout Standard
27725
27726
27727 \backslash
27728 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
27729 {
27730 \end_layout
27731
27732 \end_inset
27733
27734 Documentación
27735 \begin_inset ERT
27736 status collapsed
27737
27738 \begin_layout Standard
27739
27740 }
27741 \end_layout
27742
27743 \end_inset
27744
27745  del paquete LaTeX 
27746 \series bold
27747 caption
27748 \end_layout
27749
27750 \begin_layout Bibliography
27751 \begin_inset LatexCommand bibitem
27752 key "endfloat"
27753
27754 \end_inset
27755
27756
27757 \begin_inset ERT
27758 status collapsed
27759
27760 \begin_layout Standard
27761
27762
27763 \backslash
27764 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
27765 {
27766 \end_layout
27767
27768 \end_inset
27769
27770 Documentación
27771 \begin_inset ERT
27772 status collapsed
27773
27774 \begin_layout Standard
27775
27776 }
27777 \end_layout
27778
27779 \end_inset
27780
27781  del paquete LaTeX 
27782 \series bold
27783 endf\SpecialChar \textcompwordmark{}
27784 loat
27785 \series default
27786
27787 \begin_inset LatexCommand index
27788 name "LaTeX-paquetes ! endfloat"
27789
27790 \end_inset
27791
27792
27793 \end_layout
27794
27795 \begin_layout Bibliography
27796 \begin_inset LatexCommand bibitem
27797 key "floatflt"
27798
27799 \end_inset
27800
27801
27802 \begin_inset ERT
27803 status collapsed
27804
27805 \begin_layout Standard
27806
27807
27808 \backslash
27809 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
27810 {
27811 \end_layout
27812
27813 \end_inset
27814
27815 Documentación
27816 \begin_inset ERT
27817 status collapsed
27818
27819 \begin_layout Standard
27820
27821 }
27822 \end_layout
27823
27824 \end_inset
27825
27826  del paquete LaTeX 
27827 \series bold
27828 floatf\SpecialChar \textcompwordmark{}
27829 lt
27830 \series default
27831
27832 \begin_inset LatexCommand index
27833 name "LaTeX-paquetes ! floatflt"
27834
27835 \end_inset
27836
27837
27838 \end_layout
27839
27840 \begin_layout Bibliography
27841 \begin_inset LatexCommand bibitem
27842 key "footmisc"
27843
27844 \end_inset
27845
27846
27847 \begin_inset ERT
27848 status collapsed
27849
27850 \begin_layout Standard
27851
27852
27853 \backslash
27854 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
27855 {
27856 \end_layout
27857
27858 \end_inset
27859
27860 Documentación
27861 \begin_inset ERT
27862 status collapsed
27863
27864 \begin_layout Standard
27865
27866 }
27867 \end_layout
27868
27869 \end_inset
27870
27871  del paquete LaTeX 
27872 \series bold
27873 footmisc
27874 \series default
27875
27876 \begin_inset LatexCommand index
27877 name "LaTeX-paquetes ! footmisc"
27878
27879 \end_inset
27880
27881
27882 \end_layout
27883
27884 \begin_layout Bibliography
27885 \begin_inset LatexCommand bibitem
27886 key "hypcap"
27887
27888 \end_inset
27889
27890
27891 \begin_inset ERT
27892 status collapsed
27893
27894 \begin_layout Standard
27895
27896
27897 \backslash
27898 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
27899 \end_layout
27900
27901 \end_inset
27902
27903 Documentación
27904 \begin_inset ERT
27905 status collapsed
27906
27907 \begin_layout Standard
27908
27909 }
27910 \end_layout
27911
27912 \end_inset
27913
27914  del paquete LaTeX 
27915 \series bold
27916 hypcap
27917 \series default
27918
27919 \begin_inset LatexCommand index
27920 name "LaTeX-paquetes ! hyperref"
27921
27922 \end_inset
27923
27924
27925 \end_layout
27926
27927 \begin_layout Bibliography
27928 \begin_inset LatexCommand bibitem
27929 key "hyperref"
27930
27931 \end_inset
27932
27933
27934 \begin_inset ERT
27935 status collapsed
27936
27937 \begin_layout Standard
27938
27939
27940 \backslash
27941 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
27942 {
27943 \end_layout
27944
27945 \end_inset
27946
27947 Documentación
27948 \begin_inset ERT
27949 status collapsed
27950
27951 \begin_layout Standard
27952
27953 }
27954 \end_layout
27955
27956 \end_inset
27957
27958  del paquete LaTeX 
27959 \series bold
27960 hyperref
27961 \series default
27962
27963 \begin_inset LatexCommand index
27964 name "LaTeX-paquetes ! hyperref"
27965
27966 \end_inset
27967
27968
27969 \end_layout
27970
27971 \begin_layout Bibliography
27972 \begin_inset LatexCommand bibitem
27973 key "koma-script"
27974
27975 \end_inset
27976
27977
27978 \begin_inset ERT
27979 status collapsed
27980
27981 \begin_layout Standard
27982
27983
27984 \backslash
27985 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
27986 df}{
27987 \end_layout
27988
27989 \end_inset
27990
27991 Documentación
27992 \begin_inset ERT
27993 status collapsed
27994
27995 \begin_layout Standard
27996
27997 }
27998 \end_layout
27999
28000 \end_inset
28001
28002  del paquete LaTeX 
28003 \series bold
28004 koma-script
28005 \series default
28006
28007 \begin_inset LatexCommand index
28008 name "LaTeX-paquetes ! koma-script"
28009
28010 \end_inset
28011
28012
28013 \end_layout
28014
28015 \begin_layout Bibliography
28016 \begin_inset LatexCommand bibitem
28017 key "koma-script-de"
28018
28019 \end_inset
28020
28021 (En Alemán) 
28022 \begin_inset ERT
28023 status collapsed
28024
28025 \begin_layout Standard
28026
28027
28028 \backslash
28029 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
28030 df}{
28031 \end_layout
28032
28033 \end_inset
28034
28035 Documentación
28036 \begin_inset ERT
28037 status collapsed
28038
28039 \begin_layout Standard
28040
28041 }
28042 \end_layout
28043
28044 \end_inset
28045
28046  del paquete LaTeX 
28047 \series bold
28048 koma-script
28049 \series default
28050
28051 \begin_inset LatexCommand index
28052 name "LaTeX-paquetes ! koma-script"
28053
28054 \end_inset
28055
28056
28057 \end_layout
28058
28059 \begin_layout Bibliography
28060 \begin_inset LatexCommand bibitem
28061 key "marginnote"
28062
28063 \end_inset
28064
28065
28066 \begin_inset ERT
28067 status collapsed
28068
28069 \begin_layout Standard
28070
28071
28072 \backslash
28073 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
28074 pdf}{
28075 \end_layout
28076
28077 \end_inset
28078
28079 Documentación
28080 \begin_inset ERT
28081 status collapsed
28082
28083 \begin_layout Standard
28084
28085 }
28086 \end_layout
28087
28088 \end_inset
28089
28090  del paquete LaTeX 
28091 \series bold
28092 marginnote
28093 \series default
28094
28095 \begin_inset LatexCommand index
28096 name "LaTeX-paquetes ! marginnote"
28097
28098 \end_inset
28099
28100
28101 \end_layout
28102
28103 \begin_layout Bibliography
28104 \begin_inset LatexCommand bibitem
28105 key "pstricks"
28106
28107 \end_inset
28108
28109
28110 \begin_inset ERT
28111 status collapsed
28112
28113 \begin_layout Standard
28114
28115
28116 \backslash
28117 href{http://tug.org/PSTricks/main.cgi/}{
28118 \end_layout
28119
28120 \end_inset
28121
28122 Página Web
28123 \begin_inset ERT
28124 status collapsed
28125
28126 \begin_layout Standard
28127
28128 }
28129 \end_layout
28130
28131 \end_inset
28132
28133  del paquete LaTeX 
28134 \series bold
28135 PSTricks
28136 \series default
28137
28138 \begin_inset LatexCommand index
28139 name "LaTeX-paquetes ! PSTricks"
28140
28141 \end_inset
28142
28143
28144 \end_layout
28145
28146 \begin_layout Bibliography
28147 \begin_inset LatexCommand bibitem
28148 key "sidecap"
28149
28150 \end_inset
28151
28152
28153 \begin_inset ERT
28154 status collapsed
28155
28156 \begin_layout Standard
28157
28158
28159 \backslash
28160 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
28161 \end_layout
28162
28163 \end_inset
28164
28165 Documentación
28166 \begin_inset ERT
28167 status collapsed
28168
28169 \begin_layout Standard
28170
28171 }
28172 \end_layout
28173
28174 \end_inset
28175
28176  del paquete LaTeX 
28177 \series bold
28178 sidecap
28179 \series default
28180
28181 \begin_inset LatexCommand index
28182 name "LaTeX-paquetes ! sidecap"
28183
28184 \end_inset
28185
28186
28187 \end_layout
28188
28189 \begin_layout Bibliography
28190 \begin_inset LatexCommand bibitem
28191 key "NewInLyX15"
28192
28193 \end_inset
28194
28195
28196 \begin_inset ERT
28197 status collapsed
28198
28199 \begin_layout Standard
28200
28201
28202 \backslash
28203 href{http://wiki.lyx.org/LyX/NewInLyX15}{
28204 \end_layout
28205
28206 \end_inset
28207
28208 Página Wiki
28209 \begin_inset ERT
28210 status collapsed
28211
28212 \begin_layout Standard
28213
28214 }
28215 \end_layout
28216
28217 \end_inset
28218
28219  sobre características nuevas previstas para la versión 
28220 \family sans
28221 LyX\InsetSpace ~
28222 1.5
28223 \family default
28224 .
28225 \end_layout
28226
28227 \begin_layout Standard
28228 \begin_inset LatexCommand printindex
28229
28230 \end_inset
28231
28232
28233 \end_layout
28234
28235 \begin_layout Standard
28236 \begin_inset FloatList figure
28237
28238 \end_inset
28239
28240
28241 \end_layout
28242
28243 \begin_layout Standard
28244 \begin_inset FloatList table
28245
28246 \end_inset
28247
28248
28249 \end_layout
28250
28251 \end_body
28252 \end_document