]> git.lyx.org Git - lyx.git/blob - lib/doc/es_EmbeddedObjects.lyx
EmbeddeObjects:
[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 Para exportar
303 \lang english
304  all parts of this 
305 \lang spanish
306 documento
307 \lang english
308  
309 \lang spanish
310 a PDF, PS, o DVI, deben estar instalados
311 \lang english
312  
313 \lang spanish
314 los paquetes LaTeX
315 \lang english
316  
317 \series bold
318 \lang spanish
319 arydshln
320 \series default
321  y 
322 \series bold
323 marginnote.
324
325 \series default
326 \lang english
327  If they are not installed you can export the document anyway but the sections
328  where the packages are required won't appear in the output.
329 \end_layout
330
331 \begin_layout Standard
332 La última versión en PDF de este documento puede encontrarse aquí:
333 \series bold
334
335 \newline
336 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
337 \end_layout
338
339 \end_inset
340
341
342 \end_layout
343
344 \begin_layout Chapter
345 Figuras
346 \begin_inset LatexCommand label
347 name "cha:Figuras"
348
349 \end_inset
350
351
352 \begin_inset LatexCommand index
353 name "Figuras"
354
355 \end_inset
356
357
358 \end_layout
359
360 \begin_layout Section
361 Diálogo Gráficos
362 \begin_inset LatexCommand index
363 name "Figuras ! Diálogo Gráficos"
364
365 \end_inset
366
367
368 \end_layout
369
370 \begin_layout Standard
371 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
372  texto que desees y haz click en el icono 
373 \begin_inset Graphics
374         filename ../images/dialog-show-new-inset_graphics.xpm
375         scale 85
376
377 \end_inset
378
379  o en el menú 
380 \family sans
381 Insertar\SpecialChar \menuseparator
382 Imagen\SpecialChar \ldots{}
383
384 \family default
385  Aparecerá un diálogo para escoger el archivo a cargar.
386  La imagen aparecerá en el archivo de salida exactamente en la misma posición
387  en la que la has colocado.
388 \end_layout
389
390 \begin_layout Standard
391 El diálogo Gráficos puede lanzarse en cualquier momento haciendo click-derecha
392  sobre una imagen.
393  Este diálogo tiene tres pestañas:
394 \end_layout
395
396 \begin_layout Description
397 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
398  presentación en LyX y en la salida.
399  En el apéndice\InsetSpace ~
400
401 \begin_inset LatexCommand ref
402 reference "cha:Unidades-disponibles-en"
403
404 \end_inset
405
406  se detallan las unidades disponibles para el tamaño del gráfico.
407 \newline
408 Puedes girar
409  los gráficos en el sentido de las agujas de reloj estableciendo un ángulo
410  y un origen de rotación.
411  La imagen también gira en LyX.
412 \end_layout
413
414 \begin_layout Description
415 Recorte Alternativamente al escalado, es posible establacer las coordenadas
416  de la imagen para ajustar su altura y anchura en la salida.
417  Además, las coordenadas se pueden calcular automáticamente pinchando el
418  botón 
419 \family sans
420 Obtener\InsetSpace ~
421 de\InsetSpace ~
422 archivo
423 \family default
424 .
425  El botón 
426 \family sans
427 Recortar\InsetSpace ~
428 al\InsetSpace ~
429 cuadro\InsetSpace ~
430 delimitador
431 \family default
432  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
433 as.
434  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta pestaña.
435 \end_layout
436
437 \begin_layout Description
438 Opciones\InsetSpace ~
439 extra Aquí puedes poner una imagen como subfigura de una figura
440  flotante que tiene su propio título.
441  Las subfiguras se explican en la sección\InsetSpace ~
442
443 \begin_inset LatexCommand ref
444 reference "sec:Figuras-Flotantes"
445
446 \end_inset
447
448 .
449 \newline
450 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
451 \newline
452 La
453  opción 
454 \family sans
455 Modo\InsetSpace ~
456 borrador
457 \family default
458  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
459 \newline
460 La
461  opción 
462 \family sans
463 No\InsetSpace ~
464 descomprimir\InsetSpace ~
465 al\InsetSpace ~
466 exportar
467 \family default
468  sólo afecta a los gráficos EPS comprimidos, p.\InsetSpace \thinspace{}
469 e.\InsetSpace ~
470
471 \emph on
472 x.eps.gz
473 \emph default
474 .
475  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
476  puesto que LaTeX puede manejarlas como están.
477 \newline
478 Los gráficos EPS comprimidos
479  sirven para ahorrar espacio de disco si se utiliza PostScript como formato
480  de salida, ver apéndice\InsetSpace ~
481
482 \begin_inset LatexCommand ref
483 reference "sec:PostScript"
484
485 \end_inset
486
487 .
488  Para comprimir gráficos EPS, use los siguientes comandos en un UNIX-shell
489  o en consola de Windows:
490 \newline
491
492 \series bold
493 gzip x.eps
494 \series default
495
496 \newline
497
498 \series bold
499 zgrep %%Bounding x.eps.gz > x.eps.bb
500 \series default
501
502 \newline
503 El segundo comando crea un archivo de cuadro delimitador 
504 \begin_inset Quotes eld
505 \end_inset
506
507 x.eps.bb
508 \begin_inset Quotes erd
509 \end_inset
510
511  que necesita LaTeX para gráficos comprimidos.
512 \end_layout
513
514 \begin_layout Standard
515
516 \newpage
517
518 \end_layout
519
520 \begin_layout Standard
521 Esto es un ejemplo de imagen en formato EPS
522 \begin_inset Foot
523 status collapsed
524
525 \begin_layout Standard
526 Formatos de imagen se explica en el sección\InsetSpace ~
527
528 \begin_inset LatexCommand ref
529 reference "sec:Formatos-de-imagen"
530
531 \end_inset
532
533 .
534 \end_layout
535
536 \end_inset
537
538  en un párrafo separado centrado horizontalmente:
539 \end_layout
540
541 \begin_layout Standard
542 \align center
543 \begin_inset Graphics
544         filename mobius.eps
545         display color
546         scale 70
547         rotateOrigin center
548
549 \end_inset
550
551
552 \end_layout
553
554 \begin_layout Standard
555 Esta es la misma imagen pero en modo borrador:
556 \end_layout
557
558 \begin_layout Standard
559 \align center
560 \begin_inset Graphics
561         filename mobius.eps
562         display color
563         scale 70
564         draft
565         rotateOrigin center
566
567 \end_inset
568
569
570 \end_layout
571
572 \begin_layout Section
573 Figuras Flotantes
574 \begin_inset LatexCommand label
575 name "sec:Figuras-Flotantes"
576
577 \end_inset
578
579
580 \begin_inset LatexCommand index
581 name "Flotantes ! Figuras Flotantes"
582
583 \end_inset
584
585
586 \begin_inset LatexCommand index
587 name "Figuras ! Flotantes"
588
589 \end_inset
590
591
592 \end_layout
593
594 \begin_layout Standard
595 Para información general sobre flotantes, echa una ojeada a la sección\InsetSpace ~
596
597 \begin_inset LatexCommand ref
598 reference "sec:IntroducciónFlotantes"
599
600 \end_inset
601
602 .
603 \end_layout
604
605 \begin_layout Standard
606 El botón 
607 \begin_inset Graphics
608         filename ../images/float-insert_figure.xpm
609         scale 85
610
611 \end_inset
612
613  y el menú 
614 \family sans
615 Insertar\SpecialChar \menuseparator
616 Flotante\SpecialChar \menuseparator
617 Figura
618 \family default
619  insertan un flotante con la etiqueta "
620 \series bold
621 Figura #:
622 \series default
623 ".
624  Detrás de esta etiqueta escribe el texto para el encabezado que quieras
625  para la figura.
626  Para insertar una imagen sobre su título sitúa el cursor delante del encabezado
627 , presiona Enter e inserta la imagen como se describe arriba.
628  Esto se hace para la Figura\InsetSpace ~
629
630 \begin_inset LatexCommand ref
631 reference "fig:kill-plat"
632
633 \end_inset
634
635 .
636  Si quieres que la imagen esté bajo su título, sitúa el cursor detrás del
637  mismo, presiona Enter e inserta la imagen.
638  Esto se hace para la Figura\InsetSpace ~
639
640 \begin_inset LatexCommand ref
641 reference "fig:escher"
642
643 \end_inset
644
645 .
646  Más información sobre ubicación de encabezados en la sección\InsetSpace ~
647
648 \begin_inset LatexCommand ref
649 reference "sec:Colocación-de-Encabezados"
650
651 \end_inset
652
653 .
654 \end_layout
655
656 \begin_layout Standard
657 \begin_inset Float figure
658 wide false
659 sideways false
660 status open
661
662 \begin_layout Standard
663 \align center
664 \begin_inset Graphics
665         filename platypus.eps
666         display color
667         width 50col%
668         rotateOrigin center
669
670 \end_inset
671
672
673 \end_layout
674
675 \begin_layout Standard
676 \begin_inset Caption
677
678 \begin_layout Standard
679 \begin_inset LatexCommand label
680 name "fig:kill-plat"
681
682 \end_inset
683
684 Un platypus muy distorsionado en un flotante.
685 \end_layout
686
687 \end_inset
688
689
690 \end_layout
691
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Standard
698 \begin_inset Float figure
699 wide false
700 sideways false
701 status open
702
703 \begin_layout Standard
704 \begin_inset Caption
705
706 \begin_layout Standard
707 \begin_inset LatexCommand label
708 name "fig:escher"
709
710 \end_inset
711
712 M.C.
713  Escher en ácido.
714 \end_layout
715
716 \end_inset
717
718
719 \end_layout
720
721 \begin_layout Standard
722 \align center
723 \begin_inset Graphics
724         filename escher-lsd.eps
725         display color
726         scale 80
727         rotateOrigin center
728
729 \end_inset
730
731
732 \end_layout
733
734 \end_inset
735
736
737 \end_layout
738
739 \begin_layout Standard
740 \begin_inset LatexCommand index
741 name "Referencias ! a Figuras"
742
743 \end_inset
744
745 Las figuras\InsetSpace ~
746
747 \begin_inset LatexCommand ref
748 reference "fig:kill-plat"
749
750 \end_inset
751
752  y 
753 \begin_inset LatexCommand ref
754 reference "fig:escher"
755
756 \end_inset
757
758  son ejemplos de figuras con referencias cruzadas.
759  Las figuras pueden tener referencias cruzadas en el documento mediante
760  referencia a su etiqueta.
761  Para hacerlo inserta una etiqueta en el encabezado usando el menú 
762 \family sans
763 Insertar\SpecialChar \menuseparator
764 Etiqueta
765 \family default
766  o el botón 
767 \begin_inset Graphics
768         filename ../images/label-insert.xpm
769         scale 85
770
771 \end_inset
772
773 .
774  Ahora puedes referirte a la etiqueta usando el menú 
775 \family sans
776 Insertar\SpecialChar \menuseparator
777 Referencia\InsetSpace ~
778 cruzada
779 \family default
780  o el botón 
781 \begin_inset Graphics
782         filename ../images/dialog-show-new-inset_ref.xpm
783         scale 85
784
785 \end_inset
786
787 .
788  Es importante emplear referencias a flotantes, mejor que alusiones vagas
789  como "la figura de arriba", porque como LaTeX recolocará los flotantes
790  en el documento final, podría no quedar "arriba" precisamente.
791 \end_layout
792
793 \begin_layout Standard
794 Normalmente sólo se inserta una imagen en un flotante, pero a veces podríamos
795  querer poner dos imágenes con subtítulos separados.
796  Esto es posible mediante la pestaña 
797 \family sans
798 Opciones\InsetSpace ~
799 extra
800 \family default
801  del diálogo gráficos.
802  Elije la opción 
803 \family sans
804 Subfigura
805 \family default
806  e introduce el subtítulo en la casilla 
807 \family sans
808 Descripción
809 \family default
810 .
811  Observa que sólo el título principal del encabezado del flotante se añade
812  a la Lista de Figuras.
813 \end_layout
814
815 \begin_layout Standard
816 La figura\InsetSpace ~
817
818 \begin_inset LatexCommand ref
819 reference "fig:Dos-imágenes-distorsionadas"
820
821 \end_inset
822
823  es un ejemplo de figura flotante con dos imágenes una junto a otra.
824  También se pueden poner una sobre otra.
825 \end_layout
826
827 \begin_layout Standard
828 \begin_inset Float figure
829 wide false
830 sideways false
831 status open
832
833 \begin_layout Standard
834
835 \hfill
836
837 \begin_inset Graphics
838         filename escher-lsd.eps
839         width 45col%
840         subcaption
841         subcaptionText "Estructura indefinible"
842
843 \end_inset
844
845
846 \hfill
847
848 \begin_inset Graphics
849         filename platypus.eps
850         lyxscale 60
851         width 45col%
852         subcaption
853         subcaptionText "Platypus"
854
855 \end_inset
856
857
858 \hfill
859
860 \end_layout
861
862 \begin_layout Standard
863 \begin_inset Caption
864
865 \begin_layout Standard
866 \begin_inset LatexCommand label
867 name "fig:Dos-imágenes-distorsionadas"
868
869 \end_inset
870
871 Dos imágenes distorsionadas.
872 \end_layout
873
874 \end_inset
875
876
877 \end_layout
878
879 \end_inset
880
881
882 \end_layout
883
884 \begin_layout Section
885 Formatos de Imagen
886 \begin_inset LatexCommand label
887 name "sec:Formatos-de-imagen"
888
889 \end_inset
890
891
892 \begin_inset LatexCommand index
893 name "Formatos de Imagen"
894
895 \end_inset
896
897
898 \begin_inset LatexCommand index
899 name "Figuras ! Formatos de Imagen"
900
901 \end_inset
902
903
904 \end_layout
905
906 \begin_layout Standard
907 Puedes insertar imágenes en cualquier formato.
908  Pero como se explica en el apéndice \InsetSpace ~
909
910 \begin_inset LatexCommand ref
911 reference "cha:Formatos-de-Archivos-de-Salida"
912
913 \end_inset
914
915 , cada formato de archivo del documento de salida permite solo ciertos formatos
916  de archivo de imagen.
917  Por eso LyX usa el programa 
918 \family sans
919 Imagemagick
920 \family default
921  en segundo plano para convertir imágenes al formato adecuado.
922  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
923  los formatos de imagen admitidos en el formato de archivo de salida.
924  Los formatos de salida se explican en el apéndice \InsetSpace ~
925
926 \begin_inset LatexCommand ref
927 reference "cha:Formatos-de-Archivos-de-Salida"
928
929 \end_inset
930
931 .
932 \end_layout
933
934 \begin_layout Standard
935 Como en el caso de las fuentes, hay dos tipos de archivos de imagen::
936 \end_layout
937
938 \begin_layout Description
939 Imágenes\InsetSpace ~
940 Mapa\InsetSpace ~
941 de\InsetSpace ~
942 bits (Bitmap) consiste en valores de píxel, generalmente comprimid
943 os.
944  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
945  de zoom.
946  Formatos de imágenes en bitmap bien conocidos son "Graphics Interchange
947  Format" (GIF, extensión ".gif")
948 \begin_inset LatexCommand index
949 name "GIF|see{Formatos de Imagen}"
950
951 \end_inset
952
953 , "Portable Network Graphics" (PNG, extensión ".png")
954 \begin_inset LatexCommand index
955 name "PNG|see{Formatos de Imagen}"
956
957 \end_inset
958
959 , y "Joint Photographic Experts Group" (JPG, extensión ".jpg" o ".jpeg")
960 \begin_inset LatexCommand index
961 name "JPG|see{Formatos de Imagen}"
962
963 \end_inset
964
965 .
966 \end_layout
967
968 \begin_layout Description
969 Imágenes\InsetSpace ~
970 vectoriales consisten en vectores y por tanto pueden escalarse a
971  cualquier tamaño sin pérdidas.
972  La posibilidad de escalado hace falta para crear presentaciones, porque
973  éstas siempre son escaladas por el proyector.
974  El escalado también es útil en los documentoos en línea para permitir el
975  zoom en diagramas.
976 \newline
977 Formatos de imagen escalables pueden ser "Scalable Vector
978  Graphics" (SVG, extensión ".svg")
979 \begin_inset LatexCommand index
980 name "SVG|see{Formatos de Imagen}"
981
982 \end_inset
983
984 , "Encapsulated PostScript" (EPS, extensión ".eps")
985 \begin_inset LatexCommand index
986 name "EPS|see{Formatos de Imagen}"
987
988 \end_inset
989
990 , "Portabla Document Format" (PDF, extensión ".pdf")
991 \begin_inset LatexCommand index
992 name "PDF|see{Formatos de Imagen}"
993
994 \end_inset
995
996 , y "Windows Metafile" (WMF, extensión ".wmf")
997 \begin_inset LatexCommand index
998 name "WMF|see{Formatos de Imagen}"
999
1000 \end_inset
1001
1002 .
1003  Escribimos "pueden ser", porque se puede convertir cualquier imagen bitmap
1004  a PDF o EPS y el resultado será todavía una imagen bitmap.
1005  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1006  a la imagen original
1007 \begin_inset Foot
1008 status open
1009
1010 \begin_layout Standard
1011 En el caso de PDF, además se comprime la imagen original.
1012 \end_layout
1013
1014 \end_inset
1015
1016 .
1017  Por ejemplo, los archivos PDF generados por 
1018 \family sans
1019 Adobe Photoshop
1020 \family default
1021  son imágenes bitmap.
1022 \end_layout
1023
1024 \begin_layout Standard
1025 Normalmente no es posible convertir una imagen bitmap a escalable, sólo
1026  viceversa.
1027  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1028  archivos de salida PDF y PostScript, respectivamente.
1029  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1030  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1031 \begin_inset Formula $\to$
1032 \end_inset
1033
1034  PDF/EPS.
1035 \end_layout
1036
1037 \begin_layout Chapter
1038 Tablas
1039 \begin_inset LatexCommand label
1040 name "cha:Tablas"
1041
1042 \end_inset
1043
1044
1045 \begin_inset LatexCommand index
1046 name "Tablas"
1047
1048 \end_inset
1049
1050
1051 \end_layout
1052
1053 \begin_layout Section
1054 Introducción
1055 \begin_inset LatexCommand index
1056 name "Tablas ! Introducción"
1057
1058 \end_inset
1059
1060
1061 \end_layout
1062
1063 \begin_layout Standard
1064 Puede insertarse una tabla mediante el botón
1065 \begin_inset Graphics
1066         filename ../images/tabular-insert.xpm
1067         scale 85
1068
1069 \end_inset
1070
1071  o el menú 
1072 \family sans
1073 Insertar\SpecialChar \menuseparator
1074 Tabla
1075 \family default
1076 .
1077  Aparece un diálogo en el que se pide el número de filas y columnas.
1078  Por defecto, la tabla tiene líneas que enmarcan cada celda y la primera
1079  fila aparece separada por una línea doble: la línea inferior de la primera
1080  fila y la línea superior de la segunda fila.
1081  Ejemplo de tabla:
1082 \end_layout
1083
1084 \begin_layout Standard
1085 \align center
1086 \begin_inset Tabular
1087 <lyxtabular version="3" rows="4" columns="4">
1088 <features>
1089 <column alignment="center" valignment="top" leftline="true" width="0">
1090 <column alignment="center" valignment="top" leftline="true" width="0pt">
1091 <column alignment="center" valignment="top" leftline="true" width="0in">
1092 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1093 <row topline="true" bottomline="true">
1094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Standard
1098
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1104 \begin_inset Text
1105
1106 \begin_layout Standard
1107
1108 \family roman
1109 \series medium
1110 \shape up
1111 \size normal
1112 \emph off
1113 \bar no
1114 \noun off
1115 \color none
1116 1
1117 \end_layout
1118
1119 \end_inset
1120 </cell>
1121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1122 \begin_inset Text
1123
1124 \begin_layout Standard
1125 2
1126 \end_layout
1127
1128 \end_inset
1129 </cell>
1130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1131 \begin_inset Text
1132
1133 \begin_layout Standard
1134 3
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 </row>
1140 <row topline="true">
1141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Standard
1145
1146 \family roman
1147 \series medium
1148 \shape up
1149 \size normal
1150 \emph off
1151 \bar no
1152 \noun off
1153 \color none
1154 A
1155 \end_layout
1156
1157 \end_inset
1158 </cell>
1159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1160 \begin_inset Text
1161
1162 \begin_layout Standard
1163
1164 \end_layout
1165
1166 \end_inset
1167 </cell>
1168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1169 \begin_inset Text
1170
1171 \begin_layout Standard
1172
1173 \end_layout
1174
1175 \end_inset
1176 </cell>
1177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1178 \begin_inset Text
1179
1180 \begin_layout Standard
1181
1182 \end_layout
1183
1184 \end_inset
1185 </cell>
1186 </row>
1187 <row topline="true">
1188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1189 \begin_inset Text
1190
1191 \begin_layout Standard
1192
1193 \family roman
1194 \series medium
1195 \shape up
1196 \size normal
1197 \emph off
1198 \bar no
1199 \noun off
1200 \color none
1201 B
1202 \end_layout
1203
1204 \end_inset
1205 </cell>
1206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1207 \begin_inset Text
1208
1209 \begin_layout Standard
1210
1211 \end_layout
1212
1213 \end_inset
1214 </cell>
1215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1216 \begin_inset Text
1217
1218 \begin_layout Standard
1219
1220 \family roman
1221 \series medium
1222 \shape up
1223 \size normal
1224 \emph off
1225 \bar no
1226 \noun off
1227 \color none
1228  
1229 \end_layout
1230
1231 \end_inset
1232 </cell>
1233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1234 \begin_inset Text
1235
1236 \begin_layout Standard
1237
1238 \end_layout
1239
1240 \end_inset
1241 </cell>
1242 </row>
1243 <row topline="true" bottomline="true">
1244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1245 \begin_inset Text
1246
1247 \begin_layout Standard
1248
1249 \family roman
1250 \series medium
1251 \shape up
1252 \size normal
1253 \emph off
1254 \bar no
1255 \noun off
1256 \color none
1257 C
1258 \end_layout
1259
1260 \end_inset
1261 </cell>
1262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1263 \begin_inset Text
1264
1265 \begin_layout Standard
1266
1267 \end_layout
1268
1269 \end_inset
1270 </cell>
1271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1272 \begin_inset Text
1273
1274 \begin_layout Standard
1275
1276 \end_layout
1277
1278 \end_inset
1279 </cell>
1280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1281 \begin_inset Text
1282
1283 \begin_layout Standard
1284
1285 \end_layout
1286
1287 \end_inset
1288 </cell>
1289 </row>
1290 </lyxtabular>
1291
1292 \end_inset
1293
1294
1295 \end_layout
1296
1297 \begin_layout Section
1298 Diálogo Tablas
1299 \begin_inset LatexCommand index
1300 name "Tablas ! Diálogo"
1301
1302 \end_inset
1303
1304
1305 \end_layout
1306
1307 \begin_layout Standard
1308 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1309  pinchar sobre ella con el botón derecho del ratón.
1310  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1311  encuentra el cursor.
1312  La mayoría de opciones también trabajan sobre una selección de celdas,
1313  de filas o de columnas.
1314  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1315  su 
1316 \emph on
1317 contenido
1318 \emph default
1319 .
1320  En el cuadro de diálogo aparecen las siguientes pestañas:
1321 \end_layout
1322
1323 \begin_layout Description
1324
1325 \family sans
1326 Configuración\InsetSpace ~
1327 de\InsetSpace ~
1328 Tabla
1329 \family default
1330  Aquí puedes establacer la alineación horizontal para la fila actual y la
1331  anchura de la columna actual.
1332  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1333  Una anchura determinada permite tener saltos de línea y distintos párrafos
1334  de texto, ver sección \InsetSpace ~
1335
1336 \begin_inset LatexCommand ref
1337 reference "sub:Líneas-Múltiples-en"
1338
1339 \end_inset
1340
1341 .
1342  Si no establaces anchura, la columna será tan ancha como el contenido de
1343  la celda más ancha.
1344 \newline
1345 Además, puedes marcar una o más celdas de una fila como
1346  una celda multicolumna, ver sección\InsetSpace ~
1347
1348 \begin_inset LatexCommand ref
1349 reference "sub:Multicolumnas"
1350
1351 \end_inset
1352
1353 .
1354 \newline
1355 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1356  90º en el sentido de las agujas del reloj.
1357  La rotación no se ve en LyX, sí en la salida.
1358 \newline
1359
1360 \begin_inset Note Greyedout
1361 status open
1362
1363 \begin_layout Standard
1364
1365 \series bold
1366 Nota: 
1367 \series default
1368 No todos los visores DVI pueden mostrar rotaciones.
1369 \end_layout
1370
1371 \end_inset
1372
1373
1374 \newline
1375 Tambien es posible introducir argumentos LaTeX necesarios para formatos
1376  especiales, ver sección\InsetSpace ~
1377
1378 \begin_inset LatexCommand ref
1379 reference "sub:Cálculos-en-Multicolumnas"
1380
1381 \end_inset
1382
1383  y 
1384 \begin_inset LatexCommand ref
1385 reference "sec:Tablas-Coloreadas"
1386
1387 \end_inset
1388
1389 .
1390 \end_layout
1391
1392 \begin_layout Description
1393
1394 \family sans
1395 Bordes
1396 \family default
1397  En esta pestaña puedes añadir y quitar bordes para la fila/columna actual.
1398 \end_layout
1399
1400 \begin_layout Description
1401
1402 \family sans
1403 Tabla\InsetSpace ~
1404 Larga
1405 \family default
1406  Para hacer "
1407 \emph on
1408 tablas largas
1409 \emph default
1410 " que pueden extenderse por varias páginas.
1411  La sección\InsetSpace ~
1412
1413 \begin_inset LatexCommand ref
1414 reference "sec:Tablas-Largas"
1415
1416 \end_inset
1417
1418  describe su uso en detalle.
1419 \end_layout
1420
1421 \begin_layout Standard
1422 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
1423  con las teclas de flecha de celda en celda y la propiedad de la celda actual
1424  aparecerá inmediatamente en el diálogo.
1425 \end_layout
1426
1427 \begin_layout Section
1428 Barra de Herramientas de Tablas
1429 \begin_inset LatexCommand index
1430 name "Tablas ! Barra de Herramientas"
1431
1432 \end_inset
1433
1434
1435 \end_layout
1436
1437 \begin_layout Standard
1438 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
1439  para cambiar las tablas de manera más rápida.
1440  Normalmente debería aparecer en la parte inferior de la ventana principal
1441  de LyX cuando el cursor está dentro de una tabla.
1442  En cualquier momento se puede presentar esta barra pinchando con el botón
1443  derecho del ratón en cualquier punto de la barra principal de menú.
1444 \end_layout
1445
1446 \begin_layout Standard
1447 La barra de herramientas tiene los siguientes iconos:
1448 \end_layout
1449
1450 \begin_layout Labeling
1451 \labelwidthstring 00.00.0000
1452 \begin_inset Graphics
1453         filename ../images/tabular-feature_append-row.xpm
1454
1455 \end_inset
1456
1457  añade una fila bajo la celda actual o selección
1458 \end_layout
1459
1460 \begin_layout Labeling
1461 \labelwidthstring 00.00.0000
1462 \begin_inset Graphics
1463         filename ../images/tabular-feature_append-column.xpm
1464
1465 \end_inset
1466
1467  añade una columna a la derecha de la celda actual o selección
1468 \end_layout
1469
1470 \begin_layout Labeling
1471 \labelwidthstring 00.00.0000
1472 \begin_inset Graphics
1473         filename ../images/tabular-feature_delete-row.xpm
1474
1475 \end_inset
1476
1477  borra la fila actual o selección
1478 \end_layout
1479
1480 \begin_layout Labeling
1481 \labelwidthstring 00.00.0000
1482 \begin_inset Graphics
1483         filename ../images/tabular-feature_delete-column.xpm
1484
1485 \end_inset
1486
1487  borra la columna actual o selección
1488 \end_layout
1489
1490 \begin_layout Labeling
1491 \labelwidthstring 00.00.0000
1492 \begin_inset Graphics
1493         filename ../images/tabular-feature_toggle-line-top.xpm
1494
1495 \end_inset
1496
1497  añade una línea sobre la celda/fila actual o la selección
1498 \end_layout
1499
1500 \begin_layout Labeling
1501 \labelwidthstring 00.00.0000
1502 \begin_inset Graphics
1503         filename ../images/tabular-feature_toggle-line-bottom.xpm
1504
1505 \end_inset
1506
1507  añade una línea bajo la celda/fila actual o la selección
1508 \end_layout
1509
1510 \begin_layout Labeling
1511 \labelwidthstring 00.00.0000
1512 \begin_inset Graphics
1513         filename ../images/tabular-feature_toggle-line-left.xpm
1514
1515 \end_inset
1516
1517  añade una línea a la izquierda de la celda/fila actual o la selección
1518 \end_layout
1519
1520 \begin_layout Labeling
1521 \labelwidthstring 00.00.0000
1522 \begin_inset Graphics
1523         filename ../images/tabular-feature_toggle-line-right.xpm
1524
1525 \end_inset
1526
1527  añade una línea a la derecha de la celda/fila actual o la selección
1528 \end_layout
1529
1530 \begin_layout Labeling
1531 \labelwidthstring 00.00.0000
1532 \begin_inset Graphics
1533         filename ../images/tabular-feature_set-all-lines.xpm
1534
1535 \end_inset
1536
1537  añade líneas alrededor de la celda actual o 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_unset-all-lines.xpm
1545
1546 \end_inset
1547
1548  borra todas las líneas de la celda o celdas seleccionadas - si la celda
1549  actual no es multicolumna esto afecta también a la fila y columna actuales
1550 \end_layout
1551
1552 \begin_layout Labeling
1553 \labelwidthstring 00.00.0000
1554 \begin_inset Graphics
1555         filename ../images/tabular-feature_align-left.xpm
1556
1557 \end_inset
1558
1559  alinea a la izquierda el contenido de la celda / columna
1560 \end_layout
1561
1562 \begin_layout Labeling
1563 \labelwidthstring 00.00.0000
1564 \begin_inset Graphics
1565         filename ../images/tabular-feature_align-center.xpm
1566
1567 \end_inset
1568
1569  centra el contenido de la celda / columna horizontalmente
1570 \end_layout
1571
1572 \begin_layout Labeling
1573 \labelwidthstring 00.00.0000
1574 \begin_inset Graphics
1575         filename ../images/tabular-feature_align-right.xpm
1576
1577 \end_inset
1578
1579  alinea a la derecha el contenido de la celda / columna
1580 \end_layout
1581
1582 \begin_layout Labeling
1583 \labelwidthstring 00.00.0000
1584 \begin_inset Graphics
1585         filename ../images/tabular-feature_valign-top.xpm
1586
1587 \end_inset
1588
1589  alinea arriba el contenido de la celda
1590 \end_layout
1591
1592 \begin_layout Labeling
1593 \labelwidthstring 00.00.0000
1594 \begin_inset Graphics
1595         filename ../images/tabular-feature_valign-middle.xpm
1596
1597 \end_inset
1598
1599  centra verticalmente el contenido de la celda
1600 \end_layout
1601
1602 \begin_layout Labeling
1603 \labelwidthstring 00.00.0000
1604 \begin_inset Graphics
1605         filename ../images/tabular-feature_valign-bottom.xpm
1606
1607 \end_inset
1608
1609  alinea abajo el contenido de la celda
1610 \end_layout
1611
1612 \begin_layout Labeling
1613 \labelwidthstring 00.00.0000
1614 \begin_inset Graphics
1615         filename ../images/tabular-feature_set-rotate-cell.xpm
1616
1617 \end_inset
1618
1619  gira la celda o selección 90° como las agujas de reloj
1620 \end_layout
1621
1622 \begin_layout Labeling
1623 \labelwidthstring 00.00.0000
1624 \begin_inset Graphics
1625         filename ../images/tabular-feature_set-rotate-tabular.xpm
1626
1627 \end_inset
1628
1629  gira toda la tabla 90° como agujas del reloj
1630 \end_layout
1631
1632 \begin_layout Labeling
1633 \labelwidthstring 00.00.0000
1634 \begin_inset Graphics
1635         filename ../images/tabular-feature_multicolumn.xpm
1636
1637 \end_inset
1638
1639  establace la celda actual o selección como multicolumna
1640 \end_layout
1641
1642 \begin_layout Section
1643 Menú Editar Tabla
1644 \begin_inset LatexCommand index
1645 name "Tablas ! Menú Editar"
1646
1647 \end_inset
1648
1649
1650 \end_layout
1651
1652 \begin_layout Standard
1653 Además del diálogo y la barra de herramientas, el menú 
1654 \family sans
1655 Editar\SpecialChar \menuseparator
1656 Tabla
1657 \family default
1658  permite añadir y borrar bordes para la fila/columna actual y establacer
1659  la selección como multicolumna.
1660  El menú sólo está disponibla si el cursor está en la tabla.
1661 \end_layout
1662
1663 \begin_layout Section
1664 Tablas Flotantes
1665 \begin_inset LatexCommand label
1666 name "sec:Tablas-Flotantes"
1667
1668 \end_inset
1669
1670
1671 \begin_inset LatexCommand index
1672 name "Flotantes ! Tablas"
1673
1674 \end_inset
1675
1676
1677 \begin_inset LatexCommand index
1678 name "Tablas ! Flotantes"
1679
1680 \end_inset
1681
1682
1683 \end_layout
1684
1685 \begin_layout Standard
1686 Para una explicación general sobre flotantes, echa un vistazo a la sección\InsetSpace ~
1687
1688 \begin_inset LatexCommand ref
1689 reference "sec:IntroducciónFlotantes"
1690
1691 \end_inset
1692
1693 .
1694 \end_layout
1695
1696 \begin_layout Standard
1697 \begin_inset Float table
1698 placement h
1699 wide false
1700 sideways false
1701 status open
1702
1703 \begin_layout Standard
1704 \begin_inset Caption
1705
1706 \begin_layout Standard
1707 \begin_inset LatexCommand label
1708 name "tab:una tabla flotante"
1709
1710 \end_inset
1711
1712 Una tabla flotante.
1713 \end_layout
1714
1715 \end_inset
1716
1717
1718 \end_layout
1719
1720 \begin_layout Standard
1721 \align center
1722 \begin_inset Tabular
1723 <lyxtabular version="3" rows="3" columns="3">
1724 <features>
1725 <column alignment="center" valignment="top" leftline="true" width="0pt">
1726 <column alignment="center" valignment="top" leftline="true" width="0pt">
1727 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1728 <row topline="true" bottomline="true">
1729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1730 \begin_inset Text
1731
1732 \begin_layout Standard
1733
1734 \family roman
1735 \series medium
1736 \shape up
1737 \size normal
1738 \emph off
1739 \bar no
1740 \noun off
1741 \color none
1742 1
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Standard
1751
1752 \family roman
1753 \series medium
1754 \shape up
1755 \size normal
1756 \emph off
1757 \bar no
1758 \noun off
1759 \color none
1760 2
1761 \end_layout
1762
1763 \end_inset
1764 </cell>
1765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1766 \begin_inset Text
1767
1768 \begin_layout Standard
1769
1770 \family roman
1771 \series medium
1772 \shape up
1773 \size normal
1774 \emph off
1775 \bar no
1776 \noun off
1777 \color none
1778 3
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 </row>
1784 <row topline="true">
1785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Standard
1789
1790 \family roman
1791 \series medium
1792 \shape up
1793 \size normal
1794 \emph off
1795 \bar no
1796 \noun off
1797 \color none
1798 Pepe
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Standard
1807
1808 \family roman
1809 \series medium
1810 \shape up
1811 \size normal
1812 \emph off
1813 \bar no
1814 \noun off
1815 \color none
1816 Mari
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Standard
1825
1826 \family roman
1827 \series medium
1828 \shape up
1829 \size normal
1830 \emph off
1831 \bar no
1832 \noun off
1833 \color none
1834 Teo
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 </row>
1840 <row topline="true" bottomline="true">
1841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Standard
1845
1846 \family roman
1847 \series medium
1848 \shape up
1849 \size normal
1850 \emph off
1851 \bar no
1852 \noun off
1853 \color none
1854 \begin_inset Formula $\int x^{2}dx$
1855 \end_inset
1856
1857
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1863 \begin_inset Text
1864
1865 \begin_layout Standard
1866
1867 \family roman
1868 \series medium
1869 \shape up
1870 \size normal
1871 \emph off
1872 \bar no
1873 \noun off
1874 \color none
1875 \begin_inset Formula $\left[\begin{array}{cc}
1876 a & b\\
1877 c & d\end{array}\right]$
1878 \end_inset
1879
1880
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Standard
1889
1890 \family roman
1891 \series medium
1892 \shape up
1893 \size normal
1894 \emph off
1895 \bar no
1896 \noun off
1897 \color none
1898 \begin_inset Formula $1+1=2$
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 </row>
1907 </lyxtabular>
1908
1909 \end_inset
1910
1911
1912 \end_layout
1913
1914 \end_inset
1915
1916
1917 \end_layout
1918
1919 \begin_layout Standard
1920 Las tablas flotantes pueden insertarse con el menú 
1921 \family sans
1922 Insertar\SpecialChar \menuseparator
1923 Flotante\SpecialChar \menuseparator
1924 Tabla
1925 \family default
1926  o con el botón 
1927 \begin_inset Graphics
1928         filename ../images/float-insert_table.xpm
1929         scale 85
1930
1931 \end_inset
1932
1933 .
1934 \end_layout
1935
1936 \begin_layout Standard
1937 El flotante se muestra como un cuadro desplegable con la etiqueta "
1938 \series bold
1939 Tabla\InsetSpace ~
1940 #:
1941 \series default
1942 " en su interior.
1943  El texto que sigue a dicha etiqueta es el encabezado de tabla.
1944  Para insertar una tabla en el flotante se sitúa el cursor al final del
1945  texto de encabezado y se pulsa Enter.
1946  El encabezado se imprime encima de la tabla.
1947 \end_layout
1948
1949 \begin_layout Standard
1950 La tabla\InsetSpace ~
1951
1952 \begin_inset LatexCommand ref
1953 reference "tab:una tabla flotante"
1954
1955 \end_inset
1956
1957  es un ejemplo de tabla flotante.
1958 \end_layout
1959
1960 \begin_layout Standard
1961 Lo habitual es poner el encabezado sobre la tabla, lo que desafortunadamente
1962  no es soportado en las clases estándar de LaTeX.
1963  Esto significa que si estás usando las clases de documento
1964 \family sans
1965 article
1966 \family default
1967
1968 \family sans
1969 book
1970 \family default
1971
1972 \family sans
1973 letter
1974 \family default
1975 , o 
1976 \family sans
1977 report
1978 \family default
1979  no habrá espacio entre el encabezado y la tabla.
1980  Para añadir el espacio faltante hay que poner en el preámbulo LaTeX del
1981  documento la siguiente opción al comando del paquete de LaTeX 
1982 \series bold
1983 caption
1984 \series default
1985
1986 \begin_inset LatexCommand index
1987 name "LaTeX-paquetes ! caption"
1988
1989 \end_inset
1990
1991
1992 \begin_inset Foot
1993 status open
1994
1995 \begin_layout Standard
1996 Para más información ve a la sección\InsetSpace ~
1997
1998 \begin_inset LatexCommand ref
1999 reference "sec:Colocación-de-Encabezados"
2000
2001 \end_inset
2002
2003 .
2004 \end_layout
2005
2006 \end_inset
2007
2008 :
2009 \end_layout
2010
2011 \begin_layout Standard
2012
2013 \series bold
2014 tableposition=top
2015 \end_layout
2016
2017 \begin_layout Standard
2018 El encabezado puede formatearse mediante el paquete de LaTeX 
2019 \series bold
2020 caption
2021 \series default
2022  como se describe en la sección\InsetSpace ~
2023
2024 \begin_inset LatexCommand ref
2025 reference "sec:Formato-de-Encabezados"
2026
2027 \end_inset
2028
2029 .
2030  
2031 \end_layout
2032
2033 \begin_layout Standard
2034 \begin_inset LatexCommand index
2035 name "Referencias ! a Tablas"
2036
2037 \end_inset
2038
2039 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2040  etiqueta.
2041  Para hacerlo inserta una etiqueta en el encabezado con el menú 
2042 \family sans
2043 Insertar\SpecialChar \menuseparator
2044 Etiqueta
2045 \family default
2046  o con el botón 
2047 \begin_inset Graphics
2048         filename ../images/label-insert.xpm
2049         scale 85
2050
2051 \end_inset
2052
2053 .
2054  Ahora puedes referirte a la etiqueta con el menú 
2055 \family sans
2056 Insertar\SpecialChar \menuseparator
2057 Referencia\InsetSpace ~
2058 cruzada
2059 \family default
2060  o el botón 
2061 \begin_inset Graphics
2062         filename ../images/dialog-show-new-inset_ref.xpm
2063         scale 85
2064
2065 \end_inset
2066
2067 .
2068 \end_layout
2069
2070 \begin_layout Section
2071 Tablas Largas
2072 \begin_inset LatexCommand label
2073 name "sec:Tablas-Largas"
2074
2075 \end_inset
2076
2077
2078 \begin_inset LatexCommand index
2079 name "Tablas Largas"
2080
2081 \end_inset
2082
2083
2084 \begin_inset LatexCommand index
2085 name "Tablas ! Largas"
2086
2087 \end_inset
2088
2089
2090 \end_layout
2091
2092 \begin_layout Standard
2093 Si la tabla es demasiado larga para una página, puedes usar la opción 
2094 \family sans
2095 Usar\InsetSpace ~
2096 tabla\InsetSpace ~
2097 larga
2098 \family default
2099  en la pestaña 
2100 \family sans
2101 Tabla\InsetSpace ~
2102 larga
2103 \family default
2104  del diálogo para repartir automáticamente la tabla en varias páginas.
2105  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2106 \end_layout
2107
2108 \begin_layout Description
2109
2110 \family sans
2111 Encabezado: 
2112 \family default
2113 La fila actual y todas las de arriba, que no tienen ninguna opción especial
2114  definida, se definen como filas de encabezado para todas las páginas de
2115  la tabla, excepto para la primera página
2116 \family sans
2117  
2118 \family default
2119 si
2120 \family sans
2121  Primer\InsetSpace ~
2122 encabezado 
2123 \family default
2124 está definido.
2125  Este se denomina encabezado principal.
2126 \end_layout
2127
2128 \begin_layout Description
2129
2130 \family sans
2131 Primer\InsetSpace ~
2132 encabezado: 
2133 \family default
2134 La fila actual y superiores, que no tienen ninguna opción especial definida,
2135  se definen como filas cabeceras de la primera página de la tabla.
2136 \end_layout
2137
2138 \begin_layout Description
2139
2140 \family sans
2141 Pie: 
2142 \family default
2143 La fila actual y todas las siguientes, que no tienen ninguna opción especial
2144  definida, se definen como filas de pie de todas las páginas de la tabla,
2145  excepto para la última página si se define
2146 \family sans
2147  Último\InsetSpace ~
2148 pie.
2149 \end_layout
2150
2151 \begin_layout Description
2152
2153 \family sans
2154 Último\InsetSpace ~
2155 pie: L
2156 \family default
2157 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2158  se definen como filas de pie de la última página de la tabla.
2159 \end_layout
2160
2161 \begin_layout Standard
2162 También se puede especificar una fila en la que se dividirá la tabla.
2163  Si se establece más de una opción en la misma fila, habría que tener en
2164  cuenta que sólo la primera de ellas se usa en la fila dada.
2165  Las otras quedarán definidas como 
2166 \emph on
2167 vacías
2168 \emph default
2169 .
2170  En este contexto, primera significa primero en este orden: 
2171 \family sans
2172 Pie, Último\InsetSpace ~
2173 pie, Encabezado, Primer\InsetSpace ~
2174 encabezado
2175 \family default
2176 .
2177  La siguiente tabla muestra cómo funciona:
2178 \end_layout
2179
2180 \begin_layout Standard
2181
2182 \end_layout
2183
2184 \begin_layout Standard
2185 \align center
2186 \begin_inset Tabular
2187 <lyxtabular version="3" rows="69" columns="3">
2188 <features islongtable="true">
2189 <column alignment="left" valignment="top" leftline="true" width="0cm">
2190 <column alignment="left" valignment="top" width="0pt">
2191 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2192 <row topline="true" bottomline="true" endfirsthead="true">
2193 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2194 \begin_inset Text
2195
2196 \begin_layout Standard
2197
2198 \series bold
2199 Ejemplo de lista telefónica (ignore los nombres)
2200 \end_layout
2201
2202 \end_inset
2203 </cell>
2204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2205 \begin_inset Text
2206
2207 \begin_layout Standard
2208
2209 \end_layout
2210
2211 \end_inset
2212 </cell>
2213 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2214 \begin_inset Text
2215
2216 \begin_layout Standard
2217
2218 \end_layout
2219
2220 \end_inset
2221 </cell>
2222 </row>
2223 <row topline="true" bottomline="true" endfirsthead="true">
2224 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2225 \begin_inset Text
2226
2227 \begin_layout Standard
2228
2229 \series bold
2230 NOMBRE
2231 \end_layout
2232
2233 \end_inset
2234 </cell>
2235 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2236 \begin_inset Text
2237
2238 \begin_layout Standard
2239
2240 \end_layout
2241
2242 \end_inset
2243 </cell>
2244 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2245 \begin_inset Text
2246
2247 \begin_layout Standard
2248
2249 \series bold
2250 TEL.
2251 \end_layout
2252
2253 \end_inset
2254 </cell>
2255 </row>
2256 <row topline="true" bottomline="true" endhead="true">
2257 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2258 \begin_inset Text
2259
2260 \begin_layout Standard
2261
2262 \series bold
2263 Ejemplo de lista telefónica
2264 \end_layout
2265
2266 \end_inset
2267 </cell>
2268 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2269 \begin_inset Text
2270
2271 \begin_layout Standard
2272
2273 \end_layout
2274
2275 \end_inset
2276 </cell>
2277 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2278 \begin_inset Text
2279
2280 \begin_layout Standard
2281
2282 \end_layout
2283
2284 \end_inset
2285 </cell>
2286 </row>
2287 <row topline="true" bottomline="true" endhead="true">
2288 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2289 \begin_inset Text
2290
2291 \begin_layout Standard
2292
2293 \series bold
2294 NOMBRE
2295 \end_layout
2296
2297 \end_inset
2298 </cell>
2299 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2300 \begin_inset Text
2301
2302 \begin_layout Standard
2303
2304 \end_layout
2305
2306 \end_inset
2307 </cell>
2308 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2309 \begin_inset Text
2310
2311 \begin_layout Standard
2312
2313 \series bold
2314 TEL.
2315 \end_layout
2316
2317 \end_inset
2318 </cell>
2319 </row>
2320 <row topline="true" bottomline="true" endfoot="true">
2321 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2322 \begin_inset Text
2323
2324 \begin_layout Standard
2325  continúa en la página siguiente
2326 \end_layout
2327
2328 \end_inset
2329 </cell>
2330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2331 \begin_inset Text
2332
2333 \begin_layout Standard
2334
2335 \end_layout
2336
2337 \end_inset
2338 </cell>
2339 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2340 \begin_inset Text
2341
2342 \begin_layout Standard
2343
2344 \end_layout
2345
2346 \end_inset
2347 </cell>
2348 </row>
2349 <row>
2350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2351 \begin_inset Text
2352
2353 \begin_layout Standard
2354
2355 \series bold
2356 Annovi
2357 \end_layout
2358
2359 \end_inset
2360 </cell>
2361 <cell alignment="center" valignment="top" topline="true" usebox="none">
2362 \begin_inset Text
2363
2364 \begin_layout Standard
2365 Silvia
2366 \end_layout
2367
2368 \end_inset
2369 </cell>
2370 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2371 \begin_inset Text
2372
2373 \begin_layout Standard
2374 111
2375 \end_layout
2376
2377 \end_inset
2378 </cell>
2379 </row>
2380 <row>
2381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Standard
2385
2386 \series bold
2387 Bertoli
2388 \end_layout
2389
2390 \end_inset
2391 </cell>
2392 <cell alignment="center" valignment="top" topline="true" usebox="none">
2393 \begin_inset Text
2394
2395 \begin_layout Standard
2396 Stefano
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2402 \begin_inset Text
2403
2404 \begin_layout Standard
2405 111
2406 \end_layout
2407
2408 \end_inset
2409 </cell>
2410 </row>
2411 <row>
2412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2413 \begin_inset Text
2414
2415 \begin_layout Standard
2416
2417 \series bold
2418 Bozzi
2419 \end_layout
2420
2421 \end_inset
2422 </cell>
2423 <cell alignment="center" valignment="top" topline="true" usebox="none">
2424 \begin_inset Text
2425
2426 \begin_layout Standard
2427 Walter
2428 \end_layout
2429
2430 \end_inset
2431 </cell>
2432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2433 \begin_inset Text
2434
2435 \begin_layout Standard
2436 111
2437 \end_layout
2438
2439 \end_inset
2440 </cell>
2441 </row>
2442 <row>
2443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2444 \begin_inset Text
2445
2446 \begin_layout Standard
2447
2448 \series bold
2449 Cachia
2450 \end_layout
2451
2452 \end_inset
2453 </cell>
2454 <cell alignment="center" valignment="top" topline="true" usebox="none">
2455 \begin_inset Text
2456
2457 \begin_layout Standard
2458 Maria
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Standard
2467 111
2468 \end_layout
2469
2470 \end_inset
2471 </cell>
2472 </row>
2473 <row>
2474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2475 \begin_inset Text
2476
2477 \begin_layout Standard
2478
2479 \series bold
2480 Cachia
2481 \end_layout
2482
2483 \end_inset
2484 </cell>
2485 <cell alignment="center" valignment="top" topline="true" usebox="none">
2486 \begin_inset Text
2487
2488 \begin_layout Standard
2489 Maurizio
2490 \end_layout
2491
2492 \end_inset
2493 </cell>
2494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2495 \begin_inset Text
2496
2497 \begin_layout Standard
2498 111
2499 \end_layout
2500
2501 \end_inset
2502 </cell>
2503 </row>
2504 <row>
2505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2506 \begin_inset Text
2507
2508 \begin_layout Standard
2509
2510 \series bold
2511 Cinquemani
2512 \end_layout
2513
2514 \end_inset
2515 </cell>
2516 <cell alignment="center" valignment="top" topline="true" usebox="none">
2517 \begin_inset Text
2518
2519 \begin_layout Standard
2520 Giusi
2521 \end_layout
2522
2523 \end_inset
2524 </cell>
2525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2526 \begin_inset Text
2527
2528 \begin_layout Standard
2529 111
2530 \end_layout
2531
2532 \end_inset
2533 </cell>
2534 </row>
2535 <row>
2536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2537 \begin_inset Text
2538
2539 \begin_layout Standard
2540
2541 \series bold
2542 Colin
2543 \end_layout
2544
2545 \end_inset
2546 </cell>
2547 <cell alignment="center" valignment="top" topline="true" usebox="none">
2548 \begin_inset Text
2549
2550 \begin_layout Standard
2551 Bernard
2552 \end_layout
2553
2554 \end_inset
2555 </cell>
2556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2557 \begin_inset Text
2558
2559 \begin_layout Standard
2560 111
2561 \end_layout
2562
2563 \end_inset
2564 </cell>
2565 </row>
2566 <row>
2567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2568 \begin_inset Text
2569
2570 \begin_layout Standard
2571
2572 \series bold
2573 Concli
2574 \end_layout
2575
2576 \end_inset
2577 </cell>
2578 <cell alignment="center" valignment="top" topline="true" usebox="none">
2579 \begin_inset Text
2580
2581 \begin_layout Standard
2582 Gianfranco
2583 \end_layout
2584
2585 \end_inset
2586 </cell>
2587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2588 \begin_inset Text
2589
2590 \begin_layout Standard
2591 111
2592 \end_layout
2593
2594 \end_inset
2595 </cell>
2596 </row>
2597 <row>
2598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2599 \begin_inset Text
2600
2601 \begin_layout Standard
2602
2603 \series bold
2604 Dal Bosco
2605 \end_layout
2606
2607 \end_inset
2608 </cell>
2609 <cell alignment="center" valignment="top" topline="true" usebox="none">
2610 \begin_inset Text
2611
2612 \begin_layout Standard
2613 Carolina
2614 \end_layout
2615
2616 \end_inset
2617 </cell>
2618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2619 \begin_inset Text
2620
2621 \begin_layout Standard
2622 111
2623 \end_layout
2624
2625 \end_inset
2626 </cell>
2627 </row>
2628 <row>
2629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2630 \begin_inset Text
2631
2632 \begin_layout Standard
2633
2634 \series bold
2635 Dalpiaz
2636 \end_layout
2637
2638 \end_inset
2639 </cell>
2640 <cell alignment="center" valignment="top" topline="true" usebox="none">
2641 \begin_inset Text
2642
2643 \begin_layout Standard
2644 Annamaria
2645 \end_layout
2646
2647 \end_inset
2648 </cell>
2649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2650 \begin_inset Text
2651
2652 \begin_layout Standard
2653 111
2654 \end_layout
2655
2656 \end_inset
2657 </cell>
2658 </row>
2659 <row>
2660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2661 \begin_inset Text
2662
2663 \begin_layout Standard
2664
2665 \series bold
2666 Feliciello
2667 \end_layout
2668
2669 \end_inset
2670 </cell>
2671 <cell alignment="center" valignment="top" topline="true" usebox="none">
2672 \begin_inset Text
2673
2674 \begin_layout Standard
2675 Domenico
2676 \end_layout
2677
2678 \end_inset
2679 </cell>
2680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2681 \begin_inset Text
2682
2683 \begin_layout Standard
2684 111
2685 \end_layout
2686
2687 \end_inset
2688 </cell>
2689 </row>
2690 <row>
2691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2692 \begin_inset Text
2693
2694 \begin_layout Standard
2695
2696 \series bold
2697 Focarelli
2698 \end_layout
2699
2700 \end_inset
2701 </cell>
2702 <cell alignment="center" valignment="top" topline="true" usebox="none">
2703 \begin_inset Text
2704
2705 \begin_layout Standard
2706 Paola
2707 \end_layout
2708
2709 \end_inset
2710 </cell>
2711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2712 \begin_inset Text
2713
2714 \begin_layout Standard
2715 111
2716 \end_layout
2717
2718 \end_inset
2719 </cell>
2720 </row>
2721 <row>
2722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2723 \begin_inset Text
2724
2725 \begin_layout Standard
2726
2727 \series bold
2728 Galletti
2729 \end_layout
2730
2731 \end_inset
2732 </cell>
2733 <cell alignment="center" valignment="top" topline="true" usebox="none">
2734 \begin_inset Text
2735
2736 \begin_layout Standard
2737 Oreste
2738 \end_layout
2739
2740 \end_inset
2741 </cell>
2742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2743 \begin_inset Text
2744
2745 \begin_layout Standard
2746 111
2747 \end_layout
2748
2749 \end_inset
2750 </cell>
2751 </row>
2752 <row>
2753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2754 \begin_inset Text
2755
2756 \begin_layout Standard
2757
2758 \series bold
2759 Gasparini
2760 \end_layout
2761
2762 \end_inset
2763 </cell>
2764 <cell alignment="center" valignment="top" topline="true" usebox="none">
2765 \begin_inset Text
2766
2767 \begin_layout Standard
2768 Franca
2769 \end_layout
2770
2771 \end_inset
2772 </cell>
2773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2774 \begin_inset Text
2775
2776 \begin_layout Standard
2777 111
2778 \end_layout
2779
2780 \end_inset
2781 </cell>
2782 </row>
2783 <row>
2784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2785 \begin_inset Text
2786
2787 \begin_layout Standard
2788
2789 \series bold
2790 Rizzardi
2791 \end_layout
2792
2793 \end_inset
2794 </cell>
2795 <cell alignment="center" valignment="top" topline="true" usebox="none">
2796 \begin_inset Text
2797
2798 \begin_layout Standard
2799 Paola
2800 \end_layout
2801
2802 \end_inset
2803 </cell>
2804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2805 \begin_inset Text
2806
2807 \begin_layout Standard
2808 111
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 </row>
2814 <row>
2815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Standard
2819
2820 \series bold
2821 Lassini
2822 \end_layout
2823
2824 \end_inset
2825 </cell>
2826 <cell alignment="center" valignment="top" topline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Standard
2830 Giancarlo
2831 \end_layout
2832
2833 \end_inset
2834 </cell>
2835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Standard
2839 111
2840 \end_layout
2841
2842 \end_inset
2843 </cell>
2844 </row>
2845 <row>
2846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2847 \begin_inset Text
2848
2849 \begin_layout Standard
2850
2851 \series bold
2852 Malfatti
2853 \end_layout
2854
2855 \end_inset
2856 </cell>
2857 <cell alignment="center" valignment="top" topline="true" usebox="none">
2858 \begin_inset Text
2859
2860 \begin_layout Standard
2861 Luciano
2862 \end_layout
2863
2864 \end_inset
2865 </cell>
2866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2867 \begin_inset Text
2868
2869 \begin_layout Standard
2870 111
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 </row>
2876 <row>
2877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2878 \begin_inset Text
2879
2880 \begin_layout Standard
2881
2882 \series bold
2883 Malfatti
2884 \end_layout
2885
2886 \end_inset
2887 </cell>
2888 <cell alignment="center" valignment="top" topline="true" usebox="none">
2889 \begin_inset Text
2890
2891 \begin_layout Standard
2892 Valeriano
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2898 \begin_inset Text
2899
2900 \begin_layout Standard
2901 111
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 </row>
2907 <row>
2908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2909 \begin_inset Text
2910
2911 \begin_layout Standard
2912
2913 \series bold
2914 Meneguzzo
2915 \end_layout
2916
2917 \end_inset
2918 </cell>
2919 <cell alignment="center" valignment="top" topline="true" usebox="none">
2920 \begin_inset Text
2921
2922 \begin_layout Standard
2923 Roberto
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Standard
2932 111
2933 \end_layout
2934
2935 \end_inset
2936 </cell>
2937 </row>
2938 <row>
2939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2940 \begin_inset Text
2941
2942 \begin_layout Standard
2943
2944 \series bold
2945 Mezzadra
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 <cell alignment="center" valignment="top" topline="true" usebox="none">
2951 \begin_inset Text
2952
2953 \begin_layout Standard
2954 Roberto
2955 \end_layout
2956
2957 \end_inset
2958 </cell>
2959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Standard
2963 111
2964 \end_layout
2965
2966 \end_inset
2967 </cell>
2968 </row>
2969 <row>
2970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Standard
2974
2975 \series bold
2976 Pirpamer
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 <cell alignment="center" valignment="top" topline="true" usebox="none">
2982 \begin_inset Text
2983
2984 \begin_layout Standard
2985 Erich
2986 \end_layout
2987
2988 \end_inset
2989 </cell>
2990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2991 \begin_inset Text
2992
2993 \begin_layout Standard
2994 111
2995 \end_layout
2996
2997 \end_inset
2998 </cell>
2999 </row>
3000 <row>
3001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3002 \begin_inset Text
3003
3004 \begin_layout Standard
3005
3006 \series bold
3007 Pochiesa
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 <cell alignment="center" valignment="top" topline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Standard
3016 Paolo
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Standard
3025 111, 222
3026 \end_layout
3027
3028 \end_inset
3029 </cell>
3030 </row>
3031 <row>
3032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Standard
3036
3037 \series bold
3038 Radina
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 <cell alignment="center" valignment="top" topline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Standard
3047 Claudio
3048 \end_layout
3049
3050 \end_inset
3051 </cell>
3052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Standard
3056 111
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 </row>
3062 <row>
3063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Standard
3067
3068 \series bold
3069 Stuffer
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 <cell alignment="center" valignment="top" topline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Standard
3078 Oskar
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Standard
3087 111
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 </row>
3093 <row>
3094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Standard
3098
3099 \series bold
3100 Tacchelli
3101 \end_layout
3102
3103 \end_inset
3104 </cell>
3105 <cell alignment="center" valignment="top" topline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Standard
3109 Ugo
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Standard
3118 111
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 </row>
3124 <row>
3125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Standard
3129
3130 \series bold
3131 Tezzele
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 <cell alignment="center" valignment="top" topline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Standard
3140 Margit
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Standard
3149 111
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 </row>
3155 <row>
3156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Standard
3160
3161 \series bold
3162 Unterkalmsteiner
3163 \end_layout
3164
3165 \end_inset
3166 </cell>
3167 <cell alignment="center" valignment="top" topline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Standard
3171 Frieda
3172 \end_layout
3173
3174 \end_inset
3175 </cell>
3176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Standard
3180 111
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 </row>
3186 <row>
3187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Standard
3191
3192 \series bold
3193 Vieider
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell alignment="center" valignment="top" topline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Standard
3202 Hilde
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Standard
3211 111
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 </row>
3217 <row>
3218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Standard
3222
3223 \series bold
3224 Vigna
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell alignment="center" valignment="top" topline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Standard
3233 Jürgen
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Standard
3242 111
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 </row>
3248 <row>
3249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Standard
3253
3254 \series bold
3255 Weber
3256 \end_layout
3257
3258 \end_inset
3259 </cell>
3260 <cell alignment="center" valignment="top" topline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Standard
3264 Maurizio
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Standard
3273 111
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 </row>
3279 <row bottomline="true">
3280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Standard
3284
3285 \series bold
3286 Winkler
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 <cell alignment="center" valignment="top" topline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Standard
3295 Franz
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Standard
3304 111
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 </row>
3310 <row bottomline="true">
3311 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Standard
3315  
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Standard
3324
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Standard
3333
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 </row>
3339 <row>
3340 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Standard
3344
3345 \series bold
3346 Annovi
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 <cell alignment="center" valignment="top" topline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Standard
3355 Silvia
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Standard
3364 555
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 </row>
3370 <row>
3371 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Standard
3375
3376 \series bold
3377 Bertoli
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 <cell alignment="center" valignment="top" topline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Standard
3386 Stefano
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Standard
3395 555
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 </row>
3401 <row>
3402 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Standard
3406
3407 \series bold
3408 Bozzi
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell alignment="center" valignment="top" topline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Standard
3417 Walter
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Standard
3426 555
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 </row>
3432 <row>
3433 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Standard
3437
3438 \series bold
3439 Cachia
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 <cell alignment="center" valignment="top" topline="true" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Standard
3448 Maria
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Standard
3457 555
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 </row>
3463 <row>
3464 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Standard
3468
3469 \series bold
3470 Cachia
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 <cell alignment="center" valignment="top" topline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Standard
3479 Maurizio
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Standard
3488 555
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 </row>
3494 <row>
3495 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Standard
3499
3500 \series bold
3501 Cinquemani
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell alignment="center" valignment="top" topline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Standard
3510 Giusi
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Standard
3519 555
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 </row>
3525 <row>
3526 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Standard
3530
3531 \series bold
3532 Colin
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 <cell alignment="center" valignment="top" topline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Standard
3541 Bernard
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Standard
3550 555
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 </row>
3556 <row>
3557 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Standard
3561
3562 \series bold
3563 Concli
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 <cell alignment="center" valignment="top" topline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Standard
3572 Gianfranco
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Standard
3581 555
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 </row>
3587 <row>
3588 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Standard
3592
3593 \series bold
3594 Dal Bosco
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 <cell alignment="center" valignment="top" topline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Standard
3603 Carolina
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Standard
3612 555
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 </row>
3618 <row>
3619 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Standard
3623
3624 \series bold
3625 Dalpiaz
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 <cell alignment="center" valignment="top" topline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Standard
3634 Annamaria
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Standard
3643 555
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 </row>
3649 <row>
3650 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Standard
3654
3655 \series bold
3656 Feliciello
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 <cell alignment="center" valignment="top" topline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Standard
3665 Domenico
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Standard
3674 555
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 </row>
3680 <row>
3681 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Standard
3685
3686 \series bold
3687 Focarelli
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 <cell alignment="center" valignment="top" topline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Standard
3696 Paola
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Standard
3705 555
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 </row>
3711 <row>
3712 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Standard
3716
3717 \series bold
3718 Galletti
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 <cell alignment="center" valignment="top" topline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Standard
3727 Oreste
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Standard
3736 555
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 </row>
3742 <row>
3743 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Standard
3747
3748 \series bold
3749 Gasparini
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 <cell alignment="center" valignment="top" topline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Standard
3758 Franca
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Standard
3767 555
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 </row>
3773 <row>
3774 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Standard
3778
3779 \series bold
3780 Rizzardi
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 <cell alignment="center" valignment="top" topline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Standard
3789 Paola
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Standard
3798 555
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 </row>
3804 <row>
3805 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Standard
3809
3810 \series bold
3811 Lassini
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 <cell alignment="center" valignment="top" topline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Standard
3820 Giancarlo
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Standard
3829 555
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 </row>
3835 <row>
3836 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Standard
3840
3841 \series bold
3842 Malfatti
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" topline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Standard
3851 Luciano
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Standard
3860 555
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 </row>
3866 <row>
3867 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Standard
3871
3872 \series bold
3873 Malfatti
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 <cell alignment="center" valignment="top" topline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Standard
3882 Valeriano
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Standard
3891 555
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 </row>
3897 <row>
3898 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Standard
3902
3903 \series bold
3904 Meneguzzo
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 <cell alignment="center" valignment="top" topline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Standard
3913 Roberto
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Standard
3922 555
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 </row>
3928 <row>
3929 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Standard
3933
3934 \series bold
3935 Mezzadra
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 <cell alignment="center" valignment="top" topline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Standard
3944 Roberto
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Standard
3953 555
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 </row>
3959 <row>
3960 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Standard
3964
3965 \series bold
3966 Pirpamer
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 <cell alignment="center" valignment="top" topline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Standard
3975 Erich
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Standard
3984 555
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 </row>
3990 <row>
3991 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Standard
3995
3996 \series bold
3997 Pochiesa
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 <cell alignment="center" valignment="top" topline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Standard
4006 Paolo
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Standard
4015 555, 222
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 </row>
4021 <row>
4022 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Standard
4026
4027 \series bold
4028 Radina
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 <cell alignment="center" valignment="top" topline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Standard
4037 Claudio
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Standard
4046 555
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 </row>
4052 <row>
4053 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Standard
4057
4058 \series bold
4059 Stuffer
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 <cell alignment="center" valignment="top" topline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Standard
4068 Oskar
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Standard
4077 555
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 </row>
4083 <row>
4084 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Standard
4088
4089 \series bold
4090 Tacchelli
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 <cell alignment="center" valignment="top" topline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Standard
4099 Ugo
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Standard
4108 555
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 </row>
4114 <row>
4115 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Standard
4119
4120 \series bold
4121 Tezzele
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 <cell alignment="center" valignment="top" topline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Standard
4130 Margit
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Standard
4139 555
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 </row>
4145 <row>
4146 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Standard
4150
4151 \series bold
4152 Unterkalmsteiner
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" topline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Standard
4161 Frieda
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Standard
4170 555
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 </row>
4176 <row>
4177 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Standard
4181
4182 \series bold
4183 Vieider
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell alignment="center" valignment="top" topline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Standard
4192 Hilde
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Standard
4201 555
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 </row>
4207 <row>
4208 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Standard
4212
4213 \series bold
4214 Vigna
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell alignment="center" valignment="top" topline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Standard
4223 Jürgen
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Standard
4232 999
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 </row>
4238 <row>
4239 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Standard
4243
4244 \series bold
4245 Weber
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" topline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Standard
4254 Maurizio
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Standard
4263 555
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 </row>
4269 <row bottomline="true">
4270 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Standard
4274
4275 \series bold
4276 Winkler
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" topline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Standard
4285 Franz
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Standard
4294 555
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 </row>
4300 <row bottomline="true" endlastfoot="true">
4301 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Standard
4305 fin
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Standard
4314
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Standard
4323
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 </row>
4329 </lyxtabular>
4330
4331 \end_inset
4332
4333
4334 \begin_inset ERT
4335 status collapsed
4336
4337 \begin_layout Standard
4338
4339
4340 \backslash
4341 addtocounter{table}{-1}
4342 \end_layout
4343
4344 \end_inset
4345
4346
4347 \begin_inset Note Note
4348 status open
4349
4350 \begin_layout Standard
4351 Para comprender el uso de este comando, lee al final de la sección\InsetSpace ~
4352 2.6.2 la
4353  primera nota resaltada en gris.
4354  
4355 \end_layout
4356
4357 \end_inset
4358
4359
4360 \end_layout
4361
4362 \begin_layout Subsection
4363 Notas al pie en Tablas Largas
4364 \begin_inset LatexCommand label
4365 name "sub:Notas-al-pie-en-Tablas-Largas"
4366
4367 \end_inset
4368
4369
4370 \begin_inset LatexCommand index
4371 name "Tablas Largas ! Notas al pie"
4372
4373 \end_inset
4374
4375
4376 \end_layout
4377
4378 \begin_layout Standard
4379 Se pueden insertar notas al pie en cada celda de tabla larga.
4380  Aparecen abajo en la página donde esté la celda con la nota.
4381  La tabla\InsetSpace ~
4382
4383 \begin_inset LatexCommand ref
4384 reference "tab:DifEncabezados"
4385
4386 \end_inset
4387
4388  tiene un ejemplo de nota al pie.
4389 \end_layout
4390
4391 \begin_layout Subsection
4392 Encabezados en Tablas Largas
4393 \begin_inset LatexCommand index
4394 name "Tablas Largas ! Encabezados"
4395
4396 \end_inset
4397
4398
4399 \end_layout
4400
4401 \begin_layout Standard
4402 Una tabla larga no se puede poner flotante porque los flotantes solo pueden
4403  estar en una página.
4404  Por esto no se puede emplear el formato de encabezado en las tablas largas.
4405 \end_layout
4406
4407 \begin_layout Standard
4408 Para añadir un encabezado se necesita un sucio truco:
4409 \end_layout
4410
4411 \begin_layout Enumerate
4412 Crear una tabla larga
4413 \end_layout
4414
4415 \begin_layout Enumerate
4416 Marcar la primera fila y deshabilitar su línea superior
4417 \end_layout
4418
4419 \begin_layout Enumerate
4420 Insertar el siguiente comando como ERT en la primera celda:
4421 \newline
4422
4423 \series bold
4424
4425 \backslash
4426 caption[título corto]{título completo}
4427 \backslash
4428
4429 \backslash
4430 %
4431 \end_layout
4432
4433 \begin_layout Enumerate
4434 Insertar un "
4435 \series bold
4436 %
4437 \series default
4438 " como ERT en cada celda de la primera fila
4439 \end_layout
4440
4441 \begin_layout Standard
4442 El comando 
4443 \series bold
4444
4445 \backslash
4446 caption
4447 \series default
4448  se usa como para los encabezados normales, el título corto que aparecerá
4449  en la Lista de Tablas en vez del título completo es opcional.
4450  El 
4451 \series bold
4452 %
4453 \series default
4454  en las celdas omite la línea vertical entre ellas.
4455  Ahora, la primera fila de la tabla es sólo una fila postiza para el encabezado,
4456  la tabla real comienza en la segunda fila.
4457 \end_layout
4458
4459 \begin_layout Standard
4460 He aquí una pequeña tabla larga para mostrar cómo funciona:
4461 \end_layout
4462
4463 \begin_layout Standard
4464 \begin_inset Tabular
4465 <lyxtabular version="3" rows="6" columns="5">
4466 <features islongtable="true">
4467 <column alignment="center" valignment="top" leftline="true" width="0">
4468 <column alignment="center" valignment="top" leftline="true" width="0">
4469 <column alignment="center" valignment="top" leftline="true" width="0">
4470 <column alignment="center" valignment="top" leftline="true" width="0">
4471 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4472 <row>
4473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Standard
4477 \begin_inset ERT
4478 status collapsed
4479
4480 \begin_layout Standard
4481
4482
4483 \backslash
4484 caption[Tabla larga]{Tabla larga con encabezado}
4485 \backslash
4486
4487 \backslash
4488 %
4489 \end_layout
4490
4491 \end_inset
4492
4493
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Standard
4502 \begin_inset ERT
4503 status collapsed
4504
4505 \begin_layout Standard
4506
4507 %
4508 \end_layout
4509
4510 \end_inset
4511
4512
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Standard
4521 \begin_inset ERT
4522 status collapsed
4523
4524 \begin_layout Standard
4525
4526 %
4527 \end_layout
4528
4529 \end_inset
4530
4531
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Standard
4540 \begin_inset ERT
4541 status collapsed
4542
4543 \begin_layout Standard
4544
4545 %
4546 \end_layout
4547
4548 \end_inset
4549
4550
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Standard
4559 \begin_inset ERT
4560 status collapsed
4561
4562 \begin_layout Standard
4563
4564 %
4565 \end_layout
4566
4567 \end_inset
4568
4569
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 </row>
4575 <row topline="true">
4576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Standard
4580 1
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Standard
4589 2
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Standard
4598 3
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Standard
4607 4
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Standard
4616 5
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 </row>
4622 <row topline="true">
4623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Standard
4627 asd
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Standard
4636 s
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Standard
4645 s
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Standard
4654 s
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Standard
4663 asd
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 </row>
4669 <row topline="true">
4670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Standard
4674 asd
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Standard
4683 s
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Standard
4692 s
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Standard
4701 s
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Standard
4710 asd
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 </row>
4716 <row topline="true">
4717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Standard
4721 asd
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Standard
4730 s
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Standard
4739 s
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Standard
4748 s
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Standard
4757 asd
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 </row>
4763 <row topline="true" bottomline="true">
4764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Standard
4768 asd
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Standard
4777 asd
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Standard
4786 asd
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Standard
4795 asd
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Standard
4804 asd
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 </row>
4810 </lyxtabular>
4811
4812 \end_inset
4813
4814
4815 \end_layout
4816
4817 \begin_layout Standard
4818 \begin_inset VSpace medskip
4819 \end_inset
4820
4821
4822 \begin_inset Note Greyedout
4823 status open
4824
4825 \begin_layout Standard
4826
4827 \series bold
4828 Nota
4829 \series default
4830 : El número de la tabla es incrementado para cada tabla larga, aunque no
4831  pongas encabezado en alguna de ellas.
4832  Por esto podría suceder que, p.e., la Tabla\InsetSpace ~
4833 2.4 siga a la Tabla\InsetSpace ~
4834 2.1 en la lista
4835  de tablas debido a que hay dos tablas largas sin encabezado.
4836  Para evitarlo, puedes añadir el siguiente comando en ERT detrás de cada
4837  tabla larga sin encabezado:
4838 \end_layout
4839
4840 \begin_layout Standard
4841
4842 \series bold
4843
4844 \backslash
4845 addtocounter{table}{-1}
4846 \end_layout
4847
4848 \end_inset
4849
4850
4851 \begin_inset Note Greyedout
4852 status open
4853
4854 \begin_layout Standard
4855
4856 \series bold
4857 Nota: 
4858 \series default
4859 Si utilizas el paquete de LaTeX 
4860 \series bold
4861 hyperref
4862 \series default
4863
4864 \begin_inset LatexCommand index
4865 name "LaTeX-paquetes ! hyperref"
4866
4867 \end_inset
4868
4869  para enlazar referencias cruzadas, el enlace al encabezado de una tabla
4870  larga apuntará siempre al comienzo.
4871 \end_layout
4872
4873 \end_inset
4874
4875
4876 \end_layout
4877
4878 \begin_layout Subsubsection
4879 Referencias a Tablas Largas
4880 \begin_inset LatexCommand index
4881 name "Tablas Largas ! Referencias a"
4882
4883 \end_inset
4884
4885
4886 \end_layout
4887
4888 \begin_layout Standard
4889 \begin_inset Tabular
4890 <lyxtabular version="3" rows="6" columns="5">
4891 <features islongtable="true">
4892 <column alignment="center" valignment="top" leftline="true" width="0">
4893 <column alignment="center" valignment="top" leftline="true" width="0">
4894 <column alignment="center" valignment="top" leftline="true" width="0">
4895 <column alignment="center" valignment="top" leftline="true" width="0">
4896 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4897 <row>
4898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Standard
4902 \begin_inset ERT
4903 status collapsed
4904
4905 \begin_layout Standard
4906
4907
4908 \backslash
4909 caption{Tabla larga referenciada
4910 \end_layout
4911
4912 \end_inset
4913
4914
4915 \begin_inset LatexCommand label
4916 name "tab:RefEjemplo"
4917
4918 \end_inset
4919
4920
4921 \begin_inset ERT
4922 status collapsed
4923
4924 \begin_layout Standard
4925
4926 }
4927 \backslash
4928
4929 \backslash
4930 %
4931 \end_layout
4932
4933 \end_inset
4934
4935
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Standard
4944 \begin_inset ERT
4945 status collapsed
4946
4947 \begin_layout Standard
4948
4949 %
4950 \end_layout
4951
4952 \end_inset
4953
4954
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Standard
4963 \begin_inset ERT
4964 status collapsed
4965
4966 \begin_layout Standard
4967
4968 %
4969 \end_layout
4970
4971 \end_inset
4972
4973
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Standard
4982 \begin_inset ERT
4983 status collapsed
4984
4985 \begin_layout Standard
4986
4987 %
4988 \end_layout
4989
4990 \end_inset
4991
4992
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Standard
5001 \begin_inset ERT
5002 status collapsed
5003
5004 \begin_layout Standard
5005
5006 %
5007 \end_layout
5008
5009 \end_inset
5010
5011
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 </row>
5017 <row topline="true">
5018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Standard
5022 1
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Standard
5031 2
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Standard
5040 3
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Standard
5049 4
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Standard
5058 5
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 </row>
5064 <row topline="true">
5065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Standard
5069 asd
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Standard
5078 s
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Standard
5087 s
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Standard
5096 s
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Standard
5105 asd
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 </row>
5111 <row topline="true">
5112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Standard
5116 asd
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Standard
5125 s
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Standard
5134 s
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Standard
5143 s
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Standard
5152 asd
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 </row>
5158 <row topline="true">
5159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Standard
5163 asd
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Standard
5172 s
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Standard
5181 s
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Standard
5190 s
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Standard
5199 asd
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 </row>
5205 <row topline="true" bottomline="true">
5206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Standard
5210 asd
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Standard
5219 sad
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Standard
5228 asd
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Standard
5237 asd
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Standard
5246 asd
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 </row>
5252 </lyxtabular>
5253
5254 \end_inset
5255
5256
5257 \end_layout
5258
5259 \begin_layout Standard
5260 Para hacer referencia a una tabla larga, inserta una etiqueta en el comando
5261  
5262 \series bold
5263
5264 \backslash
5265 caption
5266 \series default
5267 .
5268  Esto se hace dividiendo el ERT del comando 
5269 \series bold
5270
5271 \backslash
5272 caption
5273 \series default
5274 .
5275  La parte del comando antes de la última llave "
5276 \series bold
5277 }
5278 \series default
5279 "
5280 \end_layout
5281
5282 \begin_layout Standard
5283
5284 \series bold
5285
5286 \backslash
5287 caption[título corto]{título completo
5288 \end_layout
5289
5290 \begin_layout Standard
5291 está en el primer cuadro ERT, la etiqueta se inserta tras ella.
5292  Observa que tienes que añadir el prefijo "
5293 \emph on
5294 tab
5295 \emph default
5296 :" manualmente en el campo de etiqueta.
5297  El segundo cuadro ERT contiene el resto del comando
5298 \end_layout
5299
5300 \begin_layout Standard
5301
5302 \series bold
5303 }
5304 \backslash
5305
5306 \backslash
5307 %
5308 \end_layout
5309
5310 \begin_layout Standard
5311 y se inserta detrás del cuadro de etiqueta, véase Tabla\InsetSpace ~
5312
5313 \begin_inset LatexCommand ref
5314 reference "tab:RefEjemplo"
5315
5316 \end_inset
5317
5318 .
5319 \end_layout
5320
5321 \begin_layout Standard
5322 El formato del encabezado puede configurarse junto con todos los demás encabezad
5323 os del documento mediante el paquete LaTeX
5324 \series bold
5325  caption
5326 \series default
5327
5328 \begin_inset LatexCommand index
5329 name "LaTeX-paquetes ! caption"
5330
5331 \end_inset
5332
5333 , ver sección\InsetSpace ~
5334  
5335 \begin_inset LatexCommand ref
5336 reference "sec:Formato-de-Encabezados"
5337
5338 \end_inset
5339
5340 .
5341 \end_layout
5342
5343 \begin_layout Subsubsection
5344 Anchura de Encabezado
5345 \begin_inset LatexCommand index
5346 name "Tablas Largas ! Anchura de Encabezados"
5347
5348 \end_inset
5349
5350
5351 \end_layout
5352
5353 \begin_layout Standard
5354 La anchura máxima se define por la longitud 
5355 \series bold
5356
5357 \backslash
5358 LTcapwidth
5359 \series default
5360 .
5361  Por defecto es 4\InsetSpace \thinspace{}
5362 in.
5363  Para cambiarla añade el siguiente comando al preámbulo o como ERT en el
5364  documento antes de la tabla larga a la que afecta
5365 \end_layout
5366
5367 \begin_layout Standard
5368
5369 \series bold
5370
5371 \backslash
5372 setlength{
5373 \backslash
5374 LTcapwidth}{ancho}
5375 \end_layout
5376
5377 \begin_layout Standard
5378 donde el ancho puede ser una de las unidades listadas en el apéndice\InsetSpace ~
5379
5380 \begin_inset LatexCommand ref
5381 reference "cha:Unidades-disponibles-en"
5382
5383 \end_inset
5384
5385 .
5386 \end_layout
5387
5388 \begin_layout Standard
5389 Las tablas siguientes muestran la diferencia:
5390 \end_layout
5391
5392 \begin_layout Standard
5393 \begin_inset Tabular
5394 <lyxtabular version="3" rows="6" columns="5">
5395 <features islongtable="true">
5396 <column alignment="center" valignment="top" leftline="true" width="0">
5397 <column alignment="center" valignment="top" leftline="true" width="0">
5398 <column alignment="center" valignment="top" leftline="true" width="0">
5399 <column alignment="center" valignment="top" leftline="true" width="0">
5400 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5401 <row>
5402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Standard
5406 \begin_inset ERT
5407 status collapsed
5408
5409 \begin_layout Standard
5410
5411
5412 \backslash
5413 caption[Encabezado con ancho predeterminado]{Encabezado completo con ancho
5414  predeterminado
5415 \end_layout
5416
5417 \begin_layout Standard
5418
5419 encabezado completo con ancho predeterminado encabezado completo con ancho
5420  predeterminado}
5421 \backslash
5422
5423 \backslash
5424 %
5425 \end_layout
5426
5427 \end_inset
5428
5429
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Standard
5438 \begin_inset ERT
5439 status collapsed
5440
5441 \begin_layout Standard
5442
5443 %
5444 \end_layout
5445
5446 \end_inset
5447
5448
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Standard
5457 \begin_inset ERT
5458 status collapsed
5459
5460 \begin_layout Standard
5461
5462 %
5463 \end_layout
5464
5465 \end_inset
5466
5467
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Standard
5476 \begin_inset ERT
5477 status collapsed
5478
5479 \begin_layout Standard
5480
5481 %
5482 \end_layout
5483
5484 \end_inset
5485
5486
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Standard
5495 \begin_inset ERT
5496 status collapsed
5497
5498 \begin_layout Standard
5499
5500 %
5501 \end_layout
5502
5503 \end_inset
5504
5505
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 </row>
5511 <row topline="true">
5512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Standard
5516 1
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Standard
5525 2
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Standard
5534 3
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Standard
5543 4
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Standard
5552 5
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 </row>
5558 <row topline="true">
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Standard
5563 asd
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Standard
5572 s
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Standard
5581 s
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Standard
5590 s
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Standard
5599 asd
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 </row>
5605 <row topline="true">
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Standard
5610 asd
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Standard
5619 s
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Standard
5628 s
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Standard
5637 s
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Standard
5646 asd
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 </row>
5652 <row topline="true">
5653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5654 \begin_inset Text
5655
5656 \begin_layout Standard
5657 asd
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Standard
5666 s
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Standard
5675 s
5676 \end_layout
5677
5678 \end_inset
5679 </cell>
5680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Standard
5684 s
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Standard
5693 asd
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 </row>
5699 <row topline="true" bottomline="true">
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Standard
5704 asd
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Standard
5713 sad
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Standard
5722 asd
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Standard
5731 asd
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Standard
5740 asd
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 </row>
5746 </lyxtabular>
5747
5748 \end_inset
5749
5750
5751 \end_layout
5752
5753 \begin_layout Standard
5754 \begin_inset ERT
5755 status collapsed
5756
5757 \begin_layout Standard
5758
5759
5760 \backslash
5761 setlength{
5762 \backslash
5763 LTcapwidth}{5cm}
5764 \end_layout
5765
5766 \end_inset
5767
5768
5769 \begin_inset Tabular
5770 <lyxtabular version="3" rows="6" columns="5">
5771 <features islongtable="true">
5772 <column alignment="center" valignment="top" leftline="true" width="0">
5773 <column alignment="center" valignment="top" leftline="true" width="0">
5774 <column alignment="center" valignment="top" leftline="true" width="0">
5775 <column alignment="center" valignment="top" leftline="true" width="0">
5776 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5777 <row>
5778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Standard
5782 \begin_inset ERT
5783 status collapsed
5784
5785 \begin_layout Standard
5786
5787
5788 \backslash
5789 caption[Encabezado con anchura
5790 \backslash
5791 ,=
5792 \backslash
5793 ,5
5794 \backslash
5795 ,cm]{Encabezado completo con ancho de  5
5796 \backslash
5797 ,cm
5798 \end_layout
5799
5800 \begin_layout Standard
5801
5802 encabezado completo con ancho de 5
5803 \backslash
5804 ,cm encabezado completo con ancho de 5
5805 \backslash
5806 ,cm}
5807 \backslash
5808
5809 \backslash
5810 %
5811 \end_layout
5812
5813 \end_inset
5814
5815
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Standard
5824 \begin_inset ERT
5825 status collapsed
5826
5827 \begin_layout Standard
5828
5829 %
5830 \end_layout
5831
5832 \end_inset
5833
5834
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Standard
5843 \begin_inset ERT
5844 status collapsed
5845
5846 \begin_layout Standard
5847
5848 %
5849 \end_layout
5850
5851 \end_inset
5852
5853
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Standard
5862 \begin_inset ERT
5863 status collapsed
5864
5865 \begin_layout Standard
5866
5867 %
5868 \end_layout
5869
5870 \end_inset
5871
5872
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Standard
5881 \begin_inset ERT
5882 status collapsed
5883
5884 \begin_layout Standard
5885
5886 %
5887 \end_layout
5888
5889 \end_inset
5890
5891
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 </row>
5897 <row topline="true">
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Standard
5902 1
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Standard
5911 2
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Standard
5920 3
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Standard
5929 4
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Standard
5938 5
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 </row>
5944 <row topline="true">
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Standard
5949 asd
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Standard
5958 s
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Standard
5967 s
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Standard
5976 s
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Standard
5985 asd
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 </row>
5991 <row topline="true">
5992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Standard
5996 asd
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Standard
6005 s
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Standard
6014 s
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Standard
6023 s
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Standard
6032 asd
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 </row>
6038 <row topline="true">
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Standard
6043 asd
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Standard
6052 s
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Standard
6061 s
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Standard
6070 s
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Standard
6079 asd
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 </row>
6085 <row topline="true" bottomline="true">
6086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Standard
6090 asd
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Standard
6099 sad
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Standard
6108 asd
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Standard
6117 asd
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Standard
6126 asd
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 </row>
6132 </lyxtabular>
6133
6134 \end_inset
6135
6136
6137 \begin_inset ERT
6138 status collapsed
6139
6140 \begin_layout Standard
6141
6142
6143 \backslash
6144 setlength{
6145 \backslash
6146 LTcapwidth}{4in}
6147 \end_layout
6148
6149 \end_inset
6150
6151
6152 \end_layout
6153
6154 \begin_layout Subsubsection
6155 Encabezados Distintos para cada Página
6156 \begin_inset LatexCommand index
6157 name "Tablas Largas ! Encabezados Diferentes para cada Página"
6158
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \begin_layout Standard
6165 Si los otros encabezados debieran ser diferentes del de la primera página,
6166  inserta el comando 
6167 \series bold
6168
6169 \backslash
6170 caption 
6171 \series default
6172 con un título corto no vacío en una fila postiza de encabezado marcado como
6173  primer encabezado.
6174  El encabezado para las restantes páginas se inserta con el comando 
6175 \series bold
6176
6177 \backslash
6178 caption
6179 \series default
6180  sin título corto en una fila postiza de encabezado marcado como primer
6181  encabezado.
6182  Si este encabezado no ha de incluir el número de tabla, usa el comando
6183  
6184 \series bold
6185
6186 \backslash
6187 caption*
6188 \series default
6189  en vez de 
6190 \series bold
6191
6192 \backslash
6193 caption
6194 \series default
6195 .
6196  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
6197  La tabla\InsetSpace ~
6198
6199 \begin_inset LatexCommand ref
6200 reference "tab:DifEncabezados"
6201
6202 \end_inset
6203
6204  es un ejemplo de tabla larga con encabezados distintos donde el segundo
6205  no incluye número de tabla.
6206 \end_layout
6207
6208 \begin_layout Standard
6209 \align center
6210 \begin_inset Tabular
6211 <lyxtabular version="3" rows="60" columns="3">
6212 <features islongtable="true">
6213 <column alignment="left" valignment="top" leftline="true" width="0cm">
6214 <column alignment="left" valignment="top" rightline="true" width="0pt">
6215 <column alignment="right" valignment="top" rightline="true" width="0pt">
6216 <row endfirsthead="true">
6217 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Standard
6221 \begin_inset ERT
6222 status collapsed
6223
6224 \begin_layout Standard
6225
6226
6227 \backslash
6228 caption[Ejemplo de lista telefónica]{Ejemplo de lista telefónica 
6229 \end_layout
6230
6231 \end_inset
6232
6233
6234 \begin_inset LatexCommand label
6235 name "tab:DifEncabezados"
6236
6237 \end_inset
6238
6239
6240 \begin_inset ERT
6241 status collapsed
6242
6243 \begin_layout Standard
6244
6245 }
6246 \backslash
6247
6248 \backslash
6249 %
6250 \end_layout
6251
6252 \end_inset
6253
6254
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Standard
6263 \begin_inset ERT
6264 status collapsed
6265
6266 \begin_layout Standard
6267
6268 %
6269 \end_layout
6270
6271 \end_inset
6272
6273
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Standard
6282 \begin_inset ERT
6283 status collapsed
6284
6285 \begin_layout Standard
6286
6287 %
6288 \end_layout
6289
6290 \end_inset
6291
6292
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 </row>
6298 <row topline="true" bottomline="true" endfirsthead="true">
6299 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Standard
6303
6304 \series bold
6305 Ejemplo de lista telefónica (ignore los nombres)
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Standard
6314
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Standard
6323
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 </row>
6329 <row topline="true" bottomline="true" endfirsthead="true">
6330 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Standard
6334
6335 \series bold
6336 NOMBRE
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Standard
6345
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Standard
6354
6355 \series bold
6356 TEL.
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 </row>
6362 <row bottomline="true" endhead="true">
6363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Standard
6367 \begin_inset ERT
6368 status collapsed
6369
6370 \begin_layout Standard
6371
6372
6373 \backslash
6374 caption*{Continúa Ejemplo de lista telefónica}
6375 \backslash
6376
6377 \backslash
6378 %
6379 \end_layout
6380
6381 \end_inset
6382
6383
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Standard
6392 \begin_inset ERT
6393 status collapsed
6394
6395 \begin_layout Standard
6396
6397 %
6398 \end_layout
6399
6400 \end_inset
6401
6402
6403 \end_layout
6404
6405 \end_inset
6406 </cell>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Standard
6411 \begin_inset ERT
6412 status collapsed
6413
6414 \begin_layout Standard
6415
6416 %
6417 \end_layout
6418
6419 \end_inset
6420
6421
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 </row>
6427 <row topline="true" bottomline="true" endhead="true">
6428 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Standard
6432
6433 \series bold
6434 Ejemplo de lista telefónica
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Standard
6443
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Standard
6452
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 </row>
6458 <row topline="true" bottomline="true" endhead="true">
6459 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Standard
6463
6464 \series bold
6465 NOMBRE
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Standard
6474
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Standard
6483
6484 \series bold
6485 TEL.
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 </row>
6491 <row topline="true" bottomline="true" endfoot="true">
6492 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6493 \begin_inset Text
6494
6495 \begin_layout Standard
6496 continúa en página siguiente
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Standard
6505
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Standard
6514
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 </row>
6520 <row>
6521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6522 \begin_inset Text
6523
6524 \begin_layout Standard
6525
6526 \series bold
6527 Annovi
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell alignment="center" valignment="top" topline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Standard
6536 Silvia
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Standard
6545 111
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 </row>
6551 <row>
6552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6553 \begin_inset Text
6554
6555 \begin_layout Standard
6556
6557 \series bold
6558 Bertoli
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell alignment="center" valignment="top" topline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Standard
6567 Stefano
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Standard
6576 111
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 </row>
6582 <row>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Standard
6587
6588 \series bold
6589 Bozzi
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" topline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Standard
6598 Walter
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Standard
6607 111
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 </row>
6613 <row>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Standard
6618
6619 \series bold
6620 Cachia
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Standard
6629 Maria
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Standard
6638 111
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 </row>
6644 <row>
6645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Standard
6649
6650 \series bold
6651 Cachia
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell alignment="center" valignment="top" topline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Standard
6660 Maurizio
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Standard
6669 111
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 </row>
6675 <row>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Standard
6680
6681 \series bold
6682 Cinquemani
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Standard
6691 Giusi
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Standard
6700 111
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 </row>
6706 <row>
6707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Standard
6711
6712 \series bold
6713 Colin
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 <cell alignment="center" valignment="top" topline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Standard
6722 Bernard
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Standard
6731 111
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 </row>
6737 <row>
6738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Standard
6742
6743 \series bold
6744 Concli
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Standard
6753 Gianfranco
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Standard
6762 111
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 </row>
6768 <row>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Standard
6773
6774 \series bold
6775 Dal Bosco
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell alignment="center" valignment="top" topline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Standard
6784 Carolina
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Standard
6793 111
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 </row>
6799 <row>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Standard
6804
6805 \series bold
6806 Dalpiaz
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell alignment="center" valignment="top" topline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Standard
6815 Annamaria
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Standard
6824 111
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 </row>
6830 <row>
6831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Standard
6835
6836 \series bold
6837 Feliciello
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Standard
6846 Domenico
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Standard
6855 111
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 </row>
6861 <row>
6862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Standard
6866
6867 \series bold
6868 Focarelli
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Standard
6877 Paola
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Standard
6886 111
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 </row>
6892 <row>
6893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Standard
6897
6898 \series bold
6899 Galletti
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Standard
6908 Oreste
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Standard
6917 111
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 </row>
6923 <row>
6924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Standard
6928
6929 \series bold
6930 Gasparini
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Standard
6939 Franca
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Standard
6948 111
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 </row>
6954 <row>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Standard
6959
6960 \series bold
6961 Rizzardi
6962 \series default
6963
6964 \begin_inset Foot
6965 status open
6966
6967 \begin_layout Standard
6968 Ejemplo de nota al pie
6969 \end_layout
6970
6971 \end_inset
6972
6973
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell alignment="center" valignment="top" topline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Standard
6982 Paola
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Standard
6991 111
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 </row>
6997 <row>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Standard
7002
7003 \series bold
7004 Lassini
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Standard
7013 Giancarlo
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Standard
7022 111
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 </row>
7028 <row>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Standard
7033
7034 \series bold
7035 Malfatti
7036 \end_layout
7037
7038 \end_inset
7039 </cell>
7040 <cell alignment="center" valignment="top" topline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Standard
7044 Luciano
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Standard
7053 111
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 </row>
7059 <row>
7060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Standard
7064
7065 \series bold
7066 Malfatti
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell alignment="center" valignment="top" topline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Standard
7075 Valeriano
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Standard
7084 111
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 </row>
7090 <row>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Standard
7095
7096 \series bold
7097 Meneguzzo
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Standard
7106 Roberto
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Standard
7115 111
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 </row>
7121 <row>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Standard
7126
7127 \series bold
7128 Mezzadra
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Standard
7137 Roberto
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Standard
7146 111
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 </row>
7152 <row>
7153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Standard
7157
7158 \series bold
7159 Pirpamer
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Standard
7168 Erich
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Standard
7177 111
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 </row>
7183 <row>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Standard
7188
7189 \series bold
7190 Pochiesa
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Standard
7199 Paolo
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Standard
7208 111, 222
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 </row>
7214 <row>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Standard
7219
7220 \series bold
7221 Radina
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Standard
7230 Claudio
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Standard
7239 111
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 </row>
7245 <row>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Standard
7250
7251 \series bold
7252 Stuffer
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Standard
7261 Oskar
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Standard
7270 111
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 </row>
7276 <row>
7277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Standard
7281
7282 \series bold
7283 Tacchelli
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell alignment="center" valignment="top" topline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Standard
7292 Ugo
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Standard
7301 111
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 </row>
7307 <row>
7308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Standard
7312
7313 \series bold
7314 Tezzele
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell alignment="center" valignment="top" topline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Standard
7323 Margit
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Standard
7332 111
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 </row>
7338 <row>
7339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7340 \begin_inset Text
7341
7342 \begin_layout Standard
7343
7344 \series bold
7345 Unterkalmsteiner
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" topline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Standard
7354 Frieda
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Standard
7363 111
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 </row>
7369 <row>
7370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Standard
7374
7375 \series bold
7376 Vieider
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell alignment="center" valignment="top" topline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Standard
7385 Hilde
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Standard
7394 111
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 </row>
7400 <row>
7401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Standard
7405
7406 \series bold
7407 Vigna
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 <cell alignment="center" valignment="top" topline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Standard
7416 Jürgen
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Standard
7425 111
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 </row>
7431 <row>
7432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Standard
7436
7437 \series bold
7438 Weber
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell alignment="center" valignment="top" topline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Standard
7447 Maurizio
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Standard
7456 111
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 </row>
7462 <row bottomline="true">
7463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Standard
7467
7468 \series bold
7469 Winkler
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 <cell alignment="center" valignment="top" topline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Standard
7478 Franz
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Standard
7487 111
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 </row>
7493 <row bottomline="true">
7494 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Standard
7498  
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Standard
7507
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Standard
7516
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 </row>
7522 <row>
7523 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Standard
7527
7528 \series bold
7529 Annovi
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell alignment="center" valignment="top" topline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Standard
7538 Silvia
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Standard
7547 555
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 </row>
7553 <row>
7554 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Standard
7558
7559 \series bold
7560 Bertoli
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 <cell alignment="center" valignment="top" topline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Standard
7569 Stefano
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Standard
7578 555
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 </row>
7584 <row>
7585 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Standard
7589
7590 \series bold
7591 Bozzi
7592 \end_layout
7593
7594 \end_inset
7595 </cell>
7596 <cell alignment="center" valignment="top" topline="true" usebox="none">
7597 \begin_inset Text
7598
7599 \begin_layout Standard
7600 Walter
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Standard
7609 555
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 </row>
7615 <row>
7616 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Standard
7620
7621 \series bold
7622 Cachia
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell alignment="center" valignment="top" topline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Standard
7631 Maria
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Standard
7640 555
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 </row>
7646 <row>
7647 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Standard
7651
7652 \series bold
7653 Cachia
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 <cell alignment="center" valignment="top" topline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Standard
7662 Maurizio
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Standard
7671 555
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 </row>
7677 <row>
7678 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7679 \begin_inset Text
7680
7681 \begin_layout Standard
7682
7683 \series bold
7684 Cinquemani
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 <cell alignment="center" valignment="top" topline="true" usebox="none">
7690 \begin_inset Text
7691
7692 \begin_layout Standard
7693 Giusi
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Standard
7702 555
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 </row>
7708 <row>
7709 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Standard
7713
7714 \series bold
7715 Colin
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 <cell alignment="center" valignment="top" topline="true" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Standard
7724 Bernard
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Standard
7733 555
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 </row>
7739 <row>
7740 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Standard
7744
7745 \series bold
7746 Concli
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 <cell alignment="center" valignment="top" topline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Standard
7755 Gianfranco
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Standard
7764 555
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 </row>
7770 <row>
7771 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Standard
7775
7776 \series bold
7777 Dal Bosco
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell alignment="center" valignment="top" topline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Standard
7786 Carolina
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Standard
7795 555
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 </row>
7801 <row>
7802 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Standard
7806
7807 \series bold
7808 Dalpiaz
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell alignment="center" valignment="top" topline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Standard
7817 Annamaria
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Standard
7826 555
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 </row>
7832 <row>
7833 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Standard
7837
7838 \series bold
7839 Feliciello
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell alignment="center" valignment="top" topline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Standard
7848 Domenico
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Standard
7857 555
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 </row>
7863 <row>
7864 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Standard
7868
7869 \series bold
7870 Focarelli
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" topline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Standard
7879 Paola
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Standard
7888 555
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 </row>
7894 <row>
7895 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Standard
7899
7900 \series bold
7901 Galletti
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" topline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Standard
7910 Oreste
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Standard
7919 555
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 </row>
7925 <row>
7926 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Standard
7930
7931 \series bold
7932 Gasparini
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" topline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Standard
7941 Franca
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Standard
7950 555
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 </row>
7956 <row>
7957 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Standard
7961
7962 \series bold
7963 Rizzardi
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" topline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Standard
7972 Paola
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Standard
7981 555
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 </row>
7987 <row>
7988 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Standard
7992
7993 \series bold
7994 Lassini
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" topline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Standard
8003 Giancarlo
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Standard
8012 555
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 </row>
8018 <row>
8019 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Standard
8023
8024 \series bold
8025 Malfatti
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" topline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Standard
8034 Luciano
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Standard
8043 555
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 </row>
8049 <row>
8050 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Standard
8054
8055 \series bold
8056 Malfatti
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" topline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Standard
8065 Valeriano
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Standard
8074 555
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Standard
8085
8086 \series bold
8087 Meneguzzo
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" topline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Standard
8096 Roberto
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Standard
8105 555
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 </row>
8111 <row bottomline="true">
8112 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Standard
8116
8117 \series bold
8118 Mezzadra
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" topline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Standard
8127 Roberto
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Standard
8136 555
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row bottomline="true" endlastfoot="true">
8143 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Standard
8147
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Standard
8156
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Standard
8165
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 </row>
8171 </lyxtabular>
8172
8173 \end_inset
8174
8175
8176 \end_layout
8177
8178 \begin_layout Section
8179 Particularidades de las Tablas Largas
8180 \end_layout
8181
8182 \begin_layout Subsection
8183 Cálculos
8184 \begin_inset LatexCommand index
8185 name "Tablas Largas ! 2.7.1 Cálculos"
8186
8187 \end_inset
8188
8189
8190 \end_layout
8191
8192 \begin_layout Standard
8193 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
8194  utilizando los denominados "trozos", que son partes de la tabla presentes
8195  en la memoria de LaTeX.
8196  El valor predeterminado está establacido a solo 20 filas.
8197  Si estás usando tablas largas con muchas páginas, la generación del documento
8198  puede hacerse muy lenta.
8199  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
8200  el siguiente comando en el preámbulo del documento:
8201 \end_layout
8202
8203 \begin_layout Standard
8204
8205 \series bold
8206
8207 \backslash
8208 setcounter{LTchunksize}{100}
8209 \end_layout
8210
8211 \begin_layout Subsection
8212 Flotantes y Tablas Largas
8213 \begin_inset LatexCommand index
8214 name "Tablas Largas ! Flotantes"
8215
8216 \end_inset
8217
8218
8219 \end_layout
8220
8221 \begin_layout Standard
8222 Podría haber problemas si un flotante aparece en la misma página donde comienza
8223  una tabla larga.
8224  Para evitarlo, añade el comando 
8225 \series bold
8226
8227 \backslash
8228 clearpage
8229 \series default
8230  como ERT antes de la tabla.
8231 \end_layout
8232
8233 \begin_layout Subsection
8234 Saltos de Página Forzados
8235 \begin_inset LatexCommand index
8236 name "Tablas Largas ! Saltos de Página Forzados"
8237
8238 \end_inset
8239
8240
8241 \end_layout
8242
8243 \begin_layout Standard
8244 Por defecto, las tablas sólo se cortan entre filas.
8245  Si tienes una celda con líneas múltiples y necesitas un salto de página
8246  dentro de la celda, inserta el comando de nueva línea "
8247 \series bold
8248
8249 \backslash
8250
8251 \backslash
8252
8253 \series default
8254 " como ERT en el punto en que quieras cortar.
8255  Antes del comando "
8256 \series bold
8257
8258 \backslash
8259
8260 \backslash
8261
8262 \series default
8263 " debes insertar en ERT tantos caracteres "
8264 \series bold
8265 &
8266 \series default
8267 " como columnas siguientes de la tabla.
8268  
8269 \series bold
8270 &
8271 \series default
8272  es el caracter para separar celdas.
8273  Escribe en ERT después de cada 
8274 \series bold
8275 &
8276 \series default
8277  el contenido de la celda siguiente correspondiente y borra el contenido
8278  de esas celdas.
8279 \newline
8280 Detrás del comando 
8281 \series bold
8282
8283 \backslash
8284
8285 \backslash
8286
8287 \series default
8288 , inserta tantos 
8289 \series bold
8290 &
8291 \series default
8292  como columnas haya delante de la actual.
8293  En la tabla\InsetSpace ~
8294
8295 \begin_inset LatexCommand ref
8296 reference "tab:Saltos de Página Forzados"
8297
8298 \end_inset
8299
8300  la celda que debería cortarse está en la segunda columna seguida de otra
8301  columna.
8302  Por eso el siguiente comando se inserta en la celda como ERT detrás de
8303  "
8304 \emph on
8305 Castelchiodato,
8306 \emph default
8307 ":
8308 \end_layout
8309
8310 \begin_layout Standard
8311
8312 \series bold
8313 & 111
8314 \backslash
8315
8316 \backslash
8317
8318 \newline
8319 &
8320 \end_layout
8321
8322 \begin_layout Standard
8323 El "111" en la tercera columna de la fila se ha borrado.
8324  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
8325  superior pero quisieras una línea horizontal donde se corta la celda, usa
8326  este comando alternativo:
8327 \end_layout
8328
8329 \begin_layout Standard
8330
8331 \series bold
8332 & 111
8333 \backslash
8334
8335 \backslash
8336
8337 \newline
8338
8339 \backslash
8340 hline &
8341 \end_layout
8342
8343 \begin_layout Standard
8344 Cuando la celda a cortar está en la última columna, el comando
8345 \end_layout
8346
8347 \begin_layout Standard
8348
8349 \series bold
8350
8351 \backslash
8352 setlength{
8353 \backslash
8354 parf\SpecialChar \textcompwordmark{}
8355 illskip}{0pt}
8356 \end_layout
8357
8358 \begin_layout Standard
8359 debe insertarse como ERT al principio de la celda.
8360  Esto garantiza que la parte de la celda que será mostrada en la nueva página
8361  aparecerá con toda su anchura.
8362 \end_layout
8363
8364 \begin_layout Standard
8365 \align center
8366 \begin_inset Tabular
8367 <lyxtabular version="3" rows="39" columns="3">
8368 <features islongtable="true">
8369 <column alignment="left" valignment="top" leftline="true" width="0cm">
8370 <column alignment="left" valignment="top" rightline="true" width="3cm">
8371 <column alignment="right" valignment="top" rightline="true" width="0pt">
8372 <row endfirsthead="true">
8373 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Standard
8377 \begin_inset ERT
8378 status collapsed
8379
8380 \begin_layout Standard
8381
8382
8383 \backslash
8384 caption[Tabla con salto de página forzado en celda]{Tabla con salto de página
8385  forzado en celda 
8386 \end_layout
8387
8388 \end_inset
8389
8390
8391 \begin_inset LatexCommand label
8392 name "tab:Saltos de Página Forzados"
8393
8394 \end_inset
8395
8396
8397 \begin_inset ERT
8398 status collapsed
8399
8400 \begin_layout Standard
8401
8402 }
8403 \backslash
8404
8405 \backslash
8406 %
8407 \end_layout
8408
8409 \end_inset
8410
8411
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Standard
8420 \begin_inset ERT
8421 status collapsed
8422
8423 \begin_layout Standard
8424
8425 %
8426 \end_layout
8427
8428 \end_inset
8429
8430
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Standard
8439 \begin_inset ERT
8440 status collapsed
8441
8442 \begin_layout Standard
8443
8444 %
8445 \end_layout
8446
8447 \end_inset
8448
8449
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 </row>
8455 <row topline="true" bottomline="true" endfirsthead="true">
8456 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Standard
8460
8461 \series bold
8462 Ejemplo de lista telefónica (ignore los nombres)
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Standard
8471
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Standard
8480
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 </row>
8486 <row topline="true" bottomline="true" endfirsthead="true">
8487 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Standard
8491
8492 \series bold
8493 NOMBRE
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Standard
8502
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Standard
8511
8512 \series bold
8513 TEL.
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row bottomline="true" endhead="true">
8520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Standard
8524 \begin_inset ERT
8525 status collapsed
8526
8527 \begin_layout Standard
8528
8529
8530 \backslash
8531 caption{Continúa tabla con salto de página forzado en celda}
8532 \backslash
8533
8534 \backslash
8535 %
8536 \end_layout
8537
8538 \end_inset
8539
8540
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Standard
8549 \begin_inset ERT
8550 status collapsed
8551
8552 \begin_layout Standard
8553
8554 %
8555 \end_layout
8556
8557 \end_inset
8558
8559
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Standard
8568 \begin_inset ERT
8569 status collapsed
8570
8571 \begin_layout Standard
8572
8573 %
8574 \end_layout
8575
8576 \end_inset
8577
8578
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 </row>
8584 <row topline="true" bottomline="true" endhead="true">
8585 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Standard
8589
8590 \series bold
8591  Ejemplo de lista telefónica
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Standard
8600
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Standard
8609
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 </row>
8615 <row topline="true" bottomline="true" endhead="true">
8616 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Standard
8620
8621 \series bold
8622 NOMBRE
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Standard
8631
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Standard
8640
8641 \series bold
8642 TEL.
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 </row>
8648 <row topline="true" bottomline="true" endfoot="true">
8649 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Standard
8653 continúa en página siguiente
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Standard
8662
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Standard
8671
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 </row>
8677 <row>
8678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Standard
8682
8683 \series bold
8684 Annovi
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" topline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Standard
8693 Silvia
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Standard
8702 111
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 </row>
8708 <row>
8709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Standard
8713
8714 \series bold
8715 Bertoli
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" topline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Standard
8724 Stefano
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Standard
8733 111
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 </row>
8739 <row>
8740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Standard
8744
8745 \series bold
8746 Bozzi
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 <cell alignment="center" valignment="top" topline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Standard
8755 Walter
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Standard
8764 111
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 </row>
8770 <row>
8771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Standard
8775
8776 \series bold
8777 Cachia
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="center" valignment="top" topline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Standard
8786 Maria
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Standard
8795 111
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 </row>
8801 <row>
8802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Standard
8806
8807 \series bold
8808 Cachia
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" topline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Standard
8817 Maurizio
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Standard
8826 111
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 </row>
8832 <row>
8833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Standard
8837
8838 \series bold
8839 Cinquemani
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" topline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Standard
8848 Giusi
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Standard
8857 111
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 </row>
8863 <row>
8864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Standard
8868
8869 \series bold
8870 Colin
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" topline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Standard
8879 Bernard
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Standard
8888 111
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 </row>
8894 <row>
8895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Standard
8899
8900 \series bold
8901 Concli
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" topline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Standard
8910 Gianfranco
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Standard
8919 111
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Standard
8930
8931 \series bold
8932 Dal Bosco
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" topline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Standard
8941 Carolina
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Standard
8950 111
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 </row>
8956 <row>
8957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Standard
8961
8962 \series bold
8963 Dalpiaz
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" topline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Standard
8972 Annamaria
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Standard
8981 111
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 </row>
8987 <row>
8988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Standard
8992
8993 \series bold
8994 Feliciello
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" topline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Standard
9003 Domenico
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Standard
9012 111
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 </row>
9018 <row>
9019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Standard
9023
9024 \series bold
9025 Focarelli
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" topline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Standard
9034 Paola
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Standard
9043 111
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 <row>
9050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Standard
9054
9055 \series bold
9056 Galletti
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" topline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Standard
9065 Oreste
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Standard
9074 111
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 </row>
9080 <row>
9081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Standard
9085
9086 \series bold
9087 Gasparini
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell alignment="center" valignment="top" topline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Standard
9096 Franca
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Standard
9105 111
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 </row>
9111 <row>
9112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Standard
9116
9117 \series bold
9118 Lassini
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" topline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Standard
9127 Giancarlo
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Standard
9136 111
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 </row>
9142 <row>
9143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Standard
9147
9148 \series bold
9149 Malfatti
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" topline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Standard
9158 Luciano
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Standard
9167 111
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 </row>
9173 <row>
9174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Standard
9178
9179 \series bold
9180 Malfatti
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" topline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Standard
9189 Valeriano
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Standard
9198 111
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 </row>
9204 <row>
9205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Standard
9209
9210 \series bold
9211 Meneguzzo
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" topline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Standard
9220 Roberto
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Standard
9229 111
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 </row>
9235 <row>
9236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Standard
9240
9241 \series bold
9242 Mezzadra
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="center" valignment="top" topline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Standard
9251 Roberto
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Standard
9260 111
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 </row>
9266 <row>
9267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Standard
9271
9272 \series bold
9273 Pirpamer
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="center" valignment="top" topline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Standard
9282 Erich
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Standard
9291 111
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 </row>
9297 <row>
9298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Standard
9302
9303 \series bold
9304 Pochiesa
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" topline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Standard
9313 Paolo
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Standard
9322 111, 222
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 </row>
9328 <row>
9329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Standard
9333
9334 \series bold
9335 Radina
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" topline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Standard
9344 Claudio
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Standard
9353 111
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 </row>
9359 <row>
9360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Standard
9364
9365 \series bold
9366 Rizzardi
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Standard
9375 Paolo, 11.
9376  Fürst von Montecompatri, 11.
9377  Fürst von Sulmona und Vivaro, 10.
9378  Fürst von Rossano, 5.
9379  Herzog von Canemorte, 11.
9380  Herzog von Palombara, 5.
9381  Herzog von Castelchiodato,
9382 \begin_inset ERT
9383 status collapsed
9384
9385 \begin_layout Standard
9386
9387 & 111
9388 \backslash
9389
9390 \backslash
9391
9392 \end_layout
9393
9394 \begin_layout Standard
9395
9396 &
9397 \end_layout
9398
9399 \end_inset
9400
9401  11.
9402  Herzog von Poggionativo, 11.
9403  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9404  Graf von Valinfreda, 11.
9405  Baron von Cropalati, 11.
9406  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Standard
9415
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 </row>
9421 <row>
9422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Standard
9426
9427 \series bold
9428 Stuffer
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell alignment="center" valignment="top" topline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Standard
9437 Oskar
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Standard
9446 111
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 </row>
9452 <row>
9453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Standard
9457
9458 \series bold
9459 Tacchelli
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell alignment="center" valignment="top" topline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Standard
9468 Ugo
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Standard
9477 111
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 </row>
9483 <row>
9484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Standard
9488
9489 \series bold
9490 Tezzele
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 <cell alignment="center" valignment="top" topline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Standard
9499 Margit
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9505 \begin_inset Text
9506
9507 \begin_layout Standard
9508 111
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 </row>
9514 <row>
9515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Standard
9519
9520 \series bold
9521 Unterkalmsteiner
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 <cell alignment="center" valignment="top" topline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Standard
9530 Frieda
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Standard
9539 111
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 </row>
9545 <row>
9546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Standard
9550
9551 \series bold
9552 Vieider
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 <cell alignment="center" valignment="top" topline="true" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Standard
9561 Hilde
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Standard
9570 111
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 </row>
9576 <row>
9577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Standard
9581
9582 \series bold
9583 Vigna
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 <cell alignment="center" valignment="top" topline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Standard
9592 Jürgen
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Standard
9601 111
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 </row>
9607 <row>
9608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Standard
9612
9613 \series bold
9614 Weber
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell alignment="center" valignment="top" topline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Standard
9623 Maurizio
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Standard
9632 111
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 </row>
9638 <row bottomline="true">
9639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Standard
9643
9644 \series bold
9645 Winkler
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 <cell alignment="center" valignment="top" topline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Standard
9654 Franz
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Standard
9663 111
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 </row>
9669 <row endlastfoot="true">
9670 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Standard
9674
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Standard
9683
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Standard
9692
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 </row>
9698 </lyxtabular>
9699
9700 \end_inset
9701
9702
9703 \end_layout
9704
9705 \begin_layout Section
9706 Líneas Múltiples en Columnas y Filas
9707 \end_layout
9708
9709 \begin_layout Subsection
9710 Líneas Múltiples en Celdas
9711 \begin_inset LatexCommand label
9712 name "sub:Líneas-Múltiples-en"
9713
9714 \end_inset
9715
9716
9717 \begin_inset LatexCommand index
9718 name "Líneas Múltiples en Celdas"
9719
9720 \end_inset
9721
9722
9723 \begin_inset LatexCommand index
9724 name "Tablas ! Saltos de Línea"
9725
9726 \end_inset
9727
9728
9729 \end_layout
9730
9731 \begin_layout Standard
9732 \align center
9733 \begin_inset Float table
9734 placement H
9735 wide false
9736 sideways false
9737 status open
9738
9739 \begin_layout Standard
9740 \begin_inset Caption
9741
9742 \begin_layout Standard
9743 \begin_inset LatexCommand label
9744 name "tab:Tabla-con-múltiples"
9745
9746 \end_inset
9747
9748 Tabla con líneas múltiples en celda
9749 \end_layout
9750
9751 \end_inset
9752
9753
9754 \end_layout
9755
9756 \begin_layout Standard
9757 \align center
9758 \begin_inset Tabular
9759 <lyxtabular version="3" rows="3" columns="3">
9760 <features>
9761 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9762 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9763 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9764 <row topline="true">
9765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Standard
9769 líneas
9770 \begin_inset ERT
9771 status collapsed
9772
9773 \begin_layout Standard
9774
9775
9776 \backslash
9777 linebreak 
9778 \end_layout
9779
9780 \end_inset
9781
9782 múltiples
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Standard
9791 b
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Standard
9800 c
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 </row>
9806 <row topline="true">
9807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Standard
9811 d
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Standard
9820 e
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Standard
9829 f
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 </row>
9835 <row topline="true" bottomline="true">
9836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Standard
9840 g
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Standard
9849 h
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Standard
9858 i
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 </row>
9864 </lyxtabular>
9865
9866 \end_inset
9867
9868
9869 \end_layout
9870
9871 \end_inset
9872
9873
9874 \end_layout
9875
9876 \begin_layout Standard
9877 Al ajustar anchura fija en una columna se habilita la entrada de texto como
9878  párrafos con varias líneas y guionado.
9879 \end_layout
9880
9881 \begin_layout Standard
9882 Para generar la tabla\InsetSpace ~
9883
9884 \begin_inset LatexCommand ref
9885 reference "tab:Tabla-con-múltiples"
9886
9887 \end_inset
9888
9889 , crea una tabla 3×3, marca la primera celda y click-derecha sobre ella.
9890  En el diálogo que surge establace una anchura de 2.5\InsetSpace \thinspace{}
9891 cm y escoge centro en
9892  alineación vertical y horizontal.
9893  Como nuestro texto es menor de 2.5\InsetSpace \thinspace{}
9894 cm, solo aparece una línea.
9895  Para poner dos añadimos un salto de línea con el comando
9896 \end_layout
9897
9898 \begin_layout Standard
9899
9900 \series bold
9901
9902 \backslash
9903 linebreak
9904 \end_layout
9905
9906 \begin_layout Standard
9907 en ERT.
9908  Si el texto es más ancho que la celda será automáticamente dividido en
9909  líneas.
9910 \end_layout
9911
9912 \begin_layout Standard
9913 Para centrar verticalmente el texto en las otras dos celdas de la primera
9914  fila, haz click-derecha en la segunda celda, ajusta una anchura de 0.5\InsetSpace \thinspace{}
9915 cm
9916  y marca alineaciones centrales.
9917  Haz lo mismo con la tercera celda de la fila.
9918 \end_layout
9919
9920 \begin_layout Standard
9921 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
9922  con guión si es la primera entrada.
9923  Por eso hay que insertar algo para que dicha palabra no sea la primera
9924  entrada: Añade el comando
9925 \end_layout
9926
9927 \begin_layout Standard
9928
9929 \series bold
9930
9931 \backslash
9932 hspace{0pt}
9933 \end_layout
9934
9935 \begin_layout Standard
9936 en ERT antes de la palabra.
9937  Como el espacio es 0 la salida no cambia.
9938  La tabla\InsetSpace ~
9939
9940 \begin_inset LatexCommand ref
9941 reference "tab:Tabla-con-y"
9942
9943 \end_inset
9944
9945  muestra el efecto.
9946 \end_layout
9947
9948 \begin_layout Standard
9949 \begin_inset Float table
9950 wide false
9951 sideways false
9952 status open
9953
9954 \begin_layout Standard
9955 \begin_inset Caption
9956
9957 \begin_layout Standard
9958 \begin_inset LatexCommand label
9959 name "tab:Tabla-con-y"
9960
9961 \end_inset
9962
9963 Tablas con y sin guión
9964 \end_layout
9965
9966 \end_inset
9967
9968
9969 \end_layout
9970
9971 \begin_layout Standard
9972
9973 \hfill
9974
9975 \begin_inset Tabular
9976 <lyxtabular version="3" rows="3" columns="3">
9977 <features>
9978 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9979 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9980 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9981 <row topline="true">
9982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Standard
9986 celdaconpalabramuylarga
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Standard
9995 b
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Standard
10004 c
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 </row>
10010 <row topline="true">
10011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Standard
10015 d
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Standard
10024 e
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Standard
10033 f
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 </row>
10039 <row topline="true" bottomline="true">
10040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Standard
10044 g
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Standard
10053 h
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Standard
10062 i
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 </row>
10068 </lyxtabular>
10069
10070 \end_inset
10071
10072
10073 \hfill
10074
10075 \begin_inset Tabular
10076 <lyxtabular version="3" rows="3" columns="3">
10077 <features>
10078 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10079 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10080 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10081 <row topline="true">
10082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Standard
10086 \begin_inset ERT
10087 status collapsed
10088
10089 \begin_layout Standard
10090
10091
10092 \backslash
10093 hspace{0pt}
10094 \end_layout
10095
10096 \end_inset
10097
10098 celdaconpalabramuylarga
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Standard
10107 b
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Standard
10116 c
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 </row>
10122 <row topline="true">
10123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Standard
10127 d
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Standard
10136 e
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Standard
10145 f
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 </row>
10151 <row topline="true" bottomline="true">
10152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Standard
10156 g
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Standard
10165 h
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Standard
10174 i
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 </row>
10180 </lyxtabular>
10181
10182 \end_inset
10183
10184
10185 \hfill
10186
10187 \end_layout
10188
10189 \end_inset
10190
10191
10192 \end_layout
10193
10194 \begin_layout Standard
10195
10196 \newpage
10197
10198 \end_layout
10199
10200 \begin_layout Subsection
10201 Multicolumnas
10202 \begin_inset LatexCommand label
10203 name "sub:Multicolumnas"
10204
10205 \end_inset
10206
10207
10208 \begin_inset LatexCommand index
10209 name "Multicolumnas"
10210
10211 \end_inset
10212
10213
10214 \begin_inset LatexCommand index
10215 name "Tablas ! Multicolumnas"
10216
10217 \end_inset
10218
10219
10220 \end_layout
10221
10222 \begin_layout Subsubsection
10223 Fundamentos de Multicolumna
10224 \end_layout
10225
10226 \begin_layout Standard
10227 Para extender una celda sobre varias columnas, se marcan las celdas que
10228  se desee combinar y se usa el botón 
10229 \begin_inset Graphics
10230         filename ../images/tabular-feature_multicolumn.xpm
10231         scale 85
10232
10233 \end_inset
10234
10235 , o el menú 
10236 \family sans
10237 Editar\SpecialChar \menuseparator
10238 Tabla\SpecialChar \menuseparator
10239 Multicolumn
10240 \family default
10241 a, o click-derecha sobre las celdas marcadas y se selecciona en el diálogo,
10242  bajo la pestaña 
10243 \family sans
10244 Configuración
10245 \family default
10246 , la casilla Multicolumna.
10247 \end_layout
10248
10249 \begin_layout Standard
10250 Las multicolumnas tienen su propia configuración de celdas.
10251  Esto es, los cambios de bordes, alineación y anchura solo afectan a la
10252  multicolumna.
10253  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
10254  otra en la última fila sin borde superior:
10255 \end_layout
10256
10257 \begin_layout Standard
10258 \align center
10259 \begin_inset Tabular
10260 <lyxtabular version="3" rows="3" columns="4">
10261 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10262 <column alignment="center" valignment="top" leftline="true" width="0pt">
10263 <column alignment="center" valignment="middle" leftline="true" width="0">
10264 <column alignment="center" valignment="top" leftline="true" width="0in">
10265 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10266 <row topline="true" bottomline="true">
10267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Standard
10271 abc
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Standard
10280 def
10281 \lang ngerman
10282  
10283 \lang spanish
10284 ghi
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Standard
10293
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Standard
10302 jkl
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 </row>
10308 <row topline="true">
10309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Standard
10313
10314 \family roman
10315 \series medium
10316 \shape up
10317 \size normal
10318 \emph off
10319 \bar no
10320 \noun off
10321 \color none
10322 A
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Standard
10331 B
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Standard
10340 C
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Standard
10349 D
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 </row>
10355 <row topline="true" bottomline="true">
10356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Standard
10360 1
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Standard
10369 2
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Standard
10378 3
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Standard
10387 4
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 </row>
10393 </lyxtabular>
10394
10395 \end_inset
10396
10397
10398 \end_layout
10399
10400 \begin_layout Subsubsection
10401 Cálculos en Multicolumnas
10402 \begin_inset LatexCommand label
10403 name "sub:Cálculos-en-Multicolumnas"
10404
10405 \end_inset
10406
10407
10408 \begin_inset LatexCommand index
10409 name "Multicolumnas ! Cálculos"
10410
10411 \end_inset
10412
10413
10414 \end_layout
10415
10416 \begin_layout Standard
10417 LyX soporta multicolumnas directamente, pero hay que prestar atención a
10418  la anchura de celda de las columnas combinadas en la celda multicolumna.
10419 \end_layout
10420
10421 \begin_layout Standard
10422 \begin_inset Float table
10423 wide false
10424 sideways false
10425 status open
10426
10427 \begin_layout Standard
10428 \begin_inset Caption
10429
10430 \begin_layout Standard
10431 \begin_inset LatexCommand label
10432 name "tab:Tabla-con-centrado"
10433
10434 \end_inset
10435
10436 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
10437 te la mitad de anchura que la celda multicolumna
10438 \begin_inset OptArg
10439 status collapsed
10440
10441 \begin_layout Standard
10442 Tabla multicolumna perfecta
10443 \end_layout
10444
10445 \end_inset
10446
10447
10448 \end_layout
10449
10450 \end_inset
10451
10452
10453 \end_layout
10454
10455 \begin_layout Standard
10456 \align center
10457 \begin_inset Tabular
10458 <lyxtabular version="3" rows="3" columns="3">
10459 <features>
10460 <column alignment="center" valignment="middle" leftline="true" width="0" special="|>{\centering}m{1.25cm-6.2pt}">
10461 <column alignment="center" valignment="middle" leftline="true" width="0">
10462 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10463 <row topline="true">
10464 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special="|>{\centering}m{2.5cm}|">
10465 \begin_inset Text
10466
10467 \begin_layout Standard
10468 multicolumna línea múltiple
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Standard
10477
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Standard
10486 c
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 </row>
10492 <row topline="true">
10493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Standard
10497 d
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Standard
10506 e
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Standard
10515 f
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 </row>
10521 <row topline="true" bottomline="true">
10522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Standard
10526 g
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Standard
10535 h
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Standard
10544 i
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 </row>
10550 </lyxtabular>
10551
10552 \end_inset
10553
10554
10555 \end_layout
10556
10557 \end_inset
10558
10559
10560 \end_layout
10561
10562 \begin_layout Standard
10563 Por ejemplo, para crear la Tabla\InsetSpace ~
10564
10565 \begin_inset LatexCommand ref
10566 reference "tab:Tabla-con-centrado"
10567
10568 \end_inset
10569
10570 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
10571  click-derecha.
10572  En el diálogo marca 
10573 \emph on
10574 multicolumna
10575 \emph default
10576
10577 \emph on
10578 alineación centro
10579 \emph default
10580  y una anchura de 2.5\InsetSpace \thinspace{}
10581 cm.
10582  Las columnas combinadas deberían tener exactamente la mitad de la anchura
10583  de la celda multicolumna, así que deberías ajustar 1.25\InsetSpace \thinspace{}
10584 cm para la primera
10585  columna.
10586  La segunda columna tendrá entonces automáticamente 1.25\InsetSpace \thinspace{}
10587 cm de anchura.
10588  Para la Tabla 
10589 \begin_inset LatexCommand ref
10590 reference "tab:Tabla-sin-mitad"
10591
10592 \end_inset
10593
10594  se ha procedido de la siguiente manera:
10595 \end_layout
10596
10597 \begin_layout Standard
10598 \begin_inset Float table
10599 wide false
10600 sideways false
10601 status open
10602
10603 \begin_layout Standard
10604 \begin_inset Caption
10605
10606 \begin_layout Standard
10607 \begin_inset LatexCommand label
10608 name "tab:Tabla-sin-mitad"
10609
10610 \end_inset
10611
10612 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
10613  anchura que la celda multicolumna
10614 \begin_inset OptArg
10615 status collapsed
10616
10617 \begin_layout Standard
10618 Tabla multicolumna imperfecta
10619 \end_layout
10620
10621 \end_inset
10622
10623
10624 \end_layout
10625
10626 \end_inset
10627
10628
10629 \end_layout
10630
10631 \begin_layout Standard
10632 \align center
10633 \begin_inset Tabular
10634 <lyxtabular version="3" rows="3" columns="3">
10635 <features>
10636 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10637 <column alignment="center" valignment="top" leftline="true" width="0">
10638 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10639 <row topline="true" bottomline="true">
10640 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10641 \begin_inset Text
10642
10643 \begin_layout Standard
10644 multicolumna línea múltiple
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Standard
10653
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Standard
10662 c
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 </row>
10668 <row topline="true">
10669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Standard
10673 d
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Standard
10682 e
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Standard
10691 f
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 </row>
10697 <row topline="true" bottomline="true">
10698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Standard
10702 g
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Standard
10711 h
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Standard
10720 i
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 </row>
10726 </lyxtabular>
10727
10728 \end_inset
10729
10730
10731 \end_layout
10732
10733 \end_inset
10734
10735
10736 \end_layout
10737
10738 \begin_layout Standard
10739 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
10740 a, es un poco mayor.
10741  La razón es que la anchura dada para una celda 
10742 \begin_inset Formula $W_{g}$
10743 \end_inset
10744
10745  no es su anchura total 
10746 \begin_inset Formula $W_{\mathrm{tot}}$
10747 \end_inset
10748
10749  porque una celda es siempre algo mayor que la anchura dada.
10750  El Apéndice\InsetSpace ~
10751
10752 \begin_inset LatexCommand eqref
10753 reference "cha:Explicación-de-la-Ecuación"
10754
10755 \end_inset
10756
10757  lo explica con detalle.
10758 \end_layout
10759
10760 \begin_layout Standard
10761 La anchura dada necesaria, 
10762 \begin_inset Formula $W_{g\, n}$
10763 \end_inset
10764
10765  para combinar 
10766 \emph on
10767 n
10768 \emph default
10769  columnas puede calcularse de manera que cada columna tenga una anchura
10770  total de 
10771 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10772 \end_inset
10773
10774 :
10775 \begin_inset Formula \begin{equation}
10776 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10777
10778 \end_inset
10779
10780
10781 \end_layout
10782
10783 \begin_layout Standard
10784 En nuestro caso tenemos 
10785 \begin_inset Formula $n=2$
10786 \end_inset
10787
10788
10789 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10790 \end_inset
10791
10792 \InsetSpace \thinspace{}
10793 cm y los valores predeterminados para longitudes, así la ecuación\InsetSpace ~
10794
10795 \begin_inset LatexCommand ref
10796 reference "eq:Wgn"
10797
10798 \end_inset
10799
10800  queda
10801 \begin_inset Formula \begin{equation}
10802 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10803
10804 \end_inset
10805
10806
10807 \end_layout
10808
10809 \begin_layout Standard
10810 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
10811  
10812 \series bold
10813 calc
10814 \series default
10815  con la línea
10816 \begin_inset LatexCommand index
10817 name "LaTeX-paquetes ! calc"
10818
10819 \end_inset
10820
10821
10822 \end_layout
10823
10824 \begin_layout Standard
10825
10826 \series bold
10827
10828 \backslash
10829 usepackage{calc}
10830 \end_layout
10831
10832 \begin_layout Standard
10833 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
10834  Por tanto hay que insertar un argumento LaTeX en el diálogo.
10835  He aquí un repaso de los argumentos:
10836 \end_layout
10837
10838 \begin_layout Itemize
10839
10840 \series bold
10841 p{ancho}
10842 \series default
10843  crea celdas con anchura fija, el texto alineado arriba
10844 \end_layout
10845
10846 \begin_layout Itemize
10847
10848 \series bold
10849 m{ancho}
10850 \series default
10851  crea celdas con anchura fija, el texto con alineación vertical centrada
10852  
10853 \end_layout
10854
10855 \begin_layout Itemize
10856
10857 \series bold
10858 b{ancho}
10859 \series default
10860  crea celdas con anchura fija, el texto alineado abajo
10861 \end_layout
10862
10863 \begin_layout Standard
10864 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
10865  en el diálogo se ignoran.
10866  
10867 \begin_inset Note Greyedout
10868 status open
10869
10870 \begin_layout Standard
10871
10872 \series bold
10873 Nota:
10874 \series default
10875  Debido a un error, LyX muestra de todas formas estas propiedades.
10876 \end_layout
10877
10878 \end_inset
10879
10880  El comando 
10881 \series bold
10882
10883 \backslash
10884 centering
10885 \series default
10886  se añade para centrar horizontalmente el texto.
10887  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
10888  columna extendida:
10889 \end_layout
10890
10891 \begin_layout Standard
10892
10893 \series bold
10894 |>{
10895 \backslash
10896 centering}m{1.25cm-6.2pt}
10897 \end_layout
10898
10899 \begin_layout Standard
10900 La barra "
10901 \series bold
10902 |
10903 \series default
10904 " al principio dibuja el borde y el comando
10905 \series bold
10906  >{ }
10907 \series default
10908  significa que los comandos entre llaves se aplican antes de crear la celda.
10909 \end_layout
10910
10911 \begin_layout Standard
10912 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
10913 , aún está alineado a la izquierda.
10914  Esto se debe a que LyX solo aplica alineado a columnas simples.
10915  Así que para multicolumnas hemos de usar el argumento de LaTeX
10916 \end_layout
10917
10918 \begin_layout Standard
10919
10920 \series bold
10921 |>{
10922 \backslash
10923 centering}m{2.5cm}|
10924 \end_layout
10925
10926 \begin_layout Subsection
10927 Multifilas
10928 \begin_inset LatexCommand index
10929 name "Multifilas"
10930
10931 \end_inset
10932
10933
10934 \begin_inset LatexCommand index
10935 name "Tablas ! Multifilas"
10936
10937 \end_inset
10938
10939
10940 \begin_inset LatexCommand index
10941 name "LaTeX-paquetes ! multirow"
10942
10943 \end_inset
10944
10945
10946 \end_layout
10947
10948 \begin_layout Standard
10949 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
10950  hace falta un poco de ERT.
10951  Hay que cargar el paquete de LaTeX 
10952 \series bold
10953 multirow
10954 \series default
10955  en el preámbulo del documento con el comando
10956 \end_layout
10957
10958 \begin_layout Standard
10959
10960 \series bold
10961
10962 \backslash
10963 usepackage{multirow}
10964 \end_layout
10965
10966 \begin_layout Standard
10967 Las multifilas se crean con el comando
10968 \end_layout
10969
10970 \begin_layout Standard
10971
10972 \series bold
10973
10974 \backslash
10975 multirow{número de filas}{ancho de celda}{entrada de celda}
10976 \end_layout
10977
10978 \begin_layout Standard
10979 Para crear la siguiente tabla:
10980 \end_layout
10981
10982 \begin_layout Standard
10983 \align center
10984 \begin_inset ERT
10985 status collapsed
10986
10987 \begin_layout Standard
10988
10989
10990 \backslash
10991 renewcommand{
10992 \backslash
10993 multirowsetup}{
10994 \backslash
10995 centering}
10996 \end_layout
10997
10998 \end_inset
10999
11000
11001 \begin_inset Tabular
11002 <lyxtabular version="3" rows="3" columns="3">
11003 <features>
11004 <column alignment="center" valignment="top" leftline="true" width="0">
11005 <column alignment="center" valignment="top" leftline="true" width="0">
11006 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11007 <row topline="true">
11008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Standard
11012 a
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Standard
11021 b
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Standard
11030 c
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 </row>
11036 <row topline="true">
11037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Standard
11041 \begin_inset ERT
11042 status collapsed
11043
11044 \begin_layout Standard
11045
11046
11047 \backslash
11048 multirow{2}{2.5cm}{
11049 \end_layout
11050
11051 \end_inset
11052
11053 entrada multifila
11054 \begin_inset ERT
11055 status collapsed
11056
11057 \begin_layout Standard
11058
11059 }
11060 \end_layout
11061
11062 \end_inset
11063
11064
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Standard
11073 e
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Standard
11082 f
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 </row>
11088 <row topline="true" bottomline="true">
11089 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Standard
11093
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Standard
11102 h
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Standard
11111 i
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 </row>
11117 </lyxtabular>
11118
11119 \end_inset
11120
11121
11122 \begin_inset ERT
11123 status collapsed
11124
11125 \begin_layout Standard
11126
11127
11128 \backslash
11129 renewcommand{
11130 \backslash
11131 multirowsetup}{
11132 \backslash
11133 raggedright}
11134 \end_layout
11135
11136 \end_inset
11137
11138
11139 \end_layout
11140
11141 \begin_layout Standard
11142 crea una tabla 3×3.
11143  Para quitar la línea sobre la última celda en la primera columna, se marca
11144  la celda como multicolumna y se quita el borde superior.
11145  Ahora se crea la multifila en la segunda fila de la primera columna insertando
11146  ahí el comando
11147 \end_layout
11148
11149 \begin_layout Standard
11150
11151 \series bold
11152
11153 \backslash
11154 multirow{2}{2.5cm}{
11155 \end_layout
11156
11157 \begin_layout Standard
11158 como ERT.
11159  Según los parámetros del comando la multifila se expande a dos filas y
11160  tiene de ancho 2.5\InsetSpace \thinspace{}
11161 cm.
11162  El contenido de la celda multifila sigue fuera del cuadro ERT y el comando
11163  finaliza con llave derecha 
11164 \series bold
11165 }
11166 \series default
11167  en otro cuadro ERT tras el texto.
11168 \end_layout
11169
11170 \begin_layout Standard
11171
11172 \series bold
11173
11174 \backslash
11175 multirow
11176 \series default
11177  alinea su contenido a la izquierda por defecto.
11178  Para cambiarlo renombra el comando 
11179 \series bold
11180
11181 \backslash
11182 multirowsetup
11183 \series default
11184  con el comando
11185 \end_layout
11186
11187 \begin_layout Standard
11188
11189 \series bold
11190
11191 \backslash
11192 renewcommand{
11193 \backslash
11194 multirowsetup}{
11195 \backslash
11196 centering}
11197 \end_layout
11198
11199 \begin_layout Standard
11200 en ERT en el preámbulo del documento.
11201  Entonces se centran todas las entradas de celdas multifila en el documento.
11202  Si solo queremos centrar en algunas tablas, se puede renombrar el comando
11203  en ERT justo antes de la tabla en lugar de en el preámbulo.
11204  Si el texto debe estar alineado a la derecha, reemplaza 
11205 \series bold
11206
11207 \backslash
11208 centering
11209 \series default
11210  por 
11211 \series bold
11212
11213 \backslash
11214 raggedleft
11215 \series default
11216 .
11217  Para volver a alineado a la izquierda usa 
11218 \series bold
11219
11220 \backslash
11221 raggedright
11222 \series default
11223 .
11224 \end_layout
11225
11226 \begin_layout Section
11227 Booktabs
11228 \begin_inset LatexCommand index
11229 name "Booktabs"
11230
11231 \end_inset
11232
11233
11234 \begin_inset LatexCommand index
11235 name "Tablas ! Booktabs"
11236
11237 \end_inset
11238
11239  
11240 \begin_inset Note Note
11241 status collapsed
11242
11243 \begin_layout Standard
11244
11245 \family roman
11246 \series medium
11247 \size footnotesize
11248 N.
11249  del t.
11250  A la espera de la traducción que se le asigne en LyX 1.5, he dejado el original
11251  en inglés
11252 \end_layout
11253
11254 \end_inset
11255
11256
11257 \end_layout
11258
11259 \begin_layout Standard
11260 En los libros, las tablas se suelen presentar como en la Tabla \InsetSpace ~
11261
11262 \begin_inset LatexCommand ref
11263 reference "tab:Ejemplo-tabla-booktabs"
11264
11265 \end_inset
11266
11267 .
11268  En inglés se denominan "
11269 \emph on
11270 booktabs
11271 \emph default
11272 ".
11273  La próxima versión de LyX, LyX\InsetSpace ~
11274 1.5, tendrá soporte para "booktabs", véase
11275  
11276 \begin_inset ERT
11277 status collapsed
11278
11279 \begin_layout Standard
11280
11281
11282 \backslash
11283 href{http://wiki.lyx.org/LyX/NewInLyX15}{
11284 \end_layout
11285
11286 \end_inset
11287
11288 What's new in LyX\InsetSpace ~
11289 1.5
11290 \begin_inset ERT
11291 status collapsed
11292
11293 \begin_layout Standard
11294
11295 }
11296 \end_layout
11297
11298 \end_inset
11299
11300 .
11301 \end_layout
11302
11303 \begin_layout Standard
11304 \begin_inset Float table
11305 placement h
11306 wide false
11307 sideways false
11308 status open
11309
11310 \begin_layout Standard
11311 \begin_inset Caption
11312
11313 \begin_layout Standard
11314 \begin_inset LatexCommand label
11315 name "tab:Ejemplo-tabla-booktabs"
11316
11317 \end_inset
11318
11319 Ejemplo de tabla booktabs
11320 \end_layout
11321
11322 \end_inset
11323
11324
11325 \end_layout
11326
11327 \begin_layout Standard
11328 \align center
11329 \begin_inset Tabular
11330 <lyxtabular version="3" rows="8" columns="4">
11331 <features booktabs="true">
11332 <column alignment="center" valignment="top" rightline="true" width="0">
11333 <column alignment="center" valignment="top" width="0">
11334 <column alignment="center" valignment="top" width="0">
11335 <column alignment="center" valignment="top" width="0">
11336 <row topline="true">
11337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Standard
11341 System
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" topline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Standard
11350 Medipix
11351 \begin_inset Formula $\,$
11352 \end_inset
11353
11354 1
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Standard
11363 Medipix
11364 \begin_inset Formula $\,$
11365 \end_inset
11366
11367 2
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Standard
11376
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 </row>
11382 <row>
11383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Standard
11387 \begin_inset ERT
11388 status collapsed
11389
11390 \begin_layout Standard
11391
11392
11393 \backslash
11394 cmidrule(r){2-2}
11395 \end_layout
11396
11397 \end_inset
11398
11399
11400 \begin_inset ERT
11401 status collapsed
11402
11403 \begin_layout Standard
11404
11405
11406 \backslash
11407 cmidrule(l){3-4}
11408 \end_layout
11409
11410 \end_inset
11411
11412 Detector thickness [µm]
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Standard
11421 300
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Standard
11430 300
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Standard
11439 700
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 </row>
11445 <row topline="true">
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Standard
11450 Edge angle [°]
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Standard
11459 3.55
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Standard
11468 2.71
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Standard
11477 7.99
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 </row>
11483 <row topspace="default">
11484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Standard
11488 Spatial resolution [µm]
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Standard
11497 4.26
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Standard
11506 10.17
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Standard
11515 10.56
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 </row>
11521 <row topspace="default">
11522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Standard
11526 MTF at 
11527 \begin_inset Formula $f_{\mathrm{max}}$
11528 \end_inset
11529
11530
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Standard
11539 0.53
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Standard
11548 0.37
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Standard
11557 0.39
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 </row>
11563 <row topspace="default">
11564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Standard
11568 \begin_inset ERT
11569 status collapsed
11570
11571 \begin_layout Standard
11572
11573
11574 \backslash
11575 cmidrule(l{10pt}){1-1}
11576 \end_layout
11577
11578 \end_inset
11579
11580 LSF-spatial resolution
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Standard
11589
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Standard
11598
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Standard
11607
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 </row>
11613 <row>
11614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Standard
11618 in µm
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Standard
11627 129.7
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Standard
11636 52.75
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Standard
11645 50.78
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 </row>
11651 <row bottomline="true">
11652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Standard
11656 in % of pixel size
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Standard
11665 76.3
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Standard
11674 95.9
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Standard
11683 92.3
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 </row>
11689 </lyxtabular>
11690
11691 \end_inset
11692
11693
11694 \end_layout
11695
11696 \end_inset
11697
11698
11699 \end_layout
11700
11701 \begin_layout Standard
11702 Este capítulo describe la creación de tablas "booktabs" en LyX\InsetSpace ~
11703 1.4.
11704 \end_layout
11705
11706 \begin_layout Subsection
11707 Comandos Fundamentales
11708 \begin_inset LatexCommand index
11709 name "Booktabs ! Comandos Fundamentales"
11710
11711 \end_inset
11712
11713
11714 \end_layout
11715
11716 \begin_layout Standard
11717 Para poder usar "booktabs" hay que cargar el paquete de LaTeX 
11718 \series bold
11719 booktabs
11720 \series default
11721  en el preámbulo del documento con la línea
11722 \begin_inset LatexCommand index
11723 name "LaTeX-paquetes ! booktabs"
11724
11725 \end_inset
11726
11727
11728 \end_layout
11729
11730 \begin_layout Standard
11731
11732 \series bold
11733
11734 \backslash
11735 usepackage{booktabs}
11736 \end_layout
11737
11738 \begin_layout Standard
11739 \begin_inset VSpace medskip
11740 \end_inset
11741
11742
11743 \end_layout
11744
11745 \begin_layout Standard
11746 La primera línea de una tabla booktabs se crea con el comando
11747 \end_layout
11748
11749 \begin_layout Standard
11750
11751 \series bold
11752
11753 \backslash
11754 toprule[ancho]
11755 \end_layout
11756
11757 \begin_layout Standard
11758 que se inserta como ERT en la primera celda como primera entrada.
11759  La anchura opcional especifica el grosor de línea; la predeterminada es
11760  0.08\InsetSpace \thinspace{}
11761 em.
11762  Puedes usar todas las unidades listadas en el apéndice \InsetSpace ~
11763
11764 \begin_inset LatexCommand ref
11765 reference "cha:Unidades-disponibles-en"
11766
11767 \end_inset
11768
11769  para fijar el ancho.
11770 \newline
11771 ¡Observa que todos los comandos ERT deben acabar con
11772  un espacio si les sigue texto!
11773 \end_layout
11774
11775 \begin_layout Standard
11776 La última línea de una tabla booktabs se crea con el comando ERT
11777 \end_layout
11778
11779 \begin_layout Standard
11780
11781 \series bold
11782
11783 \backslash
11784 bottomrule[ancho]
11785 \end_layout
11786
11787 \begin_layout Standard
11788 en la primera celda de la última fila.
11789  La última fila es solo para este comando y no debería tener ningún otro
11790  contenido.
11791  La anchura predeterminada es la misma que para 
11792 \series bold
11793
11794 \backslash
11795 toprule
11796 \series default
11797 .
11798 \end_layout
11799
11800 \begin_layout Standard
11801 Las líneas horizontales que se extienden sobre todas las columnas se crean
11802  con el comando ERT
11803 \end_layout
11804
11805 \begin_layout Standard
11806
11807 \series bold
11808
11809 \backslash
11810 midrule[ancho]
11811 \end_layout
11812
11813 \begin_layout Standard
11814 La anchura predeterminada es 0.05\InsetSpace \thinspace{}
11815 em.
11816 \end_layout
11817
11818 \begin_layout Standard
11819 Las líneas que no se extienden a todas las columnas se crean con el comando
11820  ERT
11821 \end_layout
11822
11823 \begin_layout Standard
11824
11825 \series bold
11826
11827 \backslash
11828 cmidrule[ancho](recorte){inicol-fincol}
11829 \end_layout
11830
11831 \begin_layout Standard
11832 El grosor predeterminado es 0.03\InsetSpace \thinspace{}
11833 em; inicol es el número de columna donde
11834  empieza la línea y fincol el número de columna donde acaba; fincol debe
11835  ser siempre especificado incluso cuando la línea se extiende solo una columna.
11836  El parámetro opcional recorte debe ser 
11837 \emph on
11838 l{recorte}
11839 \emph default
11840  o 
11841 \emph on
11842 r{recorte}
11843 \emph default
11844 , donde recorte también es opcional.
11845  Por ejemplo, el parámetro 
11846 \emph on
11847 l{2pt}
11848 \emph default
11849  significa que la línea se recorta 2 pt por su izquierda.
11850  Si no se especifica el tamaño del recorte, las líneas se recortan por defecto
11851  en 0.5\InsetSpace \thinspace{}
11852 em.
11853 \end_layout
11854
11855 \begin_layout Standard
11856 Los comandos 
11857 \series bold
11858
11859 \backslash
11860 cmidrule
11861 \series default
11862  y 
11863 \series bold
11864
11865 \backslash
11866 midrule
11867 \series default
11868  deben insertarse como primera entrada de la primera celda de una fila .
11869  Las líneas se crean sobre la fila.
11870 \end_layout
11871
11872 \begin_layout Standard
11873 \begin_inset VSpace bigskip
11874 \end_inset
11875
11876 La Tabla\InsetSpace ~
11877
11878 \begin_inset LatexCommand ref
11879 reference "tab:Ejemplo-tabla-booktabs"
11880
11881 \end_inset
11882
11883  se ha creado con los comandos
11884 \end_layout
11885
11886 \begin_layout Standard
11887
11888 \series bold
11889
11890 \backslash
11891 cmidrule(r){2-2}
11892 \backslash
11893 cmidrule(l){3-4}
11894 \end_layout
11895
11896 \begin_layout Standard
11897 en la segunda fila, 
11898 \series bold
11899
11900 \backslash
11901 midrule
11902 \series default
11903  en la tercera, y
11904 \end_layout
11905
11906 \begin_layout Standard
11907
11908 \series bold
11909
11910 \backslash
11911 cmidrule(l{10pt}){1-1}
11912 \end_layout
11913
11914 \begin_layout Standard
11915 en la sexta fila.
11916 \end_layout
11917
11918 \begin_layout Subsection
11919 Comandos Especiales
11920 \begin_inset LatexCommand index
11921 name "Booktabs ! Comandos Especiales"
11922
11923 \end_inset
11924
11925
11926 \end_layout
11927
11928 \begin_layout Standard
11929 Para separar filas verticalmente se puede emplear el siguiente comando ERT
11930 \end_layout
11931
11932 \begin_layout Standard
11933
11934 \series bold
11935
11936 \backslash
11937 addlinespace[ancho]
11938 \end_layout
11939
11940 \begin_layout Standard
11941 El ancho predeterminado es 0.5\InsetSpace \thinspace{}
11942 em.
11943  En la Tabla\InsetSpace ~
11944
11945 \begin_inset LatexCommand ref
11946 reference "tab:Ejemplo-tabla-booktabs"
11947
11948 \end_inset
11949
11950  se ha insertado 
11951 \series bold
11952
11953 \backslash
11954 addlinespace
11955 \series default
11956  en la primera celda de algunas filas.
11957  El espacio se crea sobre las filas en las que se inserta el comando.
11958 \end_layout
11959
11960 \begin_layout Standard
11961 \begin_inset VSpace medskip
11962 \end_inset
11963
11964
11965 \end_layout
11966
11967 \begin_layout Standard
11968 Quizá quieras superponer líneas 
11969 \series bold
11970
11971 \backslash
11972 cmidrules
11973 \series default
11974  como en la Tabla\InsetSpace ~
11975
11976 \begin_inset LatexCommand ref
11977 reference "tab:Tabla-booktabs-especial"
11978
11979 \end_inset
11980
11981 .
11982  Esto se consigue con el comando ERT
11983 \end_layout
11984
11985 \begin_layout Standard
11986
11987 \series bold
11988
11989 \backslash
11990 morecmidrule
11991 \series default
11992 s
11993 \end_layout
11994
11995 \begin_layout Standard
11996 El comando que se ha utilizado para la segunda fila de la Tabla\InsetSpace ~
11997
11998 \begin_inset LatexCommand ref
11999 reference "tab:Tabla-booktabs-especial"
12000
12001 \end_inset
12002
12003  es
12004 \end_layout
12005
12006 \begin_layout Standard
12007
12008 \series bold
12009
12010 \backslash
12011 cmidrule(r){2-2}
12012 \backslash
12013 cmidrule(l){3-4}
12014 \backslash
12015 morecmidrules
12016 \backslash
12017 cmidrule{2-4}
12018 \end_layout
12019
12020 \begin_layout Standard
12021 El comando para la sexta fila es
12022 \end_layout
12023
12024 \begin_layout Standard
12025
12026 \series bold
12027
12028 \backslash
12029 midrule
12030 \backslash
12031 morecmidrules
12032 \backslash
12033 cmidrule{3-4}
12034 \end_layout
12035
12036 \begin_layout Standard
12037 \begin_inset VSpace bigskip
12038 \end_inset
12039
12040
12041 \end_layout
12042
12043 \begin_layout Standard
12044 El espacio alrededor de cada línea en una tabla "booktabs" puede especificarse
12045  en el preámbulo del documento.
12046  Para más información al respecto, véase el manual del paquete 
12047 \begin_inset LatexCommand cite
12048 key "booktabs"
12049
12050 \end_inset
12051
12052 .
12053  Si de todas formas no te satisface el espaciado, puedes usar el siguiente
12054  comando para dibujar líneas que se extienden sobre todas las columnas
12055 \end_layout
12056
12057 \begin_layout Standard
12058
12059 \series bold
12060
12061 \backslash
12062 specialrule{anchura}{espacio superior}{espacio inferior}
12063 \end_layout
12064
12065 \begin_layout Standard
12066 \begin_inset Float table
12067 placement h
12068 wide false
12069 sideways false
12070 status open
12071
12072 \begin_layout Standard
12073 \begin_inset Caption
12074
12075 \begin_layout Standard
12076 \begin_inset LatexCommand label
12077 name "tab:Tabla-booktabs-especial"
12078
12079 \end_inset
12080
12081 Tabla booktabs especial
12082 \end_layout
12083
12084 \end_inset
12085
12086
12087 \end_layout
12088
12089 \begin_layout Standard
12090 \align center
12091 \begin_inset Tabular
12092 <lyxtabular version="3" rows="8" columns="4">
12093 <features booktabs="true">
12094 <column alignment="center" valignment="top" width="0">
12095 <column alignment="center" valignment="top" width="0">
12096 <column alignment="center" valignment="top" width="0">
12097 <column alignment="center" valignment="top" width="0">
12098 <row topline="true">
12099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Standard
12103 System
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12109 \begin_inset Text
12110
12111 \begin_layout Standard
12112 Medipix\InsetSpace \thinspace{}
12113 1
12114 \end_layout
12115
12116 \end_inset
12117 </cell>
12118 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12119 \begin_inset Text
12120
12121 \begin_layout Standard
12122 Medipix\InsetSpace \thinspace{}
12123 2
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12129 \begin_inset Text
12130
12131 \begin_layout Standard
12132
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 </row>
12138 <row>
12139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12140 \begin_inset Text
12141
12142 \begin_layout Standard
12143 \begin_inset ERT
12144 status collapsed
12145
12146 \begin_layout Standard
12147
12148
12149 \backslash
12150 cmidrule(r){2-2}
12151 \end_layout
12152
12153 \end_inset
12154
12155
12156 \begin_inset ERT
12157 status collapsed
12158
12159 \begin_layout Standard
12160
12161
12162 \backslash
12163 cmidrule(l){3-4}
12164 \end_layout
12165
12166 \end_inset
12167
12168
12169 \begin_inset ERT
12170 status collapsed
12171
12172 \begin_layout Standard
12173
12174
12175 \backslash
12176 morecmidrules 
12177 \end_layout
12178
12179 \end_inset
12180
12181
12182 \begin_inset ERT
12183 status collapsed
12184
12185 \begin_layout Standard
12186
12187
12188 \backslash
12189 cmidrule{2-4}
12190 \end_layout
12191
12192 \end_inset
12193
12194 Detector thickness [µm]
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12200 \begin_inset Text
12201
12202 \begin_layout Standard
12203 300
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Standard
12212 300
12213 \end_layout
12214
12215 \end_inset
12216 </cell>
12217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12218 \begin_inset Text
12219
12220 \begin_layout Standard
12221 700
12222 \end_layout
12223
12224 \end_inset
12225 </cell>
12226 </row>
12227 <row topline="true">
12228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12229 \begin_inset Text
12230
12231 \begin_layout Standard
12232 Edge angle [°]
12233 \end_layout
12234
12235 \end_inset
12236 </cell>
12237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12238 \begin_inset Text
12239
12240 \begin_layout Standard
12241 3.55
12242 \end_layout
12243
12244 \end_inset
12245 </cell>
12246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12247 \begin_inset Text
12248
12249 \begin_layout Standard
12250 2.71
12251 \end_layout
12252
12253 \end_inset
12254 </cell>
12255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12256 \begin_inset Text
12257
12258 \begin_layout Standard
12259 7.99
12260 \end_layout
12261
12262 \end_inset
12263 </cell>
12264 </row>
12265 <row topspace="default">
12266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12267 \begin_inset Text
12268
12269 \begin_layout Standard
12270 Spatial resolution [µm]
12271 \end_layout
12272
12273 \end_inset
12274 </cell>
12275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12276 \begin_inset Text
12277
12278 \begin_layout Standard
12279 4.26
12280 \end_layout
12281
12282 \end_inset
12283 </cell>
12284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12285 \begin_inset Text
12286
12287 \begin_layout Standard
12288 10.17
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Standard
12297 10.56
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 </row>
12303 <row topspace="default">
12304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12305 \begin_inset Text
12306
12307 \begin_layout Standard
12308 MTF at 
12309 \begin_inset Formula $f_{\mathrm{max}}$
12310 \end_inset
12311
12312
12313 \end_layout
12314
12315 \end_inset
12316 </cell>
12317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12318 \begin_inset Text
12319
12320 \begin_layout Standard
12321 0.53
12322 \end_layout
12323
12324 \end_inset
12325 </cell>
12326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12327 \begin_inset Text
12328
12329 \begin_layout Standard
12330 0.37
12331 \end_layout
12332
12333 \end_inset
12334 </cell>
12335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12336 \begin_inset Text
12337
12338 \begin_layout Standard
12339 0.39
12340 \end_layout
12341
12342 \end_inset
12343 </cell>
12344 </row>
12345 <row topline="true">
12346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12347 \begin_inset Text
12348
12349 \begin_layout Standard
12350 \begin_inset ERT
12351 status collapsed
12352
12353 \begin_layout Standard
12354
12355
12356 \backslash
12357 morecmidrules 
12358 \end_layout
12359
12360 \end_inset
12361
12362
12363 \begin_inset ERT
12364 status collapsed
12365
12366 \begin_layout Standard
12367
12368
12369 \backslash
12370 cmidrule{3-4}
12371 \end_layout
12372
12373 \end_inset
12374
12375 LSF-spatial resolution
12376 \end_layout
12377
12378 \end_inset
12379 </cell>
12380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12381 \begin_inset Text
12382
12383 \begin_layout Standard
12384
12385 \end_layout
12386
12387 \end_inset
12388 </cell>
12389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12390 \begin_inset Text
12391
12392 \begin_layout Standard
12393
12394 \end_layout
12395
12396 \end_inset
12397 </cell>
12398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12399 \begin_inset Text
12400
12401 \begin_layout Standard
12402
12403 \end_layout
12404
12405 \end_inset
12406 </cell>
12407 </row>
12408 <row>
12409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12410 \begin_inset Text
12411
12412 \begin_layout Standard
12413 in µm
12414 \end_layout
12415
12416 \end_inset
12417 </cell>
12418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12419 \begin_inset Text
12420
12421 \begin_layout Standard
12422 129.7
12423 \end_layout
12424
12425 \end_inset
12426 </cell>
12427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12428 \begin_inset Text
12429
12430 \begin_layout Standard
12431 52.75
12432 \end_layout
12433
12434 \end_inset
12435 </cell>
12436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12437 \begin_inset Text
12438
12439 \begin_layout Standard
12440 50.78
12441 \end_layout
12442
12443 \end_inset
12444 </cell>
12445 </row>
12446 <row bottomline="true">
12447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12448 \begin_inset Text
12449
12450 \begin_layout Standard
12451 in % of pixel size
12452 \end_layout
12453
12454 \end_inset
12455 </cell>
12456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12457 \begin_inset Text
12458
12459 \begin_layout Standard
12460 76.3
12461 \end_layout
12462
12463 \end_inset
12464 </cell>
12465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12466 \begin_inset Text
12467
12468 \begin_layout Standard
12469 95.9
12470 \end_layout
12471
12472 \end_inset
12473 </cell>
12474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12475 \begin_inset Text
12476
12477 \begin_layout Standard
12478 92.3
12479 \end_layout
12480
12481 \end_inset
12482 </cell>
12483 </row>
12484 </lyxtabular>
12485
12486 \end_inset
12487
12488
12489 \end_layout
12490
12491 \end_inset
12492
12493
12494 \end_layout
12495
12496 \begin_layout Section
12497 Alineación Vertical en Tablas
12498 \end_layout
12499
12500 \begin_layout Standard
12501 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
12502  en un cuadro.
12503  Entonces el cuadro se puede alinear verticalmente como se describe en la
12504  sección\InsetSpace ~
12505
12506 \begin_inset LatexCommand ref
12507 reference "sec:Diálogo-Cuadros"
12508
12509 \end_inset
12510
12511 .
12512  
12513 \end_layout
12514
12515 \begin_layout Standard
12516 En el ejemplo siguiente las tablas están en un cuadro de minipágina
12517 \begin_inset Foot
12518 status collapsed
12519
12520 \begin_layout Standard
12521 Las minipáginas se describen en la sección\InsetSpace ~
12522
12523 \begin_inset LatexCommand ref
12524 reference "sec:Minipáginas"
12525
12526 \end_inset
12527
12528 .
12529 \end_layout
12530
12531 \end_inset
12532
12533  que tiene una anchura de 15\InsetSpace \thinspace{}
12534 col%:
12535 \end_layout
12536
12537 \begin_layout Itemize
12538 test 
12539 \begin_inset Box Frameless
12540 position "t"
12541 hor_pos "c"
12542 has_inner_box 1
12543 inner_pos "c"
12544 use_parbox 0
12545 width "15col%"
12546 special "none"
12547 height "1in"
12548 height_special "totalheight"
12549 status collapsed
12550
12551 \begin_layout Standard
12552 \begin_inset Tabular
12553 <lyxtabular version="3" rows="3" columns="3">
12554 <features>
12555 <column alignment="center" valignment="top" leftline="true" width="0">
12556 <column alignment="center" valignment="top" leftline="true" width="0">
12557 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12558 <row topline="true">
12559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Standard
12563 a
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Standard
12572 d
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12578 \begin_inset Text
12579
12580 \begin_layout Standard
12581 g
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 </row>
12587 <row topline="true">
12588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Standard
12592 b
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12598 \begin_inset Text
12599
12600 \begin_layout Standard
12601 e
12602 \end_layout
12603
12604 \end_inset
12605 </cell>
12606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12607 \begin_inset Text
12608
12609 \begin_layout Standard
12610 h
12611 \end_layout
12612
12613 \end_inset
12614 </cell>
12615 </row>
12616 <row topline="true" bottomline="true">
12617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12618 \begin_inset Text
12619
12620 \begin_layout Standard
12621 c
12622 \end_layout
12623
12624 \end_inset
12625 </cell>
12626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Standard
12630 f
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Standard
12639 i
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 </row>
12645 </lyxtabular>
12646
12647 \end_inset
12648
12649
12650 \end_layout
12651
12652 \end_inset
12653
12654  test 
12655 \begin_inset ERT
12656 status collapsed
12657
12658 \begin_layout Standard
12659
12660
12661 \backslash
12662 raisebox{0.85
12663 \backslash
12664 baselineskip}{
12665 \end_layout
12666
12667 \end_inset
12668
12669
12670 \begin_inset Box Frameless
12671 position "t"
12672 hor_pos "c"
12673 has_inner_box 1
12674 inner_pos "c"
12675 use_parbox 0
12676 width "15col%"
12677 special "none"
12678 height "1in"
12679 height_special "totalheight"
12680 status collapsed
12681
12682 \begin_layout Standard
12683 \begin_inset Tabular
12684 <lyxtabular version="3" rows="3" columns="3">
12685 <features>
12686 <column alignment="center" valignment="top" leftline="true" width="0">
12687 <column alignment="center" valignment="top" leftline="true" width="0">
12688 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12689 <row topline="true">
12690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Standard
12694 a
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Standard
12703 d
12704 \end_layout
12705
12706 \end_inset
12707 </cell>
12708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Standard
12712 g
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 </row>
12718 <row topline="true">
12719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Standard
12723 b
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12729 \begin_inset Text
12730
12731 \begin_layout Standard
12732 e
12733 \end_layout
12734
12735 \end_inset
12736 </cell>
12737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Standard
12741 h
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 </row>
12747 <row topline="true" bottomline="true">
12748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Standard
12752 c
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Standard
12761 f
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Standard
12770 i
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 </row>
12776 </lyxtabular>
12777
12778 \end_inset
12779
12780
12781 \end_layout
12782
12783 \end_inset
12784
12785
12786 \begin_inset ERT
12787 status collapsed
12788
12789 \begin_layout Standard
12790
12791 }
12792 \end_layout
12793
12794 \end_inset
12795
12796
12797 \end_layout
12798
12799 \begin_layout Itemize
12800 test 
12801 \begin_inset Box Frameless
12802 position "c"
12803 hor_pos "c"
12804 has_inner_box 1
12805 inner_pos "c"
12806 use_parbox 0
12807 width "15col%"
12808 special "none"
12809 height "1in"
12810 height_special "totalheight"
12811 status collapsed
12812
12813 \begin_layout Standard
12814 \begin_inset Tabular
12815 <lyxtabular version="3" rows="3" columns="3">
12816 <features>
12817 <column alignment="center" valignment="top" leftline="true" width="0">
12818 <column alignment="center" valignment="top" leftline="true" width="0">
12819 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12820 <row topline="true">
12821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Standard
12825 a
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Standard
12834 d
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Standard
12843 g
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 </row>
12849 <row topline="true">
12850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Standard
12854 b
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Standard
12863 e
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Standard
12872 h
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 </row>
12878 <row topline="true" bottomline="true">
12879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Standard
12883 c
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Standard
12892 f
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Standard
12901 i
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 </row>
12907 </lyxtabular>
12908
12909 \end_inset
12910
12911
12912 \end_layout
12913
12914 \end_inset
12915
12916
12917 \end_layout
12918
12919 \begin_layout Itemize
12920 test 
12921 \begin_inset Box Frameless
12922 position "b"
12923 hor_pos "c"
12924 has_inner_box 1
12925 inner_pos "c"
12926 use_parbox 0
12927 width "15col%"
12928 special "none"
12929 height "1in"
12930 height_special "totalheight"
12931 status collapsed
12932
12933 \begin_layout Standard
12934 \begin_inset Tabular
12935 <lyxtabular version="3" rows="3" columns="3">
12936 <features>
12937 <column alignment="center" valignment="top" leftline="true" width="0">
12938 <column alignment="center" valignment="top" leftline="true" width="0">
12939 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12940 <row topline="true">
12941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12942 \begin_inset Text
12943
12944 \begin_layout Standard
12945 a
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12951 \begin_inset Text
12952
12953 \begin_layout Standard
12954 d
12955 \end_layout
12956
12957 \end_inset
12958 </cell>
12959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Standard
12963 g
12964 \end_layout
12965
12966 \end_inset
12967 </cell>
12968 </row>
12969 <row topline="true">
12970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12971 \begin_inset Text
12972
12973 \begin_layout Standard
12974 b
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Standard
12983 e
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Standard
12992 h
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 </row>
12998 <row topline="true" bottomline="true">
12999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13000 \begin_inset Text
13001
13002 \begin_layout Standard
13003 c
13004 \end_layout
13005
13006 \end_inset
13007 </cell>
13008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Standard
13012 f
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Standard
13021 i
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 </row>
13027 </lyxtabular>
13028
13029 \end_inset
13030
13031
13032 \end_layout
13033
13034 \end_inset
13035
13036  test 
13037 \begin_inset ERT
13038 status collapsed
13039
13040 \begin_layout Standard
13041
13042
13043 \backslash
13044 raisebox{-0.32
13045 \backslash
13046 baselineskip}{
13047 \end_layout
13048
13049 \end_inset
13050
13051
13052 \begin_inset Box Frameless
13053 position "b"
13054 hor_pos "c"
13055 has_inner_box 1
13056 inner_pos "c"
13057 use_parbox 0
13058 width "15col%"
13059 special "none"
13060 height "1in"
13061 height_special "totalheight"
13062 status collapsed
13063
13064 \begin_layout Standard
13065 \begin_inset Tabular
13066 <lyxtabular version="3" rows="3" columns="3">
13067 <features>
13068 <column alignment="center" valignment="top" leftline="true" width="0">
13069 <column alignment="center" valignment="top" leftline="true" width="0">
13070 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13071 <row topline="true">
13072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Standard
13076 a
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Standard
13085 d
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13091 \begin_inset Text
13092
13093 \begin_layout Standard
13094 g
13095 \end_layout
13096
13097 \end_inset
13098 </cell>
13099 </row>
13100 <row topline="true">
13101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13102 \begin_inset Text
13103
13104 \begin_layout Standard
13105 b
13106 \end_layout
13107
13108 \end_inset
13109 </cell>
13110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Standard
13114 e
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Standard
13123 h
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 </row>
13129 <row topline="true" bottomline="true">
13130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13131 \begin_inset Text
13132
13133 \begin_layout Standard
13134 c
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Standard
13143 f
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Standard
13152 i
13153 \end_layout
13154
13155 \end_inset
13156 </cell>
13157 </row>
13158 </lyxtabular>
13159
13160 \end_inset
13161
13162
13163 \end_layout
13164
13165 \end_inset
13166
13167
13168 \begin_inset ERT
13169 status collapsed
13170
13171 \begin_layout Standard
13172
13173 }
13174 \end_layout
13175
13176 \end_inset
13177
13178
13179 \end_layout
13180
13181 \begin_layout Standard
13182 Como ves, los contenidos de la primera y última filas no se alinean correctament
13183 e con la línea de texto donde está la tabla.
13184  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
13185  un cuadro elevado ("raisebox")
13186 \begin_inset Foot
13187 status collapsed
13188
13189 \begin_layout Standard
13190 El uso del comando 
13191 \series bold
13192
13193 \backslash
13194 raisebox
13195 \series default
13196  se explica en la sección\InsetSpace ~
13197
13198 \begin_inset LatexCommand ref
13199 reference "sub:Alineación-Vertical"
13200
13201 \end_inset
13202
13203 .
13204 \end_layout
13205
13206 \end_inset
13207
13208 .
13209  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
13210  usando el comando en ERT
13211 \end_layout
13212
13213 \begin_layout Standard
13214
13215 \series bold
13216
13217 \backslash
13218 raisebox{0.85
13219 \backslash
13220 baselineskip}{
13221 \end_layout
13222
13223 \begin_layout Standard
13224 antes del cuadro.
13225  Tras él, se pone la llave de cierre 
13226 \series bold
13227 }
13228 \series default
13229  también como ERT.
13230  Para la segunda tabla en el tercer ítem se usa el comando 
13231 \end_layout
13232
13233 \begin_layout Standard
13234
13235 \series bold
13236
13237 \backslash
13238 raisebox{-0.32
13239 \backslash
13240 baselineskip}{
13241 \end_layout
13242
13243 \begin_layout Section
13244 Tablas Coloreadas
13245 \begin_inset LatexCommand label
13246 name "sec:Tablas-Coloreadas"
13247
13248 \end_inset
13249
13250
13251 \begin_inset LatexCommand index
13252 name "Tablas ! Coloreadas"
13253
13254 \end_inset
13255
13256
13257 \end_layout
13258
13259 \begin_layout Subsection
13260 Celdas Coloreadas
13261 \begin_inset LatexCommand index
13262 name "Tablas Coloreadas ! Celdas"
13263
13264 \end_inset
13265
13266
13267 \begin_inset LatexCommand index
13268 name "Color ! en Celdas de Tablas"
13269
13270 \end_inset
13271
13272
13273 \end_layout
13274
13275 \begin_layout Standard
13276 \begin_inset Float table
13277 placement h
13278 wide false
13279 sideways false
13280 status open
13281
13282 \begin_layout Standard
13283 \begin_inset Caption
13284
13285 \begin_layout Standard
13286 \begin_inset LatexCommand label
13287 name "tab:Tabla-coloreada-sin"
13288
13289 \end_inset
13290
13291 Tabla coloreada sin usar el paquete 
13292 \series bold
13293 colortbl
13294 \series default
13295
13296 \begin_inset OptArg
13297 status collapsed
13298
13299 \begin_layout Standard
13300 Tabla sin colortbl
13301 \end_layout
13302
13303 \end_inset
13304
13305
13306 \end_layout
13307
13308 \end_inset
13309
13310
13311 \end_layout
13312
13313 \begin_layout Standard
13314 \align center
13315 \begin_inset Tabular
13316 <lyxtabular version="3" rows="3" columns="3">
13317 <features>
13318 <column alignment="center" valignment="top" leftline="true" width="0">
13319 <column alignment="center" valignment="top" leftline="true" width="0">
13320 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13321 <row topline="true">
13322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13323 \begin_inset Text
13324
13325 \begin_layout Standard
13326
13327 \color green
13328 a
13329 \end_layout
13330
13331 \end_inset
13332 </cell>
13333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Standard
13337
13338 \color red
13339 b
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Standard
13348
13349 \color red
13350 c
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 </row>
13356 <row topline="true">
13357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13358 \begin_inset Text
13359
13360 \begin_layout Standard
13361
13362 \color green
13363 d
13364 \end_layout
13365
13366 \end_inset
13367 </cell>
13368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13369 \begin_inset Text
13370
13371 \begin_layout Standard
13372
13373 \color blue
13374 e
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Standard
13383
13384 \color blue
13385 f
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 </row>
13391 <row topline="true" bottomline="true">
13392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Standard
13396
13397 \color green
13398 g
13399 \end_layout
13400
13401 \end_inset
13402 </cell>
13403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13404 \begin_inset Text
13405
13406 \begin_layout Standard
13407
13408 \color blue
13409 h
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Standard
13418
13419 \color blue
13420 i
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 </row>
13426 </lyxtabular>
13427
13428 \end_inset
13429
13430
13431 \end_layout
13432
13433 \end_inset
13434
13435
13436 \end_layout
13437
13438 \begin_layout Standard
13439 Si solo necesitas color en el texto, marca las celdas y elige un color en
13440  el menú 
13441 \family sans
13442 Editar\SpecialChar \menuseparator
13443 Estilo\InsetSpace ~
13444 del\InsetSpace ~
13445 Texto
13446 \family default
13447 .
13448  Esto se ha hecho en la Tabla\InsetSpace ~
13449
13450 \begin_inset LatexCommand ref
13451 reference "tab:Tabla-coloreada-sin"
13452
13453 \end_inset
13454
13455 .
13456  En cualquier otro caso hay que usar el paquete LaTeX 
13457 \series bold
13458 colortbl
13459 \series default
13460 .
13461 \begin_inset LatexCommand index
13462 name "LaTeX-paquetes ! colortbl"
13463
13464 \end_inset
13465
13466
13467 \end_layout
13468
13469 \begin_layout Standard
13470 Para crear tablas coloreadas, 
13471 \series bold
13472 colortbl
13473 \series default
13474  debe cargarse en el preámbulo con la línea
13475 \end_layout
13476
13477 \begin_layout Standard
13478
13479 \series bold
13480
13481 \backslash
13482 usepackage{colortbl}
13483 \end_layout
13484
13485 \begin_layout Standard
13486 El color de una columna se define con el comando
13487 \end_layout
13488
13489 \begin_layout Standard
13490
13491 \series bold
13492
13493 \backslash
13494 columncolor{nombre del color}
13495 \end_layout
13496
13497 \begin_layout Standard
13498 dentro del comando 
13499 \series bold
13500 >{ }
13501 \series default
13502 .
13503  Más sobre el comando 
13504 \series bold
13505 >{}
13506 \series default
13507  se explica en la sección\InsetSpace ~
13508
13509 \begin_inset LatexCommand ref
13510 reference "sub:Cálculos-en-Multicolumnas"
13511
13512 \end_inset
13513
13514 .
13515 \end_layout
13516
13517 \begin_layout Standard
13518 Los siguientes nombres de color están predefinidos:
13519 \end_layout
13520
13521 \begin_layout Standard
13522
13523 \family sans
13524 red
13525 \family default
13526
13527 \family sans
13528 green
13529 \family default
13530 ,
13531 \family sans
13532  yellow, blue
13533 \family default
13534 ,
13535 \family sans
13536  cyan
13537 \family default
13538 \series bold
13539 ,
13540 \family sans
13541 \series default
13542  magenta, black
13543 \family default
13544 ,
13545 \family sans
13546  white
13547 \end_layout
13548
13549 \begin_layout Standard
13550 \begin_inset VSpace medskip
13551 \end_inset
13552
13553
13554 \end_layout
13555
13556 \begin_layout Standard
13557 Puedes definir tus propios colores con el comando
13558 \end_layout
13559
13560 \begin_layout Standard
13561
13562 \series bold
13563
13564 \backslash
13565 def\SpecialChar \textcompwordmark{}
13566 inecolor{nombre del color}{modelo de color}{valores de color}
13567 \end_layout
13568
13569 \begin_layout Standard
13570 El modelo de color puede ser
13571 \end_layout
13572
13573 \begin_layout Labeling
13574 \labelwidthstring 00.00.0000
13575 cmyk: cyan, magenta, yellow, black
13576 \end_layout
13577
13578 \begin_layout Labeling
13579 \labelwidthstring 00.00.0000
13580 rgb: red, green, blue
13581 \end_layout
13582
13583 \begin_layout Labeling
13584 \labelwidthstring 00.00.0000
13585 gray gray
13586 \end_layout
13587
13588 \begin_layout Standard
13589 y los valores de color son números separados por comas entre 0 y 1 que describen
13590  el factor para el color correspondiente del modelo de color.
13591 \end_layout
13592
13593 \begin_layout Standard
13594 Por ejemplo, puedes definir el color "
13595 \emph on
13596 verde oscuro
13597 \emph default
13598 " en el preámbulo con
13599 \end_layout
13600
13601 \begin_layout Standard
13602
13603 \series bold
13604
13605 \backslash
13606 def\SpecialChar \textcompwordmark{}
13607 inecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13608 \end_layout
13609
13610 \begin_layout Standard
13611 y el color "
13612 \emph on
13613 gris claro
13614 \emph default
13615 " con
13616 \end_layout
13617
13618 \begin_layout Standard
13619
13620 \series bold
13621
13622 \backslash
13623 def\SpecialChar \textcompwordmark{}
13624 inecolor{grisclaro}{gray}{0.8}
13625 \end_layout
13626
13627 \begin_layout Standard
13628 \begin_inset VSpace medskip
13629 \end_inset
13630
13631
13632 \end_layout
13633
13634 \begin_layout Standard
13635 Las líneas se colorean con el comando
13636 \end_layout
13637
13638 \begin_layout Standard
13639
13640 \series bold
13641
13642 \backslash
13643 rowcolor{nombre del color}
13644 \end_layout
13645
13646 \begin_layout Standard
13647 y las celdas se colorean con el comando
13648 \end_layout
13649
13650 \begin_layout Standard
13651
13652 \series bold
13653
13654 \backslash
13655 cellcolor{nombre del color}
13656 \end_layout
13657
13658 \begin_layout Standard
13659 Ambos comandos se insertan al principio de una celda como ERT.
13660 \end_layout
13661
13662 \begin_layout Standard
13663 Para colorear caracteres en la tabla marca las celdas y usa el menú 
13664 \family sans
13665 Editar\SpecialChar \menuseparator
13666 Estilo\InsetSpace ~
13667 del\InsetSpace ~
13668 Texto
13669 \family default
13670 .
13671  Si una celda contiene ERT marca solo los caracteres, si no el ERT con color
13672  puede ocasionar errores de LaTeX.
13673 \end_layout
13674
13675 \begin_layout Standard
13676 \begin_inset VSpace bigskip
13677 \end_inset
13678
13679
13680 \end_layout
13681
13682 \begin_layout Standard
13683 Para crear la Tabla\InsetSpace ~
13684
13685 \begin_inset LatexCommand ref
13686 reference "tab:Tabla-coloreada-con"
13687
13688 \end_inset
13689
13690  haz lo siguiente: El color de la primera columna debería ser 
13691 \emph on
13692 verde oscuro
13693 \emph default
13694 .
13695  Así pues
13696 \end_layout
13697
13698 \begin_layout Standard
13699
13700 \series bold
13701 >{
13702 \backslash
13703 columncolor{verdeoscuro}
13704 \backslash
13705 centering}c
13706 \end_layout
13707
13708 \begin_layout Standard
13709 como argumento LaTeX para esta columna.
13710  La primera fila debería ser azul, por tanto el comando ERT
13711 \end_layout
13712
13713 \begin_layout Standard
13714
13715 \series bold
13716
13717 \backslash
13718 rowcolow{cyan}
13719 \end_layout
13720
13721 \begin_layout Standard
13722 se inserta en la primera celda de esta fila.
13723  Observa que esto sobreescribe el color de la columna para la primera celda.
13724  La última celda de la última fila se colorea magenta insertando el comando
13725  ERT
13726 \end_layout
13727
13728 \begin_layout Standard
13729
13730 \series bold
13731
13732 \backslash
13733 cellcolor{magenta}
13734 \end_layout
13735
13736 \begin_layout Standard
13737 Ahora podrían colorearse los caracteres usando el menú 
13738 \family sans
13739 Editar\SpecialChar \menuseparator
13740 Estilo\InsetSpace ~
13741 del\InsetSpace ~
13742 Texto
13743 \family default
13744 .
13745 \end_layout
13746
13747 \begin_layout Standard
13748 \begin_inset Float table
13749 placement h
13750 wide false
13751 sideways false
13752 status open
13753
13754 \begin_layout Standard
13755 \begin_inset Caption
13756
13757 \begin_layout Standard
13758 \begin_inset LatexCommand label
13759 name "tab:Tabla-coloreada-con"
13760
13761 \end_inset
13762
13763 Tabla coloreada usando el paquete 
13764 \series bold
13765 colortbl
13766 \series default
13767
13768 \begin_inset OptArg
13769 status collapsed
13770
13771 \begin_layout Standard
13772 Tabla con colortbl
13773 \end_layout
13774
13775 \end_inset
13776
13777
13778 \end_layout
13779
13780 \end_inset
13781
13782
13783 \end_layout
13784
13785 \begin_layout Standard
13786 \align center
13787 \begin_inset Tabular
13788 <lyxtabular version="3" rows="3" columns="3">
13789 <features>
13790 <column alignment="center" valignment="top" leftline="true" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
13791 <column alignment="center" valignment="top" width="0">
13792 <column alignment="center" valignment="top" width="0">
13793 <row>
13794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13795 \begin_inset Text
13796
13797 \begin_layout Standard
13798 \begin_inset ERT
13799 status collapsed
13800
13801 \begin_layout Standard
13802
13803
13804 \backslash
13805 rowcolor{cyan}
13806 \end_layout
13807
13808 \end_inset
13809
13810
13811 \color magenta
13812 a
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Standard
13821
13822 \color red
13823 b
13824 \end_layout
13825
13826 \end_inset
13827 </cell>
13828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13829 \begin_inset Text
13830
13831 \begin_layout Standard
13832
13833 \color red
13834 c
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 </row>
13840 <row>
13841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Standard
13845
13846 \color yellow
13847 d
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Standard
13856
13857 \color blue
13858 e
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Standard
13867
13868 \color blue
13869 f
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 </row>
13875 <row>
13876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Standard
13880
13881 \color yellow
13882 g
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Standard
13891
13892 \color blue
13893 h
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Standard
13902 \begin_inset ERT
13903 status collapsed
13904
13905 \begin_layout Standard
13906
13907
13908 \backslash
13909 cellcolor{magenta}
13910 \end_layout
13911
13912 \end_inset
13913
13914
13915 \color green
13916 i
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 </row>
13922 </lyxtabular>
13923
13924 \end_inset
13925
13926
13927 \end_layout
13928
13929 \end_inset
13930
13931
13932 \end_layout
13933
13934 \begin_layout Subsection
13935 Líneas coloreadas
13936 \begin_inset LatexCommand index
13937 name "Tablas Coloreadas ! Líneas"
13938
13939 \end_inset
13940
13941
13942 \begin_inset LatexCommand index
13943 name "Color ! en Líneas de Tabla"
13944
13945 \end_inset
13946
13947
13948 \end_layout
13949
13950 \begin_layout Standard
13951 Como se describe en la sección\InsetSpace ~
13952
13953 \begin_inset LatexCommand ref
13954 reference "sub:Grosor-de-Líneas"
13955
13956 \end_inset
13957
13958 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
13959  
13960 \series bold
13961
13962 \backslash
13963 arrayrulewidth
13964 \series default
13965 .
13966  Se ha puesto 1.5\InsetSpace \thinspace{}
13967 pt para todas las tablas de esta sección.
13968 \begin_inset ERT
13969 status collapsed
13970
13971 \begin_layout Standard
13972
13973
13974 \backslash
13975 setlength{
13976 \backslash
13977 arrayrulewidth}{1.5pt}
13978 \end_layout
13979
13980 \end_inset
13981
13982
13983 \end_layout
13984
13985 \begin_layout Standard
13986 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
13987  el preámbulo del documento el siguiente formato de columna, de acuerdo
13988  a lo descrito en la sección\InsetSpace ~
13989
13990 \begin_inset LatexCommand ref
13991 reference "sub:Formato-Personalizado"
13992
13993 \end_inset
13994
13995 :
13996 \end_layout
13997
13998 \begin_layout Standard
13999
14000 \series bold
14001
14002 \backslash
14003 newcolumntype{W}{!{
14004 \backslash
14005 color{green}
14006 \backslash
14007 vline}}
14008 \end_layout
14009
14010 \begin_layout Standard
14011 Para la Tabla\InsetSpace ~
14012
14013 \begin_inset LatexCommand ref
14014 reference "tab:Tabla-con-verticales-coloreadas"
14015
14016 \end_inset
14017
14018  se usó el argumento LaTeX
14019 \end_layout
14020
14021 \begin_layout Standard
14022
14023 \series bold
14024 WcW
14025 \end_layout
14026
14027 \begin_layout Standard
14028 para la última columna y
14029 \end_layout
14030
14031 \begin_layout Standard
14032
14033 \series bold
14034 Wc
14035 \end_layout
14036
14037 \begin_layout Standard
14038 para las demás.
14039 \end_layout
14040
14041 \begin_layout Standard
14042 Si quieres tener varios colores, define más formatos de columna.
14043 \end_layout
14044
14045 \begin_layout Standard
14046 \begin_inset Float table
14047 wide false
14048 sideways false
14049 status collapsed
14050
14051 \begin_layout Standard
14052 \begin_inset Caption
14053
14054 \begin_layout Standard
14055 \begin_inset LatexCommand label
14056 name "tab:Tabla-con-verticales-coloreadas"
14057
14058 \end_inset
14059
14060 Tabla con líneas verticales coloreadas
14061 \end_layout
14062
14063 \end_inset
14064
14065
14066 \end_layout
14067
14068 \begin_layout Standard
14069 \align center
14070 \begin_inset Tabular
14071 <lyxtabular version="3" rows="3" columns="3">
14072 <features>
14073 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14074 <column alignment="center" valignment="top" width="0" special="Wc">
14075 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14076 <row topline="true">
14077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Standard
14081 sd
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Standard
14090
14091 \end_layout
14092
14093 \end_inset
14094 </cell>
14095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14096 \begin_inset Text
14097
14098 \begin_layout Standard
14099
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 </row>
14105 <row topline="true">
14106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14107 \begin_inset Text
14108
14109 \begin_layout Standard
14110
14111 \end_layout
14112
14113 \end_inset
14114 </cell>
14115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14116 \begin_inset Text
14117
14118 \begin_layout Standard
14119 sd
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14125 \begin_inset Text
14126
14127 \begin_layout Standard
14128
14129 \end_layout
14130
14131 \end_inset
14132 </cell>
14133 </row>
14134 <row topline="true" bottomline="true">
14135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Standard
14139
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14145 \begin_inset Text
14146
14147 \begin_layout Standard
14148
14149 \end_layout
14150
14151 \end_inset
14152 </cell>
14153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14154 \begin_inset Text
14155
14156 \begin_layout Standard
14157 sd
14158 \end_layout
14159
14160 \end_inset
14161 </cell>
14162 </row>
14163 </lyxtabular>
14164
14165 \end_inset
14166
14167
14168 \end_layout
14169
14170 \end_inset
14171
14172
14173 \end_layout
14174
14175 \begin_layout Standard
14176 \begin_inset VSpace bigskip
14177 \end_inset
14178
14179 Para colorear líneas horizontales, por ejemplo en rojo, como en la Tabla\InsetSpace ~
14180
14181 \begin_inset LatexCommand ref
14182 reference "tab:Tabla-con-horizontales-coloreadas"
14183
14184 \end_inset
14185
14186 , inserta estos comandos en ERT antes de la tabla o del flotante:
14187 \end_layout
14188
14189 \begin_layout Standard
14190
14191 \series bold
14192
14193 \backslash
14194 let
14195 \backslash
14196 myHlineC
14197 \backslash
14198 hline
14199 \newline
14200
14201 \backslash
14202 renewcommand{
14203 \backslash
14204 hline}{
14205 \backslash
14206 arrayrulecolor{red}
14207 \backslash
14208 myHlineC
14209 \backslash
14210 arrayrulecolor{black}}
14211 \end_layout
14212
14213 \begin_layout Standard
14214 \begin_inset ERT
14215 status collapsed
14216
14217 \begin_layout Standard
14218
14219
14220 \backslash
14221 let
14222 \backslash
14223 myHlineC
14224 \backslash
14225 hline
14226 \end_layout
14227
14228 \begin_layout Standard
14229
14230
14231 \backslash
14232 renewcommand{
14233 \backslash
14234 hline}{
14235 \backslash
14236 arrayrulecolor{red}
14237 \backslash
14238 myHlineC
14239 \backslash
14240 arrayrulecolor{black}}
14241 \end_layout
14242
14243 \end_inset
14244
14245
14246 \begin_inset Float table
14247 wide false
14248 sideways false
14249 status open
14250
14251 \begin_layout Standard
14252 \begin_inset Caption
14253
14254 \begin_layout Standard
14255 \begin_inset LatexCommand label
14256 name "tab:Tabla-con-horizontales-coloreadas"
14257
14258 \end_inset
14259
14260 Tabla con líneas horizontales coloreadas
14261 \end_layout
14262
14263 \end_inset
14264
14265
14266 \end_layout
14267
14268 \begin_layout Standard
14269 \align center
14270 \begin_inset Tabular
14271 <lyxtabular version="3" rows="3" columns="3">
14272 <features>
14273 <column alignment="center" valignment="top" leftline="true" width="0">
14274 <column alignment="center" valignment="top" leftline="true" width="0">
14275 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14276 <row topline="true">
14277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14278 \begin_inset Text
14279
14280 \begin_layout Standard
14281 sd
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Standard
14290
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Standard
14299
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 </row>
14305 <row topline="true">
14306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Standard
14310
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Standard
14319 sd
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Standard
14328
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 </row>
14334 <row topline="true" bottomline="true">
14335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Standard
14339
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Standard
14348
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Standard
14357 sd
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 </row>
14363 </lyxtabular>
14364
14365 \end_inset
14366
14367
14368 \end_layout
14369
14370 \end_inset
14371
14372
14373 \end_layout
14374
14375 \begin_layout Standard
14376 \begin_inset ERT
14377 status collapsed
14378
14379 \begin_layout Standard
14380
14381
14382 \backslash
14383 pagebreak 
14384 \end_layout
14385
14386 \end_inset
14387
14388
14389 \end_layout
14390
14391 \begin_layout Standard
14392 Para volver al color de línea negro predeterminado inserta este comando
14393  en ERT detrás de la tabla o el flotante:
14394 \end_layout
14395
14396 \begin_layout Standard
14397
14398 \series bold
14399
14400 \backslash
14401 renewcommand{
14402 \backslash
14403 hline}{
14404 \backslash
14405 myHlineC}
14406 \end_layout
14407
14408 \begin_layout Standard
14409 La Tabla\InsetSpace ~
14410
14411 \begin_inset LatexCommand ref
14412 reference "tab:Tabla-con-líneas-coloreadas"
14413
14414 \end_inset
14415
14416  es un ejemplo con líneas verticales y horizontales coloreadas.
14417 \end_layout
14418
14419 \begin_layout Standard
14420 \begin_inset Float table
14421 wide false
14422 sideways false
14423 status open
14424
14425 \begin_layout Standard
14426 \begin_inset Caption
14427
14428 \begin_layout Standard
14429 \begin_inset LatexCommand label
14430 name "tab:Tabla-con-líneas-coloreadas"
14431
14432 \end_inset
14433
14434 Tabla con líneas coloreadas
14435 \end_layout
14436
14437 \end_inset
14438
14439
14440 \end_layout
14441
14442 \begin_layout Standard
14443 \align center
14444 \begin_inset Tabular
14445 <lyxtabular version="3" rows="3" columns="3">
14446 <features>
14447 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14448 <column alignment="center" valignment="top" width="0" special="Wc">
14449 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14450 <row topline="true">
14451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14452 \begin_inset Text
14453
14454 \begin_layout Standard
14455 sd
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Standard
14464
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Standard
14473
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 </row>
14479 <row topline="true">
14480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Standard
14484
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Standard
14493 sd
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Standard
14502
14503 \end_layout
14504
14505 \end_inset
14506 </cell>
14507 </row>
14508 <row topline="true" bottomline="true">
14509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14510 \begin_inset Text
14511
14512 \begin_layout Standard
14513
14514 \end_layout
14515
14516 \end_inset
14517 </cell>
14518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14519 \begin_inset Text
14520
14521 \begin_layout Standard
14522
14523 \end_layout
14524
14525 \end_inset
14526 </cell>
14527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Standard
14531 sd
14532 \end_layout
14533
14534 \end_inset
14535 </cell>
14536 </row>
14537 </lyxtabular>
14538
14539 \end_inset
14540
14541
14542 \end_layout
14543
14544 \end_inset
14545
14546
14547 \end_layout
14548
14549 \begin_layout Standard
14550 \begin_inset ERT
14551 status collapsed
14552
14553 \begin_layout Standard
14554
14555
14556 \backslash
14557 renewcommand{
14558 \backslash
14559 hline}{
14560 \backslash
14561 myHlineC}
14562 \end_layout
14563
14564 \end_inset
14565
14566
14567 \end_layout
14568
14569 \begin_layout Standard
14570 \begin_inset ERT
14571 status collapsed
14572
14573 \begin_layout Standard
14574
14575
14576 \backslash
14577 setlength{
14578 \backslash
14579 arrayrulewidth}{0.4pt}
14580 \end_layout
14581
14582 \end_inset
14583
14584
14585 \end_layout
14586
14587 \begin_layout Section
14588 Personalización de Tablas
14589 \begin_inset LatexCommand index
14590 name "Personalización de Tablas"
14591
14592 \end_inset
14593
14594
14595 \begin_inset LatexCommand index
14596 name "Tablas ! Personalización"
14597
14598 \end_inset
14599
14600
14601 \end_layout
14602
14603 \begin_layout Subsection
14604 Row Spacing
14605 \begin_inset LatexCommand label
14606 name "sub:Row-Spacing"
14607
14608 \end_inset
14609
14610
14611 \begin_inset LatexCommand index
14612 name "Personalización de Tablas ! Row Spacing"
14613
14614 \end_inset
14615
14616
14617 \end_layout
14618
14619 \begin_layout Standard
14620
14621 \lang english
14622 You can add vertical space to table rows in the 
14623 \family sans
14624 Borders
14625 \family default
14626  tab of the table dialog.
14627  You find there three possibilities:
14628 \end_layout
14629
14630 \begin_layout Description
14631
14632 \lang english
14633 Top\InsetSpace ~
14634 of\InsetSpace ~
14635 row will add space above the characters of the table row.
14636  If the table is a formal table
14637 \begin_inset Foot
14638 status collapsed
14639
14640 \begin_layout Standard
14641
14642 \lang english
14643 Formal tables are explained in section\InsetSpace ~
14644
14645 \begin_inset LatexCommand ref
14646 reference "sec:Formal-Tables"
14647
14648 \end_inset
14649
14650 .
14651 \end_layout
14652
14653 \end_inset
14654
14655  LyX will insert as default 0.5\InsetSpace \thinspace{}
14656 em space.
14657  For normal tables the inserted space will unfortunately destroy the vertical
14658  table lines as in the following table: 
14659 \lang spanish
14660
14661 \begin_inset Tabular
14662 <lyxtabular version="3" rows="3" columns="1">
14663 <features>
14664 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14665 <row topline="true">
14666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14667 \begin_inset Text
14668
14669 \begin_layout Standard
14670 A
14671 \end_layout
14672
14673 \end_inset
14674 </cell>
14675 </row>
14676 <row topline="true" topspace="3mm">
14677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14678 \begin_inset Text
14679
14680 \begin_layout Standard
14681 3\InsetSpace \thinspace{}
14682 mm space top of row
14683 \end_layout
14684
14685 \end_inset
14686 </cell>
14687 </row>
14688 <row topline="true" bottomline="true">
14689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14690 \begin_inset Text
14691
14692 \begin_layout Standard
14693 C
14694 \end_layout
14695
14696 \end_inset
14697 </cell>
14698 </row>
14699 </lyxtabular>
14700
14701 \end_inset
14702
14703
14704 \lang english
14705
14706 \newline
14707 So inserting space to the top of row for normal tables is only useful when
14708  you don't have vertical lines.
14709 \end_layout
14710
14711 \begin_layout Description
14712
14713 \lang english
14714 Bottom\InsetSpace ~
14715 of\InsetSpace ~
14716 row will add space below the characters of the table row.
14717  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14718 em space, for
14719  normal tables the default size is 2\InsetSpace \thinspace{}
14720 pt.
14721 \end_layout
14722
14723 \begin_layout Description
14724
14725 \lang english
14726 Between\InsetSpace ~
14727 rows only has an effect when you have selected the whole table row
14728  before.
14729  The space is added between the current and the following row.
14730  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14731 em space.
14732  For normal tables the inserted space will unfortunately destroy the vertical
14733  table lines as in the following table: 
14734 \lang spanish
14735
14736 \begin_inset Tabular
14737 <lyxtabular version="3" rows="3" columns="1">
14738 <features>
14739 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14740 <row topline="true">
14741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14742 \begin_inset Text
14743
14744 \begin_layout Standard
14745 A
14746 \end_layout
14747
14748 \end_inset
14749 </cell>
14750 </row>
14751 <row topline="true" interlinespace="3mm">
14752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14753 \begin_inset Text
14754
14755 \begin_layout Standard
14756 \begin_inset Formula $\downarrow$
14757 \end_inset
14758
14759  3\InsetSpace \thinspace{}
14760 mm space between row 
14761 \begin_inset Formula $\downarrow$
14762 \end_inset
14763
14764
14765 \end_layout
14766
14767 \end_inset
14768 </cell>
14769 </row>
14770 <row topline="true" bottomline="true">
14771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14772 \begin_inset Text
14773
14774 \begin_layout Standard
14775 \begin_inset Formula $\uparrow$
14776 \end_inset
14777
14778  3\InsetSpace \thinspace{}
14779 mm space between row 
14780 \begin_inset Formula $\uparrow$
14781 \end_inset
14782
14783
14784 \end_layout
14785
14786 \end_inset
14787 </cell>
14788 </row>
14789 </lyxtabular>
14790
14791 \end_inset
14792
14793
14794 \lang english
14795
14796 \newline
14797 So inserting space to the top of row for normal tables is only useful when
14798  you don't have vertical lines.
14799 \end_layout
14800
14801 \begin_layout Standard
14802
14803 \lang english
14804 When you want to add extra height to all cells of all tables, you can do
14805  this with the following preamble line:
14806 \end_layout
14807
14808 \begin_layout Standard
14809
14810 \series bold
14811 \lang english
14812
14813 \backslash
14814 setlength{
14815 \backslash
14816 extrarowheight}{height}
14817 \end_layout
14818
14819 \begin_layout Standard
14820
14821 \lang english
14822 But this has the disadvantage that the cell texts are no longer exactly
14823  vertically centered.
14824 \end_layout
14825
14826 \begin_layout Subsection
14827 Alineación Especial de Celdas
14828 \begin_inset LatexCommand index
14829 name "Personalización de Tablas ! Alineación Especial de Celdas"
14830
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \begin_layout Standard
14837 A veces mejora la presentación si las entradas en las celdas de una columna
14838  se alinean con un carácter determinado, p.\InsetSpace \thinspace{}
14839 e.
14840  el separador decimal, como en la Tabla\InsetSpace ~
14841
14842 \begin_inset LatexCommand ref
14843 reference "tab:Tabla-con-celdas-de"
14844
14845 \end_inset
14846
14847 .
14848 \end_layout
14849
14850 \begin_layout Standard
14851 \begin_inset Float table
14852 wide false
14853 sideways false
14854 status open
14855
14856 \begin_layout Standard
14857 \begin_inset Caption
14858
14859 \begin_layout Standard
14860 \begin_inset LatexCommand label
14861 name "tab:Tabla-con-celdas-de"
14862
14863 \end_inset
14864
14865 Tabla con celdas alineadas con el separador decimal.
14866 \end_layout
14867
14868 \end_inset
14869
14870
14871 \end_layout
14872
14873 \begin_layout Standard
14874 \align center
14875 \begin_inset Tabular
14876 <lyxtabular version="3" rows="4" columns="2">
14877 <features>
14878 <column alignment="right" valignment="top" width="0">
14879 <column alignment="left" valignment="top" width="0" special="@{}l">
14880 <row bottomline="true">
14881 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Standard
14885 encabezado
14886 \end_layout
14887
14888 \end_inset
14889 </cell>
14890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Standard
14894
14895 \end_layout
14896
14897 \end_inset
14898 </cell>
14899 </row>
14900 <row>
14901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Standard
14905 12.
14906 \end_layout
14907
14908 \end_inset
14909 </cell>
14910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Standard
14914 6
14915 \end_layout
14916
14917 \end_inset
14918 </cell>
14919 </row>
14920 <row>
14921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14922 \begin_inset Text
14923
14924 \begin_layout Standard
14925 0.
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Standard
14934 68
14935 \end_layout
14936
14937 \end_inset
14938 </cell>
14939 </row>
14940 <row>
14941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Standard
14945 -123.
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Standard
14954 0
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 </row>
14960 </lyxtabular>
14961
14962 \end_inset
14963
14964
14965 \end_layout
14966
14967 \end_inset
14968
14969
14970 \end_layout
14971
14972 \begin_layout Standard
14973 Esta es una tabla 4×2.
14974  El encabezado es una multicolumna centrada.
14975  La primera columna está alineada a la derecha y contiene el punto decimal
14976  y los dígitos anteriores.
14977  La segunda columna está alineada a la izquierda y contiene los dígitos
14978  posteriores al punto decimal.
14979  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
14980  argumento LaTeX para la segunda columna:
14981 \end_layout
14982
14983 \begin_layout Standard
14984
14985 \series bold
14986 @{}l
14987 \end_layout
14988
14989 \begin_layout Standard
14990 Si quieres una línea vertical a la derecha de la segunda columna, usa en
14991  su lugar el argumento LaTeX: 
14992 \series bold
14993 @{}l|
14994 \end_layout
14995
14996 \begin_layout Standard
14997 La Tabla\InsetSpace ~
14998
14999 \begin_inset LatexCommand ref
15000 reference "tab:Varias-alineaciones"
15001
15002 \end_inset
15003
15004  muestra varios ejemplos de alineación.
15005  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
15006 o más pequeño al comienzo de la última columna para conseguir el espacio
15007  adecuado alrededor del signo.
15008 \end_layout
15009
15010 \begin_layout Standard
15011 \begin_inset Float table
15012 wide false
15013 sideways false
15014 status open
15015
15016 \begin_layout Standard
15017 \begin_inset Caption
15018
15019 \begin_layout Standard
15020 \begin_inset LatexCommand label
15021 name "tab:Varias-alineaciones"
15022
15023 \end_inset
15024
15025 Tabla con varias alineaciones.
15026 \end_layout
15027
15028 \end_inset
15029
15030
15031 \end_layout
15032
15033 \begin_layout Standard
15034 \align center
15035 \begin_inset Tabular
15036 <lyxtabular version="3" rows="4" columns="6">
15037 <features>
15038 <column alignment="right" valignment="top" width="0">
15039 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
15040 <column alignment="right" valignment="top" width="0">
15041 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
15042 <column alignment="right" valignment="top" width="0">
15043 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15044 <row bottomline="true">
15045 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Standard
15049 unidades
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Standard
15058
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Standard
15067 exponentes
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Standard
15076
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Standard
15085 relaciones
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Standard
15094
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 </row>
15100 <row>
15101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Standard
15105 12×
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Standard
15114 24\InsetSpace \thinspace{}
15115 bottles
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Standard
15124 \begin_inset Formula $10\cdot$
15125 \end_inset
15126
15127
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Standard
15136 \begin_inset Formula $10^{\mbox{-}17}$
15137 \end_inset
15138
15139
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Standard
15148 \begin_inset Formula $\Gamma(t)\propto$
15149 \end_inset
15150
15151
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Standard
15160 \begin_inset Formula $\:\Upsilon(t)$
15161 \end_inset
15162
15163
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 </row>
15169 <row>
15170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Standard
15174 1024×
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Standard
15183 768\InsetSpace \thinspace{}
15184 Pixels
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Standard
15193 \begin_inset Formula $5.78\cdot$
15194 \end_inset
15195
15196
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Standard
15205 \begin_inset Formula $10^{7}$
15206 \end_inset
15207
15208
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Standard
15217 \begin_inset Formula $A\ne$
15218 \end_inset
15219
15220
15221 \end_layout
15222
15223 \end_inset
15224 </cell>
15225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Standard
15229 \begin_inset Formula $\: B_{\mathrm{red}}$
15230 \end_inset
15231
15232
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 </row>
15238 <row>
15239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Standard
15243 32×
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Standard
15252 6\InsetSpace \thinspace{}
15253 cm
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Standard
15262 -
15263 \begin_inset Formula $33.5\cdot$
15264 \end_inset
15265
15266
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Standard
15275 \begin_inset Formula $10^{4}$
15276 \end_inset
15277
15278
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Standard
15287 \begin_inset Formula $\sin(\alpha)\ge$
15288 \end_inset
15289
15290
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15296 \begin_inset Text
15297
15298 \begin_layout Standard
15299 \begin_inset Formula $\:\sin(\beta)$
15300 \end_inset
15301
15302
15303 \end_layout
15304
15305 \end_inset
15306 </cell>
15307 </row>
15308 </lyxtabular>
15309
15310 \end_inset
15311
15312
15313 \end_layout
15314
15315 \end_inset
15316
15317
15318 \end_layout
15319
15320 \begin_layout Standard
15321 \begin_inset VSpace bigskip
15322 \end_inset
15323
15324 también hay un paquete LaTeX, 
15325 \series bold
15326 dcolumn
15327 \series default
15328
15329 \begin_inset LatexCommand index
15330 name "LaTeX-paquetes ! dcolumn"
15331
15332 \end_inset
15333
15334 , que provee alineación de celdas.
15335  Pero desgraciadamente trata las entradas de celda en modo matemático y
15336  no permite fórmulas en celdas: La primera columna de la Tabla\InsetSpace ~
15337
15338 \begin_inset LatexCommand ref
15339 reference "tab:Varias-alineaciones"
15340
15341 \end_inset
15342
15343  se verá con 
15344 \series bold
15345 dcolumn
15346 \series default
15347  como la primera columna en la Tabla\InsetSpace ~
15348
15349 \begin_inset LatexCommand ref
15350 reference "tab:Alineaciones-con-el"
15351
15352 \end_inset
15353
15354  y solo con algunos trucos se consigue lo que se espera.
15355  La lineación de la segunda y tercera columnas de la Tabla\InsetSpace ~
15356
15357 \begin_inset LatexCommand ref
15358 reference "tab:Varias-alineaciones"
15359
15360 \end_inset
15361
15362  no es posible con 
15363 \series bold
15364 dcolumn
15365 \series default
15366 .
15367 \end_layout
15368
15369 \begin_layout Standard
15370 \begin_inset Float table
15371 placement h
15372 wide false
15373 sideways false
15374 status open
15375
15376 \begin_layout Standard
15377 \begin_inset Caption
15378
15379 \begin_layout Standard
15380 \begin_inset LatexCommand label
15381 name "tab:Alineaciones-con-el"
15382
15383 \end_inset
15384
15385 Alineaciones con el paquete LaTeX 
15386 \series bold
15387 dcolumn
15388 \series default
15389 .
15390  Para la segunda y tercera alineaciones se han hecho algunos trucos.
15391 \end_layout
15392
15393 \end_inset
15394
15395
15396 \end_layout
15397
15398 \begin_layout Standard
15399 \align center
15400 \begin_inset Tabular
15401 <lyxtabular version="3" rows="4" columns="3">
15402 <features>
15403 <column alignment="center" valignment="top" rightline="true" width="0" special="D{×}{\times}{-1}|">
15404 <column alignment="center" valignment="top" width="0" special="D{×}{\times}{4.9}|">
15405 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
15406 <row bottomline="true">
15407 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Standard
15411 unidades
15412 \end_layout
15413
15414 \end_inset
15415 </cell>
15416 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15417 \begin_inset Text
15418
15419 \begin_layout Standard
15420 unidades
15421 \end_layout
15422
15423 \end_inset
15424 </cell>
15425 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Standard
15429 unidades
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 </row>
15435 <row>
15436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Standard
15440 12×24\InsetSpace \thinspace{}
15441 bottles
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Standard
15450 12×24\InsetSpace \thinspace{}
15451
15452 \begin_inset Formula $\mbox{bottles}$
15453 \end_inset
15454
15455
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15461 \begin_inset Text
15462
15463 \begin_layout Standard
15464 12×24~
15465 \begin_inset Formula $\mbox{bottles}$
15466 \end_inset
15467
15468
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 </row>
15474 <row>
15475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Standard
15479 1024×768\InsetSpace \thinspace{}
15480 Pixels
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15486 \begin_inset Text
15487
15488 \begin_layout Standard
15489 1024×768\InsetSpace \thinspace{}
15490
15491 \begin_inset Formula $\mbox{Pixels}$
15492 \end_inset
15493
15494
15495 \end_layout
15496
15497 \end_inset
15498 </cell>
15499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Standard
15503 1024×768~
15504 \begin_inset Formula $\mbox{Pixels}$
15505 \end_inset
15506
15507
15508 \end_layout
15509
15510 \end_inset
15511 </cell>
15512 </row>
15513 <row>
15514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Standard
15518 32×6\InsetSpace \thinspace{}
15519 cm
15520 \end_layout
15521
15522 \end_inset
15523 </cell>
15524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Standard
15528 32×6\InsetSpace \thinspace{}
15529
15530 \begin_inset Formula $\mbox{cm}$
15531 \end_inset
15532
15533
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Standard
15542 32×6~
15543 \begin_inset Formula $\mbox{cm}$
15544 \end_inset
15545
15546
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 </row>
15552 </lyxtabular>
15553
15554 \end_inset
15555
15556
15557 \end_layout
15558
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \begin_layout Subsection
15565 Formato Personalizado de Celda/Columna
15566 \begin_inset LatexCommand label
15567 name "sub:Formato-Personalizado"
15568
15569 \end_inset
15570
15571
15572 \begin_inset LatexCommand index
15573 name "Personalización de Tablas ! Formato de Celda/Columna"
15574
15575 \end_inset
15576
15577
15578 \end_layout
15579
15580 \begin_layout Standard
15581 El cálculo de la anchura nesesaria para columnas extendidas descrito en
15582  la sección\InsetSpace ~
15583
15584 \begin_inset LatexCommand ref
15585 reference "sub:Cálculos-en-Multicolumnas"
15586
15587 \end_inset
15588
15589  es muy pesado si tienes varias tablas con multicolumnas.
15590  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
15591 mna aplicable a todas las tablas del documento.
15592  El formato se define con el comando
15593 \end_layout
15594
15595 \begin_layout Standard
15596
15597 \series bold
15598
15599 \backslash
15600 newcolumntype{nombre del formato}[número de argumentos]{comandos}
15601 \end_layout
15602
15603 \begin_layout Standard
15604 El nombre de formato puede ser una sola letra.
15605  Las letras 
15606 \emph on
15607 b, c, l, m, p 
15608 \emph default
15609 y
15610 \emph on
15611  r
15612 \emph default
15613  están predefinidas y no pueden usarse.
15614  Pero se permiten todas las mayúsculas.
15615 \end_layout
15616
15617 \begin_layout Standard
15618 \begin_inset VSpace medskip
15619 \end_inset
15620
15621
15622 \end_layout
15623
15624 \begin_layout Standard
15625 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
15626  fija puedes definir el formato de celda
15627 \end_layout
15628
15629 \begin_layout Standard
15630
15631 \series bold
15632
15633 \backslash
15634 newcolumntype{M}[1]{>{
15635 \backslash
15636 centering
15637 \backslash
15638 hspace{0pt}}m{#1}}
15639 \end_layout
15640
15641 \begin_layout Standard
15642 donde 
15643 \series bold
15644
15645 \backslash
15646 hspace{0pt}
15647 \series default
15648  evita el problema de partir con guión la primera palabra, como se describe
15649  en la sección\InsetSpace ~
15650
15651 \begin_inset LatexCommand ref
15652 reference "sub:Líneas-Múltiples-en"
15653
15654 \end_inset
15655
15656 .
15657  Ahora puedes introducir simplemente
15658 \end_layout
15659
15660 \begin_layout Standard
15661
15662 \series bold
15663 |M{ancho}
15664 \end_layout
15665
15666 \begin_layout Standard
15667 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
15668 \end_layout
15669
15670 \begin_layout Standard
15671 \begin_inset VSpace bigskip
15672 \end_inset
15673
15674
15675 \end_layout
15676
15677 \begin_layout Standard
15678 Para celdas extendidas en una celda multicolumna, puedes definir el formato
15679 \end_layout
15680
15681 \begin_layout Standard
15682
15683 \series bold
15684
15685 \backslash
15686 newcolumntype{S}[2]{>{
15687 \backslash
15688 centering
15689 \backslash
15690 hspace{0pt}}
15691 \newline
15692
15693 \begin_inset ERT
15694 status collapsed
15695
15696 \begin_layout Standard
15697
15698
15699 \backslash
15700 phantom{
15701 \end_layout
15702
15703 \end_inset
15704
15705
15706 \backslash
15707 newcolumntype{S}[2]
15708 \begin_inset ERT
15709 status collapsed
15710
15711 \begin_layout Standard
15712
15713 }
15714 \end_layout
15715
15716 \end_inset
15717
15718 m{(#1+(2
15719 \backslash
15720 tabcolsep+
15721 \backslash
15722 arrayrulewidth)*(1-#2))/#2}}
15723 \end_layout
15724
15725 \begin_layout Standard
15726 Este formato usa la ecuación 
15727 \begin_inset LatexCommand eqref
15728 reference "eq:Wgn"
15729
15730 \end_inset
15731
15732  para calcular la anchura necesaria para que cada celda extendida tenga
15733  la misma anchura.
15734 \end_layout
15735
15736 \begin_layout Standard
15737 Ahora puedes introducir
15738 \end_layout
15739
15740 \begin_layout Standard
15741
15742 \series bold
15743 |S{ancho de la celda multicolumna}{número de columnas extendidas}
15744 \end_layout
15745
15746 \begin_layout Standard
15747 como argumento LaTeX de la columna.
15748 \end_layout
15749
15750 \begin_layout Standard
15751 \begin_inset VSpace bigskip
15752 \end_inset
15753
15754
15755 \end_layout
15756
15757 \begin_layout Standard
15758 Para columnas coloreadas puedes definir
15759 \end_layout
15760
15761 \begin_layout Standard
15762
15763 \series bold
15764
15765 \backslash
15766 newcolumntype{K}[1]{>{
15767 \backslash
15768 columncolor{#1}
15769 \backslash
15770 hspace{0pt}}c}
15771 \end_layout
15772
15773 \begin_layout Standard
15774 La "c" al final crea una columna con anchura flexible cuyo texto está centrado
15775  horizontalmente.
15776  Ahora puedes introducir
15777 \end_layout
15778
15779 \begin_layout Standard
15780
15781 \series bold
15782 K{nombre del color}
15783 \end_layout
15784
15785 \begin_layout Standard
15786 como argumento LaTeX.
15787 \end_layout
15788
15789 \begin_layout Standard
15790 \begin_inset VSpace bigskip
15791 \end_inset
15792
15793
15794 \end_layout
15795
15796 \begin_layout Standard
15797 Para crear la Tabla\InsetSpace ~
15798
15799 \begin_inset LatexCommand ref
15800 reference "tab:Tabla-con-formatos-definidos-por"
15801
15802 \end_inset
15803
15804  usa los argumentos LaTeX
15805 \end_layout
15806
15807 \begin_layout Standard
15808
15809 \series bold
15810 |M{2.5cm}
15811 \end_layout
15812
15813 \begin_layout Standard
15814 para la primera columna y la multicolumna,
15815 \end_layout
15816
15817 \begin_layout Standard
15818
15819 \series bold
15820 |K{red}|
15821 \end_layout
15822
15823 \begin_layout Standard
15824 para la última columna y
15825 \end_layout
15826
15827 \begin_layout Standard
15828
15829 \series bold
15830 |S{2.5cm}{2}
15831 \end_layout
15832
15833 \begin_layout Standard
15834 para las celdas en la segunda columna.
15835 \end_layout
15836
15837 \begin_layout Standard
15838 \begin_inset Float table
15839 placement h
15840 wide false
15841 sideways false
15842 status open
15843
15844 \begin_layout Standard
15845 \begin_inset Caption
15846
15847 \begin_layout Standard
15848 \begin_inset LatexCommand label
15849 name "tab:Tabla-con-formatos-definidos-por"
15850
15851 \end_inset
15852
15853 Tabla con formatos definidos por el usuario
15854 \end_layout
15855
15856 \end_inset
15857
15858
15859 \end_layout
15860
15861 \begin_layout Standard
15862 \align center
15863 \begin_inset Tabular
15864 <lyxtabular version="3" rows="3" columns="4">
15865 <features>
15866 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="|M{2.5cm}">
15867 <column alignment="center" valignment="middle" leftline="true" width="0" special="|S{2.5cm}{2}">
15868 <column alignment="center" valignment="middle" leftline="true" width="0">
15869 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="|K{red}|">
15870 <row topline="true">
15871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Standard
15875 palabramuylargaenceldadetabla
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}|">
15881 \begin_inset Text
15882
15883 \begin_layout Standard
15884 multicolumna línea múltiple
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Standard
15893
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Standard
15902 c
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 </row>
15908 <row topline="true">
15909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Standard
15913 d
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Standard
15922 e
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Standard
15931 f
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Standard
15940 g
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 </row>
15946 <row topline="true" bottomline="true">
15947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Standard
15951 h
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Standard
15960 i
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Standard
15969 j
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Standard
15978 k
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 </row>
15984 </lyxtabular>
15985
15986 \end_inset
15987
15988
15989 \end_layout
15990
15991 \end_inset
15992
15993
15994 \end_layout
15995
15996 \begin_layout Subsection
15997 Grosor de Líneas
15998 \begin_inset LatexCommand label
15999 name "sub:Grosor-de-Líneas"
16000
16001 \end_inset
16002
16003
16004 \begin_inset LatexCommand index
16005 name "Personalización de Tablas ! Grosor de Línea"
16006
16007 \end_inset
16008
16009
16010 \end_layout
16011
16012 \begin_layout Standard
16013 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
16014  
16015 \series bold
16016
16017 \backslash
16018 arrayrulewidth
16019 \series default
16020 .
16021  Por ejemplo, para poner un grosor de línea de 1.5\InsetSpace \thinspace{}
16022 pt, como en la Tabla\InsetSpace ~
16023
16024 \begin_inset LatexCommand ref
16025 reference "tab:Tabla-con-líneas"
16026
16027 \end_inset
16028
16029 , inserta el comando
16030 \end_layout
16031
16032 \begin_layout Standard
16033
16034 \series bold
16035
16036 \backslash
16037 setlength{
16038 \backslash
16039 arrayrulewidth}{1.5pt}
16040 \end_layout
16041
16042 \begin_layout Standard
16043 en ERT antes de la tabla o flotante.
16044  Este cambio es válido para todas las siguientes tablas.
16045  Para volver al valor predeterminado, define 
16046 \series bold
16047
16048 \backslash
16049 arrayrulewidth
16050 \series default
16051  a 0.4\InsetSpace \thinspace{}
16052 pt en ERT detrás de la tabla o flotante.
16053 \end_layout
16054
16055 \begin_layout Standard
16056 \begin_inset ERT
16057 status collapsed
16058
16059 \begin_layout Standard
16060
16061
16062 \backslash
16063 setlength{
16064 \backslash
16065 arrayrulewidth}{1.5pt}
16066 \end_layout
16067
16068 \end_inset
16069
16070
16071 \begin_inset Float table
16072 wide false
16073 sideways false
16074 status open
16075
16076 \begin_layout Standard
16077 \begin_inset Caption
16078
16079 \begin_layout Standard
16080 \begin_inset LatexCommand label
16081 name "tab:Tabla-con-líneas"
16082
16083 \end_inset
16084
16085 Tabla con líneas de grosor 1.5\InsetSpace \thinspace{}
16086 pt
16087 \end_layout
16088
16089 \end_inset
16090
16091
16092 \end_layout
16093
16094 \begin_layout Standard
16095 \align center
16096 \begin_inset Tabular
16097 <lyxtabular version="3" rows="3" columns="3">
16098 <features>
16099 <column alignment="center" valignment="top" leftline="true" width="0">
16100 <column alignment="center" valignment="top" leftline="true" width="0">
16101 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16102 <row topline="true">
16103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Standard
16107 sd
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Standard
16116
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Standard
16125
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 </row>
16131 <row topline="true">
16132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Standard
16136
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16142 \begin_inset Text
16143
16144 \begin_layout Standard
16145 sd
16146 \end_layout
16147
16148 \end_inset
16149 </cell>
16150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Standard
16154
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 </row>
16160 <row topline="true" bottomline="true">
16161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Standard
16165
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Standard
16174
16175 \end_layout
16176
16177 \end_inset
16178 </cell>
16179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Standard
16183 sd
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 </row>
16189 </lyxtabular>
16190
16191 \end_inset
16192
16193
16194 \end_layout
16195
16196 \end_inset
16197
16198
16199 \begin_inset ERT
16200 status collapsed
16201
16202 \begin_layout Standard
16203
16204
16205 \backslash
16206 setlength{
16207 \backslash
16208 arrayrulewidth}{0.4pt}
16209 \end_layout
16210
16211 \end_inset
16212
16213
16214 \end_layout
16215
16216 \begin_layout Standard
16217 \begin_inset VSpace bigskip
16218 \end_inset
16219
16220 Para definir un grosor de 1.5\InsetSpace \thinspace{}
16221 pt sólo para líneas horizontales, como en la
16222  Tabla\InsetSpace ~
16223
16224 \begin_inset LatexCommand ref
16225 reference "tab:Tabla-con-horizontales"
16226
16227 \end_inset
16228
16229 , inserta estos comandos en ERT antes de la tabla o flotante:
16230 \end_layout
16231
16232 \begin_layout Standard
16233
16234 \series bold
16235
16236 \backslash
16237 let
16238 \backslash
16239 myHline
16240 \backslash
16241 hline
16242 \newline
16243
16244 \backslash
16245 renewcommand{
16246 \backslash
16247 hline}
16248 \newline
16249  {
16250 \backslash
16251 noalign{
16252 \backslash
16253 global
16254 \backslash
16255 arrayrulewidth 1.5pt}
16256 \newline
16257   
16258 \backslash
16259 myHline
16260 \backslash
16261 noalign{
16262 \backslash
16263 global
16264 \backslash
16265 arrayrulewidth 0.4pt}}
16266 \end_layout
16267
16268 \begin_layout Standard
16269 Para volver al grosor predeterminado, inserta este comando en ERT detrás
16270  de la tabla o flotante:
16271 \end_layout
16272
16273 \begin_layout Standard
16274
16275 \series bold
16276
16277 \backslash
16278 renewcommand{
16279 \backslash
16280 hline}{
16281 \backslash
16282 myHline}
16283 \end_layout
16284
16285 \begin_layout Standard
16286 \begin_inset ERT
16287 status collapsed
16288
16289 \begin_layout Standard
16290
16291
16292 \backslash
16293 let
16294 \backslash
16295 myHline
16296 \backslash
16297 hline
16298 \end_layout
16299
16300 \begin_layout Standard
16301
16302
16303 \backslash
16304 renewcommand{
16305 \backslash
16306 hline}
16307 \end_layout
16308
16309 \begin_layout Standard
16310
16311  {
16312 \backslash
16313 noalign{
16314 \backslash
16315 global
16316 \backslash
16317 arrayrulewidth 1.5pt}
16318 \end_layout
16319
16320 \begin_layout Standard
16321
16322   
16323 \backslash
16324 myHline
16325 \backslash
16326 noalign{
16327 \backslash
16328 global
16329 \backslash
16330 arrayrulewidth 0.4pt}}
16331 \end_layout
16332
16333 \end_inset
16334
16335
16336 \begin_inset Float table
16337 wide false
16338 sideways false
16339 status open
16340
16341 \begin_layout Standard
16342 \begin_inset Caption
16343
16344 \begin_layout Standard
16345 \begin_inset LatexCommand label
16346 name "tab:Tabla-con-horizontales"
16347
16348 \end_inset
16349
16350 Tabla con líneas horizontales de 1.5\InsetSpace \thinspace{}
16351 pt
16352 \end_layout
16353
16354 \end_inset
16355
16356
16357 \end_layout
16358
16359 \begin_layout Standard
16360 \align center
16361 \begin_inset Tabular
16362 <lyxtabular version="3" rows="3" columns="3">
16363 <features>
16364 <column alignment="center" valignment="top" leftline="true" width="0">
16365 <column alignment="center" valignment="top" leftline="true" width="0">
16366 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16367 <row topline="true">
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Standard
16372 sd
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Standard
16381
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Standard
16390
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 </row>
16396 <row topline="true">
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Standard
16401
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Standard
16410 sd
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Standard
16419
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 </row>
16425 <row topline="true" bottomline="true">
16426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Standard
16430
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Standard
16439
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Standard
16448 sd
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 </row>
16454 </lyxtabular>
16455
16456 \end_inset
16457
16458
16459 \end_layout
16460
16461 \end_inset
16462
16463
16464 \begin_inset ERT
16465 status collapsed
16466
16467 \begin_layout Standard
16468
16469
16470 \backslash
16471 renewcommand{
16472 \backslash
16473 hline}{
16474 \backslash
16475 myHline}
16476 \end_layout
16477
16478 \end_inset
16479
16480
16481 \end_layout
16482
16483 \begin_layout Standard
16484 \begin_inset VSpace bigskip
16485 \end_inset
16486
16487 Para establacer grosor de 1.5 pt sólo para líneas verticales, crea el siguiente
16488  formato de columna en el preámbulo del documento, de acuerdo con lo descrito
16489  en la sección\InsetSpace ~
16490
16491 \begin_inset LatexCommand ref
16492 reference "sub:Formato-Personalizado"
16493
16494 \end_inset
16495
16496 :
16497 \end_layout
16498
16499 \begin_layout Standard
16500
16501 \series bold
16502
16503 \backslash
16504 newcolumntype{V}{!{
16505 \backslash
16506 vrule width 1.5pt}}
16507 \end_layout
16508
16509 \begin_layout Standard
16510 Para la Tabla\InsetSpace ~
16511
16512 \begin_inset LatexCommand ref
16513 reference "tab:Tabla-con-verticales"
16514
16515 \end_inset
16516
16517  se usó el argumento LaTeX
16518 \end_layout
16519
16520 \begin_layout Standard
16521
16522 \series bold
16523 VcV
16524 \end_layout
16525
16526 \begin_layout Standard
16527 para la última columna y
16528 \end_layout
16529
16530 \begin_layout Standard
16531
16532 \series bold
16533 Vc
16534 \end_layout
16535
16536 \begin_layout Standard
16537 para las otras.
16538 \end_layout
16539
16540 \begin_layout Standard
16541 \begin_inset Float table
16542 wide false
16543 sideways false
16544 status open
16545
16546 \begin_layout Standard
16547 \begin_inset Caption
16548
16549 \begin_layout Standard
16550 \begin_inset LatexCommand label
16551 name "tab:Tabla-con-verticales"
16552
16553 \end_inset
16554
16555 Tabla con líneas verticales de 1.5\InsetSpace \thinspace{}
16556 pt de grosor
16557 \end_layout
16558
16559 \end_inset
16560
16561
16562 \end_layout
16563
16564 \begin_layout Standard
16565 \align center
16566 \begin_inset Tabular
16567 <lyxtabular version="3" rows="3" columns="3">
16568 <features>
16569 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16570 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16571 <column alignment="center" valignment="top" leftline="true" width="0" special="VcV">
16572 <row topline="true">
16573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Standard
16577 sd
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Standard
16586
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Standard
16595
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 </row>
16601 <row topline="true">
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Standard
16606
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Standard
16615 sd
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16621 \begin_inset Text
16622
16623 \begin_layout Standard
16624
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 </row>
16630 <row topline="true" bottomline="true">
16631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Standard
16635
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Standard
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Standard
16653 sd
16654 \end_layout
16655
16656 \end_inset
16657 </cell>
16658 </row>
16659 </lyxtabular>
16660
16661 \end_inset
16662
16663
16664 \end_layout
16665
16666 \end_inset
16667
16668
16669 \end_layout
16670
16671 \begin_layout Subsection
16672 Líneas de Trazos
16673 \begin_inset LatexCommand index
16674 name "Personalización de Tablas ! Líneas de Trazos"
16675
16676 \end_inset
16677
16678
16679 \end_layout
16680
16681 \begin_layout Standard
16682 \begin_inset ERT
16683 status collapsed
16684
16685 \begin_layout Standard
16686
16687
16688 \backslash
16689 ifarydshln
16690 \end_layout
16691
16692 \end_inset
16693
16694
16695 \begin_inset Note Note
16696 status open
16697
16698 \begin_layout Standard
16699
16700 \lang english
16701 The following section will only be displayed when you have the LaTeX-package
16702  
16703 \series bold
16704 arydshln
16705 \series default
16706  is installed.
16707 \end_layout
16708
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \begin_layout Standard
16715 \begin_inset Float table
16716 placement H
16717 wide false
16718 sideways false
16719 status open
16720
16721 \begin_layout Standard
16722 \begin_inset Caption
16723
16724 \begin_layout Standard
16725 \begin_inset LatexCommand label
16726 name "tab:Tabla-con-trazos"
16727
16728 \end_inset
16729
16730 Tabla con líneas de trazos
16731 \end_layout
16732
16733 \end_inset
16734
16735
16736 \end_layout
16737
16738 \begin_layout Standard
16739 \align center
16740 \begin_inset Tabular
16741 <lyxtabular version="3" rows="5" columns="5">
16742 <features>
16743 <column alignment="center" valignment="top" leftline="true" width="0">
16744 <column alignment="center" valignment="top" leftline="true" width="0">
16745 <column alignment="center" valignment="top" width="0" special=":c">
16746 <column alignment="center" valignment="top" leftline="true" width="0">
16747 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16748 <row topline="true" bottomline="true">
16749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Standard
16753 a
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Standard
16762 b
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Standard
16771 c
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Standard
16780 d
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Standard
16789 e
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 </row>
16795 <row topline="true">
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Standard
16800 f
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Standard
16809 g
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Standard
16818 h
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Standard
16827 i
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Standard
16836 j
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 </row>
16842 <row>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Standard
16847 \begin_inset ERT
16848 status collapsed
16849
16850 \begin_layout Standard
16851
16852
16853 \backslash
16854 hdashline 
16855 \end_layout
16856
16857 \end_inset
16858
16859 k
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Standard
16868 l
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Standard
16877 m
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Standard
16886 n
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Standard
16895 o
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 </row>
16901 <row topline="true">
16902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Standard
16906 \begin_inset ERT
16907 status collapsed
16908
16909 \begin_layout Standard
16910
16911
16912 \backslash
16913 cdashline{4-5}
16914 \end_layout
16915
16916 \end_inset
16917
16918 p
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Standard
16927 q
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
16933 \begin_inset Text
16934
16935 \begin_layout Standard
16936 r
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
16942 \begin_inset Text
16943
16944 \begin_layout Standard
16945 s
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Standard
16954
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 </row>
16960 <row topline="true" bottomline="true">
16961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Standard
16965 t
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Standard
16974 u
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Standard
16983 v
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Standard
16992 w
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Standard
17001 x
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 </lyxtabular>
17008
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \begin_layout Standard
17020 En principio LyX no soporta líneas de trazos, hay que usar ERT.
17021  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
17022 \series bold
17023 arydshln
17024 \series default
17025
17026 \begin_inset LatexCommand index
17027 name "LaTeX-paquetes ! arydshln"
17028
17029 \end_inset
17030
17031  
17032 \end_layout
17033
17034 \begin_layout Standard
17035
17036 \series bold
17037
17038 \backslash
17039 usepackage{arydshln}
17040 \end_layout
17041
17042 \begin_layout Standard
17043 Para hacer una línea vertical a trazos, introduce dos puntos ":" junto con
17044  el caracter para alineación horizontal como argumento LaTeX en el diálogo
17045  de celda de tabla.
17046 \end_layout
17047
17048 \begin_layout Standard
17049 Para una línea de trazos horizontal añade el comando
17050 \end_layout
17051
17052 \begin_layout Standard
17053
17054 \series bold
17055
17056 \backslash
17057 hdashline
17058 \end_layout
17059
17060 \begin_layout Standard
17061 en ERT como primer elemento de la primera celda en la fila.
17062 \end_layout
17063
17064 \begin_layout Standard
17065 Para líneas de trazos en multicolumna usa el comando
17066 \end_layout
17067
17068 \begin_layout Standard
17069
17070 \series bold
17071
17072 \backslash
17073 cdashline{line number
17074 \series default
17075 }
17076 \end_layout
17077
17078 \begin_layout Standard
17079 en ERT como primer elemento de la primera celda en la fila.
17080  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
17081  4 y quieres una línea de trazos por encima, añade el comando
17082 \end_layout
17083
17084 \begin_layout Standard
17085
17086 \series bold
17087
17088 \backslash
17089 cdashline{2-4}
17090 \end_layout
17091
17092 \begin_layout Standard
17093 como primer elemento de la primera celda en la fila de la multicolumna.
17094 \end_layout
17095
17096 \begin_layout Standard
17097 \begin_inset VSpace bigskip
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \begin_layout Standard
17104 La Tabla\InsetSpace ~
17105
17106 \begin_inset LatexCommand ref
17107 reference "tab:Tabla-con-trazos"
17108
17109 \end_inset
17110
17111  se ha hecho usando "
17112 \series bold
17113 :c
17114 \series default
17115 " como argumento LaTeX de la tercera columna.
17116  El comando ERT 
17117 \series bold
17118
17119 \backslash
17120 hdashline
17121 \series default
17122  se ha insertado en la primera celda de la tercera fila y el comando ERT
17123 \newline
17124
17125 \series bold
17126
17127 \backslash
17128 cdashline{4-5}
17129 \series default
17130  en la primera celda de la cuarta fila.
17131 \end_layout
17132
17133 \begin_layout Standard
17134 \begin_inset Note Greyedout
17135 status open
17136
17137 \begin_layout Standard
17138
17139 \series bold
17140 Nota: 
17141 \series default
17142 Aparentemente el paquete LaTeX 
17143 \series bold
17144 arydshln
17145 \series default
17146  no es compatible con el paquete LaTeX 
17147 \series bold
17148 colortbl
17149 \series default
17150
17151 \begin_inset LatexCommand index
17152 name "LaTeX-paquetes ! colortbl"
17153
17154 \end_inset
17155
17156  que se usa para tablas coloreadas en la sección\InsetSpace ~
17157
17158 \begin_inset LatexCommand ref
17159 reference "sec:Tablas-Coloreadas"
17160
17161 \end_inset
17162
17163 .
17164  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
17165 \end_layout
17166
17167 \end_inset
17168
17169
17170 \end_layout
17171
17172 \begin_layout Standard
17173 \begin_inset ERT
17174 status collapsed
17175
17176 \begin_layout Standard
17177
17178
17179 \backslash
17180 else
17181 \end_layout
17182
17183 \end_inset
17184
17185
17186 \begin_inset Note Note
17187 status open
17188
17189 \begin_layout Standard
17190
17191 \lang english
17192 The following will be displayed when the LaTeX-package 
17193 \series bold
17194 arydshln
17195 \series default
17196  is not installed:
17197 \end_layout
17198
17199 \end_inset
17200
17201
17202 \end_layout
17203
17204 \begin_layout Standard
17205
17206 \lang english
17207 You need to install the package 
17208 \series bold
17209 arydshln
17210 \series default
17211  to see the contents of this section in the output.
17212 \end_layout
17213
17214 \begin_layout Standard
17215 \begin_inset ERT
17216 status collapsed
17217
17218 \begin_layout Standard
17219
17220
17221 \backslash
17222 fi
17223 \end_layout
17224
17225 \end_inset
17226
17227
17228 \end_layout
17229
17230 \begin_layout Chapter
17231 Flotantes
17232 \begin_inset LatexCommand label
17233 name "cha:Floats"
17234
17235 \end_inset
17236
17237
17238 \begin_inset LatexCommand index
17239 name "Flotantes"
17240
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \begin_layout Section
17247 Introducción
17248 \begin_inset LatexCommand label
17249 name "sec:IntroducciónFlotantes"
17250
17251 \end_inset
17252
17253
17254 \begin_inset LatexCommand index
17255 name "Flotantes ! Introducción"
17256
17257 \end_inset
17258
17259
17260 \end_layout
17261
17262 \begin_layout Standard
17263 Un flotante es un bloque de texto asociado con alguna especie de etiqueta
17264  que no tiene posición fija.
17265  Puede "flotar" adelante o atrás una o dos páginas, donde encaje mejor.
17266  Las 
17267 \family sans
17268 Notas\InsetSpace ~
17269 al\InsetSpace ~
17270 pie
17271 \family default
17272  y 
17273 \family sans
17274 Notas\InsetSpace ~
17275 al\InsetSpace ~
17276 margen
17277 \family default
17278  también son flotantes, porque pueden flotar a la página siguiente cuando
17279  hay demasiadas notas en la página.
17280 \end_layout
17281
17282 \begin_layout Standard
17283 Los flotantes hacen posible composiciones de alta calidad.
17284  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
17285  impedir espacios en blanco y páginas sin texto.
17286  Como el flotante destruye a menudo el contexto entre texto e imagen/tabla,
17287  cada flotante puede estar referido en el texto.
17288  Por lo tanto los flotantes están numerados.
17289  Las referencias se describen en la sección\InsetSpace ~
17290
17291 \begin_inset LatexCommand ref
17292 reference "sec:Referencias-a-Flotantes"
17293
17294 \end_inset
17295
17296  .
17297 \end_layout
17298
17299 \begin_layout Standard
17300 Para insertar un flotante, usa el menú 
17301 \family sans
17302 Insertar\SpecialChar \menuseparator
17303 Flotante
17304 \family default
17305 .
17306  En el documento se inserta un cuadro con etiqueta en el entorno 
17307 \family sans
17308 Encabezado
17309 \begin_inset Foot
17310 status collapsed
17311
17312 \begin_layout Standard
17313 El entorno 
17314 \family sans
17315 Encabezado
17316 \family default
17317  se describe en 
17318 \emph on
17319 Guía\InsetSpace ~
17320 del\InsetSpace ~
17321 Usuario 
17322 \emph default
17323 de LyX.
17324 \end_layout
17325
17326 \end_inset
17327
17328 .
17329
17330 \family default
17331  Cada etiqueta acaba con el caracter "#" como receptáculo para el número
17332  de flotante en la salida.
17333  La etiqueta será traducida automáticamente al lenguaje del documento.
17334  Tras la etiqueta se puede insertar el texto de encabezado.
17335  La imagen o tabla se inserta encima o debajo del encabezado en un párrafo
17336  separado dentro del flotante.
17337  Más sobre colocación de encabezados se describe en la sección\InsetSpace ~
17338
17339 \begin_inset LatexCommand ref
17340 reference "sec:Colocación-de-Encabezados"
17341
17342 \end_inset
17343
17344 .
17345  Para mantener legible el documento LyX, puedes abrir y cerrar el cuadro
17346  del flotante haciendo click-izquierda sobre él.
17347  Un cuadro cerrado se muestra así: 
17348 \begin_inset Graphics
17349         filename ../clipart/flotanteQt4.png
17350         scale 70
17351
17352 \end_inset
17353
17354  -- un cuadro gris con etiqueta en rojo.
17355 \end_layout
17356
17357 \begin_layout Standard
17358 Se recomienda insertar flotantes como párrafos separados para evitar posibles
17359  errores de LaTeX si el texto circundante se formatea de modo especial.
17360 \end_layout
17361
17362 \begin_layout Standard
17363 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
17364  y pinchando el botón correspondiente de la barra de herramientas para un
17365  flotante nuevo.
17366 \end_layout
17367
17368 \begin_layout Section
17369 Tipos de Flotantes
17370 \end_layout
17371
17372 \begin_layout Standard
17373 Además de los flotantes de imagen y de tabla que se describen en la sección\InsetSpace ~
17374
17375 \begin_inset LatexCommand ref
17376 reference "sec:Figuras-Flotantes"
17377
17378 \end_inset
17379
17380  y 
17381 \begin_inset LatexCommand ref
17382 reference "sec:Tablas-Flotantes"
17383
17384 \end_inset
17385
17386 , respectivamente, LyX ofrece los tipos 
17387 \series bold
17388 Algoritmo
17389 \series default
17390  y 
17391 \series bold
17392 Ajustado\InsetSpace ~
17393 al\InsetSpace ~
17394 Texto
17395 \series default
17396 .
17397 \end_layout
17398
17399 \begin_layout Subsection
17400 Algoritmos Flotantes
17401 \begin_inset LatexCommand index
17402 name "Flotantes ! Algoritmos Flotantes"
17403
17404 \end_inset
17405
17406
17407 \end_layout
17408
17409 \begin_layout Standard
17410 \begin_inset Float algorithm
17411 placement h
17412 wide false
17413 sideways false
17414 status open
17415
17416 \begin_layout Standard
17417 \begin_inset Caption
17418
17419 \begin_layout Standard
17420 \begin_inset LatexCommand label
17421 name "alg:Ejemplo-de-Algoritmo-flotante"
17422
17423 \end_inset
17424
17425 Ejemplo de Algoritmo flotante
17426 \end_layout
17427
17428 \end_inset
17429
17430
17431 \end_layout
17432
17433 \begin_layout LyX-Code
17434 for I in 1..N loop
17435 \newline
17436  Sum:= Sum + A(I); /*senseless comment*/
17437 \newline
17438 end loop
17439 \begin_inset VSpace -4mm
17440 \end_inset
17441
17442
17443 \end_layout
17444
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \begin_layout Standard
17451 Este tipo de flotante se inserta con el menú 
17452 \family sans
17453 Insertar\SpecialChar \menuseparator
17454 Flotante\SpecialChar \menuseparator
17455 Algoritmo
17456 \family default
17457 .
17458  Se usa para códigos y descripciones de algoritmos.
17459  Un posible entorno para algoritmos es 
17460 \family sans
17461 Código-LyX
17462 \family default
17463 , descrito en 
17464 \emph on
17465 Guía del Usuario
17466 \emph default
17467  de LyX.
17468  El algoritmo\InsetSpace ~
17469
17470 \begin_inset LatexCommand ref
17471 reference "alg:Ejemplo-de-Algoritmo-flotante"
17472
17473 \end_inset
17474
17475  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
17476  vertical de -4\InsetSpace \thinspace{}
17477 mm al final para tener la línea inferior exactamente bajo
17478  la última línea de texto.
17479 \end_layout
17480
17481 \begin_layout Standard
17482 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
17483  Si tu documento no es en Inglés, tienes que hacerlo manualmente añadiendo
17484  la siguiente línea al preámbulo del documento
17485 \series bold
17486 :
17487 \end_layout
17488
17489 \begin_layout Standard
17490
17491 \series bold
17492
17493 \backslash
17494 floatname{algorithm}{nombre}
17495 \end_layout
17496
17497 \begin_layout Standard
17498
17499 \family sans
17500 nombre
17501 \family default
17502  es la palabra
17503 \begin_inset Quotes eld
17504 \end_inset
17505
17506
17507 \emph on
17508 algorithm
17509 \emph default
17510
17511 \begin_inset Quotes erd
17512 \end_inset
17513
17514  en el lenguaje deseado.
17515 \end_layout
17516
17517 \begin_layout Description
17518
17519 \series bold
17520 Nota: 
17521 \series default
17522 Si se emplea el paquete LaTeX 
17523 \series bold
17524 hyperref
17525 \series default
17526
17527 \begin_inset LatexCommand index
17528 name "LaTeX-paquetes ! hyperref"
17529
17530 \end_inset
17531
17532  para enlazar referencias cruzadas a flotantes en la salida PDF, debe cargarse
17533  en el preámbulo LaTeX antes de la definición de flotantes para poder referirse
17534  a ellos.
17535
17536 \series bold
17537  
17538 \series default
17539 LyX establece la definición de algoritmos flotantes automáticamente antes
17540  de la parte del preámbulo editable por el usuario, así que hay que insertar
17541  las siguientes líneas 
17542 \emph on
17543 después
17544 \emph default
17545  de cargar el comando
17546 \series bold
17547  hyperref:
17548 \begin_inset VSpace defskip
17549 \end_inset
17550
17551
17552 \newline
17553
17554 \backslash
17555 newfloat{Xalgorithm}{tbp}{loa}
17556 \newline
17557
17558 \backslash
17559 floatname{Xalgorithm}{nombre}
17560 \newline
17561
17562 \backslash
17563 newcommand{
17564 \backslash
17565 theHalgorithm}{
17566 \backslash
17567 theHXalgorithm}
17568 \newline
17569
17570 \backslash
17571 renewenvironment{algorithm}[1][tbp]
17572 \newline
17573
17574 \begin_inset ERT
17575 status collapsed
17576
17577 \begin_layout Standard
17578
17579
17580 \backslash
17581 hphantom{ }
17582 \end_layout
17583
17584 \end_inset
17585
17586 {
17587 \backslash
17588 begin{Xalgorithm}[#1]}{
17589 \backslash
17590 end{Xalgorithm}}
17591 \begin_inset VSpace defskip
17592 \end_inset
17593
17594
17595 \series default
17596
17597 \newline
17598 Donde 
17599 \family sans
17600 nombre
17601 \family default
17602  es la palabra "
17603 \emph on
17604 algorithm
17605 \emph default
17606 " en el lenguaje deseado.
17607 \end_layout
17608
17609 \begin_layout Standard
17610 Los algoritmos flotantes no se numeran por defecto según el esquema "capítulo.alg
17611 oritmo" como es el caso para tablas e imágenes flotantes en muchas clases
17612  de documento.
17613  Para numerar algoritmos flotantes en el mismo esquema, añade este comando
17614  en el preámbulo del documento:
17615 \end_layout
17616
17617 \begin_layout Standard
17618
17619 \series bold
17620
17621 \backslash
17622 numberwithin{algorithm}{chapter}
17623 \end_layout
17624
17625 \begin_layout Standard
17626 Si usas el paquete LaTeX 
17627 \series bold
17628 hyperref
17629 \series default
17630 , añade en su lugar esta línea 
17631 \emph on
17632 después
17633 \emph default
17634  de la definición de 
17635 \family sans
17636 Xalgorithm
17637 \family default
17638  (los comandos de anteriores) en el preámbulo:
17639 \end_layout
17640
17641 \begin_layout Standard
17642
17643 \series bold
17644
17645 \backslash
17646 numberwithin{Xalgorithm}{chapter}
17647 \end_layout
17648
17649 \begin_layout Standard
17650 Para poder usar el comando 
17651 \series bold
17652
17653 \backslash
17654 numberwithin
17655 \series default
17656 , marca la opción 
17657 \family sans
17658 Usar\InsetSpace ~
17659 el\InsetSpace ~
17660 paquete\InsetSpace ~
17661 AMS
17662 \family default
17663  en el menú 
17664 \family sans
17665 Documento\SpecialChar \menuseparator
17666 Configuración\SpecialChar \menuseparator
17667 Ecuaciones
17668 \family default
17669 .
17670 \end_layout
17671
17672 \begin_layout Subsection
17673 Flotantes Ajustados a Texto
17674 \begin_inset LatexCommand index
17675 name "Flotantes ! Ajustados a Texto"
17676
17677 \end_inset
17678
17679
17680 \begin_inset LatexCommand label
17681 name "sub:floatflt-flotante-ajustado"
17682
17683 \end_inset
17684
17685
17686 \end_layout
17687
17688 \begin_layout Standard
17689 Este tipo de flotante se usa cuando quieres envolver una figura en el texto,
17690  de manera que ocupe solo una parte del ancho de columna.
17691  Puede insertarse usando el menú 
17692 \begin_inset Wrap figure
17693 placement l
17694 width "40col%"
17695 status open
17696
17697 \begin_layout Standard
17698 \begin_inset Graphics
17699         filename mobius.eps
17700         display color
17701         width 40col%
17702         rotateOrigin center
17703
17704 \end_inset
17705
17706
17707 \end_layout
17708
17709 \begin_layout Standard
17710 \begin_inset Caption
17711
17712 \begin_layout Standard
17713 \begin_inset LatexCommand label
17714 name "fig:Esto-es-una"
17715
17716 \end_inset
17717
17718 Esto es una figura envuelta, y esto la genial cabecera que la describe.
17719 \begin_inset VSpace medskip
17720 \end_inset
17721
17722
17723 \end_layout
17724
17725 \end_inset
17726
17727
17728 \end_layout
17729
17730 \end_inset
17731
17732  
17733 \family sans
17734 Insertar\SpecialChar \menuseparator
17735 Flotante\SpecialChar \menuseparator
17736 Flotante\InsetSpace ~
17737 de\InsetSpace ~
17738 ajuste\InsetSpace ~
17739 de\InsetSpace ~
17740 texto
17741 \family default
17742  si está instalado el paquete LaTeX 
17743 \series bold
17744 floatflt
17745 \series default
17746
17747 \begin_inset LatexCommand index
17748 name "LaTeX-paquetes ! floatflt"
17749
17750 \end_inset
17751
17752 .
17753 \begin_inset Foot
17754 status collapsed
17755
17756 \begin_layout Standard
17757 La instalación de paquetes LaTeX se explica en el manual 
17758 \emph on
17759 Configuration de LaTeX
17760 \emph default
17761 .
17762 \end_layout
17763
17764 \end_inset
17765
17766  La anchura y posición del flotante se ajusta con click-derecha sobre el
17767  cuadro del flotante.
17768  La Figura \InsetSpace ~
17769
17770 \begin_inset LatexCommand ref
17771 reference "fig:Esto-es-una"
17772
17773 \end_inset
17774
17775  es un ejemplo de flotante ajustado a texto con una anchura del 40\InsetSpace \thinspace{}
17776 col%.
17777 \begin_inset Foot
17778 status collapsed
17779
17780 \begin_layout Standard
17781 Ver unidades disponibles en\InsetSpace ~
17782
17783 \begin_inset LatexCommand ref
17784 reference "cha:Unidades-disponibles-en"
17785
17786 \end_inset
17787
17788 .
17789 \end_layout
17790
17791 \end_inset
17792
17793  Se ha añadido algún espacio bajo el encabezado para separarlo mejor del
17794  texto envolvente.
17795 \end_layout
17796
17797 \begin_layout Standard
17798 El paquete LaTeX 
17799 \series bold
17800 floatflt
17801 \series default
17802  también soporta tablas ajustadas a texto pero aún no es soportado por LyX.
17803  Si lo necesitas, consulta la documentoación de 
17804 \series bold
17805 floatflt
17806 \series default
17807  
17808 \begin_inset LatexCommand cite
17809 key "floatflt"
17810
17811 \end_inset
17812
17813 .
17814 \end_layout
17815
17816 \begin_layout Standard
17817 \begin_inset Note Greyedout
17818 status open
17819
17820 \begin_layout Standard
17821
17822 \series bold
17823 Nota:
17824 \series default
17825  ¡Los flotantes ajustados a texto son frágiles! P.
17826  e.
17827  si una figura está demasiado cerca de la parte inferior de la página se
17828  pueden perder cosas en el camino de salida, el flotante puede no aparecer
17829  o situarse junto a otro texto.
17830 \begin_inset Foot
17831 status open
17832
17833 \begin_layout Standard
17834 La mejor solución es usar el paquete LaTeX 
17835 \series bold
17836 wrapf\SpecialChar \textcompwordmark{}
17837 ig
17838 \series default
17839
17840 \begin_inset LatexCommand index
17841 name "LaTeX-paquetes ! wrapfig\\vspace{4mm}"
17842
17843 \end_inset
17844
17845  en vez de 
17846 \series bold
17847 floatf\SpecialChar \textcompwordmark{}
17848 lt
17849 \series default
17850  pero actualmente no es soportado por LyX.
17851 \end_layout
17852
17853 \end_inset
17854
17855
17856 \end_layout
17857
17858 \end_inset
17859
17860
17861 \end_layout
17862
17863 \begin_layout Standard
17864 En general:
17865 \end_layout
17866
17867 \begin_layout Itemize
17868 Los flotantes ajustados no deberían situarse en párrafos que van sobre un
17869  salto de página.
17870  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
17871  esté casi listo y puedas prever los saltos de página.
17872 \end_layout
17873
17874 \begin_layout Itemize
17875 Los flotantes ajustados deberían situarse, bien en un párrafo propio antes
17876  del párrafo donde deben ajustarse, o bien dentro de un párrafo.
17877 \end_layout
17878
17879 \begin_layout Itemize
17880 Los flotantes ajustados en párrafos consecutivos pueden dar problemas, así
17881  que asegura que hay un párrafo de texto entre ellos.
17882 \end_layout
17883
17884 \begin_layout Itemize
17885 Los flotantes ajustados no están permitidos en cabeceras de sección o tablas.
17886 \end_layout
17887
17888 \begin_layout Section
17889 Referencias a Flotantes
17890 \begin_inset LatexCommand label
17891 name "sec:Referencias-a-Flotantes"
17892
17893 \end_inset
17894
17895
17896 \begin_inset LatexCommand index
17897 name "Flotantes ! Referencias"
17898
17899 \end_inset
17900
17901
17902 \begin_inset LatexCommand index
17903 name "Referencias"
17904
17905 \end_inset
17906
17907
17908 \end_layout
17909
17910 \begin_layout Standard
17911 Para referirse a un flotante, inserta una etiqueta en su encabezado con
17912  el menú 
17913 \family sans
17914 Insertar\SpecialChar \menuseparator
17915 Etiqueta
17916 \family default
17917  o el botón 
17918 \begin_inset Graphics
17919         filename ../images/label-insert.xpm
17920         scale 85
17921
17922 \end_inset
17923
17924 .
17925  Aparece una ventana esperando la introducción del texto de la etiqueta
17926  y se inserta un cuadro gris como este: 
17927 \begin_inset Graphics
17928         filename ../clipart/etiquetaQt4.png
17929         scale 85
17930
17931 \end_inset
17932
17933 .
17934  LyX ofrece como texto las primeras palabras del encabezado con un prefijo.
17935  El prefijo depende del tipo de flotante, p.\InsetSpace \thinspace{}
17936 e.
17937  para figuras el prefijo será "
17938 \family sans
17939 fig:
17940 \family default
17941 ".
17942 \end_layout
17943
17944 \begin_layout Standard
17945 La etiqueta se usa como ancla y el nombre para la referencia.
17946  Puedes referir a la etiqueta usando el menú 
17947 \family sans
17948 Insertar\SpecialChar \menuseparator
17949 Referencia
17950 \family default
17951 \InsetSpace ~
17952
17953 \family sans
17954 cruzada
17955 \family default
17956  o el botón 
17957 \begin_inset Graphics
17958         filename ../images/dialog-show-new-inset_ref.xpm
17959         scale 85
17960
17961 \end_inset
17962
17963 .
17964  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
17965  Si tienes abiertos varios documentos LyX, escoge el que estás trabajando
17966  de la lista desplegable de la parte superior del diálogo.
17967  Puedes ordenar las etiquetas alfabéticamente y elegir una.
17968  Se inserta un cuadro gris como este: 
17969 \begin_inset Graphics
17970         filename ../clipart/referenciaQt4.png
17971         scale 85
17972
17973 \end_inset
17974
17975 .
17976  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
17977 \end_layout
17978
17979 \begin_layout Standard
17980 Se recomienda poner un espacio protegido entre el nombre de la referencia
17981  cruzada y su número para evitar saltos de línea entre ellos.
17982  Si una referencia cruzada corresponde a una etiqueta inexistente verás
17983  dos interrogaciones en la salida.
17984 \end_layout
17985
17986 \begin_layout Standard
17987 En cualquier momento puedes cambiar etiquetas haciendo click sobre el cuadro.
17988  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
17989  al texto de la etiqueta nueva, no te ocupes por eso.
17990 \end_layout
17991
17992 \begin_layout Standard
17993 El botón 
17994 \family sans
17995 Ir\InsetSpace ~
17996 a\InsetSpace ~
17997 la\InsetSpace ~
17998 etiqueta
17999 \family default
18000  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
18001  y el texto del botón cambia a 
18002 \family sans
18003 Volver
18004 \family default
18005  con el que se puede retornar a la referencia.
18006  Click-derecha sobre el cuadro de la referencia también lleva el cursor
18007  hasta la etiqueta pero sin opción de volver.
18008 \end_layout
18009
18010 \begin_layout Subsection
18011 Formatos de Referencia Cruzada
18012 \begin_inset LatexCommand label
18013 name "sub:Formatos-referencia-cruzada"
18014
18015 \end_inset
18016
18017
18018 \begin_inset LatexCommand index
18019 name "Referencias ! Formatos"
18020
18021 \end_inset
18022
18023
18024 \end_layout
18025
18026 \begin_layout Standard
18027 Hay seis variedades de referencias cruzadas:
18028 \end_layout
18029
18030 \begin_layout Description
18031 <referencia>: imprime el número flotante, esta es la opción predeterminada:
18032  
18033 \begin_inset LatexCommand ref
18034 reference "fig:Dos-imágenes-distorsionadas"
18035
18036 \end_inset
18037
18038
18039 \end_layout
18040
18041 \begin_layout Description
18042 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
18043  habitual para referirse a fórmulas, especialmente si se omite el nombre
18044  "Ecuación": 
18045 \begin_inset LatexCommand eqref
18046 reference "eq:Wgn"
18047
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \begin_layout Description
18054 <página>: imprime el número de página: Página\InsetSpace ~
18055
18056 \begin_inset LatexCommand pageref
18057 reference "fig:Dos-imágenes-distorsionadas"
18058
18059 \end_inset
18060
18061
18062 \end_layout
18063
18064 \begin_layout Description
18065 en\InsetSpace ~
18066 página\InsetSpace ~
18067 <página>: imprime el texto "en la página" y el número de página:
18068  
18069 \begin_inset LatexCommand vpageref
18070 reference "fig:Dos-imágenes-distorsionadas"
18071
18072 \end_inset
18073
18074
18075 \end_layout
18076
18077 \begin_layout Description
18078 <referencia>\InsetSpace ~
18079 en\InsetSpace ~
18080 página\InsetSpace ~
18081 <página>: imprime el número flotante, el texto "en la
18082  página" y el número de página: 
18083 \begin_inset LatexCommand vref
18084 reference "fig:Dos-imágenes-distorsionadas"
18085
18086 \end_inset
18087
18088
18089 \end_layout
18090
18091 \begin_layout Description
18092 Referencia\InsetSpace ~
18093 con\InsetSpace ~
18094 formato: imprime un formato autodefinido:
18095 \newline
18096
18097 \begin_inset LatexCommand prettyref
18098 reference "fig:Dos-imágenes-distorsionadas"
18099
18100 \end_inset
18101
18102
18103 \end_layout
18104
18105 \begin_layout Standard
18106 Ten en cuenta que el estilo <página> no imprime el número si la etiqueta
18107  está en la misma página, en la anterior o en la siguiente.
18108  En su lugar verás p.\InsetSpace \thinspace{}
18109 e.
18110  el texto "
18111 \family sans
18112 en esta página
18113 \family default
18114 ".
18115 \end_layout
18116
18117 \begin_layout Standard
18118 El número y página actual de la parte del documento referida es automáticamente
18119  calculado por LaTeX en la salida.
18120  Las variedades se ajustan en el campo 
18121 \family sans
18122 Formato
18123 \family default
18124  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
18125 \end_layout
18126
18127 \begin_layout Standard
18128 \begin_inset VSpace bigskip
18129 \end_inset
18130
18131
18132 \end_layout
18133
18134 \begin_layout Standard
18135 Para definir un formato en el estilo 
18136 \family sans
18137 Referencia\InsetSpace ~
18138 con\InsetSpace ~
18139 formato
18140 \family default
18141 , puedes usar el siguiente comando en el preámbulo del documento:
18142 \end_layout
18143
18144 \begin_layout Standard
18145
18146 \series bold
18147
18148 \backslash
18149 newrefformat{prefijo}{texto}
18150 \end_layout
18151
18152 \begin_layout Standard
18153 Este comando afecta a todas las referencias a etiquetas con el mismo prefijo.
18154  Para dar el formato de la 
18155 \family sans
18156 Referencia\InsetSpace ~
18157 con\InsetSpace ~
18158 formato
18159 \family default
18160  del ejemplo anterior se usó el comando: 
18161 \end_layout
18162
18163 \begin_layout Standard
18164
18165 \series bold
18166
18167 \backslash
18168 newrefformat{fig}
18169 \newline
18170
18171 \begin_inset ERT
18172 status collapsed
18173
18174 \begin_layout Standard
18175
18176
18177 \backslash
18178 hphantom{ }
18179 \end_layout
18180
18181 \end_inset
18182
18183 {Figura~flotante~
18184 \backslash
18185 ref{#1} impresa en la página~
18186 \backslash
18187 pageref{#1}}
18188 \end_layout
18189
18190 \begin_layout Standard
18191 La tilde "~" es el equivalente en LaTeX al espacio protegido.
18192  El comando 
18193 \series bold
18194
18195 \backslash
18196 ref{#1}
18197 \series default
18198  se refiere al número flotante, el comando 
18199 \series bold
18200
18201 \backslash
18202 pageref{#1}
18203 \series default
18204  al número de página.
18205 \end_layout
18206
18207 \begin_layout Subsection
18208 Designación Automática de Referencias
18209 \begin_inset LatexCommand index
18210 name "Referencias ! Designación Automática"
18211
18212 \end_inset
18213
18214
18215 \end_layout
18216
18217 \begin_layout Standard
18218 El paquete LaTeX 
18219 \series bold
18220 hyperref
18221 \series default
18222  dispone de una característica muy útil que permite incluir automáticamente
18223  en las referencias cruzadas el nombre de los flotantes referidos (o partes
18224  de texto como secciones).
18225  Quieres p.\InsetSpace \thinspace{}
18226 e.
18227  escribir la palabra "Figura" antes de cada cuadro de referencia.
18228  Para conseguirlo debes cargar el paquete LaTeX 
18229 \series bold
18230 hyperref
18231 \series default
18232
18233 \begin_inset LatexCommand index
18234 name "LaTeX-paquetes ! hyperref"
18235
18236 \end_inset
18237
18238  en el preámbulo del documento con
18239 \end_layout
18240
18241 \begin_layout Standard
18242
18243 \series bold
18244
18245 \backslash
18246 usepackage[pdfborder={0 0 0}]{hyperref}
18247 \newline
18248
18249 \backslash
18250 AtBeginDocument{
18251 \backslash
18252 renewcommand{
18253 \backslash
18254 ref}[1]{
18255 \backslash
18256 mbox{
18257 \backslash
18258 autoref{#1}}}}
18259 \end_layout
18260
18261 \begin_layout Standard
18262
18263 \series bold
18264 hyperref 
18265 \series default
18266 se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF, esto
18267  significa que el lector del documento podrá pinchar sobre una entrada de
18268  Índice o una referencia y será inmediatamente dirigido a esa parte del
18269  documento.
18270  
18271 \series bold
18272 hyperref
18273 \series default
18274  también crea marcadores PDF para cada sección para facilitar al lector
18275  la navegación por el documento.
18276  Esto también se ha usado en este documento pero si echas una ojeada al
18277  preámbulo encontrarás varias opciones en la carga de 
18278 \series bold
18279 hyperref
18280 \series default
18281 .
18282  Para aprender más sobre ello acude a la documentoación del paquete 
18283 \begin_inset LatexCommand cite
18284 key "hyperref"
18285
18286 \end_inset
18287
18288 .
18289 \end_layout
18290
18291 \begin_layout Standard
18292 \begin_inset Note Greyedout
18293 status open
18294
18295 \begin_layout Standard
18296
18297 \series bold
18298 Nota:
18299 \series default
18300  La designación automática de referencias no puede usarse en el estilo 
18301 \family sans
18302 Referencia\InsetSpace ~
18303 con\InsetSpace ~
18304 formato
18305 \family default
18306 , descrita en la sección\InsetSpace ~
18307
18308 \begin_inset LatexCommand ref
18309 reference "sub:Formatos-referencia-cruzada"
18310
18311 \end_inset
18312
18313 .
18314  Por esto no se ha usado en este documento.
18315 \end_layout
18316
18317 \end_inset
18318
18319
18320 \end_layout
18321
18322 \begin_layout Subsection
18323 Colocación de Referencias
18324 \begin_inset LatexCommand label
18325 name "sub:Colocación-de-Referencias"
18326
18327 \end_inset
18328
18329
18330 \begin_inset LatexCommand index
18331 name "Referencias ! Colocación"
18332
18333 \end_inset
18334
18335
18336 \end_layout
18337
18338 \begin_layout Standard
18339 Si usas 
18340 \series bold
18341 hyperref
18342 \series default
18343
18344 \begin_inset LatexCommand index
18345 name "LaTeX-paquetes ! hyperref"
18346
18347 \end_inset
18348
18349  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
18350  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
18351  El encabezado será la primera parte de texto en pantalla, de forma que
18352  para ver la imagen debes deslizar.
18353  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
18354  Usando el paquete 
18355 \series bold
18356 hypcap
18357 \series default
18358
18359 \begin_inset LatexCommand index
18360 name "LaTeX-paquetes ! hypcap"
18361
18362 \end_inset
18363
18364 , que forma parte del paquete LaTeX 
18365 \series bold
18366 oberdiek
18367 \series default
18368
18369 \begin_inset LatexCommand index
18370 name "LaTeX-paquetes ! oberdiek"
18371
18372 \end_inset
18373
18374 , el ancla de enlace se sitúa al comienzo de un flotante.
18375  Para usar esta característica para figuras flotantes carga 
18376 \series bold
18377 hypcap
18378 \series default
18379  en el preámbulo con
18380 \end_layout
18381
18382 \begin_layout Standard
18383
18384 \series bold
18385
18386 \backslash
18387 usepackage[f\SpecialChar \textcompwordmark{}
18388 igure]{hypcap}
18389 \end_layout
18390
18391 \begin_layout Standard
18392 Puedes usar 
18393 \series bold
18394 hypcap
18395 \series default
18396  para todos los flotantes aunque no se recomienda por razones de estabilidad.
18397  Más información en el manual de 
18398 \series bold
18399 hypcap
18400 \series default
18401  
18402 \begin_inset LatexCommand cite
18403 key "hypcap"
18404
18405 \end_inset
18406
18407 .
18408 \end_layout
18409
18410 \begin_layout Standard
18411 \begin_inset Note Greyedout
18412 status open
18413
18414 \begin_layout Standard
18415
18416 \series bold
18417 Nota: hypcap 
18418 \series default
18419 debe cargarse después de
18420 \series bold
18421  hyperref 
18422 \series default
18423 en el preámbulo
18424 \series bold
18425 .
18426 \end_layout
18427
18428 \end_inset
18429
18430
18431 \end_layout
18432
18433 \begin_layout Section
18434 Colocación de Flotantes
18435 \begin_inset LatexCommand label
18436 name "sec:Colocación-de-Flotantes"
18437
18438 \end_inset
18439
18440
18441 \begin_inset LatexCommand index
18442 name "Flotantes ! Colocación"
18443
18444 \end_inset
18445
18446
18447 \end_layout
18448
18449 \begin_layout Standard
18450 Click-derecha sobre un cuadro de flotante abre un diálogo en el que pueden
18451  cambiarse las opciones de LaTeX para situar los flotantes.
18452 \newline
18453 La opción 
18454 \family sans
18455 Extender\InsetSpace ~
18456 columnas
18457 \family default
18458  solo es aplicable a documentoos de dos columnas: Si lo seleccionas, el
18459  flotante abarcará ambas columnas en lugar de una sola.
18460  La opción 
18461 \family sans
18462 Girar\InsetSpace ~
18463 a\InsetSpace ~
18464 un\InsetSpace ~
18465 lado
18466 \family default
18467  sirve para girar flotantes, ver sección\InsetSpace ~
18468
18469 \begin_inset LatexCommand ref
18470 reference "sec:Rotación-de-Flotantes"
18471
18472 \end_inset
18473
18474 .
18475  
18476 \end_layout
18477
18478 \begin_layout Standard
18479 Puedes usar una o más de las siguientes opciones en el diálogo para establacer
18480  la posición de un flotante si desmarcas la opción 
18481 \family sans
18482 Usar\InsetSpace ~
18483 ubicación\InsetSpace ~
18484 predeterminada
18485 \family default
18486 :
18487 \end_layout
18488
18489 \begin_layout Standard
18490
18491 \family sans
18492 \series bold
18493 Aquí\InsetSpace ~
18494 si\InsetSpace ~
18495 es\InsetSpace ~
18496 posible:
18497 \family default
18498 \series default
18499  intenta situar el flotante en la posición en la que se inserta
18500 \end_layout
18501
18502 \begin_layout Standard
18503
18504 \family sans
18505 \series bold
18506 Principio\InsetSpace ~
18507 de\InsetSpace ~
18508 página:
18509 \family default
18510 \series default
18511  intenta situar el flotante al principio de la página actual
18512 \end_layout
18513
18514 \begin_layout Standard
18515
18516 \family sans
18517 \series bold
18518 Fin\InsetSpace ~
18519 de\InsetSpace ~
18520 página:
18521 \family default
18522 \series default
18523  intenta situar el flotante al final de la página actual
18524 \end_layout
18525
18526 \begin_layout Standard
18527
18528 \family sans
18529 \series bold
18530 Página\InsetSpace ~
18531 de\InsetSpace ~
18532 flotantes:
18533 \family default
18534 \series default
18535  intenta situar el flotante en una página propia 
18536 \end_layout
18537
18538 \begin_layout Standard
18539 LaTeX usa 
18540 \emph on
18541 siempre
18542 \emph default
18543  ese orden de opciones.
18544  Significa que si usas la colocación predeterminada, LaTeX probará en primer
18545  lugar 
18546 \family sans
18547 Aquí\InsetSpace ~
18548 si\InsetSpace ~
18549 es\InsetSpace ~
18550 posible
18551 \family default
18552 , luego 
18553 \family sans
18554 Principio\InsetSpace ~
18555 de\InsetSpace ~
18556 página
18557 \family default
18558 , y después las otras.
18559  Si no usas la predeterminada, LaTeX solo probará las opciones marcadas
18560  pero en dicho orden.
18561  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
18562  pero intenta poner el flotante en la página siguiente.
18563 \end_layout
18564
18565 \begin_layout Standard
18566 De forma predeterminada cada una de las opciones tiene sus propias reglas:
18567 \end_layout
18568
18569 \begin_layout Labeling
18570 \labelwidthstring 00.00.0000
18571
18572 \family sans
18573 Principio\InsetSpace ~
18574 de\InsetSpace ~
18575 página: 
18576 \family default
18577 solo si el flotante ocupa menos del 70\InsetSpace \thinspace{}
18578 % de la página puede ubicarse al principio
18579  de página (
18580 \series bold
18581
18582 \backslash
18583 topfraction
18584 \series default
18585 )
18586 \end_layout
18587
18588 \begin_layout Labeling
18589 \labelwidthstring 00.00.0000
18590
18591 \family sans
18592 Fin\InsetSpace ~
18593 de\InsetSpace ~
18594 página: 
18595 \family default
18596 solo si el flotante ocupa menos del 30\InsetSpace \thinspace{}
18597 % de la página puede ubicarse al fin
18598  de página.
18599  (
18600 \series bold
18601
18602 \backslash
18603 bottomfraction
18604 \series default
18605 )
18606 \end_layout
18607
18608 \begin_layout Labeling
18609 \labelwidthstring 00.00.0000
18610
18611 \family sans
18612 Página\InsetSpace ~
18613 de\InsetSpace ~
18614 flotantes: 
18615 \family default
18616 solo si más del 50\InsetSpace \thinspace{}
18617 % de la página se ocupa por flotantes puede haber varios
18618  juntos en la misma página.
18619  (
18620 \series bold
18621
18622 \backslash
18623 floatpagefraction
18624 \series default
18625 )
18626 \end_layout
18627
18628 \begin_layout Standard
18629 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
18630  
18631 \family sans
18632 Ignorar\InsetSpace ~
18633 reglas\InsetSpace ~
18634 de\InsetSpace ~
18635 LaTeX
18636 \family default
18637 .
18638 \newline
18639 También puedes redefinir las reglas con los comandos LaTeX que van entre
18640  paréntesis tras la descripción de las reglas anteriores.
18641  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
18642  la regla 
18643 \family sans
18644 Fin
18645 \family default
18646 \InsetSpace ~
18647
18648 \family sans
18649 de
18650 \family default
18651 \InsetSpace ~
18652
18653 \family sans
18654 página 
18655 \family default
18656 al 50\InsetSpace \thinspace{}
18657 %, añade esta línea en el preámbulo:
18658 \end_layout
18659
18660 \begin_layout Standard
18661
18662 \series bold
18663
18664 \backslash
18665 renewcommand{
18666 \backslash
18667 bottomfraction}{0.5}
18668 \end_layout
18669
18670 \begin_layout Standard
18671 En determinados casos podrías necesitar ubicar un flotante exactamente en
18672  la posición en la que se inserta.
18673  Para esto puedes usar la opción 
18674 \family sans
18675 Aquí\InsetSpace ~
18676 definitivamente
18677 \family default
18678 .
18679  Usa esta opción esporádicamente y solo cuando el documento esté casi listo,
18680  porque el flotante ya no podrá "flotar" y si haces cambios al documento
18681  se podría estropear el diseño de la página.
18682 \end_layout
18683
18684 \begin_layout Standard
18685 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
18686  están rodeados por texto de un párrafo determinado.
18687 \begin_inset VSpace bigskip
18688 \end_inset
18689
18690
18691 \end_layout
18692
18693 \begin_layout Standard
18694 A veces surge el problema de que un flotante se sitúa al principio de la
18695  página mientras que su sección correspondiente empieza en mitad de la página,
18696  así que el lector podría creer que el flotante forma parte de la sección
18697  anterior.
18698  Para evitarlo puede emplearse el comando LaTeX 
18699 \series bold
18700
18701 \backslash
18702 suppressf\SpecialChar \textcompwordmark{}
18703 loats
18704 \series default
18705 , que suprime la ubicación de un flotante dado en la página donde se inserta
18706  y además puede servir para evitar que el flotante se coloque antes del
18707  inicio de sección.
18708  Para ello, añade estos comandos al préambulo:
18709 \end_layout
18710
18711 \begin_layout Standard
18712
18713 \series bold
18714
18715 \backslash
18716 let
18717 \backslash
18718 mySection
18719 \backslash
18720 section
18721 \newline
18722
18723 \backslash
18724 renewcommand{
18725 \backslash
18726 section}{
18727 \backslash
18728 suppressf\SpecialChar \textcompwordmark{}
18729 loats[t]
18730 \backslash
18731 mySection}
18732 \end_layout
18733
18734 \begin_layout Standard
18735 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
18736  subsecciones.
18737  No es recomendable para partes pequeñas de texto como subsubsecciones porque
18738  LaTeX podría tener problemas para encontrar una ubicación adecuada.
18739 \end_layout
18740
18741 \begin_layout Standard
18742 \begin_inset VSpace bigskip
18743 \end_inset
18744
18745 En ciertos casos se quieren tener todas las figuras/tablas al final del
18746  documento.
18747  Para estos casos está el paquete LaTeX 
18748 \series bold
18749 endf\SpecialChar \textcompwordmark{}
18750 loat
18751 \series default
18752
18753 \begin_inset LatexCommand index
18754 name "LaTeX-paquetes ! endfloat"
18755
18756 \end_inset
18757
18758 .
18759  Pone todas las figuras y tablas flotantes al final del documento en secciones
18760  propias.
18761  En la posición original del flotante se inserta una indicación como 
18762 \begin_inset Quotes eld
18763 \end_inset
18764
18765
18766 \family sans
18767 [Figura\InsetSpace ~
18768 3.2 por aquí.]
18769 \family default
18770
18771 \begin_inset Quotes erd
18772 \end_inset
18773
18774 .
18775  El paquete 
18776 \series bold
18777 endf\SpecialChar \textcompwordmark{}
18778 loat
18779 \series default
18780  se carga en el preámbulo con la línea
18781 \end_layout
18782
18783 \begin_layout Standard
18784
18785 \series bold
18786
18787 \backslash
18788 usepackage[options]{endf\SpecialChar \textcompwordmark{}
18789 loat}
18790 \end_layout
18791
18792 \begin_layout Standard
18793 Hay varias opciones para diseñar las secciones figura/tabla creadas.
18794  Para más información ver la documentación de 
18795 \begin_inset LatexCommand cite
18796 key "endfloat"
18797
18798 \end_inset
18799
18800 .
18801 \newline
18802
18803 \begin_inset Note Greyedout
18804 status open
18805
18806 \begin_layout Standard
18807
18808 \series bold
18809 Nota: endf\SpecialChar \textcompwordmark{}
18810 loat
18811 \series default
18812  no traduce automáticamente la indicación, hay que hacerlo manualmente,
18813  ver sección\InsetSpace ~
18814 4 en 
18815 \begin_inset LatexCommand cite
18816 key "endfloat"
18817
18818 \end_inset
18819
18820 .
18821 \end_layout
18822
18823 \end_inset
18824
18825
18826 \newline
18827
18828 \begin_inset Note Greyedout
18829 status open
18830
18831 \begin_layout Standard
18832
18833 \series bold
18834 Nota:
18835 \series default
18836  Actualmente hay un error en 
18837 \series bold
18838 endf\SpecialChar \textcompwordmark{}
18839 loat
18840 \series default
18841  cuando el encabezado contiene el caracter alemán 
18842 \begin_inset Quotes eld
18843 \end_inset
18844
18845 ß
18846 \begin_inset Quotes erd
18847 \end_inset
18848
18849 .
18850  Usa en ese caso el comando 
18851 \begin_inset Quotes eld
18852 \end_inset
18853
18854
18855 \series bold
18856
18857 \backslash
18858 ss
18859 \series default
18860
18861 \begin_inset Quotes erd
18862 \end_inset
18863
18864  en ERT en vez de 
18865 \begin_inset Quotes eld
18866 \end_inset
18867
18868 ß
18869 \begin_inset Quotes erd
18870 \end_inset
18871
18872 .
18873 \end_layout
18874
18875 \end_inset
18876
18877
18878 \end_layout
18879
18880 \begin_layout Standard
18881 \begin_inset VSpace bigskip
18882 \end_inset
18883
18884 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
18885 \begin_inset LatexCommand cite
18886 key "latexcompanion,latexguide,latexbook"
18887
18888 \end_inset
18889
18890 .
18891 \end_layout
18892
18893 \begin_layout Section
18894 Rotación de Flotantes
18895 \begin_inset LatexCommand label
18896 name "sec:Rotación-de-Flotantes"
18897
18898 \end_inset
18899
18900
18901 \begin_inset LatexCommand index
18902 name "Flotantes ! Rotación"
18903
18904 \end_inset
18905
18906
18907 \end_layout
18908
18909 \begin_layout Standard
18910 Podrías necesitar girar flotantes, especialmente con tablas grandes.
18911  Para girar todo el flotante y su encabezado, pincha sobre su cuadro y marca
18912  la opción 
18913 \family sans
18914 Girar\InsetSpace ~
18915 a\InsetSpace ~
18916 un\InsetSpace ~
18917 lado
18918 \family default
18919 .
18920 \end_layout
18921
18922 \begin_layout Standard
18923 Los flotantes girados son puestos siempre en su propia página (o columna
18924  si el documento es de dos columnas).
18925  Normalmente se rotan de forma que puedes leerlos desde el margen externo
18926  -- a la izquierda en páginas pares, a la derecha en impares.
18927 \end_layout
18928
18929 \begin_layout Standard
18930 Los flotantes girados se refieren igual que los normales, y el formato de
18931  encabezado también es el mismo: Un ejemplo es la Tabla\InsetSpace ~
18932
18933 \begin_inset LatexCommand ref
18934 reference "tab:Tabla-girada"
18935
18936 \end_inset
18937
18938 .
18939 \end_layout
18940
18941 \begin_layout Standard
18942 \begin_inset Note Greyedout
18943 status open
18944
18945 \begin_layout Standard
18946
18947 \series bold
18948 Nota:
18949 \series default
18950  No todos los visores DVI pueden mostrar tablas giradas.
18951 \end_layout
18952
18953 \end_inset
18954
18955
18956 \end_layout
18957
18958 \begin_layout Standard
18959 \begin_inset Float table
18960 wide false
18961 sideways true
18962 status open
18963
18964 \begin_layout Standard
18965 \begin_inset Caption
18966
18967 \begin_layout Standard
18968 \begin_inset LatexCommand label
18969 name "tab:Tabla-girada"
18970
18971 \end_inset
18972
18973  Tabla girada
18974 \end_layout
18975
18976 \end_inset
18977
18978
18979 \end_layout
18980
18981 \begin_layout Standard
18982 \align center
18983 \begin_inset Tabular
18984 <lyxtabular version="3" rows="1" columns="5">
18985 <features>
18986 <column alignment="center" valignment="top" leftline="true" width="0">
18987 <column alignment="center" valignment="top" leftline="true" width="0">
18988 <column alignment="center" valignment="top" leftline="true" width="0">
18989 <column alignment="center" valignment="top" leftline="true" width="0">
18990 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18991 <row topline="true" bottomline="true">
18992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Standard
18996 test
18997 \end_layout
18998
18999 \end_inset
19000 </cell>
19001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19002 \begin_inset Text
19003
19004 \begin_layout Standard
19005 b
19006 \end_layout
19007
19008 \end_inset
19009 </cell>
19010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Standard
19014 c
19015 \end_layout
19016
19017 \end_inset
19018 </cell>
19019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Standard
19023 d
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Standard
19032 e
19033 \end_layout
19034
19035 \end_inset
19036 </cell>
19037 </row>
19038 </lyxtabular>
19039
19040 \end_inset
19041
19042
19043 \end_layout
19044
19045 \end_inset
19046
19047
19048 \end_layout
19049
19050 \begin_layout Section
19051 Formato de Encabezados
19052 \begin_inset LatexCommand index
19053 name "Encabezados ! Formato"
19054
19055 \end_inset
19056
19057
19058 \begin_inset LatexCommand index
19059 name "Flotantes ! Formato de Encabezados"
19060
19061 \end_inset
19062
19063
19064 \begin_inset LatexCommand index
19065 name "LaTeX-paquetes ! caption"
19066
19067 \end_inset
19068
19069
19070 \begin_inset LatexCommand label
19071 name "sec:Formato-de-Encabezados"
19072
19073 \end_inset
19074
19075
19076 \end_layout
19077
19078 \begin_layout Standard
19079 El entorno 
19080 \family sans
19081 Encabezado
19082 \family default
19083  es el predeterminado para los 
19084 \family sans
19085 Flotantes
19086 \family default
19087 .
19088  En LyX los encabezados se muestran como etiqueta, p.\InsetSpace \thinspace{}
19089 e.\InsetSpace ~
19090 "
19091 \family sans
19092 Figura #
19093 \family default
19094 :" seguida por el texto.
19095  El símbolo de número 
19096 \begin_inset Quotes eld
19097 \end_inset
19098
19099 #
19100 \begin_inset Quotes erd
19101 \end_inset
19102
19103  es sustituido en la salida impresa por el número de referencia real.
19104  Por defecto la etiqueta y el número usan la misma fuente que el texto del
19105  encabezado y el signo dos puntos sigue al número para separar la etiqueta
19106  del texto.
19107  El formato de encabezado no es apropiado para todos los formatos de documento.
19108  
19109 \end_layout
19110
19111 \begin_layout Standard
19112 Para cambiar el formato predeterminado carga el paquete LaTeX 
19113 \series bold
19114 caption
19115 \series default
19116
19117 \begin_inset LatexCommand index
19118 name "LaTeX-paquetes ! caption"
19119
19120 \end_inset
19121
19122  en el preámbulo del documento con la línea:
19123 \end_layout
19124
19125 \begin_layout Standard
19126
19127 \series bold
19128
19129 \backslash
19130 usepackage[definición de formato]{caption}
19131 \end_layout
19132
19133 \begin_layout Standard
19134 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
19135  los encabezados de tabla siempre sobre ella como en este documento, usa
19136  el comando:
19137 \end_layout
19138
19139 \begin_layout Standard
19140
19141 \series bold
19142
19143 \backslash
19144 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
19145 \end_layout
19146
19147 \begin_layout Standard
19148 También puedes definir distintos formatos de encabezado para los distintos
19149  tipos de flotantes.
19150  En ese caso carga el paquete 
19151 \series bold
19152 caption
19153 \series default
19154  sin opciones específicas y define los distintos formatos con ayuda del
19155  comando
19156 \end_layout
19157
19158 \begin_layout Standard
19159
19160 \series bold
19161
19162 \backslash
19163 captionsetup[tipo de flotante]{definición de formato}
19164 \end_layout
19165
19166 \begin_layout Standard
19167 en el preámbulo del documento.
19168  Por ejemplo los encabezados de la Figura\InsetSpace ~
19169
19170 \begin_inset LatexCommand ref
19171 reference "fig:Esto-es-una-fig"
19172
19173 \end_inset
19174
19175  y la Tabla\InsetSpace ~
19176
19177 \begin_inset LatexCommand ref
19178 reference "tab:Esto-es-una-tab"
19179
19180 \end_inset
19181
19182  pueden crearse usando los siguientes comandos en el preámbulo:
19183 \end_layout
19184
19185 \begin_layout Standard
19186
19187 \series bold
19188
19189 \backslash
19190 usepackage[tableposition=top]{caption}
19191 \series default
19192
19193 \newline
19194
19195 \series bold
19196
19197 \backslash
19198 captionsetup[f\SpecialChar \textcompwordmark{}
19199 igure]{labelfont={tt}, textfont=it, indention=1cm,%
19200 \newline
19201
19202 \begin_inset ERT
19203 status collapsed
19204
19205 \begin_layout Standard
19206
19207
19208 \backslash
19209 hphantom{
19210 \backslash
19211
19212 \backslash
19213 captionsetup[figure]
19214 \backslash
19215 {}
19216 \end_layout
19217
19218 \end_inset
19219
19220  labelsep=period}
19221 \newline
19222
19223 \backslash
19224 captionsetup[table]{labelfont={bf,sf}}
19225 \end_layout
19226
19227 \begin_layout Standard
19228 Para más información sobre el paquete 
19229 \series bold
19230 caption
19231 \series default
19232  acude a su documentación 
19233 \begin_inset LatexCommand cite
19234 key "caption,caption-de"
19235
19236 \end_inset
19237
19238 .
19239 \end_layout
19240
19241 \begin_layout Standard
19242 \begin_inset VSpace bigskip
19243 \end_inset
19244
19245 Si estás usando la clase de documento 
19246 \series bold
19247 koma-script
19248 \series default
19249
19250 \begin_inset LatexCommand index
19251 name "LaTeX-paquetes ! koma-script"
19252
19253 \end_inset
19254
19255  (
19256 \family sans
19257 article (koma-script)
19258 \family default
19259
19260 \family sans
19261 book (koma-script)
19262 \family default
19263
19264 \family sans
19265 letter (koma-script)
19266 \family default
19267 , o 
19268 \family sans
19269 report (koma-script)
19270 \family default
19271 \InsetSpace \thinspace{}
19272 ), puedes emplear en vez del paquete 
19273 \series bold
19274 caption
19275 \series default
19276  el comando
19277 \series bold
19278  
19279 \backslash
19280 setkomafont
19281 \series default
19282  incluido en 
19283 \series bold
19284 koma-script
19285 \series default
19286 .
19287  Por ejemplo, para poner en negrita la etiqueta del encabezado añade este
19288  comando en el preámbulo del documento:
19289 \end_layout
19290
19291 \begin_layout Standard
19292
19293 \series bold
19294
19295 \backslash
19296 setkomafont{captionlabel}{
19297 \backslash
19298 bfseries}
19299 \end_layout
19300
19301 \begin_layout Standard
19302 Más información sobre 
19303 \series bold
19304
19305 \backslash
19306 setkomafont
19307 \series default
19308  en la documentación de 
19309 \series bold
19310 koma-script
19311 \series default
19312  
19313 \begin_inset LatexCommand cite
19314 key "koma-script,koma-script-de"
19315
19316 \end_inset
19317
19318 .
19319 \end_layout
19320
19321 \begin_layout Standard
19322 \begin_inset ERT
19323 status collapsed
19324
19325 \begin_layout Standard
19326
19327
19328 \backslash
19329 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
19330 }
19331 \end_layout
19332
19333 \end_inset
19334
19335
19336 \begin_inset Note Note
19337 status open
19338
19339 \begin_layout Standard
19340 El formato de encabezado se ha cambiado sólo para este ejemplo.
19341 \end_layout
19342
19343 \end_inset
19344
19345
19346 \end_layout
19347
19348 \begin_layout Standard
19349 \begin_inset Float figure
19350 placement !p
19351 wide false
19352 sideways false
19353 status open
19354
19355 \begin_layout Standard
19356 \align center
19357 \begin_inset Graphics
19358         filename mobius.eps
19359         lyxscale 50
19360         scale 50
19361
19362 \end_inset
19363
19364
19365 \end_layout
19366
19367 \begin_layout Standard
19368 \begin_inset Caption
19369
19370 \begin_layout Standard
19371 \begin_inset LatexCommand label
19372 name "fig:Esto-es-una-fig"
19373
19374 \end_inset
19375
19376 Este es un ejemplo de encabezado de figura que es mayor de una línea para
19377  mostrar el formato diferente.
19378  Aquí se usa un encabezado autodefinido.
19379 \end_layout
19380
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \end_inset
19387
19388
19389 \end_layout
19390
19391 \begin_layout Standard
19392 \begin_inset ERT
19393 status collapsed
19394
19395 \begin_layout Standard
19396
19397
19398 \backslash
19399 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
19400 on}
19401 \end_layout
19402
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \begin_layout Standard
19409 \begin_inset Float table
19410 placement !p
19411 wide false
19412 sideways false
19413 status open
19414
19415 \begin_layout Standard
19416 \begin_inset Caption
19417
19418 \begin_layout Standard
19419 \begin_inset LatexCommand label
19420 name "tab:Esto-es-una-tab"
19421
19422 \end_inset
19423
19424 Este es un ejemplo de encabezado de tabla mayor que una línea para mostrar
19425  el formato diferente.
19426  Aquí se usa el formato de encabezado standard para tablas de este documento.
19427 \end_layout
19428
19429 \end_inset
19430
19431
19432 \end_layout
19433
19434 \begin_layout Standard
19435 \align center
19436 \begin_inset Tabular
19437 <lyxtabular version="3" rows="1" columns="5">
19438 <features>
19439 <column alignment="center" valignment="top" leftline="true" width="0">
19440 <column alignment="center" valignment="top" leftline="true" width="0">
19441 <column alignment="center" valignment="top" leftline="true" width="0">
19442 <column alignment="center" valignment="top" leftline="true" width="0">
19443 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19444 <row topline="true" bottomline="true">
19445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19446 \begin_inset Text
19447
19448 \begin_layout Standard
19449 a
19450 \end_layout
19451
19452 \end_inset
19453 </cell>
19454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Standard
19458 b
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Standard
19467 c
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Standard
19476 d
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19482 \begin_inset Text
19483
19484 \begin_layout Standard
19485 e
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 </row>
19491 </lyxtabular>
19492
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \begin_layout Section
19504 Colocación de Encabezados
19505 \begin_inset LatexCommand index
19506 name "Encabezados ! Colocación"
19507
19508 \end_inset
19509
19510
19511 \begin_inset LatexCommand index
19512 name "Flotantes ! Colocación de Encabezados"
19513
19514 \end_inset
19515
19516
19517 \begin_inset LatexCommand label
19518 name "sec:Colocación-de-Encabezados"
19519
19520 \end_inset
19521
19522
19523 \end_layout
19524
19525 \begin_layout Standard
19526 La norma habitual para colocar encabezados es:
19527 \end_layout
19528
19529 \begin_layout Description
19530 Figura: El encabezado bajo la figura
19531 \end_layout
19532
19533 \begin_layout Description
19534 Tabla: El encabezado sobre la tabla
19535 \end_layout
19536
19537 \begin_layout Standard
19538 Desafortunadamente, las clases standard de LaTeX no soportan encabezados
19539  sobre la tabla.
19540  Esto implica que si usas las clases de documento 
19541 \family sans
19542 article
19543 \family default
19544
19545 \family sans
19546 book
19547 \family default
19548
19549 \family sans
19550 letter
19551 \family default
19552 , o 
19553 \family sans
19554 report
19555 \family default
19556  no habrá espacio entre el encabezado y la tabla.
19557  Para insertar el espacio adecuado añade la siguiente opción al comando
19558  del paquete LaTeX 
19559 \series bold
19560 caption
19561 \series default
19562  en el preámbulo del documento
19563 \begin_inset Foot
19564 status collapsed
19565
19566 \begin_layout Standard
19567 Ver la sección\InsetSpace ~
19568
19569 \begin_inset LatexCommand ref
19570 reference "sec:Formato-de-Encabezados"
19571
19572 \end_inset
19573
19574  para más información sobre el paquete 
19575 \series bold
19576 caption
19577 \series default
19578 .
19579 \end_layout
19580
19581 \end_inset
19582
19583 :
19584 \end_layout
19585
19586 \begin_layout Standard
19587
19588 \series bold
19589 tableposition=top
19590 \end_layout
19591
19592 \begin_layout Standard
19593 Si estás usando la clase 
19594 \series bold
19595 koma-script
19596 \series default
19597
19598 \begin_inset LatexCommand index
19599 name "LaTeX-paquetes ! koma-script"
19600
19601 \end_inset
19602
19603  (
19604 \family sans
19605 article (koma-script)
19606 \family default
19607
19608 \family sans
19609 book (koma-script)
19610 \family default
19611
19612 \family sans
19613 letter (koma-script)
19614 \family default
19615 , o 
19616 \family sans
19617 report (koma-script)
19618 \family default
19619 \InsetSpace \thinspace{}
19620 ), en vez de 
19621 \series bold
19622 caption
19623 \series default
19624  puedes poner la opción 
19625 \series bold
19626 tablecaptionabove
19627 \series default
19628  de la clase de documento, o usar el entorno 
19629 \family sans
19630 Encabezado
19631 \family default
19632 \InsetSpace ~
19633
19634 \family sans
19635 Arriba
19636 \family default
19637  en vez del entorno 
19638 \family sans
19639 Encabezado
19640 \family default
19641 .
19642 \end_layout
19643
19644 \begin_layout Standard
19645 \begin_inset VSpace bigskip
19646 \end_inset
19647
19648 También es posible poner el encabezado junto a una figura o tabla.
19649  Para conseguirlo hay que cargar el paquete LaTeX 
19650 \series bold
19651 sidecap
19652 \series default
19653
19654 \begin_inset LatexCommand index
19655 name "LaTeX-paquetes ! sidecap"
19656
19657 \end_inset
19658
19659  añadiendo en el preámbulo del documento la línea
19660 \end_layout
19661
19662 \begin_layout Standard
19663
19664 \series bold
19665
19666 \backslash
19667 usepackage[option]{sidecap}
19668 \end_layout
19669
19670 \begin_layout Standard
19671 Si no se especifica opción, el encabezado se ubica del lado del margen externo
19672  de la página -- a la derecha en páginas impares, a la izquierda en las
19673  pares.
19674  Puedes cambiar la colocación al margen interno con la opción 
19675 \series bold
19676 innercaption
19677 \series default
19678 .
19679  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
19680  opciones 
19681 \series bold
19682 rightcaption
19683 \series default
19684  o 
19685 \series bold
19686 leftcaption
19687 \series default
19688 , respectivamente.
19689 \end_layout
19690
19691 \begin_layout Standard
19692 Para situar en LyX el encabezado de un flotante al lado, es necesario añadir
19693  estos comandos al preámbulo del documento:
19694 \end_layout
19695
19696 \begin_layout Standard
19697
19698 \lyxline
19699
19700 \end_layout
19701
19702 \begin_layout Standard
19703
19704 \series bold
19705
19706 \backslash
19707 newcommand{
19708 \backslash
19709 TabBesBeg}{%
19710 \newline
19711
19712 \begin_inset ERT
19713 status collapsed
19714
19715 \begin_layout Standard
19716
19717
19718 \backslash
19719 hphantom{ }
19720 \end_layout
19721
19722 \end_inset
19723
19724
19725 \backslash
19726 let
19727 \backslash
19728 MyTable
19729 \backslash
19730 table
19731 \newline
19732
19733 \begin_inset ERT
19734 status collapsed
19735
19736 \begin_layout Standard
19737
19738
19739 \backslash
19740 hphantom{ }
19741 \end_layout
19742
19743 \end_inset
19744
19745
19746 \backslash
19747 let
19748 \backslash
19749 MyEndtable
19750 \backslash
19751 endtable
19752 \newline
19753
19754 \begin_inset ERT
19755 status collapsed
19756
19757 \begin_layout Standard
19758
19759
19760 \backslash
19761 hphantom{ }
19762 \end_layout
19763
19764 \end_inset
19765
19766
19767 \backslash
19768 renewenvironment{table}{
19769 \backslash
19770 begin{SCtable}}{
19771 \backslash
19772 end{SCtable}}}
19773 \end_layout
19774
19775 \begin_layout Standard
19776
19777 \series bold
19778
19779 \backslash
19780 newcommand{
19781 \backslash
19782 TabBesEnd}{%
19783 \newline
19784
19785 \begin_inset ERT
19786 status collapsed
19787
19788 \begin_layout Standard
19789
19790
19791 \backslash
19792 hphantom{ }
19793 \end_layout
19794
19795 \end_inset
19796
19797
19798 \backslash
19799 let
19800 \backslash
19801 table
19802 \backslash
19803 MyTable
19804 \newline
19805
19806 \begin_inset ERT
19807 status collapsed
19808
19809 \begin_layout Standard
19810
19811
19812 \backslash
19813 hphantom{ }
19814 \end_layout
19815
19816 \end_inset
19817
19818
19819 \backslash
19820 let
19821 \backslash
19822 endtable
19823 \backslash
19824 MyEndtable
19825 \end_layout
19826
19827 \begin_layout Standard
19828
19829 \series bold
19830
19831 \backslash
19832 newcommand{
19833 \backslash
19834 FigBesBeg}{%
19835 \newline
19836
19837 \begin_inset ERT
19838 status collapsed
19839
19840 \begin_layout Standard
19841
19842
19843 \backslash
19844 hphantom{ }
19845 \end_layout
19846
19847 \end_inset
19848
19849
19850 \backslash
19851 let
19852 \backslash
19853 MyFigure
19854 \backslash
19855 f\SpecialChar \textcompwordmark{}
19856 igure
19857 \newline
19858
19859 \begin_inset ERT
19860 status collapsed
19861
19862 \begin_layout Standard
19863
19864
19865 \backslash
19866 hphantom{ }
19867 \end_layout
19868
19869 \end_inset
19870
19871
19872 \backslash
19873 let
19874 \backslash
19875 MyEndf\SpecialChar \textcompwordmark{}
19876 igure
19877 \backslash
19878 endf\SpecialChar \textcompwordmark{}
19879 igure
19880 \newline
19881
19882 \begin_inset ERT
19883 status collapsed
19884
19885 \begin_layout Standard
19886
19887
19888 \backslash
19889 hphantom{ }
19890 \end_layout
19891
19892 \end_inset
19893
19894
19895 \backslash
19896 renewenvironment{f\SpecialChar \textcompwordmark{}
19897 igure}{
19898 \backslash
19899 begin{SCf\SpecialChar \textcompwordmark{}
19900 igure}}{
19901 \backslash
19902 end{SCf\SpecialChar \textcompwordmark{}
19903 igure}}}
19904 \end_layout
19905
19906 \begin_layout Standard
19907
19908 \series bold
19909
19910 \backslash
19911 newcommand{
19912 \backslash
19913 FigBesEnd}{%
19914 \newline
19915
19916 \begin_inset ERT
19917 status collapsed
19918
19919 \begin_layout Standard
19920
19921
19922 \backslash
19923 hphantom{ }
19924 \end_layout
19925
19926 \end_inset
19927
19928
19929 \backslash
19930 let
19931 \backslash
19932 f\SpecialChar \textcompwordmark{}
19933 igure
19934 \backslash
19935 MyFigure
19936 \newline
19937
19938 \begin_inset ERT
19939 status collapsed
19940
19941 \begin_layout Standard
19942
19943
19944 \backslash
19945 hphantom{ }
19946 \end_layout
19947
19948 \end_inset
19949
19950
19951 \backslash
19952 let
19953 \backslash
19954 endf\SpecialChar \textcompwordmark{}
19955 igure
19956 \backslash
19957 MyEndf\SpecialChar \textcompwordmark{}
19958 igure}
19959 \end_layout
19960
19961 \begin_layout Standard
19962
19963 \lyxline
19964
19965 \end_layout
19966
19967 \begin_layout Standard
19968 Estos comandos permiten redefinir los flotantes de modo que el encabezado
19969  aparezca en un lado.
19970  Para figuras flotantes usa el comando
19971 \end_layout
19972
19973 \begin_layout Standard
19974
19975 \series bold
19976
19977 \backslash
19978 FigBesBeg
19979 \end_layout
19980
19981 \begin_layout Standard
19982 en ERT antes del flotante.
19983  Detrás del flotante inserta
19984 \end_layout
19985
19986 \begin_layout Standard
19987
19988 \series bold
19989
19990 \backslash
19991 FigBesEnd
19992 \end_layout
19993
19994 \begin_layout Standard
19995 en ERT para volver a la definición original de flotantes.
19996 \end_layout
19997
19998 \begin_layout Standard
19999 Para tablas flotantes usa los comandos correspondientes
20000 \end_layout
20001
20002 \begin_layout Standard
20003
20004 \series bold
20005
20006 \backslash
20007 TabBesBeg
20008 \series default
20009  y 
20010 \series bold
20011
20012 \backslash
20013 TabBesEnd
20014 \end_layout
20015
20016 \begin_layout Standard
20017 La Figura\InsetSpace ~
20018
20019 \begin_inset LatexCommand ref
20020 reference "fig:encab-al-lado"
20021
20022 \end_inset
20023
20024  y la Tabla\InsetSpace ~
20025
20026 \begin_inset LatexCommand ref
20027 reference "tab:encab-al-lado"
20028
20029 \end_inset
20030
20031  son ejemplos en los que el encabezado se sitúa al lado.
20032 \end_layout
20033
20034 \begin_layout Standard
20035 En los ejemplos puedes ver que el texto del encabezado aparece encima del
20036  flotante en tablas flotantes y debajo en las figuras flotantes.
20037  Para cambiarlo, puedes usar el comando
20038 \end_layout
20039
20040 \begin_layout Standard
20041
20042 \series bold
20043
20044 \backslash
20045 sidecaptionvpos{tipo de flotante}{colocación}
20046 \end_layout
20047
20048 \begin_layout Standard
20049 en el preámbulo o en ERT antes del flotante.
20050  El tipo de flotante es 
20051 \family sans
20052 figure
20053 \family default
20054  o 
20055 \family sans
20056 table
20057 \family default
20058 , la colocación puede ser 
20059 \begin_inset Quotes eld
20060 \end_inset
20061
20062
20063 \family sans
20064 t
20065 \family default
20066
20067 \begin_inset Quotes erd
20068 \end_inset
20069
20070  por 
20071 \begin_inset Quotes eld
20072 \end_inset
20073
20074 top
20075 \begin_inset Quotes erd
20076 \end_inset
20077
20078  (arriba), 
20079 \begin_inset Quotes eld
20080 \end_inset
20081
20082
20083 \family sans
20084 c
20085 \family default
20086
20087 \begin_inset Quotes erd
20088 \end_inset
20089
20090  por 
20091 \begin_inset Quotes eld
20092 \end_inset
20093
20094 center
20095 \begin_inset Quotes erd
20096 \end_inset
20097
20098  (centro), o 
20099 \begin_inset Quotes eld
20100 \end_inset
20101
20102
20103 \family sans
20104 b
20105 \family default
20106
20107 \begin_inset Quotes erd
20108 \end_inset
20109
20110  por 
20111 \begin_inset Quotes eld
20112 \end_inset
20113
20114 bottom
20115 \begin_inset Quotes erd
20116 \end_inset
20117
20118  (abajo).
20119  Para tener, por ejemplo, el encabezado de figuras flotantes verticalmente
20120  centrado, usa el comando
20121 \end_layout
20122
20123 \begin_layout Standard
20124
20125 \series bold
20126
20127 \backslash
20128 sidecaptionvpos{f\SpecialChar \textcompwordmark{}
20129 igure}{c}
20130 \end_layout
20131
20132 \begin_layout Standard
20133 Esto se ha hecho en la Figura\InsetSpace ~
20134
20135 \begin_inset LatexCommand ref
20136 reference "fig:encab-al-lado-de-fig"
20137
20138 \end_inset
20139
20140 .
20141 \end_layout
20142
20143 \begin_layout Standard
20144 \begin_inset VSpace defskip
20145 \end_inset
20146
20147 Más información sobre el paquete 
20148 \series bold
20149 sidecap
20150 \series default
20151  en su documentación 
20152 \begin_inset LatexCommand cite
20153 key "sidecap"
20154
20155 \end_inset
20156
20157 .
20158 \end_layout
20159
20160 \begin_layout Standard
20161 \begin_inset Note Greyedout
20162 status open
20163
20164 \begin_layout Standard
20165
20166 \series bold
20167 Nota:
20168 \series default
20169  El paquete LaTeX 
20170 \series bold
20171 hypcap
20172 \series default
20173
20174 \begin_inset LatexCommand index
20175 name "LaTeX-paquetes ! hypcap"
20176
20177 \end_inset
20178
20179 , descrito en la sección\InsetSpace ~
20180
20181 \begin_inset LatexCommand ref
20182 reference "sub:Colocación-de-Referencias"
20183
20184 \end_inset
20185
20186 , no afecta a flotantes con el encabezado al lado.
20187 \end_layout
20188
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \begin_layout Standard
20195 \begin_inset ERT
20196 status collapsed
20197
20198 \begin_layout Standard
20199
20200
20201 \backslash
20202 FigBesBeg 
20203 \end_layout
20204
20205 \end_inset
20206
20207
20208 \end_layout
20209
20210 \begin_layout Standard
20211 \begin_inset Float figure
20212 wide false
20213 sideways false
20214 status open
20215
20216 \begin_layout Standard
20217 \begin_inset Graphics
20218         filename escher-lsd.eps
20219         scale 75
20220
20221 \end_inset
20222
20223
20224 \end_layout
20225
20226 \begin_layout Standard
20227 \begin_inset Caption
20228
20229 \begin_layout Standard
20230 \begin_inset LatexCommand label
20231 name "fig:encab-al-lado"
20232
20233 \end_inset
20234
20235 Encabezado al lado de una figura.
20236 \end_layout
20237
20238 \end_inset
20239
20240
20241 \end_layout
20242
20243 \end_inset
20244
20245
20246 \end_layout
20247
20248 \begin_layout Standard
20249 \begin_inset ERT
20250 status collapsed
20251
20252 \begin_layout Standard
20253
20254
20255 \backslash
20256 TabBesBeg 
20257 \end_layout
20258
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \begin_layout Standard
20265 \begin_inset Float table
20266 wide false
20267 sideways false
20268 status open
20269
20270 \begin_layout Standard
20271 \begin_inset Caption
20272
20273 \begin_layout Standard
20274 \begin_inset LatexCommand label
20275 name "tab:encab-al-lado"
20276
20277 \end_inset
20278
20279 Esto es un encabezado al lado de una tabla.
20280 \end_layout
20281
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \begin_layout Standard
20288 \begin_inset Tabular
20289 <lyxtabular version="3" rows="4" columns="5">
20290 <features>
20291 <column alignment="center" valignment="top" leftline="true" width="0">
20292 <column alignment="center" valignment="top" leftline="true" width="0">
20293 <column alignment="center" valignment="top" leftline="true" width="0">
20294 <column alignment="center" valignment="top" leftline="true" width="0">
20295 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20296 <row topline="true">
20297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Standard
20301 a
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Standard
20310
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Standard
20319 b
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Standard
20328
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Standard
20337 c
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 </row>
20343 <row topline="true">
20344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Standard
20348
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20354 \begin_inset Text
20355
20356 \begin_layout Standard
20357 d
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Standard
20366
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20372 \begin_inset Text
20373
20374 \begin_layout Standard
20375 e
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Standard
20384
20385 \end_layout
20386
20387 \end_inset
20388 </cell>
20389 </row>
20390 <row topline="true">
20391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Standard
20395 f
20396 \end_layout
20397
20398 \end_inset
20399 </cell>
20400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20401 \begin_inset Text
20402
20403 \begin_layout Standard
20404
20405 \end_layout
20406
20407 \end_inset
20408 </cell>
20409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20410 \begin_inset Text
20411
20412 \begin_layout Standard
20413 g
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20419 \begin_inset Text
20420
20421 \begin_layout Standard
20422
20423 \end_layout
20424
20425 \end_inset
20426 </cell>
20427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20428 \begin_inset Text
20429
20430 \begin_layout Standard
20431 h
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 </row>
20437 <row topline="true" bottomline="true">
20438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20439 \begin_inset Text
20440
20441 \begin_layout Standard
20442
20443 \end_layout
20444
20445 \end_inset
20446 </cell>
20447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20448 \begin_inset Text
20449
20450 \begin_layout Standard
20451 i
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Standard
20460
20461 \end_layout
20462
20463 \end_inset
20464 </cell>
20465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20466 \begin_inset Text
20467
20468 \begin_layout Standard
20469 j
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Standard
20478
20479 \end_layout
20480
20481 \end_inset
20482 </cell>
20483 </row>
20484 </lyxtabular>
20485
20486 \end_inset
20487
20488
20489 \end_layout
20490
20491 \end_inset
20492
20493
20494 \end_layout
20495
20496 \begin_layout Standard
20497 \begin_inset ERT
20498 status collapsed
20499
20500 \begin_layout Standard
20501
20502
20503 \backslash
20504 TabBesEnd
20505 \end_layout
20506
20507 \end_inset
20508
20509
20510 \end_layout
20511
20512 \begin_layout Standard
20513 \begin_inset ERT
20514 status collapsed
20515
20516 \begin_layout Standard
20517
20518
20519 \backslash
20520 sidecaptionvpos{figure}{c}
20521 \end_layout
20522
20523 \end_inset
20524
20525
20526 \begin_inset Float figure
20527 wide false
20528 sideways false
20529 status open
20530
20531 \begin_layout Standard
20532 \begin_inset Graphics
20533         filename escher-lsd.eps
20534         scale 75
20535
20536 \end_inset
20537
20538
20539 \end_layout
20540
20541 \begin_layout Standard
20542 \begin_inset Caption
20543
20544 \begin_layout Standard
20545 \begin_inset LatexCommand label
20546 name "fig:encab-al-lado-de-fig"
20547
20548 \end_inset
20549
20550 Encabezado junto a una figura centrado verticalmente.
20551 \end_layout
20552
20553 \end_inset
20554
20555
20556 \end_layout
20557
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \begin_layout Standard
20564 \begin_inset ERT
20565 status collapsed
20566
20567 \begin_layout Standard
20568
20569
20570 \backslash
20571 FigBesEnd
20572 \end_layout
20573
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \begin_layout Section
20580 Lista de Flotantes
20581 \begin_inset LatexCommand label
20582 name "sec:Lista-de-Flotantes"
20583
20584 \end_inset
20585
20586
20587 \begin_inset LatexCommand index
20588 name "Flotantes ! Lista"
20589
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \begin_layout Standard
20596 Igual que en el índice general se listan las secciones del documento, hay
20597  listas para todos los tipos de flotantes, como las figuras.
20598  Se pueden insertar mediante los submenús 
20599 \family sans
20600 Insertar\SpecialChar \menuseparator
20601 Lista / IG
20602 \family default
20603 .
20604 \end_layout
20605
20606 \begin_layout Standard
20607 Las entradas de la lista son los encabezados del flotante o su título corto,
20608  el número de flotante, y el número de la página del documento en la que
20609  aparecen.
20610 \end_layout
20611
20612 \begin_layout Standard
20613 Puedes encontrar las listas de figuras y tablas al final de este documento.
20614 \end_layout
20615
20616 \begin_layout Chapter
20617 Notas
20618 \end_layout
20619
20620 \begin_layout Section
20621 Notas en 
20622 \begin_inset ERT
20623 status collapsed
20624
20625 \begin_layout Standard
20626
20627
20628 \backslash
20629 texorpdfstring{
20630 \end_layout
20631
20632 \end_inset
20633
20634 LyX
20635 \begin_inset ERT
20636 status collapsed
20637
20638 \begin_layout Standard
20639
20640 }{LyX}
20641 \end_layout
20642
20643 \end_inset
20644
20645  
20646 \begin_inset LatexCommand label
20647 name "sec:Notas-en-LyX"
20648
20649 \end_inset
20650
20651
20652 \begin_inset LatexCommand index
20653 name "Notas ! Notas en LyX"
20654
20655 \end_inset
20656
20657
20658 \begin_inset Note Note
20659 status collapsed
20660
20661 \begin_layout Standard
20662 El comando 
20663 \backslash
20664 texorpdfstring es suministrado por el paquete LaTeX hyperref para evitar
20665  que los enlaces se muestren erróneamente en los marcadores PDF.
20666  Para más información sobre esto mira en 
20667 \begin_inset LatexCommand cite
20668 key "hyperref"
20669
20670 \end_inset
20671
20672 .
20673 \end_layout
20674
20675 \end_inset
20676
20677
20678 \end_layout
20679
20680 \begin_layout Standard
20681 Las notas se insertan con el botón 
20682 \begin_inset Graphics
20683         filename ../images/note-insert.xpm
20684         scale 85
20685
20686 \end_inset
20687
20688  o el menú 
20689 \family sans
20690 Insertar\SpecialChar \menuseparator
20691 Nota
20692 \family default
20693 .
20694  Hay tres tipos de notas:
20695 \end_layout
20696
20697 \begin_layout Description
20698 Nota\InsetSpace ~
20699 LyX Este tipo es para notas internas que no han de aparecer en la salida.
20700  Su cuadro se muestra como este:
20701 \newline
20702
20703 \newline
20704
20705 \begin_inset Graphics
20706         filename ../clipart/NotaLyXImagenQt4.png
20707         display none
20708         scale 85
20709
20710 \end_inset
20711
20712  
20713 \begin_inset Note Note
20714 status open
20715
20716 \begin_layout Standard
20717 Este es un texto en un recuadro que no se muestra en la salida.
20718 \end_layout
20719
20720 \end_inset
20721
20722
20723 \end_layout
20724
20725 \begin_layout Description
20726 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
20727  comentario de LaTeX, cuando exportas el documento a LaTeX via el menú 
20728 \family sans
20729 Archivo\SpecialChar \menuseparator
20730 Exportar\SpecialChar \menuseparator
20731 LaTeX (pdflatex) / LaTeX (plain)
20732 \family default
20733 .
20734  Su recuadro se ve así:
20735 \newline
20736
20737 \newline
20738
20739 \begin_inset Graphics
20740         filename ../clipart/ComentNotaImagenQt4.png
20741         display none
20742         scale 85
20743
20744 \end_inset
20745
20746  
20747 \begin_inset Note Comment
20748 status open
20749
20750 \begin_layout Standard
20751 Una nota comentario que solo aparece como comentario en archivos LaTeX.
20752 \end_layout
20753
20754 \end_inset
20755
20756
20757 \end_layout
20758
20759 \begin_layout Description
20760 Resaltado\InsetSpace ~
20761 en\InsetSpace ~
20762 gris Esta nota aparece en la salida como texto resaltado en gris.
20763  Su recuadro se parece a este:
20764 \newline
20765
20766 \newline
20767
20768 \begin_inset Graphics
20769         filename ../clipart/GrisNotaImagenQt4.png
20770         display none
20771         scale 85
20772
20773 \end_inset
20774
20775
20776 \newline
20777
20778 \begin_inset ERT
20779 status collapsed
20780
20781 \begin_layout Standard
20782
20783
20784 \backslash
20785 renewenvironment{lyxgreyedout}
20786 \end_layout
20787
20788 \begin_layout Standard
20789
20790 {
20791 \backslash
20792 textcolor[gray]{0.8}
20793 \backslash
20794 bgroup}{
20795 \backslash
20796 egroup}
20797 \end_layout
20798
20799 \end_inset
20800
20801
20802 \begin_inset Note Greyedout
20803 status open
20804
20805 \begin_layout Standard
20806 Este es el texto
20807 \begin_inset Foot
20808 status open
20809
20810 \begin_layout Standard
20811 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
20812 \end_layout
20813
20814 \end_inset
20815
20816  de un comentario que se muestra resaltado en gris.
20817 \end_layout
20818
20819 \end_inset
20820
20821
20822 \begin_inset ERT
20823 status collapsed
20824
20825 \begin_layout Standard
20826
20827
20828 \backslash
20829 renewenvironment{lyxgreyedout}
20830 \end_layout
20831
20832 \begin_layout Standard
20833
20834 {
20835 \backslash
20836 textcolor{blue}
20837 \backslash
20838 bgroup}{
20839 \backslash
20840 egroup}
20841 \end_layout
20842
20843 \end_inset
20844
20845
20846 \newline
20847
20848 \newline
20849 Como se ve en el ejemplo, la primera línea de notas resaltadas en gris está
20850  un poco sangrada y puede tener notas al pie.
20851 \end_layout
20852
20853 \begin_layout Standard
20854 \begin_inset VSpace bigskip
20855 \end_inset
20856
20857 Si usas el botón de la barra de herramientas para insertar notas, se inserta
20858  una 
20859 \family sans
20860 Nota\InsetSpace ~
20861 LyX
20862 \family default
20863 .
20864  Puedes cambiar entre los tres tipos de nota con click-derecha sobre el
20865  recuadro.
20866  
20867 \family roman
20868 \series medium
20869 \bar no
20870 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
20871  botón de herramienta nota
20872 \family default
20873 \series default
20874 \bar default
20875 .
20876 \end_layout
20877
20878 \begin_layout Standard
20879 \begin_inset VSpace bigskip
20880 \end_inset
20881
20882 Se puede cambiar el color del resaltado en gris poniendo en el preámbulo
20883  el comando:
20884 \end_layout
20885
20886 \begin_layout Standard
20887
20888 \series bold
20889
20890 \backslash
20891 renewenvironment{lyxgreyedout}
20892 \newline
20893
20894 \begin_inset ERT
20895 status collapsed
20896
20897 \begin_layout Standard
20898
20899
20900 \backslash
20901 hphantom{ }
20902 \end_layout
20903
20904 \end_inset
20905
20906 {
20907 \backslash
20908 textcolor{color}
20909 \backslash
20910 bgroup}{
20911 \backslash
20912 egroup}
20913 \end_layout
20914
20915 \begin_layout Standard
20916 Los colores disponibles y el método para definir nuestros propios colores
20917  se explica en la sección\InsetSpace ~
20918
20919 \begin_inset LatexCommand ref
20920 reference "sec:Tablas-Coloreadas"
20921
20922 \end_inset
20923
20924 .
20925 \end_layout
20926
20927 \begin_layout Standard
20928 Las notas en azul en este documento se han hecho con notas resaltado en
20929  gris definiendo el color del texto en azul.
20930 \end_layout
20931
20932 \begin_layout Section
20933 Notas al pie
20934 \begin_inset LatexCommand label
20935 name "sec:Notas-al-pie"
20936
20937 \end_inset
20938
20939
20940 \begin_inset LatexCommand index
20941 name "Notas ! al Pie"
20942
20943 \end_inset
20944
20945
20946 \begin_inset LatexCommand index
20947 name "Notas al Pie"
20948
20949 \end_inset
20950
20951
20952 \end_layout
20953
20954 \begin_layout Standard
20955 Las notas al pie se insertan con el botón 
20956 \begin_inset Graphics
20957         filename ../images/footnote-insert.xpm
20958         scale 85
20959
20960 \end_inset
20961
20962  o el menú 
20963 \family sans
20964 Insertar\SpecialChar \menuseparator
20965 Nota\InsetSpace ~
20966 al\InsetSpace ~
20967 pie
20968 \family default
20969 .
20970  
20971 \family roman
20972 \series medium
20973 \bar no
20974 Aparece un recuadro como este:
20975 \family default
20976 \series default
20977 \bar default
20978  
20979 \begin_inset Graphics
20980         filename ../clipart/notapieQt4.png
20981         scale 80
20982
20983 \end_inset
20984
20985
20986 \family roman
20987 \series medium
20988 \bar no
20989  donde puedes introducir el texto.
20990  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
20991  sobre el
20992 \family default
20993 \series default
20994 \bar default
20995  
20996 \family roman
20997 \series medium
20998 \bar no
20999 botón
21000 \family default
21001 \series default
21002 \bar default
21003 .
21004 \end_layout
21005
21006 \begin_layout Standard
21007 Aquí hay un ejemplo de nota al pie:
21008 \family roman
21009 \series medium
21010 \bar no
21011
21012 \begin_inset Foot
21013 status open
21014
21015 \begin_layout Standard
21016 \begin_inset LatexCommand label
21017 name "pie:Esto-es-una"
21018
21019 \end_inset
21020
21021 Ejemplo de nota al pie.
21022 \end_layout
21023
21024 \end_inset
21025
21026
21027 \family default
21028 \series default
21029 \bar default
21030
21031 \begin_inset ERT
21032 status collapsed
21033
21034 \begin_layout Standard
21035
21036
21037 \backslash
21038 newcounter{MyRepeatFoot}
21039 \end_layout
21040
21041 \begin_layout Standard
21042
21043
21044 \backslash
21045 setcounter{MyRepeatFoot}{
21046 \backslash
21047 thefootnote}
21048 \end_layout
21049
21050 \end_inset
21051
21052
21053 \end_layout
21054
21055 \begin_layout Standard
21056 En la salida, el pie se muestra como número exponente en el lugar del texto
21057  donde se coloca el recuadro.
21058  El texto se coloca al final de la página actual.
21059  Los números de las notas son calculados por LaTeX, y son consecutivos.
21060  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
21061 \end_layout
21062
21063 \begin_layout Standard
21064 Las notas al pie pueden referenciarse como flotantes: Inserta una etiqueta
21065  en la nota y pon una referencia cruzada a esta etiqueta en el texto como
21066  se describe en la sección\InsetSpace ~
21067
21068 \begin_inset LatexCommand ref
21069 reference "sec:Referencias-a-Flotantes"
21070
21071 \end_inset
21072
21073 .
21074 \newline
21075 Esto es una referencia cruzada a la Nota al pie\InsetSpace ~
21076
21077 \begin_inset LatexCommand prettyref
21078 reference "pie:Esto-es-una"
21079
21080 \end_inset
21081
21082 .
21083 \newline
21084
21085 \begin_inset Note Greyedout
21086 status collapsed
21087
21088 \begin_layout Standard
21089
21090 \series bold
21091 Nota:
21092 \series default
21093  LyX no suministra prefijos para etiquetas en notas al pie, así que has
21094  de insertar un prefijo, p.\InsetSpace \thinspace{}
21095 e.\InsetSpace ~
21096
21097 \family sans
21098
21099 \begin_inset Quotes eld
21100 \end_inset
21101
21102 pie:
21103 \family default
21104
21105 \begin_inset Quotes erd
21106 \end_inset
21107
21108  manualmente cuando quieras usar el estilo 
21109 \family sans
21110 Referencia\InsetSpace ~
21111 con\InsetSpace ~
21112 formato
21113 \family default
21114 .
21115 \end_layout
21116
21117 \end_inset
21118
21119
21120 \end_layout
21121
21122 \begin_layout Standard
21123 \begin_inset VSpace defskip
21124 \end_inset
21125
21126 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección\InsetSpace ~
21127
21128 \begin_inset LatexCommand ref
21129 reference "sec:Minipáginas"
21130
21131 \end_inset
21132
21133 .
21134  Los pies en tablas largas en la sección\InsetSpace ~
21135
21136 \begin_inset LatexCommand ref
21137 reference "sub:Notas-al-pie-en-Tablas-Largas"
21138
21139 \end_inset
21140
21141 .
21142 \end_layout
21143
21144 \begin_layout Standard
21145 \begin_inset VSpace defskip
21146 \end_inset
21147
21148 Para crear solo una marca para una nota al pie, puedes usar el comando 
21149 \series bold
21150
21151 \backslash
21152 footnotemark[número]
21153 \series default
21154  en ERT.
21155  Esto se emplea si tienes la misma anotación varias veces en el texto pero
21156  no quieres imprimir el pie cada vez.
21157 \newline
21158 Como no sabes el número del pie que
21159  se repite mientras escribes el texto, tienes que guardarlo.
21160  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
21161  en ERT detrás de Nota\InsetSpace ~
21162 al\InsetSpace ~
21163 pie\InsetSpace ~
21164
21165 \begin_inset LatexCommand ref
21166 reference "pie:Esto-es-una"
21167
21168 \end_inset
21169
21170  para guardar el número de pie:
21171 \end_layout
21172
21173 \begin_layout Standard
21174
21175 \series bold
21176
21177 \backslash
21178 newcounter{MyRepeatFoot}
21179 \newline
21180
21181 \backslash
21182 setcounter{MyRepeatFoot}{
21183 \backslash
21184 thefootnote}
21185 \end_layout
21186
21187 \begin_layout Standard
21188 La marca de pie se crea entonces con el comando:
21189 \end_layout
21190
21191 \begin_layout Standard
21192
21193 \series bold
21194
21195 \backslash
21196 footnotemark[
21197 \backslash
21198 theMyRepeatFoot]
21199 \end_layout
21200
21201 \begin_layout Standard
21202 Aquí hay un ejemplo de marca de pie:
21203 \family roman
21204 \series medium
21205 \bar no
21206
21207 \begin_inset ERT
21208 status collapsed
21209
21210 \begin_layout Standard
21211
21212
21213 \backslash
21214 footnotemark[
21215 \backslash
21216 theMyRepeatFoot]
21217 \end_layout
21218
21219 \end_inset
21220
21221
21222 \end_layout
21223
21224 \begin_layout Subsection
21225 Numeración de Notas al Pie
21226 \begin_inset LatexCommand label
21227 name "sub:Numeración-de-Notas-al-Pie"
21228
21229 \end_inset
21230
21231
21232 \begin_inset LatexCommand index
21233 name "Notas al Pie ! Numeración"
21234
21235 \end_inset
21236
21237
21238 \end_layout
21239
21240 \begin_layout Standard
21241 Si quieres numerar notas al pie en el esquema 
21242 \begin_inset Quotes eld
21243 \end_inset
21244
21245 capítulo.nota
21246 \begin_inset Quotes erd
21247 \end_inset
21248
21249 , añade el siguiente comando al preámbulo del documento:
21250 \end_layout
21251
21252 \begin_layout Standard
21253
21254 \series bold
21255
21256 \backslash
21257 numberwithin{footnote}{chapter}
21258 \end_layout
21259
21260 \begin_layout Standard
21261 Para poder usar el comando 
21262 \series bold
21263
21264 \backslash
21265 numberwithin
21266 \series default
21267 , marca la opción 
21268 \family sans
21269 Usar
21270 \family default
21271 \InsetSpace ~
21272
21273 \family sans
21274 el
21275 \family default
21276 \InsetSpace ~
21277
21278 \family sans
21279 paquete
21280 \family default
21281 \InsetSpace ~
21282
21283 \family sans
21284 AMS 
21285 \family default
21286 en la pestaña 
21287 \family sans
21288 Ecuaciones
21289 \family default
21290  de la configuración del documento.
21291 \end_layout
21292
21293 \begin_layout Standard
21294 \begin_inset ERT
21295 status collapsed
21296
21297 \begin_layout Standard
21298
21299
21300 \backslash
21301 numberwithin{footnote}{chapter}
21302 \end_layout
21303
21304 \end_inset
21305
21306 Esto es otro ejemplo de nota al pie:
21307 \series bold
21308
21309 \begin_inset Foot
21310 status open
21311
21312 \begin_layout Standard
21313 Nota al pie numerada en el esquema 
21314 \begin_inset Quotes eld
21315 \end_inset
21316
21317 capítulo.nota
21318 \begin_inset Quotes erd
21319 \end_inset
21320
21321 .
21322 \end_layout
21323
21324 \end_inset
21325
21326
21327 \series default
21328
21329 \begin_inset ERT
21330 status collapsed
21331
21332 \begin_layout Standard
21333
21334
21335 \backslash
21336 numberwithin{footnote}{part}
21337 \end_layout
21338
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \begin_layout Standard
21345 \begin_inset VSpace bigskip
21346 \end_inset
21347
21348
21349 \end_layout
21350
21351 \begin_layout Standard
21352 Para reestablecer el número de pie a 1 en cada sección añade este
21353 \family roman
21354  comando en el preámbulo:
21355 \end_layout
21356
21357 \begin_layout Standard
21358
21359 \series bold
21360
21361 \backslash
21362 @addtoreset{footnote}{section}
21363 \end_layout
21364
21365 \begin_layout Standard
21366 \begin_inset VSpace bigskip
21367 \end_inset
21368
21369 El siguiente comando en el preámbulo cambia el estilo de numeración del
21370  pie a números romanos pequeños:
21371 \end_layout
21372
21373 \begin_layout Standard
21374
21375 \series bold
21376
21377 \backslash
21378 renewcommand{
21379 \backslash
21380 thefootnote}{
21381 \backslash
21382 roman{footnote}}
21383 \end_layout
21384
21385 \begin_layout Standard
21386 \begin_inset ERT
21387 status collapsed
21388
21389 \begin_layout Standard
21390
21391
21392 \backslash
21393 renewcommand{
21394 \backslash
21395 thefootnote}{
21396 \backslash
21397 roman{footnote}}
21398 \end_layout
21399
21400 \end_inset
21401
21402  Nota al pie en números romanos:
21403 \begin_inset Foot
21404 status open
21405
21406 \begin_layout Standard
21407 Ejemplo de nota al pie en números romanos.
21408 \end_layout
21409
21410 \end_inset
21411
21412
21413 \begin_inset ERT
21414 status collapsed
21415
21416 \begin_layout Standard
21417
21418
21419 \backslash
21420 renewcommand{
21421 \backslash
21422 thefootnote}{
21423 \backslash
21424 arabic{footnote}}
21425 \end_layout
21426
21427 \end_inset
21428
21429
21430 \end_layout
21431
21432 \begin_layout Standard
21433 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
21434  
21435 \series bold
21436
21437 \backslash
21438 roman
21439 \series default
21440  por 
21441 \series bold
21442
21443 \backslash
21444 Roman
21445 \series default
21446 .
21447  Para 
21448 \begin_inset Quotes eld
21449 \end_inset
21450
21451 numerar
21452 \begin_inset Quotes erd
21453 \end_inset
21454
21455  las
21456 \series bold
21457  
21458 \series default
21459 notas al pie con letras mayúsculas o minúsculas usa 
21460 \series bold
21461
21462 \backslash
21463 Alph
21464 \series default
21465  o 
21466 \series bold
21467
21468 \backslash
21469 alph
21470 \series default
21471 , respectivamente.
21472  Para 
21473 \begin_inset Quotes eld
21474 \end_inset
21475
21476 numerar
21477 \begin_inset Quotes erd
21478 \end_inset
21479
21480  las notas al pie con símbolos usa 
21481 \series bold
21482
21483 \backslash
21484 fnsymbol
21485 \series default
21486 .
21487 \end_layout
21488
21489 \begin_layout Standard
21490 \begin_inset Note Greyedout
21491 status open
21492
21493 \begin_layout Standard
21494
21495 \series bold
21496 Nota:
21497 \series medium
21498  
21499 \series default
21500 Sólo puedes numerar hasta 26 pies con letras, porque esta numeración está
21501  limitada a letras simples.
21502 \end_layout
21503
21504 \end_inset
21505
21506
21507 \newline
21508
21509 \begin_inset Note Greyedout
21510 status open
21511
21512 \begin_layout Standard
21513
21514 \series bold
21515 Nota:
21516 \series default
21517  Sólo puedes numerar 9 pies con símbolos.
21518 \end_layout
21519
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \begin_layout Standard
21526 Para volver al estilo de numeración predeterminado cuando has cambiado a
21527  otro estilo, usa 
21528 \series bold
21529
21530 \backslash
21531 arabic
21532 \series default
21533  en vez de 
21534 \series bold
21535
21536 \backslash
21537 roman
21538 \series default
21539  en el comando anterior.
21540 \end_layout
21541
21542 \begin_layout Subsection
21543 Colocación de Notas al Pie
21544 \begin_inset LatexCommand index
21545 name "Notas al Pie ! Colocación"
21546
21547 \end_inset
21548
21549
21550 \end_layout
21551
21552 \begin_layout Standard
21553 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
21554  entre ellas al final de la página.
21555  Para hacerlas más legibles puedes añadir p.\InsetSpace \thinspace{}
21556 e.
21557  1.5\InsetSpace \thinspace{}
21558 mm con el comando siguiente en el preámbulo:
21559 \end_layout
21560
21561 \begin_layout Standard
21562
21563 \series bold
21564
21565 \backslash
21566 let
21567 \backslash
21568 myFoot
21569 \backslash
21570 footnote
21571 \newline
21572
21573 \backslash
21574 renewcommand{
21575 \backslash
21576 footnote}[1]{
21577 \backslash
21578 myFoot{#1
21579 \backslash
21580 vspace{1.5mm}}}
21581 \end_layout
21582
21583 \begin_layout Standard
21584 \begin_inset VSpace bigskip
21585 \end_inset
21586
21587 En documentos a dos columnas la nota al pie aparece al final de cada columna,
21588  ver la Figura\InsetSpace ~
21589
21590 \begin_inset LatexCommand ref
21591 reference "fig:Colocación-standard-del-pie"
21592
21593 \end_inset
21594
21595 .
21596  Si las notas debieran mostrarse sólo al final de la columna derecha, como
21597  en la Figura\InsetSpace ~
21598
21599 \begin_inset LatexCommand ref
21600 reference "fig:Colocación-del-pie-en"
21601
21602 \end_inset
21603
21604 , usa el paquete LaTeX 
21605 \series bold
21606 ftnright
21607 \series default
21608
21609 \begin_inset LatexCommand index
21610 name "LaTeX-paquetes ! ftnright"
21611
21612 \end_inset
21613
21614  con este comando en el preámbulo:
21615 \end_layout
21616
21617 \begin_layout Standard
21618
21619 \series bold
21620
21621 \backslash
21622 usepackage{ftnright}
21623 \end_layout
21624
21625 \begin_layout Standard
21626 \begin_inset Float figure
21627 placement !h
21628 wide false
21629 sideways false
21630 status open
21631
21632 \begin_layout Standard
21633 \begin_inset ERT
21634 status collapsed
21635
21636 \begin_layout Standard
21637
21638
21639 \backslash
21640 framebox{
21641 \end_layout
21642
21643 \end_inset
21644
21645
21646 \begin_inset Graphics
21647         filename ../clipart/without_fntright.pdf
21648         width 100col%
21649
21650 \end_inset
21651
21652
21653 \begin_inset ERT
21654 status collapsed
21655
21656 \begin_layout Standard
21657
21658 }
21659 \end_layout
21660
21661 \end_inset
21662
21663
21664 \end_layout
21665
21666 \begin_layout Standard
21667 \begin_inset Caption
21668
21669 \begin_layout Standard
21670 \begin_inset LatexCommand label
21671 name "fig:Colocación-standard-del-pie"
21672
21673 \end_inset
21674
21675 Colocación standard de notas al pie en documentos a dos columnas.
21676 \end_layout
21677
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \end_inset
21684
21685
21686 \end_layout
21687
21688 \begin_layout Standard
21689 \begin_inset Float figure
21690 placement !h
21691 wide false
21692 sideways false
21693 status open
21694
21695 \begin_layout Standard
21696 \begin_inset ERT
21697 status collapsed
21698
21699 \begin_layout Standard
21700
21701
21702 \backslash
21703 framebox{
21704 \end_layout
21705
21706 \end_inset
21707
21708
21709 \begin_inset Graphics
21710         filename ../clipart/with_fntright.pdf
21711         width 100col%
21712
21713 \end_inset
21714
21715
21716 \begin_inset ERT
21717 status collapsed
21718
21719 \begin_layout Standard
21720
21721 }
21722 \end_layout
21723
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \begin_layout Standard
21730 \begin_inset Caption
21731
21732 \begin_layout Standard
21733 \begin_inset LatexCommand label
21734 name "fig:Colocación-del-pie-en"
21735
21736 \end_inset
21737
21738 Colocación del pie en documentos a dos columnas cuando se usa el paquete
21739  LaTeX 
21740 \series bold
21741 ftnright
21742 \series default
21743 .
21744 \end_layout
21745
21746 \end_inset
21747
21748
21749 \end_layout
21750
21751 \end_inset
21752
21753
21754 \end_layout
21755
21756 \begin_layout Standard
21757 \begin_inset VSpace bigskip
21758 \end_inset
21759
21760 En alguna literatura científica se acostumbra reunir las notas e imprimirlas
21761  en un párrafo separado al final de la sección, como en la Figura\InsetSpace ~
21762
21763 \begin_inset LatexCommand ref
21764 reference "fig:Notas-al-final----notas-al-pie"
21765
21766 \end_inset
21767
21768 .
21769  Para usar notas finales en vez de notas al pie , carga el paquete LaTeX
21770  
21771 \series bold
21772 endnotes
21773 \series default
21774
21775 \begin_inset LatexCommand index
21776 name "LaTeX-paquetes ! endnotes"
21777
21778 \end_inset
21779
21780  con las siguientes líneas en el preámbulo de tu documento:
21781 \end_layout
21782
21783 \begin_layout Standard
21784
21785 \series bold
21786
21787 \backslash
21788 usepackage{endnotes}
21789 \newline
21790
21791 \backslash
21792 let
21793 \backslash
21794 footnote
21795 \backslash
21796 endnote
21797 \end_layout
21798
21799 \begin_layout Standard
21800 Para insertar la colección de notas, escribe el comando
21801 \end_layout
21802
21803 \begin_layout Standard
21804
21805 \series bold
21806
21807 \backslash
21808 theendnotes
21809 \end_layout
21810
21811 \begin_layout Standard
21812 en ERT al final de una sección o capítulo.
21813 \end_layout
21814
21815 \begin_layout Standard
21816 \begin_inset Float figure
21817 wide false
21818 sideways false
21819 status open
21820
21821 \begin_layout Standard
21822 \align center
21823 \begin_inset ERT
21824 status collapsed
21825
21826 \begin_layout Standard
21827
21828
21829 \backslash
21830 framebox{
21831 \end_layout
21832
21833 \end_inset
21834
21835
21836 \begin_inset Graphics
21837         filename ../clipart/endnotes.pdf
21838
21839 \end_inset
21840
21841
21842 \begin_inset ERT
21843 status collapsed
21844
21845 \begin_layout Standard
21846
21847 }
21848 \end_layout
21849
21850 \end_inset
21851
21852
21853 \end_layout
21854
21855 \begin_layout Standard
21856 \begin_inset Caption
21857
21858 \begin_layout Standard
21859 \begin_inset LatexCommand label
21860 name "fig:Notas-al-final----notas-al-pie"
21861
21862 \end_inset
21863
21864 Notas al final -- notas al pie impresas en párrafo separado al final de
21865  la sección o del capítulo.
21866 \end_layout
21867
21868 \end_inset
21869
21870
21871 \end_layout
21872
21873 \end_inset
21874
21875
21876 \end_layout
21877
21878 \begin_layout Standard
21879 \begin_inset VSpace defskip
21880 \end_inset
21881
21882 La cabecera de párrafo para las notas finales no se traduce automáticamente
21883  al lenguaje del documento, hay que hacerlo manualmente.
21884   El siguiente comando de preámbulo traduce el nombre en inglés 
21885 \begin_inset Quotes eld
21886 \end_inset
21887
21888 Notes
21889 \begin_inset Quotes erd
21890 \end_inset
21891
21892  al español 
21893 \begin_inset Quotes eld
21894 \end_inset
21895
21896 Notas
21897 \begin_inset Quotes erd
21898 \end_inset
21899
21900 :
21901 \end_layout
21902
21903 \begin_layout Standard
21904
21905 \series bold
21906
21907 \backslash
21908 renewcommand{
21909 \backslash
21910 notesname}{Notas}
21911 \end_layout
21912
21913 \begin_layout Standard
21914 \begin_inset VSpace defskip
21915 \end_inset
21916
21917 La numeración de notas finales puede cambiarse como la de las notas al pie,
21918  como se describe en la sección\InsetSpace ~
21919
21920 \begin_inset LatexCommand ref
21921 reference "sub:Numeración-de-Notas-al-Pie"
21922
21923 \end_inset
21924
21925 ; sólo hay que reemplazar el comando 
21926 \series bold
21927
21928 \backslash
21929 thefootnote
21930 \series default
21931  por 
21932 \series bold
21933
21934 \backslash
21935 theendnote
21936 \series default
21937 .
21938  Para restablecer la numeración usa el comando 
21939 \series bold
21940
21941 \backslash
21942 @addtoreset 
21943 \series default
21944 como se describe en la sección\InsetSpace ~
21945
21946 \begin_inset LatexCommand ref
21947 reference "sub:Numeración-de-Notas-al-Pie"
21948
21949 \end_inset
21950
21951  y sustituye el parámetro de comando 
21952 \series bold
21953 footnote
21954 \series default
21955  por 
21956 \series bold
21957 endnote
21958 \series default
21959 .
21960 \end_layout
21961
21962 \begin_layout Standard
21963 Para crear solo una marca para una nota final, usa el comando 
21964 \series bold
21965
21966 \backslash
21967 endnotemark[número]
21968 \series default
21969  similar al comando 
21970 \series bold
21971
21972 \backslash
21973 footnotemark
21974 \series default
21975 , descrito en la sección\InsetSpace ~
21976
21977 \begin_inset LatexCommand ref
21978 reference "sec:Notas-al-pie"
21979
21980 \end_inset
21981
21982 .
21983 \end_layout
21984
21985 \begin_layout Standard
21986 \begin_inset VSpace bigskip
21987 \end_inset
21988
21989 Las notas al pie también pueden colocarse al margen de la página y la alineación
21990  del texto del pie también puede cambiarse, ver el paquete LaTeX 
21991 \series bold
21992 footmisc
21993 \series default
21994
21995 \begin_inset LatexCommand index
21996 name "LaTeX-paquetes ! footmisc"
21997
21998 \end_inset
21999
22000
22001 \begin_inset LatexCommand cite
22002 key "footmisc"
22003
22004 \end_inset
22005
22006  para más información.
22007 \end_layout
22008
22009 \begin_layout Standard
22010 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
22011  
22012 \begin_inset LatexCommand cite
22013 key "latexcompanion,latexguide,latexbook"
22014
22015 \end_inset
22016
22017 .
22018 \end_layout
22019
22020 \begin_layout Section
22021 Notas al Margen
22022 \begin_inset LatexCommand index
22023 name "Notas ! al Margen"
22024
22025 \end_inset
22026
22027
22028 \end_layout
22029
22030 \begin_layout Standard
22031 Las notas al margen se ven y se comportan en LyX como notas al pie.
22032  Se insertan con el menú 
22033 \family sans
22034 Insertar\SpecialChar \menuseparator
22035 Nota\InsetSpace ~
22036 al\InsetSpace ~
22037 margen
22038 \family default
22039  o el botón 
22040 \begin_inset Graphics
22041         filename ../images/marginalnote-insert.xpm
22042         scale 85
22043
22044 \end_inset
22045
22046 .
22047  Aparece un cuadro gris con la etiqueta en rojo
22048 \family roman
22049 \series medium
22050  
22051 \begin_inset Quotes eld
22052 \end_inset
22053
22054 margen
22055 \begin_inset Quotes erd
22056 \end_inset
22057
22058  en el que puedes escribir el texto de la nota.
22059 \end_layout
22060
22061 \begin_layout Standard
22062 Al lado hay un ejemplo de nota al margen.
22063 \family roman
22064 \series medium
22065
22066 \begin_inset Marginal
22067 status open
22068
22069 \begin_layout Standard
22070 Esto es una nota al margen.
22071 \end_layout
22072
22073 \end_inset
22074
22075
22076 \end_layout
22077
22078 \begin_layout Standard
22079 Estas notas salen en el margen derecho en documentos a una cara.
22080  En documentos a doble cara se muestran en el margen externo -- izquierdo
22081  en páginas pares, derecho en páginas impares.
22082  El texto de las notas se alinea en la parte opuesta al margen -- se alinea
22083  a la derecha si la nota aparece en el margen izquierdo.
22084  La primera línea de la nota se sitúa en la posición de la línea del texto
22085  en la que se inserta en el documento.
22086 \end_layout
22087
22088 \begin_layout Standard
22089 \begin_inset VSpace bigskip
22090 \end_inset
22091
22092 Para colocar la nota en el margen interno añade el comando
22093 \end_layout
22094
22095 \begin_layout Standard
22096
22097 \series bold
22098
22099 \backslash
22100 reversemarginpar
22101 \end_layout
22102
22103 \begin_layout Standard
22104 en ERT antes de la nota.
22105  La nueva colocación es válida para todas las siguientes notas al margen.
22106 \begin_inset ERT
22107 status collapsed
22108
22109 \begin_layout Standard
22110
22111
22112 \backslash
22113 reversemarginpar 
22114 \end_layout
22115
22116 \end_inset
22117
22118
22119 \begin_inset Marginal
22120 status open
22121
22122 \begin_layout Standard
22123 Esto es una nota en el margen interno.
22124 \end_layout
22125
22126 \end_inset
22127
22128
22129 \series bold
22130
22131 \newline
22132
22133 \series default
22134
22135 \begin_inset Note Greyedout
22136 status open
22137
22138 \begin_layout Standard
22139
22140 \series bold
22141 Nota:
22142 \series default
22143  A veces no hay espacio suficiente en el margen interno, por lo que la nota
22144  no se mostrará correctamente en la salida.
22145 \end_layout
22146
22147 \end_inset
22148
22149
22150 \end_layout
22151
22152 \begin_layout Standard
22153 \begin_inset ERT
22154 status collapsed
22155
22156 \begin_layout Standard
22157
22158
22159 \backslash
22160 normalmarginpar 
22161 \end_layout
22162
22163 \end_inset
22164
22165 Para volver a la ubicación predeterminada inserta el comando
22166 \end_layout
22167
22168 \begin_layout Standard
22169
22170 \series bold
22171
22172 \backslash
22173 normalmarginpar
22174 \end_layout
22175
22176 \begin_layout Standard
22177 en ERT.
22178 \newline
22179  
22180 \begin_inset Note Greyedout
22181 status open
22182
22183 \begin_layout Standard
22184
22185 \series bold
22186 Nota:
22187 \series default
22188  El comando se ignora si en el mismo párrafo está también presente el comando
22189  
22190 \series bold
22191
22192 \backslash
22193 reversemarginpar
22194 \series default
22195 .
22196 \end_layout
22197
22198 \end_inset
22199
22200
22201 \end_layout
22202
22203 \begin_layout Standard
22204 \begin_inset VSpace bigskip
22205 \end_inset
22206
22207
22208 \family roman
22209 \series medium
22210
22211 \begin_inset Marginal
22212 status open
22213
22214 \begin_layout Standard
22215 PalabraMuyLargaAlMargen no partida con guión.
22216 \end_layout
22217
22218 \end_inset
22219
22220
22221 \family default
22222 \series default
22223 Como en el caso descrito en la sección\InsetSpace ~
22224
22225 \begin_inset LatexCommand ref
22226 reference "sub:Líneas-Múltiples-en"
22227
22228 \end_inset
22229
22230 , una palabra larga no puede partirse con guión cuando es la primera en
22231  la nota al margen.
22232  Para evitar esto, inserta el comando
22233 \end_layout
22234
22235 \begin_layout Standard
22236
22237 \series bold
22238
22239 \backslash
22240 hspace{0pt}
22241 \end_layout
22242
22243 \begin_layout Standard
22244 en ERT antes de la palabra
22245 \family roman
22246 \series medium
22247 .
22248 \begin_inset Marginal
22249 status open
22250
22251 \begin_layout Standard
22252 \begin_inset ERT
22253 status collapsed
22254
22255 \begin_layout Standard
22256
22257
22258 \backslash
22259 hspace{0pt}
22260 \end_layout
22261
22262 \end_inset
22263
22264 PalabraMuyLargaAlMargen partida con guión.
22265 \end_layout
22266
22267 \end_inset
22268
22269
22270 \end_layout
22271
22272 \begin_layout Standard
22273 \begin_inset VSpace bigskip
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \begin_layout Standard
22280 \begin_inset Note Greyedout
22281 status open
22282
22283 \begin_layout Standard
22284
22285 \series bold
22286 Nota:
22287 \series default
22288  Normalmente no pueden utilizarse notas al margen en tablas, flotantes,
22289  y notas al pie.
22290 \end_layout
22291
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \begin_layout Standard
22298 \begin_inset VSpace bigskip
22299 \end_inset
22300
22301
22302 \end_layout
22303
22304 \begin_layout Standard
22305 \begin_inset ERT
22306 status collapsed
22307
22308 \begin_layout Standard
22309
22310
22311 \backslash
22312 ifmarginnote
22313 \end_layout
22314
22315 \end_inset
22316
22317
22318 \begin_inset Note Note
22319 status open
22320
22321 \begin_layout Standard
22322
22323 \lang english
22324 The following section will only be displayed when you have the LaTeX-package
22325  
22326 \series bold
22327 marginnote
22328 \series default
22329  is installed.
22330 \end_layout
22331
22332 \end_inset
22333
22334
22335 \end_layout
22336
22337 \begin_layout Standard
22338 Esta restricción se puede salvar con el paquete LaTeX 
22339 \series bold
22340 marginnote
22341 \series default
22342
22343 \begin_inset LatexCommand index
22344 name "LaTeX-paquetes ! marginnote"
22345
22346 \end_inset
22347
22348 .
22349  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
22350  notas al margen es redefinido para usar el comando provisto por el paquete
22351  
22352 \series bold
22353 marginnote
22354 \series default
22355 :
22356 \end_layout
22357
22358 \begin_layout Standard
22359
22360 \series bold
22361
22362 \backslash
22363 usepackage{marginnote}
22364 \newline
22365
22366 \backslash
22367 let
22368 \backslash
22369 marginpar
22370 \backslash
22371 marginnote
22372 \end_layout
22373
22374 \begin_layout Standard
22375 Esto se ha utilizado en el presente documento porque 
22376 \series bold
22377 marginnote
22378 \series default
22379  tiene una característica adicional útil: Puedes imponer un offset vertical
22380  a la nota.
22381  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
22382  diseño de la página.
22383  El offset se determina en LyX como ERT directamente tras la nota al margen
22384  en el esquema
22385 \end_layout
22386
22387 \begin_layout Standard
22388
22389 \series bold
22390 [offset]
22391 \end_layout
22392
22393 \begin_layout Standard
22394 donde offset es una longitud en una de las unidades listadas en la Tabla\InsetSpace ~
22395
22396 \begin_inset LatexCommand ref
22397 reference "tab:Unidades"
22398
22399 \end_inset
22400
22401 .
22402  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
22403  abajo.
22404
22405 \family roman
22406 \series medium
22407  Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5\InsetSpace \thinspace{}
22408 cm
22409  arriba con el comando ERT 
22410 \begin_inset Quotes eld
22411 \end_inset
22412
22413
22414 \family default
22415 \series bold
22416 [-1.5cm]
22417 \family roman
22418 \series medium
22419
22420 \begin_inset Quotes erd
22421 \end_inset
22422
22423
22424 \begin_inset Marginal
22425 status open
22426
22427 \begin_layout Standard
22428 Esta nota está 1.5\InsetSpace \thinspace{}
22429 cm por encima de su posición original.
22430 \end_layout
22431
22432 \end_inset
22433
22434
22435 \family default
22436 \series default
22437
22438 \begin_inset ERT
22439 status collapsed
22440
22441 \begin_layout Standard
22442
22443 [-1.5cm]
22444 \end_layout
22445
22446 \end_inset
22447
22448
22449 \end_layout
22450
22451 \begin_layout Standard
22452 \begin_inset VSpace defskip
22453 \end_inset
22454
22455 Con 
22456 \series bold
22457 marginnote
22458 \series default
22459  también puedes cambiar la alineación del texto en el margen.
22460  Por ejemplo los comandos
22461 \end_layout
22462
22463 \begin_layout Standard
22464
22465 \series bold
22466
22467 \backslash
22468 renewcommand*{
22469 \backslash
22470 raggedleftmarginnote}{
22471 \backslash
22472 centering}
22473 \newline
22474
22475 \backslash
22476 renewcommand*{
22477 \backslash
22478 raggedrightmarginnote}{
22479 \backslash
22480 centering}
22481 \end_layout
22482
22483 \begin_layout Standard
22484 producen alineación centrada.
22485  
22486 \series bold
22487
22488 \backslash
22489 raggedleftmarginnote
22490 \series default
22491  identifica las notas que aparecen al lado izquierdo.
22492 \family roman
22493 \series medium
22494
22495 \begin_inset ERT
22496 status collapsed
22497
22498 \begin_layout Standard
22499
22500
22501 \backslash
22502 renewcommand*{
22503 \backslash
22504 raggedleftmarginnote}{
22505 \backslash
22506 centering}
22507 \end_layout
22508
22509 \begin_layout Standard
22510
22511
22512 \backslash
22513 renewcommand*{
22514 \backslash
22515 raggedrightmarginnote}{
22516 \backslash
22517 centering}
22518 \end_layout
22519
22520 \end_inset
22521
22522
22523 \begin_inset Marginal
22524 status open
22525
22526 \begin_layout Standard
22527 El texto de esta nota está centrado.
22528 \end_layout
22529
22530 \end_inset
22531
22532  
22533 \family default
22534 \series default
22535 El valor predeterminado es 
22536 \end_layout
22537
22538 \begin_layout Standard
22539
22540 \series bold
22541
22542 \backslash
22543 renewcommand*{
22544 \backslash
22545 raggedleftmarginnote}{
22546 \backslash
22547 raggedleft}
22548 \newline
22549
22550 \backslash
22551 renewcommand*{
22552 \backslash
22553 raggedrightmarginnote}{
22554 \backslash
22555 raggedright}
22556 \family roman
22557 \series medium
22558
22559 \begin_inset ERT
22560 status collapsed
22561
22562 \begin_layout Standard
22563
22564
22565 \backslash
22566 renewcommand*{
22567 \backslash
22568 raggedleftmarginnote}{
22569 \backslash
22570 raggedleft}
22571 \end_layout
22572
22573 \begin_layout Standard
22574
22575
22576 \backslash
22577 renewcommand*{
22578 \backslash
22579 raggedrightmarginnote}{
22580 \backslash
22581 raggedright}
22582 \end_layout
22583
22584 \end_inset
22585
22586
22587 \end_layout
22588
22589 \begin_layout Standard
22590 \begin_inset VSpace defskip
22591 \end_inset
22592
22593 Para otras características de 
22594 \series bold
22595 marginnote
22596 \series default
22597  mira en su documentación 
22598 \begin_inset LatexCommand cite
22599 key "marginnote"
22600
22601 \end_inset
22602
22603 .
22604 \end_layout
22605
22606 \begin_layout Standard
22607 \begin_inset VSpace bigskip
22608 \end_inset
22609
22610 El diseño de las notas al margen puede ser redefinido.
22611  Por ejemplo, para crear una cabecera para todas las notas con el texto
22612  
22613 \begin_inset Quotes eld
22614 \end_inset
22615
22616
22617 \series bold
22618 \bar under
22619 ¡
22620 \family sans
22621 Atención
22622 \family default
22623 !
22624 \series default
22625 \bar default
22626
22627 \begin_inset Quotes erd
22628 \end_inset
22629
22630 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
22631 \end_layout
22632
22633 \begin_layout Standard
22634
22635 \series bold
22636
22637 \backslash
22638 let
22639 \backslash
22640 myMarginpar
22641 \backslash
22642 marginpar
22643 \newline
22644
22645 \backslash
22646 renewcommand{
22647 \backslash
22648 marginpar}[1]{
22649 \backslash
22650 myMarginpar{%
22651 \newline
22652
22653 \begin_inset ERT
22654 status collapsed
22655
22656 \begin_layout Standard
22657
22658
22659 \backslash
22660 hphantom{ }
22661 \end_layout
22662
22663 \end_inset
22664
22665
22666 \backslash
22667 hspace{0pt}
22668 \backslash
22669 textsf{
22670 \backslash
22671 textbf{
22672 \backslash
22673 underbar{¡Atención!}}}%
22674 \newline
22675
22676 \begin_inset ERT
22677 status collapsed
22678
22679 \begin_layout Standard
22680
22681
22682 \backslash
22683 hphantom{ }
22684 \end_layout
22685
22686 \end_inset
22687
22688
22689 \backslash
22690 vspace{1.5mm}
22691 \backslash
22692
22693 \backslash
22694 #1}}
22695 \end_layout
22696
22697 \begin_layout Standard
22698
22699 \family roman
22700 \series medium
22701 \begin_inset ERT
22702 status collapsed
22703
22704 \begin_layout Standard
22705
22706
22707 \backslash
22708 let
22709 \backslash
22710 myMarginpar
22711 \backslash
22712 marginpar
22713 \end_layout
22714
22715 \begin_layout Standard
22716
22717
22718 \backslash
22719 renewcommand{
22720 \backslash
22721 marginpar}[1]{
22722 \backslash
22723 myMarginpar{%
22724 \end_layout
22725
22726 \begin_layout Standard
22727
22728    
22729 \backslash
22730 textsf{
22731 \backslash
22732 textbf{
22733 \backslash
22734 underbar{¡Atención!}}}%
22735 \end_layout
22736
22737 \begin_layout Standard
22738
22739    
22740 \backslash
22741 vspace{1.5mm}
22742 \backslash
22743
22744 \backslash
22745 #1}}
22746 \end_layout
22747
22748 \end_inset
22749
22750
22751 \begin_inset Marginal
22752 status open
22753
22754 \begin_layout Standard
22755 Esta es una nota con una cabecera definida.
22756 \end_layout
22757
22758 \end_inset
22759
22760
22761 \family default
22762 \series default
22763
22764 \begin_inset ERT
22765 status collapsed
22766
22767 \begin_layout Standard
22768
22769 [-1.5cm]
22770 \end_layout
22771
22772 \end_inset
22773
22774
22775 \family roman
22776 \series medium
22777
22778 \begin_inset ERT
22779 status collapsed
22780
22781 \begin_layout Standard
22782
22783
22784 \backslash
22785 renewcommand{
22786 \backslash
22787 marginpar}[1]{
22788 \backslash
22789 myMarginpar{#1}}
22790 \end_layout
22791
22792 \end_inset
22793
22794
22795 \family default
22796 \series default
22797
22798 \begin_inset Note Note
22799 status collapsed
22800
22801 \begin_layout Standard
22802 El formato de la nota al margen se ha cambiado solo para este ejemplo.
22803 \end_layout
22804
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \begin_layout Standard
22811 \begin_inset ERT
22812 status collapsed
22813
22814 \begin_layout Standard
22815
22816
22817 \backslash
22818 else
22819 \end_layout
22820
22821 \end_inset
22822
22823
22824 \lang english
22825
22826 \begin_inset Note Note
22827 status open
22828
22829 \begin_layout Standard
22830
22831 \lang english
22832 The following will be displayed when the LaTeX-package 
22833 \series bold
22834 marginnote
22835 \series default
22836  is not installed:
22837 \end_layout
22838
22839 \end_inset
22840
22841
22842 \end_layout
22843
22844 \begin_layout Standard
22845
22846 \lang english
22847 You need to install the LaTeX-package 
22848 \series bold
22849 marginnote
22850 \series default
22851  to see the following part of this section in the output.
22852 \end_layout
22853
22854 \begin_layout Standard
22855 \begin_inset ERT
22856 status collapsed
22857
22858 \begin_layout Standard
22859
22860
22861 \backslash
22862 fi
22863 \end_layout
22864
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \begin_layout Chapter
22871 Cuadros
22872 \end_layout
22873
22874 \begin_layout Section
22875 Introducción
22876 \begin_inset LatexCommand index
22877 name "Cuadros ! Introducción"
22878
22879 \end_inset
22880
22881
22882 \end_layout
22883
22884 \begin_layout Standard
22885 Los cuadros se emplean para dar formato a bloques de texto.
22886  Se pueden usar para escribir documentos con varios lenguajes, ver sección\InsetSpace ~
22887
22888 \begin_inset LatexCommand ref
22889 reference "sec:Minipáginas"
22890
22891 \end_inset
22892
22893 , enmarcar textos, ver sección\InsetSpace ~
22894
22895 \begin_inset LatexCommand ref
22896 reference "sec:Cuadros-Enmarcados"
22897
22898 \end_inset
22899
22900 , evitar la división de palabras, ver sección\InsetSpace ~
22901
22902 \begin_inset LatexCommand ref
22903 reference "sec:Prevención-de-la-Partición-con-Guiones"
22904
22905 \end_inset
22906
22907 , alinear texto, ver sección\InsetSpace ~
22908
22909 \begin_inset LatexCommand ref
22910 reference "sub:Alineación-Vertical"
22911
22912 \end_inset
22913
22914 , o para poner color de fondo a un texto, ver sección\InsetSpace ~
22915
22916 \begin_inset LatexCommand ref
22917 reference "sec:Cuadros-Coloreados"
22918
22919 \end_inset
22920
22921 .
22922 \end_layout
22923
22924 \begin_layout Standard
22925 Se insertan con el menú 
22926 \family sans
22927 Insertar\SpecialChar \menuseparator
22928 Cuadro
22929 \family default
22930 .
22931  Surge un recuadro gris con la etiqueta 
22932 \family sans
22933 Cuadro (Minipágina)
22934 \family default
22935
22936 \begin_inset Graphics
22937         filename ../clipart/CuadroMinipagQt4.png
22938         scale 75
22939         keepAspectRatio
22940
22941 \end_inset
22942
22943 .
22944  El tipo de cuadro se puede elegir al hacer click-derecho sobre él.
22945  Sale un diálogo en el que 
22946 \family sans
22947 Cuadro
22948 \family default
22949 \InsetSpace ~
22950
22951 \family sans
22952 interior
22953 \family default
22954  permite escoger los tipos 
22955 \family sans
22956 Parbox (
22957 \family default
22958
22959 \begin_inset Quotes eld
22960 \end_inset
22961
22962
22963 \family sans
22964 Párrafo
22965 \family default
22966
22967 \begin_inset Quotes erd
22968 \end_inset
22969
22970
22971 \family sans
22972 )
22973 \family default
22974  y 
22975 \family sans
22976 Minipágina
22977 \family default
22978 .
22979  El 
22980 \family sans
22981 Minipágina
22982 \family default
22983  es el predeterminado para nuevos cuadros y se explica en la sección\InsetSpace ~
22984
22985 \begin_inset LatexCommand ref
22986 reference "sec:Minipáginas"
22987
22988 \end_inset
22989
22990 ; el tipo 
22991 \family sans
22992 Parbox
22993 \family default
22994  se describe en la sección\InsetSpace ~
22995
22996 \begin_inset LatexCommand ref
22997 reference "sec:Cuadros-de-Párrafo"
22998
22999 \end_inset
23000
23001 .
23002 \end_layout
23003
23004 \begin_layout Standard
23005 Los cuadros no se numeran y por tanto no se pueden referenciar como los
23006  flotantes o las notas al pie.
23007 \end_layout
23008
23009 \begin_layout Standard
23010 \begin_inset Note Greyedout
23011 status open
23012
23013 \begin_layout Standard
23014
23015 \series bold
23016 Nota:
23017 \series default
23018  Debido a un error en LyX hay que insertar un espacio protegido detrás de
23019  un cuadro si se desea separar con un espacio el cuadro y el texto siguiente.
23020 \end_layout
23021
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \begin_layout Standard
23028 \begin_inset Note Greyedout
23029 status open
23030
23031 \begin_layout Standard
23032
23033 \series bold
23034 Nota:
23035 \series default
23036  Los cuadros no deben ser el item en un entorno 
23037 \family sans
23038 Enumeración
23039 \family default
23040  o 
23041 \family sans
23042 Descripción
23043 \family default
23044 .
23045 \end_layout
23046
23047 \end_inset
23048
23049
23050 \end_layout
23051
23052 \begin_layout Standard
23053 \begin_inset Note Greyedout
23054 status open
23055
23056 \begin_layout Standard
23057
23058 \series bold
23059 Nota:
23060 \series default
23061  Por razones desconocidas solo se puede poner el tipo 
23062 \family sans
23063 Cuadro\InsetSpace ~
23064 interior
23065 \family default
23066  en 
23067 \family sans
23068 Ninguno
23069 \family default
23070  cuando se emplea un cuadro enmarcado.
23071  Los cuadros sin ningún tipo de 
23072 \family sans
23073 Cuadro\InsetSpace ~
23074 interior
23075 \family default
23076  y sin marcos se explican en la sección\InsetSpace ~
23077
23078 \begin_inset LatexCommand ref
23079 reference "sec:Prevención-de-la-Partición-con-Guiones"
23080
23081 \end_inset
23082
23083 .
23084 \end_layout
23085
23086 \end_inset
23087
23088
23089 \end_layout
23090
23091 \begin_layout Section
23092 Diálogo Cuadros
23093 \begin_inset LatexCommand label
23094 name "sec:Diálogo-Cuadros"
23095
23096 \end_inset
23097
23098
23099 \begin_inset LatexCommand index
23100 name "Cuadros ! Diálogo"
23101
23102 \end_inset
23103
23104
23105 \begin_inset LatexCommand index
23106 name "Cuadros ! Alineación"
23107
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \begin_layout Standard
23114 En el diálogo puedes ajustar la geometría del cuadro en los campos 
23115 \family sans
23116 Ancho
23117 \family default
23118  y 
23119 \family sans
23120 Alto
23121 \family default
23122 .
23123  Las unidades disponibles para la geometría se explican en la Tabla\InsetSpace ~
23124
23125 \begin_inset LatexCommand ref
23126 reference "tab:Unidades"
23127
23128 \end_inset
23129
23130 .
23131  El campo 
23132 \family sans
23133 Alto
23134 \family default
23135  ofrece los siguientes tamaños adicionales:
23136 \end_layout
23137
23138 \begin_layout Description
23139 Profundidad Este es el texto plano 
23140 \begin_inset Quotes eld
23141 \end_inset
23142
23143 alto
23144 \begin_inset Quotes erd
23145 \end_inset
23146
23147 .
23148  Ignora la profundidad total cuando hay mútiples líneas de texto en el cuadro:
23149 \newline
23150
23151 \newline
23152
23153 \newline
23154
23155 \begin_inset Box Boxed
23156 position "c"
23157 hor_pos "c"
23158 has_inner_box 1
23159 inner_pos "c"
23160 use_parbox 0
23161 width "12col%"
23162 special "none"
23163 height "1in"
23164 height_special "depth"
23165 status open
23166
23167 \begin_layout Standard
23168 \align center
23169 Cuadro con altura establecida en 1\InsetSpace \thinspace{}
23170 Profundidad
23171 \end_layout
23172
23173 \end_inset
23174
23175
23176 \newline
23177
23178 \newline
23179
23180 \end_layout
23181
23182 \begin_layout Description
23183 Alto Es la altura del texto que está dentro del cuadro.
23184  Un valor de, p.\InsetSpace \thinspace{}
23185 e.\InsetSpace ~
23186 2 para este tamaño fijará la altura del cuadro a 2 veces
23187  la altura del texto: 
23188 \begin_inset Box Boxed
23189 position "c"
23190 hor_pos "c"
23191 has_inner_box 1
23192 inner_pos "c"
23193 use_parbox 0
23194 width "20col%"
23195 special "none"
23196 height "2in"
23197 height_special "height"
23198 status open
23199
23200 \begin_layout Standard
23201 \align center
23202 Cuadro con altura puesta en 2\InsetSpace \thinspace{}
23203 Alto
23204 \end_layout
23205
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \begin_layout Description
23212 Alto\InsetSpace ~
23213 Total Esto es el Alto\InsetSpace \thinspace{}
23214 +\InsetSpace \thinspace{}
23215 Profundidad: 
23216 \begin_inset Box Boxed
23217 position "c"
23218 hor_pos "c"
23219 has_inner_box 1
23220 inner_pos "c"
23221 use_parbox 0
23222 width "20col%"
23223 special "none"
23224 height "1in"
23225 height_special "totalheight"
23226 status open
23227
23228 \begin_layout Standard
23229 \align center
23230 Cuadro con altura puesta a 1\InsetSpace \thinspace{}
23231 Alto\InsetSpace ~
23232 total
23233 \end_layout
23234
23235 \end_inset
23236
23237
23238 \end_layout
23239
23240 \begin_layout Description
23241 Ancho Esto determina al ancho del cuadro como altura: 
23242 \begin_inset Box Boxed
23243 position "c"
23244 hor_pos "c"
23245 has_inner_box 1
23246 inner_pos "c"
23247 use_parbox 0
23248 width "12col%"
23249 special "none"
23250 height "1in"
23251 height_special "width"
23252 status open
23253
23254 \begin_layout Standard
23255 \align center
23256 Cuadro con altura puesta en 1\InsetSpace \thinspace{}
23257 Ancho
23258 \end_layout
23259
23260 \end_inset
23261
23262
23263 \end_layout
23264
23265 \begin_layout Standard
23266 \begin_inset VSpace bigskip
23267 \end_inset
23268
23269 Si has elegido un 
23270 \family sans
23271 Cuadro\InsetSpace ~
23272 interior
23273 \family default
23274 , la alineación vertical del cuadro puede ser:
23275 \end_layout
23276
23277 \begin_layout Description
23278 Superior Ejemplo de línea de texto.
23279  
23280 \begin_inset Box Boxed
23281 position "t"
23282 hor_pos "c"
23283 has_inner_box 1
23284 inner_pos "c"
23285 use_parbox 0
23286 width "12col%"
23287 special "none"
23288 height "1in"
23289 height_special "totalheight"
23290 status open
23291
23292 \begin_layout Standard
23293 \align center
23294 Cuadro alineado arriba.
23295 \end_layout
23296
23297 \end_inset
23298
23299 \InsetSpace ~
23300 Ejemplo de línea de texto.
23301 \end_layout
23302
23303 \begin_layout Description
23304 Medio Ejemplo de línea de texto.
23305  
23306 \begin_inset Box Boxed
23307 position "c"
23308 hor_pos "c"
23309 has_inner_box 1
23310 inner_pos "c"
23311 use_parbox 0
23312 width "12col%"
23313 special "none"
23314 height "1in"
23315 height_special "totalheight"
23316 status open
23317
23318 \begin_layout Standard
23319 \align center
23320 Cuadro alineado enmedio.
23321 \end_layout
23322
23323 \end_inset
23324
23325 \InsetSpace ~
23326 Ejemplo de línea de texto.
23327 \end_layout
23328
23329 \begin_layout Description
23330 Inferior Ejemplo de línea de texto.
23331  
23332 \begin_inset Box Boxed
23333 position "b"
23334 hor_pos "c"
23335 has_inner_box 1
23336 inner_pos "c"
23337 use_parbox 0
23338 width "12col%"
23339 special "none"
23340 height "1in"
23341 height_special "totalheight"
23342 status open
23343
23344 \begin_layout Standard
23345 \align center
23346 Cuadro alineado abajo.
23347 \end_layout
23348
23349 \end_inset
23350
23351 \InsetSpace ~
23352 Ejemplo de línea de texto.
23353 \end_layout
23354
23355 \begin_layout Standard
23356 La alineación horizontal del cuadro puede establecerse en el diálogo de
23357  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
23358 \end_layout
23359
23360 \begin_layout Standard
23361 \begin_inset VSpace bigskip
23362 \end_inset
23363
23364 Cuando has escogido un 
23365 \family sans
23366 Cuadro\InsetSpace ~
23367 interior
23368 \family default
23369 , el contenido puede alinearse verticalmente a:
23370 \end_layout
23371
23372 \begin_layout Description
23373 Superior Ejemplo de línea de texto.
23374  
23375 \begin_inset Box Boxed
23376 position "c"
23377 hor_pos "c"
23378 has_inner_box 1
23379 inner_pos "t"
23380 use_parbox 0
23381 width "12col%"
23382 special "none"
23383 height "1.5in"
23384 height_special "totalheight"
23385 status open
23386
23387 \begin_layout Standard
23388 \align center
23389 Cuadro con texto alineado arriba.
23390 \end_layout
23391
23392 \end_inset
23393
23394 \InsetSpace ~
23395 Ejemplo de línea de texto.
23396 \end_layout
23397
23398 \begin_layout Description
23399 Medio Ejemplo de línea de texto.
23400  
23401 \begin_inset Box Boxed
23402 position "c"
23403 hor_pos "c"
23404 has_inner_box 1
23405 inner_pos "c"
23406 use_parbox 0
23407 width "12col%"
23408 special "none"
23409 height "1.5in"
23410 height_special "totalheight"
23411 status open
23412
23413 \begin_layout Standard
23414 \align center
23415 Cuadro con texto alineado enmedio.
23416 \end_layout
23417
23418 \end_inset
23419
23420 \InsetSpace ~
23421 Ejemplo de línea de texto.
23422 \end_layout
23423
23424 \begin_layout Description
23425 Inferior Ejemplo de línea de texto.
23426  
23427 \begin_inset Box Boxed
23428 position "c"
23429 hor_pos "c"
23430 has_inner_box 1
23431 inner_pos "b"
23432 use_parbox 0
23433 width "12col%"
23434 special "none"
23435 height "1.5in"
23436 height_special "totalheight"
23437 status open
23438
23439 \begin_layout Standard
23440 \align center
23441 Cuadro con texto alineado abajo.
23442 \end_layout
23443
23444 \end_inset
23445
23446 \InsetSpace ~
23447 Ejemplo de línea de texto.
23448 \end_layout
23449
23450 \begin_layout Description
23451 Estirado Ejemplo de línea de texto.
23452  
23453 \begin_inset Box Boxed
23454 position "c"
23455 hor_pos "c"
23456 has_inner_box 1
23457 inner_pos "s"
23458 use_parbox 0
23459 width "12col%"
23460 special "none"
23461 height "1.5in"
23462 height_special "totalheight"
23463 status open
23464
23465 \begin_layout Standard
23466 \align center
23467 Este texto
23468 \end_layout
23469
23470 \begin_layout Standard
23471 \align center
23472 está
23473 \end_layout
23474
23475 \begin_layout Standard
23476 \align center
23477 estirado.
23478 \end_layout
23479
23480 \end_inset
23481
23482 \InsetSpace ~
23483 Ejemplo de línea de texto.
23484 \end_layout
23485
23486 \begin_layout Standard
23487 Para estirar el contenido debe tener más de un párrafo.
23488  En el ejemplo anterior cada línea de texto está en un párrafo propio.
23489 \end_layout
23490
23491 \begin_layout Standard
23492 \begin_inset VSpace bigskip
23493 \end_inset
23494
23495 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
23496  LyX cuando hayas escogido un 
23497 \family sans
23498 Cuadro\InsetSpace ~
23499 interior
23500 \family default
23501 .
23502 \end_layout
23503
23504 \begin_layout Standard
23505 \align center
23506 \begin_inset Box Boxed
23507 position "c"
23508 hor_pos "c"
23509 has_inner_box 1
23510 inner_pos "s"
23511 use_parbox 0
23512 width "15col%"
23513 special "none"
23514 height "1.25in"
23515 height_special "totalheight"
23516 status open
23517
23518 \begin_layout Standard
23519 \align left
23520 Cuadro
23521 \end_layout
23522
23523 \begin_layout Standard
23524 \align center
23525 con texto
23526 \end_layout
23527
23528 \begin_layout Standard
23529 \align right
23530 estirado
23531 \end_layout
23532
23533 \end_inset
23534
23535
23536 \end_layout
23537
23538 \begin_layout Standard
23539 Si no has estabecido un 
23540 \family sans
23541 Cuadro\InsetSpace ~
23542 interior
23543 \family default
23544 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
23545  cuadro.
23546 \end_layout
23547
23548 \begin_layout Standard
23549 \align center
23550 \begin_inset Box Boxed
23551 position "c"
23552 hor_pos "s"
23553 has_inner_box 0
23554 inner_pos "s"
23555 use_parbox 0
23556 width "90col%"
23557 special "none"
23558 height "1.25in"
23559 height_special "totalheight"
23560 status open
23561
23562 \begin_layout Standard
23563 \align left
23564 Texto estirado horizontalmente.
23565 \end_layout
23566
23567 \end_inset
23568
23569
23570 \end_layout
23571
23572 \begin_layout Section
23573 Cuadros Enmarcados
23574 \begin_inset LatexCommand label
23575 name "sec:Cuadros-Enmarcados"
23576
23577 \end_inset
23578
23579
23580 \begin_inset LatexCommand index
23581 name "Cuadros ! Marcos"
23582
23583 \end_inset
23584
23585
23586 \end_layout
23587
23588 \begin_layout Standard
23589 El estilo de marco del cuadro se puede determinar en la lista desplegable
23590  
23591 \family sans
23592 Tipo
23593 \family default
23594  del diálogo de cuadros.
23595  Son posibles los siguientes marcos:
23596 \end_layout
23597
23598 \begin_layout Description
23599 Marco\InsetSpace ~
23600 rectangular Dibuja un marco rectangular alrededor del cuadro.
23601  El grosor del marco depende de 
23602 \series bold
23603
23604 \backslash
23605 fboxrule
23606 \series default
23607 .
23608  
23609 \begin_inset Box Boxed
23610 position "c"
23611 hor_pos "c"
23612 has_inner_box 1
23613 inner_pos "c"
23614 use_parbox 0
23615 width "25col%"
23616 special "none"
23617 height "1in"
23618 height_special "totalheight"
23619 status open
23620
23621 \begin_layout Standard
23622 \align center
23623 Cuadro rectangular
23624 \end_layout
23625
23626 \end_inset
23627
23628
23629 \end_layout
23630
23631 \begin_layout Description
23632 Marco\InsetSpace ~
23633 ovalado,\InsetSpace ~
23634 fino Dibuja un marco ovalado cuya línea tiene un grosor de
23635  0.4\InsetSpace \thinspace{}
23636 pt.
23637  
23638 \begin_inset Box ovalbox
23639 position "c"
23640 hor_pos "c"
23641 has_inner_box 1
23642 inner_pos "c"
23643 use_parbox 0
23644 width "25col%"
23645 special "none"
23646 height "1in"
23647 height_special "totalheight"
23648 status open
23649
23650 \begin_layout Standard
23651 \align center
23652 Marco ovalado, fino
23653 \end_layout
23654
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \begin_layout Description
23661 Marco\InsetSpace ~
23662 ovalado,\InsetSpace ~
23663 grueso Dibuja un marco ovalado cuya línea tiene un grosor de
23664  0.8\InsetSpace \thinspace{}
23665 pt.
23666  
23667 \begin_inset Box Ovalbox
23668 position "c"
23669 hor_pos "c"
23670 has_inner_box 1
23671 inner_pos "c"
23672 use_parbox 0
23673 width "30col%"
23674 special "none"
23675 height "1in"
23676 height_special "totalheight"
23677 status open
23678
23679 \begin_layout Standard
23680 \align center
23681 Cuadro ovalado, grueso
23682 \end_layout
23683
23684 \end_inset
23685
23686
23687 \end_layout
23688
23689 \begin_layout Description
23690 Marco\InsetSpace ~
23691 con\InsetSpace ~
23692 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
23693  El grosor de la línea tiene el tamaño dado por 
23694 \series bold
23695
23696 \backslash
23697 fboxrule
23698 \series default
23699 , la sombra tiene una anchura de 4\InsetSpace \thinspace{}
23700 pt.
23701  
23702 \begin_inset Box Shadowbox
23703 position "c"
23704 hor_pos "c"
23705 has_inner_box 1
23706 inner_pos "c"
23707 use_parbox 0
23708 width "20col%"
23709 special "none"
23710 height "1in"
23711 height_special "totalheight"
23712 status open
23713
23714 \begin_layout Standard
23715 \align center
23716 Marco sombrado
23717 \end_layout
23718
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \begin_layout Description
23725 Marco\InsetSpace ~
23726 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
23727  El grosor de la línea interior es 0.75\InsetSpace \thinspace{}
23728
23729 \series bold
23730
23731 \backslash
23732 fboxrule
23733 \series default
23734 , el de la línea exterior es 1.5\InsetSpace \thinspace{}
23735
23736 \series bold
23737
23738 \backslash
23739 fboxrule
23740 \series default
23741 .
23742  La distancia entre líneas es 1.5\InsetSpace \thinspace{}
23743
23744 \series bold
23745
23746 \backslash
23747 fboxrule
23748 \series default
23749 \InsetSpace \thinspace{}
23750 +\InsetSpace \thinspace{}
23751 0.5\InsetSpace \thinspace{}
23752 pt.
23753  
23754 \begin_inset Box Doublebox
23755 position "c"
23756 hor_pos "c"
23757 has_inner_box 1
23758 inner_pos "c"
23759 use_parbox 0
23760 width "20col%"
23761 special "none"
23762 height "1in"
23763 height_special "totalheight"
23764 status open
23765
23766 \begin_layout Standard
23767 \align center
23768 Marco doble
23769 \end_layout
23770
23771 \end_inset
23772
23773
23774 \end_layout
23775
23776 \begin_layout Standard
23777 \begin_inset VSpace bigskip
23778 \end_inset
23779
23780 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
23781  Para poder utilizar los distintos marcos, debe estar instalado el paquete
23782  LaTeX 
23783 \series bold
23784 fancybox
23785 \series default
23786
23787 \begin_inset LatexCommand index
23788 name "LaTeX-paquetes ! fancybox"
23789
23790 \end_inset
23791
23792 .
23793 \end_layout
23794
23795 \begin_layout Standard
23796 \begin_inset VSpace bigskip
23797 \end_inset
23798
23799 El valor predeterminado por 
23800 \series bold
23801
23802 \backslash
23803 fboxrule
23804 \series default
23805  es 0.4\InsetSpace \thinspace{}
23806 pt.
23807  Puede cambiarse con el siguiente comando en ERT, p.\InsetSpace \thinspace{}
23808 e.\InsetSpace ~
23809 a\InsetSpace ~
23810 2\InsetSpace \thinspace{}
23811 pt:
23812 \end_layout
23813
23814 \begin_layout Standard
23815
23816 \series bold
23817
23818 \backslash
23819 setlength{
23820 \backslash
23821 fboxrule}{2pt}
23822 \end_layout
23823
23824 \begin_layout Standard
23825 \begin_inset ERT
23826 status collapsed
23827
23828 \begin_layout Standard
23829
23830
23831 \backslash
23832 setlength{
23833 \backslash
23834 fboxrule}{2pt}
23835 \end_layout
23836
23837 \end_inset
23838
23839
23840 \begin_inset Box Boxed
23841 position "c"
23842 hor_pos "c"
23843 has_inner_box 1
23844 inner_pos "c"
23845 use_parbox 0
23846 width "25col%"
23847 special "none"
23848 height "1in"
23849 height_special "totalheight"
23850 status open
23851
23852 \begin_layout Standard
23853 \align center
23854 Cuadro rectangular con 
23855 \series bold
23856
23857 \backslash
23858 fboxrule
23859 \series default
23860 \InsetSpace \thinspace{}
23861 =\InsetSpace \thinspace{}
23862 2\InsetSpace \thinspace{}
23863 pt
23864 \end_layout
23865
23866 \end_inset
23867
23868
23869 \begin_inset ERT
23870 status collapsed
23871
23872 \begin_layout Standard
23873
23874
23875 \backslash
23876 setlength{
23877 \backslash
23878 fboxrule}{0.4pt}
23879 \end_layout
23880
23881 \end_inset
23882
23883
23884 \end_layout
23885
23886 \begin_layout Standard
23887 \begin_inset VSpace bigskip
23888 \end_inset
23889
23890 El espacio entre el marco y el contenido del cuadro es 3\InsetSpace \thinspace{}
23891 pt por defecto para
23892  todos los estilos.
23893  Se puede cambiar mediante la longitud 
23894 \series bold
23895
23896 \backslash
23897 fboxsep
23898 \series default
23899 .
23900  Por ejemplo el comando
23901 \end_layout
23902
23903 \begin_layout Standard
23904
23905 \series bold
23906
23907 \backslash
23908 setlength{
23909 \backslash
23910 fboxsep}{10pt}
23911 \end_layout
23912
23913 \begin_layout Standard
23914 determina un valor de 10\InsetSpace \thinspace{}
23915 pt, como en el siguiente cuadro:
23916 \end_layout
23917
23918 \begin_layout Standard
23919 \begin_inset ERT
23920 status collapsed
23921
23922 \begin_layout Standard
23923
23924
23925 \backslash
23926 setlength{
23927 \backslash
23928 fboxsep}{10pt}
23929 \end_layout
23930
23931 \end_inset
23932
23933
23934 \begin_inset Box Boxed
23935 position "c"
23936 hor_pos "c"
23937 has_inner_box 1
23938 inner_pos "c"
23939 use_parbox 0
23940 width "25col%"
23941 special "none"
23942 height "1in"
23943 height_special "totalheight"
23944 status open
23945
23946 \begin_layout Standard
23947 \align center
23948 Cuadro rectangular con 
23949 \series bold
23950
23951 \backslash
23952 fboxsep
23953 \series default
23954 \InsetSpace \thinspace{}
23955 =\InsetSpace \thinspace{}
23956 10\InsetSpace \thinspace{}
23957 pt
23958 \end_layout
23959
23960 \end_inset
23961
23962
23963 \begin_inset ERT
23964 status collapsed
23965
23966 \begin_layout Standard
23967
23968
23969 \backslash
23970 setlength{
23971 \backslash
23972 fboxsep}{3pt}
23973 \end_layout
23974
23975 \end_inset
23976
23977
23978 \end_layout
23979
23980 \begin_layout Standard
23981 \begin_inset VSpace bigskip
23982 \end_inset
23983
23984 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
23985  el comando 
23986 \series bold
23987
23988 \backslash
23989 cornersize
23990 \series default
23991 .
23992  El comando
23993 \end_layout
23994
23995 \begin_layout Standard
23996
23997 \series bold
23998
23999 \backslash
24000 cornersize*{1cm}
24001 \end_layout
24002
24003 \begin_layout Standard
24004 establece un diámetro de 1\InsetSpace \thinspace{}
24005 cm.
24006  El comando
24007 \end_layout
24008
24009 \begin_layout Standard
24010
24011 \series bold
24012
24013 \backslash
24014 cornersize{num}
24015 \end_layout
24016
24017 \begin_layout Standard
24018 fija el diámetro en 
24019 \family sans
24020 num\InsetSpace \thinspace{}
24021 ×\InsetSpace \thinspace{}
24022 minimo(ancho y alto del cuadro)
24023 \family default
24024 .
24025  Por defecto es 
24026 \series bold
24027
24028 \backslash
24029 cornersize{0.5}
24030 \series default
24031 .
24032 \end_layout
24033
24034 \begin_layout Standard
24035 \begin_inset ERT
24036 status collapsed
24037
24038 \begin_layout Standard
24039
24040
24041 \backslash
24042 cornersize*{1.5cm}
24043 \end_layout
24044
24045 \end_inset
24046
24047
24048 \begin_inset Box Ovalbox
24049 position "c"
24050 hor_pos "c"
24051 has_inner_box 1
24052 inner_pos "c"
24053 use_parbox 0
24054 width "28col%"
24055 special "none"
24056 height "1in"
24057 height_special "totalheight"
24058 status open
24059
24060 \begin_layout Standard
24061 \align center
24062 Cuadro ovalado con 
24063 \series bold
24064
24065 \backslash
24066 cornersize
24067 \series default
24068 \InsetSpace \thinspace{}
24069 =\InsetSpace \thinspace{}
24070 1.5\InsetSpace \thinspace{}
24071 cm
24072 \end_layout
24073
24074 \end_inset
24075
24076
24077 \begin_inset ERT
24078 status collapsed
24079
24080 \begin_layout Standard
24081
24082
24083 \backslash
24084 cornersize{0.5}
24085 \end_layout
24086
24087 \end_inset
24088
24089
24090 \end_layout
24091
24092 \begin_layout Standard
24093 \begin_inset VSpace bigskip
24094 \end_inset
24095
24096 El tamaño de la sombra se puede ajustar cambiando la longitud 
24097 \series bold
24098
24099 \backslash
24100 shadowsize
24101 \series default
24102 .
24103  Este comando la ajusta a 2\InsetSpace \thinspace{}
24104 pt en el cuadro siguiente:
24105 \end_layout
24106
24107 \begin_layout Standard
24108
24109 \series bold
24110
24111 \backslash
24112 setlength{
24113 \backslash
24114 shadowsize}{2pt}
24115 \end_layout
24116
24117 \begin_layout Standard
24118 \begin_inset ERT
24119 status collapsed
24120
24121 \begin_layout Standard
24122
24123
24124 \backslash
24125 setlength{
24126 \backslash
24127 shadowsize}{2pt}
24128 \end_layout
24129
24130 \end_inset
24131
24132
24133 \begin_inset Box Shadowbox
24134 position "c"
24135 hor_pos "c"
24136 has_inner_box 1
24137 inner_pos "c"
24138 use_parbox 0
24139 width "28col%"
24140 special "none"
24141 height "1in"
24142 height_special "totalheight"
24143 status open
24144
24145 \begin_layout Standard
24146 \align center
24147 Cuadro sombreado con 
24148 \series bold
24149
24150 \backslash
24151 shadowsize
24152 \series default
24153 \InsetSpace \thinspace{}
24154 =\InsetSpace \thinspace{}
24155 2\InsetSpace \thinspace{}
24156 pt
24157 \end_layout
24158
24159 \end_inset
24160
24161
24162 \begin_inset ERT
24163 status collapsed
24164
24165 \begin_layout Standard
24166
24167
24168 \backslash
24169 setlength{
24170 \backslash
24171 shadowsize}{4pt}
24172 \end_layout
24173
24174 \end_inset
24175
24176
24177 \end_layout
24178
24179 \begin_layout Standard
24180 \begin_inset VSpace bigskip
24181 \end_inset
24182
24183 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
24184  a los comandos.
24185 \end_layout
24186
24187 \begin_layout Section
24188 Minipáginas
24189 \begin_inset LatexCommand label
24190 name "sec:Minipáginas"
24191
24192 \end_inset
24193
24194
24195 \begin_inset LatexCommand index
24196 name "Cuadros ! Minipáginas"
24197
24198 \end_inset
24199
24200
24201 \end_layout
24202
24203 \begin_layout Standard
24204 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
24205  por tanto pueden tener, por ejemplo, sus propias notas al pie.
24206 \end_layout
24207
24208 \begin_layout Standard
24209 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
24210 \end_layout
24211
24212 \begin_layout Standard
24213 A continuación hay dos ejemplos de minipáginas adosadas.
24214  Su anchura está puesta en 45\InsetSpace \thinspace{}
24215 col% y separadas por un relleno horizontal,
24216  insertado via el menú 
24217 \family sans
24218 Insertar\SpecialChar \menuseparator
24219 Formato\InsetSpace ~
24220
24221 \family default
24222 es
24223 \family sans
24224 pecial\InsetSpace ~
24225 \SpecialChar \menuseparator
24226 Relleno\InsetSpace ~
24227 horizontal
24228 \family default
24229 .
24230 \end_layout
24231
24232 \begin_layout Standard
24233 \begin_inset Box Frameless
24234 position "t"
24235 hor_pos "c"
24236 has_inner_box 1
24237 inner_pos "c"
24238 use_parbox 0
24239 width "45col%"
24240 special "none"
24241 height "1in"
24242 height_special "totalheight"
24243 status open
24244
24245 \begin_layout Standard
24246
24247 \lang german
24248 Dies ist ein deutscher Text.
24249  Dies ist ein deutscher Text.
24250  Dies ist ein deutscher Text.
24251  Dies ist ein deutscher Text.
24252  Dies ist ein deutscher Text.
24253  Dies ist ein deutscher Text.
24254  Dies ist ein deutscher Text.
24255  Dies ist ein deutscher Text.
24256  Dies ist ein deutscher Text.
24257  Dies ist ein deutscher Text.
24258  Dies ist ein deutscher Text.
24259  Dies ist ein deutscher Text.
24260  Dies ist ein deutscher Text
24261 \begin_inset Foot
24262 status collapsed
24263
24264 \begin_layout Standard
24265
24266 \lang german
24267 Dies ist eine deutsche Fußnote.
24268 \end_layout
24269
24270 \end_inset
24271
24272 .
24273  Dies ist ein deutscher Text.
24274  Dies ist ein deutscher Text.
24275 \end_layout
24276
24277 \end_inset
24278
24279
24280 \hfill
24281
24282 \begin_inset Box Frameless
24283 position "t"
24284 hor_pos "c"
24285 has_inner_box 1
24286 inner_pos "c"
24287 use_parbox 0
24288 width "45col%"
24289 special "none"
24290 height "1in"
24291 height_special "totalheight"
24292 status open
24293
24294 \begin_layout Standard
24295 This is an English Text.
24296  This is an English Text.
24297  This is an English Text.
24298  This is an English Text.
24299  This is an English Text.
24300  This is an English Text.
24301  This is an English Text.
24302  This is an English Text.
24303  This is an English Text.
24304  This is an English Text.
24305  This is an English Text.
24306  This is an English Text.
24307  This is an English Text.
24308  This is an English Text.
24309  This is an English Text.
24310  This is an English Text.
24311 \begin_inset Foot
24312 status collapsed
24313
24314 \begin_layout Standard
24315 This is an English footnote.
24316 \end_layout
24317
24318 \end_inset
24319
24320  This is an English Text.
24321  
24322 \end_layout
24323
24324 \end_inset
24325
24326
24327 \end_layout
24328
24329 \begin_layout Standard
24330 \begin_inset VSpace bigskip
24331 \end_inset
24332
24333 Otra aplicación de los cuadros son las notas a pie en tablas.
24334  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
24335  al final de la página actual.
24336  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
24337  en la parte inferior, ordenadas con letras.
24338  La ordenación de las notas al pie se restablece en cada minipágina pero
24339  no fuera de las minipáginas.
24340 \end_layout
24341
24342 \begin_layout Standard
24343 La nota al pie en esta tabla no aparece: 
24344 \begin_inset Tabular
24345 <lyxtabular version="3" rows="3" columns="4">
24346 <features>
24347 <column alignment="center" valignment="top" leftline="true" width="0pt">
24348 <column alignment="center" valignment="top" leftline="true" width="0pt">
24349 <column alignment="center" valignment="top" leftline="true" width="0pt">
24350 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24351 <row topline="true">
24352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Standard
24356 1
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Standard
24365 2
24366 \end_layout
24367
24368 \end_inset
24369 </cell>
24370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24371 \begin_inset Text
24372
24373 \begin_layout Standard
24374 3
24375 \begin_inset Foot
24376 status open
24377
24378 \begin_layout Standard
24379 Nota al pie en una tabla.
24380 \end_layout
24381
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Standard
24393 4
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 </row>
24399 <row topline="true">
24400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Standard
24404 a
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Standard
24413 b
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24419 \begin_inset Text
24420
24421 \begin_layout Standard
24422 c
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Standard
24431 d
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 </row>
24437 <row topline="true" bottomline="true">
24438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24439 \begin_inset Text
24440
24441 \begin_layout Standard
24442 e
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Standard
24451 f
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Standard
24460 g
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Standard
24469 h
24470 \end_layout
24471
24472 \end_inset
24473 </cell>
24474 </row>
24475 </lyxtabular>
24476
24477 \end_inset
24478
24479
24480 \end_layout
24481
24482 \begin_layout Standard
24483 \align center
24484 \begin_inset Box Frameless
24485 position "t"
24486 hor_pos "c"
24487 has_inner_box 1
24488 inner_pos "c"
24489 use_parbox 0
24490 width "30col%"
24491 special "none"
24492 height "1in"
24493 height_special "totalheight"
24494 status open
24495
24496 \begin_layout Standard
24497 \align center
24498 \begin_inset Tabular
24499 <lyxtabular version="3" rows="3" columns="4">
24500 <features>
24501 <column alignment="center" valignment="top" leftline="true" width="0pt">
24502 <column alignment="center" valignment="top" leftline="true" width="0pt">
24503 <column alignment="center" valignment="top" leftline="true" width="0pt">
24504 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24505 <row topline="true">
24506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24507 \begin_inset Text
24508
24509 \begin_layout Standard
24510 1
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Standard
24519 2
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Standard
24528 3
24529 \begin_inset Foot
24530 status open
24531
24532 \begin_layout Standard
24533 Nota al pie en una tabla..
24534 \end_layout
24535
24536 \end_inset
24537
24538
24539 \end_layout
24540
24541 \end_inset
24542 </cell>
24543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24544 \begin_inset Text
24545
24546 \begin_layout Standard
24547 4
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 </row>
24553 <row topline="true">
24554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24555 \begin_inset Text
24556
24557 \begin_layout Standard
24558 a
24559 \end_layout
24560
24561 \end_inset
24562 </cell>
24563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24564 \begin_inset Text
24565
24566 \begin_layout Standard
24567 b
24568 \end_layout
24569
24570 \end_inset
24571 </cell>
24572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24573 \begin_inset Text
24574
24575 \begin_layout Standard
24576 c
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Standard
24585 d
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 </row>
24591 <row topline="true" bottomline="true">
24592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Standard
24596 e
24597 \end_layout
24598
24599 \end_inset
24600 </cell>
24601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24602 \begin_inset Text
24603
24604 \begin_layout Standard
24605 f
24606 \end_layout
24607
24608 \end_inset
24609 </cell>
24610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24611 \begin_inset Text
24612
24613 \begin_layout Standard
24614 g
24615 \end_layout
24616
24617 \end_inset
24618 </cell>
24619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24620 \begin_inset Text
24621
24622 \begin_layout Standard
24623 h
24624 \end_layout
24625
24626 \end_inset
24627 </cell>
24628 </row>
24629 </lyxtabular>
24630
24631 \end_inset
24632
24633
24634 \end_layout
24635
24636 \end_inset
24637
24638
24639 \end_layout
24640
24641 \begin_layout Standard
24642 \begin_inset VSpace bigskip
24643 \end_inset
24644
24645 La configuración global de párrafos se ignora en las minipáginas.
24646  Esto significa que en las mismas no habrá espacio entre párrafos aunque
24647  pongas p.\InsetSpace \thinspace{}
24648 e.\InsetSpace ~
24649
24650 \family sans
24651 Salto\InsetSpace ~
24652 medio
24653 \family default
24654  en la configuración del documento.
24655 \end_layout
24656
24657 \begin_layout Standard
24658 Las minipáginas también sirven para poner un color de fondo para partes
24659  de texto, ver sección\InsetSpace ~
24660
24661 \begin_inset LatexCommand ref
24662 reference "sub:Color-en-Párrafos"
24663
24664 \end_inset
24665
24666 .
24667 \end_layout
24668
24669 \begin_layout Standard
24670 \begin_inset Note Greyedout
24671 status open
24672
24673 \begin_layout Standard
24674
24675 \series bold
24676 Nota:
24677 \series default
24678  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
24679  tener minipáginas en tablas, flotantes, y otros cuadros.
24680 \end_layout
24681
24682 \end_inset
24683
24684
24685 \end_layout
24686
24687 \begin_layout Section
24688 Cuadros de Párrafo (Parbox)
24689 \begin_inset LatexCommand label
24690 name "sec:Cuadros-de-Párrafo"
24691
24692 \end_inset
24693
24694
24695 \begin_inset LatexCommand index
24696 name "Cuadros ! de Párrafo"
24697
24698 \end_inset
24699
24700
24701 \end_layout
24702
24703 \begin_layout Standard
24704 Los cuadros de párrafo son similares a las minipáginas con la diferencia
24705  de que no pueden contener notas al pie.
24706   La diferencia principal es que las minipáginas no son verdaderos cuadros
24707  sino entornos de LaTeX.
24708 \end_layout
24709
24710 \begin_layout Standard
24711 \align center
24712 \begin_inset Box Frameless
24713 position "t"
24714 hor_pos "c"
24715 has_inner_box 1
24716 inner_pos "t"
24717 use_parbox 1
24718 width "33col%"
24719 special "none"
24720 height "1in"
24721 height_special "totalheight"
24722 status collapsed
24723
24724 \begin_layout Standard
24725 Texto en un cuadro de párrafo.
24726  Texto en un cuadro de párrafo.
24727  Esta nota no aparece:
24728 \begin_inset Foot
24729 status open
24730
24731 \begin_layout Standard
24732 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
24733 \end_layout
24734
24735 \end_inset
24736
24737
24738 \end_layout
24739
24740 \end_inset
24741
24742
24743 \end_layout
24744
24745 \begin_layout Section
24746 Cuadros para Palabras y Caracteres
24747 \begin_inset LatexCommand index
24748 name "Cuadros ! para Palabras y Caracteres"
24749
24750 \end_inset
24751
24752
24753 \end_layout
24754
24755 \begin_layout Subsection
24756 Prevención de la Partición con Guiones
24757 \begin_inset LatexCommand label
24758 name "sec:Prevención-de-la-Partición-con-Guiones"
24759
24760 \end_inset
24761
24762
24763 \begin_inset LatexCommand index
24764 name "Cuadros ! Prevenir Partición con Guiones"
24765
24766 \end_inset
24767
24768
24769 \end_layout
24770
24771 \begin_layout Standard
24772 Hay un tipo especial de cuadro para impedir que una palabra sea partida
24773  con guión.
24774 \newline
24775 He aquí un ejemplo:
24776 \end_layout
24777
24778 \begin_layout Standard
24779 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24780 e.\InsetSpace ~
24781 estalarguís
24782 imapalabra.
24783 \end_layout
24784
24785 \begin_layout Standard
24786 Para evitar su división usa el comando
24787 \end_layout
24788
24789 \begin_layout Standard
24790
24791 \series bold
24792
24793 \backslash
24794 mbox{
24795 \end_layout
24796
24797 \begin_layout Standard
24798 en ERT antes de la palabra.
24799  Tras ella inserta una llave de cierre 
24800 \begin_inset Quotes eld
24801 \end_inset
24802
24803
24804 \series bold
24805 }
24806 \series default
24807
24808 \begin_inset Quotes erd
24809 \end_inset
24810
24811  en ERT.
24812 \begin_inset ERT
24813 status collapsed
24814
24815 \begin_layout Standard
24816
24817
24818 \backslash
24819 pagebreak 
24820 \end_layout
24821
24822 \end_inset
24823
24824
24825 \end_layout
24826
24827 \begin_layout Standard
24828 Este es el resultado:
24829 \end_layout
24830
24831 \begin_layout Standard
24832 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24833 e.\InsetSpace ~
24834
24835 \begin_inset ERT
24836 status collapsed
24837
24838 \begin_layout Standard
24839
24840
24841 \backslash
24842 mbox{
24843 \end_layout
24844
24845 \end_inset
24846
24847 estalarguísimapalabra.
24848 \begin_inset ERT
24849 status collapsed
24850
24851 \begin_layout Standard
24852
24853 }
24854 \end_layout
24855
24856 \end_inset
24857
24858
24859 \end_layout
24860
24861 \begin_layout Standard
24862 Por supuesto, la palabra sobresale del margen.
24863  Para evitarlo añade, via el menú 
24864 \family sans
24865 Insertar\SpecialChar \menuseparator
24866 Formato\InsetSpace ~
24867 especial\InsetSpace ~
24868 \SpecialChar \menuseparator
24869 Salto\InsetSpace ~
24870 de\InsetSpace ~
24871
24872 \family default
24873 línea (atajo 
24874 \series bold
24875 Ctrl-Return
24876 \series default
24877 ), un salto de línea antes de la palabra:
24878 \end_layout
24879
24880 \begin_layout Standard
24881 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24882 e.\InsetSpace ~
24883
24884 \newline
24885
24886 \begin_inset ERT
24887 status collapsed
24888
24889 \begin_layout Standard
24890
24891
24892 \backslash
24893 mbox{
24894 \end_layout
24895
24896 \end_inset
24897
24898 estalarguísimapalabra.
24899 \begin_inset ERT
24900 status collapsed
24901
24902 \begin_layout Standard
24903
24904 }
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \begin_layout Subsection
24913 Alineación Vertical
24914 \begin_inset LatexCommand label
24915 name "sub:Alineación-Vertical"
24916
24917 \end_inset
24918
24919
24920 \begin_inset LatexCommand index
24921 name "Cuadros ! para Alineación Vertical"
24922
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \begin_layout Standard
24929 Con ayuda del comando 
24930 \series bold
24931
24932 \backslash
24933 raisebox
24934 \series default
24935  puedes alinear verticalmente con el texto circundante palabras o caracteres.
24936  
24937 \series bold
24938
24939 \backslash
24940 raisebox
24941 \series default
24942  se utiliza según el esquema:
24943 \end_layout
24944
24945 \begin_layout Standard
24946
24947 \series bold
24948
24949 \backslash
24950 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
24951 \end_layout
24952
24953 \begin_layout Standard
24954 La elevación puede ser un valor positivo para subir el cuadro o negativo
24955  para bajarlo.
24956 \end_layout
24957
24958 \begin_layout Standard
24959 Para alinear una palabra, p.\InsetSpace \thinspace{}
24960 e\InsetSpace ~
24961
24962 \begin_inset Quotes eld
24963 \end_inset
24964
24965 prevención
24966 \begin_inset Quotes erd
24967 \end_inset
24968
24969  para que la parte inferior de la letra más 
24970 \begin_inset Quotes eld
24971 \end_inset
24972
24973 profunda
24974 \begin_inset Quotes erd
24975 \end_inset
24976
24977  
24978 \begin_inset Quotes eld
24979 \end_inset
24980
24981 p
24982 \begin_inset Quotes erd
24983 \end_inset
24984
24985  esté en la línea de base, inserta el comando
24986 \end_layout
24987
24988 \begin_layout Standard
24989
24990 \series bold
24991
24992 \backslash
24993 raisebox{
24994 \backslash
24995 depth}{
24996 \end_layout
24997
24998 \begin_layout Standard
24999 en ERT antes de la palabra.
25000  Detrás de la palabra inserta una llave de cierre 
25001 \begin_inset Quotes eld
25002 \end_inset
25003
25004
25005 \series bold
25006 }
25007 \series default
25008
25009 \begin_inset Quotes erd
25010 \end_inset
25011
25012  en ERT.
25013 \newline
25014 Este es el resultado:
25015 \end_layout
25016
25017 \begin_layout Standard
25018 Esto es una línea de texto con la palabra 
25019 \begin_inset ERT
25020 status collapsed
25021
25022 \begin_layout Standard
25023
25024
25025 \backslash
25026 raisebox{
25027 \backslash
25028 depth}{
25029 \end_layout
25030
25031 \end_inset
25032
25033
25034 \begin_inset Quotes eld
25035 \end_inset
25036
25037 prevención
25038 \begin_inset Quotes erd
25039 \end_inset
25040
25041
25042 \begin_inset ERT
25043 status collapsed
25044
25045 \begin_layout Standard
25046
25047 }
25048 \end_layout
25049
25050 \end_inset
25051
25052  elevada.
25053 \end_layout
25054
25055 \begin_layout Standard
25056 \begin_inset VSpace bigskip
25057 \end_inset
25058
25059 Cuando eleves o bajes caracteres en una línea, se modifica el espacio entre
25060  líneas:
25061 \end_layout
25062
25063 \begin_layout Standard
25064 Esto es una línea de texto con la palabra 
25065 \begin_inset ERT
25066 status collapsed
25067
25068 \begin_layout Standard
25069
25070
25071 \backslash
25072 raisebox{-
25073 \backslash
25074 depth}{
25075 \end_layout
25076
25077 \end_inset
25078
25079
25080 \begin_inset Quotes eld
25081 \end_inset
25082
25083 prevención
25084 \begin_inset Quotes erd
25085 \end_inset
25086
25087
25088 \begin_inset ERT
25089 status collapsed
25090
25091 \begin_layout Standard
25092
25093 }
25094 \end_layout
25095
25096 \end_inset
25097
25098  como palabra más baja.
25099 \newline
25100 Esto es una línea de texto con la palabra 
25101 \begin_inset ERT
25102 status collapsed
25103
25104 \begin_layout Standard
25105
25106
25107 \backslash
25108 raisebox{0.5cm}{
25109 \end_layout
25110
25111 \end_inset
25112
25113
25114 \begin_inset Quotes eld
25115 \end_inset
25116
25117 testigo
25118 \begin_inset Quotes erd
25119 \end_inset
25120
25121
25122 \begin_inset ERT
25123 status collapsed
25124
25125 \begin_layout Standard
25126
25127 }
25128 \end_layout
25129
25130 \end_inset
25131
25132  como palabra más alta.
25133 \end_layout
25134
25135 \begin_layout Standard
25136 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
25137  Por ejemplo
25138 \end_layout
25139
25140 \begin_layout Standard
25141
25142 \series bold
25143
25144 \backslash
25145 raisebox{-
25146 \backslash
25147 depth}[0pt]{
25148 \end_layout
25149
25150 \begin_layout Standard
25151 Esto es una línea de texto con la palabra 
25152 \begin_inset ERT
25153 status collapsed
25154
25155 \begin_layout Standard
25156
25157
25158 \backslash
25159 raisebox{-
25160 \backslash
25161 depth}[0pt]{
25162 \end_layout
25163
25164 \end_inset
25165
25166
25167 \begin_inset Quotes eld
25168 \end_inset
25169
25170 prevención
25171 \begin_inset Quotes erd
25172 \end_inset
25173
25174
25175 \begin_inset ERT
25176 status collapsed
25177
25178 \begin_layout Standard
25179
25180 }
25181 \end_layout
25182
25183 \end_inset
25184
25185  como palabra más baja.
25186 \newline
25187 Esto es una línea de texto con la palabra 
25188 \begin_inset ERT
25189 status collapsed
25190
25191 \begin_layout Standard
25192
25193
25194 \backslash
25195 raisebox{0.5cm}[0pt]{
25196 \end_layout
25197
25198 \end_inset
25199
25200
25201 \begin_inset Quotes eld
25202 \end_inset
25203
25204 testigo
25205 \begin_inset Quotes erd
25206 \end_inset
25207
25208
25209 \begin_inset ERT
25210 status collapsed
25211
25212 \begin_layout Standard
25213
25214 }
25215 \end_layout
25216
25217 \end_inset
25218
25219  como palabra más alta.
25220 \end_layout
25221
25222 \begin_layout Standard
25223 \begin_inset VSpace bigskip
25224 \end_inset
25225
25226 El comando 
25227 \series bold
25228
25229 \backslash
25230 raisebox
25231 \series default
25232  es útil para insertar espacio vertical extra para ciertas filas de tabla
25233  de modo que su contenido esté más separado de las líneas circundantes.
25234  En la Tabla\InsetSpace ~
25235
25236 \begin_inset LatexCommand ref
25237 reference "tab:Dos-tablas-que"
25238
25239 \end_inset
25240
25241  las filas con subíndice y exponente obtienen espacio extra al elevarlas
25242  con un cuadro vacío: El comando
25243 \end_layout
25244
25245 \begin_layout Standard
25246
25247 \series bold
25248
25249 \backslash
25250 raisebox{5mm}{}
25251 \end_layout
25252
25253 \begin_layout Standard
25254 se ha insertado en las filas de la tabla.
25255 \end_layout
25256
25257 \begin_layout Standard
25258 Para añadir espacio extra vertical a todas las filas de todas las tablas,
25259  sería más conveniente  el método descrito en la sección\InsetSpace ~
25260
25261 \begin_inset LatexCommand ref
25262 reference "sub:Row-Spacing"
25263
25264 \end_inset
25265
25266 .
25267 \end_layout
25268
25269 \begin_layout Standard
25270 \begin_inset Float table
25271 wide false
25272 sideways false
25273 status open
25274
25275 \begin_layout Standard
25276 \begin_inset Caption
25277
25278 \begin_layout Standard
25279 \begin_inset LatexCommand label
25280 name "tab:Dos-tablas-que"
25281
25282 \end_inset
25283
25284 Dos tablas que muestran el efecto de espacio vertical extra con 
25285 \backslash
25286
25287 \series bold
25288 raisebox
25289 \end_layout
25290
25291 \end_inset
25292
25293
25294 \end_layout
25295
25296 \begin_layout Standard
25297
25298 \hfill
25299
25300 \begin_inset Tabular
25301 <lyxtabular version="3" rows="5" columns="2">
25302 <features>
25303 <column alignment="center" valignment="top" leftline="true" width="0pt">
25304 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25305 <row topline="true">
25306 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25307 \begin_inset Text
25308
25309 \begin_layout Standard
25310 sin 
25311 \series bold
25312
25313 \backslash
25314 raisebox
25315 \end_layout
25316
25317 \end_inset
25318 </cell>
25319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25320 \begin_inset Text
25321
25322 \begin_layout Standard
25323
25324 \end_layout
25325
25326 \end_inset
25327 </cell>
25328 </row>
25329 <row topline="true">
25330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25331 \begin_inset Text
25332
25333 \begin_layout Standard
25334 Comando
25335 \end_layout
25336
25337 \end_inset
25338 </cell>
25339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25340 \begin_inset Text
25341
25342 \begin_layout Standard
25343 Resultado
25344 \end_layout
25345
25346 \end_inset
25347 </cell>
25348 </row>
25349 <row topline="true">
25350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Standard
25354 B_V
25355 \end_layout
25356
25357 \end_inset
25358 </cell>
25359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Standard
25363 \begin_inset Formula $B_{V}$
25364 \end_inset
25365
25366
25367 \end_layout
25368
25369 \end_inset
25370 </cell>
25371 </row>
25372 <row topline="true">
25373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25374 \begin_inset Text
25375
25376 \begin_layout Standard
25377 B^V
25378 \end_layout
25379
25380 \end_inset
25381 </cell>
25382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25383 \begin_inset Text
25384
25385 \begin_layout Standard
25386 \begin_inset Formula $B^{V}$
25387 \end_inset
25388
25389
25390 \end_layout
25391
25392 \end_inset
25393 </cell>
25394 </row>
25395 <row topline="true" bottomline="true">
25396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25397 \begin_inset Text
25398
25399 \begin_layout Standard
25400 B^
25401 \begin_inset ERT
25402 status collapsed
25403
25404 \begin_layout Standard
25405
25406
25407 \backslash
25408 textvisiblespace 
25409 \end_layout
25410
25411 \end_inset
25412
25413 A
25414 \end_layout
25415
25416 \end_inset
25417 </cell>
25418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25419 \begin_inset Text
25420
25421 \begin_layout Standard
25422 \begin_inset Formula $B^{A}$
25423 \end_inset
25424
25425
25426 \end_layout
25427
25428 \end_inset
25429 </cell>
25430 </row>
25431 </lyxtabular>
25432
25433 \end_inset
25434
25435
25436 \begin_inset ERT
25437 status collapsed
25438
25439 \begin_layout Standard
25440
25441
25442 \backslash
25443 hspace{2pt}
25444 \end_layout
25445
25446 \end_inset
25447
25448
25449 \begin_inset Tabular
25450 <lyxtabular version="3" rows="5" columns="2">
25451 <features>
25452 <column alignment="center" valignment="top" leftline="true" width="0">
25453 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25454 <row topline="true" bottomline="true">
25455 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25456 \begin_inset Text
25457
25458 \begin_layout Standard
25459 con 
25460 \series bold
25461
25462 \backslash
25463 raisebox
25464 \end_layout
25465
25466 \end_inset
25467 </cell>
25468 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25469 \begin_inset Text
25470
25471 \begin_layout Standard
25472
25473 \end_layout
25474
25475 \end_inset
25476 </cell>
25477 </row>
25478 <row topline="true">
25479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Standard
25483 Comando
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25489 \begin_inset Text
25490
25491 \begin_layout Standard
25492 Resultado
25493 \end_layout
25494
25495 \end_inset
25496 </cell>
25497 </row>
25498 <row topline="true">
25499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Standard
25503 B_V
25504 \end_layout
25505
25506 \end_inset
25507 </cell>
25508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Standard
25512 \begin_inset Formula $B_{V}$
25513 \end_inset
25514
25515
25516 \end_layout
25517
25518 \end_inset
25519 </cell>
25520 </row>
25521 <row topline="true">
25522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25523 \begin_inset Text
25524
25525 \begin_layout Standard
25526 B^V
25527 \end_layout
25528
25529 \end_inset
25530 </cell>
25531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25532 \begin_inset Text
25533
25534 \begin_layout Standard
25535 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
25536 \end_inset
25537
25538
25539 \end_layout
25540
25541 \end_inset
25542 </cell>
25543 </row>
25544 <row topline="true" bottomline="true">
25545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25546 \begin_inset Text
25547
25548 \begin_layout Standard
25549 B^
25550 \begin_inset ERT
25551 status collapsed
25552
25553 \begin_layout Standard
25554
25555
25556 \backslash
25557 textvisiblespace 
25558 \end_layout
25559
25560 \end_inset
25561
25562 A
25563 \end_layout
25564
25565 \end_inset
25566 </cell>
25567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25568 \begin_inset Text
25569
25570 \begin_layout Standard
25571 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
25572 \end_inset
25573
25574
25575 \end_layout
25576
25577 \end_inset
25578 </cell>
25579 </row>
25580 </lyxtabular>
25581
25582 \end_inset
25583
25584
25585 \hfill
25586
25587 \end_layout
25588
25589 \end_inset
25590
25591
25592 \end_layout
25593
25594 \begin_layout Section
25595 Cuadros Coloreados
25596 \begin_inset LatexCommand label
25597 name "sec:Cuadros-Coloreados"
25598
25599 \end_inset
25600
25601
25602 \begin_inset LatexCommand index
25603 name "Cuadros ! Color"
25604
25605 \end_inset
25606
25607
25608 \end_layout
25609
25610 \begin_layout Subsection
25611 Color en Texto
25612 \begin_inset LatexCommand index
25613 name "Color ! en Texto"
25614
25615 \end_inset
25616
25617
25618 \end_layout
25619
25620 \begin_layout Standard
25621 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
25622  Esto requiere cargar el paquete LaTeX 
25623 \series bold
25624 color
25625 \series default
25626
25627 \begin_inset LatexCommand index
25628 name "LaTeX-paquetes ! color"
25629
25630 \end_inset
25631
25632  en el preámbulo del documento con
25633 \end_layout
25634
25635 \begin_layout Standard
25636
25637 \series bold
25638
25639 \backslash
25640 @ifundef\SpecialChar \textcompwordmark{}
25641 ined{textcolor}
25642 \newline
25643
25644 \begin_inset ERT
25645 status collapsed
25646
25647 \begin_layout Standard
25648
25649
25650 \backslash
25651 hphantom{ }
25652 \end_layout
25653
25654 \end_inset
25655
25656 {
25657 \backslash
25658 usepackage{color}}{}
25659 \end_layout
25660
25661 \begin_layout Standard
25662 LyX cargará automáticamente el paquete 
25663 \series bold
25664 color
25665 \series default
25666  cuando colorees texto
25667 \begin_inset Foot
25668 status collapsed
25669
25670 \begin_layout Standard
25671 Para evitar cargarlo dos veces se usa el comando 
25672 \series bold
25673
25674 \backslash
25675 @ifundef\SpecialChar \textcompwordmark{}
25676 ined
25677 \series default
25678 .
25679 \end_layout
25680
25681 \end_inset
25682
25683 .
25684 \end_layout
25685
25686 \begin_layout Standard
25687 \begin_inset VSpace medskip
25688 \end_inset
25689
25690 Los cuadros coloreados se crean con el comando 
25691 \series bold
25692
25693 \backslash
25694 colorbox
25695 \series default
25696 , de acuerdo con el siguiente esquema:
25697 \end_layout
25698
25699 \begin_layout Standard
25700
25701 \series bold
25702
25703 \backslash
25704 colorbox{color}{contenido del cuadro}
25705 \end_layout
25706
25707 \begin_layout Standard
25708 El contenido también puede ser un cuadro y los cuadros coloreados también
25709  pueden estar en otros cuadros.
25710 \end_layout
25711
25712 \begin_layout Standard
25713 Los siguientes colores están predefinidos:
25714 \newline
25715
25716 \family sans
25717 black
25718 \family default
25719
25720 \family sans
25721 blue
25722 \family default
25723
25724 \family sans
25725 cyan
25726 \family default
25727 \series bold
25728
25729 \family sans
25730 \series default
25731 green
25732 \family default
25733
25734 \family sans
25735 magenta
25736 \family default
25737
25738 \family sans
25739 red
25740 \family default
25741
25742 \family sans
25743 white
25744 \family default
25745
25746 \family sans
25747 yellow
25748 \family default
25749 .
25750 \newline
25751 También puedes definir tus propios colores según se explica en la sección\InsetSpace ~
25752
25753 \begin_inset LatexCommand ref
25754 reference "sec:Tablas-Coloreadas"
25755
25756 \end_inset
25757
25758 .
25759 \end_layout
25760
25761 \begin_layout Standard
25762 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
25763 \end_layout
25764
25765 \begin_layout Standard
25766
25767 \series bold
25768
25769 \backslash
25770 colorbox{red}{
25771 \end_layout
25772
25773 \begin_layout Standard
25774 en ERT antes de la palabra.
25775  Tras la palabra inserta una llave de cierre 
25776 \begin_inset Quotes eld
25777 \end_inset
25778
25779
25780 \series bold
25781 }
25782 \series default
25783
25784 \begin_inset Quotes erd
25785 \end_inset
25786
25787  en ERT.
25788 \newline
25789 Este es el resultado:
25790 \end_layout
25791
25792 \begin_layout Standard
25793 Línea en la que la palabra 
25794 \begin_inset ERT
25795 status collapsed
25796
25797 \begin_layout Standard
25798
25799
25800 \backslash
25801 colorbox{red}{
25802 \end_layout
25803
25804 \end_inset
25805
25806
25807 \begin_inset Quotes eld
25808 \end_inset
25809
25810 ¡Atención!
25811 \begin_inset Quotes erd
25812 \end_inset
25813
25814
25815 \begin_inset ERT
25816 status collapsed
25817
25818 \begin_layout Standard
25819
25820 }
25821 \end_layout
25822
25823 \end_inset
25824
25825  tiene fondo rojo.
25826 \end_layout
25827
25828 \begin_layout Standard
25829 \begin_inset VSpace bigskip
25830 \end_inset
25831
25832 Si quieres un marco de distinto color, puedes emplear el comando 
25833 \series bold
25834
25835 \backslash
25836 fcolorbox
25837 \series default
25838  con el esquema siguiente:
25839 \end_layout
25840
25841 \begin_layout Standard
25842
25843 \series bold
25844
25845 \backslash
25846 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
25847 \end_layout
25848
25849 \begin_layout Standard
25850
25851 \series bold
25852
25853 \backslash
25854 fcolorbox
25855 \series default
25856  es una extensión de 
25857 \series bold
25858
25859 \backslash
25860 colorbox
25861 \series default
25862 .
25863  El grosor del marco y el espacio entre él y el contenido se puede ajustar
25864  con las longitudes 
25865 \series bold
25866
25867 \backslash
25868 fboxrule
25869 \series default
25870  y 
25871 \series bold
25872
25873 \backslash
25874 fboxsep
25875 \series default
25876 , respectivamente, como se describe en la sección\InsetSpace ~
25877
25878 \begin_inset LatexCommand ref
25879 reference "sec:Cuadros-Enmarcados"
25880
25881 \end_inset
25882
25883 .
25884 \end_layout
25885
25886 \begin_layout Standard
25887 Para el ejemplo siguiente se ha utilizado el comando
25888 \end_layout
25889
25890 \begin_layout Standard
25891
25892 \series bold
25893
25894 \backslash
25895 fcolorbox{cyan}{magenta}{
25896 \end_layout
25897
25898 \begin_layout Standard
25899 Este es un ejemplo en el que se ha puesto un grosor de 1\InsetSpace \thinspace{}
25900 mm para la línea
25901  del marco:
25902 \newline
25903
25904 \begin_inset ERT
25905 status collapsed
25906
25907 \begin_layout Standard
25908
25909
25910 \backslash
25911 fboxrule 1mm 
25912 \backslash
25913 fboxsep 1mm
25914 \end_layout
25915
25916 \end_inset
25917
25918
25919 \begin_inset ERT
25920 status collapsed
25921
25922 \begin_layout Standard
25923
25924
25925 \backslash
25926 fcolorbox{cyan}{magenta}{
25927 \end_layout
25928
25929 \end_inset
25930
25931 Texto en un marco coloreado y enmarcado.
25932 \begin_inset ERT
25933 status collapsed
25934
25935 \begin_layout Standard
25936
25937 }
25938 \end_layout
25939
25940 \end_inset
25941
25942
25943 \end_layout
25944
25945 \begin_layout Standard
25946 \begin_inset VSpace bigskip
25947 \end_inset
25948
25949 Por supuesto también puedes colorear el texto en un marco coloreado:
25950 \newline
25951
25952 \begin_inset ERT
25953 status collapsed
25954
25955 \begin_layout Standard
25956
25957
25958 \backslash
25959 fcolorbox{cyan}{magenta}{
25960 \end_layout
25961
25962 \end_inset
25963
25964
25965 \color yellow
25966 Texto coloreado en un marco sombreado y coloreado.
25967 \color none
25968
25969 \begin_inset ERT
25970 status collapsed
25971
25972 \begin_layout Standard
25973
25974 }
25975 \end_layout
25976
25977 \end_inset
25978
25979
25980 \begin_inset ERT
25981 status collapsed
25982
25983 \begin_layout Standard
25984
25985
25986 \backslash
25987 fboxrule 0.4pt 
25988 \backslash
25989 fboxsep 3pt
25990 \end_layout
25991
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \begin_layout Standard
25998
25999 \series bold
26000 \begin_inset VSpace medskip
26001 \end_inset
26002
26003
26004 \end_layout
26005
26006 \begin_layout Standard
26007 \begin_inset Note Greyedout
26008 status open
26009
26010 \begin_layout Standard
26011
26012 \series bold
26013 Nota:
26014 \series default
26015  El texto en cuadros coloreados no puede tener saltos de línea.
26016  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
26017  coloreado como se describe a continuación.
26018 \end_layout
26019
26020 \end_inset
26021
26022
26023 \end_layout
26024
26025 \begin_layout Subsection
26026 Color en Párrafos
26027 \begin_inset LatexCommand label
26028 name "sub:Color-en-Párrafos"
26029
26030 \end_inset
26031
26032
26033 \begin_inset LatexCommand index
26034 name "Color ! en Párrafos"
26035
26036 \end_inset
26037
26038
26039 \end_layout
26040
26041 \begin_layout Standard
26042 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
26043  Antes de la minipágina inserta el comando 
26044 \series bold
26045
26046 \backslash
26047 colorbox
26048 \end_layout
26049
26050 \begin_layout Standard
26051
26052 \series bold
26053
26054 \backslash
26055 colorbox{color}{
26056 \end_layout
26057
26058 \begin_layout Standard
26059 en ERT.
26060  Detrás de la minipágina inserta una llave de cierre 
26061 \begin_inset Quotes eld
26062 \end_inset
26063
26064
26065 \series bold
26066 }
26067 \series default
26068
26069 \begin_inset Quotes erd
26070 \end_inset
26071
26072  en ERT.
26073 \end_layout
26074
26075 \begin_layout Standard
26076 \begin_inset ERT
26077 status collapsed
26078
26079 \begin_layout Standard
26080
26081
26082 \backslash
26083 colorbox{grisclaro}{
26084 \end_layout
26085
26086 \end_inset
26087
26088
26089 \begin_inset Box Frameless
26090 position "t"
26091 hor_pos "c"
26092 has_inner_box 1
26093 inner_pos "t"
26094 use_parbox 0
26095 width "100col%"
26096 special "none"
26097 height "1in"
26098 height_special "totalheight"
26099 status open
26100
26101 \begin_layout Standard
26102 Texto con color de fondo.
26103  Texto con color de fondo.
26104 \end_layout
26105
26106 \begin_layout Standard
26107 \begin_inset VSpace defskip
26108 \end_inset
26109
26110 El texto puede tener notas al pie
26111 \begin_inset Foot
26112 status open
26113
26114 \begin_layout Standard
26115 Otro ejemplo de nota
26116 \end_layout
26117
26118 \end_inset
26119
26120  y puede incluir tablas y figuras.
26121 \end_layout
26122
26123 \begin_layout Standard
26124 \align center
26125 \begin_inset Tabular
26126 <lyxtabular version="3" rows="3" columns="3">
26127 <features>
26128 <column alignment="center" valignment="top" leftline="true" width="0">
26129 <column alignment="center" valignment="top" leftline="true" width="0">
26130 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26131 <row topline="true">
26132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Standard
26136 a
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Standard
26145 !
26146 \end_layout
26147
26148 \end_inset
26149 </cell>
26150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Standard
26154 3
26155 \end_layout
26156
26157 \end_inset
26158 </cell>
26159 </row>
26160 <row topline="true">
26161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26162 \begin_inset Text
26163
26164 \begin_layout Standard
26165 <
26166 \end_layout
26167
26168 \end_inset
26169 </cell>
26170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Standard
26174 b2
26175 \begin_inset Quotes erd
26176 \end_inset
26177
26178 |
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Standard
26187 >
26188 \end_layout
26189
26190 \end_inset
26191 </cell>
26192 </row>
26193 <row topline="true" bottomline="true">
26194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Standard
26198 1
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Standard
26207 §
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26213 \begin_inset Text
26214
26215 \begin_layout Standard
26216 c
26217 \end_layout
26218
26219 \end_inset
26220 </cell>
26221 </row>
26222 </lyxtabular>
26223
26224 \end_inset
26225
26226
26227 \end_layout
26228
26229 \end_inset
26230
26231
26232 \begin_inset ERT
26233 status collapsed
26234
26235 \begin_layout Standard
26236
26237 }
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \begin_layout Section
26246 URLs (Localizador Uniforme de Recursos)
26247 \begin_inset LatexCommand index
26248 name "URLs"
26249
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \begin_layout Standard
26256 Los enlaces a páginas web o direcciones de correo se insertan con el menú
26257  
26258 \family sans
26259 Insertar\SpecialChar \menuseparator
26260 URL
26261 \family default
26262 .
26263  Surge un diálogo con dos campos; el campo 
26264 \family sans
26265 URL
26266 \family default
26267  y el campo 
26268 \family sans
26269 Nombre
26270 \family default
26271  para la descripción del URL, que saldrá impreso como texto normal inmediatament
26272 e antes del URL.
26273 \end_layout
26274
26275 \begin_layout Standard
26276 He aquí un ejemplo de URL: 
26277 \begin_inset LatexCommand url
26278 name "Página de LyX"
26279 target "http://www.lyx.org"
26280
26281 \end_inset
26282
26283
26284 \end_layout
26285
26286 \begin_layout Standard
26287 La opción 
26288 \family sans
26289 Generar\InsetSpace ~
26290 hiperenlace
26291 \family default
26292  en el diálogo URL sólo tiene efecto al exportar el documento al formato
26293  
26294 \begin_inset Quotes eld
26295 \end_inset
26296
26297
26298 \family sans
26299 LinuxDoc
26300 \family default
26301
26302 \begin_inset Quotes erd
26303 \end_inset
26304
26305 .
26306 \end_layout
26307
26308 \begin_layout Standard
26309 No se puede cambiar el estilo del texto del enlace.
26310  El texto del campo 
26311 \family sans
26312 Nombre
26313 \family default
26314  tendrá el estilo de texto predeterminado para el documento mientras que
26315  el texto del campo 
26316 \family sans
26317 URL
26318 \family default
26319  tendrá el estilo 
26320 \begin_inset Quotes eld
26321 \end_inset
26322
26323
26324 \family sans
26325 Typewriter
26326 \family default
26327
26328 \begin_inset Quotes erd
26329 \end_inset
26330
26331 .
26332 \end_layout
26333
26334 \begin_layout Standard
26335 Cuando usas el paquete LaTeX 
26336 \series bold
26337 hyperref
26338 \series default
26339
26340 \begin_inset LatexCommand index
26341 name "LaTeX-paquetes ! hyperref"
26342
26343 \end_inset
26344
26345  para enlazar referencias cruzadas, en las salidas DVI y PDF los URLs se
26346  convierten automáticamente en hiperenlaces disponibles.
26347 \end_layout
26348
26349 \begin_layout Standard
26350 \begin_inset Note Greyedout
26351 status open
26352
26353 \begin_layout Standard
26354
26355 \series bold
26356 Nota: 
26357 \series default
26358 Cuando utilices los caracteres: "%", "#", "^", debes escribirlos precedidos
26359  por una barra invertida, p.\InsetSpace \thinspace{}
26360 e.\InsetSpace ~
26361
26362 \begin_inset Quotes eld
26363 \end_inset
26364
26365
26366 \backslash
26367 #
26368 \begin_inset Quotes erd
26369 \end_inset
26370
26371 .
26372  Los URLs no deben finalizar con una barra invertida.
26373 \end_layout
26374
26375 \end_inset
26376
26377
26378 \end_layout
26379
26380 \begin_layout Standard
26381 \begin_inset VSpace bigskip
26382 \end_inset
26383
26384 Para crear hiperenlaces reales sin tener que escribir la dirección del enlace
26385  en el texto, puedes usar el comando
26386 \end_layout
26387
26388 \begin_layout Standard
26389
26390 \series bold
26391
26392 \backslash
26393 href{dirección del enlace}{texto del enlace}
26394 \end_layout
26395
26396 \begin_layout Standard
26397 en ERT.
26398  Por ejemplo, para conseguir un enlace a la página web de LyX, escribe el
26399  comando
26400 \end_layout
26401
26402 \begin_layout Standard
26403
26404 \series bold
26405
26406 \backslash
26407 href{http://www.lyx.org}{
26408 \end_layout
26409
26410 \begin_layout Standard
26411 en ERT.
26412  Inserta después del comando el texto del enlace 
26413 \begin_inset Quotes eld
26414 \end_inset
26415
26416 Página de LyX
26417 \begin_inset Quotes erd
26418 \end_inset
26419
26420  seguido por una llave en ERT.
26421  Este es el resultado: 
26422 \begin_inset ERT
26423 status collapsed
26424
26425 \begin_layout Standard
26426
26427
26428 \backslash
26429 href{http://www.lyx.org}{
26430 \end_layout
26431
26432 \end_inset
26433
26434 Página de LyX
26435 \begin_inset ERT
26436 status collapsed
26437
26438 \begin_layout Standard
26439
26440 }
26441 \end_layout
26442
26443 \end_inset
26444
26445
26446 \end_layout
26447
26448 \begin_layout Standard
26449 Para enlazar a direcciones de correo, añade el prefijo 
26450 \begin_inset Quotes eld
26451 \end_inset
26452
26453
26454 \family sans
26455 mailto:
26456 \family default
26457
26458 \begin_inset Quotes erd
26459 \end_inset
26460
26461  a la dirección del enlace:
26462 \newline
26463 Correo para 
26464 \begin_inset ERT
26465 status collapsed
26466
26467 \begin_layout Standard
26468
26469
26470 \backslash
26471 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
26472 \end_layout
26473
26474 \end_inset
26475
26476 la lista de correo de documentación de LyX (lyx-docs)
26477 \begin_inset ERT
26478 status collapsed
26479
26480 \begin_layout Standard
26481
26482 }
26483 \end_layout
26484
26485 \end_inset
26486
26487 .
26488 \end_layout
26489
26490 \begin_layout Standard
26491 Emplear 
26492 \series bold
26493
26494 \backslash
26495 href
26496 \series default
26497  en vez del cuadro URL de LyX tiene la ventaja de que puedes especificar
26498  el estilo de texto del enlace como en las demás partes del texto.
26499  Puedes poner guiones y saltos de línea forzados para dividir textos extensos
26500  de enlaces en el margen de página.
26501  También puedes cambiar el estilo de texto para todos los URLs en el documento
26502  con una opción en el comando de carga de 
26503 \series bold
26504 hyperref
26505 \series default
26506 .
26507  Además las restricciones mencionadas antes no se aplican a 
26508 \series bold
26509
26510 \backslash
26511 href
26512 \series default
26513 .
26514  
26515 \end_layout
26516
26517 \begin_layout Standard
26518
26519 \end_layout
26520
26521 \begin_layout Standard
26522
26523 \newpage
26524
26525 \end_layout
26526
26527 \begin_layout Chapter
26528 \start_of_appendix
26529 Unidades disponibles en 
26530 \begin_inset ERT
26531 status collapsed
26532
26533 \begin_layout Standard
26534
26535
26536 \backslash
26537 texorpdfstring{
26538 \end_layout
26539
26540 \end_inset
26541
26542 LyX
26543 \begin_inset ERT
26544 status collapsed
26545
26546 \begin_layout Standard
26547
26548 }{LyX}
26549 \end_layout
26550
26551 \end_inset
26552
26553
26554 \begin_inset LatexCommand index
26555 name "Unidades"
26556
26557 \end_inset
26558
26559
26560 \begin_inset LatexCommand label
26561 name "cha:Unidades-disponibles-en"
26562
26563 \end_inset
26564
26565
26566 \begin_inset Note Note
26567 status collapsed
26568
26569 \begin_layout Standard
26570 El comando 
26571 \backslash
26572 texorpdfstring suministrado por el paquete LaTeX hyperref impide que los
26573  enlaces se muestren erróneamente en los marcadores PDF.
26574  Más información en 
26575 \begin_inset LatexCommand cite
26576 key "hyperref"
26577
26578 \end_inset
26579
26580 .
26581 \end_layout
26582
26583 \end_inset
26584
26585
26586 \end_layout
26587
26588 \begin_layout Standard
26589 Para comprender las unidades descritas en este manual, la Tabla\InsetSpace ~
26590
26591 \begin_inset LatexCommand ref
26592 reference "tab:Unidades"
26593
26594 \end_inset
26595
26596  describe todas las unidades disponibles en LyX.
26597 \end_layout
26598
26599 \begin_layout Standard
26600 \begin_inset Float table
26601 placement h
26602 wide false
26603 sideways false
26604 status open
26605
26606 \begin_layout Standard
26607 \begin_inset Caption
26608
26609 \begin_layout Standard
26610 \begin_inset LatexCommand label
26611 name "tab:Unidades"
26612
26613 \end_inset
26614
26615 Unidades
26616 \end_layout
26617
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \begin_layout Standard
26624 \begin_inset VSpace medskip
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \begin_layout Standard
26631 \align center
26632 \begin_inset Tabular
26633 <lyxtabular version="3" rows="20" columns="2">
26634 <features>
26635 <column alignment="center" valignment="top" leftline="true" width="0">
26636 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26637 <row topline="true" bottomline="true">
26638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26639 \begin_inset Text
26640
26641 \begin_layout Standard
26642 unidad
26643 \end_layout
26644
26645 \end_inset
26646 </cell>
26647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Standard
26651 nombre/descripción
26652 \end_layout
26653
26654 \end_inset
26655 </cell>
26656 </row>
26657 <row topline="true">
26658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26659 \begin_inset Text
26660
26661 \begin_layout Standard
26662 mm
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Standard
26671 milímetro
26672 \end_layout
26673
26674 \end_inset
26675 </cell>
26676 </row>
26677 <row topline="true">
26678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26679 \begin_inset Text
26680
26681 \begin_layout Standard
26682 cm
26683 \end_layout
26684
26685 \end_inset
26686 </cell>
26687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26688 \begin_inset Text
26689
26690 \begin_layout Standard
26691 centímetro
26692 \end_layout
26693
26694 \end_inset
26695 </cell>
26696 </row>
26697 <row topline="true">
26698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26699 \begin_inset Text
26700
26701 \begin_layout Standard
26702 in
26703 \end_layout
26704
26705 \end_inset
26706 </cell>
26707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26708 \begin_inset Text
26709
26710 \begin_layout Standard
26711 pulgada
26712 \end_layout
26713
26714 \end_inset
26715 </cell>
26716 </row>
26717 <row topline="true">
26718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Standard
26722 pt
26723 \end_layout
26724
26725 \end_inset
26726 </cell>
26727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26728 \begin_inset Text
26729
26730 \begin_layout Standard
26731 punto (72.27\InsetSpace \thinspace{}
26732 pt = 1\InsetSpace \thinspace{}
26733 in)
26734 \end_layout
26735
26736 \end_inset
26737 </cell>
26738 </row>
26739 <row topline="true">
26740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26741 \begin_inset Text
26742
26743 \begin_layout Standard
26744 pc
26745 \end_layout
26746
26747 \end_inset
26748 </cell>
26749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26750 \begin_inset Text
26751
26752 \begin_layout Standard
26753 pica (1\InsetSpace \thinspace{}
26754 pc = 12\InsetSpace \thinspace{}
26755 pt)
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 </row>
26761 <row topline="true">
26762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26763 \begin_inset Text
26764
26765 \begin_layout Standard
26766 sp
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26772 \begin_inset Text
26773
26774 \begin_layout Standard
26775 punto escalado (65536\InsetSpace \thinspace{}
26776 sp = 1\InsetSpace \thinspace{}
26777 pt)
26778 \end_layout
26779
26780 \end_inset
26781 </cell>
26782 </row>
26783 <row topline="true">
26784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26785 \begin_inset Text
26786
26787 \begin_layout Standard
26788 bp
26789 \end_layout
26790
26791 \end_inset
26792 </cell>
26793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26794 \begin_inset Text
26795
26796 \begin_layout Standard
26797 punto grande (72\InsetSpace \thinspace{}
26798 bp = 1\InsetSpace \thinspace{}
26799 in)
26800 \end_layout
26801
26802 \end_inset
26803 </cell>
26804 </row>
26805 <row topline="true">
26806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26807 \begin_inset Text
26808
26809 \begin_layout Standard
26810 dd
26811 \end_layout
26812
26813 \end_inset
26814 </cell>
26815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26816 \begin_inset Text
26817
26818 \begin_layout Standard
26819 didot (72\InsetSpace \thinspace{}
26820 dd 
26821 \begin_inset Formula $\approx$
26822 \end_inset
26823
26824  37.6\InsetSpace \thinspace{}
26825 mm)
26826 \end_layout
26827
26828 \end_inset
26829 </cell>
26830 </row>
26831 <row topline="true">
26832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26833 \begin_inset Text
26834
26835 \begin_layout Standard
26836 cc
26837 \end_layout
26838
26839 \end_inset
26840 </cell>
26841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26842 \begin_inset Text
26843
26844 \begin_layout Standard
26845 cicero (1\InsetSpace \thinspace{}
26846 cc = 12\InsetSpace \thinspace{}
26847 dd)
26848 \end_layout
26849
26850 \end_inset
26851 </cell>
26852 </row>
26853 <row topline="true">
26854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26855 \begin_inset Text
26856
26857 \begin_layout Standard
26858 Escala%
26859 \end_layout
26860
26861 \end_inset
26862 </cell>
26863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26864 \begin_inset Text
26865
26866 \begin_layout Standard
26867 % de anchura original de la imagen
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 </row>
26873 <row topline="true">
26874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Standard
26878 text%
26879 \end_layout
26880
26881 \end_inset
26882 </cell>
26883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26884 \begin_inset Text
26885
26886 \begin_layout Standard
26887 % de anchura de texto
26888 \end_layout
26889
26890 \end_inset
26891 </cell>
26892 </row>
26893 <row topline="true">
26894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26895 \begin_inset Text
26896
26897 \begin_layout Standard
26898 col%
26899 \end_layout
26900
26901 \end_inset
26902 </cell>
26903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26904 \begin_inset Text
26905
26906 \begin_layout Standard
26907 % de anchura de columna
26908 \end_layout
26909
26910 \end_inset
26911 </cell>
26912 </row>
26913 <row topline="true">
26914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26915 \begin_inset Text
26916
26917 \begin_layout Standard
26918 page%
26919 \end_layout
26920
26921 \end_inset
26922 </cell>
26923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26924 \begin_inset Text
26925
26926 \begin_layout Standard
26927 % de anchura de página
26928 \end_layout
26929
26930 \end_inset
26931 </cell>
26932 </row>
26933 <row topline="true">
26934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26935 \begin_inset Text
26936
26937 \begin_layout Standard
26938 line%
26939 \end_layout
26940
26941 \end_inset
26942 </cell>
26943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26944 \begin_inset Text
26945
26946 \begin_layout Standard
26947 % de anchura de línea
26948 \end_layout
26949
26950 \end_inset
26951 </cell>
26952 </row>
26953 <row topline="true">
26954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26955 \begin_inset Text
26956
26957 \begin_layout Standard
26958 theight%
26959 \end_layout
26960
26961 \end_inset
26962 </cell>
26963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26964 \begin_inset Text
26965
26966 \begin_layout Standard
26967 % de altura de texto
26968 \end_layout
26969
26970 \end_inset
26971 </cell>
26972 </row>
26973 <row topline="true">
26974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26975 \begin_inset Text
26976
26977 \begin_layout Standard
26978 pheight%
26979 \end_layout
26980
26981 \end_inset
26982 </cell>
26983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26984 \begin_inset Text
26985
26986 \begin_layout Standard
26987 % de altura de página
26988 \end_layout
26989
26990 \end_inset
26991 </cell>
26992 </row>
26993 <row topline="true">
26994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26995 \begin_inset Text
26996
26997 \begin_layout Standard
26998 ex
26999 \end_layout
27000
27001 \end_inset
27002 </cell>
27003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27004 \begin_inset Text
27005
27006 \begin_layout Standard
27007 altura de la letra 
27008 \emph on
27009 x
27010 \emph default
27011  en la fuente actual
27012 \end_layout
27013
27014 \end_inset
27015 </cell>
27016 </row>
27017 <row topline="true">
27018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27019 \begin_inset Text
27020
27021 \begin_layout Standard
27022 em
27023 \end_layout
27024
27025 \end_inset
27026 </cell>
27027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27028 \begin_inset Text
27029
27030 \begin_layout Standard
27031 anchura de la letra 
27032 \emph on
27033 M
27034 \emph default
27035  en la fuente actual
27036 \end_layout
27037
27038 \end_inset
27039 </cell>
27040 </row>
27041 <row topline="true" bottomline="true">
27042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27043 \begin_inset Text
27044
27045 \begin_layout Standard
27046 mu
27047 \end_layout
27048
27049 \end_inset
27050 </cell>
27051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27052 \begin_inset Text
27053
27054 \begin_layout Standard
27055 unidad matemática (1\InsetSpace \thinspace{}
27056 mu = 1/18\InsetSpace \thinspace{}
27057 em)
27058 \end_layout
27059
27060 \end_inset
27061 </cell>
27062 </row>
27063 </lyxtabular>
27064
27065 \end_inset
27066
27067
27068 \end_layout
27069
27070 \end_inset
27071
27072
27073 \end_layout
27074
27075 \begin_layout Chapter
27076 Formatos de Archivos de Salida con Gráficos
27077 \begin_inset LatexCommand label
27078 name "cha:Formatos-de-Archivos-de-Salida"
27079
27080 \end_inset
27081
27082
27083 \end_layout
27084
27085 \begin_layout Section
27086 DVI
27087 \begin_inset LatexCommand index
27088 name "Formatos de Archivo ! DVI"
27089
27090 \end_inset
27091
27092
27093 \begin_inset LatexCommand index
27094 name "DVI|see{Formatos de Archivo}"
27095
27096 \end_inset
27097
27098
27099 \end_layout
27100
27101 \begin_layout Standard
27102 Este tipo de archivo tiene la extensión 
27103 \begin_inset Quotes eld
27104 \end_inset
27105
27106
27107 \family typewriter
27108 .dvi
27109 \family default
27110
27111 \begin_inset Quotes erd
27112 \end_inset
27113
27114 .
27115  Se denomina 
27116 \begin_inset Quotes eld
27117 \end_inset
27118
27119 device-independent
27120 \begin_inset Quotes erd
27121 \end_inset
27122
27123  (DVI), porque es completamente portable; se pueden mover de una máquina
27124  a otra sin necesidad de conversión alguna.
27125  En la época en que se desarrolló este formato, esto no era un asunto baladí.
27126  Los DVIs se usan para previsualizaciones rápidas y como preparación para
27127  otros formatos de salida como PostScript.
27128 \end_layout
27129
27130 \begin_layout Standard
27131 \begin_inset Note Greyedout
27132 status open
27133
27134 \begin_layout Standard
27135
27136 \series bold
27137 Nota:
27138 \series default
27139  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
27140 \end_layout
27141
27142 \end_inset
27143
27144  Por tanto no debes olvidar esto si mueves archivos 
27145 \family typewriter
27146 .dvi
27147 \family default
27148  a otro ordenador.
27149  Esta característica también puede retardar la visualización del archivo,
27150  porque el visor DVI tiene que convertir la imagen en segundo plano para
27151  hacerla visible al deslizar el visor.
27152  Así pues recomendamos usar PDF para archivos con muchas imágenes.
27153 \end_layout
27154
27155 \begin_layout Standard
27156 Un documento se exporta a DVI con el menú 
27157 \family sans
27158 Archivo\SpecialChar \menuseparator
27159 Exportar\SpecialChar \menuseparator
27160 DVI
27161 \family default
27162 .
27163 \end_layout
27164
27165 \begin_layout Section
27166 PostScript
27167 \begin_inset LatexCommand label
27168 name "sec:PostScript"
27169
27170 \end_inset
27171
27172
27173 \begin_inset LatexCommand index
27174 name "Formatos de Archivo ! PostScript"
27175
27176 \end_inset
27177
27178
27179 \begin_inset LatexCommand index
27180 name "PostScript|see{Formatos de Archivo}"
27181
27182 \end_inset
27183
27184
27185 \end_layout
27186
27187 \begin_layout Standard
27188 Este tipo de archivo tiene la extensión 
27189 \begin_inset Quotes eld
27190 \end_inset
27191
27192
27193 \family typewriter
27194 .ps
27195 \family default
27196
27197 \begin_inset Quotes erd
27198 \end_inset
27199
27200 .
27201  PostScript fue desarrollado por la compañía 
27202 \family typewriter
27203 Adobe
27204 \family default
27205  como lenguaje para impresoras.
27206  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
27207  PostScript puede considerarse como un 
27208 \begin_inset Quotes eld
27209 \end_inset
27210
27211 lenguaje de programación
27212 \begin_inset Quotes erd
27213 \end_inset
27214
27215 ; con él puedes calcular y dibujar imágenes y diagramas
27216 \begin_inset Foot
27217 status collapsed
27218
27219 \begin_layout Standard
27220 Si estás interesado en este tema acude al paquete LaTeX 
27221 \series bold
27222 PSTricks
27223 \series default
27224  
27225 \begin_inset LatexCommand cite
27226 key "pstricks"
27227
27228 \end_inset
27229
27230 .
27231 \end_layout
27232
27233 \end_inset
27234
27235 .
27236  Por esto los archivos suelen ser más grandes que los PDFs.
27237 \end_layout
27238
27239 \begin_layout Standard
27240 Los archivos PostScript solo pueden contener imágenes en el formato 
27241 \begin_inset Quotes eld
27242 \end_inset
27243
27244 Encapsulated PostScript
27245 \begin_inset Quotes erd
27246 \end_inset
27247
27248  (EPS, extensión 
27249 \begin_inset Quotes eld
27250 \end_inset
27251
27252
27253 \family typewriter
27254 .eps
27255 \family default
27256
27257 \begin_inset Quotes erd
27258 \end_inset
27259
27260 ).
27261  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
27262  en segundo plano para convertir las imágenes a EPS.
27263  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
27264  cada vez que veas o exportes el documento.
27265  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
27266  puedes evitar el problema insertando las imágenes directamente en EPS.
27267 \end_layout
27268
27269 \begin_layout Standard
27270 El documento se puede exportar a PostScript con el menú 
27271 \family sans
27272 Archivo\SpecialChar \menuseparator
27273 Exportar\SpecialChar \menuseparator
27274 Postscript
27275 \family default
27276 .
27277 \end_layout
27278
27279 \begin_layout Section
27280 PDF
27281 \begin_inset LatexCommand label
27282 name "sec:PDF"
27283
27284 \end_inset
27285
27286
27287 \begin_inset LatexCommand index
27288 name "Formatos de Archivo ! PDF"
27289
27290 \end_inset
27291
27292
27293 \begin_inset LatexCommand index
27294 name "PDF"
27295
27296 \end_inset
27297
27298
27299 \end_layout
27300
27301 \begin_layout Standard
27302 Este tipo de archivo tiene la extensión 
27303 \begin_inset Quotes eld
27304 \end_inset
27305
27306
27307 \family typewriter
27308 .pdf
27309 \family default
27310
27311 \begin_inset Quotes erd
27312 \end_inset
27313
27314 .
27315  El formato 
27316 \begin_inset Quotes eld
27317 \end_inset
27318
27319 Portable Document Format
27320 \begin_inset Quotes erd
27321 \end_inset
27322
27323  (PDF) fue desarrollado por 
27324 \family typewriter
27325 Adobe
27326 \family default
27327  como derivado de PostScript.
27328  Es más comprimido y utiliza muchos menos comandos que PostScript.
27329  Como su nombre 
27330 \begin_inset Quotes eld
27331 \end_inset
27332
27333 portable
27334 \begin_inset Quotes erd
27335 \end_inset
27336
27337  indica, puede ser procesado por cualquier sistema operativo y la salida
27338  impresa se muestra exactamente igual.
27339 \end_layout
27340
27341 \begin_layout Standard
27342 PDF puede contener imágenes en su propio formato PDF, en el formato 
27343 \begin_inset Quotes eld
27344 \end_inset
27345
27346 Joint Photographic Experts Group
27347 \begin_inset Quotes erd
27348 \end_inset
27349
27350  (JPG, extensión 
27351 \begin_inset Quotes eld
27352 \end_inset
27353
27354
27355 \family typewriter
27356 .jpg
27357 \family default
27358
27359 \begin_inset Quotes erd
27360 \end_inset
27361
27362  o 
27363 \begin_inset Quotes eld
27364 \end_inset
27365
27366
27367 \family typewriter
27368 .jpeg
27369 \family default
27370
27371 \begin_inset Quotes erd
27372 \end_inset
27373
27374 ), y en el formato 
27375 \begin_inset Quotes eld
27376 \end_inset
27377
27378 Portable Network Graphics
27379 \begin_inset Quotes erd
27380 \end_inset
27381
27382  (PNG, extensión 
27383 \begin_inset Quotes eld
27384 \end_inset
27385
27386
27387 \family typewriter
27388 .png
27389 \family default
27390
27391 \begin_inset Quotes erd
27392 \end_inset
27393
27394 ).
27395  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
27396  en segundo plano a alguno de los anteriores.
27397  Pero como se ha comentado en la sección sobre PostScript, la conversión
27398  de gráficos ralentiza el trabajo.
27399  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
27400  mencionados.
27401 \end_layout
27402
27403 \begin_layout Standard
27404 Un documento se puede exportar a PDF con el menú 
27405 \family sans
27406 Archivo\SpecialChar \menuseparator
27407 Exportar
27408 \family default
27409  en tres modos diferentes:
27410 \end_layout
27411
27412 \begin_layout Description
27413 PDF Este utiliza el programa 
27414 \family typewriter
27415 ps2pdf
27416 \family default
27417  que crea un PDF a partir de una versión PostScript del archivo.
27418  La versión PostScript es producida por el programa 
27419 \family typewriter
27420 dvips
27421 \family default
27422  que usa una versión DVI como paso intermedio.
27423  Así que este modo de exportación consta de tres conversiones.
27424 \end_layout
27425
27426 \begin_layout Description
27427 PDF\InsetSpace ~
27428 (dvipdfm) Este utiliza el programa 
27429 \family typewriter
27430 dvipdfm
27431 \family default
27432  que convierte el archivo a DVI en segundo plano y en un segundo paso a
27433  PDF.
27434 \end_layout
27435
27436 \begin_layout Description
27437 PDF\InsetSpace ~
27438 (pdflatex) Este utiliza el programa 
27439 \family typewriter
27440 pdftex
27441 \family default
27442  que convierte directamente el archivo a PDF.
27443 \end_layout
27444
27445 \begin_layout Standard
27446 Se recomienda usar 
27447 \family sans
27448 PDF\InsetSpace ~
27449 (pdflatex)
27450 \family default
27451  porque 
27452 \family typewriter
27453 pdftex
27454 \family default
27455  soporta todas las características de las versiones actuales de PDF, es
27456  rápido y estable.
27457  El programa 
27458 \family typewriter
27459 dvipdfm
27460 \family default
27461  ya no se desarrolla y está un poco obsoleto.
27462 \end_layout
27463
27464 \begin_layout Chapter
27465 Explicación de la Ecuación\InsetSpace ~
27466
27467 \begin_inset LatexCommand eqref
27468 reference "eq:Wgn"
27469
27470 \end_inset
27471
27472
27473 \begin_inset LatexCommand label
27474 name "cha:Explicación-de-la-Ecuación"
27475
27476 \end_inset
27477
27478
27479 \end_layout
27480
27481 \begin_layout Standard
27482 La anchura total de 
27483 \emph on
27484 n
27485 \emph default
27486  celdas de una tabla 
27487 \begin_inset Formula $W_{\mathrm{tot\, n}}$
27488 \end_inset
27489
27490  puede calcularse con
27491 \end_layout
27492
27493 \begin_layout Standard
27494 \begin_inset Formula \begin{equation}
27495 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
27496
27497 \end_inset
27498
27499
27500 \end_layout
27501
27502 \begin_layout Standard
27503 donde 
27504 \begin_inset Formula $W_{g\, n}$
27505 \end_inset
27506
27507  es el ancho dado de todas las celdas.
27508  
27509 \series bold
27510
27511 \backslash
27512 tabcolsep
27513 \series default
27514  es la longitud LaTeX entre el texto y el borde de la celda, 6\InsetSpace \thinspace{}
27515 pt por defecto.
27516  
27517 \series bold
27518
27519 \backslash
27520 arrayrulewidth
27521 \series default
27522  es el grosor de línea del borde, 0.4\InsetSpace \thinspace{}
27523 pt por defecto.
27524 \end_layout
27525
27526 \begin_layout Standard
27527 Procediendo como en la ecuación\InsetSpace ~
27528
27529 \begin_inset LatexCommand eqref
27530 reference "eq:Wtot_n"
27531
27532 \end_inset
27533
27534 , el ancho total de una multicolumna, 
27535 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
27536 \end_inset
27537
27538  es
27539 \end_layout
27540
27541 \begin_layout Standard
27542 \begin_inset Formula \begin{equation}
27543 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
27544
27545 \end_inset
27546
27547
27548 \end_layout
27549
27550 \begin_layout Standard
27551 Igualando las ecuaciones\InsetSpace ~
27552
27553 \begin_inset LatexCommand eqref
27554 reference "eq:Wtot_n"
27555
27556 \end_inset
27557
27558  y 
27559 \begin_inset LatexCommand eqref
27560 reference "eq:Wtot_mult"
27561
27562 \end_inset
27563
27564  podemos calcular el ancho dado necesario 
27565 \begin_inset Formula $W_{g\, n}$
27566 \end_inset
27567
27568  cuando se expanden 
27569 \emph on
27570 n
27571 \emph default
27572  columnas, de forma que cada una de ellas tiene una anchura total  
27573 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
27574 \end_inset
27575
27576 :
27577 \end_layout
27578
27579 \begin_layout Standard
27580 \begin_inset Formula \begin{equation}
27581 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
27582
27583 \end_inset
27584
27585
27586 \end_layout
27587
27588 \begin_layout Bibliography
27589 \begin_inset LatexCommand bibitem
27590 key "latexcompanion"
27591
27592 \end_inset
27593
27594 Frank Mittelbach and Michel Goossens: 
27595 \emph on
27596 The LaTeX Companion Second Edition.
27597  
27598 \emph default
27599 Addison-Wesley, 2004
27600 \end_layout
27601
27602 \begin_layout Bibliography
27603 \begin_inset LatexCommand bibitem
27604 key "latexguide"
27605
27606 \end_inset
27607
27608 Helmut Kopka and Patrick W.
27609  Daly: 
27610 \emph on
27611 A Guide to LaTeX Fourth Edition.
27612  
27613 \emph default
27614 Addison-Wesley, 2003
27615 \end_layout
27616
27617 \begin_layout Bibliography
27618 \begin_inset LatexCommand bibitem
27619 key "latexbook"
27620
27621 \end_inset
27622
27623 Leslie Lamport: 
27624 \emph on
27625 LaTeX: A Document Preparation System.
27626  
27627 \emph default
27628 Addison-Wesley, second edition, 1994
27629 \end_layout
27630
27631 \begin_layout Bibliography
27632 \begin_inset LatexCommand bibitem
27633 key "booktabs"
27634
27635 \end_inset
27636
27637
27638 \begin_inset ERT
27639 status collapsed
27640
27641 \begin_layout Standard
27642
27643
27644 \backslash
27645 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
27646 {
27647 \end_layout
27648
27649 \end_inset
27650
27651 Documentación
27652 \begin_inset ERT
27653 status collapsed
27654
27655 \begin_layout Standard
27656
27657 }
27658 \end_layout
27659
27660 \end_inset
27661
27662  del paquete LaTeX 
27663 \series bold
27664 booktabs
27665 \series default
27666
27667 \begin_inset LatexCommand index
27668 name "LaTeX-paquetes ! booktabs"
27669
27670 \end_inset
27671
27672
27673 \end_layout
27674
27675 \begin_layout Bibliography
27676 \begin_inset LatexCommand bibitem
27677 key "caption"
27678
27679 \end_inset
27680
27681
27682 \begin_inset ERT
27683 status collapsed
27684
27685 \begin_layout Standard
27686
27687
27688 \backslash
27689 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
27690 \end_layout
27691
27692 \end_inset
27693
27694 Documentación
27695 \begin_inset ERT
27696 status collapsed
27697
27698 \begin_layout Standard
27699
27700 }
27701 \end_layout
27702
27703 \end_inset
27704
27705  del paquete LaTeX 
27706 \series bold
27707 caption
27708 \series default
27709
27710 \begin_inset LatexCommand index
27711 name "LaTeX-paquetes ! caption"
27712
27713 \end_inset
27714
27715
27716 \end_layout
27717
27718 \begin_layout Bibliography
27719 \begin_inset LatexCommand bibitem
27720 key "caption-de"
27721
27722 \end_inset
27723
27724 (En Alemán) 
27725 \begin_inset ERT
27726 status collapsed
27727
27728 \begin_layout Standard
27729
27730
27731 \backslash
27732 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
27733 {
27734 \end_layout
27735
27736 \end_inset
27737
27738 Documentación
27739 \begin_inset ERT
27740 status collapsed
27741
27742 \begin_layout Standard
27743
27744 }
27745 \end_layout
27746
27747 \end_inset
27748
27749  del paquete LaTeX 
27750 \series bold
27751 caption
27752 \end_layout
27753
27754 \begin_layout Bibliography
27755 \begin_inset LatexCommand bibitem
27756 key "endfloat"
27757
27758 \end_inset
27759
27760
27761 \begin_inset ERT
27762 status collapsed
27763
27764 \begin_layout Standard
27765
27766
27767 \backslash
27768 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
27769 {
27770 \end_layout
27771
27772 \end_inset
27773
27774 Documentación
27775 \begin_inset ERT
27776 status collapsed
27777
27778 \begin_layout Standard
27779
27780 }
27781 \end_layout
27782
27783 \end_inset
27784
27785  del paquete LaTeX 
27786 \series bold
27787 endf\SpecialChar \textcompwordmark{}
27788 loat
27789 \series default
27790
27791 \begin_inset LatexCommand index
27792 name "LaTeX-paquetes ! endfloat"
27793
27794 \end_inset
27795
27796
27797 \end_layout
27798
27799 \begin_layout Bibliography
27800 \begin_inset LatexCommand bibitem
27801 key "floatflt"
27802
27803 \end_inset
27804
27805
27806 \begin_inset ERT
27807 status collapsed
27808
27809 \begin_layout Standard
27810
27811
27812 \backslash
27813 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
27814 {
27815 \end_layout
27816
27817 \end_inset
27818
27819 Documentación
27820 \begin_inset ERT
27821 status collapsed
27822
27823 \begin_layout Standard
27824
27825 }
27826 \end_layout
27827
27828 \end_inset
27829
27830  del paquete LaTeX 
27831 \series bold
27832 floatf\SpecialChar \textcompwordmark{}
27833 lt
27834 \series default
27835
27836 \begin_inset LatexCommand index
27837 name "LaTeX-paquetes ! floatflt"
27838
27839 \end_inset
27840
27841
27842 \end_layout
27843
27844 \begin_layout Bibliography
27845 \begin_inset LatexCommand bibitem
27846 key "footmisc"
27847
27848 \end_inset
27849
27850
27851 \begin_inset ERT
27852 status collapsed
27853
27854 \begin_layout Standard
27855
27856
27857 \backslash
27858 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
27859 {
27860 \end_layout
27861
27862 \end_inset
27863
27864 Documentación
27865 \begin_inset ERT
27866 status collapsed
27867
27868 \begin_layout Standard
27869
27870 }
27871 \end_layout
27872
27873 \end_inset
27874
27875  del paquete LaTeX 
27876 \series bold
27877 footmisc
27878 \series default
27879
27880 \begin_inset LatexCommand index
27881 name "LaTeX-paquetes ! footmisc"
27882
27883 \end_inset
27884
27885
27886 \end_layout
27887
27888 \begin_layout Bibliography
27889 \begin_inset LatexCommand bibitem
27890 key "hypcap"
27891
27892 \end_inset
27893
27894
27895 \begin_inset ERT
27896 status collapsed
27897
27898 \begin_layout Standard
27899
27900
27901 \backslash
27902 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
27903 \end_layout
27904
27905 \end_inset
27906
27907 Documentación
27908 \begin_inset ERT
27909 status collapsed
27910
27911 \begin_layout Standard
27912
27913 }
27914 \end_layout
27915
27916 \end_inset
27917
27918  del paquete LaTeX 
27919 \series bold
27920 hypcap
27921 \series default
27922
27923 \begin_inset LatexCommand index
27924 name "LaTeX-paquetes ! hyperref"
27925
27926 \end_inset
27927
27928
27929 \end_layout
27930
27931 \begin_layout Bibliography
27932 \begin_inset LatexCommand bibitem
27933 key "hyperref"
27934
27935 \end_inset
27936
27937
27938 \begin_inset ERT
27939 status collapsed
27940
27941 \begin_layout Standard
27942
27943
27944 \backslash
27945 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
27946 {
27947 \end_layout
27948
27949 \end_inset
27950
27951 Documentación
27952 \begin_inset ERT
27953 status collapsed
27954
27955 \begin_layout Standard
27956
27957 }
27958 \end_layout
27959
27960 \end_inset
27961
27962  del paquete LaTeX 
27963 \series bold
27964 hyperref
27965 \series default
27966
27967 \begin_inset LatexCommand index
27968 name "LaTeX-paquetes ! hyperref"
27969
27970 \end_inset
27971
27972
27973 \end_layout
27974
27975 \begin_layout Bibliography
27976 \begin_inset LatexCommand bibitem
27977 key "koma-script"
27978
27979 \end_inset
27980
27981
27982 \begin_inset ERT
27983 status collapsed
27984
27985 \begin_layout Standard
27986
27987
27988 \backslash
27989 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
27990 df}{
27991 \end_layout
27992
27993 \end_inset
27994
27995 Documentación
27996 \begin_inset ERT
27997 status collapsed
27998
27999 \begin_layout Standard
28000
28001 }
28002 \end_layout
28003
28004 \end_inset
28005
28006  del paquete LaTeX 
28007 \series bold
28008 koma-script
28009 \series default
28010
28011 \begin_inset LatexCommand index
28012 name "LaTeX-paquetes ! koma-script"
28013
28014 \end_inset
28015
28016
28017 \end_layout
28018
28019 \begin_layout Bibliography
28020 \begin_inset LatexCommand bibitem
28021 key "koma-script-de"
28022
28023 \end_inset
28024
28025 (En Alemán) 
28026 \begin_inset ERT
28027 status collapsed
28028
28029 \begin_layout Standard
28030
28031
28032 \backslash
28033 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
28034 df}{
28035 \end_layout
28036
28037 \end_inset
28038
28039 Documentación
28040 \begin_inset ERT
28041 status collapsed
28042
28043 \begin_layout Standard
28044
28045 }
28046 \end_layout
28047
28048 \end_inset
28049
28050  del paquete LaTeX 
28051 \series bold
28052 koma-script
28053 \series default
28054
28055 \begin_inset LatexCommand index
28056 name "LaTeX-paquetes ! koma-script"
28057
28058 \end_inset
28059
28060
28061 \end_layout
28062
28063 \begin_layout Bibliography
28064 \begin_inset LatexCommand bibitem
28065 key "marginnote"
28066
28067 \end_inset
28068
28069
28070 \begin_inset ERT
28071 status collapsed
28072
28073 \begin_layout Standard
28074
28075
28076 \backslash
28077 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
28078 pdf}{
28079 \end_layout
28080
28081 \end_inset
28082
28083 Documentación
28084 \begin_inset ERT
28085 status collapsed
28086
28087 \begin_layout Standard
28088
28089 }
28090 \end_layout
28091
28092 \end_inset
28093
28094  del paquete LaTeX 
28095 \series bold
28096 marginnote
28097 \series default
28098
28099 \begin_inset LatexCommand index
28100 name "LaTeX-paquetes ! marginnote"
28101
28102 \end_inset
28103
28104
28105 \end_layout
28106
28107 \begin_layout Bibliography
28108 \begin_inset LatexCommand bibitem
28109 key "pstricks"
28110
28111 \end_inset
28112
28113
28114 \begin_inset ERT
28115 status collapsed
28116
28117 \begin_layout Standard
28118
28119
28120 \backslash
28121 href{http://tug.org/PSTricks/main.cgi/}{
28122 \end_layout
28123
28124 \end_inset
28125
28126 Página Web
28127 \begin_inset ERT
28128 status collapsed
28129
28130 \begin_layout Standard
28131
28132 }
28133 \end_layout
28134
28135 \end_inset
28136
28137  del paquete LaTeX 
28138 \series bold
28139 PSTricks
28140 \series default
28141
28142 \begin_inset LatexCommand index
28143 name "LaTeX-paquetes ! PSTricks"
28144
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \begin_layout Bibliography
28151 \begin_inset LatexCommand bibitem
28152 key "sidecap"
28153
28154 \end_inset
28155
28156
28157 \begin_inset ERT
28158 status collapsed
28159
28160 \begin_layout Standard
28161
28162
28163 \backslash
28164 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
28165 \end_layout
28166
28167 \end_inset
28168
28169 Documentación
28170 \begin_inset ERT
28171 status collapsed
28172
28173 \begin_layout Standard
28174
28175 }
28176 \end_layout
28177
28178 \end_inset
28179
28180  del paquete LaTeX 
28181 \series bold
28182 sidecap
28183 \series default
28184
28185 \begin_inset LatexCommand index
28186 name "LaTeX-paquetes ! sidecap"
28187
28188 \end_inset
28189
28190
28191 \end_layout
28192
28193 \begin_layout Bibliography
28194 \begin_inset LatexCommand bibitem
28195 key "NewInLyX15"
28196
28197 \end_inset
28198
28199
28200 \begin_inset ERT
28201 status collapsed
28202
28203 \begin_layout Standard
28204
28205
28206 \backslash
28207 href{http://wiki.lyx.org/LyX/NewInLyX15}{
28208 \end_layout
28209
28210 \end_inset
28211
28212 Página Wiki
28213 \begin_inset ERT
28214 status collapsed
28215
28216 \begin_layout Standard
28217
28218 }
28219 \end_layout
28220
28221 \end_inset
28222
28223  sobre características nuevas previstas para la versión 
28224 \family sans
28225 LyX\InsetSpace ~
28226 1.5
28227 \family default
28228 .
28229 \end_layout
28230
28231 \begin_layout Standard
28232 \begin_inset LatexCommand printindex
28233
28234 \end_inset
28235
28236
28237 \end_layout
28238
28239 \begin_layout Standard
28240 \begin_inset FloatList figure
28241
28242 \end_inset
28243
28244
28245 \end_layout
28246
28247 \begin_layout Standard
28248 \begin_inset FloatList table
28249
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \end_body
28256 \end_document