]> git.lyx.org Git - lyx.git/blob - lib/doc/es_EmbeddedObjects.lyx
EmbeddedObjects: allow to compile the document without having all LaTeX-packages...
[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 \series bold
22610 \bar under
22611 ¡
22612 \family sans
22613 Atención
22614 \family default
22615 !
22616 \series default
22617 \bar default
22618 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
22619 \end_layout
22620
22621 \begin_layout Standard
22622
22623 \series bold
22624
22625 \backslash
22626 let
22627 \backslash
22628 myMarginpar
22629 \backslash
22630 marginpar
22631 \newline
22632
22633 \backslash
22634 renewcommand{
22635 \backslash
22636 marginpar}[1]{
22637 \backslash
22638 myMarginpar{%
22639 \newline
22640
22641 \begin_inset ERT
22642 status collapsed
22643
22644 \begin_layout Standard
22645
22646
22647 \backslash
22648 hphantom{ }
22649 \end_layout
22650
22651 \end_inset
22652
22653
22654 \backslash
22655 hspace{0pt}
22656 \backslash
22657 textsf{
22658 \backslash
22659 textbf{
22660 \backslash
22661 underbar{¡Atención!}}}%
22662 \newline
22663
22664 \begin_inset ERT
22665 status collapsed
22666
22667 \begin_layout Standard
22668
22669
22670 \backslash
22671 hphantom{ }
22672 \end_layout
22673
22674 \end_inset
22675
22676
22677 \backslash
22678 vspace{1.5mm}
22679 \backslash
22680
22681 \backslash
22682 #1}}
22683 \end_layout
22684
22685 \begin_layout Standard
22686
22687 \family roman
22688 \series medium
22689 \begin_inset ERT
22690 status collapsed
22691
22692 \begin_layout Standard
22693
22694
22695 \backslash
22696 let
22697 \backslash
22698 myMarginpar
22699 \backslash
22700 marginpar
22701 \end_layout
22702
22703 \begin_layout Standard
22704
22705
22706 \backslash
22707 renewcommand{
22708 \backslash
22709 marginpar}[1]{
22710 \backslash
22711 myMarginpar{%
22712 \end_layout
22713
22714 \begin_layout Standard
22715
22716    
22717 \backslash
22718 textsf{
22719 \backslash
22720 textbf{
22721 \backslash
22722 underbar{¡Atención!}}}%
22723 \end_layout
22724
22725 \begin_layout Standard
22726
22727    
22728 \backslash
22729 vspace{1.5mm}
22730 \backslash
22731
22732 \backslash
22733 #1}}
22734 \end_layout
22735
22736 \end_inset
22737
22738
22739 \begin_inset Marginal
22740 status open
22741
22742 \begin_layout Standard
22743 Esta es una nota con una cabecera definida.
22744 \end_layout
22745
22746 \end_inset
22747
22748
22749 \family default
22750 \series default
22751
22752 \begin_inset ERT
22753 status collapsed
22754
22755 \begin_layout Standard
22756
22757 [-1.5cm]
22758 \end_layout
22759
22760 \end_inset
22761
22762
22763 \family roman
22764 \series medium
22765
22766 \begin_inset ERT
22767 status collapsed
22768
22769 \begin_layout Standard
22770
22771
22772 \backslash
22773 renewcommand{
22774 \backslash
22775 marginpar}[1]{
22776 \backslash
22777 myMarginpar{#1}}
22778 \end_layout
22779
22780 \end_inset
22781
22782
22783 \family default
22784 \series default
22785
22786 \begin_inset Note Note
22787 status collapsed
22788
22789 \begin_layout Standard
22790 El formato de la nota al margen se ha cambiado solo para este ejemplo.
22791 \end_layout
22792
22793 \end_inset
22794
22795
22796 \end_layout
22797
22798 \begin_layout Standard
22799 \begin_inset ERT
22800 status collapsed
22801
22802 \begin_layout Standard
22803
22804
22805 \backslash
22806 else
22807 \end_layout
22808
22809 \end_inset
22810
22811
22812 \lang english
22813
22814 \begin_inset Note Note
22815 status open
22816
22817 \begin_layout Standard
22818
22819 \lang english
22820 The following will be displayed when the LaTeX-package 
22821 \series bold
22822 marginnote
22823 \series default
22824  is not installed:
22825 \end_layout
22826
22827 \end_inset
22828
22829
22830 \end_layout
22831
22832 \begin_layout Standard
22833
22834 \lang english
22835 You need to install the LaTeX-package 
22836 \series bold
22837 marginnote
22838 \series default
22839  to see the following part of this section in the output.
22840 \end_layout
22841
22842 \begin_layout Standard
22843 \begin_inset ERT
22844 status collapsed
22845
22846 \begin_layout Standard
22847
22848
22849 \backslash
22850 fi
22851 \end_layout
22852
22853 \end_inset
22854
22855
22856 \end_layout
22857
22858 \begin_layout Chapter
22859 Cuadros
22860 \end_layout
22861
22862 \begin_layout Section
22863 Introducción
22864 \begin_inset LatexCommand index
22865 name "Cuadros ! Introducción"
22866
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \begin_layout Standard
22873 Los cuadros se emplean para dar formato a bloques de texto.
22874  Se pueden usar para escribir documentos con varios lenguajes, ver sección\InsetSpace ~
22875
22876 \begin_inset LatexCommand ref
22877 reference "sec:Minipáginas"
22878
22879 \end_inset
22880
22881 , enmarcar textos, ver sección\InsetSpace ~
22882
22883 \begin_inset LatexCommand ref
22884 reference "sec:Cuadros-Enmarcados"
22885
22886 \end_inset
22887
22888 , evitar la división de palabras, ver sección\InsetSpace ~
22889
22890 \begin_inset LatexCommand ref
22891 reference "sec:Prevención-de-la-Partición-con-Guiones"
22892
22893 \end_inset
22894
22895 , alinear texto, ver sección\InsetSpace ~
22896
22897 \begin_inset LatexCommand ref
22898 reference "sub:Alineación-Vertical"
22899
22900 \end_inset
22901
22902 , o para poner color de fondo a un texto, ver sección\InsetSpace ~
22903
22904 \begin_inset LatexCommand ref
22905 reference "sec:Cuadros-Coloreados"
22906
22907 \end_inset
22908
22909 .
22910 \end_layout
22911
22912 \begin_layout Standard
22913 Se insertan con el menú 
22914 \family sans
22915 Insertar\SpecialChar \menuseparator
22916 Cuadro
22917 \family default
22918 .
22919  Surge un recuadro gris con la etiqueta 
22920 \family sans
22921 Cuadro (Minipágina)
22922 \family default
22923
22924 \begin_inset Graphics
22925         filename ../clipart/CuadroMinipagQt4.png
22926         scale 75
22927         keepAspectRatio
22928
22929 \end_inset
22930
22931 .
22932  El tipo de cuadro se puede elegir al hacer click-derecho sobre él.
22933  Sale un diálogo en el que 
22934 \family sans
22935 Cuadro
22936 \family default
22937 \InsetSpace ~
22938
22939 \family sans
22940 interior
22941 \family default
22942  permite escoger los tipos 
22943 \family sans
22944 Parbox (
22945 \family default
22946
22947 \begin_inset Quotes eld
22948 \end_inset
22949
22950
22951 \family sans
22952 Párrafo
22953 \family default
22954
22955 \begin_inset Quotes erd
22956 \end_inset
22957
22958
22959 \family sans
22960 )
22961 \family default
22962  y 
22963 \family sans
22964 Minipágina
22965 \family default
22966 .
22967  El 
22968 \family sans
22969 Minipágina
22970 \family default
22971  es el predeterminado para nuevos cuadros y se explica en la sección\InsetSpace ~
22972
22973 \begin_inset LatexCommand ref
22974 reference "sec:Minipáginas"
22975
22976 \end_inset
22977
22978 ; el tipo 
22979 \family sans
22980 Parbox
22981 \family default
22982  se describe en la sección\InsetSpace ~
22983
22984 \begin_inset LatexCommand ref
22985 reference "sec:Cuadros-de-Párrafo"
22986
22987 \end_inset
22988
22989 .
22990 \end_layout
22991
22992 \begin_layout Standard
22993 Los cuadros no se numeran y por tanto no se pueden referenciar como los
22994  flotantes o las notas al pie.
22995 \end_layout
22996
22997 \begin_layout Standard
22998 \begin_inset Note Greyedout
22999 status open
23000
23001 \begin_layout Standard
23002
23003 \series bold
23004 Nota:
23005 \series default
23006  Debido a un error en LyX hay que insertar un espacio protegido detrás de
23007  un cuadro si se desea separar con un espacio el cuadro y el texto siguiente.
23008 \end_layout
23009
23010 \end_inset
23011
23012
23013 \end_layout
23014
23015 \begin_layout Standard
23016 \begin_inset Note Greyedout
23017 status open
23018
23019 \begin_layout Standard
23020
23021 \series bold
23022 Nota:
23023 \series default
23024  Los cuadros no deben ser el item en un entorno 
23025 \family sans
23026 Enumeración
23027 \family default
23028  o 
23029 \family sans
23030 Descripción
23031 \family default
23032 .
23033 \end_layout
23034
23035 \end_inset
23036
23037
23038 \end_layout
23039
23040 \begin_layout Standard
23041 \begin_inset Note Greyedout
23042 status open
23043
23044 \begin_layout Standard
23045
23046 \series bold
23047 Nota:
23048 \series default
23049  Por razones desconocidas solo se puede poner el tipo 
23050 \family sans
23051 Cuadro\InsetSpace ~
23052 interior
23053 \family default
23054  en 
23055 \family sans
23056 Ninguno
23057 \family default
23058  cuando se emplea un cuadro enmarcado.
23059  Los cuadros sin ningún tipo de 
23060 \family sans
23061 Cuadro\InsetSpace ~
23062 interior
23063 \family default
23064  y sin marcos se explican en la sección\InsetSpace ~
23065
23066 \begin_inset LatexCommand ref
23067 reference "sec:Prevención-de-la-Partición-con-Guiones"
23068
23069 \end_inset
23070
23071 .
23072 \end_layout
23073
23074 \end_inset
23075
23076
23077 \end_layout
23078
23079 \begin_layout Section
23080 Diálogo Cuadros
23081 \begin_inset LatexCommand label
23082 name "sec:Diálogo-Cuadros"
23083
23084 \end_inset
23085
23086
23087 \begin_inset LatexCommand index
23088 name "Cuadros ! Diálogo"
23089
23090 \end_inset
23091
23092
23093 \begin_inset LatexCommand index
23094 name "Cuadros ! Alineación"
23095
23096 \end_inset
23097
23098
23099 \end_layout
23100
23101 \begin_layout Standard
23102 En el diálogo puedes ajustar la geometría del cuadro en los campos 
23103 \family sans
23104 Ancho
23105 \family default
23106  y 
23107 \family sans
23108 Alto
23109 \family default
23110 .
23111  Las unidades disponibles para la geometría se explican en la Tabla\InsetSpace ~
23112
23113 \begin_inset LatexCommand ref
23114 reference "tab:Unidades"
23115
23116 \end_inset
23117
23118 .
23119  El campo 
23120 \family sans
23121 Alto
23122 \family default
23123  ofrece los siguientes tamaños adicionales:
23124 \end_layout
23125
23126 \begin_layout Description
23127 Profundidad Este es el texto plano 
23128 \begin_inset Quotes eld
23129 \end_inset
23130
23131 alto
23132 \begin_inset Quotes erd
23133 \end_inset
23134
23135 .
23136  Ignora la profundidad total cuando hay mútiples líneas de texto en el cuadro:
23137 \newline
23138
23139 \newline
23140
23141 \newline
23142
23143 \begin_inset Box Boxed
23144 position "c"
23145 hor_pos "c"
23146 has_inner_box 1
23147 inner_pos "c"
23148 use_parbox 0
23149 width "12col%"
23150 special "none"
23151 height "1in"
23152 height_special "depth"
23153 status open
23154
23155 \begin_layout Standard
23156 \align center
23157 Cuadro con altura establecida en 1\InsetSpace \thinspace{}
23158 Profundidad
23159 \end_layout
23160
23161 \end_inset
23162
23163
23164 \newline
23165
23166 \newline
23167
23168 \end_layout
23169
23170 \begin_layout Description
23171 Alto Es la altura del texto que está dentro del cuadro.
23172  Un valor de, p.\InsetSpace \thinspace{}
23173 e.\InsetSpace ~
23174 2 para este tamaño fijará la altura del cuadro a 2 veces
23175  la altura del texto: 
23176 \begin_inset Box Boxed
23177 position "c"
23178 hor_pos "c"
23179 has_inner_box 1
23180 inner_pos "c"
23181 use_parbox 0
23182 width "20col%"
23183 special "none"
23184 height "2in"
23185 height_special "height"
23186 status open
23187
23188 \begin_layout Standard
23189 \align center
23190 Cuadro con altura puesta en 2\InsetSpace \thinspace{}
23191 Alto
23192 \end_layout
23193
23194 \end_inset
23195
23196
23197 \end_layout
23198
23199 \begin_layout Description
23200 Alto\InsetSpace ~
23201 Total Esto es el Alto\InsetSpace \thinspace{}
23202 +\InsetSpace \thinspace{}
23203 Profundidad: 
23204 \begin_inset Box Boxed
23205 position "c"
23206 hor_pos "c"
23207 has_inner_box 1
23208 inner_pos "c"
23209 use_parbox 0
23210 width "20col%"
23211 special "none"
23212 height "1in"
23213 height_special "totalheight"
23214 status open
23215
23216 \begin_layout Standard
23217 \align center
23218 Cuadro con altura puesta a 1\InsetSpace \thinspace{}
23219 Alto\InsetSpace ~
23220 total
23221 \end_layout
23222
23223 \end_inset
23224
23225
23226 \end_layout
23227
23228 \begin_layout Description
23229 Ancho Esto determina al ancho del cuadro como altura: 
23230 \begin_inset Box Boxed
23231 position "c"
23232 hor_pos "c"
23233 has_inner_box 1
23234 inner_pos "c"
23235 use_parbox 0
23236 width "12col%"
23237 special "none"
23238 height "1in"
23239 height_special "width"
23240 status open
23241
23242 \begin_layout Standard
23243 \align center
23244 Cuadro con altura puesta en 1\InsetSpace \thinspace{}
23245 Ancho
23246 \end_layout
23247
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \begin_layout Standard
23254 \begin_inset VSpace bigskip
23255 \end_inset
23256
23257 Si has elegido un 
23258 \family sans
23259 Cuadro\InsetSpace ~
23260 interior
23261 \family default
23262 , la alineación vertical del cuadro puede ser:
23263 \end_layout
23264
23265 \begin_layout Description
23266 Superior Ejemplo de línea de texto.
23267  
23268 \begin_inset Box Boxed
23269 position "t"
23270 hor_pos "c"
23271 has_inner_box 1
23272 inner_pos "c"
23273 use_parbox 0
23274 width "12col%"
23275 special "none"
23276 height "1in"
23277 height_special "totalheight"
23278 status open
23279
23280 \begin_layout Standard
23281 \align center
23282 Cuadro alineado arriba.
23283 \end_layout
23284
23285 \end_inset
23286
23287 \InsetSpace ~
23288 Ejemplo de línea de texto.
23289 \end_layout
23290
23291 \begin_layout Description
23292 Medio Ejemplo de línea de texto.
23293  
23294 \begin_inset Box Boxed
23295 position "c"
23296 hor_pos "c"
23297 has_inner_box 1
23298 inner_pos "c"
23299 use_parbox 0
23300 width "12col%"
23301 special "none"
23302 height "1in"
23303 height_special "totalheight"
23304 status open
23305
23306 \begin_layout Standard
23307 \align center
23308 Cuadro alineado enmedio.
23309 \end_layout
23310
23311 \end_inset
23312
23313 \InsetSpace ~
23314 Ejemplo de línea de texto.
23315 \end_layout
23316
23317 \begin_layout Description
23318 Inferior Ejemplo de línea de texto.
23319  
23320 \begin_inset Box Boxed
23321 position "b"
23322 hor_pos "c"
23323 has_inner_box 1
23324 inner_pos "c"
23325 use_parbox 0
23326 width "12col%"
23327 special "none"
23328 height "1in"
23329 height_special "totalheight"
23330 status open
23331
23332 \begin_layout Standard
23333 \align center
23334 Cuadro alineado abajo.
23335 \end_layout
23336
23337 \end_inset
23338
23339 \InsetSpace ~
23340 Ejemplo de línea de texto.
23341 \end_layout
23342
23343 \begin_layout Standard
23344 La alineación horizontal del cuadro puede establecerse en el diálogo de
23345  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
23346 \end_layout
23347
23348 \begin_layout Standard
23349 \begin_inset VSpace bigskip
23350 \end_inset
23351
23352 Cuando has escogido un 
23353 \family sans
23354 Cuadro\InsetSpace ~
23355 interior
23356 \family default
23357 , el contenido puede alinearse verticalmente a:
23358 \end_layout
23359
23360 \begin_layout Description
23361 Superior Ejemplo de línea de texto.
23362  
23363 \begin_inset Box Boxed
23364 position "c"
23365 hor_pos "c"
23366 has_inner_box 1
23367 inner_pos "t"
23368 use_parbox 0
23369 width "12col%"
23370 special "none"
23371 height "1.5in"
23372 height_special "totalheight"
23373 status open
23374
23375 \begin_layout Standard
23376 \align center
23377 Cuadro con texto alineado arriba.
23378 \end_layout
23379
23380 \end_inset
23381
23382 \InsetSpace ~
23383 Ejemplo de línea de texto.
23384 \end_layout
23385
23386 \begin_layout Description
23387 Medio Ejemplo de línea de texto.
23388  
23389 \begin_inset Box Boxed
23390 position "c"
23391 hor_pos "c"
23392 has_inner_box 1
23393 inner_pos "c"
23394 use_parbox 0
23395 width "12col%"
23396 special "none"
23397 height "1.5in"
23398 height_special "totalheight"
23399 status open
23400
23401 \begin_layout Standard
23402 \align center
23403 Cuadro con texto alineado enmedio.
23404 \end_layout
23405
23406 \end_inset
23407
23408 \InsetSpace ~
23409 Ejemplo de línea de texto.
23410 \end_layout
23411
23412 \begin_layout Description
23413 Inferior Ejemplo de línea de texto.
23414  
23415 \begin_inset Box Boxed
23416 position "c"
23417 hor_pos "c"
23418 has_inner_box 1
23419 inner_pos "b"
23420 use_parbox 0
23421 width "12col%"
23422 special "none"
23423 height "1.5in"
23424 height_special "totalheight"
23425 status open
23426
23427 \begin_layout Standard
23428 \align center
23429 Cuadro con texto alineado abajo.
23430 \end_layout
23431
23432 \end_inset
23433
23434 \InsetSpace ~
23435 Ejemplo de línea de texto.
23436 \end_layout
23437
23438 \begin_layout Description
23439 Estirado Ejemplo de línea de texto.
23440  
23441 \begin_inset Box Boxed
23442 position "c"
23443 hor_pos "c"
23444 has_inner_box 1
23445 inner_pos "s"
23446 use_parbox 0
23447 width "12col%"
23448 special "none"
23449 height "1.5in"
23450 height_special "totalheight"
23451 status open
23452
23453 \begin_layout Standard
23454 \align center
23455 Este texto
23456 \end_layout
23457
23458 \begin_layout Standard
23459 \align center
23460 está
23461 \end_layout
23462
23463 \begin_layout Standard
23464 \align center
23465 estirado.
23466 \end_layout
23467
23468 \end_inset
23469
23470 \InsetSpace ~
23471 Ejemplo de línea de texto.
23472 \end_layout
23473
23474 \begin_layout Standard
23475 Para estirar el contenido debe tener más de un párrafo.
23476  En el ejemplo anterior cada línea de texto está en un párrafo propio.
23477 \end_layout
23478
23479 \begin_layout Standard
23480 \begin_inset VSpace bigskip
23481 \end_inset
23482
23483 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
23484  LyX cuando hayas escogido un 
23485 \family sans
23486 Cuadro\InsetSpace ~
23487 interior
23488 \family default
23489 .
23490 \end_layout
23491
23492 \begin_layout Standard
23493 \align center
23494 \begin_inset Box Boxed
23495 position "c"
23496 hor_pos "c"
23497 has_inner_box 1
23498 inner_pos "s"
23499 use_parbox 0
23500 width "15col%"
23501 special "none"
23502 height "1.25in"
23503 height_special "totalheight"
23504 status open
23505
23506 \begin_layout Standard
23507 \align left
23508 Cuadro
23509 \end_layout
23510
23511 \begin_layout Standard
23512 \align center
23513 con texto
23514 \end_layout
23515
23516 \begin_layout Standard
23517 \align right
23518 estirado
23519 \end_layout
23520
23521 \end_inset
23522
23523
23524 \end_layout
23525
23526 \begin_layout Standard
23527 Si no has estabecido un 
23528 \family sans
23529 Cuadro\InsetSpace ~
23530 interior
23531 \family default
23532 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
23533  cuadro.
23534 \end_layout
23535
23536 \begin_layout Standard
23537 \align center
23538 \begin_inset Box Boxed
23539 position "c"
23540 hor_pos "s"
23541 has_inner_box 0
23542 inner_pos "s"
23543 use_parbox 0
23544 width "90col%"
23545 special "none"
23546 height "1.25in"
23547 height_special "totalheight"
23548 status open
23549
23550 \begin_layout Standard
23551 \align left
23552 Texto estirado horizontalmente.
23553 \end_layout
23554
23555 \end_inset
23556
23557
23558 \end_layout
23559
23560 \begin_layout Section
23561 Cuadros Enmarcados
23562 \begin_inset LatexCommand label
23563 name "sec:Cuadros-Enmarcados"
23564
23565 \end_inset
23566
23567
23568 \begin_inset LatexCommand index
23569 name "Cuadros ! Marcos"
23570
23571 \end_inset
23572
23573
23574 \end_layout
23575
23576 \begin_layout Standard
23577 El estilo de marco del cuadro se puede determinar en la lista desplegable
23578  
23579 \family sans
23580 Tipo
23581 \family default
23582  del diálogo de cuadros.
23583  Son posibles los siguientes marcos:
23584 \end_layout
23585
23586 \begin_layout Description
23587 Marco\InsetSpace ~
23588 rectangular Dibuja un marco rectangular alrededor del cuadro.
23589  El grosor del marco depende de 
23590 \series bold
23591
23592 \backslash
23593 fboxrule
23594 \series default
23595 .
23596  
23597 \begin_inset Box Boxed
23598 position "c"
23599 hor_pos "c"
23600 has_inner_box 1
23601 inner_pos "c"
23602 use_parbox 0
23603 width "25col%"
23604 special "none"
23605 height "1in"
23606 height_special "totalheight"
23607 status open
23608
23609 \begin_layout Standard
23610 \align center
23611 Cuadro rectangular
23612 \end_layout
23613
23614 \end_inset
23615
23616
23617 \end_layout
23618
23619 \begin_layout Description
23620 Marco\InsetSpace ~
23621 ovalado,\InsetSpace ~
23622 fino Dibuja un marco ovalado cuya línea tiene un grosor de
23623  0.4\InsetSpace \thinspace{}
23624 pt.
23625  
23626 \begin_inset Box ovalbox
23627 position "c"
23628 hor_pos "c"
23629 has_inner_box 1
23630 inner_pos "c"
23631 use_parbox 0
23632 width "25col%"
23633 special "none"
23634 height "1in"
23635 height_special "totalheight"
23636 status open
23637
23638 \begin_layout Standard
23639 \align center
23640 Marco ovalado, fino
23641 \end_layout
23642
23643 \end_inset
23644
23645
23646 \end_layout
23647
23648 \begin_layout Description
23649 Marco\InsetSpace ~
23650 ovalado,\InsetSpace ~
23651 grueso Dibuja un marco ovalado cuya línea tiene un grosor de
23652  0.8\InsetSpace \thinspace{}
23653 pt.
23654  
23655 \begin_inset Box Ovalbox
23656 position "c"
23657 hor_pos "c"
23658 has_inner_box 1
23659 inner_pos "c"
23660 use_parbox 0
23661 width "30col%"
23662 special "none"
23663 height "1in"
23664 height_special "totalheight"
23665 status open
23666
23667 \begin_layout Standard
23668 \align center
23669 Cuadro ovalado, grueso
23670 \end_layout
23671
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \begin_layout Description
23678 Marco\InsetSpace ~
23679 con\InsetSpace ~
23680 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
23681  El grosor de la línea tiene el tamaño dado por 
23682 \series bold
23683
23684 \backslash
23685 fboxrule
23686 \series default
23687 , la sombra tiene una anchura de 4\InsetSpace \thinspace{}
23688 pt.
23689  
23690 \begin_inset Box Shadowbox
23691 position "c"
23692 hor_pos "c"
23693 has_inner_box 1
23694 inner_pos "c"
23695 use_parbox 0
23696 width "20col%"
23697 special "none"
23698 height "1in"
23699 height_special "totalheight"
23700 status open
23701
23702 \begin_layout Standard
23703 \align center
23704 Marco sombrado
23705 \end_layout
23706
23707 \end_inset
23708
23709
23710 \end_layout
23711
23712 \begin_layout Description
23713 Marco\InsetSpace ~
23714 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
23715  El grosor de la línea interior es 0.75\InsetSpace \thinspace{}
23716
23717 \series bold
23718
23719 \backslash
23720 fboxrule
23721 \series default
23722 , el de la línea exterior es 1.5\InsetSpace \thinspace{}
23723
23724 \series bold
23725
23726 \backslash
23727 fboxrule
23728 \series default
23729 .
23730  La distancia entre líneas es 1.5\InsetSpace \thinspace{}
23731
23732 \series bold
23733
23734 \backslash
23735 fboxrule
23736 \series default
23737 \InsetSpace \thinspace{}
23738 +\InsetSpace \thinspace{}
23739 0.5\InsetSpace \thinspace{}
23740 pt.
23741  
23742 \begin_inset Box Doublebox
23743 position "c"
23744 hor_pos "c"
23745 has_inner_box 1
23746 inner_pos "c"
23747 use_parbox 0
23748 width "20col%"
23749 special "none"
23750 height "1in"
23751 height_special "totalheight"
23752 status open
23753
23754 \begin_layout Standard
23755 \align center
23756 Marco doble
23757 \end_layout
23758
23759 \end_inset
23760
23761
23762 \end_layout
23763
23764 \begin_layout Standard
23765 \begin_inset VSpace bigskip
23766 \end_inset
23767
23768 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
23769  Para poder utilizar los distintos marcos, debe estar instalado el paquete
23770  LaTeX 
23771 \series bold
23772 fancybox
23773 \series default
23774
23775 \begin_inset LatexCommand index
23776 name "LaTeX-paquetes ! fancybox"
23777
23778 \end_inset
23779
23780 .
23781 \end_layout
23782
23783 \begin_layout Standard
23784 \begin_inset VSpace bigskip
23785 \end_inset
23786
23787 El valor predeterminado por 
23788 \series bold
23789
23790 \backslash
23791 fboxrule
23792 \series default
23793  es 0.4\InsetSpace \thinspace{}
23794 pt.
23795  Puede cambiarse con el siguiente comando en ERT, p.\InsetSpace \thinspace{}
23796 e.\InsetSpace ~
23797 a\InsetSpace ~
23798 2\InsetSpace \thinspace{}
23799 pt:
23800 \end_layout
23801
23802 \begin_layout Standard
23803
23804 \series bold
23805
23806 \backslash
23807 setlength{
23808 \backslash
23809 fboxrule}{2pt}
23810 \end_layout
23811
23812 \begin_layout Standard
23813 \begin_inset ERT
23814 status collapsed
23815
23816 \begin_layout Standard
23817
23818
23819 \backslash
23820 setlength{
23821 \backslash
23822 fboxrule}{2pt}
23823 \end_layout
23824
23825 \end_inset
23826
23827
23828 \begin_inset Box Boxed
23829 position "c"
23830 hor_pos "c"
23831 has_inner_box 1
23832 inner_pos "c"
23833 use_parbox 0
23834 width "25col%"
23835 special "none"
23836 height "1in"
23837 height_special "totalheight"
23838 status open
23839
23840 \begin_layout Standard
23841 \align center
23842 Cuadro rectangular con 
23843 \series bold
23844
23845 \backslash
23846 fboxrule
23847 \series default
23848 \InsetSpace \thinspace{}
23849 =\InsetSpace \thinspace{}
23850 2\InsetSpace \thinspace{}
23851 pt
23852 \end_layout
23853
23854 \end_inset
23855
23856
23857 \begin_inset ERT
23858 status collapsed
23859
23860 \begin_layout Standard
23861
23862
23863 \backslash
23864 setlength{
23865 \backslash
23866 fboxrule}{0.4pt}
23867 \end_layout
23868
23869 \end_inset
23870
23871
23872 \end_layout
23873
23874 \begin_layout Standard
23875 \begin_inset VSpace bigskip
23876 \end_inset
23877
23878 El espacio entre el marco y el contenido del cuadro es 3\InsetSpace \thinspace{}
23879 pt por defecto para
23880  todos los estilos.
23881  Se puede cambiar mediante la longitud 
23882 \series bold
23883
23884 \backslash
23885 fboxsep
23886 \series default
23887 .
23888  Por ejemplo el comando
23889 \end_layout
23890
23891 \begin_layout Standard
23892
23893 \series bold
23894
23895 \backslash
23896 setlength{
23897 \backslash
23898 fboxsep}{10pt}
23899 \end_layout
23900
23901 \begin_layout Standard
23902 determina un valor de 10\InsetSpace \thinspace{}
23903 pt, como en el siguiente cuadro:
23904 \end_layout
23905
23906 \begin_layout Standard
23907 \begin_inset ERT
23908 status collapsed
23909
23910 \begin_layout Standard
23911
23912
23913 \backslash
23914 setlength{
23915 \backslash
23916 fboxsep}{10pt}
23917 \end_layout
23918
23919 \end_inset
23920
23921
23922 \begin_inset Box Boxed
23923 position "c"
23924 hor_pos "c"
23925 has_inner_box 1
23926 inner_pos "c"
23927 use_parbox 0
23928 width "25col%"
23929 special "none"
23930 height "1in"
23931 height_special "totalheight"
23932 status open
23933
23934 \begin_layout Standard
23935 \align center
23936 Cuadro rectangular con 
23937 \series bold
23938
23939 \backslash
23940 fboxsep
23941 \series default
23942 \InsetSpace \thinspace{}
23943 =\InsetSpace \thinspace{}
23944 10\InsetSpace \thinspace{}
23945 pt
23946 \end_layout
23947
23948 \end_inset
23949
23950
23951 \begin_inset ERT
23952 status collapsed
23953
23954 \begin_layout Standard
23955
23956
23957 \backslash
23958 setlength{
23959 \backslash
23960 fboxsep}{3pt}
23961 \end_layout
23962
23963 \end_inset
23964
23965
23966 \end_layout
23967
23968 \begin_layout Standard
23969 \begin_inset VSpace bigskip
23970 \end_inset
23971
23972 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
23973  el comando 
23974 \series bold
23975
23976 \backslash
23977 cornersize
23978 \series default
23979 .
23980  El comando
23981 \end_layout
23982
23983 \begin_layout Standard
23984
23985 \series bold
23986
23987 \backslash
23988 cornersize*{1cm}
23989 \end_layout
23990
23991 \begin_layout Standard
23992 establece un diámetro de 1\InsetSpace \thinspace{}
23993 cm.
23994  El comando
23995 \end_layout
23996
23997 \begin_layout Standard
23998
23999 \series bold
24000
24001 \backslash
24002 cornersize{num}
24003 \end_layout
24004
24005 \begin_layout Standard
24006 fija el diámetro en 
24007 \family sans
24008 num\InsetSpace \thinspace{}
24009 ×\InsetSpace \thinspace{}
24010 minimo(ancho y alto del cuadro)
24011 \family default
24012 .
24013  Por defecto es 
24014 \series bold
24015
24016 \backslash
24017 cornersize{0.5}
24018 \series default
24019 .
24020 \end_layout
24021
24022 \begin_layout Standard
24023 \begin_inset ERT
24024 status collapsed
24025
24026 \begin_layout Standard
24027
24028
24029 \backslash
24030 cornersize*{1.5cm}
24031 \end_layout
24032
24033 \end_inset
24034
24035
24036 \begin_inset Box Ovalbox
24037 position "c"
24038 hor_pos "c"
24039 has_inner_box 1
24040 inner_pos "c"
24041 use_parbox 0
24042 width "28col%"
24043 special "none"
24044 height "1in"
24045 height_special "totalheight"
24046 status open
24047
24048 \begin_layout Standard
24049 \align center
24050 Cuadro ovalado con 
24051 \series bold
24052
24053 \backslash
24054 cornersize
24055 \series default
24056 \InsetSpace \thinspace{}
24057 =\InsetSpace \thinspace{}
24058 1.5\InsetSpace \thinspace{}
24059 cm
24060 \end_layout
24061
24062 \end_inset
24063
24064
24065 \begin_inset ERT
24066 status collapsed
24067
24068 \begin_layout Standard
24069
24070
24071 \backslash
24072 cornersize{0.5}
24073 \end_layout
24074
24075 \end_inset
24076
24077
24078 \end_layout
24079
24080 \begin_layout Standard
24081 \begin_inset VSpace bigskip
24082 \end_inset
24083
24084 El tamaño de la sombra se puede ajustar cambiando la longitud 
24085 \series bold
24086
24087 \backslash
24088 shadowsize
24089 \series default
24090 .
24091  Este comando la ajusta a 2\InsetSpace \thinspace{}
24092 pt en el cuadro siguiente:
24093 \end_layout
24094
24095 \begin_layout Standard
24096
24097 \series bold
24098
24099 \backslash
24100 setlength{
24101 \backslash
24102 shadowsize}{2pt}
24103 \end_layout
24104
24105 \begin_layout Standard
24106 \begin_inset ERT
24107 status collapsed
24108
24109 \begin_layout Standard
24110
24111
24112 \backslash
24113 setlength{
24114 \backslash
24115 shadowsize}{2pt}
24116 \end_layout
24117
24118 \end_inset
24119
24120
24121 \begin_inset Box Shadowbox
24122 position "c"
24123 hor_pos "c"
24124 has_inner_box 1
24125 inner_pos "c"
24126 use_parbox 0
24127 width "28col%"
24128 special "none"
24129 height "1in"
24130 height_special "totalheight"
24131 status open
24132
24133 \begin_layout Standard
24134 \align center
24135 Cuadro sombreado con 
24136 \series bold
24137
24138 \backslash
24139 shadowsize
24140 \series default
24141 \InsetSpace \thinspace{}
24142 =\InsetSpace \thinspace{}
24143 2\InsetSpace \thinspace{}
24144 pt
24145 \end_layout
24146
24147 \end_inset
24148
24149
24150 \begin_inset ERT
24151 status collapsed
24152
24153 \begin_layout Standard
24154
24155
24156 \backslash
24157 setlength{
24158 \backslash
24159 shadowsize}{4pt}
24160 \end_layout
24161
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \begin_layout Standard
24168 \begin_inset VSpace bigskip
24169 \end_inset
24170
24171 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
24172  a los comandos.
24173 \end_layout
24174
24175 \begin_layout Section
24176 Minipáginas
24177 \begin_inset LatexCommand label
24178 name "sec:Minipáginas"
24179
24180 \end_inset
24181
24182
24183 \begin_inset LatexCommand index
24184 name "Cuadros ! Minipáginas"
24185
24186 \end_inset
24187
24188
24189 \end_layout
24190
24191 \begin_layout Standard
24192 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
24193  por tanto pueden tener, por ejemplo, sus propias notas al pie.
24194 \end_layout
24195
24196 \begin_layout Standard
24197 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
24198 \end_layout
24199
24200 \begin_layout Standard
24201 A continuación hay dos ejemplos de minipáginas adosadas.
24202  Su anchura está puesta en 45\InsetSpace \thinspace{}
24203 col% y separadas por un relleno horizontal,
24204  insertado via el menú 
24205 \family sans
24206 Insertar\SpecialChar \menuseparator
24207 Formato\InsetSpace ~
24208
24209 \family default
24210 es
24211 \family sans
24212 pecial\InsetSpace ~
24213 \SpecialChar \menuseparator
24214 Relleno\InsetSpace ~
24215 horizontal
24216 \family default
24217 .
24218 \end_layout
24219
24220 \begin_layout Standard
24221 \begin_inset Box Frameless
24222 position "t"
24223 hor_pos "c"
24224 has_inner_box 1
24225 inner_pos "c"
24226 use_parbox 0
24227 width "45col%"
24228 special "none"
24229 height "1in"
24230 height_special "totalheight"
24231 status open
24232
24233 \begin_layout Standard
24234
24235 \lang german
24236 Dies ist ein deutscher Text.
24237  Dies ist ein deutscher Text.
24238  Dies ist ein deutscher Text.
24239  Dies ist ein deutscher Text.
24240  Dies ist ein deutscher Text.
24241  Dies ist ein deutscher Text.
24242  Dies ist ein deutscher Text.
24243  Dies ist ein deutscher Text.
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 \begin_inset Foot
24250 status collapsed
24251
24252 \begin_layout Standard
24253
24254 \lang german
24255 Dies ist eine deutsche Fußnote.
24256 \end_layout
24257
24258 \end_inset
24259
24260 .
24261  Dies ist ein deutscher Text.
24262  Dies ist ein deutscher Text.
24263 \end_layout
24264
24265 \end_inset
24266
24267
24268 \hfill
24269
24270 \begin_inset Box Frameless
24271 position "t"
24272 hor_pos "c"
24273 has_inner_box 1
24274 inner_pos "c"
24275 use_parbox 0
24276 width "45col%"
24277 special "none"
24278 height "1in"
24279 height_special "totalheight"
24280 status open
24281
24282 \begin_layout Standard
24283 This is an English Text.
24284  This is an English Text.
24285  This is an English Text.
24286  This is an English Text.
24287  This is an English Text.
24288  This is an English Text.
24289  This is an English Text.
24290  This is an English Text.
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 \begin_inset Foot
24300 status collapsed
24301
24302 \begin_layout Standard
24303 This is an English footnote.
24304 \end_layout
24305
24306 \end_inset
24307
24308  This is an English Text.
24309  
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \begin_layout Standard
24318 \begin_inset VSpace bigskip
24319 \end_inset
24320
24321 Otra aplicación de los cuadros son las notas a pie en tablas.
24322  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
24323  al final de la página actual.
24324  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
24325  en la parte inferior, ordenadas con letras.
24326  La ordenación de las notas al pie se restablece en cada minipágina pero
24327  no fuera de las minipáginas.
24328 \end_layout
24329
24330 \begin_layout Standard
24331 La nota al pie en esta tabla no aparece: 
24332 \begin_inset Tabular
24333 <lyxtabular version="3" rows="3" columns="4">
24334 <features>
24335 <column alignment="center" valignment="top" leftline="true" width="0pt">
24336 <column alignment="center" valignment="top" leftline="true" width="0pt">
24337 <column alignment="center" valignment="top" leftline="true" width="0pt">
24338 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24339 <row topline="true">
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Standard
24344 1
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Standard
24353 2
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Standard
24362 3
24363 \begin_inset Foot
24364 status open
24365
24366 \begin_layout Standard
24367 Nota al pie en una tabla.
24368 \end_layout
24369
24370 \end_inset
24371
24372
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24378 \begin_inset Text
24379
24380 \begin_layout Standard
24381 4
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 </row>
24387 <row topline="true">
24388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24389 \begin_inset Text
24390
24391 \begin_layout Standard
24392 a
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Standard
24401 b
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24407 \begin_inset Text
24408
24409 \begin_layout Standard
24410 c
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Standard
24419 d
24420 \end_layout
24421
24422 \end_inset
24423 </cell>
24424 </row>
24425 <row topline="true" bottomline="true">
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Standard
24430 e
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Standard
24439 f
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Standard
24448 g
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Standard
24457 h
24458 \end_layout
24459
24460 \end_inset
24461 </cell>
24462 </row>
24463 </lyxtabular>
24464
24465 \end_inset
24466
24467
24468 \end_layout
24469
24470 \begin_layout Standard
24471 \align center
24472 \begin_inset Box Frameless
24473 position "t"
24474 hor_pos "c"
24475 has_inner_box 1
24476 inner_pos "c"
24477 use_parbox 0
24478 width "30col%"
24479 special "none"
24480 height "1in"
24481 height_special "totalheight"
24482 status open
24483
24484 \begin_layout Standard
24485 \align center
24486 \begin_inset Tabular
24487 <lyxtabular version="3" rows="3" columns="4">
24488 <features>
24489 <column alignment="center" valignment="top" leftline="true" width="0pt">
24490 <column alignment="center" valignment="top" leftline="true" width="0pt">
24491 <column alignment="center" valignment="top" leftline="true" width="0pt">
24492 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24493 <row topline="true">
24494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24495 \begin_inset Text
24496
24497 \begin_layout Standard
24498 1
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Standard
24507 2
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Standard
24516 3
24517 \begin_inset Foot
24518 status open
24519
24520 \begin_layout Standard
24521 Nota al pie en una tabla..
24522 \end_layout
24523
24524 \end_inset
24525
24526
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Standard
24535 4
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 </row>
24541 <row topline="true">
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Standard
24546 a
24547 \end_layout
24548
24549 \end_inset
24550 </cell>
24551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24552 \begin_inset Text
24553
24554 \begin_layout Standard
24555 b
24556 \end_layout
24557
24558 \end_inset
24559 </cell>
24560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24561 \begin_inset Text
24562
24563 \begin_layout Standard
24564 c
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Standard
24573 d
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 </row>
24579 <row topline="true" bottomline="true">
24580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Standard
24584 e
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Standard
24593 f
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Standard
24602 g
24603 \end_layout
24604
24605 \end_inset
24606 </cell>
24607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24608 \begin_inset Text
24609
24610 \begin_layout Standard
24611 h
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 </row>
24617 </lyxtabular>
24618
24619 \end_inset
24620
24621
24622 \end_layout
24623
24624 \end_inset
24625
24626
24627 \end_layout
24628
24629 \begin_layout Standard
24630 \begin_inset VSpace bigskip
24631 \end_inset
24632
24633 La configuración global de párrafos se ignora en las minipáginas.
24634  Esto significa que en las mismas no habrá espacio entre párrafos aunque
24635  pongas p.\InsetSpace \thinspace{}
24636 e.\InsetSpace ~
24637
24638 \family sans
24639 Salto\InsetSpace ~
24640 medio
24641 \family default
24642  en la configuración del documento.
24643 \end_layout
24644
24645 \begin_layout Standard
24646 Las minipáginas también sirven para poner un color de fondo para partes
24647  de texto, ver sección\InsetSpace ~
24648
24649 \begin_inset LatexCommand ref
24650 reference "sub:Color-en-Párrafos"
24651
24652 \end_inset
24653
24654 .
24655 \end_layout
24656
24657 \begin_layout Standard
24658 \begin_inset Note Greyedout
24659 status open
24660
24661 \begin_layout Standard
24662
24663 \series bold
24664 Nota:
24665 \series default
24666  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
24667  tener minipáginas en tablas, flotantes, y otros cuadros.
24668 \end_layout
24669
24670 \end_inset
24671
24672
24673 \end_layout
24674
24675 \begin_layout Section
24676 Cuadros de Párrafo (Parbox)
24677 \begin_inset LatexCommand label
24678 name "sec:Cuadros-de-Párrafo"
24679
24680 \end_inset
24681
24682
24683 \begin_inset LatexCommand index
24684 name "Cuadros ! de Párrafo"
24685
24686 \end_inset
24687
24688
24689 \end_layout
24690
24691 \begin_layout Standard
24692 Los cuadros de párrafo son similares a las minipáginas con la diferencia
24693  de que no pueden contener notas al pie.
24694   La diferencia principal es que las minipáginas no son verdaderos cuadros
24695  sino entornos de LaTeX.
24696 \end_layout
24697
24698 \begin_layout Standard
24699 \align center
24700 \begin_inset Box Frameless
24701 position "t"
24702 hor_pos "c"
24703 has_inner_box 1
24704 inner_pos "t"
24705 use_parbox 1
24706 width "33col%"
24707 special "none"
24708 height "1in"
24709 height_special "totalheight"
24710 status collapsed
24711
24712 \begin_layout Standard
24713 Texto en un cuadro de párrafo.
24714  Texto en un cuadro de párrafo.
24715  Esta nota no aparece:
24716 \begin_inset Foot
24717 status open
24718
24719 \begin_layout Standard
24720 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
24721 \end_layout
24722
24723 \end_inset
24724
24725
24726 \end_layout
24727
24728 \end_inset
24729
24730
24731 \end_layout
24732
24733 \begin_layout Section
24734 Cuadros para Palabras y Caracteres
24735 \begin_inset LatexCommand index
24736 name "Cuadros ! para Palabras y Caracteres"
24737
24738 \end_inset
24739
24740
24741 \end_layout
24742
24743 \begin_layout Subsection
24744 Prevención de la Partición con Guiones
24745 \begin_inset LatexCommand label
24746 name "sec:Prevención-de-la-Partición-con-Guiones"
24747
24748 \end_inset
24749
24750
24751 \begin_inset LatexCommand index
24752 name "Cuadros ! Prevenir Partición con Guiones"
24753
24754 \end_inset
24755
24756
24757 \end_layout
24758
24759 \begin_layout Standard
24760 Hay un tipo especial de cuadro para impedir que una palabra sea partida
24761  con guión.
24762 \newline
24763 He aquí un ejemplo:
24764 \end_layout
24765
24766 \begin_layout Standard
24767 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24768 e.\InsetSpace ~
24769 estalarguís
24770 imapalabra.
24771 \end_layout
24772
24773 \begin_layout Standard
24774 Para evitar su división usa el comando
24775 \end_layout
24776
24777 \begin_layout Standard
24778
24779 \series bold
24780
24781 \backslash
24782 mbox{
24783 \end_layout
24784
24785 \begin_layout Standard
24786 en ERT antes de la palabra.
24787  Tras ella inserta una llave de cierre 
24788 \begin_inset Quotes eld
24789 \end_inset
24790
24791
24792 \series bold
24793 }
24794 \series default
24795
24796 \begin_inset Quotes erd
24797 \end_inset
24798
24799  en ERT.
24800 \begin_inset ERT
24801 status collapsed
24802
24803 \begin_layout Standard
24804
24805
24806 \backslash
24807 pagebreak 
24808 \end_layout
24809
24810 \end_inset
24811
24812
24813 \end_layout
24814
24815 \begin_layout Standard
24816 Este es el resultado:
24817 \end_layout
24818
24819 \begin_layout Standard
24820 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24821 e.\InsetSpace ~
24822
24823 \begin_inset ERT
24824 status collapsed
24825
24826 \begin_layout Standard
24827
24828
24829 \backslash
24830 mbox{
24831 \end_layout
24832
24833 \end_inset
24834
24835 estalarguísimapalabra.
24836 \begin_inset ERT
24837 status collapsed
24838
24839 \begin_layout Standard
24840
24841 }
24842 \end_layout
24843
24844 \end_inset
24845
24846
24847 \end_layout
24848
24849 \begin_layout Standard
24850 Por supuesto, la palabra sobresale del margen.
24851  Para evitarlo añade, via el menú 
24852 \family sans
24853 Insertar\SpecialChar \menuseparator
24854 Formato\InsetSpace ~
24855 especial\InsetSpace ~
24856 \SpecialChar \menuseparator
24857 Salto\InsetSpace ~
24858 de\InsetSpace ~
24859
24860 \family default
24861 línea (atajo 
24862 \series bold
24863 Ctrl-Return
24864 \series default
24865 ), un salto de línea antes de la palabra:
24866 \end_layout
24867
24868 \begin_layout Standard
24869 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24870 e.\InsetSpace ~
24871
24872 \newline
24873
24874 \begin_inset ERT
24875 status collapsed
24876
24877 \begin_layout Standard
24878
24879
24880 \backslash
24881 mbox{
24882 \end_layout
24883
24884 \end_inset
24885
24886 estalarguísimapalabra.
24887 \begin_inset ERT
24888 status collapsed
24889
24890 \begin_layout Standard
24891
24892 }
24893 \end_layout
24894
24895 \end_inset
24896
24897
24898 \end_layout
24899
24900 \begin_layout Subsection
24901 Alineación Vertical
24902 \begin_inset LatexCommand label
24903 name "sub:Alineación-Vertical"
24904
24905 \end_inset
24906
24907
24908 \begin_inset LatexCommand index
24909 name "Cuadros ! para Alineación Vertical"
24910
24911 \end_inset
24912
24913
24914 \end_layout
24915
24916 \begin_layout Standard
24917 Con ayuda del comando 
24918 \series bold
24919
24920 \backslash
24921 raisebox
24922 \series default
24923  puedes alinear verticalmente con el texto circundante palabras o caracteres.
24924  
24925 \series bold
24926
24927 \backslash
24928 raisebox
24929 \series default
24930  se utiliza según el esquema:
24931 \end_layout
24932
24933 \begin_layout Standard
24934
24935 \series bold
24936
24937 \backslash
24938 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
24939 \end_layout
24940
24941 \begin_layout Standard
24942 La elevación puede ser un valor positivo para subir el cuadro o negativo
24943  para bajarlo.
24944 \end_layout
24945
24946 \begin_layout Standard
24947 Para alinear una palabra, p.\InsetSpace \thinspace{}
24948 e\InsetSpace ~
24949
24950 \begin_inset Quotes eld
24951 \end_inset
24952
24953 prevención
24954 \begin_inset Quotes erd
24955 \end_inset
24956
24957  para que la parte inferior de la letra más 
24958 \begin_inset Quotes eld
24959 \end_inset
24960
24961 profunda
24962 \begin_inset Quotes erd
24963 \end_inset
24964
24965  
24966 \begin_inset Quotes eld
24967 \end_inset
24968
24969 p
24970 \begin_inset Quotes erd
24971 \end_inset
24972
24973  esté en la línea de base, inserta el comando
24974 \end_layout
24975
24976 \begin_layout Standard
24977
24978 \series bold
24979
24980 \backslash
24981 raisebox{
24982 \backslash
24983 depth}{
24984 \end_layout
24985
24986 \begin_layout Standard
24987 en ERT antes de la palabra.
24988  Detrás de la palabra inserta una llave de cierre 
24989 \begin_inset Quotes eld
24990 \end_inset
24991
24992
24993 \series bold
24994 }
24995 \series default
24996
24997 \begin_inset Quotes erd
24998 \end_inset
24999
25000  en ERT.
25001 \newline
25002 Este es el resultado:
25003 \end_layout
25004
25005 \begin_layout Standard
25006 Esto es una línea de texto con la palabra 
25007 \begin_inset ERT
25008 status collapsed
25009
25010 \begin_layout Standard
25011
25012
25013 \backslash
25014 raisebox{
25015 \backslash
25016 depth}{
25017 \end_layout
25018
25019 \end_inset
25020
25021
25022 \begin_inset Quotes eld
25023 \end_inset
25024
25025 prevención
25026 \begin_inset Quotes erd
25027 \end_inset
25028
25029
25030 \begin_inset ERT
25031 status collapsed
25032
25033 \begin_layout Standard
25034
25035 }
25036 \end_layout
25037
25038 \end_inset
25039
25040  elevada.
25041 \end_layout
25042
25043 \begin_layout Standard
25044 \begin_inset VSpace bigskip
25045 \end_inset
25046
25047 Cuando eleves o bajes caracteres en una línea, se modifica el espacio entre
25048  líneas:
25049 \end_layout
25050
25051 \begin_layout Standard
25052 Esto es una línea de texto con la palabra 
25053 \begin_inset ERT
25054 status collapsed
25055
25056 \begin_layout Standard
25057
25058
25059 \backslash
25060 raisebox{-
25061 \backslash
25062 depth}{
25063 \end_layout
25064
25065 \end_inset
25066
25067
25068 \begin_inset Quotes eld
25069 \end_inset
25070
25071 prevención
25072 \begin_inset Quotes erd
25073 \end_inset
25074
25075
25076 \begin_inset ERT
25077 status collapsed
25078
25079 \begin_layout Standard
25080
25081 }
25082 \end_layout
25083
25084 \end_inset
25085
25086  como palabra más baja.
25087 \newline
25088 Esto es una línea de texto con la palabra 
25089 \begin_inset ERT
25090 status collapsed
25091
25092 \begin_layout Standard
25093
25094
25095 \backslash
25096 raisebox{0.5cm}{
25097 \end_layout
25098
25099 \end_inset
25100
25101
25102 \begin_inset Quotes eld
25103 \end_inset
25104
25105 testigo
25106 \begin_inset Quotes erd
25107 \end_inset
25108
25109
25110 \begin_inset ERT
25111 status collapsed
25112
25113 \begin_layout Standard
25114
25115 }
25116 \end_layout
25117
25118 \end_inset
25119
25120  como palabra más alta.
25121 \end_layout
25122
25123 \begin_layout Standard
25124 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
25125  Por ejemplo
25126 \end_layout
25127
25128 \begin_layout Standard
25129
25130 \series bold
25131
25132 \backslash
25133 raisebox{-
25134 \backslash
25135 depth}[0pt]{
25136 \end_layout
25137
25138 \begin_layout Standard
25139 Esto es una línea de texto con la palabra 
25140 \begin_inset ERT
25141 status collapsed
25142
25143 \begin_layout Standard
25144
25145
25146 \backslash
25147 raisebox{-
25148 \backslash
25149 depth}[0pt]{
25150 \end_layout
25151
25152 \end_inset
25153
25154
25155 \begin_inset Quotes eld
25156 \end_inset
25157
25158 prevención
25159 \begin_inset Quotes erd
25160 \end_inset
25161
25162
25163 \begin_inset ERT
25164 status collapsed
25165
25166 \begin_layout Standard
25167
25168 }
25169 \end_layout
25170
25171 \end_inset
25172
25173  como palabra más baja.
25174 \newline
25175 Esto es una línea de texto con la palabra 
25176 \begin_inset ERT
25177 status collapsed
25178
25179 \begin_layout Standard
25180
25181
25182 \backslash
25183 raisebox{0.5cm}[0pt]{
25184 \end_layout
25185
25186 \end_inset
25187
25188
25189 \begin_inset Quotes eld
25190 \end_inset
25191
25192 testigo
25193 \begin_inset Quotes erd
25194 \end_inset
25195
25196
25197 \begin_inset ERT
25198 status collapsed
25199
25200 \begin_layout Standard
25201
25202 }
25203 \end_layout
25204
25205 \end_inset
25206
25207  como palabra más alta.
25208 \end_layout
25209
25210 \begin_layout Standard
25211 \begin_inset VSpace bigskip
25212 \end_inset
25213
25214 El comando 
25215 \series bold
25216
25217 \backslash
25218 raisebox
25219 \series default
25220  es útil para insertar espacio vertical extra para ciertas filas de tabla
25221  de modo que su contenido esté más separado de las líneas circundantes.
25222  En la Tabla\InsetSpace ~
25223
25224 \begin_inset LatexCommand ref
25225 reference "tab:Dos-tablas-que"
25226
25227 \end_inset
25228
25229  las filas con subíndice y exponente obtienen espacio extra al elevarlas
25230  con un cuadro vacío: El comando
25231 \end_layout
25232
25233 \begin_layout Standard
25234
25235 \series bold
25236
25237 \backslash
25238 raisebox{5mm}{}
25239 \end_layout
25240
25241 \begin_layout Standard
25242 se ha insertado en las filas de la tabla.
25243 \end_layout
25244
25245 \begin_layout Standard
25246 Para añadir espacio extra vertical a todas las filas de todas las tablas,
25247  sería más conveniente  el método descrito en la sección\InsetSpace ~
25248
25249 \begin_inset LatexCommand ref
25250 reference "sub:Row-Spacing"
25251
25252 \end_inset
25253
25254 .
25255 \end_layout
25256
25257 \begin_layout Standard
25258 \begin_inset Float table
25259 wide false
25260 sideways false
25261 status open
25262
25263 \begin_layout Standard
25264 \begin_inset Caption
25265
25266 \begin_layout Standard
25267 \begin_inset LatexCommand label
25268 name "tab:Dos-tablas-que"
25269
25270 \end_inset
25271
25272 Dos tablas que muestran el efecto de espacio vertical extra con 
25273 \backslash
25274
25275 \series bold
25276 raisebox
25277 \end_layout
25278
25279 \end_inset
25280
25281
25282 \end_layout
25283
25284 \begin_layout Standard
25285
25286 \hfill
25287
25288 \begin_inset Tabular
25289 <lyxtabular version="3" rows="5" columns="2">
25290 <features>
25291 <column alignment="center" valignment="top" leftline="true" width="0pt">
25292 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25293 <row topline="true">
25294 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Standard
25298 sin 
25299 \series bold
25300
25301 \backslash
25302 raisebox
25303 \end_layout
25304
25305 \end_inset
25306 </cell>
25307 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25308 \begin_inset Text
25309
25310 \begin_layout Standard
25311
25312 \end_layout
25313
25314 \end_inset
25315 </cell>
25316 </row>
25317 <row topline="true">
25318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25319 \begin_inset Text
25320
25321 \begin_layout Standard
25322 Comando
25323 \end_layout
25324
25325 \end_inset
25326 </cell>
25327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25328 \begin_inset Text
25329
25330 \begin_layout Standard
25331 Resultado
25332 \end_layout
25333
25334 \end_inset
25335 </cell>
25336 </row>
25337 <row topline="true">
25338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25339 \begin_inset Text
25340
25341 \begin_layout Standard
25342 B_V
25343 \end_layout
25344
25345 \end_inset
25346 </cell>
25347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25348 \begin_inset Text
25349
25350 \begin_layout Standard
25351 \begin_inset Formula $B_{V}$
25352 \end_inset
25353
25354
25355 \end_layout
25356
25357 \end_inset
25358 </cell>
25359 </row>
25360 <row topline="true">
25361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25362 \begin_inset Text
25363
25364 \begin_layout Standard
25365 B^V
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Standard
25374 \begin_inset Formula $B^{V}$
25375 \end_inset
25376
25377
25378 \end_layout
25379
25380 \end_inset
25381 </cell>
25382 </row>
25383 <row topline="true" bottomline="true">
25384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25385 \begin_inset Text
25386
25387 \begin_layout Standard
25388 B^
25389 \begin_inset ERT
25390 status collapsed
25391
25392 \begin_layout Standard
25393
25394
25395 \backslash
25396 textvisiblespace 
25397 \end_layout
25398
25399 \end_inset
25400
25401 A
25402 \end_layout
25403
25404 \end_inset
25405 </cell>
25406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25407 \begin_inset Text
25408
25409 \begin_layout Standard
25410 \begin_inset Formula $B^{A}$
25411 \end_inset
25412
25413
25414 \end_layout
25415
25416 \end_inset
25417 </cell>
25418 </row>
25419 </lyxtabular>
25420
25421 \end_inset
25422
25423
25424 \begin_inset ERT
25425 status collapsed
25426
25427 \begin_layout Standard
25428
25429
25430 \backslash
25431 hspace{2pt}
25432 \end_layout
25433
25434 \end_inset
25435
25436
25437 \begin_inset Tabular
25438 <lyxtabular version="3" rows="5" columns="2">
25439 <features>
25440 <column alignment="center" valignment="top" leftline="true" width="0">
25441 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25442 <row topline="true" bottomline="true">
25443 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25444 \begin_inset Text
25445
25446 \begin_layout Standard
25447 con 
25448 \series bold
25449
25450 \backslash
25451 raisebox
25452 \end_layout
25453
25454 \end_inset
25455 </cell>
25456 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25457 \begin_inset Text
25458
25459 \begin_layout Standard
25460
25461 \end_layout
25462
25463 \end_inset
25464 </cell>
25465 </row>
25466 <row topline="true">
25467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25468 \begin_inset Text
25469
25470 \begin_layout Standard
25471 Comando
25472 \end_layout
25473
25474 \end_inset
25475 </cell>
25476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25477 \begin_inset Text
25478
25479 \begin_layout Standard
25480 Resultado
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 </row>
25486 <row topline="true">
25487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25488 \begin_inset Text
25489
25490 \begin_layout Standard
25491 B_V
25492 \end_layout
25493
25494 \end_inset
25495 </cell>
25496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25497 \begin_inset Text
25498
25499 \begin_layout Standard
25500 \begin_inset Formula $B_{V}$
25501 \end_inset
25502
25503
25504 \end_layout
25505
25506 \end_inset
25507 </cell>
25508 </row>
25509 <row topline="true">
25510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25511 \begin_inset Text
25512
25513 \begin_layout Standard
25514 B^V
25515 \end_layout
25516
25517 \end_inset
25518 </cell>
25519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25520 \begin_inset Text
25521
25522 \begin_layout Standard
25523 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
25524 \end_inset
25525
25526
25527 \end_layout
25528
25529 \end_inset
25530 </cell>
25531 </row>
25532 <row topline="true" bottomline="true">
25533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25534 \begin_inset Text
25535
25536 \begin_layout Standard
25537 B^
25538 \begin_inset ERT
25539 status collapsed
25540
25541 \begin_layout Standard
25542
25543
25544 \backslash
25545 textvisiblespace 
25546 \end_layout
25547
25548 \end_inset
25549
25550 A
25551 \end_layout
25552
25553 \end_inset
25554 </cell>
25555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25556 \begin_inset Text
25557
25558 \begin_layout Standard
25559 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
25560 \end_inset
25561
25562
25563 \end_layout
25564
25565 \end_inset
25566 </cell>
25567 </row>
25568 </lyxtabular>
25569
25570 \end_inset
25571
25572
25573 \hfill
25574
25575 \end_layout
25576
25577 \end_inset
25578
25579
25580 \end_layout
25581
25582 \begin_layout Section
25583 Cuadros Coloreados
25584 \begin_inset LatexCommand label
25585 name "sec:Cuadros-Coloreados"
25586
25587 \end_inset
25588
25589
25590 \begin_inset LatexCommand index
25591 name "Cuadros ! Color"
25592
25593 \end_inset
25594
25595
25596 \end_layout
25597
25598 \begin_layout Subsection
25599 Color en Texto
25600 \begin_inset LatexCommand index
25601 name "Color ! en Texto"
25602
25603 \end_inset
25604
25605
25606 \end_layout
25607
25608 \begin_layout Standard
25609 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
25610  Esto requiere cargar el paquete LaTeX 
25611 \series bold
25612 color
25613 \series default
25614
25615 \begin_inset LatexCommand index
25616 name "LaTeX-paquetes ! color"
25617
25618 \end_inset
25619
25620  en el preámbulo del documento con
25621 \end_layout
25622
25623 \begin_layout Standard
25624
25625 \series bold
25626
25627 \backslash
25628 @ifundef\SpecialChar \textcompwordmark{}
25629 ined{textcolor}
25630 \newline
25631
25632 \begin_inset ERT
25633 status collapsed
25634
25635 \begin_layout Standard
25636
25637
25638 \backslash
25639 hphantom{ }
25640 \end_layout
25641
25642 \end_inset
25643
25644 {
25645 \backslash
25646 usepackage{color}}{}
25647 \end_layout
25648
25649 \begin_layout Standard
25650 LyX cargará automáticamente el paquete 
25651 \series bold
25652 color
25653 \series default
25654  cuando colorees texto
25655 \begin_inset Foot
25656 status collapsed
25657
25658 \begin_layout Standard
25659 Para evitar cargarlo dos veces se usa el comando 
25660 \series bold
25661
25662 \backslash
25663 @ifundef\SpecialChar \textcompwordmark{}
25664 ined
25665 \series default
25666 .
25667 \end_layout
25668
25669 \end_inset
25670
25671 .
25672 \end_layout
25673
25674 \begin_layout Standard
25675 \begin_inset VSpace medskip
25676 \end_inset
25677
25678 Los cuadros coloreados se crean con el comando 
25679 \series bold
25680
25681 \backslash
25682 colorbox
25683 \series default
25684 , de acuerdo con el siguiente esquema:
25685 \end_layout
25686
25687 \begin_layout Standard
25688
25689 \series bold
25690
25691 \backslash
25692 colorbox{color}{contenido del cuadro}
25693 \end_layout
25694
25695 \begin_layout Standard
25696 El contenido también puede ser un cuadro y los cuadros coloreados también
25697  pueden estar en otros cuadros.
25698 \end_layout
25699
25700 \begin_layout Standard
25701 Los siguientes colores están predefinidos:
25702 \newline
25703
25704 \family sans
25705 black
25706 \family default
25707
25708 \family sans
25709 blue
25710 \family default
25711
25712 \family sans
25713 cyan
25714 \family default
25715 \series bold
25716
25717 \family sans
25718 \series default
25719 green
25720 \family default
25721
25722 \family sans
25723 magenta
25724 \family default
25725
25726 \family sans
25727 red
25728 \family default
25729
25730 \family sans
25731 white
25732 \family default
25733
25734 \family sans
25735 yellow
25736 \family default
25737 .
25738 \newline
25739 También puedes definir tus propios colores según se explica en la sección\InsetSpace ~
25740
25741 \begin_inset LatexCommand ref
25742 reference "sec:Tablas-Coloreadas"
25743
25744 \end_inset
25745
25746 .
25747 \end_layout
25748
25749 \begin_layout Standard
25750 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
25751 \end_layout
25752
25753 \begin_layout Standard
25754
25755 \series bold
25756
25757 \backslash
25758 colorbox{red}{
25759 \end_layout
25760
25761 \begin_layout Standard
25762 en ERT antes de la palabra.
25763  Tras la palabra inserta una llave de cierre 
25764 \begin_inset Quotes eld
25765 \end_inset
25766
25767
25768 \series bold
25769 }
25770 \series default
25771
25772 \begin_inset Quotes erd
25773 \end_inset
25774
25775  en ERT.
25776 \newline
25777 Este es el resultado:
25778 \end_layout
25779
25780 \begin_layout Standard
25781 Línea en la que la palabra 
25782 \begin_inset ERT
25783 status collapsed
25784
25785 \begin_layout Standard
25786
25787
25788 \backslash
25789 colorbox{red}{
25790 \end_layout
25791
25792 \end_inset
25793
25794
25795 \begin_inset Quotes eld
25796 \end_inset
25797
25798 ¡Atención!
25799 \begin_inset Quotes erd
25800 \end_inset
25801
25802
25803 \begin_inset ERT
25804 status collapsed
25805
25806 \begin_layout Standard
25807
25808 }
25809 \end_layout
25810
25811 \end_inset
25812
25813  tiene fondo rojo.
25814 \end_layout
25815
25816 \begin_layout Standard
25817 \begin_inset VSpace bigskip
25818 \end_inset
25819
25820 Si quieres un marco de distinto color, puedes emplear el comando 
25821 \series bold
25822
25823 \backslash
25824 fcolorbox
25825 \series default
25826  con el esquema siguiente:
25827 \end_layout
25828
25829 \begin_layout Standard
25830
25831 \series bold
25832
25833 \backslash
25834 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
25835 \end_layout
25836
25837 \begin_layout Standard
25838
25839 \series bold
25840
25841 \backslash
25842 fcolorbox
25843 \series default
25844  es una extensión de 
25845 \series bold
25846
25847 \backslash
25848 colorbox
25849 \series default
25850 .
25851  El grosor del marco y el espacio entre él y el contenido se puede ajustar
25852  con las longitudes 
25853 \series bold
25854
25855 \backslash
25856 fboxrule
25857 \series default
25858  y 
25859 \series bold
25860
25861 \backslash
25862 fboxsep
25863 \series default
25864 , respectivamente, como se describe en la sección\InsetSpace ~
25865
25866 \begin_inset LatexCommand ref
25867 reference "sec:Cuadros-Enmarcados"
25868
25869 \end_inset
25870
25871 .
25872 \end_layout
25873
25874 \begin_layout Standard
25875 Para el ejemplo siguiente se ha utilizado el comando
25876 \end_layout
25877
25878 \begin_layout Standard
25879
25880 \series bold
25881
25882 \backslash
25883 fcolorbox{cyan}{magenta}{
25884 \end_layout
25885
25886 \begin_layout Standard
25887 Este es un ejemplo en el que se ha puesto un grosor de 1\InsetSpace \thinspace{}
25888 mm para la línea
25889  del marco:
25890 \newline
25891
25892 \begin_inset ERT
25893 status collapsed
25894
25895 \begin_layout Standard
25896
25897
25898 \backslash
25899 fboxrule 1mm 
25900 \backslash
25901 fboxsep 1mm
25902 \end_layout
25903
25904 \end_inset
25905
25906
25907 \begin_inset ERT
25908 status collapsed
25909
25910 \begin_layout Standard
25911
25912
25913 \backslash
25914 fcolorbox{cyan}{magenta}{
25915 \end_layout
25916
25917 \end_inset
25918
25919 Texto en un marco coloreado y enmarcado.
25920 \begin_inset ERT
25921 status collapsed
25922
25923 \begin_layout Standard
25924
25925 }
25926 \end_layout
25927
25928 \end_inset
25929
25930
25931 \end_layout
25932
25933 \begin_layout Standard
25934 \begin_inset VSpace bigskip
25935 \end_inset
25936
25937 Por supuesto también puedes colorear el texto en un marco coloreado:
25938 \newline
25939
25940 \begin_inset ERT
25941 status collapsed
25942
25943 \begin_layout Standard
25944
25945
25946 \backslash
25947 fcolorbox{cyan}{magenta}{
25948 \end_layout
25949
25950 \end_inset
25951
25952
25953 \color yellow
25954 Texto coloreado en un marco sombreado y coloreado.
25955 \color none
25956
25957 \begin_inset ERT
25958 status collapsed
25959
25960 \begin_layout Standard
25961
25962 }
25963 \end_layout
25964
25965 \end_inset
25966
25967
25968 \begin_inset ERT
25969 status collapsed
25970
25971 \begin_layout Standard
25972
25973
25974 \backslash
25975 fboxrule 0.4pt 
25976 \backslash
25977 fboxsep 3pt
25978 \end_layout
25979
25980 \end_inset
25981
25982
25983 \end_layout
25984
25985 \begin_layout Standard
25986
25987 \series bold
25988 \begin_inset VSpace medskip
25989 \end_inset
25990
25991
25992 \end_layout
25993
25994 \begin_layout Standard
25995 \begin_inset Note Greyedout
25996 status open
25997
25998 \begin_layout Standard
25999
26000 \series bold
26001 Nota:
26002 \series default
26003  El texto en cuadros coloreados no puede tener saltos de línea.
26004  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
26005  coloreado como se describe a continuación.
26006 \end_layout
26007
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \begin_layout Subsection
26014 Color en Párrafos
26015 \begin_inset LatexCommand label
26016 name "sub:Color-en-Párrafos"
26017
26018 \end_inset
26019
26020
26021 \begin_inset LatexCommand index
26022 name "Color ! en Párrafos"
26023
26024 \end_inset
26025
26026
26027 \end_layout
26028
26029 \begin_layout Standard
26030 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
26031  Antes de la minipágina inserta el comando 
26032 \series bold
26033
26034 \backslash
26035 colorbox
26036 \end_layout
26037
26038 \begin_layout Standard
26039
26040 \series bold
26041
26042 \backslash
26043 colorbox{color}{
26044 \end_layout
26045
26046 \begin_layout Standard
26047 en ERT.
26048  Detrás de la minipágina inserta una llave de cierre 
26049 \begin_inset Quotes eld
26050 \end_inset
26051
26052
26053 \series bold
26054 }
26055 \series default
26056
26057 \begin_inset Quotes erd
26058 \end_inset
26059
26060  en ERT.
26061 \end_layout
26062
26063 \begin_layout Standard
26064 \begin_inset ERT
26065 status collapsed
26066
26067 \begin_layout Standard
26068
26069
26070 \backslash
26071 colorbox{grisclaro}{
26072 \end_layout
26073
26074 \end_inset
26075
26076
26077 \begin_inset Box Frameless
26078 position "t"
26079 hor_pos "c"
26080 has_inner_box 1
26081 inner_pos "t"
26082 use_parbox 0
26083 width "100col%"
26084 special "none"
26085 height "1in"
26086 height_special "totalheight"
26087 status open
26088
26089 \begin_layout Standard
26090 Texto con color de fondo.
26091  Texto con color de fondo.
26092 \end_layout
26093
26094 \begin_layout Standard
26095 \begin_inset VSpace defskip
26096 \end_inset
26097
26098 El texto puede tener notas al pie
26099 \begin_inset Foot
26100 status open
26101
26102 \begin_layout Standard
26103 Otro ejemplo de nota
26104 \end_layout
26105
26106 \end_inset
26107
26108  y puede incluir tablas y figuras.
26109 \end_layout
26110
26111 \begin_layout Standard
26112 \align center
26113 \begin_inset Tabular
26114 <lyxtabular version="3" rows="3" columns="3">
26115 <features>
26116 <column alignment="center" valignment="top" leftline="true" width="0">
26117 <column alignment="center" valignment="top" leftline="true" width="0">
26118 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26119 <row topline="true">
26120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26121 \begin_inset Text
26122
26123 \begin_layout Standard
26124 a
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26130 \begin_inset Text
26131
26132 \begin_layout Standard
26133 !
26134 \end_layout
26135
26136 \end_inset
26137 </cell>
26138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26139 \begin_inset Text
26140
26141 \begin_layout Standard
26142 3
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 </row>
26148 <row topline="true">
26149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26150 \begin_inset Text
26151
26152 \begin_layout Standard
26153 <
26154 \end_layout
26155
26156 \end_inset
26157 </cell>
26158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26159 \begin_inset Text
26160
26161 \begin_layout Standard
26162 b2
26163 \begin_inset Quotes erd
26164 \end_inset
26165
26166 |
26167 \end_layout
26168
26169 \end_inset
26170 </cell>
26171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26172 \begin_inset Text
26173
26174 \begin_layout Standard
26175 >
26176 \end_layout
26177
26178 \end_inset
26179 </cell>
26180 </row>
26181 <row topline="true" bottomline="true">
26182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Standard
26186 1
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26192 \begin_inset Text
26193
26194 \begin_layout Standard
26195 §
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26201 \begin_inset Text
26202
26203 \begin_layout Standard
26204 c
26205 \end_layout
26206
26207 \end_inset
26208 </cell>
26209 </row>
26210 </lyxtabular>
26211
26212 \end_inset
26213
26214
26215 \end_layout
26216
26217 \end_inset
26218
26219
26220 \begin_inset ERT
26221 status collapsed
26222
26223 \begin_layout Standard
26224
26225 }
26226 \end_layout
26227
26228 \end_inset
26229
26230
26231 \end_layout
26232
26233 \begin_layout Section
26234 URLs (Localizador Uniforme de Recursos)
26235 \begin_inset LatexCommand index
26236 name "URLs"
26237
26238 \end_inset
26239
26240
26241 \end_layout
26242
26243 \begin_layout Standard
26244 Los enlaces a páginas web o direcciones de correo se insertan con el menú
26245  
26246 \family sans
26247 Insertar\SpecialChar \menuseparator
26248 URL
26249 \family default
26250 .
26251  Surge un diálogo con dos campos; el campo 
26252 \family sans
26253 URL
26254 \family default
26255  y el campo 
26256 \family sans
26257 Nombre
26258 \family default
26259  para la descripción del URL, que saldrá impreso como texto normal inmediatament
26260 e antes del URL.
26261 \end_layout
26262
26263 \begin_layout Standard
26264 He aquí un ejemplo de URL: 
26265 \begin_inset LatexCommand url
26266 name "Página de LyX"
26267 target "http://www.lyx.org"
26268
26269 \end_inset
26270
26271
26272 \end_layout
26273
26274 \begin_layout Standard
26275 La opción 
26276 \family sans
26277 Generar\InsetSpace ~
26278 hiperenlace
26279 \family default
26280  en el diálogo URL sólo tiene efecto al exportar el documento al formato
26281  
26282 \begin_inset Quotes eld
26283 \end_inset
26284
26285
26286 \family sans
26287 LinuxDoc
26288 \family default
26289
26290 \begin_inset Quotes erd
26291 \end_inset
26292
26293 .
26294 \end_layout
26295
26296 \begin_layout Standard
26297 No se puede cambiar el estilo del texto del enlace.
26298  El texto del campo 
26299 \family sans
26300 Nombre
26301 \family default
26302  tendrá el estilo de texto predeterminado para el documento mientras que
26303  el texto del campo 
26304 \family sans
26305 URL
26306 \family default
26307  tendrá el estilo 
26308 \begin_inset Quotes eld
26309 \end_inset
26310
26311
26312 \family sans
26313 Typewriter
26314 \family default
26315
26316 \begin_inset Quotes erd
26317 \end_inset
26318
26319 .
26320 \end_layout
26321
26322 \begin_layout Standard
26323 Cuando usas el paquete LaTeX 
26324 \series bold
26325 hyperref
26326 \series default
26327
26328 \begin_inset LatexCommand index
26329 name "LaTeX-paquetes ! hyperref"
26330
26331 \end_inset
26332
26333  para enlazar referencias cruzadas, en las salidas DVI y PDF los URLs se
26334  convierten automáticamente en hiperenlaces disponibles.
26335 \end_layout
26336
26337 \begin_layout Standard
26338 \begin_inset Note Greyedout
26339 status open
26340
26341 \begin_layout Standard
26342
26343 \series bold
26344 Nota: 
26345 \series default
26346 Cuando utilices los caracteres: "%", "#", "^", debes escribirlos precedidos
26347  por una barra invertida, p.\InsetSpace \thinspace{}
26348 e.\InsetSpace ~
26349
26350 \begin_inset Quotes eld
26351 \end_inset
26352
26353
26354 \backslash
26355 #
26356 \begin_inset Quotes erd
26357 \end_inset
26358
26359 .
26360  Los URLs no deben finalizar con una barra invertida.
26361 \end_layout
26362
26363 \end_inset
26364
26365
26366 \end_layout
26367
26368 \begin_layout Standard
26369 \begin_inset VSpace bigskip
26370 \end_inset
26371
26372 Para crear hiperenlaces reales sin tener que escribir la dirección del enlace
26373  en el texto, puedes usar el comando
26374 \end_layout
26375
26376 \begin_layout Standard
26377
26378 \series bold
26379
26380 \backslash
26381 href{dirección del enlace}{texto del enlace}
26382 \end_layout
26383
26384 \begin_layout Standard
26385 en ERT.
26386  Por ejemplo, para conseguir un enlace a la página web de LyX, escribe el
26387  comando
26388 \end_layout
26389
26390 \begin_layout Standard
26391
26392 \series bold
26393
26394 \backslash
26395 href{http://www.lyx.org}{
26396 \end_layout
26397
26398 \begin_layout Standard
26399 en ERT.
26400  Inserta después del comando el texto del enlace 
26401 \begin_inset Quotes eld
26402 \end_inset
26403
26404 Página de LyX
26405 \begin_inset Quotes erd
26406 \end_inset
26407
26408  seguido por una llave en ERT.
26409  Este es el resultado: 
26410 \begin_inset ERT
26411 status collapsed
26412
26413 \begin_layout Standard
26414
26415
26416 \backslash
26417 href{http://www.lyx.org}{
26418 \end_layout
26419
26420 \end_inset
26421
26422 Página de LyX
26423 \begin_inset ERT
26424 status collapsed
26425
26426 \begin_layout Standard
26427
26428 }
26429 \end_layout
26430
26431 \end_inset
26432
26433
26434 \end_layout
26435
26436 \begin_layout Standard
26437 Para enlazar a direcciones de correo, añade el prefijo 
26438 \begin_inset Quotes eld
26439 \end_inset
26440
26441
26442 \family sans
26443 mailto:
26444 \family default
26445
26446 \begin_inset Quotes erd
26447 \end_inset
26448
26449  a la dirección del enlace:
26450 \newline
26451 Correo para 
26452 \begin_inset ERT
26453 status collapsed
26454
26455 \begin_layout Standard
26456
26457
26458 \backslash
26459 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
26460 \end_layout
26461
26462 \end_inset
26463
26464 la lista de correo de documentación de LyX (lyx-docs)
26465 \begin_inset ERT
26466 status collapsed
26467
26468 \begin_layout Standard
26469
26470 }
26471 \end_layout
26472
26473 \end_inset
26474
26475 .
26476 \end_layout
26477
26478 \begin_layout Standard
26479 Emplear 
26480 \series bold
26481
26482 \backslash
26483 href
26484 \series default
26485  en vez del cuadro URL de LyX tiene la ventaja de que puedes especificar
26486  el estilo de texto del enlace como en las demás partes del texto.
26487  Puedes poner guiones y saltos de línea forzados para dividir textos extensos
26488  de enlaces en el margen de página.
26489  También puedes cambiar el estilo de texto para todos los URLs en el documento
26490  con una opción en el comando de carga de 
26491 \series bold
26492 hyperref
26493 \series default
26494 .
26495  Además las restricciones mencionadas antes no se aplican a 
26496 \series bold
26497
26498 \backslash
26499 href
26500 \series default
26501 .
26502  
26503 \end_layout
26504
26505 \begin_layout Standard
26506
26507 \end_layout
26508
26509 \begin_layout Standard
26510
26511 \newpage
26512
26513 \end_layout
26514
26515 \begin_layout Chapter
26516 \start_of_appendix
26517 Unidades disponibles en 
26518 \begin_inset ERT
26519 status collapsed
26520
26521 \begin_layout Standard
26522
26523
26524 \backslash
26525 texorpdfstring{
26526 \end_layout
26527
26528 \end_inset
26529
26530 LyX
26531 \begin_inset ERT
26532 status collapsed
26533
26534 \begin_layout Standard
26535
26536 }{LyX}
26537 \end_layout
26538
26539 \end_inset
26540
26541
26542 \begin_inset LatexCommand index
26543 name "Unidades"
26544
26545 \end_inset
26546
26547
26548 \begin_inset LatexCommand label
26549 name "cha:Unidades-disponibles-en"
26550
26551 \end_inset
26552
26553
26554 \begin_inset Note Note
26555 status collapsed
26556
26557 \begin_layout Standard
26558 El comando 
26559 \backslash
26560 texorpdfstring suministrado por el paquete LaTeX hyperref impide que los
26561  enlaces se muestren erróneamente en los marcadores PDF.
26562  Más información en 
26563 \begin_inset LatexCommand cite
26564 key "hyperref"
26565
26566 \end_inset
26567
26568 .
26569 \end_layout
26570
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \begin_layout Standard
26577 Para comprender las unidades descritas en este manual, la Tabla\InsetSpace ~
26578
26579 \begin_inset LatexCommand ref
26580 reference "tab:Unidades"
26581
26582 \end_inset
26583
26584  describe todas las unidades disponibles en LyX.
26585 \end_layout
26586
26587 \begin_layout Standard
26588 \begin_inset Float table
26589 placement h
26590 wide false
26591 sideways false
26592 status open
26593
26594 \begin_layout Standard
26595 \begin_inset Caption
26596
26597 \begin_layout Standard
26598 \begin_inset LatexCommand label
26599 name "tab:Unidades"
26600
26601 \end_inset
26602
26603 Unidades
26604 \end_layout
26605
26606 \end_inset
26607
26608
26609 \end_layout
26610
26611 \begin_layout Standard
26612 \begin_inset VSpace medskip
26613 \end_inset
26614
26615
26616 \end_layout
26617
26618 \begin_layout Standard
26619 \align center
26620 \begin_inset Tabular
26621 <lyxtabular version="3" rows="20" columns="2">
26622 <features>
26623 <column alignment="center" valignment="top" leftline="true" width="0">
26624 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26625 <row topline="true" bottomline="true">
26626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26627 \begin_inset Text
26628
26629 \begin_layout Standard
26630 unidad
26631 \end_layout
26632
26633 \end_inset
26634 </cell>
26635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26636 \begin_inset Text
26637
26638 \begin_layout Standard
26639 nombre/descripción
26640 \end_layout
26641
26642 \end_inset
26643 </cell>
26644 </row>
26645 <row topline="true">
26646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26647 \begin_inset Text
26648
26649 \begin_layout Standard
26650 mm
26651 \end_layout
26652
26653 \end_inset
26654 </cell>
26655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26656 \begin_inset Text
26657
26658 \begin_layout Standard
26659 milímetro
26660 \end_layout
26661
26662 \end_inset
26663 </cell>
26664 </row>
26665 <row topline="true">
26666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26667 \begin_inset Text
26668
26669 \begin_layout Standard
26670 cm
26671 \end_layout
26672
26673 \end_inset
26674 </cell>
26675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26676 \begin_inset Text
26677
26678 \begin_layout Standard
26679 centímetro
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 </row>
26685 <row topline="true">
26686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26687 \begin_inset Text
26688
26689 \begin_layout Standard
26690 in
26691 \end_layout
26692
26693 \end_inset
26694 </cell>
26695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26696 \begin_inset Text
26697
26698 \begin_layout Standard
26699 pulgada
26700 \end_layout
26701
26702 \end_inset
26703 </cell>
26704 </row>
26705 <row topline="true">
26706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26707 \begin_inset Text
26708
26709 \begin_layout Standard
26710 pt
26711 \end_layout
26712
26713 \end_inset
26714 </cell>
26715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Standard
26719 punto (72.27\InsetSpace \thinspace{}
26720 pt = 1\InsetSpace \thinspace{}
26721 in)
26722 \end_layout
26723
26724 \end_inset
26725 </cell>
26726 </row>
26727 <row topline="true">
26728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26729 \begin_inset Text
26730
26731 \begin_layout Standard
26732 pc
26733 \end_layout
26734
26735 \end_inset
26736 </cell>
26737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26738 \begin_inset Text
26739
26740 \begin_layout Standard
26741 pica (1\InsetSpace \thinspace{}
26742 pc = 12\InsetSpace \thinspace{}
26743 pt)
26744 \end_layout
26745
26746 \end_inset
26747 </cell>
26748 </row>
26749 <row topline="true">
26750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26751 \begin_inset Text
26752
26753 \begin_layout Standard
26754 sp
26755 \end_layout
26756
26757 \end_inset
26758 </cell>
26759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26760 \begin_inset Text
26761
26762 \begin_layout Standard
26763 punto escalado (65536\InsetSpace \thinspace{}
26764 sp = 1\InsetSpace \thinspace{}
26765 pt)
26766 \end_layout
26767
26768 \end_inset
26769 </cell>
26770 </row>
26771 <row topline="true">
26772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26773 \begin_inset Text
26774
26775 \begin_layout Standard
26776 bp
26777 \end_layout
26778
26779 \end_inset
26780 </cell>
26781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26782 \begin_inset Text
26783
26784 \begin_layout Standard
26785 punto grande (72\InsetSpace \thinspace{}
26786 bp = 1\InsetSpace \thinspace{}
26787 in)
26788 \end_layout
26789
26790 \end_inset
26791 </cell>
26792 </row>
26793 <row topline="true">
26794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26795 \begin_inset Text
26796
26797 \begin_layout Standard
26798 dd
26799 \end_layout
26800
26801 \end_inset
26802 </cell>
26803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26804 \begin_inset Text
26805
26806 \begin_layout Standard
26807 didot (72\InsetSpace \thinspace{}
26808 dd 
26809 \begin_inset Formula $\approx$
26810 \end_inset
26811
26812  37.6\InsetSpace \thinspace{}
26813 mm)
26814 \end_layout
26815
26816 \end_inset
26817 </cell>
26818 </row>
26819 <row topline="true">
26820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26821 \begin_inset Text
26822
26823 \begin_layout Standard
26824 cc
26825 \end_layout
26826
26827 \end_inset
26828 </cell>
26829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26830 \begin_inset Text
26831
26832 \begin_layout Standard
26833 cicero (1\InsetSpace \thinspace{}
26834 cc = 12\InsetSpace \thinspace{}
26835 dd)
26836 \end_layout
26837
26838 \end_inset
26839 </cell>
26840 </row>
26841 <row topline="true">
26842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26843 \begin_inset Text
26844
26845 \begin_layout Standard
26846 Escala%
26847 \end_layout
26848
26849 \end_inset
26850 </cell>
26851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Standard
26855 % de anchura original de la imagen
26856 \end_layout
26857
26858 \end_inset
26859 </cell>
26860 </row>
26861 <row topline="true">
26862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26863 \begin_inset Text
26864
26865 \begin_layout Standard
26866 text%
26867 \end_layout
26868
26869 \end_inset
26870 </cell>
26871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26872 \begin_inset Text
26873
26874 \begin_layout Standard
26875 % de anchura de texto
26876 \end_layout
26877
26878 \end_inset
26879 </cell>
26880 </row>
26881 <row topline="true">
26882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26883 \begin_inset Text
26884
26885 \begin_layout Standard
26886 col%
26887 \end_layout
26888
26889 \end_inset
26890 </cell>
26891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26892 \begin_inset Text
26893
26894 \begin_layout Standard
26895 % de anchura de columna
26896 \end_layout
26897
26898 \end_inset
26899 </cell>
26900 </row>
26901 <row topline="true">
26902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26903 \begin_inset Text
26904
26905 \begin_layout Standard
26906 page%
26907 \end_layout
26908
26909 \end_inset
26910 </cell>
26911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26912 \begin_inset Text
26913
26914 \begin_layout Standard
26915 % de anchura de página
26916 \end_layout
26917
26918 \end_inset
26919 </cell>
26920 </row>
26921 <row topline="true">
26922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26923 \begin_inset Text
26924
26925 \begin_layout Standard
26926 line%
26927 \end_layout
26928
26929 \end_inset
26930 </cell>
26931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26932 \begin_inset Text
26933
26934 \begin_layout Standard
26935 % de anchura de línea
26936 \end_layout
26937
26938 \end_inset
26939 </cell>
26940 </row>
26941 <row topline="true">
26942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26943 \begin_inset Text
26944
26945 \begin_layout Standard
26946 theight%
26947 \end_layout
26948
26949 \end_inset
26950 </cell>
26951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26952 \begin_inset Text
26953
26954 \begin_layout Standard
26955 % de altura de texto
26956 \end_layout
26957
26958 \end_inset
26959 </cell>
26960 </row>
26961 <row topline="true">
26962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26963 \begin_inset Text
26964
26965 \begin_layout Standard
26966 pheight%
26967 \end_layout
26968
26969 \end_inset
26970 </cell>
26971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26972 \begin_inset Text
26973
26974 \begin_layout Standard
26975 % de altura de página
26976 \end_layout
26977
26978 \end_inset
26979 </cell>
26980 </row>
26981 <row topline="true">
26982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26983 \begin_inset Text
26984
26985 \begin_layout Standard
26986 ex
26987 \end_layout
26988
26989 \end_inset
26990 </cell>
26991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26992 \begin_inset Text
26993
26994 \begin_layout Standard
26995 altura de la letra 
26996 \emph on
26997 x
26998 \emph default
26999  en la fuente actual
27000 \end_layout
27001
27002 \end_inset
27003 </cell>
27004 </row>
27005 <row topline="true">
27006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27007 \begin_inset Text
27008
27009 \begin_layout Standard
27010 em
27011 \end_layout
27012
27013 \end_inset
27014 </cell>
27015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27016 \begin_inset Text
27017
27018 \begin_layout Standard
27019 anchura de la letra 
27020 \emph on
27021 M
27022 \emph default
27023  en la fuente actual
27024 \end_layout
27025
27026 \end_inset
27027 </cell>
27028 </row>
27029 <row topline="true" bottomline="true">
27030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27031 \begin_inset Text
27032
27033 \begin_layout Standard
27034 mu
27035 \end_layout
27036
27037 \end_inset
27038 </cell>
27039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27040 \begin_inset Text
27041
27042 \begin_layout Standard
27043 unidad matemática (1\InsetSpace \thinspace{}
27044 mu = 1/18\InsetSpace \thinspace{}
27045 em)
27046 \end_layout
27047
27048 \end_inset
27049 </cell>
27050 </row>
27051 </lyxtabular>
27052
27053 \end_inset
27054
27055
27056 \end_layout
27057
27058 \end_inset
27059
27060
27061 \end_layout
27062
27063 \begin_layout Chapter
27064 Formatos de Archivos de Salida con Gráficos
27065 \begin_inset LatexCommand label
27066 name "cha:Formatos-de-Archivos-de-Salida"
27067
27068 \end_inset
27069
27070
27071 \end_layout
27072
27073 \begin_layout Section
27074 DVI
27075 \begin_inset LatexCommand index
27076 name "Formatos de Archivo ! DVI"
27077
27078 \end_inset
27079
27080
27081 \begin_inset LatexCommand index
27082 name "DVI|see{Formatos de Archivo}"
27083
27084 \end_inset
27085
27086
27087 \end_layout
27088
27089 \begin_layout Standard
27090 Este tipo de archivo tiene la extensión 
27091 \begin_inset Quotes eld
27092 \end_inset
27093
27094
27095 \family typewriter
27096 .dvi
27097 \family default
27098
27099 \begin_inset Quotes erd
27100 \end_inset
27101
27102 .
27103  Se denomina 
27104 \begin_inset Quotes eld
27105 \end_inset
27106
27107 device-independent
27108 \begin_inset Quotes erd
27109 \end_inset
27110
27111  (DVI), porque es completamente portable; se pueden mover de una máquina
27112  a otra sin necesidad de conversión alguna.
27113  En la época en que se desarrolló este formato, esto no era un asunto baladí.
27114  Los DVIs se usan para previsualizaciones rápidas y como preparación para
27115  otros formatos de salida como PostScript.
27116 \end_layout
27117
27118 \begin_layout Standard
27119 \begin_inset Note Greyedout
27120 status open
27121
27122 \begin_layout Standard
27123
27124 \series bold
27125 Nota:
27126 \series default
27127  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
27128 \end_layout
27129
27130 \end_inset
27131
27132  Por tanto no debes olvidar esto si mueves archivos 
27133 \family typewriter
27134 .dvi
27135 \family default
27136  a otro ordenador.
27137  Esta característica también puede retardar la visualización del archivo,
27138  porque el visor DVI tiene que convertir la imagen en segundo plano para
27139  hacerla visible al deslizar el visor.
27140  Así pues recomendamos usar PDF para archivos con muchas imágenes.
27141 \end_layout
27142
27143 \begin_layout Standard
27144 Un documento se exporta a DVI con el menú 
27145 \family sans
27146 Archivo\SpecialChar \menuseparator
27147 Exportar\SpecialChar \menuseparator
27148 DVI
27149 \family default
27150 .
27151 \end_layout
27152
27153 \begin_layout Section
27154 PostScript
27155 \begin_inset LatexCommand label
27156 name "sec:PostScript"
27157
27158 \end_inset
27159
27160
27161 \begin_inset LatexCommand index
27162 name "Formatos de Archivo ! PostScript"
27163
27164 \end_inset
27165
27166
27167 \begin_inset LatexCommand index
27168 name "PostScript|see{Formatos de Archivo}"
27169
27170 \end_inset
27171
27172
27173 \end_layout
27174
27175 \begin_layout Standard
27176 Este tipo de archivo tiene la extensión 
27177 \begin_inset Quotes eld
27178 \end_inset
27179
27180
27181 \family typewriter
27182 .ps
27183 \family default
27184
27185 \begin_inset Quotes erd
27186 \end_inset
27187
27188 .
27189  PostScript fue desarrollado por la compañía 
27190 \family typewriter
27191 Adobe
27192 \family default
27193  como lenguaje para impresoras.
27194  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
27195  PostScript puede considerarse como un 
27196 \begin_inset Quotes eld
27197 \end_inset
27198
27199 lenguaje de programación
27200 \begin_inset Quotes erd
27201 \end_inset
27202
27203 ; con él puedes calcular y dibujar imágenes y diagramas
27204 \begin_inset Foot
27205 status collapsed
27206
27207 \begin_layout Standard
27208 Si estás interesado en este tema acude al paquete LaTeX 
27209 \series bold
27210 PSTricks
27211 \series default
27212  
27213 \begin_inset LatexCommand cite
27214 key "pstricks"
27215
27216 \end_inset
27217
27218 .
27219 \end_layout
27220
27221 \end_inset
27222
27223 .
27224  Por esto los archivos suelen ser más grandes que los PDFs.
27225 \end_layout
27226
27227 \begin_layout Standard
27228 Los archivos PostScript solo pueden contener imágenes en el formato 
27229 \begin_inset Quotes eld
27230 \end_inset
27231
27232 Encapsulated PostScript
27233 \begin_inset Quotes erd
27234 \end_inset
27235
27236  (EPS, extensión 
27237 \begin_inset Quotes eld
27238 \end_inset
27239
27240
27241 \family typewriter
27242 .eps
27243 \family default
27244
27245 \begin_inset Quotes erd
27246 \end_inset
27247
27248 ).
27249  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
27250  en segundo plano para convertir las imágenes a EPS.
27251  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
27252  cada vez que veas o exportes el documento.
27253  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
27254  puedes evitar el problema insertando las imágenes directamente en EPS.
27255 \end_layout
27256
27257 \begin_layout Standard
27258 El documento se puede exportar a PostScript con el menú 
27259 \family sans
27260 Archivo\SpecialChar \menuseparator
27261 Exportar\SpecialChar \menuseparator
27262 Postscript
27263 \family default
27264 .
27265 \end_layout
27266
27267 \begin_layout Section
27268 PDF
27269 \begin_inset LatexCommand label
27270 name "sec:PDF"
27271
27272 \end_inset
27273
27274
27275 \begin_inset LatexCommand index
27276 name "Formatos de Archivo ! PDF"
27277
27278 \end_inset
27279
27280
27281 \begin_inset LatexCommand index
27282 name "PDF"
27283
27284 \end_inset
27285
27286
27287 \end_layout
27288
27289 \begin_layout Standard
27290 Este tipo de archivo tiene la extensión 
27291 \begin_inset Quotes eld
27292 \end_inset
27293
27294
27295 \family typewriter
27296 .pdf
27297 \family default
27298
27299 \begin_inset Quotes erd
27300 \end_inset
27301
27302 .
27303  El formato 
27304 \begin_inset Quotes eld
27305 \end_inset
27306
27307 Portable Document Format
27308 \begin_inset Quotes erd
27309 \end_inset
27310
27311  (PDF) fue desarrollado por 
27312 \family typewriter
27313 Adobe
27314 \family default
27315  como derivado de PostScript.
27316  Es más comprimido y utiliza muchos menos comandos que PostScript.
27317  Como su nombre 
27318 \begin_inset Quotes eld
27319 \end_inset
27320
27321 portable
27322 \begin_inset Quotes erd
27323 \end_inset
27324
27325  indica, puede ser procesado por cualquier sistema operativo y la salida
27326  impresa se muestra exactamente igual.
27327 \end_layout
27328
27329 \begin_layout Standard
27330 PDF puede contener imágenes en su propio formato PDF, en el formato 
27331 \begin_inset Quotes eld
27332 \end_inset
27333
27334 Joint Photographic Experts Group
27335 \begin_inset Quotes erd
27336 \end_inset
27337
27338  (JPG, extensión 
27339 \begin_inset Quotes eld
27340 \end_inset
27341
27342
27343 \family typewriter
27344 .jpg
27345 \family default
27346
27347 \begin_inset Quotes erd
27348 \end_inset
27349
27350  o 
27351 \begin_inset Quotes eld
27352 \end_inset
27353
27354
27355 \family typewriter
27356 .jpeg
27357 \family default
27358
27359 \begin_inset Quotes erd
27360 \end_inset
27361
27362 ), y en el formato 
27363 \begin_inset Quotes eld
27364 \end_inset
27365
27366 Portable Network Graphics
27367 \begin_inset Quotes erd
27368 \end_inset
27369
27370  (PNG, extensión 
27371 \begin_inset Quotes eld
27372 \end_inset
27373
27374
27375 \family typewriter
27376 .png
27377 \family default
27378
27379 \begin_inset Quotes erd
27380 \end_inset
27381
27382 ).
27383  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
27384  en segundo plano a alguno de los anteriores.
27385  Pero como se ha comentado en la sección sobre PostScript, la conversión
27386  de gráficos ralentiza el trabajo.
27387  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
27388  mencionados.
27389 \end_layout
27390
27391 \begin_layout Standard
27392 Un documento se puede exportar a PDF con el menú 
27393 \family sans
27394 Archivo\SpecialChar \menuseparator
27395 Exportar
27396 \family default
27397  en tres modos diferentes:
27398 \end_layout
27399
27400 \begin_layout Description
27401 PDF Este utiliza el programa 
27402 \family typewriter
27403 ps2pdf
27404 \family default
27405  que crea un PDF a partir de una versión PostScript del archivo.
27406  La versión PostScript es producida por el programa 
27407 \family typewriter
27408 dvips
27409 \family default
27410  que usa una versión DVI como paso intermedio.
27411  Así que este modo de exportación consta de tres conversiones.
27412 \end_layout
27413
27414 \begin_layout Description
27415 PDF\InsetSpace ~
27416 (dvipdfm) Este utiliza el programa 
27417 \family typewriter
27418 dvipdfm
27419 \family default
27420  que convierte el archivo a DVI en segundo plano y en un segundo paso a
27421  PDF.
27422 \end_layout
27423
27424 \begin_layout Description
27425 PDF\InsetSpace ~
27426 (pdflatex) Este utiliza el programa 
27427 \family typewriter
27428 pdftex
27429 \family default
27430  que convierte directamente el archivo a PDF.
27431 \end_layout
27432
27433 \begin_layout Standard
27434 Se recomienda usar 
27435 \family sans
27436 PDF\InsetSpace ~
27437 (pdflatex)
27438 \family default
27439  porque 
27440 \family typewriter
27441 pdftex
27442 \family default
27443  soporta todas las características de las versiones actuales de PDF, es
27444  rápido y estable.
27445  El programa 
27446 \family typewriter
27447 dvipdfm
27448 \family default
27449  ya no se desarrolla y está un poco obsoleto.
27450 \end_layout
27451
27452 \begin_layout Chapter
27453 Explicación de la Ecuación\InsetSpace ~
27454
27455 \begin_inset LatexCommand eqref
27456 reference "eq:Wgn"
27457
27458 \end_inset
27459
27460
27461 \begin_inset LatexCommand label
27462 name "cha:Explicación-de-la-Ecuación"
27463
27464 \end_inset
27465
27466
27467 \end_layout
27468
27469 \begin_layout Standard
27470 La anchura total de 
27471 \emph on
27472 n
27473 \emph default
27474  celdas de una tabla 
27475 \begin_inset Formula $W_{\mathrm{tot\, n}}$
27476 \end_inset
27477
27478  puede calcularse con
27479 \end_layout
27480
27481 \begin_layout Standard
27482 \begin_inset Formula \begin{equation}
27483 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
27484
27485 \end_inset
27486
27487
27488 \end_layout
27489
27490 \begin_layout Standard
27491 donde 
27492 \begin_inset Formula $W_{g\, n}$
27493 \end_inset
27494
27495  es el ancho dado de todas las celdas.
27496  
27497 \series bold
27498
27499 \backslash
27500 tabcolsep
27501 \series default
27502  es la longitud LaTeX entre el texto y el borde de la celda, 6\InsetSpace \thinspace{}
27503 pt por defecto.
27504  
27505 \series bold
27506
27507 \backslash
27508 arrayrulewidth
27509 \series default
27510  es el grosor de línea del borde, 0.4\InsetSpace \thinspace{}
27511 pt por defecto.
27512 \end_layout
27513
27514 \begin_layout Standard
27515 Procediendo como en la ecuación\InsetSpace ~
27516
27517 \begin_inset LatexCommand eqref
27518 reference "eq:Wtot_n"
27519
27520 \end_inset
27521
27522 , el ancho total de una multicolumna, 
27523 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
27524 \end_inset
27525
27526  es
27527 \end_layout
27528
27529 \begin_layout Standard
27530 \begin_inset Formula \begin{equation}
27531 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
27532
27533 \end_inset
27534
27535
27536 \end_layout
27537
27538 \begin_layout Standard
27539 Igualando las ecuaciones\InsetSpace ~
27540
27541 \begin_inset LatexCommand eqref
27542 reference "eq:Wtot_n"
27543
27544 \end_inset
27545
27546  y 
27547 \begin_inset LatexCommand eqref
27548 reference "eq:Wtot_mult"
27549
27550 \end_inset
27551
27552  podemos calcular el ancho dado necesario 
27553 \begin_inset Formula $W_{g\, n}$
27554 \end_inset
27555
27556  cuando se expanden 
27557 \emph on
27558 n
27559 \emph default
27560  columnas, de forma que cada una de ellas tiene una anchura total  
27561 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
27562 \end_inset
27563
27564 :
27565 \end_layout
27566
27567 \begin_layout Standard
27568 \begin_inset Formula \begin{equation}
27569 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
27570
27571 \end_inset
27572
27573
27574 \end_layout
27575
27576 \begin_layout Bibliography
27577 \begin_inset LatexCommand bibitem
27578 key "latexcompanion"
27579
27580 \end_inset
27581
27582 Frank Mittelbach and Michel Goossens: 
27583 \emph on
27584 The LaTeX Companion Second Edition.
27585  
27586 \emph default
27587 Addison-Wesley, 2004
27588 \end_layout
27589
27590 \begin_layout Bibliography
27591 \begin_inset LatexCommand bibitem
27592 key "latexguide"
27593
27594 \end_inset
27595
27596 Helmut Kopka and Patrick W.
27597  Daly: 
27598 \emph on
27599 A Guide to LaTeX Fourth Edition.
27600  
27601 \emph default
27602 Addison-Wesley, 2003
27603 \end_layout
27604
27605 \begin_layout Bibliography
27606 \begin_inset LatexCommand bibitem
27607 key "latexbook"
27608
27609 \end_inset
27610
27611 Leslie Lamport: 
27612 \emph on
27613 LaTeX: A Document Preparation System.
27614  
27615 \emph default
27616 Addison-Wesley, second edition, 1994
27617 \end_layout
27618
27619 \begin_layout Bibliography
27620 \begin_inset LatexCommand bibitem
27621 key "booktabs"
27622
27623 \end_inset
27624
27625
27626 \begin_inset ERT
27627 status collapsed
27628
27629 \begin_layout Standard
27630
27631
27632 \backslash
27633 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
27634 {
27635 \end_layout
27636
27637 \end_inset
27638
27639 Documentación
27640 \begin_inset ERT
27641 status collapsed
27642
27643 \begin_layout Standard
27644
27645 }
27646 \end_layout
27647
27648 \end_inset
27649
27650  del paquete LaTeX 
27651 \series bold
27652 booktabs
27653 \series default
27654
27655 \begin_inset LatexCommand index
27656 name "LaTeX-paquetes ! booktabs"
27657
27658 \end_inset
27659
27660
27661 \end_layout
27662
27663 \begin_layout Bibliography
27664 \begin_inset LatexCommand bibitem
27665 key "caption"
27666
27667 \end_inset
27668
27669
27670 \begin_inset ERT
27671 status collapsed
27672
27673 \begin_layout Standard
27674
27675
27676 \backslash
27677 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
27678 \end_layout
27679
27680 \end_inset
27681
27682 Documentación
27683 \begin_inset ERT
27684 status collapsed
27685
27686 \begin_layout Standard
27687
27688 }
27689 \end_layout
27690
27691 \end_inset
27692
27693  del paquete LaTeX 
27694 \series bold
27695 caption
27696 \series default
27697
27698 \begin_inset LatexCommand index
27699 name "LaTeX-paquetes ! caption"
27700
27701 \end_inset
27702
27703
27704 \end_layout
27705
27706 \begin_layout Bibliography
27707 \begin_inset LatexCommand bibitem
27708 key "caption-de"
27709
27710 \end_inset
27711
27712 (En Alemán) 
27713 \begin_inset ERT
27714 status collapsed
27715
27716 \begin_layout Standard
27717
27718
27719 \backslash
27720 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
27721 {
27722 \end_layout
27723
27724 \end_inset
27725
27726 Documentación
27727 \begin_inset ERT
27728 status collapsed
27729
27730 \begin_layout Standard
27731
27732 }
27733 \end_layout
27734
27735 \end_inset
27736
27737  del paquete LaTeX 
27738 \series bold
27739 caption
27740 \end_layout
27741
27742 \begin_layout Bibliography
27743 \begin_inset LatexCommand bibitem
27744 key "endfloat"
27745
27746 \end_inset
27747
27748
27749 \begin_inset ERT
27750 status collapsed
27751
27752 \begin_layout Standard
27753
27754
27755 \backslash
27756 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
27757 {
27758 \end_layout
27759
27760 \end_inset
27761
27762 Documentación
27763 \begin_inset ERT
27764 status collapsed
27765
27766 \begin_layout Standard
27767
27768 }
27769 \end_layout
27770
27771 \end_inset
27772
27773  del paquete LaTeX 
27774 \series bold
27775 endf\SpecialChar \textcompwordmark{}
27776 loat
27777 \series default
27778
27779 \begin_inset LatexCommand index
27780 name "LaTeX-paquetes ! endfloat"
27781
27782 \end_inset
27783
27784
27785 \end_layout
27786
27787 \begin_layout Bibliography
27788 \begin_inset LatexCommand bibitem
27789 key "floatflt"
27790
27791 \end_inset
27792
27793
27794 \begin_inset ERT
27795 status collapsed
27796
27797 \begin_layout Standard
27798
27799
27800 \backslash
27801 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
27802 {
27803 \end_layout
27804
27805 \end_inset
27806
27807 Documentación
27808 \begin_inset ERT
27809 status collapsed
27810
27811 \begin_layout Standard
27812
27813 }
27814 \end_layout
27815
27816 \end_inset
27817
27818  del paquete LaTeX 
27819 \series bold
27820 floatf\SpecialChar \textcompwordmark{}
27821 lt
27822 \series default
27823
27824 \begin_inset LatexCommand index
27825 name "LaTeX-paquetes ! floatflt"
27826
27827 \end_inset
27828
27829
27830 \end_layout
27831
27832 \begin_layout Bibliography
27833 \begin_inset LatexCommand bibitem
27834 key "footmisc"
27835
27836 \end_inset
27837
27838
27839 \begin_inset ERT
27840 status collapsed
27841
27842 \begin_layout Standard
27843
27844
27845 \backslash
27846 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
27847 {
27848 \end_layout
27849
27850 \end_inset
27851
27852 Documentación
27853 \begin_inset ERT
27854 status collapsed
27855
27856 \begin_layout Standard
27857
27858 }
27859 \end_layout
27860
27861 \end_inset
27862
27863  del paquete LaTeX 
27864 \series bold
27865 footmisc
27866 \series default
27867
27868 \begin_inset LatexCommand index
27869 name "LaTeX-paquetes ! footmisc"
27870
27871 \end_inset
27872
27873
27874 \end_layout
27875
27876 \begin_layout Bibliography
27877 \begin_inset LatexCommand bibitem
27878 key "hypcap"
27879
27880 \end_inset
27881
27882
27883 \begin_inset ERT
27884 status collapsed
27885
27886 \begin_layout Standard
27887
27888
27889 \backslash
27890 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
27891 \end_layout
27892
27893 \end_inset
27894
27895 Documentación
27896 \begin_inset ERT
27897 status collapsed
27898
27899 \begin_layout Standard
27900
27901 }
27902 \end_layout
27903
27904 \end_inset
27905
27906  del paquete LaTeX 
27907 \series bold
27908 hypcap
27909 \series default
27910
27911 \begin_inset LatexCommand index
27912 name "LaTeX-paquetes ! hyperref"
27913
27914 \end_inset
27915
27916
27917 \end_layout
27918
27919 \begin_layout Bibliography
27920 \begin_inset LatexCommand bibitem
27921 key "hyperref"
27922
27923 \end_inset
27924
27925
27926 \begin_inset ERT
27927 status collapsed
27928
27929 \begin_layout Standard
27930
27931
27932 \backslash
27933 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
27934 {
27935 \end_layout
27936
27937 \end_inset
27938
27939 Documentación
27940 \begin_inset ERT
27941 status collapsed
27942
27943 \begin_layout Standard
27944
27945 }
27946 \end_layout
27947
27948 \end_inset
27949
27950  del paquete LaTeX 
27951 \series bold
27952 hyperref
27953 \series default
27954
27955 \begin_inset LatexCommand index
27956 name "LaTeX-paquetes ! hyperref"
27957
27958 \end_inset
27959
27960
27961 \end_layout
27962
27963 \begin_layout Bibliography
27964 \begin_inset LatexCommand bibitem
27965 key "koma-script"
27966
27967 \end_inset
27968
27969
27970 \begin_inset ERT
27971 status collapsed
27972
27973 \begin_layout Standard
27974
27975
27976 \backslash
27977 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
27978 df}{
27979 \end_layout
27980
27981 \end_inset
27982
27983 Documentación
27984 \begin_inset ERT
27985 status collapsed
27986
27987 \begin_layout Standard
27988
27989 }
27990 \end_layout
27991
27992 \end_inset
27993
27994  del paquete LaTeX 
27995 \series bold
27996 koma-script
27997 \series default
27998
27999 \begin_inset LatexCommand index
28000 name "LaTeX-paquetes ! koma-script"
28001
28002 \end_inset
28003
28004
28005 \end_layout
28006
28007 \begin_layout Bibliography
28008 \begin_inset LatexCommand bibitem
28009 key "koma-script-de"
28010
28011 \end_inset
28012
28013 (En Alemán) 
28014 \begin_inset ERT
28015 status collapsed
28016
28017 \begin_layout Standard
28018
28019
28020 \backslash
28021 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
28022 df}{
28023 \end_layout
28024
28025 \end_inset
28026
28027 Documentación
28028 \begin_inset ERT
28029 status collapsed
28030
28031 \begin_layout Standard
28032
28033 }
28034 \end_layout
28035
28036 \end_inset
28037
28038  del paquete LaTeX 
28039 \series bold
28040 koma-script
28041 \series default
28042
28043 \begin_inset LatexCommand index
28044 name "LaTeX-paquetes ! koma-script"
28045
28046 \end_inset
28047
28048
28049 \end_layout
28050
28051 \begin_layout Bibliography
28052 \begin_inset LatexCommand bibitem
28053 key "marginnote"
28054
28055 \end_inset
28056
28057
28058 \begin_inset ERT
28059 status collapsed
28060
28061 \begin_layout Standard
28062
28063
28064 \backslash
28065 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
28066 pdf}{
28067 \end_layout
28068
28069 \end_inset
28070
28071 Documentación
28072 \begin_inset ERT
28073 status collapsed
28074
28075 \begin_layout Standard
28076
28077 }
28078 \end_layout
28079
28080 \end_inset
28081
28082  del paquete LaTeX 
28083 \series bold
28084 marginnote
28085 \series default
28086
28087 \begin_inset LatexCommand index
28088 name "LaTeX-paquetes ! marginnote"
28089
28090 \end_inset
28091
28092
28093 \end_layout
28094
28095 \begin_layout Bibliography
28096 \begin_inset LatexCommand bibitem
28097 key "pstricks"
28098
28099 \end_inset
28100
28101
28102 \begin_inset ERT
28103 status collapsed
28104
28105 \begin_layout Standard
28106
28107
28108 \backslash
28109 href{http://tug.org/PSTricks/main.cgi/}{
28110 \end_layout
28111
28112 \end_inset
28113
28114 Página Web
28115 \begin_inset ERT
28116 status collapsed
28117
28118 \begin_layout Standard
28119
28120 }
28121 \end_layout
28122
28123 \end_inset
28124
28125  del paquete LaTeX 
28126 \series bold
28127 PSTricks
28128 \series default
28129
28130 \begin_inset LatexCommand index
28131 name "LaTeX-paquetes ! PSTricks"
28132
28133 \end_inset
28134
28135
28136 \end_layout
28137
28138 \begin_layout Bibliography
28139 \begin_inset LatexCommand bibitem
28140 key "sidecap"
28141
28142 \end_inset
28143
28144
28145 \begin_inset ERT
28146 status collapsed
28147
28148 \begin_layout Standard
28149
28150
28151 \backslash
28152 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
28153 \end_layout
28154
28155 \end_inset
28156
28157 Documentación
28158 \begin_inset ERT
28159 status collapsed
28160
28161 \begin_layout Standard
28162
28163 }
28164 \end_layout
28165
28166 \end_inset
28167
28168  del paquete LaTeX 
28169 \series bold
28170 sidecap
28171 \series default
28172
28173 \begin_inset LatexCommand index
28174 name "LaTeX-paquetes ! sidecap"
28175
28176 \end_inset
28177
28178
28179 \end_layout
28180
28181 \begin_layout Bibliography
28182 \begin_inset LatexCommand bibitem
28183 key "NewInLyX15"
28184
28185 \end_inset
28186
28187
28188 \begin_inset ERT
28189 status collapsed
28190
28191 \begin_layout Standard
28192
28193
28194 \backslash
28195 href{http://wiki.lyx.org/LyX/NewInLyX15}{
28196 \end_layout
28197
28198 \end_inset
28199
28200 Página Wiki
28201 \begin_inset ERT
28202 status collapsed
28203
28204 \begin_layout Standard
28205
28206 }
28207 \end_layout
28208
28209 \end_inset
28210
28211  sobre características nuevas previstas para la versión 
28212 \family sans
28213 LyX\InsetSpace ~
28214 1.5
28215 \family default
28216 .
28217 \end_layout
28218
28219 \begin_layout Standard
28220 \begin_inset LatexCommand printindex
28221
28222 \end_inset
28223
28224
28225 \end_layout
28226
28227 \begin_layout Standard
28228 \begin_inset FloatList figure
28229
28230 \end_inset
28231
28232
28233 \end_layout
28234
28235 \begin_layout Standard
28236 \begin_inset FloatList table
28237
28238 \end_inset
28239
28240
28241 \end_layout
28242
28243 \end_body
28244 \end_document