]> git.lyx.org Git - features.git/blob - lib/doc/es/EmbeddedObjects.lyx
es_EmbeddedObjects: Updates by Ignacio
[features.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 268
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]{Índice General}{}
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,tablecaptionabove
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 false
206 \author "usti" 
207 \author "IG,,," 
208 \author "IG" 
209 \author "Uwe Stöhr" 
210 \end_header
211
212 \begin_body
213
214 \begin_layout Title
215 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
216  en LyX
217 \end_layout
218
219 \begin_layout Author
220 por el Equipo LyX
221 \begin_inset Foot
222 status collapsed
223
224 \begin_layout Standard
225 \noindent
226 Si tienes comentarios o correcciones, por favor, envíalo a la lista de correo
227  de Documentación de LyX: 
228 \family typewriter
229
230 \begin_inset ERT
231 status collapsed
232
233 \begin_layout Standard
234
235
236 \backslash
237 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's es-ExtendedInsets manual}{
238 \end_layout
239
240 \end_inset
241
242 lyx-docs@lists.lyx.org
243 \begin_inset ERT
244 status collapsed
245
246 \begin_layout Standard
247
248 }
249 \end_layout
250
251 \end_inset
252
253
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Note Note
260 status collapsed
261
262 \begin_layout Standard
263 autor original: Uwe Stöhr
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Note Note
270 status collapsed
271
272 \begin_layout Standard
273 Traducción de: Ignacio García
274 \end_layout
275
276 \end_inset
277
278
279 \newline
280
281 \newline
282
283 \family sans
284 Versión 1.5.0-1
285 \end_layout
286
287 \begin_layout Standard
288 \begin_inset LatexCommand tableofcontents
289
290 \end_inset
291
292
293 \end_layout
294
295 \begin_layout Standard
296 \begin_inset Note Note
297 status open
298
299 \begin_layout Standard
300 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
301  estar instalados los paquetes LaTeX 
302 \series bold
303 arydshln
304 \series default
305  y 
306 \series bold
307 marginnote
308 \series default
309 .
310  Si no están instalados, también podrás exportar el documento, pero las
311  secciones en que dichos paquetes son necesarios no aparecen en la salida.
312 \end_layout
313
314 \begin_layout Standard
315 La última versión en PDF de este documento puede encontrarse aquí:
316 \series bold
317
318 \newline
319 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
320 \end_layout
321
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Chapter
328 Figuras
329 \begin_inset LatexCommand label
330 name "cha:Figuras"
331
332 \end_inset
333
334
335 \begin_inset LatexCommand index
336 name "Figuras"
337
338 \end_inset
339
340
341 \begin_inset LatexCommand index
342 name "Gráficos|see{Figuras}"
343
344 \end_inset
345
346
347 \end_layout
348
349 \begin_layout Section
350 Diálogo Gráficos
351 \begin_inset LatexCommand label
352 name "sec:Diálogo-Gráficos"
353
354 \end_inset
355
356
357 \begin_inset LatexCommand index
358 name "Figuras ! Diálogo Gráficos"
359
360 \end_inset
361
362
363 \end_layout
364
365 \begin_layout Standard
366 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
367  texto que desees y haz click en el icono 
368 \begin_inset Graphics
369         filename ../../images/dialog-show-new-inset_graphics.xpm
370         scale 85
371
372 \end_inset
373
374  o en el menú 
375 \family sans
376 Insertar\SpecialChar \menuseparator
377 Imagen\SpecialChar \ldots{}
378
379 \family default
380  Aparecerá un diálogo para escoger el archivo a cargar.
381  La imagen aparecerá en el archivo de salida exactamente en la misma posición
382  en la que la has colocado.
383 \end_layout
384
385 \begin_layout Standard
386 El diálogo Gráficos puede lanzarse en cualquier momento haciendo clic-derecha
387  sobre una imagen.
388  Este diálogo tiene tres pestañas:
389 \end_layout
390
391 \begin_layout Description
392 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
393  presentación en LyX y en la salida.
394  En el apéndice\InsetSpace ~
395
396 \begin_inset LatexCommand ref
397 reference "cha:Unidades-disponibles-en"
398
399 \end_inset
400
401  se detallan las unidades disponibles para el tamaño del gráfico.
402 \newline
403 Puedes girar
404  los gráficos en el sentido de las agujas de reloj estableciendo un ángulo
405  y un origen de rotación.
406  La imagen también gira en LyX.
407 \newline
408 Las imágenes se pueden escalar mediante un
409  porcentaje o fijando explícitamente la altura y la anchura.
410  Si fijas solo la anchura o solo la altura, la otra dimensión se establece
411  automáticamente.
412  Si fijas ambas dimensiones
413 \family sans
414 ,
415 \family default
416  la imagen se adaptará a ellas, posiblemente distorsionada.
417  Para evitar distorsión en la imagen marca la opción 
418 \family sans
419 Mantener\InsetSpace ~
420 proporción
421 \family default
422 .
423  En ese caso la imagen será escalada de forma que su anchura y su altura
424  no excedan de las dimensiones especificadas.
425 \newline
426 Las imágenes se pueden abrir
427  con un programa de tu elección pulsando el botón 
428 \family sans
429 Editar
430 \family default
431 .
432  Los programas visor y editor para cada formato de imagen se pueden establecer
433  en la configuración de los formatos de archivo de las preferencias de LyX.
434 \end_layout
435
436 \begin_layout Description
437 Recorte Alternativamente al escalado, es posible establecer las coordenadas
438  de la imagen para ajustar su altura y anchura en la salida.
439  Además, las coordenadas se pueden calcular automáticamente pinchando el
440  botón 
441 \family sans
442 Obtener\InsetSpace ~
443 de\InsetSpace ~
444 archivo
445 \family default
446 .
447  El botón 
448 \family sans
449 Recortar\InsetSpace ~
450 al\InsetSpace ~
451 cuadro\InsetSpace ~
452 delimitador
453 \family default
454  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
455 as.
456  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
457 \end_layout
458
459 \begin_layout Description
460 Opciones\InsetSpace ~
461 extra En esta solapa puedes modificar la apariencia de la imagen
462  en LyX, y poner la imagen como subfigura de una figura flotante con su
463  propio título.Las subfiguras se explican en la sección\InsetSpace ~
464
465 \begin_inset LatexCommand ref
466 reference "sec:Figuras-Flotantes"
467
468 \end_inset
469
470 .
471 \newline
472 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
473 \newline
474 La
475  opción 
476 \family sans
477 Modo\InsetSpace ~
478 borrador
479 \family default
480  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
481 \newline
482 La
483  opción 
484 \family sans
485 No\InsetSpace ~
486 descomprimir\InsetSpace ~
487 al\InsetSpace ~
488 exportar
489 \family default
490  sólo afecta a los gráficos EPS comprimidos, p.\InsetSpace \thinspace{}
491 e.\InsetSpace ~
492
493 \emph on
494 x.eps.gz
495 \emph default
496 .
497  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
498  puesto que LaTeX puede manejarlas como están.
499 \newline
500 Los gráficos EPS comprimidos
501  sirven para ahorrar espacio de disco si se utiliza PostScript como formato
502  de salida, ver apéndice\InsetSpace ~
503
504 \begin_inset LatexCommand ref
505 reference "sec:PostScript"
506
507 \end_inset
508
509 .
510  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
511  o en consola de Windows:
512 \newline
513
514 \series bold
515 gzip x.eps
516 \series default
517
518 \newline
519
520 \series bold
521 zgrep %%Bounding x.eps.gz > x.eps.bb
522 \series default
523
524 \newline
525 El segundo comando crea un archivo de cuadro delimitador 
526 \begin_inset Quotes eld
527 \end_inset
528
529 x.eps.bb
530 \begin_inset Quotes erd
531 \end_inset
532
533  que necesita LaTeX para gráficos comprimidos.
534 \end_layout
535
536 \begin_layout Standard
537 \begin_inset VSpace bigskip
538 \end_inset
539
540
541 \end_layout
542
543 \begin_layout Standard
544 Esto es un ejemplo de imagen en formato EPS
545 \begin_inset Foot
546 status collapsed
547
548 \begin_layout Standard
549 Los formatos de imagen se explica en el sección\InsetSpace ~
550
551 \begin_inset LatexCommand ref
552 reference "sec:Formatos-de-imagen"
553
554 \end_inset
555
556 .
557 \end_layout
558
559 \end_inset
560
561  en un párrafo separado centrado horizontalmente:
562 \end_layout
563
564 \begin_layout Standard
565 \align center
566 \begin_inset Graphics
567         filename ../clipart/mobius.eps
568         display color
569         scale 70
570         rotateOrigin center
571
572 \end_inset
573
574
575 \end_layout
576
577 \begin_layout Standard
578 Esta es la misma imagen pero en modo borrador:
579 \end_layout
580
581 \begin_layout Standard
582 \align center
583 \begin_inset Graphics
584         filename ../clipart/mobius.eps
585         display color
586         scale 70
587         draft
588         rotateOrigin center
589
590 \end_inset
591
592
593 \end_layout
594
595 \begin_layout Section
596 Figuras Flotantes
597 \begin_inset LatexCommand label
598 name "sec:Figuras-Flotantes"
599
600 \end_inset
601
602
603 \begin_inset LatexCommand index
604 name "Flotantes ! Figuras Flotantes"
605
606 \end_inset
607
608
609 \begin_inset LatexCommand index
610 name "Figuras ! Flotantes"
611
612 \end_inset
613
614
615 \end_layout
616
617 \begin_layout Standard
618 Para información general sobre flotantes, echa una ojeada a la sección\InsetSpace ~
619
620 \begin_inset LatexCommand ref
621 reference "sec:IntroducciónFlotantes"
622
623 \end_inset
624
625 .
626 \end_layout
627
628 \begin_layout Standard
629 El botón 
630 \begin_inset Graphics
631         filename ../../images/float-insert_figure.xpm
632         scale 85
633
634 \end_inset
635
636  y el menú 
637 \family sans
638 Insertar\SpecialChar \menuseparator
639 Flotante\SpecialChar \menuseparator
640 Figura
641 \family default
642  insertan un flotante con la etiqueta 
643 \begin_inset Quotes eld
644 \end_inset
645
646 Figura #:
647 \begin_inset Quotes erd
648 \end_inset
649
650  (# es el número actual).
651  La imagen se puede insertar sobre el título, como en la figura\InsetSpace ~
652
653 \begin_inset LatexCommand ref
654 reference "fig:kill-plat"
655
656 \end_inset
657
658 , o bajo el título, como en la figura\InsetSpace ~
659
660 \begin_inset LatexCommand ref
661 reference "fig:escher"
662
663 \end_inset
664
665 .
666  Más información sobre ubicación de títulos en la sección\InsetSpace ~
667
668 \begin_inset LatexCommand ref
669 reference "sec:Colocación-de-Encabezados"
670
671 \end_inset
672
673 .
674 \end_layout
675
676 \begin_layout Standard
677 \begin_inset Float figure
678 wide false
679 sideways false
680 status collapsed
681
682 \begin_layout Standard
683 \align center
684 \begin_inset Graphics
685         filename ../clipart/platypus.eps
686         display color
687         width 50col%
688         rotateOrigin center
689
690 \end_inset
691
692
693 \end_layout
694
695 \begin_layout Standard
696 \begin_inset Caption
697
698 \begin_layout Standard
699 \begin_inset LatexCommand label
700 name "fig:kill-plat"
701
702 \end_inset
703
704 Un platypus muy distorsionado en un flotante.
705 \end_layout
706
707 \end_inset
708
709
710 \end_layout
711
712 \end_inset
713
714
715 \end_layout
716
717 \begin_layout Standard
718 \begin_inset Float figure
719 wide false
720 sideways false
721 status collapsed
722
723 \begin_layout Standard
724 \begin_inset Caption
725
726 \begin_layout Standard
727 \begin_inset LatexCommand label
728 name "fig:escher"
729
730 \end_inset
731
732 M.C.
733  Escher en ácido.
734 \end_layout
735
736 \end_inset
737
738
739 \end_layout
740
741 \begin_layout Standard
742 \align center
743 \begin_inset Graphics
744         filename ../clipart/escher-lsd.eps
745         display color
746         scale 80
747         rotateOrigin center
748
749 \end_inset
750
751
752 \end_layout
753
754 \end_inset
755
756
757 \end_layout
758
759 \begin_layout Standard
760 \begin_inset LatexCommand index
761 name "Referencias ! a Figuras"
762
763 \end_inset
764
765 Las figuras\InsetSpace ~
766
767 \begin_inset LatexCommand ref
768 reference "fig:kill-plat"
769
770 \end_inset
771
772  y 
773 \begin_inset LatexCommand ref
774 reference "fig:escher"
775
776 \end_inset
777
778  son ejemplos de figuras con referencias cruzadas.
779  Las figuras pueden tener referencias cruzadas en el documento mediante
780  referencia a su etiqueta.
781  Para hacerlo inserta una etiqueta en el encabezado usando el menú 
782 \family sans
783 Insertar\SpecialChar \menuseparator
784 Etiqueta
785 \family default
786  o el botón 
787 \begin_inset Graphics
788         filename ../../images/label-insert.xpm
789         scale 85
790
791 \end_inset
792
793 .
794  Ahora puedes referirte a la etiqueta usando el menú 
795 \family sans
796 Insertar\SpecialChar \menuseparator
797 Referencia\InsetSpace ~
798 cruzada
799 \family default
800  o el botón 
801 \begin_inset Graphics
802         filename ../../images/dialog-show-new-inset_ref.xpm
803         scale 85
804
805 \end_inset
806
807 .
808  Es importante emplear referencias a flotantes, mejor que alusiones vagas
809  como 
810 \begin_inset Quotes eld
811 \end_inset
812
813 la figura de arriba
814 \begin_inset Quotes erd
815 \end_inset
816
817 , porque como LaTeX recolocará los flotantes en el documento final, podría
818  no quedar 
819 \begin_inset Quotes eld
820 \end_inset
821
822 arriba
823 \begin_inset Quotes erd
824 \end_inset
825
826  precisamente.
827 \newline
828 Las referencias se explican con detalle en la sección\InsetSpace ~
829
830 \begin_inset LatexCommand ref
831 reference "sec:Referencias-a-Flotantes"
832
833 \end_inset
834
835 .
836 \end_layout
837
838 \begin_layout Standard
839 Normalmente solo se inserta una imagen en un flotante, pero es posible que
840  en alguna ocasión queramos poner dos imágenes cada una con su subtítulo.
841  Esto es posible mediante la solapa 
842 \family sans
843 Opciones\InsetSpace ~
844 extra
845 \family default
846  del diálogo gráficos.
847  Elige la opción 
848 \family sans
849 Subfigura
850 \family default
851  e introduce el subtítulo en la casilla 
852 \family sans
853 Descripción
854 \family default
855 .
856  Ten en cuenta que solo el título principal  del flotante se añade a la
857  Lista de Figuras.
858 \newline
859 Las referencias a las subfiguras se explican en la sección\InsetSpace ~
860
861 \begin_inset LatexCommand ref
862 reference "sub:Referencias-a-Subfiguras"
863
864 \end_inset
865
866 .
867 \end_layout
868
869 \begin_layout Standard
870 La figura\InsetSpace ~
871
872 \begin_inset LatexCommand ref
873 reference "fig:Dos-imágenes-distorsionadas"
874
875 \end_inset
876
877  es un ejemplo de figura flotante con dos imágenes una junto a otra.
878  También se pueden poner una sobre otra.
879 \end_layout
880
881 \begin_layout Standard
882 \begin_inset Float figure
883 wide false
884 sideways false
885 status collapsed
886
887 \begin_layout Standard
888
889 \hfill
890
891 \begin_inset Graphics
892         filename ../clipart/escher-lsd.eps
893         width 45col%
894         subcaption
895         subcaptionText "Estructura indefinible"
896
897 \end_inset
898
899
900 \hfill
901
902 \begin_inset Graphics
903         filename ../clipart/platypus.eps
904         lyxscale 60
905         width 45col%
906         subcaption
907         subcaptionText "\label{fig:Platypus} Platypus"
908
909 \end_inset
910
911
912 \hfill
913
914 \end_layout
915
916 \begin_layout Standard
917 \begin_inset Caption
918
919 \begin_layout Standard
920 \begin_inset LatexCommand label
921 name "fig:Dos-imágenes-distorsionadas"
922
923 \end_inset
924
925 Dos imágenes distorsionadas.
926 \end_layout
927
928 \end_inset
929
930
931 \end_layout
932
933 \end_inset
934
935
936 \end_layout
937
938 \begin_layout Section
939 Formatos de Imagen
940 \begin_inset LatexCommand label
941 name "sec:Formatos-de-imagen"
942
943 \end_inset
944
945
946 \begin_inset LatexCommand index
947 name "Formatos de Imagen"
948
949 \end_inset
950
951
952 \begin_inset LatexCommand index
953 name "Figuras ! Formatos de Imagen"
954
955 \end_inset
956
957
958 \end_layout
959
960 \begin_layout Standard
961 Puedes insertar imágenes en cualquier formato.
962  Pero como se explica en el apéndice\InsetSpace ~
963
964 \begin_inset LatexCommand ref
965 reference "cha:Formatos-de-Archivos-de-Salida"
966
967 \end_inset
968
969 , cada formato de archivo del documento de salida permite solo ciertos formatos
970  de archivo de imagen.
971  Por eso LyX usa el programa 
972 \family sans
973 Imagemagick
974 \family default
975  en segundo plano para convertir imágenes al formato adecuado.
976  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
977  los formatos de imagen admitidos en el formato de archivo de salida.
978  Los formatos de salida se explican en el apéndice\InsetSpace ~
979
980 \begin_inset LatexCommand ref
981 reference "cha:Formatos-de-Archivos-de-Salida"
982
983 \end_inset
984
985 .
986 \end_layout
987
988 \begin_layout Standard
989 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
990 \end_layout
991
992 \begin_layout Description
993 Imágenes\InsetSpace ~
994 Mapa\InsetSpace ~
995 de\InsetSpace ~
996 bits\InsetSpace ~
997 (Bitmap) formadas por mapas de puntos (píxeles), generalmente
998  comprimidos.
999  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1000  de zoom.
1001  Formatos de imágenes en bitmap bien conocidos son 
1002 \begin_inset Quotes eld
1003 \end_inset
1004
1005 Graphics Interchange Format
1006 \begin_inset Quotes erd
1007 \end_inset
1008
1009  (GIF, extensión 
1010 \begin_inset Quotes eld
1011 \end_inset
1012
1013 .gif
1014 \begin_inset Quotes erd
1015 \end_inset
1016
1017 )
1018 \begin_inset LatexCommand index
1019 name "GIF|see{Formatos de Imagen}"
1020
1021 \end_inset
1022
1023
1024 \begin_inset Quotes eld
1025 \end_inset
1026
1027 Portable Network Graphics
1028 \begin_inset Quotes erd
1029 \end_inset
1030
1031  (PNG, extensión 
1032 \begin_inset Quotes eld
1033 \end_inset
1034
1035 .png
1036 \begin_inset Quotes erd
1037 \end_inset
1038
1039 )
1040 \begin_inset LatexCommand index
1041 name "PNG|see{Formatos de Imagen}"
1042
1043 \end_inset
1044
1045 , y 
1046 \begin_inset Quotes eld
1047 \end_inset
1048
1049 Joint Photographic Experts Group
1050 \begin_inset Quotes erd
1051 \end_inset
1052
1053  (JPG, extensión 
1054 \begin_inset Quotes eld
1055 \end_inset
1056
1057 .jpg
1058 \begin_inset Quotes erd
1059 \end_inset
1060
1061  o 
1062 \begin_inset Quotes eld
1063 \end_inset
1064
1065 .jpeg
1066 \begin_inset Quotes erd
1067 \end_inset
1068
1069 )
1070 \begin_inset LatexCommand index
1071 name "JPG|see{Formatos de Imagen}"
1072
1073 \end_inset
1074
1075 .
1076 \end_layout
1077
1078 \begin_layout Description
1079 Imágenes\InsetSpace ~
1080 vectoriales se generan mediante una descripción de una serie de
1081  trazos (vectores) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1082  La posibilidad de escalado hace falta para crear presentaciones, porque
1083  éstas siempre son escaladas por el proyector.
1084  El escalado también es útil en los documentoos en línea para permitir el
1085  zoom en diagramas.
1086 \newline
1087 Formatos de imagen escalables pueden ser 
1088 \begin_inset Quotes eld
1089 \end_inset
1090
1091 Scalable Vector Graphics
1092 \begin_inset Quotes erd
1093 \end_inset
1094
1095  (SVG, extensión 
1096 \begin_inset Quotes eld
1097 \end_inset
1098
1099 .svg
1100 \begin_inset Quotes erd
1101 \end_inset
1102
1103 )
1104 \begin_inset LatexCommand index
1105 name "SVG|see{Formatos de Imagen}"
1106
1107 \end_inset
1108
1109
1110 \begin_inset Quotes eld
1111 \end_inset
1112
1113 Encapsulated PostScript
1114 \begin_inset Quotes erd
1115 \end_inset
1116
1117  (EPS, extensión 
1118 \begin_inset Quotes eld
1119 \end_inset
1120
1121 .eps
1122 \begin_inset Quotes erd
1123 \end_inset
1124
1125 )
1126 \begin_inset LatexCommand index
1127 name "EPS|see{Formatos de Imagen}"
1128
1129 \end_inset
1130
1131
1132 \begin_inset Quotes eld
1133 \end_inset
1134
1135 Portable Document Format
1136 \begin_inset Quotes erd
1137 \end_inset
1138
1139  (PDF, extensión 
1140 \begin_inset Quotes eld
1141 \end_inset
1142
1143 .pdf
1144 \begin_inset Quotes erd
1145 \end_inset
1146
1147 )
1148 \begin_inset LatexCommand index
1149 name "PDF|see{Formatos de Imagen}"
1150
1151 \end_inset
1152
1153 , y 
1154 \begin_inset Quotes eld
1155 \end_inset
1156
1157 Windows Metafile
1158 \begin_inset Quotes erd
1159 \end_inset
1160
1161  (WMF, extensión 
1162 \begin_inset Quotes eld
1163 \end_inset
1164
1165 .wmf
1166 \begin_inset Quotes erd
1167 \end_inset
1168
1169 )
1170 \begin_inset LatexCommand index
1171 name "WMF|see{Formatos de Imagen}"
1172
1173 \end_inset
1174
1175 .
1176  Escribimos 
1177 \begin_inset Quotes eld
1178 \end_inset
1179
1180 pueden ser
1181 \begin_inset Quotes erd
1182 \end_inset
1183
1184 , porque se puede convertir cualquier imagen bitmap a PDF o EPS y el resultado
1185  será todavía una imagen bitmap.
1186  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1187  a la imagen original
1188 \begin_inset Foot
1189 status collapsed
1190
1191 \begin_layout Standard
1192 En el caso de PDF, además se comprime la imagen original.
1193 \end_layout
1194
1195 \end_inset
1196
1197 .
1198  Por ejemplo, los archivos PDF generados por 
1199 \family sans
1200 Adobe Photoshop
1201 \family default
1202  son imágenes bitmap.
1203 \end_layout
1204
1205 \begin_layout Standard
1206 Normalmente no es posible convertir una imagen bitmap a escalable, solo
1207  viceversa.
1208  Solo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1209  archivos de salida PDF y PostScript, respectivamente.
1210  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1211  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1212 \begin_inset Formula $\to$
1213 \end_inset
1214
1215  PDF/EPS.
1216 \end_layout
1217
1218 \begin_layout Chapter
1219 Tablas
1220 \begin_inset LatexCommand label
1221 name "cha:Tablas"
1222
1223 \end_inset
1224
1225
1226 \begin_inset LatexCommand index
1227 name "Tablas"
1228
1229 \end_inset
1230
1231
1232 \end_layout
1233
1234 \begin_layout Section
1235 Introducción
1236 \begin_inset LatexCommand index
1237 name "Tablas ! Introducción"
1238
1239 \end_inset
1240
1241
1242 \end_layout
1243
1244 \begin_layout Standard
1245 Puede insertarse una tabla mediante el botón
1246 \begin_inset Graphics
1247         filename ../../images/tabular-insert.xpm
1248         scale 85
1249
1250 \end_inset
1251
1252  o el menú 
1253 \family sans
1254 Insertar\SpecialChar \menuseparator
1255 Tabla
1256 \family default
1257 .
1258  Aparece un diálogo en el que se pide el número de filas y columnas.
1259  Por defecto, la tabla tiene líneas que enmarcan cada celda y la primera
1260  fila aparece separada por una línea doble: la línea inferior de la primera
1261  fila y la línea superior de la segunda fila.
1262  Ejemplo de tabla:
1263 \end_layout
1264
1265 \begin_layout Standard
1266 \align center
1267 \begin_inset Tabular
1268 <lyxtabular version="3" rows="4" columns="4">
1269 <features>
1270 <column alignment="center" valignment="top" leftline="true" width="0">
1271 <column alignment="center" valignment="top" leftline="true" width="0pt">
1272 <column alignment="center" valignment="top" leftline="true" width="0in">
1273 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1274 <row topline="true" bottomline="true">
1275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1276 \begin_inset Text
1277
1278 \begin_layout Standard
1279
1280 \end_layout
1281
1282 \end_inset
1283 </cell>
1284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1285 \begin_inset Text
1286
1287 \begin_layout Standard
1288
1289 \family roman
1290 \series medium
1291 \shape up
1292 \size normal
1293 \emph off
1294 \bar no
1295 \noun off
1296 \color none
1297 1
1298 \end_layout
1299
1300 \end_inset
1301 </cell>
1302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1303 \begin_inset Text
1304
1305 \begin_layout Standard
1306 2
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Standard
1315 3
1316 \end_layout
1317
1318 \end_inset
1319 </cell>
1320 </row>
1321 <row topline="true">
1322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Standard
1326
1327 \family roman
1328 \series medium
1329 \shape up
1330 \size normal
1331 \emph off
1332 \bar no
1333 \noun off
1334 \color none
1335 A
1336 \end_layout
1337
1338 \end_inset
1339 </cell>
1340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1341 \begin_inset Text
1342
1343 \begin_layout Standard
1344
1345 \end_layout
1346
1347 \end_inset
1348 </cell>
1349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1350 \begin_inset Text
1351
1352 \begin_layout Standard
1353
1354 \end_layout
1355
1356 \end_inset
1357 </cell>
1358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1359 \begin_inset Text
1360
1361 \begin_layout Standard
1362
1363 \end_layout
1364
1365 \end_inset
1366 </cell>
1367 </row>
1368 <row topline="true">
1369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1370 \begin_inset Text
1371
1372 \begin_layout Standard
1373
1374 \family roman
1375 \series medium
1376 \shape up
1377 \size normal
1378 \emph off
1379 \bar no
1380 \noun off
1381 \color none
1382 B
1383 \end_layout
1384
1385 \end_inset
1386 </cell>
1387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1388 \begin_inset Text
1389
1390 \begin_layout Standard
1391
1392 \end_layout
1393
1394 \end_inset
1395 </cell>
1396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1397 \begin_inset Text
1398
1399 \begin_layout Standard
1400
1401 \size normal
1402 \noun off
1403 \color none
1404  
1405 \end_layout
1406
1407 \end_inset
1408 </cell>
1409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1410 \begin_inset Text
1411
1412 \begin_layout Standard
1413
1414 \end_layout
1415
1416 \end_inset
1417 </cell>
1418 </row>
1419 <row topline="true" bottomline="true">
1420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1421 \begin_inset Text
1422
1423 \begin_layout Standard
1424
1425 \family roman
1426 \series medium
1427 \shape up
1428 \size normal
1429 \emph off
1430 \bar no
1431 \noun off
1432 \color none
1433 C
1434 \end_layout
1435
1436 \end_inset
1437 </cell>
1438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1439 \begin_inset Text
1440
1441 \begin_layout Standard
1442
1443 \end_layout
1444
1445 \end_inset
1446 </cell>
1447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1448 \begin_inset Text
1449
1450 \begin_layout Standard
1451
1452 \end_layout
1453
1454 \end_inset
1455 </cell>
1456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1457 \begin_inset Text
1458
1459 \begin_layout Standard
1460
1461 \end_layout
1462
1463 \end_inset
1464 </cell>
1465 </row>
1466 </lyxtabular>
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \begin_layout Section
1474 Diálogo Tablas
1475 \begin_inset LatexCommand index
1476 name "Tablas ! Diálogo"
1477
1478 \end_inset
1479
1480
1481 \end_layout
1482
1483 \begin_layout Standard
1484 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1485  pinchar sobre ella con el botón derecho del ratón.
1486  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1487  encuentra el cursor.
1488  La mayoría de opciones también trabajan sobre una selección de celdas,
1489  de filas o de columnas.
1490  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1491  su 
1492 \emph on
1493 contenido
1494 \emph default
1495 .
1496  En el cuadro de diálogo aparecen las siguientes solapas:
1497 \end_layout
1498
1499 \begin_layout Description
1500
1501 \family sans
1502 Configuración\InsetSpace ~
1503 de\InsetSpace ~
1504 Tabla
1505 \family default
1506  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1507  actual.
1508  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1509  Una anchura determinada permite tener saltos de línea y distintos párrafos
1510  de texto, ver sección \InsetSpace ~
1511
1512 \begin_inset LatexCommand ref
1513 reference "sub:Líneas-Múltiples-en"
1514
1515 \end_inset
1516
1517 .
1518  Si no estableces anchura, la columna será tan ancha como el contenido de
1519  la celda más ancha.
1520 \newline
1521 Además, puedes marcar una o más celdas de una fila como
1522  una celda multicolumna, ver sección\InsetSpace ~
1523
1524 \begin_inset LatexCommand ref
1525 reference "sub:Multicolumnas"
1526
1527 \end_inset
1528
1529 .
1530 \newline
1531 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1532  90º en el sentido de las agujas del reloj.
1533  La rotación no se ve en LyX, sí en la salida.
1534 \newline
1535
1536 \begin_inset Note Greyedout
1537 status open
1538
1539 \begin_layout Standard
1540
1541 \series bold
1542 Nota:
1543 \series default
1544  no todos los visores DVI pueden mostrar rotaciones.
1545 \end_layout
1546
1547 \end_inset
1548
1549
1550 \newline
1551 También es posible introducir argumentos LaTeX necesarios para formatos
1552  especiales, ver sección\InsetSpace ~
1553
1554 \begin_inset LatexCommand ref
1555 reference "sub:Cálculos-en-Multicolumnas"
1556
1557 \end_inset
1558
1559  y 
1560 \begin_inset LatexCommand ref
1561 reference "sec:Tablas-Coloreadas"
1562
1563 \end_inset
1564
1565 .
1566 \end_layout
1567
1568 \begin_layout Description
1569
1570 \family sans
1571 Bordes
1572 \family default
1573  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
1574 \end_layout
1575
1576 \begin_layout Description
1577
1578 \family sans
1579 Tabla\InsetSpace ~
1580 Larga
1581 \family default
1582  Para hacer 
1583 \emph on
1584 tablas largas
1585 \emph default
1586  que pueden extenderse por varias páginas.
1587  La sección\InsetSpace ~
1588
1589 \begin_inset LatexCommand ref
1590 reference "sec:Tablas-Largas"
1591
1592 \end_inset
1593
1594  describe su uso en detalle.
1595 \end_layout
1596
1597 \begin_layout Standard
1598 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
1599  con las teclas de flecha de celda en celda y la propiedad de la celda actual
1600  aparecerá inmediatamente en el diálogo.
1601 \end_layout
1602
1603 \begin_layout Section
1604 Barra de Herramientas de Tablas
1605 \begin_inset LatexCommand index
1606 name "Tablas ! Barra de Herramientas"
1607
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \begin_layout Standard
1614 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
1615  para cambiar las tablas de manera más rápida.
1616  Normalmente debería aparecer en la parte inferior de la ventana principal
1617  de LyX cuando el cursor está dentro de una tabla.
1618  En cualquier momento se puede presentar esta barra pinchando con el botón
1619  derecho del ratón en cualquier punto de la barra principal de menú.
1620 \end_layout
1621
1622 \begin_layout Standard
1623 La barra de herramientas tiene los siguientes iconos:
1624 \end_layout
1625
1626 \begin_layout Labeling
1627 \labelwidthstring 00.00.0000
1628 \begin_inset Graphics
1629         filename ../../images/tabular-feature_append-row.xpm
1630
1631 \end_inset
1632
1633  añade una fila bajo la celda actual o selección
1634 \end_layout
1635
1636 \begin_layout Labeling
1637 \labelwidthstring 00.00.0000
1638 \begin_inset Graphics
1639         filename ../../images/tabular-feature_append-column.xpm
1640
1641 \end_inset
1642
1643  añade una columna a la derecha de la celda actual o selección
1644 \end_layout
1645
1646 \begin_layout Labeling
1647 \labelwidthstring 00.00.0000
1648 \begin_inset Graphics
1649         filename ../../images/tabular-feature_delete-row.xpm
1650
1651 \end_inset
1652
1653  borra la fila actual o selección
1654 \end_layout
1655
1656 \begin_layout Labeling
1657 \labelwidthstring 00.00.0000
1658 \begin_inset Graphics
1659         filename ../../images/tabular-feature_delete-column.xpm
1660
1661 \end_inset
1662
1663  borra la columna actual o selección
1664 \end_layout
1665
1666 \begin_layout Labeling
1667 \labelwidthstring 00.00.0000
1668 \begin_inset Graphics
1669         filename ../../images/tabular-feature_toggle-line-top.xpm
1670
1671 \end_inset
1672
1673  añade una línea sobre la celda/fila actual o la selección
1674 \end_layout
1675
1676 \begin_layout Labeling
1677 \labelwidthstring 00.00.0000
1678 \begin_inset Graphics
1679         filename ../../images/tabular-feature_toggle-line-bottom.xpm
1680
1681 \end_inset
1682
1683  añade una línea bajo la celda/fila actual o la selección
1684 \end_layout
1685
1686 \begin_layout Labeling
1687 \labelwidthstring 00.00.0000
1688 \begin_inset Graphics
1689         filename ../../images/tabular-feature_toggle-line-left.xpm
1690
1691 \end_inset
1692
1693  añade una línea a la izquierda de la celda/fila actual o la selección
1694 \end_layout
1695
1696 \begin_layout Labeling
1697 \labelwidthstring 00.00.0000
1698 \begin_inset Graphics
1699         filename ../../images/tabular-feature_toggle-line-right.xpm
1700
1701 \end_inset
1702
1703  añade una línea a la derecha de la celda/fila actual o la selección
1704 \end_layout
1705
1706 \begin_layout Labeling
1707 \labelwidthstring 00.00.0000
1708 \begin_inset Graphics
1709         filename ../../images/tabular-feature_set-all-lines.xpm
1710
1711 \end_inset
1712
1713  añade líneas alrededor de la celda actual o seleccionadas (si la celda
1714  actual no es multicolumna esto afecta también a la fila y a la columna)
1715 \end_layout
1716
1717 \begin_layout Labeling
1718 \labelwidthstring 00.00.0000
1719 \begin_inset Graphics
1720         filename ../../images/tabular-feature_unset-all-lines.xpm
1721
1722 \end_inset
1723
1724  borra todas las líneas de la celda o celdas seleccionadas (si la celda
1725  actual no es multicolumna esto afecta también a la fila y a la columna)
1726 \end_layout
1727
1728 \begin_layout Labeling
1729 \labelwidthstring 00.00.0000
1730 \begin_inset Graphics
1731         filename ../../images/tabular-feature_align-left.xpm
1732
1733 \end_inset
1734
1735  alinea a la izquierda el contenido de la celda/columna
1736 \end_layout
1737
1738 \begin_layout Labeling
1739 \labelwidthstring 00.00.0000
1740 \begin_inset Graphics
1741         filename ../../images/tabular-feature_align-center.xpm
1742
1743 \end_inset
1744
1745  centra el contenido de la celda/columna horizontalmente
1746 \end_layout
1747
1748 \begin_layout Labeling
1749 \labelwidthstring 00.00.0000
1750 \begin_inset Graphics
1751         filename ../../images/tabular-feature_align-right.xpm
1752
1753 \end_inset
1754
1755  alinea a la derecha el contenido de la celda/columna
1756 \end_layout
1757
1758 \begin_layout Labeling
1759 \labelwidthstring 00.00.0000
1760 \begin_inset Graphics
1761         filename ../../images/tabular-feature_valign-top.xpm
1762
1763 \end_inset
1764
1765  alinea arriba el contenido de la celda
1766 \end_layout
1767
1768 \begin_layout Labeling
1769 \labelwidthstring 00.00.0000
1770 \begin_inset Graphics
1771         filename ../../images/tabular-feature_valign-middle.xpm
1772
1773 \end_inset
1774
1775  centra verticalmente el contenido de la celda
1776 \end_layout
1777
1778 \begin_layout Labeling
1779 \labelwidthstring 00.00.0000
1780 \begin_inset Graphics
1781         filename ../../images/tabular-feature_valign-bottom.xpm
1782
1783 \end_inset
1784
1785  alinea abajo el contenido de la celda
1786 \end_layout
1787
1788 \begin_layout Labeling
1789 \labelwidthstring 00.00.0000
1790 \begin_inset Graphics
1791         filename ../../images/tabular-feature_set-rotate-cell.xpm
1792
1793 \end_inset
1794
1795  gira la celda o selección 90° como las agujas de reloj
1796 \end_layout
1797
1798 \begin_layout Labeling
1799 \labelwidthstring 00.00.0000
1800 \begin_inset Graphics
1801         filename ../../images/tabular-feature_set-rotate-tabular.xpm
1802
1803 \end_inset
1804
1805  gira toda la tabla 90° como agujas del reloj
1806 \end_layout
1807
1808 \begin_layout Labeling
1809 \labelwidthstring 00.00.0000
1810 \begin_inset Graphics
1811         filename ../../images/tabular-feature_multicolumn.xpm
1812
1813 \end_inset
1814
1815  establece la celda actual o selección como multicolumna
1816 \end_layout
1817
1818 \begin_layout Section
1819 Menú Editar Tabla
1820 \begin_inset LatexCommand index
1821 name "Tablas ! Menú Editar"
1822
1823 \end_inset
1824
1825
1826 \end_layout
1827
1828 \begin_layout Standard
1829 Además del diálogo y la barra de herramientas, el menú 
1830 \family sans
1831 Editar\SpecialChar \menuseparator
1832 Tabla
1833 \family default
1834  permite añadir y borrar bordes para la fila/columna actual y establecer
1835  la selección como multicolumna.
1836  El menú sólo está disponible si el cursor está en la tabla.
1837 \end_layout
1838
1839 \begin_layout Section
1840 Tablas Flotantes
1841 \begin_inset LatexCommand label
1842 name "sec:Tablas-Flotantes"
1843
1844 \end_inset
1845
1846
1847 \begin_inset LatexCommand index
1848 name "Flotantes ! Tablas"
1849
1850 \end_inset
1851
1852
1853 \begin_inset LatexCommand index
1854 name "Tablas ! Flotantes"
1855
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \begin_layout Standard
1862 Para una explicación general sobre flotantes, echa un vistazo a la sección\InsetSpace ~
1863
1864 \begin_inset LatexCommand ref
1865 reference "sec:IntroducciónFlotantes"
1866
1867 \end_inset
1868
1869 .
1870 \end_layout
1871
1872 \begin_layout Standard
1873 \begin_inset Float table
1874 placement h
1875 wide false
1876 sideways false
1877 status open
1878
1879 \begin_layout Standard
1880 \begin_inset Caption
1881
1882 \begin_layout Standard
1883 \begin_inset LatexCommand label
1884 name "tab:una tabla flotante"
1885
1886 \end_inset
1887
1888 Una tabla flotante.
1889 \end_layout
1890
1891 \end_inset
1892
1893
1894 \end_layout
1895
1896 \begin_layout Standard
1897 \align center
1898 \begin_inset Tabular
1899 <lyxtabular version="3" rows="3" columns="3">
1900 <features>
1901 <column alignment="center" valignment="top" leftline="true" width="0pt">
1902 <column alignment="center" valignment="top" leftline="true" width="0pt">
1903 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1904 <row topline="true" bottomline="true">
1905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Standard
1909
1910 \family roman
1911 \series medium
1912 \shape up
1913 \size normal
1914 \emph off
1915 \bar no
1916 \noun off
1917 \color none
1918 1
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Standard
1927
1928 \family roman
1929 \series medium
1930 \shape up
1931 \size normal
1932 \emph off
1933 \bar no
1934 \noun off
1935 \color none
1936 2
1937 \end_layout
1938
1939 \end_inset
1940 </cell>
1941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1942 \begin_inset Text
1943
1944 \begin_layout Standard
1945
1946 \family roman
1947 \series medium
1948 \shape up
1949 \size normal
1950 \emph off
1951 \bar no
1952 \noun off
1953 \color none
1954 3
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 </row>
1960 <row topline="true">
1961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1962 \begin_inset Text
1963
1964 \begin_layout Standard
1965
1966 \family roman
1967 \series medium
1968 \shape up
1969 \size normal
1970 \emph off
1971 \bar no
1972 \noun off
1973 \color none
1974 Pepe
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1980 \begin_inset Text
1981
1982 \begin_layout Standard
1983
1984 \family roman
1985 \series medium
1986 \shape up
1987 \size normal
1988 \emph off
1989 \bar no
1990 \noun off
1991 \color none
1992 Mari
1993 \end_layout
1994
1995 \end_inset
1996 </cell>
1997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1998 \begin_inset Text
1999
2000 \begin_layout Standard
2001
2002 \family roman
2003 \series medium
2004 \shape up
2005 \size normal
2006 \emph off
2007 \bar no
2008 \noun off
2009 \color none
2010 Teo
2011 \end_layout
2012
2013 \end_inset
2014 </cell>
2015 </row>
2016 <row topline="true" bottomline="true">
2017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2018 \begin_inset Text
2019
2020 \begin_layout Standard
2021
2022 \family roman
2023 \series medium
2024 \shape up
2025 \size normal
2026 \emph off
2027 \bar no
2028 \noun off
2029 \color none
2030 \begin_inset Formula $\int x^{2}dx$
2031 \end_inset
2032
2033
2034 \end_layout
2035
2036 \end_inset
2037 </cell>
2038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2039 \begin_inset Text
2040
2041 \begin_layout Standard
2042
2043 \family roman
2044 \series medium
2045 \shape up
2046 \size normal
2047 \emph off
2048 \bar no
2049 \noun off
2050 \color none
2051 \begin_inset Formula $\left[\begin{array}{cc}
2052 a & b\\
2053 c & d\end{array}\right]$
2054 \end_inset
2055
2056
2057 \end_layout
2058
2059 \end_inset
2060 </cell>
2061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2062 \begin_inset Text
2063
2064 \begin_layout Standard
2065
2066 \family roman
2067 \series medium
2068 \shape up
2069 \size normal
2070 \emph off
2071 \bar no
2072 \noun off
2073 \color none
2074 \begin_inset Formula $1+1=2$
2075 \end_inset
2076
2077
2078 \end_layout
2079
2080 \end_inset
2081 </cell>
2082 </row>
2083 </lyxtabular>
2084
2085 \end_inset
2086
2087
2088 \end_layout
2089
2090 \end_inset
2091
2092
2093 \end_layout
2094
2095 \begin_layout Standard
2096 Las tablas flotantes pueden insertarse con el menú 
2097 \family sans
2098 Insertar\SpecialChar \menuseparator
2099 Flotante\SpecialChar \menuseparator
2100 Tabla
2101 \family default
2102  o con el botón 
2103 \begin_inset Graphics
2104         filename ../../images/float-insert_table.xpm
2105         scale 85
2106
2107 \end_inset
2108
2109 .
2110 \end_layout
2111
2112 \begin_layout Standard
2113 El flotante se muestra como un cuadro desplegable con la etiqueta 
2114 \begin_inset Quotes eld
2115 \end_inset
2116
2117 Tabla\InsetSpace ~
2118 #:
2119 \begin_inset Quotes erd
2120 \end_inset
2121
2122  (# es el número actual).
2123  El texto que sigue a dicha etiqueta es el encabezado de tabla.
2124  Para insertar una tabla en el flotante se sitúa el cursor al final del
2125  texto del encabezado y se pulsa Enter.
2126  El encabezado se imprime encima de la tabla.
2127 \end_layout
2128
2129 \begin_layout Standard
2130 La tabla\InsetSpace ~
2131
2132 \begin_inset LatexCommand ref
2133 reference "tab:una tabla flotante"
2134
2135 \end_inset
2136
2137  es un ejemplo de tabla flotante.
2138 \end_layout
2139
2140 \begin_layout Standard
2141 Lo habitual es poner el encabezado sobre la tabla, lo que desafortunadamente
2142  no es soportado en las clases estándar de LaTeX.
2143  Esto significa que si estás usando las clases de documento 
2144 \family sans
2145 article
2146 \family default
2147
2148 \family sans
2149 book
2150 \family default
2151
2152 \family sans
2153 letter
2154 \family default
2155 , o 
2156 \family sans
2157 report
2158 \family default
2159  no habrá espacio entre el encabezado y la tabla.
2160  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2161  del documento la siguiente opción al comando del paquete de LaTeX 
2162 \series bold
2163 caption
2164 \series default
2165
2166 \begin_inset LatexCommand index
2167 name "LaTeX-paquetes ! caption"
2168
2169 \end_inset
2170
2171
2172 \begin_inset Foot
2173 status open
2174
2175 \begin_layout Standard
2176 Para más información ve a la sección\InsetSpace ~
2177
2178 \begin_inset LatexCommand ref
2179 reference "sec:Colocación-de-Encabezados"
2180
2181 \end_inset
2182
2183 .
2184 \end_layout
2185
2186 \end_inset
2187
2188 :
2189 \end_layout
2190
2191 \begin_layout Standard
2192
2193 \series bold
2194 tableposition=top
2195 \end_layout
2196
2197 \begin_layout Standard
2198 El formato del encabezado se puede controlar mediante el paquete de LaTeX
2199  
2200 \series bold
2201 caption
2202 \series default
2203  como se describe en la sección\InsetSpace ~
2204
2205 \begin_inset LatexCommand ref
2206 reference "sec:Formato-de-Encabezados"
2207
2208 \end_inset
2209
2210 .
2211  
2212 \end_layout
2213
2214 \begin_layout Standard
2215 \begin_inset LatexCommand index
2216 name "Referencias ! a Tablas"
2217
2218 \end_inset
2219
2220 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2221  etiqueta.
2222  Para hacerlo inserta una etiqueta en el encabezado con el menú 
2223 \family sans
2224 Insertar\SpecialChar \menuseparator
2225 Etiqueta
2226 \family default
2227  o con el botón 
2228 \begin_inset Graphics
2229         filename ../../images/label-insert.xpm
2230         scale 85
2231
2232 \end_inset
2233
2234 .
2235  Ahora puedes referenciar la etiqueta con el menú 
2236 \family sans
2237 Insertar\SpecialChar \menuseparator
2238 Referencia\InsetSpace ~
2239 cruzada
2240 \family default
2241  o con el botón 
2242 \begin_inset Graphics
2243         filename ../../images/dialog-show-new-inset_ref.xpm
2244         scale 85
2245
2246 \end_inset
2247
2248 .
2249 \newline
2250 Las referencias se explican con detalle en la sección\InsetSpace ~
2251
2252 \begin_inset LatexCommand ref
2253 reference "sec:Referencias-a-Flotantes"
2254
2255 \end_inset
2256
2257 .
2258 \end_layout
2259
2260 \begin_layout Section
2261 Tablas Largas
2262 \begin_inset LatexCommand label
2263 name "sec:Tablas-Largas"
2264
2265 \end_inset
2266
2267
2268 \begin_inset LatexCommand index
2269 name "Tablas Largas"
2270
2271 \end_inset
2272
2273
2274 \begin_inset LatexCommand index
2275 name "Tablas ! Largas"
2276
2277 \end_inset
2278
2279
2280 \end_layout
2281
2282 \begin_layout Standard
2283 Si la tabla es demasiado larga para una página, puedes usar la opción 
2284 \family sans
2285 Usar\InsetSpace ~
2286 tabla\InsetSpace ~
2287 larga
2288 \family default
2289  en la solapa 
2290 \family sans
2291 Tabla\InsetSpace ~
2292 larga
2293 \family default
2294  del diálogo de tablas, para repartir automáticamente la tabla en varias
2295  páginas.
2296  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2297 \end_layout
2298
2299 \begin_layout Description
2300
2301 \family sans
2302 Encabezado:
2303 \family default
2304  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2305  definida, se definen como filas de encabezado para todas las páginas de
2306  la tabla, excepto para la primera página si 
2307 \family sans
2308 Primer\InsetSpace ~
2309 encabezado
2310 \family default
2311  está definido.
2312  Este se denomina encabezado principal.
2313 \end_layout
2314
2315 \begin_layout Description
2316
2317 \family sans
2318 Primer\InsetSpace ~
2319 encabezado:
2320 \family default
2321  La fila actual y superiores, que no tienen ninguna opción especial definida,
2322  se definen como filas cabeceras de la primera página de la tabla.
2323 \end_layout
2324
2325 \begin_layout Description
2326
2327 \family sans
2328 Pie:
2329 \family default
2330  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2331  definida, se definen como filas de pie de todas las páginas de la tabla,
2332  excepto para la última página si se define 
2333 \family sans
2334 Último\InsetSpace ~
2335 pie.
2336 \end_layout
2337
2338 \begin_layout Description
2339
2340 \family sans
2341 Último\InsetSpace ~
2342 pie: L
2343 \family default
2344 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2345  se definen como filas de pie de la última página de la tabla.
2346 \end_layout
2347
2348 \begin_layout Standard
2349 También se puede especificar en qué fila se ha de cortar la tabla.
2350  Si se establece más de una opción en la misma fila, habría que tener en
2351  cuenta que solo la primera de ellas se usa en la fila dada.
2352  Las otras quedarán definidas como 
2353 \emph on
2354 vacías
2355 \emph default
2356 .
2357  En este contexto, primera significa primero en este orden: 
2358 \family sans
2359 Encabezado, Primer\InsetSpace ~
2360 encabezado
2361 \family default
2362
2363 \family sans
2364 Pie, Último\InsetSpace ~
2365 pie
2366 \family default
2367 .
2368  La siguiente tabla muestra cómo funciona:
2369 \end_layout
2370
2371 \begin_layout Standard
2372
2373 \end_layout
2374
2375 \begin_layout Standard
2376 \align center
2377 \begin_inset Tabular
2378 <lyxtabular version="3" rows="69" columns="3">
2379 <features islongtable="true">
2380 <column alignment="left" valignment="top" leftline="true" width="0cm">
2381 <column alignment="left" valignment="top" width="0pt">
2382 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2383 <row topline="true" bottomline="true" endfirsthead="true">
2384 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2385 \begin_inset Text
2386
2387 \begin_layout Standard
2388
2389 \series bold
2390 Ejemplo de lista telefónica (ignore los nombres)
2391 \end_layout
2392
2393 \end_inset
2394 </cell>
2395 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2396 \begin_inset Text
2397
2398 \begin_layout Standard
2399
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2405 \begin_inset Text
2406
2407 \begin_layout Standard
2408
2409 \end_layout
2410
2411 \end_inset
2412 </cell>
2413 </row>
2414 <row topline="true" bottomline="true" endfirsthead="true">
2415 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2416 \begin_inset Text
2417
2418 \begin_layout Standard
2419
2420 \series bold
2421 NOMBRE
2422 \end_layout
2423
2424 \end_inset
2425 </cell>
2426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2427 \begin_inset Text
2428
2429 \begin_layout Standard
2430
2431 \end_layout
2432
2433 \end_inset
2434 </cell>
2435 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2436 \begin_inset Text
2437
2438 \begin_layout Standard
2439
2440 \series bold
2441 TEL.
2442 \end_layout
2443
2444 \end_inset
2445 </cell>
2446 </row>
2447 <row topline="true" bottomline="true" endhead="true">
2448 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2449 \begin_inset Text
2450
2451 \begin_layout Standard
2452
2453 \series bold
2454 Ejemplo de lista telefónica
2455 \end_layout
2456
2457 \end_inset
2458 </cell>
2459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2460 \begin_inset Text
2461
2462 \begin_layout Standard
2463
2464 \end_layout
2465
2466 \end_inset
2467 </cell>
2468 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2469 \begin_inset Text
2470
2471 \begin_layout Standard
2472
2473 \end_layout
2474
2475 \end_inset
2476 </cell>
2477 </row>
2478 <row topline="true" bottomline="true" endhead="true">
2479 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2480 \begin_inset Text
2481
2482 \begin_layout Standard
2483
2484 \series bold
2485 NOMBRE
2486 \end_layout
2487
2488 \end_inset
2489 </cell>
2490 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2491 \begin_inset Text
2492
2493 \begin_layout Standard
2494
2495 \end_layout
2496
2497 \end_inset
2498 </cell>
2499 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2500 \begin_inset Text
2501
2502 \begin_layout Standard
2503
2504 \series bold
2505 TEL.
2506 \end_layout
2507
2508 \end_inset
2509 </cell>
2510 </row>
2511 <row topline="true" bottomline="true" endfoot="true">
2512 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2513 \begin_inset Text
2514
2515 \begin_layout Standard
2516  continúa en la página siguiente
2517 \end_layout
2518
2519 \end_inset
2520 </cell>
2521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2522 \begin_inset Text
2523
2524 \begin_layout Standard
2525
2526 \end_layout
2527
2528 \end_inset
2529 </cell>
2530 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2531 \begin_inset Text
2532
2533 \begin_layout Standard
2534
2535 \end_layout
2536
2537 \end_inset
2538 </cell>
2539 </row>
2540 <row>
2541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2542 \begin_inset Text
2543
2544 \begin_layout Standard
2545
2546 \series bold
2547 Annovi
2548 \end_layout
2549
2550 \end_inset
2551 </cell>
2552 <cell alignment="center" valignment="top" topline="true" usebox="none">
2553 \begin_inset Text
2554
2555 \begin_layout Standard
2556 Silvia
2557 \end_layout
2558
2559 \end_inset
2560 </cell>
2561 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2562 \begin_inset Text
2563
2564 \begin_layout Standard
2565 111
2566 \end_layout
2567
2568 \end_inset
2569 </cell>
2570 </row>
2571 <row>
2572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2573 \begin_inset Text
2574
2575 \begin_layout Standard
2576
2577 \series bold
2578 Bertoli
2579 \end_layout
2580
2581 \end_inset
2582 </cell>
2583 <cell alignment="center" valignment="top" topline="true" usebox="none">
2584 \begin_inset Text
2585
2586 \begin_layout Standard
2587 Stefano
2588 \end_layout
2589
2590 \end_inset
2591 </cell>
2592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2593 \begin_inset Text
2594
2595 \begin_layout Standard
2596 111
2597 \end_layout
2598
2599 \end_inset
2600 </cell>
2601 </row>
2602 <row>
2603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2604 \begin_inset Text
2605
2606 \begin_layout Standard
2607
2608 \series bold
2609 Bozzi
2610 \end_layout
2611
2612 \end_inset
2613 </cell>
2614 <cell alignment="center" valignment="top" topline="true" usebox="none">
2615 \begin_inset Text
2616
2617 \begin_layout Standard
2618 Walter
2619 \end_layout
2620
2621 \end_inset
2622 </cell>
2623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2624 \begin_inset Text
2625
2626 \begin_layout Standard
2627 111
2628 \end_layout
2629
2630 \end_inset
2631 </cell>
2632 </row>
2633 <row>
2634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2635 \begin_inset Text
2636
2637 \begin_layout Standard
2638
2639 \series bold
2640 Cachia
2641 \end_layout
2642
2643 \end_inset
2644 </cell>
2645 <cell alignment="center" valignment="top" topline="true" usebox="none">
2646 \begin_inset Text
2647
2648 \begin_layout Standard
2649 Maria
2650 \end_layout
2651
2652 \end_inset
2653 </cell>
2654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2655 \begin_inset Text
2656
2657 \begin_layout Standard
2658 111
2659 \end_layout
2660
2661 \end_inset
2662 </cell>
2663 </row>
2664 <row>
2665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2666 \begin_inset Text
2667
2668 \begin_layout Standard
2669
2670 \series bold
2671 Cachia
2672 \end_layout
2673
2674 \end_inset
2675 </cell>
2676 <cell alignment="center" valignment="top" topline="true" usebox="none">
2677 \begin_inset Text
2678
2679 \begin_layout Standard
2680 Maurizio
2681 \end_layout
2682
2683 \end_inset
2684 </cell>
2685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2686 \begin_inset Text
2687
2688 \begin_layout Standard
2689 111
2690 \end_layout
2691
2692 \end_inset
2693 </cell>
2694 </row>
2695 <row>
2696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2697 \begin_inset Text
2698
2699 \begin_layout Standard
2700
2701 \series bold
2702 Cinquemani
2703 \end_layout
2704
2705 \end_inset
2706 </cell>
2707 <cell alignment="center" valignment="top" topline="true" usebox="none">
2708 \begin_inset Text
2709
2710 \begin_layout Standard
2711 Giusi
2712 \end_layout
2713
2714 \end_inset
2715 </cell>
2716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2717 \begin_inset Text
2718
2719 \begin_layout Standard
2720 111
2721 \end_layout
2722
2723 \end_inset
2724 </cell>
2725 </row>
2726 <row>
2727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2728 \begin_inset Text
2729
2730 \begin_layout Standard
2731
2732 \series bold
2733 Colin
2734 \end_layout
2735
2736 \end_inset
2737 </cell>
2738 <cell alignment="center" valignment="top" topline="true" usebox="none">
2739 \begin_inset Text
2740
2741 \begin_layout Standard
2742 Bernard
2743 \end_layout
2744
2745 \end_inset
2746 </cell>
2747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2748 \begin_inset Text
2749
2750 \begin_layout Standard
2751 111
2752 \end_layout
2753
2754 \end_inset
2755 </cell>
2756 </row>
2757 <row>
2758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2759 \begin_inset Text
2760
2761 \begin_layout Standard
2762
2763 \series bold
2764 Concli
2765 \end_layout
2766
2767 \end_inset
2768 </cell>
2769 <cell alignment="center" valignment="top" topline="true" usebox="none">
2770 \begin_inset Text
2771
2772 \begin_layout Standard
2773 Gianfranco
2774 \end_layout
2775
2776 \end_inset
2777 </cell>
2778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Standard
2782 111
2783 \end_layout
2784
2785 \end_inset
2786 </cell>
2787 </row>
2788 <row>
2789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2790 \begin_inset Text
2791
2792 \begin_layout Standard
2793
2794 \series bold
2795 Dal Bosco
2796 \end_layout
2797
2798 \end_inset
2799 </cell>
2800 <cell alignment="center" valignment="top" topline="true" usebox="none">
2801 \begin_inset Text
2802
2803 \begin_layout Standard
2804 Carolina
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2810 \begin_inset Text
2811
2812 \begin_layout Standard
2813 111
2814 \end_layout
2815
2816 \end_inset
2817 </cell>
2818 </row>
2819 <row>
2820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Standard
2824
2825 \series bold
2826 Dalpiaz
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 <cell alignment="center" valignment="top" topline="true" usebox="none">
2832 \begin_inset Text
2833
2834 \begin_layout Standard
2835 Annamaria
2836 \end_layout
2837
2838 \end_inset
2839 </cell>
2840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2841 \begin_inset Text
2842
2843 \begin_layout Standard
2844 111
2845 \end_layout
2846
2847 \end_inset
2848 </cell>
2849 </row>
2850 <row>
2851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2852 \begin_inset Text
2853
2854 \begin_layout Standard
2855
2856 \series bold
2857 Feliciello
2858 \end_layout
2859
2860 \end_inset
2861 </cell>
2862 <cell alignment="center" valignment="top" topline="true" usebox="none">
2863 \begin_inset Text
2864
2865 \begin_layout Standard
2866 Domenico
2867 \end_layout
2868
2869 \end_inset
2870 </cell>
2871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2872 \begin_inset Text
2873
2874 \begin_layout Standard
2875 111
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 </row>
2881 <row>
2882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2883 \begin_inset Text
2884
2885 \begin_layout Standard
2886
2887 \series bold
2888 Focarelli
2889 \end_layout
2890
2891 \end_inset
2892 </cell>
2893 <cell alignment="center" valignment="top" topline="true" usebox="none">
2894 \begin_inset Text
2895
2896 \begin_layout Standard
2897 Paola
2898 \end_layout
2899
2900 \end_inset
2901 </cell>
2902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Standard
2906 111
2907 \end_layout
2908
2909 \end_inset
2910 </cell>
2911 </row>
2912 <row>
2913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2914 \begin_inset Text
2915
2916 \begin_layout Standard
2917
2918 \series bold
2919 Galletti
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 <cell alignment="center" valignment="top" topline="true" usebox="none">
2925 \begin_inset Text
2926
2927 \begin_layout Standard
2928 Oreste
2929 \end_layout
2930
2931 \end_inset
2932 </cell>
2933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Standard
2937 111
2938 \end_layout
2939
2940 \end_inset
2941 </cell>
2942 </row>
2943 <row>
2944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2945 \begin_inset Text
2946
2947 \begin_layout Standard
2948
2949 \series bold
2950 Gasparini
2951 \end_layout
2952
2953 \end_inset
2954 </cell>
2955 <cell alignment="center" valignment="top" topline="true" usebox="none">
2956 \begin_inset Text
2957
2958 \begin_layout Standard
2959 Franca
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2965 \begin_inset Text
2966
2967 \begin_layout Standard
2968 111
2969 \end_layout
2970
2971 \end_inset
2972 </cell>
2973 </row>
2974 <row>
2975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Standard
2979
2980 \series bold
2981 Rizzardi
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 <cell alignment="center" valignment="top" topline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Standard
2990 Paola
2991 \end_layout
2992
2993 \end_inset
2994 </cell>
2995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Standard
2999 111
3000 \end_layout
3001
3002 \end_inset
3003 </cell>
3004 </row>
3005 <row>
3006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3007 \begin_inset Text
3008
3009 \begin_layout Standard
3010
3011 \series bold
3012 Lassini
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 <cell alignment="center" valignment="top" topline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Standard
3021 Giancarlo
3022 \end_layout
3023
3024 \end_inset
3025 </cell>
3026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3027 \begin_inset Text
3028
3029 \begin_layout Standard
3030 111
3031 \end_layout
3032
3033 \end_inset
3034 </cell>
3035 </row>
3036 <row>
3037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Standard
3041
3042 \series bold
3043 Malfatti
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 <cell alignment="center" valignment="top" topline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Standard
3052 Luciano
3053 \end_layout
3054
3055 \end_inset
3056 </cell>
3057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3058 \begin_inset Text
3059
3060 \begin_layout Standard
3061 111
3062 \end_layout
3063
3064 \end_inset
3065 </cell>
3066 </row>
3067 <row>
3068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Standard
3072
3073 \series bold
3074 Malfatti
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 <cell alignment="center" valignment="top" topline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Standard
3083 Valeriano
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3089 \begin_inset Text
3090
3091 \begin_layout Standard
3092 111
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 </row>
3098 <row>
3099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Standard
3103
3104 \series bold
3105 Meneguzzo
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" topline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Standard
3114 Roberto
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Standard
3123 111
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 </row>
3129 <row>
3130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Standard
3134
3135 \series bold
3136 Mezzadra
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 <cell alignment="center" valignment="top" topline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Standard
3145 Roberto
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Standard
3154 111
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 </row>
3160 <row>
3161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Standard
3165
3166 \series bold
3167 Pirpamer
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 <cell alignment="center" valignment="top" topline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Standard
3176 Erich
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Standard
3185 111
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 </row>
3191 <row>
3192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Standard
3196
3197 \series bold
3198 Pochiesa
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 <cell alignment="center" valignment="top" topline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Standard
3207 Paolo
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Standard
3216 111, 222
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 </row>
3222 <row>
3223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Standard
3227
3228 \series bold
3229 Radina
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 <cell alignment="center" valignment="top" topline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Standard
3238 Claudio
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Standard
3247 111
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 </row>
3253 <row>
3254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Standard
3258
3259 \series bold
3260 Stuffer
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell alignment="center" valignment="top" topline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Standard
3269 Oskar
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Standard
3278 111
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 </row>
3284 <row>
3285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Standard
3289
3290 \series bold
3291 Tacchelli
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 <cell alignment="center" valignment="top" topline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Standard
3300 Ugo
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Standard
3309 111
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 </row>
3315 <row>
3316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Standard
3320
3321 \series bold
3322 Tezzele
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" topline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Standard
3331 Margit
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Standard
3340 111
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 </row>
3346 <row>
3347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Standard
3351
3352 \series bold
3353 Unterkalmsteiner
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" topline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Standard
3362 Frieda
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Standard
3371 111
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 </row>
3377 <row>
3378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Standard
3382
3383 \series bold
3384 Vieider
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell alignment="center" valignment="top" topline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Standard
3393 Hilde
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Standard
3402 111
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 </row>
3408 <row>
3409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Standard
3413
3414 \series bold
3415 Vigna
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" topline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Standard
3424 Jürgen
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Standard
3433 111
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 <row>
3440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Standard
3444
3445 \series bold
3446 Weber
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" topline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Standard
3455 Maurizio
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Standard
3464 111
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 </row>
3470 <row bottomline="true">
3471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Standard
3475
3476 \series bold
3477 Winkler
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" topline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Standard
3486 Franz
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Standard
3495 111
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 </row>
3501 <row bottomline="true">
3502 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Standard
3506  
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Standard
3515
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Standard
3524
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 </row>
3530 <row>
3531 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Standard
3535
3536 \series bold
3537 Annovi
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" topline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Standard
3546 Silvia
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Standard
3555 555
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 </row>
3561 <row>
3562 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Standard
3566
3567 \series bold
3568 Bertoli
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" topline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Standard
3577 Stefano
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Standard
3586 555
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Standard
3597
3598 \series bold
3599 Bozzi
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" topline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Standard
3608 Walter
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Standard
3617 555
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 </row>
3623 <row>
3624 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Standard
3628
3629 \series bold
3630 Cachia
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" topline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Standard
3639 Maria
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Standard
3648 555
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 </row>
3654 <row>
3655 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Standard
3659
3660 \series bold
3661 Cachia
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" topline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Standard
3670 Maurizio
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Standard
3679 555
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 </row>
3685 <row>
3686 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Standard
3690
3691 \series bold
3692 Cinquemani
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" topline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Standard
3701 Giusi
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Standard
3710 555
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 </row>
3716 <row>
3717 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Standard
3721
3722 \series bold
3723 Colin
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" topline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Standard
3732 Bernard
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Standard
3741 555
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 </row>
3747 <row>
3748 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Standard
3752
3753 \series bold
3754 Concli
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" topline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Standard
3763 Gianfranco
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Standard
3772 555
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 </row>
3778 <row>
3779 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Standard
3783
3784 \series bold
3785 Dal Bosco
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" topline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Standard
3794 Carolina
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Standard
3803 555
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 </row>
3809 <row>
3810 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Standard
3814
3815 \series bold
3816 Dalpiaz
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" topline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Standard
3825 Annamaria
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Standard
3834 555
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 </row>
3840 <row>
3841 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Standard
3845
3846 \series bold
3847 Feliciello
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" topline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Standard
3856 Domenico
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Standard
3865 555
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 </row>
3871 <row>
3872 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Standard
3876
3877 \series bold
3878 Focarelli
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" topline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Standard
3887 Paola
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Standard
3896 555
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 </row>
3902 <row>
3903 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Standard
3907
3908 \series bold
3909 Galletti
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" topline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Standard
3918 Oreste
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Standard
3927 555
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 </row>
3933 <row>
3934 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Standard
3938
3939 \series bold
3940 Gasparini
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" topline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Standard
3949 Franca
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Standard
3958 555
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 </row>
3964 <row>
3965 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Standard
3969
3970 \series bold
3971 Rizzardi
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" topline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Standard
3980 Paola
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Standard
3989 555
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 </row>
3995 <row>
3996 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Standard
4000
4001 \series bold
4002 Lassini
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" topline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Standard
4011 Giancarlo
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Standard
4020 555
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 </row>
4026 <row>
4027 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Standard
4031
4032 \series bold
4033 Malfatti
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" topline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Standard
4042 Luciano
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Standard
4051 555
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 </row>
4057 <row>
4058 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Standard
4062
4063 \series bold
4064 Malfatti
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" topline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Standard
4073 Valeriano
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Standard
4082 555
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 </row>
4088 <row>
4089 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Standard
4093
4094 \series bold
4095 Meneguzzo
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" topline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Standard
4104 Roberto
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Standard
4113 555
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 </row>
4119 <row>
4120 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Standard
4124
4125 \series bold
4126 Mezzadra
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" topline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Standard
4135 Roberto
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Standard
4144 555
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 </row>
4150 <row>
4151 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Standard
4155
4156 \series bold
4157 Pirpamer
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" topline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Standard
4166 Erich
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Standard
4175 555
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 </row>
4181 <row>
4182 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Standard
4186
4187 \series bold
4188 Pochiesa
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" topline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Standard
4197 Paolo
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Standard
4206 555, 222
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 </row>
4212 <row>
4213 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Standard
4217
4218 \series bold
4219 Radina
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" topline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Standard
4228 Claudio
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Standard
4237 555
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 </row>
4243 <row>
4244 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Standard
4248
4249 \series bold
4250 Stuffer
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell alignment="center" valignment="top" topline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Standard
4259 Oskar
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Standard
4268 555
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 </row>
4274 <row>
4275 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Standard
4279
4280 \series bold
4281 Tacchelli
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" topline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Standard
4290 Ugo
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Standard
4299 555
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 </row>
4305 <row>
4306 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Standard
4310
4311 \series bold
4312 Tezzele
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" topline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Standard
4321 Margit
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Standard
4330 555
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 <row>
4337 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Standard
4341
4342 \series bold
4343 Unterkalmsteiner
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" topline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Standard
4352 Frieda
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Standard
4361 555
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Standard
4372
4373 \series bold
4374 Vieider
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" topline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Standard
4383 Hilde
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Standard
4392 555
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Standard
4403
4404 \series bold
4405 Vigna
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" topline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Standard
4414 Jürgen
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Standard
4423 999
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Standard
4434
4435 \series bold
4436 Weber
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" topline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Standard
4445 Maurizio
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Standard
4454 555
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 </row>
4460 <row bottomline="true">
4461 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Standard
4465
4466 \series bold
4467 Winkler
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" topline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Standard
4476 Franz
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Standard
4485 555
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 </row>
4491 <row bottomline="true" endlastfoot="true">
4492 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Standard
4496 fin
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Standard
4505
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Standard
4514
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 </row>
4520 </lyxtabular>
4521
4522 \end_inset
4523
4524
4525 \begin_inset ERT
4526 status collapsed
4527
4528 \begin_layout Standard
4529
4530
4531 \backslash
4532 addtocounter{table}{-1}
4533 \end_layout
4534
4535 \end_inset
4536
4537
4538 \begin_inset Note Note
4539 status open
4540
4541 \begin_layout Standard
4542 Para comprender el uso de este comando, lee al final de la sección\InsetSpace ~
4543 2.6.2 la
4544  primera nota resaltada en gris.
4545  
4546 \end_layout
4547
4548 \end_inset
4549
4550
4551 \end_layout
4552
4553 \begin_layout Subsection
4554 Notas al pie en Tablas Largas
4555 \begin_inset LatexCommand label
4556 name "sub:Notas-al-pie-en-Tablas-Largas"
4557
4558 \end_inset
4559
4560
4561 \begin_inset LatexCommand index
4562 name "Tablas Largas ! Notas al pie"
4563
4564 \end_inset
4565
4566
4567 \end_layout
4568
4569 \begin_layout Standard
4570 Se pueden insertar notas al pie en cada celda de una tabla larga.
4571  Salen abajo en la página donde esté la celda con la nota.
4572  La tabla\InsetSpace ~
4573
4574 \begin_inset LatexCommand ref
4575 reference "tab:DifEncabezados"
4576
4577 \end_inset
4578
4579  tiene un ejemplo de nota al pie.
4580 \end_layout
4581
4582 \begin_layout Subsection
4583 Encabezados en Tablas Largas
4584 \begin_inset LatexCommand index
4585 name "Tablas Largas ! Encabezados"
4586
4587 \end_inset
4588
4589
4590 \end_layout
4591
4592 \begin_layout Standard
4593 Una tabla larga no se puede poner flotante porque los flotantes solo pueden
4594  estar en una página, aunque el entorno 
4595 \family sans
4596 encabezado
4597 \family default
4598  de flotantes sí puede usarse para tablas largas.
4599 \end_layout
4600
4601 \begin_layout Standard
4602 LyX todavía no soporta totalmente encabezados en tablas largas, de modo
4603  que hay que crearlos de la sigiente forma:
4604 \end_layout
4605
4606 \begin_layout Enumerate
4607 Crea una tabla larga.
4608 \end_layout
4609
4610 \begin_layout Enumerate
4611 Marca la primera fila y deshabilita su línea superior.
4612 \end_layout
4613
4614 \begin_layout Enumerate
4615 Inserta un encabezado con el menú 
4616 \family sans
4617 Insertar\SpecialChar \menuseparator
4618 Encabezado
4619 \family default
4620  en la primera celda.
4621 \newline
4622 También puedes añadir un 
4623 \family sans
4624 título breve
4625 \family default
4626  para el encabezado.
4627 \end_layout
4628
4629 \begin_layout Enumerate
4630 Inserta un 
4631 \begin_inset Quotes eld
4632 \end_inset
4633
4634
4635 \series bold
4636
4637 \backslash
4638
4639 \backslash
4640 %
4641 \series default
4642
4643 \begin_inset Quotes erd
4644 \end_inset
4645
4646  como ERT detrás del encabezado.
4647 \end_layout
4648
4649 \begin_layout Standard
4650 En la Lista de Tablas aparecerá el título breve en vez del título completo.
4651  El 
4652 \series bold
4653
4654 \begin_inset Quotes eld
4655 \end_inset
4656
4657
4658 \backslash
4659
4660 \backslash
4661 %
4662 \series default
4663
4664 \begin_inset Quotes erd
4665 \end_inset
4666
4667  detrás del encabezado elimina las líneas verticales entre las siguientes
4668  celdas de la fila.
4669  Ahora, la primera fila de la tabla es solo una fila postiza para el encabezado,
4670  la tabla real comienza en la segunda fila.
4671 \end_layout
4672
4673 \begin_layout Standard
4674 He aquí una pequeña tabla larga para mostrar cómo funciona:
4675 \end_layout
4676
4677 \begin_layout Standard
4678 \begin_inset Tabular
4679 <lyxtabular version="3" rows="6" columns="5">
4680 <features islongtable="true">
4681 <column alignment="center" valignment="top" leftline="true" width="0">
4682 <column alignment="center" valignment="top" leftline="true" width="0">
4683 <column alignment="center" valignment="top" leftline="true" width="0">
4684 <column alignment="center" valignment="top" leftline="true" width="0">
4685 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4686 <row>
4687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Standard
4691 \begin_inset Caption
4692
4693 \begin_layout Standard
4694 Tabla larga con encabezado
4695 \begin_inset OptArg
4696 status collapsed
4697
4698 \begin_layout Standard
4699 Tabla larga con encabezado
4700 \end_layout
4701
4702 \end_inset
4703
4704
4705 \end_layout
4706
4707 \end_inset
4708
4709
4710 \begin_inset ERT
4711 status collapsed
4712
4713 \begin_layout Standard
4714
4715
4716 \backslash
4717
4718 \backslash
4719 %
4720 \end_layout
4721
4722 \end_inset
4723
4724
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Standard
4733
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Standard
4742
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Standard
4751
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Standard
4760
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 </row>
4766 <row topline="true">
4767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Standard
4771 1
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Standard
4780 2
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Standard
4789 3
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Standard
4798 4
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Standard
4807 5
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 </row>
4813 <row topline="true">
4814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Standard
4818 asd
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Standard
4827 s
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Standard
4836 s
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Standard
4845 s
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Standard
4854 asd
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 </row>
4860 <row topline="true">
4861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Standard
4865 asd
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Standard
4874 s
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Standard
4883 s
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Standard
4892 s
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Standard
4901 asd
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 </row>
4907 <row topline="true">
4908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Standard
4912 asd
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Standard
4921 s
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Standard
4930 s
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Standard
4939 s
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Standard
4948 asd
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 </row>
4954 <row topline="true" bottomline="true">
4955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Standard
4959 asd
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Standard
4968 asd
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Standard
4977 asd
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Standard
4986 asd
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Standard
4995 asd
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 </row>
5001 </lyxtabular>
5002
5003 \end_inset
5004
5005
5006 \end_layout
5007
5008 \begin_layout Standard
5009 \begin_inset VSpace medskip
5010 \end_inset
5011
5012
5013 \begin_inset Note Greyedout
5014 status open
5015
5016 \begin_layout Standard
5017
5018 \series bold
5019 Nota
5020 \series default
5021 : El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5022  encabezado en alguna de ellas.
5023  Por esto podría suceder que, p.\InsetSpace \thinspace{}
5024 e., la tabla\InsetSpace ~
5025 2.4 siga a la tabla\InsetSpace ~
5026 2.1 en la lista
5027  de tablas debido a que hay dos tablas largas sin encabezado.
5028  Para evitarlo, añade detrás de cada tabla larga sin encabezado este comando
5029  en ERT:
5030 \end_layout
5031
5032 \begin_layout Standard
5033
5034 \series bold
5035
5036 \backslash
5037 addtocounter{table}{-1}
5038 \end_layout
5039
5040 \end_inset
5041
5042
5043 \end_layout
5044
5045 \begin_layout Standard
5046 \begin_inset Note Greyedout
5047 status open
5048
5049 \begin_layout Standard
5050
5051 \series bold
5052 Nota:
5053 \series default
5054  Si utilizas el paquete LaTeX 
5055 \series bold
5056 hyperref
5057 \series default
5058
5059 \begin_inset LatexCommand index
5060 name "LaTeX-paquetes ! hyperref"
5061
5062 \end_inset
5063
5064  para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
5065  llevan siempre al principio del documento.
5066 \end_layout
5067
5068 \end_inset
5069
5070
5071 \end_layout
5072
5073 \begin_layout Subsubsection
5074 Referencias a Tablas Largas
5075 \begin_inset LatexCommand index
5076 name "Tablas Largas ! Referencias a"
5077
5078 \end_inset
5079
5080
5081 \end_layout
5082
5083 \begin_layout Standard
5084 \begin_inset Tabular
5085 <lyxtabular version="3" rows="6" columns="5">
5086 <features islongtable="true">
5087 <column alignment="center" valignment="top" leftline="true" width="0">
5088 <column alignment="center" valignment="top" leftline="true" width="0">
5089 <column alignment="center" valignment="top" leftline="true" width="0">
5090 <column alignment="center" valignment="top" leftline="true" width="0">
5091 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5092 <row>
5093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Standard
5097 \begin_inset Caption
5098
5099 \begin_layout Standard
5100 Tabla larga referenciada
5101 \begin_inset LatexCommand label
5102 name "tab:RefEjemplo"
5103
5104 \end_inset
5105
5106
5107 \end_layout
5108
5109 \end_inset
5110
5111
5112 \begin_inset ERT
5113 status collapsed
5114
5115 \begin_layout Standard
5116
5117
5118 \backslash
5119
5120 \backslash
5121 %
5122 \end_layout
5123
5124 \end_inset
5125
5126
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Standard
5135
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
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
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Standard
5162
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 </row>
5168 <row topline="true">
5169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Standard
5173 1
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Standard
5182 2
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 3
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 4
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 5
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 </row>
5215 <row topline="true">
5216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Standard
5220 asd
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Standard
5229 s
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Standard
5238 s
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Standard
5247 s
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Standard
5256 asd
5257 \end_layout
5258
5259 \end_inset
5260 </cell>
5261 </row>
5262 <row topline="true">
5263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Standard
5267 asd
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Standard
5276 s
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Standard
5285 s
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Standard
5294 s
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Standard
5303 asd
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 </row>
5309 <row topline="true">
5310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Standard
5314 asd
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Standard
5323 s
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Standard
5332 s
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Standard
5341 s
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Standard
5350 asd
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 </row>
5356 <row topline="true" bottomline="true">
5357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Standard
5361 asd
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Standard
5370 sad
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Standard
5379 asd
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 asd
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Standard
5397 asd
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 </row>
5403 </lyxtabular>
5404
5405 \end_inset
5406
5407
5408 \end_layout
5409
5410 \begin_layout Standard
5411 Para referenciar una tabla larga, inserta una etiqueta en el encabezado.Observa
5412  que tienes que añadir el prefijo 
5413 \begin_inset Quotes eld
5414 \end_inset
5415
5416
5417 \emph on
5418 tab
5419 \emph default
5420 :
5421 \begin_inset Quotes erd
5422 \end_inset
5423
5424  manualmente en el campo de etiqueta.
5425  
5426 \end_layout
5427
5428 \begin_layout Standard
5429 Esto es una referencia a la tabla\InsetSpace ~
5430
5431 \begin_inset LatexCommand ref
5432 reference "tab:RefEjemplo"
5433
5434 \end_inset
5435
5436 .
5437 \end_layout
5438
5439 \begin_layout Standard
5440 El formato del encabezado puede configurarse junto con todos los demás encabezad
5441 os del documento mediante el paquete LaTeX 
5442 \series bold
5443 caption
5444 \series default
5445
5446 \begin_inset LatexCommand index
5447 name "LaTeX-paquetes ! caption"
5448
5449 \end_inset
5450
5451 , ver sección\InsetSpace ~
5452  
5453 \begin_inset LatexCommand ref
5454 reference "sec:Formato-de-Encabezados"
5455
5456 \end_inset
5457
5458 .
5459 \end_layout
5460
5461 \begin_layout Subsubsection
5462 Anchura de Encabezado
5463 \begin_inset LatexCommand index
5464 name "Tablas Largas ! Anchura de Encabezados"
5465
5466 \end_inset
5467
5468
5469 \end_layout
5470
5471 \begin_layout Standard
5472 La anchura máxima se define por la longitud 
5473 \series bold
5474
5475 \backslash
5476 LTcapwidth
5477 \series default
5478 .
5479  Por defecto es 4\InsetSpace \thinspace{}
5480 in (4\InsetSpace ~
5481 pulgadas).
5482  Para cambiarla añade el siguiente comando al preámbulo o como ERT en el
5483  documento antes de la tabla larga a la que afecta
5484 \end_layout
5485
5486 \begin_layout Standard
5487
5488 \series bold
5489
5490 \backslash
5491 setlength{
5492 \backslash
5493 LTcapwidth}{ancho}
5494 \end_layout
5495
5496 \begin_layout Standard
5497 donde el ancho puede ser una de las unidades listadas en el apéndice\InsetSpace ~
5498
5499 \begin_inset LatexCommand ref
5500 reference "cha:Unidades-disponibles-en"
5501
5502 \end_inset
5503
5504 .
5505 \end_layout
5506
5507 \begin_layout Standard
5508 Las tablas siguientes muestran la diferencia:
5509 \end_layout
5510
5511 \begin_layout Standard
5512 \begin_inset Tabular
5513 <lyxtabular version="3" rows="6" columns="5">
5514 <features islongtable="true">
5515 <column alignment="center" valignment="top" leftline="true" width="0">
5516 <column alignment="center" valignment="top" leftline="true" width="0">
5517 <column alignment="center" valignment="top" leftline="true" width="0">
5518 <column alignment="center" valignment="top" leftline="true" width="0">
5519 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5520 <row>
5521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Standard
5525 \begin_inset Caption
5526
5527 \begin_layout Standard
5528 Encabezado completo con ancho predeterminado encabezado completo con ancho
5529  predeterminado encabezado completo con ancho predeterminado
5530 \begin_inset OptArg
5531 status collapsed
5532
5533 \begin_layout Standard
5534 Encabezado con ancho predeterminado
5535 \end_layout
5536
5537 \end_inset
5538
5539
5540 \end_layout
5541
5542 \end_inset
5543
5544
5545 \begin_inset ERT
5546 status collapsed
5547
5548 \begin_layout Standard
5549
5550
5551 \backslash
5552
5553 \backslash
5554 %
5555 \end_layout
5556
5557 \end_inset
5558
5559
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Standard
5568
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Standard
5577
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Standard
5586
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Standard
5595
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 </row>
5601 <row topline="true">
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Standard
5606 1
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Standard
5615 2
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Standard
5624 3
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Standard
5633 4
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Standard
5642 5
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 </row>
5648 <row topline="true">
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Standard
5653 asd
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Standard
5662 s
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Standard
5671 s
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Standard
5680 s
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Standard
5689 asd
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 </row>
5695 <row topline="true">
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Standard
5700 asd
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Standard
5709 s
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Standard
5718 s
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Standard
5727 s
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Standard
5736 asd
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 </row>
5742 <row topline="true">
5743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Standard
5747 asd
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Standard
5756 s
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Standard
5765 s
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Standard
5774 s
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Standard
5783 asd
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 </row>
5789 <row topline="true" bottomline="true">
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Standard
5794 asd
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Standard
5803 sad
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Standard
5812 asd
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Standard
5821 asd
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Standard
5830 asd
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 </row>
5836 </lyxtabular>
5837
5838 \end_inset
5839
5840
5841 \end_layout
5842
5843 \begin_layout Standard
5844 \begin_inset ERT
5845 status collapsed
5846
5847 \begin_layout Standard
5848
5849
5850 \backslash
5851 setlength{
5852 \backslash
5853 LTcapwidth}{5cm}
5854 \end_layout
5855
5856 \end_inset
5857
5858
5859 \begin_inset Tabular
5860 <lyxtabular version="3" rows="6" columns="5">
5861 <features islongtable="true">
5862 <column alignment="center" valignment="top" leftline="true" width="0">
5863 <column alignment="center" valignment="top" leftline="true" width="0">
5864 <column alignment="center" valignment="top" leftline="true" width="0">
5865 <column alignment="center" valignment="top" leftline="true" width="0">
5866 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5867 <row>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Standard
5872 \begin_inset Caption
5873
5874 \begin_layout Standard
5875 Encabezado completo con ancho de  5\InsetSpace \thinspace{}
5876 cm encabezado completo con ancho de 5\InsetSpace \thinspace{}
5877 cm
5878  encabezado completo con ancho de 5\InsetSpace \thinspace{}
5879 cm
5880 \begin_inset OptArg
5881 status collapsed
5882
5883 \begin_layout Standard
5884 Encabezado con anchura\InsetSpace \thinspace{}
5885 =\InsetSpace \thinspace{}
5886 5\InsetSpace \thinspace{}
5887 cm
5888 \end_layout
5889
5890 \end_inset
5891
5892
5893 \end_layout
5894
5895 \end_inset
5896
5897
5898 \begin_inset ERT
5899 status collapsed
5900
5901 \begin_layout Standard
5902
5903
5904 \backslash
5905
5906 \backslash
5907 %
5908 \end_layout
5909
5910 \end_inset
5911
5912
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Standard
5921
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Standard
5930
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Standard
5939
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Standard
5948
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 </row>
5954 <row topline="true">
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Standard
5959 1
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Standard
5968 2
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Standard
5977 3
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Standard
5986 4
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Standard
5995 5
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 </row>
6001 <row topline="true">
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Standard
6006 asd
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Standard
6015 s
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Standard
6024 s
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Standard
6033 s
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Standard
6042 asd
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 </row>
6048 <row topline="true">
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Standard
6053 asd
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Standard
6062 s
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Standard
6071 s
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Standard
6080 s
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Standard
6089 asd
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 </row>
6095 <row topline="true">
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Standard
6100 asd
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Standard
6109 s
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Standard
6118 s
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Standard
6127 s
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Standard
6136 asd
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 </row>
6142 <row topline="true" bottomline="true">
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Standard
6147 asd
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Standard
6156 sad
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Standard
6165 asd
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Standard
6174 asd
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Standard
6183 asd
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 </row>
6189 </lyxtabular>
6190
6191 \end_inset
6192
6193
6194 \begin_inset ERT
6195 status collapsed
6196
6197 \begin_layout Standard
6198
6199
6200 \backslash
6201 setlength{
6202 \backslash
6203 LTcapwidth}{4in}
6204 \end_layout
6205
6206 \end_inset
6207
6208
6209 \end_layout
6210
6211 \begin_layout Standard
6212 \begin_inset Note Greyedout
6213 status collapsed
6214
6215 \begin_layout Standard
6216
6217 \series bold
6218 Nota: 
6219 \series default
6220 Si se usa el paquete LaTeX 
6221 \series bold
6222 caption
6223 \series default
6224
6225 \begin_inset LatexCommand index
6226 name "LaTeX-paquetes ! caption"
6227
6228 \end_inset
6229
6230 , como en este documento, se usa la anchura de toda la página para el pie
6231  si utilizas el valor por defecto de 4\InsetSpace \thinspace{}
6232 in para 
6233 \series bold
6234
6235 \backslash
6236 LTcapwidth
6237 \series default
6238 .
6239  En este caso, para conseguir exactamente un pie de 4\InsetSpace \thinspace{}
6240 in, puedes poner un
6241  valor ligeramente diferente de 4.0\InsetSpace \thinspace{}
6242 in, p.\InsetSpace \thinspace{}
6243 e.
6244  3.99\InsetSpace \thinspace{}
6245 in, o el comando de LaTeX 
6246 \series bold
6247
6248 \backslash
6249 captionsetup{width=valor}
6250 \series default
6251 , suministrado por el paquete 
6252 \series bold
6253 caption
6254 \series default
6255 .
6256 \end_layout
6257
6258 \end_inset
6259
6260
6261 \end_layout
6262
6263 \begin_layout Subsubsection
6264 Encabezados Distintos para cada Página
6265 \begin_inset LatexCommand index
6266 name "Tablas Largas ! Encabezados Diferentes para cada Página"
6267
6268 \end_inset
6269
6270
6271 \end_layout
6272
6273 \begin_layout Standard
6274 Si los otros encabezados debieran ser diferentes del de la primera página,
6275  inserta un encabezado con un título breve no vacío en una fila postiza
6276  de encabezado marcado como primer encabezado.
6277  El encabezado para las restantes páginas se inserta como encabezado sin
6278  título breve en una fila postiza de encabezado marcado como primer encabezado.
6279  Si este encabezado no ha de incluir el número de tabla, usa el comando
6280 \end_layout
6281
6282 \begin_layout Standard
6283
6284 \series bold
6285
6286 \backslash
6287 caption*{texto del encabezado}
6288 \end_layout
6289
6290 \begin_layout Standard
6291 en vez del recuadro de encabezados de LyX.
6292  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
6293  La tabla\InsetSpace ~
6294
6295 \begin_inset LatexCommand ref
6296 reference "tab:DifEncabezados"
6297
6298 \end_inset
6299
6300  es un ejemplo de tabla larga con encabezados distintos donde el segundo
6301  no incluye número de tabla.
6302 \end_layout
6303
6304 \begin_layout Standard
6305 \align center
6306 \begin_inset Tabular
6307 <lyxtabular version="3" rows="60" columns="3">
6308 <features islongtable="true">
6309 <column alignment="left" valignment="top" leftline="true" width="0cm">
6310 <column alignment="left" valignment="top" rightline="true" width="0pt">
6311 <column alignment="right" valignment="top" rightline="true" width="0pt">
6312 <row endfirsthead="true">
6313 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Standard
6317 \begin_inset Caption
6318
6319 \begin_layout Standard
6320 Ejemplo de lista telefónica
6321 \begin_inset LatexCommand label
6322 name "tab:DifEncabezados"
6323
6324 \end_inset
6325
6326
6327 \begin_inset OptArg
6328 status collapsed
6329
6330 \begin_layout Standard
6331 Ejemplo de lista telefónica
6332 \end_layout
6333
6334 \end_inset
6335
6336
6337 \end_layout
6338
6339 \end_inset
6340
6341
6342 \begin_inset ERT
6343 status collapsed
6344
6345 \begin_layout Standard
6346
6347
6348 \backslash
6349
6350 \backslash
6351 %
6352 \end_layout
6353
6354 \end_inset
6355
6356
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Standard
6365
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Standard
6374
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 <row topline="true" bottomline="true" endfirsthead="true">
6381 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Standard
6385
6386 \series bold
6387 Ejemplo de lista telefónica (ignore los nombres)
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Standard
6396
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Standard
6405
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 </row>
6411 <row topline="true" bottomline="true" endfirsthead="true">
6412 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Standard
6416
6417 \series bold
6418 NOMBRE
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Standard
6427
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Standard
6436
6437 \series bold
6438 TEL.
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 </row>
6444 <row bottomline="true" endhead="true">
6445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Standard
6449 \begin_inset ERT
6450 status collapsed
6451
6452 \begin_layout Standard
6453
6454
6455 \backslash
6456 caption*{Continúa Ejemplo de lista telefónica}
6457 \backslash
6458
6459 \backslash
6460 %
6461 \end_layout
6462
6463 \end_inset
6464
6465
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Standard
6474
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Standard
6483
6484 \end_layout
6485
6486 \end_inset
6487 </cell>
6488 </row>
6489 <row topline="true" bottomline="true" endhead="true">
6490 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Standard
6494
6495 \series bold
6496 Ejemplo de lista telefónica
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Standard
6505
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Standard
6514
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 </row>
6520 <row topline="true" bottomline="true" endhead="true">
6521 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6522 \begin_inset Text
6523
6524 \begin_layout Standard
6525
6526 \series bold
6527 NOMBRE
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Standard
6536
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Standard
6545
6546 \series bold
6547 TEL.
6548 \end_layout
6549
6550 \end_inset
6551 </cell>
6552 </row>
6553 <row topline="true" bottomline="true" endfoot="true">
6554 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Standard
6558 continúa en página siguiente
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Standard
6567
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Standard
6576
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 </row>
6582 <row>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Standard
6587
6588 \series bold
6589 Annovi
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" topline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Standard
6598 Silvia
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Standard
6607 111
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 </row>
6613 <row>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Standard
6618
6619 \series bold
6620 Bertoli
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Standard
6629 Stefano
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Standard
6638 111
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 </row>
6644 <row>
6645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Standard
6649
6650 \series bold
6651 Bozzi
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell alignment="center" valignment="top" topline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Standard
6660 Walter
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Standard
6669 111
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 </row>
6675 <row>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Standard
6680
6681 \series bold
6682 Cachia
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Standard
6691 Maria
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Standard
6700 111
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 </row>
6706 <row>
6707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Standard
6711
6712 \series bold
6713 Cachia
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 <cell alignment="center" valignment="top" topline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Standard
6722 Maurizio
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Standard
6731 111
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 </row>
6737 <row>
6738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Standard
6742
6743 \series bold
6744 Cinquemani
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Standard
6753 Giusi
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Standard
6762 111
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 </row>
6768 <row>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Standard
6773
6774 \series bold
6775 Colin
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell alignment="center" valignment="top" topline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Standard
6784 Bernard
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Standard
6793 111
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 </row>
6799 <row>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Standard
6804
6805 \series bold
6806 Concli
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell alignment="center" valignment="top" topline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Standard
6815 Gianfranco
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Standard
6824 111
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 </row>
6830 <row>
6831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Standard
6835
6836 \series bold
6837 Dal Bosco
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Standard
6846 Carolina
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Standard
6855 111
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 </row>
6861 <row>
6862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Standard
6866
6867 \series bold
6868 Dalpiaz
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Standard
6877 Annamaria
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Standard
6886 111
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 </row>
6892 <row>
6893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Standard
6897
6898 \series bold
6899 Feliciello
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Standard
6908 Domenico
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Standard
6917 111
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 </row>
6923 <row>
6924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Standard
6928
6929 \series bold
6930 Focarelli
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Standard
6939 Paola
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Standard
6948 111
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 </row>
6954 <row>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Standard
6959
6960 \series bold
6961 Galletti
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 <cell alignment="center" valignment="top" topline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Standard
6970 Oreste
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Standard
6979 111
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 </row>
6985 <row>
6986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Standard
6990
6991 \series bold
6992 Gasparini
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell alignment="center" valignment="top" topline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Standard
7001 Franca
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Standard
7010 111
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 </row>
7016 <row>
7017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Standard
7021
7022 \series bold
7023 Rizzardi
7024 \series default
7025
7026 \begin_inset Foot
7027 status open
7028
7029 \begin_layout Standard
7030 Ejemplo de nota al pie
7031 \end_layout
7032
7033 \end_inset
7034
7035
7036 \end_layout
7037
7038 \end_inset
7039 </cell>
7040 <cell alignment="center" valignment="top" topline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Standard
7044 Paola
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Standard
7053 111
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 </row>
7059 <row>
7060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Standard
7064
7065 \series bold
7066 Lassini
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell alignment="center" valignment="top" topline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Standard
7075 Giancarlo
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Standard
7084 111
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 </row>
7090 <row>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Standard
7095
7096 \series bold
7097 Malfatti
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Standard
7106 Luciano
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Standard
7115 111
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 </row>
7121 <row>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Standard
7126
7127 \series bold
7128 Malfatti
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Standard
7137 Valeriano
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Standard
7146 111
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 </row>
7152 <row>
7153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Standard
7157
7158 \series bold
7159 Meneguzzo
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Standard
7168 Roberto
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Standard
7177 111
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 </row>
7183 <row>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Standard
7188
7189 \series bold
7190 Mezzadra
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Standard
7199 Roberto
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Standard
7208 111
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 </row>
7214 <row>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Standard
7219
7220 \series bold
7221 Pirpamer
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Standard
7230 Erich
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Standard
7239 111
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 </row>
7245 <row>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Standard
7250
7251 \series bold
7252 Pochiesa
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Standard
7261 Paolo
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Standard
7270 111, 222
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 </row>
7276 <row>
7277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Standard
7281
7282 \series bold
7283 Radina
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell alignment="center" valignment="top" topline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Standard
7292 Claudio
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Standard
7301 111
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 </row>
7307 <row>
7308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Standard
7312
7313 \series bold
7314 Stuffer
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell alignment="center" valignment="top" topline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Standard
7323 Oskar
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Standard
7332 111
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 </row>
7338 <row>
7339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7340 \begin_inset Text
7341
7342 \begin_layout Standard
7343
7344 \series bold
7345 Tacchelli
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" topline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Standard
7354 Ugo
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Standard
7363 111
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 </row>
7369 <row>
7370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Standard
7374
7375 \series bold
7376 Tezzele
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell alignment="center" valignment="top" topline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Standard
7385 Margit
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Standard
7394 111
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 </row>
7400 <row>
7401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Standard
7405
7406 \series bold
7407 Unterkalmsteiner
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 <cell alignment="center" valignment="top" topline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Standard
7416 Frieda
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Standard
7425 111
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 </row>
7431 <row>
7432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Standard
7436
7437 \series bold
7438 Vieider
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell alignment="center" valignment="top" topline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Standard
7447 Hilde
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Standard
7456 111
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 </row>
7462 <row>
7463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Standard
7467
7468 \series bold
7469 Vigna
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 <cell alignment="center" valignment="top" topline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Standard
7478 Jürgen
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Standard
7487 111
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 </row>
7493 <row>
7494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Standard
7498
7499 \series bold
7500 Weber
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="center" valignment="top" topline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Standard
7509 Maurizio
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Standard
7518 111
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 </row>
7524 <row bottomline="true">
7525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Standard
7529
7530 \series bold
7531 Winkler
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell alignment="center" valignment="top" topline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Standard
7540 Franz
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Standard
7549 111
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 </row>
7555 <row bottomline="true">
7556 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Standard
7560  
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Standard
7569
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Standard
7578
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 </row>
7584 <row>
7585 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Standard
7589
7590 \series bold
7591 Annovi
7592 \end_layout
7593
7594 \end_inset
7595 </cell>
7596 <cell alignment="center" valignment="top" topline="true" usebox="none">
7597 \begin_inset Text
7598
7599 \begin_layout Standard
7600 Silvia
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Standard
7609 555
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 </row>
7615 <row>
7616 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Standard
7620
7621 \series bold
7622 Bertoli
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell alignment="center" valignment="top" topline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Standard
7631 Stefano
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Standard
7640 555
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 </row>
7646 <row>
7647 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Standard
7651
7652 \series bold
7653 Bozzi
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 <cell alignment="center" valignment="top" topline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Standard
7662 Walter
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Standard
7671 555
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 </row>
7677 <row>
7678 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7679 \begin_inset Text
7680
7681 \begin_layout Standard
7682
7683 \series bold
7684 Cachia
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 <cell alignment="center" valignment="top" topline="true" usebox="none">
7690 \begin_inset Text
7691
7692 \begin_layout Standard
7693 Maria
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Standard
7702 555
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 </row>
7708 <row>
7709 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Standard
7713
7714 \series bold
7715 Cachia
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 <cell alignment="center" valignment="top" topline="true" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Standard
7724 Maurizio
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Standard
7733 555
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 </row>
7739 <row>
7740 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Standard
7744
7745 \series bold
7746 Cinquemani
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 <cell alignment="center" valignment="top" topline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Standard
7755 Giusi
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Standard
7764 555
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 </row>
7770 <row>
7771 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Standard
7775
7776 \series bold
7777 Colin
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell alignment="center" valignment="top" topline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Standard
7786 Bernard
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Standard
7795 555
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 </row>
7801 <row>
7802 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Standard
7806
7807 \series bold
7808 Concli
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell alignment="center" valignment="top" topline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Standard
7817 Gianfranco
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Standard
7826 555
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 </row>
7832 <row>
7833 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Standard
7837
7838 \series bold
7839 Dal Bosco
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell alignment="center" valignment="top" topline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Standard
7848 Carolina
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Standard
7857 555
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 </row>
7863 <row>
7864 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Standard
7868
7869 \series bold
7870 Dalpiaz
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" topline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Standard
7879 Annamaria
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Standard
7888 555
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 </row>
7894 <row>
7895 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Standard
7899
7900 \series bold
7901 Feliciello
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" topline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Standard
7910 Domenico
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Standard
7919 555
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 </row>
7925 <row>
7926 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Standard
7930
7931 \series bold
7932 Focarelli
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" topline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Standard
7941 Paola
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Standard
7950 555
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 </row>
7956 <row>
7957 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Standard
7961
7962 \series bold
7963 Galletti
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" topline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Standard
7972 Oreste
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Standard
7981 555
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 </row>
7987 <row>
7988 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Standard
7992
7993 \series bold
7994 Gasparini
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" topline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Standard
8003 Franca
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Standard
8012 555
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 </row>
8018 <row>
8019 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Standard
8023
8024 \series bold
8025 Rizzardi
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" topline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Standard
8034 Paola
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Standard
8043 555
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 </row>
8049 <row>
8050 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Standard
8054
8055 \series bold
8056 Lassini
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" topline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Standard
8065 Giancarlo
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Standard
8074 555
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Standard
8085
8086 \series bold
8087 Malfatti
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" topline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Standard
8096 Luciano
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Standard
8105 555
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 </row>
8111 <row>
8112 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Standard
8116
8117 \series bold
8118 Malfatti
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" topline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Standard
8127 Valeriano
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Standard
8136 555
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Standard
8147
8148 \series bold
8149 Meneguzzo
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" topline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Standard
8158 Roberto
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Standard
8167 555
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 </row>
8173 <row bottomline="true">
8174 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Standard
8178
8179 \series bold
8180 Mezzadra
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" topline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Standard
8189 Roberto
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Standard
8198 555
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 <row bottomline="true" endlastfoot="true">
8205 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Standard
8209
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Standard
8218
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Standard
8227
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 </lyxtabular>
8234
8235 \end_inset
8236
8237
8238 \end_layout
8239
8240 \begin_layout Section
8241 Particularidades de las Tablas Largas
8242 \end_layout
8243
8244 \begin_layout Subsection
8245 Cálculos
8246 \begin_inset LatexCommand index
8247 name "Tablas Largas ! Cálculos"
8248
8249 \end_inset
8250
8251
8252 \end_layout
8253
8254 \begin_layout Standard
8255 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
8256  utilizando los denominados 
8257 \begin_inset Quotes eld
8258 \end_inset
8259
8260 trozos
8261 \begin_inset Quotes erd
8262 \end_inset
8263
8264 , que son partes de la tabla presentes en la memoria de LaTeX.
8265  El valor predeterminado está establecido a solo 20 filas.
8266  Si estás usando tablas largas con muchas páginas, la generación del documento
8267  puede hacerse muy lenta.
8268  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
8269  el siguiente comando en el preámbulo del documento:
8270 \end_layout
8271
8272 \begin_layout Standard
8273
8274 \series bold
8275
8276 \backslash
8277 setcounter{LTchunksize}{100}
8278 \end_layout
8279
8280 \begin_layout Subsection
8281 Flotantes y Tablas Largas
8282 \begin_inset LatexCommand index
8283 name "Tablas Largas ! Flotantes"
8284
8285 \end_inset
8286
8287
8288 \end_layout
8289
8290 \begin_layout Standard
8291 Podría haber problemas si un flotante aparece en la misma página donde comienza
8292  una tabla larga.
8293  Para evitarlo, añade el comando 
8294 \series bold
8295
8296 \backslash
8297 clearpage
8298 \series default
8299  como ERT antes de la tabla.
8300 \end_layout
8301
8302 \begin_layout Subsection
8303 Saltos de Página Forzados
8304 \begin_inset LatexCommand index
8305 name "Tablas Largas ! Saltos de Página Forzados"
8306
8307 \end_inset
8308
8309
8310 \end_layout
8311
8312 \begin_layout Standard
8313 Por defecto, las tablas solo se cortan entre filas.
8314  Si tienes una celda con líneas múltiples y necesitas un salto de página
8315  dentro de la celda, inserta el comando de nueva línea 
8316 \begin_inset Quotes eld
8317 \end_inset
8318
8319
8320 \series bold
8321
8322 \backslash
8323
8324 \backslash
8325
8326 \series default
8327
8328 \begin_inset Quotes erd
8329 \end_inset
8330
8331  como ERT en el punto en que quieras cortar.
8332  Antes del comando 
8333 \begin_inset Quotes eld
8334 \end_inset
8335
8336
8337 \series bold
8338
8339 \backslash
8340
8341 \backslash
8342
8343 \series default
8344
8345 \begin_inset Quotes erd
8346 \end_inset
8347
8348  debes insertar en ERT tantos caracteres 
8349 \begin_inset Quotes eld
8350 \end_inset
8351
8352
8353 \series bold
8354 &
8355 \series default
8356
8357 \begin_inset Quotes erd
8358 \end_inset
8359
8360  como columnas siguientes de la tabla.
8361  
8362 \series bold
8363 &
8364 \series default
8365  es el caracter para separar celdas.
8366  Escribe en ERT después de cada 
8367 \series bold
8368 &
8369 \series default
8370  el contenido de la celda siguiente correspondiente y borra el contenido
8371  de esas celdas.
8372 \newline
8373 Detrás del comando 
8374 \series bold
8375
8376 \backslash
8377
8378 \backslash
8379
8380 \series default
8381 , inserta tantos 
8382 \series bold
8383 &
8384 \series default
8385  como columnas haya delante de la actual.
8386  En la tabla\InsetSpace ~
8387
8388 \begin_inset LatexCommand ref
8389 reference "tab:Saltos de Página Forzados"
8390
8391 \end_inset
8392
8393  la celda que debería cortarse está en la segunda columna seguida de otra
8394  columna.
8395  Por eso el siguiente comando se inserta en la celda como ERT detrás de
8396  
8397 \begin_inset Quotes eld
8398 \end_inset
8399
8400
8401 \emph on
8402 Castelchiodato,
8403 \emph default
8404
8405 \begin_inset Quotes erd
8406 \end_inset
8407
8408 :
8409 \end_layout
8410
8411 \begin_layout Standard
8412
8413 \series bold
8414 & 111
8415 \backslash
8416
8417 \backslash
8418
8419 \newline
8420 &
8421 \end_layout
8422
8423 \begin_layout Standard
8424 El 
8425 \begin_inset Quotes eld
8426 \end_inset
8427
8428 111
8429 \begin_inset Quotes erd
8430 \end_inset
8431
8432  en la tercera columna de la fila se ha borrado.
8433  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
8434  superior pero quisieras una línea horizontal donde se corta la celda, usa
8435  este comando alternativo:
8436 \end_layout
8437
8438 \begin_layout Standard
8439
8440 \series bold
8441 & 111
8442 \backslash
8443
8444 \backslash
8445
8446 \newline
8447
8448 \backslash
8449 hline &
8450 \end_layout
8451
8452 \begin_layout Standard
8453 Cuando la celda a cortar está en la última columna, el comando
8454 \end_layout
8455
8456 \begin_layout Standard
8457
8458 \series bold
8459
8460 \backslash
8461 setlength{
8462 \backslash
8463 parf\SpecialChar \textcompwordmark{}
8464 illskip}{0pt}
8465 \end_layout
8466
8467 \begin_layout Standard
8468 debe insertarse como ERT al principio de la celda.
8469  Esto garantiza que la parte de la celda que será mostrada en la nueva página
8470  aparecerá con toda su anchura.
8471 \end_layout
8472
8473 \begin_layout Standard
8474 \align center
8475 \begin_inset Tabular
8476 <lyxtabular version="3" rows="39" columns="3">
8477 <features islongtable="true">
8478 <column alignment="left" valignment="top" leftline="true" width="0cm">
8479 <column alignment="left" valignment="top" rightline="true" width="3cm">
8480 <column alignment="right" valignment="top" rightline="true" width="0pt">
8481 <row endfirsthead="true">
8482 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Standard
8486 \begin_inset Caption
8487
8488 \begin_layout Standard
8489 Tabla con salto de página forzado en celda
8490 \begin_inset LatexCommand label
8491 name "tab:Saltos de Página Forzados"
8492
8493 \end_inset
8494
8495
8496 \begin_inset OptArg
8497 status collapsed
8498
8499 \begin_layout Standard
8500 Tabla con salto de página forzado en celda
8501 \end_layout
8502
8503 \end_inset
8504
8505
8506 \end_layout
8507
8508 \end_inset
8509
8510
8511 \begin_inset ERT
8512 status collapsed
8513
8514 \begin_layout Standard
8515
8516
8517 \backslash
8518
8519 \backslash
8520 %
8521 \end_layout
8522
8523 \end_inset
8524
8525
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Standard
8534
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Standard
8543
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 <row topline="true" bottomline="true" endfirsthead="true">
8550 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Standard
8554
8555 \series bold
8556 Ejemplo de lista telefónica (ignore los nombres)
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Standard
8565
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Standard
8574
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row topline="true" bottomline="true" endfirsthead="true">
8581 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Standard
8585
8586 \series bold
8587 NOMBRE
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Standard
8596
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Standard
8605
8606 \series bold
8607 TEL.
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row bottomline="true" endhead="true">
8614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Standard
8618 \begin_inset ERT
8619 status collapsed
8620
8621 \begin_layout Standard
8622
8623
8624 \backslash
8625 caption*{Continúa tabla con salto de página forzado en celda}
8626 \backslash
8627
8628 \backslash
8629 %
8630 \end_layout
8631
8632 \end_inset
8633
8634
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Standard
8643
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Standard
8652
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row topline="true" bottomline="true" endhead="true">
8659 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Standard
8663  
8664 \series bold
8665 Ejemplo de lista telefónica
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Standard
8674
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Standard
8683
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 </row>
8689 <row topline="true" bottomline="true" endhead="true">
8690 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Standard
8694
8695 \series bold
8696 NOMBRE
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Standard
8705
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Standard
8714
8715 \series bold
8716 TEL.
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 <row topline="true" bottomline="true" endfoot="true">
8723 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Standard
8727 continúa en página siguiente
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Standard
8736
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Standard
8745
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 </row>
8751 <row>
8752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Standard
8756
8757 \series bold
8758 Annovi
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="center" valignment="top" topline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Standard
8767 Silvia
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Standard
8776 111
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 </row>
8782 <row>
8783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Standard
8787
8788 \series bold
8789 Bertoli
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" topline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Standard
8798 Stefano
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Standard
8807 111
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 </row>
8813 <row>
8814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Standard
8818
8819 \series bold
8820 Bozzi
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" topline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Standard
8829 Walter
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Standard
8838 111
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 </row>
8844 <row>
8845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Standard
8849
8850 \series bold
8851 Cachia
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" topline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Standard
8860 Maria
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Standard
8869 111
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 </row>
8875 <row>
8876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Standard
8880
8881 \series bold
8882 Cachia
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" topline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Standard
8891 Maurizio
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Standard
8900 111
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 </row>
8906 <row>
8907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Standard
8911
8912 \series bold
8913 Cinquemani
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell alignment="center" valignment="top" topline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Standard
8922 Giusi
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Standard
8931 111
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 </row>
8937 <row>
8938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Standard
8942
8943 \series bold
8944 Colin
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" topline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Standard
8953 Bernard
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Standard
8962 111
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 </row>
8968 <row>
8969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Standard
8973
8974 \series bold
8975 Concli
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" topline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Standard
8984 Gianfranco
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Standard
8993 111
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row>
9000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Standard
9004
9005 \series bold
9006 Dal Bosco
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" topline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Standard
9015 Carolina
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Standard
9024 111
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 </row>
9030 <row>
9031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Standard
9035
9036 \series bold
9037 Dalpiaz
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" topline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Standard
9046 Annamaria
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Standard
9055 111
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 </row>
9061 <row>
9062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Standard
9066
9067 \series bold
9068 Feliciello
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell alignment="center" valignment="top" topline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Standard
9077 Domenico
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Standard
9086 111
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 </row>
9092 <row>
9093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Standard
9097
9098 \series bold
9099 Focarelli
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" topline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Standard
9108 Paola
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Standard
9117 111
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 </row>
9123 <row>
9124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Standard
9128
9129 \series bold
9130 Galletti
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" topline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Standard
9139 Oreste
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Standard
9148 111
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 </row>
9154 <row>
9155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Standard
9159
9160 \series bold
9161 Gasparini
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell alignment="center" valignment="top" topline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Standard
9170 Franca
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Standard
9179 111
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 </row>
9185 <row>
9186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Standard
9190
9191 \series bold
9192 Lassini
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" topline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Standard
9201 Giancarlo
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Standard
9210 111
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 </row>
9216 <row>
9217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Standard
9221
9222 \series bold
9223 Malfatti
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" topline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Standard
9232 Luciano
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Standard
9241 111
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 </row>
9247 <row>
9248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Standard
9252
9253 \series bold
9254 Malfatti
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" topline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Standard
9263 Valeriano
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Standard
9272 111
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 </row>
9278 <row>
9279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Standard
9283
9284 \series bold
9285 Meneguzzo
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" topline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Standard
9294 Roberto
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Standard
9303 111
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 </row>
9309 <row>
9310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Standard
9314
9315 \series bold
9316 Mezzadra
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" topline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Standard
9325 Roberto
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Standard
9334 111
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 </row>
9340 <row>
9341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Standard
9345
9346 \series bold
9347 Pirpamer
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" topline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Standard
9356 Erich
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Standard
9365 111
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 </row>
9371 <row>
9372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Standard
9376
9377 \series bold
9378 Pochiesa
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" topline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Standard
9387 Paolo
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Standard
9396 111, 222
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 </row>
9402 <row>
9403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Standard
9407
9408 \series bold
9409 Radina
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" topline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Standard
9418 Claudio
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Standard
9427 111
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 </row>
9433 <row>
9434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Standard
9438
9439 \series bold
9440 Rizzardi
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Standard
9449 Paolo, 11.
9450  Fürst von Montecompatri, 11.
9451  Fürst von Sulmona und Vivaro, 10.
9452  Fürst von Rossano, 5.
9453  Herzog von Canemorte, 11.
9454  Herzog von Palombara, 5.
9455  Herzog von Castelchiodato,
9456 \begin_inset ERT
9457 status collapsed
9458
9459 \begin_layout Standard
9460
9461 & 111
9462 \backslash
9463
9464 \backslash
9465
9466 \end_layout
9467
9468 \begin_layout Standard
9469
9470 &
9471 \end_layout
9472
9473 \end_inset
9474
9475  11.
9476  Herzog von Poggionativo, 11.
9477  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9478  Graf von Valinfreda, 11.
9479  Baron von Cropalati, 11.
9480  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Standard
9489
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 </row>
9495 <row>
9496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Standard
9500
9501 \series bold
9502 Stuffer
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" topline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Standard
9511 Oskar
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Standard
9520 111
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 </row>
9526 <row>
9527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Standard
9531
9532 \series bold
9533 Tacchelli
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 <cell alignment="center" valignment="top" topline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Standard
9542 Ugo
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Standard
9551 111
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 </row>
9557 <row>
9558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9559 \begin_inset Text
9560
9561 \begin_layout Standard
9562
9563 \series bold
9564 Tezzele
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" topline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Standard
9573 Margit
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9579 \begin_inset Text
9580
9581 \begin_layout Standard
9582 111
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 </row>
9588 <row>
9589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Standard
9593
9594 \series bold
9595 Unterkalmsteiner
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell alignment="center" valignment="top" topline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Standard
9604 Frieda
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Standard
9613 111
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 <row>
9620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Standard
9624
9625 \series bold
9626 Vieider
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell alignment="center" valignment="top" topline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Standard
9635 Hilde
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Standard
9644 111
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 <row>
9651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Standard
9655
9656 \series bold
9657 Vigna
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" topline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Standard
9666 Jürgen
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Standard
9675 111
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 </row>
9681 <row>
9682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Standard
9686
9687 \series bold
9688 Weber
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell alignment="center" valignment="top" topline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Standard
9697 Maurizio
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Standard
9706 111
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 </row>
9712 <row bottomline="true">
9713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Standard
9717
9718 \series bold
9719 Winkler
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" topline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Standard
9728 Franz
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Standard
9737 111
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 </row>
9743 <row endlastfoot="true">
9744 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Standard
9748
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Standard
9757
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Standard
9766
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 </row>
9772 </lyxtabular>
9773
9774 \end_inset
9775
9776
9777 \end_layout
9778
9779 \begin_layout Section
9780 Líneas Múltiples en Columnas y Filas
9781 \end_layout
9782
9783 \begin_layout Subsection
9784 Líneas Múltiples en Celdas
9785 \begin_inset LatexCommand label
9786 name "sub:Líneas-Múltiples-en"
9787
9788 \end_inset
9789
9790
9791 \begin_inset LatexCommand index
9792 name "Líneas Múltiples en Celdas"
9793
9794 \end_inset
9795
9796
9797 \begin_inset LatexCommand index
9798 name "Tablas ! Saltos de Línea"
9799
9800 \end_inset
9801
9802
9803 \end_layout
9804
9805 \begin_layout Standard
9806 \align center
9807 \begin_inset Float table
9808 placement H
9809 wide false
9810 sideways false
9811 status open
9812
9813 \begin_layout Standard
9814 \begin_inset Caption
9815
9816 \begin_layout Standard
9817 \begin_inset LatexCommand label
9818 name "tab:Tabla-con-múltiples"
9819
9820 \end_inset
9821
9822 Tabla con líneas múltiples en celda
9823 \end_layout
9824
9825 \end_inset
9826
9827
9828 \end_layout
9829
9830 \begin_layout Standard
9831 \align center
9832 \begin_inset Tabular
9833 <lyxtabular version="3" rows="3" columns="3">
9834 <features>
9835 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9836 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9837 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9838 <row topline="true">
9839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Standard
9843 líneas
9844 \begin_inset ERT
9845 status collapsed
9846
9847 \begin_layout Standard
9848
9849
9850 \backslash
9851 linebreak 
9852 \end_layout
9853
9854 \end_inset
9855
9856 múltiples
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Standard
9865 b
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Standard
9874 c
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row topline="true">
9881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Standard
9885 d
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Standard
9894 e
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Standard
9903 f
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 </row>
9909 <row topline="true" bottomline="true">
9910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Standard
9914 g
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Standard
9923 h
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Standard
9932 i
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 </row>
9938 </lyxtabular>
9939
9940 \end_inset
9941
9942
9943 \end_layout
9944
9945 \end_inset
9946
9947
9948 \end_layout
9949
9950 \begin_layout Standard
9951 Al ajustar anchura fija en una columna se habilita la entrada de texto como
9952  párrafos con varias líneas y guionado.
9953 \end_layout
9954
9955 \begin_layout Standard
9956 Para generar la tabla\InsetSpace ~
9957
9958 \begin_inset LatexCommand ref
9959 reference "tab:Tabla-con-múltiples"
9960
9961 \end_inset
9962
9963 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
9964  En el diálogo que surge establece una anchura de 2.5\InsetSpace \thinspace{}
9965 cm y escoge centro en
9966  alineación vertical y horizontal.
9967  Como nuestro texto es menor de 2.5\InsetSpace \thinspace{}
9968 cm, sólo aparece una línea.
9969  Para poner dos añadimos un salto de línea con el comando en ERT
9970 \end_layout
9971
9972 \begin_layout Standard
9973
9974 \series bold
9975
9976 \backslash
9977 linebreak
9978 \end_layout
9979
9980 \begin_layout Standard
9981 Si el texto es más ancho que la celda será automáticamente dividido en líneas.
9982 \end_layout
9983
9984 \begin_layout Standard
9985 Para centrar verticalmente el texto en las otras dos celdas de la primera
9986  fila, haz clic-derecha en la segunda celda, ajusta una anchura de 0.5\InsetSpace \thinspace{}
9987 cm
9988  y marca alineaciones centrales.
9989  Haz lo mismo con la tercera celda de la fila.
9990 \end_layout
9991
9992 \begin_layout Standard
9993 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
9994  con guión si es la primera entrada.
9995  Por eso hay que insertar algo para que dicha palabra no sea la primera
9996  entrada: añade el comando
9997 \end_layout
9998
9999 \begin_layout Standard
10000
10001 \series bold
10002
10003 \backslash
10004 hspace{0pt}
10005 \end_layout
10006
10007 \begin_layout Standard
10008 en ERT antes de la palabra.
10009  Como el espacio es 0 la salida no cambia.
10010  La tabla\InsetSpace ~
10011
10012 \begin_inset LatexCommand ref
10013 reference "tab:Tabla-con-y"
10014
10015 \end_inset
10016
10017  muestra el efecto.
10018 \end_layout
10019
10020 \begin_layout Standard
10021 \begin_inset Float table
10022 placement b
10023 wide false
10024 sideways false
10025 status open
10026
10027 \begin_layout Standard
10028 \begin_inset Caption
10029
10030 \begin_layout Standard
10031 \begin_inset LatexCommand label
10032 name "tab:Tabla-con-y"
10033
10034 \end_inset
10035
10036 Tablas con y sin guión
10037 \end_layout
10038
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \begin_layout Standard
10045
10046 \hfill
10047
10048 \begin_inset Tabular
10049 <lyxtabular version="3" rows="3" columns="3">
10050 <features>
10051 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10052 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10053 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10054 <row topline="true">
10055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Standard
10059 celdaconpalabramuylarga
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Standard
10068 b
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Standard
10077 c
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 </row>
10083 <row topline="true">
10084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Standard
10088 d
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Standard
10097 e
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Standard
10106 f
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 </row>
10112 <row topline="true" bottomline="true">
10113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Standard
10117 g
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Standard
10126 h
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Standard
10135 i
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 </row>
10141 </lyxtabular>
10142
10143 \end_inset
10144
10145
10146 \hfill
10147
10148 \begin_inset Tabular
10149 <lyxtabular version="3" rows="3" columns="3">
10150 <features>
10151 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10152 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10153 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10154 <row topline="true">
10155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Standard
10159 \begin_inset ERT
10160 status collapsed
10161
10162 \begin_layout Standard
10163
10164
10165 \backslash
10166 hspace{0pt}
10167 \end_layout
10168
10169 \end_inset
10170
10171 celdaconpalabramuylarga
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Standard
10180 b
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 c
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 </row>
10195 <row topline="true">
10196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Standard
10200 d
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Standard
10209 e
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Standard
10218 f
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row topline="true" bottomline="true">
10225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Standard
10229 g
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Standard
10238 h
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Standard
10247 i
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 </row>
10253 </lyxtabular>
10254
10255 \end_inset
10256
10257
10258 \hfill
10259
10260 \end_layout
10261
10262 \end_inset
10263
10264
10265 \end_layout
10266
10267 \begin_layout Standard
10268
10269 \end_layout
10270
10271 \begin_layout Subsection
10272 Multicolumnas
10273 \begin_inset LatexCommand label
10274 name "sub:Multicolumnas"
10275
10276 \end_inset
10277
10278
10279 \begin_inset LatexCommand index
10280 name "Multicolumnas"
10281
10282 \end_inset
10283
10284
10285 \begin_inset LatexCommand index
10286 name "Tablas ! Multicolumnas"
10287
10288 \end_inset
10289
10290
10291 \end_layout
10292
10293 \begin_layout Subsubsection
10294 Fundamentos de Multicolumna
10295 \end_layout
10296
10297 \begin_layout Standard
10298 Para extender una celda sobre varias columnas, se marcan las celdas que
10299  se desee combinar y se usa el botón 
10300 \begin_inset Graphics
10301         filename ../../images/tabular-feature_multicolumn.xpm
10302         scale 85
10303
10304 \end_inset
10305
10306 , el menú 
10307 \family sans
10308 Editar\SpecialChar \menuseparator
10309 Tabla\SpecialChar \menuseparator
10310 Multicolumna
10311 \family default
10312 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
10313  bajo la solapa 
10314 \family sans
10315 Configuración
10316 \family default
10317 , la casilla Multicolumna.
10318 \end_layout
10319
10320 \begin_layout Standard
10321 Las multicolumnas tienen su propia configuración de celdas.
10322  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
10323  multicolumna.
10324  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
10325  otra en la última fila sin borde superior:
10326 \end_layout
10327
10328 \begin_layout Standard
10329 \align center
10330 \begin_inset Tabular
10331 <lyxtabular version="3" rows="3" columns="4">
10332 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10333 <column alignment="center" valignment="top" leftline="true" width="0pt">
10334 <column alignment="center" valignment="middle" leftline="true" width="0">
10335 <column alignment="center" valignment="top" leftline="true" width="0in">
10336 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10337 <row topline="true" bottomline="true">
10338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Standard
10342 abc
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Standard
10351 def ghi
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Standard
10360
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Standard
10369 jkl
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 </row>
10375 <row topline="true">
10376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Standard
10380
10381 \family roman
10382 \series medium
10383 \shape up
10384 \size normal
10385 \emph off
10386 \bar no
10387 \noun off
10388 \color none
10389 A
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Standard
10398 B
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Standard
10407 C
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Standard
10416 D
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 </row>
10422 <row topline="true" bottomline="true">
10423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Standard
10427 1
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Standard
10436 2
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Standard
10445 3
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Standard
10454 4
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 </row>
10460 </lyxtabular>
10461
10462 \end_inset
10463
10464
10465 \end_layout
10466
10467 \begin_layout Subsubsection
10468 Cálculos en Multicolumnas
10469 \begin_inset LatexCommand label
10470 name "sub:Cálculos-en-Multicolumnas"
10471
10472 \end_inset
10473
10474
10475 \begin_inset LatexCommand index
10476 name "Multicolumnas ! Cálculos"
10477
10478 \end_inset
10479
10480
10481 \end_layout
10482
10483 \begin_layout Standard
10484 LyX soporta multicolumnas directamente, pero hay que prestar atención a
10485  la anchura de celda de las columnas combinadas en la celda multicolumna.
10486 \end_layout
10487
10488 \begin_layout Standard
10489 \begin_inset Float table
10490 wide false
10491 sideways false
10492 status open
10493
10494 \begin_layout Standard
10495 \begin_inset Caption
10496
10497 \begin_layout Standard
10498 \begin_inset LatexCommand label
10499 name "tab:Tabla-con-centrado"
10500
10501 \end_inset
10502
10503 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
10504 te la mitad de anchura que la celda multicolumna
10505 \begin_inset OptArg
10506 status collapsed
10507
10508 \begin_layout Standard
10509 Tabla multicolumna perfecta
10510 \end_layout
10511
10512 \end_inset
10513
10514
10515 \end_layout
10516
10517 \end_inset
10518
10519
10520 \end_layout
10521
10522 \begin_layout Standard
10523 \align center
10524 \begin_inset Tabular
10525 <lyxtabular version="3" rows="3" columns="3">
10526 <features>
10527 <column alignment="center" valignment="middle" leftline="true" width="0" special=">{\centering}m{1.25cm-6.2pt}">
10528 <column alignment="center" valignment="middle" leftline="true" width="0">
10529 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10530 <row topline="true">
10531 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
10532 \begin_inset Text
10533
10534 \begin_layout Standard
10535 multicolumna línea múltiple
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Standard
10544
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Standard
10553 c
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 </row>
10559 <row topline="true">
10560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Standard
10564 d
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Standard
10573 e
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Standard
10582 f
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 </row>
10588 <row topline="true" bottomline="true">
10589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Standard
10593 g
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Standard
10602 h
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Standard
10611 i
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 </row>
10617 </lyxtabular>
10618
10619 \end_inset
10620
10621
10622 \end_layout
10623
10624 \end_inset
10625
10626
10627 \end_layout
10628
10629 \begin_layout Standard
10630 Por ejemplo, para crear la tabla\InsetSpace ~
10631
10632 \begin_inset LatexCommand ref
10633 reference "tab:Tabla-con-centrado"
10634
10635 \end_inset
10636
10637 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
10638  clic-derecha.
10639  En el diálogo marca 
10640 \emph on
10641 multicolumna
10642 \emph default
10643
10644 \emph on
10645 alineación centro
10646 \emph default
10647  y una anchura de 2.5\InsetSpace \thinspace{}
10648 cm.
10649  Las columnas combinadas deberían tener exactamente la mitad de la anchura
10650  de la celda multicolumna, así que deberías ajustar 1.25\InsetSpace \thinspace{}
10651 cm para la primera
10652  columna.
10653  La segunda columna tendrá entonces automáticamente 1.25\InsetSpace \thinspace{}
10654 cm de anchura.
10655  Para la tabla\InsetSpace ~
10656
10657 \begin_inset LatexCommand ref
10658 reference "tab:Tabla-sin-mitad"
10659
10660 \end_inset
10661
10662  se ha procedido de la siguiente manera:
10663 \end_layout
10664
10665 \begin_layout Standard
10666 \begin_inset Float table
10667 wide false
10668 sideways false
10669 status open
10670
10671 \begin_layout Standard
10672 \begin_inset Caption
10673
10674 \begin_layout Standard
10675 \begin_inset LatexCommand label
10676 name "tab:Tabla-sin-mitad"
10677
10678 \end_inset
10679
10680 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
10681  anchura que la celda multicolumna
10682 \begin_inset OptArg
10683 status open
10684
10685 \begin_layout Standard
10686 Tabla multicolumna imperfecta
10687 \end_layout
10688
10689 \end_inset
10690
10691
10692 \end_layout
10693
10694 \end_inset
10695
10696
10697 \end_layout
10698
10699 \begin_layout Standard
10700 \align center
10701 \begin_inset Tabular
10702 <lyxtabular version="3" rows="3" columns="3">
10703 <features>
10704 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10705 <column alignment="center" valignment="top" leftline="true" width="0">
10706 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10707 <row topline="true" bottomline="true">
10708 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10709 \begin_inset Text
10710
10711 \begin_layout Standard
10712 multicolumna línea múltiple
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Standard
10721
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Standard
10730 c
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 </row>
10736 <row topline="true">
10737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Standard
10741 d
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Standard
10750 e
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Standard
10759 f
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row topline="true" bottomline="true">
10766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Standard
10770 g
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Standard
10779 h
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Standard
10788 i
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 </row>
10794 </lyxtabular>
10795
10796 \end_inset
10797
10798
10799 \end_layout
10800
10801 \end_inset
10802
10803
10804 \end_layout
10805
10806 \begin_layout Standard
10807 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
10808 a, es un poco mayor.
10809  La razón es que la anchura dada para una celda 
10810 \begin_inset Formula $W_{g}$
10811 \end_inset
10812
10813  no es su anchura total 
10814 \begin_inset Formula $W_{\mathrm{tot}}$
10815 \end_inset
10816
10817  porque una celda es siempre algo mayor que la anchura dada.
10818  El Apéndice\InsetSpace ~
10819
10820 \begin_inset LatexCommand eqref
10821 reference "cha:Explicación-de-la-Ecuación"
10822
10823 \end_inset
10824
10825  lo explica con detalle.
10826 \end_layout
10827
10828 \begin_layout Standard
10829 La anchura dada necesaria, 
10830 \begin_inset Formula $W_{g\, n}$
10831 \end_inset
10832
10833  para combinar 
10834 \emph on
10835 n
10836 \emph default
10837  columnas puede calcularse de manera que cada columna tenga una anchura
10838  total de 
10839 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10840 \end_inset
10841
10842 :
10843 \begin_inset Formula \begin{equation}
10844 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10845
10846 \end_inset
10847
10848
10849 \end_layout
10850
10851 \begin_layout Standard
10852 En nuestro caso tenemos 
10853 \begin_inset Formula $n=2$
10854 \end_inset
10855
10856
10857 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10858 \end_inset
10859
10860 \InsetSpace \thinspace{}
10861 cm y los valores predeterminados para longitudes, así la ecuación\InsetSpace ~
10862
10863 \begin_inset LatexCommand ref
10864 reference "eq:Wgn"
10865
10866 \end_inset
10867
10868  queda
10869 \begin_inset Formula \begin{equation}
10870 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10871
10872 \end_inset
10873
10874
10875 \end_layout
10876
10877 \begin_layout Standard
10878 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
10879  
10880 \series bold
10881 calc
10882 \series default
10883  con la línea
10884 \begin_inset LatexCommand index
10885 name "LaTeX-paquetes ! calc"
10886
10887 \end_inset
10888
10889
10890 \end_layout
10891
10892 \begin_layout Standard
10893
10894 \series bold
10895
10896 \backslash
10897 usepackage{calc}
10898 \end_layout
10899
10900 \begin_layout Standard
10901 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
10902  Por tanto hay que insertar un argumento LaTeX en el diálogo.
10903  He aquí un repaso de los argumentos:
10904 \end_layout
10905
10906 \begin_layout Itemize
10907
10908 \series bold
10909 p{ancho}
10910 \series default
10911  crea celdas con anchura fija, el texto alineado arriba
10912 \end_layout
10913
10914 \begin_layout Itemize
10915
10916 \series bold
10917 m{ancho}
10918 \series default
10919  crea celdas con anchura fija, el texto con alineación vertical centrada
10920  
10921 \end_layout
10922
10923 \begin_layout Itemize
10924
10925 \series bold
10926 b{ancho}
10927 \series default
10928  crea celdas con anchura fija, el texto alineado abajo
10929 \end_layout
10930
10931 \begin_layout Standard
10932 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
10933  en el diálogo se ignoran.
10934  
10935 \begin_inset Note Greyedout
10936 status open
10937
10938 \begin_layout Standard
10939
10940 \series bold
10941 Nota:
10942 \series default
10943  Debido a un error, LyX muestra de todas formas estas propiedades.
10944 \end_layout
10945
10946 \end_inset
10947
10948  El comando 
10949 \series bold
10950
10951 \backslash
10952 centering
10953 \series default
10954  centra horizontalmente el texto.
10955  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
10956  columna extendida:
10957 \end_layout
10958
10959 \begin_layout Standard
10960
10961 \series bold
10962 >{
10963 \backslash
10964 centering}m{1.25cm-6.2pt}
10965 \end_layout
10966
10967 \begin_layout Standard
10968 El comando 
10969 \series bold
10970 >{ }
10971 \series default
10972  significa que los comandos entre llaves se aplican antes de crear la celda.
10973 \end_layout
10974
10975 \begin_layout Standard
10976 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
10977 , aún está alineado a la izquierda.
10978  Esto se debe a que LyX solo aplica alineado a columnas simples.
10979  Así que para multicolumnas hemos de usar el argumento de LaTeX
10980 \end_layout
10981
10982 \begin_layout Standard
10983
10984 \series bold
10985 >{
10986 \backslash
10987 centering}m{2.5cm}
10988 \end_layout
10989
10990 \begin_layout Subsection
10991 Multifilas
10992 \begin_inset LatexCommand index
10993 name "Multifilas"
10994
10995 \end_inset
10996
10997
10998 \begin_inset LatexCommand index
10999 name "Tablas ! Multifilas"
11000
11001 \end_inset
11002
11003
11004 \begin_inset LatexCommand index
11005 name "LaTeX-paquetes ! multirow"
11006
11007 \end_inset
11008
11009
11010 \end_layout
11011
11012 \begin_layout Standard
11013 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11014  hace falta un poco de ERT.
11015  Hay que cargar el paquete de LaTeX 
11016 \series bold
11017 multirow
11018 \series default
11019  en el preámbulo del documento con el comando
11020 \end_layout
11021
11022 \begin_layout Standard
11023
11024 \series bold
11025
11026 \backslash
11027 usepackage{multirow}
11028 \end_layout
11029
11030 \begin_layout Standard
11031 Las multifilas se crean con el comando
11032 \end_layout
11033
11034 \begin_layout Standard
11035
11036 \series bold
11037
11038 \backslash
11039 multirow{número de filas}{ancho de celda}{entrada de celda}
11040 \end_layout
11041
11042 \begin_layout Standard
11043 Para crear la siguiente tabla:
11044 \end_layout
11045
11046 \begin_layout Standard
11047 \align center
11048 \begin_inset ERT
11049 status collapsed
11050
11051 \begin_layout Standard
11052
11053
11054 \backslash
11055 renewcommand{
11056 \backslash
11057 multirowsetup}{
11058 \backslash
11059 centering}
11060 \end_layout
11061
11062 \end_inset
11063
11064
11065 \begin_inset Tabular
11066 <lyxtabular version="3" rows="3" columns="3">
11067 <features>
11068 <column alignment="center" valignment="top" leftline="true" width="0">
11069 <column alignment="center" valignment="top" leftline="true" width="0">
11070 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11071 <row topline="true">
11072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Standard
11076 a
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Standard
11085 b
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Standard
11094 c
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 </row>
11100 <row topline="true">
11101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Standard
11105 \begin_inset ERT
11106 status collapsed
11107
11108 \begin_layout Standard
11109
11110
11111 \backslash
11112 multirow{2}{2.5cm}{
11113 \end_layout
11114
11115 \end_inset
11116
11117 entrada multifila
11118 \begin_inset ERT
11119 status collapsed
11120
11121 \begin_layout Standard
11122
11123 }
11124 \end_layout
11125
11126 \end_inset
11127
11128
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Standard
11137 e
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Standard
11146 f
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 </row>
11152 <row topline="true" bottomline="true">
11153 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11154 \begin_inset Text
11155
11156 \begin_layout Standard
11157
11158 \end_layout
11159
11160 \end_inset
11161 </cell>
11162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11163 \begin_inset Text
11164
11165 \begin_layout Standard
11166 h
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Standard
11175 i
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 </row>
11181 </lyxtabular>
11182
11183 \end_inset
11184
11185
11186 \begin_inset ERT
11187 status collapsed
11188
11189 \begin_layout Standard
11190
11191
11192 \backslash
11193 renewcommand{
11194 \backslash
11195 multirowsetup}{
11196 \backslash
11197 raggedright}
11198 \end_layout
11199
11200 \end_inset
11201
11202
11203 \end_layout
11204
11205 \begin_layout Standard
11206 crea una tabla 3×3.
11207  Para quitar la línea sobre la última celda en la primera columna, se marca
11208  la celda como multicolumna y se quita el borde superior.
11209  Ahora se crea la multifila en la segunda fila de la primera columna insertando
11210  ahí el comando
11211 \end_layout
11212
11213 \begin_layout Standard
11214
11215 \series bold
11216
11217 \backslash
11218 multirow{2}{2.5cm}{
11219 \end_layout
11220
11221 \begin_layout Standard
11222 como ERT.
11223  Según los parámetros del comando la multifila se expande a dos filas y
11224  tiene de ancho 2.5\InsetSpace \thinspace{}
11225 cm.
11226  El contenido de la celda multifila sigue fuera del cuadro ERT y el comando
11227  finaliza con llave derecha 
11228 \series bold
11229 }
11230 \series default
11231  en otro cuadro ERT tras el texto.
11232 \end_layout
11233
11234 \begin_layout Standard
11235
11236 \series bold
11237
11238 \backslash
11239 multirow
11240 \series default
11241  alinea su contenido a la izquierda por defecto.
11242  Para cambiarlo renombra el comando 
11243 \series bold
11244
11245 \backslash
11246 multirowsetup
11247 \series default
11248  con el comando
11249 \end_layout
11250
11251 \begin_layout Standard
11252
11253 \series bold
11254
11255 \backslash
11256 renewcommand{
11257 \backslash
11258 multirowsetup}{
11259 \backslash
11260 centering}
11261 \end_layout
11262
11263 \begin_layout Standard
11264 en ERT en el preámbulo del documento.
11265  Entonces se centran todas las entradas de celdas multifila en el documento.
11266  Si solo queremos centrar en algunas tablas, se puede renombrar el comando
11267  en ERT justo antes de la tabla en lugar de en el preámbulo.
11268  Si el texto debe estar alineado a la derecha, reemplaza 
11269 \series bold
11270
11271 \backslash
11272 centering
11273 \series default
11274  por 
11275 \series bold
11276
11277 \backslash
11278 raggedleft
11279 \series default
11280 .
11281  Para volver a alineado a la izquierda usa 
11282 \series bold
11283
11284 \backslash
11285 raggedright
11286 \series default
11287 .
11288 \end_layout
11289
11290 \begin_layout Section
11291 Tablas Formales
11292 \begin_inset LatexCommand label
11293 name "sec:Tablas-Formales"
11294
11295 \end_inset
11296
11297
11298 \begin_inset LatexCommand index
11299 name "Tablas Formales"
11300
11301 \end_inset
11302
11303
11304 \begin_inset LatexCommand index
11305 name "Tablas ! Estilo Formal"
11306
11307 \end_inset
11308
11309  
11310 \end_layout
11311
11312 \begin_layout Standard
11313 En los libros, las tablas se suelen presentar en un formato como el de la
11314  tabla \InsetSpace ~
11315
11316 \begin_inset LatexCommand ref
11317 reference "tab:Ejemplo-tabla-formal"
11318
11319 \end_inset
11320
11321 .
11322  Se denominan tablas 
11323 \emph on
11324 formales
11325 \emph default
11326 .
11327  Para hacer tablas con este diseño, elige 
11328 \family sans
11329 Estilo
11330 \family default
11331 \InsetSpace ~
11332
11333 \family sans
11334 Formal
11335 \family default
11336  en la solapa 
11337 \family sans
11338 Bordes
11339 \family default
11340  del cuadro de diálogo de tablas.
11341 \end_layout
11342
11343 \begin_layout Standard
11344 \begin_inset Float table
11345 placement h
11346 wide false
11347 sideways false
11348 status open
11349
11350 \begin_layout Standard
11351 \begin_inset Caption
11352
11353 \begin_layout Standard
11354 \begin_inset LatexCommand label
11355 name "tab:Ejemplo-tabla-formal"
11356
11357 \end_inset
11358
11359 Ejemplo de tabla formal
11360 \end_layout
11361
11362 \end_inset
11363
11364
11365 \end_layout
11366
11367 \begin_layout Standard
11368 \align center
11369 \begin_inset Tabular
11370 <lyxtabular version="3" rows="8" columns="4">
11371 <features booktabs="true">
11372 <column alignment="center" valignment="top" rightline="true" width="0">
11373 <column alignment="center" valignment="top" width="0">
11374 <column alignment="center" valignment="top" width="0">
11375 <column alignment="center" valignment="top" width="0">
11376 <row topline="true">
11377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Standard
11381 System
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" topline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Standard
11390 Medipix
11391 \begin_inset Formula $\,$
11392 \end_inset
11393
11394 1
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Standard
11403 Medipix
11404 \begin_inset Formula $\,$
11405 \end_inset
11406
11407 2
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Standard
11416
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 </row>
11422 <row>
11423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Standard
11427 \begin_inset ERT
11428 status collapsed
11429
11430 \begin_layout Standard
11431
11432
11433 \backslash
11434 cmidrule(r){2-2}
11435 \end_layout
11436
11437 \end_inset
11438
11439
11440 \begin_inset ERT
11441 status collapsed
11442
11443 \begin_layout Standard
11444
11445
11446 \backslash
11447 cmidrule(l){3-4}
11448 \end_layout
11449
11450 \end_inset
11451
11452 Detector thickness [µm]
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Standard
11461 300
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Standard
11470 300
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Standard
11479 700
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 </row>
11485 <row topline="true">
11486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Standard
11490 Edge angle [°]
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Standard
11499 3.55
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Standard
11508 2.71
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Standard
11517 7.99
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 </row>
11523 <row topspace="default">
11524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Standard
11528 Spatial resolution [µm]
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Standard
11537 4.26
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Standard
11546 10.17
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Standard
11555 10.56
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 </row>
11561 <row topspace="default">
11562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Standard
11566 MTF at 
11567 \begin_inset Formula $f_{\mathrm{max}}$
11568 \end_inset
11569
11570
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Standard
11579 0.53
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Standard
11588 0.37
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Standard
11597 0.39
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 </row>
11603 <row topspace="default">
11604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Standard
11608 \begin_inset ERT
11609 status collapsed
11610
11611 \begin_layout Standard
11612
11613
11614 \backslash
11615 cmidrule(l{10pt}){1-1}
11616 \end_layout
11617
11618 \end_inset
11619
11620 LSF-spatial resolution
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Standard
11629
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Standard
11638
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Standard
11647
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 </row>
11653 <row>
11654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Standard
11658 in µm
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Standard
11667 129.7
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Standard
11676 52.75
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Standard
11685 50.78
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 </row>
11691 <row bottomline="true">
11692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Standard
11696 in % of pixel size
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Standard
11705 76.3
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Standard
11714 95.9
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Standard
11723 92.3
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 </row>
11729 </lyxtabular>
11730
11731 \end_inset
11732
11733
11734 \end_layout
11735
11736 \end_inset
11737
11738
11739 \end_layout
11740
11741 \begin_layout Standard
11742 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
11743  correspondientes que se encuentran en la solapa 
11744 \family sans
11745 Bordes 
11746 \family default
11747 del diálogo
11748 \family sans
11749  Configuración\InsetSpace ~
11750 de\InsetSpace ~
11751 la\InsetSpace ~
11752 tabla
11753 \family default
11754 , como se explica en la sección\InsetSpace ~
11755
11756 \begin_inset LatexCommand ref
11757 reference "sub:Espacio-adicional"
11758
11759 \end_inset
11760
11761
11762 \end_layout
11763
11764 \begin_layout Standard
11765 A diferencia de las tablas normales, las tablas formales no tienen líneas
11766  verticales.
11767  Las líneas horizontales se pueden poner o no como en las tablas normales,
11768  pero en la salida se mostrarán con distinto grosor:
11769 \newline
11770 Las líneas primera y
11771  última tienen un grosor predeterminado de 0.08\InsetSpace \thinspace{}
11772 em, las demás tienen un grosor
11773  predeterminado de 0.05\InsetSpace \thinspace{}
11774 em.
11775 \end_layout
11776
11777 \begin_layout Standard
11778 Estos valores predeterminados se pueden cambiar
11779 \series bold
11780  
11781 \series default
11782 con las líneas de preámbulo:
11783 \end_layout
11784
11785 \begin_layout Standard
11786
11787 \series bold
11788
11789 \backslash
11790 let
11791 \backslash
11792 mytoprule
11793 \backslash
11794 toprule
11795 \newline
11796
11797 \backslash
11798 renewcommand{
11799 \backslash
11800 toprule}{
11801 \backslash
11802 mytoprule[grosor]}
11803 \end_layout
11804
11805 \begin_layout Standard
11806 Este ejemplo es para la primera línea, la denominada 
11807 \emph on
11808 toprule
11809 \emph default
11810 .
11811  Si quieres cambiar el grosor de la última línea, reemplaza 
11812 \series bold
11813 toprule
11814 \series default
11815  por 
11816 \series bold
11817 bottomrule
11818 \series default
11819 .
11820  Y para cambiar el grosor de las demás líneas cambia 
11821 \series bold
11822 toprule
11823 \series default
11824  por 
11825 \series bold
11826 midrule
11827 \series default
11828 .
11829  Puedes usar cualquiera de las unidades listadas en el apéndice\InsetSpace ~
11830
11831 \begin_inset LatexCommand ref
11832 reference "cha:Unidades-disponibles-en"
11833
11834 \end_inset
11835
11836 para establecer el grosor.
11837 \end_layout
11838
11839 \begin_layout Standard
11840 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
11841  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
11842  LyX empleará internamente el comando 
11843 \series bold
11844
11845 \backslash
11846 cmidrule
11847 \series default
11848  para dibujar la línea.
11849  El esquema completo es
11850 \end_layout
11851
11852 \begin_layout Standard
11853
11854 \series bold
11855
11856 \backslash
11857 cmidrule[grosor](recorte){inicol-fincol}
11858 \end_layout
11859
11860 \begin_layout Standard
11861 Por el momento, LyX no soporta las opciones de 
11862 \series bold
11863
11864 \backslash
11865 cmidrule
11866 \series default
11867 , así que para usarlas hay que emplear ERT.
11868  Las líneas 
11869 \series bold
11870
11871 \backslash
11872 cmidrule
11873 \series default
11874  se pueden insertar manualmente con el comando en ERT como primera entrada
11875  de la primera celda de una fila.
11876  En la salida se dibujará la línea sobre dicha fila.
11877 \end_layout
11878
11879 \begin_layout Standard
11880 El grosor predeterminado es 0.03\InsetSpace \thinspace{}
11881 em.
11882  
11883 \series bold
11884 inicol
11885 \series default
11886  es el número de la columna en la que comienza la línea y 
11887 \series bold
11888 fincol
11889 \series default
11890  es el número de la columna en la que acaba la línea.
11891  El valor 
11892 \series bold
11893 fincol
11894 \series default
11895  debe especificarse siempre, aunque la línea se extienda sobre una sola
11896  columna.
11897  El parámetro opcional 
11898 \series bold
11899 recorte
11900 \series default
11901  debe ser 
11902 \emph on
11903 l{recorte}
11904 \emph default
11905  o 
11906 \emph on
11907 r{recorte}
11908 \emph default
11909 , donde 
11910 \emph on
11911 recorte
11912 \emph default
11913  también es opcional.
11914  Por ejemplo, el parámetro 
11915 \emph on
11916 l{2pt}
11917 \emph default
11918  significa que la línea se recorta 2\InsetSpace \thinspace{}
11919 pt por su izquierda.
11920  Si no se especifica el tamaño  las líneas se recortan por defecto en 0.5\InsetSpace \thinspace{}
11921 em.
11922
11923 \series bold
11924  
11925 \end_layout
11926
11927 \begin_layout Standard
11928
11929 \end_layout
11930
11931 \begin_layout Standard
11932 \begin_inset VSpace bigskip
11933 \end_inset
11934
11935
11936 \end_layout
11937
11938 \begin_layout Standard
11939 La tabla\InsetSpace ~
11940
11941 \begin_inset LatexCommand ref
11942 reference "tab:Ejemplo-tabla-formal"
11943
11944 \end_inset
11945
11946  se ha creado con los comandos
11947 \end_layout
11948
11949 \begin_layout Standard
11950
11951 \series bold
11952
11953 \backslash
11954 cmidrule(r){2-2}
11955 \backslash
11956 cmidrule(l){3-4}
11957 \end_layout
11958
11959 \begin_layout Standard
11960 en la segunda fila, 
11961 \series bold
11962
11963 \backslash
11964 midrule
11965 \series default
11966  en la tercera, y
11967 \end_layout
11968
11969 \begin_layout Standard
11970
11971 \series bold
11972
11973 \backslash
11974 cmidrule(l{10pt}){1-1}
11975 \end_layout
11976
11977 \begin_layout Standard
11978 en la sexta fila.
11979 \end_layout
11980
11981 \begin_layout Standard
11982 \begin_inset VSpace bigskip
11983 \end_inset
11984
11985
11986 \end_layout
11987
11988 \begin_layout Standard
11989 Quizá quieras superponer líneas 
11990 \series bold
11991
11992 \backslash
11993 cmidrules
11994 \series default
11995  como en la tabla\InsetSpace ~
11996
11997 \begin_inset LatexCommand ref
11998 reference "tab:Tabla-formal-especial"
11999
12000 \end_inset
12001
12002 .
12003  Esto se consigue con el comando ERT
12004 \end_layout
12005
12006 \begin_layout Standard
12007
12008 \series bold
12009
12010 \backslash
12011 morecmidrules
12012 \end_layout
12013
12014 \begin_layout Standard
12015 El comando que se ha utilizado para la segunda fila de la tabla\InsetSpace ~
12016
12017 \begin_inset LatexCommand ref
12018 reference "tab:Tabla-formal-especial"
12019
12020 \end_inset
12021
12022  es
12023 \end_layout
12024
12025 \begin_layout Standard
12026
12027 \series bold
12028
12029 \backslash
12030 cmidrule(r){2-2}
12031 \backslash
12032 cmidrule(l){3-4}
12033 \backslash
12034 morecmidrules
12035 \backslash
12036 cmidrule{2-4}
12037 \end_layout
12038
12039 \begin_layout Standard
12040 El comando para la sexta fila es
12041 \end_layout
12042
12043 \begin_layout Standard
12044
12045 \series bold
12046
12047 \backslash
12048 midrule
12049 \backslash
12050 morecmidrules
12051 \backslash
12052 cmidrule{3-4}
12053 \series default
12054
12055 \begin_inset VSpace bigskip
12056 \end_inset
12057
12058
12059 \end_layout
12060
12061 \begin_layout Standard
12062 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
12063  el siguiente comando para dibujar líneas que se extienden sobre todas las
12064  columnas
12065 \end_layout
12066
12067 \begin_layout Standard
12068
12069 \series bold
12070
12071 \backslash
12072 specialrule{anchura}{espacio superior}{espacio inferior}
12073 \end_layout
12074
12075 \begin_layout Standard
12076 Para más información sobre estas características especiales, acude al manual
12077  del paquete LaTeX 
12078 \series bold
12079 booktabs
12080 \series default
12081
12082 \begin_inset LatexCommand cite
12083 key "booktabs"
12084
12085 \end_inset
12086
12087 .
12088 \begin_inset LatexCommand index
12089 name "LaTeX-paquetes ! booktabs"
12090
12091 \end_inset
12092
12093  
12094 \begin_inset VSpace bigskip
12095 \end_inset
12096
12097
12098 \end_layout
12099
12100 \begin_layout Standard
12101 \begin_inset Float table
12102 placement h
12103 wide false
12104 sideways false
12105 status open
12106
12107 \begin_layout Standard
12108 \begin_inset Caption
12109
12110 \begin_layout Standard
12111 \begin_inset LatexCommand label
12112 name "tab:Tabla-formal-especial"
12113
12114 \end_inset
12115
12116 Tabla formal especial
12117 \end_layout
12118
12119 \end_inset
12120
12121
12122 \end_layout
12123
12124 \begin_layout Standard
12125 \align center
12126 \begin_inset Tabular
12127 <lyxtabular version="3" rows="8" columns="4">
12128 <features booktabs="true">
12129 <column alignment="center" valignment="top" width="0">
12130 <column alignment="center" valignment="top" width="0">
12131 <column alignment="center" valignment="top" width="0">
12132 <column alignment="center" valignment="top" width="0">
12133 <row topline="true">
12134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12135 \begin_inset Text
12136
12137 \begin_layout Standard
12138 System
12139 \end_layout
12140
12141 \end_inset
12142 </cell>
12143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12144 \begin_inset Text
12145
12146 \begin_layout Standard
12147 Medipix\InsetSpace \thinspace{}
12148 1
12149 \end_layout
12150
12151 \end_inset
12152 </cell>
12153 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12154 \begin_inset Text
12155
12156 \begin_layout Standard
12157 Medipix\InsetSpace \thinspace{}
12158 2
12159 \end_layout
12160
12161 \end_inset
12162 </cell>
12163 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12164 \begin_inset Text
12165
12166 \begin_layout Standard
12167
12168 \end_layout
12169
12170 \end_inset
12171 </cell>
12172 </row>
12173 <row>
12174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Standard
12178 \begin_inset ERT
12179 status collapsed
12180
12181 \begin_layout Standard
12182
12183
12184 \backslash
12185 cmidrule(r){2-2}
12186 \end_layout
12187
12188 \end_inset
12189
12190
12191 \begin_inset ERT
12192 status collapsed
12193
12194 \begin_layout Standard
12195
12196
12197 \backslash
12198 cmidrule(l){3-4}
12199 \end_layout
12200
12201 \end_inset
12202
12203
12204 \begin_inset ERT
12205 status collapsed
12206
12207 \begin_layout Standard
12208
12209
12210 \backslash
12211 morecmidrules 
12212 \end_layout
12213
12214 \end_inset
12215
12216
12217 \begin_inset ERT
12218 status collapsed
12219
12220 \begin_layout Standard
12221
12222
12223 \backslash
12224 cmidrule{2-4}
12225 \end_layout
12226
12227 \end_inset
12228
12229 Detector thickness [µm]
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12235 \begin_inset Text
12236
12237 \begin_layout Standard
12238 300
12239 \end_layout
12240
12241 \end_inset
12242 </cell>
12243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12244 \begin_inset Text
12245
12246 \begin_layout Standard
12247 300
12248 \end_layout
12249
12250 \end_inset
12251 </cell>
12252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12253 \begin_inset Text
12254
12255 \begin_layout Standard
12256 700
12257 \end_layout
12258
12259 \end_inset
12260 </cell>
12261 </row>
12262 <row topline="true">
12263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12264 \begin_inset Text
12265
12266 \begin_layout Standard
12267 Edge angle [°]
12268 \end_layout
12269
12270 \end_inset
12271 </cell>
12272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12273 \begin_inset Text
12274
12275 \begin_layout Standard
12276 3.55
12277 \end_layout
12278
12279 \end_inset
12280 </cell>
12281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12282 \begin_inset Text
12283
12284 \begin_layout Standard
12285 2.71
12286 \end_layout
12287
12288 \end_inset
12289 </cell>
12290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12291 \begin_inset Text
12292
12293 \begin_layout Standard
12294 7.99
12295 \end_layout
12296
12297 \end_inset
12298 </cell>
12299 </row>
12300 <row topspace="default">
12301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12302 \begin_inset Text
12303
12304 \begin_layout Standard
12305 Spatial resolution [µm]
12306 \end_layout
12307
12308 \end_inset
12309 </cell>
12310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12311 \begin_inset Text
12312
12313 \begin_layout Standard
12314 4.26
12315 \end_layout
12316
12317 \end_inset
12318 </cell>
12319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12320 \begin_inset Text
12321
12322 \begin_layout Standard
12323 10.17
12324 \end_layout
12325
12326 \end_inset
12327 </cell>
12328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12329 \begin_inset Text
12330
12331 \begin_layout Standard
12332 10.56
12333 \end_layout
12334
12335 \end_inset
12336 </cell>
12337 </row>
12338 <row topspace="default">
12339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12340 \begin_inset Text
12341
12342 \begin_layout Standard
12343 MTF at 
12344 \begin_inset Formula $f_{\mathrm{max}}$
12345 \end_inset
12346
12347
12348 \end_layout
12349
12350 \end_inset
12351 </cell>
12352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12353 \begin_inset Text
12354
12355 \begin_layout Standard
12356 0.53
12357 \end_layout
12358
12359 \end_inset
12360 </cell>
12361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12362 \begin_inset Text
12363
12364 \begin_layout Standard
12365 0.37
12366 \end_layout
12367
12368 \end_inset
12369 </cell>
12370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12371 \begin_inset Text
12372
12373 \begin_layout Standard
12374 0.39
12375 \end_layout
12376
12377 \end_inset
12378 </cell>
12379 </row>
12380 <row topline="true">
12381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12382 \begin_inset Text
12383
12384 \begin_layout Standard
12385 \begin_inset ERT
12386 status collapsed
12387
12388 \begin_layout Standard
12389
12390
12391 \backslash
12392 morecmidrules 
12393 \end_layout
12394
12395 \end_inset
12396
12397
12398 \begin_inset ERT
12399 status collapsed
12400
12401 \begin_layout Standard
12402
12403
12404 \backslash
12405 cmidrule{3-4}
12406 \end_layout
12407
12408 \end_inset
12409
12410 LSF-spatial resolution
12411 \end_layout
12412
12413 \end_inset
12414 </cell>
12415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12416 \begin_inset Text
12417
12418 \begin_layout Standard
12419
12420 \end_layout
12421
12422 \end_inset
12423 </cell>
12424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12425 \begin_inset Text
12426
12427 \begin_layout Standard
12428
12429 \end_layout
12430
12431 \end_inset
12432 </cell>
12433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12434 \begin_inset Text
12435
12436 \begin_layout Standard
12437
12438 \end_layout
12439
12440 \end_inset
12441 </cell>
12442 </row>
12443 <row>
12444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12445 \begin_inset Text
12446
12447 \begin_layout Standard
12448 in µm
12449 \end_layout
12450
12451 \end_inset
12452 </cell>
12453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12454 \begin_inset Text
12455
12456 \begin_layout Standard
12457 129.7
12458 \end_layout
12459
12460 \end_inset
12461 </cell>
12462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12463 \begin_inset Text
12464
12465 \begin_layout Standard
12466 52.75
12467 \end_layout
12468
12469 \end_inset
12470 </cell>
12471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12472 \begin_inset Text
12473
12474 \begin_layout Standard
12475 50.78
12476 \end_layout
12477
12478 \end_inset
12479 </cell>
12480 </row>
12481 <row bottomline="true">
12482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12483 \begin_inset Text
12484
12485 \begin_layout Standard
12486 in % of pixel size
12487 \end_layout
12488
12489 \end_inset
12490 </cell>
12491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12492 \begin_inset Text
12493
12494 \begin_layout Standard
12495 76.3
12496 \end_layout
12497
12498 \end_inset
12499 </cell>
12500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12501 \begin_inset Text
12502
12503 \begin_layout Standard
12504 95.9
12505 \end_layout
12506
12507 \end_inset
12508 </cell>
12509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Standard
12513 92.3
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 </row>
12519 </lyxtabular>
12520
12521 \end_inset
12522
12523
12524 \end_layout
12525
12526 \end_inset
12527
12528
12529 \end_layout
12530
12531 \begin_layout Section
12532 Alineación Vertical en Tablas
12533 \begin_inset LatexCommand index
12534 name "Tablas ! Alineación Vertical"
12535
12536 \end_inset
12537
12538
12539 \end_layout
12540
12541 \begin_layout Standard
12542 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
12543  en un cuadro.
12544  Entonces el cuadro se puede alinear verticalmente como se describe en la
12545  sección\InsetSpace ~
12546
12547 \begin_inset LatexCommand ref
12548 reference "sec:Diálogo-Cuadros"
12549
12550 \end_inset
12551
12552 .
12553  
12554 \end_layout
12555
12556 \begin_layout Standard
12557 En el ejemplo siguiente las tablas están en un cuadro de minipágina
12558 \begin_inset Foot
12559 status collapsed
12560
12561 \begin_layout Standard
12562 Las minipáginas se describen en la sección\InsetSpace ~
12563
12564 \begin_inset LatexCommand ref
12565 reference "sec:Minipáginas"
12566
12567 \end_inset
12568
12569 .
12570 \end_layout
12571
12572 \end_inset
12573
12574  que tiene una anchura de 15\InsetSpace \thinspace{}
12575 col%:
12576 \end_layout
12577
12578 \begin_layout Itemize
12579 test 
12580 \begin_inset Box Frameless
12581 position "t"
12582 hor_pos "c"
12583 has_inner_box 1
12584 inner_pos "c"
12585 use_parbox 0
12586 width "15col%"
12587 special "none"
12588 height "1in"
12589 height_special "totalheight"
12590 status collapsed
12591
12592 \begin_layout Standard
12593 \begin_inset Tabular
12594 <lyxtabular version="3" rows="3" columns="3">
12595 <features>
12596 <column alignment="center" valignment="top" leftline="true" width="0">
12597 <column alignment="center" valignment="top" leftline="true" width="0">
12598 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12599 <row topline="true">
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Standard
12604 a
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Standard
12613 d
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Standard
12622 g
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 </row>
12628 <row topline="true">
12629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Standard
12633 b
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Standard
12642 e
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Standard
12651 h
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 </row>
12657 <row topline="true" bottomline="true">
12658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Standard
12662 c
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Standard
12671 f
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Standard
12680 i
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 </row>
12686 </lyxtabular>
12687
12688 \end_inset
12689
12690
12691 \end_layout
12692
12693 \end_inset
12694
12695  test 
12696 \begin_inset ERT
12697 status collapsed
12698
12699 \begin_layout Standard
12700
12701
12702 \backslash
12703 raisebox{0.85
12704 \backslash
12705 baselineskip}{
12706 \end_layout
12707
12708 \end_inset
12709
12710
12711 \begin_inset Box Frameless
12712 position "t"
12713 hor_pos "c"
12714 has_inner_box 1
12715 inner_pos "c"
12716 use_parbox 0
12717 width "15col%"
12718 special "none"
12719 height "1in"
12720 height_special "totalheight"
12721 status collapsed
12722
12723 \begin_layout Standard
12724 \begin_inset Tabular
12725 <lyxtabular version="3" rows="3" columns="3">
12726 <features>
12727 <column alignment="center" valignment="top" leftline="true" width="0">
12728 <column alignment="center" valignment="top" leftline="true" width="0">
12729 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12730 <row topline="true">
12731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Standard
12735 a
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Standard
12744 d
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12750 \begin_inset Text
12751
12752 \begin_layout Standard
12753 g
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 </row>
12759 <row topline="true">
12760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Standard
12764 b
12765 \end_layout
12766
12767 \end_inset
12768 </cell>
12769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12770 \begin_inset Text
12771
12772 \begin_layout Standard
12773 e
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12779 \begin_inset Text
12780
12781 \begin_layout Standard
12782 h
12783 \end_layout
12784
12785 \end_inset
12786 </cell>
12787 </row>
12788 <row topline="true" bottomline="true">
12789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12790 \begin_inset Text
12791
12792 \begin_layout Standard
12793 c
12794 \end_layout
12795
12796 \end_inset
12797 </cell>
12798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12799 \begin_inset Text
12800
12801 \begin_layout Standard
12802 f
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Standard
12811 i
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 </row>
12817 </lyxtabular>
12818
12819 \end_inset
12820
12821
12822 \end_layout
12823
12824 \end_inset
12825
12826
12827 \begin_inset ERT
12828 status collapsed
12829
12830 \begin_layout Standard
12831
12832 }
12833 \end_layout
12834
12835 \end_inset
12836
12837
12838 \end_layout
12839
12840 \begin_layout Itemize
12841 test 
12842 \begin_inset Box Frameless
12843 position "c"
12844 hor_pos "c"
12845 has_inner_box 1
12846 inner_pos "c"
12847 use_parbox 0
12848 width "15col%"
12849 special "none"
12850 height "1in"
12851 height_special "totalheight"
12852 status collapsed
12853
12854 \begin_layout Standard
12855 \begin_inset Tabular
12856 <lyxtabular version="3" rows="3" columns="3">
12857 <features>
12858 <column alignment="center" valignment="top" leftline="true" width="0">
12859 <column alignment="center" valignment="top" leftline="true" width="0">
12860 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12861 <row topline="true">
12862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Standard
12866 a
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Standard
12875 d
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Standard
12884 g
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 </row>
12890 <row topline="true">
12891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Standard
12895 b
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Standard
12904 e
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Standard
12913 h
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 </row>
12919 <row topline="true" bottomline="true">
12920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Standard
12924 c
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Standard
12933 f
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Standard
12942 i
12943 \end_layout
12944
12945 \end_inset
12946 </cell>
12947 </row>
12948 </lyxtabular>
12949
12950 \end_inset
12951
12952
12953 \end_layout
12954
12955 \end_inset
12956
12957
12958 \end_layout
12959
12960 \begin_layout Itemize
12961 test 
12962 \begin_inset Box Frameless
12963 position "b"
12964 hor_pos "c"
12965 has_inner_box 1
12966 inner_pos "c"
12967 use_parbox 0
12968 width "15col%"
12969 special "none"
12970 height "1in"
12971 height_special "totalheight"
12972 status collapsed
12973
12974 \begin_layout Standard
12975 \begin_inset Tabular
12976 <lyxtabular version="3" rows="3" columns="3">
12977 <features>
12978 <column alignment="center" valignment="top" leftline="true" width="0">
12979 <column alignment="center" valignment="top" leftline="true" width="0">
12980 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12981 <row topline="true">
12982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12983 \begin_inset Text
12984
12985 \begin_layout Standard
12986 a
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Standard
12995 d
12996 \end_layout
12997
12998 \end_inset
12999 </cell>
13000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13001 \begin_inset Text
13002
13003 \begin_layout Standard
13004 g
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 </row>
13010 <row topline="true">
13011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13012 \begin_inset Text
13013
13014 \begin_layout Standard
13015 b
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13021 \begin_inset Text
13022
13023 \begin_layout Standard
13024 e
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13030 \begin_inset Text
13031
13032 \begin_layout Standard
13033 h
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 </row>
13039 <row topline="true" bottomline="true">
13040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13041 \begin_inset Text
13042
13043 \begin_layout Standard
13044 c
13045 \end_layout
13046
13047 \end_inset
13048 </cell>
13049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13050 \begin_inset Text
13051
13052 \begin_layout Standard
13053 f
13054 \end_layout
13055
13056 \end_inset
13057 </cell>
13058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Standard
13062 i
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 </row>
13068 </lyxtabular>
13069
13070 \end_inset
13071
13072
13073 \end_layout
13074
13075 \end_inset
13076
13077  test 
13078 \begin_inset ERT
13079 status collapsed
13080
13081 \begin_layout Standard
13082
13083
13084 \backslash
13085 raisebox{-0.32
13086 \backslash
13087 baselineskip}{
13088 \end_layout
13089
13090 \end_inset
13091
13092
13093 \begin_inset Box Frameless
13094 position "b"
13095 hor_pos "c"
13096 has_inner_box 1
13097 inner_pos "c"
13098 use_parbox 0
13099 width "15col%"
13100 special "none"
13101 height "1in"
13102 height_special "totalheight"
13103 status collapsed
13104
13105 \begin_layout Standard
13106 \begin_inset Tabular
13107 <lyxtabular version="3" rows="3" columns="3">
13108 <features>
13109 <column alignment="center" valignment="top" leftline="true" width="0">
13110 <column alignment="center" valignment="top" leftline="true" width="0">
13111 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13112 <row topline="true">
13113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Standard
13117 a
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Standard
13126 d
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Standard
13135 g
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 </row>
13141 <row topline="true">
13142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13143 \begin_inset Text
13144
13145 \begin_layout Standard
13146 b
13147 \end_layout
13148
13149 \end_inset
13150 </cell>
13151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Standard
13155 e
13156 \end_layout
13157
13158 \end_inset
13159 </cell>
13160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Standard
13164 h
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 </row>
13170 <row topline="true" bottomline="true">
13171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Standard
13175 c
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13181 \begin_inset Text
13182
13183 \begin_layout Standard
13184 f
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Standard
13193 i
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 </row>
13199 </lyxtabular>
13200
13201 \end_inset
13202
13203
13204 \end_layout
13205
13206 \end_inset
13207
13208
13209 \begin_inset ERT
13210 status collapsed
13211
13212 \begin_layout Standard
13213
13214 }
13215 \end_layout
13216
13217 \end_inset
13218
13219
13220 \end_layout
13221
13222 \begin_layout Standard
13223 Como ves, los contenidos de la primera y última filas no se alinean correctament
13224 e con la línea de texto donde está la tabla.
13225  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
13226  un cuadro elevado (
13227 \begin_inset Quotes eld
13228 \end_inset
13229
13230 raisebox
13231 \begin_inset Quotes erd
13232 \end_inset
13233
13234 )
13235 \begin_inset Foot
13236 status collapsed
13237
13238 \begin_layout Standard
13239 El uso del comando 
13240 \series bold
13241
13242 \backslash
13243 raisebox
13244 \series default
13245  se explica en la sección\InsetSpace ~
13246
13247 \begin_inset LatexCommand ref
13248 reference "sub:Alineación-Vertical"
13249
13250 \end_inset
13251
13252 .
13253 \end_layout
13254
13255 \end_inset
13256
13257 .
13258  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
13259  usando el comando en ERT
13260 \end_layout
13261
13262 \begin_layout Standard
13263
13264 \series bold
13265
13266 \backslash
13267 raisebox{0.85
13268 \backslash
13269 baselineskip}{
13270 \end_layout
13271
13272 \begin_layout Standard
13273 antes del cuadro.
13274  Tras él, se pone la llave de cierre 
13275 \series bold
13276 }
13277 \series default
13278  también como ERT.
13279  Para la segunda tabla en el tercer ítem se usa el comando 
13280 \end_layout
13281
13282 \begin_layout Standard
13283
13284 \series bold
13285
13286 \backslash
13287 raisebox{-0.32
13288 \backslash
13289 baselineskip}{
13290 \end_layout
13291
13292 \begin_layout Standard
13293 \begin_inset Note Greyedout
13294 status open
13295
13296 \begin_layout Standard
13297
13298 \series bold
13299 Not
13300 \series default
13301 a: La alineación del contenido de la fila con la línea del texto adyacente
13302  no es exacta.
13303  El factor necesario del comando 
13304 \series bold
13305
13306 \backslash
13307 raisebox
13308 \series default
13309  para este alineamiento depende de la fuente del documento, del tamaño de
13310  la fuente y del grosor de línea de la tabla.
13311 \end_layout
13312
13313 \end_inset
13314
13315
13316 \end_layout
13317
13318 \begin_layout Section
13319 Tablas Coloreadas
13320 \begin_inset LatexCommand label
13321 name "sec:Tablas-Coloreadas"
13322
13323 \end_inset
13324
13325
13326 \begin_inset LatexCommand index
13327 name "Tablas ! Coloreadas"
13328
13329 \end_inset
13330
13331
13332 \end_layout
13333
13334 \begin_layout Subsection
13335 Celdas Coloreadas
13336 \begin_inset LatexCommand index
13337 name "Tablas Coloreadas ! Celdas"
13338
13339 \end_inset
13340
13341
13342 \begin_inset LatexCommand index
13343 name "Color ! en Celdas de Tablas"
13344
13345 \end_inset
13346
13347
13348 \end_layout
13349
13350 \begin_layout Standard
13351 \begin_inset Float table
13352 placement h
13353 wide false
13354 sideways false
13355 status open
13356
13357 \begin_layout Standard
13358 \begin_inset Caption
13359
13360 \begin_layout Standard
13361 \begin_inset LatexCommand label
13362 name "tab:Tabla-coloreada-sin"
13363
13364 \end_inset
13365
13366 Tabla coloreada sin usar el paquete 
13367 \series bold
13368 colortbl
13369 \series default
13370
13371 \begin_inset OptArg
13372 status collapsed
13373
13374 \begin_layout Standard
13375 Tabla sin colortbl
13376 \end_layout
13377
13378 \end_inset
13379
13380
13381 \end_layout
13382
13383 \end_inset
13384
13385
13386 \end_layout
13387
13388 \begin_layout Standard
13389 \align center
13390 \begin_inset Tabular
13391 <lyxtabular version="3" rows="3" columns="3">
13392 <features>
13393 <column alignment="center" valignment="top" leftline="true" width="0">
13394 <column alignment="center" valignment="top" leftline="true" width="0">
13395 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13396 <row topline="true">
13397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Standard
13401
13402 \color green
13403 a
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Standard
13412
13413 \color red
13414 b
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Standard
13423
13424 \color red
13425 c
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 </row>
13431 <row topline="true">
13432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13433 \begin_inset Text
13434
13435 \begin_layout Standard
13436
13437 \color green
13438 d
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Standard
13447
13448 \color blue
13449 e
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Standard
13458
13459 \color blue
13460 f
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 </row>
13466 <row topline="true" bottomline="true">
13467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13468 \begin_inset Text
13469
13470 \begin_layout Standard
13471
13472 \color green
13473 g
13474 \end_layout
13475
13476 \end_inset
13477 </cell>
13478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13479 \begin_inset Text
13480
13481 \begin_layout Standard
13482
13483 \color blue
13484 h
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Standard
13493
13494 \color blue
13495 i
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 </row>
13501 </lyxtabular>
13502
13503 \end_inset
13504
13505
13506 \end_layout
13507
13508 \end_inset
13509
13510
13511 \end_layout
13512
13513 \begin_layout Standard
13514 Si solo necesitas color en el texto, marca las celdas y elige un color en
13515  el menú 
13516 \family sans
13517 Editar\SpecialChar \menuseparator
13518 Estilo\InsetSpace ~
13519 del\InsetSpace ~
13520 Texto
13521 \family default
13522 .
13523  Esto se ha hecho en la tabla\InsetSpace ~
13524
13525 \begin_inset LatexCommand ref
13526 reference "tab:Tabla-coloreada-sin"
13527
13528 \end_inset
13529
13530 .
13531  En cualquier otro caso hay que usar el paquete LaTeX 
13532 \series bold
13533 colortbl
13534 \series default
13535 .
13536 \begin_inset LatexCommand index
13537 name "LaTeX-paquetes ! colortbl"
13538
13539 \end_inset
13540
13541
13542 \end_layout
13543
13544 \begin_layout Standard
13545 Para crear tablas coloreadas, 
13546 \series bold
13547 colortbl
13548 \series default
13549  debe cargarse en el preámbulo con la línea
13550 \end_layout
13551
13552 \begin_layout Standard
13553
13554 \series bold
13555
13556 \backslash
13557 usepackage{colortbl}
13558 \end_layout
13559
13560 \begin_layout Standard
13561 El color de una columna se define con el comando
13562 \end_layout
13563
13564 \begin_layout Standard
13565
13566 \series bold
13567
13568 \backslash
13569 columncolor{nombre del color}
13570 \end_layout
13571
13572 \begin_layout Standard
13573 dentro del comando 
13574 \series bold
13575 >{ }
13576 \series default
13577 .
13578  Más sobre el comando 
13579 \series bold
13580 >{}
13581 \series default
13582  se explica en la sección\InsetSpace ~
13583
13584 \begin_inset LatexCommand ref
13585 reference "sub:Cálculos-en-Multicolumnas"
13586
13587 \end_inset
13588
13589 .
13590 \end_layout
13591
13592 \begin_layout Standard
13593 Los siguientes nombres de color están predefinidos:
13594 \end_layout
13595
13596 \begin_layout Standard
13597
13598 \family sans
13599 red
13600 \family default
13601
13602 \family sans
13603 green
13604 \family default
13605
13606 \family sans
13607 yellow, blue
13608 \family default
13609
13610 \family sans
13611 cyan
13612 \family default
13613 \series bold
13614 ,
13615 \series default
13616  
13617 \family sans
13618 magenta, black
13619 \family default
13620
13621 \family sans
13622 white
13623 \end_layout
13624
13625 \begin_layout Standard
13626 \begin_inset VSpace medskip
13627 \end_inset
13628
13629
13630 \end_layout
13631
13632 \begin_layout Standard
13633 Puedes definir tus propios colores con el comando
13634 \end_layout
13635
13636 \begin_layout Standard
13637
13638 \series bold
13639
13640 \backslash
13641 def\SpecialChar \textcompwordmark{}
13642 inecolor{nombre del color}{modelo de color}{valores de color}
13643 \end_layout
13644
13645 \begin_layout Standard
13646 El modelo de color puede ser
13647 \end_layout
13648
13649 \begin_layout Labeling
13650 \labelwidthstring 00.00.0000
13651 cmyk: cyan, magenta, yellow, black
13652 \end_layout
13653
13654 \begin_layout Labeling
13655 \labelwidthstring 00.00.0000
13656 rgb: red, green, blue
13657 \end_layout
13658
13659 \begin_layout Labeling
13660 \labelwidthstring 00.00.0000
13661 gray: gray
13662 \end_layout
13663
13664 \begin_layout Standard
13665 y los valores de color son números separados por comas entre 0 y 1 que describen
13666  el factor para el color correspondiente del modelo de color.
13667 \end_layout
13668
13669 \begin_layout Standard
13670 Por ejemplo, puedes definir el color
13671 \series bold
13672  
13673 \series default
13674
13675 \begin_inset Quotes eld
13676 \end_inset
13677
13678
13679 \emph on
13680 verde oscuro
13681 \emph default
13682
13683 \begin_inset Quotes erd
13684 \end_inset
13685
13686  en el preámbulo con
13687 \end_layout
13688
13689 \begin_layout Standard
13690
13691 \series bold
13692
13693 \backslash
13694 def\SpecialChar \textcompwordmark{}
13695 inecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13696 \end_layout
13697
13698 \begin_layout Standard
13699 y el color 
13700 \begin_inset Quotes eld
13701 \end_inset
13702
13703
13704 \emph on
13705 gris claro
13706 \emph default
13707
13708 \begin_inset Quotes erd
13709 \end_inset
13710
13711  con
13712 \end_layout
13713
13714 \begin_layout Standard
13715
13716 \series bold
13717
13718 \backslash
13719 def\SpecialChar \textcompwordmark{}
13720 inecolor{grisclaro}{gray}{0.8}
13721 \end_layout
13722
13723 \begin_layout Standard
13724 \begin_inset VSpace medskip
13725 \end_inset
13726
13727
13728 \end_layout
13729
13730 \begin_layout Standard
13731 Las líneas se colorean con el comando
13732 \end_layout
13733
13734 \begin_layout Standard
13735
13736 \series bold
13737
13738 \backslash
13739 rowcolor{nombre del color}
13740 \end_layout
13741
13742 \begin_layout Standard
13743 y las celdas se colorean con el comando
13744 \end_layout
13745
13746 \begin_layout Standard
13747
13748 \series bold
13749
13750 \backslash
13751 cellcolor{nombre del color}
13752 \end_layout
13753
13754 \begin_layout Standard
13755 Ambos comandos se insertan al principio de una celda como ERT.
13756 \end_layout
13757
13758 \begin_layout Standard
13759 Para colorear caracteres en la tabla marca las celdas y usa el menú 
13760 \family sans
13761 Editar\SpecialChar \menuseparator
13762 Estilo\InsetSpace ~
13763 del\InsetSpace ~
13764 Texto
13765 \family default
13766 .
13767  Si una celda contiene ERT marca solo los caracteres, si no el ERT con color
13768  puede ocasionar errores de LaTeX.
13769 \end_layout
13770
13771 \begin_layout Standard
13772 \begin_inset VSpace bigskip
13773 \end_inset
13774
13775
13776 \end_layout
13777
13778 \begin_layout Standard
13779 Para crear la tabla\InsetSpace ~
13780
13781 \begin_inset LatexCommand ref
13782 reference "tab:Tabla-coloreada-con"
13783
13784 \end_inset
13785
13786  haz lo siguiente: el color de la primera columna debe ser 
13787 \emph on
13788 verde oscuro
13789 \emph default
13790 , entonces inserta
13791 \end_layout
13792
13793 \begin_layout Standard
13794
13795 \series bold
13796 >{
13797 \backslash
13798 columncolor{verdeoscuro}
13799 \backslash
13800 centering}c
13801 \end_layout
13802
13803 \begin_layout Standard
13804 como argumento LaTeX para esta columna.
13805  La primera fila debe ser azul, por tanto inserta el comando ERT
13806 \end_layout
13807
13808 \begin_layout Standard
13809
13810 \series bold
13811
13812 \backslash
13813 rowcolow{cyan}
13814 \end_layout
13815
13816 \begin_layout Standard
13817 en la primera celda de esta fila.
13818  Observa que esto sobreescribe el color de la columna para la primera celda.
13819  La última celda de la última fila se colorea magenta insertando el comando
13820  ERT
13821 \end_layout
13822
13823 \begin_layout Standard
13824
13825 \series bold
13826
13827 \backslash
13828 cellcolor{magenta}
13829 \end_layout
13830
13831 \begin_layout Standard
13832 Ahora podrían colorearse los caracteres usando el menú 
13833 \family sans
13834 Editar\SpecialChar \menuseparator
13835 Estilo\InsetSpace ~
13836 del\InsetSpace ~
13837 Texto
13838 \family default
13839 .
13840 \end_layout
13841
13842 \begin_layout Standard
13843 \begin_inset Float table
13844 placement h
13845 wide false
13846 sideways false
13847 status open
13848
13849 \begin_layout Standard
13850 \begin_inset Caption
13851
13852 \begin_layout Standard
13853 \begin_inset LatexCommand label
13854 name "tab:Tabla-coloreada-con"
13855
13856 \end_inset
13857
13858 Tabla coloreada usando el paquete 
13859 \series bold
13860 colortbl
13861 \series default
13862
13863 \begin_inset OptArg
13864 status collapsed
13865
13866 \begin_layout Standard
13867 Tabla con colortbl
13868 \end_layout
13869
13870 \end_inset
13871
13872
13873 \end_layout
13874
13875 \end_inset
13876
13877
13878 \end_layout
13879
13880 \begin_layout Standard
13881 \align center
13882 \begin_inset Tabular
13883 <lyxtabular version="3" rows="3" columns="3">
13884 <features>
13885 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
13886 <column alignment="center" valignment="top" width="0">
13887 <column alignment="center" valignment="top" width="0">
13888 <row>
13889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13890 \begin_inset Text
13891
13892 \begin_layout Standard
13893 \begin_inset ERT
13894 status collapsed
13895
13896 \begin_layout Standard
13897
13898
13899 \backslash
13900 rowcolor{cyan}
13901 \end_layout
13902
13903 \end_inset
13904
13905
13906 \color magenta
13907 a
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Standard
13916
13917 \color red
13918 b
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Standard
13927
13928 \color red
13929 c
13930 \end_layout
13931
13932 \end_inset
13933 </cell>
13934 </row>
13935 <row>
13936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13937 \begin_inset Text
13938
13939 \begin_layout Standard
13940
13941 \color yellow
13942 d
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 \color blue
13953 e
13954 \end_layout
13955
13956 \end_inset
13957 </cell>
13958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13959 \begin_inset Text
13960
13961 \begin_layout Standard
13962
13963 \color blue
13964 f
13965 \end_layout
13966
13967 \end_inset
13968 </cell>
13969 </row>
13970 <row>
13971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Standard
13975
13976 \color yellow
13977 g
13978 \end_layout
13979
13980 \end_inset
13981 </cell>
13982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13983 \begin_inset Text
13984
13985 \begin_layout Standard
13986
13987 \color blue
13988 h
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Standard
13997 \begin_inset ERT
13998 status collapsed
13999
14000 \begin_layout Standard
14001
14002
14003 \backslash
14004 cellcolor{magenta}
14005 \end_layout
14006
14007 \end_inset
14008
14009
14010 \color green
14011 i
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 </row>
14017 </lyxtabular>
14018
14019 \end_inset
14020
14021
14022 \end_layout
14023
14024 \end_inset
14025
14026
14027 \end_layout
14028
14029 \begin_layout Subsection
14030 Líneas coloreadas
14031 \begin_inset LatexCommand index
14032 name "Tablas Coloreadas ! Líneas"
14033
14034 \end_inset
14035
14036
14037 \begin_inset LatexCommand index
14038 name "Color ! en Líneas de Tabla"
14039
14040 \end_inset
14041
14042
14043 \end_layout
14044
14045 \begin_layout Standard
14046 Como se describe en la sección\InsetSpace ~
14047
14048 \begin_inset LatexCommand ref
14049 reference "sub:Grosor-de-Líneas"
14050
14051 \end_inset
14052
14053 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
14054  
14055 \series bold
14056
14057 \backslash
14058 arrayrulewidth
14059 \series default
14060 .
14061  Se ha puesto 1.5\InsetSpace \thinspace{}
14062 pt para todas las tablas de esta sección.
14063 \begin_inset ERT
14064 status collapsed
14065
14066 \begin_layout Standard
14067
14068
14069 \backslash
14070 setlength{
14071 \backslash
14072 arrayrulewidth}{1.5pt}
14073 \end_layout
14074
14075 \end_inset
14076
14077
14078 \end_layout
14079
14080 \begin_layout Standard
14081 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
14082  el preámbulo del documento el siguiente formato de columna, de acuerdo
14083  a lo descrito en la sección\InsetSpace ~
14084
14085 \begin_inset LatexCommand ref
14086 reference "sub:Formato-Personalizado"
14087
14088 \end_inset
14089
14090 :
14091 \end_layout
14092
14093 \begin_layout Standard
14094
14095 \series bold
14096
14097 \backslash
14098 newcolumntype{W}{!{
14099 \backslash
14100 color{green}
14101 \backslash
14102 vline}}
14103 \end_layout
14104
14105 \begin_layout Standard
14106 Para la tabla\InsetSpace ~
14107
14108 \begin_inset LatexCommand ref
14109 reference "tab:Tabla-con-verticales-coloreadas"
14110
14111 \end_inset
14112
14113  se usó el argumento LaTeX
14114 \end_layout
14115
14116 \begin_layout Standard
14117
14118 \series bold
14119 WcW
14120 \end_layout
14121
14122 \begin_layout Standard
14123 para la última columna y
14124 \end_layout
14125
14126 \begin_layout Standard
14127
14128 \series bold
14129 Wc
14130 \end_layout
14131
14132 \begin_layout Standard
14133 para las demás.
14134 \end_layout
14135
14136 \begin_layout Standard
14137 Si quieres tener varios colores, define más formatos de columna.
14138 \end_layout
14139
14140 \begin_layout Standard
14141 \begin_inset Float table
14142 wide false
14143 sideways false
14144 status open
14145
14146 \begin_layout Standard
14147 \begin_inset Caption
14148
14149 \begin_layout Standard
14150 \begin_inset LatexCommand label
14151 name "tab:Tabla-con-verticales-coloreadas"
14152
14153 \end_inset
14154
14155 Tabla con líneas verticales coloreadas
14156 \end_layout
14157
14158 \end_inset
14159
14160
14161 \end_layout
14162
14163 \begin_layout Standard
14164 \align center
14165 \begin_inset Tabular
14166 <lyxtabular version="3" rows="3" columns="3">
14167 <features>
14168 <column alignment="center" valignment="top" width="0" special="Wc">
14169 <column alignment="center" valignment="top" width="0" special="Wc">
14170 <column alignment="center" valignment="top" width="0" special="WcW">
14171 <row topline="true">
14172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Standard
14176 sd
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14182 \begin_inset Text
14183
14184 \begin_layout Standard
14185
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Standard
14194
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 </row>
14200 <row topline="true">
14201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Standard
14205
14206 \end_layout
14207
14208 \end_inset
14209 </cell>
14210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14211 \begin_inset Text
14212
14213 \begin_layout Standard
14214 sd
14215 \end_layout
14216
14217 \end_inset
14218 </cell>
14219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14220 \begin_inset Text
14221
14222 \begin_layout Standard
14223
14224 \end_layout
14225
14226 \end_inset
14227 </cell>
14228 </row>
14229 <row topline="true" bottomline="true">
14230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14231 \begin_inset Text
14232
14233 \begin_layout Standard
14234
14235 \end_layout
14236
14237 \end_inset
14238 </cell>
14239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14240 \begin_inset Text
14241
14242 \begin_layout Standard
14243
14244 \end_layout
14245
14246 \end_inset
14247 </cell>
14248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14249 \begin_inset Text
14250
14251 \begin_layout Standard
14252 sd
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 </row>
14258 </lyxtabular>
14259
14260 \end_inset
14261
14262
14263 \end_layout
14264
14265 \end_inset
14266
14267
14268 \end_layout
14269
14270 \begin_layout Standard
14271 \begin_inset VSpace bigskip
14272 \end_inset
14273
14274 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla\InsetSpace ~
14275
14276 \begin_inset LatexCommand ref
14277 reference "tab:Tabla-con-horizontales-coloreadas"
14278
14279 \end_inset
14280
14281 , inserta estos comandos en ERT antes de la tabla o del flotante:
14282 \end_layout
14283
14284 \begin_layout Standard
14285
14286 \series bold
14287
14288 \backslash
14289 let
14290 \backslash
14291 myHlineC
14292 \backslash
14293 hline
14294 \newline
14295
14296 \backslash
14297 renewcommand{
14298 \backslash
14299 hline}{
14300 \backslash
14301 arrayrulecolor{red}
14302 \backslash
14303 myHlineC
14304 \backslash
14305 arrayrulecolor{black}}
14306 \end_layout
14307
14308 \begin_layout Standard
14309 \begin_inset ERT
14310 status collapsed
14311
14312 \begin_layout Standard
14313
14314
14315 \backslash
14316 let
14317 \backslash
14318 myHlineC
14319 \backslash
14320 hline
14321 \end_layout
14322
14323 \begin_layout Standard
14324
14325
14326 \backslash
14327 renewcommand{
14328 \backslash
14329 hline}{
14330 \backslash
14331 arrayrulecolor{red}
14332 \backslash
14333 myHlineC
14334 \backslash
14335 arrayrulecolor{black}}
14336 \end_layout
14337
14338 \end_inset
14339
14340
14341 \begin_inset Float table
14342 wide false
14343 sideways false
14344 status open
14345
14346 \begin_layout Standard
14347 \begin_inset Caption
14348
14349 \begin_layout Standard
14350 \begin_inset LatexCommand label
14351 name "tab:Tabla-con-horizontales-coloreadas"
14352
14353 \end_inset
14354
14355 Tabla con líneas horizontales coloreadas
14356 \end_layout
14357
14358 \end_inset
14359
14360
14361 \end_layout
14362
14363 \begin_layout Standard
14364 \align center
14365 \begin_inset Tabular
14366 <lyxtabular version="3" rows="3" columns="3">
14367 <features>
14368 <column alignment="center" valignment="top" leftline="true" width="0">
14369 <column alignment="center" valignment="top" leftline="true" width="0">
14370 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14371 <row topline="true">
14372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14373 \begin_inset Text
14374
14375 \begin_layout Standard
14376 sd
14377 \end_layout
14378
14379 \end_inset
14380 </cell>
14381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Standard
14385
14386 \end_layout
14387
14388 \end_inset
14389 </cell>
14390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14391 \begin_inset Text
14392
14393 \begin_layout Standard
14394
14395 \end_layout
14396
14397 \end_inset
14398 </cell>
14399 </row>
14400 <row topline="true">
14401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14402 \begin_inset Text
14403
14404 \begin_layout Standard
14405
14406 \end_layout
14407
14408 \end_inset
14409 </cell>
14410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14411 \begin_inset Text
14412
14413 \begin_layout Standard
14414 sd
14415 \end_layout
14416
14417 \end_inset
14418 </cell>
14419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14420 \begin_inset Text
14421
14422 \begin_layout Standard
14423
14424 \end_layout
14425
14426 \end_inset
14427 </cell>
14428 </row>
14429 <row topline="true" bottomline="true">
14430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14431 \begin_inset Text
14432
14433 \begin_layout Standard
14434
14435 \end_layout
14436
14437 \end_inset
14438 </cell>
14439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14440 \begin_inset Text
14441
14442 \begin_layout Standard
14443
14444 \end_layout
14445
14446 \end_inset
14447 </cell>
14448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14449 \begin_inset Text
14450
14451 \begin_layout Standard
14452 sd
14453 \end_layout
14454
14455 \end_inset
14456 </cell>
14457 </row>
14458 </lyxtabular>
14459
14460 \end_inset
14461
14462
14463 \end_layout
14464
14465 \end_inset
14466
14467
14468 \end_layout
14469
14470 \begin_layout Standard
14471 \begin_inset ERT
14472 status collapsed
14473
14474 \begin_layout Standard
14475
14476
14477 \backslash
14478 pagebreak 
14479 \end_layout
14480
14481 \end_inset
14482
14483
14484 \end_layout
14485
14486 \begin_layout Standard
14487 Para volver al color de línea negro predeterminado inserta este comando
14488  en ERT detrás de la tabla o el flotante:
14489 \end_layout
14490
14491 \begin_layout Standard
14492
14493 \series bold
14494
14495 \backslash
14496 renewcommand{
14497 \backslash
14498 hline}{
14499 \backslash
14500 myHlineC}
14501 \end_layout
14502
14503 \begin_layout Standard
14504 La tabla\InsetSpace ~
14505
14506 \begin_inset LatexCommand ref
14507 reference "tab:Tabla-con-líneas-coloreadas"
14508
14509 \end_inset
14510
14511  es un ejemplo con líneas verticales y horizontales coloreadas.
14512 \end_layout
14513
14514 \begin_layout Standard
14515 \begin_inset Float table
14516 wide false
14517 sideways false
14518 status open
14519
14520 \begin_layout Standard
14521 \begin_inset Caption
14522
14523 \begin_layout Standard
14524 \begin_inset LatexCommand label
14525 name "tab:Tabla-con-líneas-coloreadas"
14526
14527 \end_inset
14528
14529 Tabla con líneas coloreadas
14530 \end_layout
14531
14532 \end_inset
14533
14534
14535 \end_layout
14536
14537 \begin_layout Standard
14538 \align center
14539 \begin_inset Tabular
14540 <lyxtabular version="3" rows="3" columns="3">
14541 <features>
14542 <column alignment="center" valignment="top" width="0" special="Wc">
14543 <column alignment="center" valignment="top" width="0" special="Wc">
14544 <column alignment="center" valignment="top" width="0" special="WcW">
14545 <row topline="true">
14546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Standard
14550 sd
14551 \end_layout
14552
14553 \end_inset
14554 </cell>
14555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14556 \begin_inset Text
14557
14558 \begin_layout Standard
14559
14560 \end_layout
14561
14562 \end_inset
14563 </cell>
14564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14565 \begin_inset Text
14566
14567 \begin_layout Standard
14568
14569 \end_layout
14570
14571 \end_inset
14572 </cell>
14573 </row>
14574 <row topline="true">
14575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Standard
14579
14580 \end_layout
14581
14582 \end_inset
14583 </cell>
14584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14585 \begin_inset Text
14586
14587 \begin_layout Standard
14588 sd
14589 \end_layout
14590
14591 \end_inset
14592 </cell>
14593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14594 \begin_inset Text
14595
14596 \begin_layout Standard
14597
14598 \end_layout
14599
14600 \end_inset
14601 </cell>
14602 </row>
14603 <row topline="true" bottomline="true">
14604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14605 \begin_inset Text
14606
14607 \begin_layout Standard
14608
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14614 \begin_inset Text
14615
14616 \begin_layout Standard
14617
14618 \end_layout
14619
14620 \end_inset
14621 </cell>
14622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14623 \begin_inset Text
14624
14625 \begin_layout Standard
14626 sd
14627 \end_layout
14628
14629 \end_inset
14630 </cell>
14631 </row>
14632 </lyxtabular>
14633
14634 \end_inset
14635
14636
14637 \end_layout
14638
14639 \end_inset
14640
14641
14642 \end_layout
14643
14644 \begin_layout Standard
14645 \begin_inset ERT
14646 status collapsed
14647
14648 \begin_layout Standard
14649
14650
14651 \backslash
14652 renewcommand{
14653 \backslash
14654 hline}{
14655 \backslash
14656 myHlineC}
14657 \end_layout
14658
14659 \end_inset
14660
14661
14662 \end_layout
14663
14664 \begin_layout Standard
14665 \begin_inset ERT
14666 status collapsed
14667
14668 \begin_layout Standard
14669
14670
14671 \backslash
14672 setlength{
14673 \backslash
14674 arrayrulewidth}{0.4pt}
14675 \end_layout
14676
14677 \end_inset
14678
14679
14680 \end_layout
14681
14682 \begin_layout Section
14683 Personalización de Tablas
14684 \begin_inset LatexCommand index
14685 name "Personalización de Tablas"
14686
14687 \end_inset
14688
14689
14690 \begin_inset LatexCommand index
14691 name "Tablas ! Personalización"
14692
14693 \end_inset
14694
14695
14696 \end_layout
14697
14698 \begin_layout Subsection
14699 Espacio Adicional en Filas
14700 \begin_inset LatexCommand label
14701 name "sub:Espacio-adicional"
14702
14703 \end_inset
14704
14705
14706 \begin_inset LatexCommand index
14707 name "Personalización de Tablas ! Espacio Adicional en Filas"
14708
14709 \end_inset
14710
14711
14712 \end_layout
14713
14714 \begin_layout Standard
14715 Es posible añadir espacio vertical a las filas de una tabla en la solapa
14716  
14717 \family sans
14718 Bordes,
14719 \family default
14720  del diálogo de configuración de tablas.
14721  En el marco 
14722 \family sans
14723 Espacio\InsetSpace ~
14724 adicional
14725 \family default
14726  dispones de tres posibilidades:
14727 \end_layout
14728
14729 \begin_layout Description
14730 Superior\InsetSpace ~
14731 de\InsetSpace ~
14732 la\InsetSpace ~
14733 fila añade espacio sobre los caracteres de la fila.
14734  Si la tabla es de estilo formal
14735 \begin_inset Foot
14736 status collapsed
14737
14738 \begin_layout Standard
14739 Las tablas formales se explican en la sección\InsetSpace ~
14740
14741 \begin_inset LatexCommand ref
14742 reference "sec:Tablas-Formales"
14743
14744 \end_inset
14745
14746
14747 \end_layout
14748
14749 \end_inset
14750
14751  LyX insertará 0.5\InsetSpace \thinspace{}
14752 em por defecto.
14753  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
14754  verticales, como se ve en la tabla siguiente:
14755 \begin_inset VSpace defskip
14756 \end_inset
14757
14758
14759 \newline
14760
14761 \begin_inset ERT
14762 status collapsed
14763
14764 \begin_layout Standard
14765
14766
14767 \backslash
14768 hspace*{0pt}
14769 \end_layout
14770
14771 \end_inset
14772
14773
14774 \hfill
14775
14776 \begin_inset Tabular
14777 <lyxtabular version="3" rows="3" columns="1">
14778 <features>
14779 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14780 <row topline="true">
14781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14782 \begin_inset Text
14783
14784 \begin_layout Standard
14785 A
14786 \end_layout
14787
14788 \end_inset
14789 </cell>
14790 </row>
14791 <row topline="true" topspace="3mm">
14792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14793 \begin_inset Text
14794
14795 \begin_layout Standard
14796 3\InsetSpace \thinspace{}
14797 mm sobre la fila
14798 \end_layout
14799
14800 \end_inset
14801 </cell>
14802 </row>
14803 <row topline="true" bottomline="true">
14804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Standard
14808 C
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 </row>
14814 </lyxtabular>
14815
14816 \end_inset
14817
14818
14819 \hfill
14820
14821 \begin_inset ERT
14822 status collapsed
14823
14824 \begin_layout Standard
14825
14826
14827 \backslash
14828 hspace*{0pt}
14829 \end_layout
14830
14831 \end_inset
14832
14833
14834 \begin_inset VSpace defskip
14835 \end_inset
14836
14837
14838 \newline
14839 Así pues, insertar espacio superior en tablas normales solo es útil en tablas
14840  sin líneas verticales.
14841 \end_layout
14842
14843 \begin_layout Description
14844 Inferior\InsetSpace ~
14845 de\InsetSpace ~
14846 la\InsetSpace ~
14847 fila añade espacio bajo los caracteres de la fila.
14848  Si la tabla es formal LyX inserta por defecto 0.5\InsetSpace \thinspace{}
14849 em; si la tabla es normal
14850  inserta 2\InsetSpace \thinspace{}
14851 pt.
14852  
14853 \end_layout
14854
14855 \begin_layout Description
14856 Entre\InsetSpace ~
14857 las\InsetSpace ~
14858 filas añade espacio entre la fila actual y la siguiente.
14859  Si la tabla es formal LyX inserta 0.5\InsetSpace \thinspace{}
14860 em por defecto.
14861  En tablas normales, el espacio adicional destruirá las líneas verticales
14862  de la tabla, como se ve en la siguiente:
14863 \begin_inset VSpace defskip
14864 \end_inset
14865
14866
14867 \newline
14868
14869 \begin_inset ERT
14870 status collapsed
14871
14872 \begin_layout Standard
14873
14874
14875 \backslash
14876 hspace*{0pt}
14877 \end_layout
14878
14879 \end_inset
14880
14881
14882 \hfill
14883
14884 \begin_inset Tabular
14885 <lyxtabular version="3" rows="3" columns="1">
14886 <features>
14887 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14888 <row topline="true">
14889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Standard
14893 A
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 </row>
14899 <row topline="true" interlinespace="3mm">
14900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Standard
14904 \begin_inset Formula $\downarrow$
14905 \end_inset
14906
14907  3\InsetSpace \thinspace{}
14908 mm entre las filas
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 </row>
14914 <row topline="true" bottomline="true">
14915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Standard
14919 \begin_inset Formula $\uparrow$
14920 \end_inset
14921
14922  3\InsetSpace \thinspace{}
14923 mm entre las filas 
14924 \begin_inset Formula $\uparrow$
14925 \end_inset
14926
14927
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 </row>
14933 </lyxtabular>
14934
14935 \end_inset
14936
14937
14938 \hfill
14939
14940 \begin_inset ERT
14941 status collapsed
14942
14943 \begin_layout Standard
14944
14945
14946 \backslash
14947 hspace*{0pt}
14948 \end_layout
14949
14950 \end_inset
14951
14952
14953 \begin_inset VSpace defskip
14954 \end_inset
14955
14956
14957 \newline
14958 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
14959  para tablas sin líneas verticales.
14960 \end_layout
14961
14962 \begin_layout Standard
14963 Para añadir altura vertical extra a todas las celdas de todas las tablas,
14964  utiliza el siguiente comando en el preámbulo:
14965 \end_layout
14966
14967 \begin_layout Standard
14968
14969 \series bold
14970
14971 \backslash
14972 setlength{
14973 \backslash
14974 extrarowheight}{altura}
14975 \end_layout
14976
14977 \begin_layout Standard
14978 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
14979  centrado en vertical.
14980 \end_layout
14981
14982 \begin_layout Standard
14983
14984 \end_layout
14985
14986 \begin_layout Subsection
14987 Alineación Especial de Celdas
14988 \begin_inset LatexCommand index
14989 name "Personalización de Tablas ! Alineación Especial de Celdas"
14990
14991 \end_inset
14992
14993
14994 \end_layout
14995
14996 \begin_layout Standard
14997 A veces mejora la presentación si las entradas en las celdas de una columna
14998  se alinean con un carácter determinado, p.\InsetSpace \thinspace{}
14999 e.\InsetSpace ~
15000 el separador decimal, como en
15001  la tabla\InsetSpace ~
15002
15003 \begin_inset LatexCommand ref
15004 reference "tab:Tabla-con-celdas-de"
15005
15006 \end_inset
15007
15008 .
15009 \end_layout
15010
15011 \begin_layout Standard
15012 \begin_inset Float table
15013 wide false
15014 sideways false
15015 status open
15016
15017 \begin_layout Standard
15018 \begin_inset Caption
15019
15020 \begin_layout Standard
15021 \begin_inset LatexCommand label
15022 name "tab:Tabla-con-celdas-de"
15023
15024 \end_inset
15025
15026 Tabla con celdas alineadas con el separador decimal.
15027 \end_layout
15028
15029 \end_inset
15030
15031
15032 \end_layout
15033
15034 \begin_layout Standard
15035 \align center
15036 \begin_inset Tabular
15037 <lyxtabular version="3" rows="4" columns="2">
15038 <features>
15039 <column alignment="right" valignment="top" width="0">
15040 <column alignment="left" valignment="top" width="0" special="@{}l">
15041 <row bottomline="true">
15042 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Standard
15046 encabezado
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Standard
15055
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 </row>
15061 <row>
15062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Standard
15066 12.
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Standard
15075 6
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 </row>
15081 <row>
15082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Standard
15086 0.
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Standard
15095 68
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 </row>
15101 <row>
15102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Standard
15106 -123.
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Standard
15115 0
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 </row>
15121 </lyxtabular>
15122
15123 \end_inset
15124
15125
15126 \end_layout
15127
15128 \end_inset
15129
15130
15131 \end_layout
15132
15133 \begin_layout Standard
15134 Esta es una tabla 4×2.
15135  El encabezado es una multicolumna centrada.
15136  La primera columna está alineada a la derecha y contiene el punto decimal
15137  y los dígitos anteriores.
15138  La segunda columna está alineada a la izquierda y contiene los dígitos
15139  posteriores al punto decimal.
15140  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
15141  argumento LaTeX para la segunda columna:
15142 \end_layout
15143
15144 \begin_layout Standard
15145
15146 \series bold
15147 @{}l
15148 \end_layout
15149
15150 \begin_layout Standard
15151 La tabla\InsetSpace ~
15152
15153 \begin_inset LatexCommand ref
15154 reference "tab:Varias-alineaciones"
15155
15156 \end_inset
15157
15158  muestra varios ejemplos de alineación.
15159  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
15160 o más pequeño al comienzo de la última columna para conseguir el espacio
15161  adecuado alrededor del signo.
15162 \end_layout
15163
15164 \begin_layout Standard
15165 \begin_inset Float table
15166 wide false
15167 sideways false
15168 status open
15169
15170 \begin_layout Standard
15171 \begin_inset Caption
15172
15173 \begin_layout Standard
15174 \begin_inset LatexCommand label
15175 name "tab:Varias-alineaciones"
15176
15177 \end_inset
15178
15179 Tabla con varias alineaciones.
15180 \end_layout
15181
15182 \end_inset
15183
15184
15185 \end_layout
15186
15187 \begin_layout Standard
15188 \align center
15189 \begin_inset Tabular
15190 <lyxtabular version="3" rows="4" columns="6">
15191 <features>
15192 <column alignment="right" valignment="top" width="0">
15193 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15194 <column alignment="right" valignment="top" width="0">
15195 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15196 <column alignment="right" valignment="top" width="0">
15197 <column alignment="left" valignment="top" width="0" special="@{}l">
15198 <row bottomline="true">
15199 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Standard
15203 unidades
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Standard
15212
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Standard
15221 exponentes
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Standard
15230
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Standard
15239 relaciones
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Standard
15248
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 </row>
15254 <row>
15255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Standard
15259 12×
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 24\InsetSpace \thinspace{}
15269 bottles
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Standard
15278 \begin_inset Formula $10\cdot$
15279 \end_inset
15280
15281
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Standard
15290 \begin_inset Formula $10^{\mbox{-}17}$
15291 \end_inset
15292
15293
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Standard
15302 \begin_inset Formula $\Gamma(t)\propto$
15303 \end_inset
15304
15305
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Standard
15314 \begin_inset Formula $\:\Upsilon(t)$
15315 \end_inset
15316
15317
15318 \end_layout
15319
15320 \end_inset
15321 </cell>
15322 </row>
15323 <row>
15324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Standard
15328 1024×
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15334 \begin_inset Text
15335
15336 \begin_layout Standard
15337 768\InsetSpace \thinspace{}
15338 Pixels
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Standard
15347 \begin_inset Formula $5.78\cdot$
15348 \end_inset
15349
15350
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Standard
15359 \begin_inset Formula $10^{7}$
15360 \end_inset
15361
15362
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15368 \begin_inset Text
15369
15370 \begin_layout Standard
15371 \begin_inset Formula $A\ne$
15372 \end_inset
15373
15374
15375 \end_layout
15376
15377 \end_inset
15378 </cell>
15379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15380 \begin_inset Text
15381
15382 \begin_layout Standard
15383 \begin_inset Formula $\: B_{\mathrm{red}}$
15384 \end_inset
15385
15386
15387 \end_layout
15388
15389 \end_inset
15390 </cell>
15391 </row>
15392 <row>
15393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15394 \begin_inset Text
15395
15396 \begin_layout Standard
15397 32×
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15403 \begin_inset Text
15404
15405 \begin_layout Standard
15406 6\InsetSpace \thinspace{}
15407 cm
15408 \end_layout
15409
15410 \end_inset
15411 </cell>
15412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15413 \begin_inset Text
15414
15415 \begin_layout Standard
15416 -
15417 \begin_inset Formula $33.5\cdot$
15418 \end_inset
15419
15420
15421 \end_layout
15422
15423 \end_inset
15424 </cell>
15425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Standard
15429 \begin_inset Formula $10^{4}$
15430 \end_inset
15431
15432
15433 \end_layout
15434
15435 \end_inset
15436 </cell>
15437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Standard
15441 \begin_inset Formula $\sin(\alpha)\ge$
15442 \end_inset
15443
15444
15445 \end_layout
15446
15447 \end_inset
15448 </cell>
15449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15450 \begin_inset Text
15451
15452 \begin_layout Standard
15453 \begin_inset Formula $\:\sin(\beta)$
15454 \end_inset
15455
15456
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 </row>
15462 </lyxtabular>
15463
15464 \end_inset
15465
15466
15467 \end_layout
15468
15469 \end_inset
15470
15471
15472 \end_layout
15473
15474 \begin_layout Standard
15475 \begin_inset VSpace bigskip
15476 \end_inset
15477
15478 También hay un paquete LaTeX, 
15479 \series bold
15480 dcolumn
15481 \series default
15482
15483 \begin_inset LatexCommand index
15484 name "LaTeX-paquetes ! dcolumn"
15485
15486 \end_inset
15487
15488 , que permite alinear el contenido de las celdas.
15489  Pero desgraciadamente trata las entradas de celda en modo matemático y
15490  no permite fórmulas en celdas: la primera columna de la tabla\InsetSpace ~
15491
15492 \begin_inset LatexCommand ref
15493 reference "tab:Varias-alineaciones"
15494
15495 \end_inset
15496
15497  se verá con 
15498 \series bold
15499 dcolumn
15500 \series default
15501  como la primera columna en la tabla\InsetSpace ~
15502
15503 \begin_inset LatexCommand ref
15504 reference "tab:Alineaciones-con-el"
15505
15506 \end_inset
15507
15508  y solo con algunos trucos se consigue lo que se espera.
15509  La alineación de la segunda y tercera columnas de la tabla\InsetSpace ~
15510
15511 \begin_inset LatexCommand ref
15512 reference "tab:Varias-alineaciones"
15513
15514 \end_inset
15515
15516  no es posible con 
15517 \series bold
15518 dcolumn
15519 \series default
15520 .
15521 \end_layout
15522
15523 \begin_layout Standard
15524 \begin_inset Float table
15525 placement h
15526 wide false
15527 sideways false
15528 status open
15529
15530 \begin_layout Standard
15531 \begin_inset Caption
15532
15533 \begin_layout Standard
15534 \begin_inset LatexCommand label
15535 name "tab:Alineaciones-con-el"
15536
15537 \end_inset
15538
15539
15540 \begin_inset OptArg
15541 status open
15542
15543 \begin_layout Standard
15544 Tabla alineada con 
15545 \series bold
15546 dcolumn
15547 \end_layout
15548
15549 \end_inset
15550
15551 Alineaciones con el paquete LaTeX 
15552 \series bold
15553 dcolumn
15554 \series default
15555 .
15556  Se han tenido que usar unos trucos para la alineación de las columnas en
15557  la salida.
15558 \end_layout
15559
15560 \end_inset
15561
15562
15563 \end_layout
15564
15565 \begin_layout Standard
15566 \align center
15567 \begin_inset Tabular
15568 <lyxtabular version="3" rows="4" columns="3">
15569 <features>
15570 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{4.9}">
15571 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{4.9}">
15572 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
15573 <row bottomline="true">
15574 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Standard
15578 unidades
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Standard
15587 unidades
15588 \end_layout
15589
15590 \end_inset
15591 </cell>
15592 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Standard
15596 unidades
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 </row>
15602 <row>
15603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15604 \begin_inset Text
15605
15606 \begin_layout Standard
15607 12x24\InsetSpace \thinspace{}
15608 bottles
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Standard
15617 12x24\InsetSpace \thinspace{}
15618
15619 \begin_inset Formula $\mbox{bottles}$
15620 \end_inset
15621
15622
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Standard
15631 12
15632 \begin_inset ERT
15633 status collapsed
15634
15635 \begin_layout Standard
15636
15637
15638 \backslash
15639 times
15640 \end_layout
15641
15642 \end_inset
15643
15644 24~
15645 \begin_inset Formula $\mbox{bottles}$
15646 \end_inset
15647
15648
15649 \end_layout
15650
15651 \end_inset
15652 </cell>
15653 </row>
15654 <row>
15655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Standard
15659 1024x768\InsetSpace \thinspace{}
15660 Pixels
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Standard
15669 1024x768\InsetSpace \thinspace{}
15670
15671 \begin_inset Formula $\mbox{Pixels}$
15672 \end_inset
15673
15674
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15680 \begin_inset Text
15681
15682 \begin_layout Standard
15683 1024
15684 \begin_inset ERT
15685 status collapsed
15686
15687 \begin_layout Standard
15688
15689
15690 \backslash
15691 times
15692 \end_layout
15693
15694 \end_inset
15695
15696 768~
15697 \begin_inset Formula $\mbox{Pixels}$
15698 \end_inset
15699
15700  
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 </row>
15706 <row>
15707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Standard
15711 32x6\InsetSpace \thinspace{}
15712 cm
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Standard
15721 32x6\InsetSpace \thinspace{}
15722
15723 \begin_inset Formula $\mbox{cm}$
15724 \end_inset
15725
15726
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 32
15736 \begin_inset ERT
15737 status collapsed
15738
15739 \begin_layout Standard
15740
15741
15742 \backslash
15743 times
15744 \end_layout
15745
15746 \end_inset
15747
15748 6~
15749 \begin_inset Formula $\mbox{cm}$
15750 \end_inset
15751
15752
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 </row>
15758 </lyxtabular>
15759
15760 \end_inset
15761
15762
15763 \end_layout
15764
15765 \end_inset
15766
15767
15768 \end_layout
15769
15770 \begin_layout Subsection
15771 Formato Personalizado de Celda/Columna
15772 \begin_inset LatexCommand label
15773 name "sub:Formato-Personalizado"
15774
15775 \end_inset
15776
15777
15778 \begin_inset LatexCommand index
15779 name "Personalización de Tablas ! Formato de Celda/Columna"
15780
15781 \end_inset
15782
15783
15784 \end_layout
15785
15786 \begin_layout Standard
15787 El cálculo de la anchura necesaria para columnas extendidas descrito en
15788  la sección\InsetSpace ~
15789
15790 \begin_inset LatexCommand ref
15791 reference "sub:Cálculos-en-Multicolumnas"
15792
15793 \end_inset
15794
15795  es muy pesado si tienes varias tablas con multicolumnas.
15796  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
15797 mna aplicable a todas las tablas del documento.
15798  El formato se define con el comando
15799 \end_layout
15800
15801 \begin_layout Standard
15802
15803 \series bold
15804
15805 \backslash
15806 newcolumntype{nombre del formato}[número de argumentos]{comandos}
15807 \end_layout
15808
15809 \begin_layout Standard
15810 El nombre de formato puede ser una sola letra.
15811  Las letras 
15812 \emph on
15813 b, c, l, m, p
15814 \emph default
15815  y 
15816 \emph on
15817 r
15818 \emph default
15819  están predefinidas y no pueden usarse.
15820  Pero se permiten todas las mayúsculas.
15821 \end_layout
15822
15823 \begin_layout Standard
15824 \begin_inset VSpace medskip
15825 \end_inset
15826
15827
15828 \end_layout
15829
15830 \begin_layout Standard
15831 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
15832  fija puedes definir el formato de celda
15833 \end_layout
15834
15835 \begin_layout Standard
15836
15837 \series bold
15838
15839 \backslash
15840 newcolumntype{M}[1]{>{
15841 \backslash
15842 centering
15843 \backslash
15844 hspace{0pt}}m{#1}}
15845 \end_layout
15846
15847 \begin_layout Standard
15848 donde 
15849 \series bold
15850
15851 \backslash
15852 hspace{0pt}
15853 \series default
15854  evita el problema de partir con guión la primera palabra, como se describe
15855  en la sección\InsetSpace ~
15856
15857 \begin_inset LatexCommand ref
15858 reference "sub:Líneas-Múltiples-en"
15859
15860 \end_inset
15861
15862 .
15863  Ahora puedes introducir simplemente
15864 \end_layout
15865
15866 \begin_layout Standard
15867
15868 \series bold
15869 M{ancho}
15870 \end_layout
15871
15872 \begin_layout Standard
15873 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
15874 \end_layout
15875
15876 \begin_layout Standard
15877 \begin_inset VSpace bigskip
15878 \end_inset
15879
15880
15881 \end_layout
15882
15883 \begin_layout Standard
15884 Para celdas extendidas en una celda multicolumna, puedes definir el formato
15885 \end_layout
15886
15887 \begin_layout Standard
15888
15889 \series bold
15890
15891 \backslash
15892 newcolumntype{S}[2]{>{
15893 \backslash
15894 centering
15895 \backslash
15896 hspace{0pt}}
15897 \newline
15898
15899 \begin_inset ERT
15900 status collapsed
15901
15902 \begin_layout Standard
15903
15904
15905 \backslash
15906 phantom{
15907 \end_layout
15908
15909 \end_inset
15910
15911
15912 \backslash
15913 newcolumntype{S}[2]
15914 \begin_inset ERT
15915 status collapsed
15916
15917 \begin_layout Standard
15918
15919 }
15920 \end_layout
15921
15922 \end_inset
15923
15924 m{(#1+(2
15925 \backslash
15926 tabcolsep+
15927 \backslash
15928 arrayrulewidth)*(1-#2))/#2}}
15929 \end_layout
15930
15931 \begin_layout Standard
15932 Este formato usa la ecuación 
15933 \begin_inset LatexCommand eqref
15934 reference "eq:Wgn"
15935
15936 \end_inset
15937
15938  para calcular la anchura necesaria para que cada celda extendida tenga
15939  la misma anchura.
15940 \end_layout
15941
15942 \begin_layout Standard
15943 Ahora puedes introducir
15944 \end_layout
15945
15946 \begin_layout Standard
15947
15948 \series bold
15949 S{ancho de la celda multicolumna}{número de columnas extendidas}
15950 \end_layout
15951
15952 \begin_layout Standard
15953 como argumento LaTeX de la columna.
15954 \end_layout
15955
15956 \begin_layout Standard
15957 \begin_inset VSpace bigskip
15958 \end_inset
15959
15960
15961 \end_layout
15962
15963 \begin_layout Standard
15964 Para columnas coloreadas puedes definir
15965 \end_layout
15966
15967 \begin_layout Standard
15968
15969 \series bold
15970
15971 \backslash
15972 newcolumntype{K}[1]{>{
15973 \backslash
15974 columncolor{#1}
15975 \backslash
15976 hspace{0pt}}c}
15977 \end_layout
15978
15979 \begin_layout Standard
15980 La 
15981 \begin_inset Quotes eld
15982 \end_inset
15983
15984 c
15985 \begin_inset Quotes erd
15986 \end_inset
15987
15988  al final crea una columna con anchura flexible cuyo texto está centrado
15989  horizontalmente.
15990  Ahora puedes introducir
15991 \end_layout
15992
15993 \begin_layout Standard
15994
15995 \series bold
15996 K{nombre del color}
15997 \end_layout
15998
15999 \begin_layout Standard
16000 como argumento LaTeX.
16001 \end_layout
16002
16003 \begin_layout Standard
16004 \begin_inset VSpace bigskip
16005 \end_inset
16006
16007
16008 \end_layout
16009
16010 \begin_layout Standard
16011 Para crear la tabla\InsetSpace ~
16012
16013 \begin_inset LatexCommand ref
16014 reference "tab:Tabla-con-formatos-definidos-por"
16015
16016 \end_inset
16017
16018  usa los argumentos LaTeX
16019 \end_layout
16020
16021 \begin_layout Standard
16022
16023 \series bold
16024 M{2.5cm}
16025 \end_layout
16026
16027 \begin_layout Standard
16028 para la primera columna y la multicolumna,
16029 \end_layout
16030
16031 \begin_layout Standard
16032
16033 \series bold
16034 K{red}
16035 \end_layout
16036
16037 \begin_layout Standard
16038 para la última columna y
16039 \end_layout
16040
16041 \begin_layout Standard
16042
16043 \series bold
16044 S{2.5cm}{2}
16045 \end_layout
16046
16047 \begin_layout Standard
16048 para las celdas en la segunda columna.
16049 \end_layout
16050
16051 \begin_layout Standard
16052 \begin_inset Float table
16053 placement h
16054 wide false
16055 sideways false
16056 status open
16057
16058 \begin_layout Standard
16059 \begin_inset Caption
16060
16061 \begin_layout Standard
16062 \begin_inset LatexCommand label
16063 name "tab:Tabla-con-formatos-definidos-por"
16064
16065 \end_inset
16066
16067 Tabla con formatos definidos por el usuario
16068 \end_layout
16069
16070 \end_inset
16071
16072
16073 \end_layout
16074
16075 \begin_layout Standard
16076 \align center
16077 \begin_inset Tabular
16078 <lyxtabular version="3" rows="3" columns="4">
16079 <features>
16080 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="M{2.5cm}">
16081 <column alignment="center" valignment="middle" leftline="true" width="0" special="S{2.5cm}{2}">
16082 <column alignment="center" valignment="middle" leftline="true" width="0">
16083 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="K{red}">
16084 <row topline="true">
16085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Standard
16089 palabramuylargaenceldadetabla
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}">
16095 \begin_inset Text
16096
16097 \begin_layout Standard
16098 multicolumna línea múltiple
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Standard
16107
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Standard
16116 c
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 </row>
16122 <row topline="true">
16123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Standard
16127 d
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Standard
16136 e
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16142 \begin_inset Text
16143
16144 \begin_layout Standard
16145 f
16146 \end_layout
16147
16148 \end_inset
16149 </cell>
16150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Standard
16154 g
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 </row>
16160 <row topline="true" bottomline="true">
16161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Standard
16165 h
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Standard
16174 i
16175 \end_layout
16176
16177 \end_inset
16178 </cell>
16179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Standard
16183 j
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Standard
16192 k
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 </row>
16198 </lyxtabular>
16199
16200 \end_inset
16201
16202
16203 \end_layout
16204
16205 \end_inset
16206
16207
16208 \end_layout
16209
16210 \begin_layout Subsection
16211 Grosor de Líneas
16212 \begin_inset LatexCommand label
16213 name "sub:Grosor-de-Líneas"
16214
16215 \end_inset
16216
16217
16218 \begin_inset LatexCommand index
16219 name "Personalización de Tablas ! Grosor de Línea"
16220
16221 \end_inset
16222
16223
16224 \end_layout
16225
16226 \begin_layout Standard
16227 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
16228  
16229 \series bold
16230
16231 \backslash
16232 arrayrulewidth
16233 \series default
16234 .
16235  Por ejemplo, para poner un grosor de línea de 1.5\InsetSpace \thinspace{}
16236 pt, como en la tabla\InsetSpace ~
16237
16238 \begin_inset LatexCommand ref
16239 reference "tab:Tabla-con-líneas"
16240
16241 \end_inset
16242
16243 , inserta el comando
16244 \end_layout
16245
16246 \begin_layout Standard
16247
16248 \series bold
16249
16250 \backslash
16251 setlength{
16252 \backslash
16253 arrayrulewidth}{1.5pt}
16254 \end_layout
16255
16256 \begin_layout Standard
16257 en ERT antes de la tabla o flotante.
16258  Este cambio es válido para todas las siguientes tablas.
16259  Para volver al valor predeterminado, define 
16260 \series bold
16261
16262 \backslash
16263 arrayrulewidth
16264 \series default
16265  a 0.4\InsetSpace \thinspace{}
16266 pt en ERT detrás de la tabla o flotante.
16267 \end_layout
16268
16269 \begin_layout Standard
16270 \begin_inset ERT
16271 status collapsed
16272
16273 \begin_layout Standard
16274
16275
16276 \backslash
16277 setlength{
16278 \backslash
16279 arrayrulewidth}{1.5pt}
16280 \end_layout
16281
16282 \end_inset
16283
16284
16285 \begin_inset Float table
16286 wide false
16287 sideways false
16288 status open
16289
16290 \begin_layout Standard
16291 \begin_inset Caption
16292
16293 \begin_layout Standard
16294 \begin_inset LatexCommand label
16295 name "tab:Tabla-con-líneas"
16296
16297 \end_inset
16298
16299 Tabla con líneas de grosor 1.5\InsetSpace \thinspace{}
16300 pt
16301 \end_layout
16302
16303 \end_inset
16304
16305
16306 \end_layout
16307
16308 \begin_layout Standard
16309 \align center
16310 \begin_inset Tabular
16311 <lyxtabular version="3" rows="3" columns="3">
16312 <features>
16313 <column alignment="center" valignment="top" leftline="true" width="0">
16314 <column alignment="center" valignment="top" leftline="true" width="0">
16315 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16316 <row topline="true">
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Standard
16321 sd
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Standard
16330
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Standard
16339
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 </row>
16345 <row topline="true">
16346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Standard
16350
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16356 \begin_inset Text
16357
16358 \begin_layout Standard
16359 sd
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Standard
16368
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 </row>
16374 <row topline="true" bottomline="true">
16375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Standard
16379
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Standard
16388
16389 \end_layout
16390
16391 \end_inset
16392 </cell>
16393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Standard
16397 sd
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 </row>
16403 </lyxtabular>
16404
16405 \end_inset
16406
16407
16408 \end_layout
16409
16410 \end_inset
16411
16412
16413 \begin_inset ERT
16414 status collapsed
16415
16416 \begin_layout Standard
16417
16418
16419 \backslash
16420 setlength{
16421 \backslash
16422 arrayrulewidth}{0.4pt}
16423 \end_layout
16424
16425 \end_inset
16426
16427
16428 \end_layout
16429
16430 \begin_layout Standard
16431 \begin_inset VSpace bigskip
16432 \end_inset
16433
16434 Para definir un grosor de 1.5\InsetSpace \thinspace{}
16435 pt sólo para líneas horizontales, como en la
16436  tabla\InsetSpace ~
16437
16438 \begin_inset LatexCommand ref
16439 reference "tab:Tabla-con-horizontales"
16440
16441 \end_inset
16442
16443 , inserta estos comandos en ERT antes de la tabla o flotante:
16444 \end_layout
16445
16446 \begin_layout Standard
16447
16448 \series bold
16449
16450 \backslash
16451 let
16452 \backslash
16453 myHline
16454 \backslash
16455 hline
16456 \newline
16457
16458 \backslash
16459 renewcommand{
16460 \backslash
16461 hline}
16462 \newline
16463  {
16464 \backslash
16465 noalign{
16466 \backslash
16467 global
16468 \backslash
16469 arrayrulewidth 1.5pt}
16470 \newline
16471   
16472 \backslash
16473 myHline
16474 \backslash
16475 noalign{
16476 \backslash
16477 global
16478 \backslash
16479 arrayrulewidth 0.4pt}}
16480 \end_layout
16481
16482 \begin_layout Standard
16483 Para volver al grosor predeterminado, inserta este comando en ERT detrás
16484  de la tabla o flotante:
16485 \end_layout
16486
16487 \begin_layout Standard
16488
16489 \series bold
16490
16491 \backslash
16492 renewcommand{
16493 \backslash
16494 hline}{
16495 \backslash
16496 myHline}
16497 \end_layout
16498
16499 \begin_layout Standard
16500 \begin_inset ERT
16501 status collapsed
16502
16503 \begin_layout Standard
16504
16505
16506 \backslash
16507 let
16508 \backslash
16509 myHline
16510 \backslash
16511 hline
16512 \end_layout
16513
16514 \begin_layout Standard
16515
16516
16517 \backslash
16518 renewcommand{
16519 \backslash
16520 hline}
16521 \end_layout
16522
16523 \begin_layout Standard
16524
16525  {
16526 \backslash
16527 noalign{
16528 \backslash
16529 global
16530 \backslash
16531 arrayrulewidth 1.5pt}
16532 \end_layout
16533
16534 \begin_layout Standard
16535
16536   
16537 \backslash
16538 myHline
16539 \backslash
16540 noalign{
16541 \backslash
16542 global
16543 \backslash
16544 arrayrulewidth 0.4pt}}
16545 \end_layout
16546
16547 \end_inset
16548
16549
16550 \begin_inset Float table
16551 wide false
16552 sideways false
16553 status open
16554
16555 \begin_layout Standard
16556 \begin_inset Caption
16557
16558 \begin_layout Standard
16559 \begin_inset LatexCommand label
16560 name "tab:Tabla-con-horizontales"
16561
16562 \end_inset
16563
16564 Tabla con líneas horizontales de 1.5\InsetSpace \thinspace{}
16565 pt
16566 \end_layout
16567
16568 \end_inset
16569
16570
16571 \end_layout
16572
16573 \begin_layout Standard
16574 \align center
16575 \begin_inset Tabular
16576 <lyxtabular version="3" rows="3" columns="3">
16577 <features>
16578 <column alignment="center" valignment="top" leftline="true" width="0">
16579 <column alignment="center" valignment="top" leftline="true" width="0">
16580 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16581 <row topline="true">
16582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Standard
16586 sd
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Standard
16595
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Standard
16604
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 </row>
16610 <row topline="true">
16611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Standard
16615
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16621 \begin_inset Text
16622
16623 \begin_layout Standard
16624 sd
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Standard
16633
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 </row>
16639 <row topline="true" bottomline="true">
16640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Standard
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Standard
16653
16654 \end_layout
16655
16656 \end_inset
16657 </cell>
16658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Standard
16662 sd
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 </row>
16668 </lyxtabular>
16669
16670 \end_inset
16671
16672
16673 \end_layout
16674
16675 \end_inset
16676
16677
16678 \begin_inset ERT
16679 status collapsed
16680
16681 \begin_layout Standard
16682
16683
16684 \backslash
16685 renewcommand{
16686 \backslash
16687 hline}{
16688 \backslash
16689 myHline}
16690 \end_layout
16691
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \begin_layout Standard
16698 \begin_inset VSpace bigskip
16699 \end_inset
16700
16701 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
16702  siguiente formato de columna en el preámbulo del documento, de acuerdo
16703  con lo descrito en la sección\InsetSpace ~
16704
16705 \begin_inset LatexCommand ref
16706 reference "sub:Formato-Personalizado"
16707
16708 \end_inset
16709
16710 :
16711 \end_layout
16712
16713 \begin_layout Standard
16714
16715 \series bold
16716
16717 \backslash
16718 newcolumntype{V}{!{
16719 \backslash
16720 vrule width 1.5pt}}
16721 \end_layout
16722
16723 \begin_layout Standard
16724 Para la tabla\InsetSpace ~
16725
16726 \begin_inset LatexCommand ref
16727 reference "tab:Tabla-con-verticales"
16728
16729 \end_inset
16730
16731  se usó el argumento LaTeX
16732 \end_layout
16733
16734 \begin_layout Standard
16735
16736 \series bold
16737 VcV
16738 \end_layout
16739
16740 \begin_layout Standard
16741 para la última columna y
16742 \end_layout
16743
16744 \begin_layout Standard
16745
16746 \series bold
16747 Vc
16748 \end_layout
16749
16750 \begin_layout Standard
16751 para las otras.
16752 \end_layout
16753
16754 \begin_layout Standard
16755 \begin_inset Float table
16756 wide false
16757 sideways false
16758 status open
16759
16760 \begin_layout Standard
16761 \begin_inset Caption
16762
16763 \begin_layout Standard
16764 \begin_inset LatexCommand label
16765 name "tab:Tabla-con-verticales"
16766
16767 \end_inset
16768
16769 Tabla con líneas verticales de 1.5\InsetSpace \thinspace{}
16770 pt de grosor
16771 \end_layout
16772
16773 \end_inset
16774
16775
16776 \end_layout
16777
16778 \begin_layout Standard
16779 \align center
16780 \begin_inset Tabular
16781 <lyxtabular version="3" rows="3" columns="3">
16782 <features>
16783 <column alignment="center" valignment="top" width="0" special="Vc">
16784 <column alignment="center" valignment="top" width="0" special="Vc">
16785 <column alignment="center" valignment="top" width="0" special="VcV">
16786 <row topline="true">
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Standard
16791 sd
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Standard
16800
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Standard
16809
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 </row>
16815 <row topline="true">
16816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Standard
16820
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Standard
16829 sd
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Standard
16838
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 </row>
16844 <row topline="true" bottomline="true">
16845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Standard
16849
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Standard
16858
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Standard
16867 sd
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 </row>
16873 </lyxtabular>
16874
16875 \end_inset
16876
16877
16878 \end_layout
16879
16880 \end_inset
16881
16882
16883 \end_layout
16884
16885 \begin_layout Subsection
16886 Líneas de Trazos
16887 \begin_inset LatexCommand index
16888 name "Personalización de Tablas ! Líneas de Trazos"
16889
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \begin_layout Standard
16896 \begin_inset ERT
16897 status collapsed
16898
16899 \begin_layout Standard
16900
16901
16902 \backslash
16903 ifarydshln
16904 \end_layout
16905
16906 \end_inset
16907
16908
16909 \begin_inset Note Note
16910 status open
16911
16912 \begin_layout Standard
16913 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
16914  LaTeX 
16915 \series bold
16916 arydshln
16917 \series default
16918 .
16919 \end_layout
16920
16921 \end_inset
16922
16923
16924 \end_layout
16925
16926 \begin_layout Standard
16927 \begin_inset Float table
16928 placement H
16929 wide false
16930 sideways false
16931 status open
16932
16933 \begin_layout Standard
16934 \begin_inset Caption
16935
16936 \begin_layout Standard
16937 \begin_inset LatexCommand label
16938 name "tab:Tabla-con-trazos"
16939
16940 \end_inset
16941
16942 Tabla con líneas de trazos
16943 \end_layout
16944
16945 \end_inset
16946
16947
16948 \end_layout
16949
16950 \begin_layout Standard
16951 \align center
16952 \begin_inset Tabular
16953 <lyxtabular version="3" rows="5" columns="5">
16954 <features>
16955 <column alignment="center" valignment="top" leftline="true" width="0">
16956 <column alignment="center" valignment="top" leftline="true" width="0">
16957 <column alignment="center" valignment="top" width="0" special=":c">
16958 <column alignment="center" valignment="top" leftline="true" width="0">
16959 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16960 <row topline="true" bottomline="true">
16961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Standard
16965 a
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Standard
16974 b
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Standard
16983 c
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Standard
16992 d
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Standard
17001 e
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 <row topline="true">
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Standard
17012 f
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Standard
17021 g
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17027 \begin_inset Text
17028
17029 \begin_layout Standard
17030 h
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Standard
17039 i
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Standard
17048 j
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 </row>
17054 <row>
17055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Standard
17059 \begin_inset ERT
17060 status collapsed
17061
17062 \begin_layout Standard
17063
17064
17065 \backslash
17066 hdashline 
17067 \end_layout
17068
17069 \end_inset
17070
17071 k
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Standard
17080 l
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Standard
17089 m
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Standard
17098 n
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17104 \begin_inset Text
17105
17106 \begin_layout Standard
17107 o
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 </row>
17113 <row topline="true">
17114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Standard
17118 \begin_inset ERT
17119 status collapsed
17120
17121 \begin_layout Standard
17122
17123
17124 \backslash
17125 cdashline{4-5}
17126 \end_layout
17127
17128 \end_inset
17129
17130 p
17131 \end_layout
17132
17133 \end_inset
17134 </cell>
17135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17136 \begin_inset Text
17137
17138 \begin_layout Standard
17139 q
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
17145 \begin_inset Text
17146
17147 \begin_layout Standard
17148 r
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
17154 \begin_inset Text
17155
17156 \begin_layout Standard
17157 s
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Standard
17166
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 </row>
17172 <row topline="true" bottomline="true">
17173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Standard
17177 t
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Standard
17186 u
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Standard
17195 v
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Standard
17204 w
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Standard
17213 x
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 </row>
17219 </lyxtabular>
17220
17221 \end_inset
17222
17223
17224 \end_layout
17225
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \begin_layout Standard
17232 En principio LyX no soporta líneas de trazos, hay que usar ERT.
17233  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
17234 \series bold
17235 arydshln
17236 \series default
17237
17238 \begin_inset LatexCommand index
17239 name "LaTeX-paquetes ! arydshln"
17240
17241 \end_inset
17242
17243  
17244 \end_layout
17245
17246 \begin_layout Standard
17247
17248 \series bold
17249
17250 \backslash
17251 usepackage{arydshln}
17252 \end_layout
17253
17254 \begin_layout Standard
17255 Para hacer una línea vertical a trazos, introduce dos puntos 
17256 \begin_inset Quotes eld
17257 \end_inset
17258
17259 :
17260 \begin_inset Quotes erd
17261 \end_inset
17262
17263  junto con el carácter para alineación horizontal como argumento LaTeX en
17264  el diálogo de celda de tabla.
17265 \end_layout
17266
17267 \begin_layout Standard
17268 Para una línea de trazos horizontal añade el comando
17269 \end_layout
17270
17271 \begin_layout Standard
17272
17273 \series bold
17274
17275 \backslash
17276 hdashline
17277 \end_layout
17278
17279 \begin_layout Standard
17280 en ERT como primer elemento de la primera celda en la fila.
17281 \end_layout
17282
17283 \begin_layout Standard
17284 Para líneas de trazos en multicolumna usa el comando
17285 \end_layout
17286
17287 \begin_layout Standard
17288
17289 \series bold
17290
17291 \backslash
17292 cdashline{line number
17293 \series default
17294 }
17295 \end_layout
17296
17297 \begin_layout Standard
17298 en ERT como primer elemento de la primera celda en la fila.
17299  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
17300  4 y quieres una línea de trazos por encima, añade el comando
17301 \end_layout
17302
17303 \begin_layout Standard
17304
17305 \series bold
17306
17307 \backslash
17308 cdashline{2-4}
17309 \end_layout
17310
17311 \begin_layout Standard
17312 como primer elemento de la primera celda en la fila de la multicolumna.
17313 \end_layout
17314
17315 \begin_layout Standard
17316 \begin_inset VSpace bigskip
17317 \end_inset
17318
17319
17320 \end_layout
17321
17322 \begin_layout Standard
17323 La tabla\InsetSpace ~
17324
17325 \begin_inset LatexCommand ref
17326 reference "tab:Tabla-con-trazos"
17327
17328 \end_inset
17329
17330  se ha hecho usando 
17331 \begin_inset Quotes eld
17332 \end_inset
17333
17334
17335 \series bold
17336 :c
17337 \series default
17338
17339 \begin_inset Quotes erd
17340 \end_inset
17341
17342  como argumento LaTeX de la tercera columna.
17343  El comando ERT 
17344 \series bold
17345
17346 \backslash
17347 hdashline
17348 \series default
17349  se ha insertado en la primera celda de la tercera fila y el comando ERT
17350 \newline
17351
17352 \series bold
17353
17354 \backslash
17355 cdashline{4-5}
17356 \series default
17357  en la primera celda de la cuarta fila.
17358 \end_layout
17359
17360 \begin_layout Standard
17361 \begin_inset Note Greyedout
17362 status open
17363
17364 \begin_layout Standard
17365
17366 \series bold
17367 Nota:
17368 \series default
17369  Aparentemente el paquete LaTeX 
17370 \series bold
17371 arydshln
17372 \series default
17373  no es compatible con el paquete LaTeX 
17374 \series bold
17375 colortbl
17376 \series default
17377
17378 \begin_inset LatexCommand index
17379 name "LaTeX-paquetes ! colortbl"
17380
17381 \end_inset
17382
17383  que se usa para tablas coloreadas en la sección\InsetSpace ~
17384
17385 \begin_inset LatexCommand ref
17386 reference "sec:Tablas-Coloreadas"
17387
17388 \end_inset
17389
17390 .
17391  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
17392 \end_layout
17393
17394 \end_inset
17395
17396
17397 \end_layout
17398
17399 \begin_layout Standard
17400 \begin_inset ERT
17401 status collapsed
17402
17403 \begin_layout Standard
17404
17405
17406 \backslash
17407 else
17408 \end_layout
17409
17410 \end_inset
17411
17412
17413 \begin_inset Note Note
17414 status open
17415
17416 \begin_layout Standard
17417 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
17418  
17419 \series bold
17420 arydshln
17421 \series default
17422 .
17423 \end_layout
17424
17425 \end_inset
17426
17427
17428 \end_layout
17429
17430 \begin_layout Standard
17431 Debes instalar el paquete LaTeX 
17432 \series bold
17433 arydshln
17434 \series default
17435  para ver la parte siguiente en la salida.
17436 \end_layout
17437
17438 \begin_layout Standard
17439 \begin_inset ERT
17440 status collapsed
17441
17442 \begin_layout Standard
17443
17444
17445 \backslash
17446 fi
17447 \end_layout
17448
17449 \end_inset
17450
17451
17452 \end_layout
17453
17454 \begin_layout Chapter
17455 Flotantes
17456 \begin_inset LatexCommand label
17457 name "cha:Flotantes"
17458
17459 \end_inset
17460
17461
17462 \begin_inset LatexCommand index
17463 name "Flotantes"
17464
17465 \end_inset
17466
17467
17468 \end_layout
17469
17470 \begin_layout Section
17471 Introducción
17472 \begin_inset LatexCommand label
17473 name "sec:IntroducciónFlotantes"
17474
17475 \end_inset
17476
17477
17478 \begin_inset LatexCommand index
17479 name "Flotantes ! Introducción"
17480
17481 \end_inset
17482
17483
17484 \end_layout
17485
17486 \begin_layout Standard
17487 Un flotante es un bloque de texto asociado con alguna especie de etiqueta
17488  que no tiene posición fija.
17489  Puede 
17490 \begin_inset Quotes eld
17491 \end_inset
17492
17493 flotar
17494 \begin_inset Quotes erd
17495 \end_inset
17496
17497  adelante o atrás una o dos páginas, donde encaje mejor.
17498  Las 
17499 \family sans
17500 Notas\InsetSpace ~
17501 al\InsetSpace ~
17502 pie
17503 \family default
17504  y 
17505 \family sans
17506 Notas\InsetSpace ~
17507 al\InsetSpace ~
17508 margen
17509 \family default
17510  también son flotantes, porque pueden flotar a la página siguiente cuando
17511  hay demasiadas notas en la página.
17512 \end_layout
17513
17514 \begin_layout Standard
17515 Los flotantes hacen posible composiciones de alta calidad.
17516  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
17517  impedir espacios en blanco y páginas sin texto.
17518  Como el flotante destruye a menudo el contexto entre texto e imagen/tabla,
17519  cada flotante puede estar referido en el texto.
17520  Por lo tanto los flotantes están numerados.
17521  Las referencias se describen en la sección\InsetSpace ~
17522
17523 \begin_inset LatexCommand ref
17524 reference "sec:Referencias-a-Flotantes"
17525
17526 \end_inset
17527
17528 .
17529 \end_layout
17530
17531 \begin_layout Standard
17532 Para insertar un flotante, usa el menú 
17533 \family sans
17534 Insertar\SpecialChar \menuseparator
17535 Flotante
17536 \family default
17537 .
17538  En el documento se inserta un cuadro con etiqueta en el entorno 
17539 \family sans
17540 Encabezado
17541 \begin_inset Foot
17542 status collapsed
17543
17544 \begin_layout Standard
17545 El entorno 
17546 \family sans
17547 Encabezado
17548 \family default
17549  se describe en 
17550 \emph on
17551 Guía\InsetSpace ~
17552 del\InsetSpace ~
17553 Usuario
17554 \emph default
17555  de LyX.
17556 \end_layout
17557
17558 \end_inset
17559
17560 .
17561
17562 \family default
17563  Cada etiqueta acaba con el carácter 
17564 \begin_inset Quotes eld
17565 \end_inset
17566
17567 #
17568 \begin_inset Quotes erd
17569 \end_inset
17570
17571  como receptáculo para el número de flotante en la salida.
17572  La etiqueta será traducida automáticamente al lenguaje del documento.
17573  Tras la etiqueta se puede insertar el texto de encabezado.
17574  La imagen o tabla se inserta encima o debajo del encabezado en un párrafo
17575  separado dentro del flotante.
17576  Más sobre colocación de encabezados se describe en la sección\InsetSpace ~
17577
17578 \begin_inset LatexCommand ref
17579 reference "sec:Colocación-de-Encabezados"
17580
17581 \end_inset
17582
17583 .
17584  Para mantener legible el documento LyX, puedes abrir y cerrar el cuadro
17585  del flotante haciendo cilc-izquierda sobre él.
17586  Un cuadro cerrado se muestra así: 
17587 \begin_inset Graphics
17588         filename clipart/flotanteQt4.png
17589         scale 70
17590
17591 \end_inset
17592
17593  ---un cuadro gris con etiqueta en rojo---.
17594 \end_layout
17595
17596 \begin_layout Standard
17597 Se recomienda insertar flotantes como párrafos separados para evitar posibles
17598  errores de LaTeX si el texto circundante se formatea de modo especial.
17599 \end_layout
17600
17601 \begin_layout Standard
17602 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
17603  y pinchando el botón correspondiente de la barra de herramientas para un
17604  flotante nuevo.
17605 \end_layout
17606
17607 \begin_layout Section
17608 Tipos de Flotantes
17609 \end_layout
17610
17611 \begin_layout Standard
17612 Además de los flotantes de imagen y de tabla que se describen en la sección\InsetSpace ~
17613
17614 \begin_inset LatexCommand ref
17615 reference "sec:Figuras-Flotantes"
17616
17617 \end_inset
17618
17619  y 
17620 \begin_inset LatexCommand ref
17621 reference "sec:Tablas-Flotantes"
17622
17623 \end_inset
17624
17625 , respectivamente, LyX ofrece los tipos 
17626 \series bold
17627 Algoritmo
17628 \series default
17629  y 
17630 \series bold
17631 Ajustado\InsetSpace ~
17632 al\InsetSpace ~
17633 Texto
17634 \series default
17635 .
17636 \end_layout
17637
17638 \begin_layout Subsection
17639 Algoritmos Flotantes
17640 \begin_inset LatexCommand index
17641 name "Flotantes ! Algoritmos Flotantes"
17642
17643 \end_inset
17644
17645
17646 \end_layout
17647
17648 \begin_layout Standard
17649 \begin_inset Float algorithm
17650 placement h
17651 wide false
17652 sideways false
17653 status open
17654
17655 \begin_layout Standard
17656 \begin_inset Caption
17657
17658 \begin_layout Standard
17659 \begin_inset LatexCommand label
17660 name "alg:Ejemplo-de-Algoritmo-flotante"
17661
17662 \end_inset
17663
17664 Ejemplo de Algoritmo flotante
17665 \end_layout
17666
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \begin_layout LyX-Code
17673 for I in 1..N loop
17674 \newline
17675  Sum:= Sum + A(I); /*senseless comment*/
17676 \newline
17677 end loop
17678 \begin_inset VSpace -4mm
17679 \end_inset
17680
17681
17682 \end_layout
17683
17684 \end_inset
17685
17686
17687 \end_layout
17688
17689 \begin_layout Standard
17690 Este tipo de flotante se inserta con el menú 
17691 \family sans
17692 Insertar\SpecialChar \menuseparator
17693 Flotante\SpecialChar \menuseparator
17694 Algoritmo
17695 \family default
17696 .
17697  Se usa para códigos y descripciones de algoritmos.
17698  Un posible entorno para algoritmos es 
17699 \family sans
17700 Código-LyX
17701 \family default
17702 , descrito en 
17703 \emph on
17704 Guía del Usuario
17705 \emph default
17706  de LyX.
17707  El algoritmo\InsetSpace ~
17708
17709 \begin_inset LatexCommand ref
17710 reference "alg:Ejemplo-de-Algoritmo-flotante"
17711
17712 \end_inset
17713
17714  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
17715  vertical de -4\InsetSpace \thinspace{}
17716 mm al final para tener la línea inferior exactamente bajo
17717  la última línea de texto.
17718 \end_layout
17719
17720 \begin_layout Standard
17721 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
17722  Si tu documento no es en Inglés, tienes que hacerlo manualmente añadiendo
17723  la siguiente línea al preámbulo del documento
17724 \series bold
17725 :
17726 \end_layout
17727
17728 \begin_layout Standard
17729
17730 \series bold
17731
17732 \backslash
17733 floatname{algorithm}{nombre}
17734 \end_layout
17735
17736 \begin_layout Standard
17737
17738 \family sans
17739 nombre
17740 \family default
17741  es la palabra 
17742 \begin_inset Quotes eld
17743 \end_inset
17744
17745
17746 \emph on
17747 algorithm
17748 \emph default
17749
17750 \begin_inset Quotes erd
17751 \end_inset
17752
17753  en el lenguaje deseado.
17754 \end_layout
17755
17756 \begin_layout Description
17757
17758 \series bold
17759 Nota:
17760 \series default
17761  Si se emplea el paquete LaTeX 
17762 \series bold
17763 hyperref
17764 \series default
17765
17766 \begin_inset LatexCommand index
17767 name "LaTeX-paquetes ! hyperref"
17768
17769 \end_inset
17770
17771  para enlazar referencias cruzadas a flotantes en la salida PDF, debe cargarse
17772  en el preámbulo LaTeX antes de la definición de flotantes para poder referirse
17773  a ellos.
17774  LyX establece la definición de algoritmos flotantes automáticamente antes
17775  de la parte del preámbulo editable por el usuario, así que hay que insertar
17776  las siguientes líneas 
17777 \emph on
17778 después
17779 \emph default
17780  de cargar el comando 
17781 \series bold
17782 hyperref:
17783 \begin_inset VSpace defskip
17784 \end_inset
17785
17786
17787 \newline
17788
17789 \backslash
17790 newfloat{Xalgorithm}{tbp}{loa}
17791 \newline
17792
17793 \backslash
17794 floatname{Xalgorithm}{nombre}
17795 \newline
17796
17797 \backslash
17798 newcommand{
17799 \backslash
17800 theHalgorithm}{
17801 \backslash
17802 theHXalgorithm}
17803 \newline
17804
17805 \backslash
17806 renewenvironment{algorithm}[1][tbp]
17807 \newline
17808
17809 \begin_inset ERT
17810 status collapsed
17811
17812 \begin_layout Standard
17813
17814
17815 \backslash
17816 hphantom{ }
17817 \end_layout
17818
17819 \end_inset
17820
17821 {
17822 \backslash
17823 begin{Xalgorithm}[#1]}{
17824 \backslash
17825 end{Xalgorithm}}
17826 \begin_inset VSpace defskip
17827 \end_inset
17828
17829
17830 \series default
17831
17832 \newline
17833 Donde 
17834 \family sans
17835 nombre
17836 \family default
17837  es la palabra 
17838 \begin_inset Quotes eld
17839 \end_inset
17840
17841
17842 \emph on
17843 algorithm
17844 \emph default
17845
17846 \begin_inset Quotes erd
17847 \end_inset
17848
17849  en el lenguaje deseado.
17850 \end_layout
17851
17852 \begin_layout Standard
17853 Los algoritmos flotantes no se numeran por defecto según el esquema 
17854 \begin_inset Quotes eld
17855 \end_inset
17856
17857 capítulo.algoritmo
17858 \begin_inset Quotes erd
17859 \end_inset
17860
17861  como es el caso para tablas e imágenes flotantes en muchas clases de documento.
17862  Para numerar algoritmos flotantes según ese mismo esquema, añade este comando
17863  en el preámbulo del documento:
17864 \end_layout
17865
17866 \begin_layout Standard
17867
17868 \series bold
17869
17870 \backslash
17871 numberwithin{algorithm}{chapter}
17872 \end_layout
17873
17874 \begin_layout Standard
17875 Si usas el paquete LaTeX 
17876 \series bold
17877 hyperref
17878 \series default
17879 , añade en su lugar esta línea 
17880 \emph on
17881 después
17882 \emph default
17883  de la definición de 
17884 \family sans
17885 Xalgorithm
17886 \family default
17887  (los comandos anteriores) en el preámbulo:
17888 \end_layout
17889
17890 \begin_layout Standard
17891
17892 \series bold
17893
17894 \backslash
17895 numberwithin{Xalgorithm}{chapter}
17896 \end_layout
17897
17898 \begin_layout Standard
17899 Para poder usar el comando 
17900 \series bold
17901
17902 \backslash
17903 numberwithin
17904 \series default
17905 , marca la opción 
17906 \family sans
17907 Usar\InsetSpace ~
17908 el\InsetSpace ~
17909 paquete\InsetSpace ~
17910 AMS
17911 \family default
17912  en el menú 
17913 \family sans
17914 Documento\SpecialChar \menuseparator
17915 Configuración\SpecialChar \menuseparator
17916 Ecuaciones
17917 \family default
17918 .
17919 \end_layout
17920
17921 \begin_layout Subsection
17922 Flotantes Ajustados a Texto
17923 \begin_inset LatexCommand index
17924 name "Flotantes ! Ajustados a Texto"
17925
17926 \end_inset
17927
17928
17929 \begin_inset LatexCommand label
17930 name "sub:floatflt-flotante-ajustado"
17931
17932 \end_inset
17933
17934
17935 \end_layout
17936
17937 \begin_layout Standard
17938 Este tipo de flotante se usa cuando quieres adosar una figura al texto,
17939  de manera que ocupe solo una parte del ancho de columna.
17940  Puede insertarse usando el menú 
17941 \begin_inset Wrap figure
17942 placement l
17943 width "40col%"
17944 status open
17945
17946 \begin_layout Standard
17947 \begin_inset Graphics
17948         filename ../clipart/mobius.eps
17949         display color
17950         width 40col%
17951         rotateOrigin center
17952
17953 \end_inset
17954
17955
17956 \end_layout
17957
17958 \begin_layout Standard
17959 \begin_inset Caption
17960
17961 \begin_layout Standard
17962 \begin_inset LatexCommand label
17963 name "fig:Esto-es-una"
17964
17965 \end_inset
17966
17967 Esto es una figura adosada, y esto la genial cabecera que la describe.
17968 \begin_inset VSpace medskip
17969 \end_inset
17970
17971
17972 \end_layout
17973
17974 \end_inset
17975
17976
17977 \end_layout
17978
17979 \end_inset
17980
17981  
17982 \family sans
17983 Insertar\SpecialChar \menuseparator
17984 Flotante\SpecialChar \menuseparator
17985 Flotante\InsetSpace ~
17986 de\InsetSpace ~
17987 ajuste\InsetSpace ~
17988 de\InsetSpace ~
17989 texto
17990 \family default
17991  si está instalado el paquete LaTeX 
17992 \series bold
17993 floatflt
17994 \series default
17995
17996 \begin_inset LatexCommand index
17997 name "LaTeX-paquetes ! floatflt"
17998
17999 \end_inset
18000
18001 .
18002 \begin_inset Foot
18003 status collapsed
18004
18005 \begin_layout Standard
18006 La instalación de paquetes LaTeX se explica en el manual 
18007 \emph on
18008 Configuración de LaTeX
18009 \emph default
18010 .
18011 \end_layout
18012
18013 \end_inset
18014
18015  La anchura y posición del flotante se ajusta con cilc-derecha sobre el
18016  cuadro del flotante.
18017  La figura\InsetSpace ~
18018
18019 \begin_inset LatexCommand ref
18020 reference "fig:Esto-es-una"
18021
18022 \end_inset
18023
18024  es un ejemplo de flotante ajustado al texto con una anchura del 40\InsetSpace \thinspace{}
18025 col%.
18026 \begin_inset Foot
18027 status collapsed
18028
18029 \begin_layout Standard
18030 Ver unidades disponibles en\InsetSpace ~
18031
18032 \begin_inset LatexCommand ref
18033 reference "cha:Unidades-disponibles-en"
18034
18035 \end_inset
18036
18037 .
18038 \end_layout
18039
18040 \end_inset
18041
18042  Se ha añadido un espacio vertical bajo el encabezado para separarlo mejor
18043  del texto envolvente.
18044 \end_layout
18045
18046 \begin_layout Standard
18047 El paquete LaTeX 
18048 \series bold
18049 floatflt
18050 \series default
18051  también soporta tablas adosadas a texto pero aún no es soportado por LyX.
18052  Si lo necesitas, consulta la documentación de 
18053 \series bold
18054 floatflt
18055 \series default
18056  
18057 \begin_inset LatexCommand cite
18058 key "floatflt"
18059
18060 \end_inset
18061
18062 .
18063 \end_layout
18064
18065 \begin_layout Standard
18066 \begin_inset Note Greyedout
18067 status open
18068
18069 \begin_layout Standard
18070
18071 \series bold
18072 Nota:
18073 \series default
18074  ¡Los flotantes adosados a texto son frágiles! P.\InsetSpace \thinspace{}
18075 e.\InsetSpace ~
18076 si una figura está demasiado
18077  cerca de la parte inferior de la página se pueden perder cosas en el proceso
18078  de salida, el flotante puede no aparecer o situarse junto a otro texto.
18079 \begin_inset Foot
18080 status open
18081
18082 \begin_layout Standard
18083 La mejor solución es usar el paquete LaTeX 
18084 \series bold
18085 wrapf\SpecialChar \textcompwordmark{}
18086 ig
18087 \series default
18088
18089 \begin_inset LatexCommand index
18090 name "LaTeX-paquetes ! wrapfig\\vspace{4mm}"
18091
18092 \end_inset
18093
18094  en vez de 
18095 \series bold
18096 floatf\SpecialChar \textcompwordmark{}
18097 lt
18098 \series default
18099  pero actualmente no es soportado por LyX.
18100 \end_layout
18101
18102 \end_inset
18103
18104
18105 \end_layout
18106
18107 \end_inset
18108
18109
18110 \end_layout
18111
18112 \begin_layout Standard
18113 En general:
18114 \end_layout
18115
18116 \begin_layout Itemize
18117 Los flotantes adosados no deberían situarse en párrafos que van sobre un
18118  salto de página.
18119  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
18120  esté casi listo y puedas prever los saltos de página.
18121 \end_layout
18122
18123 \begin_layout Itemize
18124 Los flotantes adosados deberían situarse, bien en un párrafo propio antes
18125  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
18126 \end_layout
18127
18128 \begin_layout Itemize
18129 Los flotantes adosados a párrafos consecutivos pueden dar problemas, así
18130  que asegura que hay un párrafo de texto entre ellos.
18131 \end_layout
18132
18133 \begin_layout Itemize
18134 Los flotantes adosados no están permitidos en cabeceras de sección o tablas.
18135 \end_layout
18136
18137 \begin_layout Section
18138 Numeración de flotantes
18139 \begin_inset LatexCommand label
18140 name "sec:Numeración-de-flotantes"
18141
18142 \end_inset
18143
18144
18145 \begin_inset LatexCommand index
18146 name "Flotantes ! Numeración"
18147
18148 \end_inset
18149
18150
18151 \end_layout
18152
18153 \begin_layout Standard
18154 En general, los flotantes se numeran independientemente de las secciones
18155  en las que se encuentran o según el esquema 
18156 \begin_inset Quotes eld
18157 \end_inset
18158
18159 capítulo.número
18160 \begin_inset Quotes erd
18161 \end_inset
18162
18163  o 
18164 \begin_inset Quotes eld
18165 \end_inset
18166
18167 sección.número
18168 \begin_inset Quotes erd
18169 \end_inset
18170
18171 , dependiendo de la clase de documento utilizada.
18172 \end_layout
18173
18174 \begin_layout Standard
18175 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
18176  comando en el preámbulo del documento:
18177 \end_layout
18178
18179 \begin_layout Standard
18180
18181 \series bold
18182
18183 \backslash
18184 renewcommand{
18185 \backslash
18186 thetable}{
18187 \backslash
18188 roman{table}}
18189 \end_layout
18190
18191 \begin_layout Standard
18192
18193 \series bold
18194
18195 \backslash
18196 thetable 
18197 \series default
18198 es el comando que imprime el número de la tabla, para figuras flotantes
18199  el comando sería 
18200 \series bold
18201
18202 \backslash
18203 thefigure
18204 \series default
18205 .
18206  El comando 
18207 \series bold
18208
18209 \backslash
18210 roman
18211 \series default
18212  imprime el número de tabla en números romanos en minúscula.
18213 \end_layout
18214
18215 \begin_layout Standard
18216 Para cambiar el esquema de numeración, por ejemplo a 
18217 \begin_inset Quotes eld
18218 \end_inset
18219
18220 subsección.número
18221 \begin_inset Quotes erd
18222 \end_inset
18223
18224 , usa este comando en el preámbulo:
18225 \end_layout
18226
18227 \begin_layout Standard
18228
18229 \series bold
18230
18231 \backslash
18232 numberwithin{table}{subsection}
18233 \end_layout
18234
18235 \begin_layout Standard
18236 Para poder usar el comando 
18237 \series bold
18238
18239 \backslash
18240 numberwithin
18241 \series default
18242 , debes marcar la opción 
18243 \family sans
18244 Usar\InsetSpace ~
18245 el\InsetSpace ~
18246 paquete\InsetSpace ~
18247 AMS 
18248 \family default
18249 en el apartado 
18250 \family sans
18251 Ecuaciones 
18252 \family default
18253 de las preferencias del documento.
18254 \end_layout
18255
18256 \begin_layout Standard
18257 Puedes ver más detalles y notas importantes sobre comandos de numeración
18258  en la sección\InsetSpace ~
18259
18260 \begin_inset LatexCommand ref
18261 reference "sub:Numeración-de-Notas-al-Pie"
18262
18263 \end_inset
18264
18265 .
18266 \end_layout
18267
18268 \begin_layout Section
18269 Referencias a Flotantes
18270 \begin_inset LatexCommand label
18271 name "sec:Referencias-a-Flotantes"
18272
18273 \end_inset
18274
18275
18276 \begin_inset LatexCommand index
18277 name "Flotantes ! Referencias"
18278
18279 \end_inset
18280
18281
18282 \begin_inset LatexCommand index
18283 name "Referencias"
18284
18285 \end_inset
18286
18287
18288 \end_layout
18289
18290 \begin_layout Standard
18291 Para referirse a un flotante, inserta una etiqueta en su encabezado con
18292  el menú 
18293 \family sans
18294 Insertar\SpecialChar \menuseparator
18295 Etiqueta
18296 \family default
18297  o el botón 
18298 \begin_inset Graphics
18299         filename ../../images/label-insert.xpm
18300         scale 85
18301
18302 \end_inset
18303
18304 .
18305  Aparece una ventana esperando la introducción del texto de la etiqueta
18306  y se inserta un cuadro gris como este: 
18307 \begin_inset Graphics
18308         filename clipart/etiquetaQt4.png
18309         scale 85
18310
18311 \end_inset
18312
18313 .
18314  LyX ofrece como texto las primeras palabras del encabezado con un prefijo.
18315  El prefijo depende del tipo de flotante, p.\InsetSpace \thinspace{}
18316 e.\InsetSpace ~
18317 para figuras el prefijo será
18318  
18319 \begin_inset Quotes eld
18320 \end_inset
18321
18322
18323 \family sans
18324 fig:
18325 \family default
18326
18327 \begin_inset Quotes erd
18328 \end_inset
18329
18330 .
18331 \end_layout
18332
18333 \begin_layout Standard
18334 La etiqueta se usa como ancla y el nombre para la referencia.
18335  Puedes referenciar la etiqueta usando el menú 
18336 \family sans
18337 Insertar\SpecialChar \menuseparator
18338 Referencia
18339 \family default
18340 \InsetSpace ~
18341
18342 \family sans
18343 cruzada
18344 \family default
18345  o el botón 
18346 \begin_inset Graphics
18347         filename ../../images/dialog-show-new-inset_ref.xpm
18348         scale 85
18349
18350 \end_inset
18351
18352 .
18353  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
18354  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
18355  trabajando de la lista desplegable de la parte superior del diálogo.
18356  Puedes ordenar las etiquetas alfabéticamente y elegir una.
18357  Se inserta un cuadro gris como este: 
18358 \begin_inset Graphics
18359         filename clipart/referenciaQt4.png
18360         scale 85
18361
18362 \end_inset
18363
18364 .
18365  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
18366 \end_layout
18367
18368 \begin_layout Standard
18369 Se recomienda poner un espacio protegido entre el nombre de la referencia
18370  cruzada y su número para evitar saltos de línea entre ellos.
18371  Si una referencia cruzada corresponde a una etiqueta inexistente verás
18372  dos interrogaciones en la salida.
18373 \end_layout
18374
18375 \begin_layout Standard
18376 En cualquier momento puedes cambiar etiquetas haciendo cilc sobre el cuadro.
18377  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
18378  al texto de la etiqueta nueva, no te ocupes por eso.
18379 \end_layout
18380
18381 \begin_layout Standard
18382 El botón 
18383 \family sans
18384 Ir\InsetSpace ~
18385 a\InsetSpace ~
18386 la\InsetSpace ~
18387 etiqueta
18388 \family default
18389  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
18390  y el texto del botón cambia a 
18391 \family sans
18392 Volver
18393 \family default
18394 , con el que se puede retornar a la referencia.
18395  cilc-derecha sobre el cuadro de la referencia también lleva el cursor hasta
18396  la etiqueta pero sin opción de volver.
18397 \end_layout
18398
18399 \begin_layout Subsection
18400 Formatos de Referencia Cruzada
18401 \begin_inset LatexCommand label
18402 name "sub:Formatos-referencia-cruzada"
18403
18404 \end_inset
18405
18406
18407 \begin_inset LatexCommand index
18408 name "Referencias ! Formatos"
18409
18410 \end_inset
18411
18412
18413 \end_layout
18414
18415 \begin_layout Standard
18416 Hay seis variedades de referencias cruzadas:
18417 \end_layout
18418
18419 \begin_layout Description
18420 <referencia>: imprime el número flotante, esta es la opción predeterminada:
18421  
18422 \begin_inset LatexCommand ref
18423 reference "fig:Dos-imágenes-distorsionadas"
18424
18425 \end_inset
18426
18427
18428 \end_layout
18429
18430 \begin_layout Description
18431 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
18432  habitual para referirse a fórmulas, especialmente si se omite el nombre
18433  
18434 \begin_inset Quotes eld
18435 \end_inset
18436
18437 Ecuación
18438 \begin_inset Quotes erd
18439 \end_inset
18440
18441
18442 \begin_inset LatexCommand eqref
18443 reference "eq:Wgn"
18444
18445 \end_inset
18446
18447
18448 \end_layout
18449
18450 \begin_layout Description
18451 <página>: imprime el número de página: Página\InsetSpace ~
18452
18453 \begin_inset LatexCommand pageref
18454 reference "fig:Dos-imágenes-distorsionadas"
18455
18456 \end_inset
18457
18458
18459 \end_layout
18460
18461 \begin_layout Description
18462 en\InsetSpace ~
18463 página\InsetSpace ~
18464 <página>: imprime el texto 
18465 \begin_inset Quotes eld
18466 \end_inset
18467
18468 en la página
18469 \begin_inset Quotes erd
18470 \end_inset
18471
18472  y el número de página: 
18473 \begin_inset LatexCommand vpageref
18474 reference "fig:Dos-imágenes-distorsionadas"
18475
18476 \end_inset
18477
18478
18479 \end_layout
18480
18481 \begin_layout Description
18482 <referencia>\InsetSpace ~
18483 en\InsetSpace ~
18484 página\InsetSpace ~
18485 <página>: imprime el número flotante, el texto 
18486 \begin_inset Quotes eld
18487 \end_inset
18488
18489 en la página
18490 \begin_inset Quotes erd
18491 \end_inset
18492
18493  y el número de página: 
18494 \begin_inset LatexCommand vref
18495 reference "fig:Dos-imágenes-distorsionadas"
18496
18497 \end_inset
18498
18499
18500 \end_layout
18501
18502 \begin_layout Description
18503 Referencia\InsetSpace ~
18504 con\InsetSpace ~
18505 formato: imprime un formato personalizado.
18506  
18507 \begin_inset Note Greyedout
18508 status open
18509
18510 \begin_layout Standard
18511
18512 \series bold
18513 Nota:
18514 \series default
18515  Esta característica sólo está disponible si está instalado el paquete LaTeX
18516  
18517 \series bold
18518 prettyref
18519 \series default
18520 .
18521 \end_layout
18522
18523 \end_inset
18524
18525
18526 \end_layout
18527
18528 \begin_layout Standard
18529 Ten en cuenta que el estilo <página> no imprime el número si la etiqueta
18530  está en la misma página, en la anterior o en la siguiente.
18531  En su lugar verás p.\InsetSpace \thinspace{}
18532 e.\InsetSpace ~
18533 el texto 
18534 \begin_inset Quotes eld
18535 \end_inset
18536
18537
18538 \family sans
18539 en esta página
18540 \family default
18541
18542 \begin_inset Quotes erd
18543 \end_inset
18544
18545 .
18546 \end_layout
18547
18548 \begin_layout Standard
18549 El número y página actual de la parte del documento referida es automáticamente
18550  calculado por LaTeX en la salida.
18551  Las variedades se ajustan en el campo 
18552 \family sans
18553 Formato
18554 \family default
18555  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
18556 \end_layout
18557
18558 \begin_layout Subsection
18559 Referencias a Subfiguras 
18560 \begin_inset LatexCommand label
18561 name "sub:Referencias-a-Subfiguras"
18562
18563 \end_inset
18564
18565
18566 \begin_inset LatexCommand index
18567 name "Referencias ! a Subfiguras"
18568
18569 \end_inset
18570
18571
18572 \end_layout
18573
18574 \begin_layout Standard
18575 Por el momento LyX no soporta las referencias a subfiguras, de modo que
18576  hay que emplear comandos LaTeX.
18577  La etiqueta se crea con el comando
18578 \end_layout
18579
18580 \begin_layout Standard
18581
18582 \series bold
18583
18584 \backslash
18585 label{fig:NombreEtiqueta}
18586 \end_layout
18587
18588 \begin_layout Standard
18589 que se inserta directamente en el campo de encabezado de la subfigura.
18590  Para referenciar la etiqueta añade el siguiente comando en ERT
18591 \end_layout
18592
18593 \begin_layout Standard
18594
18595 \series bold
18596
18597 \backslash
18598 ref{fig:NombreEtiqueta}
18599 \end_layout
18600
18601 \begin_layout Standard
18602 en la posición del documento en la que quieras que aparezca la referencia.
18603  Aquí hay una referencia a una subfigura: Subfigura\InsetSpace ~
18604
18605 \begin_inset ERT
18606 status collapsed
18607
18608 \begin_layout Standard
18609
18610
18611 \backslash
18612 ref{fig:Platypus}
18613 \end_layout
18614
18615 \end_inset
18616
18617
18618 \end_layout
18619
18620 \begin_layout Standard
18621
18622 \end_layout
18623
18624 \begin_layout Subsection
18625 Designación Automática de Referencias
18626 \begin_inset LatexCommand index
18627 name "Referencias ! Designación Automática"
18628
18629 \end_inset
18630
18631
18632 \end_layout
18633
18634 \begin_layout Standard
18635 El paquete LaTeX 
18636 \series bold
18637 hyperref
18638 \series default
18639  dispone de una característica muy útil que permite incluir automáticamente
18640  en las referencias cruzadas el nombre de los flotantes referidos (o partes
18641  de texto como secciones).
18642  Quieres p.\InsetSpace \thinspace{}
18643 e.\InsetSpace ~
18644 escribir la palabra 
18645 \begin_inset Quotes eld
18646 \end_inset
18647
18648 Figura
18649 \begin_inset Quotes erd
18650 \end_inset
18651
18652  antes de cada cuadro de referencia.
18653  Para conseguirlo debes cargar el paquete LaTeX 
18654 \series bold
18655 hyperref
18656 \series default
18657
18658 \begin_inset LatexCommand index
18659 name "LaTeX-paquetes ! hyperref"
18660
18661 \end_inset
18662
18663  en el preámbulo del documento con
18664 \end_layout
18665
18666 \begin_layout Standard
18667
18668 \series bold
18669
18670 \backslash
18671 usepackage[pdfborder={0 0 0}]{hyperref}
18672 \newline
18673
18674 \backslash
18675 AtBeginDocument{
18676 \backslash
18677 renewcommand{
18678 \backslash
18679 ref}[1]{
18680 \backslash
18681 mbox{
18682 \backslash
18683 autoref{#1}}}}
18684 \end_layout
18685
18686 \begin_layout Standard
18687
18688 \series bold
18689 hyperref
18690 \series default
18691  se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF,
18692  esto significa que el lector del documento podrá pinchar sobre una entrada
18693  de Índice o una referencia y será inmediatamente dirigido a esa parte del
18694  documento.
18695  
18696 \series bold
18697 hyperref
18698 \series default
18699  también crea marcadores PDF para cada sección para facilitar al lector
18700  la navegación por el documento.
18701  Esto también se ha usado en este documento pero si echas una ojeada al
18702  preámbulo encontrarás varias opciones en la carga de 
18703 \series bold
18704 hyperref
18705 \series default
18706 .
18707  Para aprender más sobre ello acude a la documentación del paquete 
18708 \begin_inset LatexCommand cite
18709 key "hyperref"
18710
18711 \end_inset
18712
18713 .
18714 \end_layout
18715
18716 \begin_layout Standard
18717 \begin_inset Note Greyedout
18718 status open
18719
18720 \begin_layout Standard
18721
18722 \series bold
18723 Nota:
18724 \series default
18725  La designación automática de referencias no puede usarse en el estilo 
18726 \family sans
18727 Referencia\InsetSpace ~
18728 con\InsetSpace ~
18729 formato
18730 \family default
18731 , descrita en la sección\InsetSpace ~
18732
18733 \begin_inset LatexCommand ref
18734 reference "sub:Formatos-referencia-cruzada"
18735
18736 \end_inset
18737
18738 .
18739 \end_layout
18740
18741 \end_inset
18742
18743
18744 \end_layout
18745
18746 \begin_layout Subsection
18747 Colocación de Referencias
18748 \begin_inset LatexCommand label
18749 name "sub:Colocación-de-Referencias"
18750
18751 \end_inset
18752
18753
18754 \begin_inset LatexCommand index
18755 name "Referencias ! Colocación"
18756
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \begin_layout Standard
18763 Si usas 
18764 \series bold
18765 hyperref
18766 \series default
18767
18768 \begin_inset LatexCommand index
18769 name "LaTeX-paquetes ! hyperref"
18770
18771 \end_inset
18772
18773  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
18774  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
18775  El encabezado será la primera parte de texto en pantalla, de forma que
18776  para ver la imagen debes deslizar.
18777  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
18778  Usando el paquete 
18779 \series bold
18780 hypcap
18781 \series default
18782
18783 \begin_inset LatexCommand index
18784 name "LaTeX-paquetes ! hypcap"
18785
18786 \end_inset
18787
18788 , que forma parte del paquete LaTeX 
18789 \series bold
18790 oberdiek
18791 \series default
18792
18793 \begin_inset LatexCommand index
18794 name "LaTeX-paquetes ! oberdiek"
18795
18796 \end_inset
18797
18798 , el ancla de enlace se sitúa al comienzo de un flotante.
18799  Para usar esta característica para figuras flotantes carga 
18800 \series bold
18801 hypcap
18802 \series default
18803  en el preámbulo con
18804 \end_layout
18805
18806 \begin_layout Standard
18807
18808 \series bold
18809
18810 \backslash
18811 usepackage[f\SpecialChar \textcompwordmark{}
18812 igure]{hypcap}
18813 \end_layout
18814
18815 \begin_layout Standard
18816 Puedes usar 
18817 \series bold
18818 hypcap
18819 \series default
18820  para todos los flotantes aunque no se recomienda por razones de estabilidad.
18821  Más información en el manual de 
18822 \series bold
18823 hypcap
18824 \series default
18825  
18826 \begin_inset LatexCommand cite
18827 key "hypcap"
18828
18829 \end_inset
18830
18831 .
18832 \end_layout
18833
18834 \begin_layout Standard
18835 \begin_inset Note Greyedout
18836 status open
18837
18838 \begin_layout Standard
18839
18840 \series bold
18841 Nota: hypcap
18842 \series default
18843  debe cargarse después de 
18844 \series bold
18845 hyperref
18846 \series default
18847  en el preámbulo
18848 \series bold
18849 .
18850 \end_layout
18851
18852 \end_inset
18853
18854
18855 \end_layout
18856
18857 \begin_layout Standard
18858 \begin_inset Note Greyedout
18859 status open
18860
18861 \begin_layout Standard
18862
18863 \series bold
18864 Nota:
18865 \series default
18866  La colocación de referencias no afecta a las referencias a subfiguras.
18867 \end_layout
18868
18869 \end_inset
18870
18871
18872 \end_layout
18873
18874 \begin_layout Section
18875 Colocación de Flotantes
18876 \begin_inset LatexCommand label
18877 name "sec:Colocación-de-Flotantes"
18878
18879 \end_inset
18880
18881
18882 \begin_inset LatexCommand index
18883 name "Flotantes ! Colocación"
18884
18885 \end_inset
18886
18887
18888 \end_layout
18889
18890 \begin_layout Standard
18891 cilc-derecha sobre un cuadro de flotante abre un diálogo en el que pueden
18892  cambiarse las opciones de LaTeX para situar los flotantes.
18893 \newline
18894 La opción 
18895 \family sans
18896 Extender\InsetSpace ~
18897 columnas
18898 \family default
18899  solo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
18900  abarcará ambas columnas en lugar de una sola.
18901 \newline
18902 La opción 
18903 \family sans
18904 Girar\InsetSpace ~
18905 a\InsetSpace ~
18906 un\InsetSpace ~
18907 lado
18908 \family default
18909  sirve para girar flotantes, ver sección\InsetSpace ~
18910
18911 \begin_inset LatexCommand ref
18912 reference "sec:Rotación-de-Flotantes"
18913
18914 \end_inset
18915
18916 .
18917  
18918 \end_layout
18919
18920 \begin_layout Standard
18921 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
18922  la posición de un flotante si desmarcas la opción 
18923 \family sans
18924 Usar\InsetSpace ~
18925 ubicación\InsetSpace ~
18926 predeterminada
18927 \family default
18928 :
18929 \end_layout
18930
18931 \begin_layout Description
18932
18933 \family sans
18934 \series bold
18935 Aquí\InsetSpace ~
18936 si\InsetSpace ~
18937 es\InsetSpace ~
18938 posible:
18939 \family default
18940 \series default
18941  intenta situar el flotante en la posición en la que se inserta
18942 \end_layout
18943
18944 \begin_layout Description
18945
18946 \family sans
18947 \series bold
18948 Principio\InsetSpace ~
18949 de\InsetSpace ~
18950 página:
18951 \family default
18952 \series default
18953  intenta situar el flotante al principio de la página actual
18954 \end_layout
18955
18956 \begin_layout Description
18957
18958 \family sans
18959 \series bold
18960 Fin\InsetSpace ~
18961 de\InsetSpace ~
18962 página:
18963 \family default
18964 \series default
18965  intenta situar el flotante al final de la página actual
18966 \end_layout
18967
18968 \begin_layout Description
18969
18970 \family sans
18971 \series bold
18972 Página\InsetSpace ~
18973 de\InsetSpace ~
18974 flotantes:
18975 \family default
18976 \series default
18977  intenta situar el flotante en una página propia 
18978 \end_layout
18979
18980 \begin_layout Standard
18981 LaTeX usa 
18982 \emph on
18983 siempre
18984 \emph default
18985  ese orden de opciones.
18986  Significa que si usas la colocación predeterminada, LaTeX probará en primer
18987  lugar 
18988 \family sans
18989 Aquí\InsetSpace ~
18990 si\InsetSpace ~
18991 es\InsetSpace ~
18992 posible
18993 \family default
18994 , luego 
18995 \family sans
18996 Principio\InsetSpace ~
18997 de\InsetSpace ~
18998 página
18999 \family default
19000 , y después las otras.
19001  Si no usas la predeterminada, LaTeX solo probará las opciones marcadas
19002  pero en dicho orden.
19003  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
19004  pero intenta poner el flotante en la página siguiente.
19005 \end_layout
19006
19007 \begin_layout Standard
19008 De forma predeterminada cada una de las opciones tiene sus propias reglas:
19009 \end_layout
19010
19011 \begin_layout Labeling
19012 \labelwidthstring 00.00.0000
19013
19014 \family sans
19015 Principio\InsetSpace ~
19016 de\InsetSpace ~
19017 página:
19018 \family default
19019  solo si el flotante ocupa menos del 70\InsetSpace \thinspace{}
19020 % de la página puede ubicarse al
19021  principio de página (
19022 \series bold
19023
19024 \backslash
19025 topfraction
19026 \series default
19027 )
19028 \end_layout
19029
19030 \begin_layout Labeling
19031 \labelwidthstring 00.00.0000
19032
19033 \family sans
19034 Fin\InsetSpace ~
19035 de\InsetSpace ~
19036 página:
19037 \family default
19038  solo si el flotante ocupa menos del 30\InsetSpace \thinspace{}
19039 % de la página puede ubicarse al
19040  fin de página.
19041  (
19042 \series bold
19043
19044 \backslash
19045 bottomfraction
19046 \series default
19047 )
19048 \end_layout
19049
19050 \begin_layout Labeling
19051 \labelwidthstring 00.00.0000
19052
19053 \family sans
19054 Página\InsetSpace ~
19055 de\InsetSpace ~
19056 flotantes:
19057 \family default
19058  solo si más del 50\InsetSpace \thinspace{}
19059 % de la página se ocupa por flotantes puede haber varios
19060  juntos en la misma página.
19061  (
19062 \series bold
19063
19064 \backslash
19065 floatpagefraction
19066 \series default
19067 )
19068 \end_layout
19069
19070 \begin_layout Standard
19071 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
19072  
19073 \family sans
19074 Ignorar\InsetSpace ~
19075 reglas\InsetSpace ~
19076 de\InsetSpace ~
19077 LaTeX
19078 \family default
19079 .
19080 \newline
19081 También puedes redefinir las reglas con los comandos LaTeX que van entre
19082  paréntesis tras la descripción de las reglas anteriores.
19083  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
19084  la regla 
19085 \family sans
19086 Fin
19087 \family default
19088 \InsetSpace ~
19089
19090 \family sans
19091 de
19092 \family default
19093 \InsetSpace ~
19094
19095 \family sans
19096 página
19097 \family default
19098  al 50\InsetSpace \thinspace{}
19099 %, añade esta línea en el preámbulo:
19100 \end_layout
19101
19102 \begin_layout Standard
19103
19104 \series bold
19105
19106 \backslash
19107 renewcommand{
19108 \backslash
19109 bottomfraction}{0.5}
19110 \end_layout
19111
19112 \begin_layout Standard
19113 En determinados casos podrías necesitar ubicar un flotante exactamente en
19114  la posición en la que se inserta.
19115  Para esto puedes usar la opción 
19116 \family sans
19117 Aquí\InsetSpace ~
19118 definitivamente
19119 \family default
19120 .
19121  Usa esta opción esporádicamente y solo cuando el documento esté casi listo,
19122  porque el flotante ya no podrá 
19123 \begin_inset Quotes eld
19124 \end_inset
19125
19126 flotar
19127 \begin_inset Quotes erd
19128 \end_inset
19129
19130  y si haces cambios al documento se podría estropear el diseño de la página.
19131 \end_layout
19132
19133 \begin_layout Standard
19134 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
19135  están rodeados por texto de un párrafo determinado.
19136 \begin_inset VSpace bigskip
19137 \end_inset
19138
19139
19140 \end_layout
19141
19142 \begin_layout Standard
19143 A veces surge el problema de que un flotante se sitúa al principio de la
19144  página mientras que su sección correspondiente empieza en mitad de la página,
19145  así que el lector podría creer que el flotante forma parte de la sección
19146  anterior.
19147  Para evitarlo puede emplearse el comando LaTeX 
19148 \series bold
19149
19150 \backslash
19151 suppressf\SpecialChar \textcompwordmark{}
19152 loats
19153 \series default
19154 , que suprime la ubicación de un flotante dado en la página donde se inserta
19155  y además puede servir para evitar que el flotante se coloque antes del
19156  inicio de sección.
19157  Para ello, añade estos comandos al preámbulo:
19158 \end_layout
19159
19160 \begin_layout Standard
19161
19162 \series bold
19163
19164 \backslash
19165 let
19166 \backslash
19167 mySection
19168 \backslash
19169 section
19170 \newline
19171
19172 \backslash
19173 renewcommand{
19174 \backslash
19175 section}{
19176 \backslash
19177 suppressf\SpecialChar \textcompwordmark{}
19178 loats[t]
19179 \backslash
19180 mySection}
19181 \end_layout
19182
19183 \begin_layout Standard
19184 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
19185  subsecciones.
19186  No es recomendable para partes pequeñas de texto como subsubsecciones porque
19187  LaTeX podría tener problemas para encontrar una ubicación adecuada.
19188 \end_layout
19189
19190 \begin_layout Standard
19191 \begin_inset VSpace bigskip
19192 \end_inset
19193
19194 En ciertos casos se quieren tener todas las figuras/tablas al final del
19195  documento.
19196  Para estos casos está el paquete LaTeX 
19197 \series bold
19198 endf\SpecialChar \textcompwordmark{}
19199 loat
19200 \series default
19201
19202 \begin_inset LatexCommand index
19203 name "LaTeX-paquetes ! endfloat"
19204
19205 \end_inset
19206
19207 .
19208  Pone todas las figuras y tablas flotantes al final del documento en secciones
19209  propias.
19210  En la posición original del flotante se inserta una indicación como 
19211 \begin_inset Quotes eld
19212 \end_inset
19213
19214
19215 \family sans
19216 [Figure\InsetSpace ~
19217 3.2 about here.]
19218 \family default
19219
19220 \begin_inset Quotes erd
19221 \end_inset
19222
19223 .
19224  El paquete 
19225 \series bold
19226 endf\SpecialChar \textcompwordmark{}
19227 loat
19228 \series default
19229  se carga en el preámbulo con la línea
19230 \end_layout
19231
19232 \begin_layout Standard
19233
19234 \series bold
19235
19236 \backslash
19237 usepackage[options]{endf\SpecialChar \textcompwordmark{}
19238 loat}
19239 \end_layout
19240
19241 \begin_layout Standard
19242 Hay varias opciones para diseñar las secciones figura/tabla creadas.
19243  Para más información ver la documentación de 
19244 \begin_inset LatexCommand cite
19245 key "endfloat"
19246
19247 \end_inset
19248
19249 .
19250 \newline
19251
19252 \begin_inset Note Greyedout
19253 status open
19254
19255 \begin_layout Standard
19256
19257 \series bold
19258 Nota: endf\SpecialChar \textcompwordmark{}
19259 loat
19260 \series default
19261  no traduce automáticamente la indicación, hay que hacerlo manualmente,
19262  ver sección\InsetSpace ~
19263 4 en 
19264 \begin_inset LatexCommand cite
19265 key "endfloat"
19266
19267 \end_inset
19268
19269 .
19270 \end_layout
19271
19272 \end_inset
19273
19274
19275 \newline
19276
19277 \begin_inset Note Greyedout
19278 status open
19279
19280 \begin_layout Standard
19281
19282 \series bold
19283 Nota:
19284 \series default
19285  Actualmente hay un error en 
19286 \series bold
19287 endf\SpecialChar \textcompwordmark{}
19288 loat
19289 \series default
19290  cuando el encabezado contiene el carácter alemán 
19291 \begin_inset Quotes eld
19292 \end_inset
19293
19294 ß
19295 \begin_inset Quotes erd
19296 \end_inset
19297
19298 .
19299  Usa en ese caso el comando 
19300 \begin_inset Quotes eld
19301 \end_inset
19302
19303
19304 \series bold
19305
19306 \backslash
19307 ss
19308 \series default
19309
19310 \begin_inset Quotes erd
19311 \end_inset
19312
19313  en ERT en vez de 
19314 \begin_inset Quotes eld
19315 \end_inset
19316
19317 ß
19318 \begin_inset Quotes erd
19319 \end_inset
19320
19321 .
19322 \end_layout
19323
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \begin_layout Standard
19330 \begin_inset VSpace bigskip
19331 \end_inset
19332
19333 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
19334 \begin_inset LatexCommand cite
19335 key "latexcompanion,latexguide,latexbook"
19336
19337 \end_inset
19338
19339 .
19340 \end_layout
19341
19342 \begin_layout Section
19343 Rotación de Flotantes
19344 \begin_inset LatexCommand label
19345 name "sec:Rotación-de-Flotantes"
19346
19347 \end_inset
19348
19349
19350 \begin_inset LatexCommand index
19351 name "Flotantes ! Rotación"
19352
19353 \end_inset
19354
19355
19356 \end_layout
19357
19358 \begin_layout Standard
19359 Podrías necesitar girar flotantes, especialmente con tablas grandes.
19360  Para girar todo el flotante y su encabezado, pincha sobre su cuadro y marca
19361  la opción 
19362 \family sans
19363 Girar\InsetSpace ~
19364 a\InsetSpace ~
19365 un\InsetSpace ~
19366 lado
19367 \family default
19368 .
19369 \end_layout
19370
19371 \begin_layout Standard
19372 Los flotantes girados son puestos siempre en su propia página (o columna
19373  si el documento es de dos columnas).
19374  Normalmente se rotan de forma que puedes leerlos desde el margen externo
19375  ---a la izquierda en páginas impares, a la derecha en pares---.
19376 \end_layout
19377
19378 \begin_layout Standard
19379 Los flotantes girados se refieren igual que los normales, y el formato de
19380  encabezado también es el mismo: un ejemplo es la tabla\InsetSpace ~
19381
19382 \begin_inset LatexCommand ref
19383 reference "tab:Tabla-girada"
19384
19385 \end_inset
19386
19387 .
19388 \end_layout
19389
19390 \begin_layout Standard
19391 \begin_inset Note Greyedout
19392 status open
19393
19394 \begin_layout Standard
19395
19396 \series bold
19397 Nota:
19398 \series default
19399  No todos los visores DVI pueden mostrar tablas giradas.
19400 \end_layout
19401
19402 \end_inset
19403
19404
19405 \end_layout
19406
19407 \begin_layout Standard
19408 \begin_inset Float table
19409 wide false
19410 sideways true
19411 status open
19412
19413 \begin_layout Standard
19414 \begin_inset Caption
19415
19416 \begin_layout Standard
19417 \begin_inset LatexCommand label
19418 name "tab:Tabla-girada"
19419
19420 \end_inset
19421
19422 Tabla girada
19423 \end_layout
19424
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \begin_layout Standard
19431 \align center
19432 \begin_inset Tabular
19433 <lyxtabular version="3" rows="1" columns="5">
19434 <features>
19435 <column alignment="center" valignment="top" leftline="true" width="0">
19436 <column alignment="center" valignment="top" leftline="true" width="0">
19437 <column alignment="center" valignment="top" leftline="true" width="0">
19438 <column alignment="center" valignment="top" leftline="true" width="0">
19439 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19440 <row topline="true" bottomline="true">
19441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Standard
19445 test
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Standard
19454 b
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Standard
19463 c
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Standard
19472 d
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Standard
19481 e
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 </row>
19487 </lyxtabular>
19488
19489 \end_inset
19490
19491
19492 \end_layout
19493
19494 \end_inset
19495
19496
19497 \end_layout
19498
19499 \begin_layout Section
19500 Formato de Encabezados
19501 \begin_inset LatexCommand index
19502 name "Encabezados ! Formato"
19503
19504 \end_inset
19505
19506
19507 \begin_inset LatexCommand index
19508 name "Flotantes ! Formato de Encabezados"
19509
19510 \end_inset
19511
19512
19513 \begin_inset LatexCommand index
19514 name "LaTeX-paquetes ! caption"
19515
19516 \end_inset
19517
19518
19519 \begin_inset LatexCommand label
19520 name "sec:Formato-de-Encabezados"
19521
19522 \end_inset
19523
19524
19525 \end_layout
19526
19527 \begin_layout Standard
19528 El entorno 
19529 \family sans
19530 Encabezado
19531 \family default
19532  es el predeterminado para los 
19533 \family sans
19534 Flotantes
19535 \family default
19536 .
19537  En LyX los encabezados se muestran como etiqueta, p.\InsetSpace \thinspace{}
19538 e.\InsetSpace ~
19539
19540 \begin_inset Quotes eld
19541 \end_inset
19542
19543
19544 \family sans
19545 Figura #
19546 \family default
19547 :
19548 \begin_inset Quotes erd
19549 \end_inset
19550
19551  seguida por el texto.
19552  El símbolo de número 
19553 \begin_inset Quotes eld
19554 \end_inset
19555
19556 #
19557 \begin_inset Quotes erd
19558 \end_inset
19559
19560  es sustituido en la salida impresa por el número de referencia real.
19561  Por defecto la etiqueta y el número usan la misma fuente que el texto del
19562  encabezado y el signo dos puntos sigue al número para separar la etiqueta
19563  del texto.
19564  El formato de encabezado no es apropiado para todos los formatos de documento.
19565  
19566 \end_layout
19567
19568 \begin_layout Standard
19569 Para cambiar el formato predeterminado carga el paquete LaTeX 
19570 \series bold
19571 caption
19572 \series default
19573
19574 \begin_inset LatexCommand index
19575 name "LaTeX-paquetes ! caption"
19576
19577 \end_inset
19578
19579  en el preámbulo del documento con la línea:
19580 \end_layout
19581
19582 \begin_layout Standard
19583
19584 \series bold
19585
19586 \backslash
19587 usepackage[definición de formato]{caption}
19588 \end_layout
19589
19590 \begin_layout Standard
19591 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
19592  los encabezados de tabla siempre sobre ella como en este documento, usa
19593  el comando:
19594 \end_layout
19595
19596 \begin_layout Standard
19597
19598 \series bold
19599
19600 \backslash
19601 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
19602 \end_layout
19603
19604 \begin_layout Standard
19605 También puedes definir distintos formatos de encabezado para los distintos
19606  tipos de flotantes.
19607  En ese caso carga el paquete 
19608 \series bold
19609 caption
19610 \series default
19611  sin opciones específicas y define los distintos formatos con ayuda del
19612  comando
19613 \end_layout
19614
19615 \begin_layout Standard
19616
19617 \series bold
19618
19619 \backslash
19620 captionsetup[tipo de flotante]{definición de formato}
19621 \end_layout
19622
19623 \begin_layout Standard
19624 en el preámbulo del documento.
19625  Por ejemplo los encabezados de la Figura\InsetSpace ~
19626
19627 \begin_inset LatexCommand ref
19628 reference "fig:Esto-es-una-fig"
19629
19630 \end_inset
19631
19632  y la tabla\InsetSpace ~
19633
19634 \begin_inset LatexCommand ref
19635 reference "tab:Esto-es-una-tab"
19636
19637 \end_inset
19638
19639  pueden crearse usando los siguientes comandos en el preámbulo:
19640 \end_layout
19641
19642 \begin_layout Standard
19643
19644 \series bold
19645
19646 \backslash
19647 usepackage[tableposition=top]{caption}
19648 \series default
19649
19650 \newline
19651
19652 \series bold
19653
19654 \backslash
19655 captionsetup[f\SpecialChar \textcompwordmark{}
19656 igure]{labelfont={tt}, textfont=it, indention=1cm,%
19657 \newline
19658
19659 \begin_inset ERT
19660 status collapsed
19661
19662 \begin_layout Standard
19663
19664
19665 \backslash
19666 hphantom{
19667 \backslash
19668
19669 \backslash
19670 captionsetup[figure]
19671 \backslash
19672 {}
19673 \end_layout
19674
19675 \end_inset
19676
19677  labelsep=period}
19678 \newline
19679
19680 \backslash
19681 captionsetup[table]{labelfont={bf,sf}}
19682 \end_layout
19683
19684 \begin_layout Standard
19685 \begin_inset Note Greyedout
19686 status open
19687
19688 \begin_layout Standard
19689
19690 \series bold
19691 Nota: 
19692 \series default
19693 La opción 
19694 \series bold
19695 tableposition=top
19696 \series default
19697  no tiene efecto si se usa una clase de documento 
19698 \series bold
19699 koma-script
19700 \series default
19701 .
19702  En este caso debe utilizarse la opción de clase de documento 
19703 \series bold
19704 tablecaptionabove
19705 \series default
19706 .
19707  
19708 \end_layout
19709
19710 \end_inset
19711
19712
19713 \end_layout
19714
19715 \begin_layout Standard
19716 Para más información sobre el paquete 
19717 \series bold
19718 caption
19719 \series default
19720  acude a su documentación 
19721 \begin_inset LatexCommand cite
19722 key "caption,caption-de"
19723
19724 \end_inset
19725
19726 .
19727 \end_layout
19728
19729 \begin_layout Standard
19730 Para cambiar el nombre de la etiqueta de 
19731 \begin_inset Quotes eld
19732 \end_inset
19733
19734 Figura
19735 \begin_inset Quotes erd
19736 \end_inset
19737
19738  a 
19739 \begin_inset Quotes eld
19740 \end_inset
19741
19742 Imagen
19743 \begin_inset Quotes erd
19744 \end_inset
19745
19746 , p.\InsetSpace \thinspace{}
19747 e., usa el siguiente comando de preámbulo:
19748 \end_layout
19749
19750 \begin_layout Standard
19751
19752 \series bold
19753
19754 \backslash
19755 renewcommand{
19756 \backslash
19757 fnum@figure}{Imagen~
19758 \backslash
19759 thefigure}
19760 \end_layout
19761
19762 \begin_layout Standard
19763 donde 
19764 \series bold
19765
19766 \backslash
19767 thefigure
19768 \series default
19769  inserta el número de figura y 
19770 \series bold
19771
19772 \begin_inset Quotes eld
19773 \end_inset
19774
19775
19776 \series default
19777 ~
19778 \series bold
19779
19780 \begin_inset Quotes erd
19781 \end_inset
19782
19783
19784 \series default
19785  genera un espacio protegido.
19786
19787 \series bold
19788  
19789 \end_layout
19790
19791 \begin_layout Standard
19792 \begin_inset VSpace bigskip
19793 \end_inset
19794
19795 Si estás usando la clase de documento 
19796 \series bold
19797 koma-script
19798 \series default
19799
19800 \begin_inset LatexCommand index
19801 name "LaTeX-paquetes ! koma-script"
19802
19803 \end_inset
19804
19805  (
19806 \family sans
19807 article (koma-script)
19808 \family default
19809
19810 \family sans
19811 book (koma-script)
19812 \family default
19813
19814 \family sans
19815 letter (koma-script)
19816 \family default
19817 , o 
19818 \family sans
19819 report (koma-script)
19820 \family default
19821 \InsetSpace \thinspace{}
19822 ), puedes emplear en vez del paquete 
19823 \series bold
19824 caption
19825 \series default
19826  el comando 
19827 \series bold
19828
19829 \backslash
19830 setkomafont
19831 \series default
19832  incluido en 
19833 \series bold
19834 koma-script
19835 \series default
19836 .
19837  Por ejemplo, para poner en negrita la etiqueta del encabezado añade este
19838  comando en el preámbulo del documento:
19839 \end_layout
19840
19841 \begin_layout Standard
19842
19843 \series bold
19844
19845 \backslash
19846 setkomafont{captionlabel}{
19847 \backslash
19848 bfseries}
19849 \end_layout
19850
19851 \begin_layout Standard
19852 Más información sobre 
19853 \series bold
19854
19855 \backslash
19856 setkomafont
19857 \series default
19858  en la documentación de 
19859 \series bold
19860 koma-script
19861 \series default
19862  
19863 \begin_inset LatexCommand cite
19864 key "koma-script,koma-script-de"
19865
19866 \end_inset
19867
19868 .
19869 \end_layout
19870
19871 \begin_layout Standard
19872 \begin_inset ERT
19873 status collapsed
19874
19875 \begin_layout Standard
19876
19877
19878 \backslash
19879 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
19880 }
19881 \end_layout
19882
19883 \end_inset
19884
19885
19886 \begin_inset Note Note
19887 status open
19888
19889 \begin_layout Standard
19890 El formato del encabezado se ha cambiado solo para este ejemplo.
19891 \end_layout
19892
19893 \end_inset
19894
19895
19896 \end_layout
19897
19898 \begin_layout Standard
19899 \begin_inset Float figure
19900 placement !p
19901 wide false
19902 sideways false
19903 status open
19904
19905 \begin_layout Standard
19906 \align center
19907 \begin_inset Graphics
19908         filename ../clipart/mobius.eps
19909         lyxscale 50
19910         scale 50
19911
19912 \end_inset
19913
19914
19915 \end_layout
19916
19917 \begin_layout Standard
19918 \begin_inset Caption
19919
19920 \begin_layout Standard
19921 \begin_inset LatexCommand label
19922 name "fig:Esto-es-una-fig"
19923
19924 \end_inset
19925
19926
19927 \begin_inset OptArg
19928 status open
19929
19930 \begin_layout Standard
19931 Figura con título muy largo
19932 \end_layout
19933
19934 \end_inset
19935
19936 Este es un ejemplo de figura con un título que es mayor de una línea para
19937  mostrar el formato diferente.
19938  Aquí se usa un título personalizado.
19939 \end_layout
19940
19941 \end_inset
19942
19943
19944 \end_layout
19945
19946 \end_inset
19947
19948
19949 \end_layout
19950
19951 \begin_layout Standard
19952 \begin_inset ERT
19953 status collapsed
19954
19955 \begin_layout Standard
19956
19957
19958 \backslash
19959 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
19960 on}
19961 \end_layout
19962
19963 \end_inset
19964
19965
19966 \end_layout
19967
19968 \begin_layout Standard
19969 \begin_inset Float table
19970 placement !p
19971 wide false
19972 sideways false
19973 status open
19974
19975 \begin_layout Standard
19976 \begin_inset Caption
19977
19978 \begin_layout Standard
19979 \begin_inset LatexCommand label
19980 name "tab:Esto-es-una-tab"
19981
19982 \end_inset
19983
19984
19985 \begin_inset OptArg
19986 status collapsed
19987
19988 \begin_layout Standard
19989 Tabla con encabezado muy largo
19990 \end_layout
19991
19992 \end_inset
19993
19994 Este es un ejemplo de encabezado de tabla mayor que una línea para mostrar
19995  el formato diferente.
19996  Aquí se usa el formato de encabezado estándar para las tablas.
19997 \end_layout
19998
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \begin_layout Standard
20005 \align center
20006 \begin_inset Tabular
20007 <lyxtabular version="3" rows="1" columns="5">
20008 <features>
20009 <column alignment="center" valignment="top" leftline="true" width="0">
20010 <column alignment="center" valignment="top" leftline="true" width="0">
20011 <column alignment="center" valignment="top" leftline="true" width="0">
20012 <column alignment="center" valignment="top" leftline="true" width="0">
20013 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20014 <row topline="true" bottomline="true">
20015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Standard
20019 a
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Standard
20028 b
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Standard
20037 c
20038 \end_layout
20039
20040 \end_inset
20041 </cell>
20042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Standard
20046 d
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Standard
20055 e
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 </row>
20061 </lyxtabular>
20062
20063 \end_inset
20064
20065
20066 \end_layout
20067
20068 \end_inset
20069
20070
20071 \end_layout
20072
20073 \begin_layout Section
20074 Colocación de Encabezados
20075 \begin_inset LatexCommand index
20076 name "Encabezados ! Colocación"
20077
20078 \end_inset
20079
20080
20081 \begin_inset LatexCommand index
20082 name "Flotantes ! Colocación de Encabezados"
20083
20084 \end_inset
20085
20086
20087 \begin_inset LatexCommand label
20088 name "sec:Colocación-de-Encabezados"
20089
20090 \end_inset
20091
20092
20093 \end_layout
20094
20095 \begin_layout Standard
20096 La norma habitual para colocar títulos o encabezados es:
20097 \end_layout
20098
20099 \begin_layout Description
20100 Figura: El título bajo la figura
20101 \end_layout
20102
20103 \begin_layout Description
20104 Tabla: El encabezado sobre la tabla
20105 \end_layout
20106
20107 \begin_layout Standard
20108 Desafortunadamente, las clases estándar de LaTeX no soportan encabezados
20109  sobre la tabla.
20110  Esto implica que si usas las clases de documento 
20111 \family sans
20112 article
20113 \family default
20114
20115 \family sans
20116 book
20117 \family default
20118
20119 \family sans
20120 letter
20121 \family default
20122 , o 
20123 \family sans
20124 report
20125 \family default
20126  no habrá espacio entre el encabezado y la tabla.
20127  Para insertar el espacio adecuado añade la siguiente opción al comando
20128  del paquete LaTeX 
20129 \series bold
20130 caption
20131 \series default
20132  en el preámbulo del documento
20133 \begin_inset Foot
20134 status collapsed
20135
20136 \begin_layout Standard
20137 Ver la sección\InsetSpace ~
20138
20139 \begin_inset LatexCommand ref
20140 reference "sec:Formato-de-Encabezados"
20141
20142 \end_inset
20143
20144  para más información sobre el paquete 
20145 \series bold
20146 caption
20147 \series default
20148 .
20149 \end_layout
20150
20151 \end_inset
20152
20153 :
20154 \end_layout
20155
20156 \begin_layout Standard
20157
20158 \series bold
20159 tableposition=top
20160 \end_layout
20161
20162 \begin_layout Standard
20163 Si estás usando la clase 
20164 \series bold
20165 koma-script
20166 \series default
20167
20168 \begin_inset LatexCommand index
20169 name "LaTeX-paquetes ! koma-script"
20170
20171 \end_inset
20172
20173  (
20174 \family sans
20175 article (koma-script)
20176 \family default
20177
20178 \family sans
20179 book (koma-script)
20180 \family default
20181
20182 \family sans
20183 letter (koma-script)
20184 \family default
20185 , o 
20186 \family sans
20187 report (koma-script)
20188 \family default
20189 \InsetSpace \thinspace{}
20190 ), en vez de 
20191 \series bold
20192 caption
20193 \series default
20194  puedes poner la opción 
20195 \series bold
20196 tablecaptionabove
20197 \series default
20198  de la clase de documento, o usar el entorno 
20199 \family sans
20200 Encabezado
20201 \family default
20202 \InsetSpace ~
20203
20204 \family sans
20205 Arriba
20206 \family default
20207  en vez del entorno 
20208 \family sans
20209 Encabezado
20210 \family default
20211 .
20212 \end_layout
20213
20214 \begin_layout Standard
20215 \begin_inset VSpace bigskip
20216 \end_inset
20217
20218 También es posible poner el encabezado junto a una figura o tabla.
20219  Para conseguirlo hay que cargar el paquete LaTeX 
20220 \series bold
20221 sidecap
20222 \series default
20223
20224 \begin_inset LatexCommand index
20225 name "LaTeX-paquetes ! sidecap"
20226
20227 \end_inset
20228
20229  añadiendo en el preámbulo del documento la línea
20230 \end_layout
20231
20232 \begin_layout Standard
20233
20234 \series bold
20235
20236 \backslash
20237 usepackage[option]{sidecap}
20238 \end_layout
20239
20240 \begin_layout Standard
20241 Si no se especifica opción, el encabezado se ubica del lado del margen externo
20242  de la página -- a la derecha en páginas impares, a la izquierda en las
20243  pares.
20244  Puedes cambiar la colocación al margen interno con la opción 
20245 \series bold
20246 innercaption
20247 \series default
20248 .
20249  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
20250  opciones 
20251 \series bold
20252 rightcaption
20253 \series default
20254  o 
20255 \series bold
20256 leftcaption
20257 \series default
20258 , respectivamente.
20259 \end_layout
20260
20261 \begin_layout Standard
20262 Para situar en LyX el encabezado de un flotante al lado, es necesario añadir
20263  estos comandos al preámbulo del documento:
20264 \end_layout
20265
20266 \begin_layout Standard
20267
20268 \lyxline
20269
20270 \end_layout
20271
20272 \begin_layout Standard
20273
20274 \series bold
20275
20276 \backslash
20277 newcommand{
20278 \backslash
20279 TabBesBeg}{%
20280 \newline
20281
20282 \begin_inset ERT
20283 status collapsed
20284
20285 \begin_layout Standard
20286
20287
20288 \backslash
20289 hphantom{ }
20290 \end_layout
20291
20292 \end_inset
20293
20294
20295 \backslash
20296 let
20297 \backslash
20298 MyTable
20299 \backslash
20300 table
20301 \newline
20302
20303 \begin_inset ERT
20304 status collapsed
20305
20306 \begin_layout Standard
20307
20308
20309 \backslash
20310 hphantom{ }
20311 \end_layout
20312
20313 \end_inset
20314
20315
20316 \backslash
20317 let
20318 \backslash
20319 MyEndtable
20320 \backslash
20321 endtable
20322 \newline
20323
20324 \begin_inset ERT
20325 status collapsed
20326
20327 \begin_layout Standard
20328
20329
20330 \backslash
20331 hphantom{ }
20332 \end_layout
20333
20334 \end_inset
20335
20336
20337 \backslash
20338 renewenvironment{table}{
20339 \backslash
20340 begin{SCtable}}{
20341 \backslash
20342 end{SCtable}}}
20343 \end_layout
20344
20345 \begin_layout Standard
20346
20347 \series bold
20348
20349 \backslash
20350 newcommand{
20351 \backslash
20352 TabBesEnd}{%
20353 \newline
20354
20355 \begin_inset ERT
20356 status collapsed
20357
20358 \begin_layout Standard
20359
20360
20361 \backslash
20362 hphantom{ }
20363 \end_layout
20364
20365 \end_inset
20366
20367
20368 \backslash
20369 let
20370 \backslash
20371 table
20372 \backslash
20373 MyTable
20374 \newline
20375
20376 \begin_inset ERT
20377 status collapsed
20378
20379 \begin_layout Standard
20380
20381
20382 \backslash
20383 hphantom{ }
20384 \end_layout
20385
20386 \end_inset
20387
20388
20389 \backslash
20390 let
20391 \backslash
20392 endtable
20393 \backslash
20394 MyEndtable
20395 \end_layout
20396
20397 \begin_layout Standard
20398
20399 \series bold
20400
20401 \backslash
20402 newcommand{
20403 \backslash
20404 FigBesBeg}{%
20405 \newline
20406
20407 \begin_inset ERT
20408 status collapsed
20409
20410 \begin_layout Standard
20411
20412
20413 \backslash
20414 hphantom{ }
20415 \end_layout
20416
20417 \end_inset
20418
20419
20420 \backslash
20421 let
20422 \backslash
20423 MyFigure
20424 \backslash
20425 f\SpecialChar \textcompwordmark{}
20426 igure
20427 \newline
20428
20429 \begin_inset ERT
20430 status collapsed
20431
20432 \begin_layout Standard
20433
20434
20435 \backslash
20436 hphantom{ }
20437 \end_layout
20438
20439 \end_inset
20440
20441
20442 \backslash
20443 let
20444 \backslash
20445 MyEndf\SpecialChar \textcompwordmark{}
20446 igure
20447 \backslash
20448 endf\SpecialChar \textcompwordmark{}
20449 igure
20450 \newline
20451
20452 \begin_inset ERT
20453 status collapsed
20454
20455 \begin_layout Standard
20456
20457
20458 \backslash
20459 hphantom{ }
20460 \end_layout
20461
20462 \end_inset
20463
20464
20465 \backslash
20466 renewenvironment{f\SpecialChar \textcompwordmark{}
20467 igure}{
20468 \backslash
20469 begin{SCf\SpecialChar \textcompwordmark{}
20470 igure}}{
20471 \backslash
20472 end{SCf\SpecialChar \textcompwordmark{}
20473 igure}}}
20474 \end_layout
20475
20476 \begin_layout Standard
20477
20478 \series bold
20479
20480 \backslash
20481 newcommand{
20482 \backslash
20483 FigBesEnd}{%
20484 \newline
20485
20486 \begin_inset ERT
20487 status collapsed
20488
20489 \begin_layout Standard
20490
20491
20492 \backslash
20493 hphantom{ }
20494 \end_layout
20495
20496 \end_inset
20497
20498
20499 \backslash
20500 let
20501 \backslash
20502 f\SpecialChar \textcompwordmark{}
20503 igure
20504 \backslash
20505 MyFigure
20506 \newline
20507
20508 \begin_inset ERT
20509 status collapsed
20510
20511 \begin_layout Standard
20512
20513
20514 \backslash
20515 hphantom{ }
20516 \end_layout
20517
20518 \end_inset
20519
20520
20521 \backslash
20522 let
20523 \backslash
20524 endf\SpecialChar \textcompwordmark{}
20525 igure
20526 \backslash
20527 MyEndf\SpecialChar \textcompwordmark{}
20528 igure}
20529 \end_layout
20530
20531 \begin_layout Standard
20532
20533 \lyxline
20534
20535 \end_layout
20536
20537 \begin_layout Standard
20538 Estos comandos permiten redefinir los flotantes de modo que el encabezado
20539  aparezca en un lado.
20540  Para figuras flotantes usa el comando
20541 \end_layout
20542
20543 \begin_layout Standard
20544
20545 \series bold
20546
20547 \backslash
20548 FigBesBeg
20549 \end_layout
20550
20551 \begin_layout Standard
20552 en ERT antes del flotante.
20553  Detrás del flotante inserta
20554 \end_layout
20555
20556 \begin_layout Standard
20557
20558 \series bold
20559
20560 \backslash
20561 FigBesEnd
20562 \end_layout
20563
20564 \begin_layout Standard
20565 en ERT para volver a la definición original de flotantes.
20566 \end_layout
20567
20568 \begin_layout Standard
20569 Para tablas flotantes usa los comandos correspondientes
20570 \end_layout
20571
20572 \begin_layout Standard
20573
20574 \series bold
20575
20576 \backslash
20577 TabBesBeg
20578 \series default
20579  y 
20580 \series bold
20581
20582 \backslash
20583 TabBesEnd
20584 \end_layout
20585
20586 \begin_layout Standard
20587 La figura\InsetSpace ~
20588
20589 \begin_inset LatexCommand ref
20590 reference "fig:encab-al-lado"
20591
20592 \end_inset
20593
20594  y la tabla\InsetSpace ~
20595
20596 \begin_inset LatexCommand ref
20597 reference "tab:encab-al-lado"
20598
20599 \end_inset
20600
20601  son ejemplos en los que el título se sitúa al lado.
20602 \end_layout
20603
20604 \begin_layout Standard
20605 En los ejemplos puedes ver que el texto del título aparece encima del flotante
20606  en tablas flotantes y debajo en las figuras flotantes.
20607  Para cambiarlo, puedes usar el comando
20608 \end_layout
20609
20610 \begin_layout Standard
20611
20612 \series bold
20613
20614 \backslash
20615 sidecaptionvpos{tipo de flotante}{colocación}
20616 \end_layout
20617
20618 \begin_layout Standard
20619 en el preámbulo o en ERT antes del flotante.
20620  El tipo de flotante es 
20621 \family sans
20622 figure
20623 \family default
20624  o 
20625 \family sans
20626 table
20627 \family default
20628 , la colocación puede ser 
20629 \begin_inset Quotes eld
20630 \end_inset
20631
20632
20633 \family sans
20634 t
20635 \family default
20636
20637 \begin_inset Quotes erd
20638 \end_inset
20639
20640  por 
20641 \begin_inset Quotes eld
20642 \end_inset
20643
20644 top
20645 \begin_inset Quotes erd
20646 \end_inset
20647
20648  (arriba), 
20649 \begin_inset Quotes eld
20650 \end_inset
20651
20652
20653 \family sans
20654 c
20655 \family default
20656
20657 \begin_inset Quotes erd
20658 \end_inset
20659
20660  por 
20661 \begin_inset Quotes eld
20662 \end_inset
20663
20664 center
20665 \begin_inset Quotes erd
20666 \end_inset
20667
20668  (centro), o 
20669 \begin_inset Quotes eld
20670 \end_inset
20671
20672
20673 \family sans
20674 b
20675 \family default
20676
20677 \begin_inset Quotes erd
20678 \end_inset
20679
20680  por 
20681 \begin_inset Quotes eld
20682 \end_inset
20683
20684 bottom
20685 \begin_inset Quotes erd
20686 \end_inset
20687
20688  (abajo).
20689  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
20690  usa el comando
20691 \end_layout
20692
20693 \begin_layout Standard
20694
20695 \series bold
20696
20697 \backslash
20698 sidecaptionvpos{f\SpecialChar \textcompwordmark{}
20699 igure}{c}
20700 \end_layout
20701
20702 \begin_layout Standard
20703 Esto se ha hecho en la figura\InsetSpace ~
20704
20705 \begin_inset LatexCommand ref
20706 reference "fig:encab-al-lado-de-fig"
20707
20708 \end_inset
20709
20710 .
20711 \end_layout
20712
20713 \begin_layout Standard
20714 \begin_inset VSpace defskip
20715 \end_inset
20716
20717 Más información sobre el paquete 
20718 \series bold
20719 sidecap
20720 \series default
20721  en su documentación 
20722 \begin_inset LatexCommand cite
20723 key "sidecap"
20724
20725 \end_inset
20726
20727 .
20728 \end_layout
20729
20730 \begin_layout Standard
20731 \begin_inset Note Greyedout
20732 status open
20733
20734 \begin_layout Standard
20735
20736 \series bold
20737 Nota:
20738 \series default
20739  El paquete LaTeX 
20740 \series bold
20741 hypcap
20742 \series default
20743
20744 \begin_inset LatexCommand index
20745 name "LaTeX-paquetes ! hypcap"
20746
20747 \end_inset
20748
20749 , descrito en la sección\InsetSpace ~
20750
20751 \begin_inset LatexCommand ref
20752 reference "sub:Colocación-de-Referencias"
20753
20754 \end_inset
20755
20756 , no afecta a flotantes con el encabezado al lado.
20757 \end_layout
20758
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \begin_layout Standard
20765 \begin_inset ERT
20766 status collapsed
20767
20768 \begin_layout Standard
20769
20770
20771 \backslash
20772 FigBesBeg 
20773 \end_layout
20774
20775 \end_inset
20776
20777
20778 \end_layout
20779
20780 \begin_layout Standard
20781 \begin_inset Float figure
20782 wide false
20783 sideways false
20784 status open
20785
20786 \begin_layout Standard
20787 \begin_inset Graphics
20788         filename ../clipart/escher-lsd.eps
20789         scale 75
20790
20791 \end_inset
20792
20793
20794 \end_layout
20795
20796 \begin_layout Standard
20797 \begin_inset Caption
20798
20799 \begin_layout Standard
20800 \begin_inset LatexCommand label
20801 name "fig:encab-al-lado"
20802
20803 \end_inset
20804
20805 Título al lado de una figura.
20806 \end_layout
20807
20808 \end_inset
20809
20810
20811 \end_layout
20812
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \begin_layout Standard
20819 \begin_inset ERT
20820 status collapsed
20821
20822 \begin_layout Standard
20823
20824
20825 \backslash
20826 TabBesBeg 
20827 \end_layout
20828
20829 \end_inset
20830
20831
20832 \end_layout
20833
20834 \begin_layout Standard
20835 \begin_inset Float table
20836 wide false
20837 sideways false
20838 status open
20839
20840 \begin_layout Standard
20841 \begin_inset Caption
20842
20843 \begin_layout Standard
20844 \begin_inset LatexCommand label
20845 name "tab:encab-al-lado"
20846
20847 \end_inset
20848
20849 Título al lado de una tabla.
20850 \end_layout
20851
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \begin_layout Standard
20858 \begin_inset Tabular
20859 <lyxtabular version="3" rows="4" columns="5">
20860 <features>
20861 <column alignment="center" valignment="top" leftline="true" width="0">
20862 <column alignment="center" valignment="top" leftline="true" width="0">
20863 <column alignment="center" valignment="top" leftline="true" width="0">
20864 <column alignment="center" valignment="top" leftline="true" width="0">
20865 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20866 <row topline="true">
20867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Standard
20871 a
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Standard
20880
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20886 \begin_inset Text
20887
20888 \begin_layout Standard
20889 b
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Standard
20898
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Standard
20907 c
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 </row>
20913 <row topline="true">
20914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Standard
20918
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Standard
20927 d
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20933 \begin_inset Text
20934
20935 \begin_layout Standard
20936
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Standard
20945 e
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Standard
20954
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 </row>
20960 <row topline="true">
20961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Standard
20965 f
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Standard
20974
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20980 \begin_inset Text
20981
20982 \begin_layout Standard
20983 g
20984 \end_layout
20985
20986 \end_inset
20987 </cell>
20988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Standard
20992
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Standard
21001 h
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 </row>
21007 <row topline="true" bottomline="true">
21008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Standard
21012
21013 \end_layout
21014
21015 \end_inset
21016 </cell>
21017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Standard
21021 i
21022 \end_layout
21023
21024 \end_inset
21025 </cell>
21026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21027 \begin_inset Text
21028
21029 \begin_layout Standard
21030
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Standard
21039 j
21040 \end_layout
21041
21042 \end_inset
21043 </cell>
21044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21045 \begin_inset Text
21046
21047 \begin_layout Standard
21048
21049 \end_layout
21050
21051 \end_inset
21052 </cell>
21053 </row>
21054 </lyxtabular>
21055
21056 \end_inset
21057
21058
21059 \end_layout
21060
21061 \end_inset
21062
21063
21064 \end_layout
21065
21066 \begin_layout Standard
21067 \begin_inset ERT
21068 status collapsed
21069
21070 \begin_layout Standard
21071
21072
21073 \backslash
21074 TabBesEnd
21075 \end_layout
21076
21077 \end_inset
21078
21079
21080 \end_layout
21081
21082 \begin_layout Standard
21083 \begin_inset ERT
21084 status collapsed
21085
21086 \begin_layout Standard
21087
21088
21089 \backslash
21090 sidecaptionvpos{figure}{c}
21091 \end_layout
21092
21093 \end_inset
21094
21095
21096 \begin_inset Float figure
21097 wide false
21098 sideways false
21099 status open
21100
21101 \begin_layout Standard
21102 \begin_inset Graphics
21103         filename ../clipart/escher-lsd.eps
21104         scale 75
21105
21106 \end_inset
21107
21108
21109 \end_layout
21110
21111 \begin_layout Standard
21112 \begin_inset Caption
21113
21114 \begin_layout Standard
21115 \begin_inset LatexCommand label
21116 name "fig:encab-al-lado-de-fig"
21117
21118 \end_inset
21119
21120 Título junto a una figura centrado verticalmente.
21121 \end_layout
21122
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \end_inset
21129
21130
21131 \end_layout
21132
21133 \begin_layout Standard
21134 \begin_inset ERT
21135 status collapsed
21136
21137 \begin_layout Standard
21138
21139
21140 \backslash
21141 FigBesEnd
21142 \end_layout
21143
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \begin_layout Section
21150 Lista de Flotantes
21151 \begin_inset LatexCommand label
21152 name "sec:Lista-de-Flotantes"
21153
21154 \end_inset
21155
21156
21157 \begin_inset LatexCommand index
21158 name "Flotantes ! Lista"
21159
21160 \end_inset
21161
21162
21163 \end_layout
21164
21165 \begin_layout Standard
21166 Igual que en el índice general se listan las secciones del documento, hay
21167  listas para todos los tipos de flotantes, como las figuras.
21168  Se pueden insertar mediante los submenús 
21169 \family sans
21170 Insertar\SpecialChar \menuseparator
21171 Lista / IG
21172 \family default
21173 .
21174 \end_layout
21175
21176 \begin_layout Standard
21177 Las entradas de la lista son los títulos del flotante o su título corto,
21178  el número de flotante, y el número de la página del documento en la que
21179  aparecen.
21180 \end_layout
21181
21182 \begin_layout Standard
21183 Puedes encontrar las listas de figuras y tablas al final de este documento.
21184 \end_layout
21185
21186 \begin_layout Chapter
21187 Notas
21188 \end_layout
21189
21190 \begin_layout Section
21191 Notas en 
21192 \begin_inset ERT
21193 status collapsed
21194
21195 \begin_layout Standard
21196
21197
21198 \backslash
21199 texorpdfstring{
21200 \end_layout
21201
21202 \end_inset
21203
21204 LyX
21205 \begin_inset ERT
21206 status collapsed
21207
21208 \begin_layout Standard
21209
21210 }{LyX}
21211 \end_layout
21212
21213 \end_inset
21214
21215  
21216 \begin_inset LatexCommand label
21217 name "sec:Notas-en-LyX"
21218
21219 \end_inset
21220
21221
21222 \begin_inset LatexCommand index
21223 name "Notas ! Notas en LyX"
21224
21225 \end_inset
21226
21227
21228 \begin_inset Note Note
21229 status collapsed
21230
21231 \begin_layout Standard
21232 El comando 
21233 \backslash
21234 texorpdfstring es suministrado por el paquete LaTeX hyperref para evitar
21235  que los enlaces se muestren erróneamente en los marcadores PDF.
21236  Para más información sobre esto mira en 
21237 \begin_inset LatexCommand cite
21238 key "hyperref"
21239
21240 \end_inset
21241
21242 .
21243 \end_layout
21244
21245 \end_inset
21246
21247
21248 \end_layout
21249
21250 \begin_layout Standard
21251 Las notas se insertan con el botón 
21252 \begin_inset Graphics
21253         filename ../../images/note-insert.xpm
21254         scale 85
21255
21256 \end_inset
21257
21258  o con el menú 
21259 \family sans
21260 Insertar\SpecialChar \menuseparator
21261 Nota
21262 \family default
21263 .
21264  Hay tres tipos de notas:
21265 \end_layout
21266
21267 \begin_layout Description
21268 Nota\InsetSpace ~
21269 LyX Este tipo es para notas internas que no han de aparecer en la salida.
21270  Su cuadro se muestra como este:
21271 \newline
21272
21273 \newline
21274
21275 \begin_inset Graphics
21276         filename clipart/NotaLyXImagenQt4.png
21277         display none
21278         scale 85
21279
21280 \end_inset
21281
21282  
21283 \begin_inset Note Note
21284 status collapsed
21285
21286 \begin_layout Standard
21287 Este es un texto en un recuadro que no se muestra en la salida.
21288 \end_layout
21289
21290 \end_inset
21291
21292
21293 \end_layout
21294
21295 \begin_layout Description
21296 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
21297  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
21298 \family sans
21299 Archivo\SpecialChar \menuseparator
21300 Exportar\SpecialChar \menuseparator
21301 LaTeX (pdflatex) / LaTeX (plain)
21302 \family default
21303 .
21304  Su recuadro se ve así:
21305 \newline
21306
21307 \newline
21308
21309 \begin_inset Graphics
21310         filename clipart/ComentNotaImagenQt4.png
21311         display none
21312         scale 85
21313
21314 \end_inset
21315
21316  
21317 \begin_inset Note Comment
21318 status collapsed
21319
21320 \begin_layout Standard
21321 Una nota comentario que solo aparece como comentario en archivos LaTeX.
21322 \end_layout
21323
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \begin_layout Description
21330 Resaltado\InsetSpace ~
21331 en\InsetSpace ~
21332 gris Esta nota aparece en la salida como texto resaltado en gris.
21333  Su recuadro se parece a este:
21334 \newline
21335
21336 \newline
21337
21338 \begin_inset Graphics
21339         filename clipart/GrisNotaImagenQt4.png
21340         display none
21341         scale 85
21342
21343 \end_inset
21344
21345
21346 \newline
21347
21348 \begin_inset ERT
21349 status collapsed
21350
21351 \begin_layout Standard
21352
21353
21354 \backslash
21355 renewenvironment{lyxgreyedout}
21356 \end_layout
21357
21358 \begin_layout Standard
21359
21360 {
21361 \backslash
21362 textcolor[gray]{0.8}
21363 \backslash
21364 bgroup}{
21365 \backslash
21366 egroup}
21367 \end_layout
21368
21369 \end_inset
21370
21371
21372 \begin_inset Note Greyedout
21373 status open
21374
21375 \begin_layout Standard
21376 Este es el texto
21377 \begin_inset Foot
21378 status open
21379
21380 \begin_layout Standard
21381 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
21382 \end_layout
21383
21384 \end_inset
21385
21386  de un comentario que se muestra resaltado en gris.
21387 \end_layout
21388
21389 \end_inset
21390
21391
21392 \begin_inset ERT
21393 status collapsed
21394
21395 \begin_layout Standard
21396
21397
21398 \backslash
21399 renewenvironment{lyxgreyedout}
21400 \end_layout
21401
21402 \begin_layout Standard
21403
21404 {
21405 \backslash
21406 textcolor{blue}
21407 \backslash
21408 bgroup}{
21409 \backslash
21410 egroup}
21411 \end_layout
21412
21413 \end_inset
21414
21415
21416 \begin_inset Note Note
21417 status collapsed
21418
21419 \begin_layout Standard
21420 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
21421  original de LyX, ya que en el preámbulo de este documento se han redefinido
21422  estas notas para que salgan en azul, como se indica más adelante.
21423 \end_layout
21424
21425 \end_inset
21426
21427
21428 \newline
21429
21430 \newline
21431 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
21432  está un poco sangrada, y por otra parte pueden tener notas al pie.
21433 \end_layout
21434
21435 \begin_layout Description
21436 Enmarcado Este tipo de notas aparecerá en la salida como un texto enmarcado.
21437  Su recuadro se verá como este:
21438 \newline
21439
21440 \newline
21441
21442 \family roman
21443 \series medium
21444
21445 \begin_inset Graphics
21446         filename clipart/NotaEnmarcadaImg.png
21447         display none
21448
21449 \end_inset
21450
21451
21452 \family default
21453 \series default
21454  
21455 \family roman
21456 \series medium
21457
21458 \begin_inset Note Framed
21459 status open
21460
21461 \begin_layout Standard
21462
21463 \family roman
21464 Este texto en un cuadro de nota se verá enmarcado en la salida.
21465 \end_layout
21466
21467 \end_inset
21468
21469
21470 \family default
21471 \series default
21472  
21473 \family roman
21474 \series medium
21475
21476 \family default
21477 \series default
21478 diferencia de los cuadros enmarcados
21479 \begin_inset Foot
21480 status collapsed
21481
21482 \begin_layout Standard
21483 Los cuadros enmarcados se describen en la sección\InsetSpace ~
21484
21485 \begin_inset LatexCommand ref
21486 reference "sec:Cuadros-Enmarcados"
21487
21488 \end_inset
21489
21490
21491 \end_layout
21492
21493 \end_inset
21494
21495 , este marco emplea siempre la anchura total de página y la nota va en su
21496  propio párrafo.
21497 \end_layout
21498
21499 \begin_layout Description
21500 Sombreado Este tipo de nota se verá en la salida con un fondo de color rojo.
21501  Su recuadro se verá como este:
21502 \newline
21503
21504 \newline
21505
21506 \family roman
21507 \series medium
21508
21509 \begin_inset Graphics
21510         filename clipart/NotaSombreadaImg.png
21511         display none
21512
21513 \end_inset
21514
21515  
21516 \begin_inset Note Shaded
21517 status open
21518
21519 \begin_layout Standard
21520
21521 \family roman
21522 Este texto en un cuadro de nota se verá en la salida sobre fondo en rojo.
21523 \end_layout
21524
21525 \end_inset
21526
21527  A diferencia de los cuadros coloreados
21528 \family default
21529 \series default
21530
21531 \begin_inset Foot
21532 status collapsed
21533
21534 \begin_layout Standard
21535 Los cuadros coloreados se describen en la sección\InsetSpace ~
21536
21537 \begin_inset LatexCommand ref
21538 reference "sec:Cuadros-Coloreados"
21539
21540 \end_inset
21541
21542 .
21543 \end_layout
21544
21545 \end_inset
21546
21547 , este cuadro de nota siempre usa toda la anchura de página y va en su propio
21548  párrafo.
21549 \end_layout
21550
21551 \begin_layout Standard
21552 \begin_inset VSpace bigskip
21553 \end_inset
21554
21555 Si usas el botón de la barra de herramientas para insertar notas, se inserta
21556  una 
21557 \family sans
21558 Nota\InsetSpace ~
21559 LyX
21560 \family default
21561 .
21562  Puedes cambiar entre los tres tipos de nota con cilc-derecha sobre el recuadro.
21563  
21564 \family roman
21565 \series medium
21566 \bar no
21567 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
21568  botón de herramienta 
21569 \family sans
21570 \series default
21571 \bar default
21572 nota
21573 \family default
21574 .
21575 \end_layout
21576
21577 \begin_layout Standard
21578 \begin_inset VSpace bigskip
21579 \end_inset
21580
21581 Se puede cambiar el color del 
21582 \family sans
21583 Resaltado en gris
21584 \family default
21585  poniendo en el preámbulo el comando:
21586 \end_layout
21587
21588 \begin_layout Standard
21589
21590 \series bold
21591
21592 \backslash
21593 renewenvironment{lyxgreyedout}
21594 \newline
21595
21596 \begin_inset ERT
21597 status collapsed
21598
21599 \begin_layout Standard
21600
21601
21602 \backslash
21603 hphantom{ }
21604 \end_layout
21605
21606 \end_inset
21607
21608 {
21609 \backslash
21610 textcolor{color}
21611 \backslash
21612 bgroup}{
21613 \backslash
21614 egroup}
21615 \end_layout
21616
21617 \begin_layout Standard
21618 Los colores disponibles y el método para definir nuestros propios colores
21619  se explica en la sección\InsetSpace ~
21620
21621 \begin_inset LatexCommand ref
21622 reference "sec:Tablas-Coloreadas"
21623
21624 \end_inset
21625
21626 .
21627 \end_layout
21628
21629 \begin_layout Standard
21630 Las notas en azul en este documento se han hecho con notas del tipo 
21631 \family sans
21632 Resaltado en gris
21633 \family default
21634  pero definiendo el color del texto en azul.
21635 \end_layout
21636
21637 \begin_layout Standard
21638 \begin_inset VSpace bigskip
21639 \end_inset
21640
21641
21642 \end_layout
21643
21644 \begin_layout Standard
21645 El estilo de texto en las notas de tipo 
21646 \family sans
21647 Enmarcado
21648 \family default
21649  y 
21650 \family sans
21651 Sombreado
21652 \family default
21653  se puede establecer en el diálogo 
21654 \family sans
21655 Estilo del texto.
21656 \end_layout
21657
21658 \begin_layout Standard
21659 El grosor predeterminado del marco en las notas 
21660 \family sans
21661 Enmarcadas
21662 \family default
21663  es 0.4\InsetSpace \thinspace{}
21664 pt; se puede cambiar con el comando 
21665 \backslash
21666
21667 \series bold
21668 FrameRule
21669 \series default
21670 .
21671  El espacio entre el contenido y el marco es 9
21672 \series bold
21673 \InsetSpace \thinspace{}
21674
21675 \series default
21676 pt por defecto; se puede cambiar con 
21677 \series bold
21678
21679 \backslash
21680 FrameSep
21681 \series default
21682 .
21683  Por ejemplo, el marco de la siguiente nota 
21684 \family sans
21685 Enmarcada
21686 \family default
21687  está hecho con los comandos ERT
21688 \series bold
21689  
21690 \end_layout
21691
21692 \begin_layout Standard
21693
21694 \series bold
21695
21696 \backslash
21697 FrameRule 5pt 
21698 \backslash
21699 FrameSep 0.5cm
21700 \end_layout
21701
21702 \begin_layout Standard
21703 \begin_inset ERT
21704 status collapsed
21705
21706 \begin_layout Standard
21707
21708
21709 \backslash
21710 FrameRule 5pt 
21711 \backslash
21712 FrameSep 0.5cm
21713 \end_layout
21714
21715 \end_inset
21716
21717
21718 \begin_inset Note Framed
21719 status open
21720
21721 \begin_layout Standard
21722 Texto en una nota 
21723 \family sans
21724 Enmarcada
21725 \family default
21726 .
21727 \end_layout
21728
21729 \end_inset
21730
21731
21732 \begin_inset ERT
21733 status collapsed
21734
21735 \begin_layout Standard
21736
21737
21738 \backslash
21739 FrameRule 0.4pt 
21740 \backslash
21741 FrameSep 9pt
21742 \end_layout
21743
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \begin_layout Standard
21750 \begin_inset VSpace bigskip
21751 \end_inset
21752
21753
21754 \end_layout
21755
21756 \begin_layout Standard
21757 Para las notas 
21758 \family sans
21759 Sombreadas
21760 \family default
21761  el espacio entre el contenido y el borde es 3\InsetSpace \thinspace{}
21762 pt por defecto; se puede cambiar
21763  con 
21764 \series bold
21765
21766 \backslash
21767 fboxsep
21768 \series default
21769 .
21770 \newline
21771 El color rojo predeterminado se puede cambiar con el comando 
21772 \series bold
21773
21774 \backslash
21775 def\SpecialChar \textcompwordmark{}
21776 inecolor{shadebox}
21777 \series default
21778 .
21779  El esquema del comando 
21780 \series bold
21781
21782 \backslash
21783 def\SpecialChar \textcompwordmark{}
21784 inecolor
21785 \series default
21786  se explica en la sección\InsetSpace ~
21787
21788 \begin_inset LatexCommand ref
21789 reference "sec:Tablas-Coloreadas"
21790
21791 \end_inset
21792
21793
21794 \begin_inset Foot
21795 status collapsed
21796
21797 \begin_layout Standard
21798 Observa que 
21799 \series bold
21800
21801 \backslash
21802 def\SpecialChar \textcompwordmark{}
21803 inecolor 
21804 \series default
21805 requiere el paquete LaTeX 
21806 \series bold
21807 color
21808 \series default
21809  en el preámbulo,  véase la sección
21810 \series bold
21811 \InsetSpace ~
21812
21813 \begin_inset LatexCommand ref
21814 reference "sec:Cuadros-Coloreados"
21815
21816 \end_inset
21817
21818
21819 \series default
21820 .
21821
21822 \series bold
21823  
21824 \end_layout
21825
21826 \end_inset
21827
21828 .
21829 \end_layout
21830
21831 \begin_layout Standard
21832 Por ejemplo, la siguiente nota 
21833 \family sans
21834 Sombreada
21835 \family default
21836  se ha hecho con los comandos ERT
21837 \end_layout
21838
21839 \begin_layout Standard
21840
21841 \series bold
21842
21843 \backslash
21844 fboxsep 0.5cm
21845 \newline
21846
21847 \backslash
21848 def\SpecialChar \textcompwordmark{}
21849 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
21850 \end_layout
21851
21852 \begin_layout Standard
21853 \begin_inset ERT
21854 status open
21855
21856 \begin_layout Standard
21857
21858
21859 \backslash
21860 fboxsep 0.5cm
21861 \end_layout
21862
21863 \end_inset
21864
21865
21866 \begin_inset ERT
21867 status open
21868
21869 \begin_layout Standard
21870
21871
21872 \backslash
21873 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
21874 \end_layout
21875
21876 \end_inset
21877
21878
21879 \begin_inset Note Shaded
21880 status open
21881
21882 \begin_layout Standard
21883
21884 \color yellow
21885 Texto amarillo en una nota 
21886 \family sans
21887 Sombreada
21888 \family default
21889  \InsetSpace ~
21890 con fondo verde oscuro.
21891 \end_layout
21892
21893 \end_inset
21894
21895
21896 \begin_inset ERT
21897 status collapsed
21898
21899 \begin_layout Standard
21900
21901
21902 \backslash
21903 fboxsep 3pt
21904 \end_layout
21905
21906 \end_inset
21907
21908
21909 \begin_inset ERT
21910 status collapsed
21911
21912 \begin_layout Standard
21913
21914
21915 \backslash
21916 definecolor{shadecolor}{rgb}{1,0,0}
21917 \end_layout
21918
21919 \end_inset
21920
21921
21922 \end_layout
21923
21924 \begin_layout Section
21925 Notas al pie
21926 \begin_inset LatexCommand label
21927 name "sec:Notas-al-pie"
21928
21929 \end_inset
21930
21931
21932 \begin_inset LatexCommand index
21933 name "Notas ! al Pie"
21934
21935 \end_inset
21936
21937
21938 \begin_inset LatexCommand index
21939 name "Notas al Pie"
21940
21941 \end_inset
21942
21943
21944 \end_layout
21945
21946 \begin_layout Standard
21947 Las notas al pie se insertan con el botón 
21948 \begin_inset Graphics
21949         filename ../../images/footnote-insert.xpm
21950         scale 85
21951
21952 \end_inset
21953
21954  o el menú 
21955 \family sans
21956 Insertar\SpecialChar \menuseparator
21957 Nota\InsetSpace ~
21958 al\InsetSpace ~
21959 pie
21960 \family default
21961 .
21962  
21963 \family roman
21964 \series medium
21965 \bar no
21966 Aparece un recuadro como este:
21967 \family default
21968 \series default
21969 \bar default
21970  
21971 \begin_inset Graphics
21972         filename clipart/notapieQt4.png
21973         scale 80
21974
21975 \end_inset
21976
21977  
21978 \family roman
21979 \series medium
21980 \bar no
21981 donde puedes introducir el texto.
21982  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
21983  sobre el
21984 \family default
21985 \series default
21986 \bar default
21987  
21988 \family roman
21989 \series medium
21990 \bar no
21991 botón
21992 \family default
21993 \series default
21994 \bar default
21995 .
21996 \end_layout
21997
21998 \begin_layout Standard
21999 Aquí hay un ejemplo de nota al pie:
22000 \family roman
22001 \series medium
22002 \bar no
22003
22004 \begin_inset Foot
22005 status open
22006
22007 \begin_layout Standard
22008 \begin_inset LatexCommand label
22009 name "pie:Esto-es-una"
22010
22011 \end_inset
22012
22013 Ejemplo de nota al pie.
22014 \end_layout
22015
22016 \end_inset
22017
22018
22019 \family default
22020 \series default
22021 \bar default
22022
22023 \begin_inset ERT
22024 status collapsed
22025
22026 \begin_layout Standard
22027
22028
22029 \backslash
22030 newcounter{MyRepeatFoot}
22031 \end_layout
22032
22033 \begin_layout Standard
22034
22035
22036 \backslash
22037 setcounter{MyRepeatFoot}{
22038 \backslash
22039 thefootnote}
22040 \end_layout
22041
22042 \end_inset
22043
22044
22045 \end_layout
22046
22047 \begin_layout Standard
22048 En la salida, el pie se muestra como número exponente en el lugar del texto
22049  donde se coloca el recuadro.
22050  El texto se coloca al final de la página actual.
22051  Los números de las notas son calculados por LaTeX, y son consecutivos.
22052  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
22053 \end_layout
22054
22055 \begin_layout Standard
22056 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
22057  en la nota y pon una referencia cruzada a esta etiqueta en el texto como
22058  se describe en la sección\InsetSpace ~
22059
22060 \begin_inset LatexCommand ref
22061 reference "sec:Referencias-a-Flotantes"
22062
22063 \end_inset
22064
22065 .
22066 \newline
22067 Esto es una referencia cruzada a la Nota al pie\InsetSpace ~
22068
22069 \begin_inset LatexCommand ref
22070 reference "pie:Esto-es-una"
22071
22072 \end_inset
22073
22074 .
22075 \newline
22076
22077 \begin_inset Note Greyedout
22078 status collapsed
22079
22080 \begin_layout Standard
22081
22082 \series bold
22083 Nota:
22084 \series default
22085  LyX no suministra prefijos para etiquetas en notas al pie, así que has
22086  de insertar un prefijo, p.\InsetSpace \thinspace{}
22087 e.\InsetSpace ~
22088
22089 \family sans
22090
22091 \begin_inset Quotes eld
22092 \end_inset
22093
22094 pie:
22095 \family default
22096
22097 \begin_inset Quotes erd
22098 \end_inset
22099
22100  manualmente cuando quieras usar el estilo 
22101 \family sans
22102 Referencia\InsetSpace ~
22103 con\InsetSpace ~
22104 formato
22105 \family default
22106 .
22107 \end_layout
22108
22109 \end_inset
22110
22111
22112 \end_layout
22113
22114 \begin_layout Standard
22115 \begin_inset VSpace defskip
22116 \end_inset
22117
22118 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección\InsetSpace ~
22119
22120 \begin_inset LatexCommand ref
22121 reference "sec:Minipáginas"
22122
22123 \end_inset
22124
22125 .
22126  Los pies en tablas largas en la sección\InsetSpace ~
22127
22128 \begin_inset LatexCommand ref
22129 reference "sub:Notas-al-pie-en-Tablas-Largas"
22130
22131 \end_inset
22132
22133 .
22134 \end_layout
22135
22136 \begin_layout Standard
22137 \begin_inset VSpace defskip
22138 \end_inset
22139
22140 Para crear solo una marca para una nota al pie, puedes usar el comando 
22141 \series bold
22142
22143 \backslash
22144 footnotemark[número]
22145 \series default
22146  en ERT.
22147  Esto se emplea si tienes la misma anotación varias veces en el texto pero
22148  no quieres imprimir el pie cada vez.
22149 \newline
22150 Como no sabes el número del pie que
22151  se repite mientras escribes el texto, tienes que guardarlo.
22152  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
22153  en ERT detrás de Nota\InsetSpace ~
22154 al\InsetSpace ~
22155 pie\InsetSpace ~
22156
22157 \begin_inset LatexCommand ref
22158 reference "pie:Esto-es-una"
22159
22160 \end_inset
22161
22162  para guardar el número de pie:
22163 \end_layout
22164
22165 \begin_layout Standard
22166
22167 \series bold
22168
22169 \backslash
22170 newcounter{MyRepeatFoot}
22171 \newline
22172
22173 \backslash
22174 setcounter{MyRepeatFoot}{
22175 \backslash
22176 thefootnote}
22177 \end_layout
22178
22179 \begin_layout Standard
22180 La marca de pie se crea entonces con el comando:
22181 \end_layout
22182
22183 \begin_layout Standard
22184
22185 \series bold
22186
22187 \backslash
22188 footnotemark[
22189 \backslash
22190 theMyRepeatFoot]
22191 \end_layout
22192
22193 \begin_layout Standard
22194 Aquí hay un ejemplo de marca de pie:
22195 \family roman
22196 \series medium
22197 \bar no
22198
22199 \begin_inset ERT
22200 status collapsed
22201
22202 \begin_layout Standard
22203
22204
22205 \backslash
22206 footnotemark[
22207 \backslash
22208 theMyRepeatFoot]
22209 \end_layout
22210
22211 \end_inset
22212
22213
22214 \end_layout
22215
22216 \begin_layout Subsection
22217 Numeración de Notas al Pie
22218 \begin_inset LatexCommand label
22219 name "sub:Numeración-de-Notas-al-Pie"
22220
22221 \end_inset
22222
22223
22224 \begin_inset LatexCommand index
22225 name "Notas al Pie ! Numeración"
22226
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \begin_layout Standard
22233 Para reiniciar el número de pie a 1 en cada sección añade este 
22234 \family roman
22235 comando en el preámbulo:
22236 \end_layout
22237
22238 \begin_layout Standard
22239
22240 \series bold
22241
22242 \backslash
22243 @addtoreset{footnote}{section}
22244 \end_layout
22245
22246 \begin_layout Standard
22247 \begin_inset VSpace bigskip
22248 \end_inset
22249
22250 El siguiente comando en el preámbulo cambia el estilo de numeración del
22251  pie a números romanos en minúsculas:
22252 \end_layout
22253
22254 \begin_layout Standard
22255
22256 \series bold
22257
22258 \backslash
22259 renewcommand{
22260 \backslash
22261 thefootnote}{
22262 \backslash
22263 roman{footnote}}
22264 \end_layout
22265
22266 \begin_layout Standard
22267 \begin_inset ERT
22268 status open
22269
22270 \begin_layout Standard
22271
22272
22273 \backslash
22274 renewcommand{
22275 \backslash
22276 thefootnote}{
22277 \backslash
22278 roman{footnote}}
22279 \end_layout
22280
22281 \end_inset
22282
22283  Nota al pie en números romanos:
22284 \begin_inset Foot
22285 status open
22286
22287 \begin_layout Standard
22288 Ejemplo de nota al pie en números romanos.
22289 \end_layout
22290
22291 \end_inset
22292
22293
22294 \begin_inset ERT
22295 status collapsed
22296
22297 \begin_layout Standard
22298
22299
22300 \backslash
22301 renewcommand{
22302 \backslash
22303 thefootnote}{
22304 \backslash
22305 arabic{footnote}}
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \begin_layout Standard
22314 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
22315  
22316 \series bold
22317
22318 \backslash
22319 roman
22320 \series default
22321  por 
22322 \series bold
22323
22324 \backslash
22325 Roman
22326 \series default
22327 .
22328  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
22329 \series bold
22330
22331 \backslash
22332 Alph
22333 \series default
22334  o 
22335 \series bold
22336
22337 \backslash
22338 alph
22339 \series default
22340 , respectivamente.
22341  Para ordenar las notas al pie con símbolos usa 
22342 \series bold
22343
22344 \backslash
22345 fnsymbol
22346 \series default
22347 .
22348 \end_layout
22349
22350 \begin_layout Standard
22351 \begin_inset Note Greyedout
22352 status open
22353
22354 \begin_layout Standard
22355
22356 \series bold
22357 Nota:
22358 \series default
22359  Solo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
22360  simples.
22361 \end_layout
22362
22363 \end_inset
22364
22365
22366 \newline
22367
22368 \begin_inset Note Greyedout
22369 status open
22370
22371 \begin_layout Standard
22372
22373 \series bold
22374 Nota:
22375 \series default
22376  Solo puedes ordenar hasta 9 pies con símbolos.
22377 \end_layout
22378
22379 \end_inset
22380
22381
22382 \end_layout
22383
22384 \begin_layout Standard
22385 Para volver al estilo de numeración predeterminado cuando has cambiado a
22386  otro estilo, usa 
22387 \series bold
22388
22389 \backslash
22390 arabic
22391 \series default
22392  en vez de 
22393 \series bold
22394
22395 \backslash
22396 roman
22397 \series default
22398  en el comando anterior.
22399 \end_layout
22400
22401 \begin_layout Standard
22402 \begin_inset VSpace bigskip
22403 \end_inset
22404
22405
22406 \end_layout
22407
22408 \begin_layout Standard
22409 Si quieres numerar notas al pie en el esquema 
22410 \begin_inset Quotes eld
22411 \end_inset
22412
22413 capítulo.nota
22414 \begin_inset Quotes erd
22415 \end_inset
22416
22417 , añade el siguiente comando al preámbulo del documento:
22418 \end_layout
22419
22420 \begin_layout Standard
22421
22422 \series bold
22423
22424 \backslash
22425 numberwithin{footnote}{chapter}
22426 \end_layout
22427
22428 \begin_layout Standard
22429 Para poder usar el comando 
22430 \series bold
22431
22432 \backslash
22433 numberwithin
22434 \series default
22435 , marca la opción 
22436 \family sans
22437 Usar
22438 \family default
22439 \InsetSpace ~
22440
22441 \family sans
22442 el
22443 \family default
22444 \InsetSpace ~
22445
22446 \family sans
22447 paquete
22448 \family default
22449 \InsetSpace ~
22450
22451 \family sans
22452 AMS
22453 \family default
22454  en la solapa 
22455 \family sans
22456 Ecuaciones
22457 \family default
22458  de la configuración del documento.
22459 \end_layout
22460
22461 \begin_layout Standard
22462 \begin_inset ERT
22463 status collapsed
22464
22465 \begin_layout Standard
22466
22467
22468 \backslash
22469 numberwithin{footnote}{chapter}
22470 \end_layout
22471
22472 \end_inset
22473
22474 Esto es otro ejemplo de nota al pie:
22475 \series bold
22476
22477 \begin_inset Foot
22478 status collapsed
22479
22480 \begin_layout Standard
22481 Nota al pie numerada en el esquema 
22482 \begin_inset Quotes eld
22483 \end_inset
22484
22485 capítulo.nota
22486 \begin_inset Quotes erd
22487 \end_inset
22488
22489 .
22490 \end_layout
22491
22492 \end_inset
22493
22494
22495 \series default
22496
22497 \begin_inset ERT
22498 status collapsed
22499
22500 \begin_layout Standard
22501
22502
22503 \backslash
22504 numberwithin{footnote}{part}
22505 \end_layout
22506
22507 \end_inset
22508
22509
22510 \end_layout
22511
22512 \begin_layout Standard
22513 \begin_inset Note Greyedout
22514 status open
22515
22516 \begin_layout Standard
22517
22518 \series bold
22519 Nota: 
22520 \backslash
22521 numberwithin 
22522 \series default
22523 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
22524  previas para obtener números no arábigos se sobreescriben.
22525 \end_layout
22526
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \begin_layout Standard
22533 Así, para obtener por ejemplo el esquema 
22534 \begin_inset Quotes eld
22535 \end_inset
22536
22537 capítulo.
22538 \backslash
22539 Roman{footnote}
22540 \begin_inset Quotes erd
22541 \end_inset
22542
22543 , usa este comando en vez de 
22544 \series bold
22545
22546 \backslash
22547 numberwithin
22548 \series default
22549 :
22550 \end_layout
22551
22552 \begin_layout Standard
22553
22554 \series bold
22555
22556 \backslash
22557 renewcommand{
22558 \backslash
22559 thefootnote}{
22560 \backslash
22561 thechapter.
22562 \backslash
22563 Roman{footnote}}
22564 \end_layout
22565
22566 \begin_layout Subsection
22567 Colocación de Notas al Pie
22568 \begin_inset LatexCommand index
22569 name "Notas al Pie ! Colocación"
22570
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \begin_layout Standard
22577 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
22578  entre ellas al final de la página.
22579  Para hacerlas más legibles puedes añadir p.\InsetSpace \thinspace{}
22580 e.\InsetSpace ~
22581 1.5\InsetSpace \thinspace{}
22582 mm con el comando siguiente
22583  en el preámbulo:
22584 \end_layout
22585
22586 \begin_layout Standard
22587
22588 \series bold
22589
22590 \backslash
22591 let
22592 \backslash
22593 myFoot
22594 \backslash
22595 footnote
22596 \newline
22597
22598 \backslash
22599 renewcommand{
22600 \backslash
22601 footnote}[1]{
22602 \backslash
22603 myFoot{#1
22604 \backslash
22605 vspace{1.5mm}}}
22606 \end_layout
22607
22608 \begin_layout Standard
22609 \begin_inset VSpace bigskip
22610 \end_inset
22611
22612 En documentos a dos columnas la nota al pie aparece al final de cada columna,
22613  ver la figura\InsetSpace ~
22614
22615 \begin_inset LatexCommand ref
22616 reference "fig:Colocación-standard-del-pie"
22617
22618 \end_inset
22619
22620 .
22621  Si las notas debieran mostrarse sólo al final de la columna derecha, como
22622  en la figura\InsetSpace ~
22623
22624 \begin_inset LatexCommand ref
22625 reference "fig:Colocación-del-pie-en"
22626
22627 \end_inset
22628
22629 , usa el paquete LaTeX 
22630 \series bold
22631 ftnright
22632 \series default
22633
22634 \begin_inset LatexCommand index
22635 name "LaTeX-paquetes ! ftnright"
22636
22637 \end_inset
22638
22639  con este comando en el preámbulo:
22640 \end_layout
22641
22642 \begin_layout Standard
22643
22644 \series bold
22645
22646 \backslash
22647 usepackage{ftnright}
22648 \end_layout
22649
22650 \begin_layout Standard
22651 \begin_inset Float figure
22652 placement !h
22653 wide false
22654 sideways false
22655 status open
22656
22657 \begin_layout Standard
22658 \begin_inset ERT
22659 status collapsed
22660
22661 \begin_layout Standard
22662
22663
22664 \backslash
22665 framebox{
22666 \end_layout
22667
22668 \end_inset
22669
22670
22671 \begin_inset Graphics
22672         filename ../clipart/without_fntright.pdf
22673         width 100col%
22674
22675 \end_inset
22676
22677
22678 \begin_inset ERT
22679 status collapsed
22680
22681 \begin_layout Standard
22682
22683 }
22684 \end_layout
22685
22686 \end_inset
22687
22688
22689 \end_layout
22690
22691 \begin_layout Standard
22692 \begin_inset Caption
22693
22694 \begin_layout Standard
22695 \begin_inset LatexCommand label
22696 name "fig:Colocación-standard-del-pie"
22697
22698 \end_inset
22699
22700 Colocación estándar de notas al pie en documentos a dos columnas.
22701 \end_layout
22702
22703 \end_inset
22704
22705
22706 \end_layout
22707
22708 \end_inset
22709
22710
22711 \end_layout
22712
22713 \begin_layout Standard
22714 \begin_inset Float figure
22715 placement !h
22716 wide false
22717 sideways false
22718 status open
22719
22720 \begin_layout Standard
22721 \begin_inset ERT
22722 status collapsed
22723
22724 \begin_layout Standard
22725
22726
22727 \backslash
22728 framebox{
22729 \end_layout
22730
22731 \end_inset
22732
22733
22734 \begin_inset Graphics
22735         filename ../clipart/with_fntright.pdf
22736         width 100col%
22737
22738 \end_inset
22739
22740
22741 \begin_inset ERT
22742 status collapsed
22743
22744 \begin_layout Standard
22745
22746 }
22747 \end_layout
22748
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \begin_layout Standard
22755 \begin_inset Caption
22756
22757 \begin_layout Standard
22758 \begin_inset LatexCommand label
22759 name "fig:Colocación-del-pie-en"
22760
22761 \end_inset
22762
22763 Colocación del pie en documentos a dos columnas cuando se usa el paquete
22764  LaTeX 
22765 \series bold
22766 ftnright
22767 \series default
22768 .
22769 \end_layout
22770
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \begin_layout Standard
22782 \begin_inset VSpace bigskip
22783 \end_inset
22784
22785 En alguna literatura científica es habitual reunir las notas para imprimirlas
22786  en un párrafo separado al final de la sección, como en la figura\InsetSpace ~
22787
22788 \begin_inset LatexCommand ref
22789 reference "fig:Notas-al-final----notas-al-pie"
22790
22791 \end_inset
22792
22793 .
22794  Para usar notas finales en vez de notas al pie , carga el paquete LaTeX
22795  
22796 \series bold
22797 endnotes
22798 \series default
22799
22800 \begin_inset LatexCommand index
22801 name "LaTeX-paquetes ! endnotes"
22802
22803 \end_inset
22804
22805  con las siguientes líneas en el preámbulo de tu documento:
22806 \end_layout
22807
22808 \begin_layout Standard
22809
22810 \series bold
22811
22812 \backslash
22813 usepackage{endnotes}
22814 \newline
22815
22816 \backslash
22817 let
22818 \backslash
22819 footnote
22820 \backslash
22821 endnote
22822 \end_layout
22823
22824 \begin_layout Standard
22825 Para insertar la colección de notas, escribe el comando
22826 \end_layout
22827
22828 \begin_layout Standard
22829
22830 \series bold
22831
22832 \backslash
22833 theendnotes
22834 \end_layout
22835
22836 \begin_layout Standard
22837 en ERT al final de una sección o capítulo.
22838 \end_layout
22839
22840 \begin_layout Standard
22841 \begin_inset Float figure
22842 wide false
22843 sideways false
22844 status open
22845
22846 \begin_layout Standard
22847 \align center
22848 \begin_inset ERT
22849 status collapsed
22850
22851 \begin_layout Standard
22852
22853
22854 \backslash
22855 framebox{
22856 \end_layout
22857
22858 \end_inset
22859
22860
22861 \begin_inset Graphics
22862         filename ../clipart/endnotes.pdf
22863
22864 \end_inset
22865
22866
22867 \begin_inset ERT
22868 status collapsed
22869
22870 \begin_layout Standard
22871
22872 }
22873 \end_layout
22874
22875 \end_inset
22876
22877
22878 \end_layout
22879
22880 \begin_layout Standard
22881 \begin_inset Caption
22882
22883 \begin_layout Standard
22884 \begin_inset LatexCommand label
22885 name "fig:Notas-al-final----notas-al-pie"
22886
22887 \end_inset
22888
22889 Notas al final: notas impresas en párrafo separado al final de la sección
22890  o del capítulo.
22891 \end_layout
22892
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \end_inset
22899
22900
22901 \end_layout
22902
22903 \begin_layout Standard
22904 \begin_inset VSpace defskip
22905 \end_inset
22906
22907 La cabecera de párrafo para las notas finales no se traduce automáticamente
22908  al lenguaje del documento, hay que hacerlo manualmente.
22909   El siguiente comando de preámbulo traduce el nombre en inglés 
22910 \begin_inset Quotes eld
22911 \end_inset
22912
22913 Notes
22914 \begin_inset Quotes erd
22915 \end_inset
22916
22917  al español 
22918 \begin_inset Quotes eld
22919 \end_inset
22920
22921 Notas
22922 \begin_inset Quotes erd
22923 \end_inset
22924
22925 :
22926 \end_layout
22927
22928 \begin_layout Standard
22929
22930 \series bold
22931
22932 \backslash
22933 renewcommand{
22934 \backslash
22935 notesname}{Notas}
22936 \end_layout
22937
22938 \begin_layout Standard
22939 \begin_inset VSpace defskip
22940 \end_inset
22941
22942 La numeración de notas finales puede cambiarse como la de las notas al pie,
22943  como se describe en la sección\InsetSpace ~
22944
22945 \begin_inset LatexCommand ref
22946 reference "sub:Numeración-de-Notas-al-Pie"
22947
22948 \end_inset
22949
22950 ; sólo hay que reemplazar el comando 
22951 \series bold
22952
22953 \backslash
22954 thefootnote
22955 \series default
22956  por 
22957 \series bold
22958
22959 \backslash
22960 theendnote
22961 \series default
22962 .
22963  Para restablecer la numeración usa el comando 
22964 \series bold
22965
22966 \backslash
22967 @addtoreset
22968 \series default
22969  como se describe en la sección\InsetSpace ~
22970
22971 \begin_inset LatexCommand ref
22972 reference "sub:Numeración-de-Notas-al-Pie"
22973
22974 \end_inset
22975
22976  y sustituye el parámetro de comando 
22977 \series bold
22978 footnote
22979 \series default
22980  por 
22981 \series bold
22982 endnote
22983 \series default
22984 .
22985 \end_layout
22986
22987 \begin_layout Standard
22988 Para crear solo una marca para una nota final, usa el comando 
22989 \series bold
22990
22991 \backslash
22992 endnotemark[número]
22993 \series default
22994  similar al comando 
22995 \series bold
22996
22997 \backslash
22998 footnotemark
22999 \series default
23000 , descrito en la sección\InsetSpace ~
23001
23002 \begin_inset LatexCommand ref
23003 reference "sec:Notas-al-pie"
23004
23005 \end_inset
23006
23007 .
23008 \end_layout
23009
23010 \begin_layout Standard
23011 \begin_inset VSpace bigskip
23012 \end_inset
23013
23014 Las notas al pie también pueden colocarse al margen de la página y la alineación
23015  del texto del pie también puede cambiarse, véase el paquete LaTeX 
23016 \series bold
23017 footmisc
23018 \series default
23019
23020 \begin_inset LatexCommand index
23021 name "LaTeX-paquetes ! footmisc"
23022
23023 \end_inset
23024
23025  
23026 \begin_inset LatexCommand cite
23027 key "footmisc"
23028
23029 \end_inset
23030
23031  para más información.
23032 \end_layout
23033
23034 \begin_layout Standard
23035 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
23036  
23037 \begin_inset LatexCommand cite
23038 key "latexcompanion,latexguide,latexbook"
23039
23040 \end_inset
23041
23042 .
23043 \end_layout
23044
23045 \begin_layout Section
23046 Notas al Margen
23047 \begin_inset LatexCommand index
23048 name "Notas ! al Margen"
23049
23050 \end_inset
23051
23052
23053 \end_layout
23054
23055 \begin_layout Standard
23056 Las notas al margen se ven y se comportan en LyX como notas al pie.
23057  Se insertan con el menú 
23058 \family sans
23059 Insertar\SpecialChar \menuseparator
23060 Nota\InsetSpace ~
23061 al\InsetSpace ~
23062 margen
23063 \family default
23064  o el botón 
23065 \begin_inset Graphics
23066         filename ../../images/marginalnote-insert.xpm
23067         scale 85
23068
23069 \end_inset
23070
23071 .
23072  Aparece un cuadro gris con la etiqueta en rojo 
23073 \family roman
23074 \series medium
23075
23076 \begin_inset Quotes eld
23077 \end_inset
23078
23079 margen
23080 \begin_inset Quotes erd
23081 \end_inset
23082
23083  en el que puedes escribir el texto de la nota.
23084 \end_layout
23085
23086 \begin_layout Standard
23087 Al lado hay un ejemplo de nota al margen.
23088 \family roman
23089 \series medium
23090
23091 \begin_inset Marginal
23092 status open
23093
23094 \begin_layout Standard
23095 Esto es una nota al margen.
23096 \end_layout
23097
23098 \end_inset
23099
23100
23101 \end_layout
23102
23103 \begin_layout Standard
23104 Estas notas salen en el margen derecho en documentos a una cara.
23105  En documentos a doble cara se muestran en el margen externo ---izquierdo
23106  en páginas pares, derecho en páginas impares---.
23107  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
23108  a la derecha si la nota aparece en el margen izquierdo---.
23109  La primera línea de la nota se sitúa en la posición de la línea del texto
23110  en la que se inserta en el documento.
23111 \end_layout
23112
23113 \begin_layout Standard
23114 \begin_inset VSpace bigskip
23115 \end_inset
23116
23117 Para colocar la nota en el margen interno añade el comando
23118 \end_layout
23119
23120 \begin_layout Standard
23121
23122 \series bold
23123
23124 \backslash
23125 reversemarginpar
23126 \end_layout
23127
23128 \begin_layout Standard
23129 en ERT antes de la nota.
23130  La nueva colocación es válida para todas las siguientes notas al margen.
23131 \begin_inset ERT
23132 status collapsed
23133
23134 \begin_layout Standard
23135
23136
23137 \backslash
23138 reversemarginpar 
23139 \end_layout
23140
23141 \end_inset
23142
23143
23144 \begin_inset Marginal
23145 status open
23146
23147 \begin_layout Standard
23148 Esto es una nota en el margen interno.
23149 \end_layout
23150
23151 \end_inset
23152
23153
23154 \series bold
23155
23156 \newline
23157
23158 \series default
23159
23160 \begin_inset Note Greyedout
23161 status open
23162
23163 \begin_layout Standard
23164
23165 \series bold
23166 Nota:
23167 \series default
23168  A veces no hay espacio suficiente en el margen interno, por lo que la nota
23169  no se mostrará correctamente en la salida.
23170 \end_layout
23171
23172 \end_inset
23173
23174
23175 \end_layout
23176
23177 \begin_layout Standard
23178 \begin_inset ERT
23179 status collapsed
23180
23181 \begin_layout Standard
23182
23183
23184 \backslash
23185 normalmarginpar 
23186 \end_layout
23187
23188 \end_inset
23189
23190 Para volver a la ubicación predeterminada inserta en ERT el comando
23191 \end_layout
23192
23193 \begin_layout Standard
23194
23195 \series bold
23196
23197 \backslash
23198 normalmarginpar
23199 \end_layout
23200
23201 \begin_layout Standard
23202 \begin_inset Note Greyedout
23203 status open
23204
23205 \begin_layout Standard
23206
23207 \series bold
23208 Nota:
23209 \series default
23210  El comando se ignora si en el mismo párrafo está también presente el comando
23211  
23212 \series bold
23213
23214 \backslash
23215 reversemarginpar
23216 \series default
23217 .
23218 \end_layout
23219
23220 \end_inset
23221
23222
23223 \end_layout
23224
23225 \begin_layout Standard
23226 \begin_inset VSpace bigskip
23227 \end_inset
23228
23229
23230 \family roman
23231 \series medium
23232
23233 \begin_inset Marginal
23234 status open
23235
23236 \begin_layout Standard
23237 PalabraMuyLargaAlMargen no partida con guión.
23238 \end_layout
23239
23240 \end_inset
23241
23242
23243 \family default
23244 \series default
23245 Como en el caso descrito en la sección\InsetSpace ~
23246
23247 \begin_inset LatexCommand ref
23248 reference "sub:Líneas-Múltiples-en"
23249
23250 \end_inset
23251
23252 , una palabra larga no puede partirse con guión cuando es la primera en
23253  la nota al margen.
23254  Para evitar esto, inserta el comando
23255 \end_layout
23256
23257 \begin_layout Standard
23258
23259 \series bold
23260
23261 \backslash
23262 hspace{0pt}
23263 \end_layout
23264
23265 \begin_layout Standard
23266 en ERT antes de la palabra
23267 \family roman
23268 \series medium
23269 .
23270 \begin_inset Marginal
23271 status open
23272
23273 \begin_layout Standard
23274 \begin_inset ERT
23275 status collapsed
23276
23277 \begin_layout Standard
23278
23279
23280 \backslash
23281 hspace{0pt}
23282 \end_layout
23283
23284 \end_inset
23285
23286 PalabraMuyLargaAlMargen partida con guión.
23287 \end_layout
23288
23289 \end_inset
23290
23291
23292 \end_layout
23293
23294 \begin_layout Standard
23295 \begin_inset VSpace bigskip
23296 \end_inset
23297
23298
23299 \end_layout
23300
23301 \begin_layout Standard
23302 \begin_inset Note Greyedout
23303 status open
23304
23305 \begin_layout Standard
23306
23307 \series bold
23308 Nota:
23309 \series default
23310  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
23311  notas al pie.
23312 \end_layout
23313
23314 \end_inset
23315
23316
23317 \end_layout
23318
23319 \begin_layout Standard
23320 \begin_inset VSpace bigskip
23321 \end_inset
23322
23323
23324 \end_layout
23325
23326 \begin_layout Standard
23327 \begin_inset ERT
23328 status collapsed
23329
23330 \begin_layout Standard
23331
23332
23333 \backslash
23334 ifmarginnote
23335 \end_layout
23336
23337 \end_inset
23338
23339
23340 \begin_inset Note Note
23341 status open
23342
23343 \begin_layout Standard
23344 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23345  LaTeX 
23346 \series bold
23347 marginnote
23348 \series default
23349 .
23350 \end_layout
23351
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \begin_layout Standard
23358 Esta restricción se puede salvar con el paquete LaTeX 
23359 \series bold
23360 marginnote
23361 \series default
23362
23363 \begin_inset LatexCommand index
23364 name "LaTeX-paquetes ! marginnote"
23365
23366 \end_inset
23367
23368 .
23369  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
23370  notas al margen es redefinido para usar el comando provisto por el paquete
23371  
23372 \series bold
23373 marginnote
23374 \series default
23375 :
23376 \end_layout
23377
23378 \begin_layout Standard
23379
23380 \series bold
23381
23382 \backslash
23383 usepackage{marginnote}
23384 \newline
23385
23386 \backslash
23387 let
23388 \backslash
23389 marginpar
23390 \backslash
23391 marginnote
23392 \end_layout
23393
23394 \begin_layout Standard
23395 Esto se ha utilizado en el presente documento porque 
23396 \series bold
23397 marginnote
23398 \series default
23399  tiene una característica adicional útil: Puedes imponer un offset vertical
23400  a la nota.
23401  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
23402  diseño de la página.
23403  El offset se determina en LyX como ERT directamente tras la nota al margen
23404  en el esquema
23405 \end_layout
23406
23407 \begin_layout Standard
23408
23409 \series bold
23410 [offset]
23411 \end_layout
23412
23413 \begin_layout Standard
23414 donde offset es una longitud en una de las unidades de la tabla\InsetSpace ~
23415
23416 \begin_inset LatexCommand ref
23417 reference "tab:Unidades"
23418
23419 \end_inset
23420
23421 .
23422  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
23423  abajo.
23424  
23425 \family roman
23426 \series medium
23427 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5\InsetSpace \thinspace{}
23428 cm arriba
23429  con el comando ERT 
23430 \begin_inset Quotes eld
23431 \end_inset
23432
23433
23434 \family default
23435 \series bold
23436 [-1.5cm]
23437 \family roman
23438 \series medium
23439
23440 \begin_inset Quotes erd
23441 \end_inset
23442
23443
23444 \begin_inset Marginal
23445 status collapsed
23446
23447 \begin_layout Standard
23448 Esta nota está 1.5\InsetSpace \thinspace{}
23449 cm por encima de su posición original.
23450 \end_layout
23451
23452 \end_inset
23453
23454
23455 \family default
23456 \series default
23457
23458 \begin_inset ERT
23459 status collapsed
23460
23461 \begin_layout Standard
23462
23463 [-1.5cm]
23464 \end_layout
23465
23466 \end_inset
23467
23468
23469 \end_layout
23470
23471 \begin_layout Standard
23472 \begin_inset VSpace defskip
23473 \end_inset
23474
23475 Con 
23476 \series bold
23477 marginnote
23478 \series default
23479  también puedes cambiar la alineación del texto en el margen.
23480  Por ejemplo los comandos
23481 \end_layout
23482
23483 \begin_layout Standard
23484
23485 \series bold
23486
23487 \backslash
23488 renewcommand*{
23489 \backslash
23490 raggedleftmarginnote}{
23491 \backslash
23492 centering}
23493 \newline
23494
23495 \backslash
23496 renewcommand*{
23497 \backslash
23498 raggedrightmarginnote}{
23499 \backslash
23500 centering}
23501 \end_layout
23502
23503 \begin_layout Standard
23504 producen alineación centrada.
23505  
23506 \series bold
23507
23508 \backslash
23509 raggedleftmarginnote
23510 \series default
23511  identifica las notas que aparecen al lado izquierdo.
23512 \family roman
23513 \series medium
23514
23515 \begin_inset ERT
23516 status collapsed
23517
23518 \begin_layout Standard
23519
23520
23521 \backslash
23522 renewcommand*{
23523 \backslash
23524 raggedleftmarginnote}{
23525 \backslash
23526 centering}
23527 \end_layout
23528
23529 \begin_layout Standard
23530
23531
23532 \backslash
23533 renewcommand*{
23534 \backslash
23535 raggedrightmarginnote}{
23536 \backslash
23537 centering}
23538 \end_layout
23539
23540 \end_inset
23541
23542
23543 \begin_inset Marginal
23544 status open
23545
23546 \begin_layout Standard
23547 El texto de esta nota está centrado.
23548 \end_layout
23549
23550 \end_inset
23551
23552
23553 \family default
23554 \series default
23555  El valor predeterminado es 
23556 \end_layout
23557
23558 \begin_layout Standard
23559
23560 \series bold
23561
23562 \backslash
23563 renewcommand*{
23564 \backslash
23565 raggedleftmarginnote}{
23566 \backslash
23567 raggedleft}
23568 \newline
23569
23570 \backslash
23571 renewcommand*{
23572 \backslash
23573 raggedrightmarginnote}{
23574 \backslash
23575 raggedright}
23576 \family roman
23577 \series medium
23578
23579 \begin_inset ERT
23580 status collapsed
23581
23582 \begin_layout Standard
23583
23584
23585 \backslash
23586 renewcommand*{
23587 \backslash
23588 raggedleftmarginnote}{
23589 \backslash
23590 raggedleft}
23591 \end_layout
23592
23593 \begin_layout Standard
23594
23595
23596 \backslash
23597 renewcommand*{
23598 \backslash
23599 raggedrightmarginnote}{
23600 \backslash
23601 raggedright}
23602 \end_layout
23603
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \begin_layout Standard
23610 \begin_inset VSpace defskip
23611 \end_inset
23612
23613 Para otras características de 
23614 \series bold
23615 marginnote
23616 \series default
23617  mira en su documentación 
23618 \begin_inset LatexCommand cite
23619 key "marginnote"
23620
23621 \end_inset
23622
23623 .
23624 \end_layout
23625
23626 \begin_layout Standard
23627 \begin_inset VSpace bigskip
23628 \end_inset
23629
23630 El diseño de las notas al margen puede ser redefinido.
23631  Por ejemplo, para crear una cabecera para todas las notas con el texto
23632  
23633 \begin_inset Quotes eld
23634 \end_inset
23635
23636
23637 \series bold
23638 \bar under
23639 ¡
23640 \family sans
23641 Atención
23642 \family default
23643 !
23644 \series default
23645 \bar default
23646
23647 \begin_inset Quotes erd
23648 \end_inset
23649
23650 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
23651 \end_layout
23652
23653 \begin_layout Standard
23654
23655 \series bold
23656
23657 \backslash
23658 let
23659 \backslash
23660 myMarginpar
23661 \backslash
23662 marginpar
23663 \newline
23664
23665 \backslash
23666 renewcommand{
23667 \backslash
23668 marginpar}[1]{
23669 \backslash
23670 myMarginpar{%
23671 \newline
23672
23673 \begin_inset ERT
23674 status collapsed
23675
23676 \begin_layout Standard
23677
23678
23679 \backslash
23680 hphantom{ }
23681 \end_layout
23682
23683 \end_inset
23684
23685
23686 \backslash
23687 hspace{0pt}
23688 \backslash
23689 textsf{
23690 \backslash
23691 textbf{
23692 \backslash
23693 underbar{¡Atención!}}}%
23694 \newline
23695
23696 \begin_inset ERT
23697 status collapsed
23698
23699 \begin_layout Standard
23700
23701
23702 \backslash
23703 hphantom{ }
23704 \end_layout
23705
23706 \end_inset
23707
23708
23709 \backslash
23710 vspace{1.5mm}
23711 \backslash
23712
23713 \backslash
23714 #1}}
23715 \end_layout
23716
23717 \begin_layout Standard
23718
23719 \family roman
23720 \series medium
23721 \begin_inset ERT
23722 status collapsed
23723
23724 \begin_layout Standard
23725
23726
23727 \backslash
23728 let
23729 \backslash
23730 myMarginpar
23731 \backslash
23732 marginpar
23733 \end_layout
23734
23735 \begin_layout Standard
23736
23737
23738 \backslash
23739 renewcommand{
23740 \backslash
23741 marginpar}[1]{
23742 \backslash
23743 myMarginpar{%
23744 \end_layout
23745
23746 \begin_layout Standard
23747
23748    
23749 \backslash
23750 textsf{
23751 \backslash
23752 textbf{
23753 \backslash
23754 underbar{¡Atención!}}}%
23755 \end_layout
23756
23757 \begin_layout Standard
23758
23759    
23760 \backslash
23761 vspace{1.5mm}
23762 \backslash
23763
23764 \backslash
23765 #1}}
23766 \end_layout
23767
23768 \end_inset
23769
23770
23771 \begin_inset Marginal
23772 status open
23773
23774 \begin_layout Standard
23775 Esta es una nota con una cabecera definida.
23776 \end_layout
23777
23778 \end_inset
23779
23780
23781 \family default
23782 \series default
23783
23784 \begin_inset ERT
23785 status collapsed
23786
23787 \begin_layout Standard
23788
23789 [-1.5cm]
23790 \end_layout
23791
23792 \end_inset
23793
23794
23795 \family roman
23796 \series medium
23797
23798 \begin_inset ERT
23799 status collapsed
23800
23801 \begin_layout Standard
23802
23803
23804 \backslash
23805 renewcommand{
23806 \backslash
23807 marginpar}[1]{
23808 \backslash
23809 myMarginpar{#1}}
23810 \end_layout
23811
23812 \end_inset
23813
23814
23815 \family default
23816 \series default
23817
23818 \begin_inset Note Note
23819 status collapsed
23820
23821 \begin_layout Standard
23822 El formato de la nota al margen se ha cambiado solo para este ejemplo.
23823 \end_layout
23824
23825 \end_inset
23826
23827
23828 \end_layout
23829
23830 \begin_layout Standard
23831 \begin_inset ERT
23832 status collapsed
23833
23834 \begin_layout Standard
23835
23836
23837 \backslash
23838 else
23839 \end_layout
23840
23841 \end_inset
23842
23843
23844 \begin_inset Note Note
23845 status open
23846
23847 \begin_layout Standard
23848 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23849  
23850 \series bold
23851 marginnote
23852 \series default
23853 .
23854 \end_layout
23855
23856 \end_inset
23857
23858
23859 \end_layout
23860
23861 \begin_layout Standard
23862 Debes instalar el paquete LaTeX 
23863 \series bold
23864 marginnote
23865 \series default
23866  para ver la parte siguiente en la salida.
23867 \end_layout
23868
23869 \begin_layout Standard
23870 \begin_inset ERT
23871 status collapsed
23872
23873 \begin_layout Standard
23874
23875
23876 \backslash
23877 fi
23878 \end_layout
23879
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \begin_layout Chapter
23886 Cuadros
23887 \end_layout
23888
23889 \begin_layout Section
23890 Introducción
23891 \begin_inset LatexCommand index
23892 name "Cuadros ! Introducción"
23893
23894 \end_inset
23895
23896
23897 \end_layout
23898
23899 \begin_layout Standard
23900 Los cuadros se emplean para dar formato a bloques de texto.
23901  Se pueden usar para escribir documentos con varios lenguajes, ver sección\InsetSpace ~
23902
23903 \begin_inset LatexCommand ref
23904 reference "sec:Minipáginas"
23905
23906 \end_inset
23907
23908 , enmarcar textos, ver sección\InsetSpace ~
23909
23910 \begin_inset LatexCommand ref
23911 reference "sec:Cuadros-Enmarcados"
23912
23913 \end_inset
23914
23915 , evitar la división de palabras, ver sección\InsetSpace ~
23916
23917 \begin_inset LatexCommand ref
23918 reference "sec:Evitar-la-Partición-con-Guiones"
23919
23920 \end_inset
23921
23922 , alinear texto, ver sección\InsetSpace ~
23923
23924 \begin_inset LatexCommand ref
23925 reference "sub:Alineación-Vertical"
23926
23927 \end_inset
23928
23929 , o para poner color de fondo a un texto, ver sección\InsetSpace ~
23930
23931 \begin_inset LatexCommand ref
23932 reference "sec:Cuadros-Coloreados"
23933
23934 \end_inset
23935
23936 .
23937 \end_layout
23938
23939 \begin_layout Standard
23940 Se insertan con el menú 
23941 \family sans
23942 Insertar\SpecialChar \menuseparator
23943 Cuadro
23944 \family default
23945 .
23946  Surge un recuadro gris con la etiqueta 
23947 \family sans
23948 Cuadro (Minipágina)
23949 \family default
23950
23951 \begin_inset Graphics
23952         filename clipart/CuadroMinipagQt4.png
23953         scale 75
23954         keepAspectRatio
23955
23956 \end_inset
23957
23958 .
23959  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
23960  Sale un diálogo en el que 
23961 \family sans
23962 Cuadro
23963 \family default
23964 \InsetSpace ~
23965
23966 \family sans
23967 interior
23968 \family default
23969  permite escoger los tipos 
23970 \family sans
23971 Parbox (
23972 \family default
23973
23974 \begin_inset Quotes eld
23975 \end_inset
23976
23977
23978 \family sans
23979 Párrafo
23980 \family default
23981
23982 \begin_inset Quotes erd
23983 \end_inset
23984
23985
23986 \family sans
23987 )
23988 \family default
23989  y 
23990 \family sans
23991 Minipágina
23992 \family default
23993 .
23994  
23995 \family sans
23996 Minipágina
23997 \family default
23998  es el predeterminado para nuevos cuadros y se explica en la sección\InsetSpace ~
23999
24000 \begin_inset LatexCommand ref
24001 reference "sec:Minipáginas"
24002
24003 \end_inset
24004
24005 ; el tipo 
24006 \family sans
24007 Parbox
24008 \family default
24009  se describe en la sección\InsetSpace ~
24010
24011 \begin_inset LatexCommand ref
24012 reference "sec:Cuadros-de-Párrafo"
24013
24014 \end_inset
24015
24016 .
24017 \end_layout
24018
24019 \begin_layout Standard
24020 Los cuadros no se numeran y por tanto no se pueden referenciar como los
24021  flotantes o las notas al pie.
24022 \end_layout
24023
24024 \begin_layout Standard
24025 \begin_inset Note Greyedout
24026 status open
24027
24028 \begin_layout Standard
24029
24030 \series bold
24031 Nota:
24032 \series default
24033  Debido a un error en LyX hay que insertar un espacio protegido detrás de
24034  un cuadro si se desea separar con un espacio el cuadro y el texto siguiente.
24035 \end_layout
24036
24037 \end_inset
24038
24039
24040 \end_layout
24041
24042 \begin_layout Standard
24043 \begin_inset Note Greyedout
24044 status open
24045
24046 \begin_layout Standard
24047
24048 \series bold
24049 Nota:
24050 \series default
24051  Los cuadros no deben ser el ítem en un entorno 
24052 \family sans
24053 Enumeración
24054 \family default
24055  o 
24056 \family sans
24057 Descripción
24058 \family default
24059 .
24060 \end_layout
24061
24062 \end_inset
24063
24064
24065 \end_layout
24066
24067 \begin_layout Standard
24068 \begin_inset Note Greyedout
24069 status open
24070
24071 \begin_layout Standard
24072
24073 \series bold
24074 Nota:
24075 \series default
24076  Por razones desconocidas sólo se puede poner el tipo 
24077 \family sans
24078 Cuadro\InsetSpace ~
24079 interior
24080 \family default
24081  en 
24082 \family sans
24083 Ninguno
24084 \family default
24085  cuando se emplea un cuadro enmarcado.
24086  Los cuadros sin ningún tipo de 
24087 \family sans
24088 Cuadro\InsetSpace ~
24089 interior
24090 \family default
24091  y sin marcos se explican en la sección\InsetSpace ~
24092
24093 \begin_inset LatexCommand ref
24094 reference "sec:Evitar-la-Partición-con-Guiones"
24095
24096 \end_inset
24097
24098 .
24099 \end_layout
24100
24101 \end_inset
24102
24103
24104 \end_layout
24105
24106 \begin_layout Section
24107 Diálogo Cuadros
24108 \begin_inset LatexCommand label
24109 name "sec:Diálogo-Cuadros"
24110
24111 \end_inset
24112
24113
24114 \begin_inset LatexCommand index
24115 name "Cuadros ! Diálogo"
24116
24117 \end_inset
24118
24119
24120 \begin_inset LatexCommand index
24121 name "Cuadros ! Alineación"
24122
24123 \end_inset
24124
24125
24126 \end_layout
24127
24128 \begin_layout Standard
24129 En el diálogo puedes ajustar la geometría del cuadro en los campos 
24130 \family sans
24131 Ancho
24132 \family default
24133  y 
24134 \family sans
24135 Alto
24136 \family default
24137 .
24138  Las unidades disponibles para la geometría se explican en la tabla\InsetSpace ~
24139
24140 \begin_inset LatexCommand ref
24141 reference "tab:Unidades"
24142
24143 \end_inset
24144
24145 .
24146  El campo 
24147 \family sans
24148 Alto
24149 \family default
24150  ofrece los siguientes tamaños adicionales:
24151 \end_layout
24152
24153 \begin_layout Description
24154 Profundidad Este es el texto plano 
24155 \begin_inset Quotes eld
24156 \end_inset
24157
24158 alto
24159 \begin_inset Quotes erd
24160 \end_inset
24161
24162 .
24163  Ignora la profundidad total cuando hay múltiples líneas de texto en el
24164  cuadro:
24165 \newline
24166
24167 \newline
24168
24169 \newline
24170
24171 \begin_inset Box Boxed
24172 position "c"
24173 hor_pos "c"
24174 has_inner_box 1
24175 inner_pos "c"
24176 use_parbox 0
24177 width "12col%"
24178 special "none"
24179 height "1in"
24180 height_special "depth"
24181 status open
24182
24183 \begin_layout Standard
24184 \align center
24185 Cuadro con altura establecida en 1\InsetSpace \thinspace{}
24186 Profundidad
24187 \end_layout
24188
24189 \end_inset
24190
24191
24192 \newline
24193
24194 \newline
24195
24196 \end_layout
24197
24198 \begin_layout Description
24199 Alto Es la altura del texto que está dentro del cuadro.
24200  Un valor de, p.\InsetSpace \thinspace{}
24201 e.\InsetSpace ~
24202 2 para este tamaño fijará la altura del cuadro a 2 veces
24203  la altura del texto: 
24204 \begin_inset Box Boxed
24205 position "c"
24206 hor_pos "c"
24207 has_inner_box 1
24208 inner_pos "c"
24209 use_parbox 0
24210 width "20col%"
24211 special "none"
24212 height "2in"
24213 height_special "height"
24214 status open
24215
24216 \begin_layout Standard
24217 \align center
24218 Cuadro con altura puesta en 2\InsetSpace \thinspace{}
24219 Alto
24220 \end_layout
24221
24222 \end_inset
24223
24224
24225 \end_layout
24226
24227 \begin_layout Description
24228 Alto\InsetSpace ~
24229 Total Esto es el Alto\InsetSpace \thinspace{}
24230 +\InsetSpace \thinspace{}
24231 Profundidad: 
24232 \begin_inset Box Boxed
24233 position "c"
24234 hor_pos "c"
24235 has_inner_box 1
24236 inner_pos "c"
24237 use_parbox 0
24238 width "20col%"
24239 special "none"
24240 height "1in"
24241 height_special "totalheight"
24242 status open
24243
24244 \begin_layout Standard
24245 \align center
24246 Cuadro con altura puesta a 1\InsetSpace \thinspace{}
24247 Alto\InsetSpace ~
24248 total
24249 \end_layout
24250
24251 \end_inset
24252
24253
24254 \end_layout
24255
24256 \begin_layout Description
24257 Ancho Esto determina al ancho del cuadro como altura: 
24258 \begin_inset Box Boxed
24259 position "c"
24260 hor_pos "c"
24261 has_inner_box 1
24262 inner_pos "c"
24263 use_parbox 0
24264 width "12col%"
24265 special "none"
24266 height "1in"
24267 height_special "width"
24268 status open
24269
24270 \begin_layout Standard
24271 \align center
24272 Cuadro con altura puesta en 1\InsetSpace \thinspace{}
24273 Ancho
24274 \end_layout
24275
24276 \end_inset
24277
24278
24279 \end_layout
24280
24281 \begin_layout Standard
24282 \begin_inset VSpace bigskip
24283 \end_inset
24284
24285 Si has elegido un 
24286 \family sans
24287 Cuadro\InsetSpace ~
24288 interior
24289 \family default
24290 , la alineación vertical del cuadro puede ser:
24291 \end_layout
24292
24293 \begin_layout Description
24294 Superior Ejemplo de línea de texto.
24295  
24296 \begin_inset Box Boxed
24297 position "t"
24298 hor_pos "c"
24299 has_inner_box 1
24300 inner_pos "c"
24301 use_parbox 0
24302 width "12col%"
24303 special "none"
24304 height "1in"
24305 height_special "totalheight"
24306 status open
24307
24308 \begin_layout Standard
24309 \align center
24310 Cuadro alineado arriba.
24311 \end_layout
24312
24313 \end_inset
24314
24315 \InsetSpace ~
24316 Ejemplo de línea de texto.
24317 \end_layout
24318
24319 \begin_layout Description
24320 Medio Ejemplo de línea de texto.
24321  
24322 \begin_inset Box Boxed
24323 position "c"
24324 hor_pos "c"
24325 has_inner_box 1
24326 inner_pos "c"
24327 use_parbox 0
24328 width "12col%"
24329 special "none"
24330 height "1in"
24331 height_special "totalheight"
24332 status open
24333
24334 \begin_layout Standard
24335 \align center
24336 Cuadro alineado en medio.
24337 \end_layout
24338
24339 \end_inset
24340
24341 \InsetSpace ~
24342 Ejemplo de línea de texto.
24343 \end_layout
24344
24345 \begin_layout Description
24346 Inferior Ejemplo de línea de texto.
24347  
24348 \begin_inset Box Boxed
24349 position "b"
24350 hor_pos "c"
24351 has_inner_box 1
24352 inner_pos "c"
24353 use_parbox 0
24354 width "12col%"
24355 special "none"
24356 height "1in"
24357 height_special "totalheight"
24358 status open
24359
24360 \begin_layout Standard
24361 \align center
24362 Cuadro alineado abajo.
24363 \end_layout
24364
24365 \end_inset
24366
24367 \InsetSpace ~
24368 Ejemplo de línea de texto.
24369 \end_layout
24370
24371 \begin_layout Standard
24372 La alineación horizontal del cuadro puede establecerse en el diálogo de
24373  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
24374 \end_layout
24375
24376 \begin_layout Standard
24377 \begin_inset VSpace bigskip
24378 \end_inset
24379
24380 Si has escogido un 
24381 \family sans
24382 Cuadro\InsetSpace ~
24383 interior
24384 \family default
24385 , el contenido puede alinearse verticalmente a:
24386 \end_layout
24387
24388 \begin_layout Description
24389 Superior Ejemplo de línea de texto.
24390  
24391 \begin_inset Box Boxed
24392 position "c"
24393 hor_pos "c"
24394 has_inner_box 1
24395 inner_pos "t"
24396 use_parbox 0
24397 width "12col%"
24398 special "none"
24399 height "1.5in"
24400 height_special "totalheight"
24401 status open
24402
24403 \begin_layout Standard
24404 \align center
24405 Cuadro con texto alineado arriba.
24406 \end_layout
24407
24408 \end_inset
24409
24410 \InsetSpace ~
24411 Ejemplo de línea de texto.
24412 \end_layout
24413
24414 \begin_layout Description
24415 Medio Ejemplo de línea de texto.
24416  
24417 \begin_inset Box Boxed
24418 position "c"
24419 hor_pos "c"
24420 has_inner_box 1
24421 inner_pos "c"
24422 use_parbox 0
24423 width "12col%"
24424 special "none"
24425 height "1.5in"
24426 height_special "totalheight"
24427 status open
24428
24429 \begin_layout Standard
24430 \align center
24431 Cuadro con texto alineado en medio.
24432 \end_layout
24433
24434 \end_inset
24435
24436 \InsetSpace ~
24437 Ejemplo de línea de texto.
24438 \end_layout
24439
24440 \begin_layout Description
24441 Inferior Ejemplo de línea de texto.
24442  
24443 \begin_inset Box Boxed
24444 position "c"
24445 hor_pos "c"
24446 has_inner_box 1
24447 inner_pos "b"
24448 use_parbox 0
24449 width "12col%"
24450 special "none"
24451 height "1.5in"
24452 height_special "totalheight"
24453 status open
24454
24455 \begin_layout Standard
24456 \align center
24457 Cuadro con texto alineado abajo.
24458 \end_layout
24459
24460 \end_inset
24461
24462 \InsetSpace ~
24463 Ejemplo de línea de texto.
24464 \end_layout
24465
24466 \begin_layout Description
24467 Estirado Ejemplo de línea de texto.
24468  
24469 \begin_inset Box Boxed
24470 position "c"
24471 hor_pos "c"
24472 has_inner_box 1
24473 inner_pos "s"
24474 use_parbox 0
24475 width "12col%"
24476 special "none"
24477 height "1.5in"
24478 height_special "totalheight"
24479 status open
24480
24481 \begin_layout Standard
24482 \align center
24483 Este texto
24484 \end_layout
24485
24486 \begin_layout Standard
24487 \align center
24488 está
24489 \end_layout
24490
24491 \begin_layout Standard
24492 \align center
24493 estirado.
24494 \end_layout
24495
24496 \end_inset
24497
24498 \InsetSpace ~
24499 Ejemplo de línea de texto.
24500 \end_layout
24501
24502 \begin_layout Standard
24503 Para estirar el contenido debe tener más de un párrafo.
24504  En el ejemplo anterior cada línea de texto está en un párrafo propio.
24505 \end_layout
24506
24507 \begin_layout Standard
24508 \begin_inset VSpace bigskip
24509 \end_inset
24510
24511 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
24512  LyX cuando hayas escogido un 
24513 \family sans
24514 Cuadro\InsetSpace ~
24515 interior
24516 \family default
24517 .
24518 \end_layout
24519
24520 \begin_layout Standard
24521 \align center
24522 \begin_inset Box Boxed
24523 position "c"
24524 hor_pos "c"
24525 has_inner_box 1
24526 inner_pos "s"
24527 use_parbox 0
24528 width "15col%"
24529 special "none"
24530 height "1.25in"
24531 height_special "totalheight"
24532 status open
24533
24534 \begin_layout Standard
24535 \align left
24536 Cuadro
24537 \end_layout
24538
24539 \begin_layout Standard
24540 \align center
24541 con texto
24542 \end_layout
24543
24544 \begin_layout Standard
24545 \align right
24546 estirado
24547 \end_layout
24548
24549 \end_inset
24550
24551
24552 \end_layout
24553
24554 \begin_layout Standard
24555 Si no has establecido un 
24556 \family sans
24557 Cuadro\InsetSpace ~
24558 interior
24559 \family default
24560 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
24561  cuadro.
24562 \end_layout
24563
24564 \begin_layout Standard
24565 \align center
24566 \begin_inset Box Boxed
24567 position "c"
24568 hor_pos "s"
24569 has_inner_box 0
24570 inner_pos "s"
24571 use_parbox 0
24572 width "90col%"
24573 special "none"
24574 height "1.25in"
24575 height_special "totalheight"
24576 status open
24577
24578 \begin_layout Standard
24579 \align left
24580 Texto estirado horizontalmente.
24581 \end_layout
24582
24583 \end_inset
24584
24585
24586 \end_layout
24587
24588 \begin_layout Section
24589 Cuadros Enmarcados
24590 \begin_inset LatexCommand label
24591 name "sec:Cuadros-Enmarcados"
24592
24593 \end_inset
24594
24595
24596 \begin_inset LatexCommand index
24597 name "Cuadros ! Marcos"
24598
24599 \end_inset
24600
24601
24602 \end_layout
24603
24604 \begin_layout Standard
24605 El estilo de marco del cuadro se puede determinar en la lista desplegable
24606  
24607 \family sans
24608 Tipo
24609 \family default
24610  del diálogo de cuadros.
24611  Son posibles los siguientes marcos:
24612 \end_layout
24613
24614 \begin_layout Description
24615 Marco\InsetSpace ~
24616 rectangular Dibuja un marco rectangular alrededor del cuadro.
24617  El grosor del marco depende de 
24618 \series bold
24619
24620 \backslash
24621 fboxrule
24622 \series default
24623 .
24624  
24625 \begin_inset Box Boxed
24626 position "c"
24627 hor_pos "c"
24628 has_inner_box 1
24629 inner_pos "c"
24630 use_parbox 0
24631 width "25col%"
24632 special "none"
24633 height "1in"
24634 height_special "totalheight"
24635 status open
24636
24637 \begin_layout Standard
24638 \align center
24639 Cuadro rectangular
24640 \end_layout
24641
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \begin_layout Description
24648 Marco\InsetSpace ~
24649 ovalado,\InsetSpace ~
24650 fino Dibuja un marco ovalado cuya línea tiene un grosor de
24651  0.4\InsetSpace \thinspace{}
24652 pt.
24653  
24654 \begin_inset Box ovalbox
24655 position "c"
24656 hor_pos "c"
24657 has_inner_box 1
24658 inner_pos "c"
24659 use_parbox 0
24660 width "25col%"
24661 special "none"
24662 height "1in"
24663 height_special "totalheight"
24664 status open
24665
24666 \begin_layout Standard
24667 \align center
24668 Marco ovalado, fino
24669 \end_layout
24670
24671 \end_inset
24672
24673
24674 \end_layout
24675
24676 \begin_layout Description
24677 Marco\InsetSpace ~
24678 ovalado,\InsetSpace ~
24679 grueso Dibuja un marco ovalado cuya línea tiene un grosor de
24680  0.8\InsetSpace \thinspace{}
24681 pt.
24682  
24683 \begin_inset Box Ovalbox
24684 position "c"
24685 hor_pos "c"
24686 has_inner_box 1
24687 inner_pos "c"
24688 use_parbox 0
24689 width "30col%"
24690 special "none"
24691 height "1in"
24692 height_special "totalheight"
24693 status open
24694
24695 \begin_layout Standard
24696 \align center
24697 Cuadro ovalado, grueso
24698 \end_layout
24699
24700 \end_inset
24701
24702
24703 \end_layout
24704
24705 \begin_layout Description
24706 Marco\InsetSpace ~
24707 con\InsetSpace ~
24708 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
24709  El grosor de la línea tiene el tamaño dado por 
24710 \series bold
24711
24712 \backslash
24713 fboxrule
24714 \series default
24715 , la sombra tiene una anchura de 4\InsetSpace \thinspace{}
24716 pt.
24717  
24718 \begin_inset Box Shadowbox
24719 position "c"
24720 hor_pos "c"
24721 has_inner_box 1
24722 inner_pos "c"
24723 use_parbox 0
24724 width "20col%"
24725 special "none"
24726 height "1in"
24727 height_special "totalheight"
24728 status open
24729
24730 \begin_layout Standard
24731 \align center
24732 Marco sombrado
24733 \end_layout
24734
24735 \end_inset
24736
24737
24738 \end_layout
24739
24740 \begin_layout Description
24741 Marco\InsetSpace ~
24742 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
24743  El grosor de la línea interior es 0.75\InsetSpace \thinspace{}
24744
24745 \series bold
24746
24747 \backslash
24748 fboxrule
24749 \series default
24750 , el de la línea exterior es 1.5\InsetSpace \thinspace{}
24751
24752 \series bold
24753
24754 \backslash
24755 fboxrule
24756 \series default
24757 .
24758  La distancia entre líneas es 1.5\InsetSpace \thinspace{}
24759
24760 \series bold
24761
24762 \backslash
24763 fboxrule
24764 \series default
24765 \InsetSpace \thinspace{}
24766 +\InsetSpace \thinspace{}
24767 0.5\InsetSpace \thinspace{}
24768 pt.
24769  
24770 \begin_inset Box Doublebox
24771 position "c"
24772 hor_pos "c"
24773 has_inner_box 1
24774 inner_pos "c"
24775 use_parbox 0
24776 width "20col%"
24777 special "none"
24778 height "1in"
24779 height_special "totalheight"
24780 status open
24781
24782 \begin_layout Standard
24783 \align center
24784 Marco doble
24785 \end_layout
24786
24787 \end_inset
24788
24789
24790 \end_layout
24791
24792 \begin_layout Standard
24793 \begin_inset VSpace bigskip
24794 \end_inset
24795
24796 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
24797  Para poder utilizar los distintos marcos, debe estar instalado el paquete
24798  LaTeX 
24799 \series bold
24800 fancybox
24801 \series default
24802
24803 \begin_inset LatexCommand index
24804 name "LaTeX-paquetes ! fancybox"
24805
24806 \end_inset
24807
24808 .
24809 \end_layout
24810
24811 \begin_layout Standard
24812 \begin_inset VSpace bigskip
24813 \end_inset
24814
24815 El valor predeterminado por 
24816 \series bold
24817
24818 \backslash
24819 fboxrule
24820 \series default
24821  es 0.4\InsetSpace \thinspace{}
24822 pt.
24823  Puede cambiarse con el siguiente comando en ERT, p.\InsetSpace \thinspace{}
24824 e.\InsetSpace ~
24825 a\InsetSpace ~
24826 2\InsetSpace \thinspace{}
24827 pt:
24828 \end_layout
24829
24830 \begin_layout Standard
24831
24832 \series bold
24833
24834 \backslash
24835 setlength{
24836 \backslash
24837 fboxrule}{2pt}
24838 \end_layout
24839
24840 \begin_layout Standard
24841 \begin_inset ERT
24842 status collapsed
24843
24844 \begin_layout Standard
24845
24846
24847 \backslash
24848 setlength{
24849 \backslash
24850 fboxrule}{2pt}
24851 \end_layout
24852
24853 \end_inset
24854
24855
24856 \begin_inset Box Boxed
24857 position "c"
24858 hor_pos "c"
24859 has_inner_box 1
24860 inner_pos "c"
24861 use_parbox 0
24862 width "25col%"
24863 special "none"
24864 height "1in"
24865 height_special "totalheight"
24866 status open
24867
24868 \begin_layout Standard
24869 \align center
24870 Cuadro rectangular con 
24871 \series bold
24872
24873 \backslash
24874 fboxrule
24875 \series default
24876 \InsetSpace \thinspace{}
24877 =\InsetSpace \thinspace{}
24878 2\InsetSpace \thinspace{}
24879 pt
24880 \end_layout
24881
24882 \end_inset
24883
24884
24885 \begin_inset ERT
24886 status collapsed
24887
24888 \begin_layout Standard
24889
24890
24891 \backslash
24892 setlength{
24893 \backslash
24894 fboxrule}{0.4pt}
24895 \end_layout
24896
24897 \end_inset
24898
24899
24900 \end_layout
24901
24902 \begin_layout Standard
24903 \begin_inset VSpace bigskip
24904 \end_inset
24905
24906 El espacio entre el marco y el contenido del cuadro es 3\InsetSpace \thinspace{}
24907 pt por defecto para
24908  todos los estilos.
24909  Se puede cambiar mediante la longitud 
24910 \series bold
24911
24912 \backslash
24913 fboxsep
24914 \series default
24915 .
24916  Por ejemplo el comando
24917 \end_layout
24918
24919 \begin_layout Standard
24920
24921 \series bold
24922
24923 \backslash
24924 setlength{
24925 \backslash
24926 fboxsep}{10pt}
24927 \end_layout
24928
24929 \begin_layout Standard
24930 determina un valor de 10\InsetSpace \thinspace{}
24931 pt, como en el siguiente cuadro:
24932 \end_layout
24933
24934 \begin_layout Standard
24935 \begin_inset ERT
24936 status collapsed
24937
24938 \begin_layout Standard
24939
24940
24941 \backslash
24942 setlength{
24943 \backslash
24944 fboxsep}{10pt}
24945 \end_layout
24946
24947 \end_inset
24948
24949
24950 \begin_inset Box Boxed
24951 position "c"
24952 hor_pos "c"
24953 has_inner_box 1
24954 inner_pos "c"
24955 use_parbox 0
24956 width "25col%"
24957 special "none"
24958 height "1in"
24959 height_special "totalheight"
24960 status open
24961
24962 \begin_layout Standard
24963 \align center
24964 Cuadro rectangular con 
24965 \series bold
24966
24967 \backslash
24968 fboxsep
24969 \series default
24970 \InsetSpace \thinspace{}
24971 =\InsetSpace \thinspace{}
24972 10\InsetSpace \thinspace{}
24973 pt
24974 \end_layout
24975
24976 \end_inset
24977
24978
24979 \begin_inset ERT
24980 status collapsed
24981
24982 \begin_layout Standard
24983
24984
24985 \backslash
24986 setlength{
24987 \backslash
24988 fboxsep}{3pt}
24989 \end_layout
24990
24991 \end_inset
24992
24993
24994 \end_layout
24995
24996 \begin_layout Standard
24997 \begin_inset VSpace bigskip
24998 \end_inset
24999
25000 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
25001  el comando 
25002 \series bold
25003
25004 \backslash
25005 cornersize
25006 \series default
25007 .
25008  El comando
25009 \end_layout
25010
25011 \begin_layout Standard
25012
25013 \series bold
25014
25015 \backslash
25016 cornersize*{1cm}
25017 \end_layout
25018
25019 \begin_layout Standard
25020 establece un diámetro de 1\InsetSpace \thinspace{}
25021 cm.
25022  El comando
25023 \end_layout
25024
25025 \begin_layout Standard
25026
25027 \series bold
25028
25029 \backslash
25030 cornersize{num}
25031 \end_layout
25032
25033 \begin_layout Standard
25034 fija el diámetro en 
25035 \family sans
25036 num\InsetSpace \thinspace{}
25037 ×\InsetSpace \thinspace{}
25038 mínimo
25039 \family default
25040  
25041 \family sans
25042 (ancho y alto del cuadro)
25043 \family default
25044 .
25045  Por defecto es 
25046 \series bold
25047
25048 \backslash
25049 cornersize{0.5}
25050 \series default
25051 .
25052 \end_layout
25053
25054 \begin_layout Standard
25055 \begin_inset ERT
25056 status collapsed
25057
25058 \begin_layout Standard
25059
25060
25061 \backslash
25062 cornersize*{1.5cm}
25063 \end_layout
25064
25065 \end_inset
25066
25067
25068 \begin_inset Box Ovalbox
25069 position "c"
25070 hor_pos "c"
25071 has_inner_box 1
25072 inner_pos "c"
25073 use_parbox 0
25074 width "28col%"
25075 special "none"
25076 height "1in"
25077 height_special "totalheight"
25078 status open
25079
25080 \begin_layout Standard
25081 \align center
25082 Cuadro ovalado con 
25083 \series bold
25084
25085 \backslash
25086 cornersize
25087 \series default
25088 \InsetSpace \thinspace{}
25089 =\InsetSpace \thinspace{}
25090 1.5\InsetSpace \thinspace{}
25091 cm
25092 \end_layout
25093
25094 \end_inset
25095
25096
25097 \begin_inset ERT
25098 status collapsed
25099
25100 \begin_layout Standard
25101
25102
25103 \backslash
25104 cornersize{0.5}
25105 \end_layout
25106
25107 \end_inset
25108
25109
25110 \end_layout
25111
25112 \begin_layout Standard
25113 \begin_inset VSpace bigskip
25114 \end_inset
25115
25116 El tamaño de la sombra se puede ajustar cambiando la longitud 
25117 \series bold
25118
25119 \backslash
25120 shadowsize
25121 \series default
25122 .
25123  Este comando la ajusta a 2\InsetSpace \thinspace{}
25124 pt en el cuadro siguiente:
25125 \end_layout
25126
25127 \begin_layout Standard
25128
25129 \series bold
25130
25131 \backslash
25132 setlength{
25133 \backslash
25134 shadowsize}{2pt}
25135 \end_layout
25136
25137 \begin_layout Standard
25138 \begin_inset ERT
25139 status collapsed
25140
25141 \begin_layout Standard
25142
25143
25144 \backslash
25145 setlength{
25146 \backslash
25147 shadowsize}{2pt}
25148 \end_layout
25149
25150 \end_inset
25151
25152
25153 \begin_inset Box Shadowbox
25154 position "c"
25155 hor_pos "c"
25156 has_inner_box 1
25157 inner_pos "c"
25158 use_parbox 0
25159 width "28col%"
25160 special "none"
25161 height "1in"
25162 height_special "totalheight"
25163 status open
25164
25165 \begin_layout Standard
25166 \align center
25167 Cuadro sombreado con 
25168 \series bold
25169
25170 \backslash
25171 shadowsize
25172 \series default
25173 \InsetSpace \thinspace{}
25174 =\InsetSpace \thinspace{}
25175 2\InsetSpace \thinspace{}
25176 pt
25177 \end_layout
25178
25179 \end_inset
25180
25181
25182 \begin_inset ERT
25183 status collapsed
25184
25185 \begin_layout Standard
25186
25187
25188 \backslash
25189 setlength{
25190 \backslash
25191 shadowsize}{4pt}
25192 \end_layout
25193
25194 \end_inset
25195
25196
25197 \end_layout
25198
25199 \begin_layout Standard
25200 \begin_inset VSpace bigskip
25201 \end_inset
25202
25203 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
25204  a los comandos.
25205 \end_layout
25206
25207 \begin_layout Section
25208 Minipáginas
25209 \begin_inset LatexCommand label
25210 name "sec:Minipáginas"
25211
25212 \end_inset
25213
25214
25215 \begin_inset LatexCommand index
25216 name "Cuadros ! Minipáginas"
25217
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \begin_layout Standard
25224 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
25225  por tanto pueden tener, por ejemplo, sus propias notas al pie.
25226 \end_layout
25227
25228 \begin_layout Standard
25229 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
25230 \end_layout
25231
25232 \begin_layout Standard
25233 A continuación hay dos ejemplos de minipáginas adosadas.
25234  Su anchura está puesta en 45\InsetSpace \thinspace{}
25235 col% y separadas por un relleno horizontal,
25236  insertado vía el menú 
25237 \family sans
25238 Insertar\SpecialChar \menuseparator
25239 Formato\InsetSpace ~
25240
25241 \family default
25242 es
25243 \family sans
25244 pecial\InsetSpace ~
25245 \SpecialChar \menuseparator
25246 Relleno\InsetSpace ~
25247 horizontal
25248 \family default
25249 .
25250 \end_layout
25251
25252 \begin_layout Standard
25253 \begin_inset Box Frameless
25254 position "t"
25255 hor_pos "c"
25256 has_inner_box 1
25257 inner_pos "c"
25258 use_parbox 0
25259 width "45col%"
25260 special "none"
25261 height "1in"
25262 height_special "totalheight"
25263 status open
25264
25265 \begin_layout Standard
25266
25267 \lang german
25268 Dies ist ein deutscher Text.
25269  Dies ist ein deutscher Text.
25270  Dies ist ein deutscher Text.
25271  Dies ist ein deutscher Text.
25272  Dies ist ein deutscher Text.
25273  Dies ist ein deutscher Text.
25274  Dies ist ein deutscher Text.
25275  Dies ist ein deutscher Text.
25276  Dies ist ein deutscher Text.
25277  Dies ist ein deutscher Text.
25278  Dies ist ein deutscher Text.
25279  Dies ist ein deutscher Text.
25280  Dies ist ein deutscher Text
25281 \begin_inset Foot
25282 status collapsed
25283
25284 \begin_layout Standard
25285
25286 \lang german
25287 Dies ist eine deutsche Fußnote.
25288 \end_layout
25289
25290 \end_inset
25291
25292 .
25293  Dies ist ein deutscher Text.
25294  Dies ist ein deutscher Text.
25295 \end_layout
25296
25297 \end_inset
25298
25299
25300 \hfill
25301
25302 \begin_inset Box Frameless
25303 position "t"
25304 hor_pos "c"
25305 has_inner_box 1
25306 inner_pos "c"
25307 use_parbox 0
25308 width "45col%"
25309 special "none"
25310 height "1in"
25311 height_special "totalheight"
25312 status open
25313
25314 \begin_layout Standard
25315 This is an English Text.
25316  This is an English Text.
25317  This is an English Text.
25318  This is an English Text.
25319  This is an English Text.
25320  This is an English Text.
25321  This is an English Text.
25322  This is an English Text.
25323  This is an English Text.
25324  This is an English Text.
25325  This is an English Text.
25326  This is an English Text.
25327  This is an English Text.
25328  This is an English Text.
25329  This is an English Text.
25330  This is an English Text.
25331 \begin_inset Foot
25332 status collapsed
25333
25334 \begin_layout Standard
25335 This is an English footnote.
25336 \end_layout
25337
25338 \end_inset
25339
25340  This is an English Text.
25341  
25342 \end_layout
25343
25344 \end_inset
25345
25346
25347 \end_layout
25348
25349 \begin_layout Standard
25350 \begin_inset VSpace bigskip
25351 \end_inset
25352
25353 Otra aplicación de los cuadros son las notas a pie en tablas.
25354  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
25355  al final de la página actual.
25356  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
25357  en la parte inferior, ordenadas con letras.
25358  La ordenación de las notas al pie se restablece en cada minipágina pero
25359  no fuera de las minipáginas.
25360 \end_layout
25361
25362 \begin_layout Standard
25363 La nota al pie en esta tabla no aparece: 
25364 \begin_inset Tabular
25365 <lyxtabular version="3" rows="3" columns="4">
25366 <features>
25367 <column alignment="center" valignment="top" leftline="true" width="0pt">
25368 <column alignment="center" valignment="top" leftline="true" width="0pt">
25369 <column alignment="center" valignment="top" leftline="true" width="0pt">
25370 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25371 <row topline="true">
25372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25373 \begin_inset Text
25374
25375 \begin_layout Standard
25376 1
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Standard
25385 2
25386 \end_layout
25387
25388 \end_inset
25389 </cell>
25390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25391 \begin_inset Text
25392
25393 \begin_layout Standard
25394 3
25395 \begin_inset Foot
25396 status open
25397
25398 \begin_layout Standard
25399 Nota al pie en una tabla.
25400 \end_layout
25401
25402 \end_inset
25403
25404
25405 \end_layout
25406
25407 \end_inset
25408 </cell>
25409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25410 \begin_inset Text
25411
25412 \begin_layout Standard
25413 4
25414 \end_layout
25415
25416 \end_inset
25417 </cell>
25418 </row>
25419 <row topline="true">
25420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25421 \begin_inset Text
25422
25423 \begin_layout Standard
25424 a
25425 \end_layout
25426
25427 \end_inset
25428 </cell>
25429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25430 \begin_inset Text
25431
25432 \begin_layout Standard
25433 b
25434 \end_layout
25435
25436 \end_inset
25437 </cell>
25438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25439 \begin_inset Text
25440
25441 \begin_layout Standard
25442 c
25443 \end_layout
25444
25445 \end_inset
25446 </cell>
25447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25448 \begin_inset Text
25449
25450 \begin_layout Standard
25451 d
25452 \end_layout
25453
25454 \end_inset
25455 </cell>
25456 </row>
25457 <row topline="true" bottomline="true">
25458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25459 \begin_inset Text
25460
25461 \begin_layout Standard
25462 e
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25468 \begin_inset Text
25469
25470 \begin_layout Standard
25471 f
25472 \end_layout
25473
25474 \end_inset
25475 </cell>
25476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25477 \begin_inset Text
25478
25479 \begin_layout Standard
25480 g
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25486 \begin_inset Text
25487
25488 \begin_layout Standard
25489 h
25490 \end_layout
25491
25492 \end_inset
25493 </cell>
25494 </row>
25495 </lyxtabular>
25496
25497 \end_inset
25498
25499
25500 \end_layout
25501
25502 \begin_layout Standard
25503 \align center
25504 \begin_inset Box Frameless
25505 position "t"
25506 hor_pos "c"
25507 has_inner_box 1
25508 inner_pos "c"
25509 use_parbox 0
25510 width "30col%"
25511 special "none"
25512 height "1in"
25513 height_special "totalheight"
25514 status open
25515
25516 \begin_layout Standard
25517 \align center
25518 \begin_inset Tabular
25519 <lyxtabular version="3" rows="3" columns="4">
25520 <features>
25521 <column alignment="center" valignment="top" leftline="true" width="0pt">
25522 <column alignment="center" valignment="top" leftline="true" width="0pt">
25523 <column alignment="center" valignment="top" leftline="true" width="0pt">
25524 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25525 <row topline="true">
25526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Standard
25530 1
25531 \end_layout
25532
25533 \end_inset
25534 </cell>
25535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25536 \begin_inset Text
25537
25538 \begin_layout Standard
25539 2
25540 \end_layout
25541
25542 \end_inset
25543 </cell>
25544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25545 \begin_inset Text
25546
25547 \begin_layout Standard
25548 3
25549 \begin_inset Foot
25550 status open
25551
25552 \begin_layout Standard
25553 Nota al pie en una tabla..
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \end_layout
25560
25561 \end_inset
25562 </cell>
25563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25564 \begin_inset Text
25565
25566 \begin_layout Standard
25567 4
25568 \end_layout
25569
25570 \end_inset
25571 </cell>
25572 </row>
25573 <row topline="true">
25574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25575 \begin_inset Text
25576
25577 \begin_layout Standard
25578 a
25579 \end_layout
25580
25581 \end_inset
25582 </cell>
25583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25584 \begin_inset Text
25585
25586 \begin_layout Standard
25587 b
25588 \end_layout
25589
25590 \end_inset
25591 </cell>
25592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25593 \begin_inset Text
25594
25595 \begin_layout Standard
25596 c
25597 \end_layout
25598
25599 \end_inset
25600 </cell>
25601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25602 \begin_inset Text
25603
25604 \begin_layout Standard
25605 d
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 </row>
25611 <row topline="true" bottomline="true">
25612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Standard
25616 e
25617 \end_layout
25618
25619 \end_inset
25620 </cell>
25621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25622 \begin_inset Text
25623
25624 \begin_layout Standard
25625 f
25626 \end_layout
25627
25628 \end_inset
25629 </cell>
25630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25631 \begin_inset Text
25632
25633 \begin_layout Standard
25634 g
25635 \end_layout
25636
25637 \end_inset
25638 </cell>
25639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25640 \begin_inset Text
25641
25642 \begin_layout Standard
25643 h
25644 \end_layout
25645
25646 \end_inset
25647 </cell>
25648 </row>
25649 </lyxtabular>
25650
25651 \end_inset
25652
25653
25654 \end_layout
25655
25656 \end_inset
25657
25658
25659 \end_layout
25660
25661 \begin_layout Standard
25662 \begin_inset VSpace bigskip
25663 \end_inset
25664
25665 La configuración global de párrafos se ignora en las minipáginas.
25666  Esto significa que en las mismas no habrá espacio entre párrafos aunque
25667  pongas p.\InsetSpace \thinspace{}
25668 e.\InsetSpace ~
25669
25670 \family sans
25671 Salto\InsetSpace ~
25672 medio
25673 \family default
25674  en la configuración del documento.
25675 \end_layout
25676
25677 \begin_layout Standard
25678 Las minipáginas también sirven para poner un color de fondo para partes
25679  de texto, ver sección\InsetSpace ~
25680
25681 \begin_inset LatexCommand ref
25682 reference "sub:Color-en-Párrafos"
25683
25684 \end_inset
25685
25686 .
25687 \end_layout
25688
25689 \begin_layout Standard
25690 \begin_inset Note Greyedout
25691 status open
25692
25693 \begin_layout Standard
25694
25695 \series bold
25696 Nota:
25697 \series default
25698  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
25699  tener minipáginas en tablas, flotantes, y otros cuadros.
25700 \end_layout
25701
25702 \end_inset
25703
25704
25705 \end_layout
25706
25707 \begin_layout Section
25708 Cuadros de Párrafo
25709 \begin_inset LatexCommand label
25710 name "sec:Cuadros-de-Párrafo"
25711
25712 \end_inset
25713
25714
25715 \begin_inset LatexCommand index
25716 name "Cuadros ! de Párrafo"
25717
25718 \end_inset
25719
25720
25721 \end_layout
25722
25723 \begin_layout Standard
25724 Los cuadros de párrafo son similares a las minipáginas con la diferencia
25725  de que no pueden contener notas al pie.
25726   La diferencia principal es que las minipáginas no son verdaderos cuadros
25727  sino entornos de LaTeX.
25728 \end_layout
25729
25730 \begin_layout Standard
25731 \align center
25732 \begin_inset Box Frameless
25733 position "t"
25734 hor_pos "c"
25735 has_inner_box 1
25736 inner_pos "t"
25737 use_parbox 1
25738 width "33col%"
25739 special "none"
25740 height "1in"
25741 height_special "totalheight"
25742 status collapsed
25743
25744 \begin_layout Standard
25745 Texto en un cuadro de párrafo.
25746  Texto en un cuadro de párrafo.
25747  Esta nota no aparece:
25748 \begin_inset Foot
25749 status open
25750
25751 \begin_layout Standard
25752 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
25753 \end_layout
25754
25755 \end_inset
25756
25757
25758 \end_layout
25759
25760 \end_inset
25761
25762
25763 \end_layout
25764
25765 \begin_layout Section
25766 Cuadros para Palabras y Caracteres
25767 \begin_inset LatexCommand index
25768 name "Cuadros ! para Palabras y Caracteres"
25769
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \begin_layout Subsection
25776 Evitar la Partición con Guiones
25777 \begin_inset LatexCommand label
25778 name "sec:Evitar-la-Partición-con-Guiones"
25779
25780 \end_inset
25781
25782
25783 \begin_inset LatexCommand index
25784 name "Cuadros ! Prevenir Partición con Guiones"
25785
25786 \end_inset
25787
25788
25789 \end_layout
25790
25791 \begin_layout Standard
25792 Hay un tipo especial de cuadro para impedir que una palabra sea partida
25793  con guión.
25794 \newline
25795 He aquí un ejemplo:
25796 \end_layout
25797
25798 \begin_layout Standard
25799 Esta línea es un ejemplo para mostrar cómo evitar la división de p.\InsetSpace \thinspace{}
25800 e.\InsetSpace ~
25801 estalarguísim
25802 apalabra.
25803 \end_layout
25804
25805 \begin_layout Standard
25806 Para evitar su división usa el comando
25807 \end_layout
25808
25809 \begin_layout Standard
25810
25811 \series bold
25812
25813 \backslash
25814 mbox{
25815 \end_layout
25816
25817 \begin_layout Standard
25818 en ERT antes de la palabra.
25819  Tras ella inserta una llave de cierre 
25820 \begin_inset Quotes eld
25821 \end_inset
25822
25823
25824 \series bold
25825 }
25826 \series default
25827
25828 \begin_inset Quotes erd
25829 \end_inset
25830
25831  en ERT.
25832 \begin_inset ERT
25833 status collapsed
25834
25835 \begin_layout Standard
25836
25837
25838 \backslash
25839 pagebreak 
25840 \end_layout
25841
25842 \end_inset
25843
25844
25845 \end_layout
25846
25847 \begin_layout Standard
25848 Este es el resultado:
25849 \end_layout
25850
25851 \begin_layout Standard
25852 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
25853 e.\InsetSpace ~
25854
25855 \begin_inset ERT
25856 status collapsed
25857
25858 \begin_layout Standard
25859
25860
25861 \backslash
25862 mbox{
25863 \end_layout
25864
25865 \end_inset
25866
25867 estalarguísimapalabra.
25868 \begin_inset ERT
25869 status collapsed
25870
25871 \begin_layout Standard
25872
25873 }
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \end_layout
25880
25881 \begin_layout Standard
25882 Por supuesto, la palabra sobresale del margen.
25883  Para evitarlo añade, con el menú 
25884 \family sans
25885 Insertar\SpecialChar \menuseparator
25886 Formato\InsetSpace ~
25887 especial\InsetSpace ~
25888 \SpecialChar \menuseparator
25889 Salto\InsetSpace ~
25890 de\InsetSpace ~
25891
25892 \family default
25893 línea (atajo 
25894 \series bold
25895 Ctrl-Return
25896 \series default
25897 ), un salto de línea antes de la palabra:
25898 \end_layout
25899
25900 \begin_layout Standard
25901 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
25902 e.\InsetSpace ~
25903
25904 \newline
25905
25906 \begin_inset ERT
25907 status collapsed
25908
25909 \begin_layout Standard
25910
25911
25912 \backslash
25913 mbox{
25914 \end_layout
25915
25916 \end_inset
25917
25918 estalarguísimapalabra.
25919 \begin_inset ERT
25920 status collapsed
25921
25922 \begin_layout Standard
25923
25924 }
25925 \end_layout
25926
25927 \end_inset
25928
25929
25930 \end_layout
25931
25932 \begin_layout Subsection
25933 Alineación Vertical
25934 \begin_inset LatexCommand label
25935 name "sub:Alineación-Vertical"
25936
25937 \end_inset
25938
25939
25940 \begin_inset LatexCommand index
25941 name "Cuadros ! para Alineación Vertical"
25942
25943 \end_inset
25944
25945
25946 \end_layout
25947
25948 \begin_layout Standard
25949 Con ayuda del comando 
25950 \series bold
25951
25952 \backslash
25953 raisebox
25954 \series default
25955  puedes alinear verticalmente con el texto circundante palabras o caracteres.
25956  
25957 \series bold
25958
25959 \backslash
25960 raisebox
25961 \series default
25962  se utiliza según el esquema:
25963 \end_layout
25964
25965 \begin_layout Standard
25966
25967 \series bold
25968
25969 \backslash
25970 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
25971 \end_layout
25972
25973 \begin_layout Standard
25974 La elevación puede ser un valor positivo para subir el cuadro o negativo
25975  para bajarlo.
25976 \end_layout
25977
25978 \begin_layout Standard
25979 Para alinear una palabra, p.\InsetSpace \thinspace{}
25980 e\InsetSpace ~
25981
25982 \begin_inset Quotes eld
25983 \end_inset
25984
25985 prevención
25986 \begin_inset Quotes erd
25987 \end_inset
25988
25989  para que la parte inferior de la letra más 
25990 \begin_inset Quotes eld
25991 \end_inset
25992
25993 profunda
25994 \begin_inset Quotes erd
25995 \end_inset
25996
25997  
25998 \begin_inset Quotes eld
25999 \end_inset
26000
26001 p
26002 \begin_inset Quotes erd
26003 \end_inset
26004
26005  esté en la línea de base, inserta el comando
26006 \end_layout
26007
26008 \begin_layout Standard
26009
26010 \series bold
26011
26012 \backslash
26013 raisebox{
26014 \backslash
26015 depth}{
26016 \end_layout
26017
26018 \begin_layout Standard
26019 en ERT antes de la palabra.
26020  Detrás de la palabra inserta una llave de cierre 
26021 \begin_inset Quotes eld
26022 \end_inset
26023
26024
26025 \series bold
26026 }
26027 \series default
26028
26029 \begin_inset Quotes erd
26030 \end_inset
26031
26032  en ERT.
26033 \newline
26034 Este es el resultado:
26035 \end_layout
26036
26037 \begin_layout Standard
26038 Esto es una línea de texto con la palabra 
26039 \begin_inset ERT
26040 status open
26041
26042 \begin_layout Standard
26043
26044
26045 \backslash
26046 raisebox{
26047 \backslash
26048 depth}{
26049 \end_layout
26050
26051 \end_inset
26052
26053
26054 \begin_inset Quotes eld
26055 \end_inset
26056
26057 prevención
26058 \begin_inset Quotes erd
26059 \end_inset
26060
26061
26062 \begin_inset ERT
26063 status collapsed
26064
26065 \begin_layout Standard
26066
26067 }
26068 \end_layout
26069
26070 \end_inset
26071
26072  elevada.
26073 \end_layout
26074
26075 \begin_layout Standard
26076 \begin_inset VSpace bigskip
26077 \end_inset
26078
26079 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
26080 \end_layout
26081
26082 \begin_layout Standard
26083 Esto es una línea de texto con la palabra 
26084 \begin_inset ERT
26085 status open
26086
26087 \begin_layout Standard
26088
26089
26090 \backslash
26091 raisebox{-
26092 \backslash
26093 depth}{
26094 \end_layout
26095
26096 \end_inset
26097
26098
26099 \begin_inset Quotes eld
26100 \end_inset
26101
26102 prevención
26103 \begin_inset Quotes erd
26104 \end_inset
26105
26106
26107 \begin_inset ERT
26108 status collapsed
26109
26110 \begin_layout Standard
26111
26112 }
26113 \end_layout
26114
26115 \end_inset
26116
26117  como palabra más baja.
26118 \newline
26119 Esto es una línea de texto con la palabra 
26120 \begin_inset ERT
26121 status collapsed
26122
26123 \begin_layout Standard
26124
26125
26126 \backslash
26127 raisebox{0.5cm}{
26128 \end_layout
26129
26130 \end_inset
26131
26132
26133 \begin_inset Quotes eld
26134 \end_inset
26135
26136 testigo
26137 \begin_inset Quotes erd
26138 \end_inset
26139
26140
26141 \begin_inset ERT
26142 status collapsed
26143
26144 \begin_layout Standard
26145
26146 }
26147 \end_layout
26148
26149 \end_inset
26150
26151  como palabra más alta.
26152 \end_layout
26153
26154 \begin_layout Standard
26155 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
26156  Por ejemplo
26157 \end_layout
26158
26159 \begin_layout Standard
26160
26161 \series bold
26162
26163 \backslash
26164 raisebox{-
26165 \backslash
26166 depth}[0pt]{
26167 \end_layout
26168
26169 \begin_layout Standard
26170 Esto es una línea de texto con la palabra 
26171 \begin_inset ERT
26172 status collapsed
26173
26174 \begin_layout Standard
26175
26176
26177 \backslash
26178 raisebox{-
26179 \backslash
26180 depth}[0pt]{
26181 \end_layout
26182
26183 \end_inset
26184
26185
26186 \begin_inset Quotes eld
26187 \end_inset
26188
26189 prevención
26190 \begin_inset Quotes erd
26191 \end_inset
26192
26193
26194 \begin_inset ERT
26195 status collapsed
26196
26197 \begin_layout Standard
26198
26199 }
26200 \end_layout
26201
26202 \end_inset
26203
26204  como palabra más baja.
26205 \newline
26206 Esto es una línea de texto con la palabra 
26207 \begin_inset ERT
26208 status collapsed
26209
26210 \begin_layout Standard
26211
26212
26213 \backslash
26214 raisebox{0.5cm}[0pt]{
26215 \end_layout
26216
26217 \end_inset
26218
26219
26220 \begin_inset Quotes eld
26221 \end_inset
26222
26223 testigo
26224 \begin_inset Quotes erd
26225 \end_inset
26226
26227
26228 \begin_inset ERT
26229 status collapsed
26230
26231 \begin_layout Standard
26232
26233 }
26234 \end_layout
26235
26236 \end_inset
26237
26238  como palabra más alta.
26239 \end_layout
26240
26241 \begin_layout Section
26242 Cuadros Coloreados
26243 \begin_inset LatexCommand label
26244 name "sec:Cuadros-Coloreados"
26245
26246 \end_inset
26247
26248
26249 \begin_inset LatexCommand index
26250 name "Cuadros ! Color"
26251
26252 \end_inset
26253
26254
26255 \end_layout
26256
26257 \begin_layout Subsection
26258 Color en Texto
26259 \begin_inset LatexCommand index
26260 name "Color ! en Texto"
26261
26262 \end_inset
26263
26264
26265 \end_layout
26266
26267 \begin_layout Standard
26268 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
26269  Esto requiere cargar el paquete LaTeX 
26270 \series bold
26271 color
26272 \series default
26273
26274 \begin_inset LatexCommand index
26275 name "LaTeX-paquetes ! color"
26276
26277 \end_inset
26278
26279  en el preámbulo del documento con
26280 \end_layout
26281
26282 \begin_layout Standard
26283
26284 \series bold
26285
26286 \backslash
26287 @ifundef\SpecialChar \textcompwordmark{}
26288 ined{textcolor}
26289 \newline
26290
26291 \begin_inset ERT
26292 status collapsed
26293
26294 \begin_layout Standard
26295
26296
26297 \backslash
26298 hphantom{ }
26299 \end_layout
26300
26301 \end_inset
26302
26303 {
26304 \backslash
26305 usepackage{color}}{}
26306 \end_layout
26307
26308 \begin_layout Standard
26309 LyX cargará automáticamente el paquete 
26310 \series bold
26311 color
26312 \series default
26313  cuando colorees texto
26314 \begin_inset Foot
26315 status collapsed
26316
26317 \begin_layout Standard
26318 Para evitar cargarlo dos veces se usa el comando 
26319 \series bold
26320
26321 \backslash
26322 @ifundef\SpecialChar \textcompwordmark{}
26323 ined
26324 \series default
26325 .
26326 \end_layout
26327
26328 \end_inset
26329
26330 .
26331 \end_layout
26332
26333 \begin_layout Standard
26334 \begin_inset VSpace medskip
26335 \end_inset
26336
26337 Los cuadros coloreados se crean con el comando 
26338 \series bold
26339
26340 \backslash
26341 colorbox
26342 \series default
26343 , de acuerdo con el siguiente esquema:
26344 \end_layout
26345
26346 \begin_layout Standard
26347
26348 \series bold
26349
26350 \backslash
26351 colorbox{color}{contenido del cuadro}
26352 \end_layout
26353
26354 \begin_layout Standard
26355 El contenido también puede ser un cuadro y los cuadros coloreados también
26356  pueden estar en otros cuadros.
26357 \end_layout
26358
26359 \begin_layout Standard
26360 Los siguientes colores están predefinidos:
26361 \newline
26362
26363 \family sans
26364 negro
26365 \family default
26366
26367 \family sans
26368 azul
26369 \family default
26370
26371 \family sans
26372 cyan
26373 \family default
26374 \series bold
26375 ,
26376 \series default
26377  
26378 \family sans
26379 verde
26380 \family default
26381
26382 \family sans
26383 magenta
26384 \family default
26385
26386 \family sans
26387 rojo
26388 \family default
26389
26390 \family sans
26391 blanco
26392 \family default
26393
26394 \family sans
26395 amarillo
26396 \family default
26397 .
26398 \newline
26399 También puedes definir tus propios colores según se explica en la sección\InsetSpace ~
26400
26401 \begin_inset LatexCommand ref
26402 reference "sec:Tablas-Coloreadas"
26403
26404 \end_inset
26405
26406 .
26407 \end_layout
26408
26409 \begin_layout Standard
26410 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
26411 \end_layout
26412
26413 \begin_layout Standard
26414
26415 \series bold
26416
26417 \backslash
26418 colorbox{red}{
26419 \end_layout
26420
26421 \begin_layout Standard
26422 en ERT antes de la palabra.
26423  Tras la palabra inserta una llave de cierre 
26424 \begin_inset Quotes eld
26425 \end_inset
26426
26427
26428 \series bold
26429 }
26430 \series default
26431
26432 \begin_inset Quotes erd
26433 \end_inset
26434
26435  en ERT.
26436 \newline
26437 Este es el resultado:
26438 \end_layout
26439
26440 \begin_layout Standard
26441 Línea en la que la palabra 
26442 \begin_inset ERT
26443 status collapsed
26444
26445 \begin_layout Standard
26446
26447
26448 \backslash
26449 colorbox{red}{
26450 \end_layout
26451
26452 \end_inset
26453
26454
26455 \begin_inset Quotes eld
26456 \end_inset
26457
26458 ¡Atención!
26459 \begin_inset Quotes erd
26460 \end_inset
26461
26462
26463 \begin_inset ERT
26464 status collapsed
26465
26466 \begin_layout Standard
26467
26468 }
26469 \end_layout
26470
26471 \end_inset
26472
26473  tiene fondo rojo.
26474 \end_layout
26475
26476 \begin_layout Standard
26477 \begin_inset VSpace bigskip
26478 \end_inset
26479
26480 Si quieres un marco de distinto color, puedes emplear el comando 
26481 \series bold
26482
26483 \backslash
26484 fcolorbox
26485 \series default
26486  con el esquema siguiente:
26487 \end_layout
26488
26489 \begin_layout Standard
26490
26491 \series bold
26492
26493 \backslash
26494 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
26495 \end_layout
26496
26497 \begin_layout Standard
26498
26499 \series bold
26500
26501 \backslash
26502 fcolorbox
26503 \series default
26504  es una extensión de 
26505 \series bold
26506
26507 \backslash
26508 colorbox
26509 \series default
26510 .
26511  El grosor del marco y el espacio entre él y el contenido se puede ajustar
26512  con las longitudes 
26513 \series bold
26514
26515 \backslash
26516 fboxrule
26517 \series default
26518  y 
26519 \series bold
26520
26521 \backslash
26522 fboxsep
26523 \series default
26524 , respectivamente, como se describe en la sección\InsetSpace ~
26525
26526 \begin_inset LatexCommand ref
26527 reference "sec:Cuadros-Enmarcados"
26528
26529 \end_inset
26530
26531 .
26532 \end_layout
26533
26534 \begin_layout Standard
26535 Para el ejemplo siguiente se ha utilizado el comando
26536 \end_layout
26537
26538 \begin_layout Standard
26539
26540 \series bold
26541
26542 \backslash
26543 fcolorbox{cyan}{magenta}{
26544 \end_layout
26545
26546 \begin_layout Standard
26547 Este es un ejemplo en el que se ha puesto un grosor de 1\InsetSpace \thinspace{}
26548 mm para la línea
26549  del marco:
26550 \newline
26551
26552 \begin_inset ERT
26553 status collapsed
26554
26555 \begin_layout Standard
26556
26557
26558 \backslash
26559 fboxrule 1mm 
26560 \backslash
26561 fboxsep 1mm
26562 \end_layout
26563
26564 \end_inset
26565
26566
26567 \begin_inset ERT
26568 status collapsed
26569
26570 \begin_layout Standard
26571
26572
26573 \backslash
26574 fcolorbox{cyan}{magenta}{
26575 \end_layout
26576
26577 \end_inset
26578
26579 Texto en un marco coloreado y enmarcado.
26580 \begin_inset ERT
26581 status collapsed
26582
26583 \begin_layout Standard
26584
26585 }
26586 \end_layout
26587
26588 \end_inset
26589
26590
26591 \end_layout
26592
26593 \begin_layout Standard
26594 \begin_inset VSpace bigskip
26595 \end_inset
26596
26597 Por supuesto también puedes colorear el texto en un marco coloreado:
26598 \newline
26599
26600 \begin_inset ERT
26601 status collapsed
26602
26603 \begin_layout Standard
26604
26605
26606 \backslash
26607 fcolorbox{cyan}{magenta}{
26608 \end_layout
26609
26610 \end_inset
26611
26612
26613 \color yellow
26614 Texto coloreado en un marco sombreado y coloreado.
26615 \color none
26616
26617 \begin_inset ERT
26618 status collapsed
26619
26620 \begin_layout Standard
26621
26622 }
26623 \end_layout
26624
26625 \end_inset
26626
26627
26628 \begin_inset ERT
26629 status collapsed
26630
26631 \begin_layout Standard
26632
26633
26634 \backslash
26635 fboxrule 0.4pt 
26636 \backslash
26637 fboxsep 3pt
26638 \end_layout
26639
26640 \end_inset
26641
26642
26643 \end_layout
26644
26645 \begin_layout Standard
26646
26647 \series bold
26648 \begin_inset VSpace medskip
26649 \end_inset
26650
26651
26652 \end_layout
26653
26654 \begin_layout Standard
26655 \begin_inset Note Greyedout
26656 status open
26657
26658 \begin_layout Standard
26659
26660 \series bold
26661 Nota:
26662 \series default
26663  El texto en cuadros coloreados no puede tener saltos de línea.
26664  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
26665  coloreado como se describe a continuación.
26666 \end_layout
26667
26668 \end_inset
26669
26670
26671 \end_layout
26672
26673 \begin_layout Subsection
26674 Color en Párrafos
26675 \begin_inset LatexCommand label
26676 name "sub:Color-en-Párrafos"
26677
26678 \end_inset
26679
26680
26681 \begin_inset LatexCommand index
26682 name "Color ! en Párrafos"
26683
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \begin_layout Standard
26690 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
26691  Antes de la minipágina inserta el comando 
26692 \series bold
26693
26694 \backslash
26695 colorbox
26696 \end_layout
26697
26698 \begin_layout Standard
26699
26700 \series bold
26701
26702 \backslash
26703 colorbox{color}{
26704 \end_layout
26705
26706 \begin_layout Standard
26707 en ERT.
26708  Detrás de la minipágina inserta una llave de cierre 
26709 \begin_inset Quotes eld
26710 \end_inset
26711
26712
26713 \series bold
26714 }
26715 \series default
26716
26717 \begin_inset Quotes erd
26718 \end_inset
26719
26720  en ERT.
26721 \end_layout
26722
26723 \begin_layout Standard
26724 \begin_inset ERT
26725 status collapsed
26726
26727 \begin_layout Standard
26728
26729
26730 \backslash
26731 colorbox{grisclaro}{
26732 \end_layout
26733
26734 \end_inset
26735
26736
26737 \begin_inset Box Frameless
26738 position "t"
26739 hor_pos "c"
26740 has_inner_box 1
26741 inner_pos "t"
26742 use_parbox 0
26743 width "100col%"
26744 special "none"
26745 height "1in"
26746 height_special "totalheight"
26747 status open
26748
26749 \begin_layout Standard
26750 Texto con color de fondo.
26751  Texto con color de fondo.
26752 \end_layout
26753
26754 \begin_layout Standard
26755 \begin_inset VSpace defskip
26756 \end_inset
26757
26758 El texto puede tener notas al pie
26759 \begin_inset Foot
26760 status open
26761
26762 \begin_layout Standard
26763 Otro ejemplo de nota
26764 \end_layout
26765
26766 \end_inset
26767
26768  y puede incluir tablas y figuras.
26769 \end_layout
26770
26771 \begin_layout Standard
26772 \align center
26773 \begin_inset Tabular
26774 <lyxtabular version="3" rows="3" columns="3">
26775 <features>
26776 <column alignment="center" valignment="top" leftline="true" width="0">
26777 <column alignment="center" valignment="top" leftline="true" width="0">
26778 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26779 <row topline="true">
26780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26781 \begin_inset Text
26782
26783 \begin_layout Standard
26784 a
26785 \end_layout
26786
26787 \end_inset
26788 </cell>
26789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26790 \begin_inset Text
26791
26792 \begin_layout Standard
26793 !
26794 \end_layout
26795
26796 \end_inset
26797 </cell>
26798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26799 \begin_inset Text
26800
26801 \begin_layout Standard
26802 3
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 </row>
26808 <row topline="true">
26809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Standard
26813 <
26814 \end_layout
26815
26816 \end_inset
26817 </cell>
26818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26819 \begin_inset Text
26820
26821 \begin_layout Standard
26822 b2
26823 \begin_inset Quotes erd
26824 \end_inset
26825
26826 |
26827 \end_layout
26828
26829 \end_inset
26830 </cell>
26831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26832 \begin_inset Text
26833
26834 \begin_layout Standard
26835 >
26836 \end_layout
26837
26838 \end_inset
26839 </cell>
26840 </row>
26841 <row topline="true" bottomline="true">
26842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26843 \begin_inset Text
26844
26845 \begin_layout Standard
26846 1
26847 \end_layout
26848
26849 \end_inset
26850 </cell>
26851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Standard
26855 §
26856 \end_layout
26857
26858 \end_inset
26859 </cell>
26860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26861 \begin_inset Text
26862
26863 \begin_layout Standard
26864 c
26865 \end_layout
26866
26867 \end_inset
26868 </cell>
26869 </row>
26870 </lyxtabular>
26871
26872 \end_inset
26873
26874
26875 \end_layout
26876
26877 \end_inset
26878
26879
26880 \begin_inset ERT
26881 status collapsed
26882
26883 \begin_layout Standard
26884
26885 }
26886 \end_layout
26887
26888 \end_inset
26889
26890
26891 \end_layout
26892
26893 \begin_layout Section
26894 URLs (Localizador Uniforme de Recursos)
26895 \begin_inset LatexCommand index
26896 name "URLs"
26897
26898 \end_inset
26899
26900
26901 \end_layout
26902
26903 \begin_layout Standard
26904 Los enlaces a páginas web o direcciones de correo se insertan con el menú
26905  
26906 \family sans
26907 Insertar\SpecialChar \menuseparator
26908 URL
26909 \family default
26910 .
26911  Surge un diálogo con dos campos; el campo 
26912 \family sans
26913 URL
26914 \family default
26915  y el campo 
26916 \family sans
26917 Nombre
26918 \family default
26919  para la descripción del URL, que saldrá impreso como texto normal inmediatament
26920 e antes del URL.
26921 \end_layout
26922
26923 \begin_layout Standard
26924 He aquí un ejemplo de URL: 
26925 \begin_inset LatexCommand url
26926 name "Página de LyX"
26927 target "http://www.lyx.org"
26928
26929 \end_inset
26930
26931
26932 \end_layout
26933
26934 \begin_layout Standard
26935 La opción 
26936 \family sans
26937 Generar\InsetSpace ~
26938 hiperenlace
26939 \family default
26940  en el diálogo URL sólo tiene efecto al exportar el documento al formato
26941  
26942 \begin_inset Quotes eld
26943 \end_inset
26944
26945
26946 \family sans
26947 LinuxDoc
26948 \family default
26949
26950 \begin_inset Quotes erd
26951 \end_inset
26952
26953 .
26954 \end_layout
26955
26956 \begin_layout Standard
26957 No se puede cambiar el estilo del texto del enlace.
26958  El texto del campo 
26959 \family sans
26960 Nombre
26961 \family default
26962  tendrá el estilo de texto predeterminado para el documento mientras que
26963  el texto del campo 
26964 \family sans
26965 URL
26966 \family default
26967  tendrá el estilo 
26968 \begin_inset Quotes eld
26969 \end_inset
26970
26971
26972 \family sans
26973 Typewriter
26974 \family default
26975
26976 \begin_inset Quotes erd
26977 \end_inset
26978
26979 .
26980 \end_layout
26981
26982 \begin_layout Standard
26983 Cuando usas el paquete LaTeX 
26984 \series bold
26985 hyperref
26986 \series default
26987
26988 \begin_inset LatexCommand index
26989 name "LaTeX-paquetes ! hyperref"
26990
26991 \end_inset
26992
26993  para enlazar referencias cruzadas, en las salidas DVI y PDF los URLs se
26994  convierten automáticamente en hiperenlaces disponibles.
26995 \end_layout
26996
26997 \begin_layout Standard
26998 \begin_inset Note Greyedout
26999 status open
27000
27001 \begin_layout Standard
27002
27003 \series bold
27004 Nota:
27005 \series default
27006  Cuando utilices los caracteres: "%", "#", "^", debes escribirlos precedidos
27007  por una barra invertida, p.\InsetSpace \thinspace{}
27008 e.\InsetSpace ~
27009
27010 \begin_inset Quotes eld
27011 \end_inset
27012
27013
27014 \backslash
27015 #
27016 \begin_inset Quotes erd
27017 \end_inset
27018
27019 .
27020  Los URLs no deben finalizar con una barra invertida.
27021 \end_layout
27022
27023 \end_inset
27024
27025
27026 \end_layout
27027
27028 \begin_layout Standard
27029 \begin_inset VSpace bigskip
27030 \end_inset
27031
27032 Para crear hiperenlaces reales sin tener que escribir la dirección del enlace
27033  en el texto, puedes usar el comando
27034 \end_layout
27035
27036 \begin_layout Standard
27037
27038 \series bold
27039
27040 \backslash
27041 href{dirección del enlace}{texto del enlace}
27042 \end_layout
27043
27044 \begin_layout Standard
27045 en ERT.
27046  Por ejemplo, para conseguir un enlace a la página web de LyX, escribe el
27047  comando
27048 \end_layout
27049
27050 \begin_layout Standard
27051
27052 \series bold
27053
27054 \backslash
27055 href{http://www.lyx.org}{
27056 \end_layout
27057
27058 \begin_layout Standard
27059 en ERT.
27060  Inserta después del comando el texto del enlace 
27061 \begin_inset Quotes eld
27062 \end_inset
27063
27064 Página de LyX
27065 \begin_inset Quotes erd
27066 \end_inset
27067
27068  seguido por una llave en ERT.
27069  Este es el resultado: 
27070 \begin_inset ERT
27071 status collapsed
27072
27073 \begin_layout Standard
27074
27075
27076 \backslash
27077 href{http://www.lyx.org}{
27078 \end_layout
27079
27080 \end_inset
27081
27082 Página de LyX
27083 \begin_inset ERT
27084 status collapsed
27085
27086 \begin_layout Standard
27087
27088 }
27089 \end_layout
27090
27091 \end_inset
27092
27093
27094 \end_layout
27095
27096 \begin_layout Standard
27097 Para enlazar a direcciones de correo, añade el prefijo 
27098 \begin_inset Quotes eld
27099 \end_inset
27100
27101
27102 \family sans
27103 mailto:
27104 \family default
27105
27106 \begin_inset Quotes erd
27107 \end_inset
27108
27109  a la dirección del enlace:
27110 \newline
27111 Correo para 
27112 \begin_inset ERT
27113 status collapsed
27114
27115 \begin_layout Standard
27116
27117
27118 \backslash
27119 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
27120 \end_layout
27121
27122 \end_inset
27123
27124 la lista de correo de documentación de LyX (lyx-docs)
27125 \begin_inset ERT
27126 status collapsed
27127
27128 \begin_layout Standard
27129
27130 }
27131 \end_layout
27132
27133 \end_inset
27134
27135 .
27136 \end_layout
27137
27138 \begin_layout Standard
27139 Emplear 
27140 \series bold
27141
27142 \backslash
27143 href
27144 \series default
27145  en vez del cuadro URL de LyX tiene la ventaja de que puedes especificar
27146  el estilo de texto del enlace como en las demás partes del texto.
27147  Puedes poner guiones y saltos de línea forzados para dividir textos extensos
27148  de enlaces en el margen de página.
27149  También puedes cambiar el estilo de texto para todos los URLs en el documento
27150  con una opción en el comando de carga de 
27151 \series bold
27152 hyperref
27153 \series default
27154 .
27155  Además las restricciones mencionadas antes no se aplican a 
27156 \series bold
27157
27158 \backslash
27159 href
27160 \series default
27161 .
27162 \end_layout
27163
27164 \begin_layout Chapter
27165 Archivos
27166 \begin_inset LatexCommand index
27167 name "Archivos, insertar"
27168
27169 \end_inset
27170
27171
27172 \end_layout
27173
27174 \begin_layout Standard
27175 Con el menú 
27176 \family sans
27177 Insertar\SpecialChar \menuseparator
27178 Archivo 
27179 \family default
27180 se pueden insertar archivos externos en un documento.
27181  Estos pueden ser:
27182 \end_layout
27183
27184 \begin_layout Description
27185 Documento\InsetSpace ~
27186 LyX Otro documento LyX; su contenido se inserta directamente en
27187  tu documento.
27188 \end_layout
27189
27190 \begin_layout Description
27191 Texto\InsetSpace ~
27192 simple\InsetSpace ~
27193 como\InsetSpace ~
27194 líneas Un documento de texto; cada línea del mismo se inserta
27195  en tu documento como un nuevo párrafo.
27196 \end_layout
27197
27198 \begin_layout Description
27199 Texto\InsetSpace ~
27200 simple\InsetSpace ~
27201 como\InsetSpace ~
27202 párrafos Un documento de texto; cada línea del texto se inserta
27203  tal como está, formando un solo párrafo.
27204  Las líneas vacías generan un nuevo párrafo en tu documento.
27205 \end_layout
27206
27207 \begin_layout Description
27208 Material\InsetSpace ~
27209 externo Archivos en diversos formatos.
27210 \end_layout
27211
27212 \begin_layout Description
27213 Documento\InsetSpace ~
27214 hijo Documentos LyX, LaTeX o texto simple.
27215 \end_layout
27216
27217 \begin_layout Section
27218 Material Externo
27219 \begin_inset LatexCommand index
27220 name "Material Externo"
27221
27222 \end_inset
27223
27224
27225 \end_layout
27226
27227 \begin_layout Standard
27228 Esta característica te permite insertar archivos en tu documento sin convertirlo
27229 s previamente a un formato legible en la salida, ya que LyX se ocupa de
27230  las necesarias conversiones.
27231  Esto es parecido a la inserción de imágenes en diversos formatos en los
27232  documentos LyX.
27233 \end_layout
27234
27235 \begin_layout Standard
27236 El material externo se puede insertar mediante el diálogo que surge a partir
27237  del menú 
27238 \family sans
27239 Insertar\SpecialChar \menuseparator
27240 Archivo\SpecialChar \menuseparator
27241 Material\InsetSpace ~
27242 externo
27243 \family default
27244 .
27245  Actualmente se permiten los siguientes tipos de archivo (
27246 \family sans
27247 Plantillas
27248 \family default
27249 ):
27250 \end_layout
27251
27252 \begin_layout Description
27253 Diagrama\InsetSpace ~
27254 de\InsetSpace ~
27255 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez
27256  hechos con el programa 
27257 \begin_inset ERT
27258 status collapsed
27259
27260 \begin_layout Standard
27261
27262
27263 \backslash
27264 href{http://en.wikipedia.org/wiki/XBoard}{
27265 \end_layout
27266
27267 \end_inset
27268
27269
27270 \series bold
27271 XBoard
27272 \series default
27273
27274 \begin_inset ERT
27275 status collapsed
27276
27277 \begin_layout Standard
27278
27279 }
27280 \end_layout
27281
27282 \end_inset
27283
27284 .
27285 \end_layout
27286
27287 \begin_layout Description
27288 Fecha Esta inserta la fecha en el formato 
27289 \emph on
27290 Día-Mes-Año.
27291
27292 \emph default
27293  A continuación hay una fecha insertada como material externo: 
27294 \begin_inset External
27295         template Date
27296         filename .
27297
27298 \end_inset
27299
27300
27301 \newline
27302 La fecha no se muestra en LyX, solo en la salida.
27303  Hay otros dos métodos de insertar una fecha, con el menú 
27304 \family sans
27305 Insertar\SpecialChar \menuseparator
27306 Fecha
27307 \family default
27308  y con el comando LaTeX 
27309 \series bold
27310
27311 \backslash
27312 today
27313 \series default
27314  en ERT.
27315  Los distintos métodos se comparan en la tabla\InsetSpace ~
27316
27317 \begin_inset LatexCommand ref
27318 reference "tab:Comparación-de"
27319
27320 \end_inset
27321
27322 .
27323 \end_layout
27324
27325 \begin_layout Description
27326 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
27327 \begin_inset ERT
27328 status collapsed
27329
27330 \begin_layout Standard
27331
27332
27333 \backslash
27334 linebreak 
27335 \end_layout
27336
27337 \end_inset
27338
27339
27340 \begin_inset ERT
27341 status collapsed
27342
27343 \begin_layout Standard
27344
27345
27346 \backslash
27347 href{http://en.wikipedia.org/wiki/LilyPond}{
27348 \end_layout
27349
27350 \end_inset
27351
27352
27353 \series bold
27354 LilyPond
27355 \series default
27356
27357 \begin_inset ERT
27358 status collapsed
27359
27360 \begin_layout Standard
27361
27362 }
27363 \end_layout
27364
27365 \end_inset
27366
27367 .
27368 \begin_inset Note Note
27369 status collapsed
27370
27371 \begin_layout Standard
27372 El comando 
27373 \series bold
27374
27375 \backslash
27376 linebreak
27377 \series default
27378  quiebra la línea de forma que el texto precedente se extiende hasta ajustarse
27379  al margen de página.
27380 \end_layout
27381
27382 \end_inset
27383
27384
27385 \end_layout
27386
27387 \begin_layout Description
27388 RasterImage Sirve para insertar imágenes bitmap.
27389  Casi todos los formatos populares de imágenes están soportados.
27390  Las imágenes se pueden tratar en el diálogo 
27391 \family sans
27392 Material Externo
27393 \family default
27394  como las que habitualmente se incluyen mediante el diálogo 
27395 \family sans
27396 Gráficos
27397 \family default
27398 , tal como se explica en la sección\InsetSpace ~
27399
27400 \begin_inset LatexCommand ref
27401 reference "sec:Diálogo-Gráficos"
27402
27403 \end_inset
27404
27405 .
27406  La diferencia es que solo se permiten imágenes bitmap, por tanto las imágenes
27407  PDF y EPS no están soportadas.
27408 \end_layout
27409
27410 \begin_layout Description
27411 XFig Esta plantilla soporta imágenes creadas con el programa 
27412 \begin_inset ERT
27413 status collapsed
27414
27415 \begin_layout Standard
27416
27417
27418 \backslash
27419 href{http://en.wikipedia.org/wiki/Xfig}{
27420 \end_layout
27421
27422 \end_inset
27423
27424
27425 \series bold
27426 Xfig
27427 \series default
27428
27429 \begin_inset ERT
27430 status collapsed
27431
27432 \begin_layout Standard
27433
27434 }
27435 \end_layout
27436
27437 \end_inset
27438
27439 .
27440 \end_layout
27441
27442 \begin_layout Standard
27443 \begin_inset Float table
27444 placement h
27445 wide false
27446 sideways false
27447 status open
27448
27449 \begin_layout Standard
27450 \begin_inset Caption
27451
27452 \begin_layout Standard
27453 \begin_inset LatexCommand label
27454 name "tab:Comparación-de"
27455
27456 \end_inset
27457
27458 Comparación de los métodos de inserción de fecha.
27459 \end_layout
27460
27461 \end_inset
27462
27463
27464 \end_layout
27465
27466 \begin_layout Standard
27467 \align center
27468 \begin_inset Tabular
27469 <lyxtabular version="3" rows="4" columns="4">
27470 <features>
27471 <column alignment="center" valignment="top" leftline="true" width="0">
27472 <column alignment="center" valignment="top" leftline="true" width="0">
27473 <column alignment="center" valignment="top" leftline="true" width="0">
27474 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
27475 <row topline="true">
27476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27477 \begin_inset Text
27478
27479 \begin_layout Standard
27480 Tipo del Documento
27481 \end_layout
27482
27483 \end_inset
27484 </cell>
27485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27486 \begin_inset Text
27487
27488 \begin_layout Standard
27489
27490 \family sans
27491 Material Externo\SpecialChar \menuseparator
27492 Fecha
27493 \end_layout
27494
27495 \end_inset
27496 </cell>
27497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27498 \begin_inset Text
27499
27500 \begin_layout Standard
27501
27502 \family sans
27503 Insertar\SpecialChar \menuseparator
27504 Fecha
27505 \end_layout
27506
27507 \end_inset
27508 </cell>
27509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27510 \begin_inset Text
27511
27512 \begin_layout Standard
27513 comando 
27514 \series bold
27515
27516 \backslash
27517 today
27518 \end_layout
27519
27520 \end_inset
27521 </cell>
27522 </row>
27523 <row topline="true">
27524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27525 \begin_inset Text
27526
27527 \begin_layout Standard
27528 LyX
27529 \end_layout
27530
27531 \end_inset
27532 </cell>
27533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27534 \begin_inset Text
27535
27536 \begin_layout Standard
27537 como cuadro
27538 \end_layout
27539
27540 \end_inset
27541 </cell>
27542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27543 \begin_inset Text
27544
27545 \begin_layout Standard
27546 como fecha
27547 \end_layout
27548
27549 \end_inset
27550 </cell>
27551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27552 \begin_inset Text
27553
27554 \begin_layout Standard
27555 como cuadro ERT
27556 \end_layout
27557
27558 \end_inset
27559 </cell>
27560 </row>
27561 <row topline="true">
27562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27563 \begin_inset Text
27564
27565 \begin_layout Standard
27566 LaTeX
27567 \end_layout
27568
27569 \end_inset
27570 </cell>
27571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27572 \begin_inset Text
27573
27574 \begin_layout Standard
27575 como fecha
27576 \end_layout
27577
27578 \end_inset
27579 </cell>
27580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27581 \begin_inset Text
27582
27583 \begin_layout Standard
27584 como fecha
27585 \end_layout
27586
27587 \end_inset
27588 </cell>
27589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27590 \begin_inset Text
27591
27592 \begin_layout Standard
27593 como comando
27594 \end_layout
27595
27596 \end_inset
27597 </cell>
27598 </row>
27599 <row topline="true" bottomline="true">
27600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27601 \begin_inset Text
27602
27603 \begin_layout Standard
27604 DVI, PDF, PS
27605 \end_layout
27606
27607 \end_inset
27608 </cell>
27609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27610 \begin_inset Text
27611
27612 \begin_layout Standard
27613 como fecha
27614 \end_layout
27615
27616 \end_inset
27617 </cell>
27618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27619 \begin_inset Text
27620
27621 \begin_layout Standard
27622 como fecha
27623 \end_layout
27624
27625 \end_inset
27626 </cell>
27627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27628 \begin_inset Text
27629
27630 \begin_layout Standard
27631 como fecha
27632 \end_layout
27633
27634 \end_inset
27635 </cell>
27636 </row>
27637 </lyxtabular>
27638
27639 \end_inset
27640
27641
27642 \end_layout
27643
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \begin_layout Standard
27650 Si utilizas la opción 
27651 \family sans
27652 Borrador
27653 \family default
27654  en la solapa 
27655 \family sans
27656 Archivo
27657 \family default
27658  del diálogo 
27659 \family sans
27660 Material Externo
27661 \family default
27662 , en el documento de salida solo se muestra la ruta al archivo insertado.
27663 \family sans
27664
27665 \newline
27666
27667 \family default
27668 El material externo se muestra en LyX como un cuadro del tipo:
27669 \family sans
27670  
27671 \family default
27672
27673 \begin_inset Graphics
27674         filename clipart/MaterialExternoQt4.png
27675         scale 80
27676
27677 \end_inset
27678
27679  o como imagen, según la configuración elegida en la solapa 
27680 \family sans
27681 Vista\InsetSpace ~
27682 LyX 
27683 \family default
27684 del diálogo 
27685 \family sans
27686 Material Externo.
27687 \end_layout
27688
27689 \begin_layout Standard
27690 En el manual 
27691 \emph on
27692 Personalización
27693 \emph default
27694  se explica cómo definir tus propias plantillas.
27695 \end_layout
27696
27697 \begin_layout Section
27698 Documento Hijo
27699 \begin_inset LatexCommand index
27700 name "Documento Hijo"
27701
27702 \end_inset
27703
27704
27705 \end_layout
27706
27707 \begin_layout Standard
27708 Los documentos hijos se emplean en el caso de tener un documento extenso
27709  compuesto por varias partes o secciones más grandes.
27710  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
27711  en varios archivos que pueden ser revisados por separado.
27712  Estos archivos se conocen como documentos hijos, y el llamado documento
27713  maestro los conecta con el fin de imprimirlos como un todo o por partes.
27714  
27715 \end_layout
27716
27717 \begin_layout Standard
27718 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
27719  cuadros del tipo: 
27720 \begin_inset Graphics
27721         filename clipart/DocumentoHijoQt4.png
27722         scale 80
27723
27724 \end_inset
27725
27726 .
27727  Para incluir documentos hijos en un documento maestro utiliza el menú 
27728 \family sans
27729 Insertar
27730 \family default
27731 \SpecialChar \menuseparator
27732
27733 \family sans
27734 Archivo
27735 \family default
27736 \SpecialChar \menuseparator
27737
27738 \family sans
27739 Documento\InsetSpace ~
27740 hijo
27741 \family default
27742 .
27743  Surge un diálogo en el que puedes elegir entre tres métodos de inclusión:
27744 \end_layout
27745
27746 \begin_layout Description
27747 Incluir Puedes incluir documentos LyX y documentos LaTeX.
27748  Al pulsar el botón 
27749 \family sans
27750 Cargar
27751 \family default
27752  en el diálogo 
27753 \family sans
27754 Documento hijo
27755 \family default
27756 , los documentos incluidos se abrirán en una nueva solapa de archivo en
27757  la ventana de LyX y así puedes modificarlos si quieres.
27758 \end_layout
27759
27760 \begin_layout Standard
27761 Aquí hay un archivo insertado con el método 
27762 \family sans
27763 Incluir
27764 \family default
27765 :
27766 \begin_inset Include \include{DocumentoPostizo1.lyx}
27767 preview false
27768
27769 \end_inset
27770
27771
27772 \end_layout
27773
27774 \begin_layout Standard
27775 La numeración de secciones tiene en cuenta las secciones de los archivos
27776  incluidos en el orden en que están insertados en el documento maestro.
27777  El documento incluido de ejemplo tiene una subsección que se numera como
27778  subsección de la presente sección.
27779  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección\InsetSpace ~
27780
27781 \begin_inset LatexCommand ref
27782 reference "sub:Subsección-Externa-1"
27783
27784 \end_inset
27785
27786 .
27787 \end_layout
27788
27789 \begin_layout Standard
27790 El preámbulo del documento hijo se ignora, solo se utiliza el preámbulo
27791  del documento maestro.
27792  Los documentos incluidos se insertan comenzando una página nueva y acabando
27793  con un salto de página.
27794 \end_layout
27795
27796 \begin_layout Standard
27797 Con el comando LaTeX 
27798 \series bold
27799
27800 \backslash
27801 includeonly
27802 \series default
27803  puedes determinar qué documentos hijos serán procesados al generar la salida.
27804  Esto es útil si, por ejemplo, estás trabajando solo cierto capítulo de
27805  un extenso documento y quieres ahorrar tiempo de compilación.
27806  
27807 \series bold
27808
27809 \backslash
27810 includeonly 
27811 \series default
27812 se inserta en el preámbulo del documento maestro, poniendo como argumento
27813  una lista de los nombres de archivo separados con comas, p.\InsetSpace \thinspace{}
27814 e.
27815  la orden:
27816 \end_layout
27817
27818 \begin_layout Standard
27819
27820 \series bold
27821
27822 \backslash
27823 includeonly{capítulo1,capítulo5}
27824 \end_layout
27825
27826 \begin_layout Standard
27827 hará que solo se procesen los archivos incluidos cuyos nombres son 
27828 \begin_inset Quotes eld
27829 \end_inset
27830
27831 capítulo1.lyx
27832 \begin_inset Quotes erd
27833 \end_inset
27834
27835  (o 
27836 \begin_inset Quotes eld
27837 \end_inset
27838
27839 capítulo1.tex
27840 \begin_inset Quotes erd
27841 \end_inset
27842
27843 ) y 
27844 \begin_inset Quotes eld
27845 \end_inset
27846
27847 capítulo5.lyx
27848 \begin_inset Quotes erd
27849 \end_inset
27850
27851 .
27852 \end_layout
27853
27854 \begin_layout Standard
27855 \begin_inset Note Greyedout
27856 status collapsed
27857
27858 \begin_layout Standard
27859
27860 \series bold
27861 Nota:
27862 \series default
27863  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
27864  a la del documento maestro, recibirás una advertencia al exportar/ver el
27865  documento, ya que esto podría dar resultados inesperados.
27866 \end_layout
27867
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \begin_layout Description
27874 Entrada Este método es muy parecido al método 
27875 \family sans
27876 Incluir
27877 \family default
27878 .
27879  Las diferencias son:
27880 \end_layout
27881
27882 \begin_deeper
27883 \begin_layout Itemize
27884 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
27885  un salto de página.
27886 \end_layout
27887
27888 \begin_layout Itemize
27889 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
27890 \family sans
27891 Vista\InsetSpace ~
27892 preliminar\InsetSpace ~
27893 inmediata 
27894 \family default
27895 está activada en el diálogo 
27896 \family sans
27897 Herramientas\SpecialChar \menuseparator
27898 Preferencias
27899 \family default
27900 , apartado 
27901 \family sans
27902 Apariencia\SpecialChar \menuseparator
27903 Gráficos
27904 \family default
27905 .
27906 \end_layout
27907
27908 \begin_layout Itemize
27909 No se puede utilizar el comando LaTeX 
27910 \series bold
27911
27912 \backslash
27913 includeonly
27914 \series default
27915 .
27916 \end_layout
27917
27918 \end_deeper
27919 \begin_layout Standard
27920 Aquí hay un documento hijo insertado con el método 
27921 \family sans
27922 Entrada
27923 \family default
27924 :
27925 \end_layout
27926
27927 \begin_layout Standard
27928 \begin_inset Include \input{DocumentoPostizo2.lyx}
27929 preview true
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \begin_layout Description
27937 Literal Con este método se puede incluir todo archivo de texto.
27938  El archivo aparece en la salida con su código fuente, y si contiene comandos
27939  no se ejecutan.
27940  Con la opción 
27941 \family sans
27942 Marcar espacios en la salida
27943 \family default
27944  cada espacio en el código fuente se muestra en la salida con el carácter
27945  
27946 \begin_inset Quotes eld
27947 \end_inset
27948
27949
27950 \begin_inset ERT
27951 status open
27952
27953 \begin_layout Standard
27954
27955
27956 \backslash
27957 textvisiblespace
27958 \end_layout
27959
27960 \end_inset
27961
27962
27963 \begin_inset Quotes erd
27964 \end_inset
27965
27966 .
27967  La diferencia con el método de inserción mediante el menú 
27968 \family sans
27969 Insertar
27970 \family default
27971 \SpecialChar \menuseparator
27972
27973 \family sans
27974 Archivo
27975 \family default
27976 \SpecialChar \menuseparator
27977
27978 \family sans
27979 Texto\InsetSpace ~
27980 simple
27981 \family default
27982  es que en este caso el contenido del archivo se ve en LyX, mientras que
27983  en modo 
27984 \family sans
27985 Literal 
27986 \family default
27987 no se muestra el contenido, sino un recuadro con el nombre.
27988
27989 \family sans
27990  
27991 \end_layout
27992
27993 \begin_layout Standard
27994 Aquí se inserta un documento hijo en modo Literal:
27995 \begin_inset Include \verbatiminput{DocumentoTextoPostizo.txt}
27996 preview false
27997
27998 \end_inset
27999
28000
28001 \begin_inset VSpace bigskip
28002 \end_inset
28003
28004
28005 \end_layout
28006
28007 \begin_layout Standard
28008 Aquí se inserta un documento hijo en modo Literal con la opción 
28009 \family sans
28010 Marcar espacios en la salida
28011 \family default
28012 :
28013 \begin_inset Include \verbatiminput*{DocumentoTextoPostizo.txt}
28014 preview false
28015
28016 \end_inset
28017
28018
28019 \begin_inset VSpace bigskip
28020 \end_inset
28021
28022
28023 \end_layout
28024
28025 \begin_layout Standard
28026 \begin_inset Note Greyedout
28027 status open
28028
28029 \begin_layout Standard
28030
28031 \series bold
28032 Nota:
28033 \series default
28034  Como puedes ver en los ejemplos anteriores, el texto de los documentos
28035  incluidos en modo literal no contiene saltos de línea, a no ser que se
28036  incluyan expresamente en el archivo de texto.
28037 \end_layout
28038
28039 \end_inset
28040
28041
28042 \end_layout
28043
28044 \begin_layout Standard
28045 \begin_inset Note Greyedout
28046 status collapsed
28047
28048 \begin_layout Standard
28049
28050 \series bold
28051 Nota:
28052 \series default
28053  Incluir el mismo documento dos veces  con métodos diferentes podría causar
28054  problemas en LaTeX.
28055 \end_layout
28056
28057 \end_inset
28058
28059
28060 \end_layout
28061
28062 \begin_layout Standard
28063
28064 \newpage
28065
28066 \end_layout
28067
28068 \begin_layout Chapter
28069 \start_of_appendix
28070 Unidades disponibles en 
28071 \begin_inset ERT
28072 status collapsed
28073
28074 \begin_layout Standard
28075
28076
28077 \backslash
28078 texorpdfstring{
28079 \end_layout
28080
28081 \end_inset
28082
28083 LyX
28084 \begin_inset ERT
28085 status collapsed
28086
28087 \begin_layout Standard
28088
28089 }{LyX}
28090 \end_layout
28091
28092 \end_inset
28093
28094
28095 \begin_inset LatexCommand index
28096 name "Unidades"
28097
28098 \end_inset
28099
28100
28101 \begin_inset LatexCommand label
28102 name "cha:Unidades-disponibles-en"
28103
28104 \end_inset
28105
28106
28107 \begin_inset Note Note
28108 status collapsed
28109
28110 \begin_layout Standard
28111 El comando 
28112 \backslash
28113 texorpdfstring suministrado por el paquete LaTeX hyperref impide que los
28114  enlaces se muestren erróneamente en los marcadores PDF.
28115  Más información en 
28116 \begin_inset LatexCommand cite
28117 key "hyperref"
28118
28119 \end_inset
28120
28121 .
28122 \end_layout
28123
28124 \end_inset
28125
28126
28127 \end_layout
28128
28129 \begin_layout Standard
28130 Para comprender las unidades utilizadas en este manual, el cuadro\InsetSpace ~
28131
28132 \begin_inset LatexCommand ref
28133 reference "tab:Unidades"
28134
28135 \end_inset
28136
28137  describe todas las unidades disponibles en LyX.
28138 \end_layout
28139
28140 \begin_layout Standard
28141 \begin_inset Float table
28142 placement h
28143 wide false
28144 sideways false
28145 status open
28146
28147 \begin_layout Standard
28148 \begin_inset Caption
28149
28150 \begin_layout Standard
28151 \begin_inset LatexCommand label
28152 name "tab:Unidades"
28153
28154 \end_inset
28155
28156 Unidades
28157 \end_layout
28158
28159 \end_inset
28160
28161
28162 \end_layout
28163
28164 \begin_layout Standard
28165 \begin_inset VSpace medskip
28166 \end_inset
28167
28168
28169 \end_layout
28170
28171 \begin_layout Standard
28172 \align center
28173 \begin_inset Tabular
28174 <lyxtabular version="3" rows="20" columns="2">
28175 <features>
28176 <column alignment="center" valignment="top" leftline="true" width="0">
28177 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
28178 <row topline="true" bottomline="true">
28179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28180 \begin_inset Text
28181
28182 \begin_layout Standard
28183 unidad
28184 \end_layout
28185
28186 \end_inset
28187 </cell>
28188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28189 \begin_inset Text
28190
28191 \begin_layout Standard
28192 nombre/descripción
28193 \end_layout
28194
28195 \end_inset
28196 </cell>
28197 </row>
28198 <row topline="true">
28199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28200 \begin_inset Text
28201
28202 \begin_layout Standard
28203 mm
28204 \end_layout
28205
28206 \end_inset
28207 </cell>
28208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28209 \begin_inset Text
28210
28211 \begin_layout Standard
28212 milímetro
28213 \end_layout
28214
28215 \end_inset
28216 </cell>
28217 </row>
28218 <row topline="true">
28219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28220 \begin_inset Text
28221
28222 \begin_layout Standard
28223 cm
28224 \end_layout
28225
28226 \end_inset
28227 </cell>
28228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28229 \begin_inset Text
28230
28231 \begin_layout Standard
28232 centímetro
28233 \end_layout
28234
28235 \end_inset
28236 </cell>
28237 </row>
28238 <row topline="true">
28239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28240 \begin_inset Text
28241
28242 \begin_layout Standard
28243 in
28244 \end_layout
28245
28246 \end_inset
28247 </cell>
28248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28249 \begin_inset Text
28250
28251 \begin_layout Standard
28252 pulgada
28253 \end_layout
28254
28255 \end_inset
28256 </cell>
28257 </row>
28258 <row topline="true">
28259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28260 \begin_inset Text
28261
28262 \begin_layout Standard
28263 pt
28264 \end_layout
28265
28266 \end_inset
28267 </cell>
28268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28269 \begin_inset Text
28270
28271 \begin_layout Standard
28272 punto (72.27\InsetSpace \thinspace{}
28273 pt = 1\InsetSpace \thinspace{}
28274 in)
28275 \end_layout
28276
28277 \end_inset
28278 </cell>
28279 </row>
28280 <row topline="true">
28281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28282 \begin_inset Text
28283
28284 \begin_layout Standard
28285 pc
28286 \end_layout
28287
28288 \end_inset
28289 </cell>
28290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28291 \begin_inset Text
28292
28293 \begin_layout Standard
28294 pica (1\InsetSpace \thinspace{}
28295 pc = 12\InsetSpace \thinspace{}
28296 pt)
28297 \end_layout
28298
28299 \end_inset
28300 </cell>
28301 </row>
28302 <row topline="true">
28303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28304 \begin_inset Text
28305
28306 \begin_layout Standard
28307 sp
28308 \end_layout
28309
28310 \end_inset
28311 </cell>
28312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28313 \begin_inset Text
28314
28315 \begin_layout Standard
28316 punto escalado (65536\InsetSpace \thinspace{}
28317 sp = 1\InsetSpace \thinspace{}
28318 pt)
28319 \end_layout
28320
28321 \end_inset
28322 </cell>
28323 </row>
28324 <row topline="true">
28325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28326 \begin_inset Text
28327
28328 \begin_layout Standard
28329 bp
28330 \end_layout
28331
28332 \end_inset
28333 </cell>
28334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28335 \begin_inset Text
28336
28337 \begin_layout Standard
28338 punto grande (72\InsetSpace \thinspace{}
28339 bp = 1\InsetSpace \thinspace{}
28340 in)
28341 \end_layout
28342
28343 \end_inset
28344 </cell>
28345 </row>
28346 <row topline="true">
28347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28348 \begin_inset Text
28349
28350 \begin_layout Standard
28351 dd
28352 \end_layout
28353
28354 \end_inset
28355 </cell>
28356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28357 \begin_inset Text
28358
28359 \begin_layout Standard
28360 didot (72\InsetSpace \thinspace{}
28361 dd 
28362 \begin_inset Formula $\approx$
28363 \end_inset
28364
28365  37.6\InsetSpace \thinspace{}
28366 mm)
28367 \end_layout
28368
28369 \end_inset
28370 </cell>
28371 </row>
28372 <row topline="true">
28373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28374 \begin_inset Text
28375
28376 \begin_layout Standard
28377 cc
28378 \end_layout
28379
28380 \end_inset
28381 </cell>
28382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28383 \begin_inset Text
28384
28385 \begin_layout Standard
28386 cicero (1\InsetSpace \thinspace{}
28387 cc = 12\InsetSpace \thinspace{}
28388 dd)
28389 \end_layout
28390
28391 \end_inset
28392 </cell>
28393 </row>
28394 <row topline="true">
28395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28396 \begin_inset Text
28397
28398 \begin_layout Standard
28399 Scale%
28400 \end_layout
28401
28402 \end_inset
28403 </cell>
28404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28405 \begin_inset Text
28406
28407 \begin_layout Standard
28408 % de anchura original de la imagen
28409 \end_layout
28410
28411 \end_inset
28412 </cell>
28413 </row>
28414 <row topline="true">
28415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28416 \begin_inset Text
28417
28418 \begin_layout Standard
28419 text%
28420 \end_layout
28421
28422 \end_inset
28423 </cell>
28424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28425 \begin_inset Text
28426
28427 \begin_layout Standard
28428 % de anchura de texto
28429 \end_layout
28430
28431 \end_inset
28432 </cell>
28433 </row>
28434 <row topline="true">
28435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28436 \begin_inset Text
28437
28438 \begin_layout Standard
28439 col%
28440 \end_layout
28441
28442 \end_inset
28443 </cell>
28444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28445 \begin_inset Text
28446
28447 \begin_layout Standard
28448 % de anchura de columna
28449 \end_layout
28450
28451 \end_inset
28452 </cell>
28453 </row>
28454 <row topline="true">
28455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28456 \begin_inset Text
28457
28458 \begin_layout Standard
28459 page%
28460 \end_layout
28461
28462 \end_inset
28463 </cell>
28464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28465 \begin_inset Text
28466
28467 \begin_layout Standard
28468 % de anchura de página
28469 \end_layout
28470
28471 \end_inset
28472 </cell>
28473 </row>
28474 <row topline="true">
28475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28476 \begin_inset Text
28477
28478 \begin_layout Standard
28479 line%
28480 \end_layout
28481
28482 \end_inset
28483 </cell>
28484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28485 \begin_inset Text
28486
28487 \begin_layout Standard
28488 % de anchura de línea
28489 \end_layout
28490
28491 \end_inset
28492 </cell>
28493 </row>
28494 <row topline="true">
28495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28496 \begin_inset Text
28497
28498 \begin_layout Standard
28499 theight%
28500 \end_layout
28501
28502 \end_inset
28503 </cell>
28504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28505 \begin_inset Text
28506
28507 \begin_layout Standard
28508 % de altura de texto
28509 \end_layout
28510
28511 \end_inset
28512 </cell>
28513 </row>
28514 <row topline="true">
28515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28516 \begin_inset Text
28517
28518 \begin_layout Standard
28519 pheight%
28520 \end_layout
28521
28522 \end_inset
28523 </cell>
28524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28525 \begin_inset Text
28526
28527 \begin_layout Standard
28528 % de altura de página
28529 \end_layout
28530
28531 \end_inset
28532 </cell>
28533 </row>
28534 <row topline="true">
28535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28536 \begin_inset Text
28537
28538 \begin_layout Standard
28539 ex
28540 \end_layout
28541
28542 \end_inset
28543 </cell>
28544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28545 \begin_inset Text
28546
28547 \begin_layout Standard
28548 altura de la letra 
28549 \emph on
28550 x
28551 \emph default
28552  en la fuente actual
28553 \end_layout
28554
28555 \end_inset
28556 </cell>
28557 </row>
28558 <row topline="true">
28559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28560 \begin_inset Text
28561
28562 \begin_layout Standard
28563 em
28564 \end_layout
28565
28566 \end_inset
28567 </cell>
28568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28569 \begin_inset Text
28570
28571 \begin_layout Standard
28572 anchura de la letra 
28573 \emph on
28574 M
28575 \emph default
28576  en la fuente actual
28577 \end_layout
28578
28579 \end_inset
28580 </cell>
28581 </row>
28582 <row topline="true" bottomline="true">
28583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28584 \begin_inset Text
28585
28586 \begin_layout Standard
28587 mu
28588 \end_layout
28589
28590 \end_inset
28591 </cell>
28592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28593 \begin_inset Text
28594
28595 \begin_layout Standard
28596 unidad matemática (1\InsetSpace \thinspace{}
28597 mu = 1/18\InsetSpace \thinspace{}
28598 em)
28599 \end_layout
28600
28601 \end_inset
28602 </cell>
28603 </row>
28604 </lyxtabular>
28605
28606 \end_inset
28607
28608
28609 \end_layout
28610
28611 \end_inset
28612
28613
28614 \end_layout
28615
28616 \begin_layout Chapter
28617 Formatos de Archivos de Salida con Gráficos
28618 \begin_inset LatexCommand label
28619 name "cha:Formatos-de-Archivos-de-Salida"
28620
28621 \end_inset
28622
28623
28624 \end_layout
28625
28626 \begin_layout Section
28627 DVI
28628 \begin_inset LatexCommand index
28629 name "Formatos de Archivo ! DVI"
28630
28631 \end_inset
28632
28633
28634 \begin_inset LatexCommand index
28635 name "DVI|see{Formatos de Archivo}"
28636
28637 \end_inset
28638
28639
28640 \end_layout
28641
28642 \begin_layout Standard
28643 Este tipo de archivo tiene la extensión 
28644 \begin_inset Quotes eld
28645 \end_inset
28646
28647
28648 \family typewriter
28649 .dvi
28650 \family default
28651
28652 \begin_inset Quotes erd
28653 \end_inset
28654
28655 .
28656  Se denomina 
28657 \begin_inset Quotes eld
28658 \end_inset
28659
28660 device-independent
28661 \begin_inset Quotes erd
28662 \end_inset
28663
28664  (DVI), porque es completamente portable; se pueden mover de una máquina
28665  a otra sin necesidad de conversión alguna.
28666  En la época en que se desarrolló este formato, esto no era un asunto baladí.
28667  Los DVIs se usan para previsualizaciones rápidas y como preparación para
28668  otros formatos de salida como PostScript.
28669 \end_layout
28670
28671 \begin_layout Standard
28672 \begin_inset Note Greyedout
28673 status open
28674
28675 \begin_layout Standard
28676
28677 \series bold
28678 Nota:
28679 \series default
28680  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
28681 \end_layout
28682
28683 \end_inset
28684
28685  Por tanto no debes olvidar esto si mueves archivos 
28686 \family typewriter
28687 .dvi
28688 \family default
28689  a otro ordenador.
28690  Esta característica también puede retardar la visualización del archivo,
28691  porque el visor DVI tiene que convertir la imagen en segundo plano para
28692  hacerla visible al deslizar el visor.
28693  Así pues recomendamos usar PDF para archivos con muchas imágenes.
28694 \end_layout
28695
28696 \begin_layout Standard
28697 Un documento se exporta a DVI con el menú 
28698 \family sans
28699 Archivo\SpecialChar \menuseparator
28700 Exportar\SpecialChar \menuseparator
28701 DVI
28702 \family default
28703 .
28704  Puedes ver la salida del documento en DVI con el menú 
28705 \family sans
28706 Ver\SpecialChar \menuseparator
28707 DVI 
28708 \family default
28709 o con el botón\InsetSpace ~
28710
28711 \begin_inset Graphics
28712         filename ../../images/buffer-view_dvi.xpm
28713         scale 85
28714
28715 \end_inset
28716
28717 .
28718 \end_layout
28719
28720 \begin_layout Section
28721 PostScript
28722 \begin_inset LatexCommand label
28723 name "sec:PostScript"
28724
28725 \end_inset
28726
28727
28728 \begin_inset LatexCommand index
28729 name "Formatos de Archivo ! PostScript"
28730
28731 \end_inset
28732
28733
28734 \begin_inset LatexCommand index
28735 name "PostScript|see{Formatos de Archivo}"
28736
28737 \end_inset
28738
28739
28740 \end_layout
28741
28742 \begin_layout Standard
28743 Este tipo de archivo tiene la extensión 
28744 \begin_inset Quotes eld
28745 \end_inset
28746
28747
28748 \family typewriter
28749 .ps
28750 \family default
28751
28752 \begin_inset Quotes erd
28753 \end_inset
28754
28755 .
28756  PostScript fue desarrollado por la compañía 
28757 \family typewriter
28758 Adobe
28759 \family default
28760  como lenguaje para impresoras.
28761  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
28762  PostScript puede considerarse como un 
28763 \begin_inset Quotes eld
28764 \end_inset
28765
28766 lenguaje de programación
28767 \begin_inset Quotes erd
28768 \end_inset
28769
28770 ; con él puedes calcular y dibujar imágenes y diagramas
28771 \begin_inset Foot
28772 status collapsed
28773
28774 \begin_layout Standard
28775 Si estás interesado en este tema acude al paquete LaTeX 
28776 \series bold
28777 PSTricks
28778 \series default
28779  
28780 \begin_inset LatexCommand cite
28781 key "pstricks"
28782
28783 \end_inset
28784
28785 .
28786 \end_layout
28787
28788 \end_inset
28789
28790 .
28791  Por esto los archivos suelen ser más grandes que los PDFs.
28792 \end_layout
28793
28794 \begin_layout Standard
28795 Los archivos PostScript solo pueden contener imágenes en el formato 
28796 \begin_inset Quotes eld
28797 \end_inset
28798
28799 Encapsulated PostScript
28800 \begin_inset Quotes erd
28801 \end_inset
28802
28803  (EPS, extensión 
28804 \begin_inset Quotes eld
28805 \end_inset
28806
28807
28808 \family typewriter
28809 .eps
28810 \family default
28811
28812 \begin_inset Quotes erd
28813 \end_inset
28814
28815 ).
28816  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
28817  en segundo plano para convertir las imágenes a EPS.
28818  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
28819  cada vez que veas o exportes el documento.
28820  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
28821  puedes evitar el problema insertando las imágenes directamente en EPS.
28822 \end_layout
28823
28824 \begin_layout Standard
28825 El documento se puede exportar a PostScript con el menú 
28826 \family sans
28827 Archivo\SpecialChar \menuseparator
28828 Exportar\SpecialChar \menuseparator
28829 Postscript
28830 \family default
28831 .
28832  Se puede ver la salida en PostScript con el menú 
28833 \family sans
28834 Ver\SpecialChar \menuseparator
28835 Postscript 
28836 \family default
28837 o con el botón\InsetSpace ~
28838
28839 \begin_inset Graphics
28840         filename ../../images/buffer-view_ps.xpm
28841
28842 \end_inset
28843
28844 .
28845 \end_layout
28846
28847 \begin_layout Section
28848 PDF
28849 \begin_inset LatexCommand label
28850 name "sec:PDF"
28851
28852 \end_inset
28853
28854
28855 \begin_inset LatexCommand index
28856 name "Formatos de Archivo ! PDF"
28857
28858 \end_inset
28859
28860
28861 \begin_inset LatexCommand index
28862 name "PDF"
28863
28864 \end_inset
28865
28866
28867 \end_layout
28868
28869 \begin_layout Standard
28870 Este tipo de archivo tiene la extensión 
28871 \begin_inset Quotes eld
28872 \end_inset
28873
28874
28875 \family typewriter
28876 .pdf
28877 \family default
28878
28879 \begin_inset Quotes erd
28880 \end_inset
28881
28882 .
28883  El formato 
28884 \begin_inset Quotes eld
28885 \end_inset
28886
28887 Portable Document Format
28888 \begin_inset Quotes erd
28889 \end_inset
28890
28891  (PDF) fue desarrollado por 
28892 \family typewriter
28893 Adobe
28894 \family default
28895  como derivado de PostScript.
28896  Es más comprimido y utiliza muchos menos comandos que PostScript.
28897  Como su nombre 
28898 \begin_inset Quotes eld
28899 \end_inset
28900
28901 portable
28902 \begin_inset Quotes erd
28903 \end_inset
28904
28905  indica, puede ser procesado por cualquier sistema operativo y la salida
28906  impresa se muestra exactamente igual.
28907 \end_layout
28908
28909 \begin_layout Standard
28910 PDF puede contener imágenes en su propio formato PDF, en el formato 
28911 \begin_inset Quotes eld
28912 \end_inset
28913
28914 Joint Photographic Experts Group
28915 \begin_inset Quotes erd
28916 \end_inset
28917
28918  (JPG, extensión 
28919 \begin_inset Quotes eld
28920 \end_inset
28921
28922
28923 \family typewriter
28924 .jpg
28925 \family default
28926
28927 \begin_inset Quotes erd
28928 \end_inset
28929
28930  o 
28931 \begin_inset Quotes eld
28932 \end_inset
28933
28934
28935 \family typewriter
28936 .jpeg
28937 \family default
28938
28939 \begin_inset Quotes erd
28940 \end_inset
28941
28942 ), y en el formato 
28943 \begin_inset Quotes eld
28944 \end_inset
28945
28946 Portable Network Graphics
28947 \begin_inset Quotes erd
28948 \end_inset
28949
28950  (PNG, extensión 
28951 \begin_inset Quotes eld
28952 \end_inset
28953
28954
28955 \family typewriter
28956 .png
28957 \family default
28958
28959 \begin_inset Quotes erd
28960 \end_inset
28961
28962 ).
28963  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
28964  en segundo plano a alguno de los anteriores.
28965  Pero como se ha comentado en la sección sobre PostScript, la conversión
28966  de gráficos ralentiza el trabajo.
28967  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
28968  mencionados.
28969 \end_layout
28970
28971 \begin_layout Standard
28972 Un documento se puede exportar a PDF con el menú 
28973 \family sans
28974 Archivo\SpecialChar \menuseparator
28975 Exportar
28976 \family default
28977  en tres modos diferentes:
28978 \end_layout
28979
28980 \begin_layout Description
28981 PDF Este utiliza el programa 
28982 \family typewriter
28983 ps2pdf
28984 \family default
28985  que crea un PDF a partir de una versión PostScript del archivo.
28986  La versión PostScript es producida por el programa 
28987 \family typewriter
28988 dvips
28989 \family default
28990  que usa una versión DVI como paso intermedio.
28991  Así que este modo de exportación consta de tres conversiones.
28992 \end_layout
28993
28994 \begin_layout Description
28995 PDF\InsetSpace ~
28996 (dvipdfm) Este utiliza el programa 
28997 \family typewriter
28998 dvipdfm
28999 \family default
29000  que convierte el archivo a DVI en segundo plano y en un segundo paso a
29001  PDF.
29002 \end_layout
29003
29004 \begin_layout Description
29005 PDF\InsetSpace ~
29006 (pdflatex) Este utiliza el programa 
29007 \family typewriter
29008 pdftex
29009 \family default
29010  que convierte directamente el archivo a PDF.
29011 \end_layout
29012
29013 \begin_layout Standard
29014 Se recomienda usar 
29015 \family sans
29016 PDF\InsetSpace ~
29017 (pdflatex)
29018 \family default
29019  porque 
29020 \family typewriter
29021 pdftex
29022 \family default
29023  soporta todas las características de las versiones actuales de PDF, es
29024  rápido y estable.
29025  El programa 
29026 \family typewriter
29027 dvipdfm
29028 \family default
29029  ya no se desarrolla y está un poco obsoleto.
29030 \end_layout
29031
29032 \begin_layout Standard
29033 La salida en formato PDF se puede ver con el menú 
29034 \family sans
29035 Ver 
29036 \family default
29037 o con el botón\InsetSpace ~
29038
29039 \begin_inset Graphics
29040         filename ../../images/buffer-view_pdf2.xpm
29041         scale 85
29042
29043 \end_inset
29044
29045  (que usa 
29046 \family sans
29047 PDF\InsetSpace ~
29048 (pdflatex)
29049 \family default
29050 ).
29051 \end_layout
29052
29053 \begin_layout Chapter
29054 Explicación de la Ecuación\InsetSpace ~
29055
29056 \begin_inset LatexCommand eqref
29057 reference "eq:Wgn"
29058
29059 \end_inset
29060
29061
29062 \begin_inset LatexCommand label
29063 name "cha:Explicación-de-la-Ecuación"
29064
29065 \end_inset
29066
29067
29068 \end_layout
29069
29070 \begin_layout Standard
29071 La anchura total de 
29072 \emph on
29073 n
29074 \emph default
29075  celdas de una tabla 
29076 \begin_inset Formula $W_{\mathrm{tot\, n}}$
29077 \end_inset
29078
29079  puede calcularse con
29080 \end_layout
29081
29082 \begin_layout Standard
29083 \begin_inset Formula \begin{equation}
29084 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
29085
29086 \end_inset
29087
29088
29089 \end_layout
29090
29091 \begin_layout Standard
29092 donde 
29093 \begin_inset Formula $W_{g\, n}$
29094 \end_inset
29095
29096  es el ancho dado de todas las celdas.
29097  
29098 \series bold
29099
29100 \backslash
29101 tabcolsep
29102 \series default
29103  es la longitud LaTeX entre el texto y el borde de la celda, 6\InsetSpace \thinspace{}
29104 pt por defecto.
29105  
29106 \series bold
29107
29108 \backslash
29109 arrayrulewidth
29110 \series default
29111  es el grosor de línea del borde, 0.4\InsetSpace \thinspace{}
29112 pt por defecto.
29113 \end_layout
29114
29115 \begin_layout Standard
29116 Procediendo como en la ecuación\InsetSpace ~
29117
29118 \begin_inset LatexCommand eqref
29119 reference "eq:Wtot_n"
29120
29121 \end_inset
29122
29123 , el ancho total de una multicolumna, 
29124 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
29125 \end_inset
29126
29127  es
29128 \end_layout
29129
29130 \begin_layout Standard
29131 \begin_inset Formula \begin{equation}
29132 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
29133
29134 \end_inset
29135
29136
29137 \end_layout
29138
29139 \begin_layout Standard
29140 Igualando las ecuaciones\InsetSpace ~
29141
29142 \begin_inset LatexCommand eqref
29143 reference "eq:Wtot_n"
29144
29145 \end_inset
29146
29147  y 
29148 \begin_inset LatexCommand eqref
29149 reference "eq:Wtot_mult"
29150
29151 \end_inset
29152
29153  podemos calcular el ancho dado necesario 
29154 \begin_inset Formula $W_{g\, n}$
29155 \end_inset
29156
29157  cuando se expanden 
29158 \emph on
29159 n
29160 \emph default
29161  columnas, de forma que cada una de ellas tiene una anchura total  
29162 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
29163 \end_inset
29164
29165 :
29166 \end_layout
29167
29168 \begin_layout Standard
29169 \begin_inset Formula \begin{equation}
29170 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
29171
29172 \end_inset
29173
29174
29175 \end_layout
29176
29177 \begin_layout Bibliography
29178 \begin_inset LatexCommand bibitem
29179 key "latexcompanion"
29180
29181 \end_inset
29182
29183 Frank Mittelbach and Michel Goossens: 
29184 \emph on
29185 The LaTeX Companion Second Edition.
29186
29187 \emph default
29188  Addison-Wesley, 2004
29189 \end_layout
29190
29191 \begin_layout Bibliography
29192 \begin_inset LatexCommand bibitem
29193 key "latexguide"
29194
29195 \end_inset
29196
29197 Helmut Kopka and Patrick W.
29198  Daly: 
29199 \emph on
29200 A Guide to LaTeX Fourth Edition.
29201
29202 \emph default
29203  Addison-Wesley, 2003
29204 \end_layout
29205
29206 \begin_layout Bibliography
29207 \begin_inset LatexCommand bibitem
29208 key "latexbook"
29209
29210 \end_inset
29211
29212 Leslie Lamport: 
29213 \emph on
29214 LaTeX: A Document Preparation System.
29215
29216 \emph default
29217  Addison-Wesley, second edition, 1994
29218 \end_layout
29219
29220 \begin_layout Bibliography
29221 \begin_inset LatexCommand bibitem
29222 key "booktabs"
29223
29224 \end_inset
29225
29226
29227 \begin_inset ERT
29228 status collapsed
29229
29230 \begin_layout Standard
29231
29232
29233 \backslash
29234 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
29235 {
29236 \end_layout
29237
29238 \end_inset
29239
29240 Documentación
29241 \begin_inset ERT
29242 status collapsed
29243
29244 \begin_layout Standard
29245
29246 }
29247 \end_layout
29248
29249 \end_inset
29250
29251  del paquete LaTeX 
29252 \series bold
29253 booktabs
29254 \series default
29255
29256 \begin_inset LatexCommand index
29257 name "LaTeX-paquetes ! booktabs"
29258
29259 \end_inset
29260
29261
29262 \end_layout
29263
29264 \begin_layout Bibliography
29265 \begin_inset LatexCommand bibitem
29266 key "caption"
29267
29268 \end_inset
29269
29270
29271 \begin_inset ERT
29272 status collapsed
29273
29274 \begin_layout Standard
29275
29276
29277 \backslash
29278 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
29279 \end_layout
29280
29281 \end_inset
29282
29283 Documentación
29284 \begin_inset ERT
29285 status collapsed
29286
29287 \begin_layout Standard
29288
29289 }
29290 \end_layout
29291
29292 \end_inset
29293
29294  del paquete LaTeX 
29295 \series bold
29296 caption
29297 \series default
29298
29299 \begin_inset LatexCommand index
29300 name "LaTeX-paquetes ! caption"
29301
29302 \end_inset
29303
29304
29305 \end_layout
29306
29307 \begin_layout Bibliography
29308 \begin_inset LatexCommand bibitem
29309 key "caption-de"
29310
29311 \end_inset
29312
29313
29314 \begin_inset ERT
29315 status collapsed
29316
29317 \begin_layout Standard
29318
29319
29320 \backslash
29321 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
29322 {
29323 \end_layout
29324
29325 \end_inset
29326
29327 Documentación
29328 \begin_inset ERT
29329 status collapsed
29330
29331 \begin_layout Standard
29332
29333 }
29334 \end_layout
29335
29336 \end_inset
29337
29338  del paquete LaTeX 
29339 \series bold
29340 caption 
29341 \series default
29342 (en alemán)
29343 \end_layout
29344
29345 \begin_layout Bibliography
29346 \begin_inset LatexCommand bibitem
29347 key "endfloat"
29348
29349 \end_inset
29350
29351
29352 \begin_inset ERT
29353 status collapsed
29354
29355 \begin_layout Standard
29356
29357
29358 \backslash
29359 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
29360 {
29361 \end_layout
29362
29363 \end_inset
29364
29365 Documentación
29366 \begin_inset ERT
29367 status collapsed
29368
29369 \begin_layout Standard
29370
29371 }
29372 \end_layout
29373
29374 \end_inset
29375
29376  del paquete LaTeX 
29377 \series bold
29378 endf\SpecialChar \textcompwordmark{}
29379 loat
29380 \series default
29381
29382 \begin_inset LatexCommand index
29383 name "LaTeX-paquetes ! endfloat"
29384
29385 \end_inset
29386
29387
29388 \end_layout
29389
29390 \begin_layout Bibliography
29391 \begin_inset LatexCommand bibitem
29392 key "floatflt"
29393
29394 \end_inset
29395
29396
29397 \begin_inset ERT
29398 status collapsed
29399
29400 \begin_layout Standard
29401
29402
29403 \backslash
29404 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
29405 {
29406 \end_layout
29407
29408 \end_inset
29409
29410 Documentación
29411 \begin_inset ERT
29412 status collapsed
29413
29414 \begin_layout Standard
29415
29416 }
29417 \end_layout
29418
29419 \end_inset
29420
29421  del paquete LaTeX 
29422 \series bold
29423 floatf\SpecialChar \textcompwordmark{}
29424 lt
29425 \series default
29426
29427 \begin_inset LatexCommand index
29428 name "LaTeX-paquetes ! floatflt"
29429
29430 \end_inset
29431
29432
29433 \end_layout
29434
29435 \begin_layout Bibliography
29436 \begin_inset LatexCommand bibitem
29437 key "footmisc"
29438
29439 \end_inset
29440
29441
29442 \begin_inset ERT
29443 status collapsed
29444
29445 \begin_layout Standard
29446
29447
29448 \backslash
29449 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
29450 {
29451 \end_layout
29452
29453 \end_inset
29454
29455 Documentación
29456 \begin_inset ERT
29457 status collapsed
29458
29459 \begin_layout Standard
29460
29461 }
29462 \end_layout
29463
29464 \end_inset
29465
29466  del paquete LaTeX 
29467 \series bold
29468 footmisc
29469 \series default
29470
29471 \begin_inset LatexCommand index
29472 name "LaTeX-paquetes ! footmisc"
29473
29474 \end_inset
29475
29476
29477 \end_layout
29478
29479 \begin_layout Bibliography
29480 \begin_inset LatexCommand bibitem
29481 key "hypcap"
29482
29483 \end_inset
29484
29485
29486 \begin_inset ERT
29487 status collapsed
29488
29489 \begin_layout Standard
29490
29491
29492 \backslash
29493 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
29494 \end_layout
29495
29496 \end_inset
29497
29498 Documentación
29499 \begin_inset ERT
29500 status collapsed
29501
29502 \begin_layout Standard
29503
29504 }
29505 \end_layout
29506
29507 \end_inset
29508
29509  del paquete LaTeX 
29510 \series bold
29511 hypcap
29512 \series default
29513
29514 \begin_inset LatexCommand index
29515 name "LaTeX-paquetes ! hyperref"
29516
29517 \end_inset
29518
29519
29520 \end_layout
29521
29522 \begin_layout Bibliography
29523 \begin_inset LatexCommand bibitem
29524 key "hyperref"
29525
29526 \end_inset
29527
29528
29529 \begin_inset ERT
29530 status collapsed
29531
29532 \begin_layout Standard
29533
29534
29535 \backslash
29536 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
29537 {
29538 \end_layout
29539
29540 \end_inset
29541
29542 Documentación
29543 \begin_inset ERT
29544 status collapsed
29545
29546 \begin_layout Standard
29547
29548 }
29549 \end_layout
29550
29551 \end_inset
29552
29553  del paquete LaTeX 
29554 \series bold
29555 hyperref
29556 \series default
29557
29558 \begin_inset LatexCommand index
29559 name "LaTeX-paquetes ! hyperref"
29560
29561 \end_inset
29562
29563
29564 \end_layout
29565
29566 \begin_layout Bibliography
29567 \begin_inset LatexCommand bibitem
29568 key "koma-script"
29569
29570 \end_inset
29571
29572
29573 \begin_inset ERT
29574 status collapsed
29575
29576 \begin_layout Standard
29577
29578
29579 \backslash
29580 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
29581 df}{
29582 \end_layout
29583
29584 \end_inset
29585
29586 Documentación
29587 \begin_inset ERT
29588 status collapsed
29589
29590 \begin_layout Standard
29591
29592 }
29593 \end_layout
29594
29595 \end_inset
29596
29597  del paquete LaTeX 
29598 \series bold
29599 koma-script
29600 \series default
29601
29602 \begin_inset LatexCommand index
29603 name "LaTeX-paquetes ! koma-script"
29604
29605 \end_inset
29606
29607
29608 \end_layout
29609
29610 \begin_layout Bibliography
29611 \begin_inset LatexCommand bibitem
29612 key "koma-script-de"
29613
29614 \end_inset
29615
29616
29617 \begin_inset ERT
29618 status collapsed
29619
29620 \begin_layout Standard
29621
29622
29623 \backslash
29624 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
29625 df}{
29626 \end_layout
29627
29628 \end_inset
29629
29630 Documentación
29631 \begin_inset ERT
29632 status collapsed
29633
29634 \begin_layout Standard
29635
29636 }
29637 \end_layout
29638
29639 \end_inset
29640
29641  del paquete LaTeX 
29642 \series bold
29643 koma-script
29644 \series default
29645
29646 \begin_inset LatexCommand index
29647 name "LaTeX-paquetes ! koma-script"
29648
29649 \end_inset
29650
29651  (en alemán)
29652 \end_layout
29653
29654 \begin_layout Bibliography
29655 \begin_inset LatexCommand bibitem
29656 key "marginnote"
29657
29658 \end_inset
29659
29660
29661 \begin_inset ERT
29662 status collapsed
29663
29664 \begin_layout Standard
29665
29666
29667 \backslash
29668 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
29669 pdf}{
29670 \end_layout
29671
29672 \end_inset
29673
29674 Documentación
29675 \begin_inset ERT
29676 status collapsed
29677
29678 \begin_layout Standard
29679
29680 }
29681 \end_layout
29682
29683 \end_inset
29684
29685  del paquete LaTeX 
29686 \series bold
29687 marginnote
29688 \series default
29689
29690 \begin_inset LatexCommand index
29691 name "LaTeX-paquetes ! marginnote"
29692
29693 \end_inset
29694
29695
29696 \end_layout
29697
29698 \begin_layout Bibliography
29699 \begin_inset LatexCommand bibitem
29700 key "pstricks"
29701
29702 \end_inset
29703
29704
29705 \begin_inset ERT
29706 status collapsed
29707
29708 \begin_layout Standard
29709
29710
29711 \backslash
29712 href{http://tug.org/PSTricks/main.cgi/}{
29713 \end_layout
29714
29715 \end_inset
29716
29717 Página Web
29718 \begin_inset ERT
29719 status collapsed
29720
29721 \begin_layout Standard
29722
29723 }
29724 \end_layout
29725
29726 \end_inset
29727
29728  del paquete LaTeX 
29729 \series bold
29730 PSTricks
29731 \series default
29732
29733 \begin_inset LatexCommand index
29734 name "LaTeX-paquetes ! PSTricks"
29735
29736 \end_inset
29737
29738
29739 \end_layout
29740
29741 \begin_layout Bibliography
29742 \begin_inset LatexCommand bibitem
29743 key "sidecap"
29744
29745 \end_inset
29746
29747
29748 \begin_inset ERT
29749 status collapsed
29750
29751 \begin_layout Standard
29752
29753
29754 \backslash
29755 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
29756 \end_layout
29757
29758 \end_inset
29759
29760 Documentación
29761 \begin_inset ERT
29762 status collapsed
29763
29764 \begin_layout Standard
29765
29766 }
29767 \end_layout
29768
29769 \end_inset
29770
29771  del paquete LaTeX 
29772 \series bold
29773 sidecap
29774 \series default
29775
29776 \begin_inset LatexCommand index
29777 name "LaTeX-paquetes ! sidecap"
29778
29779 \end_inset
29780
29781
29782 \end_layout
29783
29784 \begin_layout Bibliography
29785 \begin_inset LatexCommand bibitem
29786 key "NewInLyX15"
29787
29788 \end_inset
29789
29790
29791 \begin_inset ERT
29792 status collapsed
29793
29794 \begin_layout Standard
29795
29796
29797 \backslash
29798 href{http://wiki.lyx.org/LyX/NewInLyX15}{
29799 \end_layout
29800
29801 \end_inset
29802
29803 Página Wiki
29804 \begin_inset ERT
29805 status collapsed
29806
29807 \begin_layout Standard
29808
29809 }
29810 \end_layout
29811
29812 \end_inset
29813
29814  sobre características nuevas previstas para la versión 
29815 \family sans
29816 LyX\InsetSpace ~
29817 1.5
29818 \family default
29819 .
29820 \end_layout
29821
29822 \begin_layout Standard
29823 \begin_inset LatexCommand printindex
29824
29825 \end_inset
29826
29827
29828 \end_layout
29829
29830 \begin_layout Standard
29831 \begin_inset FloatList figure
29832
29833 \end_inset
29834
29835
29836 \end_layout
29837
29838 \begin_layout Standard
29839 \begin_inset FloatList table
29840
29841 \end_inset
29842
29843
29844 \end_layout
29845
29846 \end_body
29847 \end_document