]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
2160067ced8d0a0262388423cc8c5dc009e7d9c4
[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 259
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % provides caption formatting
8 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
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 % if pdflatex is used
49 \usepackage{ifpdf}
50 \ifpdf
51
52 % set fonts for nicer pdf view
53 \IfFileExists{lmodern.sty}
54  {\usepackage{lmodern}} % if it exists
55  {% if it exists not
56   \usepackage[scaled=0.92]{helvet}
57   \usepackage{mathptmx}
58   \usepackage{courier}
59  } % end if it exists not
60
61 % link all cross references and URLs
62 % in pdf output
63  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
64   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
65   pdfpagelayout=OneColumn, pdfnewwindow=true,
66   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
67   pdfauthor={LyX Team}, pdftex,
68   pdftitle={LyX's Figure, Table, Floats, Notes, and Boxes manual},
69   pdfsubject={LyX-documentation about figures, tables, floats, notes, and boxes},
70   pdfkeywords={LyX, Tables, Figures, Floats, Boxes, Notes}]{hyperref}
71  
72 \else % if dvi or ps is produced
73
74  % link all cross references and URLs in DVI output
75  \usepackage[ps2pdf, colorlinks=true,
76   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
77
78 \fi % end if pdflatex is used
79
80 % that links to image floats jumps
81 % to the beginning of the float and 
82 % not to its caption
83 \usepackage[figure]{hypcap}
84
85 % used for colored tables
86 \@ifundefined{textcolor}
87  {\usepackage{color}}{}
88 \usepackage{colortbl}
89 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
90 \definecolor{grisclaro}{gray}{0.8}
91
92 % used for multirows
93 \usepackage{multirow}
94 %\renewcommand{\multirowsetup}{\centering}
95
96 % used for book-style tables
97 \usepackage{booktabs}
98
99 % used to have extra space in table cells,
100 \setlength{\extrarowheight}{2pt}
101
102 % used for customized tables
103 % ---
104 \newcolumntype{M}[1]
105  {>{\centering\hspace{0pt}}m{#1}}
106
107 \newcolumntype{S}[2]
108  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
109
110 \newcolumntype{K}[1]
111  {>{\columncolor{#1}\hspace{0pt}}c}
112
113 \newcolumntype{V}{!{\vrule width 1.5pt}}
114
115 \newcolumntype{W}{!{\color{green}\vline}}
116 % ---
117
118 % To be able to enter the characters ° and · directly in LyX
119 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
120 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
121
122 % the pages of the TOC are numbered roman
123 % and a PDF-bookmark for the TOC is added
124 \pagenumbering{roman}
125 \let\myTOC\tableofcontents
126 \renewcommand{\tableofcontents}{%
127  \pdfbookmark[1]{Contenidos}{}
128  \myTOC
129  \cleardoublepage
130  \pagenumbering{arabic}}
131
132 % insert additional vertical space of
133 % 1.5 mm between footnotes
134 \let\myFoot\footnote
135 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
136
137 % enable algorithm floats to be referenced
138 \newfloat{Xalgorithm}{tbp}{loa}
139 \floatname{Xalgorithm}{Algoritmo}
140 \newcommand{\theHalgorithm}{\theHXalgorithm}
141 \renewenvironment{algorithm}[1][tbp]
142  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
143
144 % number algorithm floats within chapters
145 \numberwithin{Xalgorithm}{chapter}
146
147 % redefine the greyed out note
148 \renewenvironment{lyxgreyedout}
149  {\textcolor{blue}\bgroup}{\egroup}
150
151 % ------------------------------------
152 % used to check for needed LaTeX packages
153 \usepackage{ifthen}
154
155 % check for package arydshln
156 % used for tables with dashed lines
157 \newboolean{arydshln}
158 \IfFileExists{arydshln.sty}
159  {\usepackage{arydshln}
160   \setboolean{arydshln}{true}}
161  {\setboolean{arydshln}{false}}
162
163 % check for package marginnote
164 % used for margin notes
165 \newboolean{marginnote}
166 \IfFileExists{marginnote.sty}
167  {\usepackage{marginnote}
168   \let\marginpar\marginnote
169   \setboolean{marginnote}{true}}
170  {\setboolean{marginnote}{false}}
171 \end_preamble
172 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage
173 \language spanish
174 \inputencoding auto
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_default_family default
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183 \graphics default
184 \paperfontsize 12
185 \spacing single
186 \papersize default
187 \use_geometry false
188 \use_amsmath 2
189 \use_esint 0
190 \cite_engine basic
191 \use_bibtopic false
192 \paperorientation portrait
193 \secnumdepth 3
194 \tocdepth 3
195 \paragraph_separation skip
196 \defskip medskip
197 \quotes_language english
198 \papercolumns 1
199 \papersides 2
200 \paperpagestyle default
201 \bullet 1 1 34 -1
202 \bullet 2 2 35 -1
203 \bullet 3 2 7 -1
204 \tracking_changes false
205 \output_changes true
206 \author "Uwe Stöhr" 
207 \author "" 
208 \end_header
209
210 \begin_body
211
212 \begin_layout Title
213 Manual de Tablas, Figuras, Flotantes, Notas y Cuadros en LyX
214 \end_layout
215
216 \begin_layout Author
217 por el Equipo LyX
218 \begin_inset Foot
219 status collapsed
220
221 \begin_layout Standard
222 \noindent
223 Si tienes comentarios o correcciones, por favor, envíalo a la lista de correo
224  de Documentación de LyX: 
225 \family typewriter
226
227 \begin_inset ERT
228 status collapsed
229
230 \begin_layout Standard
231
232
233 \backslash
234 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's es-ExtendedInsets manual}{
235 \end_layout
236
237 \end_inset
238
239 lyx-docs@lists.lyx.org
240 \begin_inset ERT
241 status collapsed
242
243 \begin_layout Standard
244
245 }
246 \end_layout
247
248 \end_inset
249
250
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Note Note
257 status collapsed
258
259 \begin_layout Standard
260 autor original: Uwe Stöhr
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Note Note
267 status collapsed
268
269 \begin_layout Standard
270 Traducción de: Ignacio García <ignacio.garcia@tele2.es> 
271 \end_layout
272
273 \end_inset
274
275
276 \newline
277
278 \newline
279
280 \family sans
281 Versión 1.5.0-1
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset LatexCommand tableofcontents
286
287 \end_inset
288
289
290 \end_layout
291
292 \begin_layout Standard
293 \begin_inset Note Note
294 status open
295
296 \begin_layout Standard
297 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
298  estar instalados los paquetes LaTeX 
299 \series bold
300 arydshln
301 \series default
302  y 
303 \series bold
304 marginnote
305 \series default
306 .
307  Si no están instalados, también podrás exportar el documento, pero las
308  secciones en que dichos paquetes son necesarios no aparecen en la salida.
309 \end_layout
310
311 \begin_layout Standard
312 La última versión en PDF de este documento puede encontrarse aquí:
313 \series bold
314
315 \newline
316 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
317 \end_layout
318
319 \end_inset
320
321
322 \end_layout
323
324 \begin_layout Chapter
325 Figuras
326 \begin_inset LatexCommand label
327 name "cha:Figuras"
328
329 \end_inset
330
331
332 \begin_inset LatexCommand index
333 name "Figuras"
334
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Section
341 Diálogo Gráficos
342 \begin_inset LatexCommand index
343 name "Figuras ! Diálogo Gráficos"
344
345 \end_inset
346
347
348 \end_layout
349
350 \begin_layout Standard
351 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
352  texto que desees y haz click en el icono 
353 \begin_inset Graphics
354         filename ../../images/dialog-show-new-inset_graphics.xpm
355         scale 85
356
357 \end_inset
358
359  o en el menú 
360 \family sans
361 Insertar\SpecialChar \menuseparator
362 Imagen\SpecialChar \ldots{}
363
364 \family default
365  Aparecerá un diálogo para escoger el archivo a cargar.
366  La imagen aparecerá en el archivo de salida exactamente en la misma posición
367  en la que la has colocado.
368 \end_layout
369
370 \begin_layout Standard
371 El diálogo Gráficos puede lanzarse en cualquier momento haciendo click-derecha
372  sobre una imagen.
373  Este diálogo tiene tres pestañas:
374 \end_layout
375
376 \begin_layout Description
377 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
378  presentación en LyX y en la salida.
379  En el apéndice\InsetSpace ~
380
381 \begin_inset LatexCommand ref
382 reference "cha:Unidades-disponibles-en"
383
384 \end_inset
385
386  se detallan las unidades disponibles para el tamaño del gráfico.
387 \newline
388 Puedes girar
389  los gráficos en el sentido de las agujas de reloj estableciendo un ángulo
390  y un origen de rotación.
391  La imagen también gira en LyX.
392 \newline
393 Las imágenes se pueden abrir con un programa
394  de tu elección pulsando el botón 
395 \family sans
396 Editar
397 \family default
398 .
399  Los programas visor y editor para cada formato de imagen se pueden establecer
400  en la configuración de los formatos de archivo de las preferencias de LyX.
401 \end_layout
402
403 \begin_layout Description
404 Recorte Alternativamente al escalado, es posible establacer las coordenadas
405  de la imagen para ajustar su altura y anchura en la salida.
406  Además, las coordenadas se pueden calcular automáticamente pinchando el
407  botón 
408 \family sans
409 Obtener\InsetSpace ~
410 de\InsetSpace ~
411 archivo
412 \family default
413 .
414  El botón 
415 \family sans
416 Recortar\InsetSpace ~
417 al\InsetSpace ~
418 cuadro\InsetSpace ~
419 delimitador
420 \family default
421  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
422 as.
423  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta pestaña.
424 \end_layout
425
426 \begin_layout Description
427 Opciones\InsetSpace ~
428 extra 
429 \lang english
430 In this tab you can modify the appearance of the image within LyX and set
431  the image to be a subfigure of a figure float with an own caption.
432  
433 \lang spanish
434 Las subfiguras se explican en la sección\InsetSpace ~
435
436 \begin_inset LatexCommand ref
437 reference "sec:Figuras-Flotantes"
438
439 \end_inset
440
441 .
442 \newline
443 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
444 \newline
445 La
446  opción 
447 \family sans
448 Modo\InsetSpace ~
449 borrador
450 \family default
451  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
452 \newline
453 La
454  opción 
455 \family sans
456 No\InsetSpace ~
457 descomprimir\InsetSpace ~
458 al\InsetSpace ~
459 exportar
460 \family default
461  sólo afecta a los gráficos EPS comprimidos, p.\InsetSpace \thinspace{}
462 e.\InsetSpace ~
463
464 \emph on
465 x.eps.gz
466 \emph default
467 .
468  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
469  puesto que LaTeX puede manejarlas como están.
470 \newline
471 Los gráficos EPS comprimidos
472  sirven para ahorrar espacio de disco si se utiliza PostScript como formato
473  de salida, ver apéndice\InsetSpace ~
474
475 \begin_inset LatexCommand ref
476 reference "sec:PostScript"
477
478 \end_inset
479
480 .
481  Para comprimir gráficos EPS, use los siguientes comandos en un UNIX-shell
482  o en consola de Windows:
483 \newline
484
485 \series bold
486 gzip x.eps
487 \series default
488
489 \newline
490
491 \series bold
492 zgrep %%Bounding x.eps.gz > x.eps.bb
493 \series default
494
495 \newline
496 El segundo comando crea un archivo de cuadro delimitador 
497 \begin_inset Quotes eld
498 \end_inset
499
500 x.eps.bb
501 \begin_inset Quotes erd
502 \end_inset
503
504  que necesita LaTeX para gráficos comprimidos.
505 \end_layout
506
507 \begin_layout Standard
508 \begin_inset VSpace bigskip
509 \end_inset
510
511
512 \end_layout
513
514 \begin_layout Standard
515 Esto es un ejemplo de imagen en formato EPS
516 \begin_inset Foot
517 status collapsed
518
519 \begin_layout Standard
520 Formatos de imagen se explica en el sección\InsetSpace ~
521
522 \begin_inset LatexCommand ref
523 reference "sec:Formatos-de-imagen"
524
525 \end_inset
526
527 .
528 \end_layout
529
530 \end_inset
531
532  en un párrafo separado centrado horizontalmente:
533 \end_layout
534
535 \begin_layout Standard
536 \align center
537 \begin_inset Graphics
538         filename ../mobius.eps
539         display color
540         scale 70
541         rotateOrigin center
542
543 \end_inset
544
545
546 \end_layout
547
548 \begin_layout Standard
549 Esta es la misma imagen pero en modo borrador:
550 \end_layout
551
552 \begin_layout Standard
553 \align center
554 \begin_inset Graphics
555         filename ../mobius.eps
556         display color
557         scale 70
558         draft
559         rotateOrigin center
560
561 \end_inset
562
563
564 \end_layout
565
566 \begin_layout Section
567 Figuras Flotantes
568 \begin_inset LatexCommand label
569 name "sec:Figuras-Flotantes"
570
571 \end_inset
572
573
574 \begin_inset LatexCommand index
575 name "Flotantes ! Figuras Flotantes"
576
577 \end_inset
578
579
580 \begin_inset LatexCommand index
581 name "Figuras ! Flotantes"
582
583 \end_inset
584
585
586 \end_layout
587
588 \begin_layout Standard
589 Para información general sobre flotantes, echa una ojeada a la sección\InsetSpace ~
590
591 \begin_inset LatexCommand ref
592 reference "sec:IntroducciónFlotantes"
593
594 \end_inset
595
596 .
597 \end_layout
598
599 \begin_layout Standard
600 El botón 
601 \begin_inset Graphics
602         filename ../../images/float-insert_figure.xpm
603         scale 85
604
605 \end_inset
606
607  y el menú 
608 \family sans
609 Insertar\SpecialChar \menuseparator
610 Flotante\SpecialChar \menuseparator
611 Figura
612 \family default
613  insertan un flotante con la etiqueta "Figura #:" 
614 \lang english
615 (# is the actual number)
616 \lang spanish
617 .
618  
619 \lang english
620 You can insert the image above the caption, like in Figure\InsetSpace ~
621
622 \begin_inset LatexCommand ref
623 reference "fig:kill-plat"
624
625 \end_inset
626
627  or below the caption, like in Figure\InsetSpace ~
628
629 \begin_inset LatexCommand ref
630 reference "fig:escher"
631
632 \end_inset
633
634 .
635
636 \lang spanish
637  Más información sobre ubicación de encabezados en la sección\InsetSpace ~
638
639 \begin_inset LatexCommand ref
640 reference "sec:Colocación-de-Encabezados"
641
642 \end_inset
643
644 .
645 \end_layout
646
647 \begin_layout Standard
648 \begin_inset Float figure
649 wide false
650 sideways false
651 status open
652
653 \begin_layout Standard
654 \align center
655 \begin_inset Graphics
656         filename ../platypus.eps
657         display color
658         width 50col%
659         rotateOrigin center
660
661 \end_inset
662
663
664 \end_layout
665
666 \begin_layout Standard
667 \begin_inset Caption
668
669 \begin_layout Standard
670 \begin_inset LatexCommand label
671 name "fig:kill-plat"
672
673 \end_inset
674
675 Un platypus muy distorsionado en un flotante.
676 \end_layout
677
678 \end_inset
679
680
681 \end_layout
682
683 \end_inset
684
685
686 \end_layout
687
688 \begin_layout Standard
689 \begin_inset Float figure
690 wide false
691 sideways false
692 status open
693
694 \begin_layout Standard
695 \begin_inset Caption
696
697 \begin_layout Standard
698 \begin_inset LatexCommand label
699 name "fig:escher"
700
701 \end_inset
702
703 M.C.
704  Escher en ácido.
705 \end_layout
706
707 \end_inset
708
709
710 \end_layout
711
712 \begin_layout Standard
713 \align center
714 \begin_inset Graphics
715         filename ../escher-lsd.eps
716         display color
717         scale 80
718         rotateOrigin center
719
720 \end_inset
721
722
723 \end_layout
724
725 \end_inset
726
727
728 \end_layout
729
730 \begin_layout Standard
731 \begin_inset LatexCommand index
732 name "Referencias ! a Figuras"
733
734 \end_inset
735
736 Las figuras\InsetSpace ~
737
738 \begin_inset LatexCommand ref
739 reference "fig:kill-plat"
740
741 \end_inset
742
743  y 
744 \begin_inset LatexCommand ref
745 reference "fig:escher"
746
747 \end_inset
748
749  son ejemplos de figuras con referencias cruzadas.
750  Las figuras pueden tener referencias cruzadas en el documento mediante
751  referencia a su etiqueta.
752  Para hacerlo inserta una etiqueta en el encabezado usando el menú 
753 \family sans
754 Insertar\SpecialChar \menuseparator
755 Etiqueta
756 \family default
757  o el botón 
758 \begin_inset Graphics
759         filename ../../images/label-insert.xpm
760         scale 85
761
762 \end_inset
763
764 .
765  Ahora puedes referirte a la etiqueta usando el menú 
766 \family sans
767 Insertar\SpecialChar \menuseparator
768 Referencia\InsetSpace ~
769 cruzada
770 \family default
771  o el botón 
772 \begin_inset Graphics
773         filename ../../images/dialog-show-new-inset_ref.xpm
774         scale 85
775
776 \end_inset
777
778 .
779  Es importante emplear referencias a flotantes, mejor que alusiones vagas
780  como "la figura de arriba", porque como LaTeX recolocará los flotantes
781  en el documento final, podría no quedar "arriba" precisamente.
782 \newline
783 Las referencias
784  se explican con detalle en la sección\InsetSpace ~
785
786 \begin_inset LatexCommand ref
787 reference "sec:Referencias-a-Flotantes"
788
789 \end_inset
790
791 .
792 \end_layout
793
794 \begin_layout Standard
795 Normalmente sólo se inserta una imagen en un flotante, pero a veces podríamos
796  querer poner dos imágenes con subtítulos separados.
797  Esto es posible mediante la pestaña 
798 \family sans
799 Opciones\InsetSpace ~
800 extra
801 \family default
802  del diálogo gráficos.
803  Elije la opción 
804 \family sans
805 Subfigura
806 \family default
807  e introduce el subtítulo en la casilla 
808 \family sans
809 Descripción
810 \family default
811 .
812  Observa que sólo el título principal del encabezado del flotante se añade
813  a la Lista de Figuras.
814 \newline
815 Las referencias a las subfiguras se explican en la
816  sección\InsetSpace ~
817
818 \begin_inset LatexCommand ref
819 reference "sub:Referencias-a-Subfiguras"
820
821 \end_inset
822
823 .
824 \end_layout
825
826 \begin_layout Standard
827 La figura\InsetSpace ~
828
829 \begin_inset LatexCommand ref
830 reference "fig:Dos-imágenes-distorsionadas"
831
832 \end_inset
833
834  es un ejemplo de figura flotante con dos imágenes una junto a otra.
835  También se pueden poner una sobre otra.
836 \end_layout
837
838 \begin_layout Standard
839 \begin_inset Float figure
840 wide false
841 sideways false
842 status open
843
844 \begin_layout Standard
845
846 \hfill
847
848 \begin_inset Graphics
849         filename ../escher-lsd.eps
850         width 45col%
851         subcaption
852         subcaptionText "Estructura indefinible"
853
854 \end_inset
855
856
857 \hfill
858
859 \begin_inset Graphics
860         filename ../platypus.eps
861         lyxscale 60
862         width 45col%
863         subcaption
864         subcaptionText "\label{fig:Platypus} Platypus"
865
866 \end_inset
867
868
869 \hfill
870
871 \end_layout
872
873 \begin_layout Standard
874 \begin_inset Caption
875
876 \begin_layout Standard
877 \begin_inset LatexCommand label
878 name "fig:Dos-imágenes-distorsionadas"
879
880 \end_inset
881
882 Dos imágenes distorsionadas.
883 \end_layout
884
885 \end_inset
886
887
888 \end_layout
889
890 \end_inset
891
892
893 \end_layout
894
895 \begin_layout Section
896 Formatos de Imagen
897 \begin_inset LatexCommand label
898 name "sec:Formatos-de-imagen"
899
900 \end_inset
901
902
903 \begin_inset LatexCommand index
904 name "Formatos de Imagen"
905
906 \end_inset
907
908
909 \begin_inset LatexCommand index
910 name "Figuras ! Formatos de Imagen"
911
912 \end_inset
913
914
915 \end_layout
916
917 \begin_layout Standard
918 Puedes insertar imágenes en cualquier formato.
919  Pero como se explica en el apéndice \InsetSpace ~
920
921 \begin_inset LatexCommand ref
922 reference "cha:Formatos-de-Archivos-de-Salida"
923
924 \end_inset
925
926 , cada formato de archivo del documento de salida permite solo ciertos formatos
927  de archivo de imagen.
928  Por eso LyX usa el programa 
929 \family sans
930 Imagemagick
931 \family default
932  en segundo plano para convertir imágenes al formato adecuado.
933  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
934  los formatos de imagen admitidos en el formato de archivo de salida.
935  Los formatos de salida se explican en el apéndice \InsetSpace ~
936
937 \begin_inset LatexCommand ref
938 reference "cha:Formatos-de-Archivos-de-Salida"
939
940 \end_inset
941
942 .
943 \end_layout
944
945 \begin_layout Standard
946 Como en el caso de las fuentes, hay dos tipos de archivos de imagen::
947 \end_layout
948
949 \begin_layout Description
950 Imágenes\InsetSpace ~
951 Mapa\InsetSpace ~
952 de\InsetSpace ~
953 bits (Bitmap) consiste en valores de píxel, generalmente comprimid
954 os.
955  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
956  de zoom.
957  Formatos de imágenes en bitmap bien conocidos son "Graphics Interchange
958  Format" (GIF, extensión ".gif")
959 \begin_inset LatexCommand index
960 name "GIF|see{Formatos de Imagen}"
961
962 \end_inset
963
964 , "Portable Network Graphics" (PNG, extensión ".png")
965 \begin_inset LatexCommand index
966 name "PNG|see{Formatos de Imagen}"
967
968 \end_inset
969
970 , y "Joint Photographic Experts Group" (JPG, extensión ".jpg" o ".jpeg")
971 \begin_inset LatexCommand index
972 name "JPG|see{Formatos de Imagen}"
973
974 \end_inset
975
976 .
977 \end_layout
978
979 \begin_layout Description
980 Imágenes\InsetSpace ~
981 vectoriales consisten en vectores y por tanto pueden escalarse a
982  cualquier tamaño sin pérdidas.
983  La posibilidad de escalado hace falta para crear presentaciones, porque
984  éstas siempre son escaladas por el proyector.
985  El escalado también es útil en los documentoos en línea para permitir el
986  zoom en diagramas.
987 \newline
988 Formatos de imagen escalables pueden ser "Scalable Vector
989  Graphics" (SVG, extensión ".svg")
990 \begin_inset LatexCommand index
991 name "SVG|see{Formatos de Imagen}"
992
993 \end_inset
994
995 , "Encapsulated PostScript" (EPS, extensión ".eps")
996 \begin_inset LatexCommand index
997 name "EPS|see{Formatos de Imagen}"
998
999 \end_inset
1000
1001 , "Portabla Document Format" (PDF, extensión ".pdf")
1002 \begin_inset LatexCommand index
1003 name "PDF|see{Formatos de Imagen}"
1004
1005 \end_inset
1006
1007 , y "Windows Metafile" (WMF, extensión ".wmf")
1008 \begin_inset LatexCommand index
1009 name "WMF|see{Formatos de Imagen}"
1010
1011 \end_inset
1012
1013 .
1014  Escribimos "pueden ser", porque se puede convertir cualquier imagen bitmap
1015  a PDF o EPS y el resultado será todavía una imagen bitmap.
1016  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1017  a la imagen original
1018 \begin_inset Foot
1019 status open
1020
1021 \begin_layout Standard
1022 En el caso de PDF, además se comprime la imagen original.
1023 \end_layout
1024
1025 \end_inset
1026
1027 .
1028  Por ejemplo, los archivos PDF generados por 
1029 \family sans
1030 Adobe Photoshop
1031 \family default
1032  son imágenes bitmap.
1033 \end_layout
1034
1035 \begin_layout Standard
1036 Normalmente no es posible convertir una imagen bitmap a escalable, sólo
1037  viceversa.
1038  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1039  archivos de salida PDF y PostScript, respectivamente.
1040  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1041  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1042 \begin_inset Formula $\to$
1043 \end_inset
1044
1045  PDF/EPS.
1046 \end_layout
1047
1048 \begin_layout Chapter
1049 Tablas
1050 \begin_inset LatexCommand label
1051 name "cha:Tablas"
1052
1053 \end_inset
1054
1055
1056 \begin_inset LatexCommand index
1057 name "Tablas"
1058
1059 \end_inset
1060
1061
1062 \end_layout
1063
1064 \begin_layout Section
1065 Introducción
1066 \begin_inset LatexCommand index
1067 name "Tablas ! Introducción"
1068
1069 \end_inset
1070
1071
1072 \end_layout
1073
1074 \begin_layout Standard
1075 Puede insertarse una tabla mediante el botón
1076 \begin_inset Graphics
1077         filename ../../images/tabular-insert.xpm
1078         scale 85
1079
1080 \end_inset
1081
1082  o el menú 
1083 \family sans
1084 Insertar\SpecialChar \menuseparator
1085 Tabla
1086 \family default
1087 .
1088  Aparece un diálogo en el que se pide el número de filas y columnas.
1089  Por defecto, la tabla tiene líneas que enmarcan cada celda y la primera
1090  fila aparece separada por una línea doble: la línea inferior de la primera
1091  fila y la línea superior de la segunda fila.
1092  Ejemplo de tabla:
1093 \end_layout
1094
1095 \begin_layout Standard
1096 \align center
1097 \begin_inset Tabular
1098 <lyxtabular version="3" rows="4" columns="4">
1099 <features>
1100 <column alignment="center" valignment="top" leftline="true" width="0">
1101 <column alignment="center" valignment="top" leftline="true" width="0pt">
1102 <column alignment="center" valignment="top" leftline="true" width="0in">
1103 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1104 <row topline="true" bottomline="true">
1105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1106 \begin_inset Text
1107
1108 \begin_layout Standard
1109
1110 \end_layout
1111
1112 \end_inset
1113 </cell>
1114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Standard
1118
1119 \family roman
1120 \series medium
1121 \shape up
1122 \size normal
1123 \emph off
1124 \bar no
1125 \noun off
1126 \color none
1127 1
1128 \end_layout
1129
1130 \end_inset
1131 </cell>
1132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1133 \begin_inset Text
1134
1135 \begin_layout Standard
1136 2
1137 \end_layout
1138
1139 \end_inset
1140 </cell>
1141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Standard
1145 3
1146 \end_layout
1147
1148 \end_inset
1149 </cell>
1150 </row>
1151 <row topline="true">
1152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1153 \begin_inset Text
1154
1155 \begin_layout Standard
1156
1157 \family roman
1158 \series medium
1159 \shape up
1160 \size normal
1161 \emph off
1162 \bar no
1163 \noun off
1164 \color none
1165 A
1166 \end_layout
1167
1168 \end_inset
1169 </cell>
1170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1171 \begin_inset Text
1172
1173 \begin_layout Standard
1174
1175 \end_layout
1176
1177 \end_inset
1178 </cell>
1179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1180 \begin_inset Text
1181
1182 \begin_layout Standard
1183
1184 \end_layout
1185
1186 \end_inset
1187 </cell>
1188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1189 \begin_inset Text
1190
1191 \begin_layout Standard
1192
1193 \end_layout
1194
1195 \end_inset
1196 </cell>
1197 </row>
1198 <row topline="true">
1199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1200 \begin_inset Text
1201
1202 \begin_layout Standard
1203
1204 \family roman
1205 \series medium
1206 \shape up
1207 \size normal
1208 \emph off
1209 \bar no
1210 \noun off
1211 \color none
1212 B
1213 \end_layout
1214
1215 \end_inset
1216 </cell>
1217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1218 \begin_inset Text
1219
1220 \begin_layout Standard
1221
1222 \end_layout
1223
1224 \end_inset
1225 </cell>
1226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1227 \begin_inset Text
1228
1229 \begin_layout Standard
1230
1231 \size normal
1232 \noun off
1233 \color none
1234  
1235 \end_layout
1236
1237 \end_inset
1238 </cell>
1239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1240 \begin_inset Text
1241
1242 \begin_layout Standard
1243
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 </row>
1249 <row topline="true" bottomline="true">
1250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Standard
1254
1255 \family roman
1256 \series medium
1257 \shape up
1258 \size normal
1259 \emph off
1260 \bar no
1261 \noun off
1262 \color none
1263 C
1264 \end_layout
1265
1266 \end_inset
1267 </cell>
1268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1269 \begin_inset Text
1270
1271 \begin_layout Standard
1272
1273 \end_layout
1274
1275 \end_inset
1276 </cell>
1277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1278 \begin_inset Text
1279
1280 \begin_layout Standard
1281
1282 \end_layout
1283
1284 \end_inset
1285 </cell>
1286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1287 \begin_inset Text
1288
1289 \begin_layout Standard
1290
1291 \end_layout
1292
1293 \end_inset
1294 </cell>
1295 </row>
1296 </lyxtabular>
1297
1298 \end_inset
1299
1300
1301 \end_layout
1302
1303 \begin_layout Section
1304 Diálogo Tablas
1305 \begin_inset LatexCommand index
1306 name "Tablas ! Diálogo"
1307
1308 \end_inset
1309
1310
1311 \end_layout
1312
1313 \begin_layout Standard
1314 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1315  pinchar sobre ella con el botón derecho del ratón.
1316  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1317  encuentra el cursor.
1318  La mayoría de opciones también trabajan sobre una selección de celdas,
1319  de filas o de columnas.
1320  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1321  su 
1322 \emph on
1323 contenido
1324 \emph default
1325 .
1326  En el cuadro de diálogo aparecen las siguientes pestañas:
1327 \end_layout
1328
1329 \begin_layout Description
1330
1331 \family sans
1332 Configuración\InsetSpace ~
1333 de\InsetSpace ~
1334 Tabla
1335 \family default
1336  Aquí puedes establacer la alineación horizontal para la fila actual y la
1337  anchura de la columna actual.
1338  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1339  Una anchura determinada permite tener saltos de línea y distintos párrafos
1340  de texto, ver sección \InsetSpace ~
1341
1342 \begin_inset LatexCommand ref
1343 reference "sub:Líneas-Múltiples-en"
1344
1345 \end_inset
1346
1347 .
1348  Si no establaces anchura, la columna será tan ancha como el contenido de
1349  la celda más ancha.
1350 \newline
1351 Además, puedes marcar una o más celdas de una fila como
1352  una celda multicolumna, ver sección\InsetSpace ~
1353
1354 \begin_inset LatexCommand ref
1355 reference "sub:Multicolumnas"
1356
1357 \end_inset
1358
1359 .
1360 \newline
1361 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1362  90º en el sentido de las agujas del reloj.
1363  La rotación no se ve en LyX, sí en la salida.
1364 \newline
1365
1366 \begin_inset Note Greyedout
1367 status open
1368
1369 \begin_layout Standard
1370
1371 \series bold
1372 Nota:
1373 \series default
1374  No todos los visores DVI pueden mostrar rotaciones.
1375 \end_layout
1376
1377 \end_inset
1378
1379
1380 \newline
1381 Tambien es posible introducir argumentos LaTeX necesarios para formatos
1382  especiales, ver sección\InsetSpace ~
1383
1384 \begin_inset LatexCommand ref
1385 reference "sub:Cálculos-en-Multicolumnas"
1386
1387 \end_inset
1388
1389  y 
1390 \begin_inset LatexCommand ref
1391 reference "sec:Tablas-Coloreadas"
1392
1393 \end_inset
1394
1395 .
1396 \end_layout
1397
1398 \begin_layout Description
1399
1400 \family sans
1401 Bordes
1402 \family default
1403  En esta pestaña puedes añadir y quitar bordes para la fila/columna actual.
1404 \end_layout
1405
1406 \begin_layout Description
1407
1408 \family sans
1409 Tabla\InsetSpace ~
1410 Larga
1411 \family default
1412  Para hacer "
1413 \emph on
1414 tablas largas
1415 \emph default
1416 " que pueden extenderse por varias páginas.
1417  La sección\InsetSpace ~
1418
1419 \begin_inset LatexCommand ref
1420 reference "sec:Tablas-Largas"
1421
1422 \end_inset
1423
1424  describe su uso en detalle.
1425 \end_layout
1426
1427 \begin_layout Standard
1428 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
1429  con las teclas de flecha de celda en celda y la propiedad de la celda actual
1430  aparecerá inmediatamente en el diálogo.
1431 \end_layout
1432
1433 \begin_layout Section
1434 Barra de Herramientas de Tablas
1435 \begin_inset LatexCommand index
1436 name "Tablas ! Barra de Herramientas"
1437
1438 \end_inset
1439
1440
1441 \end_layout
1442
1443 \begin_layout Standard
1444 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
1445  para cambiar las tablas de manera más rápida.
1446  Normalmente debería aparecer en la parte inferior de la ventana principal
1447  de LyX cuando el cursor está dentro de una tabla.
1448  En cualquier momento se puede presentar esta barra pinchando con el botón
1449  derecho del ratón en cualquier punto de la barra principal de menú.
1450 \end_layout
1451
1452 \begin_layout Standard
1453 La barra de herramientas tiene los siguientes iconos:
1454 \end_layout
1455
1456 \begin_layout Labeling
1457 \labelwidthstring 00.00.0000
1458 \begin_inset Graphics
1459         filename ../../images/tabular-feature_append-row.xpm
1460
1461 \end_inset
1462
1463  añade una fila bajo la celda actual o selección
1464 \end_layout
1465
1466 \begin_layout Labeling
1467 \labelwidthstring 00.00.0000
1468 \begin_inset Graphics
1469         filename ../../images/tabular-feature_append-column.xpm
1470
1471 \end_inset
1472
1473  añade una columna a la derecha de la celda actual o selección
1474 \end_layout
1475
1476 \begin_layout Labeling
1477 \labelwidthstring 00.00.0000
1478 \begin_inset Graphics
1479         filename ../../images/tabular-feature_delete-row.xpm
1480
1481 \end_inset
1482
1483  borra la fila actual o selección
1484 \end_layout
1485
1486 \begin_layout Labeling
1487 \labelwidthstring 00.00.0000
1488 \begin_inset Graphics
1489         filename ../../images/tabular-feature_delete-column.xpm
1490
1491 \end_inset
1492
1493  borra la columna actual o selección
1494 \end_layout
1495
1496 \begin_layout Labeling
1497 \labelwidthstring 00.00.0000
1498 \begin_inset Graphics
1499         filename ../../images/tabular-feature_toggle-line-top.xpm
1500
1501 \end_inset
1502
1503  añade una línea sobre la celda/fila actual o la selección
1504 \end_layout
1505
1506 \begin_layout Labeling
1507 \labelwidthstring 00.00.0000
1508 \begin_inset Graphics
1509         filename ../../images/tabular-feature_toggle-line-bottom.xpm
1510
1511 \end_inset
1512
1513  añade una línea bajo la celda/fila actual o la selección
1514 \end_layout
1515
1516 \begin_layout Labeling
1517 \labelwidthstring 00.00.0000
1518 \begin_inset Graphics
1519         filename ../../images/tabular-feature_toggle-line-left.xpm
1520
1521 \end_inset
1522
1523  añade una línea a la izquierda de la celda/fila actual o la selección
1524 \end_layout
1525
1526 \begin_layout Labeling
1527 \labelwidthstring 00.00.0000
1528 \begin_inset Graphics
1529         filename ../../images/tabular-feature_toggle-line-right.xpm
1530
1531 \end_inset
1532
1533  añade una línea a la derecha de la celda/fila actual o la selección
1534 \end_layout
1535
1536 \begin_layout Labeling
1537 \labelwidthstring 00.00.0000
1538 \begin_inset Graphics
1539         filename ../../images/tabular-feature_set-all-lines.xpm
1540
1541 \end_inset
1542
1543  añade líneas alrededor de la celda actual o seleccionadas - si la celda
1544  actual no es multicolumna esto afecta también a la fila y columna actuales
1545 \end_layout
1546
1547 \begin_layout Labeling
1548 \labelwidthstring 00.00.0000
1549 \begin_inset Graphics
1550         filename ../../images/tabular-feature_unset-all-lines.xpm
1551
1552 \end_inset
1553
1554  borra todas las líneas de la celda o celdas seleccionadas - si la celda
1555  actual no es multicolumna esto afecta también a la fila y columna actuales
1556 \end_layout
1557
1558 \begin_layout Labeling
1559 \labelwidthstring 00.00.0000
1560 \begin_inset Graphics
1561         filename ../../images/tabular-feature_align-left.xpm
1562
1563 \end_inset
1564
1565  alinea a la izquierda el contenido de la celda / columna
1566 \end_layout
1567
1568 \begin_layout Labeling
1569 \labelwidthstring 00.00.0000
1570 \begin_inset Graphics
1571         filename ../../images/tabular-feature_align-center.xpm
1572
1573 \end_inset
1574
1575  centra el contenido de la celda / columna horizontalmente
1576 \end_layout
1577
1578 \begin_layout Labeling
1579 \labelwidthstring 00.00.0000
1580 \begin_inset Graphics
1581         filename ../../images/tabular-feature_align-right.xpm
1582
1583 \end_inset
1584
1585  alinea a la derecha el contenido de la celda / columna
1586 \end_layout
1587
1588 \begin_layout Labeling
1589 \labelwidthstring 00.00.0000
1590 \begin_inset Graphics
1591         filename ../../images/tabular-feature_valign-top.xpm
1592
1593 \end_inset
1594
1595  alinea arriba el contenido de la celda
1596 \end_layout
1597
1598 \begin_layout Labeling
1599 \labelwidthstring 00.00.0000
1600 \begin_inset Graphics
1601         filename ../../images/tabular-feature_valign-middle.xpm
1602
1603 \end_inset
1604
1605  centra verticalmente el contenido de la celda
1606 \end_layout
1607
1608 \begin_layout Labeling
1609 \labelwidthstring 00.00.0000
1610 \begin_inset Graphics
1611         filename ../../images/tabular-feature_valign-bottom.xpm
1612
1613 \end_inset
1614
1615  alinea abajo el contenido de la celda
1616 \end_layout
1617
1618 \begin_layout Labeling
1619 \labelwidthstring 00.00.0000
1620 \begin_inset Graphics
1621         filename ../../images/tabular-feature_set-rotate-cell.xpm
1622
1623 \end_inset
1624
1625  gira la celda o selección 90° como las agujas de reloj
1626 \end_layout
1627
1628 \begin_layout Labeling
1629 \labelwidthstring 00.00.0000
1630 \begin_inset Graphics
1631         filename ../../images/tabular-feature_set-rotate-tabular.xpm
1632
1633 \end_inset
1634
1635  gira toda la tabla 90° como agujas del reloj
1636 \end_layout
1637
1638 \begin_layout Labeling
1639 \labelwidthstring 00.00.0000
1640 \begin_inset Graphics
1641         filename ../../images/tabular-feature_multicolumn.xpm
1642
1643 \end_inset
1644
1645  establace la celda actual o selección como multicolumna
1646 \end_layout
1647
1648 \begin_layout Section
1649 Menú Editar Tabla
1650 \begin_inset LatexCommand index
1651 name "Tablas ! Menú Editar"
1652
1653 \end_inset
1654
1655
1656 \end_layout
1657
1658 \begin_layout Standard
1659 Además del diálogo y la barra de herramientas, el menú 
1660 \family sans
1661 Editar\SpecialChar \menuseparator
1662 Tabla
1663 \family default
1664  permite añadir y borrar bordes para la fila/columna actual y establacer
1665  la selección como multicolumna.
1666  El menú sólo está disponibla si el cursor está en la tabla.
1667 \end_layout
1668
1669 \begin_layout Section
1670 Tablas Flotantes
1671 \begin_inset LatexCommand label
1672 name "sec:Tablas-Flotantes"
1673
1674 \end_inset
1675
1676
1677 \begin_inset LatexCommand index
1678 name "Flotantes ! Tablas"
1679
1680 \end_inset
1681
1682
1683 \begin_inset LatexCommand index
1684 name "Tablas ! Flotantes"
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \begin_layout Standard
1692 Para una explicación general sobre flotantes, echa un vistazo a la sección\InsetSpace ~
1693
1694 \begin_inset LatexCommand ref
1695 reference "sec:IntroducciónFlotantes"
1696
1697 \end_inset
1698
1699 .
1700 \end_layout
1701
1702 \begin_layout Standard
1703 \begin_inset Float table
1704 placement h
1705 wide false
1706 sideways false
1707 status open
1708
1709 \begin_layout Standard
1710 \begin_inset Caption
1711
1712 \begin_layout Standard
1713 \begin_inset LatexCommand label
1714 name "tab:una tabla flotante"
1715
1716 \end_inset
1717
1718 Una tabla flotante.
1719 \end_layout
1720
1721 \end_inset
1722
1723
1724 \end_layout
1725
1726 \begin_layout Standard
1727 \align center
1728 \begin_inset Tabular
1729 <lyxtabular version="3" rows="3" columns="3">
1730 <features>
1731 <column alignment="center" valignment="top" leftline="true" width="0pt">
1732 <column alignment="center" valignment="top" leftline="true" width="0pt">
1733 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1734 <row topline="true" bottomline="true">
1735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1736 \begin_inset Text
1737
1738 \begin_layout Standard
1739
1740 \family roman
1741 \series medium
1742 \shape up
1743 \size normal
1744 \emph off
1745 \bar no
1746 \noun off
1747 \color none
1748 1
1749 \end_layout
1750
1751 \end_inset
1752 </cell>
1753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1754 \begin_inset Text
1755
1756 \begin_layout Standard
1757
1758 \family roman
1759 \series medium
1760 \shape up
1761 \size normal
1762 \emph off
1763 \bar no
1764 \noun off
1765 \color none
1766 2
1767 \end_layout
1768
1769 \end_inset
1770 </cell>
1771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1772 \begin_inset Text
1773
1774 \begin_layout Standard
1775
1776 \family roman
1777 \series medium
1778 \shape up
1779 \size normal
1780 \emph off
1781 \bar no
1782 \noun off
1783 \color none
1784 3
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 </row>
1790 <row topline="true">
1791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1792 \begin_inset Text
1793
1794 \begin_layout Standard
1795
1796 \family roman
1797 \series medium
1798 \shape up
1799 \size normal
1800 \emph off
1801 \bar no
1802 \noun off
1803 \color none
1804 Pepe
1805 \end_layout
1806
1807 \end_inset
1808 </cell>
1809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Standard
1813
1814 \family roman
1815 \series medium
1816 \shape up
1817 \size normal
1818 \emph off
1819 \bar no
1820 \noun off
1821 \color none
1822 Mari
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Standard
1831
1832 \family roman
1833 \series medium
1834 \shape up
1835 \size normal
1836 \emph off
1837 \bar no
1838 \noun off
1839 \color none
1840 Teo
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 </row>
1846 <row topline="true" bottomline="true">
1847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Standard
1851
1852 \family roman
1853 \series medium
1854 \shape up
1855 \size normal
1856 \emph off
1857 \bar no
1858 \noun off
1859 \color none
1860 \begin_inset Formula $\int x^{2}dx$
1861 \end_inset
1862
1863
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Standard
1872
1873 \family roman
1874 \series medium
1875 \shape up
1876 \size normal
1877 \emph off
1878 \bar no
1879 \noun off
1880 \color none
1881 \begin_inset Formula $\left[\begin{array}{cc}
1882 a & b\\
1883 c & d\end{array}\right]$
1884 \end_inset
1885
1886
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Standard
1895
1896 \family roman
1897 \series medium
1898 \shape up
1899 \size normal
1900 \emph off
1901 \bar no
1902 \noun off
1903 \color none
1904 \begin_inset Formula $1+1=2$
1905 \end_inset
1906
1907
1908 \end_layout
1909
1910 \end_inset
1911 </cell>
1912 </row>
1913 </lyxtabular>
1914
1915 \end_inset
1916
1917
1918 \end_layout
1919
1920 \end_inset
1921
1922
1923 \end_layout
1924
1925 \begin_layout Standard
1926 Las tablas flotantes pueden insertarse con el menú 
1927 \family sans
1928 Insertar\SpecialChar \menuseparator
1929 Flotante\SpecialChar \menuseparator
1930 Tabla
1931 \family default
1932  o con el botón 
1933 \begin_inset Graphics
1934         filename ../../images/float-insert_table.xpm
1935         scale 85
1936
1937 \end_inset
1938
1939 .
1940 \end_layout
1941
1942 \begin_layout Standard
1943 El flotante se muestra como un cuadro desplegable con la etiqueta "Tabla\InsetSpace ~
1944 #:"
1945  
1946 \lang english
1947 (# is the actual number)
1948 \lang spanish
1949 ..
1950  El texto que sigue a dicha etiqueta es el encabezado de tabla.
1951  Para insertar una tabla en el flotante se sitúa el cursor al final del
1952  texto de encabezado y se pulsa Enter.
1953  El encabezado se imprime encima de la tabla.
1954 \end_layout
1955
1956 \begin_layout Standard
1957 La tabla\InsetSpace ~
1958
1959 \begin_inset LatexCommand ref
1960 reference "tab:una tabla flotante"
1961
1962 \end_inset
1963
1964  es un ejemplo de tabla flotante.
1965 \end_layout
1966
1967 \begin_layout Standard
1968 Lo habitual es poner el encabezado sobre la tabla, lo que desafortunadamente
1969  no es soportado en las clases estándar de LaTeX.
1970  Esto significa que si estás usando las clases de documento
1971 \family sans
1972 article
1973 \family default
1974
1975 \family sans
1976 book
1977 \family default
1978
1979 \family sans
1980 letter
1981 \family default
1982 , o 
1983 \family sans
1984 report
1985 \family default
1986  no habrá espacio entre el encabezado y la tabla.
1987  Para añadir el espacio faltante hay que poner en el preámbulo LaTeX del
1988  documento la siguiente opción al comando del paquete de LaTeX 
1989 \series bold
1990 caption
1991 \series default
1992
1993 \begin_inset LatexCommand index
1994 name "LaTeX-paquetes ! caption"
1995
1996 \end_inset
1997
1998
1999 \begin_inset Foot
2000 status open
2001
2002 \begin_layout Standard
2003 Para más información ve a la sección\InsetSpace ~
2004
2005 \begin_inset LatexCommand ref
2006 reference "sec:Colocación-de-Encabezados"
2007
2008 \end_inset
2009
2010 .
2011 \end_layout
2012
2013 \end_inset
2014
2015 :
2016 \end_layout
2017
2018 \begin_layout Standard
2019
2020 \series bold
2021 tableposition=top
2022 \end_layout
2023
2024 \begin_layout Standard
2025 El encabezado puede formatearse mediante el paquete de LaTeX 
2026 \series bold
2027 caption
2028 \series default
2029  como se describe en la sección\InsetSpace ~
2030
2031 \begin_inset LatexCommand ref
2032 reference "sec:Formato-de-Encabezados"
2033
2034 \end_inset
2035
2036 .
2037  
2038 \end_layout
2039
2040 \begin_layout Standard
2041 \begin_inset LatexCommand index
2042 name "Referencias ! a Tablas"
2043
2044 \end_inset
2045
2046 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2047  etiqueta.
2048  Para hacerlo inserta una etiqueta en el encabezado con el menú 
2049 \family sans
2050 Insertar\SpecialChar \menuseparator
2051 Etiqueta
2052 \family default
2053  o con el botón 
2054 \begin_inset Graphics
2055         filename ../../images/label-insert.xpm
2056         scale 85
2057
2058 \end_inset
2059
2060 .
2061  Ahora puedes referirte a la etiqueta con el menú 
2062 \family sans
2063 Insertar\SpecialChar \menuseparator
2064 Referencia\InsetSpace ~
2065 cruzada
2066 \family default
2067  o el botón 
2068 \begin_inset Graphics
2069         filename ../../images/dialog-show-new-inset_ref.xpm
2070         scale 85
2071
2072 \end_inset
2073
2074 .
2075 \newline
2076 Las referencias se explican con detalle en la sección\InsetSpace ~
2077
2078 \begin_inset LatexCommand ref
2079 reference "sec:Referencias-a-Flotantes"
2080
2081 \end_inset
2082
2083 .
2084 \end_layout
2085
2086 \begin_layout Section
2087 Tablas Largas
2088 \begin_inset LatexCommand label
2089 name "sec:Tablas-Largas"
2090
2091 \end_inset
2092
2093
2094 \begin_inset LatexCommand index
2095 name "Tablas Largas"
2096
2097 \end_inset
2098
2099
2100 \begin_inset LatexCommand index
2101 name "Tablas ! Largas"
2102
2103 \end_inset
2104
2105
2106 \end_layout
2107
2108 \begin_layout Standard
2109 Si la tabla es demasiado larga para una página, puedes usar la opción 
2110 \family sans
2111 Usar\InsetSpace ~
2112 tabla\InsetSpace ~
2113 larga
2114 \family default
2115  en la pestaña 
2116 \family sans
2117 Tabla\InsetSpace ~
2118 larga
2119 \family default
2120  del diálogo para repartir automáticamente la tabla en varias páginas.
2121  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2122 \end_layout
2123
2124 \begin_layout Description
2125
2126 \family sans
2127 Encabezado:
2128 \family default
2129  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2130  definida, se definen como filas de encabezado para todas las páginas de
2131  la tabla, excepto para la primera página si 
2132 \family sans
2133 Primer\InsetSpace ~
2134 encabezado
2135 \family default
2136  está definido.
2137  Este se denomina encabezado principal.
2138 \end_layout
2139
2140 \begin_layout Description
2141
2142 \family sans
2143 Primer\InsetSpace ~
2144 encabezado:
2145 \family default
2146  La fila actual y superiores, que no tienen ninguna opción especial definida,
2147  se definen como filas cabeceras de la primera página de la tabla.
2148 \end_layout
2149
2150 \begin_layout Description
2151
2152 \family sans
2153 Pie:
2154 \family default
2155  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2156  definida, se definen como filas de pie de todas las páginas de la tabla,
2157  excepto para la última página si se define 
2158 \family sans
2159 Último\InsetSpace ~
2160 pie.
2161 \end_layout
2162
2163 \begin_layout Description
2164
2165 \family sans
2166 Último\InsetSpace ~
2167 pie: L
2168 \family default
2169 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2170  se definen como filas de pie de la última página de la tabla.
2171 \end_layout
2172
2173 \begin_layout Standard
2174 También se puede especificar una fila en la que se dividirá la tabla.
2175  Si se establece más de una opción en la misma fila, habría que tener en
2176  cuenta que sólo la primera de ellas se usa en la fila dada.
2177  Las otras quedarán definidas como 
2178 \emph on
2179 vacías
2180 \emph default
2181 .
2182  En este contexto, primera significa primero en este orden: 
2183 \family sans
2184 Pie, Último\InsetSpace ~
2185 pie, Encabezado, Primer\InsetSpace ~
2186 encabezado
2187 \family default
2188 .
2189  La siguiente tabla muestra cómo funciona:
2190 \end_layout
2191
2192 \begin_layout Standard
2193
2194 \end_layout
2195
2196 \begin_layout Standard
2197 \align center
2198 \begin_inset Tabular
2199 <lyxtabular version="3" rows="69" columns="3">
2200 <features islongtable="true">
2201 <column alignment="left" valignment="top" leftline="true" width="0cm">
2202 <column alignment="left" valignment="top" width="0pt">
2203 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2204 <row topline="true" bottomline="true" endfirsthead="true">
2205 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2206 \begin_inset Text
2207
2208 \begin_layout Standard
2209
2210 \series bold
2211 Ejemplo de lista telefónica (ignore los nombres)
2212 \end_layout
2213
2214 \end_inset
2215 </cell>
2216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2217 \begin_inset Text
2218
2219 \begin_layout Standard
2220
2221 \end_layout
2222
2223 \end_inset
2224 </cell>
2225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2226 \begin_inset Text
2227
2228 \begin_layout Standard
2229
2230 \end_layout
2231
2232 \end_inset
2233 </cell>
2234 </row>
2235 <row topline="true" bottomline="true" endfirsthead="true">
2236 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2237 \begin_inset Text
2238
2239 \begin_layout Standard
2240
2241 \series bold
2242 NOMBRE
2243 \end_layout
2244
2245 \end_inset
2246 </cell>
2247 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2248 \begin_inset Text
2249
2250 \begin_layout Standard
2251
2252 \end_layout
2253
2254 \end_inset
2255 </cell>
2256 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2257 \begin_inset Text
2258
2259 \begin_layout Standard
2260
2261 \series bold
2262 TEL.
2263 \end_layout
2264
2265 \end_inset
2266 </cell>
2267 </row>
2268 <row topline="true" bottomline="true" endhead="true">
2269 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2270 \begin_inset Text
2271
2272 \begin_layout Standard
2273
2274 \series bold
2275 Ejemplo de lista telefónica
2276 \end_layout
2277
2278 \end_inset
2279 </cell>
2280 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2281 \begin_inset Text
2282
2283 \begin_layout Standard
2284
2285 \end_layout
2286
2287 \end_inset
2288 </cell>
2289 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2290 \begin_inset Text
2291
2292 \begin_layout Standard
2293
2294 \end_layout
2295
2296 \end_inset
2297 </cell>
2298 </row>
2299 <row topline="true" bottomline="true" endhead="true">
2300 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2301 \begin_inset Text
2302
2303 \begin_layout Standard
2304
2305 \series bold
2306 NOMBRE
2307 \end_layout
2308
2309 \end_inset
2310 </cell>
2311 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2312 \begin_inset Text
2313
2314 \begin_layout Standard
2315
2316 \end_layout
2317
2318 \end_inset
2319 </cell>
2320 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2321 \begin_inset Text
2322
2323 \begin_layout Standard
2324
2325 \series bold
2326 TEL.
2327 \end_layout
2328
2329 \end_inset
2330 </cell>
2331 </row>
2332 <row topline="true" bottomline="true" endfoot="true">
2333 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Standard
2337  continúa en la página siguiente
2338 \end_layout
2339
2340 \end_inset
2341 </cell>
2342 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2343 \begin_inset Text
2344
2345 \begin_layout Standard
2346
2347 \end_layout
2348
2349 \end_inset
2350 </cell>
2351 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2352 \begin_inset Text
2353
2354 \begin_layout Standard
2355
2356 \end_layout
2357
2358 \end_inset
2359 </cell>
2360 </row>
2361 <row>
2362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2363 \begin_inset Text
2364
2365 \begin_layout Standard
2366
2367 \series bold
2368 Annovi
2369 \end_layout
2370
2371 \end_inset
2372 </cell>
2373 <cell alignment="center" valignment="top" topline="true" usebox="none">
2374 \begin_inset Text
2375
2376 \begin_layout Standard
2377 Silvia
2378 \end_layout
2379
2380 \end_inset
2381 </cell>
2382 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2383 \begin_inset Text
2384
2385 \begin_layout Standard
2386 111
2387 \end_layout
2388
2389 \end_inset
2390 </cell>
2391 </row>
2392 <row>
2393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2394 \begin_inset Text
2395
2396 \begin_layout Standard
2397
2398 \series bold
2399 Bertoli
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 <cell alignment="center" valignment="top" topline="true" usebox="none">
2405 \begin_inset Text
2406
2407 \begin_layout Standard
2408 Stefano
2409 \end_layout
2410
2411 \end_inset
2412 </cell>
2413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2414 \begin_inset Text
2415
2416 \begin_layout Standard
2417 111
2418 \end_layout
2419
2420 \end_inset
2421 </cell>
2422 </row>
2423 <row>
2424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2425 \begin_inset Text
2426
2427 \begin_layout Standard
2428
2429 \series bold
2430 Bozzi
2431 \end_layout
2432
2433 \end_inset
2434 </cell>
2435 <cell alignment="center" valignment="top" topline="true" usebox="none">
2436 \begin_inset Text
2437
2438 \begin_layout Standard
2439 Walter
2440 \end_layout
2441
2442 \end_inset
2443 </cell>
2444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2445 \begin_inset Text
2446
2447 \begin_layout Standard
2448 111
2449 \end_layout
2450
2451 \end_inset
2452 </cell>
2453 </row>
2454 <row>
2455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2456 \begin_inset Text
2457
2458 \begin_layout Standard
2459
2460 \series bold
2461 Cachia
2462 \end_layout
2463
2464 \end_inset
2465 </cell>
2466 <cell alignment="center" valignment="top" topline="true" usebox="none">
2467 \begin_inset Text
2468
2469 \begin_layout Standard
2470 Maria
2471 \end_layout
2472
2473 \end_inset
2474 </cell>
2475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2476 \begin_inset Text
2477
2478 \begin_layout Standard
2479 111
2480 \end_layout
2481
2482 \end_inset
2483 </cell>
2484 </row>
2485 <row>
2486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2487 \begin_inset Text
2488
2489 \begin_layout Standard
2490
2491 \series bold
2492 Cachia
2493 \end_layout
2494
2495 \end_inset
2496 </cell>
2497 <cell alignment="center" valignment="top" topline="true" usebox="none">
2498 \begin_inset Text
2499
2500 \begin_layout Standard
2501 Maurizio
2502 \end_layout
2503
2504 \end_inset
2505 </cell>
2506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2507 \begin_inset Text
2508
2509 \begin_layout Standard
2510 111
2511 \end_layout
2512
2513 \end_inset
2514 </cell>
2515 </row>
2516 <row>
2517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2518 \begin_inset Text
2519
2520 \begin_layout Standard
2521
2522 \series bold
2523 Cinquemani
2524 \end_layout
2525
2526 \end_inset
2527 </cell>
2528 <cell alignment="center" valignment="top" topline="true" usebox="none">
2529 \begin_inset Text
2530
2531 \begin_layout Standard
2532 Giusi
2533 \end_layout
2534
2535 \end_inset
2536 </cell>
2537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2538 \begin_inset Text
2539
2540 \begin_layout Standard
2541 111
2542 \end_layout
2543
2544 \end_inset
2545 </cell>
2546 </row>
2547 <row>
2548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2549 \begin_inset Text
2550
2551 \begin_layout Standard
2552
2553 \series bold
2554 Colin
2555 \end_layout
2556
2557 \end_inset
2558 </cell>
2559 <cell alignment="center" valignment="top" topline="true" usebox="none">
2560 \begin_inset Text
2561
2562 \begin_layout Standard
2563 Bernard
2564 \end_layout
2565
2566 \end_inset
2567 </cell>
2568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2569 \begin_inset Text
2570
2571 \begin_layout Standard
2572 111
2573 \end_layout
2574
2575 \end_inset
2576 </cell>
2577 </row>
2578 <row>
2579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2580 \begin_inset Text
2581
2582 \begin_layout Standard
2583
2584 \series bold
2585 Concli
2586 \end_layout
2587
2588 \end_inset
2589 </cell>
2590 <cell alignment="center" valignment="top" topline="true" usebox="none">
2591 \begin_inset Text
2592
2593 \begin_layout Standard
2594 Gianfranco
2595 \end_layout
2596
2597 \end_inset
2598 </cell>
2599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2600 \begin_inset Text
2601
2602 \begin_layout Standard
2603 111
2604 \end_layout
2605
2606 \end_inset
2607 </cell>
2608 </row>
2609 <row>
2610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2611 \begin_inset Text
2612
2613 \begin_layout Standard
2614
2615 \series bold
2616 Dal Bosco
2617 \end_layout
2618
2619 \end_inset
2620 </cell>
2621 <cell alignment="center" valignment="top" topline="true" usebox="none">
2622 \begin_inset Text
2623
2624 \begin_layout Standard
2625 Carolina
2626 \end_layout
2627
2628 \end_inset
2629 </cell>
2630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2631 \begin_inset Text
2632
2633 \begin_layout Standard
2634 111
2635 \end_layout
2636
2637 \end_inset
2638 </cell>
2639 </row>
2640 <row>
2641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2642 \begin_inset Text
2643
2644 \begin_layout Standard
2645
2646 \series bold
2647 Dalpiaz
2648 \end_layout
2649
2650 \end_inset
2651 </cell>
2652 <cell alignment="center" valignment="top" topline="true" usebox="none">
2653 \begin_inset Text
2654
2655 \begin_layout Standard
2656 Annamaria
2657 \end_layout
2658
2659 \end_inset
2660 </cell>
2661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2662 \begin_inset Text
2663
2664 \begin_layout Standard
2665 111
2666 \end_layout
2667
2668 \end_inset
2669 </cell>
2670 </row>
2671 <row>
2672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2673 \begin_inset Text
2674
2675 \begin_layout Standard
2676
2677 \series bold
2678 Feliciello
2679 \end_layout
2680
2681 \end_inset
2682 </cell>
2683 <cell alignment="center" valignment="top" topline="true" usebox="none">
2684 \begin_inset Text
2685
2686 \begin_layout Standard
2687 Domenico
2688 \end_layout
2689
2690 \end_inset
2691 </cell>
2692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2693 \begin_inset Text
2694
2695 \begin_layout Standard
2696 111
2697 \end_layout
2698
2699 \end_inset
2700 </cell>
2701 </row>
2702 <row>
2703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2704 \begin_inset Text
2705
2706 \begin_layout Standard
2707
2708 \series bold
2709 Focarelli
2710 \end_layout
2711
2712 \end_inset
2713 </cell>
2714 <cell alignment="center" valignment="top" topline="true" usebox="none">
2715 \begin_inset Text
2716
2717 \begin_layout Standard
2718 Paola
2719 \end_layout
2720
2721 \end_inset
2722 </cell>
2723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2724 \begin_inset Text
2725
2726 \begin_layout Standard
2727 111
2728 \end_layout
2729
2730 \end_inset
2731 </cell>
2732 </row>
2733 <row>
2734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2735 \begin_inset Text
2736
2737 \begin_layout Standard
2738
2739 \series bold
2740 Galletti
2741 \end_layout
2742
2743 \end_inset
2744 </cell>
2745 <cell alignment="center" valignment="top" topline="true" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Standard
2749 Oreste
2750 \end_layout
2751
2752 \end_inset
2753 </cell>
2754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2755 \begin_inset Text
2756
2757 \begin_layout Standard
2758 111
2759 \end_layout
2760
2761 \end_inset
2762 </cell>
2763 </row>
2764 <row>
2765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2766 \begin_inset Text
2767
2768 \begin_layout Standard
2769
2770 \series bold
2771 Gasparini
2772 \end_layout
2773
2774 \end_inset
2775 </cell>
2776 <cell alignment="center" valignment="top" topline="true" usebox="none">
2777 \begin_inset Text
2778
2779 \begin_layout Standard
2780 Franca
2781 \end_layout
2782
2783 \end_inset
2784 </cell>
2785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2786 \begin_inset Text
2787
2788 \begin_layout Standard
2789 111
2790 \end_layout
2791
2792 \end_inset
2793 </cell>
2794 </row>
2795 <row>
2796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2797 \begin_inset Text
2798
2799 \begin_layout Standard
2800
2801 \series bold
2802 Rizzardi
2803 \end_layout
2804
2805 \end_inset
2806 </cell>
2807 <cell alignment="center" valignment="top" topline="true" usebox="none">
2808 \begin_inset Text
2809
2810 \begin_layout Standard
2811 Paola
2812 \end_layout
2813
2814 \end_inset
2815 </cell>
2816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2817 \begin_inset Text
2818
2819 \begin_layout Standard
2820 111
2821 \end_layout
2822
2823 \end_inset
2824 </cell>
2825 </row>
2826 <row>
2827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Standard
2831
2832 \series bold
2833 Lassini
2834 \end_layout
2835
2836 \end_inset
2837 </cell>
2838 <cell alignment="center" valignment="top" topline="true" usebox="none">
2839 \begin_inset Text
2840
2841 \begin_layout Standard
2842 Giancarlo
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2848 \begin_inset Text
2849
2850 \begin_layout Standard
2851 111
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 </row>
2857 <row>
2858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2859 \begin_inset Text
2860
2861 \begin_layout Standard
2862
2863 \series bold
2864 Malfatti
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 <cell alignment="center" valignment="top" topline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Standard
2873 Luciano
2874 \end_layout
2875
2876 \end_inset
2877 </cell>
2878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2879 \begin_inset Text
2880
2881 \begin_layout Standard
2882 111
2883 \end_layout
2884
2885 \end_inset
2886 </cell>
2887 </row>
2888 <row>
2889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2890 \begin_inset Text
2891
2892 \begin_layout Standard
2893
2894 \series bold
2895 Malfatti
2896 \end_layout
2897
2898 \end_inset
2899 </cell>
2900 <cell alignment="center" valignment="top" topline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Standard
2904 Valeriano
2905 \end_layout
2906
2907 \end_inset
2908 </cell>
2909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2910 \begin_inset Text
2911
2912 \begin_layout Standard
2913 111
2914 \end_layout
2915
2916 \end_inset
2917 </cell>
2918 </row>
2919 <row>
2920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2921 \begin_inset Text
2922
2923 \begin_layout Standard
2924
2925 \series bold
2926 Meneguzzo
2927 \end_layout
2928
2929 \end_inset
2930 </cell>
2931 <cell alignment="center" valignment="top" topline="true" usebox="none">
2932 \begin_inset Text
2933
2934 \begin_layout Standard
2935 Roberto
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2941 \begin_inset Text
2942
2943 \begin_layout Standard
2944 111
2945 \end_layout
2946
2947 \end_inset
2948 </cell>
2949 </row>
2950 <row>
2951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Standard
2955
2956 \series bold
2957 Mezzadra
2958 \end_layout
2959
2960 \end_inset
2961 </cell>
2962 <cell alignment="center" valignment="top" topline="true" usebox="none">
2963 \begin_inset Text
2964
2965 \begin_layout Standard
2966 Roberto
2967 \end_layout
2968
2969 \end_inset
2970 </cell>
2971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2972 \begin_inset Text
2973
2974 \begin_layout Standard
2975 111
2976 \end_layout
2977
2978 \end_inset
2979 </cell>
2980 </row>
2981 <row>
2982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2983 \begin_inset Text
2984
2985 \begin_layout Standard
2986
2987 \series bold
2988 Pirpamer
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 <cell alignment="center" valignment="top" topline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Standard
2997 Erich
2998 \end_layout
2999
3000 \end_inset
3001 </cell>
3002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3003 \begin_inset Text
3004
3005 \begin_layout Standard
3006 111
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 </row>
3012 <row>
3013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Standard
3017
3018 \series bold
3019 Pochiesa
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 <cell alignment="center" valignment="top" topline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Standard
3028 Paolo
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3034 \begin_inset Text
3035
3036 \begin_layout Standard
3037 111, 222
3038 \end_layout
3039
3040 \end_inset
3041 </cell>
3042 </row>
3043 <row>
3044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3045 \begin_inset Text
3046
3047 \begin_layout Standard
3048
3049 \series bold
3050 Radina
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 <cell alignment="center" valignment="top" topline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Standard
3059 Claudio
3060 \end_layout
3061
3062 \end_inset
3063 </cell>
3064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3065 \begin_inset Text
3066
3067 \begin_layout Standard
3068 111
3069 \end_layout
3070
3071 \end_inset
3072 </cell>
3073 </row>
3074 <row>
3075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3076 \begin_inset Text
3077
3078 \begin_layout Standard
3079
3080 \series bold
3081 Stuffer
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 <cell alignment="center" valignment="top" topline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Standard
3090 Oskar
3091 \end_layout
3092
3093 \end_inset
3094 </cell>
3095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3096 \begin_inset Text
3097
3098 \begin_layout Standard
3099 111
3100 \end_layout
3101
3102 \end_inset
3103 </cell>
3104 </row>
3105 <row>
3106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Standard
3110
3111 \series bold
3112 Tacchelli
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 <cell alignment="center" valignment="top" topline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Standard
3121 Ugo
3122 \end_layout
3123
3124 \end_inset
3125 </cell>
3126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3127 \begin_inset Text
3128
3129 \begin_layout Standard
3130 111
3131 \end_layout
3132
3133 \end_inset
3134 </cell>
3135 </row>
3136 <row>
3137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Standard
3141
3142 \series bold
3143 Tezzele
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 <cell alignment="center" valignment="top" topline="true" usebox="none">
3149 \begin_inset Text
3150
3151 \begin_layout Standard
3152 Margit
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Standard
3161 111
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 </row>
3167 <row>
3168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Standard
3172
3173 \series bold
3174 Unterkalmsteiner
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell alignment="center" valignment="top" topline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Standard
3183 Frieda
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3189 \begin_inset Text
3190
3191 \begin_layout Standard
3192 111
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 </row>
3198 <row>
3199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Standard
3203
3204 \series bold
3205 Vieider
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell alignment="center" valignment="top" topline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Standard
3214 Hilde
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3220 \begin_inset Text
3221
3222 \begin_layout Standard
3223 111
3224 \end_layout
3225
3226 \end_inset
3227 </cell>
3228 </row>
3229 <row>
3230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Standard
3234
3235 \series bold
3236 Vigna
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 <cell alignment="center" valignment="top" topline="true" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Standard
3245 Jürgen
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Standard
3254 111
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 </row>
3260 <row>
3261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Standard
3265
3266 \series bold
3267 Weber
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 <cell alignment="center" valignment="top" topline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Standard
3276 Maurizio
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Standard
3285 111
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 </row>
3291 <row bottomline="true">
3292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Standard
3296
3297 \series bold
3298 Winkler
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 <cell alignment="center" valignment="top" topline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Standard
3307 Franz
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Standard
3316 111
3317 \end_layout
3318
3319 \end_inset
3320 </cell>
3321 </row>
3322 <row bottomline="true">
3323 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Standard
3327  
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Standard
3336
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Standard
3345
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row>
3352 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Standard
3356
3357 \series bold
3358 Annovi
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="center" valignment="top" topline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Standard
3367 Silvia
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Standard
3376 555
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 </row>
3382 <row>
3383 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Standard
3387
3388 \series bold
3389 Bertoli
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" topline="true" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Standard
3398 Stefano
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Standard
3407 555
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 </row>
3413 <row>
3414 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Standard
3418
3419 \series bold
3420 Bozzi
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" topline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Standard
3429 Walter
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Standard
3438 555
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 </row>
3444 <row>
3445 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Standard
3449
3450 \series bold
3451 Cachia
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" topline="true" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Standard
3460 Maria
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Standard
3469 555
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 </row>
3475 <row>
3476 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Standard
3480
3481 \series bold
3482 Cachia
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 <cell alignment="center" valignment="top" topline="true" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Standard
3491 Maurizio
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Standard
3500 555
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 </row>
3506 <row>
3507 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Standard
3511
3512 \series bold
3513 Cinquemani
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell alignment="center" valignment="top" topline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Standard
3522 Giusi
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Standard
3531 555
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 </row>
3537 <row>
3538 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Standard
3542
3543 \series bold
3544 Colin
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" topline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Standard
3553 Bernard
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Standard
3562 555
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 </row>
3568 <row>
3569 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Standard
3573
3574 \series bold
3575 Concli
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" topline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Standard
3584 Gianfranco
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Standard
3593 555
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 </row>
3599 <row>
3600 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Standard
3604
3605 \series bold
3606 Dal Bosco
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" topline="true" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Standard
3615 Carolina
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Standard
3624 555
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 </row>
3630 <row>
3631 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Standard
3635
3636 \series bold
3637 Dalpiaz
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" topline="true" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Standard
3646 Annamaria
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Standard
3655 555
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 </row>
3661 <row>
3662 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Standard
3666
3667 \series bold
3668 Feliciello
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" topline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Standard
3677 Domenico
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Standard
3686 555
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 </row>
3692 <row>
3693 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Standard
3697
3698 \series bold
3699 Focarelli
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" topline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Standard
3708 Paola
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Standard
3717 555
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 </row>
3723 <row>
3724 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Standard
3728
3729 \series bold
3730 Galletti
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" topline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Standard
3739 Oreste
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Standard
3748 555
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 </row>
3754 <row>
3755 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Standard
3759
3760 \series bold
3761 Gasparini
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" topline="true" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Standard
3770 Franca
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Standard
3779 555
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 <row>
3786 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Standard
3790
3791 \series bold
3792 Rizzardi
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" topline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Standard
3801 Paola
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Standard
3810 555
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 </row>
3816 <row>
3817 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Standard
3821
3822 \series bold
3823 Lassini
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" topline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Standard
3832 Giancarlo
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Standard
3841 555
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 </row>
3847 <row>
3848 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Standard
3852
3853 \series bold
3854 Malfatti
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" topline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Standard
3863 Luciano
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Standard
3872 555
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 <row>
3879 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Standard
3883
3884 \series bold
3885 Malfatti
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" topline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Standard
3894 Valeriano
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Standard
3903 555
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row>
3910 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Standard
3914
3915 \series bold
3916 Meneguzzo
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" topline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Standard
3925 Roberto
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Standard
3934 555
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 </row>
3940 <row>
3941 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Standard
3945
3946 \series bold
3947 Mezzadra
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" topline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Standard
3956 Roberto
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Standard
3965 555
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 </row>
3971 <row>
3972 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Standard
3976
3977 \series bold
3978 Pirpamer
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" topline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Standard
3987 Erich
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Standard
3996 555
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 </row>
4002 <row>
4003 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Standard
4007
4008 \series bold
4009 Pochiesa
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" topline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Standard
4018 Paolo
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Standard
4027 555, 222
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row>
4034 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Standard
4038
4039 \series bold
4040 Radina
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" topline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Standard
4049 Claudio
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Standard
4058 555
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 </row>
4064 <row>
4065 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Standard
4069
4070 \series bold
4071 Stuffer
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" topline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Standard
4080 Oskar
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Standard
4089 555
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 </row>
4095 <row>
4096 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Standard
4100
4101 \series bold
4102 Tacchelli
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" topline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Standard
4111 Ugo
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Standard
4120 555
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 </row>
4126 <row>
4127 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Standard
4131
4132 \series bold
4133 Tezzele
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" topline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Standard
4142 Margit
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Standard
4151 555
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 </row>
4157 <row>
4158 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Standard
4162
4163 \series bold
4164 Unterkalmsteiner
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" topline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Standard
4173 Frieda
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Standard
4182 555
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 </row>
4188 <row>
4189 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Standard
4193
4194 \series bold
4195 Vieider
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" topline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Standard
4204 Hilde
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Standard
4213 555
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 </row>
4219 <row>
4220 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Standard
4224
4225 \series bold
4226 Vigna
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" topline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Standard
4235 Jürgen
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Standard
4244 999
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 </row>
4250 <row>
4251 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Standard
4255
4256 \series bold
4257 Weber
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" topline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Standard
4266 Maurizio
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Standard
4275 555
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 </row>
4281 <row bottomline="true">
4282 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Standard
4286
4287 \series bold
4288 Winkler
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell alignment="center" valignment="top" topline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Standard
4297 Franz
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Standard
4306 555
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 </row>
4312 <row bottomline="true" endlastfoot="true">
4313 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Standard
4317 fin
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Standard
4326
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Standard
4335
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 </row>
4341 </lyxtabular>
4342
4343 \end_inset
4344
4345
4346 \begin_inset ERT
4347 status collapsed
4348
4349 \begin_layout Standard
4350
4351
4352 \backslash
4353 addtocounter{table}{-1}
4354 \end_layout
4355
4356 \end_inset
4357
4358
4359 \begin_inset Note Note
4360 status open
4361
4362 \begin_layout Standard
4363 Para comprender el uso de este comando, lee al final de la sección\InsetSpace ~
4364 2.6.2 la
4365  primera nota resaltada en gris.
4366  
4367 \end_layout
4368
4369 \end_inset
4370
4371
4372 \end_layout
4373
4374 \begin_layout Subsection
4375 Notas al pie en Tablas Largas
4376 \begin_inset LatexCommand label
4377 name "sub:Notas-al-pie-en-Tablas-Largas"
4378
4379 \end_inset
4380
4381
4382 \begin_inset LatexCommand index
4383 name "Tablas Largas ! Notas al pie"
4384
4385 \end_inset
4386
4387
4388 \end_layout
4389
4390 \begin_layout Standard
4391 Se pueden insertar notas al pie en cada celda de tabla larga.
4392  Aparecen abajo en la página donde esté la celda con la nota.
4393  La tabla\InsetSpace ~
4394
4395 \begin_inset LatexCommand ref
4396 reference "tab:DifEncabezados"
4397
4398 \end_inset
4399
4400  tiene un ejemplo de nota al pie.
4401 \end_layout
4402
4403 \begin_layout Subsection
4404 Encabezados en Tablas Largas
4405 \begin_inset LatexCommand index
4406 name "Tablas Largas ! Encabezados"
4407
4408 \end_inset
4409
4410
4411 \end_layout
4412
4413 \begin_layout Standard
4414
4415 \lang english
4416 A longtable cannot be put into a table float because floats can only be
4417  on one page but the caption environment of floats can also be used for
4418  longtables.
4419 \end_layout
4420
4421 \begin_layout Standard
4422
4423 \lang english
4424 As LyX does not yet fully support captions in longtables, a hack is needed
4425  to create them:
4426 \end_layout
4427
4428 \begin_layout Enumerate
4429
4430 \lang english
4431 Create a longtable
4432 \family sans
4433 .
4434 \end_layout
4435
4436 \begin_layout Enumerate
4437
4438 \lang english
4439 Mark the first row an disable its upper line.
4440 \end_layout
4441
4442 \begin_layout Enumerate
4443
4444 \lang english
4445 Insert a caption via the menu 
4446 \family sans
4447 Insert\SpecialChar \menuseparator
4448 Caption
4449 \family default
4450  into the first table cell.
4451 \newline
4452 You can also add a short title for the caption.
4453 \end_layout
4454
4455 \begin_layout Enumerate
4456
4457 \lang english
4458 Insert a 
4459 \begin_inset Quotes eld
4460 \end_inset
4461
4462
4463 \series bold
4464
4465 \backslash
4466
4467 \backslash
4468 %
4469 \series default
4470
4471 \begin_inset Quotes erd
4472 \end_inset
4473
4474  as ERT behind the caption.
4475 \end_layout
4476
4477 \begin_layout Standard
4478
4479 \lang english
4480 A short title that will appear in the LOT instead of the full title.
4481  The 
4482 \series bold
4483
4484 \backslash
4485
4486 \backslash
4487 %
4488 \series default
4489  behind the caption omits the vertical lines between the following cells
4490  in the row.
4491  
4492 \lang spanish
4493 Ahora, la primera fila de la tabla es sólo una fila postiza para el encabezado,
4494  la tabla real comienza en la segunda fila.
4495 \end_layout
4496
4497 \begin_layout Standard
4498 He aquí una pequeña tabla larga para mostrar cómo funciona:
4499 \end_layout
4500
4501 \begin_layout Standard
4502 \begin_inset Tabular
4503 <lyxtabular version="3" rows="6" columns="5">
4504 <features islongtable="true">
4505 <column alignment="center" valignment="top" leftline="true" width="0">
4506 <column alignment="center" valignment="top" leftline="true" width="0">
4507 <column alignment="center" valignment="top" leftline="true" width="0">
4508 <column alignment="center" valignment="top" leftline="true" width="0">
4509 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4510 <row>
4511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Standard
4515 \begin_inset Caption
4516
4517 \begin_layout Standard
4518 Tabla larga con encabezado
4519 \begin_inset OptArg
4520 status collapsed
4521
4522 \begin_layout Standard
4523 Tabla larga con encabezado
4524 \end_layout
4525
4526 \end_inset
4527
4528
4529 \end_layout
4530
4531 \end_inset
4532
4533
4534 \begin_inset ERT
4535 status collapsed
4536
4537 \begin_layout Standard
4538
4539
4540 \backslash
4541
4542 \backslash
4543 %
4544 \end_layout
4545
4546 \end_inset
4547
4548
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Standard
4557
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Standard
4566
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Standard
4575
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Standard
4584
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row topline="true">
4591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Standard
4595 1
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Standard
4604 2
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Standard
4613 3
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Standard
4622 4
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Standard
4631 5
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 </row>
4637 <row topline="true">
4638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Standard
4642 asd
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Standard
4651 s
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Standard
4660 s
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Standard
4669 s
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Standard
4678 asd
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 </row>
4684 <row topline="true">
4685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Standard
4689 asd
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Standard
4698 s
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Standard
4707 s
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Standard
4716 s
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Standard
4725 asd
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 </row>
4731 <row topline="true">
4732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Standard
4736 asd
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Standard
4745 s
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Standard
4754 s
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Standard
4763 s
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Standard
4772 asd
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 </row>
4778 <row topline="true" bottomline="true">
4779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Standard
4783 asd
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Standard
4792 asd
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Standard
4801 asd
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Standard
4810 asd
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Standard
4819 asd
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 </row>
4825 </lyxtabular>
4826
4827 \end_inset
4828
4829
4830 \end_layout
4831
4832 \begin_layout Standard
4833 \begin_inset VSpace medskip
4834 \end_inset
4835
4836
4837 \begin_inset Note Greyedout
4838 status open
4839
4840 \begin_layout Standard
4841
4842 \series bold
4843 Nota
4844 \series default
4845 : El número de la tabla es incrementado para cada tabla larga, aunque no
4846  pongas encabezado en alguna de ellas.
4847  Por esto podría suceder que, p.\InsetSpace \thinspace{}
4848 e., la Tabla\InsetSpace ~
4849 2.4 siga a la Tabla\InsetSpace ~
4850 2.1 en la lista
4851  de tablas debido a que hay dos tablas largas sin encabezado.
4852  Para evitarlo, puedes añadir el siguiente comando en ERT detrás de cada
4853  tabla larga sin encabezado:
4854 \end_layout
4855
4856 \begin_layout Standard
4857
4858 \series bold
4859
4860 \backslash
4861 addtocounter{table}{-1}
4862 \end_layout
4863
4864 \end_inset
4865
4866
4867 \begin_inset Note Greyedout
4868 status open
4869
4870 \begin_layout Standard
4871
4872 \series bold
4873 Nota:
4874 \series default
4875  Si utilizas el paquete de LaTeX 
4876 \series bold
4877 hyperref
4878 \series default
4879
4880 \begin_inset LatexCommand index
4881 name "LaTeX-paquetes ! hyperref"
4882
4883 \end_inset
4884
4885  para enlazar referencias cruzadas, el enlace al encabezado de una tabla
4886  larga apuntará siempre al comienzo.
4887 \end_layout
4888
4889 \end_inset
4890
4891
4892 \end_layout
4893
4894 \begin_layout Subsubsection
4895 Referencias a Tablas Largas
4896 \begin_inset LatexCommand index
4897 name "Tablas Largas ! Referencias a"
4898
4899 \end_inset
4900
4901
4902 \end_layout
4903
4904 \begin_layout Standard
4905 \begin_inset Tabular
4906 <lyxtabular version="3" rows="6" columns="5">
4907 <features islongtable="true">
4908 <column alignment="center" valignment="top" leftline="true" width="0">
4909 <column alignment="center" valignment="top" leftline="true" width="0">
4910 <column alignment="center" valignment="top" leftline="true" width="0">
4911 <column alignment="center" valignment="top" leftline="true" width="0">
4912 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4913 <row>
4914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Standard
4918 \begin_inset Caption
4919
4920 \begin_layout Standard
4921 Tabla larga referenciada
4922 \begin_inset LatexCommand label
4923 name "tab:RefEjemplo"
4924
4925 \end_inset
4926
4927
4928 \end_layout
4929
4930 \end_inset
4931
4932
4933 \begin_inset ERT
4934 status collapsed
4935
4936 \begin_layout Standard
4937
4938
4939 \backslash
4940
4941 \backslash
4942 %
4943 \end_layout
4944
4945 \end_inset
4946
4947
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Standard
4956
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Standard
4965
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Standard
4974
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Standard
4983
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 </row>
4989 <row topline="true">
4990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Standard
4994 1
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Standard
5003 2
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Standard
5012 3
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Standard
5021 4
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Standard
5030 5
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 </row>
5036 <row topline="true">
5037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Standard
5041 asd
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Standard
5050 s
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Standard
5059 s
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Standard
5068 s
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Standard
5077 asd
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 </row>
5083 <row topline="true">
5084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Standard
5088 asd
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Standard
5097 s
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Standard
5106 s
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Standard
5115 s
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Standard
5124 asd
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 </row>
5130 <row topline="true">
5131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Standard
5135 asd
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Standard
5144 s
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Standard
5153 s
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Standard
5162 s
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Standard
5171 asd
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 </row>
5177 <row topline="true" bottomline="true">
5178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Standard
5182 asd
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Standard
5191 sad
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Standard
5200 asd
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Standard
5209 asd
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Standard
5218 asd
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 </row>
5224 </lyxtabular>
5225
5226 \end_inset
5227
5228
5229 \end_layout
5230
5231 \begin_layout Standard
5232
5233 \lang english
5234 To reference a longtable, insert a label into the caption.
5235  
5236 \lang spanish
5237 Observa que tienes que añadir el prefijo "
5238 \emph on
5239 tab
5240 \emph default
5241 :" manualmente en el campo de etiqueta.
5242  
5243 \end_layout
5244
5245 \begin_layout Standard
5246
5247 \lang english
5248 This is a reference to
5249 \lang spanish
5250  Tabla\InsetSpace ~
5251
5252 \begin_inset LatexCommand ref
5253 reference "tab:RefEjemplo"
5254
5255 \end_inset
5256
5257 .
5258 \end_layout
5259
5260 \begin_layout Standard
5261 El formato del encabezado puede configurarse junto con todos los demás encabezad
5262 os del documento mediante el paquete LaTeX 
5263 \series bold
5264 caption
5265 \series default
5266
5267 \begin_inset LatexCommand index
5268 name "LaTeX-paquetes ! caption"
5269
5270 \end_inset
5271
5272 , ver sección\InsetSpace ~
5273  
5274 \begin_inset LatexCommand ref
5275 reference "sec:Formato-de-Encabezados"
5276
5277 \end_inset
5278
5279 .
5280 \end_layout
5281
5282 \begin_layout Subsubsection
5283 Anchura de Encabezado
5284 \begin_inset LatexCommand index
5285 name "Tablas Largas ! Anchura de Encabezados"
5286
5287 \end_inset
5288
5289
5290 \end_layout
5291
5292 \begin_layout Standard
5293 La anchura máxima se define por la longitud 
5294 \series bold
5295
5296 \backslash
5297 LTcapwidth
5298 \series default
5299 .
5300  Por defecto es 4\InsetSpace \thinspace{}
5301 in.
5302  Para cambiarla añade el siguiente comando al preámbulo o como ERT en el
5303  documento antes de la tabla larga a la que afecta
5304 \end_layout
5305
5306 \begin_layout Standard
5307
5308 \series bold
5309
5310 \backslash
5311 setlength{
5312 \backslash
5313 LTcapwidth}{ancho}
5314 \end_layout
5315
5316 \begin_layout Standard
5317 donde el ancho puede ser una de las unidades listadas en el apéndice\InsetSpace ~
5318
5319 \begin_inset LatexCommand ref
5320 reference "cha:Unidades-disponibles-en"
5321
5322 \end_inset
5323
5324 .
5325 \end_layout
5326
5327 \begin_layout Standard
5328 Las tablas siguientes muestran la diferencia:
5329 \end_layout
5330
5331 \begin_layout Standard
5332 \begin_inset Tabular
5333 <lyxtabular version="3" rows="6" columns="5">
5334 <features islongtable="true">
5335 <column alignment="center" valignment="top" leftline="true" width="0">
5336 <column alignment="center" valignment="top" leftline="true" width="0">
5337 <column alignment="center" valignment="top" leftline="true" width="0">
5338 <column alignment="center" valignment="top" leftline="true" width="0">
5339 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5340 <row>
5341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Standard
5345 \begin_inset Caption
5346
5347 \begin_layout Standard
5348 Encabezado completo con ancho predeterminado encabezado completo con ancho
5349  predeterminado encabezado completo con ancho predeterminado
5350 \begin_inset OptArg
5351 status collapsed
5352
5353 \begin_layout Standard
5354 Encabezado con ancho predeterminado
5355 \end_layout
5356
5357 \end_inset
5358
5359
5360 \end_layout
5361
5362 \end_inset
5363
5364
5365 \begin_inset ERT
5366 status collapsed
5367
5368 \begin_layout Standard
5369
5370
5371 \backslash
5372
5373 \backslash
5374 %
5375 \end_layout
5376
5377 \end_inset
5378
5379
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Standard
5388
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Standard
5397
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Standard
5406
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Standard
5415
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 </row>
5421 <row topline="true">
5422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Standard
5426 1
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Standard
5435 2
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Standard
5444 3
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Standard
5453 4
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Standard
5462 5
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 </row>
5468 <row topline="true">
5469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Standard
5473 asd
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Standard
5482 s
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Standard
5491 s
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Standard
5500 s
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Standard
5509 asd
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 </row>
5515 <row topline="true">
5516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Standard
5520 asd
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Standard
5529 s
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5535 \begin_inset Text
5536
5537 \begin_layout Standard
5538 s
5539 \end_layout
5540
5541 \end_inset
5542 </cell>
5543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Standard
5547 s
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Standard
5556 asd
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 </row>
5562 <row topline="true">
5563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Standard
5567 asd
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Standard
5576 s
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Standard
5585 s
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Standard
5594 s
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Standard
5603 asd
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 </row>
5609 <row topline="true" bottomline="true">
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Standard
5614 asd
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Standard
5623 sad
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Standard
5632 asd
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Standard
5641 asd
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Standard
5650 asd
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 </row>
5656 </lyxtabular>
5657
5658 \end_inset
5659
5660
5661 \end_layout
5662
5663 \begin_layout Standard
5664 \begin_inset ERT
5665 status collapsed
5666
5667 \begin_layout Standard
5668
5669
5670 \backslash
5671 setlength{
5672 \backslash
5673 LTcapwidth}{5cm}
5674 \end_layout
5675
5676 \end_inset
5677
5678
5679 \begin_inset Tabular
5680 <lyxtabular version="3" rows="6" columns="5">
5681 <features islongtable="true">
5682 <column alignment="center" valignment="top" leftline="true" width="0">
5683 <column alignment="center" valignment="top" leftline="true" width="0">
5684 <column alignment="center" valignment="top" leftline="true" width="0">
5685 <column alignment="center" valignment="top" leftline="true" width="0">
5686 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5687 <row>
5688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Standard
5692 \begin_inset Caption
5693
5694 \begin_layout Standard
5695 Encabezado completo con ancho de  5\InsetSpace \thinspace{}
5696 cm encabezado completo con ancho de 5\InsetSpace \thinspace{}
5697 cm
5698  encabezado completo con ancho de 5\InsetSpace \thinspace{}
5699 cm
5700 \begin_inset OptArg
5701 status collapsed
5702
5703 \begin_layout Standard
5704 Encabezado con anchura\InsetSpace \thinspace{}
5705 =\InsetSpace \thinspace{}
5706 5\InsetSpace \thinspace{}
5707 cm
5708 \end_layout
5709
5710 \end_inset
5711
5712
5713 \end_layout
5714
5715 \end_inset
5716
5717
5718 \begin_inset ERT
5719 status collapsed
5720
5721 \begin_layout Standard
5722
5723
5724 \backslash
5725
5726 \backslash
5727 %
5728 \end_layout
5729
5730 \end_inset
5731
5732
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Standard
5741
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Standard
5750
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Standard
5759
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Standard
5768
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 </row>
5774 <row topline="true">
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Standard
5779 1
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Standard
5788 2
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Standard
5797 3
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Standard
5806 4
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Standard
5815 5
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 </row>
5821 <row topline="true">
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Standard
5826 asd
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Standard
5835 s
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Standard
5844 s
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Standard
5853 s
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Standard
5862 asd
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 </row>
5868 <row topline="true">
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Standard
5873 asd
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Standard
5882 s
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Standard
5891 s
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Standard
5900 s
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Standard
5909 asd
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 </row>
5915 <row topline="true">
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Standard
5920 asd
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 s
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 s
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Standard
5947 s
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Standard
5956 asd
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 </row>
5962 <row topline="true" bottomline="true">
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Standard
5967 asd
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 sad
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Standard
5985 asd
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Standard
5994 asd
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Standard
6003 asd
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 </row>
6009 </lyxtabular>
6010
6011 \end_inset
6012
6013
6014 \begin_inset ERT
6015 status collapsed
6016
6017 \begin_layout Standard
6018
6019
6020 \backslash
6021 setlength{
6022 \backslash
6023 LTcapwidth}{4in}
6024 \end_layout
6025
6026 \end_inset
6027
6028
6029 \end_layout
6030
6031 \begin_layout Subsubsection
6032 Encabezados Distintos para cada Página
6033 \begin_inset LatexCommand index
6034 name "Tablas Largas ! Encabezados Diferentes para cada Página"
6035
6036 \end_inset
6037
6038
6039 \end_layout
6040
6041 \begin_layout Standard
6042
6043 \lang english
6044 When the other captions should differ from the one of the first table page,
6045  insert a caption with a non-empty short title in a dummy caption row marked
6046  as first header.
6047  The caption used for the other table pages is inserted as caption without
6048  a short title in a dummy caption row that is marked as main header.
6049  When this caption shouldn't include the table number, use the command
6050 \end_layout
6051
6052 \begin_layout Standard
6053
6054 \series bold
6055 \lang english
6056
6057 \backslash
6058 caption*{caption text}
6059 \end_layout
6060
6061 \begin_layout Standard
6062
6063 \lang english
6064 instead of LyX's caption box.
6065
6066 \lang spanish
6067  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
6068  La tabla\InsetSpace ~
6069
6070 \begin_inset LatexCommand ref
6071 reference "tab:DifEncabezados"
6072
6073 \end_inset
6074
6075  es un ejemplo de tabla larga con encabezados distintos donde el segundo
6076  no incluye número de tabla.
6077 \end_layout
6078
6079 \begin_layout Standard
6080 \align center
6081 \begin_inset Tabular
6082 <lyxtabular version="3" rows="60" columns="3">
6083 <features islongtable="true">
6084 <column alignment="left" valignment="top" leftline="true" width="0cm">
6085 <column alignment="left" valignment="top" rightline="true" width="0pt">
6086 <column alignment="right" valignment="top" rightline="true" width="0pt">
6087 <row endfirsthead="true">
6088 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Standard
6092 \begin_inset Caption
6093
6094 \begin_layout Standard
6095 Ejemplo de lista telefónica
6096 \begin_inset LatexCommand label
6097 name "tab:DifEncabezados"
6098
6099 \end_inset
6100
6101
6102 \begin_inset OptArg
6103 status collapsed
6104
6105 \begin_layout Standard
6106 Ejemplo de lista telefónica
6107 \end_layout
6108
6109 \end_inset
6110
6111
6112 \end_layout
6113
6114 \end_inset
6115
6116
6117 \begin_inset ERT
6118 status collapsed
6119
6120 \begin_layout Standard
6121
6122
6123 \backslash
6124
6125 \backslash
6126 %
6127 \end_layout
6128
6129 \end_inset
6130
6131
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Standard
6140
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Standard
6149
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 </row>
6155 <row topline="true" bottomline="true" endfirsthead="true">
6156 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Standard
6160
6161 \series bold
6162 Ejemplo de lista telefónica (ignore los nombres)
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Standard
6171
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Standard
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 </row>
6186 <row topline="true" bottomline="true" endfirsthead="true">
6187 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Standard
6191
6192 \series bold
6193 NOMBRE
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Standard
6202
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Standard
6211
6212 \series bold
6213 TEL.
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 </row>
6219 <row bottomline="true" endhead="true">
6220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Standard
6224 \begin_inset ERT
6225 status collapsed
6226
6227 \begin_layout Standard
6228
6229
6230 \backslash
6231 caption*{Continúa Ejemplo de lista telefónica}
6232 \backslash
6233
6234 \backslash
6235 %
6236 \end_layout
6237
6238 \end_inset
6239
6240
6241 \end_layout
6242
6243 \end_inset
6244 </cell>
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Standard
6249
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Standard
6258
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 </row>
6264 <row topline="true" bottomline="true" endhead="true">
6265 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Standard
6269
6270 \series bold
6271 Ejemplo de lista telefónica
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Standard
6280
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Standard
6289
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 </row>
6295 <row topline="true" bottomline="true" endhead="true">
6296 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Standard
6300
6301 \series bold
6302 NOMBRE
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Standard
6311
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Standard
6320
6321 \series bold
6322 TEL.
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 </row>
6328 <row topline="true" bottomline="true" endfoot="true">
6329 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Standard
6333 continúa en página siguiente
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Standard
6342
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Standard
6351
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 </row>
6357 <row>
6358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Standard
6362
6363 \series bold
6364 Annovi
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 <cell alignment="center" valignment="top" topline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Standard
6373 Silvia
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Standard
6382 111
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 </row>
6388 <row>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Standard
6393
6394 \series bold
6395 Bertoli
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell alignment="center" valignment="top" topline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Standard
6404 Stefano
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Standard
6413 111
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 </row>
6419 <row>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Standard
6424
6425 \series bold
6426 Bozzi
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" topline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Standard
6435 Walter
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Standard
6444 111
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 </row>
6450 <row>
6451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Standard
6455
6456 \series bold
6457 Cachia
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 <cell alignment="center" valignment="top" topline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Standard
6466 Maria
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Standard
6475 111
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 </row>
6481 <row>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Standard
6486
6487 \series bold
6488 Cachia
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell alignment="center" valignment="top" topline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Standard
6497 Maurizio
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Standard
6506 111
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 </row>
6512 <row>
6513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Standard
6517
6518 \series bold
6519 Cinquemani
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell alignment="center" valignment="top" topline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Standard
6528 Giusi
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Standard
6537 111
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 </row>
6543 <row>
6544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Standard
6548
6549 \series bold
6550 Colin
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Standard
6559 Bernard
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Standard
6568 111
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 </row>
6574 <row>
6575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Standard
6579
6580 \series bold
6581 Concli
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 <cell alignment="center" valignment="top" topline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Standard
6590 Gianfranco
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Standard
6599 111
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 </row>
6605 <row>
6606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Standard
6610
6611 \series bold
6612 Dal Bosco
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell alignment="center" valignment="top" topline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Standard
6621 Carolina
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Standard
6630 111
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 </row>
6636 <row>
6637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Standard
6641
6642 \series bold
6643 Dalpiaz
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 <cell alignment="center" valignment="top" topline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Standard
6652 Annamaria
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Standard
6661 111
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 </row>
6667 <row>
6668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Standard
6672
6673 \series bold
6674 Feliciello
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Standard
6683 Domenico
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Standard
6692 111
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 </row>
6698 <row>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Standard
6703
6704 \series bold
6705 Focarelli
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Standard
6714 Paola
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Standard
6723 111
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 </row>
6729 <row>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Standard
6734
6735 \series bold
6736 Galletti
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 <cell alignment="center" valignment="top" topline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Standard
6745 Oreste
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Standard
6754 111
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 </row>
6760 <row>
6761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Standard
6765
6766 \series bold
6767 Gasparini
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell alignment="center" valignment="top" topline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Standard
6776 Franca
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Standard
6785 111
6786 \end_layout
6787
6788 \end_inset
6789 </cell>
6790 </row>
6791 <row>
6792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Standard
6796
6797 \series bold
6798 Rizzardi
6799 \series default
6800
6801 \begin_inset Foot
6802 status open
6803
6804 \begin_layout Standard
6805 Ejemplo de nota al pie
6806 \end_layout
6807
6808 \end_inset
6809
6810
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Standard
6819 Paola
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Standard
6828 111
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 </row>
6834 <row>
6835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6836 \begin_inset Text
6837
6838 \begin_layout Standard
6839
6840 \series bold
6841 Lassini
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Standard
6850 Giancarlo
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Standard
6859 111
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 </row>
6865 <row>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Standard
6870
6871 \series bold
6872 Malfatti
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 <cell alignment="center" valignment="top" topline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Standard
6881 Luciano
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Standard
6890 111
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 </row>
6896 <row>
6897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Standard
6901
6902 \series bold
6903 Malfatti
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell alignment="center" valignment="top" topline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Standard
6912 Valeriano
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Standard
6921 111
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 </row>
6927 <row>
6928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Standard
6932
6933 \series bold
6934 Meneguzzo
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell alignment="center" valignment="top" topline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Standard
6943 Roberto
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Standard
6952 111
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 </row>
6958 <row>
6959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Standard
6963
6964 \series bold
6965 Mezzadra
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Standard
6974 Roberto
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Standard
6983 111
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 </row>
6989 <row>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Standard
6994
6995 \series bold
6996 Pirpamer
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Standard
7005 Erich
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Standard
7014 111
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 </row>
7020 <row>
7021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7022 \begin_inset Text
7023
7024 \begin_layout Standard
7025
7026 \series bold
7027 Pochiesa
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Standard
7036 Paolo
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Standard
7045 111, 222
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 </row>
7051 <row>
7052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Standard
7056
7057 \series bold
7058 Radina
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Standard
7067 Claudio
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Standard
7076 111
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 </row>
7082 <row>
7083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Standard
7087
7088 \series bold
7089 Stuffer
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Standard
7098 Oskar
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Standard
7107 111
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 </row>
7113 <row>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Standard
7118
7119 \series bold
7120 Tacchelli
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell alignment="center" valignment="top" topline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Standard
7129 Ugo
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Standard
7138 111
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 </row>
7144 <row>
7145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Standard
7149
7150 \series bold
7151 Tezzele
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Standard
7160 Margit
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Standard
7169 111
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 </row>
7175 <row>
7176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Standard
7180
7181 \series bold
7182 Unterkalmsteiner
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Standard
7191 Frieda
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Standard
7200 111
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 </row>
7206 <row>
7207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7208 \begin_inset Text
7209
7210 \begin_layout Standard
7211
7212 \series bold
7213 Vieider
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell alignment="center" valignment="top" topline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Standard
7222 Hilde
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Standard
7231 111
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 </row>
7237 <row>
7238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Standard
7242
7243 \series bold
7244 Vigna
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Standard
7253 Jürgen
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Standard
7262 111
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 </row>
7268 <row>
7269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Standard
7273
7274 \series bold
7275 Weber
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell alignment="center" valignment="top" topline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Standard
7284 Maurizio
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Standard
7293 111
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 </row>
7299 <row bottomline="true">
7300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Standard
7304
7305 \series bold
7306 Winkler
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Standard
7315 Franz
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Standard
7324 111
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 </row>
7330 <row bottomline="true">
7331 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Standard
7335  
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Standard
7344
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Standard
7353
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 </row>
7359 <row>
7360 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Standard
7364
7365 \series bold
7366 Annovi
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 <cell alignment="center" valignment="top" topline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Standard
7375 Silvia
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Standard
7384 555
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 </row>
7390 <row>
7391 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7392 \begin_inset Text
7393
7394 \begin_layout Standard
7395
7396 \series bold
7397 Bertoli
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 <cell alignment="center" valignment="top" topline="true" usebox="none">
7403 \begin_inset Text
7404
7405 \begin_layout Standard
7406 Stefano
7407 \end_layout
7408
7409 \end_inset
7410 </cell>
7411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7412 \begin_inset Text
7413
7414 \begin_layout Standard
7415 555
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 </row>
7421 <row>
7422 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Standard
7426
7427 \series bold
7428 Bozzi
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 <cell alignment="center" valignment="top" topline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Standard
7437 Walter
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Standard
7446 555
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 </row>
7452 <row>
7453 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Standard
7457
7458 \series bold
7459 Cachia
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 <cell alignment="center" valignment="top" topline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Standard
7468 Maria
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Standard
7477 555
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 </row>
7483 <row>
7484 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Standard
7488
7489 \series bold
7490 Cachia
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell alignment="center" valignment="top" topline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Standard
7499 Maurizio
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Standard
7508 555
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 </row>
7514 <row>
7515 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Standard
7519
7520 \series bold
7521 Cinquemani
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 <cell alignment="center" valignment="top" topline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Standard
7530 Giusi
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Standard
7539 555
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 </row>
7545 <row>
7546 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Standard
7550
7551 \series bold
7552 Colin
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Standard
7561 Bernard
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Standard
7570 555
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 </row>
7576 <row>
7577 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Standard
7581
7582 \series bold
7583 Concli
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 <cell alignment="center" valignment="top" topline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Standard
7592 Gianfranco
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Standard
7601 555
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 </row>
7607 <row>
7608 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Standard
7612
7613 \series bold
7614 Dal Bosco
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" topline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Standard
7623 Carolina
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Standard
7632 555
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 </row>
7638 <row>
7639 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Standard
7643
7644 \series bold
7645 Dalpiaz
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" topline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Standard
7654 Annamaria
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Standard
7663 555
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 </row>
7669 <row>
7670 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Standard
7674
7675 \series bold
7676 Feliciello
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell alignment="center" valignment="top" topline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Standard
7685 Domenico
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Standard
7694 555
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 </row>
7700 <row>
7701 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Standard
7705
7706 \series bold
7707 Focarelli
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="center" valignment="top" topline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Standard
7716 Paola
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Standard
7725 555
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 </row>
7731 <row>
7732 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Standard
7736
7737 \series bold
7738 Galletti
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" topline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Standard
7747 Oreste
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Standard
7756 555
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 </row>
7762 <row>
7763 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Standard
7767
7768 \series bold
7769 Gasparini
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell alignment="center" valignment="top" topline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Standard
7778 Franca
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Standard
7787 555
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row>
7794 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Standard
7798
7799 \series bold
7800 Rizzardi
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" topline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Standard
7809 Paola
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Standard
7818 555
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 </row>
7824 <row>
7825 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Standard
7829
7830 \series bold
7831 Lassini
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" topline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Standard
7840 Giancarlo
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Standard
7849 555
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 </row>
7855 <row>
7856 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Standard
7860
7861 \series bold
7862 Malfatti
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" topline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Standard
7871 Luciano
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Standard
7880 555
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 </row>
7886 <row>
7887 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Standard
7891
7892 \series bold
7893 Malfatti
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" topline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Standard
7902 Valeriano
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Standard
7911 555
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 </row>
7917 <row>
7918 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Standard
7922
7923 \series bold
7924 Meneguzzo
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" topline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Standard
7933 Roberto
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Standard
7942 555
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 </row>
7948 <row bottomline="true">
7949 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Standard
7953
7954 \series bold
7955 Mezzadra
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" topline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Standard
7964 Roberto
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Standard
7973 555
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 </row>
7979 <row bottomline="true" endlastfoot="true">
7980 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Standard
7984
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Standard
7993
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Standard
8002
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 </row>
8008 </lyxtabular>
8009
8010 \end_inset
8011
8012
8013 \end_layout
8014
8015 \begin_layout Section
8016 Particularidades de las Tablas Largas
8017 \end_layout
8018
8019 \begin_layout Subsection
8020 Cálculos
8021 \begin_inset LatexCommand index
8022 name "Tablas Largas ! 2.7.1 Cálculos"
8023
8024 \end_inset
8025
8026
8027 \end_layout
8028
8029 \begin_layout Standard
8030 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
8031  utilizando los denominados "trozos", que son partes de la tabla presentes
8032  en la memoria de LaTeX.
8033  El valor predeterminado está establacido a solo 20 filas.
8034  Si estás usando tablas largas con muchas páginas, la generación del documento
8035  puede hacerse muy lenta.
8036  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
8037  el siguiente comando en el preámbulo del documento:
8038 \end_layout
8039
8040 \begin_layout Standard
8041
8042 \series bold
8043
8044 \backslash
8045 setcounter{LTchunksize}{100}
8046 \end_layout
8047
8048 \begin_layout Subsection
8049 Flotantes y Tablas Largas
8050 \begin_inset LatexCommand index
8051 name "Tablas Largas ! Flotantes"
8052
8053 \end_inset
8054
8055
8056 \end_layout
8057
8058 \begin_layout Standard
8059 Podría haber problemas si un flotante aparece en la misma página donde comienza
8060  una tabla larga.
8061  Para evitarlo, añade el comando 
8062 \series bold
8063
8064 \backslash
8065 clearpage
8066 \series default
8067  como ERT antes de la tabla.
8068 \end_layout
8069
8070 \begin_layout Subsection
8071 Saltos de Página Forzados
8072 \begin_inset LatexCommand index
8073 name "Tablas Largas ! Saltos de Página Forzados"
8074
8075 \end_inset
8076
8077
8078 \end_layout
8079
8080 \begin_layout Standard
8081 Por defecto, las tablas sólo se cortan entre filas.
8082  Si tienes una celda con líneas múltiples y necesitas un salto de página
8083  dentro de la celda, inserta el comando de nueva línea "
8084 \series bold
8085
8086 \backslash
8087
8088 \backslash
8089
8090 \series default
8091 " como ERT en el punto en que quieras cortar.
8092  Antes del comando "
8093 \series bold
8094
8095 \backslash
8096
8097 \backslash
8098
8099 \series default
8100 " debes insertar en ERT tantos caracteres "
8101 \series bold
8102 &
8103 \series default
8104 " como columnas siguientes de la tabla.
8105  
8106 \series bold
8107 &
8108 \series default
8109  es el caracter para separar celdas.
8110  Escribe en ERT después de cada 
8111 \series bold
8112 &
8113 \series default
8114  el contenido de la celda siguiente correspondiente y borra el contenido
8115  de esas celdas.
8116 \newline
8117 Detrás del comando 
8118 \series bold
8119
8120 \backslash
8121
8122 \backslash
8123
8124 \series default
8125 , inserta tantos 
8126 \series bold
8127 &
8128 \series default
8129  como columnas haya delante de la actual.
8130  En la tabla\InsetSpace ~
8131
8132 \begin_inset LatexCommand ref
8133 reference "tab:Saltos de Página Forzados"
8134
8135 \end_inset
8136
8137  la celda que debería cortarse está en la segunda columna seguida de otra
8138  columna.
8139  Por eso el siguiente comando se inserta en la celda como ERT detrás de
8140  "
8141 \emph on
8142 Castelchiodato,
8143 \emph default
8144 ":
8145 \end_layout
8146
8147 \begin_layout Standard
8148
8149 \series bold
8150 & 111
8151 \backslash
8152
8153 \backslash
8154
8155 \newline
8156 &
8157 \end_layout
8158
8159 \begin_layout Standard
8160 El "111" en la tercera columna de la fila se ha borrado.
8161  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
8162  superior pero quisieras una línea horizontal donde se corta la celda, usa
8163  este comando alternativo:
8164 \end_layout
8165
8166 \begin_layout Standard
8167
8168 \series bold
8169 & 111
8170 \backslash
8171
8172 \backslash
8173
8174 \newline
8175
8176 \backslash
8177 hline &
8178 \end_layout
8179
8180 \begin_layout Standard
8181 Cuando la celda a cortar está en la última columna, el comando
8182 \end_layout
8183
8184 \begin_layout Standard
8185
8186 \series bold
8187
8188 \backslash
8189 setlength{
8190 \backslash
8191 parf\SpecialChar \textcompwordmark{}
8192 illskip}{0pt}
8193 \end_layout
8194
8195 \begin_layout Standard
8196 debe insertarse como ERT al principio de la celda.
8197  Esto garantiza que la parte de la celda que será mostrada en la nueva página
8198  aparecerá con toda su anchura.
8199 \end_layout
8200
8201 \begin_layout Standard
8202 \align center
8203 \begin_inset Tabular
8204 <lyxtabular version="3" rows="39" columns="3">
8205 <features islongtable="true">
8206 <column alignment="left" valignment="top" leftline="true" width="0cm">
8207 <column alignment="left" valignment="top" rightline="true" width="3cm">
8208 <column alignment="right" valignment="top" rightline="true" width="0pt">
8209 <row endfirsthead="true">
8210 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Standard
8214 \begin_inset Caption
8215
8216 \begin_layout Standard
8217 Tabla con salto de página forzado en celda
8218 \begin_inset LatexCommand label
8219 name "tab:Saltos de Página Forzados"
8220
8221 \end_inset
8222
8223
8224 \begin_inset OptArg
8225 status collapsed
8226
8227 \begin_layout Standard
8228 Tabla con salto de página forzado en celda
8229 \end_layout
8230
8231 \end_inset
8232
8233
8234 \end_layout
8235
8236 \end_inset
8237
8238
8239 \begin_inset ERT
8240 status collapsed
8241
8242 \begin_layout Standard
8243
8244
8245 \backslash
8246
8247 \backslash
8248 %
8249 \end_layout
8250
8251 \end_inset
8252
8253
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Standard
8262
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Standard
8271
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 </row>
8277 <row topline="true" bottomline="true" endfirsthead="true">
8278 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Standard
8282
8283 \series bold
8284 Ejemplo de lista telefónica (ignore los nombres)
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Standard
8293
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Standard
8302
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row topline="true" bottomline="true" endfirsthead="true">
8309 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Standard
8313
8314 \series bold
8315 NOMBRE
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Standard
8324
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Standard
8333
8334 \series bold
8335 TEL.
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 </row>
8341 <row bottomline="true" endhead="true">
8342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Standard
8346 \begin_inset ERT
8347 status collapsed
8348
8349 \begin_layout Standard
8350
8351
8352 \backslash
8353 caption*{Continúa tabla con salto de página forzado en celda}
8354 \backslash
8355
8356 \backslash
8357 %
8358 \end_layout
8359
8360 \end_inset
8361
8362
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Standard
8371
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Standard
8380
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row topline="true" bottomline="true" endhead="true">
8387 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Standard
8391  
8392 \series bold
8393 Ejemplo de lista telefónica
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Standard
8402
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Standard
8411
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row topline="true" bottomline="true" endhead="true">
8418 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Standard
8422
8423 \series bold
8424 NOMBRE
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Standard
8433
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Standard
8442
8443 \series bold
8444 TEL.
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 </row>
8450 <row topline="true" bottomline="true" endfoot="true">
8451 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Standard
8455 continúa en página siguiente
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Standard
8464
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Standard
8473
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Standard
8484
8485 \series bold
8486 Annovi
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" topline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Standard
8495 Silvia
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Standard
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Standard
8515
8516 \series bold
8517 Bertoli
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" topline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Standard
8526 Stefano
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Standard
8535 111
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Standard
8546
8547 \series bold
8548 Bozzi
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" topline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Standard
8557 Walter
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Standard
8566 111
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Standard
8577
8578 \series bold
8579 Cachia
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" topline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Standard
8588 Maria
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Standard
8597 111
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 </row>
8603 <row>
8604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Standard
8608
8609 \series bold
8610 Cachia
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="center" valignment="top" topline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Standard
8619 Maurizio
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Standard
8628 111
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 </row>
8634 <row>
8635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Standard
8639
8640 \series bold
8641 Cinquemani
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" topline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Standard
8650 Giusi
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Standard
8659 111
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Standard
8670
8671 \series bold
8672 Colin
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" topline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Standard
8681 Bernard
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Standard
8690 111
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 </row>
8696 <row>
8697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Standard
8701
8702 \series bold
8703 Concli
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" topline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Standard
8712 Gianfranco
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Standard
8721 111
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 </row>
8727 <row>
8728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Standard
8732
8733 \series bold
8734 Dal Bosco
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" topline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Standard
8743 Carolina
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Standard
8752 111
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 <row>
8759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Standard
8763
8764 \series bold
8765 Dalpiaz
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" topline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Standard
8774 Annamaria
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Standard
8783 111
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row>
8790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Standard
8794
8795 \series bold
8796 Feliciello
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="center" valignment="top" topline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Standard
8805 Domenico
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Standard
8814 111
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 </row>
8820 <row>
8821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Standard
8825
8826 \series bold
8827 Focarelli
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" topline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Standard
8836 Paola
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Standard
8845 111
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 </row>
8851 <row>
8852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Standard
8856
8857 \series bold
8858 Galletti
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="center" valignment="top" topline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Standard
8867 Oreste
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Standard
8876 111
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 <row>
8883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Standard
8887
8888 \series bold
8889 Gasparini
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" topline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Standard
8898 Franca
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Standard
8907 111
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 </row>
8913 <row>
8914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Standard
8918
8919 \series bold
8920 Lassini
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="center" valignment="top" topline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Standard
8929 Giancarlo
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Standard
8938 111
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 </row>
8944 <row>
8945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Standard
8949
8950 \series bold
8951 Malfatti
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" topline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Standard
8960 Luciano
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Standard
8969 111
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 </row>
8975 <row>
8976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Standard
8980
8981 \series bold
8982 Malfatti
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" topline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Standard
8991 Valeriano
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Standard
9000 111
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 </row>
9006 <row>
9007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Standard
9011
9012 \series bold
9013 Meneguzzo
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" topline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Standard
9022 Roberto
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Standard
9031 111
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 </row>
9037 <row>
9038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Standard
9042
9043 \series bold
9044 Mezzadra
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" topline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Standard
9053 Roberto
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Standard
9062 111
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 </row>
9068 <row>
9069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Standard
9073
9074 \series bold
9075 Pirpamer
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="center" valignment="top" topline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Standard
9084 Erich
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Standard
9093 111
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 </row>
9099 <row>
9100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Standard
9104
9105 \series bold
9106 Pochiesa
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" topline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Standard
9115 Paolo
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Standard
9124 111, 222
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 </row>
9130 <row>
9131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Standard
9135
9136 \series bold
9137 Radina
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="center" valignment="top" topline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Standard
9146 Claudio
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Standard
9155 111
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 </row>
9161 <row>
9162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Standard
9166
9167 \series bold
9168 Rizzardi
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Standard
9177 Paolo, 11.
9178  Fürst von Montecompatri, 11.
9179  Fürst von Sulmona und Vivaro, 10.
9180  Fürst von Rossano, 5.
9181  Herzog von Canemorte, 11.
9182  Herzog von Palombara, 5.
9183  Herzog von Castelchiodato,
9184 \begin_inset ERT
9185 status collapsed
9186
9187 \begin_layout Standard
9188
9189 & 111
9190 \backslash
9191
9192 \backslash
9193
9194 \end_layout
9195
9196 \begin_layout Standard
9197
9198 &
9199 \end_layout
9200
9201 \end_inset
9202
9203  11.
9204  Herzog von Poggionativo, 11.
9205  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9206  Graf von Valinfreda, 11.
9207  Baron von Cropalati, 11.
9208  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Standard
9217
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 </row>
9223 <row>
9224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Standard
9228
9229 \series bold
9230 Stuffer
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" topline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Standard
9239 Oskar
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Standard
9248 111
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 </row>
9254 <row>
9255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Standard
9259
9260 \series bold
9261 Tacchelli
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" topline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Standard
9270 Ugo
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Standard
9279 111
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 </row>
9285 <row>
9286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Standard
9290
9291 \series bold
9292 Tezzele
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" topline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Standard
9301 Margit
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Standard
9310 111
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 </row>
9316 <row>
9317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Standard
9321
9322 \series bold
9323 Unterkalmsteiner
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" topline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Standard
9332 Frieda
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Standard
9341 111
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 </row>
9347 <row>
9348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Standard
9352
9353 \series bold
9354 Vieider
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" topline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Standard
9363 Hilde
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Standard
9372 111
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 </row>
9378 <row>
9379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Standard
9383
9384 \series bold
9385 Vigna
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" topline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Standard
9394 Jürgen
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Standard
9403 111
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 </row>
9409 <row>
9410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Standard
9414
9415 \series bold
9416 Weber
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell alignment="center" valignment="top" topline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Standard
9425 Maurizio
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Standard
9434 111
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 </row>
9440 <row bottomline="true">
9441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Standard
9445
9446 \series bold
9447 Winkler
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 <cell alignment="center" valignment="top" topline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Standard
9456 Franz
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Standard
9465 111
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 </row>
9471 <row endlastfoot="true">
9472 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Standard
9476
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Standard
9485
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Standard
9494
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 </lyxtabular>
9501
9502 \end_inset
9503
9504
9505 \end_layout
9506
9507 \begin_layout Section
9508 Líneas Múltiples en Columnas y Filas
9509 \end_layout
9510
9511 \begin_layout Subsection
9512 Líneas Múltiples en Celdas
9513 \begin_inset LatexCommand label
9514 name "sub:Líneas-Múltiples-en"
9515
9516 \end_inset
9517
9518
9519 \begin_inset LatexCommand index
9520 name "Líneas Múltiples en Celdas"
9521
9522 \end_inset
9523
9524
9525 \begin_inset LatexCommand index
9526 name "Tablas ! Saltos de Línea"
9527
9528 \end_inset
9529
9530
9531 \end_layout
9532
9533 \begin_layout Standard
9534 \align center
9535 \begin_inset Float table
9536 placement H
9537 wide false
9538 sideways false
9539 status open
9540
9541 \begin_layout Standard
9542 \begin_inset Caption
9543
9544 \begin_layout Standard
9545 \begin_inset LatexCommand label
9546 name "tab:Tabla-con-múltiples"
9547
9548 \end_inset
9549
9550 Tabla con líneas múltiples en celda
9551 \end_layout
9552
9553 \end_inset
9554
9555
9556 \end_layout
9557
9558 \begin_layout Standard
9559 \align center
9560 \begin_inset Tabular
9561 <lyxtabular version="3" rows="3" columns="3">
9562 <features>
9563 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9564 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9565 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9566 <row topline="true">
9567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Standard
9571 líneas
9572 \begin_inset ERT
9573 status collapsed
9574
9575 \begin_layout Standard
9576
9577
9578 \backslash
9579 linebreak 
9580 \end_layout
9581
9582 \end_inset
9583
9584 múltiples
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Standard
9593 b
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Standard
9602 c
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 </row>
9608 <row topline="true">
9609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Standard
9613 d
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Standard
9622 e
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Standard
9631 f
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 </row>
9637 <row topline="true" bottomline="true">
9638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Standard
9642 g
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Standard
9651 h
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Standard
9660 i
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 </row>
9666 </lyxtabular>
9667
9668 \end_inset
9669
9670
9671 \end_layout
9672
9673 \end_inset
9674
9675
9676 \end_layout
9677
9678 \begin_layout Standard
9679 Al ajustar anchura fija en una columna se habilita la entrada de texto como
9680  párrafos con varias líneas y guionado.
9681 \end_layout
9682
9683 \begin_layout Standard
9684 Para generar la tabla\InsetSpace ~
9685
9686 \begin_inset LatexCommand ref
9687 reference "tab:Tabla-con-múltiples"
9688
9689 \end_inset
9690
9691 , crea una tabla 3×3, marca la primera celda y click-derecha sobre ella.
9692  En el diálogo que surge establace una anchura de 2.5\InsetSpace \thinspace{}
9693 cm y escoge centro en
9694  alineación vertical y horizontal.
9695  Como nuestro texto es menor de 2.5\InsetSpace \thinspace{}
9696 cm, solo aparece una línea.
9697  Para poner dos añadimos un salto de línea con el comando
9698 \end_layout
9699
9700 \begin_layout Standard
9701
9702 \series bold
9703
9704 \backslash
9705 linebreak
9706 \end_layout
9707
9708 \begin_layout Standard
9709 en ERT.
9710  Si el texto es más ancho que la celda será automáticamente dividido en
9711  líneas.
9712 \end_layout
9713
9714 \begin_layout Standard
9715 Para centrar verticalmente el texto en las otras dos celdas de la primera
9716  fila, haz click-derecha en la segunda celda, ajusta una anchura de 0.5\InsetSpace \thinspace{}
9717 cm
9718  y marca alineaciones centrales.
9719  Haz lo mismo con la tercera celda de la fila.
9720 \end_layout
9721
9722 \begin_layout Standard
9723 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
9724  con guión si es la primera entrada.
9725  Por eso hay que insertar algo para que dicha palabra no sea la primera
9726  entrada: Añade el comando
9727 \end_layout
9728
9729 \begin_layout Standard
9730
9731 \series bold
9732
9733 \backslash
9734 hspace{0pt}
9735 \end_layout
9736
9737 \begin_layout Standard
9738 en ERT antes de la palabra.
9739  Como el espacio es 0 la salida no cambia.
9740  La tabla\InsetSpace ~
9741
9742 \begin_inset LatexCommand ref
9743 reference "tab:Tabla-con-y"
9744
9745 \end_inset
9746
9747  muestra el efecto.
9748 \end_layout
9749
9750 \begin_layout Standard
9751 \begin_inset Float table
9752 wide false
9753 sideways false
9754 status open
9755
9756 \begin_layout Standard
9757 \begin_inset Caption
9758
9759 \begin_layout Standard
9760 \begin_inset LatexCommand label
9761 name "tab:Tabla-con-y"
9762
9763 \end_inset
9764
9765 Tablas con y sin guión
9766 \end_layout
9767
9768 \end_inset
9769
9770
9771 \end_layout
9772
9773 \begin_layout Standard
9774
9775 \hfill
9776
9777 \begin_inset Tabular
9778 <lyxtabular version="3" rows="3" columns="3">
9779 <features>
9780 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9781 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9782 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9783 <row topline="true">
9784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Standard
9788 celdaconpalabramuylarga
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Standard
9797 b
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Standard
9806 c
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 </row>
9812 <row topline="true">
9813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Standard
9817 d
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Standard
9826 e
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Standard
9835 f
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 </row>
9841 <row topline="true" bottomline="true">
9842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Standard
9846 g
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Standard
9855 h
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Standard
9864 i
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 </row>
9870 </lyxtabular>
9871
9872 \end_inset
9873
9874
9875 \hfill
9876
9877 \begin_inset Tabular
9878 <lyxtabular version="3" rows="3" columns="3">
9879 <features>
9880 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9881 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9882 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9883 <row topline="true">
9884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Standard
9888 \begin_inset ERT
9889 status collapsed
9890
9891 \begin_layout Standard
9892
9893
9894 \backslash
9895 hspace{0pt}
9896 \end_layout
9897
9898 \end_inset
9899
9900 celdaconpalabramuylarga
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Standard
9909 b
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Standard
9918 c
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 </row>
9924 <row topline="true">
9925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Standard
9929 d
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Standard
9938 e
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Standard
9947 f
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 </row>
9953 <row topline="true" bottomline="true">
9954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Standard
9958 g
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Standard
9967 h
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Standard
9976 i
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 </row>
9982 </lyxtabular>
9983
9984 \end_inset
9985
9986
9987 \hfill
9988
9989 \end_layout
9990
9991 \end_inset
9992
9993
9994 \end_layout
9995
9996 \begin_layout Standard
9997
9998 \newpage
9999
10000 \end_layout
10001
10002 \begin_layout Subsection
10003 Multicolumnas
10004 \begin_inset LatexCommand label
10005 name "sub:Multicolumnas"
10006
10007 \end_inset
10008
10009
10010 \begin_inset LatexCommand index
10011 name "Multicolumnas"
10012
10013 \end_inset
10014
10015
10016 \begin_inset LatexCommand index
10017 name "Tablas ! Multicolumnas"
10018
10019 \end_inset
10020
10021
10022 \end_layout
10023
10024 \begin_layout Subsubsection
10025 Fundamentos de Multicolumna
10026 \end_layout
10027
10028 \begin_layout Standard
10029 Para extender una celda sobre varias columnas, se marcan las celdas que
10030  se desee combinar y se usa el botón 
10031 \begin_inset Graphics
10032         filename ../../images/tabular-feature_multicolumn.xpm
10033         scale 85
10034
10035 \end_inset
10036
10037 , o el menú 
10038 \family sans
10039 Editar\SpecialChar \menuseparator
10040 Tabla\SpecialChar \menuseparator
10041 Multicolumn
10042 \family default
10043 a, o click-derecha sobre las celdas marcadas y se selecciona en el diálogo,
10044  bajo la pestaña 
10045 \family sans
10046 Configuración
10047 \family default
10048 , la casilla Multicolumna.
10049 \end_layout
10050
10051 \begin_layout Standard
10052 Las multicolumnas tienen su propia configuración de celdas.
10053  Esto es, los cambios de bordes, alineación y anchura solo afectan a la
10054  multicolumna.
10055  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
10056  otra en la última fila sin borde superior:
10057 \end_layout
10058
10059 \begin_layout Standard
10060 \align center
10061 \begin_inset Tabular
10062 <lyxtabular version="3" rows="3" columns="4">
10063 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10064 <column alignment="center" valignment="top" leftline="true" width="0pt">
10065 <column alignment="center" valignment="middle" leftline="true" width="0">
10066 <column alignment="center" valignment="top" leftline="true" width="0in">
10067 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10068 <row topline="true" bottomline="true">
10069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Standard
10073 abc
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Standard
10082 def
10083 \lang ngerman
10084  
10085 \lang spanish
10086 ghi
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Standard
10095
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Standard
10104 jkl
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 </row>
10110 <row topline="true">
10111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Standard
10115
10116 \family roman
10117 \series medium
10118 \shape up
10119 \size normal
10120 \emph off
10121 \bar no
10122 \noun off
10123 \color none
10124 A
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Standard
10133 B
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Standard
10142 C
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Standard
10151 D
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 </row>
10157 <row topline="true" bottomline="true">
10158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Standard
10162 1
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Standard
10171 2
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Standard
10180 3
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Standard
10189 4
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 </row>
10195 </lyxtabular>
10196
10197 \end_inset
10198
10199
10200 \end_layout
10201
10202 \begin_layout Subsubsection
10203 Cálculos en Multicolumnas
10204 \begin_inset LatexCommand label
10205 name "sub:Cálculos-en-Multicolumnas"
10206
10207 \end_inset
10208
10209
10210 \begin_inset LatexCommand index
10211 name "Multicolumnas ! Cálculos"
10212
10213 \end_inset
10214
10215
10216 \end_layout
10217
10218 \begin_layout Standard
10219 LyX soporta multicolumnas directamente, pero hay que prestar atención a
10220  la anchura de celda de las columnas combinadas en la celda multicolumna.
10221 \end_layout
10222
10223 \begin_layout Standard
10224 \begin_inset Float table
10225 wide false
10226 sideways false
10227 status open
10228
10229 \begin_layout Standard
10230 \begin_inset Caption
10231
10232 \begin_layout Standard
10233 \begin_inset LatexCommand label
10234 name "tab:Tabla-con-centrado"
10235
10236 \end_inset
10237
10238 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
10239 te la mitad de anchura que la celda multicolumna
10240 \begin_inset OptArg
10241 status collapsed
10242
10243 \begin_layout Standard
10244 Tabla multicolumna perfecta
10245 \end_layout
10246
10247 \end_inset
10248
10249
10250 \end_layout
10251
10252 \end_inset
10253
10254
10255 \end_layout
10256
10257 \begin_layout Standard
10258 \align center
10259 \begin_inset Tabular
10260 <lyxtabular version="3" rows="3" columns="3">
10261 <features>
10262 <column alignment="center" valignment="middle" leftline="true" width="0" special="|>{\centering}m{1.25cm-6.2pt}">
10263 <column alignment="center" valignment="middle" leftline="true" width="0">
10264 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10265 <row topline="true">
10266 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special="|>{\centering}m{2.5cm}|">
10267 \begin_inset Text
10268
10269 \begin_layout Standard
10270 multicolumna línea múltiple
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Standard
10279
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Standard
10288 c
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 </row>
10294 <row topline="true">
10295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Standard
10299 d
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Standard
10308 e
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Standard
10317 f
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 </row>
10323 <row topline="true" bottomline="true">
10324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Standard
10328 g
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Standard
10337 h
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Standard
10346 i
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 </row>
10352 </lyxtabular>
10353
10354 \end_inset
10355
10356
10357 \end_layout
10358
10359 \end_inset
10360
10361
10362 \end_layout
10363
10364 \begin_layout Standard
10365 Por ejemplo, para crear la Tabla\InsetSpace ~
10366
10367 \begin_inset LatexCommand ref
10368 reference "tab:Tabla-con-centrado"
10369
10370 \end_inset
10371
10372 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
10373  click-derecha.
10374  En el diálogo marca 
10375 \emph on
10376 multicolumna
10377 \emph default
10378
10379 \emph on
10380 alineación centro
10381 \emph default
10382  y una anchura de 2.5\InsetSpace \thinspace{}
10383 cm.
10384  Las columnas combinadas deberían tener exactamente la mitad de la anchura
10385  de la celda multicolumna, así que deberías ajustar 1.25\InsetSpace \thinspace{}
10386 cm para la primera
10387  columna.
10388  La segunda columna tendrá entonces automáticamente 1.25\InsetSpace \thinspace{}
10389 cm de anchura.
10390  Para la Tabla 
10391 \begin_inset LatexCommand ref
10392 reference "tab:Tabla-sin-mitad"
10393
10394 \end_inset
10395
10396  se ha procedido de la siguiente manera:
10397 \end_layout
10398
10399 \begin_layout Standard
10400 \begin_inset Float table
10401 wide false
10402 sideways false
10403 status open
10404
10405 \begin_layout Standard
10406 \begin_inset Caption
10407
10408 \begin_layout Standard
10409 \begin_inset LatexCommand label
10410 name "tab:Tabla-sin-mitad"
10411
10412 \end_inset
10413
10414 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
10415  anchura que la celda multicolumna
10416 \begin_inset OptArg
10417 status collapsed
10418
10419 \begin_layout Standard
10420 Tabla multicolumna imperfecta
10421 \end_layout
10422
10423 \end_inset
10424
10425
10426 \end_layout
10427
10428 \end_inset
10429
10430
10431 \end_layout
10432
10433 \begin_layout Standard
10434 \align center
10435 \begin_inset Tabular
10436 <lyxtabular version="3" rows="3" columns="3">
10437 <features>
10438 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10439 <column alignment="center" valignment="top" leftline="true" width="0">
10440 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10441 <row topline="true" bottomline="true">
10442 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10443 \begin_inset Text
10444
10445 \begin_layout Standard
10446 multicolumna línea múltiple
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Standard
10455
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Standard
10464 c
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 </row>
10470 <row topline="true">
10471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Standard
10475 d
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Standard
10484 e
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Standard
10493 f
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 </row>
10499 <row topline="true" bottomline="true">
10500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Standard
10504 g
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Standard
10513 h
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Standard
10522 i
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 </row>
10528 </lyxtabular>
10529
10530 \end_inset
10531
10532
10533 \end_layout
10534
10535 \end_inset
10536
10537
10538 \end_layout
10539
10540 \begin_layout Standard
10541 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
10542 a, es un poco mayor.
10543  La razón es que la anchura dada para una celda 
10544 \begin_inset Formula $W_{g}$
10545 \end_inset
10546
10547  no es su anchura total 
10548 \begin_inset Formula $W_{\mathrm{tot}}$
10549 \end_inset
10550
10551  porque una celda es siempre algo mayor que la anchura dada.
10552  El Apéndice\InsetSpace ~
10553
10554 \begin_inset LatexCommand eqref
10555 reference "cha:Explicación-de-la-Ecuación"
10556
10557 \end_inset
10558
10559  lo explica con detalle.
10560 \end_layout
10561
10562 \begin_layout Standard
10563 La anchura dada necesaria, 
10564 \begin_inset Formula $W_{g\, n}$
10565 \end_inset
10566
10567  para combinar 
10568 \emph on
10569 n
10570 \emph default
10571  columnas puede calcularse de manera que cada columna tenga una anchura
10572  total de 
10573 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10574 \end_inset
10575
10576 :
10577 \begin_inset Formula \begin{equation}
10578 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10579
10580 \end_inset
10581
10582
10583 \end_layout
10584
10585 \begin_layout Standard
10586 En nuestro caso tenemos 
10587 \begin_inset Formula $n=2$
10588 \end_inset
10589
10590
10591 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10592 \end_inset
10593
10594 \InsetSpace \thinspace{}
10595 cm y los valores predeterminados para longitudes, así la ecuación\InsetSpace ~
10596
10597 \begin_inset LatexCommand ref
10598 reference "eq:Wgn"
10599
10600 \end_inset
10601
10602  queda
10603 \begin_inset Formula \begin{equation}
10604 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10605
10606 \end_inset
10607
10608
10609 \end_layout
10610
10611 \begin_layout Standard
10612 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
10613  
10614 \series bold
10615 calc
10616 \series default
10617  con la línea
10618 \begin_inset LatexCommand index
10619 name "LaTeX-paquetes ! calc"
10620
10621 \end_inset
10622
10623
10624 \end_layout
10625
10626 \begin_layout Standard
10627
10628 \series bold
10629
10630 \backslash
10631 usepackage{calc}
10632 \end_layout
10633
10634 \begin_layout Standard
10635 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
10636  Por tanto hay que insertar un argumento LaTeX en el diálogo.
10637  He aquí un repaso de los argumentos:
10638 \end_layout
10639
10640 \begin_layout Itemize
10641
10642 \series bold
10643 p{ancho}
10644 \series default
10645  crea celdas con anchura fija, el texto alineado arriba
10646 \end_layout
10647
10648 \begin_layout Itemize
10649
10650 \series bold
10651 m{ancho}
10652 \series default
10653  crea celdas con anchura fija, el texto con alineación vertical centrada
10654  
10655 \end_layout
10656
10657 \begin_layout Itemize
10658
10659 \series bold
10660 b{ancho}
10661 \series default
10662  crea celdas con anchura fija, el texto alineado abajo
10663 \end_layout
10664
10665 \begin_layout Standard
10666 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
10667  en el diálogo se ignoran.
10668  
10669 \begin_inset Note Greyedout
10670 status open
10671
10672 \begin_layout Standard
10673
10674 \series bold
10675 Nota:
10676 \series default
10677  Debido a un error, LyX muestra de todas formas estas propiedades.
10678 \end_layout
10679
10680 \end_inset
10681
10682  El comando 
10683 \series bold
10684
10685 \backslash
10686 centering
10687 \series default
10688  se añade para centrar horizontalmente el texto.
10689  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
10690  columna extendida:
10691 \end_layout
10692
10693 \begin_layout Standard
10694
10695 \series bold
10696 |>{
10697 \backslash
10698 centering}m{1.25cm-6.2pt}
10699 \end_layout
10700
10701 \begin_layout Standard
10702 La barra "
10703 \series bold
10704 |
10705 \series default
10706 " al principio dibuja el borde y el comando 
10707 \series bold
10708 >{ }
10709 \series default
10710  significa que los comandos entre llaves se aplican antes de crear la celda.
10711 \end_layout
10712
10713 \begin_layout Standard
10714 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
10715 , aún está alineado a la izquierda.
10716  Esto se debe a que LyX solo aplica alineado a columnas simples.
10717  Así que para multicolumnas hemos de usar el argumento de LaTeX
10718 \end_layout
10719
10720 \begin_layout Standard
10721
10722 \series bold
10723 |>{
10724 \backslash
10725 centering}m{2.5cm}|
10726 \end_layout
10727
10728 \begin_layout Subsection
10729 Multifilas
10730 \begin_inset LatexCommand index
10731 name "Multifilas"
10732
10733 \end_inset
10734
10735
10736 \begin_inset LatexCommand index
10737 name "Tablas ! Multifilas"
10738
10739 \end_inset
10740
10741
10742 \begin_inset LatexCommand index
10743 name "LaTeX-paquetes ! multirow"
10744
10745 \end_inset
10746
10747
10748 \end_layout
10749
10750 \begin_layout Standard
10751 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
10752  hace falta un poco de ERT.
10753  Hay que cargar el paquete de LaTeX 
10754 \series bold
10755 multirow
10756 \series default
10757  en el preámbulo del documento con el comando
10758 \end_layout
10759
10760 \begin_layout Standard
10761
10762 \series bold
10763
10764 \backslash
10765 usepackage{multirow}
10766 \end_layout
10767
10768 \begin_layout Standard
10769 Las multifilas se crean con el comando
10770 \end_layout
10771
10772 \begin_layout Standard
10773
10774 \series bold
10775
10776 \backslash
10777 multirow{número de filas}{ancho de celda}{entrada de celda}
10778 \end_layout
10779
10780 \begin_layout Standard
10781 Para crear la siguiente tabla:
10782 \end_layout
10783
10784 \begin_layout Standard
10785 \align center
10786 \begin_inset ERT
10787 status collapsed
10788
10789 \begin_layout Standard
10790
10791
10792 \backslash
10793 renewcommand{
10794 \backslash
10795 multirowsetup}{
10796 \backslash
10797 centering}
10798 \end_layout
10799
10800 \end_inset
10801
10802
10803 \begin_inset Tabular
10804 <lyxtabular version="3" rows="3" columns="3">
10805 <features>
10806 <column alignment="center" valignment="top" leftline="true" width="0">
10807 <column alignment="center" valignment="top" leftline="true" width="0">
10808 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10809 <row topline="true">
10810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Standard
10814 a
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10820 \begin_inset Text
10821
10822 \begin_layout Standard
10823 b
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Standard
10832 c
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 </row>
10838 <row topline="true">
10839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Standard
10843 \begin_inset ERT
10844 status collapsed
10845
10846 \begin_layout Standard
10847
10848
10849 \backslash
10850 multirow{2}{2.5cm}{
10851 \end_layout
10852
10853 \end_inset
10854
10855 entrada multifila
10856 \begin_inset ERT
10857 status collapsed
10858
10859 \begin_layout Standard
10860
10861 }
10862 \end_layout
10863
10864 \end_inset
10865
10866
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Standard
10875 e
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Standard
10884 f
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 </row>
10890 <row topline="true" bottomline="true">
10891 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Standard
10895
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Standard
10904 h
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Standard
10913 i
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 </row>
10919 </lyxtabular>
10920
10921 \end_inset
10922
10923
10924 \begin_inset ERT
10925 status collapsed
10926
10927 \begin_layout Standard
10928
10929
10930 \backslash
10931 renewcommand{
10932 \backslash
10933 multirowsetup}{
10934 \backslash
10935 raggedright}
10936 \end_layout
10937
10938 \end_inset
10939
10940
10941 \end_layout
10942
10943 \begin_layout Standard
10944 crea una tabla 3×3.
10945  Para quitar la línea sobre la última celda en la primera columna, se marca
10946  la celda como multicolumna y se quita el borde superior.
10947  Ahora se crea la multifila en la segunda fila de la primera columna insertando
10948  ahí el comando
10949 \end_layout
10950
10951 \begin_layout Standard
10952
10953 \series bold
10954
10955 \backslash
10956 multirow{2}{2.5cm}{
10957 \end_layout
10958
10959 \begin_layout Standard
10960 como ERT.
10961  Según los parámetros del comando la multifila se expande a dos filas y
10962  tiene de ancho 2.5\InsetSpace \thinspace{}
10963 cm.
10964  El contenido de la celda multifila sigue fuera del cuadro ERT y el comando
10965  finaliza con llave derecha 
10966 \series bold
10967 }
10968 \series default
10969  en otro cuadro ERT tras el texto.
10970 \end_layout
10971
10972 \begin_layout Standard
10973
10974 \series bold
10975
10976 \backslash
10977 multirow
10978 \series default
10979  alinea su contenido a la izquierda por defecto.
10980  Para cambiarlo renombra el comando 
10981 \series bold
10982
10983 \backslash
10984 multirowsetup
10985 \series default
10986  con el comando
10987 \end_layout
10988
10989 \begin_layout Standard
10990
10991 \series bold
10992
10993 \backslash
10994 renewcommand{
10995 \backslash
10996 multirowsetup}{
10997 \backslash
10998 centering}
10999 \end_layout
11000
11001 \begin_layout Standard
11002 en ERT en el preámbulo del documento.
11003  Entonces se centran todas las entradas de celdas multifila en el documento.
11004  Si solo queremos centrar en algunas tablas, se puede renombrar el comando
11005  en ERT justo antes de la tabla en lugar de en el preámbulo.
11006  Si el texto debe estar alineado a la derecha, reemplaza 
11007 \series bold
11008
11009 \backslash
11010 centering
11011 \series default
11012  por 
11013 \series bold
11014
11015 \backslash
11016 raggedleft
11017 \series default
11018 .
11019  Para volver a alineado a la izquierda usa 
11020 \series bold
11021
11022 \backslash
11023 raggedright
11024 \series default
11025 .
11026 \end_layout
11027
11028 \begin_layout Section
11029 Booktabs
11030 \begin_inset LatexCommand index
11031 name "Booktabs"
11032
11033 \end_inset
11034
11035
11036 \begin_inset LatexCommand index
11037 name "Tablas ! Booktabs"
11038
11039 \end_inset
11040
11041  
11042 \begin_inset Note Note
11043 status collapsed
11044
11045 \begin_layout Standard
11046
11047 \family roman
11048 \series medium
11049 \size footnotesize
11050 N.
11051  del t.
11052  A la espera de la traducción que se le asigne en LyX 1.5, he dejado el original
11053  en inglés
11054 \end_layout
11055
11056 \end_inset
11057
11058
11059 \end_layout
11060
11061 \begin_layout Standard
11062 En los libros, las tablas se suelen presentar como en la Tabla \InsetSpace ~
11063
11064 \begin_inset LatexCommand ref
11065 reference "tab:Ejemplo-tabla-booktabs"
11066
11067 \end_inset
11068
11069 .
11070  En inglés se denominan "
11071 \emph on
11072 booktabs
11073 \emph default
11074 ".
11075  La próxima versión de LyX, LyX\InsetSpace ~
11076 1.5, tendrá soporte para "booktabs", véase
11077  
11078 \begin_inset ERT
11079 status collapsed
11080
11081 \begin_layout Standard
11082
11083
11084 \backslash
11085 href{http://wiki.lyx.org/LyX/NewInLyX15}{
11086 \end_layout
11087
11088 \end_inset
11089
11090 What's new in LyX\InsetSpace ~
11091 1.5
11092 \begin_inset ERT
11093 status collapsed
11094
11095 \begin_layout Standard
11096
11097 }
11098 \end_layout
11099
11100 \end_inset
11101
11102 .
11103 \end_layout
11104
11105 \begin_layout Standard
11106 \begin_inset Float table
11107 placement h
11108 wide false
11109 sideways false
11110 status open
11111
11112 \begin_layout Standard
11113 \begin_inset Caption
11114
11115 \begin_layout Standard
11116 \begin_inset LatexCommand label
11117 name "tab:Ejemplo-tabla-booktabs"
11118
11119 \end_inset
11120
11121 Ejemplo de tabla booktabs
11122 \end_layout
11123
11124 \end_inset
11125
11126
11127 \end_layout
11128
11129 \begin_layout Standard
11130 \align center
11131 \begin_inset Tabular
11132 <lyxtabular version="3" rows="8" columns="4">
11133 <features booktabs="true">
11134 <column alignment="center" valignment="top" rightline="true" width="0">
11135 <column alignment="center" valignment="top" width="0">
11136 <column alignment="center" valignment="top" width="0">
11137 <column alignment="center" valignment="top" width="0">
11138 <row topline="true">
11139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Standard
11143 System
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 <cell alignment="center" valignment="top" topline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Standard
11152 Medipix
11153 \begin_inset Formula $\,$
11154 \end_inset
11155
11156 1
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Standard
11165 Medipix
11166 \begin_inset Formula $\,$
11167 \end_inset
11168
11169 2
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Standard
11178
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 </row>
11184 <row>
11185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Standard
11189 \begin_inset ERT
11190 status collapsed
11191
11192 \begin_layout Standard
11193
11194
11195 \backslash
11196 cmidrule(r){2-2}
11197 \end_layout
11198
11199 \end_inset
11200
11201
11202 \begin_inset ERT
11203 status collapsed
11204
11205 \begin_layout Standard
11206
11207
11208 \backslash
11209 cmidrule(l){3-4}
11210 \end_layout
11211
11212 \end_inset
11213
11214 Detector thickness [µm]
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Standard
11223 300
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Standard
11232 300
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Standard
11241 700
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 </row>
11247 <row topline="true">
11248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Standard
11252 Edge angle [°]
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Standard
11261 3.55
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Standard
11270 2.71
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Standard
11279 7.99
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 <row topspace="default">
11286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Standard
11290 Spatial resolution [µm]
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Standard
11299 4.26
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Standard
11308 10.17
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Standard
11317 10.56
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 </row>
11323 <row topspace="default">
11324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Standard
11328 MTF at 
11329 \begin_inset Formula $f_{\mathrm{max}}$
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Standard
11341 0.53
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Standard
11350 0.37
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Standard
11359 0.39
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 </row>
11365 <row topspace="default">
11366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Standard
11370 \begin_inset ERT
11371 status collapsed
11372
11373 \begin_layout Standard
11374
11375
11376 \backslash
11377 cmidrule(l{10pt}){1-1}
11378 \end_layout
11379
11380 \end_inset
11381
11382 LSF-spatial resolution
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Standard
11391
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Standard
11400
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Standard
11409
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 </row>
11415 <row>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Standard
11420 in µm
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Standard
11429 129.7
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Standard
11438 52.75
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Standard
11447 50.78
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 </row>
11453 <row bottomline="true">
11454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Standard
11458 in % of pixel size
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Standard
11467 76.3
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Standard
11476 95.9
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Standard
11485 92.3
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 </row>
11491 </lyxtabular>
11492
11493 \end_inset
11494
11495
11496 \end_layout
11497
11498 \end_inset
11499
11500
11501 \end_layout
11502
11503 \begin_layout Standard
11504 Este capítulo describe la creación de tablas "booktabs" en LyX\InsetSpace ~
11505 1.4.
11506 \end_layout
11507
11508 \begin_layout Subsection
11509 Comandos Fundamentales
11510 \begin_inset LatexCommand index
11511 name "Booktabs ! Comandos Fundamentales"
11512
11513 \end_inset
11514
11515
11516 \end_layout
11517
11518 \begin_layout Standard
11519 Para poder usar "booktabs" hay que cargar el paquete de LaTeX 
11520 \series bold
11521 booktabs
11522 \series default
11523  en el preámbulo del documento con la línea
11524 \begin_inset LatexCommand index
11525 name "LaTeX-paquetes ! booktabs"
11526
11527 \end_inset
11528
11529
11530 \end_layout
11531
11532 \begin_layout Standard
11533
11534 \series bold
11535
11536 \backslash
11537 usepackage{booktabs}
11538 \end_layout
11539
11540 \begin_layout Standard
11541 \begin_inset VSpace medskip
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \begin_layout Standard
11548 La primera línea de una tabla booktabs se crea con el comando
11549 \end_layout
11550
11551 \begin_layout Standard
11552
11553 \series bold
11554
11555 \backslash
11556 toprule[ancho]
11557 \end_layout
11558
11559 \begin_layout Standard
11560 que se inserta como ERT en la primera celda como primera entrada.
11561  La anchura opcional especifica el grosor de línea; la predeterminada es
11562  0.08\InsetSpace \thinspace{}
11563 em.
11564  Puedes usar todas las unidades listadas en el apéndice \InsetSpace ~
11565
11566 \begin_inset LatexCommand ref
11567 reference "cha:Unidades-disponibles-en"
11568
11569 \end_inset
11570
11571  para fijar el ancho.
11572 \newline
11573 ¡Observa que todos los comandos ERT deben acabar con
11574  un espacio si les sigue texto!
11575 \end_layout
11576
11577 \begin_layout Standard
11578 La última línea de una tabla booktabs se crea con el comando ERT
11579 \end_layout
11580
11581 \begin_layout Standard
11582
11583 \series bold
11584
11585 \backslash
11586 bottomrule[ancho]
11587 \end_layout
11588
11589 \begin_layout Standard
11590 en la primera celda de la última fila.
11591  La última fila es solo para este comando y no debería tener ningún otro
11592  contenido.
11593  La anchura predeterminada es la misma que para 
11594 \series bold
11595
11596 \backslash
11597 toprule
11598 \series default
11599 .
11600 \end_layout
11601
11602 \begin_layout Standard
11603 Las líneas horizontales que se extienden sobre todas las columnas se crean
11604  con el comando ERT
11605 \end_layout
11606
11607 \begin_layout Standard
11608
11609 \series bold
11610
11611 \backslash
11612 midrule[ancho]
11613 \end_layout
11614
11615 \begin_layout Standard
11616 La anchura predeterminada es 0.05\InsetSpace \thinspace{}
11617 em.
11618 \end_layout
11619
11620 \begin_layout Standard
11621 Las líneas que no se extienden a todas las columnas se crean con el comando
11622  ERT
11623 \end_layout
11624
11625 \begin_layout Standard
11626
11627 \series bold
11628
11629 \backslash
11630 cmidrule[ancho](recorte){inicol-fincol}
11631 \end_layout
11632
11633 \begin_layout Standard
11634 El grosor predeterminado es 0.03\InsetSpace \thinspace{}
11635 em; inicol es el número de columna donde
11636  empieza la línea y fincol el número de columna donde acaba; fincol debe
11637  ser siempre especificado incluso cuando la línea se extiende solo una columna.
11638  El parámetro opcional recorte debe ser 
11639 \emph on
11640 l{recorte}
11641 \emph default
11642  o 
11643 \emph on
11644 r{recorte}
11645 \emph default
11646 , donde recorte también es opcional.
11647  Por ejemplo, el parámetro 
11648 \emph on
11649 l{2pt}
11650 \emph default
11651  significa que la línea se recorta 2 pt por su izquierda.
11652  Si no se especifica el tamaño del recorte, las líneas se recortan por defecto
11653  en 0.5\InsetSpace \thinspace{}
11654 em.
11655 \end_layout
11656
11657 \begin_layout Standard
11658 Los comandos 
11659 \series bold
11660
11661 \backslash
11662 cmidrule
11663 \series default
11664  y 
11665 \series bold
11666
11667 \backslash
11668 midrule
11669 \series default
11670  deben insertarse como primera entrada de la primera celda de una fila .
11671  Las líneas se crean sobre la fila.
11672 \end_layout
11673
11674 \begin_layout Standard
11675 \begin_inset VSpace bigskip
11676 \end_inset
11677
11678 La Tabla\InsetSpace ~
11679
11680 \begin_inset LatexCommand ref
11681 reference "tab:Ejemplo-tabla-booktabs"
11682
11683 \end_inset
11684
11685  se ha creado con los comandos
11686 \end_layout
11687
11688 \begin_layout Standard
11689
11690 \series bold
11691
11692 \backslash
11693 cmidrule(r){2-2}
11694 \backslash
11695 cmidrule(l){3-4}
11696 \end_layout
11697
11698 \begin_layout Standard
11699 en la segunda fila, 
11700 \series bold
11701
11702 \backslash
11703 midrule
11704 \series default
11705  en la tercera, y
11706 \end_layout
11707
11708 \begin_layout Standard
11709
11710 \series bold
11711
11712 \backslash
11713 cmidrule(l{10pt}){1-1}
11714 \end_layout
11715
11716 \begin_layout Standard
11717 en la sexta fila.
11718 \end_layout
11719
11720 \begin_layout Subsection
11721 Comandos Especiales
11722 \begin_inset LatexCommand index
11723 name "Booktabs ! Comandos Especiales"
11724
11725 \end_inset
11726
11727
11728 \end_layout
11729
11730 \begin_layout Standard
11731 Para separar filas verticalmente se puede emplear el siguiente comando ERT
11732 \end_layout
11733
11734 \begin_layout Standard
11735
11736 \series bold
11737
11738 \backslash
11739 addlinespace[ancho]
11740 \end_layout
11741
11742 \begin_layout Standard
11743 El ancho predeterminado es 0.5\InsetSpace \thinspace{}
11744 em.
11745  En la Tabla\InsetSpace ~
11746
11747 \begin_inset LatexCommand ref
11748 reference "tab:Ejemplo-tabla-booktabs"
11749
11750 \end_inset
11751
11752  se ha insertado 
11753 \series bold
11754
11755 \backslash
11756 addlinespace
11757 \series default
11758  en la primera celda de algunas filas.
11759  El espacio se crea sobre las filas en las que se inserta el comando.
11760 \end_layout
11761
11762 \begin_layout Standard
11763 \begin_inset VSpace medskip
11764 \end_inset
11765
11766
11767 \end_layout
11768
11769 \begin_layout Standard
11770 Quizá quieras superponer líneas 
11771 \series bold
11772
11773 \backslash
11774 cmidrules
11775 \series default
11776  como en la Tabla\InsetSpace ~
11777
11778 \begin_inset LatexCommand ref
11779 reference "tab:Tabla-booktabs-especial"
11780
11781 \end_inset
11782
11783 .
11784  Esto se consigue con el comando ERT
11785 \end_layout
11786
11787 \begin_layout Standard
11788
11789 \series bold
11790
11791 \backslash
11792 morecmidrule
11793 \series default
11794 s
11795 \end_layout
11796
11797 \begin_layout Standard
11798 El comando que se ha utilizado para la segunda fila de la Tabla\InsetSpace ~
11799
11800 \begin_inset LatexCommand ref
11801 reference "tab:Tabla-booktabs-especial"
11802
11803 \end_inset
11804
11805  es
11806 \end_layout
11807
11808 \begin_layout Standard
11809
11810 \series bold
11811
11812 \backslash
11813 cmidrule(r){2-2}
11814 \backslash
11815 cmidrule(l){3-4}
11816 \backslash
11817 morecmidrules
11818 \backslash
11819 cmidrule{2-4}
11820 \end_layout
11821
11822 \begin_layout Standard
11823 El comando para la sexta fila es
11824 \end_layout
11825
11826 \begin_layout Standard
11827
11828 \series bold
11829
11830 \backslash
11831 midrule
11832 \backslash
11833 morecmidrules
11834 \backslash
11835 cmidrule{3-4}
11836 \end_layout
11837
11838 \begin_layout Standard
11839 \begin_inset VSpace bigskip
11840 \end_inset
11841
11842
11843 \end_layout
11844
11845 \begin_layout Standard
11846 El espacio alrededor de cada línea en una tabla "booktabs" puede especificarse
11847  en el preámbulo del documento.
11848  Para más información al respecto, véase el manual del paquete 
11849 \begin_inset LatexCommand cite
11850 key "booktabs"
11851
11852 \end_inset
11853
11854 .
11855  Si de todas formas no te satisface el espaciado, puedes usar el siguiente
11856  comando para dibujar líneas que se extienden sobre todas las columnas
11857 \end_layout
11858
11859 \begin_layout Standard
11860
11861 \series bold
11862
11863 \backslash
11864 specialrule{anchura}{espacio superior}{espacio inferior}
11865 \end_layout
11866
11867 \begin_layout Standard
11868 \begin_inset Float table
11869 placement h
11870 wide false
11871 sideways false
11872 status open
11873
11874 \begin_layout Standard
11875 \begin_inset Caption
11876
11877 \begin_layout Standard
11878 \begin_inset LatexCommand label
11879 name "tab:Tabla-booktabs-especial"
11880
11881 \end_inset
11882
11883 Tabla booktabs especial
11884 \end_layout
11885
11886 \end_inset
11887
11888
11889 \end_layout
11890
11891 \begin_layout Standard
11892 \align center
11893 \begin_inset Tabular
11894 <lyxtabular version="3" rows="8" columns="4">
11895 <features booktabs="true">
11896 <column alignment="center" valignment="top" width="0">
11897 <column alignment="center" valignment="top" width="0">
11898 <column alignment="center" valignment="top" width="0">
11899 <column alignment="center" valignment="top" width="0">
11900 <row topline="true">
11901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Standard
11905 System
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11911 \begin_inset Text
11912
11913 \begin_layout Standard
11914 Medipix\InsetSpace \thinspace{}
11915 1
11916 \end_layout
11917
11918 \end_inset
11919 </cell>
11920 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Standard
11924 Medipix\InsetSpace \thinspace{}
11925 2
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Standard
11934
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 </row>
11940 <row>
11941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Standard
11945 \begin_inset ERT
11946 status collapsed
11947
11948 \begin_layout Standard
11949
11950
11951 \backslash
11952 cmidrule(r){2-2}
11953 \end_layout
11954
11955 \end_inset
11956
11957
11958 \begin_inset ERT
11959 status collapsed
11960
11961 \begin_layout Standard
11962
11963
11964 \backslash
11965 cmidrule(l){3-4}
11966 \end_layout
11967
11968 \end_inset
11969
11970
11971 \begin_inset ERT
11972 status collapsed
11973
11974 \begin_layout Standard
11975
11976
11977 \backslash
11978 morecmidrules 
11979 \end_layout
11980
11981 \end_inset
11982
11983
11984 \begin_inset ERT
11985 status collapsed
11986
11987 \begin_layout Standard
11988
11989
11990 \backslash
11991 cmidrule{2-4}
11992 \end_layout
11993
11994 \end_inset
11995
11996 Detector thickness [µm]
11997 \end_layout
11998
11999 \end_inset
12000 </cell>
12001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Standard
12005 300
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Standard
12014 300
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12020 \begin_inset Text
12021
12022 \begin_layout Standard
12023 700
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 </row>
12029 <row topline="true">
12030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Standard
12034 Edge angle [°]
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Standard
12043 3.55
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12049 \begin_inset Text
12050
12051 \begin_layout Standard
12052 2.71
12053 \end_layout
12054
12055 \end_inset
12056 </cell>
12057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12058 \begin_inset Text
12059
12060 \begin_layout Standard
12061 7.99
12062 \end_layout
12063
12064 \end_inset
12065 </cell>
12066 </row>
12067 <row topspace="default">
12068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12069 \begin_inset Text
12070
12071 \begin_layout Standard
12072 Spatial resolution [µm]
12073 \end_layout
12074
12075 \end_inset
12076 </cell>
12077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12078 \begin_inset Text
12079
12080 \begin_layout Standard
12081 4.26
12082 \end_layout
12083
12084 \end_inset
12085 </cell>
12086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12087 \begin_inset Text
12088
12089 \begin_layout Standard
12090 10.17
12091 \end_layout
12092
12093 \end_inset
12094 </cell>
12095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12096 \begin_inset Text
12097
12098 \begin_layout Standard
12099 10.56
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 </row>
12105 <row topspace="default">
12106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12107 \begin_inset Text
12108
12109 \begin_layout Standard
12110 MTF at 
12111 \begin_inset Formula $f_{\mathrm{max}}$
12112 \end_inset
12113
12114
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12120 \begin_inset Text
12121
12122 \begin_layout Standard
12123 0.53
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12129 \begin_inset Text
12130
12131 \begin_layout Standard
12132 0.37
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12138 \begin_inset Text
12139
12140 \begin_layout Standard
12141 0.39
12142 \end_layout
12143
12144 \end_inset
12145 </cell>
12146 </row>
12147 <row topline="true">
12148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12149 \begin_inset Text
12150
12151 \begin_layout Standard
12152 \begin_inset ERT
12153 status collapsed
12154
12155 \begin_layout Standard
12156
12157
12158 \backslash
12159 morecmidrules 
12160 \end_layout
12161
12162 \end_inset
12163
12164
12165 \begin_inset ERT
12166 status collapsed
12167
12168 \begin_layout Standard
12169
12170
12171 \backslash
12172 cmidrule{3-4}
12173 \end_layout
12174
12175 \end_inset
12176
12177 LSF-spatial resolution
12178 \end_layout
12179
12180 \end_inset
12181 </cell>
12182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Standard
12186
12187 \end_layout
12188
12189 \end_inset
12190 </cell>
12191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12192 \begin_inset Text
12193
12194 \begin_layout Standard
12195
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12201 \begin_inset Text
12202
12203 \begin_layout Standard
12204
12205 \end_layout
12206
12207 \end_inset
12208 </cell>
12209 </row>
12210 <row>
12211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12212 \begin_inset Text
12213
12214 \begin_layout Standard
12215 in µm
12216 \end_layout
12217
12218 \end_inset
12219 </cell>
12220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12221 \begin_inset Text
12222
12223 \begin_layout Standard
12224 129.7
12225 \end_layout
12226
12227 \end_inset
12228 </cell>
12229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12230 \begin_inset Text
12231
12232 \begin_layout Standard
12233 52.75
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Standard
12242 50.78
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 </row>
12248 <row bottomline="true">
12249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12250 \begin_inset Text
12251
12252 \begin_layout Standard
12253 in % of pixel size
12254 \end_layout
12255
12256 \end_inset
12257 </cell>
12258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12259 \begin_inset Text
12260
12261 \begin_layout Standard
12262 76.3
12263 \end_layout
12264
12265 \end_inset
12266 </cell>
12267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Standard
12271 95.9
12272 \end_layout
12273
12274 \end_inset
12275 </cell>
12276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12277 \begin_inset Text
12278
12279 \begin_layout Standard
12280 92.3
12281 \end_layout
12282
12283 \end_inset
12284 </cell>
12285 </row>
12286 </lyxtabular>
12287
12288 \end_inset
12289
12290
12291 \end_layout
12292
12293 \end_inset
12294
12295
12296 \end_layout
12297
12298 \begin_layout Section
12299 Alineación Vertical en Tablas
12300 \end_layout
12301
12302 \begin_layout Standard
12303 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
12304  en un cuadro.
12305  Entonces el cuadro se puede alinear verticalmente como se describe en la
12306  sección\InsetSpace ~
12307
12308 \begin_inset LatexCommand ref
12309 reference "sec:Diálogo-Cuadros"
12310
12311 \end_inset
12312
12313 .
12314  
12315 \end_layout
12316
12317 \begin_layout Standard
12318 En el ejemplo siguiente las tablas están en un cuadro de minipágina
12319 \begin_inset Foot
12320 status collapsed
12321
12322 \begin_layout Standard
12323 Las minipáginas se describen en la sección\InsetSpace ~
12324
12325 \begin_inset LatexCommand ref
12326 reference "sec:Minipáginas"
12327
12328 \end_inset
12329
12330 .
12331 \end_layout
12332
12333 \end_inset
12334
12335  que tiene una anchura de 15\InsetSpace \thinspace{}
12336 col%:
12337 \end_layout
12338
12339 \begin_layout Itemize
12340 test 
12341 \begin_inset Box Frameless
12342 position "t"
12343 hor_pos "c"
12344 has_inner_box 1
12345 inner_pos "c"
12346 use_parbox 0
12347 width "15col%"
12348 special "none"
12349 height "1in"
12350 height_special "totalheight"
12351 status collapsed
12352
12353 \begin_layout Standard
12354 \begin_inset Tabular
12355 <lyxtabular version="3" rows="3" columns="3">
12356 <features>
12357 <column alignment="center" valignment="top" leftline="true" width="0">
12358 <column alignment="center" valignment="top" leftline="true" width="0">
12359 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12360 <row topline="true">
12361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12362 \begin_inset Text
12363
12364 \begin_layout Standard
12365 a
12366 \end_layout
12367
12368 \end_inset
12369 </cell>
12370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12371 \begin_inset Text
12372
12373 \begin_layout Standard
12374 d
12375 \end_layout
12376
12377 \end_inset
12378 </cell>
12379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12380 \begin_inset Text
12381
12382 \begin_layout Standard
12383 g
12384 \end_layout
12385
12386 \end_inset
12387 </cell>
12388 </row>
12389 <row topline="true">
12390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12391 \begin_inset Text
12392
12393 \begin_layout Standard
12394 b
12395 \end_layout
12396
12397 \end_inset
12398 </cell>
12399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12400 \begin_inset Text
12401
12402 \begin_layout Standard
12403 e
12404 \end_layout
12405
12406 \end_inset
12407 </cell>
12408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12409 \begin_inset Text
12410
12411 \begin_layout Standard
12412 h
12413 \end_layout
12414
12415 \end_inset
12416 </cell>
12417 </row>
12418 <row topline="true" bottomline="true">
12419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12420 \begin_inset Text
12421
12422 \begin_layout Standard
12423 c
12424 \end_layout
12425
12426 \end_inset
12427 </cell>
12428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12429 \begin_inset Text
12430
12431 \begin_layout Standard
12432 f
12433 \end_layout
12434
12435 \end_inset
12436 </cell>
12437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12438 \begin_inset Text
12439
12440 \begin_layout Standard
12441 i
12442 \end_layout
12443
12444 \end_inset
12445 </cell>
12446 </row>
12447 </lyxtabular>
12448
12449 \end_inset
12450
12451
12452 \end_layout
12453
12454 \end_inset
12455
12456  test 
12457 \begin_inset ERT
12458 status collapsed
12459
12460 \begin_layout Standard
12461
12462
12463 \backslash
12464 raisebox{0.85
12465 \backslash
12466 baselineskip}{
12467 \end_layout
12468
12469 \end_inset
12470
12471
12472 \begin_inset Box Frameless
12473 position "t"
12474 hor_pos "c"
12475 has_inner_box 1
12476 inner_pos "c"
12477 use_parbox 0
12478 width "15col%"
12479 special "none"
12480 height "1in"
12481 height_special "totalheight"
12482 status collapsed
12483
12484 \begin_layout Standard
12485 \begin_inset Tabular
12486 <lyxtabular version="3" rows="3" columns="3">
12487 <features>
12488 <column alignment="center" valignment="top" leftline="true" width="0">
12489 <column alignment="center" valignment="top" leftline="true" width="0">
12490 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12491 <row topline="true">
12492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Standard
12496 a
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Standard
12505 d
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Standard
12514 g
12515 \end_layout
12516
12517 \end_inset
12518 </cell>
12519 </row>
12520 <row topline="true">
12521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Standard
12525 b
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Standard
12534 e
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Standard
12543 h
12544 \end_layout
12545
12546 \end_inset
12547 </cell>
12548 </row>
12549 <row topline="true" bottomline="true">
12550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Standard
12554 c
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Standard
12563 f
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Standard
12572 i
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 </row>
12578 </lyxtabular>
12579
12580 \end_inset
12581
12582
12583 \end_layout
12584
12585 \end_inset
12586
12587
12588 \begin_inset ERT
12589 status collapsed
12590
12591 \begin_layout Standard
12592
12593 }
12594 \end_layout
12595
12596 \end_inset
12597
12598
12599 \end_layout
12600
12601 \begin_layout Itemize
12602 test 
12603 \begin_inset Box Frameless
12604 position "c"
12605 hor_pos "c"
12606 has_inner_box 1
12607 inner_pos "c"
12608 use_parbox 0
12609 width "15col%"
12610 special "none"
12611 height "1in"
12612 height_special "totalheight"
12613 status collapsed
12614
12615 \begin_layout Standard
12616 \begin_inset Tabular
12617 <lyxtabular version="3" rows="3" columns="3">
12618 <features>
12619 <column alignment="center" valignment="top" leftline="true" width="0">
12620 <column alignment="center" valignment="top" leftline="true" width="0">
12621 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12622 <row topline="true">
12623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Standard
12627 a
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Standard
12636 d
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Standard
12645 g
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 </row>
12651 <row topline="true">
12652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Standard
12656 b
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Standard
12665 e
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Standard
12674 h
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 </row>
12680 <row topline="true" bottomline="true">
12681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Standard
12685 c
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Standard
12694 f
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Standard
12703 i
12704 \end_layout
12705
12706 \end_inset
12707 </cell>
12708 </row>
12709 </lyxtabular>
12710
12711 \end_inset
12712
12713
12714 \end_layout
12715
12716 \end_inset
12717
12718
12719 \end_layout
12720
12721 \begin_layout Itemize
12722 test 
12723 \begin_inset Box Frameless
12724 position "b"
12725 hor_pos "c"
12726 has_inner_box 1
12727 inner_pos "c"
12728 use_parbox 0
12729 width "15col%"
12730 special "none"
12731 height "1in"
12732 height_special "totalheight"
12733 status collapsed
12734
12735 \begin_layout Standard
12736 \begin_inset Tabular
12737 <lyxtabular version="3" rows="3" columns="3">
12738 <features>
12739 <column alignment="center" valignment="top" leftline="true" width="0">
12740 <column alignment="center" valignment="top" leftline="true" width="0">
12741 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12742 <row topline="true">
12743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12744 \begin_inset Text
12745
12746 \begin_layout Standard
12747 a
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Standard
12756 d
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12762 \begin_inset Text
12763
12764 \begin_layout Standard
12765 g
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 </row>
12771 <row topline="true">
12772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Standard
12776 b
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Standard
12785 e
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Standard
12794 h
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 </row>
12800 <row topline="true" bottomline="true">
12801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12802 \begin_inset Text
12803
12804 \begin_layout Standard
12805 c
12806 \end_layout
12807
12808 \end_inset
12809 </cell>
12810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Standard
12814 f
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Standard
12823 i
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 </row>
12829 </lyxtabular>
12830
12831 \end_inset
12832
12833
12834 \end_layout
12835
12836 \end_inset
12837
12838  test 
12839 \begin_inset ERT
12840 status collapsed
12841
12842 \begin_layout Standard
12843
12844
12845 \backslash
12846 raisebox{-0.32
12847 \backslash
12848 baselineskip}{
12849 \end_layout
12850
12851 \end_inset
12852
12853
12854 \begin_inset Box Frameless
12855 position "b"
12856 hor_pos "c"
12857 has_inner_box 1
12858 inner_pos "c"
12859 use_parbox 0
12860 width "15col%"
12861 special "none"
12862 height "1in"
12863 height_special "totalheight"
12864 status collapsed
12865
12866 \begin_layout Standard
12867 \begin_inset Tabular
12868 <lyxtabular version="3" rows="3" columns="3">
12869 <features>
12870 <column alignment="center" valignment="top" leftline="true" width="0">
12871 <column alignment="center" valignment="top" leftline="true" width="0">
12872 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12873 <row topline="true">
12874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Standard
12878 a
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Standard
12887 d
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12893 \begin_inset Text
12894
12895 \begin_layout Standard
12896 g
12897 \end_layout
12898
12899 \end_inset
12900 </cell>
12901 </row>
12902 <row topline="true">
12903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Standard
12907 b
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12913 \begin_inset Text
12914
12915 \begin_layout Standard
12916 e
12917 \end_layout
12918
12919 \end_inset
12920 </cell>
12921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Standard
12925 h
12926 \end_layout
12927
12928 \end_inset
12929 </cell>
12930 </row>
12931 <row topline="true" bottomline="true">
12932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Standard
12936 c
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12942 \begin_inset Text
12943
12944 \begin_layout Standard
12945 f
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12951 \begin_inset Text
12952
12953 \begin_layout Standard
12954 i
12955 \end_layout
12956
12957 \end_inset
12958 </cell>
12959 </row>
12960 </lyxtabular>
12961
12962 \end_inset
12963
12964
12965 \end_layout
12966
12967 \end_inset
12968
12969
12970 \begin_inset ERT
12971 status collapsed
12972
12973 \begin_layout Standard
12974
12975 }
12976 \end_layout
12977
12978 \end_inset
12979
12980
12981 \end_layout
12982
12983 \begin_layout Standard
12984 Como ves, los contenidos de la primera y última filas no se alinean correctament
12985 e con la línea de texto donde está la tabla.
12986  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
12987  un cuadro elevado ("raisebox")
12988 \begin_inset Foot
12989 status collapsed
12990
12991 \begin_layout Standard
12992 El uso del comando 
12993 \series bold
12994
12995 \backslash
12996 raisebox
12997 \series default
12998  se explica en la sección\InsetSpace ~
12999
13000 \begin_inset LatexCommand ref
13001 reference "sub:Alineación-Vertical"
13002
13003 \end_inset
13004
13005 .
13006 \end_layout
13007
13008 \end_inset
13009
13010 .
13011  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
13012  usando el comando en ERT
13013 \end_layout
13014
13015 \begin_layout Standard
13016
13017 \series bold
13018
13019 \backslash
13020 raisebox{0.85
13021 \backslash
13022 baselineskip}{
13023 \end_layout
13024
13025 \begin_layout Standard
13026 antes del cuadro.
13027  Tras él, se pone la llave de cierre 
13028 \series bold
13029 }
13030 \series default
13031  también como ERT.
13032  Para la segunda tabla en el tercer ítem se usa el comando 
13033 \end_layout
13034
13035 \begin_layout Standard
13036
13037 \series bold
13038
13039 \backslash
13040 raisebox{-0.32
13041 \backslash
13042 baselineskip}{
13043 \end_layout
13044
13045 \begin_layout Section
13046 Tablas Coloreadas
13047 \begin_inset LatexCommand label
13048 name "sec:Tablas-Coloreadas"
13049
13050 \end_inset
13051
13052
13053 \begin_inset LatexCommand index
13054 name "Tablas ! Coloreadas"
13055
13056 \end_inset
13057
13058
13059 \end_layout
13060
13061 \begin_layout Subsection
13062 Celdas Coloreadas
13063 \begin_inset LatexCommand index
13064 name "Tablas Coloreadas ! Celdas"
13065
13066 \end_inset
13067
13068
13069 \begin_inset LatexCommand index
13070 name "Color ! en Celdas de Tablas"
13071
13072 \end_inset
13073
13074
13075 \end_layout
13076
13077 \begin_layout Standard
13078 \begin_inset Float table
13079 placement h
13080 wide false
13081 sideways false
13082 status open
13083
13084 \begin_layout Standard
13085 \begin_inset Caption
13086
13087 \begin_layout Standard
13088 \begin_inset LatexCommand label
13089 name "tab:Tabla-coloreada-sin"
13090
13091 \end_inset
13092
13093 Tabla coloreada sin usar el paquete 
13094 \series bold
13095 colortbl
13096 \series default
13097
13098 \begin_inset OptArg
13099 status collapsed
13100
13101 \begin_layout Standard
13102 Tabla sin colortbl
13103 \end_layout
13104
13105 \end_inset
13106
13107
13108 \end_layout
13109
13110 \end_inset
13111
13112
13113 \end_layout
13114
13115 \begin_layout Standard
13116 \align center
13117 \begin_inset Tabular
13118 <lyxtabular version="3" rows="3" columns="3">
13119 <features>
13120 <column alignment="center" valignment="top" leftline="true" width="0">
13121 <column alignment="center" valignment="top" leftline="true" width="0">
13122 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13123 <row topline="true">
13124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Standard
13128
13129 \color green
13130 a
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Standard
13139
13140 \color red
13141 b
13142 \end_layout
13143
13144 \end_inset
13145 </cell>
13146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Standard
13150
13151 \color red
13152 c
13153 \end_layout
13154
13155 \end_inset
13156 </cell>
13157 </row>
13158 <row topline="true">
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Standard
13163
13164 \color green
13165 d
13166 \end_layout
13167
13168 \end_inset
13169 </cell>
13170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Standard
13174
13175 \color blue
13176 e
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Standard
13185
13186 \color blue
13187 f
13188 \end_layout
13189
13190 \end_inset
13191 </cell>
13192 </row>
13193 <row topline="true" bottomline="true">
13194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13195 \begin_inset Text
13196
13197 \begin_layout Standard
13198
13199 \color green
13200 g
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13206 \begin_inset Text
13207
13208 \begin_layout Standard
13209
13210 \color blue
13211 h
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Standard
13220
13221 \color blue
13222 i
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 </row>
13228 </lyxtabular>
13229
13230 \end_inset
13231
13232
13233 \end_layout
13234
13235 \end_inset
13236
13237
13238 \end_layout
13239
13240 \begin_layout Standard
13241 Si solo necesitas color en el texto, marca las celdas y elige un color en
13242  el menú 
13243 \family sans
13244 Editar\SpecialChar \menuseparator
13245 Estilo\InsetSpace ~
13246 del\InsetSpace ~
13247 Texto
13248 \family default
13249 .
13250  Esto se ha hecho en la Tabla\InsetSpace ~
13251
13252 \begin_inset LatexCommand ref
13253 reference "tab:Tabla-coloreada-sin"
13254
13255 \end_inset
13256
13257 .
13258  En cualquier otro caso hay que usar el paquete LaTeX 
13259 \series bold
13260 colortbl
13261 \series default
13262 .
13263 \begin_inset LatexCommand index
13264 name "LaTeX-paquetes ! colortbl"
13265
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \begin_layout Standard
13272 Para crear tablas coloreadas, 
13273 \series bold
13274 colortbl
13275 \series default
13276  debe cargarse en el preámbulo con la línea
13277 \end_layout
13278
13279 \begin_layout Standard
13280
13281 \series bold
13282
13283 \backslash
13284 usepackage{colortbl}
13285 \end_layout
13286
13287 \begin_layout Standard
13288 El color de una columna se define con el comando
13289 \end_layout
13290
13291 \begin_layout Standard
13292
13293 \series bold
13294
13295 \backslash
13296 columncolor{nombre del color}
13297 \end_layout
13298
13299 \begin_layout Standard
13300 dentro del comando 
13301 \series bold
13302 >{ }
13303 \series default
13304 .
13305  Más sobre el comando 
13306 \series bold
13307 >{}
13308 \series default
13309  se explica en la sección\InsetSpace ~
13310
13311 \begin_inset LatexCommand ref
13312 reference "sub:Cálculos-en-Multicolumnas"
13313
13314 \end_inset
13315
13316 .
13317 \end_layout
13318
13319 \begin_layout Standard
13320 Los siguientes nombres de color están predefinidos:
13321 \end_layout
13322
13323 \begin_layout Standard
13324
13325 \family sans
13326 red
13327 \family default
13328
13329 \family sans
13330 green
13331 \family default
13332
13333 \family sans
13334 yellow, blue
13335 \family default
13336
13337 \family sans
13338 cyan
13339 \family default
13340 \series bold
13341 ,
13342 \series default
13343  
13344 \family sans
13345 magenta, black
13346 \family default
13347
13348 \family sans
13349 white
13350 \end_layout
13351
13352 \begin_layout Standard
13353 \begin_inset VSpace medskip
13354 \end_inset
13355
13356
13357 \end_layout
13358
13359 \begin_layout Standard
13360 Puedes definir tus propios colores con el comando
13361 \end_layout
13362
13363 \begin_layout Standard
13364
13365 \series bold
13366
13367 \backslash
13368 def\SpecialChar \textcompwordmark{}
13369 inecolor{nombre del color}{modelo de color}{valores de color}
13370 \end_layout
13371
13372 \begin_layout Standard
13373 El modelo de color puede ser
13374 \end_layout
13375
13376 \begin_layout Labeling
13377 \labelwidthstring 00.00.0000
13378 cmyk: cyan, magenta, yellow, black
13379 \end_layout
13380
13381 \begin_layout Labeling
13382 \labelwidthstring 00.00.0000
13383 rgb: red, green, blue
13384 \end_layout
13385
13386 \begin_layout Labeling
13387 \labelwidthstring 00.00.0000
13388 gray gray
13389 \end_layout
13390
13391 \begin_layout Standard
13392 y los valores de color son números separados por comas entre 0 y 1 que describen
13393  el factor para el color correspondiente del modelo de color.
13394 \end_layout
13395
13396 \begin_layout Standard
13397 Por ejemplo, puedes definir el color "
13398 \emph on
13399 verde oscuro
13400 \emph default
13401 " en el preámbulo con
13402 \end_layout
13403
13404 \begin_layout Standard
13405
13406 \series bold
13407
13408 \backslash
13409 def\SpecialChar \textcompwordmark{}
13410 inecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13411 \end_layout
13412
13413 \begin_layout Standard
13414 y el color "
13415 \emph on
13416 gris claro
13417 \emph default
13418 " con
13419 \end_layout
13420
13421 \begin_layout Standard
13422
13423 \series bold
13424
13425 \backslash
13426 def\SpecialChar \textcompwordmark{}
13427 inecolor{grisclaro}{gray}{0.8}
13428 \end_layout
13429
13430 \begin_layout Standard
13431 \begin_inset VSpace medskip
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \begin_layout Standard
13438 Las líneas se colorean con el comando
13439 \end_layout
13440
13441 \begin_layout Standard
13442
13443 \series bold
13444
13445 \backslash
13446 rowcolor{nombre del color}
13447 \end_layout
13448
13449 \begin_layout Standard
13450 y las celdas se colorean con el comando
13451 \end_layout
13452
13453 \begin_layout Standard
13454
13455 \series bold
13456
13457 \backslash
13458 cellcolor{nombre del color}
13459 \end_layout
13460
13461 \begin_layout Standard
13462 Ambos comandos se insertan al principio de una celda como ERT.
13463 \end_layout
13464
13465 \begin_layout Standard
13466 Para colorear caracteres en la tabla marca las celdas y usa el menú 
13467 \family sans
13468 Editar\SpecialChar \menuseparator
13469 Estilo\InsetSpace ~
13470 del\InsetSpace ~
13471 Texto
13472 \family default
13473 .
13474  Si una celda contiene ERT marca solo los caracteres, si no el ERT con color
13475  puede ocasionar errores de LaTeX.
13476 \end_layout
13477
13478 \begin_layout Standard
13479 \begin_inset VSpace bigskip
13480 \end_inset
13481
13482
13483 \end_layout
13484
13485 \begin_layout Standard
13486 Para crear la Tabla\InsetSpace ~
13487
13488 \begin_inset LatexCommand ref
13489 reference "tab:Tabla-coloreada-con"
13490
13491 \end_inset
13492
13493  haz lo siguiente: El color de la primera columna debería ser 
13494 \emph on
13495 verde oscuro
13496 \emph default
13497 .
13498  Así pues
13499 \end_layout
13500
13501 \begin_layout Standard
13502
13503 \series bold
13504 >{
13505 \backslash
13506 columncolor{verdeoscuro}
13507 \backslash
13508 centering}c
13509 \end_layout
13510
13511 \begin_layout Standard
13512 como argumento LaTeX para esta columna.
13513  La primera fila debería ser azul, por tanto el comando ERT
13514 \end_layout
13515
13516 \begin_layout Standard
13517
13518 \series bold
13519
13520 \backslash
13521 rowcolow{cyan}
13522 \end_layout
13523
13524 \begin_layout Standard
13525 se inserta en la primera celda de esta fila.
13526  Observa que esto sobreescribe el color de la columna para la primera celda.
13527  La última celda de la última fila se colorea magenta insertando el comando
13528  ERT
13529 \end_layout
13530
13531 \begin_layout Standard
13532
13533 \series bold
13534
13535 \backslash
13536 cellcolor{magenta}
13537 \end_layout
13538
13539 \begin_layout Standard
13540 Ahora podrían colorearse los caracteres usando el menú 
13541 \family sans
13542 Editar\SpecialChar \menuseparator
13543 Estilo\InsetSpace ~
13544 del\InsetSpace ~
13545 Texto
13546 \family default
13547 .
13548 \end_layout
13549
13550 \begin_layout Standard
13551 \begin_inset Float table
13552 placement h
13553 wide false
13554 sideways false
13555 status open
13556
13557 \begin_layout Standard
13558 \begin_inset Caption
13559
13560 \begin_layout Standard
13561 \begin_inset LatexCommand label
13562 name "tab:Tabla-coloreada-con"
13563
13564 \end_inset
13565
13566 Tabla coloreada usando el paquete 
13567 \series bold
13568 colortbl
13569 \series default
13570
13571 \begin_inset OptArg
13572 status collapsed
13573
13574 \begin_layout Standard
13575 Tabla con colortbl
13576 \end_layout
13577
13578 \end_inset
13579
13580
13581 \end_layout
13582
13583 \end_inset
13584
13585
13586 \end_layout
13587
13588 \begin_layout Standard
13589 \align center
13590 \begin_inset Tabular
13591 <lyxtabular version="3" rows="3" columns="3">
13592 <features>
13593 <column alignment="center" valignment="top" leftline="true" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
13594 <column alignment="center" valignment="top" width="0">
13595 <column alignment="center" valignment="top" width="0">
13596 <row>
13597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Standard
13601 \begin_inset ERT
13602 status collapsed
13603
13604 \begin_layout Standard
13605
13606
13607 \backslash
13608 rowcolor{cyan}
13609 \end_layout
13610
13611 \end_inset
13612
13613
13614 \color magenta
13615 a
13616 \end_layout
13617
13618 \end_inset
13619 </cell>
13620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Standard
13624
13625 \color red
13626 b
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Standard
13635
13636 \color red
13637 c
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 </row>
13643 <row>
13644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Standard
13648
13649 \color yellow
13650 d
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Standard
13659
13660 \color blue
13661 e
13662 \end_layout
13663
13664 \end_inset
13665 </cell>
13666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13667 \begin_inset Text
13668
13669 \begin_layout Standard
13670
13671 \color blue
13672 f
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 </row>
13678 <row>
13679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Standard
13683
13684 \color yellow
13685 g
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Standard
13694
13695 \color blue
13696 h
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Standard
13705 \begin_inset ERT
13706 status collapsed
13707
13708 \begin_layout Standard
13709
13710
13711 \backslash
13712 cellcolor{magenta}
13713 \end_layout
13714
13715 \end_inset
13716
13717
13718 \color green
13719 i
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 </row>
13725 </lyxtabular>
13726
13727 \end_inset
13728
13729
13730 \end_layout
13731
13732 \end_inset
13733
13734
13735 \end_layout
13736
13737 \begin_layout Subsection
13738 Líneas coloreadas
13739 \begin_inset LatexCommand index
13740 name "Tablas Coloreadas ! Líneas"
13741
13742 \end_inset
13743
13744
13745 \begin_inset LatexCommand index
13746 name "Color ! en Líneas de Tabla"
13747
13748 \end_inset
13749
13750
13751 \end_layout
13752
13753 \begin_layout Standard
13754 Como se describe en la sección\InsetSpace ~
13755
13756 \begin_inset LatexCommand ref
13757 reference "sub:Grosor-de-Líneas"
13758
13759 \end_inset
13760
13761 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
13762  
13763 \series bold
13764
13765 \backslash
13766 arrayrulewidth
13767 \series default
13768 .
13769  Se ha puesto 1.5\InsetSpace \thinspace{}
13770 pt para todas las tablas de esta sección.
13771 \begin_inset ERT
13772 status collapsed
13773
13774 \begin_layout Standard
13775
13776
13777 \backslash
13778 setlength{
13779 \backslash
13780 arrayrulewidth}{1.5pt}
13781 \end_layout
13782
13783 \end_inset
13784
13785
13786 \end_layout
13787
13788 \begin_layout Standard
13789 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
13790  el preámbulo del documento el siguiente formato de columna, de acuerdo
13791  a lo descrito en la sección\InsetSpace ~
13792
13793 \begin_inset LatexCommand ref
13794 reference "sub:Formato-Personalizado"
13795
13796 \end_inset
13797
13798 :
13799 \end_layout
13800
13801 \begin_layout Standard
13802
13803 \series bold
13804
13805 \backslash
13806 newcolumntype{W}{!{
13807 \backslash
13808 color{green}
13809 \backslash
13810 vline}}
13811 \end_layout
13812
13813 \begin_layout Standard
13814 Para la Tabla\InsetSpace ~
13815
13816 \begin_inset LatexCommand ref
13817 reference "tab:Tabla-con-verticales-coloreadas"
13818
13819 \end_inset
13820
13821  se usó el argumento LaTeX
13822 \end_layout
13823
13824 \begin_layout Standard
13825
13826 \series bold
13827 WcW
13828 \end_layout
13829
13830 \begin_layout Standard
13831 para la última columna y
13832 \end_layout
13833
13834 \begin_layout Standard
13835
13836 \series bold
13837 Wc
13838 \end_layout
13839
13840 \begin_layout Standard
13841 para las demás.
13842 \end_layout
13843
13844 \begin_layout Standard
13845 Si quieres tener varios colores, define más formatos de columna.
13846 \end_layout
13847
13848 \begin_layout Standard
13849 \begin_inset Float table
13850 wide false
13851 sideways false
13852 status collapsed
13853
13854 \begin_layout Standard
13855 \begin_inset Caption
13856
13857 \begin_layout Standard
13858 \begin_inset LatexCommand label
13859 name "tab:Tabla-con-verticales-coloreadas"
13860
13861 \end_inset
13862
13863 Tabla con líneas verticales coloreadas
13864 \end_layout
13865
13866 \end_inset
13867
13868
13869 \end_layout
13870
13871 \begin_layout Standard
13872 \align center
13873 \begin_inset Tabular
13874 <lyxtabular version="3" rows="3" columns="3">
13875 <features>
13876 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
13877 <column alignment="center" valignment="top" width="0" special="Wc">
13878 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
13879 <row topline="true">
13880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Standard
13884 sd
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13890 \begin_inset Text
13891
13892 \begin_layout Standard
13893
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
13903 \end_layout
13904
13905 \end_inset
13906 </cell>
13907 </row>
13908 <row topline="true">
13909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Standard
13913
13914 \end_layout
13915
13916 \end_inset
13917 </cell>
13918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13919 \begin_inset Text
13920
13921 \begin_layout Standard
13922 sd
13923 \end_layout
13924
13925 \end_inset
13926 </cell>
13927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13928 \begin_inset Text
13929
13930 \begin_layout Standard
13931
13932 \end_layout
13933
13934 \end_inset
13935 </cell>
13936 </row>
13937 <row topline="true" bottomline="true">
13938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Standard
13942
13943 \end_layout
13944
13945 \end_inset
13946 </cell>
13947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13948 \begin_inset Text
13949
13950 \begin_layout Standard
13951
13952 \end_layout
13953
13954 \end_inset
13955 </cell>
13956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13957 \begin_inset Text
13958
13959 \begin_layout Standard
13960 sd
13961 \end_layout
13962
13963 \end_inset
13964 </cell>
13965 </row>
13966 </lyxtabular>
13967
13968 \end_inset
13969
13970
13971 \end_layout
13972
13973 \end_inset
13974
13975
13976 \end_layout
13977
13978 \begin_layout Standard
13979 \begin_inset VSpace bigskip
13980 \end_inset
13981
13982 Para colorear líneas horizontales, por ejemplo en rojo, como en la Tabla\InsetSpace ~
13983
13984 \begin_inset LatexCommand ref
13985 reference "tab:Tabla-con-horizontales-coloreadas"
13986
13987 \end_inset
13988
13989 , inserta estos comandos en ERT antes de la tabla o del flotante:
13990 \end_layout
13991
13992 \begin_layout Standard
13993
13994 \series bold
13995
13996 \backslash
13997 let
13998 \backslash
13999 myHlineC
14000 \backslash
14001 hline
14002 \newline
14003
14004 \backslash
14005 renewcommand{
14006 \backslash
14007 hline}{
14008 \backslash
14009 arrayrulecolor{red}
14010 \backslash
14011 myHlineC
14012 \backslash
14013 arrayrulecolor{black}}
14014 \end_layout
14015
14016 \begin_layout Standard
14017 \begin_inset ERT
14018 status collapsed
14019
14020 \begin_layout Standard
14021
14022
14023 \backslash
14024 let
14025 \backslash
14026 myHlineC
14027 \backslash
14028 hline
14029 \end_layout
14030
14031 \begin_layout Standard
14032
14033
14034 \backslash
14035 renewcommand{
14036 \backslash
14037 hline}{
14038 \backslash
14039 arrayrulecolor{red}
14040 \backslash
14041 myHlineC
14042 \backslash
14043 arrayrulecolor{black}}
14044 \end_layout
14045
14046 \end_inset
14047
14048
14049 \begin_inset Float table
14050 wide false
14051 sideways false
14052 status open
14053
14054 \begin_layout Standard
14055 \begin_inset Caption
14056
14057 \begin_layout Standard
14058 \begin_inset LatexCommand label
14059 name "tab:Tabla-con-horizontales-coloreadas"
14060
14061 \end_inset
14062
14063 Tabla con líneas horizontales coloreadas
14064 \end_layout
14065
14066 \end_inset
14067
14068
14069 \end_layout
14070
14071 \begin_layout Standard
14072 \align center
14073 \begin_inset Tabular
14074 <lyxtabular version="3" rows="3" columns="3">
14075 <features>
14076 <column alignment="center" valignment="top" leftline="true" width="0">
14077 <column alignment="center" valignment="top" leftline="true" width="0">
14078 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14079 <row topline="true">
14080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Standard
14084 sd
14085 \end_layout
14086
14087 \end_inset
14088 </cell>
14089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14090 \begin_inset Text
14091
14092 \begin_layout Standard
14093
14094 \end_layout
14095
14096 \end_inset
14097 </cell>
14098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14099 \begin_inset Text
14100
14101 \begin_layout Standard
14102
14103 \end_layout
14104
14105 \end_inset
14106 </cell>
14107 </row>
14108 <row topline="true">
14109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14110 \begin_inset Text
14111
14112 \begin_layout Standard
14113
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Standard
14122 sd
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Standard
14131
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 </row>
14137 <row topline="true" bottomline="true">
14138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Standard
14142
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Standard
14151
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Standard
14160 sd
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 </row>
14166 </lyxtabular>
14167
14168 \end_inset
14169
14170
14171 \end_layout
14172
14173 \end_inset
14174
14175
14176 \end_layout
14177
14178 \begin_layout Standard
14179 \begin_inset ERT
14180 status collapsed
14181
14182 \begin_layout Standard
14183
14184
14185 \backslash
14186 pagebreak 
14187 \end_layout
14188
14189 \end_inset
14190
14191
14192 \end_layout
14193
14194 \begin_layout Standard
14195 Para volver al color de línea negro predeterminado inserta este comando
14196  en ERT detrás de la tabla o el flotante:
14197 \end_layout
14198
14199 \begin_layout Standard
14200
14201 \series bold
14202
14203 \backslash
14204 renewcommand{
14205 \backslash
14206 hline}{
14207 \backslash
14208 myHlineC}
14209 \end_layout
14210
14211 \begin_layout Standard
14212 La Tabla\InsetSpace ~
14213
14214 \begin_inset LatexCommand ref
14215 reference "tab:Tabla-con-líneas-coloreadas"
14216
14217 \end_inset
14218
14219  es un ejemplo con líneas verticales y horizontales coloreadas.
14220 \end_layout
14221
14222 \begin_layout Standard
14223 \begin_inset Float table
14224 wide false
14225 sideways false
14226 status open
14227
14228 \begin_layout Standard
14229 \begin_inset Caption
14230
14231 \begin_layout Standard
14232 \begin_inset LatexCommand label
14233 name "tab:Tabla-con-líneas-coloreadas"
14234
14235 \end_inset
14236
14237 Tabla con líneas coloreadas
14238 \end_layout
14239
14240 \end_inset
14241
14242
14243 \end_layout
14244
14245 \begin_layout Standard
14246 \align center
14247 \begin_inset Tabular
14248 <lyxtabular version="3" rows="3" columns="3">
14249 <features>
14250 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14251 <column alignment="center" valignment="top" width="0" special="Wc">
14252 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14253 <row topline="true">
14254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Standard
14258 sd
14259 \end_layout
14260
14261 \end_inset
14262 </cell>
14263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Standard
14267
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14273 \begin_inset Text
14274
14275 \begin_layout Standard
14276
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 </row>
14282 <row topline="true">
14283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14284 \begin_inset Text
14285
14286 \begin_layout Standard
14287
14288 \end_layout
14289
14290 \end_inset
14291 </cell>
14292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Standard
14296 sd
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Standard
14305
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 </row>
14311 <row topline="true" bottomline="true">
14312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14313 \begin_inset Text
14314
14315 \begin_layout Standard
14316
14317 \end_layout
14318
14319 \end_inset
14320 </cell>
14321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14322 \begin_inset Text
14323
14324 \begin_layout Standard
14325
14326 \end_layout
14327
14328 \end_inset
14329 </cell>
14330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Standard
14334 sd
14335 \end_layout
14336
14337 \end_inset
14338 </cell>
14339 </row>
14340 </lyxtabular>
14341
14342 \end_inset
14343
14344
14345 \end_layout
14346
14347 \end_inset
14348
14349
14350 \end_layout
14351
14352 \begin_layout Standard
14353 \begin_inset ERT
14354 status collapsed
14355
14356 \begin_layout Standard
14357
14358
14359 \backslash
14360 renewcommand{
14361 \backslash
14362 hline}{
14363 \backslash
14364 myHlineC}
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \end_layout
14371
14372 \begin_layout Standard
14373 \begin_inset ERT
14374 status collapsed
14375
14376 \begin_layout Standard
14377
14378
14379 \backslash
14380 setlength{
14381 \backslash
14382 arrayrulewidth}{0.4pt}
14383 \end_layout
14384
14385 \end_inset
14386
14387
14388 \end_layout
14389
14390 \begin_layout Section
14391 Personalización de Tablas
14392 \begin_inset LatexCommand index
14393 name "Personalización de Tablas"
14394
14395 \end_inset
14396
14397
14398 \begin_inset LatexCommand index
14399 name "Tablas ! Personalización"
14400
14401 \end_inset
14402
14403
14404 \end_layout
14405
14406 \begin_layout Subsection
14407 Row Spacing
14408 \begin_inset LatexCommand label
14409 name "sub:Row-Spacing"
14410
14411 \end_inset
14412
14413
14414 \begin_inset LatexCommand index
14415 name "Personalización de Tablas ! Row Spacing"
14416
14417 \end_inset
14418
14419
14420 \end_layout
14421
14422 \begin_layout Standard
14423
14424 \lang english
14425 You can add vertical space to table rows in the 
14426 \family sans
14427 Borders
14428 \family default
14429  tab of the table dialog.
14430  You find there three possibilities:
14431 \end_layout
14432
14433 \begin_layout Description
14434
14435 \lang english
14436 Top\InsetSpace ~
14437 of\InsetSpace ~
14438 row will add space above the characters of the table row.
14439  If the table is a formal table
14440 \begin_inset Foot
14441 status collapsed
14442
14443 \begin_layout Standard
14444
14445 \lang english
14446 Formal tables are explained in section\InsetSpace ~
14447
14448 \begin_inset LatexCommand ref
14449 reference "sec:Formal-Tables"
14450
14451 \end_inset
14452
14453 .
14454 \end_layout
14455
14456 \end_inset
14457
14458  LyX will insert as default 0.5\InsetSpace \thinspace{}
14459 em space.
14460  For normal tables the inserted space will unfortunately destroy the vertical
14461  table lines as in the following table: 
14462 \lang spanish
14463
14464 \begin_inset Tabular
14465 <lyxtabular version="3" rows="3" columns="1">
14466 <features>
14467 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14468 <row topline="true">
14469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Standard
14473 A
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 </row>
14479 <row topline="true" topspace="3mm">
14480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Standard
14484 3\InsetSpace \thinspace{}
14485 mm space top of row
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 </row>
14491 <row topline="true" bottomline="true">
14492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14493 \begin_inset Text
14494
14495 \begin_layout Standard
14496 C
14497 \end_layout
14498
14499 \end_inset
14500 </cell>
14501 </row>
14502 </lyxtabular>
14503
14504 \end_inset
14505
14506
14507 \lang english
14508
14509 \newline
14510 So inserting space to the top of row for normal tables is only useful when
14511  you don't have vertical lines.
14512 \end_layout
14513
14514 \begin_layout Description
14515
14516 \lang english
14517 Bottom\InsetSpace ~
14518 of\InsetSpace ~
14519 row will add space below the characters of the table row.
14520  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14521 em space, for
14522  normal tables the default size is 2\InsetSpace \thinspace{}
14523 pt.
14524 \end_layout
14525
14526 \begin_layout Description
14527
14528 \lang english
14529 Between\InsetSpace ~
14530 rows only has an effect when you have selected the whole table row
14531  before.
14532  The space is added between the current and the following row.
14533  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14534 em space.
14535  For normal tables the inserted space will unfortunately destroy the vertical
14536  table lines as in the following table: 
14537 \lang spanish
14538
14539 \begin_inset Tabular
14540 <lyxtabular version="3" rows="3" columns="1">
14541 <features>
14542 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14543 <row topline="true">
14544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14545 \begin_inset Text
14546
14547 \begin_layout Standard
14548 A
14549 \end_layout
14550
14551 \end_inset
14552 </cell>
14553 </row>
14554 <row topline="true" interlinespace="3mm">
14555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14556 \begin_inset Text
14557
14558 \begin_layout Standard
14559 \begin_inset Formula $\downarrow$
14560 \end_inset
14561
14562  3\InsetSpace \thinspace{}
14563 mm space between row 
14564 \begin_inset Formula $\downarrow$
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 </row>
14573 <row topline="true" bottomline="true">
14574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14575 \begin_inset Text
14576
14577 \begin_layout Standard
14578 \begin_inset Formula $\uparrow$
14579 \end_inset
14580
14581  3\InsetSpace \thinspace{}
14582 mm space between row 
14583 \begin_inset Formula $\uparrow$
14584 \end_inset
14585
14586
14587 \end_layout
14588
14589 \end_inset
14590 </cell>
14591 </row>
14592 </lyxtabular>
14593
14594 \end_inset
14595
14596
14597 \lang english
14598
14599 \newline
14600 So inserting space to the top of row for normal tables is only useful when
14601  you don't have vertical lines.
14602 \end_layout
14603
14604 \begin_layout Standard
14605
14606 \lang english
14607 When you want to add extra height to all cells of all tables, you can do
14608  this with the following preamble line:
14609 \end_layout
14610
14611 \begin_layout Standard
14612
14613 \series bold
14614 \lang english
14615
14616 \backslash
14617 setlength{
14618 \backslash
14619 extrarowheight}{height}
14620 \end_layout
14621
14622 \begin_layout Standard
14623
14624 \lang english
14625 But this has the disadvantage that the cell texts are no longer exactly
14626  vertically centered.
14627 \end_layout
14628
14629 \begin_layout Subsection
14630 Alineación Especial de Celdas
14631 \begin_inset LatexCommand index
14632 name "Personalización de Tablas ! Alineación Especial de Celdas"
14633
14634 \end_inset
14635
14636
14637 \end_layout
14638
14639 \begin_layout Standard
14640 A veces mejora la presentación si las entradas en las celdas de una columna
14641  se alinean con un carácter determinado, p.\InsetSpace \thinspace{}
14642 e.\InsetSpace ~
14643 el separador decimal, como en
14644  la Tabla\InsetSpace ~
14645
14646 \begin_inset LatexCommand ref
14647 reference "tab:Tabla-con-celdas-de"
14648
14649 \end_inset
14650
14651 .
14652 \end_layout
14653
14654 \begin_layout Standard
14655 \begin_inset Float table
14656 wide false
14657 sideways false
14658 status open
14659
14660 \begin_layout Standard
14661 \begin_inset Caption
14662
14663 \begin_layout Standard
14664 \begin_inset LatexCommand label
14665 name "tab:Tabla-con-celdas-de"
14666
14667 \end_inset
14668
14669 Tabla con celdas alineadas con el separador decimal.
14670 \end_layout
14671
14672 \end_inset
14673
14674
14675 \end_layout
14676
14677 \begin_layout Standard
14678 \align center
14679 \begin_inset Tabular
14680 <lyxtabular version="3" rows="4" columns="2">
14681 <features>
14682 <column alignment="right" valignment="top" width="0">
14683 <column alignment="left" valignment="top" width="0" special="@{}l">
14684 <row bottomline="true">
14685 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14686 \begin_inset Text
14687
14688 \begin_layout Standard
14689 encabezado
14690 \end_layout
14691
14692 \end_inset
14693 </cell>
14694 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14695 \begin_inset Text
14696
14697 \begin_layout Standard
14698
14699 \end_layout
14700
14701 \end_inset
14702 </cell>
14703 </row>
14704 <row>
14705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14706 \begin_inset Text
14707
14708 \begin_layout Standard
14709 12.
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14715 \begin_inset Text
14716
14717 \begin_layout Standard
14718 6
14719 \end_layout
14720
14721 \end_inset
14722 </cell>
14723 </row>
14724 <row>
14725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Standard
14729 0.
14730 \end_layout
14731
14732 \end_inset
14733 </cell>
14734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14735 \begin_inset Text
14736
14737 \begin_layout Standard
14738 68
14739 \end_layout
14740
14741 \end_inset
14742 </cell>
14743 </row>
14744 <row>
14745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Standard
14749 -123.
14750 \end_layout
14751
14752 \end_inset
14753 </cell>
14754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Standard
14758 0
14759 \end_layout
14760
14761 \end_inset
14762 </cell>
14763 </row>
14764 </lyxtabular>
14765
14766 \end_inset
14767
14768
14769 \end_layout
14770
14771 \end_inset
14772
14773
14774 \end_layout
14775
14776 \begin_layout Standard
14777 Esta es una tabla 4×2.
14778  El encabezado es una multicolumna centrada.
14779  La primera columna está alineada a la derecha y contiene el punto decimal
14780  y los dígitos anteriores.
14781  La segunda columna está alineada a la izquierda y contiene los dígitos
14782  posteriores al punto decimal.
14783  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
14784  argumento LaTeX para la segunda columna:
14785 \end_layout
14786
14787 \begin_layout Standard
14788
14789 \series bold
14790 @{}l
14791 \end_layout
14792
14793 \begin_layout Standard
14794 Si quieres una línea vertical a la derecha de la segunda columna, usa en
14795  su lugar el argumento LaTeX: 
14796 \series bold
14797 @{}l|
14798 \end_layout
14799
14800 \begin_layout Standard
14801 La Tabla\InsetSpace ~
14802
14803 \begin_inset LatexCommand ref
14804 reference "tab:Varias-alineaciones"
14805
14806 \end_inset
14807
14808  muestra varios ejemplos de alineación.
14809  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
14810 o más pequeño al comienzo de la última columna para conseguir el espacio
14811  adecuado alrededor del signo.
14812 \end_layout
14813
14814 \begin_layout Standard
14815 \begin_inset Float table
14816 wide false
14817 sideways false
14818 status open
14819
14820 \begin_layout Standard
14821 \begin_inset Caption
14822
14823 \begin_layout Standard
14824 \begin_inset LatexCommand label
14825 name "tab:Varias-alineaciones"
14826
14827 \end_inset
14828
14829 Tabla con varias alineaciones.
14830 \end_layout
14831
14832 \end_inset
14833
14834
14835 \end_layout
14836
14837 \begin_layout Standard
14838 \align center
14839 \begin_inset Tabular
14840 <lyxtabular version="3" rows="4" columns="6">
14841 <features>
14842 <column alignment="right" valignment="top" width="0">
14843 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
14844 <column alignment="right" valignment="top" width="0">
14845 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
14846 <column alignment="right" valignment="top" width="0">
14847 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
14848 <row bottomline="true">
14849 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Standard
14853 unidades
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Standard
14862
14863 \end_layout
14864
14865 \end_inset
14866 </cell>
14867 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14868 \begin_inset Text
14869
14870 \begin_layout Standard
14871 exponentes
14872 \end_layout
14873
14874 \end_inset
14875 </cell>
14876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14877 \begin_inset Text
14878
14879 \begin_layout Standard
14880
14881 \end_layout
14882
14883 \end_inset
14884 </cell>
14885 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14886 \begin_inset Text
14887
14888 \begin_layout Standard
14889 relaciones
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Standard
14898
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 </row>
14904 <row>
14905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Standard
14909 12×
14910 \end_layout
14911
14912 \end_inset
14913 </cell>
14914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Standard
14918 24\InsetSpace \thinspace{}
14919 bottles
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Standard
14928 \begin_inset Formula $10\cdot$
14929 \end_inset
14930
14931
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Standard
14940 \begin_inset Formula $10^{\mbox{-}17}$
14941 \end_inset
14942
14943
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Standard
14952 \begin_inset Formula $\Gamma(t)\propto$
14953 \end_inset
14954
14955
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Standard
14964 \begin_inset Formula $\:\Upsilon(t)$
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 </row>
14973 <row>
14974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Standard
14978 1024×
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Standard
14987 768\InsetSpace \thinspace{}
14988 Pixels
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Standard
14997 \begin_inset Formula $5.78\cdot$
14998 \end_inset
14999
15000
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Standard
15009 \begin_inset Formula $10^{7}$
15010 \end_inset
15011
15012
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Standard
15021 \begin_inset Formula $A\ne$
15022 \end_inset
15023
15024
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Standard
15033 \begin_inset Formula $\: B_{\mathrm{red}}$
15034 \end_inset
15035
15036
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 </row>
15042 <row>
15043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Standard
15047 32×
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Standard
15056 6\InsetSpace \thinspace{}
15057 cm
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Standard
15066 -
15067 \begin_inset Formula $33.5\cdot$
15068 \end_inset
15069
15070
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Standard
15079 \begin_inset Formula $10^{4}$
15080 \end_inset
15081
15082
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Standard
15091 \begin_inset Formula $\sin(\alpha)\ge$
15092 \end_inset
15093
15094
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Standard
15103 \begin_inset Formula $\:\sin(\beta)$
15104 \end_inset
15105
15106
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 </row>
15112 </lyxtabular>
15113
15114 \end_inset
15115
15116
15117 \end_layout
15118
15119 \end_inset
15120
15121
15122 \end_layout
15123
15124 \begin_layout Standard
15125 \begin_inset VSpace bigskip
15126 \end_inset
15127
15128 también hay un paquete LaTeX, 
15129 \series bold
15130 dcolumn
15131 \series default
15132
15133 \begin_inset LatexCommand index
15134 name "LaTeX-paquetes ! dcolumn"
15135
15136 \end_inset
15137
15138 , que provee alineación de celdas.
15139  Pero desgraciadamente trata las entradas de celda en modo matemático y
15140  no permite fórmulas en celdas: La primera columna de la Tabla\InsetSpace ~
15141
15142 \begin_inset LatexCommand ref
15143 reference "tab:Varias-alineaciones"
15144
15145 \end_inset
15146
15147  se verá con 
15148 \series bold
15149 dcolumn
15150 \series default
15151  como la primera columna en la Tabla\InsetSpace ~
15152
15153 \begin_inset LatexCommand ref
15154 reference "tab:Alineaciones-con-el"
15155
15156 \end_inset
15157
15158  y solo con algunos trucos se consigue lo que se espera.
15159  La lineación de la segunda y tercera columnas de la Tabla\InsetSpace ~
15160
15161 \begin_inset LatexCommand ref
15162 reference "tab:Varias-alineaciones"
15163
15164 \end_inset
15165
15166  no es posible con 
15167 \series bold
15168 dcolumn
15169 \series default
15170 .
15171 \end_layout
15172
15173 \begin_layout Standard
15174 \begin_inset Float table
15175 placement h
15176 wide false
15177 sideways false
15178 status open
15179
15180 \begin_layout Standard
15181 \begin_inset Caption
15182
15183 \begin_layout Standard
15184 \begin_inset LatexCommand label
15185 name "tab:Alineaciones-con-el"
15186
15187 \end_inset
15188
15189 Alineaciones con el paquete LaTeX 
15190 \series bold
15191 dcolumn
15192 \series default
15193 .
15194  Para la segunda y tercera alineaciones se han hecho algunos trucos.
15195 \end_layout
15196
15197 \end_inset
15198
15199
15200 \end_layout
15201
15202 \begin_layout Standard
15203 \align center
15204 \begin_inset Tabular
15205 <lyxtabular version="3" rows="4" columns="3">
15206 <features>
15207 <column alignment="center" valignment="top" rightline="true" width="0" special="D{×}{\times}{-1}|">
15208 <column alignment="center" valignment="top" width="0" special="D{×}{\times}{4.9}|">
15209 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
15210 <row bottomline="true">
15211 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Standard
15215 unidades
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Standard
15224 unidades
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Standard
15233 unidades
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 </row>
15239 <row>
15240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Standard
15244 12×24\InsetSpace \thinspace{}
15245 bottles
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Standard
15254 12×24\InsetSpace \thinspace{}
15255
15256 \begin_inset Formula $\mbox{bottles}$
15257 \end_inset
15258
15259
15260 \end_layout
15261
15262 \end_inset
15263 </cell>
15264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15265 \begin_inset Text
15266
15267 \begin_layout Standard
15268 12×24~
15269 \begin_inset Formula $\mbox{bottles}$
15270 \end_inset
15271
15272
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 </row>
15278 <row>
15279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Standard
15283 1024×768\InsetSpace \thinspace{}
15284 Pixels
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Standard
15293 1024×768\InsetSpace \thinspace{}
15294
15295 \begin_inset Formula $\mbox{Pixels}$
15296 \end_inset
15297
15298
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Standard
15307 1024×768~
15308 \begin_inset Formula $\mbox{Pixels}$
15309 \end_inset
15310
15311
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 </row>
15317 <row>
15318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Standard
15322 32×6\InsetSpace \thinspace{}
15323 cm
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Standard
15332 32×6\InsetSpace \thinspace{}
15333
15334 \begin_inset Formula $\mbox{cm}$
15335 \end_inset
15336
15337
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Standard
15346 32×6~
15347 \begin_inset Formula $\mbox{cm}$
15348 \end_inset
15349
15350
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 </row>
15356 </lyxtabular>
15357
15358 \end_inset
15359
15360
15361 \end_layout
15362
15363 \end_inset
15364
15365
15366 \end_layout
15367
15368 \begin_layout Subsection
15369 Formato Personalizado de Celda/Columna
15370 \begin_inset LatexCommand label
15371 name "sub:Formato-Personalizado"
15372
15373 \end_inset
15374
15375
15376 \begin_inset LatexCommand index
15377 name "Personalización de Tablas ! Formato de Celda/Columna"
15378
15379 \end_inset
15380
15381
15382 \end_layout
15383
15384 \begin_layout Standard
15385 El cálculo de la anchura nesesaria para columnas extendidas descrito en
15386  la sección\InsetSpace ~
15387
15388 \begin_inset LatexCommand ref
15389 reference "sub:Cálculos-en-Multicolumnas"
15390
15391 \end_inset
15392
15393  es muy pesado si tienes varias tablas con multicolumnas.
15394  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
15395 mna aplicable a todas las tablas del documento.
15396  El formato se define con el comando
15397 \end_layout
15398
15399 \begin_layout Standard
15400
15401 \series bold
15402
15403 \backslash
15404 newcolumntype{nombre del formato}[número de argumentos]{comandos}
15405 \end_layout
15406
15407 \begin_layout Standard
15408 El nombre de formato puede ser una sola letra.
15409  Las letras 
15410 \emph on
15411 b, c, l, m, p
15412 \emph default
15413  y 
15414 \emph on
15415 r
15416 \emph default
15417  están predefinidas y no pueden usarse.
15418  Pero se permiten todas las mayúsculas.
15419 \end_layout
15420
15421 \begin_layout Standard
15422 \begin_inset VSpace medskip
15423 \end_inset
15424
15425
15426 \end_layout
15427
15428 \begin_layout Standard
15429 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
15430  fija puedes definir el formato de celda
15431 \end_layout
15432
15433 \begin_layout Standard
15434
15435 \series bold
15436
15437 \backslash
15438 newcolumntype{M}[1]{>{
15439 \backslash
15440 centering
15441 \backslash
15442 hspace{0pt}}m{#1}}
15443 \end_layout
15444
15445 \begin_layout Standard
15446 donde 
15447 \series bold
15448
15449 \backslash
15450 hspace{0pt}
15451 \series default
15452  evita el problema de partir con guión la primera palabra, como se describe
15453  en la sección\InsetSpace ~
15454
15455 \begin_inset LatexCommand ref
15456 reference "sub:Líneas-Múltiples-en"
15457
15458 \end_inset
15459
15460 .
15461  Ahora puedes introducir simplemente
15462 \end_layout
15463
15464 \begin_layout Standard
15465
15466 \series bold
15467 |M{ancho}
15468 \end_layout
15469
15470 \begin_layout Standard
15471 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
15472 \end_layout
15473
15474 \begin_layout Standard
15475 \begin_inset VSpace bigskip
15476 \end_inset
15477
15478
15479 \end_layout
15480
15481 \begin_layout Standard
15482 Para celdas extendidas en una celda multicolumna, puedes definir el formato
15483 \end_layout
15484
15485 \begin_layout Standard
15486
15487 \series bold
15488
15489 \backslash
15490 newcolumntype{S}[2]{>{
15491 \backslash
15492 centering
15493 \backslash
15494 hspace{0pt}}
15495 \newline
15496
15497 \begin_inset ERT
15498 status collapsed
15499
15500 \begin_layout Standard
15501
15502
15503 \backslash
15504 phantom{
15505 \end_layout
15506
15507 \end_inset
15508
15509
15510 \backslash
15511 newcolumntype{S}[2]
15512 \begin_inset ERT
15513 status collapsed
15514
15515 \begin_layout Standard
15516
15517 }
15518 \end_layout
15519
15520 \end_inset
15521
15522 m{(#1+(2
15523 \backslash
15524 tabcolsep+
15525 \backslash
15526 arrayrulewidth)*(1-#2))/#2}}
15527 \end_layout
15528
15529 \begin_layout Standard
15530 Este formato usa la ecuación 
15531 \begin_inset LatexCommand eqref
15532 reference "eq:Wgn"
15533
15534 \end_inset
15535
15536  para calcular la anchura necesaria para que cada celda extendida tenga
15537  la misma anchura.
15538 \end_layout
15539
15540 \begin_layout Standard
15541 Ahora puedes introducir
15542 \end_layout
15543
15544 \begin_layout Standard
15545
15546 \series bold
15547 |S{ancho de la celda multicolumna}{número de columnas extendidas}
15548 \end_layout
15549
15550 \begin_layout Standard
15551 como argumento LaTeX de la columna.
15552 \end_layout
15553
15554 \begin_layout Standard
15555 \begin_inset VSpace bigskip
15556 \end_inset
15557
15558
15559 \end_layout
15560
15561 \begin_layout Standard
15562 Para columnas coloreadas puedes definir
15563 \end_layout
15564
15565 \begin_layout Standard
15566
15567 \series bold
15568
15569 \backslash
15570 newcolumntype{K}[1]{>{
15571 \backslash
15572 columncolor{#1}
15573 \backslash
15574 hspace{0pt}}c}
15575 \end_layout
15576
15577 \begin_layout Standard
15578 La "c" al final crea una columna con anchura flexible cuyo texto está centrado
15579  horizontalmente.
15580  Ahora puedes introducir
15581 \end_layout
15582
15583 \begin_layout Standard
15584
15585 \series bold
15586 K{nombre del color}
15587 \end_layout
15588
15589 \begin_layout Standard
15590 como argumento LaTeX.
15591 \end_layout
15592
15593 \begin_layout Standard
15594 \begin_inset VSpace bigskip
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \begin_layout Standard
15601 Para crear la Tabla\InsetSpace ~
15602
15603 \begin_inset LatexCommand ref
15604 reference "tab:Tabla-con-formatos-definidos-por"
15605
15606 \end_inset
15607
15608  usa los argumentos LaTeX
15609 \end_layout
15610
15611 \begin_layout Standard
15612
15613 \series bold
15614 |M{2.5cm}
15615 \end_layout
15616
15617 \begin_layout Standard
15618 para la primera columna y la multicolumna,
15619 \end_layout
15620
15621 \begin_layout Standard
15622
15623 \series bold
15624 |K{red}|
15625 \end_layout
15626
15627 \begin_layout Standard
15628 para la última columna y
15629 \end_layout
15630
15631 \begin_layout Standard
15632
15633 \series bold
15634 |S{2.5cm}{2}
15635 \end_layout
15636
15637 \begin_layout Standard
15638 para las celdas en la segunda columna.
15639 \end_layout
15640
15641 \begin_layout Standard
15642 \begin_inset Float table
15643 placement h
15644 wide false
15645 sideways false
15646 status open
15647
15648 \begin_layout Standard
15649 \begin_inset Caption
15650
15651 \begin_layout Standard
15652 \begin_inset LatexCommand label
15653 name "tab:Tabla-con-formatos-definidos-por"
15654
15655 \end_inset
15656
15657 Tabla con formatos definidos por el usuario
15658 \end_layout
15659
15660 \end_inset
15661
15662
15663 \end_layout
15664
15665 \begin_layout Standard
15666 \align center
15667 \begin_inset Tabular
15668 <lyxtabular version="3" rows="3" columns="4">
15669 <features>
15670 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="|M{2.5cm}">
15671 <column alignment="center" valignment="middle" leftline="true" width="0" special="|S{2.5cm}{2}">
15672 <column alignment="center" valignment="middle" leftline="true" width="0">
15673 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="|K{red}|">
15674 <row topline="true">
15675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Standard
15679 palabramuylargaenceldadetabla
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}|">
15685 \begin_inset Text
15686
15687 \begin_layout Standard
15688 multicolumna línea múltiple
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Standard
15697
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Standard
15706 c
15707 \end_layout
15708
15709 \end_inset
15710 </cell>
15711 </row>
15712 <row topline="true">
15713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Standard
15717 d
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Standard
15726 e
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Standard
15735 f
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15741 \begin_inset Text
15742
15743 \begin_layout Standard
15744 g
15745 \end_layout
15746
15747 \end_inset
15748 </cell>
15749 </row>
15750 <row topline="true" bottomline="true">
15751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Standard
15755 h
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15761 \begin_inset Text
15762
15763 \begin_layout Standard
15764 i
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Standard
15773 j
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15779 \begin_inset Text
15780
15781 \begin_layout Standard
15782 k
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 </row>
15788 </lyxtabular>
15789
15790 \end_inset
15791
15792
15793 \end_layout
15794
15795 \end_inset
15796
15797
15798 \end_layout
15799
15800 \begin_layout Subsection
15801 Grosor de Líneas
15802 \begin_inset LatexCommand label
15803 name "sub:Grosor-de-Líneas"
15804
15805 \end_inset
15806
15807
15808 \begin_inset LatexCommand index
15809 name "Personalización de Tablas ! Grosor de Línea"
15810
15811 \end_inset
15812
15813
15814 \end_layout
15815
15816 \begin_layout Standard
15817 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
15818  
15819 \series bold
15820
15821 \backslash
15822 arrayrulewidth
15823 \series default
15824 .
15825  Por ejemplo, para poner un grosor de línea de 1.5\InsetSpace \thinspace{}
15826 pt, como en la Tabla\InsetSpace ~
15827
15828 \begin_inset LatexCommand ref
15829 reference "tab:Tabla-con-líneas"
15830
15831 \end_inset
15832
15833 , inserta el comando
15834 \end_layout
15835
15836 \begin_layout Standard
15837
15838 \series bold
15839
15840 \backslash
15841 setlength{
15842 \backslash
15843 arrayrulewidth}{1.5pt}
15844 \end_layout
15845
15846 \begin_layout Standard
15847 en ERT antes de la tabla o flotante.
15848  Este cambio es válido para todas las siguientes tablas.
15849  Para volver al valor predeterminado, define 
15850 \series bold
15851
15852 \backslash
15853 arrayrulewidth
15854 \series default
15855  a 0.4\InsetSpace \thinspace{}
15856 pt en ERT detrás de la tabla o flotante.
15857 \end_layout
15858
15859 \begin_layout Standard
15860 \begin_inset ERT
15861 status collapsed
15862
15863 \begin_layout Standard
15864
15865
15866 \backslash
15867 setlength{
15868 \backslash
15869 arrayrulewidth}{1.5pt}
15870 \end_layout
15871
15872 \end_inset
15873
15874
15875 \begin_inset Float table
15876 wide false
15877 sideways false
15878 status open
15879
15880 \begin_layout Standard
15881 \begin_inset Caption
15882
15883 \begin_layout Standard
15884 \begin_inset LatexCommand label
15885 name "tab:Tabla-con-líneas"
15886
15887 \end_inset
15888
15889 Tabla con líneas de grosor 1.5\InsetSpace \thinspace{}
15890 pt
15891 \end_layout
15892
15893 \end_inset
15894
15895
15896 \end_layout
15897
15898 \begin_layout Standard
15899 \align center
15900 \begin_inset Tabular
15901 <lyxtabular version="3" rows="3" columns="3">
15902 <features>
15903 <column alignment="center" valignment="top" leftline="true" width="0">
15904 <column alignment="center" valignment="top" leftline="true" width="0">
15905 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15906 <row topline="true">
15907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Standard
15911 sd
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Standard
15920
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Standard
15929
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 </row>
15935 <row topline="true">
15936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Standard
15940
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Standard
15949 sd
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Standard
15958
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 </row>
15964 <row topline="true" bottomline="true">
15965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Standard
15969
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Standard
15978
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Standard
15987 sd
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 </row>
15993 </lyxtabular>
15994
15995 \end_inset
15996
15997
15998 \end_layout
15999
16000 \end_inset
16001
16002
16003 \begin_inset ERT
16004 status collapsed
16005
16006 \begin_layout Standard
16007
16008
16009 \backslash
16010 setlength{
16011 \backslash
16012 arrayrulewidth}{0.4pt}
16013 \end_layout
16014
16015 \end_inset
16016
16017
16018 \end_layout
16019
16020 \begin_layout Standard
16021 \begin_inset VSpace bigskip
16022 \end_inset
16023
16024 Para definir un grosor de 1.5\InsetSpace \thinspace{}
16025 pt sólo para líneas horizontales, como en la
16026  Tabla\InsetSpace ~
16027
16028 \begin_inset LatexCommand ref
16029 reference "tab:Tabla-con-horizontales"
16030
16031 \end_inset
16032
16033 , inserta estos comandos en ERT antes de la tabla o flotante:
16034 \end_layout
16035
16036 \begin_layout Standard
16037
16038 \series bold
16039
16040 \backslash
16041 let
16042 \backslash
16043 myHline
16044 \backslash
16045 hline
16046 \newline
16047
16048 \backslash
16049 renewcommand{
16050 \backslash
16051 hline}
16052 \newline
16053  {
16054 \backslash
16055 noalign{
16056 \backslash
16057 global
16058 \backslash
16059 arrayrulewidth 1.5pt}
16060 \newline
16061   
16062 \backslash
16063 myHline
16064 \backslash
16065 noalign{
16066 \backslash
16067 global
16068 \backslash
16069 arrayrulewidth 0.4pt}}
16070 \end_layout
16071
16072 \begin_layout Standard
16073 Para volver al grosor predeterminado, inserta este comando en ERT detrás
16074  de la tabla o flotante:
16075 \end_layout
16076
16077 \begin_layout Standard
16078
16079 \series bold
16080
16081 \backslash
16082 renewcommand{
16083 \backslash
16084 hline}{
16085 \backslash
16086 myHline}
16087 \end_layout
16088
16089 \begin_layout Standard
16090 \begin_inset ERT
16091 status collapsed
16092
16093 \begin_layout Standard
16094
16095
16096 \backslash
16097 let
16098 \backslash
16099 myHline
16100 \backslash
16101 hline
16102 \end_layout
16103
16104 \begin_layout Standard
16105
16106
16107 \backslash
16108 renewcommand{
16109 \backslash
16110 hline}
16111 \end_layout
16112
16113 \begin_layout Standard
16114
16115  {
16116 \backslash
16117 noalign{
16118 \backslash
16119 global
16120 \backslash
16121 arrayrulewidth 1.5pt}
16122 \end_layout
16123
16124 \begin_layout Standard
16125
16126   
16127 \backslash
16128 myHline
16129 \backslash
16130 noalign{
16131 \backslash
16132 global
16133 \backslash
16134 arrayrulewidth 0.4pt}}
16135 \end_layout
16136
16137 \end_inset
16138
16139
16140 \begin_inset Float table
16141 wide false
16142 sideways false
16143 status open
16144
16145 \begin_layout Standard
16146 \begin_inset Caption
16147
16148 \begin_layout Standard
16149 \begin_inset LatexCommand label
16150 name "tab:Tabla-con-horizontales"
16151
16152 \end_inset
16153
16154 Tabla con líneas horizontales de 1.5\InsetSpace \thinspace{}
16155 pt
16156 \end_layout
16157
16158 \end_inset
16159
16160
16161 \end_layout
16162
16163 \begin_layout Standard
16164 \align center
16165 \begin_inset Tabular
16166 <lyxtabular version="3" rows="3" columns="3">
16167 <features>
16168 <column alignment="center" valignment="top" leftline="true" width="0">
16169 <column alignment="center" valignment="top" leftline="true" width="0">
16170 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16171 <row topline="true">
16172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Standard
16176 sd
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Standard
16185
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Standard
16194
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 </row>
16200 <row topline="true">
16201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Standard
16205
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Standard
16214 sd
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Standard
16223
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 </row>
16229 <row topline="true" bottomline="true">
16230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16231 \begin_inset Text
16232
16233 \begin_layout Standard
16234
16235 \end_layout
16236
16237 \end_inset
16238 </cell>
16239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16240 \begin_inset Text
16241
16242 \begin_layout Standard
16243
16244 \end_layout
16245
16246 \end_inset
16247 </cell>
16248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16249 \begin_inset Text
16250
16251 \begin_layout Standard
16252 sd
16253 \end_layout
16254
16255 \end_inset
16256 </cell>
16257 </row>
16258 </lyxtabular>
16259
16260 \end_inset
16261
16262
16263 \end_layout
16264
16265 \end_inset
16266
16267
16268 \begin_inset ERT
16269 status collapsed
16270
16271 \begin_layout Standard
16272
16273
16274 \backslash
16275 renewcommand{
16276 \backslash
16277 hline}{
16278 \backslash
16279 myHline}
16280 \end_layout
16281
16282 \end_inset
16283
16284
16285 \end_layout
16286
16287 \begin_layout Standard
16288 \begin_inset VSpace bigskip
16289 \end_inset
16290
16291 Para establacer grosor de 1.5 pt sólo para líneas verticales, crea el siguiente
16292  formato de columna en el preámbulo del documento, de acuerdo con lo descrito
16293  en la sección\InsetSpace ~
16294
16295 \begin_inset LatexCommand ref
16296 reference "sub:Formato-Personalizado"
16297
16298 \end_inset
16299
16300 :
16301 \end_layout
16302
16303 \begin_layout Standard
16304
16305 \series bold
16306
16307 \backslash
16308 newcolumntype{V}{!{
16309 \backslash
16310 vrule width 1.5pt}}
16311 \end_layout
16312
16313 \begin_layout Standard
16314 Para la Tabla\InsetSpace ~
16315
16316 \begin_inset LatexCommand ref
16317 reference "tab:Tabla-con-verticales"
16318
16319 \end_inset
16320
16321  se usó el argumento LaTeX
16322 \end_layout
16323
16324 \begin_layout Standard
16325
16326 \series bold
16327 VcV
16328 \end_layout
16329
16330 \begin_layout Standard
16331 para la última columna y
16332 \end_layout
16333
16334 \begin_layout Standard
16335
16336 \series bold
16337 Vc
16338 \end_layout
16339
16340 \begin_layout Standard
16341 para las otras.
16342 \end_layout
16343
16344 \begin_layout Standard
16345 \begin_inset Float table
16346 wide false
16347 sideways false
16348 status open
16349
16350 \begin_layout Standard
16351 \begin_inset Caption
16352
16353 \begin_layout Standard
16354 \begin_inset LatexCommand label
16355 name "tab:Tabla-con-verticales"
16356
16357 \end_inset
16358
16359 Tabla con líneas verticales de 1.5\InsetSpace \thinspace{}
16360 pt de grosor
16361 \end_layout
16362
16363 \end_inset
16364
16365
16366 \end_layout
16367
16368 \begin_layout Standard
16369 \align center
16370 \begin_inset Tabular
16371 <lyxtabular version="3" rows="3" columns="3">
16372 <features>
16373 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16374 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16375 <column alignment="center" valignment="top" leftline="true" width="0" special="VcV">
16376 <row topline="true">
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Standard
16381 sd
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Standard
16390
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Standard
16399
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 </row>
16405 <row topline="true">
16406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Standard
16410
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Standard
16419 sd
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Standard
16428
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 </row>
16434 <row topline="true" bottomline="true">
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" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Standard
16448
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Standard
16457 sd
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 </row>
16463 </lyxtabular>
16464
16465 \end_inset
16466
16467
16468 \end_layout
16469
16470 \end_inset
16471
16472
16473 \end_layout
16474
16475 \begin_layout Subsection
16476 Líneas de Trazos
16477 \begin_inset LatexCommand index
16478 name "Personalización de Tablas ! Líneas de Trazos"
16479
16480 \end_inset
16481
16482
16483 \end_layout
16484
16485 \begin_layout Standard
16486 \begin_inset ERT
16487 status collapsed
16488
16489 \begin_layout Standard
16490
16491
16492 \backslash
16493 ifarydshln
16494 \end_layout
16495
16496 \end_inset
16497
16498
16499 \begin_inset Note Note
16500 status open
16501
16502 \begin_layout Standard
16503 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
16504  LaTeX 
16505 \series bold
16506 arydshln
16507 \series default
16508 .
16509 \end_layout
16510
16511 \end_inset
16512
16513
16514 \end_layout
16515
16516 \begin_layout Standard
16517 \begin_inset Float table
16518 placement H
16519 wide false
16520 sideways false
16521 status open
16522
16523 \begin_layout Standard
16524 \begin_inset Caption
16525
16526 \begin_layout Standard
16527 \begin_inset LatexCommand label
16528 name "tab:Tabla-con-trazos"
16529
16530 \end_inset
16531
16532 Tabla con líneas de trazos
16533 \end_layout
16534
16535 \end_inset
16536
16537
16538 \end_layout
16539
16540 \begin_layout Standard
16541 \align center
16542 \begin_inset Tabular
16543 <lyxtabular version="3" rows="5" columns="5">
16544 <features>
16545 <column alignment="center" valignment="top" leftline="true" width="0">
16546 <column alignment="center" valignment="top" leftline="true" width="0">
16547 <column alignment="center" valignment="top" width="0" special=":c">
16548 <column alignment="center" valignment="top" leftline="true" width="0">
16549 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16550 <row topline="true" bottomline="true">
16551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Standard
16555 a
16556 \end_layout
16557
16558 \end_inset
16559 </cell>
16560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Standard
16564 b
16565 \end_layout
16566
16567 \end_inset
16568 </cell>
16569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Standard
16573 c
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Standard
16582 d
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Standard
16591 e
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 </row>
16597 <row topline="true">
16598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Standard
16602 f
16603 \end_layout
16604
16605 \end_inset
16606 </cell>
16607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Standard
16611 g
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Standard
16620 h
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Standard
16629 i
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Standard
16638 j
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 </row>
16644 <row>
16645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Standard
16649 \begin_inset ERT
16650 status collapsed
16651
16652 \begin_layout Standard
16653
16654
16655 \backslash
16656 hdashline 
16657 \end_layout
16658
16659 \end_inset
16660
16661 k
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Standard
16670 l
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Standard
16679 m
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Standard
16688 n
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Standard
16697 o
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 </row>
16703 <row topline="true">
16704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Standard
16708 \begin_inset ERT
16709 status collapsed
16710
16711 \begin_layout Standard
16712
16713
16714 \backslash
16715 cdashline{4-5}
16716 \end_layout
16717
16718 \end_inset
16719
16720 p
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Standard
16729 q
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
16735 \begin_inset Text
16736
16737 \begin_layout Standard
16738 r
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
16744 \begin_inset Text
16745
16746 \begin_layout Standard
16747 s
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Standard
16756
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 </row>
16762 <row topline="true" bottomline="true">
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Standard
16767 t
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Standard
16776 u
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Standard
16785 v
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Standard
16794 w
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Standard
16803 x
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 </row>
16809 </lyxtabular>
16810
16811 \end_inset
16812
16813
16814 \end_layout
16815
16816 \end_inset
16817
16818
16819 \end_layout
16820
16821 \begin_layout Standard
16822 En principio LyX no soporta líneas de trazos, hay que usar ERT.
16823  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
16824 \series bold
16825 arydshln
16826 \series default
16827
16828 \begin_inset LatexCommand index
16829 name "LaTeX-paquetes ! arydshln"
16830
16831 \end_inset
16832
16833  
16834 \end_layout
16835
16836 \begin_layout Standard
16837
16838 \series bold
16839
16840 \backslash
16841 usepackage{arydshln}
16842 \end_layout
16843
16844 \begin_layout Standard
16845 Para hacer una línea vertical a trazos, introduce dos puntos ":" junto con
16846  el caracter para alineación horizontal como argumento LaTeX en el diálogo
16847  de celda de tabla.
16848 \end_layout
16849
16850 \begin_layout Standard
16851 Para una línea de trazos horizontal añade el comando
16852 \end_layout
16853
16854 \begin_layout Standard
16855
16856 \series bold
16857
16858 \backslash
16859 hdashline
16860 \end_layout
16861
16862 \begin_layout Standard
16863 en ERT como primer elemento de la primera celda en la fila.
16864 \end_layout
16865
16866 \begin_layout Standard
16867 Para líneas de trazos en multicolumna usa el comando
16868 \end_layout
16869
16870 \begin_layout Standard
16871
16872 \series bold
16873
16874 \backslash
16875 cdashline{line number
16876 \series default
16877 }
16878 \end_layout
16879
16880 \begin_layout Standard
16881 en ERT como primer elemento de la primera celda en la fila.
16882  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
16883  4 y quieres una línea de trazos por encima, añade el comando
16884 \end_layout
16885
16886 \begin_layout Standard
16887
16888 \series bold
16889
16890 \backslash
16891 cdashline{2-4}
16892 \end_layout
16893
16894 \begin_layout Standard
16895 como primer elemento de la primera celda en la fila de la multicolumna.
16896 \end_layout
16897
16898 \begin_layout Standard
16899 \begin_inset VSpace bigskip
16900 \end_inset
16901
16902
16903 \end_layout
16904
16905 \begin_layout Standard
16906 La Tabla\InsetSpace ~
16907
16908 \begin_inset LatexCommand ref
16909 reference "tab:Tabla-con-trazos"
16910
16911 \end_inset
16912
16913  se ha hecho usando "
16914 \series bold
16915 :c
16916 \series default
16917 " como argumento LaTeX de la tercera columna.
16918  El comando ERT 
16919 \series bold
16920
16921 \backslash
16922 hdashline
16923 \series default
16924  se ha insertado en la primera celda de la tercera fila y el comando ERT
16925 \newline
16926
16927 \series bold
16928
16929 \backslash
16930 cdashline{4-5}
16931 \series default
16932  en la primera celda de la cuarta fila.
16933 \end_layout
16934
16935 \begin_layout Standard
16936 \begin_inset Note Greyedout
16937 status open
16938
16939 \begin_layout Standard
16940
16941 \series bold
16942 Nota:
16943 \series default
16944  Aparentemente el paquete LaTeX 
16945 \series bold
16946 arydshln
16947 \series default
16948  no es compatible con el paquete LaTeX 
16949 \series bold
16950 colortbl
16951 \series default
16952
16953 \begin_inset LatexCommand index
16954 name "LaTeX-paquetes ! colortbl"
16955
16956 \end_inset
16957
16958  que se usa para tablas coloreadas en la sección\InsetSpace ~
16959
16960 \begin_inset LatexCommand ref
16961 reference "sec:Tablas-Coloreadas"
16962
16963 \end_inset
16964
16965 .
16966  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
16967 \end_layout
16968
16969 \end_inset
16970
16971
16972 \end_layout
16973
16974 \begin_layout Standard
16975 \begin_inset ERT
16976 status collapsed
16977
16978 \begin_layout Standard
16979
16980
16981 \backslash
16982 else
16983 \end_layout
16984
16985 \end_inset
16986
16987
16988 \begin_inset Note Note
16989 status open
16990
16991 \begin_layout Standard
16992 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
16993  
16994 \series bold
16995 arydshln
16996 \series default
16997 .
16998 \end_layout
16999
17000 \end_inset
17001
17002
17003 \end_layout
17004
17005 \begin_layout Standard
17006 Debes instalar el paquete LaTeX 
17007 \series bold
17008 arydshln
17009 \series default
17010  para ver la parte siguiente en la salida.
17011 \end_layout
17012
17013 \begin_layout Standard
17014 \begin_inset ERT
17015 status collapsed
17016
17017 \begin_layout Standard
17018
17019
17020 \backslash
17021 fi
17022 \end_layout
17023
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \begin_layout Chapter
17030 Flotantes
17031 \begin_inset LatexCommand label
17032 name "cha:Floats"
17033
17034 \end_inset
17035
17036
17037 \begin_inset LatexCommand index
17038 name "Flotantes"
17039
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \begin_layout Section
17046 Introducción
17047 \begin_inset LatexCommand label
17048 name "sec:IntroducciónFlotantes"
17049
17050 \end_inset
17051
17052
17053 \begin_inset LatexCommand index
17054 name "Flotantes ! Introducción"
17055
17056 \end_inset
17057
17058
17059 \end_layout
17060
17061 \begin_layout Standard
17062 Un flotante es un bloque de texto asociado con alguna especie de etiqueta
17063  que no tiene posición fija.
17064  Puede "flotar" adelante o atrás una o dos páginas, donde encaje mejor.
17065  Las 
17066 \family sans
17067 Notas\InsetSpace ~
17068 al\InsetSpace ~
17069 pie
17070 \family default
17071  y 
17072 \family sans
17073 Notas\InsetSpace ~
17074 al\InsetSpace ~
17075 margen
17076 \family default
17077  también son flotantes, porque pueden flotar a la página siguiente cuando
17078  hay demasiadas notas en la página.
17079 \end_layout
17080
17081 \begin_layout Standard
17082 Los flotantes hacen posible composiciones de alta calidad.
17083  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
17084  impedir espacios en blanco y páginas sin texto.
17085  Como el flotante destruye a menudo el contexto entre texto e imagen/tabla,
17086  cada flotante puede estar referido en el texto.
17087  Por lo tanto los flotantes están numerados.
17088  Las referencias se describen en la sección\InsetSpace ~
17089
17090 \begin_inset LatexCommand ref
17091 reference "sec:Referencias-a-Flotantes"
17092
17093 \end_inset
17094
17095  .
17096 \end_layout
17097
17098 \begin_layout Standard
17099 Para insertar un flotante, usa el menú 
17100 \family sans
17101 Insertar\SpecialChar \menuseparator
17102 Flotante
17103 \family default
17104 .
17105  En el documento se inserta un cuadro con etiqueta en el entorno 
17106 \family sans
17107 Encabezado
17108 \begin_inset Foot
17109 status collapsed
17110
17111 \begin_layout Standard
17112 El entorno 
17113 \family sans
17114 Encabezado
17115 \family default
17116  se describe en 
17117 \emph on
17118 Guía\InsetSpace ~
17119 del\InsetSpace ~
17120 Usuario
17121 \emph default
17122  de LyX.
17123 \end_layout
17124
17125 \end_inset
17126
17127 .
17128
17129 \family default
17130  Cada etiqueta acaba con el caracter "#" como receptáculo para el número
17131  de flotante en la salida.
17132  La etiqueta será traducida automáticamente al lenguaje del documento.
17133  Tras la etiqueta se puede insertar el texto de encabezado.
17134  La imagen o tabla se inserta encima o debajo del encabezado en un párrafo
17135  separado dentro del flotante.
17136  Más sobre colocación de encabezados se describe en la sección\InsetSpace ~
17137
17138 \begin_inset LatexCommand ref
17139 reference "sec:Colocación-de-Encabezados"
17140
17141 \end_inset
17142
17143 .
17144  Para mantener legible el documento LyX, puedes abrir y cerrar el cuadro
17145  del flotante haciendo click-izquierda sobre él.
17146  Un cuadro cerrado se muestra así: 
17147 \begin_inset Graphics
17148         filename ../../clipart/flotanteQt4.png
17149         scale 70
17150
17151 \end_inset
17152
17153  -- un cuadro gris con etiqueta en rojo.
17154 \end_layout
17155
17156 \begin_layout Standard
17157 Se recomienda insertar flotantes como párrafos separados para evitar posibles
17158  errores de LaTeX si el texto circundante se formatea de modo especial.
17159 \end_layout
17160
17161 \begin_layout Standard
17162 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
17163  y pinchando el botón correspondiente de la barra de herramientas para un
17164  flotante nuevo.
17165 \end_layout
17166
17167 \begin_layout Section
17168 Tipos de Flotantes
17169 \end_layout
17170
17171 \begin_layout Standard
17172 Además de los flotantes de imagen y de tabla que se describen en la sección\InsetSpace ~
17173
17174 \begin_inset LatexCommand ref
17175 reference "sec:Figuras-Flotantes"
17176
17177 \end_inset
17178
17179  y 
17180 \begin_inset LatexCommand ref
17181 reference "sec:Tablas-Flotantes"
17182
17183 \end_inset
17184
17185 , respectivamente, LyX ofrece los tipos 
17186 \series bold
17187 Algoritmo
17188 \series default
17189  y 
17190 \series bold
17191 Ajustado\InsetSpace ~
17192 al\InsetSpace ~
17193 Texto
17194 \series default
17195 .
17196 \end_layout
17197
17198 \begin_layout Subsection
17199 Algoritmos Flotantes
17200 \begin_inset LatexCommand index
17201 name "Flotantes ! Algoritmos Flotantes"
17202
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \begin_layout Standard
17209 \begin_inset Float algorithm
17210 placement h
17211 wide false
17212 sideways false
17213 status open
17214
17215 \begin_layout Standard
17216 \begin_inset Caption
17217
17218 \begin_layout Standard
17219 \begin_inset LatexCommand label
17220 name "alg:Ejemplo-de-Algoritmo-flotante"
17221
17222 \end_inset
17223
17224 Ejemplo de Algoritmo flotante
17225 \end_layout
17226
17227 \end_inset
17228
17229
17230 \end_layout
17231
17232 \begin_layout LyX-Code
17233 for I in 1..N loop
17234 \newline
17235  Sum:= Sum + A(I); /*senseless comment*/
17236 \newline
17237 end loop
17238 \begin_inset VSpace -4mm
17239 \end_inset
17240
17241
17242 \end_layout
17243
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \begin_layout Standard
17250 Este tipo de flotante se inserta con el menú 
17251 \family sans
17252 Insertar\SpecialChar \menuseparator
17253 Flotante\SpecialChar \menuseparator
17254 Algoritmo
17255 \family default
17256 .
17257  Se usa para códigos y descripciones de algoritmos.
17258  Un posible entorno para algoritmos es 
17259 \family sans
17260 Código-LyX
17261 \family default
17262 , descrito en 
17263 \emph on
17264 Guía del Usuario
17265 \emph default
17266  de LyX.
17267  El algoritmo\InsetSpace ~
17268
17269 \begin_inset LatexCommand ref
17270 reference "alg:Ejemplo-de-Algoritmo-flotante"
17271
17272 \end_inset
17273
17274  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
17275  vertical de -4\InsetSpace \thinspace{}
17276 mm al final para tener la línea inferior exactamente bajo
17277  la última línea de texto.
17278 \end_layout
17279
17280 \begin_layout Standard
17281 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
17282  Si tu documento no es en Inglés, tienes que hacerlo manualmente añadiendo
17283  la siguiente línea al preámbulo del documento
17284 \series bold
17285 :
17286 \end_layout
17287
17288 \begin_layout Standard
17289
17290 \series bold
17291
17292 \backslash
17293 floatname{algorithm}{nombre}
17294 \end_layout
17295
17296 \begin_layout Standard
17297
17298 \family sans
17299 nombre
17300 \family default
17301  es la palabra
17302 \begin_inset Quotes eld
17303 \end_inset
17304
17305
17306 \emph on
17307 algorithm
17308 \emph default
17309
17310 \begin_inset Quotes erd
17311 \end_inset
17312
17313  en el lenguaje deseado.
17314 \end_layout
17315
17316 \begin_layout Description
17317
17318 \series bold
17319 Nota:
17320 \series default
17321  Si se emplea el paquete LaTeX 
17322 \series bold
17323 hyperref
17324 \series default
17325
17326 \begin_inset LatexCommand index
17327 name "LaTeX-paquetes ! hyperref"
17328
17329 \end_inset
17330
17331  para enlazar referencias cruzadas a flotantes en la salida PDF, debe cargarse
17332  en el preámbulo LaTeX antes de la definición de flotantes para poder referirse
17333  a ellos.
17334  LyX establece la definición de algoritmos flotantes automáticamente antes
17335  de la parte del preámbulo editable por el usuario, así que hay que insertar
17336  las siguientes líneas 
17337 \emph on
17338 después
17339 \emph default
17340  de cargar el comando 
17341 \series bold
17342 hyperref:
17343 \begin_inset VSpace defskip
17344 \end_inset
17345
17346
17347 \newline
17348
17349 \backslash
17350 newfloat{Xalgorithm}{tbp}{loa}
17351 \newline
17352
17353 \backslash
17354 floatname{Xalgorithm}{nombre}
17355 \newline
17356
17357 \backslash
17358 newcommand{
17359 \backslash
17360 theHalgorithm}{
17361 \backslash
17362 theHXalgorithm}
17363 \newline
17364
17365 \backslash
17366 renewenvironment{algorithm}[1][tbp]
17367 \newline
17368
17369 \begin_inset ERT
17370 status collapsed
17371
17372 \begin_layout Standard
17373
17374
17375 \backslash
17376 hphantom{ }
17377 \end_layout
17378
17379 \end_inset
17380
17381 {
17382 \backslash
17383 begin{Xalgorithm}[#1]}{
17384 \backslash
17385 end{Xalgorithm}}
17386 \begin_inset VSpace defskip
17387 \end_inset
17388
17389
17390 \series default
17391
17392 \newline
17393 Donde 
17394 \family sans
17395 nombre
17396 \family default
17397  es la palabra "
17398 \emph on
17399 algorithm
17400 \emph default
17401 " en el lenguaje deseado.
17402 \end_layout
17403
17404 \begin_layout Standard
17405 Los algoritmos flotantes no se numeran por defecto según el esquema "capítulo.alg
17406 oritmo" como es el caso para tablas e imágenes flotantes en muchas clases
17407  de documento.
17408  Para numerar algoritmos flotantes en el mismo esquema, añade este comando
17409  en el preámbulo del documento:
17410 \end_layout
17411
17412 \begin_layout Standard
17413
17414 \series bold
17415
17416 \backslash
17417 numberwithin{algorithm}{chapter}
17418 \end_layout
17419
17420 \begin_layout Standard
17421 Si usas el paquete LaTeX 
17422 \series bold
17423 hyperref
17424 \series default
17425 , añade en su lugar esta línea 
17426 \emph on
17427 después
17428 \emph default
17429  de la definición de 
17430 \family sans
17431 Xalgorithm
17432 \family default
17433  (los comandos de anteriores) en el preámbulo:
17434 \end_layout
17435
17436 \begin_layout Standard
17437
17438 \series bold
17439
17440 \backslash
17441 numberwithin{Xalgorithm}{chapter}
17442 \end_layout
17443
17444 \begin_layout Standard
17445 Para poder usar el comando 
17446 \series bold
17447
17448 \backslash
17449 numberwithin
17450 \series default
17451 , marca la opción 
17452 \family sans
17453 Usar\InsetSpace ~
17454 el\InsetSpace ~
17455 paquete\InsetSpace ~
17456 AMS
17457 \family default
17458  en el menú 
17459 \family sans
17460 Documento\SpecialChar \menuseparator
17461 Configuración\SpecialChar \menuseparator
17462 Ecuaciones
17463 \family default
17464 .
17465 \end_layout
17466
17467 \begin_layout Subsection
17468 Flotantes Ajustados a Texto
17469 \begin_inset LatexCommand index
17470 name "Flotantes ! Ajustados a Texto"
17471
17472 \end_inset
17473
17474
17475 \begin_inset LatexCommand label
17476 name "sub:floatflt-flotante-ajustado"
17477
17478 \end_inset
17479
17480
17481 \end_layout
17482
17483 \begin_layout Standard
17484 Este tipo de flotante se usa cuando quieres envolver una figura en el texto,
17485  de manera que ocupe solo una parte del ancho de columna.
17486  Puede insertarse usando el menú 
17487 \begin_inset Wrap figure
17488 placement l
17489 width "40col%"
17490 status open
17491
17492 \begin_layout Standard
17493 \begin_inset Graphics
17494         filename ../mobius.eps
17495         display color
17496         width 40col%
17497         rotateOrigin center
17498
17499 \end_inset
17500
17501
17502 \end_layout
17503
17504 \begin_layout Standard
17505 \begin_inset Caption
17506
17507 \begin_layout Standard
17508 \begin_inset LatexCommand label
17509 name "fig:Esto-es-una"
17510
17511 \end_inset
17512
17513 Esto es una figura envuelta, y esto la genial cabecera que la describe.
17514 \begin_inset VSpace medskip
17515 \end_inset
17516
17517
17518 \end_layout
17519
17520 \end_inset
17521
17522
17523 \end_layout
17524
17525 \end_inset
17526
17527  
17528 \family sans
17529 Insertar\SpecialChar \menuseparator
17530 Flotante\SpecialChar \menuseparator
17531 Flotante\InsetSpace ~
17532 de\InsetSpace ~
17533 ajuste\InsetSpace ~
17534 de\InsetSpace ~
17535 texto
17536 \family default
17537  si está instalado el paquete LaTeX 
17538 \series bold
17539 floatflt
17540 \series default
17541
17542 \begin_inset LatexCommand index
17543 name "LaTeX-paquetes ! floatflt"
17544
17545 \end_inset
17546
17547 .
17548 \begin_inset Foot
17549 status collapsed
17550
17551 \begin_layout Standard
17552 La instalación de paquetes LaTeX se explica en el manual 
17553 \emph on
17554 Configuration de LaTeX
17555 \emph default
17556 .
17557 \end_layout
17558
17559 \end_inset
17560
17561  La anchura y posición del flotante se ajusta con click-derecha sobre el
17562  cuadro del flotante.
17563  La Figura \InsetSpace ~
17564
17565 \begin_inset LatexCommand ref
17566 reference "fig:Esto-es-una"
17567
17568 \end_inset
17569
17570  es un ejemplo de flotante ajustado a texto con una anchura del 40\InsetSpace \thinspace{}
17571 col%.
17572 \begin_inset Foot
17573 status collapsed
17574
17575 \begin_layout Standard
17576 Ver unidades disponibles en\InsetSpace ~
17577
17578 \begin_inset LatexCommand ref
17579 reference "cha:Unidades-disponibles-en"
17580
17581 \end_inset
17582
17583 .
17584 \end_layout
17585
17586 \end_inset
17587
17588  Se ha añadido algún espacio bajo el encabezado para separarlo mejor del
17589  texto envolvente.
17590 \end_layout
17591
17592 \begin_layout Standard
17593 El paquete LaTeX 
17594 \series bold
17595 floatflt
17596 \series default
17597  también soporta tablas ajustadas a texto pero aún no es soportado por LyX.
17598  Si lo necesitas, consulta la documentoación de 
17599 \series bold
17600 floatflt
17601 \series default
17602  
17603 \begin_inset LatexCommand cite
17604 key "floatflt"
17605
17606 \end_inset
17607
17608 .
17609 \end_layout
17610
17611 \begin_layout Standard
17612 \begin_inset Note Greyedout
17613 status open
17614
17615 \begin_layout Standard
17616
17617 \series bold
17618 Nota:
17619 \series default
17620  ¡Los flotantes ajustados a texto son frágiles! P.\InsetSpace \thinspace{}
17621 e.\InsetSpace ~
17622 si una figura está demasiado
17623  cerca de la parte inferior de la página se pueden perder cosas en el camino
17624  de salida, el flotante puede no aparecer o situarse junto a otro texto.
17625 \begin_inset Foot
17626 status open
17627
17628 \begin_layout Standard
17629 La mejor solución es usar el paquete LaTeX 
17630 \series bold
17631 wrapf\SpecialChar \textcompwordmark{}
17632 ig
17633 \series default
17634
17635 \begin_inset LatexCommand index
17636 name "LaTeX-paquetes ! wrapfig\\vspace{4mm}"
17637
17638 \end_inset
17639
17640  en vez de 
17641 \series bold
17642 floatf\SpecialChar \textcompwordmark{}
17643 lt
17644 \series default
17645  pero actualmente no es soportado por LyX.
17646 \end_layout
17647
17648 \end_inset
17649
17650
17651 \end_layout
17652
17653 \end_inset
17654
17655
17656 \end_layout
17657
17658 \begin_layout Standard
17659 En general:
17660 \end_layout
17661
17662 \begin_layout Itemize
17663 Los flotantes ajustados no deberían situarse en párrafos que van sobre un
17664  salto de página.
17665  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
17666  esté casi listo y puedas prever los saltos de página.
17667 \end_layout
17668
17669 \begin_layout Itemize
17670 Los flotantes ajustados deberían situarse, bien en un párrafo propio antes
17671  del párrafo donde deben ajustarse, o bien dentro de un párrafo.
17672 \end_layout
17673
17674 \begin_layout Itemize
17675 Los flotantes ajustados en párrafos consecutivos pueden dar problemas, así
17676  que asegura que hay un párrafo de texto entre ellos.
17677 \end_layout
17678
17679 \begin_layout Itemize
17680 Los flotantes ajustados no están permitidos en cabeceras de sección o tablas.
17681 \end_layout
17682
17683 \begin_layout Section
17684 Referencias a Flotantes
17685 \begin_inset LatexCommand label
17686 name "sec:Referencias-a-Flotantes"
17687
17688 \end_inset
17689
17690
17691 \begin_inset LatexCommand index
17692 name "Flotantes ! Referencias"
17693
17694 \end_inset
17695
17696
17697 \begin_inset LatexCommand index
17698 name "Referencias"
17699
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \begin_layout Standard
17706 Para referirse a un flotante, inserta una etiqueta en su encabezado con
17707  el menú 
17708 \family sans
17709 Insertar\SpecialChar \menuseparator
17710 Etiqueta
17711 \family default
17712  o el botón 
17713 \begin_inset Graphics
17714         filename ../../images/label-insert.xpm
17715         scale 85
17716
17717 \end_inset
17718
17719 .
17720  Aparece una ventana esperando la introducción del texto de la etiqueta
17721  y se inserta un cuadro gris como este: 
17722 \begin_inset Graphics
17723         filename ../../clipart/etiquetaQt4.png
17724         scale 85
17725
17726 \end_inset
17727
17728 .
17729  LyX ofrece como texto las primeras palabras del encabezado con un prefijo.
17730  El prefijo depende del tipo de flotante, p.\InsetSpace \thinspace{}
17731 e.\InsetSpace ~
17732 para figuras el prefijo será
17733  "
17734 \family sans
17735 fig:
17736 \family default
17737 ".
17738 \end_layout
17739
17740 \begin_layout Standard
17741 La etiqueta se usa como ancla y el nombre para la referencia.
17742  Puedes referir a la etiqueta usando el menú 
17743 \family sans
17744 Insertar\SpecialChar \menuseparator
17745 Referencia
17746 \family default
17747 \InsetSpace ~
17748
17749 \family sans
17750 cruzada
17751 \family default
17752  o el botón 
17753 \begin_inset Graphics
17754         filename ../../images/dialog-show-new-inset_ref.xpm
17755         scale 85
17756
17757 \end_inset
17758
17759 .
17760  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
17761  Si tienes abiertos varios documentos LyX, escoge el que estás trabajando
17762  de la lista desplegable de la parte superior del diálogo.
17763  Puedes ordenar las etiquetas alfabéticamente y elegir una.
17764  Se inserta un cuadro gris como este: 
17765 \begin_inset Graphics
17766         filename ../../clipart/referenciaQt4.png
17767         scale 85
17768
17769 \end_inset
17770
17771 .
17772  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
17773 \end_layout
17774
17775 \begin_layout Standard
17776 Se recomienda poner un espacio protegido entre el nombre de la referencia
17777  cruzada y su número para evitar saltos de línea entre ellos.
17778  Si una referencia cruzada corresponde a una etiqueta inexistente verás
17779  dos interrogaciones en la salida.
17780 \end_layout
17781
17782 \begin_layout Standard
17783 En cualquier momento puedes cambiar etiquetas haciendo click sobre el cuadro.
17784  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
17785  al texto de la etiqueta nueva, no te ocupes por eso.
17786 \end_layout
17787
17788 \begin_layout Standard
17789 El botón 
17790 \family sans
17791 Ir\InsetSpace ~
17792 a\InsetSpace ~
17793 la\InsetSpace ~
17794 etiqueta
17795 \family default
17796  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
17797  y el texto del botón cambia a 
17798 \family sans
17799 Volver
17800 \family default
17801  con el que se puede retornar a la referencia.
17802  Click-derecha sobre el cuadro de la referencia también lleva el cursor
17803  hasta la etiqueta pero sin opción de volver.
17804 \end_layout
17805
17806 \begin_layout Subsection
17807 Formatos de Referencia Cruzada
17808 \begin_inset LatexCommand label
17809 name "sub:Formatos-referencia-cruzada"
17810
17811 \end_inset
17812
17813
17814 \begin_inset LatexCommand index
17815 name "Referencias ! Formatos"
17816
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \begin_layout Standard
17823 Hay seis variedades de referencias cruzadas:
17824 \end_layout
17825
17826 \begin_layout Description
17827 <referencia>: imprime el número flotante, esta es la opción predeterminada:
17828  
17829 \begin_inset LatexCommand ref
17830 reference "fig:Dos-imágenes-distorsionadas"
17831
17832 \end_inset
17833
17834
17835 \end_layout
17836
17837 \begin_layout Description
17838 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
17839  habitual para referirse a fórmulas, especialmente si se omite el nombre
17840  "Ecuación": 
17841 \begin_inset LatexCommand eqref
17842 reference "eq:Wgn"
17843
17844 \end_inset
17845
17846
17847 \end_layout
17848
17849 \begin_layout Description
17850 <página>: imprime el número de página: Página\InsetSpace ~
17851
17852 \begin_inset LatexCommand pageref
17853 reference "fig:Dos-imágenes-distorsionadas"
17854
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \begin_layout Description
17861 en\InsetSpace ~
17862 página\InsetSpace ~
17863 <página>: imprime el texto "en la página" y el número de página:
17864  
17865 \begin_inset LatexCommand vpageref
17866 reference "fig:Dos-imágenes-distorsionadas"
17867
17868 \end_inset
17869
17870
17871 \end_layout
17872
17873 \begin_layout Description
17874 <referencia>\InsetSpace ~
17875 en\InsetSpace ~
17876 página\InsetSpace ~
17877 <página>: imprime el número flotante, el texto "en la
17878  página" y el número de página: 
17879 \begin_inset LatexCommand vref
17880 reference "fig:Dos-imágenes-distorsionadas"
17881
17882 \end_inset
17883
17884
17885 \end_layout
17886
17887 \begin_layout Description
17888 Referencia\InsetSpace ~
17889 con\InsetSpace ~
17890 formato: imprime un formato autodefinido.
17891  
17892 \begin_inset Note Greyedout
17893 status open
17894
17895 \begin_layout Standard
17896
17897 \series bold
17898 Nota:
17899 \series default
17900  Esta característica sólo está disponible si está instalado el paquete LaTeX
17901  
17902 \series bold
17903 prettyref
17904 \series default
17905 .
17906 \end_layout
17907
17908 \end_inset
17909
17910
17911 \end_layout
17912
17913 \begin_layout Standard
17914 Ten en cuenta que el estilo <página> no imprime el número si la etiqueta
17915  está en la misma página, en la anterior o en la siguiente.
17916  En su lugar verás p.\InsetSpace \thinspace{}
17917 e.\InsetSpace ~
17918 el texto "
17919 \family sans
17920 en esta página
17921 \family default
17922 ".
17923 \end_layout
17924
17925 \begin_layout Standard
17926 El número y página actual de la parte del documento referida es automáticamente
17927  calculado por LaTeX en la salida.
17928  Las variedades se ajustan en el campo 
17929 \family sans
17930 Formato
17931 \family default
17932  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
17933 \end_layout
17934
17935 \begin_layout Subsection
17936 Referencias a Subfiguras 
17937 \begin_inset LatexCommand label
17938 name "sub:Referencias-a-Subfiguras"
17939
17940 \end_inset
17941
17942
17943 \begin_inset LatexCommand index
17944 name "Referencias ! a Subfiguras"
17945
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \begin_layout Standard
17952 Por el momento LyX no soporta las referencias a subfiguras, de modo que
17953  hay que emplear comandos LaTeX.
17954  La etiqueta se crea con el comando
17955 \end_layout
17956
17957 \begin_layout Standard
17958
17959 \series bold
17960
17961 \backslash
17962 label{fig:NombreEtiqueta}
17963 \end_layout
17964
17965 \begin_layout Standard
17966 que se inserta directamente en el campo de encabezado de la subfigura.
17967  Para referenciar la etiqueta añade el siguiente comando en ERT
17968 \end_layout
17969
17970 \begin_layout Standard
17971
17972 \series bold
17973
17974 \backslash
17975 ref{fig:NombreEtiqueta}
17976 \end_layout
17977
17978 \begin_layout Standard
17979 en la posición del documento en la que quieras que aparezca la referencia.
17980  Aquí hay una referencia a una subfigura: Subfigura\InsetSpace ~
17981
17982 \begin_inset ERT
17983 status collapsed
17984
17985 \begin_layout Standard
17986
17987
17988 \backslash
17989 ref{fig:Platypus}
17990 \end_layout
17991
17992 \end_inset
17993
17994
17995 \end_layout
17996
17997 \begin_layout Standard
17998
17999 \end_layout
18000
18001 \begin_layout Subsection
18002 Designación Automática de Referencias
18003 \begin_inset LatexCommand index
18004 name "Referencias ! Designación Automática"
18005
18006 \end_inset
18007
18008
18009 \end_layout
18010
18011 \begin_layout Standard
18012 El paquete LaTeX 
18013 \series bold
18014 hyperref
18015 \series default
18016  dispone de una característica muy útil que permite incluir automáticamente
18017  en las referencias cruzadas el nombre de los flotantes referidos (o partes
18018  de texto como secciones).
18019  Quieres p.\InsetSpace \thinspace{}
18020 e.\InsetSpace ~
18021 escribir la palabra "Figura" antes de cada cuadro de referencia.
18022  Para conseguirlo debes cargar el paquete LaTeX 
18023 \series bold
18024 hyperref
18025 \series default
18026
18027 \begin_inset LatexCommand index
18028 name "LaTeX-paquetes ! hyperref"
18029
18030 \end_inset
18031
18032  en el preámbulo del documento con
18033 \end_layout
18034
18035 \begin_layout Standard
18036
18037 \series bold
18038
18039 \backslash
18040 usepackage[pdfborder={0 0 0}]{hyperref}
18041 \newline
18042
18043 \backslash
18044 AtBeginDocument{
18045 \backslash
18046 renewcommand{
18047 \backslash
18048 ref}[1]{
18049 \backslash
18050 mbox{
18051 \backslash
18052 autoref{#1}}}}
18053 \end_layout
18054
18055 \begin_layout Standard
18056
18057 \series bold
18058 hyperref
18059 \series default
18060  se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF,
18061  esto significa que el lector del documento podrá pinchar sobre una entrada
18062  de Índice o una referencia y será inmediatamente dirigido a esa parte del
18063  documento.
18064  
18065 \series bold
18066 hyperref
18067 \series default
18068  también crea marcadores PDF para cada sección para facilitar al lector
18069  la navegación por el documento.
18070  Esto también se ha usado en este documento pero si echas una ojeada al
18071  preámbulo encontrarás varias opciones en la carga de 
18072 \series bold
18073 hyperref
18074 \series default
18075 .
18076  Para aprender más sobre ello acude a la documentoación del paquete 
18077 \begin_inset LatexCommand cite
18078 key "hyperref"
18079
18080 \end_inset
18081
18082 .
18083 \end_layout
18084
18085 \begin_layout Standard
18086 \begin_inset Note Greyedout
18087 status open
18088
18089 \begin_layout Standard
18090
18091 \series bold
18092 Nota:
18093 \series default
18094  La designación automática de referencias no puede usarse en el estilo 
18095 \family sans
18096 Referencia\InsetSpace ~
18097 con\InsetSpace ~
18098 formato
18099 \family default
18100 , descrita en la sección\InsetSpace ~
18101
18102 \begin_inset LatexCommand ref
18103 reference "sub:Formatos-referencia-cruzada"
18104
18105 \end_inset
18106
18107 .
18108 \end_layout
18109
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \begin_layout Subsection
18116 Colocación de Referencias
18117 \begin_inset LatexCommand label
18118 name "sub:Colocación-de-Referencias"
18119
18120 \end_inset
18121
18122
18123 \begin_inset LatexCommand index
18124 name "Referencias ! Colocación"
18125
18126 \end_inset
18127
18128
18129 \end_layout
18130
18131 \begin_layout Standard
18132 Si usas 
18133 \series bold
18134 hyperref
18135 \series default
18136
18137 \begin_inset LatexCommand index
18138 name "LaTeX-paquetes ! hyperref"
18139
18140 \end_inset
18141
18142  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
18143  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
18144  El encabezado será la primera parte de texto en pantalla, de forma que
18145  para ver la imagen debes deslizar.
18146  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
18147  Usando el paquete 
18148 \series bold
18149 hypcap
18150 \series default
18151
18152 \begin_inset LatexCommand index
18153 name "LaTeX-paquetes ! hypcap"
18154
18155 \end_inset
18156
18157 , que forma parte del paquete LaTeX 
18158 \series bold
18159 oberdiek
18160 \series default
18161
18162 \begin_inset LatexCommand index
18163 name "LaTeX-paquetes ! oberdiek"
18164
18165 \end_inset
18166
18167 , el ancla de enlace se sitúa al comienzo de un flotante.
18168  Para usar esta característica para figuras flotantes carga 
18169 \series bold
18170 hypcap
18171 \series default
18172  en el preámbulo con
18173 \end_layout
18174
18175 \begin_layout Standard
18176
18177 \series bold
18178
18179 \backslash
18180 usepackage[f\SpecialChar \textcompwordmark{}
18181 igure]{hypcap}
18182 \end_layout
18183
18184 \begin_layout Standard
18185 Puedes usar 
18186 \series bold
18187 hypcap
18188 \series default
18189  para todos los flotantes aunque no se recomienda por razones de estabilidad.
18190  Más información en el manual de 
18191 \series bold
18192 hypcap
18193 \series default
18194  
18195 \begin_inset LatexCommand cite
18196 key "hypcap"
18197
18198 \end_inset
18199
18200 .
18201 \end_layout
18202
18203 \begin_layout Standard
18204 \begin_inset Note Greyedout
18205 status open
18206
18207 \begin_layout Standard
18208
18209 \series bold
18210 Nota: hypcap
18211 \series default
18212  debe cargarse después de 
18213 \series bold
18214 hyperref
18215 \series default
18216  en el preámbulo
18217 \series bold
18218 .
18219 \end_layout
18220
18221 \end_inset
18222
18223
18224 \end_layout
18225
18226 \begin_layout Standard
18227 \begin_inset Note Greyedout
18228 status open
18229
18230 \begin_layout Standard
18231
18232 \series bold
18233 Nota:
18234 \series default
18235  La colocación de referencias no afecta a las referencias a subfiguras.
18236 \end_layout
18237
18238 \end_inset
18239
18240
18241 \end_layout
18242
18243 \begin_layout Section
18244 Colocación de Flotantes
18245 \begin_inset LatexCommand label
18246 name "sec:Colocación-de-Flotantes"
18247
18248 \end_inset
18249
18250
18251 \begin_inset LatexCommand index
18252 name "Flotantes ! Colocación"
18253
18254 \end_inset
18255
18256
18257 \end_layout
18258
18259 \begin_layout Standard
18260 Click-derecha sobre un cuadro de flotante abre un diálogo en el que pueden
18261  cambiarse las opciones de LaTeX para situar los flotantes.
18262 \newline
18263 La opción 
18264 \family sans
18265 Extender\InsetSpace ~
18266 columnas
18267 \family default
18268  solo es aplicable a documentoos de dos columnas: Si lo seleccionas, el
18269  flotante abarcará ambas columnas en lugar de una sola.
18270  La opción 
18271 \family sans
18272 Girar\InsetSpace ~
18273 a\InsetSpace ~
18274 un\InsetSpace ~
18275 lado
18276 \family default
18277  sirve para girar flotantes, ver sección\InsetSpace ~
18278
18279 \begin_inset LatexCommand ref
18280 reference "sec:Rotación-de-Flotantes"
18281
18282 \end_inset
18283
18284 .
18285  
18286 \end_layout
18287
18288 \begin_layout Standard
18289 Puedes usar una o más de las siguientes opciones en el diálogo para establacer
18290  la posición de un flotante si desmarcas la opción 
18291 \family sans
18292 Usar\InsetSpace ~
18293 ubicación\InsetSpace ~
18294 predeterminada
18295 \family default
18296 :
18297 \end_layout
18298
18299 \begin_layout Standard
18300
18301 \family sans
18302 \series bold
18303 Aquí\InsetSpace ~
18304 si\InsetSpace ~
18305 es\InsetSpace ~
18306 posible:
18307 \family default
18308 \series default
18309  intenta situar el flotante en la posición en la que se inserta
18310 \end_layout
18311
18312 \begin_layout Standard
18313
18314 \family sans
18315 \series bold
18316 Principio\InsetSpace ~
18317 de\InsetSpace ~
18318 página:
18319 \family default
18320 \series default
18321  intenta situar el flotante al principio de la página actual
18322 \end_layout
18323
18324 \begin_layout Standard
18325
18326 \family sans
18327 \series bold
18328 Fin\InsetSpace ~
18329 de\InsetSpace ~
18330 página:
18331 \family default
18332 \series default
18333  intenta situar el flotante al final de la página actual
18334 \end_layout
18335
18336 \begin_layout Standard
18337
18338 \family sans
18339 \series bold
18340 Página\InsetSpace ~
18341 de\InsetSpace ~
18342 flotantes:
18343 \family default
18344 \series default
18345  intenta situar el flotante en una página propia 
18346 \end_layout
18347
18348 \begin_layout Standard
18349 LaTeX usa 
18350 \emph on
18351 siempre
18352 \emph default
18353  ese orden de opciones.
18354  Significa que si usas la colocación predeterminada, LaTeX probará en primer
18355  lugar 
18356 \family sans
18357 Aquí\InsetSpace ~
18358 si\InsetSpace ~
18359 es\InsetSpace ~
18360 posible
18361 \family default
18362 , luego 
18363 \family sans
18364 Principio\InsetSpace ~
18365 de\InsetSpace ~
18366 página
18367 \family default
18368 , y después las otras.
18369  Si no usas la predeterminada, LaTeX solo probará las opciones marcadas
18370  pero en dicho orden.
18371  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
18372  pero intenta poner el flotante en la página siguiente.
18373 \end_layout
18374
18375 \begin_layout Standard
18376 De forma predeterminada cada una de las opciones tiene sus propias reglas:
18377 \end_layout
18378
18379 \begin_layout Labeling
18380 \labelwidthstring 00.00.0000
18381
18382 \family sans
18383 Principio\InsetSpace ~
18384 de\InsetSpace ~
18385 página:
18386 \family default
18387  solo si el flotante ocupa menos del 70\InsetSpace \thinspace{}
18388 % de la página puede ubicarse al
18389  principio de página (
18390 \series bold
18391
18392 \backslash
18393 topfraction
18394 \series default
18395 )
18396 \end_layout
18397
18398 \begin_layout Labeling
18399 \labelwidthstring 00.00.0000
18400
18401 \family sans
18402 Fin\InsetSpace ~
18403 de\InsetSpace ~
18404 página:
18405 \family default
18406  solo si el flotante ocupa menos del 30\InsetSpace \thinspace{}
18407 % de la página puede ubicarse al
18408  fin de página.
18409  (
18410 \series bold
18411
18412 \backslash
18413 bottomfraction
18414 \series default
18415 )
18416 \end_layout
18417
18418 \begin_layout Labeling
18419 \labelwidthstring 00.00.0000
18420
18421 \family sans
18422 Página\InsetSpace ~
18423 de\InsetSpace ~
18424 flotantes:
18425 \family default
18426  solo si más del 50\InsetSpace \thinspace{}
18427 % de la página se ocupa por flotantes puede haber varios
18428  juntos en la misma página.
18429  (
18430 \series bold
18431
18432 \backslash
18433 floatpagefraction
18434 \series default
18435 )
18436 \end_layout
18437
18438 \begin_layout Standard
18439 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
18440  
18441 \family sans
18442 Ignorar\InsetSpace ~
18443 reglas\InsetSpace ~
18444 de\InsetSpace ~
18445 LaTeX
18446 \family default
18447 .
18448 \newline
18449 También puedes redefinir las reglas con los comandos LaTeX que van entre
18450  paréntesis tras la descripción de las reglas anteriores.
18451  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
18452  la regla 
18453 \family sans
18454 Fin
18455 \family default
18456 \InsetSpace ~
18457
18458 \family sans
18459 de
18460 \family default
18461 \InsetSpace ~
18462
18463 \family sans
18464 página
18465 \family default
18466  al 50\InsetSpace \thinspace{}
18467 %, añade esta línea en el preámbulo:
18468 \end_layout
18469
18470 \begin_layout Standard
18471
18472 \series bold
18473
18474 \backslash
18475 renewcommand{
18476 \backslash
18477 bottomfraction}{0.5}
18478 \end_layout
18479
18480 \begin_layout Standard
18481 En determinados casos podrías necesitar ubicar un flotante exactamente en
18482  la posición en la que se inserta.
18483  Para esto puedes usar la opción 
18484 \family sans
18485 Aquí\InsetSpace ~
18486 definitivamente
18487 \family default
18488 .
18489  Usa esta opción esporádicamente y solo cuando el documento esté casi listo,
18490  porque el flotante ya no podrá "flotar" y si haces cambios al documento
18491  se podría estropear el diseño de la página.
18492 \end_layout
18493
18494 \begin_layout Standard
18495 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
18496  están rodeados por texto de un párrafo determinado.
18497 \begin_inset VSpace bigskip
18498 \end_inset
18499
18500
18501 \end_layout
18502
18503 \begin_layout Standard
18504 A veces surge el problema de que un flotante se sitúa al principio de la
18505  página mientras que su sección correspondiente empieza en mitad de la página,
18506  así que el lector podría creer que el flotante forma parte de la sección
18507  anterior.
18508  Para evitarlo puede emplearse el comando LaTeX 
18509 \series bold
18510
18511 \backslash
18512 suppressf\SpecialChar \textcompwordmark{}
18513 loats
18514 \series default
18515 , que suprime la ubicación de un flotante dado en la página donde se inserta
18516  y además puede servir para evitar que el flotante se coloque antes del
18517  inicio de sección.
18518  Para ello, añade estos comandos al préambulo:
18519 \end_layout
18520
18521 \begin_layout Standard
18522
18523 \series bold
18524
18525 \backslash
18526 let
18527 \backslash
18528 mySection
18529 \backslash
18530 section
18531 \newline
18532
18533 \backslash
18534 renewcommand{
18535 \backslash
18536 section}{
18537 \backslash
18538 suppressf\SpecialChar \textcompwordmark{}
18539 loats[t]
18540 \backslash
18541 mySection}
18542 \end_layout
18543
18544 \begin_layout Standard
18545 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
18546  subsecciones.
18547  No es recomendable para partes pequeñas de texto como subsubsecciones porque
18548  LaTeX podría tener problemas para encontrar una ubicación adecuada.
18549 \end_layout
18550
18551 \begin_layout Standard
18552 \begin_inset VSpace bigskip
18553 \end_inset
18554
18555 En ciertos casos se quieren tener todas las figuras/tablas al final del
18556  documento.
18557  Para estos casos está el paquete LaTeX 
18558 \series bold
18559 endf\SpecialChar \textcompwordmark{}
18560 loat
18561 \series default
18562
18563 \begin_inset LatexCommand index
18564 name "LaTeX-paquetes ! endfloat"
18565
18566 \end_inset
18567
18568 .
18569  Pone todas las figuras y tablas flotantes al final del documento en secciones
18570  propias.
18571  En la posición original del flotante se inserta una indicación como 
18572 \begin_inset Quotes eld
18573 \end_inset
18574
18575
18576 \family sans
18577 [Figura\InsetSpace ~
18578 3.2 por aquí.]
18579 \family default
18580
18581 \begin_inset Quotes erd
18582 \end_inset
18583
18584 .
18585  El paquete 
18586 \series bold
18587 endf\SpecialChar \textcompwordmark{}
18588 loat
18589 \series default
18590  se carga en el preámbulo con la línea
18591 \end_layout
18592
18593 \begin_layout Standard
18594
18595 \series bold
18596
18597 \backslash
18598 usepackage[options]{endf\SpecialChar \textcompwordmark{}
18599 loat}
18600 \end_layout
18601
18602 \begin_layout Standard
18603 Hay varias opciones para diseñar las secciones figura/tabla creadas.
18604  Para más información ver la documentación de 
18605 \begin_inset LatexCommand cite
18606 key "endfloat"
18607
18608 \end_inset
18609
18610 .
18611 \newline
18612
18613 \begin_inset Note Greyedout
18614 status open
18615
18616 \begin_layout Standard
18617
18618 \series bold
18619 Nota: endf\SpecialChar \textcompwordmark{}
18620 loat
18621 \series default
18622  no traduce automáticamente la indicación, hay que hacerlo manualmente,
18623  ver sección\InsetSpace ~
18624 4 en 
18625 \begin_inset LatexCommand cite
18626 key "endfloat"
18627
18628 \end_inset
18629
18630 .
18631 \end_layout
18632
18633 \end_inset
18634
18635
18636 \newline
18637
18638 \begin_inset Note Greyedout
18639 status open
18640
18641 \begin_layout Standard
18642
18643 \series bold
18644 Nota:
18645 \series default
18646  Actualmente hay un error en 
18647 \series bold
18648 endf\SpecialChar \textcompwordmark{}
18649 loat
18650 \series default
18651  cuando el encabezado contiene el caracter alemán 
18652 \begin_inset Quotes eld
18653 \end_inset
18654
18655 ß
18656 \begin_inset Quotes erd
18657 \end_inset
18658
18659 .
18660  Usa en ese caso el comando 
18661 \begin_inset Quotes eld
18662 \end_inset
18663
18664
18665 \series bold
18666
18667 \backslash
18668 ss
18669 \series default
18670
18671 \begin_inset Quotes erd
18672 \end_inset
18673
18674  en ERT en vez de 
18675 \begin_inset Quotes eld
18676 \end_inset
18677
18678 ß
18679 \begin_inset Quotes erd
18680 \end_inset
18681
18682 .
18683 \end_layout
18684
18685 \end_inset
18686
18687
18688 \end_layout
18689
18690 \begin_layout Standard
18691 \begin_inset VSpace bigskip
18692 \end_inset
18693
18694 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
18695 \begin_inset LatexCommand cite
18696 key "latexcompanion,latexguide,latexbook"
18697
18698 \end_inset
18699
18700 .
18701 \end_layout
18702
18703 \begin_layout Section
18704 Rotación de Flotantes
18705 \begin_inset LatexCommand label
18706 name "sec:Rotación-de-Flotantes"
18707
18708 \end_inset
18709
18710
18711 \begin_inset LatexCommand index
18712 name "Flotantes ! Rotación"
18713
18714 \end_inset
18715
18716
18717 \end_layout
18718
18719 \begin_layout Standard
18720 Podrías necesitar girar flotantes, especialmente con tablas grandes.
18721  Para girar todo el flotante y su encabezado, pincha sobre su cuadro y marca
18722  la opción 
18723 \family sans
18724 Girar\InsetSpace ~
18725 a\InsetSpace ~
18726 un\InsetSpace ~
18727 lado
18728 \family default
18729 .
18730 \end_layout
18731
18732 \begin_layout Standard
18733 Los flotantes girados son puestos siempre en su propia página (o columna
18734  si el documento es de dos columnas).
18735  Normalmente se rotan de forma que puedes leerlos desde el margen externo
18736  -- a la izquierda en páginas pares, a la derecha en impares.
18737 \end_layout
18738
18739 \begin_layout Standard
18740 Los flotantes girados se refieren igual que los normales, y el formato de
18741  encabezado también es el mismo: Un ejemplo es la Tabla\InsetSpace ~
18742
18743 \begin_inset LatexCommand ref
18744 reference "tab:Tabla-girada"
18745
18746 \end_inset
18747
18748 .
18749 \end_layout
18750
18751 \begin_layout Standard
18752 \begin_inset Note Greyedout
18753 status open
18754
18755 \begin_layout Standard
18756
18757 \series bold
18758 Nota:
18759 \series default
18760  No todos los visores DVI pueden mostrar tablas giradas.
18761 \end_layout
18762
18763 \end_inset
18764
18765
18766 \end_layout
18767
18768 \begin_layout Standard
18769 \begin_inset Float table
18770 wide false
18771 sideways true
18772 status open
18773
18774 \begin_layout Standard
18775 \begin_inset Caption
18776
18777 \begin_layout Standard
18778 \begin_inset LatexCommand label
18779 name "tab:Tabla-girada"
18780
18781 \end_inset
18782
18783  Tabla girada
18784 \end_layout
18785
18786 \end_inset
18787
18788
18789 \end_layout
18790
18791 \begin_layout Standard
18792 \align center
18793 \begin_inset Tabular
18794 <lyxtabular version="3" rows="1" columns="5">
18795 <features>
18796 <column alignment="center" valignment="top" leftline="true" width="0">
18797 <column alignment="center" valignment="top" leftline="true" width="0">
18798 <column alignment="center" valignment="top" leftline="true" width="0">
18799 <column alignment="center" valignment="top" leftline="true" width="0">
18800 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18801 <row topline="true" bottomline="true">
18802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Standard
18806 test
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Standard
18815 b
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18821 \begin_inset Text
18822
18823 \begin_layout Standard
18824 c
18825 \end_layout
18826
18827 \end_inset
18828 </cell>
18829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18830 \begin_inset Text
18831
18832 \begin_layout Standard
18833 d
18834 \end_layout
18835
18836 \end_inset
18837 </cell>
18838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18839 \begin_inset Text
18840
18841 \begin_layout Standard
18842 e
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 </row>
18848 </lyxtabular>
18849
18850 \end_inset
18851
18852
18853 \end_layout
18854
18855 \end_inset
18856
18857
18858 \end_layout
18859
18860 \begin_layout Section
18861 Formato de Encabezados
18862 \begin_inset LatexCommand index
18863 name "Encabezados ! Formato"
18864
18865 \end_inset
18866
18867
18868 \begin_inset LatexCommand index
18869 name "Flotantes ! Formato de Encabezados"
18870
18871 \end_inset
18872
18873
18874 \begin_inset LatexCommand index
18875 name "LaTeX-paquetes ! caption"
18876
18877 \end_inset
18878
18879
18880 \begin_inset LatexCommand label
18881 name "sec:Formato-de-Encabezados"
18882
18883 \end_inset
18884
18885
18886 \end_layout
18887
18888 \begin_layout Standard
18889 El entorno 
18890 \family sans
18891 Encabezado
18892 \family default
18893  es el predeterminado para los 
18894 \family sans
18895 Flotantes
18896 \family default
18897 .
18898  En LyX los encabezados se muestran como etiqueta, p.\InsetSpace \thinspace{}
18899 e.\InsetSpace ~
18900 "
18901 \family sans
18902 Figura #
18903 \family default
18904 :" seguida por el texto.
18905  El símbolo de número 
18906 \begin_inset Quotes eld
18907 \end_inset
18908
18909 #
18910 \begin_inset Quotes erd
18911 \end_inset
18912
18913  es sustituido en la salida impresa por el número de referencia real.
18914  Por defecto la etiqueta y el número usan la misma fuente que el texto del
18915  encabezado y el signo dos puntos sigue al número para separar la etiqueta
18916  del texto.
18917  El formato de encabezado no es apropiado para todos los formatos de documento.
18918  
18919 \end_layout
18920
18921 \begin_layout Standard
18922 Para cambiar el formato predeterminado carga el paquete LaTeX 
18923 \series bold
18924 caption
18925 \series default
18926
18927 \begin_inset LatexCommand index
18928 name "LaTeX-paquetes ! caption"
18929
18930 \end_inset
18931
18932  en el preámbulo del documento con la línea:
18933 \end_layout
18934
18935 \begin_layout Standard
18936
18937 \series bold
18938
18939 \backslash
18940 usepackage[definición de formato]{caption}
18941 \end_layout
18942
18943 \begin_layout Standard
18944 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
18945  los encabezados de tabla siempre sobre ella como en este documento, usa
18946  el comando:
18947 \end_layout
18948
18949 \begin_layout Standard
18950
18951 \series bold
18952
18953 \backslash
18954 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
18955 \end_layout
18956
18957 \begin_layout Standard
18958 También puedes definir distintos formatos de encabezado para los distintos
18959  tipos de flotantes.
18960  En ese caso carga el paquete 
18961 \series bold
18962 caption
18963 \series default
18964  sin opciones específicas y define los distintos formatos con ayuda del
18965  comando
18966 \end_layout
18967
18968 \begin_layout Standard
18969
18970 \series bold
18971
18972 \backslash
18973 captionsetup[tipo de flotante]{definición de formato}
18974 \end_layout
18975
18976 \begin_layout Standard
18977 en el preámbulo del documento.
18978  Por ejemplo los encabezados de la Figura\InsetSpace ~
18979
18980 \begin_inset LatexCommand ref
18981 reference "fig:Esto-es-una-fig"
18982
18983 \end_inset
18984
18985  y la Tabla\InsetSpace ~
18986
18987 \begin_inset LatexCommand ref
18988 reference "tab:Esto-es-una-tab"
18989
18990 \end_inset
18991
18992  pueden crearse usando los siguientes comandos en el preámbulo:
18993 \end_layout
18994
18995 \begin_layout Standard
18996
18997 \series bold
18998
18999 \backslash
19000 usepackage[tableposition=top]{caption}
19001 \series default
19002
19003 \newline
19004
19005 \series bold
19006
19007 \backslash
19008 captionsetup[f\SpecialChar \textcompwordmark{}
19009 igure]{labelfont={tt}, textfont=it, indention=1cm,%
19010 \newline
19011
19012 \begin_inset ERT
19013 status collapsed
19014
19015 \begin_layout Standard
19016
19017
19018 \backslash
19019 hphantom{
19020 \backslash
19021
19022 \backslash
19023 captionsetup[figure]
19024 \backslash
19025 {}
19026 \end_layout
19027
19028 \end_inset
19029
19030  labelsep=period}
19031 \newline
19032
19033 \backslash
19034 captionsetup[table]{labelfont={bf,sf}}
19035 \end_layout
19036
19037 \begin_layout Standard
19038 Para más información sobre el paquete 
19039 \series bold
19040 caption
19041 \series default
19042  acude a su documentación 
19043 \begin_inset LatexCommand cite
19044 key "caption,caption-de"
19045
19046 \end_inset
19047
19048 .
19049 \end_layout
19050
19051 \begin_layout Standard
19052 \begin_inset VSpace bigskip
19053 \end_inset
19054
19055 Si estás usando la clase de documento 
19056 \series bold
19057 koma-script
19058 \series default
19059
19060 \begin_inset LatexCommand index
19061 name "LaTeX-paquetes ! koma-script"
19062
19063 \end_inset
19064
19065  (
19066 \family sans
19067 article (koma-script)
19068 \family default
19069
19070 \family sans
19071 book (koma-script)
19072 \family default
19073
19074 \family sans
19075 letter (koma-script)
19076 \family default
19077 , o 
19078 \family sans
19079 report (koma-script)
19080 \family default
19081 \InsetSpace \thinspace{}
19082 ), puedes emplear en vez del paquete 
19083 \series bold
19084 caption
19085 \series default
19086  el comando 
19087 \series bold
19088
19089 \backslash
19090 setkomafont
19091 \series default
19092  incluido en 
19093 \series bold
19094 koma-script
19095 \series default
19096 .
19097  Por ejemplo, para poner en negrita la etiqueta del encabezado añade este
19098  comando en el preámbulo del documento:
19099 \end_layout
19100
19101 \begin_layout Standard
19102
19103 \series bold
19104
19105 \backslash
19106 setkomafont{captionlabel}{
19107 \backslash
19108 bfseries}
19109 \end_layout
19110
19111 \begin_layout Standard
19112 Más información sobre 
19113 \series bold
19114
19115 \backslash
19116 setkomafont
19117 \series default
19118  en la documentación de 
19119 \series bold
19120 koma-script
19121 \series default
19122  
19123 \begin_inset LatexCommand cite
19124 key "koma-script,koma-script-de"
19125
19126 \end_inset
19127
19128 .
19129 \end_layout
19130
19131 \begin_layout Standard
19132 \begin_inset ERT
19133 status collapsed
19134
19135 \begin_layout Standard
19136
19137
19138 \backslash
19139 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
19140 }
19141 \end_layout
19142
19143 \end_inset
19144
19145
19146 \begin_inset Note Note
19147 status open
19148
19149 \begin_layout Standard
19150 El formato de encabezado se ha cambiado sólo para este ejemplo.
19151 \end_layout
19152
19153 \end_inset
19154
19155
19156 \end_layout
19157
19158 \begin_layout Standard
19159 \begin_inset Float figure
19160 placement !p
19161 wide false
19162 sideways false
19163 status open
19164
19165 \begin_layout Standard
19166 \align center
19167 \begin_inset Graphics
19168         filename ../mobius.eps
19169         lyxscale 50
19170         scale 50
19171
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \begin_layout Standard
19178 \begin_inset Caption
19179
19180 \begin_layout Standard
19181 \begin_inset LatexCommand label
19182 name "fig:Esto-es-una-fig"
19183
19184 \end_inset
19185
19186 Este es un ejemplo de encabezado de figura que es mayor de una línea para
19187  mostrar el formato diferente.
19188  Aquí se usa un encabezado autodefinido.
19189 \end_layout
19190
19191 \end_inset
19192
19193
19194 \end_layout
19195
19196 \end_inset
19197
19198
19199 \end_layout
19200
19201 \begin_layout Standard
19202 \begin_inset ERT
19203 status collapsed
19204
19205 \begin_layout Standard
19206
19207
19208 \backslash
19209 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
19210 on}
19211 \end_layout
19212
19213 \end_inset
19214
19215
19216 \end_layout
19217
19218 \begin_layout Standard
19219 \begin_inset Float table
19220 placement !p
19221 wide false
19222 sideways false
19223 status open
19224
19225 \begin_layout Standard
19226 \begin_inset Caption
19227
19228 \begin_layout Standard
19229 \begin_inset LatexCommand label
19230 name "tab:Esto-es-una-tab"
19231
19232 \end_inset
19233
19234 Este es un ejemplo de encabezado de tabla mayor que una línea para mostrar
19235  el formato diferente.
19236  Aquí se usa el formato de encabezado standard para tablas de este documento.
19237 \end_layout
19238
19239 \end_inset
19240
19241
19242 \end_layout
19243
19244 \begin_layout Standard
19245 \align center
19246 \begin_inset Tabular
19247 <lyxtabular version="3" rows="1" columns="5">
19248 <features>
19249 <column alignment="center" valignment="top" leftline="true" width="0">
19250 <column alignment="center" valignment="top" leftline="true" width="0">
19251 <column alignment="center" valignment="top" leftline="true" width="0">
19252 <column alignment="center" valignment="top" leftline="true" width="0">
19253 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19254 <row topline="true" bottomline="true">
19255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Standard
19259 a
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Standard
19268 b
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Standard
19277 c
19278 \end_layout
19279
19280 \end_inset
19281 </cell>
19282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Standard
19286 d
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Standard
19295 e
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 </row>
19301 </lyxtabular>
19302
19303 \end_inset
19304
19305
19306 \end_layout
19307
19308 \end_inset
19309
19310
19311 \end_layout
19312
19313 \begin_layout Section
19314 Colocación de Encabezados
19315 \begin_inset LatexCommand index
19316 name "Encabezados ! Colocación"
19317
19318 \end_inset
19319
19320
19321 \begin_inset LatexCommand index
19322 name "Flotantes ! Colocación de Encabezados"
19323
19324 \end_inset
19325
19326
19327 \begin_inset LatexCommand label
19328 name "sec:Colocación-de-Encabezados"
19329
19330 \end_inset
19331
19332
19333 \end_layout
19334
19335 \begin_layout Standard
19336 La norma habitual para colocar encabezados es:
19337 \end_layout
19338
19339 \begin_layout Description
19340 Figura: El encabezado bajo la figura
19341 \end_layout
19342
19343 \begin_layout Description
19344 Tabla: El encabezado sobre la tabla
19345 \end_layout
19346
19347 \begin_layout Standard
19348 Desafortunadamente, las clases standard de LaTeX no soportan encabezados
19349  sobre la tabla.
19350  Esto implica que si usas las clases de documento 
19351 \family sans
19352 article
19353 \family default
19354
19355 \family sans
19356 book
19357 \family default
19358
19359 \family sans
19360 letter
19361 \family default
19362 , o 
19363 \family sans
19364 report
19365 \family default
19366  no habrá espacio entre el encabezado y la tabla.
19367  Para insertar el espacio adecuado añade la siguiente opción al comando
19368  del paquete LaTeX 
19369 \series bold
19370 caption
19371 \series default
19372  en el preámbulo del documento
19373 \begin_inset Foot
19374 status collapsed
19375
19376 \begin_layout Standard
19377 Ver la sección\InsetSpace ~
19378
19379 \begin_inset LatexCommand ref
19380 reference "sec:Formato-de-Encabezados"
19381
19382 \end_inset
19383
19384  para más información sobre el paquete 
19385 \series bold
19386 caption
19387 \series default
19388 .
19389 \end_layout
19390
19391 \end_inset
19392
19393 :
19394 \end_layout
19395
19396 \begin_layout Standard
19397
19398 \series bold
19399 tableposition=top
19400 \end_layout
19401
19402 \begin_layout Standard
19403 Si estás usando la clase 
19404 \series bold
19405 koma-script
19406 \series default
19407
19408 \begin_inset LatexCommand index
19409 name "LaTeX-paquetes ! koma-script"
19410
19411 \end_inset
19412
19413  (
19414 \family sans
19415 article (koma-script)
19416 \family default
19417
19418 \family sans
19419 book (koma-script)
19420 \family default
19421
19422 \family sans
19423 letter (koma-script)
19424 \family default
19425 , o 
19426 \family sans
19427 report (koma-script)
19428 \family default
19429 \InsetSpace \thinspace{}
19430 ), en vez de 
19431 \series bold
19432 caption
19433 \series default
19434  puedes poner la opción 
19435 \series bold
19436 tablecaptionabove
19437 \series default
19438  de la clase de documento, o usar el entorno 
19439 \family sans
19440 Encabezado
19441 \family default
19442 \InsetSpace ~
19443
19444 \family sans
19445 Arriba
19446 \family default
19447  en vez del entorno 
19448 \family sans
19449 Encabezado
19450 \family default
19451 .
19452 \end_layout
19453
19454 \begin_layout Standard
19455 \begin_inset VSpace bigskip
19456 \end_inset
19457
19458 También es posible poner el encabezado junto a una figura o tabla.
19459  Para conseguirlo hay que cargar el paquete LaTeX 
19460 \series bold
19461 sidecap
19462 \series default
19463
19464 \begin_inset LatexCommand index
19465 name "LaTeX-paquetes ! sidecap"
19466
19467 \end_inset
19468
19469  añadiendo en el preámbulo del documento la línea
19470 \end_layout
19471
19472 \begin_layout Standard
19473
19474 \series bold
19475
19476 \backslash
19477 usepackage[option]{sidecap}
19478 \end_layout
19479
19480 \begin_layout Standard
19481 Si no se especifica opción, el encabezado se ubica del lado del margen externo
19482  de la página -- a la derecha en páginas impares, a la izquierda en las
19483  pares.
19484  Puedes cambiar la colocación al margen interno con la opción 
19485 \series bold
19486 innercaption
19487 \series default
19488 .
19489  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
19490  opciones 
19491 \series bold
19492 rightcaption
19493 \series default
19494  o 
19495 \series bold
19496 leftcaption
19497 \series default
19498 , respectivamente.
19499 \end_layout
19500
19501 \begin_layout Standard
19502 Para situar en LyX el encabezado de un flotante al lado, es necesario añadir
19503  estos comandos al preámbulo del documento:
19504 \end_layout
19505
19506 \begin_layout Standard
19507
19508 \lyxline
19509
19510 \end_layout
19511
19512 \begin_layout Standard
19513
19514 \series bold
19515
19516 \backslash
19517 newcommand{
19518 \backslash
19519 TabBesBeg}{%
19520 \newline
19521
19522 \begin_inset ERT
19523 status collapsed
19524
19525 \begin_layout Standard
19526
19527
19528 \backslash
19529 hphantom{ }
19530 \end_layout
19531
19532 \end_inset
19533
19534
19535 \backslash
19536 let
19537 \backslash
19538 MyTable
19539 \backslash
19540 table
19541 \newline
19542
19543 \begin_inset ERT
19544 status collapsed
19545
19546 \begin_layout Standard
19547
19548
19549 \backslash
19550 hphantom{ }
19551 \end_layout
19552
19553 \end_inset
19554
19555
19556 \backslash
19557 let
19558 \backslash
19559 MyEndtable
19560 \backslash
19561 endtable
19562 \newline
19563
19564 \begin_inset ERT
19565 status collapsed
19566
19567 \begin_layout Standard
19568
19569
19570 \backslash
19571 hphantom{ }
19572 \end_layout
19573
19574 \end_inset
19575
19576
19577 \backslash
19578 renewenvironment{table}{
19579 \backslash
19580 begin{SCtable}}{
19581 \backslash
19582 end{SCtable}}}
19583 \end_layout
19584
19585 \begin_layout Standard
19586
19587 \series bold
19588
19589 \backslash
19590 newcommand{
19591 \backslash
19592 TabBesEnd}{%
19593 \newline
19594
19595 \begin_inset ERT
19596 status collapsed
19597
19598 \begin_layout Standard
19599
19600
19601 \backslash
19602 hphantom{ }
19603 \end_layout
19604
19605 \end_inset
19606
19607
19608 \backslash
19609 let
19610 \backslash
19611 table
19612 \backslash
19613 MyTable
19614 \newline
19615
19616 \begin_inset ERT
19617 status collapsed
19618
19619 \begin_layout Standard
19620
19621
19622 \backslash
19623 hphantom{ }
19624 \end_layout
19625
19626 \end_inset
19627
19628
19629 \backslash
19630 let
19631 \backslash
19632 endtable
19633 \backslash
19634 MyEndtable
19635 \end_layout
19636
19637 \begin_layout Standard
19638
19639 \series bold
19640
19641 \backslash
19642 newcommand{
19643 \backslash
19644 FigBesBeg}{%
19645 \newline
19646
19647 \begin_inset ERT
19648 status collapsed
19649
19650 \begin_layout Standard
19651
19652
19653 \backslash
19654 hphantom{ }
19655 \end_layout
19656
19657 \end_inset
19658
19659
19660 \backslash
19661 let
19662 \backslash
19663 MyFigure
19664 \backslash
19665 f\SpecialChar \textcompwordmark{}
19666 igure
19667 \newline
19668
19669 \begin_inset ERT
19670 status collapsed
19671
19672 \begin_layout Standard
19673
19674
19675 \backslash
19676 hphantom{ }
19677 \end_layout
19678
19679 \end_inset
19680
19681
19682 \backslash
19683 let
19684 \backslash
19685 MyEndf\SpecialChar \textcompwordmark{}
19686 igure
19687 \backslash
19688 endf\SpecialChar \textcompwordmark{}
19689 igure
19690 \newline
19691
19692 \begin_inset ERT
19693 status collapsed
19694
19695 \begin_layout Standard
19696
19697
19698 \backslash
19699 hphantom{ }
19700 \end_layout
19701
19702 \end_inset
19703
19704
19705 \backslash
19706 renewenvironment{f\SpecialChar \textcompwordmark{}
19707 igure}{
19708 \backslash
19709 begin{SCf\SpecialChar \textcompwordmark{}
19710 igure}}{
19711 \backslash
19712 end{SCf\SpecialChar \textcompwordmark{}
19713 igure}}}
19714 \end_layout
19715
19716 \begin_layout Standard
19717
19718 \series bold
19719
19720 \backslash
19721 newcommand{
19722 \backslash
19723 FigBesEnd}{%
19724 \newline
19725
19726 \begin_inset ERT
19727 status collapsed
19728
19729 \begin_layout Standard
19730
19731
19732 \backslash
19733 hphantom{ }
19734 \end_layout
19735
19736 \end_inset
19737
19738
19739 \backslash
19740 let
19741 \backslash
19742 f\SpecialChar \textcompwordmark{}
19743 igure
19744 \backslash
19745 MyFigure
19746 \newline
19747
19748 \begin_inset ERT
19749 status collapsed
19750
19751 \begin_layout Standard
19752
19753
19754 \backslash
19755 hphantom{ }
19756 \end_layout
19757
19758 \end_inset
19759
19760
19761 \backslash
19762 let
19763 \backslash
19764 endf\SpecialChar \textcompwordmark{}
19765 igure
19766 \backslash
19767 MyEndf\SpecialChar \textcompwordmark{}
19768 igure}
19769 \end_layout
19770
19771 \begin_layout Standard
19772
19773 \lyxline
19774
19775 \end_layout
19776
19777 \begin_layout Standard
19778 Estos comandos permiten redefinir los flotantes de modo que el encabezado
19779  aparezca en un lado.
19780  Para figuras flotantes usa el comando
19781 \end_layout
19782
19783 \begin_layout Standard
19784
19785 \series bold
19786
19787 \backslash
19788 FigBesBeg
19789 \end_layout
19790
19791 \begin_layout Standard
19792 en ERT antes del flotante.
19793  Detrás del flotante inserta
19794 \end_layout
19795
19796 \begin_layout Standard
19797
19798 \series bold
19799
19800 \backslash
19801 FigBesEnd
19802 \end_layout
19803
19804 \begin_layout Standard
19805 en ERT para volver a la definición original de flotantes.
19806 \end_layout
19807
19808 \begin_layout Standard
19809 Para tablas flotantes usa los comandos correspondientes
19810 \end_layout
19811
19812 \begin_layout Standard
19813
19814 \series bold
19815
19816 \backslash
19817 TabBesBeg
19818 \series default
19819  y 
19820 \series bold
19821
19822 \backslash
19823 TabBesEnd
19824 \end_layout
19825
19826 \begin_layout Standard
19827 La Figura\InsetSpace ~
19828
19829 \begin_inset LatexCommand ref
19830 reference "fig:encab-al-lado"
19831
19832 \end_inset
19833
19834  y la Tabla\InsetSpace ~
19835
19836 \begin_inset LatexCommand ref
19837 reference "tab:encab-al-lado"
19838
19839 \end_inset
19840
19841  son ejemplos en los que el encabezado se sitúa al lado.
19842 \end_layout
19843
19844 \begin_layout Standard
19845 En los ejemplos puedes ver que el texto del encabezado aparece encima del
19846  flotante en tablas flotantes y debajo en las figuras flotantes.
19847  Para cambiarlo, puedes usar el comando
19848 \end_layout
19849
19850 \begin_layout Standard
19851
19852 \series bold
19853
19854 \backslash
19855 sidecaptionvpos{tipo de flotante}{colocación}
19856 \end_layout
19857
19858 \begin_layout Standard
19859 en el preámbulo o en ERT antes del flotante.
19860  El tipo de flotante es 
19861 \family sans
19862 figure
19863 \family default
19864  o 
19865 \family sans
19866 table
19867 \family default
19868 , la colocación puede ser 
19869 \begin_inset Quotes eld
19870 \end_inset
19871
19872
19873 \family sans
19874 t
19875 \family default
19876
19877 \begin_inset Quotes erd
19878 \end_inset
19879
19880  por 
19881 \begin_inset Quotes eld
19882 \end_inset
19883
19884 top
19885 \begin_inset Quotes erd
19886 \end_inset
19887
19888  (arriba), 
19889 \begin_inset Quotes eld
19890 \end_inset
19891
19892
19893 \family sans
19894 c
19895 \family default
19896
19897 \begin_inset Quotes erd
19898 \end_inset
19899
19900  por 
19901 \begin_inset Quotes eld
19902 \end_inset
19903
19904 center
19905 \begin_inset Quotes erd
19906 \end_inset
19907
19908  (centro), o 
19909 \begin_inset Quotes eld
19910 \end_inset
19911
19912
19913 \family sans
19914 b
19915 \family default
19916
19917 \begin_inset Quotes erd
19918 \end_inset
19919
19920  por 
19921 \begin_inset Quotes eld
19922 \end_inset
19923
19924 bottom
19925 \begin_inset Quotes erd
19926 \end_inset
19927
19928  (abajo).
19929  Para tener, por ejemplo, el encabezado de figuras flotantes verticalmente
19930  centrado, usa el comando
19931 \end_layout
19932
19933 \begin_layout Standard
19934
19935 \series bold
19936
19937 \backslash
19938 sidecaptionvpos{f\SpecialChar \textcompwordmark{}
19939 igure}{c}
19940 \end_layout
19941
19942 \begin_layout Standard
19943 Esto se ha hecho en la Figura\InsetSpace ~
19944
19945 \begin_inset LatexCommand ref
19946 reference "fig:encab-al-lado-de-fig"
19947
19948 \end_inset
19949
19950 .
19951 \end_layout
19952
19953 \begin_layout Standard
19954 \begin_inset VSpace defskip
19955 \end_inset
19956
19957 Más información sobre el paquete 
19958 \series bold
19959 sidecap
19960 \series default
19961  en su documentación 
19962 \begin_inset LatexCommand cite
19963 key "sidecap"
19964
19965 \end_inset
19966
19967 .
19968 \end_layout
19969
19970 \begin_layout Standard
19971 \begin_inset Note Greyedout
19972 status open
19973
19974 \begin_layout Standard
19975
19976 \series bold
19977 Nota:
19978 \series default
19979  El paquete LaTeX 
19980 \series bold
19981 hypcap
19982 \series default
19983
19984 \begin_inset LatexCommand index
19985 name "LaTeX-paquetes ! hypcap"
19986
19987 \end_inset
19988
19989 , descrito en la sección\InsetSpace ~
19990
19991 \begin_inset LatexCommand ref
19992 reference "sub:Colocación-de-Referencias"
19993
19994 \end_inset
19995
19996 , no afecta a flotantes con el encabezado al lado.
19997 \end_layout
19998
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \begin_layout Standard
20005 \begin_inset ERT
20006 status collapsed
20007
20008 \begin_layout Standard
20009
20010
20011 \backslash
20012 FigBesBeg 
20013 \end_layout
20014
20015 \end_inset
20016
20017
20018 \end_layout
20019
20020 \begin_layout Standard
20021 \begin_inset Float figure
20022 wide false
20023 sideways false
20024 status open
20025
20026 \begin_layout Standard
20027 \begin_inset Graphics
20028         filename ../escher-lsd.eps
20029         scale 75
20030
20031 \end_inset
20032
20033
20034 \end_layout
20035
20036 \begin_layout Standard
20037 \begin_inset Caption
20038
20039 \begin_layout Standard
20040 \begin_inset LatexCommand label
20041 name "fig:encab-al-lado"
20042
20043 \end_inset
20044
20045 Encabezado al lado de una figura.
20046 \end_layout
20047
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \end_inset
20054
20055
20056 \end_layout
20057
20058 \begin_layout Standard
20059 \begin_inset ERT
20060 status collapsed
20061
20062 \begin_layout Standard
20063
20064
20065 \backslash
20066 TabBesBeg 
20067 \end_layout
20068
20069 \end_inset
20070
20071
20072 \end_layout
20073
20074 \begin_layout Standard
20075 \begin_inset Float table
20076 wide false
20077 sideways false
20078 status open
20079
20080 \begin_layout Standard
20081 \begin_inset Caption
20082
20083 \begin_layout Standard
20084 \begin_inset LatexCommand label
20085 name "tab:encab-al-lado"
20086
20087 \end_inset
20088
20089 Esto es un encabezado al lado de una tabla.
20090 \end_layout
20091
20092 \end_inset
20093
20094
20095 \end_layout
20096
20097 \begin_layout Standard
20098 \begin_inset Tabular
20099 <lyxtabular version="3" rows="4" columns="5">
20100 <features>
20101 <column alignment="center" valignment="top" leftline="true" width="0">
20102 <column alignment="center" valignment="top" leftline="true" width="0">
20103 <column alignment="center" valignment="top" leftline="true" width="0">
20104 <column alignment="center" valignment="top" leftline="true" width="0">
20105 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20106 <row topline="true">
20107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Standard
20111 a
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Standard
20120
20121 \end_layout
20122
20123 \end_inset
20124 </cell>
20125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Standard
20129 b
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Standard
20138
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20144 \begin_inset Text
20145
20146 \begin_layout Standard
20147 c
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 </row>
20153 <row topline="true">
20154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Standard
20158
20159 \end_layout
20160
20161 \end_inset
20162 </cell>
20163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20164 \begin_inset Text
20165
20166 \begin_layout Standard
20167 d
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20173 \begin_inset Text
20174
20175 \begin_layout Standard
20176
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20182 \begin_inset Text
20183
20184 \begin_layout Standard
20185 e
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Standard
20194
20195 \end_layout
20196
20197 \end_inset
20198 </cell>
20199 </row>
20200 <row topline="true">
20201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Standard
20205 f
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Standard
20214
20215 \end_layout
20216
20217 \end_inset
20218 </cell>
20219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Standard
20223 g
20224 \end_layout
20225
20226 \end_inset
20227 </cell>
20228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20229 \begin_inset Text
20230
20231 \begin_layout Standard
20232
20233 \end_layout
20234
20235 \end_inset
20236 </cell>
20237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Standard
20241 h
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 </row>
20247 <row topline="true" bottomline="true">
20248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Standard
20252
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Standard
20261 i
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Standard
20270
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Standard
20279 j
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Standard
20288
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 </row>
20294 </lyxtabular>
20295
20296 \end_inset
20297
20298
20299 \end_layout
20300
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \begin_layout Standard
20307 \begin_inset ERT
20308 status collapsed
20309
20310 \begin_layout Standard
20311
20312
20313 \backslash
20314 TabBesEnd
20315 \end_layout
20316
20317 \end_inset
20318
20319
20320 \end_layout
20321
20322 \begin_layout Standard
20323 \begin_inset ERT
20324 status collapsed
20325
20326 \begin_layout Standard
20327
20328
20329 \backslash
20330 sidecaptionvpos{figure}{c}
20331 \end_layout
20332
20333 \end_inset
20334
20335
20336 \begin_inset Float figure
20337 wide false
20338 sideways false
20339 status open
20340
20341 \begin_layout Standard
20342 \begin_inset Graphics
20343         filename ../escher-lsd.eps
20344         scale 75
20345
20346 \end_inset
20347
20348
20349 \end_layout
20350
20351 \begin_layout Standard
20352 \begin_inset Caption
20353
20354 \begin_layout Standard
20355 \begin_inset LatexCommand label
20356 name "fig:encab-al-lado-de-fig"
20357
20358 \end_inset
20359
20360 Encabezado junto a una figura centrado verticalmente.
20361 \end_layout
20362
20363 \end_inset
20364
20365
20366 \end_layout
20367
20368 \end_inset
20369
20370
20371 \end_layout
20372
20373 \begin_layout Standard
20374 \begin_inset ERT
20375 status collapsed
20376
20377 \begin_layout Standard
20378
20379
20380 \backslash
20381 FigBesEnd
20382 \end_layout
20383
20384 \end_inset
20385
20386
20387 \end_layout
20388
20389 \begin_layout Section
20390 Lista de Flotantes
20391 \begin_inset LatexCommand label
20392 name "sec:Lista-de-Flotantes"
20393
20394 \end_inset
20395
20396
20397 \begin_inset LatexCommand index
20398 name "Flotantes ! Lista"
20399
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \begin_layout Standard
20406 Igual que en el índice general se listan las secciones del documento, hay
20407  listas para todos los tipos de flotantes, como las figuras.
20408  Se pueden insertar mediante los submenús 
20409 \family sans
20410 Insertar\SpecialChar \menuseparator
20411 Lista / IG
20412 \family default
20413 .
20414 \end_layout
20415
20416 \begin_layout Standard
20417 Las entradas de la lista son los encabezados del flotante o su título corto,
20418  el número de flotante, y el número de la página del documento en la que
20419  aparecen.
20420 \end_layout
20421
20422 \begin_layout Standard
20423 Puedes encontrar las listas de figuras y tablas al final de este documento.
20424 \end_layout
20425
20426 \begin_layout Chapter
20427 Notas
20428 \end_layout
20429
20430 \begin_layout Section
20431 Notas en 
20432 \begin_inset ERT
20433 status collapsed
20434
20435 \begin_layout Standard
20436
20437
20438 \backslash
20439 texorpdfstring{
20440 \end_layout
20441
20442 \end_inset
20443
20444 LyX
20445 \begin_inset ERT
20446 status collapsed
20447
20448 \begin_layout Standard
20449
20450 }{LyX}
20451 \end_layout
20452
20453 \end_inset
20454
20455  
20456 \begin_inset LatexCommand label
20457 name "sec:Notas-en-LyX"
20458
20459 \end_inset
20460
20461
20462 \begin_inset LatexCommand index
20463 name "Notas ! Notas en LyX"
20464
20465 \end_inset
20466
20467
20468 \begin_inset Note Note
20469 status collapsed
20470
20471 \begin_layout Standard
20472 El comando 
20473 \backslash
20474 texorpdfstring es suministrado por el paquete LaTeX hyperref para evitar
20475  que los enlaces se muestren erróneamente en los marcadores PDF.
20476  Para más información sobre esto mira en 
20477 \begin_inset LatexCommand cite
20478 key "hyperref"
20479
20480 \end_inset
20481
20482 .
20483 \end_layout
20484
20485 \end_inset
20486
20487
20488 \end_layout
20489
20490 \begin_layout Standard
20491 Las notas se insertan con el botón 
20492 \begin_inset Graphics
20493         filename ../../images/note-insert.xpm
20494         scale 85
20495
20496 \end_inset
20497
20498  o el menú 
20499 \family sans
20500 Insertar\SpecialChar \menuseparator
20501 Nota
20502 \family default
20503 .
20504  Hay tres tipos de notas:
20505 \end_layout
20506
20507 \begin_layout Description
20508 Nota\InsetSpace ~
20509 LyX Este tipo es para notas internas que no han de aparecer en la salida.
20510  Su cuadro se muestra como este:
20511 \newline
20512
20513 \newline
20514
20515 \begin_inset Graphics
20516         filename ../../clipart/NotaLyXImagenQt4.png
20517         display none
20518         scale 85
20519
20520 \end_inset
20521
20522  
20523 \begin_inset Note Note
20524 status open
20525
20526 \begin_layout Standard
20527 Este es un texto en un recuadro que no se muestra en la salida.
20528 \end_layout
20529
20530 \end_inset
20531
20532
20533 \end_layout
20534
20535 \begin_layout Description
20536 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
20537  comentario de LaTeX, cuando exportas el documento a LaTeX via el menú 
20538 \family sans
20539 Archivo\SpecialChar \menuseparator
20540 Exportar\SpecialChar \menuseparator
20541 LaTeX (pdflatex) / LaTeX (plain)
20542 \family default
20543 .
20544  Su recuadro se ve así:
20545 \newline
20546
20547 \newline
20548
20549 \begin_inset Graphics
20550         filename ../../clipart/ComentNotaImagenQt4.png
20551         display none
20552         scale 85
20553
20554 \end_inset
20555
20556  
20557 \begin_inset Note Comment
20558 status open
20559
20560 \begin_layout Standard
20561 Una nota comentario que solo aparece como comentario en archivos LaTeX.
20562 \end_layout
20563
20564 \end_inset
20565
20566
20567 \end_layout
20568
20569 \begin_layout Description
20570 Resaltado\InsetSpace ~
20571 en\InsetSpace ~
20572 gris Esta nota aparece en la salida como texto resaltado en gris.
20573  Su recuadro se parece a este:
20574 \newline
20575
20576 \newline
20577
20578 \begin_inset Graphics
20579         filename ../../clipart/GrisNotaImagenQt4.png
20580         display none
20581         scale 85
20582
20583 \end_inset
20584
20585
20586 \newline
20587
20588 \begin_inset ERT
20589 status collapsed
20590
20591 \begin_layout Standard
20592
20593
20594 \backslash
20595 renewenvironment{lyxgreyedout}
20596 \end_layout
20597
20598 \begin_layout Standard
20599
20600 {
20601 \backslash
20602 textcolor[gray]{0.8}
20603 \backslash
20604 bgroup}{
20605 \backslash
20606 egroup}
20607 \end_layout
20608
20609 \end_inset
20610
20611
20612 \begin_inset Note Greyedout
20613 status open
20614
20615 \begin_layout Standard
20616 Este es el texto
20617 \begin_inset Foot
20618 status open
20619
20620 \begin_layout Standard
20621 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
20622 \end_layout
20623
20624 \end_inset
20625
20626  de un comentario que se muestra resaltado en gris.
20627 \end_layout
20628
20629 \end_inset
20630
20631
20632 \begin_inset ERT
20633 status collapsed
20634
20635 \begin_layout Standard
20636
20637
20638 \backslash
20639 renewenvironment{lyxgreyedout}
20640 \end_layout
20641
20642 \begin_layout Standard
20643
20644 {
20645 \backslash
20646 textcolor{blue}
20647 \backslash
20648 bgroup}{
20649 \backslash
20650 egroup}
20651 \end_layout
20652
20653 \end_inset
20654
20655
20656 \newline
20657
20658 \newline
20659 Como se ve en el ejemplo, la primera línea de notas resaltadas en gris está
20660  un poco sangrada y puede tener notas al pie.
20661 \end_layout
20662
20663 \begin_layout Standard
20664 \begin_inset VSpace bigskip
20665 \end_inset
20666
20667 Si usas el botón de la barra de herramientas para insertar notas, se inserta
20668  una 
20669 \family sans
20670 Nota\InsetSpace ~
20671 LyX
20672 \family default
20673 .
20674  Puedes cambiar entre los tres tipos de nota con click-derecha sobre el
20675  recuadro.
20676  
20677 \family roman
20678 \series medium
20679 \bar no
20680 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
20681  botón de herramienta nota
20682 \family default
20683 \series default
20684 \bar default
20685 .
20686 \end_layout
20687
20688 \begin_layout Standard
20689 \begin_inset VSpace bigskip
20690 \end_inset
20691
20692 Se puede cambiar el color del resaltado en gris poniendo en el preámbulo
20693  el comando:
20694 \end_layout
20695
20696 \begin_layout Standard
20697
20698 \series bold
20699
20700 \backslash
20701 renewenvironment{lyxgreyedout}
20702 \newline
20703
20704 \begin_inset ERT
20705 status collapsed
20706
20707 \begin_layout Standard
20708
20709
20710 \backslash
20711 hphantom{ }
20712 \end_layout
20713
20714 \end_inset
20715
20716 {
20717 \backslash
20718 textcolor{color}
20719 \backslash
20720 bgroup}{
20721 \backslash
20722 egroup}
20723 \end_layout
20724
20725 \begin_layout Standard
20726 Los colores disponibles y el método para definir nuestros propios colores
20727  se explica en la sección\InsetSpace ~
20728
20729 \begin_inset LatexCommand ref
20730 reference "sec:Tablas-Coloreadas"
20731
20732 \end_inset
20733
20734 .
20735 \end_layout
20736
20737 \begin_layout Standard
20738 Las notas en azul en este documento se han hecho con notas resaltado en
20739  gris definiendo el color del texto en azul.
20740 \end_layout
20741
20742 \begin_layout Section
20743 Notas al pie
20744 \begin_inset LatexCommand label
20745 name "sec:Notas-al-pie"
20746
20747 \end_inset
20748
20749
20750 \begin_inset LatexCommand index
20751 name "Notas ! al Pie"
20752
20753 \end_inset
20754
20755
20756 \begin_inset LatexCommand index
20757 name "Notas al Pie"
20758
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \begin_layout Standard
20765 Las notas al pie se insertan con el botón 
20766 \begin_inset Graphics
20767         filename ../../images/footnote-insert.xpm
20768         scale 85
20769
20770 \end_inset
20771
20772  o el menú 
20773 \family sans
20774 Insertar\SpecialChar \menuseparator
20775 Nota\InsetSpace ~
20776 al\InsetSpace ~
20777 pie
20778 \family default
20779 .
20780  
20781 \family roman
20782 \series medium
20783 \bar no
20784 Aparece un recuadro como este:
20785 \family default
20786 \series default
20787 \bar default
20788  
20789 \begin_inset Graphics
20790         filename ../../clipart/notapieQt4.png
20791         scale 80
20792
20793 \end_inset
20794
20795  
20796 \family roman
20797 \series medium
20798 \bar no
20799 donde puedes introducir el texto.
20800  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
20801  sobre el
20802 \family default
20803 \series default
20804 \bar default
20805  
20806 \family roman
20807 \series medium
20808 \bar no
20809 botón
20810 \family default
20811 \series default
20812 \bar default
20813 .
20814 \end_layout
20815
20816 \begin_layout Standard
20817 Aquí hay un ejemplo de nota al pie:
20818 \family roman
20819 \series medium
20820 \bar no
20821
20822 \begin_inset Foot
20823 status open
20824
20825 \begin_layout Standard
20826 \begin_inset LatexCommand label
20827 name "pie:Esto-es-una"
20828
20829 \end_inset
20830
20831 Ejemplo de nota al pie.
20832 \end_layout
20833
20834 \end_inset
20835
20836
20837 \family default
20838 \series default
20839 \bar default
20840
20841 \begin_inset ERT
20842 status collapsed
20843
20844 \begin_layout Standard
20845
20846
20847 \backslash
20848 newcounter{MyRepeatFoot}
20849 \end_layout
20850
20851 \begin_layout Standard
20852
20853
20854 \backslash
20855 setcounter{MyRepeatFoot}{
20856 \backslash
20857 thefootnote}
20858 \end_layout
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \begin_layout Standard
20866 En la salida, el pie se muestra como número exponente en el lugar del texto
20867  donde se coloca el recuadro.
20868  El texto se coloca al final de la página actual.
20869  Los números de las notas son calculados por LaTeX, y son consecutivos.
20870  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
20871 \end_layout
20872
20873 \begin_layout Standard
20874 Las notas al pie pueden referenciarse como flotantes: Inserta una etiqueta
20875  en la nota y pon una referencia cruzada a esta etiqueta en el texto como
20876  se describe en la sección\InsetSpace ~
20877
20878 \begin_inset LatexCommand ref
20879 reference "sec:Referencias-a-Flotantes"
20880
20881 \end_inset
20882
20883 .
20884 \newline
20885 Esto es una referencia cruzada a la Nota al pie\InsetSpace ~
20886
20887 \begin_inset LatexCommand ref
20888 reference "pie:Esto-es-una"
20889
20890 \end_inset
20891
20892 .
20893 \newline
20894
20895 \begin_inset Note Greyedout
20896 status collapsed
20897
20898 \begin_layout Standard
20899
20900 \series bold
20901 Nota:
20902 \series default
20903  LyX no suministra prefijos para etiquetas en notas al pie, así que has
20904  de insertar un prefijo, p.\InsetSpace \thinspace{}
20905 e.\InsetSpace ~
20906
20907 \family sans
20908
20909 \begin_inset Quotes eld
20910 \end_inset
20911
20912 pie:
20913 \family default
20914
20915 \begin_inset Quotes erd
20916 \end_inset
20917
20918  manualmente cuando quieras usar el estilo 
20919 \family sans
20920 Referencia\InsetSpace ~
20921 con\InsetSpace ~
20922 formato
20923 \family default
20924 .
20925 \end_layout
20926
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \begin_layout Standard
20933 \begin_inset VSpace defskip
20934 \end_inset
20935
20936 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección\InsetSpace ~
20937
20938 \begin_inset LatexCommand ref
20939 reference "sec:Minipáginas"
20940
20941 \end_inset
20942
20943 .
20944  Los pies en tablas largas en la sección\InsetSpace ~
20945
20946 \begin_inset LatexCommand ref
20947 reference "sub:Notas-al-pie-en-Tablas-Largas"
20948
20949 \end_inset
20950
20951 .
20952 \end_layout
20953
20954 \begin_layout Standard
20955 \begin_inset VSpace defskip
20956 \end_inset
20957
20958 Para crear solo una marca para una nota al pie, puedes usar el comando 
20959 \series bold
20960
20961 \backslash
20962 footnotemark[número]
20963 \series default
20964  en ERT.
20965  Esto se emplea si tienes la misma anotación varias veces en el texto pero
20966  no quieres imprimir el pie cada vez.
20967 \newline
20968 Como no sabes el número del pie que
20969  se repite mientras escribes el texto, tienes que guardarlo.
20970  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
20971  en ERT detrás de Nota\InsetSpace ~
20972 al\InsetSpace ~
20973 pie\InsetSpace ~
20974
20975 \begin_inset LatexCommand ref
20976 reference "pie:Esto-es-una"
20977
20978 \end_inset
20979
20980  para guardar el número de pie:
20981 \end_layout
20982
20983 \begin_layout Standard
20984
20985 \series bold
20986
20987 \backslash
20988 newcounter{MyRepeatFoot}
20989 \newline
20990
20991 \backslash
20992 setcounter{MyRepeatFoot}{
20993 \backslash
20994 thefootnote}
20995 \end_layout
20996
20997 \begin_layout Standard
20998 La marca de pie se crea entonces con el comando:
20999 \end_layout
21000
21001 \begin_layout Standard
21002
21003 \series bold
21004
21005 \backslash
21006 footnotemark[
21007 \backslash
21008 theMyRepeatFoot]
21009 \end_layout
21010
21011 \begin_layout Standard
21012 Aquí hay un ejemplo de marca de pie:
21013 \family roman
21014 \series medium
21015 \bar no
21016
21017 \begin_inset ERT
21018 status collapsed
21019
21020 \begin_layout Standard
21021
21022
21023 \backslash
21024 footnotemark[
21025 \backslash
21026 theMyRepeatFoot]
21027 \end_layout
21028
21029 \end_inset
21030
21031
21032 \end_layout
21033
21034 \begin_layout Subsection
21035 Numeración de Notas al Pie
21036 \begin_inset LatexCommand label
21037 name "sub:Numeración-de-Notas-al-Pie"
21038
21039 \end_inset
21040
21041
21042 \begin_inset LatexCommand index
21043 name "Notas al Pie ! Numeración"
21044
21045 \end_inset
21046
21047
21048 \end_layout
21049
21050 \begin_layout Standard
21051 Si quieres numerar notas al pie en el esquema 
21052 \begin_inset Quotes eld
21053 \end_inset
21054
21055 capítulo.nota
21056 \begin_inset Quotes erd
21057 \end_inset
21058
21059 , añade el siguiente comando al preámbulo del documento:
21060 \end_layout
21061
21062 \begin_layout Standard
21063
21064 \series bold
21065
21066 \backslash
21067 numberwithin{footnote}{chapter}
21068 \end_layout
21069
21070 \begin_layout Standard
21071 Para poder usar el comando 
21072 \series bold
21073
21074 \backslash
21075 numberwithin
21076 \series default
21077 , marca la opción 
21078 \family sans
21079 Usar
21080 \family default
21081 \InsetSpace ~
21082
21083 \family sans
21084 el
21085 \family default
21086 \InsetSpace ~
21087
21088 \family sans
21089 paquete
21090 \family default
21091 \InsetSpace ~
21092
21093 \family sans
21094 AMS
21095 \family default
21096  en la pestaña 
21097 \family sans
21098 Ecuaciones
21099 \family default
21100  de la configuración del documento.
21101 \end_layout
21102
21103 \begin_layout Standard
21104 \begin_inset ERT
21105 status collapsed
21106
21107 \begin_layout Standard
21108
21109
21110 \backslash
21111 numberwithin{footnote}{chapter}
21112 \end_layout
21113
21114 \end_inset
21115
21116 Esto es otro ejemplo de nota al pie:
21117 \series bold
21118
21119 \begin_inset Foot
21120 status open
21121
21122 \begin_layout Standard
21123 Nota al pie numerada en el esquema 
21124 \begin_inset Quotes eld
21125 \end_inset
21126
21127 capítulo.nota
21128 \begin_inset Quotes erd
21129 \end_inset
21130
21131 .
21132 \end_layout
21133
21134 \end_inset
21135
21136
21137 \series default
21138
21139 \begin_inset ERT
21140 status collapsed
21141
21142 \begin_layout Standard
21143
21144
21145 \backslash
21146 numberwithin{footnote}{part}
21147 \end_layout
21148
21149 \end_inset
21150
21151
21152 \end_layout
21153
21154 \begin_layout Standard
21155 \begin_inset VSpace bigskip
21156 \end_inset
21157
21158
21159 \end_layout
21160
21161 \begin_layout Standard
21162 Para reestablecer el número de pie a 1 en cada sección añade este 
21163 \family roman
21164 comando en el preámbulo:
21165 \end_layout
21166
21167 \begin_layout Standard
21168
21169 \series bold
21170
21171 \backslash
21172 @addtoreset{footnote}{section}
21173 \end_layout
21174
21175 \begin_layout Standard
21176 \begin_inset VSpace bigskip
21177 \end_inset
21178
21179 El siguiente comando en el preámbulo cambia el estilo de numeración del
21180  pie a números romanos pequeños:
21181 \end_layout
21182
21183 \begin_layout Standard
21184
21185 \series bold
21186
21187 \backslash
21188 renewcommand{
21189 \backslash
21190 thefootnote}{
21191 \backslash
21192 roman{footnote}}
21193 \end_layout
21194
21195 \begin_layout Standard
21196 \begin_inset ERT
21197 status collapsed
21198
21199 \begin_layout Standard
21200
21201
21202 \backslash
21203 renewcommand{
21204 \backslash
21205 thefootnote}{
21206 \backslash
21207 roman{footnote}}
21208 \end_layout
21209
21210 \end_inset
21211
21212  Nota al pie en números romanos:
21213 \begin_inset Foot
21214 status open
21215
21216 \begin_layout Standard
21217 Ejemplo de nota al pie en números romanos.
21218 \end_layout
21219
21220 \end_inset
21221
21222
21223 \begin_inset ERT
21224 status collapsed
21225
21226 \begin_layout Standard
21227
21228
21229 \backslash
21230 renewcommand{
21231 \backslash
21232 thefootnote}{
21233 \backslash
21234 arabic{footnote}}
21235 \end_layout
21236
21237 \end_inset
21238
21239
21240 \end_layout
21241
21242 \begin_layout Standard
21243 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
21244  
21245 \series bold
21246
21247 \backslash
21248 roman
21249 \series default
21250  por 
21251 \series bold
21252
21253 \backslash
21254 Roman
21255 \series default
21256 .
21257  Para 
21258 \begin_inset Quotes eld
21259 \end_inset
21260
21261 numerar
21262 \begin_inset Quotes erd
21263 \end_inset
21264
21265  las notas al pie con letras mayúsculas o minúsculas usa 
21266 \series bold
21267
21268 \backslash
21269 Alph
21270 \series default
21271  o 
21272 \series bold
21273
21274 \backslash
21275 alph
21276 \series default
21277 , respectivamente.
21278  Para 
21279 \begin_inset Quotes eld
21280 \end_inset
21281
21282 numerar
21283 \begin_inset Quotes erd
21284 \end_inset
21285
21286  las notas al pie con símbolos usa 
21287 \series bold
21288
21289 \backslash
21290 fnsymbol
21291 \series default
21292 .
21293 \end_layout
21294
21295 \begin_layout Standard
21296 \begin_inset Note Greyedout
21297 status open
21298
21299 \begin_layout Standard
21300
21301 \series bold
21302 Nota:
21303 \series default
21304  Sólo puedes numerar hasta 26 pies con letras, porque esta numeración está
21305  limitada a letras simples.
21306 \end_layout
21307
21308 \end_inset
21309
21310
21311 \newline
21312
21313 \begin_inset Note Greyedout
21314 status open
21315
21316 \begin_layout Standard
21317
21318 \series bold
21319 Nota:
21320 \series default
21321  Sólo puedes numerar 9 pies con símbolos.
21322 \end_layout
21323
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \begin_layout Standard
21330 Para volver al estilo de numeración predeterminado cuando has cambiado a
21331  otro estilo, usa 
21332 \series bold
21333
21334 \backslash
21335 arabic
21336 \series default
21337  en vez de 
21338 \series bold
21339
21340 \backslash
21341 roman
21342 \series default
21343  en el comando anterior.
21344 \end_layout
21345
21346 \begin_layout Subsection
21347 Colocación de Notas al Pie
21348 \begin_inset LatexCommand index
21349 name "Notas al Pie ! Colocación"
21350
21351 \end_inset
21352
21353
21354 \end_layout
21355
21356 \begin_layout Standard
21357 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
21358  entre ellas al final de la página.
21359  Para hacerlas más legibles puedes añadir p.\InsetSpace \thinspace{}
21360 e.\InsetSpace ~
21361 1.5\InsetSpace \thinspace{}
21362 mm con el comando siguiente
21363  en el preámbulo:
21364 \end_layout
21365
21366 \begin_layout Standard
21367
21368 \series bold
21369
21370 \backslash
21371 let
21372 \backslash
21373 myFoot
21374 \backslash
21375 footnote
21376 \newline
21377
21378 \backslash
21379 renewcommand{
21380 \backslash
21381 footnote}[1]{
21382 \backslash
21383 myFoot{#1
21384 \backslash
21385 vspace{1.5mm}}}
21386 \end_layout
21387
21388 \begin_layout Standard
21389 \begin_inset VSpace bigskip
21390 \end_inset
21391
21392 En documentos a dos columnas la nota al pie aparece al final de cada columna,
21393  ver la Figura\InsetSpace ~
21394
21395 \begin_inset LatexCommand ref
21396 reference "fig:Colocación-standard-del-pie"
21397
21398 \end_inset
21399
21400 .
21401  Si las notas debieran mostrarse sólo al final de la columna derecha, como
21402  en la Figura\InsetSpace ~
21403
21404 \begin_inset LatexCommand ref
21405 reference "fig:Colocación-del-pie-en"
21406
21407 \end_inset
21408
21409 , usa el paquete LaTeX 
21410 \series bold
21411 ftnright
21412 \series default
21413
21414 \begin_inset LatexCommand index
21415 name "LaTeX-paquetes ! ftnright"
21416
21417 \end_inset
21418
21419  con este comando en el preámbulo:
21420 \end_layout
21421
21422 \begin_layout Standard
21423
21424 \series bold
21425
21426 \backslash
21427 usepackage{ftnright}
21428 \end_layout
21429
21430 \begin_layout Standard
21431 \begin_inset Float figure
21432 placement !h
21433 wide false
21434 sideways false
21435 status open
21436
21437 \begin_layout Standard
21438 \begin_inset ERT
21439 status collapsed
21440
21441 \begin_layout Standard
21442
21443
21444 \backslash
21445 framebox{
21446 \end_layout
21447
21448 \end_inset
21449
21450
21451 \begin_inset Graphics
21452         filename ../../clipart/without_fntright.pdf
21453         width 100col%
21454
21455 \end_inset
21456
21457
21458 \begin_inset ERT
21459 status collapsed
21460
21461 \begin_layout Standard
21462
21463 }
21464 \end_layout
21465
21466 \end_inset
21467
21468
21469 \end_layout
21470
21471 \begin_layout Standard
21472 \begin_inset Caption
21473
21474 \begin_layout Standard
21475 \begin_inset LatexCommand label
21476 name "fig:Colocación-standard-del-pie"
21477
21478 \end_inset
21479
21480 Colocación standard de notas al pie en documentos a dos columnas.
21481 \end_layout
21482
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \end_inset
21489
21490
21491 \end_layout
21492
21493 \begin_layout Standard
21494 \begin_inset Float figure
21495 placement !h
21496 wide false
21497 sideways false
21498 status open
21499
21500 \begin_layout Standard
21501 \begin_inset ERT
21502 status collapsed
21503
21504 \begin_layout Standard
21505
21506
21507 \backslash
21508 framebox{
21509 \end_layout
21510
21511 \end_inset
21512
21513
21514 \begin_inset Graphics
21515         filename ../../clipart/with_fntright.pdf
21516         width 100col%
21517
21518 \end_inset
21519
21520
21521 \begin_inset ERT
21522 status collapsed
21523
21524 \begin_layout Standard
21525
21526 }
21527 \end_layout
21528
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \begin_layout Standard
21535 \begin_inset Caption
21536
21537 \begin_layout Standard
21538 \begin_inset LatexCommand label
21539 name "fig:Colocación-del-pie-en"
21540
21541 \end_inset
21542
21543 Colocación del pie en documentos a dos columnas cuando se usa el paquete
21544  LaTeX 
21545 \series bold
21546 ftnright
21547 \series default
21548 .
21549 \end_layout
21550
21551 \end_inset
21552
21553
21554 \end_layout
21555
21556 \end_inset
21557
21558
21559 \end_layout
21560
21561 \begin_layout Standard
21562 \begin_inset VSpace bigskip
21563 \end_inset
21564
21565 En alguna literatura científica se acostumbra reunir las notas e imprimirlas
21566  en un párrafo separado al final de la sección, como en la Figura\InsetSpace ~
21567
21568 \begin_inset LatexCommand ref
21569 reference "fig:Notas-al-final----notas-al-pie"
21570
21571 \end_inset
21572
21573 .
21574  Para usar notas finales en vez de notas al pie , carga el paquete LaTeX
21575  
21576 \series bold
21577 endnotes
21578 \series default
21579
21580 \begin_inset LatexCommand index
21581 name "LaTeX-paquetes ! endnotes"
21582
21583 \end_inset
21584
21585  con las siguientes líneas en el preámbulo de tu documento:
21586 \end_layout
21587
21588 \begin_layout Standard
21589
21590 \series bold
21591
21592 \backslash
21593 usepackage{endnotes}
21594 \newline
21595
21596 \backslash
21597 let
21598 \backslash
21599 footnote
21600 \backslash
21601 endnote
21602 \end_layout
21603
21604 \begin_layout Standard
21605 Para insertar la colección de notas, escribe el comando
21606 \end_layout
21607
21608 \begin_layout Standard
21609
21610 \series bold
21611
21612 \backslash
21613 theendnotes
21614 \end_layout
21615
21616 \begin_layout Standard
21617 en ERT al final de una sección o capítulo.
21618 \end_layout
21619
21620 \begin_layout Standard
21621 \begin_inset Float figure
21622 wide false
21623 sideways false
21624 status open
21625
21626 \begin_layout Standard
21627 \align center
21628 \begin_inset ERT
21629 status collapsed
21630
21631 \begin_layout Standard
21632
21633
21634 \backslash
21635 framebox{
21636 \end_layout
21637
21638 \end_inset
21639
21640
21641 \begin_inset Graphics
21642         filename ../../clipart/endnotes.pdf
21643
21644 \end_inset
21645
21646
21647 \begin_inset ERT
21648 status collapsed
21649
21650 \begin_layout Standard
21651
21652 }
21653 \end_layout
21654
21655 \end_inset
21656
21657
21658 \end_layout
21659
21660 \begin_layout Standard
21661 \begin_inset Caption
21662
21663 \begin_layout Standard
21664 \begin_inset LatexCommand label
21665 name "fig:Notas-al-final----notas-al-pie"
21666
21667 \end_inset
21668
21669 Notas al final -- notas al pie impresas en párrafo separado al final de
21670  la sección o del capítulo.
21671 \end_layout
21672
21673 \end_inset
21674
21675
21676 \end_layout
21677
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \begin_layout Standard
21684 \begin_inset VSpace defskip
21685 \end_inset
21686
21687 La cabecera de párrafo para las notas finales no se traduce automáticamente
21688  al lenguaje del documento, hay que hacerlo manualmente.
21689   El siguiente comando de preámbulo traduce el nombre en inglés 
21690 \begin_inset Quotes eld
21691 \end_inset
21692
21693 Notes
21694 \begin_inset Quotes erd
21695 \end_inset
21696
21697  al español 
21698 \begin_inset Quotes eld
21699 \end_inset
21700
21701 Notas
21702 \begin_inset Quotes erd
21703 \end_inset
21704
21705 :
21706 \end_layout
21707
21708 \begin_layout Standard
21709
21710 \series bold
21711
21712 \backslash
21713 renewcommand{
21714 \backslash
21715 notesname}{Notas}
21716 \end_layout
21717
21718 \begin_layout Standard
21719 \begin_inset VSpace defskip
21720 \end_inset
21721
21722 La numeración de notas finales puede cambiarse como la de las notas al pie,
21723  como se describe en la sección\InsetSpace ~
21724
21725 \begin_inset LatexCommand ref
21726 reference "sub:Numeración-de-Notas-al-Pie"
21727
21728 \end_inset
21729
21730 ; sólo hay que reemplazar el comando 
21731 \series bold
21732
21733 \backslash
21734 thefootnote
21735 \series default
21736  por 
21737 \series bold
21738
21739 \backslash
21740 theendnote
21741 \series default
21742 .
21743  Para restablecer la numeración usa el comando 
21744 \series bold
21745
21746 \backslash
21747 @addtoreset
21748 \series default
21749  como se describe en la sección\InsetSpace ~
21750
21751 \begin_inset LatexCommand ref
21752 reference "sub:Numeración-de-Notas-al-Pie"
21753
21754 \end_inset
21755
21756  y sustituye el parámetro de comando 
21757 \series bold
21758 footnote
21759 \series default
21760  por 
21761 \series bold
21762 endnote
21763 \series default
21764 .
21765 \end_layout
21766
21767 \begin_layout Standard
21768 Para crear solo una marca para una nota final, usa el comando 
21769 \series bold
21770
21771 \backslash
21772 endnotemark[número]
21773 \series default
21774  similar al comando 
21775 \series bold
21776
21777 \backslash
21778 footnotemark
21779 \series default
21780 , descrito en la sección\InsetSpace ~
21781
21782 \begin_inset LatexCommand ref
21783 reference "sec:Notas-al-pie"
21784
21785 \end_inset
21786
21787 .
21788 \end_layout
21789
21790 \begin_layout Standard
21791 \begin_inset VSpace bigskip
21792 \end_inset
21793
21794 Las notas al pie también pueden colocarse al margen de la página y la alineación
21795  del texto del pie también puede cambiarse, ver el paquete LaTeX 
21796 \series bold
21797 footmisc
21798 \series default
21799
21800 \begin_inset LatexCommand index
21801 name "LaTeX-paquetes ! footmisc"
21802
21803 \end_inset
21804
21805
21806 \begin_inset LatexCommand cite
21807 key "footmisc"
21808
21809 \end_inset
21810
21811  para más información.
21812 \end_layout
21813
21814 \begin_layout Standard
21815 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
21816  
21817 \begin_inset LatexCommand cite
21818 key "latexcompanion,latexguide,latexbook"
21819
21820 \end_inset
21821
21822 .
21823 \end_layout
21824
21825 \begin_layout Section
21826 Notas al Margen
21827 \begin_inset LatexCommand index
21828 name "Notas ! al Margen"
21829
21830 \end_inset
21831
21832
21833 \end_layout
21834
21835 \begin_layout Standard
21836 Las notas al margen se ven y se comportan en LyX como notas al pie.
21837  Se insertan con el menú 
21838 \family sans
21839 Insertar\SpecialChar \menuseparator
21840 Nota\InsetSpace ~
21841 al\InsetSpace ~
21842 margen
21843 \family default
21844  o el botón 
21845 \begin_inset Graphics
21846         filename ../../images/marginalnote-insert.xpm
21847         scale 85
21848
21849 \end_inset
21850
21851 .
21852  Aparece un cuadro gris con la etiqueta en rojo 
21853 \family roman
21854 \series medium
21855
21856 \begin_inset Quotes eld
21857 \end_inset
21858
21859 margen
21860 \begin_inset Quotes erd
21861 \end_inset
21862
21863  en el que puedes escribir el texto de la nota.
21864 \end_layout
21865
21866 \begin_layout Standard
21867 Al lado hay un ejemplo de nota al margen.
21868 \family roman
21869 \series medium
21870
21871 \begin_inset Marginal
21872 status open
21873
21874 \begin_layout Standard
21875 Esto es una nota al margen.
21876 \end_layout
21877
21878 \end_inset
21879
21880
21881 \end_layout
21882
21883 \begin_layout Standard
21884 Estas notas salen en el margen derecho en documentos a una cara.
21885  En documentos a doble cara se muestran en el margen externo -- izquierdo
21886  en páginas pares, derecho en páginas impares.
21887  El texto de las notas se alinea en la parte opuesta al margen -- se alinea
21888  a la derecha si la nota aparece en el margen izquierdo.
21889  La primera línea de la nota se sitúa en la posición de la línea del texto
21890  en la que se inserta en el documento.
21891 \end_layout
21892
21893 \begin_layout Standard
21894 \begin_inset VSpace bigskip
21895 \end_inset
21896
21897 Para colocar la nota en el margen interno añade el comando
21898 \end_layout
21899
21900 \begin_layout Standard
21901
21902 \series bold
21903
21904 \backslash
21905 reversemarginpar
21906 \end_layout
21907
21908 \begin_layout Standard
21909 en ERT antes de la nota.
21910  La nueva colocación es válida para todas las siguientes notas al margen.
21911 \begin_inset ERT
21912 status collapsed
21913
21914 \begin_layout Standard
21915
21916
21917 \backslash
21918 reversemarginpar 
21919 \end_layout
21920
21921 \end_inset
21922
21923
21924 \begin_inset Marginal
21925 status open
21926
21927 \begin_layout Standard
21928 Esto es una nota en el margen interno.
21929 \end_layout
21930
21931 \end_inset
21932
21933
21934 \series bold
21935
21936 \newline
21937
21938 \series default
21939
21940 \begin_inset Note Greyedout
21941 status open
21942
21943 \begin_layout Standard
21944
21945 \series bold
21946 Nota:
21947 \series default
21948  A veces no hay espacio suficiente en el margen interno, por lo que la nota
21949  no se mostrará correctamente en la salida.
21950 \end_layout
21951
21952 \end_inset
21953
21954
21955 \end_layout
21956
21957 \begin_layout Standard
21958 \begin_inset ERT
21959 status collapsed
21960
21961 \begin_layout Standard
21962
21963
21964 \backslash
21965 normalmarginpar 
21966 \end_layout
21967
21968 \end_inset
21969
21970 Para volver a la ubicación predeterminada inserta el comando
21971 \end_layout
21972
21973 \begin_layout Standard
21974
21975 \series bold
21976
21977 \backslash
21978 normalmarginpar
21979 \end_layout
21980
21981 \begin_layout Standard
21982 en ERT.
21983 \newline
21984  
21985 \begin_inset Note Greyedout
21986 status open
21987
21988 \begin_layout Standard
21989
21990 \series bold
21991 Nota:
21992 \series default
21993  El comando se ignora si en el mismo párrafo está también presente el comando
21994  
21995 \series bold
21996
21997 \backslash
21998 reversemarginpar
21999 \series default
22000 .
22001 \end_layout
22002
22003 \end_inset
22004
22005
22006 \end_layout
22007
22008 \begin_layout Standard
22009 \begin_inset VSpace bigskip
22010 \end_inset
22011
22012
22013 \family roman
22014 \series medium
22015
22016 \begin_inset Marginal
22017 status open
22018
22019 \begin_layout Standard
22020 PalabraMuyLargaAlMargen no partida con guión.
22021 \end_layout
22022
22023 \end_inset
22024
22025
22026 \family default
22027 \series default
22028 Como en el caso descrito en la sección\InsetSpace ~
22029
22030 \begin_inset LatexCommand ref
22031 reference "sub:Líneas-Múltiples-en"
22032
22033 \end_inset
22034
22035 , una palabra larga no puede partirse con guión cuando es la primera en
22036  la nota al margen.
22037  Para evitar esto, inserta el comando
22038 \end_layout
22039
22040 \begin_layout Standard
22041
22042 \series bold
22043
22044 \backslash
22045 hspace{0pt}
22046 \end_layout
22047
22048 \begin_layout Standard
22049 en ERT antes de la palabra
22050 \family roman
22051 \series medium
22052 .
22053 \begin_inset Marginal
22054 status open
22055
22056 \begin_layout Standard
22057 \begin_inset ERT
22058 status collapsed
22059
22060 \begin_layout Standard
22061
22062
22063 \backslash
22064 hspace{0pt}
22065 \end_layout
22066
22067 \end_inset
22068
22069 PalabraMuyLargaAlMargen partida con guión.
22070 \end_layout
22071
22072 \end_inset
22073
22074
22075 \end_layout
22076
22077 \begin_layout Standard
22078 \begin_inset VSpace bigskip
22079 \end_inset
22080
22081
22082 \end_layout
22083
22084 \begin_layout Standard
22085 \begin_inset Note Greyedout
22086 status open
22087
22088 \begin_layout Standard
22089
22090 \series bold
22091 Nota:
22092 \series default
22093  Normalmente no pueden utilizarse notas al margen en tablas, flotantes,
22094  y notas al pie.
22095 \end_layout
22096
22097 \end_inset
22098
22099
22100 \end_layout
22101
22102 \begin_layout Standard
22103 \begin_inset VSpace bigskip
22104 \end_inset
22105
22106
22107 \end_layout
22108
22109 \begin_layout Standard
22110 \begin_inset ERT
22111 status collapsed
22112
22113 \begin_layout Standard
22114
22115
22116 \backslash
22117 ifmarginnote
22118 \end_layout
22119
22120 \end_inset
22121
22122
22123 \begin_inset Note Note
22124 status open
22125
22126 \begin_layout Standard
22127 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22128  LaTeX 
22129 \series bold
22130 marginnote
22131 \series default
22132 .
22133 \end_layout
22134
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \begin_layout Standard
22141 Esta restricción se puede salvar con el paquete LaTeX 
22142 \series bold
22143 marginnote
22144 \series default
22145
22146 \begin_inset LatexCommand index
22147 name "LaTeX-paquetes ! marginnote"
22148
22149 \end_inset
22150
22151 .
22152  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
22153  notas al margen es redefinido para usar el comando provisto por el paquete
22154  
22155 \series bold
22156 marginnote
22157 \series default
22158 :
22159 \end_layout
22160
22161 \begin_layout Standard
22162
22163 \series bold
22164
22165 \backslash
22166 usepackage{marginnote}
22167 \newline
22168
22169 \backslash
22170 let
22171 \backslash
22172 marginpar
22173 \backslash
22174 marginnote
22175 \end_layout
22176
22177 \begin_layout Standard
22178 Esto se ha utilizado en el presente documento porque 
22179 \series bold
22180 marginnote
22181 \series default
22182  tiene una característica adicional útil: Puedes imponer un offset vertical
22183  a la nota.
22184  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
22185  diseño de la página.
22186  El offset se determina en LyX como ERT directamente tras la nota al margen
22187  en el esquema
22188 \end_layout
22189
22190 \begin_layout Standard
22191
22192 \series bold
22193 [offset]
22194 \end_layout
22195
22196 \begin_layout Standard
22197 donde offset es una longitud en una de las unidades listadas en la Tabla\InsetSpace ~
22198
22199 \begin_inset LatexCommand ref
22200 reference "tab:Unidades"
22201
22202 \end_inset
22203
22204 .
22205  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
22206  abajo.
22207  
22208 \family roman
22209 \series medium
22210 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5\InsetSpace \thinspace{}
22211 cm arriba
22212  con el comando ERT 
22213 \begin_inset Quotes eld
22214 \end_inset
22215
22216
22217 \family default
22218 \series bold
22219 [-1.5cm]
22220 \family roman
22221 \series medium
22222
22223 \begin_inset Quotes erd
22224 \end_inset
22225
22226
22227 \begin_inset Marginal
22228 status open
22229
22230 \begin_layout Standard
22231 Esta nota está 1.5\InsetSpace \thinspace{}
22232 cm por encima de su posición original.
22233 \end_layout
22234
22235 \end_inset
22236
22237
22238 \family default
22239 \series default
22240
22241 \begin_inset ERT
22242 status collapsed
22243
22244 \begin_layout Standard
22245
22246 [-1.5cm]
22247 \end_layout
22248
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \begin_layout Standard
22255 \begin_inset VSpace defskip
22256 \end_inset
22257
22258 Con 
22259 \series bold
22260 marginnote
22261 \series default
22262  también puedes cambiar la alineación del texto en el margen.
22263  Por ejemplo los comandos
22264 \end_layout
22265
22266 \begin_layout Standard
22267
22268 \series bold
22269
22270 \backslash
22271 renewcommand*{
22272 \backslash
22273 raggedleftmarginnote}{
22274 \backslash
22275 centering}
22276 \newline
22277
22278 \backslash
22279 renewcommand*{
22280 \backslash
22281 raggedrightmarginnote}{
22282 \backslash
22283 centering}
22284 \end_layout
22285
22286 \begin_layout Standard
22287 producen alineación centrada.
22288  
22289 \series bold
22290
22291 \backslash
22292 raggedleftmarginnote
22293 \series default
22294  identifica las notas que aparecen al lado izquierdo.
22295 \family roman
22296 \series medium
22297
22298 \begin_inset ERT
22299 status collapsed
22300
22301 \begin_layout Standard
22302
22303
22304 \backslash
22305 renewcommand*{
22306 \backslash
22307 raggedleftmarginnote}{
22308 \backslash
22309 centering}
22310 \end_layout
22311
22312 \begin_layout Standard
22313
22314
22315 \backslash
22316 renewcommand*{
22317 \backslash
22318 raggedrightmarginnote}{
22319 \backslash
22320 centering}
22321 \end_layout
22322
22323 \end_inset
22324
22325
22326 \begin_inset Marginal
22327 status open
22328
22329 \begin_layout Standard
22330 El texto de esta nota está centrado.
22331 \end_layout
22332
22333 \end_inset
22334
22335
22336 \family default
22337 \series default
22338  El valor predeterminado es 
22339 \end_layout
22340
22341 \begin_layout Standard
22342
22343 \series bold
22344
22345 \backslash
22346 renewcommand*{
22347 \backslash
22348 raggedleftmarginnote}{
22349 \backslash
22350 raggedleft}
22351 \newline
22352
22353 \backslash
22354 renewcommand*{
22355 \backslash
22356 raggedrightmarginnote}{
22357 \backslash
22358 raggedright}
22359 \family roman
22360 \series medium
22361
22362 \begin_inset ERT
22363 status collapsed
22364
22365 \begin_layout Standard
22366
22367
22368 \backslash
22369 renewcommand*{
22370 \backslash
22371 raggedleftmarginnote}{
22372 \backslash
22373 raggedleft}
22374 \end_layout
22375
22376 \begin_layout Standard
22377
22378
22379 \backslash
22380 renewcommand*{
22381 \backslash
22382 raggedrightmarginnote}{
22383 \backslash
22384 raggedright}
22385 \end_layout
22386
22387 \end_inset
22388
22389
22390 \end_layout
22391
22392 \begin_layout Standard
22393 \begin_inset VSpace defskip
22394 \end_inset
22395
22396 Para otras características de 
22397 \series bold
22398 marginnote
22399 \series default
22400  mira en su documentación 
22401 \begin_inset LatexCommand cite
22402 key "marginnote"
22403
22404 \end_inset
22405
22406 .
22407 \end_layout
22408
22409 \begin_layout Standard
22410 \begin_inset VSpace bigskip
22411 \end_inset
22412
22413 El diseño de las notas al margen puede ser redefinido.
22414  Por ejemplo, para crear una cabecera para todas las notas con el texto
22415  
22416 \begin_inset Quotes eld
22417 \end_inset
22418
22419
22420 \series bold
22421 \bar under
22422 ¡
22423 \family sans
22424 Atención
22425 \family default
22426 !
22427 \series default
22428 \bar default
22429
22430 \begin_inset Quotes erd
22431 \end_inset
22432
22433 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
22434 \end_layout
22435
22436 \begin_layout Standard
22437
22438 \series bold
22439
22440 \backslash
22441 let
22442 \backslash
22443 myMarginpar
22444 \backslash
22445 marginpar
22446 \newline
22447
22448 \backslash
22449 renewcommand{
22450 \backslash
22451 marginpar}[1]{
22452 \backslash
22453 myMarginpar{%
22454 \newline
22455
22456 \begin_inset ERT
22457 status collapsed
22458
22459 \begin_layout Standard
22460
22461
22462 \backslash
22463 hphantom{ }
22464 \end_layout
22465
22466 \end_inset
22467
22468
22469 \backslash
22470 hspace{0pt}
22471 \backslash
22472 textsf{
22473 \backslash
22474 textbf{
22475 \backslash
22476 underbar{¡Atención!}}}%
22477 \newline
22478
22479 \begin_inset ERT
22480 status collapsed
22481
22482 \begin_layout Standard
22483
22484
22485 \backslash
22486 hphantom{ }
22487 \end_layout
22488
22489 \end_inset
22490
22491
22492 \backslash
22493 vspace{1.5mm}
22494 \backslash
22495
22496 \backslash
22497 #1}}
22498 \end_layout
22499
22500 \begin_layout Standard
22501
22502 \family roman
22503 \series medium
22504 \begin_inset ERT
22505 status collapsed
22506
22507 \begin_layout Standard
22508
22509
22510 \backslash
22511 let
22512 \backslash
22513 myMarginpar
22514 \backslash
22515 marginpar
22516 \end_layout
22517
22518 \begin_layout Standard
22519
22520
22521 \backslash
22522 renewcommand{
22523 \backslash
22524 marginpar}[1]{
22525 \backslash
22526 myMarginpar{%
22527 \end_layout
22528
22529 \begin_layout Standard
22530
22531    
22532 \backslash
22533 textsf{
22534 \backslash
22535 textbf{
22536 \backslash
22537 underbar{¡Atención!}}}%
22538 \end_layout
22539
22540 \begin_layout Standard
22541
22542    
22543 \backslash
22544 vspace{1.5mm}
22545 \backslash
22546
22547 \backslash
22548 #1}}
22549 \end_layout
22550
22551 \end_inset
22552
22553
22554 \begin_inset Marginal
22555 status open
22556
22557 \begin_layout Standard
22558 Esta es una nota con una cabecera definida.
22559 \end_layout
22560
22561 \end_inset
22562
22563
22564 \family default
22565 \series default
22566
22567 \begin_inset ERT
22568 status collapsed
22569
22570 \begin_layout Standard
22571
22572 [-1.5cm]
22573 \end_layout
22574
22575 \end_inset
22576
22577
22578 \family roman
22579 \series medium
22580
22581 \begin_inset ERT
22582 status collapsed
22583
22584 \begin_layout Standard
22585
22586
22587 \backslash
22588 renewcommand{
22589 \backslash
22590 marginpar}[1]{
22591 \backslash
22592 myMarginpar{#1}}
22593 \end_layout
22594
22595 \end_inset
22596
22597
22598 \family default
22599 \series default
22600
22601 \begin_inset Note Note
22602 status collapsed
22603
22604 \begin_layout Standard
22605 El formato de la nota al margen se ha cambiado solo para este ejemplo.
22606 \end_layout
22607
22608 \end_inset
22609
22610
22611 \end_layout
22612
22613 \begin_layout Standard
22614 \begin_inset ERT
22615 status collapsed
22616
22617 \begin_layout Standard
22618
22619
22620 \backslash
22621 else
22622 \end_layout
22623
22624 \end_inset
22625
22626
22627 \begin_inset Note Note
22628 status open
22629
22630 \begin_layout Standard
22631 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
22632  
22633 \series bold
22634 marginnote
22635 \series default
22636 .
22637 \end_layout
22638
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \begin_layout Standard
22645 Debes instalar el paquete LaTeX 
22646 \series bold
22647 marginnote
22648 \series default
22649  para ver la parte siguiente en la salida.
22650 \end_layout
22651
22652 \begin_layout Standard
22653 \begin_inset ERT
22654 status collapsed
22655
22656 \begin_layout Standard
22657
22658
22659 \backslash
22660 fi
22661 \end_layout
22662
22663 \end_inset
22664
22665
22666 \end_layout
22667
22668 \begin_layout Chapter
22669 Cuadros
22670 \end_layout
22671
22672 \begin_layout Section
22673 Introducción
22674 \begin_inset LatexCommand index
22675 name "Cuadros ! Introducción"
22676
22677 \end_inset
22678
22679
22680 \end_layout
22681
22682 \begin_layout Standard
22683 Los cuadros se emplean para dar formato a bloques de texto.
22684  Se pueden usar para escribir documentos con varios lenguajes, ver sección\InsetSpace ~
22685
22686 \begin_inset LatexCommand ref
22687 reference "sec:Minipáginas"
22688
22689 \end_inset
22690
22691 , enmarcar textos, ver sección\InsetSpace ~
22692
22693 \begin_inset LatexCommand ref
22694 reference "sec:Cuadros-Enmarcados"
22695
22696 \end_inset
22697
22698 , evitar la división de palabras, ver sección\InsetSpace ~
22699
22700 \begin_inset LatexCommand ref
22701 reference "sec:Prevención-de-la-Partición-con-Guiones"
22702
22703 \end_inset
22704
22705 , alinear texto, ver sección\InsetSpace ~
22706
22707 \begin_inset LatexCommand ref
22708 reference "sub:Alineación-Vertical"
22709
22710 \end_inset
22711
22712 , o para poner color de fondo a un texto, ver sección\InsetSpace ~
22713
22714 \begin_inset LatexCommand ref
22715 reference "sec:Cuadros-Coloreados"
22716
22717 \end_inset
22718
22719 .
22720 \end_layout
22721
22722 \begin_layout Standard
22723 Se insertan con el menú 
22724 \family sans
22725 Insertar\SpecialChar \menuseparator
22726 Cuadro
22727 \family default
22728 .
22729  Surge un recuadro gris con la etiqueta 
22730 \family sans
22731 Cuadro (Minipágina)
22732 \family default
22733
22734 \begin_inset Graphics
22735         filename ../../clipart/CuadroMinipagQt4.png
22736         scale 75
22737         keepAspectRatio
22738
22739 \end_inset
22740
22741 .
22742  El tipo de cuadro se puede elegir al hacer click-derecho sobre él.
22743  Sale un diálogo en el que 
22744 \family sans
22745 Cuadro
22746 \family default
22747 \InsetSpace ~
22748
22749 \family sans
22750 interior
22751 \family default
22752  permite escoger los tipos 
22753 \family sans
22754 Parbox (
22755 \family default
22756
22757 \begin_inset Quotes eld
22758 \end_inset
22759
22760
22761 \family sans
22762 Párrafo
22763 \family default
22764
22765 \begin_inset Quotes erd
22766 \end_inset
22767
22768
22769 \family sans
22770 )
22771 \family default
22772  y 
22773 \family sans
22774 Minipágina
22775 \family default
22776 .
22777  El 
22778 \family sans
22779 Minipágina
22780 \family default
22781  es el predeterminado para nuevos cuadros y se explica en la sección\InsetSpace ~
22782
22783 \begin_inset LatexCommand ref
22784 reference "sec:Minipáginas"
22785
22786 \end_inset
22787
22788 ; el tipo 
22789 \family sans
22790 Parbox
22791 \family default
22792  se describe en la sección\InsetSpace ~
22793
22794 \begin_inset LatexCommand ref
22795 reference "sec:Cuadros-de-Párrafo"
22796
22797 \end_inset
22798
22799 .
22800 \end_layout
22801
22802 \begin_layout Standard
22803 Los cuadros no se numeran y por tanto no se pueden referenciar como los
22804  flotantes o las notas al pie.
22805 \end_layout
22806
22807 \begin_layout Standard
22808 \begin_inset Note Greyedout
22809 status open
22810
22811 \begin_layout Standard
22812
22813 \series bold
22814 Nota:
22815 \series default
22816  Debido a un error en LyX hay que insertar un espacio protegido detrás de
22817  un cuadro si se desea separar con un espacio el cuadro y el texto siguiente.
22818 \end_layout
22819
22820 \end_inset
22821
22822
22823 \end_layout
22824
22825 \begin_layout Standard
22826 \begin_inset Note Greyedout
22827 status open
22828
22829 \begin_layout Standard
22830
22831 \series bold
22832 Nota:
22833 \series default
22834  Los cuadros no deben ser el item en un entorno 
22835 \family sans
22836 Enumeración
22837 \family default
22838  o 
22839 \family sans
22840 Descripción
22841 \family default
22842 .
22843 \end_layout
22844
22845 \end_inset
22846
22847
22848 \end_layout
22849
22850 \begin_layout Standard
22851 \begin_inset Note Greyedout
22852 status open
22853
22854 \begin_layout Standard
22855
22856 \series bold
22857 Nota:
22858 \series default
22859  Por razones desconocidas solo se puede poner el tipo 
22860 \family sans
22861 Cuadro\InsetSpace ~
22862 interior
22863 \family default
22864  en 
22865 \family sans
22866 Ninguno
22867 \family default
22868  cuando se emplea un cuadro enmarcado.
22869  Los cuadros sin ningún tipo de 
22870 \family sans
22871 Cuadro\InsetSpace ~
22872 interior
22873 \family default
22874  y sin marcos se explican en la sección\InsetSpace ~
22875
22876 \begin_inset LatexCommand ref
22877 reference "sec:Prevención-de-la-Partición-con-Guiones"
22878
22879 \end_inset
22880
22881 .
22882 \end_layout
22883
22884 \end_inset
22885
22886
22887 \end_layout
22888
22889 \begin_layout Section
22890 Diálogo Cuadros
22891 \begin_inset LatexCommand label
22892 name "sec:Diálogo-Cuadros"
22893
22894 \end_inset
22895
22896
22897 \begin_inset LatexCommand index
22898 name "Cuadros ! Diálogo"
22899
22900 \end_inset
22901
22902
22903 \begin_inset LatexCommand index
22904 name "Cuadros ! Alineación"
22905
22906 \end_inset
22907
22908
22909 \end_layout
22910
22911 \begin_layout Standard
22912 En el diálogo puedes ajustar la geometría del cuadro en los campos 
22913 \family sans
22914 Ancho
22915 \family default
22916  y 
22917 \family sans
22918 Alto
22919 \family default
22920 .
22921  Las unidades disponibles para la geometría se explican en la Tabla\InsetSpace ~
22922
22923 \begin_inset LatexCommand ref
22924 reference "tab:Unidades"
22925
22926 \end_inset
22927
22928 .
22929  El campo 
22930 \family sans
22931 Alto
22932 \family default
22933  ofrece los siguientes tamaños adicionales:
22934 \end_layout
22935
22936 \begin_layout Description
22937 Profundidad Este es el texto plano 
22938 \begin_inset Quotes eld
22939 \end_inset
22940
22941 alto
22942 \begin_inset Quotes erd
22943 \end_inset
22944
22945 .
22946  Ignora la profundidad total cuando hay mútiples líneas de texto en el cuadro:
22947 \newline
22948
22949 \newline
22950
22951 \newline
22952
22953 \begin_inset Box Boxed
22954 position "c"
22955 hor_pos "c"
22956 has_inner_box 1
22957 inner_pos "c"
22958 use_parbox 0
22959 width "12col%"
22960 special "none"
22961 height "1in"
22962 height_special "depth"
22963 status open
22964
22965 \begin_layout Standard
22966 \align center
22967 Cuadro con altura establecida en 1\InsetSpace \thinspace{}
22968 Profundidad
22969 \end_layout
22970
22971 \end_inset
22972
22973
22974 \newline
22975
22976 \newline
22977
22978 \end_layout
22979
22980 \begin_layout Description
22981 Alto Es la altura del texto que está dentro del cuadro.
22982  Un valor de, p.\InsetSpace \thinspace{}
22983 e.\InsetSpace ~
22984 2 para este tamaño fijará la altura del cuadro a 2 veces
22985  la altura del texto: 
22986 \begin_inset Box Boxed
22987 position "c"
22988 hor_pos "c"
22989 has_inner_box 1
22990 inner_pos "c"
22991 use_parbox 0
22992 width "20col%"
22993 special "none"
22994 height "2in"
22995 height_special "height"
22996 status open
22997
22998 \begin_layout Standard
22999 \align center
23000 Cuadro con altura puesta en 2\InsetSpace \thinspace{}
23001 Alto
23002 \end_layout
23003
23004 \end_inset
23005
23006
23007 \end_layout
23008
23009 \begin_layout Description
23010 Alto\InsetSpace ~
23011 Total Esto es el Alto\InsetSpace \thinspace{}
23012 +\InsetSpace \thinspace{}
23013 Profundidad: 
23014 \begin_inset Box Boxed
23015 position "c"
23016 hor_pos "c"
23017 has_inner_box 1
23018 inner_pos "c"
23019 use_parbox 0
23020 width "20col%"
23021 special "none"
23022 height "1in"
23023 height_special "totalheight"
23024 status open
23025
23026 \begin_layout Standard
23027 \align center
23028 Cuadro con altura puesta a 1\InsetSpace \thinspace{}
23029 Alto\InsetSpace ~
23030 total
23031 \end_layout
23032
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \begin_layout Description
23039 Ancho Esto determina al ancho del cuadro como altura: 
23040 \begin_inset Box Boxed
23041 position "c"
23042 hor_pos "c"
23043 has_inner_box 1
23044 inner_pos "c"
23045 use_parbox 0
23046 width "12col%"
23047 special "none"
23048 height "1in"
23049 height_special "width"
23050 status open
23051
23052 \begin_layout Standard
23053 \align center
23054 Cuadro con altura puesta en 1\InsetSpace \thinspace{}
23055 Ancho
23056 \end_layout
23057
23058 \end_inset
23059
23060
23061 \end_layout
23062
23063 \begin_layout Standard
23064 \begin_inset VSpace bigskip
23065 \end_inset
23066
23067 Si has elegido un 
23068 \family sans
23069 Cuadro\InsetSpace ~
23070 interior
23071 \family default
23072 , la alineación vertical del cuadro puede ser:
23073 \end_layout
23074
23075 \begin_layout Description
23076 Superior Ejemplo de línea de texto.
23077  
23078 \begin_inset Box Boxed
23079 position "t"
23080 hor_pos "c"
23081 has_inner_box 1
23082 inner_pos "c"
23083 use_parbox 0
23084 width "12col%"
23085 special "none"
23086 height "1in"
23087 height_special "totalheight"
23088 status open
23089
23090 \begin_layout Standard
23091 \align center
23092 Cuadro alineado arriba.
23093 \end_layout
23094
23095 \end_inset
23096
23097 \InsetSpace ~
23098 Ejemplo de línea de texto.
23099 \end_layout
23100
23101 \begin_layout Description
23102 Medio Ejemplo de línea de texto.
23103  
23104 \begin_inset Box Boxed
23105 position "c"
23106 hor_pos "c"
23107 has_inner_box 1
23108 inner_pos "c"
23109 use_parbox 0
23110 width "12col%"
23111 special "none"
23112 height "1in"
23113 height_special "totalheight"
23114 status open
23115
23116 \begin_layout Standard
23117 \align center
23118 Cuadro alineado enmedio.
23119 \end_layout
23120
23121 \end_inset
23122
23123 \InsetSpace ~
23124 Ejemplo de línea de texto.
23125 \end_layout
23126
23127 \begin_layout Description
23128 Inferior Ejemplo de línea de texto.
23129  
23130 \begin_inset Box Boxed
23131 position "b"
23132 hor_pos "c"
23133 has_inner_box 1
23134 inner_pos "c"
23135 use_parbox 0
23136 width "12col%"
23137 special "none"
23138 height "1in"
23139 height_special "totalheight"
23140 status open
23141
23142 \begin_layout Standard
23143 \align center
23144 Cuadro alineado abajo.
23145 \end_layout
23146
23147 \end_inset
23148
23149 \InsetSpace ~
23150 Ejemplo de línea de texto.
23151 \end_layout
23152
23153 \begin_layout Standard
23154 La alineación horizontal del cuadro puede establecerse en el diálogo de
23155  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
23156 \end_layout
23157
23158 \begin_layout Standard
23159 \begin_inset VSpace bigskip
23160 \end_inset
23161
23162 Cuando has escogido un 
23163 \family sans
23164 Cuadro\InsetSpace ~
23165 interior
23166 \family default
23167 , el contenido puede alinearse verticalmente a:
23168 \end_layout
23169
23170 \begin_layout Description
23171 Superior Ejemplo de línea de texto.
23172  
23173 \begin_inset Box Boxed
23174 position "c"
23175 hor_pos "c"
23176 has_inner_box 1
23177 inner_pos "t"
23178 use_parbox 0
23179 width "12col%"
23180 special "none"
23181 height "1.5in"
23182 height_special "totalheight"
23183 status open
23184
23185 \begin_layout Standard
23186 \align center
23187 Cuadro con texto alineado arriba.
23188 \end_layout
23189
23190 \end_inset
23191
23192 \InsetSpace ~
23193 Ejemplo de línea de texto.
23194 \end_layout
23195
23196 \begin_layout Description
23197 Medio Ejemplo de línea de texto.
23198  
23199 \begin_inset Box Boxed
23200 position "c"
23201 hor_pos "c"
23202 has_inner_box 1
23203 inner_pos "c"
23204 use_parbox 0
23205 width "12col%"
23206 special "none"
23207 height "1.5in"
23208 height_special "totalheight"
23209 status open
23210
23211 \begin_layout Standard
23212 \align center
23213 Cuadro con texto alineado enmedio.
23214 \end_layout
23215
23216 \end_inset
23217
23218 \InsetSpace ~
23219 Ejemplo de línea de texto.
23220 \end_layout
23221
23222 \begin_layout Description
23223 Inferior Ejemplo de línea de texto.
23224  
23225 \begin_inset Box Boxed
23226 position "c"
23227 hor_pos "c"
23228 has_inner_box 1
23229 inner_pos "b"
23230 use_parbox 0
23231 width "12col%"
23232 special "none"
23233 height "1.5in"
23234 height_special "totalheight"
23235 status open
23236
23237 \begin_layout Standard
23238 \align center
23239 Cuadro con texto alineado abajo.
23240 \end_layout
23241
23242 \end_inset
23243
23244 \InsetSpace ~
23245 Ejemplo de línea de texto.
23246 \end_layout
23247
23248 \begin_layout Description
23249 Estirado Ejemplo de línea de texto.
23250  
23251 \begin_inset Box Boxed
23252 position "c"
23253 hor_pos "c"
23254 has_inner_box 1
23255 inner_pos "s"
23256 use_parbox 0
23257 width "12col%"
23258 special "none"
23259 height "1.5in"
23260 height_special "totalheight"
23261 status open
23262
23263 \begin_layout Standard
23264 \align center
23265 Este texto
23266 \end_layout
23267
23268 \begin_layout Standard
23269 \align center
23270 está
23271 \end_layout
23272
23273 \begin_layout Standard
23274 \align center
23275 estirado.
23276 \end_layout
23277
23278 \end_inset
23279
23280 \InsetSpace ~
23281 Ejemplo de línea de texto.
23282 \end_layout
23283
23284 \begin_layout Standard
23285 Para estirar el contenido debe tener más de un párrafo.
23286  En el ejemplo anterior cada línea de texto está en un párrafo propio.
23287 \end_layout
23288
23289 \begin_layout Standard
23290 \begin_inset VSpace bigskip
23291 \end_inset
23292
23293 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
23294  LyX cuando hayas escogido un 
23295 \family sans
23296 Cuadro\InsetSpace ~
23297 interior
23298 \family default
23299 .
23300 \end_layout
23301
23302 \begin_layout Standard
23303 \align center
23304 \begin_inset Box Boxed
23305 position "c"
23306 hor_pos "c"
23307 has_inner_box 1
23308 inner_pos "s"
23309 use_parbox 0
23310 width "15col%"
23311 special "none"
23312 height "1.25in"
23313 height_special "totalheight"
23314 status open
23315
23316 \begin_layout Standard
23317 \align left
23318 Cuadro
23319 \end_layout
23320
23321 \begin_layout Standard
23322 \align center
23323 con texto
23324 \end_layout
23325
23326 \begin_layout Standard
23327 \align right
23328 estirado
23329 \end_layout
23330
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \begin_layout Standard
23337 Si no has estabecido un 
23338 \family sans
23339 Cuadro\InsetSpace ~
23340 interior
23341 \family default
23342 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
23343  cuadro.
23344 \end_layout
23345
23346 \begin_layout Standard
23347 \align center
23348 \begin_inset Box Boxed
23349 position "c"
23350 hor_pos "s"
23351 has_inner_box 0
23352 inner_pos "s"
23353 use_parbox 0
23354 width "90col%"
23355 special "none"
23356 height "1.25in"
23357 height_special "totalheight"
23358 status open
23359
23360 \begin_layout Standard
23361 \align left
23362 Texto estirado horizontalmente.
23363 \end_layout
23364
23365 \end_inset
23366
23367
23368 \end_layout
23369
23370 \begin_layout Section
23371 Cuadros Enmarcados
23372 \begin_inset LatexCommand label
23373 name "sec:Cuadros-Enmarcados"
23374
23375 \end_inset
23376
23377
23378 \begin_inset LatexCommand index
23379 name "Cuadros ! Marcos"
23380
23381 \end_inset
23382
23383
23384 \end_layout
23385
23386 \begin_layout Standard
23387 El estilo de marco del cuadro se puede determinar en la lista desplegable
23388  
23389 \family sans
23390 Tipo
23391 \family default
23392  del diálogo de cuadros.
23393  Son posibles los siguientes marcos:
23394 \end_layout
23395
23396 \begin_layout Description
23397 Marco\InsetSpace ~
23398 rectangular Dibuja un marco rectangular alrededor del cuadro.
23399  El grosor del marco depende de 
23400 \series bold
23401
23402 \backslash
23403 fboxrule
23404 \series default
23405 .
23406  
23407 \begin_inset Box Boxed
23408 position "c"
23409 hor_pos "c"
23410 has_inner_box 1
23411 inner_pos "c"
23412 use_parbox 0
23413 width "25col%"
23414 special "none"
23415 height "1in"
23416 height_special "totalheight"
23417 status open
23418
23419 \begin_layout Standard
23420 \align center
23421 Cuadro rectangular
23422 \end_layout
23423
23424 \end_inset
23425
23426
23427 \end_layout
23428
23429 \begin_layout Description
23430 Marco\InsetSpace ~
23431 ovalado,\InsetSpace ~
23432 fino Dibuja un marco ovalado cuya línea tiene un grosor de
23433  0.4\InsetSpace \thinspace{}
23434 pt.
23435  
23436 \begin_inset Box ovalbox
23437 position "c"
23438 hor_pos "c"
23439 has_inner_box 1
23440 inner_pos "c"
23441 use_parbox 0
23442 width "25col%"
23443 special "none"
23444 height "1in"
23445 height_special "totalheight"
23446 status open
23447
23448 \begin_layout Standard
23449 \align center
23450 Marco ovalado, fino
23451 \end_layout
23452
23453 \end_inset
23454
23455
23456 \end_layout
23457
23458 \begin_layout Description
23459 Marco\InsetSpace ~
23460 ovalado,\InsetSpace ~
23461 grueso Dibuja un marco ovalado cuya línea tiene un grosor de
23462  0.8\InsetSpace \thinspace{}
23463 pt.
23464  
23465 \begin_inset Box Ovalbox
23466 position "c"
23467 hor_pos "c"
23468 has_inner_box 1
23469 inner_pos "c"
23470 use_parbox 0
23471 width "30col%"
23472 special "none"
23473 height "1in"
23474 height_special "totalheight"
23475 status open
23476
23477 \begin_layout Standard
23478 \align center
23479 Cuadro ovalado, grueso
23480 \end_layout
23481
23482 \end_inset
23483
23484
23485 \end_layout
23486
23487 \begin_layout Description
23488 Marco\InsetSpace ~
23489 con\InsetSpace ~
23490 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
23491  El grosor de la línea tiene el tamaño dado por 
23492 \series bold
23493
23494 \backslash
23495 fboxrule
23496 \series default
23497 , la sombra tiene una anchura de 4\InsetSpace \thinspace{}
23498 pt.
23499  
23500 \begin_inset Box Shadowbox
23501 position "c"
23502 hor_pos "c"
23503 has_inner_box 1
23504 inner_pos "c"
23505 use_parbox 0
23506 width "20col%"
23507 special "none"
23508 height "1in"
23509 height_special "totalheight"
23510 status open
23511
23512 \begin_layout Standard
23513 \align center
23514 Marco sombrado
23515 \end_layout
23516
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \begin_layout Description
23523 Marco\InsetSpace ~
23524 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
23525  El grosor de la línea interior es 0.75\InsetSpace \thinspace{}
23526
23527 \series bold
23528
23529 \backslash
23530 fboxrule
23531 \series default
23532 , el de la línea exterior es 1.5\InsetSpace \thinspace{}
23533
23534 \series bold
23535
23536 \backslash
23537 fboxrule
23538 \series default
23539 .
23540  La distancia entre líneas es 1.5\InsetSpace \thinspace{}
23541
23542 \series bold
23543
23544 \backslash
23545 fboxrule
23546 \series default
23547 \InsetSpace \thinspace{}
23548 +\InsetSpace \thinspace{}
23549 0.5\InsetSpace \thinspace{}
23550 pt.
23551  
23552 \begin_inset Box Doublebox
23553 position "c"
23554 hor_pos "c"
23555 has_inner_box 1
23556 inner_pos "c"
23557 use_parbox 0
23558 width "20col%"
23559 special "none"
23560 height "1in"
23561 height_special "totalheight"
23562 status open
23563
23564 \begin_layout Standard
23565 \align center
23566 Marco doble
23567 \end_layout
23568
23569 \end_inset
23570
23571
23572 \end_layout
23573
23574 \begin_layout Standard
23575 \begin_inset VSpace bigskip
23576 \end_inset
23577
23578 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
23579  Para poder utilizar los distintos marcos, debe estar instalado el paquete
23580  LaTeX 
23581 \series bold
23582 fancybox
23583 \series default
23584
23585 \begin_inset LatexCommand index
23586 name "LaTeX-paquetes ! fancybox"
23587
23588 \end_inset
23589
23590 .
23591 \end_layout
23592
23593 \begin_layout Standard
23594 \begin_inset VSpace bigskip
23595 \end_inset
23596
23597 El valor predeterminado por 
23598 \series bold
23599
23600 \backslash
23601 fboxrule
23602 \series default
23603  es 0.4\InsetSpace \thinspace{}
23604 pt.
23605  Puede cambiarse con el siguiente comando en ERT, p.\InsetSpace \thinspace{}
23606 e.\InsetSpace ~
23607 a\InsetSpace ~
23608 2\InsetSpace \thinspace{}
23609 pt:
23610 \end_layout
23611
23612 \begin_layout Standard
23613
23614 \series bold
23615
23616 \backslash
23617 setlength{
23618 \backslash
23619 fboxrule}{2pt}
23620 \end_layout
23621
23622 \begin_layout Standard
23623 \begin_inset ERT
23624 status collapsed
23625
23626 \begin_layout Standard
23627
23628
23629 \backslash
23630 setlength{
23631 \backslash
23632 fboxrule}{2pt}
23633 \end_layout
23634
23635 \end_inset
23636
23637
23638 \begin_inset Box Boxed
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 Cuadro rectangular con 
23653 \series bold
23654
23655 \backslash
23656 fboxrule
23657 \series default
23658 \InsetSpace \thinspace{}
23659 =\InsetSpace \thinspace{}
23660 2\InsetSpace \thinspace{}
23661 pt
23662 \end_layout
23663
23664 \end_inset
23665
23666
23667 \begin_inset ERT
23668 status collapsed
23669
23670 \begin_layout Standard
23671
23672
23673 \backslash
23674 setlength{
23675 \backslash
23676 fboxrule}{0.4pt}
23677 \end_layout
23678
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \begin_layout Standard
23685 \begin_inset VSpace bigskip
23686 \end_inset
23687
23688 El espacio entre el marco y el contenido del cuadro es 3\InsetSpace \thinspace{}
23689 pt por defecto para
23690  todos los estilos.
23691  Se puede cambiar mediante la longitud 
23692 \series bold
23693
23694 \backslash
23695 fboxsep
23696 \series default
23697 .
23698  Por ejemplo el comando
23699 \end_layout
23700
23701 \begin_layout Standard
23702
23703 \series bold
23704
23705 \backslash
23706 setlength{
23707 \backslash
23708 fboxsep}{10pt}
23709 \end_layout
23710
23711 \begin_layout Standard
23712 determina un valor de 10\InsetSpace \thinspace{}
23713 pt, como en el siguiente cuadro:
23714 \end_layout
23715
23716 \begin_layout Standard
23717 \begin_inset ERT
23718 status collapsed
23719
23720 \begin_layout Standard
23721
23722
23723 \backslash
23724 setlength{
23725 \backslash
23726 fboxsep}{10pt}
23727 \end_layout
23728
23729 \end_inset
23730
23731
23732 \begin_inset Box Boxed
23733 position "c"
23734 hor_pos "c"
23735 has_inner_box 1
23736 inner_pos "c"
23737 use_parbox 0
23738 width "25col%"
23739 special "none"
23740 height "1in"
23741 height_special "totalheight"
23742 status open
23743
23744 \begin_layout Standard
23745 \align center
23746 Cuadro rectangular con 
23747 \series bold
23748
23749 \backslash
23750 fboxsep
23751 \series default
23752 \InsetSpace \thinspace{}
23753 =\InsetSpace \thinspace{}
23754 10\InsetSpace \thinspace{}
23755 pt
23756 \end_layout
23757
23758 \end_inset
23759
23760
23761 \begin_inset ERT
23762 status collapsed
23763
23764 \begin_layout Standard
23765
23766
23767 \backslash
23768 setlength{
23769 \backslash
23770 fboxsep}{3pt}
23771 \end_layout
23772
23773 \end_inset
23774
23775
23776 \end_layout
23777
23778 \begin_layout Standard
23779 \begin_inset VSpace bigskip
23780 \end_inset
23781
23782 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
23783  el comando 
23784 \series bold
23785
23786 \backslash
23787 cornersize
23788 \series default
23789 .
23790  El comando
23791 \end_layout
23792
23793 \begin_layout Standard
23794
23795 \series bold
23796
23797 \backslash
23798 cornersize*{1cm}
23799 \end_layout
23800
23801 \begin_layout Standard
23802 establece un diámetro de 1\InsetSpace \thinspace{}
23803 cm.
23804  El comando
23805 \end_layout
23806
23807 \begin_layout Standard
23808
23809 \series bold
23810
23811 \backslash
23812 cornersize{num}
23813 \end_layout
23814
23815 \begin_layout Standard
23816 fija el diámetro en 
23817 \family sans
23818 num\InsetSpace \thinspace{}
23819 ×\InsetSpace \thinspace{}
23820 minimo(ancho y alto del cuadro)
23821 \family default
23822 .
23823  Por defecto es 
23824 \series bold
23825
23826 \backslash
23827 cornersize{0.5}
23828 \series default
23829 .
23830 \end_layout
23831
23832 \begin_layout Standard
23833 \begin_inset ERT
23834 status collapsed
23835
23836 \begin_layout Standard
23837
23838
23839 \backslash
23840 cornersize*{1.5cm}
23841 \end_layout
23842
23843 \end_inset
23844
23845
23846 \begin_inset Box Ovalbox
23847 position "c"
23848 hor_pos "c"
23849 has_inner_box 1
23850 inner_pos "c"
23851 use_parbox 0
23852 width "28col%"
23853 special "none"
23854 height "1in"
23855 height_special "totalheight"
23856 status open
23857
23858 \begin_layout Standard
23859 \align center
23860 Cuadro ovalado con 
23861 \series bold
23862
23863 \backslash
23864 cornersize
23865 \series default
23866 \InsetSpace \thinspace{}
23867 =\InsetSpace \thinspace{}
23868 1.5\InsetSpace \thinspace{}
23869 cm
23870 \end_layout
23871
23872 \end_inset
23873
23874
23875 \begin_inset ERT
23876 status collapsed
23877
23878 \begin_layout Standard
23879
23880
23881 \backslash
23882 cornersize{0.5}
23883 \end_layout
23884
23885 \end_inset
23886
23887
23888 \end_layout
23889
23890 \begin_layout Standard
23891 \begin_inset VSpace bigskip
23892 \end_inset
23893
23894 El tamaño de la sombra se puede ajustar cambiando la longitud 
23895 \series bold
23896
23897 \backslash
23898 shadowsize
23899 \series default
23900 .
23901  Este comando la ajusta a 2\InsetSpace \thinspace{}
23902 pt en el cuadro siguiente:
23903 \end_layout
23904
23905 \begin_layout Standard
23906
23907 \series bold
23908
23909 \backslash
23910 setlength{
23911 \backslash
23912 shadowsize}{2pt}
23913 \end_layout
23914
23915 \begin_layout Standard
23916 \begin_inset ERT
23917 status collapsed
23918
23919 \begin_layout Standard
23920
23921
23922 \backslash
23923 setlength{
23924 \backslash
23925 shadowsize}{2pt}
23926 \end_layout
23927
23928 \end_inset
23929
23930
23931 \begin_inset Box Shadowbox
23932 position "c"
23933 hor_pos "c"
23934 has_inner_box 1
23935 inner_pos "c"
23936 use_parbox 0
23937 width "28col%"
23938 special "none"
23939 height "1in"
23940 height_special "totalheight"
23941 status open
23942
23943 \begin_layout Standard
23944 \align center
23945 Cuadro sombreado con 
23946 \series bold
23947
23948 \backslash
23949 shadowsize
23950 \series default
23951 \InsetSpace \thinspace{}
23952 =\InsetSpace \thinspace{}
23953 2\InsetSpace \thinspace{}
23954 pt
23955 \end_layout
23956
23957 \end_inset
23958
23959
23960 \begin_inset ERT
23961 status collapsed
23962
23963 \begin_layout Standard
23964
23965
23966 \backslash
23967 setlength{
23968 \backslash
23969 shadowsize}{4pt}
23970 \end_layout
23971
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \begin_layout Standard
23978 \begin_inset VSpace bigskip
23979 \end_inset
23980
23981 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
23982  a los comandos.
23983 \end_layout
23984
23985 \begin_layout Section
23986 Minipáginas
23987 \begin_inset LatexCommand label
23988 name "sec:Minipáginas"
23989
23990 \end_inset
23991
23992
23993 \begin_inset LatexCommand index
23994 name "Cuadros ! Minipáginas"
23995
23996 \end_inset
23997
23998
23999 \end_layout
24000
24001 \begin_layout Standard
24002 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
24003  por tanto pueden tener, por ejemplo, sus propias notas al pie.
24004 \end_layout
24005
24006 \begin_layout Standard
24007 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
24008 \end_layout
24009
24010 \begin_layout Standard
24011 A continuación hay dos ejemplos de minipáginas adosadas.
24012  Su anchura está puesta en 45\InsetSpace \thinspace{}
24013 col% y separadas por un relleno horizontal,
24014  insertado via el menú 
24015 \family sans
24016 Insertar\SpecialChar \menuseparator
24017 Formato\InsetSpace ~
24018
24019 \family default
24020 es
24021 \family sans
24022 pecial\InsetSpace ~
24023 \SpecialChar \menuseparator
24024 Relleno\InsetSpace ~
24025 horizontal
24026 \family default
24027 .
24028 \end_layout
24029
24030 \begin_layout Standard
24031 \begin_inset Box Frameless
24032 position "t"
24033 hor_pos "c"
24034 has_inner_box 1
24035 inner_pos "c"
24036 use_parbox 0
24037 width "45col%"
24038 special "none"
24039 height "1in"
24040 height_special "totalheight"
24041 status open
24042
24043 \begin_layout Standard
24044
24045 \lang german
24046 Dies ist ein deutscher Text.
24047  Dies ist ein deutscher Text.
24048  Dies ist ein deutscher Text.
24049  Dies ist ein deutscher Text.
24050  Dies ist ein deutscher Text.
24051  Dies ist ein deutscher Text.
24052  Dies ist ein deutscher Text.
24053  Dies ist ein deutscher Text.
24054  Dies ist ein deutscher Text.
24055  Dies ist ein deutscher Text.
24056  Dies ist ein deutscher Text.
24057  Dies ist ein deutscher Text.
24058  Dies ist ein deutscher Text
24059 \begin_inset Foot
24060 status collapsed
24061
24062 \begin_layout Standard
24063
24064 \lang german
24065 Dies ist eine deutsche Fußnote.
24066 \end_layout
24067
24068 \end_inset
24069
24070 .
24071  Dies ist ein deutscher Text.
24072  Dies ist ein deutscher Text.
24073 \end_layout
24074
24075 \end_inset
24076
24077
24078 \hfill
24079
24080 \begin_inset Box Frameless
24081 position "t"
24082 hor_pos "c"
24083 has_inner_box 1
24084 inner_pos "c"
24085 use_parbox 0
24086 width "45col%"
24087 special "none"
24088 height "1in"
24089 height_special "totalheight"
24090 status open
24091
24092 \begin_layout Standard
24093 This is an English Text.
24094  This is an English Text.
24095  This is an English Text.
24096  This is an English Text.
24097  This is an English Text.
24098  This is an English Text.
24099  This is an English Text.
24100  This is an English Text.
24101  This is an English Text.
24102  This is an English Text.
24103  This is an English Text.
24104  This is an English Text.
24105  This is an English Text.
24106  This is an English Text.
24107  This is an English Text.
24108  This is an English Text.
24109 \begin_inset Foot
24110 status collapsed
24111
24112 \begin_layout Standard
24113 This is an English footnote.
24114 \end_layout
24115
24116 \end_inset
24117
24118  This is an English Text.
24119  
24120 \end_layout
24121
24122 \end_inset
24123
24124
24125 \end_layout
24126
24127 \begin_layout Standard
24128 \begin_inset VSpace bigskip
24129 \end_inset
24130
24131 Otra aplicación de los cuadros son las notas a pie en tablas.
24132  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
24133  al final de la página actual.
24134  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
24135  en la parte inferior, ordenadas con letras.
24136  La ordenación de las notas al pie se restablece en cada minipágina pero
24137  no fuera de las minipáginas.
24138 \end_layout
24139
24140 \begin_layout Standard
24141 La nota al pie en esta tabla no aparece: 
24142 \begin_inset Tabular
24143 <lyxtabular version="3" rows="3" columns="4">
24144 <features>
24145 <column alignment="center" valignment="top" leftline="true" width="0pt">
24146 <column alignment="center" valignment="top" leftline="true" width="0pt">
24147 <column alignment="center" valignment="top" leftline="true" width="0pt">
24148 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24149 <row topline="true">
24150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Standard
24154 1
24155 \end_layout
24156
24157 \end_inset
24158 </cell>
24159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Standard
24163 2
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Standard
24172 3
24173 \begin_inset Foot
24174 status open
24175
24176 \begin_layout Standard
24177 Nota al pie en una tabla.
24178 \end_layout
24179
24180 \end_inset
24181
24182
24183 \end_layout
24184
24185 \end_inset
24186 </cell>
24187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24188 \begin_inset Text
24189
24190 \begin_layout Standard
24191 4
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 </row>
24197 <row topline="true">
24198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Standard
24202 a
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Standard
24211 b
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Standard
24220 c
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Standard
24229 d
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 </row>
24235 <row topline="true" bottomline="true">
24236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24237 \begin_inset Text
24238
24239 \begin_layout Standard
24240 e
24241 \end_layout
24242
24243 \end_inset
24244 </cell>
24245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24246 \begin_inset Text
24247
24248 \begin_layout Standard
24249 f
24250 \end_layout
24251
24252 \end_inset
24253 </cell>
24254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24255 \begin_inset Text
24256
24257 \begin_layout Standard
24258 g
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Standard
24267 h
24268 \end_layout
24269
24270 \end_inset
24271 </cell>
24272 </row>
24273 </lyxtabular>
24274
24275 \end_inset
24276
24277
24278 \end_layout
24279
24280 \begin_layout Standard
24281 \align center
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 "30col%"
24289 special "none"
24290 height "1in"
24291 height_special "totalheight"
24292 status open
24293
24294 \begin_layout Standard
24295 \align center
24296 \begin_inset Tabular
24297 <lyxtabular version="3" rows="3" columns="4">
24298 <features>
24299 <column alignment="center" valignment="top" leftline="true" width="0pt">
24300 <column alignment="center" valignment="top" leftline="true" width="0pt">
24301 <column alignment="center" valignment="top" leftline="true" width="0pt">
24302 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24303 <row topline="true">
24304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Standard
24308 1
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Standard
24317 2
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Standard
24326 3
24327 \begin_inset Foot
24328 status open
24329
24330 \begin_layout Standard
24331 Nota al pie en una tabla..
24332 \end_layout
24333
24334 \end_inset
24335
24336
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Standard
24345 4
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 </row>
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 a
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 b
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 c
24375 \end_layout
24376
24377 \end_inset
24378 </cell>
24379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Standard
24383 d
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 </row>
24389 <row topline="true" bottomline="true">
24390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Standard
24394 e
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Standard
24403 f
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Standard
24412 g
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Standard
24421 h
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 </row>
24427 </lyxtabular>
24428
24429 \end_inset
24430
24431
24432 \end_layout
24433
24434 \end_inset
24435
24436
24437 \end_layout
24438
24439 \begin_layout Standard
24440 \begin_inset VSpace bigskip
24441 \end_inset
24442
24443 La configuración global de párrafos se ignora en las minipáginas.
24444  Esto significa que en las mismas no habrá espacio entre párrafos aunque
24445  pongas p.\InsetSpace \thinspace{}
24446 e.\InsetSpace ~
24447
24448 \family sans
24449 Salto\InsetSpace ~
24450 medio
24451 \family default
24452  en la configuración del documento.
24453 \end_layout
24454
24455 \begin_layout Standard
24456 Las minipáginas también sirven para poner un color de fondo para partes
24457  de texto, ver sección\InsetSpace ~
24458
24459 \begin_inset LatexCommand ref
24460 reference "sub:Color-en-Párrafos"
24461
24462 \end_inset
24463
24464 .
24465 \end_layout
24466
24467 \begin_layout Standard
24468 \begin_inset Note Greyedout
24469 status open
24470
24471 \begin_layout Standard
24472
24473 \series bold
24474 Nota:
24475 \series default
24476  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
24477  tener minipáginas en tablas, flotantes, y otros cuadros.
24478 \end_layout
24479
24480 \end_inset
24481
24482
24483 \end_layout
24484
24485 \begin_layout Section
24486 Cuadros de Párrafo (Parbox)
24487 \begin_inset LatexCommand label
24488 name "sec:Cuadros-de-Párrafo"
24489
24490 \end_inset
24491
24492
24493 \begin_inset LatexCommand index
24494 name "Cuadros ! de Párrafo"
24495
24496 \end_inset
24497
24498
24499 \end_layout
24500
24501 \begin_layout Standard
24502 Los cuadros de párrafo son similares a las minipáginas con la diferencia
24503  de que no pueden contener notas al pie.
24504   La diferencia principal es que las minipáginas no son verdaderos cuadros
24505  sino entornos de LaTeX.
24506 \end_layout
24507
24508 \begin_layout Standard
24509 \align center
24510 \begin_inset Box Frameless
24511 position "t"
24512 hor_pos "c"
24513 has_inner_box 1
24514 inner_pos "t"
24515 use_parbox 1
24516 width "33col%"
24517 special "none"
24518 height "1in"
24519 height_special "totalheight"
24520 status collapsed
24521
24522 \begin_layout Standard
24523 Texto en un cuadro de párrafo.
24524  Texto en un cuadro de párrafo.
24525  Esta nota no aparece:
24526 \begin_inset Foot
24527 status open
24528
24529 \begin_layout Standard
24530 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
24531 \end_layout
24532
24533 \end_inset
24534
24535
24536 \end_layout
24537
24538 \end_inset
24539
24540
24541 \end_layout
24542
24543 \begin_layout Section
24544 Cuadros para Palabras y Caracteres
24545 \begin_inset LatexCommand index
24546 name "Cuadros ! para Palabras y Caracteres"
24547
24548 \end_inset
24549
24550
24551 \end_layout
24552
24553 \begin_layout Subsection
24554 Prevención de la Partición con Guiones
24555 \begin_inset LatexCommand label
24556 name "sec:Prevención-de-la-Partición-con-Guiones"
24557
24558 \end_inset
24559
24560
24561 \begin_inset LatexCommand index
24562 name "Cuadros ! Prevenir Partición con Guiones"
24563
24564 \end_inset
24565
24566
24567 \end_layout
24568
24569 \begin_layout Standard
24570 Hay un tipo especial de cuadro para impedir que una palabra sea partida
24571  con guión.
24572 \newline
24573 He aquí un ejemplo:
24574 \end_layout
24575
24576 \begin_layout Standard
24577 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24578 e.\InsetSpace ~
24579 estalarguís
24580 imapalabra.
24581 \end_layout
24582
24583 \begin_layout Standard
24584 Para evitar su división usa el comando
24585 \end_layout
24586
24587 \begin_layout Standard
24588
24589 \series bold
24590
24591 \backslash
24592 mbox{
24593 \end_layout
24594
24595 \begin_layout Standard
24596 en ERT antes de la palabra.
24597  Tras ella inserta una llave de cierre 
24598 \begin_inset Quotes eld
24599 \end_inset
24600
24601
24602 \series bold
24603 }
24604 \series default
24605
24606 \begin_inset Quotes erd
24607 \end_inset
24608
24609  en ERT.
24610 \begin_inset ERT
24611 status collapsed
24612
24613 \begin_layout Standard
24614
24615
24616 \backslash
24617 pagebreak 
24618 \end_layout
24619
24620 \end_inset
24621
24622
24623 \end_layout
24624
24625 \begin_layout Standard
24626 Este es el resultado:
24627 \end_layout
24628
24629 \begin_layout Standard
24630 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24631 e.\InsetSpace ~
24632
24633 \begin_inset ERT
24634 status collapsed
24635
24636 \begin_layout Standard
24637
24638
24639 \backslash
24640 mbox{
24641 \end_layout
24642
24643 \end_inset
24644
24645 estalarguísimapalabra.
24646 \begin_inset ERT
24647 status collapsed
24648
24649 \begin_layout Standard
24650
24651 }
24652 \end_layout
24653
24654 \end_inset
24655
24656
24657 \end_layout
24658
24659 \begin_layout Standard
24660 Por supuesto, la palabra sobresale del margen.
24661  Para evitarlo añade, via el menú 
24662 \family sans
24663 Insertar\SpecialChar \menuseparator
24664 Formato\InsetSpace ~
24665 especial\InsetSpace ~
24666 \SpecialChar \menuseparator
24667 Salto\InsetSpace ~
24668 de\InsetSpace ~
24669
24670 \family default
24671 línea (atajo 
24672 \series bold
24673 Ctrl-Return
24674 \series default
24675 ), un salto de línea antes de la palabra:
24676 \end_layout
24677
24678 \begin_layout Standard
24679 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24680 e.\InsetSpace ~
24681
24682 \newline
24683
24684 \begin_inset ERT
24685 status collapsed
24686
24687 \begin_layout Standard
24688
24689
24690 \backslash
24691 mbox{
24692 \end_layout
24693
24694 \end_inset
24695
24696 estalarguísimapalabra.
24697 \begin_inset ERT
24698 status collapsed
24699
24700 \begin_layout Standard
24701
24702 }
24703 \end_layout
24704
24705 \end_inset
24706
24707
24708 \end_layout
24709
24710 \begin_layout Subsection
24711 Alineación Vertical
24712 \begin_inset LatexCommand label
24713 name "sub:Alineación-Vertical"
24714
24715 \end_inset
24716
24717
24718 \begin_inset LatexCommand index
24719 name "Cuadros ! para Alineación Vertical"
24720
24721 \end_inset
24722
24723
24724 \end_layout
24725
24726 \begin_layout Standard
24727 Con ayuda del comando 
24728 \series bold
24729
24730 \backslash
24731 raisebox
24732 \series default
24733  puedes alinear verticalmente con el texto circundante palabras o caracteres.
24734  
24735 \series bold
24736
24737 \backslash
24738 raisebox
24739 \series default
24740  se utiliza según el esquema:
24741 \end_layout
24742
24743 \begin_layout Standard
24744
24745 \series bold
24746
24747 \backslash
24748 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
24749 \end_layout
24750
24751 \begin_layout Standard
24752 La elevación puede ser un valor positivo para subir el cuadro o negativo
24753  para bajarlo.
24754 \end_layout
24755
24756 \begin_layout Standard
24757 Para alinear una palabra, p.\InsetSpace \thinspace{}
24758 e\InsetSpace ~
24759
24760 \begin_inset Quotes eld
24761 \end_inset
24762
24763 prevención
24764 \begin_inset Quotes erd
24765 \end_inset
24766
24767  para que la parte inferior de la letra más 
24768 \begin_inset Quotes eld
24769 \end_inset
24770
24771 profunda
24772 \begin_inset Quotes erd
24773 \end_inset
24774
24775  
24776 \begin_inset Quotes eld
24777 \end_inset
24778
24779 p
24780 \begin_inset Quotes erd
24781 \end_inset
24782
24783  esté en la línea de base, inserta el comando
24784 \end_layout
24785
24786 \begin_layout Standard
24787
24788 \series bold
24789
24790 \backslash
24791 raisebox{
24792 \backslash
24793 depth}{
24794 \end_layout
24795
24796 \begin_layout Standard
24797 en ERT antes de la palabra.
24798  Detrás de la palabra inserta una llave de cierre 
24799 \begin_inset Quotes eld
24800 \end_inset
24801
24802
24803 \series bold
24804 }
24805 \series default
24806
24807 \begin_inset Quotes erd
24808 \end_inset
24809
24810  en ERT.
24811 \newline
24812 Este es el resultado:
24813 \end_layout
24814
24815 \begin_layout Standard
24816 Esto es una línea de texto con la palabra 
24817 \begin_inset ERT
24818 status collapsed
24819
24820 \begin_layout Standard
24821
24822
24823 \backslash
24824 raisebox{
24825 \backslash
24826 depth}{
24827 \end_layout
24828
24829 \end_inset
24830
24831
24832 \begin_inset Quotes eld
24833 \end_inset
24834
24835 prevención
24836 \begin_inset Quotes erd
24837 \end_inset
24838
24839
24840 \begin_inset ERT
24841 status collapsed
24842
24843 \begin_layout Standard
24844
24845 }
24846 \end_layout
24847
24848 \end_inset
24849
24850  elevada.
24851 \end_layout
24852
24853 \begin_layout Standard
24854 \begin_inset VSpace bigskip
24855 \end_inset
24856
24857 Cuando eleves o bajes caracteres en una línea, se modifica el espacio entre
24858  líneas:
24859 \end_layout
24860
24861 \begin_layout Standard
24862 Esto es una línea de texto con la palabra 
24863 \begin_inset ERT
24864 status collapsed
24865
24866 \begin_layout Standard
24867
24868
24869 \backslash
24870 raisebox{-
24871 \backslash
24872 depth}{
24873 \end_layout
24874
24875 \end_inset
24876
24877
24878 \begin_inset Quotes eld
24879 \end_inset
24880
24881 prevención
24882 \begin_inset Quotes erd
24883 \end_inset
24884
24885
24886 \begin_inset ERT
24887 status collapsed
24888
24889 \begin_layout Standard
24890
24891 }
24892 \end_layout
24893
24894 \end_inset
24895
24896  como palabra más baja.
24897 \newline
24898 Esto es una línea de texto con la palabra 
24899 \begin_inset ERT
24900 status collapsed
24901
24902 \begin_layout Standard
24903
24904
24905 \backslash
24906 raisebox{0.5cm}{
24907 \end_layout
24908
24909 \end_inset
24910
24911
24912 \begin_inset Quotes eld
24913 \end_inset
24914
24915 testigo
24916 \begin_inset Quotes erd
24917 \end_inset
24918
24919
24920 \begin_inset ERT
24921 status collapsed
24922
24923 \begin_layout Standard
24924
24925 }
24926 \end_layout
24927
24928 \end_inset
24929
24930  como palabra más alta.
24931 \end_layout
24932
24933 \begin_layout Standard
24934 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
24935  Por ejemplo
24936 \end_layout
24937
24938 \begin_layout Standard
24939
24940 \series bold
24941
24942 \backslash
24943 raisebox{-
24944 \backslash
24945 depth}[0pt]{
24946 \end_layout
24947
24948 \begin_layout Standard
24949 Esto es una línea de texto con la palabra 
24950 \begin_inset ERT
24951 status collapsed
24952
24953 \begin_layout Standard
24954
24955
24956 \backslash
24957 raisebox{-
24958 \backslash
24959 depth}[0pt]{
24960 \end_layout
24961
24962 \end_inset
24963
24964
24965 \begin_inset Quotes eld
24966 \end_inset
24967
24968 prevención
24969 \begin_inset Quotes erd
24970 \end_inset
24971
24972
24973 \begin_inset ERT
24974 status collapsed
24975
24976 \begin_layout Standard
24977
24978 }
24979 \end_layout
24980
24981 \end_inset
24982
24983  como palabra más baja.
24984 \newline
24985 Esto es una línea de texto con la palabra 
24986 \begin_inset ERT
24987 status collapsed
24988
24989 \begin_layout Standard
24990
24991
24992 \backslash
24993 raisebox{0.5cm}[0pt]{
24994 \end_layout
24995
24996 \end_inset
24997
24998
24999 \begin_inset Quotes eld
25000 \end_inset
25001
25002 testigo
25003 \begin_inset Quotes erd
25004 \end_inset
25005
25006
25007 \begin_inset ERT
25008 status collapsed
25009
25010 \begin_layout Standard
25011
25012 }
25013 \end_layout
25014
25015 \end_inset
25016
25017  como palabra más alta.
25018 \end_layout
25019
25020 \begin_layout Standard
25021 \begin_inset VSpace bigskip
25022 \end_inset
25023
25024 El comando 
25025 \series bold
25026
25027 \backslash
25028 raisebox
25029 \series default
25030  es útil para insertar espacio vertical extra para ciertas filas de tabla
25031  de modo que su contenido esté más separado de las líneas circundantes.
25032  En la Tabla\InsetSpace ~
25033
25034 \begin_inset LatexCommand ref
25035 reference "tab:Dos-tablas-que"
25036
25037 \end_inset
25038
25039  las filas con subíndice y exponente obtienen espacio extra al elevarlas
25040  con un cuadro vacío: El comando
25041 \end_layout
25042
25043 \begin_layout Standard
25044
25045 \series bold
25046
25047 \backslash
25048 raisebox{5mm}{}
25049 \end_layout
25050
25051 \begin_layout Standard
25052 se ha insertado en las filas de la tabla.
25053 \end_layout
25054
25055 \begin_layout Standard
25056 Para añadir espacio extra vertical a todas las filas de todas las tablas,
25057  sería más conveniente  el método descrito en la sección\InsetSpace ~
25058
25059 \begin_inset LatexCommand ref
25060 reference "sub:Row-Spacing"
25061
25062 \end_inset
25063
25064 .
25065 \end_layout
25066
25067 \begin_layout Standard
25068 \begin_inset Float table
25069 wide false
25070 sideways false
25071 status open
25072
25073 \begin_layout Standard
25074 \begin_inset Caption
25075
25076 \begin_layout Standard
25077 \begin_inset LatexCommand label
25078 name "tab:Dos-tablas-que"
25079
25080 \end_inset
25081
25082 Dos tablas que muestran el efecto de espacio vertical extra con 
25083 \backslash
25084
25085 \series bold
25086 raisebox
25087 \end_layout
25088
25089 \end_inset
25090
25091
25092 \end_layout
25093
25094 \begin_layout Standard
25095
25096 \hfill
25097
25098 \begin_inset Tabular
25099 <lyxtabular version="3" rows="5" columns="2">
25100 <features>
25101 <column alignment="center" valignment="top" leftline="true" width="0pt">
25102 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25103 <row topline="true">
25104 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Standard
25108 sin 
25109 \series bold
25110
25111 \backslash
25112 raisebox
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25118 \begin_inset Text
25119
25120 \begin_layout Standard
25121
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 </row>
25127 <row topline="true">
25128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Standard
25132 Comando
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Standard
25141 Resultado
25142 \end_layout
25143
25144 \end_inset
25145 </cell>
25146 </row>
25147 <row topline="true">
25148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25149 \begin_inset Text
25150
25151 \begin_layout Standard
25152 B_V
25153 \end_layout
25154
25155 \end_inset
25156 </cell>
25157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25158 \begin_inset Text
25159
25160 \begin_layout Standard
25161 \begin_inset Formula $B_{V}$
25162 \end_inset
25163
25164
25165 \end_layout
25166
25167 \end_inset
25168 </cell>
25169 </row>
25170 <row topline="true">
25171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25172 \begin_inset Text
25173
25174 \begin_layout Standard
25175 B^V
25176 \end_layout
25177
25178 \end_inset
25179 </cell>
25180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25181 \begin_inset Text
25182
25183 \begin_layout Standard
25184 \begin_inset Formula $B^{V}$
25185 \end_inset
25186
25187
25188 \end_layout
25189
25190 \end_inset
25191 </cell>
25192 </row>
25193 <row topline="true" bottomline="true">
25194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25195 \begin_inset Text
25196
25197 \begin_layout Standard
25198 B^
25199 \begin_inset ERT
25200 status collapsed
25201
25202 \begin_layout Standard
25203
25204
25205 \backslash
25206 textvisiblespace 
25207 \end_layout
25208
25209 \end_inset
25210
25211 A
25212 \end_layout
25213
25214 \end_inset
25215 </cell>
25216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25217 \begin_inset Text
25218
25219 \begin_layout Standard
25220 \begin_inset Formula $B^{A}$
25221 \end_inset
25222
25223
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 </row>
25229 </lyxtabular>
25230
25231 \end_inset
25232
25233
25234 \begin_inset ERT
25235 status collapsed
25236
25237 \begin_layout Standard
25238
25239
25240 \backslash
25241 hspace{2pt}
25242 \end_layout
25243
25244 \end_inset
25245
25246
25247 \begin_inset Tabular
25248 <lyxtabular version="3" rows="5" columns="2">
25249 <features>
25250 <column alignment="center" valignment="top" leftline="true" width="0">
25251 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25252 <row topline="true" bottomline="true">
25253 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25254 \begin_inset Text
25255
25256 \begin_layout Standard
25257 con 
25258 \series bold
25259
25260 \backslash
25261 raisebox
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Standard
25270
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 </row>
25276 <row topline="true">
25277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25278 \begin_inset Text
25279
25280 \begin_layout Standard
25281 Comando
25282 \end_layout
25283
25284 \end_inset
25285 </cell>
25286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25287 \begin_inset Text
25288
25289 \begin_layout Standard
25290 Resultado
25291 \end_layout
25292
25293 \end_inset
25294 </cell>
25295 </row>
25296 <row topline="true">
25297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Standard
25301 B_V
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25307 \begin_inset Text
25308
25309 \begin_layout Standard
25310 \begin_inset Formula $B_{V}$
25311 \end_inset
25312
25313
25314 \end_layout
25315
25316 \end_inset
25317 </cell>
25318 </row>
25319 <row topline="true">
25320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25321 \begin_inset Text
25322
25323 \begin_layout Standard
25324 B^V
25325 \end_layout
25326
25327 \end_inset
25328 </cell>
25329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25330 \begin_inset Text
25331
25332 \begin_layout Standard
25333 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
25334 \end_inset
25335
25336
25337 \end_layout
25338
25339 \end_inset
25340 </cell>
25341 </row>
25342 <row topline="true" bottomline="true">
25343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25344 \begin_inset Text
25345
25346 \begin_layout Standard
25347 B^
25348 \begin_inset ERT
25349 status collapsed
25350
25351 \begin_layout Standard
25352
25353
25354 \backslash
25355 textvisiblespace 
25356 \end_layout
25357
25358 \end_inset
25359
25360 A
25361 \end_layout
25362
25363 \end_inset
25364 </cell>
25365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25366 \begin_inset Text
25367
25368 \begin_layout Standard
25369 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
25370 \end_inset
25371
25372
25373 \end_layout
25374
25375 \end_inset
25376 </cell>
25377 </row>
25378 </lyxtabular>
25379
25380 \end_inset
25381
25382
25383 \hfill
25384
25385 \end_layout
25386
25387 \end_inset
25388
25389
25390 \end_layout
25391
25392 \begin_layout Section
25393 Cuadros Coloreados
25394 \begin_inset LatexCommand label
25395 name "sec:Cuadros-Coloreados"
25396
25397 \end_inset
25398
25399
25400 \begin_inset LatexCommand index
25401 name "Cuadros ! Color"
25402
25403 \end_inset
25404
25405
25406 \end_layout
25407
25408 \begin_layout Subsection
25409 Color en Texto
25410 \begin_inset LatexCommand index
25411 name "Color ! en Texto"
25412
25413 \end_inset
25414
25415
25416 \end_layout
25417
25418 \begin_layout Standard
25419 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
25420  Esto requiere cargar el paquete LaTeX 
25421 \series bold
25422 color
25423 \series default
25424
25425 \begin_inset LatexCommand index
25426 name "LaTeX-paquetes ! color"
25427
25428 \end_inset
25429
25430  en el preámbulo del documento con
25431 \end_layout
25432
25433 \begin_layout Standard
25434
25435 \series bold
25436
25437 \backslash
25438 @ifundef\SpecialChar \textcompwordmark{}
25439 ined{textcolor}
25440 \newline
25441
25442 \begin_inset ERT
25443 status collapsed
25444
25445 \begin_layout Standard
25446
25447
25448 \backslash
25449 hphantom{ }
25450 \end_layout
25451
25452 \end_inset
25453
25454 {
25455 \backslash
25456 usepackage{color}}{}
25457 \end_layout
25458
25459 \begin_layout Standard
25460 LyX cargará automáticamente el paquete 
25461 \series bold
25462 color
25463 \series default
25464  cuando colorees texto
25465 \begin_inset Foot
25466 status collapsed
25467
25468 \begin_layout Standard
25469 Para evitar cargarlo dos veces se usa el comando 
25470 \series bold
25471
25472 \backslash
25473 @ifundef\SpecialChar \textcompwordmark{}
25474 ined
25475 \series default
25476 .
25477 \end_layout
25478
25479 \end_inset
25480
25481 .
25482 \end_layout
25483
25484 \begin_layout Standard
25485 \begin_inset VSpace medskip
25486 \end_inset
25487
25488 Los cuadros coloreados se crean con el comando 
25489 \series bold
25490
25491 \backslash
25492 colorbox
25493 \series default
25494 , de acuerdo con el siguiente esquema:
25495 \end_layout
25496
25497 \begin_layout Standard
25498
25499 \series bold
25500
25501 \backslash
25502 colorbox{color}{contenido del cuadro}
25503 \end_layout
25504
25505 \begin_layout Standard
25506 El contenido también puede ser un cuadro y los cuadros coloreados también
25507  pueden estar en otros cuadros.
25508 \end_layout
25509
25510 \begin_layout Standard
25511 Los siguientes colores están predefinidos:
25512 \newline
25513
25514 \family sans
25515 black
25516 \family default
25517
25518 \family sans
25519 blue
25520 \family default
25521
25522 \family sans
25523 cyan
25524 \family default
25525 \series bold
25526 ,
25527 \series default
25528  
25529 \family sans
25530 green
25531 \family default
25532
25533 \family sans
25534 magenta
25535 \family default
25536
25537 \family sans
25538 red
25539 \family default
25540
25541 \family sans
25542 white
25543 \family default
25544
25545 \family sans
25546 yellow
25547 \family default
25548 .
25549 \newline
25550 También puedes definir tus propios colores según se explica en la sección\InsetSpace ~
25551
25552 \begin_inset LatexCommand ref
25553 reference "sec:Tablas-Coloreadas"
25554
25555 \end_inset
25556
25557 .
25558 \end_layout
25559
25560 \begin_layout Standard
25561 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
25562 \end_layout
25563
25564 \begin_layout Standard
25565
25566 \series bold
25567
25568 \backslash
25569 colorbox{red}{
25570 \end_layout
25571
25572 \begin_layout Standard
25573 en ERT antes de la palabra.
25574  Tras la palabra inserta una llave de cierre 
25575 \begin_inset Quotes eld
25576 \end_inset
25577
25578
25579 \series bold
25580 }
25581 \series default
25582
25583 \begin_inset Quotes erd
25584 \end_inset
25585
25586  en ERT.
25587 \newline
25588 Este es el resultado:
25589 \end_layout
25590
25591 \begin_layout Standard
25592 Línea en la que la palabra 
25593 \begin_inset ERT
25594 status collapsed
25595
25596 \begin_layout Standard
25597
25598
25599 \backslash
25600 colorbox{red}{
25601 \end_layout
25602
25603 \end_inset
25604
25605
25606 \begin_inset Quotes eld
25607 \end_inset
25608
25609 ¡Atención!
25610 \begin_inset Quotes erd
25611 \end_inset
25612
25613
25614 \begin_inset ERT
25615 status collapsed
25616
25617 \begin_layout Standard
25618
25619 }
25620 \end_layout
25621
25622 \end_inset
25623
25624  tiene fondo rojo.
25625 \end_layout
25626
25627 \begin_layout Standard
25628 \begin_inset VSpace bigskip
25629 \end_inset
25630
25631 Si quieres un marco de distinto color, puedes emplear el comando 
25632 \series bold
25633
25634 \backslash
25635 fcolorbox
25636 \series default
25637  con el esquema siguiente:
25638 \end_layout
25639
25640 \begin_layout Standard
25641
25642 \series bold
25643
25644 \backslash
25645 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
25646 \end_layout
25647
25648 \begin_layout Standard
25649
25650 \series bold
25651
25652 \backslash
25653 fcolorbox
25654 \series default
25655  es una extensión de 
25656 \series bold
25657
25658 \backslash
25659 colorbox
25660 \series default
25661 .
25662  El grosor del marco y el espacio entre él y el contenido se puede ajustar
25663  con las longitudes 
25664 \series bold
25665
25666 \backslash
25667 fboxrule
25668 \series default
25669  y 
25670 \series bold
25671
25672 \backslash
25673 fboxsep
25674 \series default
25675 , respectivamente, como se describe en la sección\InsetSpace ~
25676
25677 \begin_inset LatexCommand ref
25678 reference "sec:Cuadros-Enmarcados"
25679
25680 \end_inset
25681
25682 .
25683 \end_layout
25684
25685 \begin_layout Standard
25686 Para el ejemplo siguiente se ha utilizado el comando
25687 \end_layout
25688
25689 \begin_layout Standard
25690
25691 \series bold
25692
25693 \backslash
25694 fcolorbox{cyan}{magenta}{
25695 \end_layout
25696
25697 \begin_layout Standard
25698 Este es un ejemplo en el que se ha puesto un grosor de 1\InsetSpace \thinspace{}
25699 mm para la línea
25700  del marco:
25701 \newline
25702
25703 \begin_inset ERT
25704 status collapsed
25705
25706 \begin_layout Standard
25707
25708
25709 \backslash
25710 fboxrule 1mm 
25711 \backslash
25712 fboxsep 1mm
25713 \end_layout
25714
25715 \end_inset
25716
25717
25718 \begin_inset ERT
25719 status collapsed
25720
25721 \begin_layout Standard
25722
25723
25724 \backslash
25725 fcolorbox{cyan}{magenta}{
25726 \end_layout
25727
25728 \end_inset
25729
25730 Texto en un marco coloreado y enmarcado.
25731 \begin_inset ERT
25732 status collapsed
25733
25734 \begin_layout Standard
25735
25736 }
25737 \end_layout
25738
25739 \end_inset
25740
25741
25742 \end_layout
25743
25744 \begin_layout Standard
25745 \begin_inset VSpace bigskip
25746 \end_inset
25747
25748 Por supuesto también puedes colorear el texto en un marco coloreado:
25749 \newline
25750
25751 \begin_inset ERT
25752 status collapsed
25753
25754 \begin_layout Standard
25755
25756
25757 \backslash
25758 fcolorbox{cyan}{magenta}{
25759 \end_layout
25760
25761 \end_inset
25762
25763
25764 \color yellow
25765 Texto coloreado en un marco sombreado y coloreado.
25766 \color none
25767
25768 \begin_inset ERT
25769 status collapsed
25770
25771 \begin_layout Standard
25772
25773 }
25774 \end_layout
25775
25776 \end_inset
25777
25778
25779 \begin_inset ERT
25780 status collapsed
25781
25782 \begin_layout Standard
25783
25784
25785 \backslash
25786 fboxrule 0.4pt 
25787 \backslash
25788 fboxsep 3pt
25789 \end_layout
25790
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \begin_layout Standard
25797
25798 \series bold
25799 \begin_inset VSpace medskip
25800 \end_inset
25801
25802
25803 \end_layout
25804
25805 \begin_layout Standard
25806 \begin_inset Note Greyedout
25807 status open
25808
25809 \begin_layout Standard
25810
25811 \series bold
25812 Nota:
25813 \series default
25814  El texto en cuadros coloreados no puede tener saltos de línea.
25815  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
25816  coloreado como se describe a continuación.
25817 \end_layout
25818
25819 \end_inset
25820
25821
25822 \end_layout
25823
25824 \begin_layout Subsection
25825 Color en Párrafos
25826 \begin_inset LatexCommand label
25827 name "sub:Color-en-Párrafos"
25828
25829 \end_inset
25830
25831
25832 \begin_inset LatexCommand index
25833 name "Color ! en Párrafos"
25834
25835 \end_inset
25836
25837
25838 \end_layout
25839
25840 \begin_layout Standard
25841 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
25842  Antes de la minipágina inserta el comando 
25843 \series bold
25844
25845 \backslash
25846 colorbox
25847 \end_layout
25848
25849 \begin_layout Standard
25850
25851 \series bold
25852
25853 \backslash
25854 colorbox{color}{
25855 \end_layout
25856
25857 \begin_layout Standard
25858 en ERT.
25859  Detrás de la minipágina inserta una llave de cierre 
25860 \begin_inset Quotes eld
25861 \end_inset
25862
25863
25864 \series bold
25865 }
25866 \series default
25867
25868 \begin_inset Quotes erd
25869 \end_inset
25870
25871  en ERT.
25872 \end_layout
25873
25874 \begin_layout Standard
25875 \begin_inset ERT
25876 status collapsed
25877
25878 \begin_layout Standard
25879
25880
25881 \backslash
25882 colorbox{grisclaro}{
25883 \end_layout
25884
25885 \end_inset
25886
25887
25888 \begin_inset Box Frameless
25889 position "t"
25890 hor_pos "c"
25891 has_inner_box 1
25892 inner_pos "t"
25893 use_parbox 0
25894 width "100col%"
25895 special "none"
25896 height "1in"
25897 height_special "totalheight"
25898 status open
25899
25900 \begin_layout Standard
25901 Texto con color de fondo.
25902  Texto con color de fondo.
25903 \end_layout
25904
25905 \begin_layout Standard
25906 \begin_inset VSpace defskip
25907 \end_inset
25908
25909 El texto puede tener notas al pie
25910 \begin_inset Foot
25911 status open
25912
25913 \begin_layout Standard
25914 Otro ejemplo de nota
25915 \end_layout
25916
25917 \end_inset
25918
25919  y puede incluir tablas y figuras.
25920 \end_layout
25921
25922 \begin_layout Standard
25923 \align center
25924 \begin_inset Tabular
25925 <lyxtabular version="3" rows="3" columns="3">
25926 <features>
25927 <column alignment="center" valignment="top" leftline="true" width="0">
25928 <column alignment="center" valignment="top" leftline="true" width="0">
25929 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25930 <row topline="true">
25931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25932 \begin_inset Text
25933
25934 \begin_layout Standard
25935 a
25936 \end_layout
25937
25938 \end_inset
25939 </cell>
25940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25941 \begin_inset Text
25942
25943 \begin_layout Standard
25944 !
25945 \end_layout
25946
25947 \end_inset
25948 </cell>
25949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25950 \begin_inset Text
25951
25952 \begin_layout Standard
25953 3
25954 \end_layout
25955
25956 \end_inset
25957 </cell>
25958 </row>
25959 <row topline="true">
25960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25961 \begin_inset Text
25962
25963 \begin_layout Standard
25964 <
25965 \end_layout
25966
25967 \end_inset
25968 </cell>
25969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25970 \begin_inset Text
25971
25972 \begin_layout Standard
25973 b2
25974 \begin_inset Quotes erd
25975 \end_inset
25976
25977 |
25978 \end_layout
25979
25980 \end_inset
25981 </cell>
25982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25983 \begin_inset Text
25984
25985 \begin_layout Standard
25986 >
25987 \end_layout
25988
25989 \end_inset
25990 </cell>
25991 </row>
25992 <row topline="true" bottomline="true">
25993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25994 \begin_inset Text
25995
25996 \begin_layout Standard
25997 1
25998 \end_layout
25999
26000 \end_inset
26001 </cell>
26002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26003 \begin_inset Text
26004
26005 \begin_layout Standard
26006 §
26007 \end_layout
26008
26009 \end_inset
26010 </cell>
26011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Standard
26015 c
26016 \end_layout
26017
26018 \end_inset
26019 </cell>
26020 </row>
26021 </lyxtabular>
26022
26023 \end_inset
26024
26025
26026 \end_layout
26027
26028 \end_inset
26029
26030
26031 \begin_inset ERT
26032 status collapsed
26033
26034 \begin_layout Standard
26035
26036 }
26037 \end_layout
26038
26039 \end_inset
26040
26041
26042 \end_layout
26043
26044 \begin_layout Section
26045 URLs (Localizador Uniforme de Recursos)
26046 \begin_inset LatexCommand index
26047 name "URLs"
26048
26049 \end_inset
26050
26051
26052 \end_layout
26053
26054 \begin_layout Standard
26055 Los enlaces a páginas web o direcciones de correo se insertan con el menú
26056  
26057 \family sans
26058 Insertar\SpecialChar \menuseparator
26059 URL
26060 \family default
26061 .
26062  Surge un diálogo con dos campos; el campo 
26063 \family sans
26064 URL
26065 \family default
26066  y el campo 
26067 \family sans
26068 Nombre
26069 \family default
26070  para la descripción del URL, que saldrá impreso como texto normal inmediatament
26071 e antes del URL.
26072 \end_layout
26073
26074 \begin_layout Standard
26075 He aquí un ejemplo de URL: 
26076 \begin_inset LatexCommand url
26077 name "Página de LyX"
26078 target "http://www.lyx.org"
26079
26080 \end_inset
26081
26082
26083 \end_layout
26084
26085 \begin_layout Standard
26086 La opción 
26087 \family sans
26088 Generar\InsetSpace ~
26089 hiperenlace
26090 \family default
26091  en el diálogo URL sólo tiene efecto al exportar el documento al formato
26092  
26093 \begin_inset Quotes eld
26094 \end_inset
26095
26096
26097 \family sans
26098 LinuxDoc
26099 \family default
26100
26101 \begin_inset Quotes erd
26102 \end_inset
26103
26104 .
26105 \end_layout
26106
26107 \begin_layout Standard
26108 No se puede cambiar el estilo del texto del enlace.
26109  El texto del campo 
26110 \family sans
26111 Nombre
26112 \family default
26113  tendrá el estilo de texto predeterminado para el documento mientras que
26114  el texto del campo 
26115 \family sans
26116 URL
26117 \family default
26118  tendrá el estilo 
26119 \begin_inset Quotes eld
26120 \end_inset
26121
26122
26123 \family sans
26124 Typewriter
26125 \family default
26126
26127 \begin_inset Quotes erd
26128 \end_inset
26129
26130 .
26131 \end_layout
26132
26133 \begin_layout Standard
26134 Cuando usas el paquete LaTeX 
26135 \series bold
26136 hyperref
26137 \series default
26138
26139 \begin_inset LatexCommand index
26140 name "LaTeX-paquetes ! hyperref"
26141
26142 \end_inset
26143
26144  para enlazar referencias cruzadas, en las salidas DVI y PDF los URLs se
26145  convierten automáticamente en hiperenlaces disponibles.
26146 \end_layout
26147
26148 \begin_layout Standard
26149 \begin_inset Note Greyedout
26150 status open
26151
26152 \begin_layout Standard
26153
26154 \series bold
26155 Nota:
26156 \series default
26157  Cuando utilices los caracteres: "%", "#", "^", debes escribirlos precedidos
26158  por una barra invertida, p.\InsetSpace \thinspace{}
26159 e.\InsetSpace ~
26160
26161 \begin_inset Quotes eld
26162 \end_inset
26163
26164
26165 \backslash
26166 #
26167 \begin_inset Quotes erd
26168 \end_inset
26169
26170 .
26171  Los URLs no deben finalizar con una barra invertida.
26172 \end_layout
26173
26174 \end_inset
26175
26176
26177 \end_layout
26178
26179 \begin_layout Standard
26180 \begin_inset VSpace bigskip
26181 \end_inset
26182
26183 Para crear hiperenlaces reales sin tener que escribir la dirección del enlace
26184  en el texto, puedes usar el comando
26185 \end_layout
26186
26187 \begin_layout Standard
26188
26189 \series bold
26190
26191 \backslash
26192 href{dirección del enlace}{texto del enlace}
26193 \end_layout
26194
26195 \begin_layout Standard
26196 en ERT.
26197  Por ejemplo, para conseguir un enlace a la página web de LyX, escribe el
26198  comando
26199 \end_layout
26200
26201 \begin_layout Standard
26202
26203 \series bold
26204
26205 \backslash
26206 href{http://www.lyx.org}{
26207 \end_layout
26208
26209 \begin_layout Standard
26210 en ERT.
26211  Inserta después del comando el texto del enlace 
26212 \begin_inset Quotes eld
26213 \end_inset
26214
26215 Página de LyX
26216 \begin_inset Quotes erd
26217 \end_inset
26218
26219  seguido por una llave en ERT.
26220  Este es el resultado: 
26221 \begin_inset ERT
26222 status collapsed
26223
26224 \begin_layout Standard
26225
26226
26227 \backslash
26228 href{http://www.lyx.org}{
26229 \end_layout
26230
26231 \end_inset
26232
26233 Página de LyX
26234 \begin_inset ERT
26235 status collapsed
26236
26237 \begin_layout Standard
26238
26239 }
26240 \end_layout
26241
26242 \end_inset
26243
26244
26245 \end_layout
26246
26247 \begin_layout Standard
26248 Para enlazar a direcciones de correo, añade el prefijo 
26249 \begin_inset Quotes eld
26250 \end_inset
26251
26252
26253 \family sans
26254 mailto:
26255 \family default
26256
26257 \begin_inset Quotes erd
26258 \end_inset
26259
26260  a la dirección del enlace:
26261 \newline
26262 Correo para 
26263 \begin_inset ERT
26264 status collapsed
26265
26266 \begin_layout Standard
26267
26268
26269 \backslash
26270 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
26271 \end_layout
26272
26273 \end_inset
26274
26275 la lista de correo de documentación de LyX (lyx-docs)
26276 \begin_inset ERT
26277 status collapsed
26278
26279 \begin_layout Standard
26280
26281 }
26282 \end_layout
26283
26284 \end_inset
26285
26286 .
26287 \end_layout
26288
26289 \begin_layout Standard
26290 Emplear 
26291 \series bold
26292
26293 \backslash
26294 href
26295 \series default
26296  en vez del cuadro URL de LyX tiene la ventaja de que puedes especificar
26297  el estilo de texto del enlace como en las demás partes del texto.
26298  Puedes poner guiones y saltos de línea forzados para dividir textos extensos
26299  de enlaces en el margen de página.
26300  También puedes cambiar el estilo de texto para todos los URLs en el documento
26301  con una opción en el comando de carga de 
26302 \series bold
26303 hyperref
26304 \series default
26305 .
26306  Además las restricciones mencionadas antes no se aplican a 
26307 \series bold
26308
26309 \backslash
26310 href
26311 \series default
26312 .
26313  
26314 \end_layout
26315
26316 \begin_layout Standard
26317
26318 \end_layout
26319
26320 \begin_layout Standard
26321
26322 \newpage
26323
26324 \end_layout
26325
26326 \begin_layout Chapter
26327 \start_of_appendix
26328 Unidades disponibles en 
26329 \begin_inset ERT
26330 status collapsed
26331
26332 \begin_layout Standard
26333
26334
26335 \backslash
26336 texorpdfstring{
26337 \end_layout
26338
26339 \end_inset
26340
26341 LyX
26342 \begin_inset ERT
26343 status collapsed
26344
26345 \begin_layout Standard
26346
26347 }{LyX}
26348 \end_layout
26349
26350 \end_inset
26351
26352
26353 \begin_inset LatexCommand index
26354 name "Unidades"
26355
26356 \end_inset
26357
26358
26359 \begin_inset LatexCommand label
26360 name "cha:Unidades-disponibles-en"
26361
26362 \end_inset
26363
26364
26365 \begin_inset Note Note
26366 status collapsed
26367
26368 \begin_layout Standard
26369 El comando 
26370 \backslash
26371 texorpdfstring suministrado por el paquete LaTeX hyperref impide que los
26372  enlaces se muestren erróneamente en los marcadores PDF.
26373  Más información en 
26374 \begin_inset LatexCommand cite
26375 key "hyperref"
26376
26377 \end_inset
26378
26379 .
26380 \end_layout
26381
26382 \end_inset
26383
26384
26385 \end_layout
26386
26387 \begin_layout Standard
26388 Para comprender las unidades descritas en este manual, la Tabla\InsetSpace ~
26389
26390 \begin_inset LatexCommand ref
26391 reference "tab:Unidades"
26392
26393 \end_inset
26394
26395  describe todas las unidades disponibles en LyX.
26396 \end_layout
26397
26398 \begin_layout Standard
26399 \begin_inset Float table
26400 placement h
26401 wide false
26402 sideways false
26403 status open
26404
26405 \begin_layout Standard
26406 \begin_inset Caption
26407
26408 \begin_layout Standard
26409 \begin_inset LatexCommand label
26410 name "tab:Unidades"
26411
26412 \end_inset
26413
26414 Unidades
26415 \end_layout
26416
26417 \end_inset
26418
26419
26420 \end_layout
26421
26422 \begin_layout Standard
26423 \begin_inset VSpace medskip
26424 \end_inset
26425
26426
26427 \end_layout
26428
26429 \begin_layout Standard
26430 \align center
26431 \begin_inset Tabular
26432 <lyxtabular version="3" rows="20" columns="2">
26433 <features>
26434 <column alignment="center" valignment="top" leftline="true" width="0">
26435 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26436 <row topline="true" bottomline="true">
26437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26438 \begin_inset Text
26439
26440 \begin_layout Standard
26441 unidad
26442 \end_layout
26443
26444 \end_inset
26445 </cell>
26446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26447 \begin_inset Text
26448
26449 \begin_layout Standard
26450 nombre/descripción
26451 \end_layout
26452
26453 \end_inset
26454 </cell>
26455 </row>
26456 <row topline="true">
26457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26458 \begin_inset Text
26459
26460 \begin_layout Standard
26461 mm
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26467 \begin_inset Text
26468
26469 \begin_layout Standard
26470 milímetro
26471 \end_layout
26472
26473 \end_inset
26474 </cell>
26475 </row>
26476 <row topline="true">
26477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Standard
26481 cm
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26487 \begin_inset Text
26488
26489 \begin_layout Standard
26490 centímetro
26491 \end_layout
26492
26493 \end_inset
26494 </cell>
26495 </row>
26496 <row topline="true">
26497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26498 \begin_inset Text
26499
26500 \begin_layout Standard
26501 in
26502 \end_layout
26503
26504 \end_inset
26505 </cell>
26506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26507 \begin_inset Text
26508
26509 \begin_layout Standard
26510 pulgada
26511 \end_layout
26512
26513 \end_inset
26514 </cell>
26515 </row>
26516 <row topline="true">
26517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Standard
26521 pt
26522 \end_layout
26523
26524 \end_inset
26525 </cell>
26526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26527 \begin_inset Text
26528
26529 \begin_layout Standard
26530 punto (72.27\InsetSpace \thinspace{}
26531 pt = 1\InsetSpace \thinspace{}
26532 in)
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 </row>
26538 <row topline="true">
26539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26540 \begin_inset Text
26541
26542 \begin_layout Standard
26543 pc
26544 \end_layout
26545
26546 \end_inset
26547 </cell>
26548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Standard
26552 pica (1\InsetSpace \thinspace{}
26553 pc = 12\InsetSpace \thinspace{}
26554 pt)
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 </row>
26560 <row topline="true">
26561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Standard
26565 sp
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26571 \begin_inset Text
26572
26573 \begin_layout Standard
26574 punto escalado (65536\InsetSpace \thinspace{}
26575 sp = 1\InsetSpace \thinspace{}
26576 pt)
26577 \end_layout
26578
26579 \end_inset
26580 </cell>
26581 </row>
26582 <row topline="true">
26583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26584 \begin_inset Text
26585
26586 \begin_layout Standard
26587 bp
26588 \end_layout
26589
26590 \end_inset
26591 </cell>
26592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26593 \begin_inset Text
26594
26595 \begin_layout Standard
26596 punto grande (72\InsetSpace \thinspace{}
26597 bp = 1\InsetSpace \thinspace{}
26598 in)
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 </row>
26604 <row topline="true">
26605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Standard
26609 dd
26610 \end_layout
26611
26612 \end_inset
26613 </cell>
26614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26615 \begin_inset Text
26616
26617 \begin_layout Standard
26618 didot (72\InsetSpace \thinspace{}
26619 dd 
26620 \begin_inset Formula $\approx$
26621 \end_inset
26622
26623  37.6\InsetSpace \thinspace{}
26624 mm)
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 </row>
26630 <row topline="true">
26631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Standard
26635 cc
26636 \end_layout
26637
26638 \end_inset
26639 </cell>
26640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26641 \begin_inset Text
26642
26643 \begin_layout Standard
26644 cicero (1\InsetSpace \thinspace{}
26645 cc = 12\InsetSpace \thinspace{}
26646 dd)
26647 \end_layout
26648
26649 \end_inset
26650 </cell>
26651 </row>
26652 <row topline="true">
26653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26654 \begin_inset Text
26655
26656 \begin_layout Standard
26657 Escala%
26658 \end_layout
26659
26660 \end_inset
26661 </cell>
26662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26663 \begin_inset Text
26664
26665 \begin_layout Standard
26666 % de anchura original de la imagen
26667 \end_layout
26668
26669 \end_inset
26670 </cell>
26671 </row>
26672 <row topline="true">
26673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26674 \begin_inset Text
26675
26676 \begin_layout Standard
26677 text%
26678 \end_layout
26679
26680 \end_inset
26681 </cell>
26682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26683 \begin_inset Text
26684
26685 \begin_layout Standard
26686 % de anchura de texto
26687 \end_layout
26688
26689 \end_inset
26690 </cell>
26691 </row>
26692 <row topline="true">
26693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26694 \begin_inset Text
26695
26696 \begin_layout Standard
26697 col%
26698 \end_layout
26699
26700 \end_inset
26701 </cell>
26702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26703 \begin_inset Text
26704
26705 \begin_layout Standard
26706 % de anchura de columna
26707 \end_layout
26708
26709 \end_inset
26710 </cell>
26711 </row>
26712 <row topline="true">
26713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26714 \begin_inset Text
26715
26716 \begin_layout Standard
26717 page%
26718 \end_layout
26719
26720 \end_inset
26721 </cell>
26722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Standard
26726 % de anchura de página
26727 \end_layout
26728
26729 \end_inset
26730 </cell>
26731 </row>
26732 <row topline="true">
26733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Standard
26737 line%
26738 \end_layout
26739
26740 \end_inset
26741 </cell>
26742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26743 \begin_inset Text
26744
26745 \begin_layout Standard
26746 % de anchura de línea
26747 \end_layout
26748
26749 \end_inset
26750 </cell>
26751 </row>
26752 <row topline="true">
26753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26754 \begin_inset Text
26755
26756 \begin_layout Standard
26757 theight%
26758 \end_layout
26759
26760 \end_inset
26761 </cell>
26762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26763 \begin_inset Text
26764
26765 \begin_layout Standard
26766 % de altura de texto
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 </row>
26772 <row topline="true">
26773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Standard
26777 pheight%
26778 \end_layout
26779
26780 \end_inset
26781 </cell>
26782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26783 \begin_inset Text
26784
26785 \begin_layout Standard
26786 % de altura de página
26787 \end_layout
26788
26789 \end_inset
26790 </cell>
26791 </row>
26792 <row topline="true">
26793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26794 \begin_inset Text
26795
26796 \begin_layout Standard
26797 ex
26798 \end_layout
26799
26800 \end_inset
26801 </cell>
26802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26803 \begin_inset Text
26804
26805 \begin_layout Standard
26806 altura de la letra 
26807 \emph on
26808 x
26809 \emph default
26810  en la fuente actual
26811 \end_layout
26812
26813 \end_inset
26814 </cell>
26815 </row>
26816 <row topline="true">
26817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26818 \begin_inset Text
26819
26820 \begin_layout Standard
26821 em
26822 \end_layout
26823
26824 \end_inset
26825 </cell>
26826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26827 \begin_inset Text
26828
26829 \begin_layout Standard
26830 anchura de la letra 
26831 \emph on
26832 M
26833 \emph default
26834  en la fuente actual
26835 \end_layout
26836
26837 \end_inset
26838 </cell>
26839 </row>
26840 <row topline="true" bottomline="true">
26841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26842 \begin_inset Text
26843
26844 \begin_layout Standard
26845 mu
26846 \end_layout
26847
26848 \end_inset
26849 </cell>
26850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26851 \begin_inset Text
26852
26853 \begin_layout Standard
26854 unidad matemática (1\InsetSpace \thinspace{}
26855 mu = 1/18\InsetSpace \thinspace{}
26856 em)
26857 \end_layout
26858
26859 \end_inset
26860 </cell>
26861 </row>
26862 </lyxtabular>
26863
26864 \end_inset
26865
26866
26867 \end_layout
26868
26869 \end_inset
26870
26871
26872 \end_layout
26873
26874 \begin_layout Chapter
26875 Formatos de Archivos de Salida con Gráficos
26876 \begin_inset LatexCommand label
26877 name "cha:Formatos-de-Archivos-de-Salida"
26878
26879 \end_inset
26880
26881
26882 \end_layout
26883
26884 \begin_layout Section
26885 DVI
26886 \begin_inset LatexCommand index
26887 name "Formatos de Archivo ! DVI"
26888
26889 \end_inset
26890
26891
26892 \begin_inset LatexCommand index
26893 name "DVI|see{Formatos de Archivo}"
26894
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \begin_layout Standard
26901 Este tipo de archivo tiene la extensión 
26902 \begin_inset Quotes eld
26903 \end_inset
26904
26905
26906 \family typewriter
26907 .dvi
26908 \family default
26909
26910 \begin_inset Quotes erd
26911 \end_inset
26912
26913 .
26914  Se denomina 
26915 \begin_inset Quotes eld
26916 \end_inset
26917
26918 device-independent
26919 \begin_inset Quotes erd
26920 \end_inset
26921
26922  (DVI), porque es completamente portable; se pueden mover de una máquina
26923  a otra sin necesidad de conversión alguna.
26924  En la época en que se desarrolló este formato, esto no era un asunto baladí.
26925  Los DVIs se usan para previsualizaciones rápidas y como preparación para
26926  otros formatos de salida como PostScript.
26927 \end_layout
26928
26929 \begin_layout Standard
26930 \begin_inset Note Greyedout
26931 status open
26932
26933 \begin_layout Standard
26934
26935 \series bold
26936 Nota:
26937 \series default
26938  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
26939 \end_layout
26940
26941 \end_inset
26942
26943  Por tanto no debes olvidar esto si mueves archivos 
26944 \family typewriter
26945 .dvi
26946 \family default
26947  a otro ordenador.
26948  Esta característica también puede retardar la visualización del archivo,
26949  porque el visor DVI tiene que convertir la imagen en segundo plano para
26950  hacerla visible al deslizar el visor.
26951  Así pues recomendamos usar PDF para archivos con muchas imágenes.
26952 \end_layout
26953
26954 \begin_layout Standard
26955 Un documento se exporta a DVI con el menú 
26956 \family sans
26957 Archivo\SpecialChar \menuseparator
26958 Exportar\SpecialChar \menuseparator
26959 DVI
26960 \family default
26961 .
26962 \end_layout
26963
26964 \begin_layout Section
26965 PostScript
26966 \begin_inset LatexCommand label
26967 name "sec:PostScript"
26968
26969 \end_inset
26970
26971
26972 \begin_inset LatexCommand index
26973 name "Formatos de Archivo ! PostScript"
26974
26975 \end_inset
26976
26977
26978 \begin_inset LatexCommand index
26979 name "PostScript|see{Formatos de Archivo}"
26980
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \begin_layout Standard
26987 Este tipo de archivo tiene la extensión 
26988 \begin_inset Quotes eld
26989 \end_inset
26990
26991
26992 \family typewriter
26993 .ps
26994 \family default
26995
26996 \begin_inset Quotes erd
26997 \end_inset
26998
26999 .
27000  PostScript fue desarrollado por la compañía 
27001 \family typewriter
27002 Adobe
27003 \family default
27004  como lenguaje para impresoras.
27005  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
27006  PostScript puede considerarse como un 
27007 \begin_inset Quotes eld
27008 \end_inset
27009
27010 lenguaje de programación
27011 \begin_inset Quotes erd
27012 \end_inset
27013
27014 ; con él puedes calcular y dibujar imágenes y diagramas
27015 \begin_inset Foot
27016 status collapsed
27017
27018 \begin_layout Standard
27019 Si estás interesado en este tema acude al paquete LaTeX 
27020 \series bold
27021 PSTricks
27022 \series default
27023  
27024 \begin_inset LatexCommand cite
27025 key "pstricks"
27026
27027 \end_inset
27028
27029 .
27030 \end_layout
27031
27032 \end_inset
27033
27034 .
27035  Por esto los archivos suelen ser más grandes que los PDFs.
27036 \end_layout
27037
27038 \begin_layout Standard
27039 Los archivos PostScript solo pueden contener imágenes en el formato 
27040 \begin_inset Quotes eld
27041 \end_inset
27042
27043 Encapsulated PostScript
27044 \begin_inset Quotes erd
27045 \end_inset
27046
27047  (EPS, extensión 
27048 \begin_inset Quotes eld
27049 \end_inset
27050
27051
27052 \family typewriter
27053 .eps
27054 \family default
27055
27056 \begin_inset Quotes erd
27057 \end_inset
27058
27059 ).
27060  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
27061  en segundo plano para convertir las imágenes a EPS.
27062  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
27063  cada vez que veas o exportes el documento.
27064  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
27065  puedes evitar el problema insertando las imágenes directamente en EPS.
27066 \end_layout
27067
27068 \begin_layout Standard
27069 El documento se puede exportar a PostScript con el menú 
27070 \family sans
27071 Archivo\SpecialChar \menuseparator
27072 Exportar\SpecialChar \menuseparator
27073 Postscript
27074 \family default
27075 .
27076 \end_layout
27077
27078 \begin_layout Section
27079 PDF
27080 \begin_inset LatexCommand label
27081 name "sec:PDF"
27082
27083 \end_inset
27084
27085
27086 \begin_inset LatexCommand index
27087 name "Formatos de Archivo ! PDF"
27088
27089 \end_inset
27090
27091
27092 \begin_inset LatexCommand index
27093 name "PDF"
27094
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \begin_layout Standard
27101 Este tipo de archivo tiene la extensión 
27102 \begin_inset Quotes eld
27103 \end_inset
27104
27105
27106 \family typewriter
27107 .pdf
27108 \family default
27109
27110 \begin_inset Quotes erd
27111 \end_inset
27112
27113 .
27114  El formato 
27115 \begin_inset Quotes eld
27116 \end_inset
27117
27118 Portable Document Format
27119 \begin_inset Quotes erd
27120 \end_inset
27121
27122  (PDF) fue desarrollado por 
27123 \family typewriter
27124 Adobe
27125 \family default
27126  como derivado de PostScript.
27127  Es más comprimido y utiliza muchos menos comandos que PostScript.
27128  Como su nombre 
27129 \begin_inset Quotes eld
27130 \end_inset
27131
27132 portable
27133 \begin_inset Quotes erd
27134 \end_inset
27135
27136  indica, puede ser procesado por cualquier sistema operativo y la salida
27137  impresa se muestra exactamente igual.
27138 \end_layout
27139
27140 \begin_layout Standard
27141 PDF puede contener imágenes en su propio formato PDF, en el formato 
27142 \begin_inset Quotes eld
27143 \end_inset
27144
27145 Joint Photographic Experts Group
27146 \begin_inset Quotes erd
27147 \end_inset
27148
27149  (JPG, extensión 
27150 \begin_inset Quotes eld
27151 \end_inset
27152
27153
27154 \family typewriter
27155 .jpg
27156 \family default
27157
27158 \begin_inset Quotes erd
27159 \end_inset
27160
27161  o 
27162 \begin_inset Quotes eld
27163 \end_inset
27164
27165
27166 \family typewriter
27167 .jpeg
27168 \family default
27169
27170 \begin_inset Quotes erd
27171 \end_inset
27172
27173 ), y en el formato 
27174 \begin_inset Quotes eld
27175 \end_inset
27176
27177 Portable Network Graphics
27178 \begin_inset Quotes erd
27179 \end_inset
27180
27181  (PNG, extensión 
27182 \begin_inset Quotes eld
27183 \end_inset
27184
27185
27186 \family typewriter
27187 .png
27188 \family default
27189
27190 \begin_inset Quotes erd
27191 \end_inset
27192
27193 ).
27194  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
27195  en segundo plano a alguno de los anteriores.
27196  Pero como se ha comentado en la sección sobre PostScript, la conversión
27197  de gráficos ralentiza el trabajo.
27198  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
27199  mencionados.
27200 \end_layout
27201
27202 \begin_layout Standard
27203 Un documento se puede exportar a PDF con el menú 
27204 \family sans
27205 Archivo\SpecialChar \menuseparator
27206 Exportar
27207 \family default
27208  en tres modos diferentes:
27209 \end_layout
27210
27211 \begin_layout Description
27212 PDF Este utiliza el programa 
27213 \family typewriter
27214 ps2pdf
27215 \family default
27216  que crea un PDF a partir de una versión PostScript del archivo.
27217  La versión PostScript es producida por el programa 
27218 \family typewriter
27219 dvips
27220 \family default
27221  que usa una versión DVI como paso intermedio.
27222  Así que este modo de exportación consta de tres conversiones.
27223 \end_layout
27224
27225 \begin_layout Description
27226 PDF\InsetSpace ~
27227 (dvipdfm) Este utiliza el programa 
27228 \family typewriter
27229 dvipdfm
27230 \family default
27231  que convierte el archivo a DVI en segundo plano y en un segundo paso a
27232  PDF.
27233 \end_layout
27234
27235 \begin_layout Description
27236 PDF\InsetSpace ~
27237 (pdflatex) Este utiliza el programa 
27238 \family typewriter
27239 pdftex
27240 \family default
27241  que convierte directamente el archivo a PDF.
27242 \end_layout
27243
27244 \begin_layout Standard
27245 Se recomienda usar 
27246 \family sans
27247 PDF\InsetSpace ~
27248 (pdflatex)
27249 \family default
27250  porque 
27251 \family typewriter
27252 pdftex
27253 \family default
27254  soporta todas las características de las versiones actuales de PDF, es
27255  rápido y estable.
27256  El programa 
27257 \family typewriter
27258 dvipdfm
27259 \family default
27260  ya no se desarrolla y está un poco obsoleto.
27261 \end_layout
27262
27263 \begin_layout Chapter
27264 Explicación de la Ecuación\InsetSpace ~
27265
27266 \begin_inset LatexCommand eqref
27267 reference "eq:Wgn"
27268
27269 \end_inset
27270
27271
27272 \begin_inset LatexCommand label
27273 name "cha:Explicación-de-la-Ecuación"
27274
27275 \end_inset
27276
27277
27278 \end_layout
27279
27280 \begin_layout Standard
27281 La anchura total de 
27282 \emph on
27283 n
27284 \emph default
27285  celdas de una tabla 
27286 \begin_inset Formula $W_{\mathrm{tot\, n}}$
27287 \end_inset
27288
27289  puede calcularse con
27290 \end_layout
27291
27292 \begin_layout Standard
27293 \begin_inset Formula \begin{equation}
27294 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
27295
27296 \end_inset
27297
27298
27299 \end_layout
27300
27301 \begin_layout Standard
27302 donde 
27303 \begin_inset Formula $W_{g\, n}$
27304 \end_inset
27305
27306  es el ancho dado de todas las celdas.
27307  
27308 \series bold
27309
27310 \backslash
27311 tabcolsep
27312 \series default
27313  es la longitud LaTeX entre el texto y el borde de la celda, 6\InsetSpace \thinspace{}
27314 pt por defecto.
27315  
27316 \series bold
27317
27318 \backslash
27319 arrayrulewidth
27320 \series default
27321  es el grosor de línea del borde, 0.4\InsetSpace \thinspace{}
27322 pt por defecto.
27323 \end_layout
27324
27325 \begin_layout Standard
27326 Procediendo como en la ecuación\InsetSpace ~
27327
27328 \begin_inset LatexCommand eqref
27329 reference "eq:Wtot_n"
27330
27331 \end_inset
27332
27333 , el ancho total de una multicolumna, 
27334 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
27335 \end_inset
27336
27337  es
27338 \end_layout
27339
27340 \begin_layout Standard
27341 \begin_inset Formula \begin{equation}
27342 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
27343
27344 \end_inset
27345
27346
27347 \end_layout
27348
27349 \begin_layout Standard
27350 Igualando las ecuaciones\InsetSpace ~
27351
27352 \begin_inset LatexCommand eqref
27353 reference "eq:Wtot_n"
27354
27355 \end_inset
27356
27357  y 
27358 \begin_inset LatexCommand eqref
27359 reference "eq:Wtot_mult"
27360
27361 \end_inset
27362
27363  podemos calcular el ancho dado necesario 
27364 \begin_inset Formula $W_{g\, n}$
27365 \end_inset
27366
27367  cuando se expanden 
27368 \emph on
27369 n
27370 \emph default
27371  columnas, de forma que cada una de ellas tiene una anchura total  
27372 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
27373 \end_inset
27374
27375 :
27376 \end_layout
27377
27378 \begin_layout Standard
27379 \begin_inset Formula \begin{equation}
27380 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
27381
27382 \end_inset
27383
27384
27385 \end_layout
27386
27387 \begin_layout Bibliography
27388 \begin_inset LatexCommand bibitem
27389 key "latexcompanion"
27390
27391 \end_inset
27392
27393 Frank Mittelbach and Michel Goossens: 
27394 \emph on
27395 The LaTeX Companion Second Edition.
27396
27397 \emph default
27398  Addison-Wesley, 2004
27399 \end_layout
27400
27401 \begin_layout Bibliography
27402 \begin_inset LatexCommand bibitem
27403 key "latexguide"
27404
27405 \end_inset
27406
27407 Helmut Kopka and Patrick W.
27408  Daly: 
27409 \emph on
27410 A Guide to LaTeX Fourth Edition.
27411
27412 \emph default
27413  Addison-Wesley, 2003
27414 \end_layout
27415
27416 \begin_layout Bibliography
27417 \begin_inset LatexCommand bibitem
27418 key "latexbook"
27419
27420 \end_inset
27421
27422 Leslie Lamport: 
27423 \emph on
27424 LaTeX: A Document Preparation System.
27425
27426 \emph default
27427  Addison-Wesley, second edition, 1994
27428 \end_layout
27429
27430 \begin_layout Bibliography
27431 \begin_inset LatexCommand bibitem
27432 key "booktabs"
27433
27434 \end_inset
27435
27436
27437 \begin_inset ERT
27438 status collapsed
27439
27440 \begin_layout Standard
27441
27442
27443 \backslash
27444 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
27445 {
27446 \end_layout
27447
27448 \end_inset
27449
27450 Documentación
27451 \begin_inset ERT
27452 status collapsed
27453
27454 \begin_layout Standard
27455
27456 }
27457 \end_layout
27458
27459 \end_inset
27460
27461  del paquete LaTeX 
27462 \series bold
27463 booktabs
27464 \series default
27465
27466 \begin_inset LatexCommand index
27467 name "LaTeX-paquetes ! booktabs"
27468
27469 \end_inset
27470
27471
27472 \end_layout
27473
27474 \begin_layout Bibliography
27475 \begin_inset LatexCommand bibitem
27476 key "caption"
27477
27478 \end_inset
27479
27480
27481 \begin_inset ERT
27482 status collapsed
27483
27484 \begin_layout Standard
27485
27486
27487 \backslash
27488 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
27489 \end_layout
27490
27491 \end_inset
27492
27493 Documentación
27494 \begin_inset ERT
27495 status collapsed
27496
27497 \begin_layout Standard
27498
27499 }
27500 \end_layout
27501
27502 \end_inset
27503
27504  del paquete LaTeX 
27505 \series bold
27506 caption
27507 \series default
27508
27509 \begin_inset LatexCommand index
27510 name "LaTeX-paquetes ! caption"
27511
27512 \end_inset
27513
27514
27515 \end_layout
27516
27517 \begin_layout Bibliography
27518 \begin_inset LatexCommand bibitem
27519 key "caption-de"
27520
27521 \end_inset
27522
27523 (En Alemán) 
27524 \begin_inset ERT
27525 status collapsed
27526
27527 \begin_layout Standard
27528
27529
27530 \backslash
27531 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
27532 {
27533 \end_layout
27534
27535 \end_inset
27536
27537 Documentación
27538 \begin_inset ERT
27539 status collapsed
27540
27541 \begin_layout Standard
27542
27543 }
27544 \end_layout
27545
27546 \end_inset
27547
27548  del paquete LaTeX 
27549 \series bold
27550 caption
27551 \end_layout
27552
27553 \begin_layout Bibliography
27554 \begin_inset LatexCommand bibitem
27555 key "endfloat"
27556
27557 \end_inset
27558
27559
27560 \begin_inset ERT
27561 status collapsed
27562
27563 \begin_layout Standard
27564
27565
27566 \backslash
27567 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
27568 {
27569 \end_layout
27570
27571 \end_inset
27572
27573 Documentación
27574 \begin_inset ERT
27575 status collapsed
27576
27577 \begin_layout Standard
27578
27579 }
27580 \end_layout
27581
27582 \end_inset
27583
27584  del paquete LaTeX 
27585 \series bold
27586 endf\SpecialChar \textcompwordmark{}
27587 loat
27588 \series default
27589
27590 \begin_inset LatexCommand index
27591 name "LaTeX-paquetes ! endfloat"
27592
27593 \end_inset
27594
27595
27596 \end_layout
27597
27598 \begin_layout Bibliography
27599 \begin_inset LatexCommand bibitem
27600 key "floatflt"
27601
27602 \end_inset
27603
27604
27605 \begin_inset ERT
27606 status collapsed
27607
27608 \begin_layout Standard
27609
27610
27611 \backslash
27612 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
27613 {
27614 \end_layout
27615
27616 \end_inset
27617
27618 Documentación
27619 \begin_inset ERT
27620 status collapsed
27621
27622 \begin_layout Standard
27623
27624 }
27625 \end_layout
27626
27627 \end_inset
27628
27629  del paquete LaTeX 
27630 \series bold
27631 floatf\SpecialChar \textcompwordmark{}
27632 lt
27633 \series default
27634
27635 \begin_inset LatexCommand index
27636 name "LaTeX-paquetes ! floatflt"
27637
27638 \end_inset
27639
27640
27641 \end_layout
27642
27643 \begin_layout Bibliography
27644 \begin_inset LatexCommand bibitem
27645 key "footmisc"
27646
27647 \end_inset
27648
27649
27650 \begin_inset ERT
27651 status collapsed
27652
27653 \begin_layout Standard
27654
27655
27656 \backslash
27657 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
27658 {
27659 \end_layout
27660
27661 \end_inset
27662
27663 Documentación
27664 \begin_inset ERT
27665 status collapsed
27666
27667 \begin_layout Standard
27668
27669 }
27670 \end_layout
27671
27672 \end_inset
27673
27674  del paquete LaTeX 
27675 \series bold
27676 footmisc
27677 \series default
27678
27679 \begin_inset LatexCommand index
27680 name "LaTeX-paquetes ! footmisc"
27681
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \begin_layout Bibliography
27688 \begin_inset LatexCommand bibitem
27689 key "hypcap"
27690
27691 \end_inset
27692
27693
27694 \begin_inset ERT
27695 status collapsed
27696
27697 \begin_layout Standard
27698
27699
27700 \backslash
27701 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
27702 \end_layout
27703
27704 \end_inset
27705
27706 Documentación
27707 \begin_inset ERT
27708 status collapsed
27709
27710 \begin_layout Standard
27711
27712 }
27713 \end_layout
27714
27715 \end_inset
27716
27717  del paquete LaTeX 
27718 \series bold
27719 hypcap
27720 \series default
27721
27722 \begin_inset LatexCommand index
27723 name "LaTeX-paquetes ! hyperref"
27724
27725 \end_inset
27726
27727
27728 \end_layout
27729
27730 \begin_layout Bibliography
27731 \begin_inset LatexCommand bibitem
27732 key "hyperref"
27733
27734 \end_inset
27735
27736
27737 \begin_inset ERT
27738 status collapsed
27739
27740 \begin_layout Standard
27741
27742
27743 \backslash
27744 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
27745 {
27746 \end_layout
27747
27748 \end_inset
27749
27750 Documentación
27751 \begin_inset ERT
27752 status collapsed
27753
27754 \begin_layout Standard
27755
27756 }
27757 \end_layout
27758
27759 \end_inset
27760
27761  del paquete LaTeX 
27762 \series bold
27763 hyperref
27764 \series default
27765
27766 \begin_inset LatexCommand index
27767 name "LaTeX-paquetes ! hyperref"
27768
27769 \end_inset
27770
27771
27772 \end_layout
27773
27774 \begin_layout Bibliography
27775 \begin_inset LatexCommand bibitem
27776 key "koma-script"
27777
27778 \end_inset
27779
27780
27781 \begin_inset ERT
27782 status collapsed
27783
27784 \begin_layout Standard
27785
27786
27787 \backslash
27788 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
27789 df}{
27790 \end_layout
27791
27792 \end_inset
27793
27794 Documentación
27795 \begin_inset ERT
27796 status collapsed
27797
27798 \begin_layout Standard
27799
27800 }
27801 \end_layout
27802
27803 \end_inset
27804
27805  del paquete LaTeX 
27806 \series bold
27807 koma-script
27808 \series default
27809
27810 \begin_inset LatexCommand index
27811 name "LaTeX-paquetes ! koma-script"
27812
27813 \end_inset
27814
27815
27816 \end_layout
27817
27818 \begin_layout Bibliography
27819 \begin_inset LatexCommand bibitem
27820 key "koma-script-de"
27821
27822 \end_inset
27823
27824 (En Alemán) 
27825 \begin_inset ERT
27826 status collapsed
27827
27828 \begin_layout Standard
27829
27830
27831 \backslash
27832 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
27833 df}{
27834 \end_layout
27835
27836 \end_inset
27837
27838 Documentación
27839 \begin_inset ERT
27840 status collapsed
27841
27842 \begin_layout Standard
27843
27844 }
27845 \end_layout
27846
27847 \end_inset
27848
27849  del paquete LaTeX 
27850 \series bold
27851 koma-script
27852 \series default
27853
27854 \begin_inset LatexCommand index
27855 name "LaTeX-paquetes ! koma-script"
27856
27857 \end_inset
27858
27859
27860 \end_layout
27861
27862 \begin_layout Bibliography
27863 \begin_inset LatexCommand bibitem
27864 key "marginnote"
27865
27866 \end_inset
27867
27868
27869 \begin_inset ERT
27870 status collapsed
27871
27872 \begin_layout Standard
27873
27874
27875 \backslash
27876 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
27877 pdf}{
27878 \end_layout
27879
27880 \end_inset
27881
27882 Documentación
27883 \begin_inset ERT
27884 status collapsed
27885
27886 \begin_layout Standard
27887
27888 }
27889 \end_layout
27890
27891 \end_inset
27892
27893  del paquete LaTeX 
27894 \series bold
27895 marginnote
27896 \series default
27897
27898 \begin_inset LatexCommand index
27899 name "LaTeX-paquetes ! marginnote"
27900
27901 \end_inset
27902
27903
27904 \end_layout
27905
27906 \begin_layout Bibliography
27907 \begin_inset LatexCommand bibitem
27908 key "pstricks"
27909
27910 \end_inset
27911
27912
27913 \begin_inset ERT
27914 status collapsed
27915
27916 \begin_layout Standard
27917
27918
27919 \backslash
27920 href{http://tug.org/PSTricks/main.cgi/}{
27921 \end_layout
27922
27923 \end_inset
27924
27925 Página Web
27926 \begin_inset ERT
27927 status collapsed
27928
27929 \begin_layout Standard
27930
27931 }
27932 \end_layout
27933
27934 \end_inset
27935
27936  del paquete LaTeX 
27937 \series bold
27938 PSTricks
27939 \series default
27940
27941 \begin_inset LatexCommand index
27942 name "LaTeX-paquetes ! PSTricks"
27943
27944 \end_inset
27945
27946
27947 \end_layout
27948
27949 \begin_layout Bibliography
27950 \begin_inset LatexCommand bibitem
27951 key "sidecap"
27952
27953 \end_inset
27954
27955
27956 \begin_inset ERT
27957 status collapsed
27958
27959 \begin_layout Standard
27960
27961
27962 \backslash
27963 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
27964 \end_layout
27965
27966 \end_inset
27967
27968 Documentación
27969 \begin_inset ERT
27970 status collapsed
27971
27972 \begin_layout Standard
27973
27974 }
27975 \end_layout
27976
27977 \end_inset
27978
27979  del paquete LaTeX 
27980 \series bold
27981 sidecap
27982 \series default
27983
27984 \begin_inset LatexCommand index
27985 name "LaTeX-paquetes ! sidecap"
27986
27987 \end_inset
27988
27989
27990 \end_layout
27991
27992 \begin_layout Bibliography
27993 \begin_inset LatexCommand bibitem
27994 key "NewInLyX15"
27995
27996 \end_inset
27997
27998
27999 \begin_inset ERT
28000 status collapsed
28001
28002 \begin_layout Standard
28003
28004
28005 \backslash
28006 href{http://wiki.lyx.org/LyX/NewInLyX15}{
28007 \end_layout
28008
28009 \end_inset
28010
28011 Página Wiki
28012 \begin_inset ERT
28013 status collapsed
28014
28015 \begin_layout Standard
28016
28017 }
28018 \end_layout
28019
28020 \end_inset
28021
28022  sobre características nuevas previstas para la versión 
28023 \family sans
28024 LyX\InsetSpace ~
28025 1.5
28026 \family default
28027 .
28028 \end_layout
28029
28030 \begin_layout Standard
28031 \begin_inset LatexCommand printindex
28032
28033 \end_inset
28034
28035
28036 \end_layout
28037
28038 \begin_layout Standard
28039 \begin_inset FloatList figure
28040
28041 \end_inset
28042
28043
28044 \end_layout
28045
28046 \begin_layout Standard
28047 \begin_inset FloatList table
28048
28049 \end_inset
28050
28051
28052 \end_layout
28053
28054 \end_body
28055 \end_document