]> git.lyx.org Git - features.git/blob - lib/doc/es/Math.lyx
UserGuide.lyx and Math.lyx: use and describe LyX's native visible space
[features.git] / lib / doc / es / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % increase link area for cross-references and autoname them,
36 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
37 \addto\extrasspanish{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
42 }
43
44 % don't load packages twice
45 % see first footnote in sec. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % the pages of the TOC are numbered roman
49 % and a PDF-bookmark for the TOC is added
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % insert additional vertical space of 1.5 mm between footnotes,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % used in sec. 24.5
67 \usepackage[samesize]{cancel}
68
69 % enables calculation of values
70 \usepackage{calc}
71
72 % for multiple columns used in sec. 24.7
73 \usepackage{multicol}
74
75 % needed in sec. 19.4
76 \usepackage{remreset}
77
78 % for the Fourier transformation symbol
79 \usepackage{mathrsfs}
80
81 % define a color, used in sec.9.3
82 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
83
84 % declare operators (see sec. 10.4 and sec. 15.2)
85 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
86 \DeclareMathOperator{\sgn}{sgn}
87
88 % example definitions for sec. 20.1 
89 \newcommand{\gr}{\Longrightarrow}
90 \newcommand{\us}[1]{\underline{#1}}
91 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
92 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
93 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
94
95 % example macro from sec. 19.4
96 %\def\tagform@#1{\maketag@@@{|#1|}}
97
98 % macro from sec. 10.2
99 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
100 \def\mathclap {\mathpalette \mathclapinternal}
101 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
102
103
104 % ------------------------------------
105 % used to check for needed LaTeX packages
106 \usepackage{ifthen}
107
108 % check for package eurosym
109 % used for the Euro symbol
110 \newboolean{eurosym}
111 \IfFileExists{eurosym.sty}
112  {\usepackage[gennarrow]{eurosym}
113   \setboolean{eurosym}{true}}
114  {\setboolean{eurosym}{false}}
115
116 % check for package braket
117 % used for physical vectors
118 \newboolean{braket}
119 \IfFileExists{braket.sty}
120  {\usepackage{braket}
121   \setboolean{braket}{true}}
122  {\setboolean{braket}{false}}
123
124 % check for package cancel
125 \newboolean{cancel}
126 \IfFileExists{cancel.sty}
127  {\usepackage{cancel}
128   \setboolean{cancel}{true}}
129  {\setboolean{cancel}{false}}
130
131 % check for package upgreek
132 \newboolean{upgreek}
133 \IfFileExists{upgreek.sty}
134  {\usepackage{upgreek}
135   \setboolean{upgreek}{true}}
136  {\setboolean{upgreek}{false}}
137 \end_preamble
138 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
139 \use_default_options false
140 \maintain_unincluded_children false
141 \language spanish
142 \language_package default
143 \inputencoding auto
144 \fontencoding global
145 \font_roman default
146 \font_sans default
147 \font_typewriter default
148 \font_math auto
149 \font_default_family default
150 \use_non_tex_fonts false
151 \font_sc false
152 \font_osf false
153 \font_sf_scale 100
154 \font_tt_scale 100
155 \graphics default
156 \default_output_format default
157 \output_sync 0
158 \bibtex_command default
159 \index_command default
160 \paperfontsize 12
161 \spacing single
162 \use_hyperref true
163 \pdf_title "Manual detallado de Matemáticas en LyX"
164 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
165 \pdf_subject "LyX-documentation about math"
166 \pdf_keywords "LyX, Mathed"
167 \pdf_bookmarks true
168 \pdf_bookmarksnumbered true
169 \pdf_bookmarksopen true
170 \pdf_bookmarksopenlevel 1
171 \pdf_breaklinks false
172 \pdf_pdfborder false
173 \pdf_colorlinks true
174 \pdf_backref false
175 \pdf_pdfusetitle false
176 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
177 \papersize a4paper
178 \use_geometry false
179 \use_package amsmath 2
180 \use_package amssymb 2
181 \use_package cancel 0
182 \use_package esint 1
183 \use_package mathdots 1
184 \use_package mathtools 0
185 \use_package mhchem 1
186 \use_package stackrel 0
187 \use_package stmaryrd 0
188 \use_package undertilde 0
189 \cite_engine basic
190 \cite_engine_type default
191 \biblio_style plain
192 \use_bibtopic false
193 \use_indices false
194 \paperorientation portrait
195 \suppress_date false
196 \justification true
197 \use_refstyle 0
198 \notefontcolor #0000ff
199 \index Índice
200 \shortcut idx
201 \color #008000
202 \end_index
203 \secnumdepth 4
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language french
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle plain
211 \bullet 1 0 6 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \html_math_output 0
217 \html_css_as_file 0
218 \html_be_strict false
219 \end_header
220
221 \begin_body
222
223 \begin_layout Title
224 Manual detallado de
225 \begin_inset Newline newline
226 \end_inset
227
228 Matemáticas en LyX
229 \end_layout
230
231 \begin_layout Author
232 por el Equipo LyX
233 \begin_inset Foot
234 status collapsed
235
236 \begin_layout Plain Layout
237 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
238  lista de correo de documentación de LyX
239 \family typewriter
240
241 \begin_inset CommandInset href
242 LatexCommand href
243 name "lyx-docs@lists.lyx.org"
244 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
245
246 \end_inset
247
248
249 \end_layout
250
251 \end_inset
252
253
254 \begin_inset Note Note
255 status collapsed
256
257 \begin_layout Plain Layout
258 autor: Uwe Stöhr, traducción: Ignacio García
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset Newline newline
265 \end_inset
266
267
268 \begin_inset Newline newline
269 \end_inset
270
271 Versión 2.1.x
272 \end_layout
273
274 \begin_layout Standard
275 \begin_inset CommandInset toc
276 LatexCommand tableofcontents
277
278 \end_inset
279
280
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset Note Note
285 status open
286
287 \begin_layout Plain Layout
288 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
289  paquetes LaTeX 
290 \series bold
291 braket, cancel, eurosym, mathdots, mhchem
292 \series default
293  y 
294 \series bold
295 was
296 \series default
297 .
298  Si
299 \series bold
300  
301 \series default
302 no están instalados también puedes exportar el documento pero las secciones
303  en que se requieren dichos paquetes no aparecerán en la salida.
304  
305 \series bold
306 mhchem
307 \series default
308  es una excepción: si no está instalado no se puede exportar este archivo.
309 \end_layout
310
311 \begin_layout Plain Layout
312 La última versión PDF de este documento está disponible en:
313 \begin_inset Newline newline
314 \end_inset
315
316
317 \series bold
318 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
319 \end_layout
320
321 \end_inset
322
323
324 \begin_inset Newpage newpage
325 \end_inset
326
327
328 \end_layout
329
330 \begin_layout Section
331 Introducción
332 \end_layout
333
334 \begin_layout Standard
335 Este documento explica las características matemáticas de LyX y además es
336  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
337  Las explicaciones están diseñadas para el uso de comandos.
338  Por consiguiente es preciso que hayas leído la sección 
339 \emph on
340 Ecuaciones matemáticas
341 \emph default
342  de la 
343 \emph on
344 Guía del usuario
345 \emph default
346 .
347 \end_layout
348
349 \begin_layout Standard
350 La mayoría de caracteres y muchas estructuras explicadas en este manual
351  también son accesibles mediante el menú 
352 \family sans
353 Insertar\SpecialChar \menuseparator
354 Ecuación
355 \family default
356  o la barra de herramientas
357 \family sans
358  Ecuaciones
359 \family default
360 .
361  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
362  mucho más rápido usar comandos que la barra de herramientas.
363  Por tanto este manual está enfocado al uso de comandos, aunque también
364  se mencionan los botones correspondientes de las barras de herramientas
365  cuando están disponibles.
366 \end_layout
367
368 \begin_layout Standard
369 Si no se especifica lo contrario los comandos sólo están disponibles dentro
370  de las fórmulas.
371  Para poder usar todos los comandos explicados en este documento, debe usarse
372  la opción 
373 \family sans
374 Usar el paquete de ecuaciones AMS
375 \family default
376  en la configuración del documento (menú 
377 \family sans
378 Documento\SpecialChar \menuseparator
379 Configuración\SpecialChar \menuseparator
380 Opciones de ecuación
381 \family default
382 )
383 \begin_inset Foot
384 status collapsed
385
386 \begin_layout Plain Layout
387 La opción 
388 \family sans
389 Usar el paquete de ecuaciones AMS automáticamente
390 \family default
391  sólo usa ecuaciones 
392 \begin_inset ERT
393 status collapsed
394
395 \begin_layout Plain Layout
396
397
398 \backslash
399 AmS 
400 \end_layout
401
402 \end_inset
403
404
405 \begin_inset space ~
406 \end_inset
407
408  si las estructuras matemáticas son soportadas por LyX.
409 \end_layout
410
411 \end_inset
412
413 .
414 \end_layout
415
416 \begin_layout Standard
417 Este documento no recoge todos los comandos de ecuaciones 
418 \begin_inset ERT
419 status collapsed
420
421 \begin_layout Plain Layout
422
423
424 \backslash
425 AmS 
426 \end_layout
427
428 \end_inset
429
430
431 \begin_inset Foot
432 status collapsed
433
434 \begin_layout Plain Layout
435 En el archivo 
436 \family sans
437
438 \begin_inset CommandInset href
439 LatexCommand href
440 name "amsguide.ps"
441 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
442
443 \end_inset
444
445
446 \family default
447 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
448  lista con todos los comandos de ecuaciones 
449 \begin_inset ERT
450 status collapsed
451
452 \begin_layout Plain Layout
453
454
455 \backslash
456 AmS 
457 \end_layout
458
459 \end_inset
460
461 .
462 \end_layout
463
464 \end_inset
465
466  por razones de claridad.
467 \end_layout
468
469 \begin_layout Section
470 Instrucciones generales
471 \end_layout
472
473 \begin_layout Standard
474 Para crear una ecuación en línea
475 \begin_inset Index idx
476 status collapsed
477
478 \begin_layout Plain Layout
479 Ecuación ! en línea
480 \end_layout
481
482 \end_inset
483
484  insertada en una línea de texto, teclea una de las combinaciones 
485 \family sans
486 Ctrl+M, Alt+C M, Alt+M M
487 \family default
488  o pulsa el botón 
489 \begin_inset Graphics
490         filename ../../images/math-mode.png
491         scale 85
492
493 \end_inset
494
495  de la barra de herramientas.
496 \begin_inset Newline newline
497 \end_inset
498
499 Para crear una ecuación en estilo presentación
500 \begin_inset Index idx
501 status collapsed
502
503 \begin_layout Plain Layout
504 Ecuación ! presentada
505 \end_layout
506
507 \end_inset
508
509 , que se verá más grande y en su propio párrafo, teclea
510 \family sans
511  
512 \family default
513 una de estas combinaciones: 
514 \family sans
515 Ctrl+Mayúsculas+M, Alt+M D.
516 \end_layout
517
518 \begin_layout Standard
519 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
520  dentro de la ecuación y teclea
521 \family sans
522  Ctrl+M, Alt+C M, Alt+M M 
523 \family default
524 o usa el menú 
525 \family sans
526 Editar\SpecialChar \menuseparator
527 Ecuación\SpecialChar \menuseparator
528 Cambiar tipo de ecuación
529 \family default
530 .
531  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
532 \end_layout
533
534 \begin_layout Standard
535 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
536  presentada, escribe el comando 
537 \series bold
538
539 \backslash
540 displaystyle
541 \series default
542
543 \begin_inset Index idx
544 status collapsed
545
546 \begin_layout Plain Layout
547 Comandos ! D ! 
548 \backslash
549 displaystyle
550 \end_layout
551
552 \end_inset
553
554  en la ecuación y pulsa espacio.
555  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
556  de la ecuación.
557 \end_layout
558
559 \begin_layout Standard
560 En los cuadros sólo se permiten ecuaciones en línea.
561 \end_layout
562
563 \begin_layout Standard
564 Las barras 
565 \family sans
566 Ecuaciones
567 \family default
568  y 
569 \family sans
570 Paneles de ecuaciones 
571 \family default
572 se pueden visualizar mediante el menú 
573 \family sans
574 Ver\SpecialChar \menuseparator
575 Barras de herramientas
576 \family default
577 .
578  Si ahí pulsas en 
579 \begin_inset Quotes fld
580 \end_inset
581
582 Ecuaciones
583 \begin_inset Quotes frd
584 \end_inset
585
586  y/o en 
587 \begin_inset Quotes fld
588 \end_inset
589
590 Paneles de ecuaciones
591 \begin_inset Quotes frd
592 \end_inset
593
594 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
595  estado se visualiza en el menú de las barras de herramientas con una marca.
596  Si en este estado pulsas de nuevo sobre 
597 \begin_inset Quotes fld
598 \end_inset
599
600 Ecuaciones
601 \begin_inset Quotes frd
602 \end_inset
603
604  y/o 
605 \begin_inset Quotes fld
606 \end_inset
607
608 Paneles de ecuaciones
609 \begin_inset Quotes frd
610 \end_inset
611
612  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
613  de una ecuación; este estado se indica añadiendo a las entradas del menú
614  la palabra 
615 \begin_inset Quotes fld
616 \end_inset
617
618 (auto)
619 \begin_inset Quotes frd
620 \end_inset
621
622 .
623  
624 \end_layout
625
626 \begin_layout Standard
627 El modo TeX
628 \begin_inset Index idx
629 status collapsed
630
631 \begin_layout Plain Layout
632 T@TeX ! modo
633 \end_layout
634
635 \end_inset
636
637  se inicia pulsando el botón 
638 \begin_inset Graphics
639         filename ../../images/ert-insert.png
640         scale 85
641
642 \end_inset
643
644  de la barra de herramientas o con el menú 
645 \family sans
646 Insertar\SpecialChar \menuseparator
647 Código Te
648 \begin_inset ERT
649 status collapsed
650
651 \begin_layout Plain Layout
652
653 {}
654 \end_layout
655
656 \end_inset
657
658 X
659 \family default
660 , (atajo 
661 \family sans
662 Ctrl+L
663 \family default
664 ).
665 \begin_inset Note Note
666 status collapsed
667
668 \begin_layout Plain Layout
669 En LyX hay tres 
670 \begin_inset Quotes fld
671 \end_inset
672
673 nombres propios
674 \begin_inset Quotes frd
675 \end_inset
676
677  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
678  LaTeX y LyX.
679 \end_layout
680
681 \begin_layout Plain Layout
682 Para evitar que estas palabras sean reconocidas como tales nombres propios,
683  se inserta un par de llaves TeX.
684  
685 \end_layout
686
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Standard
693 Para cambiar el preámbulo LaTeX
694 \begin_inset Index idx
695 status collapsed
696
697 \begin_layout Plain Layout
698 LaTeX, preámbulo
699 \end_layout
700
701 \end_inset
702
703 , usa el menú 
704 \family sans
705 Documento\SpecialChar \menuseparator
706 Configuración\SpecialChar \menuseparator
707 Preámbulo LaT
708 \begin_inset ERT
709 status collapsed
710
711 \begin_layout Plain Layout
712
713 {}
714 \end_layout
715
716 \end_inset
717
718 eX
719 \family default
720 .
721 \end_layout
722
723 \begin_layout Standard
724 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
725  multilínea, se pueden usar los menús 
726 \family sans
727 Editar\SpecialChar \menuseparator
728 Ecuación
729 \family default
730  y 
731 \family sans
732 Editar\SpecialChar \menuseparator
733 Filas y columnas
734 \family default
735  o la barra de herramientas de 
736 \family sans
737 Cuadro
738 \family default
739 .
740  Cuando las líneas y columnas se intercambian mediante el menú, la columna
741  o línea en la que está se cambia con la columna de la derecha o con la
742  línea de abajo, respectivamente.
743  Si el cursor está en la última columna o fila, el cambio se hace con la
744  columna de la izquierda o la línea de arriba.
745 \end_layout
746
747 \begin_layout Standard
748 Para escribir texto en fórmulas se usa 
749 \emph on
750 texto de ecuaciones
751 \emph default
752
753 \begin_inset Index idx
754 status collapsed
755
756 \begin_layout Plain Layout
757 Texto ! en ecuaciones
758 \end_layout
759
760 \end_inset
761
762 .
763 \begin_inset Foot
764 status collapsed
765
766 \begin_layout Plain Layout
767 Para ecuaciones multilínea se usa el comando 
768 \series bold
769
770 \backslash
771 intertext
772 \series default
773 , véase
774 \begin_inset space ~
775 \end_inset
776
777
778 \begin_inset CommandInset ref
779 LatexCommand ref
780 reference "sub:Texto-en-multilínea"
781
782 \end_inset
783
784 .
785 \end_layout
786
787 \end_inset
788
789  Este modo se inicia con el atajo 
790 \family sans
791 Alt+M
792 \begin_inset space ~
793 \end_inset
794
795 M
796 \family default
797  o
798 \family sans
799  Ctrl+M
800 \family default
801  o insertando el comando 
802 \series bold
803
804 \backslash
805 text
806 \series default
807
808 \begin_inset Index idx
809 status collapsed
810
811 \begin_layout Plain Layout
812 Comandos ! T ! 
813 \backslash
814 text
815 \end_layout
816
817 \end_inset
818
819 .
820  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
821  partes de la ecuación que se ven en azul.
822  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
823 a de otras partes de la fórmula.
824 \end_layout
825
826 \begin_layout Subsection*
827 Esquema de comandos
828 \end_layout
829
830 \begin_layout Standard
831 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
832  siguiente esquema:
833 \end_layout
834
835 \begin_layout Standard
836
837 \series bold
838
839 \backslash
840 nombre_del_comando[argumento opcional]{argumento requerido}
841 \end_layout
842
843 \begin_layout Standard
844 Un comando empieza siempre por una barra inversa, 
845 \begin_inset Quotes fld
846 \end_inset
847
848
849 \series bold
850
851 \backslash
852
853 \series default
854
855 \begin_inset Quotes frd
856 \end_inset
857
858 .
859  Para omitir argumentos opcionales, quita también los corchetes asociados.
860  En este documento, las llaves que encierran los argumentos requeridos se
861  denominan llaves TeX
862 \begin_inset Index idx
863 status collapsed
864
865 \begin_layout Plain Layout
866 T@TeX ! llaves
867 \end_layout
868
869 \end_inset
870
871 .
872  Si en una ecuación añades una llave de apertura al nombre de un comando,
873  LyX crea automáticamente una llave TeX.
874  En todos los demás casos las llaves TeX se crean en las ecuaciones con
875  el comando 
876 \series bold
877
878 \backslash
879 {
880 \series default
881 .
882  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
883  que se muestran en azul.
884  En modo TeX no hace falta comando para poner llaves TeX.
885  Las llaves TeX no aparecen en la salida.
886 \end_layout
887
888 \begin_layout Standard
889 En el caso de comandos sin argumentos, como los comandos para símbolos que
890  se introducen en modo TeX, 
891 \emph on
892 siempre
893 \emph default
894  debe teclearse un espacio tras el comando para finalizarlo.
895  Este espacio no aparece en la salida.
896  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
897  de un espacio protegido en texto normal.
898 \end_layout
899
900 \begin_layout Standard
901 Un espacio protegido se inserta con 
902 \family sans
903 Ctrl+Espacio
904 \family default
905 .
906 \end_layout
907
908 \begin_layout Subsection*
909 Explicación de la sintaxis
910 \end_layout
911
912 \begin_layout Itemize
913 El símbolo 
914 \begin_inset space \textvisiblespace{}
915 \end_inset
916
917  indica que hay que teclear un espacio.
918 \end_layout
919
920 \begin_layout Itemize
921 Una flecha como 
922 \begin_inset Formula $\rightarrow$
923 \end_inset
924
925  indica el uso de la correspondiente tecla de flecha.
926  La tecla 
927 \family sans
928 Tab
929 \family default
930  se puede usar a menudo en vez de 
931 \begin_inset Formula $\rightarrow$
932 \end_inset
933
934  y 
935 \begin_inset Formula $\downarrow$
936 \end_inset
937
938 , y 
939 \family sans
940 Mayús+Tab
941 \family default
942  en vez de 
943 \begin_inset Formula $\leftarrow$
944 \end_inset
945
946  y 
947 \begin_inset Formula $\uparrow$
948 \end_inset
949
950 .
951 \end_layout
952
953 \begin_layout Subsection*
954 Unidades disponibles
955 \end_layout
956
957 \begin_layout Standard
958 \align center
959 \begin_inset Float table
960 placement H
961 wide false
962 sideways false
963 status open
964
965 \begin_layout Plain Layout
966 \align center
967 \begin_inset Caption Standard
968
969 \begin_layout Plain Layout
970 \begin_inset CommandInset label
971 LatexCommand label
972 name "tab:Unidades-disponibles"
973
974 \end_inset
975
976 Unidades disponibles
977 \end_layout
978
979 \end_inset
980
981
982 \end_layout
983
984 \begin_layout Plain Layout
985 \align center
986 \begin_inset Tabular
987 <lyxtabular version="3" rows="13" columns="2">
988 <features rotate="0" tabularvalignment="middle">
989 <column alignment="center" valignment="top">
990 <column alignment="center" valignment="top">
991 <row>
992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
993 \begin_inset Text
994
995 \begin_layout Plain Layout
996 Unidad
997 \end_layout
998
999 \end_inset
1000 </cell>
1001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1002 \begin_inset Text
1003
1004 \begin_layout Plain Layout
1005 Nombre / Descripción
1006 \end_layout
1007
1008 \end_inset
1009 </cell>
1010 </row>
1011 <row>
1012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1013 \begin_inset Text
1014
1015 \begin_layout Plain Layout
1016 mm
1017 \end_layout
1018
1019 \end_inset
1020 </cell>
1021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1022 \begin_inset Text
1023
1024 \begin_layout Plain Layout
1025 Milímetro
1026 \end_layout
1027
1028 \end_inset
1029 </cell>
1030 </row>
1031 <row>
1032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1033 \begin_inset Text
1034
1035 \begin_layout Plain Layout
1036 cm
1037 \end_layout
1038
1039 \end_inset
1040 </cell>
1041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1042 \begin_inset Text
1043
1044 \begin_layout Plain Layout
1045 Centímetro
1046 \end_layout
1047
1048 \end_inset
1049 </cell>
1050 </row>
1051 <row>
1052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1053 \begin_inset Text
1054
1055 \begin_layout Plain Layout
1056 in
1057 \end_layout
1058
1059 \end_inset
1060 </cell>
1061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1062 \begin_inset Text
1063
1064 \begin_layout Plain Layout
1065 Pulgada (1
1066 \begin_inset space \thinspace{}
1067 \end_inset
1068
1069 in = 2,54
1070 \begin_inset space \thinspace{}
1071 \end_inset
1072
1073 cm)
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 </row>
1079 <row>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 pt
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 Punto (72.27
1094 \begin_inset space \thinspace{}
1095 \end_inset
1096
1097 pt = 1
1098 \begin_inset space \thinspace{}
1099 \end_inset
1100
1101 in)
1102 \end_layout
1103
1104 \end_inset
1105 </cell>
1106 </row>
1107 <row>
1108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1109 \begin_inset Text
1110
1111 \begin_layout Plain Layout
1112 pc
1113 \end_layout
1114
1115 \end_inset
1116 </cell>
1117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1118 \begin_inset Text
1119
1120 \begin_layout Plain Layout
1121 Pica (1
1122 \begin_inset space \thinspace{}
1123 \end_inset
1124
1125 pc = 12
1126 \begin_inset space \thinspace{}
1127 \end_inset
1128
1129 pt)
1130 \end_layout
1131
1132 \end_inset
1133 </cell>
1134 </row>
1135 <row>
1136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1137 \begin_inset Text
1138
1139 \begin_layout Plain Layout
1140 sp
1141 \end_layout
1142
1143 \end_inset
1144 </cell>
1145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1146 \begin_inset Text
1147
1148 \begin_layout Plain Layout
1149 Punto escalado (65536
1150 \begin_inset space \thinspace{}
1151 \end_inset
1152
1153 sp = 1
1154 \begin_inset space \thinspace{}
1155 \end_inset
1156
1157 pt)
1158 \end_layout
1159
1160 \end_inset
1161 </cell>
1162 </row>
1163 <row>
1164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1165 \begin_inset Text
1166
1167 \begin_layout Plain Layout
1168 bp
1169 \end_layout
1170
1171 \end_inset
1172 </cell>
1173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1174 \begin_inset Text
1175
1176 \begin_layout Plain Layout
1177 Punto grande (72
1178 \begin_inset space \thinspace{}
1179 \end_inset
1180
1181 bp = 1
1182 \begin_inset space \thinspace{}
1183 \end_inset
1184
1185 in)
1186 \end_layout
1187
1188 \end_inset
1189 </cell>
1190 </row>
1191 <row>
1192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 dd
1197 \end_layout
1198
1199 \end_inset
1200 </cell>
1201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1202 \begin_inset Text
1203
1204 \begin_layout Plain Layout
1205 Didot (1
1206 \begin_inset space \thinspace{}
1207 \end_inset
1208
1209 dd 
1210 \begin_inset Formula $\approx$
1211 \end_inset
1212
1213  0.376
1214 \begin_inset space \thinspace{}
1215 \end_inset
1216
1217 mm)
1218 \end_layout
1219
1220 \end_inset
1221 </cell>
1222 </row>
1223 <row>
1224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1225 \begin_inset Text
1226
1227 \begin_layout Plain Layout
1228 cc
1229 \end_layout
1230
1231 \end_inset
1232 </cell>
1233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1234 \begin_inset Text
1235
1236 \begin_layout Plain Layout
1237 Cicero (1
1238 \begin_inset space \thinspace{}
1239 \end_inset
1240
1241 cc = 12
1242 \begin_inset space \thinspace{}
1243 \end_inset
1244
1245 dd)
1246 \end_layout
1247
1248 \end_inset
1249 </cell>
1250 </row>
1251 <row>
1252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1253 \begin_inset Text
1254
1255 \begin_layout Plain Layout
1256 ex
1257 \end_layout
1258
1259 \end_inset
1260 </cell>
1261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1262 \begin_inset Text
1263
1264 \begin_layout Plain Layout
1265 Altura de la letra 
1266 \begin_inset Quotes fld
1267 \end_inset
1268
1269
1270 \emph on
1271 x
1272 \emph default
1273
1274 \begin_inset Quotes frd
1275 \end_inset
1276
1277  en la tipografía actual
1278 \end_layout
1279
1280 \end_inset
1281 </cell>
1282 </row>
1283 <row>
1284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1285 \begin_inset Text
1286
1287 \begin_layout Plain Layout
1288 em
1289 \end_layout
1290
1291 \end_inset
1292 </cell>
1293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1294 \begin_inset Text
1295
1296 \begin_layout Plain Layout
1297 Anchura de la letra 
1298 \begin_inset Quotes fld
1299 \end_inset
1300
1301
1302 \emph on
1303 M
1304 \emph default
1305
1306 \begin_inset Quotes frd
1307 \end_inset
1308
1309  en la tipografía actual
1310 \end_layout
1311
1312 \end_inset
1313 </cell>
1314 </row>
1315 <row>
1316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1317 \begin_inset Text
1318
1319 \begin_layout Plain Layout
1320 mu
1321 \end_layout
1322
1323 \end_inset
1324 </cell>
1325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1326 \begin_inset Text
1327
1328 \begin_layout Plain Layout
1329 Unidad matemática (1
1330 \begin_inset space \thinspace{}
1331 \end_inset
1332
1333 mu = 
1334 \begin_inset Formula $\nicefrac{1}{18}$
1335 \end_inset
1336
1337
1338 \begin_inset space \thinspace{}
1339 \end_inset
1340
1341 em)
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 </row>
1347 </lyxtabular>
1348
1349 \end_inset
1350
1351
1352 \end_layout
1353
1354 \end_inset
1355
1356
1357 \end_layout
1358
1359 \begin_layout Standard
1360 \align center
1361 \begin_inset Newpage newpage
1362 \end_inset
1363
1364
1365 \end_layout
1366
1367 \begin_layout Section
1368 Funciones básicas
1369 \end_layout
1370
1371 \begin_layout Subsection
1372 Exponentes
1373 \begin_inset Index idx
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377 Exponentes
1378 \end_layout
1379
1380 \end_inset
1381
1382  e índices
1383 \begin_inset Index idx
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387 Indices@Índices
1388 \end_layout
1389
1390 \end_inset
1391
1392
1393 \begin_inset Index idx
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397 Superíndices|see
1398 \begin_inset ERT
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402
1403 {
1404 \end_layout
1405
1406 \end_inset
1407
1408 Exponentes
1409 \begin_inset ERT
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413
1414 }
1415 \end_layout
1416
1417 \end_inset
1418
1419
1420 \end_layout
1421
1422 \end_inset
1423
1424
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 Subíndices|see
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 {
1436 \end_layout
1437
1438 \end_inset
1439
1440 Índices
1441 \begin_inset ERT
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445
1446 }
1447 \end_layout
1448
1449 \end_inset
1450
1451
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \end_layout
1458
1459 \begin_layout Standard
1460 Los subíndices se componen con un guión bajo 
1461 \begin_inset Quotes fld
1462 \end_inset
1463
1464 _
1465 \begin_inset Quotes frd
1466 \end_inset
1467
1468  o con el botón de la barra de herramientas de ecuaciones 
1469 \begin_inset Graphics
1470         filename ../../images/math-subscript.png
1471         scale 85
1472
1473 \end_inset
1474
1475 , los superíndices con un circunflejo 
1476 \begin_inset Quotes fld
1477 \end_inset
1478
1479 ^
1480 \begin_inset Quotes frd
1481 \end_inset
1482
1483  o con el botón de la barra de herramientas de ecuaciones 
1484 \begin_inset Graphics
1485         filename ../../images/math-superscript.png
1486         scale 85
1487
1488 \end_inset
1489
1490 .
1491 \end_layout
1492
1493 \begin_layout Standard
1494 \noindent
1495 \align center
1496 \begin_inset Tabular
1497 <lyxtabular version="3" rows="4" columns="2">
1498 <features rotate="0" tabularvalignment="middle">
1499 <column alignment="center" valignment="top">
1500 <column alignment="center" valignment="top">
1501 <row>
1502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1503 \begin_inset Text
1504
1505 \begin_layout Plain Layout
1506 Comando
1507 \end_layout
1508
1509 \end_inset
1510 </cell>
1511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1512 \begin_inset Text
1513
1514 \begin_layout Plain Layout
1515 Resultado
1516 \begin_inset Note Note
1517 status open
1518
1519 \begin_layout Plain Layout
1520
1521 \series bold
1522
1523 \backslash
1524 raisebox
1525 \series default
1526  sólo se usa como espaciador.
1527 \end_layout
1528
1529 \end_inset
1530
1531
1532 \end_layout
1533
1534 \end_inset
1535 </cell>
1536 </row>
1537 <row>
1538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 B_V
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 \begin_inset Formula $B_{V}$
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558 </cell>
1559 </row>
1560 <row>
1561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565 B^V
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1571 \begin_inset Text
1572
1573 \begin_layout Plain Layout
1574 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1575 \end_inset
1576
1577
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 </row>
1583 <row>
1584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1585 \begin_inset Text
1586
1587 \begin_layout Plain Layout
1588 B^
1589 \begin_inset space \textvisiblespace{}
1590 \end_inset
1591
1592 A
1593 \end_layout
1594
1595 \end_inset
1596 </cell>
1597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 </row>
1610 </lyxtabular>
1611
1612 \end_inset
1613
1614
1615 \end_layout
1616
1617 \begin_layout Standard
1618 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1619  caso acentuará las vocales y no servirá para entrar en modo exponente.
1620 \begin_inset Foot
1621 status collapsed
1622
1623 \begin_layout Plain Layout
1624 Dependiendo de la configuración del teclado esto puede suceder también con
1625  otros caracteres además de las vocales.
1626 \end_layout
1627
1628 \end_inset
1629
1630  Para conseguir exponentes en estos casos debes pulsar 
1631 \family sans
1632 Espacio
1633 \family default
1634  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1635  
1636 \end_layout
1637
1638 \begin_layout Subsection
1639 Fracciones
1640 \begin_inset CommandInset label
1641 LatexCommand label
1642 name "sub:Fracciones"
1643
1644 \end_inset
1645
1646
1647 \begin_inset Index idx
1648 status collapsed
1649
1650 \begin_layout Plain Layout
1651 Fracciones
1652 \end_layout
1653
1654 \end_inset
1655
1656
1657 \end_layout
1658
1659 \begin_layout Standard
1660 Las fracciones se generan con el comando 
1661 \series bold
1662
1663 \backslash
1664 frac
1665 \series default
1666
1667 \begin_inset Index idx
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671 Comandos ! F ! 
1672 \backslash
1673 frac
1674 \end_layout
1675
1676 \end_inset
1677
1678  o con el botón 
1679 \begin_inset Graphics
1680         filename ../../images/math/frac.png
1681         scale 50
1682
1683 \end_inset
1684
1685  de la barra de herramientas.
1686  El tamaño de tipografía se ajusta automáticamente, dependiendo de si la
1687  fracción está en línea o en estilo presentación.
1688  Con el botón 
1689 \begin_inset Graphics
1690         filename ../../images/math/frac-square.png
1691         scale 85
1692
1693 \end_inset
1694
1695 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1696  de fracciones.
1697 \end_layout
1698
1699 \begin_layout Standard
1700 Con el comando 
1701 \series bold
1702
1703 \backslash
1704 dfrac
1705 \series default
1706
1707 \begin_inset Index idx
1708 status collapsed
1709
1710 \begin_layout Plain Layout
1711 Comandos ! D ! 
1712 \backslash
1713 dfrac
1714 \end_layout
1715
1716 \end_inset
1717
1718  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1719  presentación.
1720  Con 
1721 \series bold
1722
1723 \backslash
1724 tfrac
1725 \series default
1726
1727 \begin_inset Index idx
1728 status collapsed
1729
1730 \begin_layout Plain Layout
1731 Comandos ! T ! 
1732 \backslash
1733 tfrac
1734 \end_layout
1735
1736 \end_inset
1737
1738  la fracción tiene siempre el tamaño del estilo en línea.
1739  Un ejemplo:
1740 \end_layout
1741
1742 \begin_layout Standard
1743 Una línea con la fracción 
1744 \begin_inset Formula $\frac{1}{2}$
1745 \end_inset
1746
1747  creada con el comando 
1748 \series bold
1749
1750 \backslash
1751 frac
1752 \series default
1753 .
1754  
1755 \end_layout
1756
1757 \begin_layout Standard
1758 Una línea con la fracción 
1759 \begin_inset Formula $\dfrac{1}{2}$
1760 \end_inset
1761
1762  creada con el comando 
1763 \series bold
1764
1765 \backslash
1766 dfrac
1767 \series default
1768 .
1769 \end_layout
1770
1771 \begin_layout Standard
1772 \noindent
1773 \align center
1774 \begin_inset Tabular
1775 <lyxtabular version="3" rows="4" columns="2">
1776 <features rotate="0" tabularvalignment="middle">
1777 <column alignment="center" valignment="top">
1778 <column alignment="center" valignment="top">
1779 <row>
1780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1781 \begin_inset Text
1782
1783 \begin_layout Plain Layout
1784 Comando
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793 Resultado
1794 \begin_inset Note Note
1795 status collapsed
1796
1797 \begin_layout Plain Layout
1798
1799 \series bold
1800
1801 \backslash
1802 raisebox
1803 \series default
1804  se usa sólo como espaciador
1805 \end_layout
1806
1807 \end_inset
1808
1809
1810 \end_layout
1811
1812 \end_inset
1813 </cell>
1814 </row>
1815 <row>
1816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820
1821 \backslash
1822 frac
1823 \begin_inset space \textvisiblespace{}
1824 \end_inset
1825
1826 A
1827 \begin_inset Formula $\downarrow$
1828 \end_inset
1829
1830 B
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1840 \end_inset
1841
1842
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 </row>
1848 <row>
1849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853
1854 \backslash
1855 dfrac
1856 \begin_inset space \textvisiblespace{}
1857 \end_inset
1858
1859 A
1860 \begin_inset Formula $\downarrow$
1861 \end_inset
1862
1863 B
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1873 \end_inset
1874
1875
1876 \end_layout
1877
1878 \end_inset
1879 </cell>
1880 </row>
1881 <row>
1882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886
1887 \backslash
1888 dfrac
1889 \begin_inset space \textvisiblespace{}
1890 \end_inset
1891
1892 e^
1893 \backslash
1894 frac
1895 \begin_inset space \textvisiblespace{}
1896 \end_inset
1897
1898 1
1899 \begin_inset Formula $\downarrow$
1900 \end_inset
1901
1902 2
1903 \begin_inset Formula $\downarrow$
1904 \end_inset
1905
1906 3
1907 \end_layout
1908
1909 \end_inset
1910 </cell>
1911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1912 \begin_inset Text
1913
1914 \begin_layout Plain Layout
1915 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1916 \end_inset
1917
1918
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 </row>
1924 </lyxtabular>
1925
1926 \end_inset
1927
1928
1929 \begin_inset VSpace bigskip
1930 \end_inset
1931
1932
1933 \end_layout
1934
1935 \begin_layout Standard
1936 Para fracciones anidadas se puede usar el comando 
1937 \series bold
1938
1939 \backslash
1940 cfrac
1941 \series default
1942
1943 \begin_inset Index idx
1944 status collapsed
1945
1946 \begin_layout Plain Layout
1947 Comandos ! C ! 
1948 \backslash
1949 cfrac
1950 \end_layout
1951
1952 \end_inset
1953
1954 .
1955  Un ejemplo:
1956 \begin_inset VSpace -3mm
1957 \end_inset
1958
1959
1960 \end_layout
1961
1962 \begin_layout Standard
1963 \begin_inset Formula 
1964 \begin{align*}
1965 \textrm{creada con \textbf{\textbackslash frac}} &  & \textrm{creada con \textbf{\textbackslash cfrac}}\\
1966 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1967 \end{align*}
1968
1969 \end_inset
1970
1971
1972 \end_layout
1973
1974 \begin_layout Standard
1975 El comando para el ejemplo de arriba es:
1976 \end_layout
1977
1978 \begin_layout Standard
1979
1980 \series bold
1981
1982 \backslash
1983 cfrac
1984 \begin_inset space \textvisiblespace{}
1985 \end_inset
1986
1987 A
1988 \begin_inset Formula $\downarrow$
1989 \end_inset
1990
1991 B+
1992 \backslash
1993 cfrac
1994 \begin_inset space \textvisiblespace{}
1995 \end_inset
1996
1997 C+
1998 \backslash
1999 cfrac
2000 \begin_inset space \textvisiblespace{}
2001 \end_inset
2002
2003 E
2004 \begin_inset Formula $\downarrow$
2005 \end_inset
2006
2007 F
2008 \begin_inset Formula $\downarrow$
2009 \end_inset
2010
2011 D
2012 \end_layout
2013
2014 \begin_layout Standard
2015 \begin_inset VSpace medskip
2016 \end_inset
2017
2018
2019 \end_layout
2020
2021 \begin_layout Standard
2022
2023 \series bold
2024
2025 \backslash
2026 cfrac
2027 \series default
2028  compone la fracción siempre en el tamaño del estilo presentación, también
2029  cuando es parte de otra fracción.
2030 \end_layout
2031
2032 \begin_layout Standard
2033 Es posible especificar la alineación del numerador.
2034  El comando 
2035 \series bold
2036
2037 \backslash
2038 cfracleft
2039 \series default
2040  se usa para alinearlo a la izquierda, el comando 
2041 \series bold
2042
2043 \backslash
2044 cfracright
2045 \series default
2046  para alinearlo a la derecha, 
2047 \series bold
2048
2049 \backslash
2050 cfrac
2051 \series default
2052  centra el numerador.
2053 \end_layout
2054
2055 \begin_layout Standard
2056 Estas fracciones muestran las distintas alineaciones:
2057 \end_layout
2058
2059 \begin_layout Standard
2060
2061 \series bold
2062 \begin_inset Formula 
2063 \[
2064 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2065 \]
2066
2067 \end_inset
2068
2069
2070 \end_layout
2071
2072 \begin_layout Standard
2073 \noindent
2074 \begin_inset Note Greyedout
2075 status open
2076
2077 \begin_layout Plain Layout
2078
2079 \series bold
2080 Nota
2081 \series default
2082
2083 \series bold
2084
2085 \backslash
2086 cfracleft
2087 \series default
2088  y
2089 \series bold
2090  
2091 \backslash
2092 cfracright
2093 \series default
2094  no son comandos LaTeX reales sino sustituciones del comando 
2095 \series bold
2096
2097 \backslash
2098 cfrac[posición del numerador]{numerador}{denominador}
2099 \series default
2100  .
2101  Por tanto no puedes usarlos código TeX.
2102 \end_layout
2103
2104 \end_inset
2105
2106
2107 \begin_inset VSpace medskip
2108 \end_inset
2109
2110
2111 \end_layout
2112
2113 \begin_layout Standard
2114 Muchas veces es adecuado combinar 
2115 \series bold
2116
2117 \backslash
2118 cfrac
2119 \series default
2120  y 
2121 \series bold
2122
2123 \backslash
2124 frac
2125 \series default
2126 :
2127 \begin_inset Formula 
2128 \[
2129 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2130 \]
2131
2132 \end_inset
2133
2134
2135 \end_layout
2136
2137 \begin_layout Standard
2138 Para componer fracciones en línea con raya de fracción inclinada puedes
2139  usar el comando 
2140 \series bold
2141
2142 \backslash
2143 nicefrac
2144 \series default
2145
2146 \begin_inset Index idx
2147 status collapsed
2148
2149 \begin_layout Plain Layout
2150 Comandos ! N ! 
2151 \backslash
2152 nicefrac
2153 \end_layout
2154
2155 \end_inset
2156
2157
2158 \begin_inset Formula $\nicefrac{5}{31}$
2159 \end_inset
2160
2161  Hay además el comando 
2162 \series bold
2163
2164 \backslash
2165 unitfracthree
2166 \series default
2167  que permite escribir una fracción en combinación con un número: 
2168 \begin_inset Formula $\unitfrac[2]{1}{3}$
2169 \end_inset
2170
2171
2172 \end_layout
2173
2174 \begin_layout Standard
2175 \begin_inset Note Greyedout
2176 status open
2177
2178 \begin_layout Plain Layout
2179
2180 \series bold
2181 Nota
2182 \series default
2183
2184 \series bold
2185
2186 \backslash
2187 unitfracthree
2188 \series default
2189  no es un comando LaTeX auténtico, sino un equivalente al comando
2190 \begin_inset Newline newline
2191 \end_inset
2192
2193
2194 \series bold
2195
2196 \backslash
2197 unitfrac[número]{numerador}{denominador}
2198 \series default
2199  .
2200  Por tanto no puedes usarlo en código TeX.
2201 \end_layout
2202
2203 \end_inset
2204
2205
2206 \end_layout
2207
2208 \begin_layout Standard
2209 En la 
2210 \begin_inset CommandInset ref
2211 LatexCommand ref
2212 reference "sub:Fracciones-personalizadas"
2213
2214 \end_inset
2215
2216  se explica cómo componer fracciones personalizadas en las que la raya de
2217  fracción se puede cambiar.
2218 \end_layout
2219
2220 \begin_layout Standard
2221 \begin_inset Newpage newpage
2222 \end_inset
2223
2224
2225 \end_layout
2226
2227 \begin_layout Subsection
2228 Raíces
2229 \begin_inset Index idx
2230 status collapsed
2231
2232 \begin_layout Plain Layout
2233 Raíces
2234 \end_layout
2235
2236 \end_inset
2237
2238
2239 \end_layout
2240
2241 \begin_layout Standard
2242 Las raíces cuadradas se componen con 
2243 \series bold
2244
2245 \backslash
2246 sqrt
2247 \series default
2248
2249 \begin_inset Index idx
2250 status collapsed
2251
2252 \begin_layout Plain Layout
2253 Comandos ! S ! 
2254 \backslash
2255 sqrt
2256 \end_layout
2257
2258 \end_inset
2259
2260  o con el botón 
2261 \begin_inset Graphics
2262         filename ../../images/math/sqrt.png
2263         scale 85
2264
2265 \end_inset
2266
2267  de la barra de ecuaciones; todas las demás raíces con el comando 
2268 \series bold
2269
2270 \backslash
2271 root
2272 \series default
2273
2274 \begin_inset Index idx
2275 status collapsed
2276
2277 \begin_layout Plain Layout
2278 Comandos ! R ! 
2279 \backslash
2280 root
2281 \end_layout
2282
2283 \end_inset
2284
2285  o con el botón 
2286 \begin_inset Graphics
2287         filename ../../images/math/root.png
2288         scale 85
2289
2290 \end_inset
2291
2292 .
2293 \end_layout
2294
2295 \begin_layout Standard
2296 \noindent
2297 \align center
2298 \begin_inset Tabular
2299 <lyxtabular version="3" rows="3" columns="2">
2300 <features rotate="0" tabularvalignment="middle">
2301 <column alignment="center" valignment="top">
2302 <column alignment="center" valignment="top">
2303 <row>
2304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2305 \begin_inset Text
2306
2307 \begin_layout Plain Layout
2308 Comando
2309 \end_layout
2310
2311 \end_inset
2312 </cell>
2313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2314 \begin_inset Text
2315
2316 \begin_layout Plain Layout
2317 Resultado
2318 \begin_inset Note Note
2319 status collapsed
2320
2321 \begin_layout Plain Layout
2322
2323 \series bold
2324
2325 \backslash
2326 raisebox
2327 \series default
2328  se usa sólo como espaciador
2329 \end_layout
2330
2331 \end_inset
2332
2333
2334 \end_layout
2335
2336 \end_inset
2337 </cell>
2338 </row>
2339 <row>
2340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2341 \begin_inset Text
2342
2343 \begin_layout Plain Layout
2344
2345 \backslash
2346 sqrt
2347 \begin_inset space \textvisiblespace{}
2348 \end_inset
2349
2350 A-B
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2356 \begin_inset Text
2357
2358 \begin_layout Plain Layout
2359 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2360 \end_inset
2361
2362
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 </row>
2368 <row>
2369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373
2374 \backslash
2375 root
2376 \begin_inset space \textvisiblespace{}
2377 \end_inset
2378
2379 3
2380 \begin_inset Formula $\downarrow$
2381 \end_inset
2382
2383 A-B
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2393 \end_inset
2394
2395
2396 \end_layout
2397
2398 \end_inset
2399 </cell>
2400 </row>
2401 </lyxtabular>
2402
2403 \end_inset
2404
2405
2406 \end_layout
2407
2408 \begin_layout Standard
2409 Una raíz cuadrada se compone también con 
2410 \series bold
2411
2412 \backslash
2413 root
2414 \series default
2415  dejando vacío el campo del índice.
2416 \end_layout
2417
2418 \begin_layout Standard
2419 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2420  la raíz: 
2421 \begin_inset Formula $\sqrt[\beta]{B}$
2422 \end_inset
2423
2424
2425 \begin_inset Newline newline
2426 \end_inset
2427
2428 La 
2429 \begin_inset Formula $\beta$
2430 \end_inset
2431
2432  toca la raíz.
2433  Para evitar esto se usan los comandos 
2434 \series bold
2435
2436 \backslash
2437 leftroot
2438 \series default
2439
2440 \begin_inset Index idx
2441 status collapsed
2442
2443 \begin_layout Plain Layout
2444 Comandos ! L ! 
2445 \backslash
2446 leftroot
2447 \end_layout
2448
2449 \end_inset
2450
2451  y 
2452 \series bold
2453
2454 \backslash
2455 uproot
2456 \series default
2457
2458 \begin_inset Index idx
2459 status collapsed
2460
2461 \begin_layout Plain Layout
2462 Comandos ! U ! 
2463 \backslash
2464 uproot
2465 \end_layout
2466
2467 \end_inset
2468
2469  con el esquema siguiente:
2470 \end_layout
2471
2472 \begin_layout Standard
2473
2474 \series bold
2475
2476 \backslash
2477 leftroot{distancia}
2478 \series default
2479  y 
2480 \series bold
2481
2482 \backslash
2483 uproot{distancia}
2484 \end_layout
2485
2486 \begin_layout Standard
2487 Distancia es el número de Puntos Grandes (
2488 \begin_inset Quotes fld
2489 \end_inset
2490
2491 Big Points
2492 \begin_inset Quotes frd
2493 \end_inset
2494
2495 , unidad bp; 
2496 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2497 \end_inset
2498
2499 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2500  Los comandos se escriben en el índice.
2501  Así, el comando:
2502 \begin_inset Newline newline
2503 \end_inset
2504
2505
2506 \series bold
2507
2508 \backslash
2509 root
2510 \backslash
2511 leftroot{-1
2512 \begin_inset Formula $\to$
2513 \end_inset
2514
2515
2516 \backslash
2517 uproot{2
2518 \begin_inset Formula $\to$
2519 \end_inset
2520
2521
2522 \backslash
2523 beta
2524 \begin_inset space \textvisiblespace{}
2525 \end_inset
2526
2527
2528 \begin_inset Formula $\to$
2529 \end_inset
2530
2531 B
2532 \begin_inset Newline newline
2533 \end_inset
2534
2535
2536 \series default
2537 genera una fórmula correctamente tipografiada: 
2538 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2539 \end_inset
2540
2541
2542 \end_layout
2543
2544 \begin_layout Subsection
2545 Coeficientes de un binomio
2546 \begin_inset Index idx
2547 status collapsed
2548
2549 \begin_layout Plain Layout
2550 Binomios
2551 \end_layout
2552
2553 \end_inset
2554
2555
2556 \end_layout
2557
2558 \begin_layout Standard
2559 Los coeficientes de un binomio se insertan con el comando 
2560 \series bold
2561
2562 \backslash
2563 binom
2564 \series default
2565
2566 \begin_inset Index idx
2567 status collapsed
2568
2569 \begin_layout Plain Layout
2570 Comandos ! B ! 
2571 \backslash
2572 binom
2573 \end_layout
2574
2575 \end_inset
2576
2577  o con el submenú del botón 
2578 \begin_inset Graphics
2579         filename ../../images/math/frac-square.png
2580         scale 85
2581
2582 \end_inset
2583
2584 de la barra de herramientas de ecuaciones.
2585  Como en las fracciones, además de 
2586 \series bold
2587
2588 \backslash
2589 binom
2590 \series default
2591  hay los comandos 
2592 \series bold
2593
2594 \backslash
2595 dbinom
2596 \series default
2597
2598 \begin_inset Index idx
2599 status collapsed
2600
2601 \begin_layout Plain Layout
2602 Comandos ! D ! 
2603 \backslash
2604 dbinom
2605 \end_layout
2606
2607 \end_inset
2608
2609  y 
2610 \series bold
2611
2612 \backslash
2613 tbinom
2614 \series default
2615
2616 \begin_inset Index idx
2617 status collapsed
2618
2619 \begin_layout Plain Layout
2620 Comandos ! T ! 
2621 \backslash
2622 tbinom
2623 \end_layout
2624
2625 \end_inset
2626
2627 .
2628  Para otros delimitadores de coeficientes de un binomio hay los comandos
2629  
2630 \series bold
2631
2632 \backslash
2633 brace
2634 \series default
2635
2636 \begin_inset Index idx
2637 status collapsed
2638
2639 \begin_layout Plain Layout
2640 Comandos ! B ! 
2641 \backslash
2642 brace
2643 \end_layout
2644
2645 \end_inset
2646
2647  y 
2648 \series bold
2649
2650 \backslash
2651 brack
2652 \series default
2653
2654 \begin_inset Index idx
2655 status collapsed
2656
2657 \begin_layout Plain Layout
2658 Comandos ! B ! 
2659 \backslash
2660 brack
2661 \end_layout
2662
2663 \end_inset
2664
2665 .
2666 \end_layout
2667
2668 \begin_layout Standard
2669 \noindent
2670 \align center
2671 \begin_inset Tabular
2672 <lyxtabular version="3" rows="6" columns="2">
2673 <features rotate="0" tabularvalignment="middle">
2674 <column alignment="center" valignment="top">
2675 <column alignment="center" valignment="top">
2676 <row>
2677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2678 \begin_inset Text
2679
2680 \begin_layout Plain Layout
2681 Comando
2682 \end_layout
2683
2684 \end_inset
2685 </cell>
2686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Plain Layout
2690 Resultado
2691 \begin_inset Note Note
2692 status collapsed
2693
2694 \begin_layout Plain Layout
2695
2696 \series bold
2697
2698 \backslash
2699 raisebox
2700 \series default
2701  se usa sólo como espaciador
2702 \end_layout
2703
2704 \end_inset
2705
2706
2707 \end_layout
2708
2709 \end_inset
2710 </cell>
2711 </row>
2712 <row>
2713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2714 \begin_inset Text
2715
2716 \begin_layout Plain Layout
2717
2718 \backslash
2719 binom
2720 \begin_inset space \textvisiblespace{}
2721 \end_inset
2722
2723 A
2724 \begin_inset Formula $\downarrow$
2725 \end_inset
2726
2727 B
2728 \end_layout
2729
2730 \end_inset
2731 </cell>
2732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Plain Layout
2736 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2737 \end_inset
2738
2739
2740 \end_layout
2741
2742 \end_inset
2743 </cell>
2744 </row>
2745 <row>
2746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2747 \begin_inset Text
2748
2749 \begin_layout Plain Layout
2750
2751 \backslash
2752 dbinom
2753 \begin_inset space \textvisiblespace{}
2754 \end_inset
2755
2756 A
2757 \begin_inset Formula $\downarrow$
2758 \end_inset
2759
2760 B
2761 \end_layout
2762
2763 \end_inset
2764 </cell>
2765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2766 \begin_inset Text
2767
2768 \begin_layout Plain Layout
2769 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2770 \end_inset
2771
2772
2773 \end_layout
2774
2775 \end_inset
2776 </cell>
2777 </row>
2778 <row>
2779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2780 \begin_inset Text
2781
2782 \begin_layout Plain Layout
2783
2784 \backslash
2785 tbinom
2786 \begin_inset space \textvisiblespace{}
2787 \end_inset
2788
2789 A
2790 \begin_inset Formula $\downarrow$
2791 \end_inset
2792
2793 B
2794 \end_layout
2795
2796 \end_inset
2797 </cell>
2798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2799 \begin_inset Text
2800
2801 \begin_layout Plain Layout
2802 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2803 \end_inset
2804
2805
2806 \end_layout
2807
2808 \end_inset
2809 </cell>
2810 </row>
2811 <row>
2812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2813 \begin_inset Text
2814
2815 \begin_layout Plain Layout
2816
2817 \backslash
2818 brack
2819 \begin_inset space \textvisiblespace{}
2820 \end_inset
2821
2822 A
2823 \begin_inset Formula $\downarrow$
2824 \end_inset
2825
2826 B
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2832 \begin_inset Text
2833
2834 \begin_layout Plain Layout
2835 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2836 \end_inset
2837
2838
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 </row>
2844 <row>
2845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2846 \begin_inset Text
2847
2848 \begin_layout Plain Layout
2849
2850 \backslash
2851 brace
2852 \begin_inset space \textvisiblespace{}
2853 \end_inset
2854
2855 A
2856 \begin_inset Formula $\downarrow$
2857 \end_inset
2858
2859 B
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2865 \begin_inset Text
2866
2867 \begin_layout Plain Layout
2868 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2869 \end_inset
2870
2871
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 </row>
2877 </lyxtabular>
2878
2879 \end_inset
2880
2881
2882 \begin_inset Newpage newpage
2883 \end_inset
2884
2885
2886 \end_layout
2887
2888 \begin_layout Subsection
2889 Diferenciaciones de casos
2890 \begin_inset Index idx
2891 status collapsed
2892
2893 \begin_layout Plain Layout
2894 Casos
2895 \end_layout
2896
2897 \end_inset
2898
2899
2900 \end_layout
2901
2902 \begin_layout Standard
2903 \noindent
2904 \align center
2905 \begin_inset Tabular
2906 <lyxtabular version="3" rows="3" columns="2">
2907 <features rotate="0" tabularvalignment="middle">
2908 <column alignment="center" valignment="top">
2909 <column alignment="center" valignment="top">
2910 <row>
2911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Plain Layout
2915 Comando
2916 \end_layout
2917
2918 \end_inset
2919 </cell>
2920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2921 \begin_inset Text
2922
2923 \begin_layout Plain Layout
2924 Resultado
2925 \end_layout
2926
2927 \end_inset
2928 </cell>
2929 </row>
2930 <row>
2931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2932 \begin_inset Text
2933
2934 \begin_layout Plain Layout
2935
2936 \backslash
2937 cases
2938 \begin_inset space \textvisiblespace{}
2939 \end_inset
2940
2941 A
2942 \begin_inset Formula $\to$
2943 \end_inset
2944
2945 B>0
2946 \begin_inset Index idx
2947 status collapsed
2948
2949 \begin_layout Plain Layout
2950 Comandos ! C ! 
2951 \backslash
2952 cases
2953 \end_layout
2954
2955 \end_inset
2956
2957
2958 \end_layout
2959
2960 \end_inset
2961 </cell>
2962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2963 \begin_inset Text
2964
2965 \begin_layout Plain Layout
2966 \begin_inset Formula $\begin{cases}
2967 A & B>0\end{cases}$
2968 \end_inset
2969
2970
2971 \end_layout
2972
2973 \end_inset
2974 </cell>
2975 </row>
2976 <row>
2977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2978 \begin_inset Text
2979
2980 \begin_layout Plain Layout
2981
2982 \backslash
2983 cases
2984 \begin_inset space \textvisiblespace{}
2985 \end_inset
2986
2987
2988 \family sans
2989 Ctrl+Entrar
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998 \begin_inset Formula $\begin{cases}
2999 A & \textrm{para }x>0\\
3000 B & \textrm{para }x=0
3001 \end{cases}$
3002 \end_inset
3003
3004
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 </row>
3010 </lyxtabular>
3011
3012 \end_inset
3013
3014
3015 \end_layout
3016
3017 \begin_layout Standard
3018 Después de insertar 
3019 \series bold
3020
3021 \backslash
3022 cases
3023 \series default
3024  o usar el botón 
3025 \begin_inset Graphics
3026         filename ../../images/math/cases.png
3027         scale 85
3028
3029 \end_inset
3030
3031  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3032 \family sans
3033 Ctrl+Entrar
3034 \family default
3035  o con el botón
3036 \family sans
3037  
3038 \family default
3039
3040 \begin_inset Graphics
3041         filename ../../images/tabular-feature_append-row.png
3042         scale 85
3043
3044 \end_inset
3045
3046  de la barra de cuadros.
3047 \end_layout
3048
3049 \begin_layout Standard
3050 El comando 
3051 \series bold
3052
3053 \backslash
3054 cases
3055 \series default
3056  también está disponible en el menú 
3057 \family sans
3058 Insertar\SpecialChar \menuseparator
3059 Ecuación\SpecialChar \menuseparator
3060 Entorno casos
3061 \family default
3062 .
3063 \end_layout
3064
3065 \begin_layout Subsection
3066 Negaciones
3067 \begin_inset Index idx
3068 status collapsed
3069
3070 \begin_layout Plain Layout
3071 Negaciones
3072 \end_layout
3073
3074 \end_inset
3075
3076
3077 \end_layout
3078
3079 \begin_layout Standard
3080 Con el comando 
3081 \series bold
3082
3083 \backslash
3084 not
3085 \series default
3086
3087 \begin_inset Index idx
3088 status collapsed
3089
3090 \begin_layout Plain Layout
3091 Comandos ! N ! 
3092 \backslash
3093 not
3094 \end_layout
3095
3096 \end_inset
3097
3098  todo carácter se puede mostrar cancelado.
3099  Los caracteres son casi tachados con una barra inclinada.
3100 \end_layout
3101
3102 \begin_layout Standard
3103 \noindent
3104 \align center
3105 \begin_inset Tabular
3106 <lyxtabular version="3" rows="4" columns="2">
3107 <features rotate="0" tabularvalignment="middle">
3108 <column alignment="center" valignment="top">
3109 <column alignment="center" valignment="top">
3110 <row>
3111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115 Comando
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124 Resultado
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 </row>
3130 <row>
3131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135
3136 \backslash
3137 not=
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146 \begin_inset Formula $\not=$
3147 \end_inset
3148
3149
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 </row>
3155 <row>
3156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160
3161 \backslash
3162 not 
3163 \backslash
3164 le
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Plain Layout
3173 \begin_inset Formula $\not\le$
3174 \end_inset
3175
3176
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 </row>
3182 <row>
3183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187
3188 \backslash
3189 not 
3190 \backslash
3191 parallel
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200 \begin_inset Formula $\not\parallel$
3201 \end_inset
3202
3203
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 </row>
3209 </lyxtabular>
3210
3211 \end_inset
3212
3213
3214 \end_layout
3215
3216 \begin_layout Standard
3217 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3218  Por tanto para algunas negaciones hay comandos especiales (véase 
3219 \begin_inset CommandInset ref
3220 LatexCommand ref
3221 reference "sub:Símbolos-matemáticos"
3222
3223 \end_inset
3224
3225  y 
3226 \begin_inset CommandInset ref
3227 LatexCommand ref
3228 reference "sec:Relaciones"
3229
3230 \end_inset
3231
3232 ).
3233 \end_layout
3234
3235 \begin_layout Subsection
3236 Espacios reservados 
3237 \begin_inset CommandInset label
3238 LatexCommand label
3239 name "sub:Espacios-reservados"
3240
3241 \end_inset
3242
3243
3244 \begin_inset Index idx
3245 status collapsed
3246
3247 \begin_layout Plain Layout
3248 Espacios reservados
3249 \end_layout
3250
3251 \end_inset
3252
3253
3254 \begin_inset Index idx
3255 status collapsed
3256
3257 \begin_layout Plain Layout
3258 Química ! isótopos
3259 \end_layout
3260
3261 \end_inset
3262
3263
3264 \begin_inset Index idx
3265 status collapsed
3266
3267 \begin_layout Plain Layout
3268 Isótopos|see
3269 \begin_inset ERT
3270 status collapsed
3271
3272 \begin_layout Plain Layout
3273
3274 {
3275 \end_layout
3276
3277 \end_inset
3278
3279 Química
3280 \begin_inset ERT
3281 status collapsed
3282
3283 \begin_layout Plain Layout
3284
3285 }
3286 \end_layout
3287
3288 \end_inset
3289
3290
3291 \end_layout
3292
3293 \end_inset
3294
3295
3296 \end_layout
3297
3298 \begin_layout Standard
3299 En la presentación de, p.
3300 \begin_inset space \thinspace{}
3301 \end_inset
3302
3303 e., isótopos,
3304 \begin_inset Foot
3305 status collapsed
3306
3307 \begin_layout Plain Layout
3308 Más sobre símbolos químicos en 
3309 \begin_inset CommandInset ref
3310 LatexCommand ref
3311 reference "sub:Símbolos-y-ecuaciones-químicas"
3312
3313 \end_inset
3314
3315
3316 \end_layout
3317
3318 \end_inset
3319
3320  surge el problema siguiente:
3321 \end_layout
3322
3323 \begin_layout Standard
3324 \noindent
3325 \align center
3326 \begin_inset Tabular
3327 <lyxtabular version="3" rows="2" columns="2">
3328 <features rotate="0" tabularvalignment="middle">
3329 <column alignment="center" valignment="top">
3330 <column alignment="center" valignment="top">
3331 <row>
3332 <cell alignment="center" valignment="top" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 Índices generados con sub- y superíndices:
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3346 \end_inset
3347
3348
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 </row>
3354 <row>
3355 <cell alignment="center" valignment="top" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359 Índices correctos:
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3369 \end_inset
3370
3371
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 </row>
3377 </lyxtabular>
3378
3379 \end_inset
3380
3381
3382 \begin_inset Note Note
3383 status collapsed
3384
3385 \begin_layout Plain Layout
3386
3387 \series bold
3388
3389 \backslash
3390 raisebox
3391 \series default
3392  se usa sólo como espaciador
3393 \end_layout
3394
3395 \end_inset
3396
3397
3398 \end_layout
3399
3400 \begin_layout Standard
3401 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3402  del índice más largo.
3403  Para evitarlo está el comando 
3404 \series bold
3405
3406 \backslash
3407 phantom
3408 \series default
3409
3410 \begin_inset Index idx
3411 status collapsed
3412
3413 \begin_layout Plain Layout
3414 Comandos ! P ! 
3415 \backslash
3416 phantom
3417 \end_layout
3418
3419 \end_inset
3420
3421  o el botón 
3422 \begin_inset space ~
3423 \end_inset
3424
3425
3426 \begin_inset Graphics
3427         filename ../../images/math/phantom.png
3428         scale 85
3429
3430 \end_inset
3431
3432  del submenú de espacios en ecuaciones
3433 \begin_inset Foot
3434 status collapsed
3435
3436 \begin_layout Plain Layout
3437 Botón 
3438 \begin_inset Graphics
3439         filename ../../images/math/space.png
3440         scale 85
3441
3442 \end_inset
3443
3444  de la barra de ecuaciones
3445 \end_layout
3446
3447 \end_inset
3448
3449 , que genera uno o más espacios reservados.
3450  Al insertar 
3451 \series bold
3452
3453 \backslash
3454 phantom
3455 \series default
3456  aparece un pequeño marco azul con dos flechas rojas superpuestas
3457 \begin_inset Formula $\phantom{}$
3458 \end_inset
3459
3460 .
3461  Las flechas indican que se reservará un espacio equivalente a la anchura
3462  y altura totales del contenido del marco.
3463  Los espacios reservados son correspondientes al tamaño de los caracteres.
3464 \end_layout
3465
3466 \begin_layout Standard
3467 \noindent
3468 \align center
3469 \begin_inset Tabular
3470 <lyxtabular version="3" rows="4" columns="2">
3471 <features rotate="0" tabularvalignment="middle">
3472 <column alignment="center" valignment="top">
3473 <column alignment="center" valignment="top">
3474 <row>
3475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479 Comando
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488 Resultado
3489 \begin_inset Note Note
3490 status collapsed
3491
3492 \begin_layout Plain Layout
3493
3494 \series bold
3495
3496 \backslash
3497 raisebox
3498 \series default
3499  se usa sólo como espaciador
3500 \end_layout
3501
3502 \end_inset
3503
3504
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 </row>
3510 <row>
3511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 ^19
3516 \begin_inset space \textvisiblespace{}
3517 \end_inset
3518
3519 _
3520 \backslash
3521 phantom
3522 \begin_inset space \textvisiblespace{}
3523 \end_inset
3524
3525 1
3526 \begin_inset Formula $\rightarrow$
3527 \end_inset
3528
3529 9
3530 \begin_inset space \textvisiblespace{}
3531 \end_inset
3532
3533 F
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3543 \end_inset
3544
3545
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 ^235
3557 \begin_inset space \textvisiblespace{}
3558 \end_inset
3559
3560 _
3561 \backslash
3562 phantom
3563 \begin_inset space \textvisiblespace{}
3564 \end_inset
3565
3566 23
3567 \begin_inset Formula $\rightarrow$
3568 \end_inset
3569
3570 9
3571 \begin_inset space \textvisiblespace{}
3572 \end_inset
3573
3574 F
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3584 \end_inset
3585
3586
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597
3598 \backslash
3599 Lambda^
3600 \begin_inset space \textvisiblespace{}
3601 \end_inset
3602
3603
3604 \backslash
3605 phantom
3606 \begin_inset space \textvisiblespace{}
3607 \end_inset
3608
3609 ii
3610 \begin_inset Formula $\rightarrow$
3611 \end_inset
3612
3613 t
3614 \begin_inset space \textvisiblespace{}
3615 \end_inset
3616
3617 _MMt
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3627 \end_inset
3628
3629
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 </row>
3635 </lyxtabular>
3636
3637 \end_inset
3638
3639
3640 \end_layout
3641
3642 \begin_layout Standard
3643 Además hay los comandos 
3644 \series bold
3645
3646 \backslash
3647 vphantom
3648 \series default
3649
3650 \begin_inset Index idx
3651 status collapsed
3652
3653 \begin_layout Plain Layout
3654 Comandos ! V ! 
3655 \backslash
3656 vphantom
3657 \end_layout
3658
3659 \end_inset
3660
3661  (botón 
3662 \begin_inset space ~
3663 \end_inset
3664
3665
3666 \begin_inset Graphics
3667         filename ../../images/math/vphantom.png
3668         scale 85
3669
3670 \end_inset
3671
3672 ) y 
3673 \series bold
3674
3675 \backslash
3676 hphantom
3677 \series default
3678
3679 \begin_inset Index idx
3680 status collapsed
3681
3682 \begin_layout Plain Layout
3683 Comandos ! H ! 
3684 \backslash
3685 hphantom
3686 \end_layout
3687
3688 \end_inset
3689
3690  (botón 
3691 \begin_inset space ~
3692 \end_inset
3693
3694
3695 \begin_inset Graphics
3696         filename ../../images/math/hphantom.png
3697         scale 85
3698
3699 \end_inset
3700
3701 ).
3702  
3703 \series bold
3704
3705 \backslash
3706 hphantom
3707 \series default
3708  genera espacio en el marco sólo para la altura máxima de los caracteres,
3709  no para su anchura.
3710  
3711 \series bold
3712
3713 \backslash
3714 vphantom
3715 \series default
3716  genera espacio sólo para la anchura del contenido del marco.
3717  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3718 \end_layout
3719
3720 \begin_layout Standard
3721 Por ejemplo, 
3722 \series bold
3723
3724 \backslash
3725 vphantom
3726 \series default
3727
3728 \begin_inset space \textvisiblespace{}
3729 \end_inset
3730
3731
3732 \series bold
3733 a
3734 \backslash
3735 int
3736 \series default
3737  genera espacio de la altura del signo de la integral,
3738 \begin_inset Foot
3739 status collapsed
3740
3741 \begin_layout Plain Layout
3742 El comando 
3743 \series bold
3744
3745 \backslash
3746 int
3747 \series default
3748  genera un signo de integral, véase 
3749 \begin_inset CommandInset ref
3750 LatexCommand ref
3751 reference "sub:Operadores-grandes"
3752
3753 \end_inset
3754
3755
3756 \end_layout
3757
3758 \end_inset
3759
3760  porque este es el carácter más largo.
3761  En la 
3762 \begin_inset CommandInset ref
3763 LatexCommand ref
3764 reference "sub:Delimitadores-multilínea"
3765
3766 \end_inset
3767
3768  hay un ejemplo de aplicación.
3769 \end_layout
3770
3771 \begin_layout Standard
3772 Los espacios reservados también se pueden usar para un texto cuando se insertan
3773  mediante el menú 
3774 \family sans
3775 Insertar\SpecialChar \menuseparator
3776 Formato\SpecialChar \menuseparator
3777 Fantasma
3778 \family default
3779 :
3780 \end_layout
3781
3782 \begin_layout Standard
3783 Esto es una frase.
3784 \begin_inset Newline newline
3785 \end_inset
3786
3787
3788 \begin_inset Phantom Phantom
3789 status open
3790
3791 \begin_layout Plain Layout
3792 Esto
3793 \end_layout
3794
3795 \end_inset
3796
3797  es una frase.
3798 \end_layout
3799
3800 \begin_layout Subsection
3801 Líneas
3802 \begin_inset Index idx
3803 status collapsed
3804
3805 \begin_layout Plain Layout
3806 Lineas@Líneas
3807 \end_layout
3808
3809 \end_inset
3810
3811
3812 \begin_inset Index idx
3813 status collapsed
3814
3815 \begin_layout Plain Layout
3816 Ecuación ! sub- o superrayada
3817 \end_layout
3818
3819 \end_inset
3820
3821
3822 \end_layout
3823
3824 \begin_layout Standard
3825 \noindent
3826 \align center
3827 \begin_inset Tabular
3828 <lyxtabular version="3" rows="4" columns="2">
3829 <features rotate="0" tabularvalignment="middle">
3830 <column alignment="center" valignment="top">
3831 <column alignment="center" valignment="top">
3832 <row>
3833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837 Comando
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 Resultado
3847 \begin_inset Note Note
3848 status collapsed
3849
3850 \begin_layout Plain Layout
3851
3852 \series bold
3853
3854 \backslash
3855 raisebox
3856 \series default
3857  se usa sólo como espaciador
3858 \end_layout
3859
3860 \end_inset
3861
3862
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 </row>
3868 <row>
3869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873
3874 \backslash
3875 overline
3876 \begin_inset space \textvisiblespace{}
3877 \end_inset
3878
3879 A+B
3880 \begin_inset Index idx
3881 status collapsed
3882
3883 \begin_layout Plain Layout
3884 Comandos ! O ! 
3885 \backslash
3886 overline
3887 \end_layout
3888
3889 \end_inset
3890
3891
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3901 \end_inset
3902
3903
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row>
3910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914
3915 \backslash
3916 underline
3917 \begin_inset space \textvisiblespace{}
3918 \end_inset
3919
3920 A+B
3921 \begin_inset Index idx
3922 status collapsed
3923
3924 \begin_layout Plain Layout
3925 Comandos ! U ! 
3926 \backslash
3927 underline
3928 \end_layout
3929
3930 \end_inset
3931
3932
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3942 \end_inset
3943
3944
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 </row>
3950 <row>
3951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955
3956 \backslash
3957 overline
3958 \begin_inset space \textvisiblespace{}
3959 \end_inset
3960
3961
3962 \backslash
3963 underline
3964 \begin_inset space \textvisiblespace{}
3965 \end_inset
3966
3967 A+B
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
3977 \end_inset
3978
3979
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 </lyxtabular>
3986
3987 \end_inset
3988
3989
3990 \end_layout
3991
3992 \begin_layout Standard
3993 En el último ejemplo es indiferente poner primero 
3994 \series bold
3995
3996 \backslash
3997 overline
3998 \series default
3999  o 
4000 \series bold
4001
4002 \backslash
4003 underline
4004 \series default
4005 .
4006 \end_layout
4007
4008 \begin_layout Standard
4009 Para poner doble subrayado, p.
4010 \begin_inset space \thinspace{}
4011 \end_inset
4012
4013 e.
4014  en resultados, se usa 
4015 \series bold
4016
4017 \backslash
4018 underline
4019 \series default
4020  dos veces.
4021 \end_layout
4022
4023 \begin_layout Standard
4024 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4025 \begin_inset VSpace bigskip
4026 \end_inset
4027
4028 Se pueden crear líneas personalizadas con el comando 
4029 \series bold
4030
4031 \backslash
4032 rule
4033 \series default
4034
4035 \begin_inset Index idx
4036 status collapsed
4037
4038 \begin_layout Plain Layout
4039 Comandos ! R ! 
4040 \backslash
4041 rule
4042 \end_layout
4043
4044 \end_inset
4045
4046  con el esquema siguiente:
4047 \end_layout
4048
4049 \begin_layout Standard
4050
4051 \series bold
4052
4053 \backslash
4054 rule[hueco vertical]{longitud}{grosor}
4055 \end_layout
4056
4057 \begin_layout Standard
4058 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4059  si el valor es negativo).
4060  Las unidades disponibles para los valores están listadas en
4061 \begin_inset space ~
4062 \end_inset
4063
4064
4065 \begin_inset CommandInset ref
4066 LatexCommand ref
4067 reference "tab:Unidades-disponibles"
4068
4069 \end_inset
4070
4071 .
4072  A continuación hay dos ejemplos de líneas creadas con los comandos
4073 \series bold
4074
4075 \begin_inset Newline newline
4076 \end_inset
4077
4078
4079 \backslash
4080 rule[-2ex]{3cm}{2pt}
4081 \series default
4082  y 
4083 \series bold
4084
4085 \backslash
4086 rule{2cm}{1pt}
4087 \series default
4088 :
4089 \end_layout
4090
4091 \begin_layout Standard
4092 Esto es una frase 
4093 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4094 \end_inset
4095
4096  con dos líneas.
4097 \end_layout
4098
4099 \begin_layout Standard
4100
4101 \series bold
4102
4103 \backslash
4104 rule
4105 \series default
4106  también se puede usar para texto insertando una línea mediante el menú
4107  
4108 \family sans
4109 Insertar\SpecialChar \menuseparator
4110 Formato\SpecialChar \menuseparator
4111 Línea horizontal
4112 \family default
4113 :
4114 \end_layout
4115
4116 \begin_layout Standard
4117 Esto es una frase 
4118 \begin_inset CommandInset line
4119 LatexCommand rule
4120 offset "0.5ex"
4121 width "3cm"
4122 height "1pt"
4123
4124 \end_inset
4125
4126  con una línea insertada.
4127 \end_layout
4128
4129 \begin_layout Subsection
4130 Puntos
4131 \begin_inset CommandInset label
4132 LatexCommand label
4133 name "sub:Puntos"
4134
4135 \end_inset
4136
4137
4138 \begin_inset Index idx
4139 status collapsed
4140
4141 \begin_layout Plain Layout
4142 Puntos
4143 \end_layout
4144
4145 \end_inset
4146
4147
4148 \end_layout
4149
4150 \begin_layout Standard
4151 Hay distintos tipos de puntos disponibles.
4152 \begin_inset Foot
4153 status open
4154
4155 \begin_layout Plain Layout
4156 En la barra de herramientas de ecuaciones, en el panel del botón 
4157 \begin_inset Graphics
4158         filename ../../images/math/ldots.png
4159         scale 85
4160
4161 \end_inset
4162
4163 .
4164 \end_layout
4165
4166 \end_inset
4167
4168  Para continuación en enumeraciones se usan puntos bajos, (
4169 \series bold
4170
4171 \backslash
4172 ldots
4173 \series default
4174
4175 \begin_inset Index idx
4176 status collapsed
4177
4178 \begin_layout Plain Layout
4179 Comandos ! L ! 
4180 \backslash
4181 ldots
4182 \end_layout
4183
4184 \end_inset
4185
4186 ), mientras que para operaciones se usan puntos centrados a la misma altura
4187  que los operadores, (
4188 \series bold
4189
4190 \backslash
4191 cdots
4192 \series default
4193
4194 \begin_inset Index idx
4195 status collapsed
4196
4197 \begin_layout Plain Layout
4198 Comandos ! C ! 
4199 \backslash
4200 cdots
4201 \end_layout
4202
4203 \end_inset
4204
4205 ).
4206  Si se usa el comando 
4207 \series bold
4208
4209 \backslash
4210 dots
4211 \series default
4212
4213 \begin_inset Index idx
4214 status collapsed
4215
4216 \begin_layout Plain Layout
4217 Comandos ! D ! 
4218 \backslash
4219 dots
4220 \end_layout
4221
4222 \end_inset
4223
4224 , LaTeX decide el tipo a usar en función del carácter siguiente.
4225 \end_layout
4226
4227 \begin_layout Standard
4228 \align center
4229 \begin_inset Tabular
4230 <lyxtabular version="3" rows="9" columns="2">
4231 <features rotate="0" tabularvalignment="middle">
4232 <column alignment="center" valignment="top" width="0pt">
4233 <column alignment="center" valignment="top" width="0pt">
4234 <row>
4235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 Comando
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 Resultado
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 </row>
4254 <row>
4255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 A_1
4260 \begin_inset space \textvisiblespace{}
4261 \end_inset
4262
4263 ,
4264 \backslash
4265 dots
4266 \begin_inset space \textvisiblespace{}
4267 \end_inset
4268
4269 ,A_n
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 \begin_inset Formula $A_{1},\dots,A_{n}$
4279 \end_inset
4280
4281
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 A_1
4293 \begin_inset space \textvisiblespace{}
4294 \end_inset
4295
4296 +
4297 \backslash
4298 dots
4299 \begin_inset space \textvisiblespace{}
4300 \end_inset
4301
4302 +A_n
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 \begin_inset Formula $A_{1}+\dots+A_{n}$
4312 \end_inset
4313
4314
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 </row>
4320 <row>
4321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 A_1
4326 \begin_inset space \textvisiblespace{}
4327 \end_inset
4328
4329 ,
4330 \backslash
4331 ldots
4332 \begin_inset space \textvisiblespace{}
4333 \end_inset
4334
4335 ,A_n
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 \begin_inset Formula $A_{1},\ldots,A_{n}$
4345 \end_inset
4346
4347
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 </row>
4353 <row>
4354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 A_1
4359 \begin_inset space \textvisiblespace{}
4360 \end_inset
4361
4362 +
4363 \backslash
4364 cdots
4365 \begin_inset space \textvisiblespace{}
4366 \end_inset
4367
4368 +A_n
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4378 \end_inset
4379
4380
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391
4392 \backslash
4393 vdots
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 \begin_inset Formula $\vdots$
4403 \end_inset
4404
4405
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 <row>
4412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416
4417 \backslash
4418 ddots
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 \begin_inset Formula $\ddots$
4428 \end_inset
4429
4430
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 </row>
4436 <row>
4437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441
4442 \backslash
4443 iddots
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 \begin_inset Formula $\iddots$
4453 \end_inset
4454
4455
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 Matriz
4467 \begin_inset space \thinspace{}
4468 \end_inset
4469
4470 3×3 con los distintos puntos
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479 \begin_inset Formula $\begin{array}{ccc}
4480 A_{11} & \cdots & A_{1m}\\
4481 \vdots & \ddots & \vdots\\
4482 A_{n1} & \cdots & A_{nm}
4483 \end{array}$
4484 \end_inset
4485
4486
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 </row>
4492 </lyxtabular>
4493
4494 \end_inset
4495
4496
4497 \end_layout
4498
4499 \begin_layout Standard
4500 Los puntos suspensivos disponibles en el menú 
4501 \family sans
4502 Insertar\SpecialChar \menuseparator
4503 Carácter especial
4504 \family default
4505  son 
4506 \series bold
4507
4508 \backslash
4509 ldots
4510 \series default
4511 .
4512 \end_layout
4513
4514 \begin_layout Standard
4515 \begin_inset VSpace medskip
4516 \end_inset
4517
4518
4519 \end_layout
4520
4521 \begin_layout Standard
4522 Para usar 
4523 \series bold
4524
4525 \backslash
4526 iddots
4527 \series default
4528 , hay que marcar una de las opciones 
4529 \family sans
4530 Usar paquete mathdots (automáticamente)
4531 \family default
4532  en las 
4533 \family sans
4534 Opciones de ecuación
4535 \family default
4536  de la configuración del documento.
4537 \begin_inset Newline newline
4538 \end_inset
4539
4540 La opción 
4541 \family sans
4542 Usar paquete mathdots
4543 \family default
4544  mejorará el aspecto de todos los puntos en los documentos si su estilo
4545  o tamaño de tipografía no son los predeterminados.
4546 \end_layout
4547
4548 \begin_layout Standard
4549 \begin_inset VSpace medskip
4550 \end_inset
4551
4552 Hay puntos específicos para matrices que se extienden por varias columnas.
4553  Se generan con el comando 
4554 \series bold
4555
4556 \backslash
4557 hdotsfor
4558 \series default
4559
4560 \begin_inset Index idx
4561 status collapsed
4562
4563 \begin_layout Plain Layout
4564 Comandos ! H ! 
4565 \backslash
4566 hdotsfor
4567 \end_layout
4568
4569 \end_inset
4570
4571 , que tiene el siguiente esquema:
4572 \end_layout
4573
4574 \begin_layout Standard
4575
4576 \series bold
4577
4578 \backslash
4579 hdotsfor[distancia]{número de columnas}
4580 \end_layout
4581
4582 \begin_layout Standard
4583 Número de columnas especifica cuántas columnas deben abarcarse.
4584  Distancia es un factor para la separación entre los puntos.
4585 \end_layout
4586
4587 \begin_layout Standard
4588 En la siguiente matriz se ha insertado el comando 
4589 \series bold
4590
4591 \backslash
4592 hdotsfor[2]{4}
4593 \series default
4594  en el primer recuadro de la segunda línea para obtener puntos separados
4595  una distancia equivalente a dos veces la del comando 
4596 \series bold
4597
4598 \backslash
4599 dots
4600 \series default
4601 .
4602 \begin_inset Formula 
4603 \[
4604 \left(\begin{array}{cccc}
4605 A & B & C & D\\
4606 \hdotsfor[2]{4}\\
4607 q & w & e & r
4608 \end{array}\right)
4609 \]
4610
4611 \end_inset
4612
4613
4614 \end_layout
4615
4616 \begin_layout Standard
4617 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4618  de lo contrario se producen errores de LaTeX.
4619 \end_layout
4620
4621 \begin_layout Standard
4622 \begin_inset VSpace bigskip
4623 \end_inset
4624
4625
4626 \end_layout
4627
4628 \begin_layout Standard
4629 Además, con el comando 
4630 \series bold
4631
4632 \backslash
4633 dotfill
4634 \series default
4635
4636 \begin_inset Index idx
4637 status collapsed
4638
4639 \begin_layout Plain Layout
4640 Comandos ! D ! 
4641 \backslash
4642 dotfill
4643 \end_layout
4644
4645 \end_inset
4646
4647  puedes completar con puntos una línea.
4648  El efecto de este tipo de comandos es como el de 
4649 \series bold
4650
4651 \backslash
4652 hfill
4653 \series default
4654 , véase 
4655 \begin_inset CommandInset ref
4656 LatexCommand ref
4657 reference "sub:Espacio-variable"
4658
4659 \end_inset
4660
4661 .
4662 \end_layout
4663
4664 \begin_layout Standard
4665 Por ejemplo el comando 
4666 \series bold
4667 A
4668 \backslash
4669 dotfill
4670 \series default
4671
4672 \begin_inset space \textvisiblespace{}
4673 \end_inset
4674
4675
4676 \series bold
4677 B
4678 \series default
4679  genera
4680 \end_layout
4681
4682 \begin_layout Standard
4683 \begin_inset Formula $A\dotfill B$
4684 \end_inset
4685
4686
4687 \end_layout
4688
4689 \begin_layout Standard
4690 Un comando análogo a 
4691 \series bold
4692
4693 \backslash
4694 dotfill
4695 \series default
4696  para rellenar con una línea es 
4697 \series bold
4698
4699 \backslash
4700 hrulefill
4701 \series default
4702
4703 \begin_inset Index idx
4704 status collapsed
4705
4706 \begin_layout Plain Layout
4707 Comandos ! H ! 
4708 \backslash
4709 hrulefill
4710 \end_layout
4711
4712 \end_inset
4713
4714 :
4715 \end_layout
4716
4717 \begin_layout Standard
4718 \begin_inset Formula $A\hrulefill B$
4719 \end_inset
4720
4721
4722 \end_layout
4723
4724 \begin_layout Standard
4725 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4726 \end_layout
4727
4728 \begin_layout Section
4729 Matrices
4730 \begin_inset CommandInset label
4731 LatexCommand label
4732 name "sec:Matrices"
4733
4734 \end_inset
4735
4736
4737 \begin_inset Index idx
4738 status collapsed
4739
4740 \begin_layout Plain Layout
4741 Matrices
4742 \end_layout
4743
4744 \end_inset
4745
4746
4747 \end_layout
4748
4749 \begin_layout Standard
4750 Se pueden insertar con el botón 
4751 \begin_inset Graphics
4752         filename ../../images/dialog-show_mathmatrix.png
4753         scale 85
4754
4755 \end_inset
4756
4757  de la barra de ecuaciones o con el menú 
4758 \family sans
4759 Insertar\SpecialChar \menuseparator
4760 Ecuación\SpecialChar \menuseparator
4761 Matriz
4762 \family default
4763 .
4764  Aparece una ventana en la que se pide el número de filas y columnas, la
4765  alineación y la decoración.
4766  La alineación vertical sólo es relevante para matrices en línea:
4767 \end_layout
4768
4769 \begin_layout Standard
4770 Esta primera matriz tiene alineación superior 
4771 \begin_inset Formula $\begin{array}[t]{cccc}
4772 A & D & G & J\\
4773 B & E & H & K\\
4774 D & F & I & L
4775 \end{array}$
4776 \end_inset
4777
4778  , la segunda alineación central 
4779 \begin_inset Formula $\begin{array}{cccc}
4780 A & D & G & J\\
4781 B & E & H & K\\
4782 D & F & I & L
4783 \end{array}$
4784 \end_inset
4785
4786  , y la tercera alineación inferior 
4787 \begin_inset Formula $\begin{array}[b]{cccc}
4788 A & D & G & J\\
4789 B & E & H & K\\
4790 D & F & I & L
4791 \end{array}$
4792 \end_inset
4793
4794 .
4795 \end_layout
4796
4797 \begin_layout Standard
4798 La alineación horizontal especifica cómo deben alinearse las entradas de
4799  la columna.
4800  Se determina mediante una letra para cada columna.
4801  
4802 \emph on
4803 l
4804 \emph default
4805  indica alineación a la izquierda, 
4806 \emph on
4807 c
4808 \emph default
4809  alineación centrada y 
4810 \emph on
4811 r
4812 \emph default
4813  alineación a la derecha.
4814  Por ejemplo, para componer una matriz
4815 \begin_inset space ~
4816 \end_inset
4817
4818 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4819  centradas y la última a la derecha, se anota 
4820 \series bold
4821 lccr
4822 \series default
4823  en la alineación horizontal.
4824  Normalmente todas las columnas de una matriz están centradas, por tanto
4825  el valor por omisión es 
4826 \series bold
4827 c
4828 \series default
4829  para todas ellas.
4830 \end_layout
4831
4832 \begin_layout Standard
4833 Alineación horizontal:
4834 \end_layout
4835
4836 \begin_layout Standard
4837
4838 \series bold
4839 lll
4840 \series default
4841  : 
4842 \begin_inset Formula $\begin{array}{lll}
4843 10000 & D & G\\
4844 B & 10000 & H\\
4845 C & F & 10000
4846 \end{array}$
4847 \end_inset
4848
4849  , 
4850 \series bold
4851 ccc 
4852 \series default
4853
4854 \begin_inset Formula $\begin{array}{ccc}
4855 10000 & D & G\\
4856 B & 10000 & H\\
4857 C & F & 10000
4858 \end{array}$
4859 \end_inset
4860
4861  
4862 \series bold
4863 ,
4864 \series default
4865  
4866 \series bold
4867 rrr 
4868 \series default
4869
4870 \begin_inset Formula $\begin{array}{rrr}
4871 10000 & D & G\\
4872 B & 10000 & H\\
4873 C & F & 10000
4874 \end{array}$
4875 \end_inset
4876
4877
4878 \end_layout
4879
4880 \begin_layout Standard
4881 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
4882  botones 
4883 \begin_inset Graphics
4884         filename ../../images/tabular-feature_append-row.png
4885         scale 85
4886
4887 \end_inset
4888
4889
4890 \begin_inset Graphics
4891         filename ../../images/tabular-feature_delete-row.png
4892         scale 85
4893
4894 \end_inset
4895
4896 , etc.
4897  de la barra de ecuaciones o el menú 
4898 \family sans
4899 Editar\SpecialChar \menuseparator
4900 Filas y columnas
4901 \family default
4902 .
4903  También se pueden añadir filas nuevas con 
4904 \family sans
4905 Ctrl+Entrar
4906 \family default
4907 .
4908 \end_layout
4909
4910 \begin_layout Standard
4911 \begin_inset VSpace bigskip
4912 \end_inset
4913
4914
4915 \end_layout
4916
4917 \begin_layout Standard
4918 La 
4919 \family sans
4920 Decoración
4921 \family default
4922  añade paréntesis en el estilo seleccionado alrededor de la matriz.
4923  Alternativamente, se pueden generar paréntesis con los comandos 
4924 \series bold
4925
4926 \backslash
4927 left
4928 \series default
4929
4930 \begin_inset Index idx
4931 status collapsed
4932
4933 \begin_layout Plain Layout
4934 Comandos ! L ! 
4935 \backslash
4936 left
4937 \end_layout
4938
4939 \end_inset
4940
4941  y 
4942 \series bold
4943
4944 \backslash
4945 right
4946 \series default
4947
4948 \begin_inset Index idx
4949 status collapsed
4950
4951 \begin_layout Plain Layout
4952 Comandos ! R ! 
4953 \backslash
4954 right
4955 \end_layout
4956
4957 \end_inset
4958
4959  (atajo 
4960 \family sans
4961 Alt+M
4962 \begin_inset space ~
4963 \end_inset
4964
4965 Paréntesis
4966 \family default
4967 ), véase 
4968 \begin_inset CommandInset ref
4969 LatexCommand ref
4970 reference "sub:Tamaño-automático-de"
4971
4972 \end_inset
4973
4974 , o usando los comandos siguientes:
4975 \end_layout
4976
4977 \begin_layout Standard
4978 \begin_inset VSpace medskip
4979 \end_inset
4980
4981
4982 \end_layout
4983
4984 \begin_layout Standard
4985 \begin_inset space \hfill{}
4986 \end_inset
4987
4988
4989 \begin_inset Tabular
4990 <lyxtabular version="3" rows="4" columns="2">
4991 <features rotate="0" tabularvalignment="middle">
4992 <column alignment="center" valignment="top">
4993 <column alignment="center" valignment="top">
4994 <row>
4995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999 Comando
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 Resultado
5009 \begin_inset Note Note
5010 status collapsed
5011
5012 \begin_layout Plain Layout
5013
5014 \series bold
5015
5016 \backslash
5017 raisebox
5018 \series default
5019  se usa sólo como espaciador
5020 \end_layout
5021
5022 \end_inset
5023
5024
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 </row>
5030 <row>
5031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035
5036 \backslash
5037 bmatrix
5038 \begin_inset space \textvisiblespace{}
5039 \end_inset
5040
5041 2
5042 \series bold
5043 ×
5044 \series default
5045 2
5046 \begin_inset space \thinspace{}
5047 \end_inset
5048
5049 matriz
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5059 0 & \textrm{-}\mathrm{i}\\
5060 \mathrm{i} & 0
5061 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5062 \end_inset
5063
5064
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 </row>
5070 <row>
5071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075
5076 \backslash
5077 Bmatrix
5078 \begin_inset space \textvisiblespace{}
5079 \end_inset
5080
5081 2×2
5082 \begin_inset space \thinspace{}
5083 \end_inset
5084
5085 matriz
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5095 0 & \textrm{-}\mathrm{i}\\
5096 \mathrm{i} & 0
5097 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5098 \end_inset
5099
5100
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 </row>
5106 <row>
5107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111
5112 \backslash
5113 pmatrix
5114 \begin_inset space \textvisiblespace{}
5115 \end_inset
5116
5117 2
5118 \series bold
5119 ×
5120 \series default
5121 2
5122 \begin_inset space \thinspace{}
5123 \end_inset
5124
5125 matriz
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5135 0 & \textrm{-}\mathrm{i}\\
5136 \mathrm{i} & 0
5137 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5138 \end_inset
5139
5140
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 </row>
5146 </lyxtabular>
5147
5148 \end_inset
5149
5150
5151 \begin_inset space \hfill{}
5152 \end_inset
5153
5154
5155 \begin_inset Tabular
5156 <lyxtabular version="3" rows="4" columns="2">
5157 <features rotate="0" tabularvalignment="middle">
5158 <column alignment="center" valignment="top">
5159 <column alignment="center" valignment="top">
5160 <row>
5161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 Comando
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174 Resultado
5175 \begin_inset Note Note
5176 status collapsed
5177
5178 \begin_layout Plain Layout
5179
5180 \series bold
5181
5182 \backslash
5183 raisebox
5184 \series default
5185  se usa sólo como espaciador
5186 \end_layout
5187
5188 \end_inset
5189
5190
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 </row>
5196 <row>
5197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201
5202 \backslash
5203 vmatrix
5204 \begin_inset space \textvisiblespace{}
5205 \end_inset
5206
5207 2
5208 \series bold
5209 ×
5210 \series default
5211 2
5212 \begin_inset space \thinspace{}
5213 \end_inset
5214
5215 matriz
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5225 0 & \textrm{-}\mathrm{i}\\
5226 \mathrm{i} & 0
5227 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5228 \end_inset
5229
5230
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 </row>
5236 <row>
5237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241
5242 \backslash
5243 Vmatrix
5244 \begin_inset space \textvisiblespace{}
5245 \end_inset
5246
5247 2
5248 \series bold
5249 ×
5250 \series default
5251 2
5252 \begin_inset space \thinspace{}
5253 \end_inset
5254
5255 matriz
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5265 0 & \textrm{-}\mathrm{i}\\
5266 \mathrm{i} & 0
5267 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5268 \end_inset
5269
5270
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 </row>
5276 <row>
5277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281
5282 \backslash
5283 matrix
5284 \begin_inset space \textvisiblespace{}
5285 \end_inset
5286
5287 2
5288 \series bold
5289 ×
5290 \series default
5291 2
5292 \begin_inset space \thinspace{}
5293 \end_inset
5294
5295 matriz
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5305 0 & \textrm{-}\mathrm{i}\\
5306 \mathrm{i} & 0
5307 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5308 \end_inset
5309
5310
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 </row>
5316 </lyxtabular>
5317
5318 \end_inset
5319
5320
5321 \begin_inset space \hfill{}
5322 \end_inset
5323
5324
5325 \end_layout
5326
5327 \begin_layout Standard
5328 \begin_inset VSpace medskip
5329 \end_inset
5330
5331
5332 \end_layout
5333
5334 \begin_layout Standard
5335 Cuando se inserta p.
5336 \begin_inset space \thinspace{}
5337 \end_inset
5338
5339 e.
5340 \begin_inset space ~
5341 \end_inset
5342
5343
5344 \series bold
5345
5346 \backslash
5347 vmatrix
5348 \series default
5349 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5350  la matriz.
5351 \begin_inset Newline newline
5352 \end_inset
5353
5354 Hay que tener en cuenta que las matrices decoradas ignoran el alineamiento
5355  vertical.
5356 \end_layout
5357
5358 \begin_layout Standard
5359 \begin_inset VSpace bigskip
5360 \end_inset
5361
5362
5363 \end_layout
5364
5365 \begin_layout Standard
5366 Como todas las ecuaciones multilínea son matrices, la longitud 
5367 \series bold
5368
5369 \backslash
5370 arraycolsep
5371 \series default
5372
5373 \begin_inset Index idx
5374 status collapsed
5375
5376 \begin_layout Plain Layout
5377 Comandos ! A ! 
5378 \backslash
5379 arraycolsep
5380 \end_layout
5381
5382 \end_inset
5383
5384 , que se describe en 
5385 \begin_inset CommandInset ref
5386 LatexCommand ref
5387 reference "sub:Separación-de-columnas"
5388
5389 \end_inset
5390
5391 , también se puede usar para cambiar la separación de las columnas en una
5392  matriz.
5393  Para cambiar la separación de las filas, se usa el comando 
5394 \series bold
5395
5396 \backslash
5397 arraystretch
5398 \series default
5399
5400 \begin_inset Index idx
5401 status collapsed
5402
5403 \begin_layout Plain Layout
5404 Comandos ! A ! 
5405 \backslash
5406 arraystretch
5407 \end_layout
5408
5409 \end_inset
5410
5411  de la siguiente manera:
5412 \end_layout
5413
5414 \begin_layout Standard
5415
5416 \series bold
5417
5418 \backslash
5419 renewcommand{
5420 \backslash
5421 arraystretch}{factor de separación}
5422 \begin_inset Index idx
5423 status collapsed
5424
5425 \begin_layout Plain Layout
5426 Comandos ! R ! 
5427 \backslash
5428 renewcommand
5429 \end_layout
5430
5431 \end_inset
5432
5433
5434 \end_layout
5435
5436 \begin_layout Standard
5437 El comando 
5438 \series bold
5439
5440 \backslash
5441 renewcommand
5442 \series default
5443  asigna el factor de separación al comando predefinido 
5444 \series bold
5445
5446 \backslash
5447 arraystretch
5448 \series default
5449 .
5450  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5451  Además, éste se usa para todas las matrices siguientes.
5452  Para volver a la separación original, asigna factor 1 a 
5453 \series bold
5454
5455 \backslash
5456 arraystretch
5457 \series default
5458 .
5459 \end_layout
5460
5461 \begin_layout Standard
5462 Para poner matrices en línea se usa el comando 
5463 \series bold
5464
5465 \backslash
5466 smallmatrix
5467 \series default
5468
5469 \begin_inset Index idx
5470 status collapsed
5471
5472 \begin_layout Plain Layout
5473 Comandos ! S ! 
5474 \backslash
5475 smallmatrix
5476 \end_layout
5477
5478 \end_inset
5479
5480 .
5481  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5482  se inserta la matriz.
5483  
5484 \end_layout
5485
5486 \begin_layout Standard
5487 Esto es una matriz 
5488 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5489 C & D
5490 \end{smallmatrix}\right)$
5491 \end_inset
5492
5493  en línea.
5494 \end_layout
5495
5496 \begin_layout Section
5497 Delimitadores
5498 \begin_inset Index idx
5499 status collapsed
5500
5501 \begin_layout Plain Layout
5502 Delimitadores
5503 \end_layout
5504
5505 \end_inset
5506
5507
5508 \end_layout
5509
5510 \begin_layout Subsection
5511 Delimitadores verticales
5512 \begin_inset Index idx
5513 status collapsed
5514
5515 \begin_layout Plain Layout
5516 Delimitadores ! verticales
5517 \end_layout
5518
5519 \end_inset
5520
5521
5522 \end_layout
5523
5524 \begin_layout Standard
5525 \begin_inset space \hfill{}
5526 \end_inset
5527
5528
5529 \begin_inset Tabular
5530 <lyxtabular version="3" rows="9" columns="2">
5531 <features rotate="0" tabularvalignment="middle">
5532 <column alignment="center" valignment="top" width="0pt">
5533 <column alignment="center" valignment="top" width="0pt">
5534 <row>
5535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 Comando
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548 Resultado
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 </row>
5554 <row>
5555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 (
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 \begin_inset Formula $($
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 <row>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582 {
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591 \begin_inset Formula $\{$
5592 \end_inset
5593
5594
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 </row>
5600 <row>
5601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5602 \begin_inset Text
5603
5604 \begin_layout Plain Layout
5605 [
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 \begin_inset Formula $[$
5615 \end_inset
5616
5617
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 </row>
5623 <row>
5624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628
5629 \backslash
5630 langle
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 \begin_inset Formula $\langle$
5640 \end_inset
5641
5642
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 </row>
5648 <row>
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Plain Layout
5653
5654 \backslash
5655 lceil
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664 \begin_inset Formula $\lceil$
5665 \end_inset
5666
5667
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 </row>
5673 <row>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678
5679 \backslash
5680 lfloor
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 Plain Layout
5689 \begin_inset Formula $\lfloor$
5690 \end_inset
5691
5692
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 <row>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 /
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 \begin_inset Formula $/$
5713 \end_inset
5714
5715
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 </row>
5721 <row>
5722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 |
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 \begin_inset Formula $|$
5736 \end_inset
5737
5738
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 </lyxtabular>
5745
5746 \end_inset
5747
5748
5749 \begin_inset space \hfill{}
5750 \end_inset
5751
5752
5753 \begin_inset Tabular
5754 <lyxtabular version="3" rows="9" columns="2">
5755 <features rotate="0" tabularvalignment="middle">
5756 <column alignment="center" valignment="top" width="0pt">
5757 <column alignment="center" valignment="top" width="0pt">
5758 <row>
5759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763 Comando
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 Resultado
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 </row>
5778 <row>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 )
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 \begin_inset Formula $)$
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 </row>
5801 <row>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 }
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 \begin_inset Formula $\}$
5816 \end_inset
5817
5818
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 </row>
5824 <row>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 ]
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 \begin_inset Formula $]$
5839 \end_inset
5840
5841
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 </row>
5847 <row>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852
5853 \backslash
5854 rangle
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 \begin_inset Formula $\rangle$
5864 \end_inset
5865
5866
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 </row>
5872 <row>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877
5878 \backslash
5879 rceil
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 \begin_inset Formula $\rceil$
5889 \end_inset
5890
5891
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 </row>
5897 <row>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902
5903 \backslash
5904 rfloor
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 \begin_inset Formula $\rfloor$
5914 \end_inset
5915
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 </row>
5922 <row>
5923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927
5928 \backslash
5929
5930 \backslash
5931
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 \begin_inset Formula $\backslash$
5941 \end_inset
5942
5943
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 </row>
5949 <row>
5950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954
5955 \backslash
5956 |
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 \begin_inset Formula $\|$
5966 \end_inset
5967
5968
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 </row>
5974 </lyxtabular>
5975
5976 \end_inset
5977
5978
5979 \begin_inset space \hfill{}
5980 \end_inset
5981
5982
5983 \end_layout
5984
5985 \begin_layout Standard
5986 \begin_inset Note Greyedout
5987 status open
5988
5989 \begin_layout Plain Layout
5990
5991 \series bold
5992 Nota
5993 \series default
5994 : En modo TeX hay que usar el comando 
5995 \series bold
5996
5997 \backslash
5998 textbackslash
5999 \series default
6000
6001 \begin_inset Index idx
6002 status collapsed
6003
6004 \begin_layout Plain Layout
6005 Comandos ! T ! 
6006 \backslash
6007 textbackslash
6008 \end_layout
6009
6010 \end_inset
6011
6012  para la barra invertida, porque si no el comando 
6013 \series bold
6014
6015 \backslash
6016
6017 \backslash
6018
6019 \series default
6020  genera un salto de línea.
6021 \end_layout
6022
6023 \end_inset
6024
6025
6026 \end_layout
6027
6028 \begin_layout Standard
6029 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6030  descritos en las dos subsecciones siguientes.
6031  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6032  < y > en vez de los comandos 
6033 \series bold
6034
6035 \backslash
6036 langle
6037 \series default
6038  y 
6039 \series bold
6040
6041 \backslash
6042 rangle
6043 \series default
6044 .
6045  
6046 \end_layout
6047
6048 \begin_layout Subsubsection
6049 Tamaño manual de los delimitadores
6050 \begin_inset CommandInset label
6051 LatexCommand label
6052 name "sub:Tamaño-manual-de"
6053
6054 \end_inset
6055
6056
6057 \begin_inset Index idx
6058 status collapsed
6059
6060 \begin_layout Plain Layout
6061 Delimitadores ! tamaño manual
6062 \end_layout
6063
6064 \end_inset
6065
6066
6067 \end_layout
6068
6069 \begin_layout Standard
6070 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6071  LaTeX 
6072 \series bold
6073
6074 \backslash
6075 big
6076 \series default
6077
6078 \begin_inset Index idx
6079 status collapsed
6080
6081 \begin_layout Plain Layout
6082 Comandos ! B ! 
6083 \backslash
6084 big
6085 \end_layout
6086
6087 \end_inset
6088
6089
6090 \series bold
6091
6092 \backslash
6093 Big
6094 \series default
6095
6096 \series bold
6097
6098 \backslash
6099 bigg
6100 \series default
6101 , y 
6102 \series bold
6103
6104 \backslash
6105 Bigg
6106 \series default
6107 .
6108  
6109 \series bold
6110
6111 \backslash
6112 big
6113 \series default
6114  indica el tamaño menor y 
6115 \series bold
6116
6117 \backslash
6118 Bigg
6119 \series default
6120  el mayor.
6121 \end_layout
6122
6123 \begin_layout Standard
6124 Estos comandos se usan para resaltar niveles de delimitación:
6125 \end_layout
6126
6127 \begin_layout Standard
6128 \noindent
6129 \align center
6130 \begin_inset Tabular
6131 <lyxtabular version="3" rows="2" columns="2">
6132 <features rotate="0" tabularvalignment="middle">
6133 <column alignment="center" valignment="top">
6134 <column alignment="center" valignment="top">
6135 <row>
6136 <cell alignment="center" valignment="top" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140 todos los delimitadores de igual tamaño:
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell alignment="center" valignment="top" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6150 \end_inset
6151
6152
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 </row>
6158 <row>
6159 <cell alignment="center" valignment="top" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163 así tiene mejor aspecto:
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell alignment="center" valignment="top" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6173 \end_inset
6174
6175
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 </row>
6181 </lyxtabular>
6182
6183 \end_inset
6184
6185
6186 \begin_inset Note Note
6187 status collapsed
6188
6189 \begin_layout Plain Layout
6190
6191 \series bold
6192
6193 \backslash
6194 raisebox
6195 \series default
6196  se usa sólo como espaciador
6197 \end_layout
6198
6199 \end_inset
6200
6201
6202 \end_layout
6203
6204 \begin_layout Standard
6205 Para la segunda expresión se ha empleado el comando 
6206 \series bold
6207
6208 \backslash
6209 Big((A+B)(A-B)
6210 \backslash
6211 Big)^
6212 \series default
6213
6214 \begin_inset space \textvisiblespace{}
6215 \end_inset
6216
6217
6218 \series bold
6219 C
6220 \series default
6221 .
6222 \end_layout
6223
6224 \begin_layout Standard
6225 He aquí una visión conjunta de todos los tamaños y delimitadores:
6226 \end_layout
6227
6228 \begin_layout Standard
6229 \noindent
6230 \align center
6231
6232 \backslash
6233 Bigg(
6234 \backslash
6235 exp
6236 \backslash
6237 bigg<
6238 \backslash
6239 Big[
6240 \backslash
6241 big{
6242 \backslash
6243 ln(3x)
6244 \backslash
6245 big}^2
6246 \begin_inset space \textvisiblespace{}
6247 \end_inset
6248
6249
6250 \backslash
6251 sen(x)
6252 \backslash
6253 Big]^
6254 \begin_inset space \textvisiblespace{}
6255 \end_inset
6256
6257 A
6258 \begin_inset space \textvisiblespace{}
6259 \end_inset
6260
6261
6262 \backslash
6263 bigg>
6264 \backslash
6265 Bigg)^0,5
6266 \begin_inset Formula 
6267 \[
6268 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6269 \]
6270
6271 \end_inset
6272
6273
6274 \end_layout
6275
6276 \begin_layout Standard
6277 Además de los comandos 
6278 \series bold
6279
6280 \backslash
6281 big
6282 \series default
6283  hay la variante 
6284 \series bold
6285
6286 \backslash
6287 bigm
6288 \series default
6289
6290 \begin_inset Index idx
6291 status collapsed
6292
6293 \begin_layout Plain Layout
6294 Comandos ! B ! 
6295 \backslash
6296 bigm
6297 \end_layout
6298
6299 \end_inset
6300
6301 , que añade un poco más de espacio entre el delimitador y su contenido,
6302  y la variante 
6303 \series bold
6304
6305 \backslash
6306 bigl
6307 \series default
6308 -
6309 \series bold
6310
6311 \backslash
6312 bigr
6313 \series default
6314
6315 \begin_inset Index idx
6316 status collapsed
6317
6318 \begin_layout Plain Layout
6319 Comandos ! B ! 
6320 \backslash
6321 bigl - 
6322 \backslash
6323 bigr
6324 \end_layout
6325
6326 \end_inset
6327
6328 , que no añade espacio adicional.
6329  La 
6330 \emph on
6331 l
6332 \emph default
6333  al final del comando 
6334 \series bold
6335
6336 \backslash
6337 bigl 
6338 \series default
6339 es para el delimitador izquierdo, la 
6340 \emph on
6341 r
6342 \emph default
6343  es para el delimitador derecho.
6344  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6345  apertura o de cierre.
6346 \end_layout
6347
6348 \begin_layout Standard
6349 En el siguiente cuadro hay una comparación de las variantes:
6350 \end_layout
6351
6352 \begin_layout Standard
6353 \noindent
6354 \align center
6355 \begin_inset Tabular
6356 <lyxtabular version="3" rows="5" columns="2">
6357 <features rotate="0" tabularvalignment="middle">
6358 <column alignment="center" valignment="top">
6359 <column alignment="center" valignment="top">
6360 <row>
6361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 Comando
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 Plain Layout
6374 Resultado
6375 \begin_inset Note Note
6376 status collapsed
6377
6378 \begin_layout Plain Layout
6379
6380 \series bold
6381
6382 \backslash
6383 raisebox
6384 \series default
6385  se usa sólo como espaciador
6386 \end_layout
6387
6388 \end_inset
6389
6390
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 </row>
6396 <row>
6397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401
6402 \backslash
6403 Bigm(
6404 \backslash
6405 bigm(
6406 \backslash
6407 ln(3x)
6408 \backslash
6409 bigm)^2
6410 \series bold
6411
6412 \begin_inset space \textvisiblespace{}
6413 \end_inset
6414
6415
6416 \series default
6417
6418 \backslash
6419 Bigm)
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6429 \end_inset
6430
6431
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 </row>
6437 <row>
6438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442
6443 \backslash
6444 Big(
6445 \backslash
6446 big(
6447 \backslash
6448 ln(3x)
6449 \backslash
6450 big)^2
6451 \series bold
6452
6453 \begin_inset space \textvisiblespace{}
6454 \end_inset
6455
6456
6457 \series default
6458
6459 \backslash
6460 Big)
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6466 \begin_inset Text
6467
6468 \begin_layout Plain Layout
6469 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6470 \end_inset
6471
6472
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 </row>
6478 <row>
6479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Plain Layout
6483
6484 \backslash
6485 Bigl(
6486 \backslash
6487 bigl(
6488 \backslash
6489 ln(3x)
6490 \backslash
6491 bigr)^2
6492 \series bold
6493
6494 \begin_inset space \textvisiblespace{}
6495 \end_inset
6496
6497
6498 \series default
6499
6500 \backslash
6501 Bigr)
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6511 \end_inset
6512
6513
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 </row>
6519 <row>
6520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524
6525 \backslash
6526 bigl)
6527 \backslash
6528 ln(3x)
6529 \backslash
6530 bigr(
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6540 \end_inset
6541
6542
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 </row>
6548 </lyxtabular>
6549
6550 \end_inset
6551
6552
6553 \end_layout
6554
6555 \begin_layout Subsubsection
6556 Tamaño automático de los delimitadores
6557 \begin_inset CommandInset label
6558 LatexCommand label
6559 name "sub:Tamaño-automático-de"
6560
6561 \end_inset
6562
6563
6564 \begin_inset Index idx
6565 status collapsed
6566
6567 \begin_layout Plain Layout
6568 Delimitadores ! tamaño automático
6569 \end_layout
6570
6571 \end_inset
6572
6573
6574 \end_layout
6575
6576 \begin_layout Standard
6577 Se pueden insertar delimitadores de tamaño variable con los comandos 
6578 \series bold
6579
6580 \backslash
6581 left
6582 \series default
6583
6584 \begin_inset Index idx
6585 status collapsed
6586
6587 \begin_layout Plain Layout
6588 Comandos ! L ! 
6589 \backslash
6590 left
6591 \end_layout
6592
6593 \end_inset
6594
6595  y 
6596 \series bold
6597
6598 \backslash
6599 right
6600 \series default
6601
6602 \begin_inset Index idx
6603 status collapsed
6604
6605 \begin_layout Plain Layout
6606 Comandos ! R ! 
6607 \backslash
6608 right
6609 \end_layout
6610
6611 \end_inset
6612
6613  o con el botón de la barra de ecuaciones 
6614 \begin_inset Graphics
6615         filename ../../images/dialog-show_mathdelimiter.png
6616         scale 85
6617
6618 \end_inset
6619
6620 .
6621  El delimitador deseado se debe insertar directamente detrás de 
6622 \series bold
6623
6624 \backslash
6625 left
6626 \series default
6627  y 
6628 \series bold
6629
6630 \backslash
6631 right
6632 \series default
6633 .
6634  El tamaño se calculará automáticamente después para la salida.
6635  
6636 \end_layout
6637
6638 \begin_layout Standard
6639 \noindent
6640 \align center
6641 delimitador normal: El comando 
6642 \series bold
6643
6644 \backslash
6645 ln(
6646 \backslash
6647 frac
6648 \series default
6649
6650 \begin_inset space \textvisiblespace{}
6651 \end_inset
6652
6653
6654 \series bold
6655 A
6656 \begin_inset Formula $\downarrow$
6657 \end_inset
6658
6659 C
6660 \series default
6661
6662 \begin_inset space \textvisiblespace{}
6663 \end_inset
6664
6665
6666 \series bold
6667 )
6668 \series default
6669  genera
6670 \begin_inset Formula 
6671 \[
6672 \ln(\frac{A}{C})
6673 \]
6674
6675 \end_inset
6676
6677
6678 \end_layout
6679
6680 \begin_layout Standard
6681 \noindent
6682 \align center
6683 delimitador multilínea: El comando 
6684 \series bold
6685
6686 \backslash
6687 ln
6688 \backslash
6689 left(
6690 \backslash
6691 frac
6692 \series default
6693
6694 \begin_inset space \textvisiblespace{}
6695 \end_inset
6696
6697
6698 \series bold
6699 A
6700 \begin_inset Formula $\downarrow$
6701 \end_inset
6702
6703 C
6704 \series default
6705
6706 \begin_inset space \textvisiblespace{}
6707 \end_inset
6708
6709
6710 \series bold
6711
6712 \backslash
6713 right)
6714 \series default
6715  genera
6716 \begin_inset Formula 
6717 \[
6718 \ln\left(\frac{A}{C}\right)
6719 \]
6720
6721 \end_inset
6722
6723
6724 \end_layout
6725
6726 \begin_layout Standard
6727 En lugar de 
6728 \series bold
6729
6730 \backslash
6731 left
6732 \series default
6733  y 
6734 \series bold
6735
6736 \backslash
6737 right
6738 \series default
6739  se puede usar el atajo 
6740 \family sans
6741 Alt+M
6742 \begin_inset space ~
6743 \end_inset
6744
6745 Corchete
6746 \family default
6747 .
6748  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
6749  real del delimitador y además se genera el correspondiente delimitador
6750  de cierre.
6751 \begin_inset Newline newline
6752 \end_inset
6753
6754 El comando para el último ejemplo sería 
6755 \series bold
6756
6757 \backslash
6758 ln Alt+M
6759 \series default
6760  
6761 \series bold
6762 (
6763 \backslash
6764 frac
6765 \begin_inset space \textvisiblespace{}
6766 \end_inset
6767
6768 A
6769 \begin_inset Formula $\downarrow$
6770 \end_inset
6771
6772
6773 \end_layout
6774
6775 \begin_layout Standard
6776 Para omitir uno de los dos delimitadores se inserta un punto.
6777  Por ejemplo, el comando 
6778 \series bold
6779
6780 \backslash
6781 left.
6782 \backslash
6783 frac
6784 \series default
6785
6786 \begin_inset space \textvisiblespace{}
6787 \end_inset
6788
6789
6790 \series bold
6791 A
6792 \begin_inset Formula $\downarrow$
6793 \end_inset
6794
6795 B
6796 \series default
6797
6798 \begin_inset space \textvisiblespace{}
6799 \end_inset
6800
6801
6802 \series bold
6803
6804 \backslash
6805 right}
6806 \series default
6807  da lugar a:
6808 \begin_inset Formula 
6809 \[
6810 \left.\frac{A}{B}\right\} 
6811 \]
6812
6813 \end_inset
6814
6815
6816 \end_layout
6817
6818 \begin_layout Standard
6819 LyX convertirá los comandos 
6820 \series bold
6821
6822 \backslash
6823 left
6824 \series default
6825  y 
6826 \series bold
6827
6828 \backslash
6829 right
6830 \series default
6831  a su tamaño adecuado cuando el documento sea recargado y el delimitador
6832  omitido aparecerá como línea de trazos.
6833  
6834 \begin_inset VSpace bigskip
6835 \end_inset
6836
6837
6838 \end_layout
6839
6840 \begin_layout Standard
6841 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
6842  de LaTeX, el comando 
6843 \series bold
6844
6845 \backslash
6846 middle
6847 \series default
6848
6849 \begin_inset Index idx
6850 status collapsed
6851
6852 \begin_layout Plain Layout
6853 Comandos ! M ! 
6854 \backslash
6855 middle
6856 \end_layout
6857
6858 \end_inset
6859
6860  está también disponible para todos los delimitadores y límites.
6861  Con este comando la altura del siguiente carácter se adapta a la de los
6862  delimitadores circundantes, lo que es necesario, p.
6863 \begin_inset space \thinspace{}
6864 \end_inset
6865
6866 e., para vectores cuánticos: 
6867 \begin_inset Formula 
6868 \[
6869 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6870 \]
6871
6872 \end_inset
6873
6874
6875 \end_layout
6876
6877 \begin_layout Standard
6878 Para este tipo de vectores hay un paquete LaTeX específico que se describe
6879  en
6880 \begin_inset space ~
6881 \end_inset
6882
6883
6884 \begin_inset CommandInset ref
6885 LatexCommand ref
6886 reference "sub:Vectores-cuánticos"
6887
6888 \end_inset
6889
6890 .
6891 \end_layout
6892
6893 \begin_layout Subsection
6894 Delimitadores horizontales
6895 \begin_inset Index idx
6896 status collapsed
6897
6898 \begin_layout Plain Layout
6899 Delimitadores ! horizontales
6900 \end_layout
6901
6902 \end_inset
6903
6904
6905 \end_layout
6906
6907 \begin_layout Standard
6908 \noindent
6909 \align center
6910 \begin_inset Tabular
6911 <lyxtabular version="3" rows="4" columns="2">
6912 <features rotate="0" tabularvalignment="middle">
6913 <column alignment="center" valignment="top">
6914 <column alignment="center" valignment="top">
6915 <row>
6916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 Comando
6921 \begin_inset Note Note
6922 status collapsed
6923
6924 \begin_layout Plain Layout
6925
6926 \series bold
6927
6928 \backslash
6929 raisebox
6930 \series default
6931  se usa sólo como espaciador
6932 \end_layout
6933
6934 \end_inset
6935
6936
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 Resultado
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 </row>
6951 <row>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 \begin_inset ERT
6957 status collapsed
6958
6959 \begin_layout Plain Layout
6960
6961
6962 \backslash
6963 raisebox{2.3mm}{
6964 \end_layout
6965
6966 \end_inset
6967
6968
6969 \backslash
6970 overbrace
6971 \begin_inset space \textvisiblespace{}
6972 \end_inset
6973
6974 A+B
6975 \begin_inset space \textvisiblespace{}
6976 \end_inset
6977
6978 ^
6979 \begin_inset space \textvisiblespace{}
6980 \end_inset
6981
6982 3
6983 \begin_inset ERT
6984 status collapsed
6985
6986 \begin_layout Plain Layout
6987
6988 }
6989 \end_layout
6990
6991 \end_inset
6992
6993
6994 \begin_inset Index idx
6995 status collapsed
6996
6997 \begin_layout Plain Layout
6998 Comandos ! O ! 
6999 \backslash
7000 overbrace
7001 \end_layout
7002
7003 \end_inset
7004
7005
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 \begin_inset Formula $\overbrace{A+B}^{3}$
7015 \end_inset
7016
7017
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 </row>
7023 <row>
7024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 \begin_inset ERT
7029 status collapsed
7030
7031 \begin_layout Plain Layout
7032
7033
7034 \backslash
7035 raisebox{-2.2mm}{
7036 \end_layout
7037
7038 \end_inset
7039
7040
7041 \backslash
7042 underbrace
7043 \begin_inset space \textvisiblespace{}
7044 \end_inset
7045
7046 A+B
7047 \begin_inset space \textvisiblespace{}
7048 \end_inset
7049
7050 _5
7051 \begin_inset ERT
7052 status collapsed
7053
7054 \begin_layout Plain Layout
7055
7056 }
7057 \end_layout
7058
7059 \end_inset
7060
7061
7062 \begin_inset Index idx
7063 status collapsed
7064
7065 \begin_layout Plain Layout
7066 Comandos ! U ! 
7067 \backslash
7068 underbrace
7069 \end_layout
7070
7071 \end_inset
7072
7073
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 \begin_inset Formula $\underbrace{A+B}_{5}$
7083 \end_inset
7084
7085
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 </row>
7091 <row>
7092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096
7097 \backslash
7098 overbrace
7099 \begin_inset space \textvisiblespace{}
7100 \end_inset
7101
7102
7103 \backslash
7104 underbrace
7105 \begin_inset space \textvisiblespace{}
7106 \end_inset
7107
7108 A+B_w
7109 \begin_inset space \textvisiblespace{}
7110 \end_inset
7111
7112
7113 \begin_inset space \textvisiblespace{}
7114 \end_inset
7115
7116 _7
7117 \begin_inset space \textvisiblespace{}
7118 \end_inset
7119
7120
7121 \begin_inset space \textvisiblespace{}
7122 \end_inset
7123
7124 ^
7125 \begin_inset space \textvisiblespace{}
7126 \end_inset
7127
7128 C
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7138 \end_inset
7139
7140
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 </row>
7146 </lyxtabular>
7147
7148 \end_inset
7149
7150
7151 \end_layout
7152
7153 \begin_layout Standard
7154 En el último ejemplo no importa en qué orden se introducen los comandos
7155  
7156 \series bold
7157
7158 \backslash
7159 overbrace
7160 \series default
7161  y 
7162 \series bold
7163
7164 \backslash
7165 underbrace
7166 \series default
7167 .
7168 \begin_inset VSpace bigskip
7169 \end_inset
7170
7171
7172 \end_layout
7173
7174 \begin_layout Standard
7175 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7176  multilínea, como se describe en
7177 \begin_inset space ~
7178 \end_inset
7179
7180
7181 \begin_inset CommandInset ref
7182 LatexCommand ref
7183 reference "sec:Ecuaciones-multilínea"
7184
7185 \end_inset
7186
7187 :
7188 \begin_inset Formula 
7189 \begin{eqnarray*}
7190 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7191  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7192 \end{eqnarray*}
7193
7194 \end_inset
7195
7196 En la primera fila se insertan la ecuación y la primera llave.
7197  Aquí es importante insertar el comando de espacio
7198 \begin_inset Foot
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202 Los comandos para espacios se explican en 
7203 \begin_inset CommandInset ref
7204 LatexCommand ref
7205 reference "sub:Espacio-predefinido"
7206
7207 \end_inset
7208
7209
7210 \end_layout
7211
7212 \end_inset
7213
7214  
7215 \series bold
7216
7217 \backslash
7218 :
7219 \series default
7220  antes de la primera
7221 \series bold
7222  
7223 \series default
7224
7225 \begin_inset Formula $d$
7226 \end_inset
7227
7228 , porque la llave que termina detrás de 
7229 \begin_inset Formula $q$
7230 \end_inset
7231
7232  impide que el siguiente 
7233 \begin_inset Quotes fld
7234 \end_inset
7235
7236 +
7237 \begin_inset Quotes frd
7238 \end_inset
7239
7240  esté rodeado de espacio.
7241 \begin_inset Foot
7242 status collapsed
7243
7244 \begin_layout Plain Layout
7245 Debido a que la llave no es considerada como carácter, véase 
7246 \begin_inset CommandInset ref
7247 LatexCommand ref
7248 reference "sub:Operadores-binarios"
7249
7250 \end_inset
7251
7252
7253 \end_layout
7254
7255 \end_inset
7256
7257  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7258  de 
7259 \begin_inset Formula $b$
7260 \end_inset
7261
7262  se inserta antes el comando 
7263 \series bold
7264
7265 \backslash
7266 hphantom{gggg+
7267 \backslash
7268 :}
7269 \series default
7270 .
7271 \begin_inset Foot
7272 status collapsed
7273
7274 \begin_layout Plain Layout
7275 Más sobre 
7276 \series bold
7277
7278 \backslash
7279 hphantom
7280 \series default
7281  en 
7282 \begin_inset CommandInset ref
7283 LatexCommand ref
7284 reference "sub:Espacios-reservados"
7285
7286 \end_inset
7287
7288
7289 \end_layout
7290
7291 \end_inset
7292
7293  Ese espacio es necesario porque el signo 
7294 \begin_inset Quotes fld
7295 \end_inset
7296
7297 +
7298 \begin_inset Quotes frd
7299 \end_inset
7300
7301  va seguido de un espacio en la ecuación.
7302  La llave se coloca bajo el comando 
7303 \series bold
7304
7305 \backslash
7306 hphantom{bbqq+dddd}
7307 \series default
7308 .
7309  
7310 \end_layout
7311
7312 \begin_layout Standard
7313 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7314  ejemplo:
7315 \begin_inset ERT
7316 status collapsed
7317
7318 \begin_layout Plain Layout
7319
7320
7321 \backslash
7322 setlength{
7323 \backslash
7324 jot}{-6pt}
7325 \end_layout
7326
7327 \end_inset
7328
7329
7330 \begin_inset Formula 
7331 \begin{eqnarray*}
7332  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7333 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7334 \end{eqnarray*}
7335
7336 \end_inset
7337
7338
7339 \begin_inset ERT
7340 status collapsed
7341
7342 \begin_layout Plain Layout
7343
7344
7345 \backslash
7346 setlength{
7347 \backslash
7348 jot}{3pt}
7349 \end_layout
7350
7351 \end_inset
7352
7353 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7354  anterior, con la diferencia de que la llave está encima.
7355  La segunda fila contiene la ecuación junto con la segunda llave.
7356  Para evitar que haya demasiado espacio entre la llave superior en la primera
7357  fila y la ecuación hay que reducirlo.
7358  Esto no es fácil de hacer debido a un fallo de LyX.
7359 \begin_inset Foot
7360 status collapsed
7361
7362 \begin_layout Plain Layout
7363 \begin_inset CommandInset href
7364 LatexCommand href
7365 name "LyX-bug #1505"
7366 target "http://www.lyx.org/trac/ticket/1505"
7367
7368 \end_inset
7369
7370
7371 \end_layout
7372
7373 \end_inset
7374
7375  Una solución es cambiar la separación global de filas en la ecuación, 
7376 \series bold
7377
7378 \backslash
7379 jot
7380 \series default
7381
7382 \begin_inset Index idx
7383 status collapsed
7384
7385 \begin_layout Plain Layout
7386 Comandos ! J ! 
7387 \backslash
7388 jot
7389 \end_layout
7390
7391 \end_inset
7392
7393 , en -6
7394 \begin_inset space \thinspace{}
7395 \end_inset
7396
7397 pt insertando antes de la ecuación el comando 
7398 \series bold
7399
7400 \backslash
7401 setlength{
7402 \backslash
7403 jot}{-6pt}
7404 \series default
7405  en modo TeX.
7406  Después de la ecuación se vuelve al valor normal 3
7407 \begin_inset space \thinspace{}
7408 \end_inset
7409
7410 pt de 
7411 \series bold
7412
7413 \backslash
7414 jot
7415 \series default
7416  usando el mismo comando.
7417  Más información sobre separación de filas en ecuaciones en
7418 \begin_inset space ~
7419 \end_inset
7420
7421
7422 \begin_inset CommandInset ref
7423 LatexCommand ref
7424 reference "sub:Separación-de-líneas"
7425
7426 \end_inset
7427
7428 .
7429 \end_layout
7430
7431 \begin_layout Section
7432 Flechas
7433 \begin_inset Index idx
7434 status collapsed
7435
7436 \begin_layout Plain Layout
7437 Flechas
7438 \end_layout
7439
7440 \end_inset
7441
7442
7443 \end_layout
7444
7445 \begin_layout Standard
7446 Las flechas se pueden insertar con el botón 
7447 \begin_inset Graphics
7448         filename ../../images/math/leftarrow.png
7449         scale 85
7450
7451 \end_inset
7452
7453  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7454  siguientes.
7455 \end_layout
7456
7457 \begin_layout Subsection
7458 Flechas horizontales
7459 \begin_inset Index idx
7460 status collapsed
7461
7462 \begin_layout Plain Layout
7463 Flechas ! horizontales
7464 \end_layout
7465
7466 \end_inset
7467
7468
7469 \end_layout
7470
7471 \begin_layout Standard
7472 \begin_inset space \hfill{}
7473 \end_inset
7474
7475
7476 \begin_inset Tabular
7477 <lyxtabular version="3" rows="8" columns="2">
7478 <features rotate="0" tabularvalignment="middle">
7479 <column alignment="center" valignment="top" width="0pt">
7480 <column alignment="center" valignment="top" width="0pt">
7481 <row>
7482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486 Comando
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495 Resultado
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 </row>
7501 <row>
7502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506
7507 \backslash
7508 gets
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517 \begin_inset Formula $\gets$
7518 \end_inset
7519
7520
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 </row>
7526 <row>
7527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531
7532 \backslash
7533 Leftarrow
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 \begin_inset Formula $\Leftarrow$
7543 \end_inset
7544
7545
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 </row>
7551 <row>
7552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556
7557 \backslash
7558 longleftarrow
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 \begin_inset Formula $\longleftarrow$
7568 \end_inset
7569
7570
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 </row>
7576 <row>
7577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581
7582 \backslash
7583 Longleftarrow
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592 \begin_inset Formula $\Longleftarrow$
7593 \end_inset
7594
7595
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 </row>
7601 <row>
7602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606
7607 \backslash
7608 leftharpoonup
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 \begin_inset Formula $\leftharpoonup$
7618 \end_inset
7619
7620
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 </row>
7626 <row>
7627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631
7632 \backslash
7633 leftharpoondown
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642 \begin_inset Formula $\leftharpoondown$
7643 \end_inset
7644
7645
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 </row>
7651 <row>
7652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656
7657 \backslash
7658 hookleftarrow
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667 \begin_inset Formula $\hookleftarrow$
7668 \end_inset
7669
7670
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 </row>
7676 </lyxtabular>
7677
7678 \end_inset
7679
7680
7681 \begin_inset space \hfill{}
7682 \end_inset
7683
7684
7685 \begin_inset Tabular
7686 <lyxtabular version="3" rows="8" columns="2">
7687 <features rotate="0" tabularvalignment="middle">
7688 <column alignment="center" valignment="top" width="0pt">
7689 <column alignment="center" valignment="top" width="0pt">
7690 <row>
7691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695 Comando
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Plain Layout
7704 Resultado
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 </row>
7710 <row>
7711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715
7716 \backslash
7717 to
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726 \begin_inset Formula $\to$
7727 \end_inset
7728
7729
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 </row>
7735 <row>
7736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740
7741 \backslash
7742 Rightarrow
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751 \begin_inset Formula $\Rightarrow$
7752 \end_inset
7753
7754
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 </row>
7760 <row>
7761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765
7766 \backslash
7767 longrightarrow
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776 \begin_inset Formula $\longrightarrow$
7777 \end_inset
7778
7779
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 </row>
7785 <row>
7786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \backslash
7792 Longrightarrow
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 \begin_inset Formula $\Longrightarrow$
7802 \end_inset
7803
7804
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 </row>
7810 <row>
7811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \backslash
7817 rightharpoonup
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 Plain Layout
7826 \begin_inset Formula $\rightharpoonup$
7827 \end_inset
7828
7829
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 </row>
7835 <row>
7836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840
7841 \backslash
7842 rightharpoondown
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851 \begin_inset Formula $\rightharpoondown$
7852 \end_inset
7853
7854
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 </row>
7860 <row>
7861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865
7866 \backslash
7867 hookrightarrow
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876 \begin_inset Formula $\hookrightarrow$
7877 \end_inset
7878
7879
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 </row>
7885 </lyxtabular>
7886
7887 \end_inset
7888
7889
7890 \begin_inset space \hfill{}
7891 \end_inset
7892
7893
7894 \end_layout
7895
7896 \begin_layout Standard
7897 \begin_inset space \hfill{}
7898 \end_inset
7899
7900
7901 \begin_inset Tabular
7902 <lyxtabular version="3" rows="6" columns="2">
7903 <features rotate="0" tabularvalignment="middle">
7904 <column alignment="center" valignment="top" width="0pt">
7905 <column alignment="center" valignment="top" width="0pt">
7906 <row>
7907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 Comando
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920 Resultado
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 </row>
7926 <row>
7927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931
7932 \backslash
7933 leftrightarrow
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 \begin_inset Formula $\leftrightarrow$
7943 \end_inset
7944
7945
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 </row>
7951 <row>
7952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \backslash
7958 Leftrightarrow
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 \begin_inset Formula $\Leftrightarrow$
7968 \end_inset
7969
7970
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 </row>
7976 <row>
7977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981
7982 \backslash
7983 longleftrightarrow
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992 \begin_inset Formula $\longleftrightarrow$
7993 \end_inset
7994
7995
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \backslash
8008 Longleftrightarrow
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 \begin_inset Formula $\Longleftrightarrow$
8018 \end_inset
8019
8020
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row>
8027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \backslash
8033 rightleftharpoons
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 \begin_inset Formula $\rightleftharpoons$
8043 \end_inset
8044
8045
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 </row>
8051 </lyxtabular>
8052
8053 \end_inset
8054
8055
8056 \begin_inset space \hspace{}
8057 \length 25pt
8058 \end_inset
8059
8060
8061 \begin_inset space \hfill{}
8062 \end_inset
8063
8064
8065 \begin_inset Tabular
8066 <lyxtabular version="3" rows="5" columns="2">
8067 <features rotate="0" tabularvalignment="middle">
8068 <column alignment="center" valignment="top" width="0pt">
8069 <column alignment="center" valignment="top" width="0pt">
8070 <row>
8071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 Comando
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 Resultado
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 </row>
8090 <row>
8091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095
8096 \backslash
8097 mapsto
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 \begin_inset Formula $\mapsto$
8107 \end_inset
8108
8109
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 </row>
8115 <row>
8116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120
8121 \backslash
8122 longmapsto
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 \begin_inset Formula $\longmapsto$
8132 \end_inset
8133
8134
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 </row>
8140 <row>
8141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145
8146 \backslash
8147 leadsto
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 \begin_inset Formula $\leadsto$
8157 \end_inset
8158
8159
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 </row>
8165 <row>
8166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170
8171 \backslash
8172 dasharrow
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 \begin_inset Formula $\dasharrow$
8182 \end_inset
8183
8184
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 </row>
8190 </lyxtabular>
8191
8192 \end_inset
8193
8194
8195 \begin_inset space \hfill{}
8196 \end_inset
8197
8198
8199 \begin_inset VSpace medskip
8200 \end_inset
8201
8202
8203 \end_layout
8204
8205 \begin_layout Standard
8206 Las flechas que se utilizan como acentos, p.
8207 \begin_inset space \thinspace{}
8208 \end_inset
8209
8210 e.
8211  en vectores, se describen en 
8212 \begin_inset CommandInset ref
8213 LatexCommand ref
8214 reference "sec:Acentos"
8215
8216 \end_inset
8217
8218 .
8219  
8220 \begin_inset VSpace bigskip
8221 \end_inset
8222
8223
8224 \end_layout
8225
8226 \begin_layout Standard
8227 Además hay las flechas etiquetadas
8228 \begin_inset Index idx
8229 status collapsed
8230
8231 \begin_layout Plain Layout
8232 Flechas ! etiquetadas
8233 \end_layout
8234
8235 \end_inset
8236
8237  
8238 \series bold
8239
8240 \backslash
8241 xleftarrow
8242 \series default
8243
8244 \begin_inset Index idx
8245 status collapsed
8246
8247 \begin_layout Plain Layout
8248 Comandos ! X ! 
8249 \backslash
8250 xleftarrow
8251 \end_layout
8252
8253 \end_inset
8254
8255  y 
8256 \series bold
8257
8258 \backslash
8259 xrightarrow
8260 \series default
8261
8262 \begin_inset Index idx
8263 status collapsed
8264
8265 \begin_layout Plain Layout
8266 Comandos ! X ! 
8267 \backslash
8268 xrightarrow
8269 \begin_inset ERT
8270 status collapsed
8271
8272 \begin_layout Plain Layout
8273
8274
8275 \backslash
8276 vspace{4mm}
8277 \end_layout
8278
8279 \end_inset
8280
8281
8282 \end_layout
8283
8284 \end_inset
8285
8286 .
8287  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8288  con dos marcos azules donde se puede insertar la etiqueta.
8289  La longitud de la flecha se adapta a la anchura de la etiqueta.
8290 \end_layout
8291
8292 \begin_layout Standard
8293 \noindent
8294 \align center
8295 \begin_inset Tabular
8296 <lyxtabular version="3" rows="3" columns="2">
8297 <features rotate="0" tabularvalignment="middle">
8298 <column alignment="center" valignment="top">
8299 <column alignment="center" valignment="top">
8300 <row>
8301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 Comando
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 Resultado
8315 \begin_inset Note Note
8316 status collapsed
8317
8318 \begin_layout Plain Layout
8319
8320 \series bold
8321
8322 \backslash
8323 raisebox
8324 \series default
8325  se usa sólo como espaciador
8326 \end_layout
8327
8328 \end_inset
8329
8330
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 <row>
8337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 F(a)
8342 \backslash
8343 xleftarrow
8344 \begin_inset space \textvisiblespace{}
8345 \end_inset
8346
8347 x=a
8348 \begin_inset Formula $\downarrow$
8349 \end_inset
8350
8351 x>0
8352 \begin_inset Formula $\to$
8353 \end_inset
8354
8355 F(x)
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8365 \end_inset
8366
8367
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 F(x)
8379 \backslash
8380 xrightarrow
8381 \begin_inset space \textvisiblespace{}
8382 \end_inset
8383
8384 x=a
8385 \begin_inset Formula $\downarrow$
8386 \end_inset
8387
8388 x>0
8389 \begin_inset Formula $\to$
8390 \end_inset
8391
8392 F(a)
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8402 \end_inset
8403
8404
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 </row>
8410 </lyxtabular>
8411
8412 \end_inset
8413
8414
8415 \end_layout
8416
8417 \begin_layout Subsection
8418 Flechas verticales y diagonales
8419 \begin_inset Index idx
8420 status collapsed
8421
8422 \begin_layout Plain Layout
8423 Flechas ! diagonales
8424 \end_layout
8425
8426 \end_inset
8427
8428
8429 \begin_inset Index idx
8430 status collapsed
8431
8432 \begin_layout Plain Layout
8433 Flechas ! verticales
8434 \end_layout
8435
8436 \end_inset
8437
8438
8439 \end_layout
8440
8441 \begin_layout Standard
8442 \begin_inset space \hfill{}
8443 \end_inset
8444
8445
8446 \begin_inset Tabular
8447 <lyxtabular version="3" rows="7" columns="2">
8448 <features rotate="0" tabularvalignment="middle">
8449 <column alignment="center" valignment="top" width="0pt">
8450 <column alignment="center" valignment="top" width="0pt">
8451 <row>
8452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 Comando
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 Resultado
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 </row>
8471 <row>
8472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476
8477 \backslash
8478 uparrow
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 \begin_inset Formula $\uparrow$
8488 \end_inset
8489
8490
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 </row>
8496 <row>
8497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501
8502 \backslash
8503 Uparrow
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 \begin_inset Formula $\Uparrow$
8513 \end_inset
8514
8515
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 </row>
8521 <row>
8522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526
8527 \backslash
8528 updownarrow
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 \begin_inset Formula $\updownarrow$
8538 \end_inset
8539
8540
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 </row>
8546 <row>
8547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551
8552 \backslash
8553 Updownarrow
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 \begin_inset Formula $\Updownarrow$
8563 \end_inset
8564
8565
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \backslash
8578 Downarrow
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 \begin_inset Formula $\Downarrow$
8588 \end_inset
8589
8590
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 </row>
8596 <row>
8597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601
8602 \backslash
8603 downarrow
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 \begin_inset Formula $\downarrow$
8613 \end_inset
8614
8615
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 </row>
8621 </lyxtabular>
8622
8623 \end_inset
8624
8625
8626 \begin_inset space \hfill{}
8627 \end_inset
8628
8629
8630 \begin_inset Tabular
8631 <lyxtabular version="3" rows="5" columns="2">
8632 <features rotate="0" tabularvalignment="middle">
8633 <column alignment="center" valignment="top" width="0pt">
8634 <column alignment="center" valignment="top" width="0pt">
8635 <row>
8636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 Comando
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 Resultado
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 </row>
8655 <row>
8656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660
8661 \backslash
8662 nearrow
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 \begin_inset Formula $\nearrow$
8672 \end_inset
8673
8674
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 </row>
8680 <row>
8681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \backslash
8687 searrow
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 \begin_inset Formula $\searrow$
8697 \end_inset
8698
8699
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 <row>
8706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710
8711 \backslash
8712 swarrow
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 \begin_inset Formula $\swarrow$
8722 \end_inset
8723
8724
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 </row>
8730 <row>
8731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735
8736 \backslash
8737 nwarrow
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 \begin_inset Formula $\nwarrow$
8747 \end_inset
8748
8749
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 </lyxtabular>
8756
8757 \end_inset
8758
8759
8760 \begin_inset space \hfill{}
8761 \end_inset
8762
8763
8764 \end_layout
8765
8766 \begin_layout Standard
8767 \begin_inset VSpace medskip
8768 \end_inset
8769
8770
8771 \end_layout
8772
8773 \begin_layout Standard
8774 Las flechas verticales también se pueden usar como delimitadores junto con
8775  los comandos descritos en
8776 \begin_inset space ~
8777 \end_inset
8778
8779
8780 \begin_inset CommandInset ref
8781 LatexCommand ref
8782 reference "sub:Tamaño-manual-de"
8783
8784 \end_inset
8785
8786  y 
8787 \begin_inset CommandInset ref
8788 LatexCommand ref
8789 reference "sub:Tamaño-automático-de"
8790
8791 \end_inset
8792
8793 .
8794 \end_layout
8795
8796 \begin_layout Standard
8797 \noindent
8798 \align center
8799 \begin_inset Newpage newpage
8800 \end_inset
8801
8802
8803 \end_layout
8804
8805 \begin_layout Section
8806 Acentos
8807 \begin_inset CommandInset label
8808 LatexCommand label
8809 name "sec:Acentos"
8810
8811 \end_inset
8812
8813
8814 \begin_inset Index idx
8815 status collapsed
8816
8817 \begin_layout Plain Layout
8818 Acentos
8819 \end_layout
8820
8821 \end_inset
8822
8823
8824 \end_layout
8825
8826 \begin_layout Standard
8827 Los acentos se pueden insertar con el botón 
8828 \begin_inset Graphics
8829         filename ../../images/math/hat.png
8830         scale 85
8831
8832 \end_inset
8833
8834  o mediante los comandos listados en las siguientes subsecciones.
8835 \end_layout
8836
8837 \begin_layout Subsection
8838 Acentos para un carácter
8839 \begin_inset ERT
8840 status collapsed
8841
8842 \begin_layout Plain Layout
8843
8844
8845 \backslash
8846 texorpdfstring{
8847 \end_layout
8848
8849 \end_inset
8850
8851
8852 \begin_inset Foot
8853 status collapsed
8854
8855 \begin_layout Plain Layout
8856 Para acentos en texto, véase 
8857 \begin_inset CommandInset ref
8858 LatexCommand ref
8859 reference "sub:Acentos-en-texto"
8860
8861 \end_inset
8862
8863
8864 \end_layout
8865
8866 \end_inset
8867
8868
8869 \begin_inset ERT
8870 status collapsed
8871
8872 \begin_layout Plain Layout
8873
8874 }{}
8875 \end_layout
8876
8877 \end_inset
8878
8879
8880 \begin_inset Note Note
8881 status collapsed
8882
8883 \begin_layout Plain Layout
8884
8885 \series bold
8886
8887 \backslash
8888 texorpdfstring
8889 \series default
8890  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
8891 \end_layout
8892
8893 \begin_layout Plain Layout
8894 Más sobre 
8895 \series bold
8896
8897 \backslash
8898 texorpdfstring
8899 \series default
8900  en la sección 
8901 \begin_inset CommandInset ref
8902 LatexCommand ref
8903 reference "sub:Ecuaciones-en-encabezados"
8904
8905 \end_inset
8906
8907 .
8908 \end_layout
8909
8910 \end_inset
8911
8912
8913 \begin_inset CommandInset label
8914 LatexCommand label
8915 name "sub:Acentos-para-un"
8916
8917 \end_inset
8918
8919
8920 \begin_inset Index idx
8921 status collapsed
8922
8923 \begin_layout Plain Layout
8924 Acentos ! para un carácter
8925 \end_layout
8926
8927 \end_inset
8928
8929
8930 \end_layout
8931
8932 \begin_layout Standard
8933 \begin_inset space \hfill{}
8934 \end_inset
8935
8936
8937 \begin_inset Tabular
8938 <lyxtabular version="3" rows="8" columns="2">
8939 <features rotate="0" tabularvalignment="middle">
8940 <column alignment="center" valignment="top" width="0pt">
8941 <column alignment="center" valignment="top" width="0pt">
8942 <row>
8943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 Comando
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 Resultado
8957 \begin_inset Note Note
8958 status collapsed
8959
8960 \begin_layout Plain Layout
8961
8962 \series bold
8963
8964 \backslash
8965 raisebox
8966 \series default
8967  se usa sólo como espaciador
8968 \end_layout
8969
8970 \end_inset
8971
8972
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 </row>
8978 <row>
8979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983
8984 \backslash
8985 dot
8986 \begin_inset space \textvisiblespace{}
8987 \end_inset
8988
8989 A
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8999 \end_inset
9000
9001
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 </row>
9007 <row>
9008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012
9013 \backslash
9014 ddot
9015 \begin_inset space \textvisiblespace{}
9016 \end_inset
9017
9018 A
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9028 \end_inset
9029
9030
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row>
9037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041
9042 \backslash
9043 dddot
9044 \begin_inset space \textvisiblespace{}
9045 \end_inset
9046
9047 A
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9057 \end_inset
9058
9059
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \backslash
9072 ddddot
9073 \begin_inset space \textvisiblespace{}
9074 \end_inset
9075
9076 A
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9086 \end_inset
9087
9088
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099
9100 \backslash
9101 vec
9102 \begin_inset space \textvisiblespace{}
9103 \end_inset
9104
9105 A
9106 \begin_inset Index idx
9107 status collapsed
9108
9109 \begin_layout Plain Layout
9110 Vectores
9111 \end_layout
9112
9113 \end_inset
9114
9115
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9125 \end_inset
9126
9127
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row>
9134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \backslash
9140 bar
9141 \begin_inset space \textvisiblespace{}
9142 \end_inset
9143
9144 A
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9154 \end_inset
9155
9156
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 </row>
9162 <row>
9163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167
9168 \backslash
9169 mathring
9170 \begin_inset space \textvisiblespace{}
9171 \end_inset
9172
9173 A
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9183 \end_inset
9184
9185
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 </row>
9191 </lyxtabular>
9192
9193 \end_inset
9194
9195
9196 \begin_inset space \hfill{}
9197 \end_inset
9198
9199
9200 \begin_inset Tabular
9201 <lyxtabular version="3" rows="7" columns="2">
9202 <features rotate="0" tabularvalignment="middle">
9203 <column alignment="center" valignment="top" width="0pt">
9204 <column alignment="center" valignment="top" width="0pt">
9205 <row>
9206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 Comando
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 Resultado
9220 \begin_inset Note Note
9221 status collapsed
9222
9223 \begin_layout Plain Layout
9224
9225 \series bold
9226
9227 \backslash
9228 raisebox
9229 \series default
9230  se usa sólo como espaciador
9231 \end_layout
9232
9233 \end_inset
9234
9235
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 </row>
9241 <row>
9242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246
9247 \backslash
9248 tilde
9249 \begin_inset space \textvisiblespace{}
9250 \end_inset
9251
9252 A
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \backslash
9277 hat
9278 \begin_inset space \textvisiblespace{}
9279 \end_inset
9280
9281 A
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9291 \end_inset
9292
9293
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 </row>
9299 <row>
9300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304
9305 \backslash
9306 check
9307 \begin_inset space \textvisiblespace{}
9308 \end_inset
9309
9310 A
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9320 \end_inset
9321
9322
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 </row>
9328 <row>
9329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333
9334 \backslash
9335 acute
9336 \begin_inset space \textvisiblespace{}
9337 \end_inset
9338
9339 A
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9349 \end_inset
9350
9351
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 </row>
9357 <row>
9358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362
9363 \backslash
9364 grave
9365 \begin_inset space \textvisiblespace{}
9366 \end_inset
9367
9368 A
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9378 \end_inset
9379
9380
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 </row>
9386 <row>
9387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391
9392 \backslash
9393 breve
9394 \begin_inset space \textvisiblespace{}
9395 \end_inset
9396
9397 A
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9407 \end_inset
9408
9409
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 </row>
9415 </lyxtabular>
9416
9417 \end_inset
9418
9419
9420 \begin_inset space \hfill{}
9421 \end_inset
9422
9423
9424 \end_layout
9425
9426 \begin_layout Standard
9427 \begin_inset VSpace bigskip
9428 \end_inset
9429
9430
9431 \end_layout
9432
9433 \begin_layout Standard
9434 En ecuaciones se pueden insertar acentos como 
9435 \begin_inset Quotes fld
9436 \end_inset
9437
9438 é
9439 \begin_inset Quotes frd
9440 \end_inset
9441
9442  directamente.
9443  LyX los transformará al comando de acento correspondiente.
9444  Para poner diéresis
9445 \begin_inset Index idx
9446 status collapsed
9447
9448 \begin_layout Plain Layout
9449 Dieresis@Diéresis
9450 \end_layout
9451
9452 \end_inset
9453
9454  es mejor insertar comillas antes de la vocal.
9455  Estos dos caracteres son considerados por LaTeX como 
9456 \emph on
9457 un solo
9458 \emph default
9459  carácter si la parte de la ecuación con la diéresis se marca en idioma
9460  alemán.
9461 \begin_inset Foot
9462 status collapsed
9463
9464 \begin_layout Plain Layout
9465 O algún otro idioma que use acentos, p.
9466 \begin_inset space \thinspace{}
9467 \end_inset
9468
9469 e.
9470  catalán.
9471  Aunque esto no funciona en español por algún conflicto con el estilo 
9472 \series bold
9473 spanish
9474 \series default
9475  de 
9476 \series bold
9477 babel
9478 \series default
9479 , no es necesario: se puede escribir 
9480 \begin_inset Formula $ï$
9481 \end_inset
9482
9483  en una ecuación igual que se hace en texto normal, ï.
9484  (
9485 \emph on
9486 N.
9487 \begin_inset space \thinspace{}
9488 \end_inset
9489
9490 del t.
9491 \emph default
9492 )
9493 \end_layout
9494
9495 \end_inset
9496
9497  A diferencia de 
9498 \series bold
9499
9500 \backslash
9501 ddot
9502 \series default
9503 , con este método se generan diéresis 
9504 \begin_inset Quotes fld
9505 \end_inset
9506
9507 reales
9508 \begin_inset Quotes frd
9509 \end_inset
9510
9511 , como se demuestra en el siguiente ejemplo:
9512 \begin_inset VSpace -2mm
9513 \end_inset
9514
9515
9516 \end_layout
9517
9518 \begin_layout Standard
9519 \noindent
9520 \align center
9521 \begin_inset Tabular
9522 <lyxtabular version="3" rows="3" columns="2">
9523 <features rotate="0" tabularvalignment="middle">
9524 <column alignment="center" valignment="top">
9525 <column alignment="center" valignment="top">
9526 <row>
9527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531 Comando
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540 Resultado
9541 \begin_inset Note Note
9542 status collapsed
9543
9544 \begin_layout Plain Layout
9545
9546 \series bold
9547
9548 \backslash
9549 raisebox
9550 \series default
9551  se usa sólo como espaciador.
9552 \end_layout
9553
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 <row>
9563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567 ï
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576 \begin_inset Formula $ï$
9577 \end_inset
9578
9579
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 </row>
9585 <row>
9586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590
9591 \backslash
9592 ddot
9593 \begin_inset space \textvisiblespace{}
9594 \end_inset
9595
9596 i
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9606 \end_inset
9607
9608
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 </row>
9614 </lyxtabular>
9615
9616 \end_inset
9617
9618
9619 \end_layout
9620
9621 \begin_layout Standard
9622 Otra ventaja frente a 
9623 \series bold
9624
9625 \backslash
9626 ddot
9627 \series default
9628  es que la diéresis puede convertirse directamente a texto matemático, porque
9629  los anteriores comandos para acentos 
9630 \emph on
9631 no están permitidos en texto matemático
9632 \emph default
9633 .
9634  Para convertir un carácter acentuado a texto matemático, se debe convertir
9635  sólo el carácter bajo el acento.
9636  Esto también se aplica para otras conversiones, p.
9637 \begin_inset space \thinspace{}
9638 \end_inset
9639
9640 e.
9641 \begin_inset space ~
9642 \end_inset
9643
9644 cursiva o negrita.
9645 \end_layout
9646
9647 \begin_layout Standard
9648 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
9649 \end_layout
9650
9651 \begin_layout Subsection
9652 Acentos para varios caracteres
9653 \begin_inset Index idx
9654 status collapsed
9655
9656 \begin_layout Plain Layout
9657 Acentos ! en varios caracteres
9658 \end_layout
9659
9660 \end_inset
9661
9662
9663 \end_layout
9664
9665 \begin_layout Standard
9666 \begin_inset space \hfill{}
9667 \end_inset
9668
9669
9670 \begin_inset Tabular
9671 <lyxtabular version="3" rows="5" columns="2">
9672 <features rotate="0" tabularvalignment="middle">
9673 <column alignment="center" valignment="top" width="0pt">
9674 <column alignment="center" valignment="top" width="0pt">
9675 <row>
9676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680 Comando
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 Resultado
9690 \begin_inset Note Note
9691 status collapsed
9692
9693 \begin_layout Plain Layout
9694
9695 \series bold
9696
9697 \backslash
9698 raisebox
9699 \series default
9700  se usa sólo como espaciador
9701 \end_layout
9702
9703 \end_inset
9704
9705
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 </row>
9711 <row>
9712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716
9717 \backslash
9718 overleftarrow
9719 \begin_inset space \textvisiblespace{}
9720 \end_inset
9721
9722 A=B
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9732 \end_inset
9733
9734
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 </row>
9740 <row>
9741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745
9746 \backslash
9747 underleftarrow
9748 \begin_inset space \textvisiblespace{}
9749 \end_inset
9750
9751 A=B
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9761 \end_inset
9762
9763
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 </row>
9769 <row>
9770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Plain Layout
9774
9775 \backslash
9776 overleftrightarrow
9777 \begin_inset space \textvisiblespace{}
9778 \end_inset
9779
9780 A=B
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9790 \end_inset
9791
9792
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 </row>
9798 <row>
9799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803
9804 \backslash
9805 underleftrightarrow
9806 \begin_inset space \textvisiblespace{}
9807 \end_inset
9808
9809 A=B
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9819 \end_inset
9820
9821
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 </row>
9827 </lyxtabular>
9828
9829 \end_inset
9830
9831
9832 \begin_inset space \hfill{}
9833 \end_inset
9834
9835
9836 \begin_inset Tabular
9837 <lyxtabular version="3" rows="5" columns="2">
9838 <features rotate="0" tabularvalignment="middle">
9839 <column alignment="center" valignment="top" width="0pt">
9840 <column alignment="center" valignment="top" width="0pt">
9841 <row>
9842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846 Comando
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855 Resultado
9856 \begin_inset Note Note
9857 status collapsed
9858
9859 \begin_layout Plain Layout
9860
9861 \series bold
9862
9863 \backslash
9864 raisebox
9865 \series default
9866  se usa sólo como espaciador
9867 \end_layout
9868
9869 \end_inset
9870
9871
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 </row>
9877 <row>
9878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Plain Layout
9882
9883 \backslash
9884 overrightarrow
9885 \begin_inset space \textvisiblespace{}
9886 \end_inset
9887
9888 A=B
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9898 \end_inset
9899
9900
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 </row>
9906 <row>
9907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911
9912 \backslash
9913 underrightarrow
9914 \begin_inset space \textvisiblespace{}
9915 \end_inset
9916
9917 A=B
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
9927 \end_inset
9928
9929
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 </row>
9935 <row>
9936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940
9941 \backslash
9942 widetilde
9943 \begin_inset space \textvisiblespace{}
9944 \end_inset
9945
9946 A=B
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
9956 \end_inset
9957
9958
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 </row>
9964 <row>
9965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \backslash
9971 widehat
9972 \begin_inset space \textvisiblespace{}
9973 \end_inset
9974
9975 A=B
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
9985 \end_inset
9986
9987
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 </row>
9993 </lyxtabular>
9994
9995 \end_inset
9996
9997
9998 \begin_inset space \hfill{}
9999 \end_inset
10000
10001
10002 \end_layout
10003
10004 \begin_layout Standard
10005 \begin_inset VSpace medskip
10006 \end_inset
10007
10008
10009 \end_layout
10010
10011 \begin_layout Standard
10012 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10013  Pero los acentos 
10014 \series bold
10015
10016 \backslash
10017 widetilde
10018 \series default
10019  y 
10020 \series bold
10021
10022 \backslash
10023 widehat
10024 \series default
10025  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10026  ejemplo:
10027 \begin_inset Formula 
10028 \[
10029 \widetilde{A+B=C-D}
10030 \]
10031
10032 \end_inset
10033
10034
10035 \end_layout
10036
10037 \begin_layout Standard
10038 Con los comandos 
10039 \series bold
10040
10041 \backslash
10042 overset
10043 \series default
10044
10045 \begin_inset Index idx
10046 status collapsed
10047
10048 \begin_layout Plain Layout
10049 Comandos ! O ! 
10050 \backslash
10051 overset
10052 \end_layout
10053
10054 \end_inset
10055
10056  y 
10057 \series bold
10058
10059 \backslash
10060 underset
10061 \series default
10062
10063 \begin_inset Index idx
10064 status collapsed
10065
10066 \begin_layout Plain Layout
10067 Comandos ! U ! 
10068 \backslash
10069 underset
10070 \end_layout
10071
10072 \end_inset
10073
10074 , descritos en la subsección anterior, también se pueden acentuar varios
10075  caracteres.
10076  El comando 
10077 \series bold
10078
10079 \backslash
10080 underset
10081 \begin_inset space \textvisiblespace{}
10082 \end_inset
10083
10084 A=B
10085 \begin_inset Formula $\downarrow$
10086 \end_inset
10087
10088 ***
10089 \series default
10090  da:
10091 \begin_inset Formula 
10092 \[
10093 \underset{***}{A=B}
10094 \]
10095
10096 \end_inset
10097
10098
10099 \end_layout
10100
10101 \begin_layout Section
10102 Espacios
10103 \begin_inset CommandInset label
10104 LatexCommand label
10105 name "sec:Espacio"
10106
10107 \end_inset
10108
10109
10110 \begin_inset Index idx
10111 status collapsed
10112
10113 \begin_layout Plain Layout
10114 Espacio ! horizontal
10115 \end_layout
10116
10117 \end_inset
10118
10119
10120 \end_layout
10121
10122 \begin_layout Subsection
10123 Espacio predefinido
10124 \begin_inset CommandInset label
10125 LatexCommand label
10126 name "sub:Espacio-predefinido"
10127
10128 \end_inset
10129
10130
10131 \begin_inset Index idx
10132 status collapsed
10133
10134 \begin_layout Plain Layout
10135 Espacio ! horizontal ! predefinido
10136 \end_layout
10137
10138 \end_inset
10139
10140
10141 \end_layout
10142
10143 \begin_layout Standard
10144 A veces es necesario insertar espacio horizontal en una ecuación.
10145  Esto se hace insertando un espacio protegido (atajo 
10146 \family sans
10147 Ctrl+Espacio
10148 \family default
10149 ).
10150  Aparece un 
10151 \begin_inset Quotes fld
10152 \end_inset
10153
10154
10155 \color black
10156
10157 \begin_inset space \textvisiblespace{}
10158 \end_inset
10159
10160
10161 \color inherit
10162
10163 \begin_inset Quotes frd
10164 \end_inset
10165
10166 , y pulsando 
10167 \family sans
10168 Espacio
10169 \family default
10170  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
10171  espacio.
10172  También se pueden insertar espacios mediante el botón 
10173 \begin_inset Graphics
10174         filename ../../images/math/space.png
10175         scale 85
10176
10177 \end_inset
10178
10179  de la barra de ecuaciones o con comandos especiales.
10180  Independientemente del comando insertado, se puede seleccionar un nuevo
10181  tamaño pulsando acto seguido 
10182 \family sans
10183 Espacio.
10184  
10185 \end_layout
10186
10187 \begin_layout Standard
10188 \noindent
10189 \align center
10190 \begin_inset VSpace -5mm
10191 \end_inset
10192
10193
10194 \begin_inset Tabular
10195 <lyxtabular version="3" rows="3" columns="7">
10196 <features rotate="0" tabularvalignment="middle">
10197 <column alignment="center" valignment="middle" width="6.8cm">
10198 <column alignment="center" valignment="top">
10199 <column alignment="center" valignment="top">
10200 <column alignment="center" valignment="top">
10201 <column alignment="center" valignment="top">
10202 <column alignment="center" valignment="top">
10203 <column alignment="center" valignment="top">
10204 <row>
10205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 Comando
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218
10219 \backslash
10220 ,
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229
10230 \backslash
10231 :
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240
10241 \backslash
10242 ;
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251
10252 \backslash
10253 quad
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262
10263 \backslash
10264 qquad
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \backslash
10275 !
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 </row>
10281 <row>
10282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 Número de pulsaciones de 
10287 \family sans
10288 Espacio
10289 \family default
10290  tras insertar el espacio protegido
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 0
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 1
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 2
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 3
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 4
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 5
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 </row>
10350 <row>
10351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 Resultado
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 \begin_inset Formula $A\, B$
10365 \end_inset
10366
10367
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376 \begin_inset Formula $A\: B$
10377 \end_inset
10378
10379
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 \begin_inset Formula $A\; B$
10389 \end_inset
10390
10391
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 \begin_inset Formula $A\quad B$
10401 \end_inset
10402
10403
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 \begin_inset Formula $A\qquad B$
10413 \end_inset
10414
10415
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 \begin_inset Formula $A\! B$
10425 \end_inset
10426
10427
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 </row>
10433 </lyxtabular>
10434
10435 \end_inset
10436
10437
10438 \end_layout
10439
10440 \begin_layout Standard
10441 El último tamaño parece no generar espacio.
10442  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
10443  negativo.
10444  Hay otros dos espacios negativos:
10445 \end_layout
10446
10447 \begin_layout Standard
10448 \align center
10449 \begin_inset Tabular
10450 <lyxtabular version="3" rows="3" columns="3">
10451 <features rotate="0" tabularvalignment="middle">
10452 <column alignment="center" valignment="middle" width="6.8cm">
10453 <column alignment="center" valignment="top" width="0pt">
10454 <column alignment="center" valignment="top" width="0pt">
10455 <row>
10456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 Comando
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469
10470 \backslash
10471 negmedspace
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480
10481 \backslash
10482 negthickspace
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 </row>
10488 <row>
10489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 Número de pulsaciones de 
10494 \family sans
10495 Espacio
10496 \family default
10497  tras insertar el espacio protegido
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 6
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 7
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 </row>
10521 <row>
10522 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 Resultado
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 \begin_inset Formula $A\negmedspace B$
10536 \end_inset
10537
10538
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 \begin_inset Formula $A\negthickspace B$
10548 \end_inset
10549
10550
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 </row>
10556 </lyxtabular>
10557
10558 \end_inset
10559
10560
10561 \end_layout
10562
10563 \begin_layout Standard
10564 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
10565  Así, se pueden usar para forzar ligaduras, lo que es apropiado, por ejemplo,
10566  para operadores suma: 
10567 \end_layout
10568
10569 \begin_layout Standard
10570 \noindent
10571 \align center
10572 \begin_inset Tabular
10573 <lyxtabular version="3" rows="3" columns="2">
10574 <features rotate="0" tabularvalignment="middle">
10575 <column alignment="center" valignment="top">
10576 <column alignment="center" valignment="top">
10577 <row>
10578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 Comando
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 Resultado
10592 \begin_inset Note Note
10593 status collapsed
10594
10595 \begin_layout Plain Layout
10596
10597 \series bold
10598
10599 \backslash
10600 raisebox
10601 \series default
10602  se usa sólo como espaciador
10603 \end_layout
10604
10605 \end_inset
10606
10607
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 </row>
10613 <row>
10614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618
10619 \backslash
10620 sum
10621 \backslash
10622 sum
10623 \begin_inset space \textvisiblespace{}
10624 \end_inset
10625
10626 f_kl
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10636 \end_inset
10637
10638
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 </row>
10644 <row>
10645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649
10650 \backslash
10651 sum
10652 \backslash
10653 negmedspace
10654 \backslash
10655 sum
10656 \begin_inset space \textvisiblespace{}
10657 \end_inset
10658
10659 f_kl
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10669 \end_inset
10670
10671
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 </row>
10677 </lyxtabular>
10678
10679 \end_inset
10680
10681
10682 \end_layout
10683
10684 \begin_layout Standard
10685 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
10686  Para suprimirlos, el signo igual se coloca entre llaves TeX.
10687  El siguiente ejemplo lo ilustra:
10688 \end_layout
10689
10690 \begin_layout Standard
10691 \noindent
10692 \align center
10693 \begin_inset Tabular
10694 <lyxtabular version="3" rows="2" columns="2">
10695 <features rotate="0" tabularvalignment="middle">
10696 <column alignment="center" valignment="top">
10697 <column alignment="center" valignment="top">
10698 <row>
10699 <cell alignment="center" valignment="top" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703 ecuación normal
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 <cell alignment="center" valignment="top" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712 \begin_inset Formula $A=B$
10713 \end_inset
10714
10715
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 </row>
10721 <row>
10722 <cell alignment="center" valignment="top" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726 \begin_inset Note Note
10727 status collapsed
10728
10729 \begin_layout Plain Layout
10730
10731 \series bold
10732
10733 \backslash
10734 raisebox
10735 \series default
10736  se usa sólo como espaciador
10737 \end_layout
10738
10739 \end_inset
10740
10741
10742 \begin_inset Formula $\raisebox{5mm}{}$
10743 \end_inset
10744
10745 ecuación sin espacio
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 <cell alignment="center" valignment="top" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754 \begin_inset Formula $A{=}B$
10755 \end_inset
10756
10757
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 </row>
10763 </lyxtabular>
10764
10765 \end_inset
10766
10767
10768 \end_layout
10769
10770 \begin_layout Standard
10771 El comando para la segunda ecuación es: 
10772 \series bold
10773 A
10774 \backslash
10775 {=
10776 \begin_inset Formula $\rightarrow$
10777 \end_inset
10778
10779 B
10780 \series default
10781  
10782 \begin_inset VSpace bigskip
10783 \end_inset
10784
10785
10786 \end_layout
10787
10788 \begin_layout Standard
10789 Para las unidades físicas hacen falta espacios, porque entre el valor y
10790  su unidad se pone un espacio más pequeño que el normal.
10791  Para unidades en el texto se inserta con el menú 
10792 \family sans
10793 Insertar\SpecialChar \menuseparator
10794 Formato\SpecialChar \menuseparator
10795 Espacio
10796 \begin_inset space ~
10797 \end_inset
10798
10799 delgado
10800 \family default
10801  (atajo 
10802 \family sans
10803 Ctrl+Mayúscula+Espacio
10804 \family default
10805 ).
10806 \end_layout
10807
10808 \begin_layout Standard
10809 Un ejemplo para visualizar la diferencia:
10810 \end_layout
10811
10812 \begin_layout Standard
10813 \begin_inset Tabular
10814 <lyxtabular version="3" rows="2" columns="2">
10815 <features rotate="0" tabularvalignment="middle">
10816 <column alignment="center" valignment="top">
10817 <column alignment="left" valignment="top">
10818 <row>
10819 <cell alignment="center" valignment="top" usebox="none">
10820 \begin_inset Text
10821
10822 \begin_layout Plain Layout
10823 24 kW
10824 \begin_inset Formula $\cdot$
10825 \end_inset
10826
10827 h
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell alignment="center" valignment="top" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836 espacio entre valor y unidad 
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 </row>
10842 <row>
10843 <cell alignment="center" valignment="top" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 24
10848 \begin_inset space \thinspace{}
10849 \end_inset
10850
10851 kW
10852 \begin_inset Formula $\cdot$
10853 \end_inset
10854
10855 h
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 espacio delgado entre valor y unidad
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 </lyxtabular>
10871
10872 \end_inset
10873
10874
10875 \end_layout
10876
10877 \begin_layout Subsection
10878 Espacio variable
10879 \begin_inset ERT
10880 status collapsed
10881
10882 \begin_layout Plain Layout
10883
10884
10885 \backslash
10886 texorpdfstring{
10887 \end_layout
10888
10889 \end_inset
10890
10891
10892 \begin_inset Foot
10893 status collapsed
10894
10895 \begin_layout Plain Layout
10896 Para espacio vertical en ecuaciones véase 
10897 \begin_inset CommandInset ref
10898 LatexCommand ref
10899 reference "sub:Separación-de-líneas"
10900
10901 \end_inset
10902
10903
10904 \end_layout
10905
10906 \end_inset
10907
10908
10909 \begin_inset ERT
10910 status collapsed
10911
10912 \begin_layout Plain Layout
10913
10914 }{}
10915 \end_layout
10916
10917 \end_inset
10918
10919
10920 \begin_inset Note Note
10921 status collapsed
10922
10923 \begin_layout Plain Layout
10924
10925 \backslash
10926 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
10927  PDF.
10928 \end_layout
10929
10930 \begin_layout Plain Layout
10931 Más sobre 
10932 \backslash
10933 texorpdfstring en la sección 
10934 \begin_inset CommandInset ref
10935 LatexCommand ref
10936 reference "sub:Ecuaciones-en-encabezados"
10937
10938 \end_inset
10939
10940 .
10941 \end_layout
10942
10943 \end_inset
10944
10945
10946 \begin_inset CommandInset label
10947 LatexCommand label
10948 name "sub:Espacio-variable"
10949
10950 \end_inset
10951
10952
10953 \begin_inset Index idx
10954 status collapsed
10955
10956 \begin_layout Plain Layout
10957 Espacio ! horizontal ! variable
10958 \end_layout
10959
10960 \end_inset
10961
10962
10963 \end_layout
10964
10965 \begin_layout Standard
10966 En LyX se puede insertar espacio con una longitud definida con el comando
10967  
10968 \series bold
10969
10970 \backslash
10971 hspace
10972 \series default
10973
10974 \begin_inset Index idx
10975 status collapsed
10976
10977 \begin_layout Plain Layout
10978 Comandos ! H ! 
10979 \backslash
10980 hspace
10981 \end_layout
10982
10983 \end_inset
10984
10985 .
10986  Aparece un 
10987 \begin_inset Quotes fld
10988 \end_inset
10989
10990
10991 \color black
10992
10993 \begin_inset space \textvisiblespace{}
10994 \end_inset
10995
10996
10997 \color inherit
10998
10999 \begin_inset Quotes frd
11000 \end_inset
11001
11002  largo.
11003  La longitud se puede ajustar haciendo clic izquierdo sobre el 
11004 \begin_inset Quotes fld
11005 \end_inset
11006
11007
11008 \color black
11009
11010 \begin_inset space \textvisiblespace{}
11011 \end_inset
11012
11013
11014 \color inherit
11015
11016 \begin_inset Quotes frd
11017 \end_inset
11018
11019 .
11020  La longitud también puede ser negativa.
11021  Para insertar en una ecuación tanto espacio como esté disponible se usa
11022  el comando 
11023 \series bold
11024
11025 \backslash
11026 hfill
11027 \series default
11028
11029 \begin_inset Index idx
11030 status collapsed
11031
11032 \begin_layout Plain Layout
11033 Comandos ! H ! 
11034 \backslash
11035 hfill
11036 \end_layout
11037
11038 \end_inset
11039
11040 .
11041 \begin_inset VSpace -1mm
11042 \end_inset
11043
11044
11045 \end_layout
11046
11047 \begin_layout Standard
11048 \noindent
11049 \align center
11050 \begin_inset Tabular
11051 <lyxtabular version="3" rows="4" columns="2">
11052 <features rotate="0" tabularvalignment="middle">
11053 <column alignment="center" valignment="top">
11054 <column alignment="center" valignment="top">
11055 <row>
11056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060 Comando (
11061 \backslash
11062 hspace longitud)
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071 Resultado
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 </row>
11077 <row>
11078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 A=B
11083 \backslash
11084 hspace
11085 \begin_inset space \textvisiblespace{}
11086 \end_inset
11087
11088
11089 \begin_inset Formula $\to$
11090 \end_inset
11091
11092 A
11093 \backslash
11094 not=C (3
11095 \begin_inset space \thinspace{}
11096 \end_inset
11097
11098 cm)
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11108 \end_inset
11109
11110
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 </row>
11116 <row>
11117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121 A
11122 \backslash
11123 hspace
11124 \begin_inset space \textvisiblespace{}
11125 \end_inset
11126
11127
11128 \begin_inset Formula $\to$
11129 \end_inset
11130
11131 A
11132 \backslash
11133 not=A (-1
11134 \begin_inset space \thinspace{}
11135 \end_inset
11136
11137 mm)
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11147 \end_inset
11148
11149
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 </row>
11155 <row>
11156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 A=A
11161 \backslash
11162 hfill
11163 \begin_inset space \textvisiblespace{}
11164 \end_inset
11165
11166 B=B
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175 \begin_inset Formula $A=A\hfill B=B$
11176 \end_inset
11177
11178
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 </row>
11184 </lyxtabular>
11185
11186 \end_inset
11187
11188
11189 \end_layout
11190
11191 \begin_layout Standard
11192 En el último ejemplo el espacio disponible viene dado por la entrada más
11193  larga de columna en el cuadro.
11194  En una ecuación en línea el espacio depende de la longitud de la línea
11195  en la que se inserta 
11196 \series bold
11197
11198 \backslash
11199 hfill
11200 \series default
11201 .
11202  Así, cuando la línea ocupa toda la anchura no se creará espacio.
11203  
11204 \series bold
11205
11206 \backslash
11207 hfill
11208 \series default
11209  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
11210 \series bold
11211 Sangrado
11212 \series default
11213 .
11214  (Los estilos de ecuaciones se explican en
11215 \begin_inset space ~
11216 \end_inset
11217
11218
11219 \begin_inset CommandInset ref
11220 LatexCommand ref
11221 reference "sec:Estilos-de-ecuación"
11222
11223 \end_inset
11224
11225 ).
11226 \end_layout
11227
11228 \begin_layout Standard
11229 Además de 
11230 \series bold
11231
11232 \backslash
11233 hfill
11234 \series default
11235  hay los comandos 
11236 \series bold
11237
11238 \backslash
11239 dotfill
11240 \series default
11241  y 
11242 \series bold
11243
11244 \backslash
11245 hrulefill
11246 \series default
11247  que llenan el espacio con un patrón, véase un ejemplo en
11248 \begin_inset space ~
11249 \end_inset
11250
11251
11252 \begin_inset CommandInset ref
11253 LatexCommand ref
11254 reference "sub:Puntos"
11255
11256 \end_inset
11257
11258 .
11259 \end_layout
11260
11261 \begin_layout Standard
11262 Para texto se puede insertar espacio variable con el menú 
11263 \family sans
11264 Insertar\SpecialChar \menuseparator
11265 Formato\SpecialChar \menuseparator
11266 Espacio
11267 \begin_inset space ~
11268 \end_inset
11269
11270 horizontal
11271 \family default
11272 :
11273 \end_layout
11274
11275 \begin_layout Standard
11276 En esta línea hay un espacio
11277 \begin_inset space \hspace{}
11278 \length 2cm
11279 \end_inset
11280
11281 de 2
11282 \begin_inset space \thinspace{}
11283 \end_inset
11284
11285 cm.
11286 \end_layout
11287
11288 \begin_layout Standard
11289 En esta línea hay un
11290 \begin_inset space \hfill{}
11291 \end_inset
11292
11293 espacio máximo.
11294 \end_layout
11295
11296 \begin_layout Subsection
11297 Espacio adicional en ecuaciones en línea
11298 \begin_inset Index idx
11299 status collapsed
11300
11301 \begin_layout Plain Layout
11302 Espacio ! adicional en línea
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Standard
11311 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
11312  
11313 \series bold
11314
11315 \backslash
11316 mathsurround
11317 \series default
11318
11319 \begin_inset Index idx
11320 status collapsed
11321
11322 \begin_layout Plain Layout
11323 Comandos ! M ! 
11324 \backslash
11325 mathsurround
11326 \end_layout
11327
11328 \end_inset
11329
11330 .
11331  El valor de una longitud se establece con el comando 
11332 \series bold
11333
11334 \backslash
11335 setlength
11336 \series default
11337
11338 \begin_inset Index idx
11339 status collapsed
11340
11341 \begin_layout Plain Layout
11342 Comandos ! S ! 
11343 \backslash
11344 setlength
11345 \end_layout
11346
11347 \end_inset
11348
11349  según el siguiente esquema:
11350 \end_layout
11351
11352 \begin_layout Standard
11353
11354 \series bold
11355
11356 \backslash
11357 setlength{nombre de la longitud}{valor}
11358 \end_layout
11359
11360 \begin_layout Standard
11361 Para poner a 
11362 \series bold
11363
11364 \backslash
11365 mathsurround
11366 \series default
11367  un valor de 5
11368 \begin_inset space \thinspace{}
11369 \end_inset
11370
11371 mm, se inserta el comando
11372 \end_layout
11373
11374 \begin_layout Standard
11375
11376 \series bold
11377
11378 \backslash
11379 setlength{
11380 \backslash
11381 mathsurround}{5mm}
11382 \end_layout
11383
11384 \begin_layout Standard
11385 en modo TeX.
11386  Se establecerá un espacio de 5
11387 \begin_inset space \thinspace{}
11388 \end_inset
11389
11390 mm alrededor de todas las ecuaciones en línea:
11391 \begin_inset ERT
11392 status collapsed
11393
11394 \begin_layout Plain Layout
11395
11396
11397 \backslash
11398 setlength{
11399 \backslash
11400 mathsurround}{5mm}
11401 \end_layout
11402
11403 \end_inset
11404
11405
11406 \end_layout
11407
11408 \begin_layout Standard
11409 En esta línea hay una ecuación 
11410 \begin_inset Formula $A=B$
11411 \end_inset
11412
11413  rodeada por espacios de 5
11414 \begin_inset space \thinspace{}
11415 \end_inset
11416
11417 mm.
11418 \begin_inset ERT
11419 status collapsed
11420
11421 \begin_layout Plain Layout
11422
11423
11424 \backslash
11425 setlength{
11426 \backslash
11427 mathsurround}{0mm}
11428 \end_layout
11429
11430 \end_inset
11431
11432
11433 \end_layout
11434
11435 \begin_layout Standard
11436 Para volver al espacio predeterminado, 
11437 \series bold
11438
11439 \backslash
11440 mathsurround
11441 \series default
11442  se restablece al valor 0
11443 \begin_inset space \thinspace{}
11444 \end_inset
11445
11446 pt.
11447 \end_layout
11448
11449 \begin_layout Section
11450 Marcos y bordes
11451 \begin_inset Index idx
11452 status collapsed
11453
11454 \begin_layout Plain Layout
11455 Marcos
11456 \end_layout
11457
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \begin_layout Standard
11464 Los marcos para texto se describen en el capítulo 
11465 \emph on
11466 Marcos
11467 \emph default
11468  del manual 
11469 \emph on
11470 Objetos insertados
11471 \emph default
11472 .
11473 \end_layout
11474
11475 \begin_layout Subsection
11476 Marcos con bordes
11477 \begin_inset CommandInset label
11478 LatexCommand label
11479 name "sub:Marcos-con-bordes"
11480
11481 \end_inset
11482
11483
11484 \begin_inset Index idx
11485 status collapsed
11486
11487 \begin_layout Plain Layout
11488 Marcos ! con bordes
11489 \end_layout
11490
11491 \end_inset
11492
11493
11494 \end_layout
11495
11496 \begin_layout Standard
11497 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
11498 \series bold
11499
11500 \backslash
11501 fbox
11502 \series default
11503
11504 \begin_inset Index idx
11505 status collapsed
11506
11507 \begin_layout Plain Layout
11508 Comandos ! F ! 
11509 \backslash
11510 fbox
11511 \end_layout
11512
11513 \end_inset
11514
11515  y 
11516 \series bold
11517
11518 \backslash
11519 boxed
11520 \series default
11521
11522 \begin_inset Index idx
11523 status collapsed
11524
11525 \begin_layout Plain Layout
11526 Comandos ! B ! 
11527 \backslash
11528 boxed
11529 \end_layout
11530
11531 \end_inset
11532
11533 .
11534 \end_layout
11535
11536 \begin_layout Standard
11537 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
11538  azul en un marco donde se introducen partes de una ecuación.
11539  Para 
11540 \series bold
11541
11542 \backslash
11543 fbox
11544 \series default
11545  hay que generar una ecuación adicional con 
11546 \family sans
11547 Ctrl+M
11548 \family default
11549  dentro del recuadro, porque si no el contenido del mismo sería considerado
11550  texto matemático.
11551  Si se usa 
11552 \series bold
11553
11554 \backslash
11555 boxed
11556 \series default
11557  la nueva ecuación se genera automáticamente dentro del marco.
11558 \end_layout
11559
11560 \begin_layout Standard
11561 El comando 
11562 \series bold
11563
11564 \backslash
11565 fbox
11566 \series default
11567  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
11568  ecuación tendría siempre el tamaño del texto.
11569  Por otra parte, 
11570 \series bold
11571
11572 \backslash
11573 fboxed
11574 \series default
11575  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
11576  siempre el tamaño de una ecuación presentada.
11577 \end_layout
11578
11579 \begin_layout Standard
11580 El comando 
11581 \series bold
11582
11583 \backslash
11584 framebox
11585 \series default
11586
11587 \begin_inset Index idx
11588 status collapsed
11589
11590 \begin_layout Plain Layout
11591 Comandos ! F ! 
11592 \backslash
11593 framebox
11594 \end_layout
11595
11596 \end_inset
11597
11598  es una extensión de 
11599 \series bold
11600
11601 \backslash
11602 fbox
11603 \series default
11604 , que permite especificar además la anchura del marco y la alineación.
11605  
11606 \series bold
11607
11608 \backslash
11609 framebox
11610 \series default
11611  se usa con el siguiente esquema: 
11612 \end_layout
11613
11614 \begin_layout Standard
11615
11616 \series bold
11617
11618 \backslash
11619 framebox[anchura del marco][posición]{contenido del cuadro}
11620 \end_layout
11621
11622 \begin_layout Standard
11623 La posición puede ser 
11624 \emph on
11625 l
11626 \emph default
11627  o 
11628 \emph on
11629 r
11630 \emph default
11631
11632 \emph on
11633 l
11634 \emph default
11635  alinea la ecuación a la izquierda del marcro, 
11636 \emph on
11637 r
11638 \emph default
11639  la alinea a la derecha.
11640  Si no se da posición la ecuación será centrada.
11641 \begin_inset Newline newline
11642 \end_inset
11643
11644 Si no se pone anchura tampoco puede darse posición.
11645  En este caso la anchura del borde se ajusta al contenido del cuadro, como
11646  con 
11647 \series bold
11648
11649 \backslash
11650 fbox
11651 \series default
11652 .
11653  
11654 \end_layout
11655
11656 \begin_layout Standard
11657 Cuando se inserta el comando 
11658 \series bold
11659
11660 \backslash
11661 framebox
11662 \series default
11663  aparece un recuadro con tres marcos azules.
11664  Los dos primeros marcos están encerrados entre corchetes e indican los
11665  dos argumentos opcionales.
11666  El tercer marco es para partes de la ecuación, como para 
11667 \series bold
11668
11669 \backslash
11670 fbox
11671 \series default
11672 .
11673 \end_layout
11674
11675 \begin_layout Standard
11676 \noindent
11677 \align center
11678 \begin_inset Tabular
11679 <lyxtabular version="3" rows="5" columns="2">
11680 <features rotate="0" tabularvalignment="middle">
11681 <column alignment="center" valignment="top">
11682 <column alignment="center" valignment="top">
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 Comando
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 Resultado
11698 \begin_inset Note Note
11699 status collapsed
11700
11701 \begin_layout Plain Layout
11702
11703 \series bold
11704
11705 \backslash
11706 raisebox
11707 \series default
11708  se usa sólo como espaciador
11709 \end_layout
11710
11711 \end_inset
11712
11713
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 </row>
11719 <row>
11720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724
11725 \backslash
11726 fbox
11727 \begin_inset space \textvisiblespace{}
11728 \end_inset
11729
11730
11731 \family sans
11732 Ctrl+M
11733 \family default
11734  
11735 \backslash
11736 int
11737 \begin_inset space \textvisiblespace{}
11738 \end_inset
11739
11740 A=B
11741 \end_layout
11742
11743 \end_inset
11744 </cell>
11745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
11750 \end_inset
11751
11752
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 </row>
11758 <row>
11759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763
11764 \backslash
11765 boxed
11766 \begin_inset space \textvisiblespace{}
11767 \end_inset
11768
11769
11770 \backslash
11771 int
11772 \begin_inset space \textvisiblespace{}
11773 \end_inset
11774
11775 A=B
11776 \end_layout
11777
11778 \end_inset
11779 </cell>
11780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11781 \begin_inset Text
11782
11783 \begin_layout Plain Layout
11784 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
11785 \end_inset
11786
11787
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 </row>
11793 <row>
11794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 A+
11799 \backslash
11800 fbox
11801 \begin_inset space \textvisiblespace{}
11802 \end_inset
11803
11804 B
11805 \end_layout
11806
11807 \end_inset
11808 </cell>
11809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11810 \begin_inset Text
11811
11812 \begin_layout Plain Layout
11813 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
11814 \end_inset
11815
11816
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 </row>
11822 <row>
11823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827
11828 \backslash
11829 framebox
11830 \begin_inset space \textvisiblespace{}
11831 \end_inset
11832
11833 20mm
11834 \begin_inset Formula $\to$
11835 \end_inset
11836
11837
11838 \begin_inset Formula $\to$
11839 \end_inset
11840
11841
11842 \family sans
11843 Ctrl+M
11844 \family default
11845  
11846 \backslash
11847 frac
11848 \begin_inset space \textvisiblespace{}
11849 \end_inset
11850
11851 A
11852 \begin_inset Formula $\downarrow$
11853 \end_inset
11854
11855 B
11856 \end_layout
11857
11858 \end_inset
11859 </cell>
11860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11861 \begin_inset Text
11862
11863 \begin_layout Plain Layout
11864 \begin_inset Formula $\raisebox{6mm}{}$
11865 \end_inset
11866
11867
11868 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
11869 \end_inset
11870
11871
11872 \begin_inset Formula $\raisebox{-4mm}{}$
11873 \end_inset
11874
11875
11876 \end_layout
11877
11878 \end_inset
11879 </cell>
11880 </row>
11881 </lyxtabular>
11882
11883 \end_inset
11884
11885
11886 \end_layout
11887
11888 \begin_layout Standard
11889 El grosor del borde también se puede ajustar.
11890  Para ello hay que insertar los siguientes comandos en modo TeX antes de
11891  la fórmula:
11892 \end_layout
11893
11894 \begin_layout Standard
11895
11896 \series bold
11897
11898 \backslash
11899 fboxrule
11900 \series default
11901  
11902 \series bold
11903
11904 \begin_inset Quotes fld
11905 \end_inset
11906
11907 grosor
11908 \begin_inset Quotes frd
11909 \end_inset
11910
11911
11912 \series default
11913  
11914 \series bold
11915
11916 \backslash
11917 fboxsep
11918 \series default
11919  
11920 \series bold
11921
11922 \begin_inset Quotes fld
11923 \end_inset
11924
11925 distancia
11926 \begin_inset Quotes frd
11927 \end_inset
11928
11929
11930 \end_layout
11931
11932 \begin_layout Standard
11933 \begin_inset Quotes fld
11934 \end_inset
11935
11936 distancia
11937 \begin_inset Quotes frd
11938 \end_inset
11939
11940  especifica la distancia mínima entre el borde y el primer carácter en el
11941  cuadro.
11942  Un ejemplo de esto es la siguiente ecuación enmarcada:
11943 \begin_inset ERT
11944 status collapsed
11945
11946 \begin_layout Plain Layout
11947
11948
11949 \backslash
11950 fboxrule 2mm 
11951 \backslash
11952 fboxsep 3mm
11953 \end_layout
11954
11955 \end_inset
11956
11957
11958 \begin_inset Formula 
11959 \[
11960 \boxed{A+B=C}
11961 \]
11962
11963 \end_inset
11964
11965
11966 \end_layout
11967
11968 \begin_layout Standard
11969 Delante de esta ecuación se han insertado los comandos
11970 \end_layout
11971
11972 \begin_layout Standard
11973
11974 \series bold
11975
11976 \backslash
11977 fboxrule
11978 \series default
11979  
11980 \series bold
11981 2mm
11982 \series default
11983  
11984 \series bold
11985
11986 \backslash
11987 fboxsep
11988 \series default
11989  
11990 \series bold
11991 3mm
11992 \end_layout
11993
11994 \begin_layout Standard
11995 en modo TeX.
11996  Los valores dados se usan para todos los marcos siguientes.
11997 \end_layout
11998
11999 \begin_layout Standard
12000 Para volver al tamaño estándar del marco se inserta el comando
12001 \end_layout
12002
12003 \begin_layout Standard
12004
12005 \series bold
12006
12007 \backslash
12008 fboxrule
12009 \series default
12010  
12011 \series bold
12012 0.4pt
12013 \series default
12014  
12015 \series bold
12016
12017 \backslash
12018 fboxsep
12019 \series default
12020  
12021 \series bold
12022 3pt
12023 \series default
12024
12025 \begin_inset ERT
12026 status collapsed
12027
12028 \begin_layout Plain Layout
12029
12030
12031 \backslash
12032 fboxrule 0.4pt 
12033 \backslash
12034 fboxsep 3pt
12035 \end_layout
12036
12037 \end_inset
12038
12039
12040 \end_layout
12041
12042 \begin_layout Standard
12043 en modo TeX antes de la ecuación siguiente.
12044 \end_layout
12045
12046 \begin_layout Subsection
12047 Marcos sin bordes
12048 \begin_inset CommandInset label
12049 LatexCommand label
12050 name "sub:Marcos-sin-bordes"
12051
12052 \end_inset
12053
12054
12055 \begin_inset Index idx
12056 status collapsed
12057
12058 \begin_layout Plain Layout
12059 Marcos ! sin borde
12060 \end_layout
12061
12062 \end_inset
12063
12064
12065 \end_layout
12066
12067 \begin_layout Standard
12068 Para marcos sin borde hay los comandos: 
12069 \series bold
12070
12071 \backslash
12072 mbox
12073 \series default
12074
12075 \begin_inset Index idx
12076 status collapsed
12077
12078 \begin_layout Plain Layout
12079 Comandos ! M ! 
12080 \backslash
12081 mbox
12082 \end_layout
12083
12084 \end_inset
12085
12086
12087 \series bold
12088
12089 \backslash
12090 makebox
12091 \series default
12092
12093 \begin_inset Index idx
12094 status collapsed
12095
12096 \begin_layout Plain Layout
12097 Comandos ! M ! 
12098 \backslash
12099 makebox
12100 \end_layout
12101
12102 \end_inset
12103
12104  y 
12105 \series bold
12106
12107 \backslash
12108 raisebox
12109 \series default
12110
12111 \begin_inset Index idx
12112 status collapsed
12113
12114 \begin_layout Plain Layout
12115 Comandos ! R ! 
12116 \backslash
12117 raisebox
12118 \end_layout
12119
12120 \end_inset
12121
12122 .
12123 \end_layout
12124
12125 \begin_layout Standard
12126 Con 
12127 \series bold
12128
12129 \backslash
12130 raisebox
12131 \series default
12132  se puede poner un marco subíndice o superíndice, pero a diferencia de los
12133  normales, los caracteres en el marco mantienen su tamaño de tipografía.
12134  
12135 \series bold
12136
12137 \backslash
12138 raisebox
12139 \series default
12140  se usa con el siguiente esquema: 
12141 \end_layout
12142
12143 \begin_layout Standard
12144
12145 \series bold
12146
12147 \backslash
12148 raisebox{altura}{contenido del marco}
12149 \end_layout
12150
12151 \begin_layout Standard
12152 Cuando el marco tenga que contener una ecuación, hace falta una ecuación
12153  extra, como con 
12154 \series bold
12155
12156 \backslash
12157 fbox
12158 \series default
12159 .
12160  
12161 \begin_inset Note Greyedout
12162 status open
12163
12164 \begin_layout Plain Layout
12165
12166 \series bold
12167 Nota
12168 \series default
12169 : Para
12170 \series bold
12171  
12172 \backslash
12173 raisebox
12174 \series default
12175  se ha creado esta ecuación extra tecleando 
12176 \family sans
12177 Ctrl+M
12178 \family default
12179  dos veces en vez de una porque LyX aún no soporta 
12180 \series bold
12181
12182 \backslash
12183 raisebox
12184 \series default
12185  directamente.
12186 \end_layout
12187
12188 \end_inset
12189
12190
12191 \end_layout
12192
12193 \begin_layout Standard
12194 \align center
12195 \begin_inset Tabular
12196 <lyxtabular version="3" rows="4" columns="2">
12197 <features rotate="0" tabularvalignment="middle">
12198 <column alignment="center" valignment="top">
12199 <column alignment="center" valignment="top">
12200 <row>
12201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12202 \begin_inset Text
12203
12204 \begin_layout Plain Layout
12205 Comando
12206 \end_layout
12207
12208 \end_inset
12209 </cell>
12210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12211 \begin_inset Text
12212
12213 \begin_layout Plain Layout
12214 Resultado
12215 \end_layout
12216
12217 \end_inset
12218 </cell>
12219 </row>
12220 <row>
12221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12222 \begin_inset Text
12223
12224 \begin_layout Plain Layout
12225 H
12226 \backslash
12227 raisebox{2mm
12228 \begin_inset Formula $\to$
12229 \end_inset
12230
12231
12232 \backslash
12233 {al
12234 \begin_inset Formula $\to$
12235 \end_inset
12236
12237  lo
12238 \end_layout
12239
12240 \end_inset
12241 </cell>
12242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12243 \begin_inset Text
12244
12245 \begin_layout Plain Layout
12246 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12247 \end_inset
12248
12249
12250 \end_layout
12251
12252 \end_inset
12253 </cell>
12254 </row>
12255 <row>
12256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12257 \begin_inset Text
12258
12259 \begin_layout Plain Layout
12260 H
12261 \backslash
12262 raisebox{-2mm
12263 \begin_inset Formula $\to$
12264 \end_inset
12265
12266
12267 \backslash
12268 {al
12269 \begin_inset Formula $\to$
12270 \end_inset
12271
12272 lo
12273 \end_layout
12274
12275 \end_inset
12276 </cell>
12277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12278 \begin_inset Text
12279
12280 \begin_layout Plain Layout
12281 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12282 \end_inset
12283
12284
12285 \end_layout
12286
12287 \end_inset
12288 </cell>
12289 </row>
12290 <row>
12291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12292 \begin_inset Text
12293
12294 \begin_layout Plain Layout
12295 A=
12296 \backslash
12297 raisebox{-2mm
12298 \begin_inset Formula $\to$
12299 \end_inset
12300
12301
12302 \backslash
12303 {
12304 \family sans
12305 Ctrl+M Ctrl+M
12306 \family default
12307  
12308 \backslash
12309 sqrt
12310 \begin_inset space \textvisiblespace{}
12311 \end_inset
12312
12313
12314 \end_layout
12315
12316 \end_inset
12317 </cell>
12318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12319 \begin_inset Text
12320
12321 \begin_layout Plain Layout
12322 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12323 \end_inset
12324
12325
12326 \end_layout
12327
12328 \end_inset
12329 </cell>
12330 </row>
12331 </lyxtabular>
12332
12333 \end_inset
12334
12335
12336 \end_layout
12337
12338 \begin_layout Standard
12339 El comando 
12340 \series bold
12341
12342 \backslash
12343 mbox
12344 \series default
12345  es equivalente a 
12346 \series bold
12347
12348 \backslash
12349 fbox
12350 \series default
12351  y 
12352 \series bold
12353
12354 \backslash
12355 makebox
12356 \series default
12357  es equivalente a 
12358 \series bold
12359
12360 \backslash
12361 framebox
12362 \series default
12363 , con la diferencia de que no hay marco.
12364 \end_layout
12365
12366 \begin_layout Subsection
12367 Marcos coloreados
12368 \begin_inset CommandInset label
12369 LatexCommand label
12370 name "sub:Marcos-coloreados"
12371
12372 \end_inset
12373
12374
12375 \begin_inset Index idx
12376 status collapsed
12377
12378 \begin_layout Plain Layout
12379 Marcos ! coloreados
12380 \end_layout
12381
12382 \end_inset
12383
12384
12385 \end_layout
12386
12387 \begin_layout Standard
12388 Para poder usar todos los comandos explicados en esta sección hay que cargar
12389  en el preámbulo LaTeX el paquete LaTeX 
12390 \series bold
12391 color
12392 \series default
12393
12394 \begin_inset Foot
12395 status collapsed
12396
12397 \begin_layout Plain Layout
12398 El paquete LaTeX 
12399 \series bold
12400 color
12401 \series default
12402  forma parte de toda distribución LaTeX estándar.
12403 \end_layout
12404
12405 \end_inset
12406
12407
12408 \begin_inset Index idx
12409 status collapsed
12410
12411 \begin_layout Plain Layout
12412 Paquetes ! color
12413 \end_layout
12414
12415 \end_inset
12416
12417 , con la línea
12418 \begin_inset Foot
12419 status collapsed
12420
12421 \begin_layout Plain Layout
12422 Cuando hay texto coloreado con un color predefinido en alguna parte del
12423  documento, LyX carga automáticamente el paquete LaTeX 
12424 \series bold
12425 color
12426 \series default
12427 .
12428  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
12429  origina problemas.
12430 \end_layout
12431
12432 \end_inset
12433
12434
12435 \begin_inset Note Note
12436 status collapsed
12437
12438 \begin_layout Plain Layout
12439 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
12440  en el preámbulo LaTeX.
12441 \end_layout
12442
12443 \end_inset
12444
12445
12446 \end_layout
12447
12448 \begin_layout Standard
12449
12450 \series bold
12451
12452 \backslash
12453 usepackage{color}
12454 \begin_inset VSpace medskip
12455 \end_inset
12456
12457
12458 \end_layout
12459
12460 \begin_layout Standard
12461 Para colorear marcos se usa el comando 
12462 \series bold
12463
12464 \backslash
12465 colorbox
12466 \series default
12467
12468 \begin_inset Index idx
12469 status collapsed
12470
12471 \begin_layout Plain Layout
12472 Comandos ! C ! 
12473 \backslash
12474 colorbox
12475 \end_layout
12476
12477 \end_inset
12478
12479  con el siguiente esquema:
12480 \end_layout
12481
12482 \begin_layout Standard
12483
12484 \series bold
12485
12486 \backslash
12487 colorbox{color}{contenido del marco}
12488 \end_layout
12489
12490 \begin_layout Standard
12491 El contenido del marco puede ser otro marco, y también un 
12492 \backslash
12493
12494 \series bold
12495 colorbox
12496 \series default
12497  puede ser parte de otro marco (véanse los ejemplos 2º y 3º).
12498  Si el marco debe contener una ecuación debe crearse una ecuación extra,
12499  como con 
12500 \series bold
12501
12502 \backslash
12503 raisebox
12504 \series default
12505 .
12506 \begin_inset Foot
12507 status collapsed
12508
12509 \begin_layout Plain Layout
12510 Esto también se aplica para el comando 
12511 \series bold
12512
12513 \backslash
12514 fcolorbox
12515 \series default
12516 .
12517 \end_layout
12518
12519 \end_inset
12520
12521  
12522 \end_layout
12523
12524 \begin_layout Standard
12525 Se puede elegir uno de los siguientes colores predefinidos:
12526 \end_layout
12527
12528 \begin_layout Standard
12529
12530 \series bold
12531 black
12532 \series default
12533
12534 \series bold
12535 blue
12536 \series default
12537
12538 \series bold
12539 cyan
12540 \series default
12541
12542 \series bold
12543 green
12544 \series default
12545
12546 \series bold
12547 magenta
12548 \series default
12549
12550 \series bold
12551 red
12552 \series default
12553
12554 \series bold
12555 white
12556 \series default
12557
12558 \series bold
12559 yellow
12560 \end_layout
12561
12562 \begin_layout Standard
12563 \align center
12564 \begin_inset Tabular
12565 <lyxtabular version="3" rows="4" columns="2">
12566 <features rotate="0" tabularvalignment="middle">
12567 <column alignment="center" valignment="top">
12568 <column alignment="center" valignment="top">
12569 <row>
12570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 Comando
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 Resultado
12584 \begin_inset Note Note
12585 status collapsed
12586
12587 \begin_layout Plain Layout
12588
12589 \series bold
12590
12591 \backslash
12592 raisebox
12593 \series default
12594  se usa sólo como espaciador
12595 \end_layout
12596
12597 \end_inset
12598
12599
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 </row>
12605 <row>
12606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12607 \begin_inset Text
12608
12609 \begin_layout Plain Layout
12610
12611 \backslash
12612 colorbox{yellow
12613 \begin_inset Formula $\to$
12614 \end_inset
12615
12616
12617 \backslash
12618 {A=B
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12628 \end_inset
12629
12630
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 </row>
12636 <row>
12637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641
12642 \backslash
12643 colorbox{green
12644 \begin_inset Formula $\to$
12645 \end_inset
12646
12647
12648 \backslash
12649 {
12650 \backslash
12651 fbox
12652 \begin_inset space \textvisiblespace{}
12653 \end_inset
12654
12655 A=B
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12665 \end_inset
12666
12667
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 </row>
12673 <row>
12674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12675 \begin_inset Text
12676
12677 \begin_layout Plain Layout
12678
12679 \backslash
12680 fbox
12681 \begin_inset space \textvisiblespace{}
12682 \end_inset
12683
12684
12685 \backslash
12686 colorbox{green
12687 \begin_inset Formula $\to$
12688 \end_inset
12689
12690
12691 \backslash
12692 {
12693 \family sans
12694 Ctrl+M Ctrl+M
12695 \family default
12696  
12697 \backslash
12698 int
12699 \begin_inset space \textvisiblespace{}
12700 \end_inset
12701
12702 C=D
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
12712 \end_inset
12713
12714
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 </row>
12720 </lyxtabular>
12721
12722 \end_inset
12723
12724
12725 \end_layout
12726
12727 \begin_layout Standard
12728
12729 \series bold
12730
12731 \backslash
12732 colorbox
12733 \series default
12734  sólo colorea el marco pero no los caracteres.
12735  Para colorear todos los caracteres se selecciona toda la ecuación y se
12736  elige un color en el diálogo 
12737 \family sans
12738 Estilo
12739 \begin_inset space ~
12740 \end_inset
12741
12742 del
12743 \begin_inset space ~
12744 \end_inset
12745
12746 texto
12747 \family default
12748 .
12749  El diálogo puede abrirse con el botón 
12750 \begin_inset Graphics
12751         filename ../../images/dialog-show_character.png
12752         scale 85
12753
12754 \end_inset
12755
12756  de la barra de herramientas o con el menú 
12757 \family sans
12758 Editar\SpecialChar \menuseparator
12759 Estilo
12760 \begin_inset space ~
12761 \end_inset
12762
12763 del
12764 \begin_inset space ~
12765 \end_inset
12766
12767 texto\SpecialChar \menuseparator
12768 Personalizado
12769 \family default
12770 .
12771  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
12772  Si el número de la ecuación debe tener otro color que el de los caracteres
12773  de la ecuación, el color debe cambiarse dentro de la ecuación.
12774 \end_layout
12775
12776 \begin_layout Standard
12777 Un ejemplo:
12778 \color red
12779
12780 \begin_inset Formula 
12781 \begin{equation}
12782 {\color{red}\int A=B}\label{eq:rojo}
12783 \end{equation}
12784
12785 \end_inset
12786
12787
12788 \color green
12789
12790 \begin_inset Formula 
12791 \begin{equation}
12792 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
12793 \end{equation}
12794
12795 \end_inset
12796
12797
12798 \end_layout
12799
12800 \begin_layout Standard
12801 La ecuación 
12802 \begin_inset CommandInset ref
12803 LatexCommand eqref
12804 reference "eq:rojo"
12805
12806 \end_inset
12807
12808  está toda coloreada en rojo.
12809 \begin_inset Newline newline
12810 \end_inset
12811
12812 La ecuación 
12813 \begin_inset CommandInset ref
12814 LatexCommand eqref
12815 reference "eq:rojoverde"
12816
12817 \end_inset
12818
12819  se ha coloreado en primer lugar toda en verde para colorear el número de
12820  la ecuación.
12821  Posteriormente se han coloreado en rojo los caracteres.
12822 \family sans
12823
12824 \begin_inset VSpace bigskip
12825 \end_inset
12826
12827
12828 \end_layout
12829
12830 \begin_layout Standard
12831 Para colorear diferente el borde y el marcose usa el comando 
12832 \series bold
12833
12834 \backslash
12835 fcolorbox
12836 \series default
12837
12838 \begin_inset Index idx
12839 status collapsed
12840
12841 \begin_layout Plain Layout
12842 Comandos ! F ! 
12843 \backslash
12844 fcolorbox
12845 \end_layout
12846
12847 \end_inset
12848
12849  con el siguiente esquema:
12850 \end_layout
12851
12852 \begin_layout Standard
12853
12854 \series bold
12855
12856 \backslash
12857 fcolorbox{color del borde}{color}{contenido del marco}
12858 \end_layout
12859
12860 \begin_layout Standard
12861 Así pues 
12862 \series bold
12863
12864 \backslash
12865 fcolorbox
12866 \series default
12867  es una extensión del comando 
12868 \series bold
12869
12870 \backslash
12871 colorbox
12872 \series default
12873 .
12874  La anchura del borde se establece, como para 
12875 \series bold
12876
12877 \backslash
12878 framebox
12879 \series default
12880 , con 
12881 \series bold
12882
12883 \backslash
12884 fboxrule
12885 \series default
12886  y 
12887 \series bold
12888
12889 \backslash
12890 fboxsep
12891 \series default
12892 .
12893  Un ejemplo:
12894 \begin_inset ERT
12895 status collapsed
12896
12897 \begin_layout Plain Layout
12898
12899
12900 \backslash
12901 fboxrule 1mm 
12902 \backslash
12903 fboxsep 1mm
12904 \end_layout
12905
12906 \end_inset
12907
12908
12909 \begin_inset Formula 
12910 \[
12911 \fcolorbox{cyan}{magenta}{A=B}
12912 \]
12913
12914 \end_inset
12915
12916
12917 \end_layout
12918
12919 \begin_layout Standard
12920 \begin_inset ERT
12921 status collapsed
12922
12923 \begin_layout Plain Layout
12924
12925
12926 \backslash
12927 fboxrule 0.4pt 
12928 \backslash
12929 fboxsep 3pt
12930 \end_layout
12931
12932 \end_inset
12933
12934
12935 \end_layout
12936
12937 \begin_layout Standard
12938 Esta ecuación se ha compuesto con el comando
12939 \begin_inset Newline newline
12940 \end_inset
12941
12942
12943 \series bold
12944
12945 \backslash
12946 fcolorbox{cyan
12947 \begin_inset Formula $\to$
12948 \end_inset
12949
12950
12951 \backslash
12952 {magenta
12953 \begin_inset Formula $\to$
12954 \end_inset
12955
12956
12957 \backslash
12958 {A=B
12959 \end_layout
12960
12961 \begin_layout Standard
12962 \begin_inset VSpace bigskip
12963 \end_inset
12964
12965
12966 \end_layout
12967
12968 \begin_layout Standard
12969 Para usar colores distintos de los predefinidos deben ser definidos previamente.
12970 \end_layout
12971
12972 \begin_layout Standard
12973 Por ejemplo, se puede definir el color 
12974 \begin_inset Quotes fld
12975 \end_inset
12976
12977
12978 \series bold
12979 verdeoscuro
12980 \series default
12981
12982 \begin_inset Quotes frd
12983 \end_inset
12984
12985  con la línea de preámbulo LaTeX:
12986 \end_layout
12987
12988 \begin_layout Standard
12989
12990 \series bold
12991
12992 \backslash
12993 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
12994 \series default
12995
12996 \begin_inset Index idx
12997 status collapsed
12998
12999 \begin_layout Plain Layout
13000 Comandos ! D ! 
13001 \backslash
13002 definecolor
13003 \end_layout
13004
13005 \end_inset
13006
13007
13008 \end_layout
13009
13010 \begin_layout Standard
13011
13012 \series bold
13013 cmyk
13014 \series default
13015  es el espacio de color referido a los colores 
13016 \series bold
13017 cyan
13018 \series default
13019
13020 \series bold
13021 magenta
13022 \series default
13023
13024 \series bold
13025 yellow
13026 \series default
13027  y 
13028 \series bold
13029 black
13030 \series default
13031 .
13032  Los cuatro números separados por coma son el factor de cuota para los colores
13033  correspondientes del espacio de color.
13034  Los factores pueden estar en el rango 0-1.
13035  En vez de 
13036 \series bold
13037 cmyk
13038 \series default
13039  se puede usar el espacio de color 
13040 \series bold
13041 rgb
13042 \series default
13043 , que se refiere a 
13044 \series bold
13045 red
13046 \series default
13047
13048 \series bold
13049 green
13050 \series default
13051  y 
13052 \series bold
13053 blue
13054 \series default
13055 , así pues en este caso hay tres factores de cuota para los correspondientes
13056  colores.
13057  Además hay el espacio de color 
13058 \series bold
13059 gray
13060 \series default
13061  con un factor de cuota para el valor gris.
13062 \end_layout
13063
13064 \begin_layout Standard
13065 Como ejemplo he aquí un marco con el nuevo color definido 
13066 \series bold
13067 verdeoscuro
13068 \series default
13069  y los caracteres en color amarillo:
13070 \color black
13071
13072 \begin_inset Formula 
13073 \begin{equation}
13074 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
13075 \end{equation}
13076
13077 \end_inset
13078
13079
13080 \end_layout
13081
13082 \begin_layout Standard
13083 Los colores personalizados también se pueden usar para texto con la ayuda
13084  del comando 
13085 \series bold
13086
13087 \backslash
13088 textcolor
13089 \series default
13090
13091 \begin_inset Index idx
13092 status collapsed
13093
13094 \begin_layout Plain Layout
13095 Texto ! coloreado
13096 \end_layout
13097
13098 \end_inset
13099
13100
13101 \end_layout
13102
13103 \begin_layout Standard
13104 \begin_inset ERT
13105 status collapsed
13106
13107 \begin_layout Plain Layout
13108
13109
13110 \backslash
13111 textcolor{verdeoscuro}{
13112 \end_layout
13113
13114 \end_inset
13115
13116 Esta frase en 
13117 \begin_inset Quotes fld
13118 \end_inset
13119
13120 verdeoscuro
13121 \begin_inset Quotes frd
13122 \end_inset
13123
13124 .
13125 \begin_inset ERT
13126 status collapsed
13127
13128 \begin_layout Plain Layout
13129
13130 }
13131 \end_layout
13132
13133 \end_inset
13134
13135
13136 \end_layout
13137
13138 \begin_layout Standard
13139
13140 \series bold
13141
13142 \backslash
13143 textcolor
13144 \series default
13145
13146 \begin_inset Index idx
13147 status collapsed
13148
13149 \begin_layout Plain Layout
13150 Comandos ! T ! 
13151 \backslash
13152 textcolor
13153 \end_layout
13154
13155 \end_inset
13156
13157  se usa con el esquema 
13158 \series bold
13159
13160 \backslash
13161 textcolor{color}{caracteres a colorear}
13162 \series default
13163 .
13164 \end_layout
13165
13166 \begin_layout Subsection
13167 Marcos de párrafo
13168 \begin_inset CommandInset label
13169 LatexCommand label
13170 name "sub:Marcos-de-párrafo"
13171
13172 \end_inset
13173
13174
13175 \begin_inset Index idx
13176 status collapsed
13177
13178 \begin_layout Plain Layout
13179 Marcos ! para párrafos
13180 \end_layout
13181
13182 \end_inset
13183
13184
13185 \end_layout
13186
13187 \begin_layout Standard
13188 Un marco que puede contener varias líneas y párrafos, denominado marco de
13189  párrafo (parbox), se puede generar con el menú 
13190 \family sans
13191 Insertar\SpecialChar \menuseparator
13192 Marco
13193 \family default
13194  o con el botón 
13195 \begin_inset Graphics
13196         filename ../../images/box-insert.png
13197         scale 85
13198
13199 \end_inset
13200
13201  de la barra de herramientas.
13202 \end_layout
13203
13204 \begin_layout Standard
13205 El siguiente ejemplo muestra un marco de párrafo en línea:
13206 \begin_inset VSpace medskip
13207 \end_inset
13208
13209 Esta línea contiene 
13210 \begin_inset Box Boxed
13211 position "c"
13212 hor_pos "c"
13213 has_inner_box 1
13214 inner_pos "c"
13215 use_parbox 1
13216 use_makebox 0
13217 width "5cm"
13218 special "none"
13219 height "1in"
13220 height_special "totalheight"
13221 status collapsed
13222
13223 \begin_layout Plain Layout
13224 Esto es un marco de párrafo.
13225  Tiene exactamente 5
13226 \begin_inset space \thinspace{}
13227 \end_inset
13228
13229 cm de largo y además puede contener ecuaciones: 
13230 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13231 \end_inset
13232
13233
13234 \end_layout
13235
13236 \end_inset
13237
13238
13239 \begin_inset space ~
13240 \end_inset
13241
13242  un marco de párrafo.
13243 \begin_inset VSpace medskip
13244 \end_inset
13245
13246 Ese marco se compone haciendo clic derecho sobre el rectángulo gris insertado.
13247  Surge un diálogo con las propiedades del marco.
13248  En este caso: 
13249 \emph on
13250 Decoración
13251 \emph default
13252 : Marco rectangular, 
13253 \emph on
13254 marco interior
13255 \emph default
13256 : Párrafo, 
13257 \emph on
13258 Ancho
13259 \emph default
13260 : 5
13261 \begin_inset space \thinspace{}
13262 \end_inset
13263
13264 cm, 
13265 \emph on
13266 Alineación Vertical
13267 \emph default
13268  
13269 \emph on
13270 marco
13271 \emph default
13272 : Medio.
13273 \end_layout
13274
13275 \begin_layout Standard
13276 \begin_inset VSpace medskip
13277 \end_inset
13278
13279 En LaTeX, un marco de párrafo se inserta con el comando 
13280 \series bold
13281
13282 \backslash
13283 parbox
13284 \series default
13285
13286 \begin_inset Index idx
13287 status collapsed
13288
13289 \begin_layout Plain Layout
13290 Comandos ! P ! 
13291 \backslash
13292 parbox
13293 \end_layout
13294
13295 \end_inset
13296
13297  con el esquema siguiente:
13298 \end_layout
13299
13300 \begin_layout Standard
13301
13302 \series bold
13303
13304 \backslash
13305 parbox[posición]{anchura}{contenido}
13306 \end_layout
13307
13308 \begin_layout Standard
13309 Son posibles las posiciones 
13310 \emph on
13311 b
13312 \emph default
13313  y 
13314 \emph on
13315 t
13316 \emph default
13317
13318 \emph on
13319 b
13320 \emph default
13321  por 
13322 \begin_inset Quotes fld
13323 \end_inset
13324
13325 bottom
13326 \begin_inset Quotes frd
13327 \end_inset
13328
13329  (abajo), que alinea la última línea del marco con el texto de alrededor.
13330  Con 
13331 \emph on
13332 t
13333 \emph default
13334 , por 
13335 \begin_inset Quotes fld
13336 \end_inset
13337
13338 top
13339 \begin_inset Quotes frd
13340 \end_inset
13341
13342  (arriba), la alineación se hace con la primera línea.
13343  Si no se da posición, el marco se centrará verticalmente, véase la sección
13344  
13345 \emph on
13346 Marcos
13347 \emph default
13348  del manual 
13349 \emph on
13350 Objetos insertados
13351 \emph default
13352  para ejemplos.
13353 \end_layout
13354
13355 \begin_layout Standard
13356 \begin_inset VSpace bigskip
13357 \end_inset
13358
13359 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
13360  ponerse en un marco de párrafo.
13361  Para ello se inserta el comando
13362 \begin_inset Newline newline
13363 \end_inset
13364
13365
13366 \series bold
13367
13368 \backslash
13369 fbox{
13370 \backslash
13371 parbox{
13372 \backslash
13373 linewidth-2
13374 \backslash
13375 fboxsep-2
13376 \backslash
13377 fboxrule}{
13378 \begin_inset Newline newline
13379 \end_inset
13380
13381
13382 \series default
13383 en modo TeX delante de la ecuación.
13384  Aquí 
13385 \series bold
13386
13387 \backslash
13388 linewidth
13389 \series default
13390
13391 \begin_inset Index idx
13392 status collapsed
13393
13394 \begin_layout Plain Layout
13395 Comandos ! L ! 
13396 \backslash
13397 linewidth
13398 \begin_inset ERT
13399 status open
13400
13401 \begin_layout Plain Layout
13402
13403
13404 \backslash
13405 vspace{5mm}
13406 \end_layout
13407
13408 \end_inset
13409
13410
13411 \end_layout
13412
13413 \end_inset
13414
13415  es la anchura de línea establecida para el documento.
13416  Como el marco está por fuera del marco de párrafo, hay que restar de dicha
13417  anchura dos veces la separación del marco y el grosor.
13418  Como LyX no lo hace automáticamente debido a un fallo,
13419 \begin_inset Foot
13420 status collapsed
13421
13422 \begin_layout Plain Layout
13423 \begin_inset CommandInset href
13424 LatexCommand href
13425 name "LyX-bug #4483"
13426 target "http://www.lyx.org/trac/ticket/4483"
13427
13428 \end_inset
13429
13430
13431 \end_layout
13432
13433 \end_inset
13434
13435  hay que usar modo TeX.
13436  Para poder multiplicar y restar en los argumentos hay que cargar en el
13437  preámbulo LaTeX el paquete LaTeX 
13438 \series bold
13439 calc
13440 \series default
13441 ,
13442 \begin_inset Foot
13443 status collapsed
13444
13445 \begin_layout Plain Layout
13446
13447 \series bold
13448 calc
13449 \series default
13450  es parte de toda instalación LaTeX estándar.
13451 \end_layout
13452
13453 \end_inset
13454
13455
13456 \begin_inset Index idx
13457 status collapsed
13458
13459 \begin_layout Plain Layout
13460 Paquetes ! calc
13461 \end_layout
13462
13463 \end_inset
13464
13465  con la línea
13466 \end_layout
13467
13468 \begin_layout Standard
13469
13470 \series bold
13471
13472 \backslash
13473 usepackage{calc}
13474 \end_layout
13475
13476 \begin_layout Standard
13477 Detrás de la ecuación se cierran ambos marcos con 
13478 \series bold
13479 }}
13480 \series default
13481  en modo TeX.
13482  Aquí hay un ejemplo:
13483 \begin_inset ERT
13484 status collapsed
13485
13486 \begin_layout Plain Layout
13487
13488
13489 \backslash
13490 fboxsep 5mm 
13491 \backslash
13492 fboxrule 5mm
13493 \end_layout
13494
13495 \end_inset
13496
13497
13498 \end_layout
13499
13500 \begin_layout Standard
13501 \begin_inset ERT
13502 status collapsed
13503
13504 \begin_layout Plain Layout
13505
13506
13507 \backslash
13508 fbox{
13509 \backslash
13510 parbox{
13511 \backslash
13512 linewidth-2
13513 \backslash
13514 fboxsep-2
13515 \backslash
13516 fboxrule}{
13517 \end_layout
13518
13519 \end_inset
13520
13521
13522 \begin_inset Formula 
13523 \begin{equation}
13524 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13525 \end{equation}
13526
13527 \end_inset
13528
13529
13530 \end_layout
13531
13532 \begin_layout Standard
13533 \begin_inset ERT
13534 status collapsed
13535
13536 \begin_layout Plain Layout
13537
13538 }}
13539 \end_layout
13540
13541 \end_inset
13542
13543
13544 \begin_inset ERT
13545 status collapsed
13546
13547 \begin_layout Plain Layout
13548
13549
13550 \backslash
13551 fboxrule 0.4pt 
13552 \backslash
13553 fboxsep 3pt
13554 \end_layout
13555
13556 \end_inset
13557
13558
13559 \end_layout
13560
13561 \begin_layout Standard
13562 \begin_inset VSpace medskip
13563 \end_inset
13564
13565
13566 \end_layout
13567
13568 \begin_layout Standard
13569 Como se ha usado el marco de párrafo como argumento de 
13570 \series bold
13571
13572 \backslash
13573 fbox
13574 \series default
13575 , en este caso no hay diferencia entre 
13576 \series bold
13577
13578 \backslash
13579 fbox
13580 \series default
13581  y 
13582 \series bold
13583
13584 \backslash
13585 boxed
13586 \series default
13587 .
13588  
13589 \end_layout
13590
13591 \begin_layout Standard
13592 \begin_inset VSpace bigskip
13593 \end_inset
13594
13595
13596 \end_layout
13597
13598 \begin_layout Standard
13599 Los marcos de párrafo son muy útiles para comentar ecuaciones directamente.
13600  Para hacerlo, se usa 
13601 \series bold
13602
13603 \backslash
13604 parbox
13605 \series default
13606  en combinación con el comando 
13607 \series bold
13608
13609 \backslash
13610 tag
13611 \series default
13612 .
13613  (Véase más sobre 
13614 \series bold
13615
13616 \backslash
13617 tag
13618 \series default
13619  en 
13620 \begin_inset CommandInset ref
13621 LatexCommand ref
13622 reference "sub:Numeración-personalizada"
13623
13624 \end_inset
13625
13626 ).
13627 \end_layout
13628
13629 \begin_layout Standard
13630 Un ejemplo de ecuación comentada con 
13631 \series bold
13632
13633 \backslash
13634 parbox
13635 \series default
13636 :
13637 \end_layout
13638
13639 \begin_layout Standard
13640 \begin_inset ERT
13641 status collapsed
13642
13643 \begin_layout Plain Layout
13644
13645
13646 \backslash
13647 [5x-7b=3b
13648 \backslash
13649 tag*{
13650 \backslash
13651 parbox{5cm}{
13652 \end_layout
13653
13654 \end_inset
13655
13656 Esto es una descripción.
13657  Está claramente separada de la ecuación y es multilínea.
13658 \begin_inset ERT
13659 status collapsed
13660
13661 \begin_layout Plain Layout
13662
13663 }}
13664 \backslash
13665 ]
13666 \end_layout
13667
13668 \end_inset
13669
13670
13671 \end_layout
13672
13673 \begin_layout Standard
13674 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
13675  no soporta el comando 
13676 \series bold
13677
13678 \backslash
13679 parbox
13680 \series default
13681  en ecuaciones.
13682  La ecuación se compone con la siguiente secuencia de comandos:
13683 \end_layout
13684
13685 \begin_layout Standard
13686 El comando 
13687 \series bold
13688
13689 \backslash
13690 [5x-7b=3b
13691 \backslash
13692 tag*
13693 \backslash
13694 {
13695 \backslash
13696 parbox{5cm}{
13697 \series default
13698  se inserta en modo TeX.
13699 \begin_inset Foot
13700 status collapsed
13701
13702 \begin_layout Plain Layout
13703 Si se usa el estilo de ecuación 
13704 \series bold
13705 Sangrado
13706 \series default
13707
13708 \series bold
13709
13710 \backslash
13711 tag*
13712 \backslash
13713
13714 \series default
13715  se puede reemplazar por 
13716 \series bold
13717
13718 \backslash
13719 hfill
13720 \series default
13721 .
13722  (Véanse los estilos de ecuación en 
13723 \begin_inset CommandInset ref
13724 LatexCommand ref
13725 reference "sec:Estilos-de-ecuación"
13726
13727 \end_inset
13728
13729 ).
13730 \end_layout
13731
13732 \end_inset
13733
13734  Después sigue la descripción en texto normal, y por último 
13735 \series bold
13736 }}
13737 \backslash
13738 ]
13739 \series default
13740  en modo TeX.
13741  Aquí los comandos 
13742 \series bold
13743
13744 \backslash
13745 [
13746 \series default
13747  y 
13748 \series bold
13749
13750 \backslash
13751 ]
13752 \series default
13753  crean una ecuación presentada.
13754 \end_layout
13755
13756 \begin_layout Standard
13757 Las ventajas de 
13758 \series bold
13759
13760 \backslash
13761 parbox
13762 \series default
13763  pueden verse en este ejemplo que se ha 
13764 \begin_inset Quotes fld
13765 \end_inset
13766
13767 comentado
13768 \begin_inset Quotes frd
13769 \end_inset
13770
13771  usando el modo texto matemático:
13772 \begin_inset Formula 
13773 \[
13774 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
13775 \]
13776
13777 \end_inset
13778
13779
13780 \end_layout
13781
13782 \begin_layout Section
13783 Operadores
13784 \begin_inset Index idx
13785 status collapsed
13786
13787 \begin_layout Plain Layout
13788 Operadores
13789 \end_layout
13790
13791 \end_inset
13792
13793
13794 \end_layout
13795
13796 \begin_layout Subsection
13797 Operadores grandes
13798 \begin_inset CommandInset label
13799 LatexCommand label
13800 name "sub:Operadores-grandes"
13801
13802 \end_inset
13803
13804
13805 \begin_inset Index idx
13806 status collapsed
13807
13808 \begin_layout Plain Layout
13809 Operadores ! grandes
13810 \end_layout
13811
13812 \end_inset
13813
13814
13815 \begin_inset Index idx
13816 status collapsed
13817
13818 \begin_layout Plain Layout
13819 Sumatorios
13820 \end_layout
13821
13822 \end_inset
13823
13824
13825 \begin_inset Index idx
13826 status collapsed
13827
13828 \begin_layout Plain Layout
13829 Integrales
13830 \end_layout
13831
13832 \end_inset
13833
13834
13835 \end_layout
13836
13837 \begin_layout Standard
13838 Para poder usar todos los comandos de integrales listados aquí, debe estar
13839  marcada la opción 
13840 \family sans
13841 Usar paquete esint automáticamente
13842 \family default
13843  en el apartado 
13844 \family sans
13845 Opciones de ecuación
13846 \family default
13847  de la configuración del documento.
13848  
13849 \end_layout
13850
13851 \begin_layout Standard
13852 \begin_inset space \hfill{}
13853 \end_inset
13854
13855
13856 \begin_inset Tabular
13857 <lyxtabular version="3" rows="11" columns="2">
13858 <features rotate="0" tabularvalignment="middle">
13859 <column alignment="center" valignment="top" width="0pt">
13860 <column alignment="center" valignment="top" width="0pt">
13861 <row>
13862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Plain Layout
13866 Comando
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875 Resultado
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 </row>
13881 <row>
13882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886
13887 \backslash
13888 int
13889 \begin_inset Index idx
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893 Comandos ! I ! 
13894 \backslash
13895 int
13896 \end_layout
13897
13898 \end_inset
13899
13900
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Plain Layout
13909 \begin_inset Formula $\int$
13910 \end_inset
13911
13912
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 </row>
13918 <row>
13919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923
13924 \backslash
13925 oint
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 \begin_inset Formula $\oint$
13935 \end_inset
13936
13937
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 </row>
13943 <row>
13944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Plain Layout
13948
13949 \backslash
13950 ointctrclockwise
13951 \end_layout
13952
13953 \end_inset
13954 </cell>
13955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13956 \begin_inset Text
13957
13958 \begin_layout Plain Layout
13959 \begin_inset Formula $\ointctrclockwise$
13960 \end_inset
13961
13962
13963 \end_layout
13964
13965 \end_inset
13966 </cell>
13967 </row>
13968 <row>
13969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13970 \begin_inset Text
13971
13972 \begin_layout Plain Layout
13973
13974 \backslash
13975 ointclockwise
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13981 \begin_inset Text
13982
13983 \begin_layout Plain Layout
13984 \begin_inset Formula $\ointclockwise$
13985 \end_inset
13986
13987
13988 \end_layout
13989
13990 \end_inset
13991 </cell>
13992 </row>
13993 <row>
13994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998
13999 \backslash
14000 sqint
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Plain Layout
14009 \begin_inset Formula $\sqint$
14010 \end_inset
14011
14012
14013 \end_layout
14014
14015 \end_inset
14016 </cell>
14017 </row>
14018 <row>
14019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023
14024 \backslash
14025 fint
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14031 \begin_inset Text
14032
14033 \begin_layout Plain Layout
14034  
14035 \begin_inset Formula $\fint$
14036 \end_inset
14037
14038
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 </row>
14044 <row>
14045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14046 \begin_inset Text
14047
14048 \begin_layout Plain Layout
14049
14050 \backslash
14051 landupint
14052 \end_layout
14053
14054 \end_inset
14055 </cell>
14056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14057 \begin_inset Text
14058
14059 \begin_layout Plain Layout
14060  
14061 \begin_inset Formula $\landupint$
14062 \end_inset
14063
14064
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 </row>
14070 <row>
14071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14072 \begin_inset Text
14073
14074 \begin_layout Plain Layout
14075
14076 \backslash
14077 landdownint
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086  
14087 \begin_inset Formula $\landdownint$
14088 \end_inset
14089
14090
14091 \end_layout
14092
14093 \end_inset
14094 </cell>
14095 </row>
14096 <row>
14097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14098 \begin_inset Text
14099
14100 \begin_layout Plain Layout
14101
14102 \backslash
14103 bigcap
14104 \end_layout
14105
14106 \end_inset
14107 </cell>
14108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14109 \begin_inset Text
14110
14111 \begin_layout Plain Layout
14112 \begin_inset Formula $\bigcap$
14113 \end_inset
14114
14115
14116 \end_layout
14117
14118 \end_inset
14119 </cell>
14120 </row>
14121 <row>
14122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14123 \begin_inset Text
14124
14125 \begin_layout Plain Layout
14126
14127 \backslash
14128 bigcup
14129 \end_layout
14130
14131 \end_inset
14132 </cell>
14133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14134 \begin_inset Text
14135
14136 \begin_layout Plain Layout
14137 \begin_inset Formula $\bigcup$
14138 \end_inset
14139
14140
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 </row>
14146 </lyxtabular>
14147
14148 \end_inset
14149
14150
14151 \begin_inset space \hfill{}
14152 \end_inset
14153
14154
14155 \begin_inset Tabular
14156 <lyxtabular version="3" rows="11" columns="2">
14157 <features rotate="0" tabularvalignment="middle">
14158 <column alignment="center" valignment="top" width="0pt">
14159 <column alignment="center" valignment="top" width="0pt">
14160 <row>
14161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Plain Layout
14165 Comando
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Plain Layout
14174 Resultado
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 </row>
14180 <row>
14181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14182 \begin_inset Text
14183
14184 \begin_layout Plain Layout
14185
14186 \backslash
14187 sum
14188 \begin_inset Index idx
14189 status collapsed
14190
14191 \begin_layout Plain Layout
14192 Comandos ! S ! 
14193 \backslash
14194 sum
14195 \end_layout
14196
14197 \end_inset
14198
14199
14200 \end_layout
14201
14202 \end_inset
14203 </cell>
14204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208 \begin_inset Formula $\sum$
14209 \end_inset
14210
14211
14212 \end_layout
14213
14214 \end_inset
14215 </cell>
14216 </row>
14217 <row>
14218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14219 \begin_inset Text
14220
14221 \begin_layout Plain Layout
14222
14223 \backslash
14224 prod
14225 \begin_inset Index idx
14226 status collapsed
14227
14228 \begin_layout Plain Layout
14229 Comandos ! P ! 
14230 \backslash
14231 prod
14232 \end_layout
14233
14234 \end_inset
14235
14236
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 \begin_inset Formula $\prod$
14246 \end_inset
14247
14248
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 </row>
14254 <row>
14255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Plain Layout
14259
14260 \backslash
14261 coprod
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Plain Layout
14270 \begin_inset Formula $\coprod$
14271 \end_inset
14272
14273
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 </row>
14279 <row>
14280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14281 \begin_inset Text
14282
14283 \begin_layout Plain Layout
14284
14285 \backslash
14286 bigodot
14287 \end_layout
14288
14289 \end_inset
14290 </cell>
14291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14292 \begin_inset Text
14293
14294 \begin_layout Plain Layout
14295 \begin_inset Formula $\bigodot$
14296 \end_inset
14297
14298
14299 \end_layout
14300
14301 \end_inset
14302 </cell>
14303 </row>
14304 <row>
14305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309
14310 \backslash
14311 bigotimes
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320 \begin_inset Formula $\bigotimes$
14321 \end_inset
14322
14323
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 </row>
14329 <row>
14330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334
14335 \backslash
14336 bigoplus
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Plain Layout
14345 \begin_inset Formula $\bigoplus$
14346 \end_inset
14347
14348
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 </row>
14354 <row>
14355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359
14360 \backslash
14361 bigwedge
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370 \begin_inset Formula $\bigwedge$
14371 \end_inset
14372
14373
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 </row>
14379 <row>
14380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384
14385 \backslash
14386 bigvee
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14392 \begin_inset Text
14393
14394 \begin_layout Plain Layout
14395 \begin_inset Formula $\bigvee$
14396 \end_inset
14397
14398
14399 \end_layout
14400
14401 \end_inset
14402 </cell>
14403 </row>
14404 <row>
14405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409
14410 \backslash
14411 bigsqcup
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 \begin_inset Formula $\bigsqcup$
14421 \end_inset
14422
14423
14424 \end_layout
14425
14426 \end_inset
14427 </cell>
14428 </row>
14429 <row>
14430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14431 \begin_inset Text
14432
14433 \begin_layout Plain Layout
14434
14435 \backslash
14436 biguplus
14437 \end_layout
14438
14439 \end_inset
14440 </cell>
14441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14442 \begin_inset Text
14443
14444 \begin_layout Plain Layout
14445 \begin_inset Formula $\biguplus$
14446 \end_inset
14447
14448
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 </row>
14454 </lyxtabular>
14455
14456 \end_inset
14457
14458
14459 \begin_inset space \hfill{}
14460 \end_inset
14461
14462
14463 \end_layout
14464
14465 \begin_layout Standard
14466 Todos los operadores grandes se pueden insertar con el botón 
14467 \begin_inset Graphics
14468         filename ../../images/math/intop.png
14469         scale 85
14470
14471 \end_inset
14472
14473  de la barra de ecuaciones.
14474 \end_layout
14475
14476 \begin_layout Standard
14477 Estos operadores son llamados grandes porque son mayores que los operadores
14478  binarios de aspecto semejante.
14479  Todos los operadores grandes pueden tener límites, como se describe en
14480  la subsección siguiente.
14481 \end_layout
14482
14483 \begin_layout Standard
14484 Para todos los operadores de integral hay una segunda versión disponible,
14485  terminando en 
14486 \series bold
14487 op
14488 \series default
14489
14490 \series bold
14491
14492 \backslash
14493 intop
14494 \series default
14495
14496 \series bold
14497
14498 \backslash
14499 ointop
14500 \series default
14501  etc.
14502  Estos operadores difieren de 
14503 \series bold
14504
14505 \backslash
14506 int
14507 \series default
14508 , etc., en el estilo en que se presentan los límites, véase
14509 \series bold
14510  
14511 \series default
14512
14513 \begin_inset CommandInset ref
14514 LatexCommand ref
14515 reference "sub:Límites-de-operadores"
14516
14517 \end_inset
14518
14519 .
14520 \end_layout
14521
14522 \begin_layout Subsubsection*
14523 Sugerencias para las integrales
14524 \end_layout
14525
14526 \begin_layout Standard
14527 La letra 
14528 \emph on
14529 d
14530 \emph default
14531  en una integral es un operador, por consiguiente debe escribirse en redonda.
14532  Esto se hace resaltando la 
14533 \emph on
14534 d
14535 \emph default
14536  y usando el atajo de teclado 
14537 \family sans
14538 Alt+C
14539 \begin_inset space ~
14540 \end_inset
14541
14542 R
14543 \family default
14544 .
14545 \begin_inset Foot
14546 status collapsed
14547
14548 \begin_layout Plain Layout
14549 véase estilos de letras en 
14550 \begin_inset CommandInset ref
14551 LatexCommand ref
14552 reference "sub:Estilos-de-tipografías"
14553
14554 \end_inset
14555
14556  
14557 \end_layout
14558
14559 \end_inset
14560
14561  Delante de la 
14562 \emph on
14563 d
14564 \emph default
14565  se inserta un espacio delgado, como es habitual en los operadores.
14566  Un ejemplo:
14567 \end_layout
14568
14569 \begin_layout Standard
14570 incorrecto: 
14571 \begin_inset Formula $\int A(x)dx$
14572 \end_inset
14573
14574
14575 \begin_inset Newline newline
14576 \end_inset
14577
14578
14579 \begin_inset Phantom HPhantom
14580 status open
14581
14582 \begin_layout Plain Layout
14583 in
14584 \end_layout
14585
14586 \end_inset
14587
14588 correcto: 
14589 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14590 \end_inset
14591
14592
14593 \end_layout
14594
14595 \begin_layout Standard
14596 Para integrales múltiples hay los siguientes comandos:
14597 \begin_inset VSpace medskip
14598 \end_inset
14599
14600
14601 \end_layout
14602
14603 \begin_layout Standard
14604 \begin_inset space \hfill{}
14605 \end_inset
14606
14607
14608 \begin_inset Tabular
14609 <lyxtabular version="3" rows="4" columns="2">
14610 <features rotate="0" tabularvalignment="middle">
14611 <column alignment="center" valignment="top">
14612 <column alignment="center" valignment="top">
14613 <row>
14614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14615 \begin_inset Text
14616
14617 \begin_layout Plain Layout
14618 Comando
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14624 \begin_inset Text
14625
14626 \begin_layout Plain Layout
14627 Resultado
14628 \begin_inset Note Note
14629 status collapsed
14630
14631 \begin_layout Plain Layout
14632
14633 \series bold
14634
14635 \backslash
14636 raisebox
14637 \series default
14638  se usa sólo como espaciador
14639 \end_layout
14640
14641 \end_inset
14642
14643
14644 \end_layout
14645
14646 \end_inset
14647 </cell>
14648 </row>
14649 <row>
14650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14651 \begin_inset Text
14652
14653 \begin_layout Plain Layout
14654
14655 \backslash
14656 iint
14657 \end_layout
14658
14659 \end_inset
14660 </cell>
14661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14662 \begin_inset Text
14663
14664 \begin_layout Plain Layout
14665 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14666 \end_inset
14667
14668
14669 \end_layout
14670
14671 \end_inset
14672 </cell>
14673 </row>
14674 <row>
14675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14676 \begin_inset Text
14677
14678 \begin_layout Plain Layout
14679
14680 \backslash
14681 oiint
14682 \end_layout
14683
14684 \end_inset
14685 </cell>
14686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14687 \begin_inset Text
14688
14689 \begin_layout Plain Layout
14690 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
14691 \end_inset
14692
14693
14694 \end_layout
14695
14696 \end_inset
14697 </cell>
14698 </row>
14699 <row>
14700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14701 \begin_inset Text
14702
14703 \begin_layout Plain Layout
14704
14705 \backslash
14706 sqiint
14707 \end_layout
14708
14709 \end_inset
14710 </cell>
14711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14712 \begin_inset Text
14713
14714 \begin_layout Plain Layout
14715 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
14716 \end_inset
14717
14718
14719 \end_layout
14720
14721 \end_inset
14722 </cell>
14723 </row>
14724 </lyxtabular>
14725
14726 \end_inset
14727
14728
14729 \begin_inset space \hfill{}
14730 \end_inset
14731
14732
14733 \begin_inset Tabular
14734 <lyxtabular version="3" rows="4" columns="2">
14735 <features rotate="0" tabularvalignment="middle">
14736 <column alignment="center" valignment="top">
14737 <column alignment="center" valignment="top">
14738 <row>
14739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14740 \begin_inset Text
14741
14742 \begin_layout Plain Layout
14743 Comando
14744 \end_layout
14745
14746 \end_inset
14747 </cell>
14748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14749 \begin_inset Text
14750
14751 \begin_layout Plain Layout
14752 Resultado
14753 \begin_inset Note Note
14754 status collapsed
14755
14756 \begin_layout Plain Layout
14757
14758 \series bold
14759
14760 \backslash
14761 raisebox
14762 \series default
14763  se usa sólo como espaciador
14764 \end_layout
14765
14766 \end_inset
14767
14768
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 </row>
14774 <row>
14775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14776 \begin_inset Text
14777
14778 \begin_layout Plain Layout
14779
14780 \backslash
14781 iiint
14782 \end_layout
14783
14784 \end_inset
14785 </cell>
14786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14787 \begin_inset Text
14788
14789 \begin_layout Plain Layout
14790 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
14791 \end_inset
14792
14793
14794 \end_layout
14795
14796 \end_inset
14797 </cell>
14798 </row>
14799 <row>
14800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14801 \begin_inset Text
14802
14803 \begin_layout Plain Layout
14804
14805 \backslash
14806 iiiint
14807 \end_layout
14808
14809 \end_inset
14810 </cell>
14811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14812 \begin_inset Text
14813
14814 \begin_layout Plain Layout
14815 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
14816 \end_inset
14817
14818
14819 \end_layout
14820
14821 \end_inset
14822 </cell>
14823 </row>
14824 <row>
14825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14826 \begin_inset Text
14827
14828 \begin_layout Plain Layout
14829
14830 \backslash
14831 dotsint
14832 \end_layout
14833
14834 \end_inset
14835 </cell>
14836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14837 \begin_inset Text
14838
14839 \begin_layout Plain Layout
14840 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
14841 \end_inset
14842
14843
14844 \end_layout
14845
14846 \end_inset
14847 </cell>
14848 </row>
14849 </lyxtabular>
14850
14851 \end_inset
14852
14853
14854 \begin_inset space \hfill{}
14855 \end_inset
14856
14857
14858 \end_layout
14859
14860 \begin_layout Subsection
14861 Límites de operadores
14862 \begin_inset CommandInset label
14863 LatexCommand label
14864 name "sub:Límites-de-operadores"
14865
14866 \end_inset
14867
14868
14869 \begin_inset Index idx
14870 status collapsed
14871
14872 \begin_layout Plain Layout
14873 Operadores ! límites de
14874 \end_layout
14875
14876 \end_inset
14877
14878
14879 \end_layout
14880
14881 \begin_layout Standard
14882 Los límites se crean mediante superíndices y subíndices:
14883 \end_layout
14884
14885 \begin_layout Standard
14886 \noindent
14887 \align center
14888 \begin_inset Tabular
14889 <lyxtabular version="3" rows="2" columns="2">
14890 <features rotate="0" tabularvalignment="middle">
14891 <column alignment="center" valignment="top">
14892 <column alignment="center" valignment="top">
14893 <row>
14894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898 Comando
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907 Resultado
14908 \begin_inset Note Note
14909 status collapsed
14910
14911 \begin_layout Plain Layout
14912
14913 \series bold
14914
14915 \backslash
14916 raisebox
14917 \series default
14918  se usa sólo como espaciador
14919 \end_layout
14920
14921 \end_inset
14922
14923
14924 \end_layout
14925
14926 \end_inset
14927 </cell>
14928 </row>
14929 <row>
14930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934
14935 \backslash
14936 prod^
14937 \backslash
14938 infty
14939 \begin_inset space \textvisiblespace{}
14940 \end_inset
14941
14942
14943 \begin_inset Formula $\to$
14944 \end_inset
14945
14946 _0
14947 \begin_inset Formula $\to$
14948 \end_inset
14949
14950 A(x)
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
14960 \end_inset
14961
14962
14963 \end_layout
14964
14965 \end_inset
14966 </cell>
14967 </row>
14968 </lyxtabular>
14969
14970 \end_inset
14971
14972
14973 \end_layout
14974
14975 \begin_layout Standard
14976 En ecuaciones en línea los límites se colocan al lado derecho del operador.
14977  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
14978 \end_layout
14979
14980 \begin_layout Standard
14981 Para forzar que los límites se coloquen junto al operador, se pone el cursor
14982  directamente detrás del operador y se elige 
14983 \series bold
14984 Alineado
14985 \series default
14986  en el menú 
14987 \family sans
14988 Editar\SpecialChar \menuseparator
14989 Ecuación\SpecialChar \menuseparator
14990 Cambiar tipo de límites
14991 \family default
14992  (atajo 
14993 \family sans
14994 Alt+M
14995 \begin_inset space ~
14996 \end_inset
14997
14998 L
14999 \family default
15000 ).
15001  Un ejemplo:
15002 \end_layout
15003
15004 \begin_layout Standard
15005 El tipo de límites por omisión es:
15006 \begin_inset Formula 
15007 \[
15008 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15009 \]
15010
15011 \end_inset
15012
15013
15014 \end_layout
15015
15016 \begin_layout Standard
15017 Así se ven si se cambia el tipo de límites a 
15018 \series bold
15019 Alineado
15020 \series default
15021 :
15022 \begin_inset Formula 
15023 \[
15024 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15025 \]
15026
15027 \end_inset
15028
15029
15030 \end_layout
15031
15032 \begin_layout Standard
15033 En integrales, excepto las que terminan en 
15034 \series bold
15035 op
15036 \series default
15037  como 
15038 \series bold
15039
15040 \backslash
15041 intop
15042 \series default
15043
15044 \series bold
15045
15046 \backslash
15047 ointop
15048 \series default
15049 , etc., los límites se colocan por omisión junto al operador.
15050  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
15051  operador.
15052  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
15053 \series bold
15054 Presentado
15055 \series default
15056  para poner el límite debajo:
15057 \begin_inset Formula 
15058 \begin{equation}
15059 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
15060 \end{equation}
15061
15062 \end_inset
15063
15064
15065 \begin_inset VSpace medskip
15066 \end_inset
15067
15068 Para especificar condiciones en los límites se usan los comandos 
15069 \series bold
15070
15071 \backslash
15072 subarray
15073 \series default
15074
15075 \begin_inset Index idx
15076 status collapsed
15077
15078 \begin_layout Plain Layout
15079 Comandos ! S ! 
15080 \backslash
15081 subarray
15082 \end_layout
15083
15084 \end_inset
15085
15086  y 
15087 \series bold
15088
15089 \backslash
15090 substack
15091 \series default
15092
15093 \begin_inset Index idx
15094 status collapsed
15095
15096 \begin_layout Plain Layout
15097 Comandos ! S ! 
15098 \backslash
15099 substack
15100 \end_layout
15101
15102 \end_inset
15103
15104 .
15105  Por ejemplo, para componer la expresión
15106 \begin_inset Formula 
15107 \begin{equation}
15108 \sum_{\begin{subarray}{c}
15109 0<k<1000\\
15110 \\
15111 k\,\in\,\mathbb{N}
15112 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15113 \end{equation}
15114
15115 \end_inset
15116
15117 se ha hecho lo siguiente: primero se escribe el comando 
15118 \series bold
15119
15120 \backslash
15121 sum^n
15122 \series default
15123
15124 \begin_inset space \textvisiblespace{}
15125 \end_inset
15126
15127
15128 \series bold
15129 _
15130 \series default
15131 .
15132  Ahora el cursor está en un marco azul bajo el operador sumatorio y ahí
15133  se inserta el comando 
15134 \series bold
15135
15136 \backslash
15137 subarray
15138 \series default
15139
15140 \begin_inset space \textvisiblespace{}
15141 \end_inset
15142
15143 .
15144  Ahora el marco azul está en un marco púrpura donde pueden escribirse líneas
15145  distintas.
15146  Cada línea nueva se crea con un salto de línea (
15147 \family sans
15148 Ctrl+Entrar
15149 \family default
15150 ).
15151  Si ahora se teclea en ella
15152 \begin_inset Newline newline
15153 \end_inset
15154
15155
15156 \series bold
15157 0<k<1000 Ctrl+Entrar
15158 \begin_inset Newline newline
15159 \end_inset
15160
15161
15162 \series default
15163 aparece debajo un nuevo marco para la línea nueva.
15164 \end_layout
15165
15166 \begin_layout Standard
15167 La alineación de las líneas puede cambiarse a la izquierda con la 
15168 \family sans
15169 barra de herramientas de cuadros
15170 \family default
15171  o con el menú 
15172 \family sans
15173 Editar\SpecialChar \menuseparator
15174 Filas y columnas
15175 \family default
15176 .
15177  Para obtener alineación derecha se inserta 
15178 \series bold
15179
15180 \backslash
15181 hfill
15182 \series default
15183
15184 \begin_inset space \textvisiblespace{}
15185 \end_inset
15186
15187  al principio de la línea.
15188 \end_layout
15189
15190 \begin_layout Standard
15191 El comando 
15192 \series bold
15193
15194 \backslash
15195 substack
15196 \series default
15197  es equivalente a 
15198 \series bold
15199
15200 \backslash
15201 subarray
15202 \series default
15203  con la diferencia de que las líneas están siempre centradas.
15204 \begin_inset VSpace bigskip
15205 \end_inset
15206
15207
15208 \end_layout
15209
15210 \begin_layout Standard
15211 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
15212  siguientes, como en la ecuación 
15213 \begin_inset CommandInset ref
15214 LatexCommand eqref
15215 reference "eq:substack"
15216
15217 \end_inset
15218
15219 , porque éstos se colocan junto a los límites.
15220 \end_layout
15221
15222 \begin_layout Standard
15223 Para evitarlo se puede usar la siguiente macro en el preámbulo:
15224 \end_layout
15225
15226 \begin_layout Standard
15227
15228 \series bold
15229
15230 \backslash
15231 def
15232 \backslash
15233 clap#1{
15234 \backslash
15235 hbox to 0pt{
15236 \backslash
15237 hss #1
15238 \backslash
15239 hss}}
15240 \begin_inset Newline newline
15241 \end_inset
15242
15243
15244 \backslash
15245 def
15246 \backslash
15247 mathclap {
15248 \backslash
15249 mathpalette 
15250 \backslash
15251 mathclapinternal}
15252 \begin_inset Newline newline
15253 \end_inset
15254
15255
15256 \backslash
15257 def
15258 \backslash
15259 mathclapinternal #1#2{
15260 \backslash
15261 clap{$
15262 \backslash
15263 mathsurround =0pt #1{#2}$}}
15264 \end_layout
15265
15266 \begin_layout Standard
15267 En ella se define el comando 
15268 \series bold
15269
15270 \backslash
15271 mathclap
15272 \series default
15273
15274 \begin_inset Index idx
15275 status collapsed
15276
15277 \begin_layout Plain Layout
15278 Comandos ! M ! 
15279 \backslash
15280 mathclap
15281 \end_layout
15282
15283 \end_inset
15284
15285  que establece la anchura del límite en 0
15286 \begin_inset space \thinspace{}
15287 \end_inset
15288
15289 pt.
15290  El esquema del comando es:
15291 \end_layout
15292
15293 \begin_layout Standard
15294
15295 \series bold
15296
15297 \backslash
15298 mathclap{límite}
15299 \end_layout
15300
15301 \begin_layout Standard
15302 donde el límite puede consistir en varias condiciones.
15303 \end_layout
15304
15305 \begin_layout Standard
15306 Aplicado en la ecuación 
15307 \begin_inset CommandInset ref
15308 LatexCommand eqref
15309 reference "eq:substack"
15310
15311 \end_inset
15312
15313  se usa el comando
15314 \end_layout
15315
15316 \begin_layout Standard
15317
15318 \series bold
15319
15320 \backslash
15321 sum_
15322 \backslash
15323 mathclap{
15324 \backslash
15325 substack
15326 \begin_inset space \textvisiblespace{}
15327 \end_inset
15328
15329 0<k<1000 Ctrl+Entrar
15330 \end_layout
15331
15332 \begin_layout Standard
15333 para componer el límite inferior.
15334  Ahora el sumando está junto al sumatorio:
15335 \begin_inset Formula 
15336 \[
15337 \sum_{\mathclap{\substack{0<k<1000\\
15338 \\
15339 k\,\in\,\mathbb{N}
15340 }
15341 }}^{n}k^{-2}
15342 \]
15343
15344 \end_inset
15345
15346
15347 \begin_inset VSpace bigskip
15348 \end_inset
15349
15350 Cómo utilizar un límite para varios operadores se describe en la 
15351 \begin_inset CommandInset ref
15352 LatexCommand ref
15353 reference "sub:Operadores-de-usuario"
15354
15355 \end_inset
15356
15357 .
15358 \end_layout
15359
15360 \begin_layout Subsection
15361 Decoración para operadores
15362 \begin_inset Index idx
15363 status collapsed
15364
15365 \begin_layout Plain Layout
15366 Operadores ! Decoración
15367 \end_layout
15368
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \begin_layout Standard
15375 Con los comandos 
15376 \series bold
15377
15378 \backslash
15379 overset
15380 \series default
15381
15382 \begin_inset Index idx
15383 status collapsed
15384
15385 \begin_layout Plain Layout
15386 Comandos ! O ! 
15387 \backslash
15388 overset
15389 \end_layout
15390
15391 \end_inset
15392
15393  y 
15394 \series bold
15395
15396 \backslash
15397 underset
15398 \series default
15399
15400 \begin_inset Index idx
15401 status collapsed
15402
15403 \begin_layout Plain Layout
15404 Comandos ! U ! 
15405 \backslash
15406 underset
15407 \end_layout
15408
15409 \end_inset
15410
15411  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
15412  Con el comando 
15413 \series bold
15414
15415 \backslash
15416 sideset
15417 \series default
15418
15419 \begin_inset Index idx
15420 status collapsed
15421
15422 \begin_layout Plain Layout
15423 Comandos ! S ! 
15424 \backslash
15425 sideset
15426 \end_layout
15427
15428 \end_inset
15429
15430  se pueden poner caracteres delante y detrás de un operador grande.
15431  El esquema del comando es:
15432 \end_layout
15433
15434 \begin_layout Standard
15435
15436 \series bold
15437
15438 \backslash
15439 sideset{carácter
15440 \series default
15441  
15442 \series bold
15443 anterior}{carácter posterior}
15444 \end_layout
15445
15446 \begin_layout Standard
15447
15448 \series bold
15449
15450 \backslash
15451 sideset
15452 \series default
15453  siempre debe estar delante del operador.
15454  Se puede decorar con varios caracteres e incluso con otros operadores y
15455  símbolos.
15456  Para colocar con
15457 \series bold
15458  
15459 \backslash
15460 sideset
15461 \series default
15462  caracteres sólo detrás del operador grande, por ejemplo, no se escribe
15463  nada en el primer par de llaves, pero sin quitarlas.
15464  
15465 \end_layout
15466
15467 \begin_layout Standard
15468 Por ejemplo, el comando 
15469 \series bold
15470
15471 \backslash
15472 sideset{
15473 \begin_inset Formula $\to$
15474 \end_inset
15475
15476
15477 \backslash
15478 {
15479 \series default
15480 '
15481 \series bold
15482
15483 \begin_inset Formula $\to$
15484 \end_inset
15485
15486
15487 \backslash
15488 sum_k=1
15489 \begin_inset space \textvisiblespace{}
15490 \end_inset
15491
15492
15493 \series default
15494 ^
15495 \series bold
15496
15497 \begin_inset space \textvisiblespace{}
15498 \end_inset
15499
15500 n
15501 \series default
15502  genera:
15503 \begin_inset Formula 
15504 \[
15505 \sideset{}{'}\sum_{k=1}^{n}
15506 \]
15507
15508 \end_inset
15509
15510
15511 \end_layout
15512
15513 \begin_layout Standard
15514 \begin_inset Note Greyedout
15515 status open
15516
15517 \begin_layout Plain Layout
15518
15519 \series bold
15520 Nota: 
15521 \backslash
15522 sideset
15523 \series default
15524  sólo se puede usar para decorar operadores grandes, no permite operadores
15525  binarios.
15526 \end_layout
15527
15528 \end_inset
15529
15530
15531 \end_layout
15532
15533 \begin_layout Standard
15534 Con 
15535 \series bold
15536
15537 \backslash
15538 overset
15539 \series default
15540  y 
15541 \series bold
15542
15543 \backslash
15544 underset
15545 \series default
15546  también se pueden decorar símbolos y caracteres.
15547  Por ejemplo el comando 
15548 \series bold
15549
15550 \backslash
15551 overset
15552 \begin_inset space \textvisiblespace{}
15553 \end_inset
15554
15555
15556 \backslash
15557 maltese
15558 \begin_inset space \textvisiblespace{}
15559 \end_inset
15560
15561
15562 \series default
15563
15564 \begin_inset Formula $\uparrow$
15565 \end_inset
15566
15567
15568 \series bold
15569 a
15570 \series default
15571  genera:
15572 \begin_inset Formula 
15573 \[
15574 \overset{a}{\maltese}
15575 \]
15576
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \begin_layout Subsection
15583 Operadores binarios
15584 \begin_inset CommandInset label
15585 LatexCommand label
15586 name "sub:Operadores-binarios"
15587
15588 \end_inset
15589
15590
15591 \begin_inset Index idx
15592 status collapsed
15593
15594 \begin_layout Plain Layout
15595 Operadores ! binarios
15596 \end_layout
15597
15598 \end_inset
15599
15600
15601 \end_layout
15602
15603 \begin_layout Standard
15604 Los operadores binarios se rodean por espacios si llevan un carácter delante
15605  o detrás.
15606 \begin_inset VSpace medskip
15607 \end_inset
15608
15609
15610 \end_layout
15611
15612 \begin_layout Standard
15613 \begin_inset space \hfill{}
15614 \end_inset
15615
15616
15617 \begin_inset Tabular
15618 <lyxtabular version="3" rows="13" columns="2">
15619 <features rotate="0" tabularvalignment="middle">
15620 <column alignment="center" valignment="top" width="0pt">
15621 <column alignment="center" valignment="top" width="0pt">
15622 <row>
15623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15624 \begin_inset Text
15625
15626 \begin_layout Plain Layout
15627 Comando
15628 \begin_inset Note Note
15629 status collapsed
15630
15631 \begin_layout Plain Layout
15632
15633 \series bold
15634
15635 \backslash
15636 raisebox
15637 \series default
15638  se usa sólo como espaciador
15639 \end_layout
15640
15641 \end_inset
15642
15643
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652 Operador
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 </row>
15658 <row>
15659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663 +
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Plain Layout
15672 \begin_inset Formula $+$
15673 \end_inset
15674
15675
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 </row>
15681 <row>
15682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15683 \begin_inset Text
15684
15685 \begin_layout Plain Layout
15686 -
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695 \begin_inset Formula $-$
15696 \end_inset
15697
15698
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 </row>
15704 <row>
15705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709
15710 \backslash
15711 pm
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720 \begin_inset Formula $\pm$
15721 \end_inset
15722
15723
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 </row>
15729 <row>
15730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734
15735 \backslash
15736 mp
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745 \begin_inset Formula $\mp$
15746 \end_inset
15747
15748
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 </row>
15754 <row>
15755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759
15760 \backslash
15761 cdot
15762 \end_layout
15763
15764 \end_inset
15765 </cell>
15766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770 \begin_inset Formula $\cdot$
15771 \end_inset
15772
15773
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 </row>
15779 <row>
15780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784
15785 \backslash
15786 times
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795 \begin_inset Formula $\times$
15796 \end_inset
15797
15798
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 </row>
15804 <row>
15805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809
15810 \backslash
15811 div
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820 \begin_inset Formula $\div$
15821 \end_inset
15822
15823
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 </row>
15829 <row>
15830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 \begin_inset ERT
15835 status collapsed
15836
15837 \begin_layout Plain Layout
15838
15839
15840 \backslash
15841 raisebox{-1.2mm}{
15842 \end_layout
15843
15844 \end_inset
15845
15846 *
15847 \begin_inset ERT
15848 status collapsed
15849
15850 \begin_layout Plain Layout
15851
15852 }
15853 \end_layout
15854
15855 \end_inset
15856
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 \begin_inset Formula $*$
15867 \end_inset
15868
15869
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 </row>
15875 <row>
15876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880
15881 \backslash
15882 star
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891 \begin_inset Formula $\star$
15892 \end_inset
15893
15894
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 </row>
15900 <row>
15901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Plain Layout
15905
15906 \backslash
15907 circ
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916 \begin_inset Formula $\circ$
15917 \end_inset
15918
15919
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 </row>
15925 <row>
15926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930
15931 \backslash
15932 diamond
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 \begin_inset Formula $\diamond$
15942 \end_inset
15943
15944
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 </row>
15950 <row>
15951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955
15956 \backslash
15957 bullet
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966 \begin_inset Formula $\bullet$
15967 \end_inset
15968
15969
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 </row>
15975 </lyxtabular>
15976
15977 \end_inset
15978
15979
15980 \begin_inset space \hfill{}
15981 \end_inset
15982
15983
15984 \begin_inset Tabular
15985 <lyxtabular version="3" rows="13" columns="2">
15986 <features rotate="0" tabularvalignment="middle">
15987 <column alignment="center" valignment="top" width="0pt">
15988 <column alignment="center" valignment="top" width="0pt">
15989 <row>
15990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 Comando
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003 Operador
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 </row>
16009 <row>
16010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014
16015 \backslash
16016 nabla
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Plain Layout
16025 \begin_inset Formula $\nabla$
16026 \end_inset
16027
16028
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 </row>
16034 <row>
16035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039
16040 \backslash
16041 bigtriangledown
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050 \begin_inset Formula $\bigtriangledown$
16051 \end_inset
16052
16053
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 </row>
16059 <row>
16060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064
16065 \backslash
16066 bigtriangleup
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 \begin_inset Formula $\bigtriangleup$
16076 \end_inset
16077
16078
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 </row>
16084 <row>
16085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089
16090 \backslash
16091 Box
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100 \begin_inset Formula $\Box$
16101 \end_inset
16102
16103
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 </row>
16109 <row>
16110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16111 \begin_inset Text
16112
16113 \begin_layout Plain Layout
16114
16115 \backslash
16116 cap 
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125 \begin_inset Formula $\cap$
16126 \end_inset
16127
16128
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 </row>
16134 <row>
16135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139
16140 \backslash
16141 cup
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150 \begin_inset Formula $\cup$
16151 \end_inset
16152
16153
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 </row>
16159 <row>
16160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164
16165 \backslash
16166 dagger
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Plain Layout
16175 \begin_inset Formula $\dagger$
16176 \end_inset
16177
16178
16179 \end_layout
16180
16181 \end_inset
16182 </cell>
16183 </row>
16184 <row>
16185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Plain Layout
16189
16190 \backslash
16191 ddagger
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Plain Layout
16200 \begin_inset Formula $\ddagger$
16201 \end_inset
16202
16203
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 </row>
16209 <row>
16210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214
16215 \backslash
16216 wr
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16222 \begin_inset Text
16223
16224 \begin_layout Plain Layout
16225 \begin_inset Formula $\wr$
16226 \end_inset
16227
16228
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 </row>
16234 <row>
16235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239
16240 \backslash
16241 bigcirc
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250 \begin_inset Formula $\bigcirc$
16251 \end_inset
16252
16253
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 </row>
16259 <row>
16260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264
16265 \backslash
16266 wedge
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16272 \begin_inset Text
16273
16274 \begin_layout Plain Layout
16275 \begin_inset Formula $\wedge$
16276 \end_inset
16277
16278
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 </row>
16284 <row>
16285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout Plain Layout
16289
16290 \backslash
16291 vee
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16297 \begin_inset Text
16298
16299 \begin_layout Plain Layout
16300 \begin_inset Formula $\vee$
16301 \end_inset
16302
16303
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 </row>
16309 </lyxtabular>
16310
16311 \end_inset
16312
16313
16314 \begin_inset space \hfill{}
16315 \end_inset
16316
16317
16318 \begin_inset Tabular
16319 <lyxtabular version="3" rows="13" columns="2">
16320 <features rotate="0" tabularvalignment="middle">
16321 <column alignment="center" valignment="top" width="0pt">
16322 <column alignment="center" valignment="top" width="0pt">
16323 <row>
16324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Plain Layout
16328 Comando
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Plain Layout
16337 Operador
16338 \end_layout
16339
16340 \end_inset
16341 </cell>
16342 </row>
16343 <row>
16344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348
16349 \backslash
16350 oplus
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16356 \begin_inset Text
16357
16358 \begin_layout Plain Layout
16359 \begin_inset Formula $\oplus$
16360 \end_inset
16361
16362
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 </row>
16368 <row>
16369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373
16374 \backslash
16375 ominus
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Plain Layout
16384 \begin_inset Formula $\ominus$
16385 \end_inset
16386
16387
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 </row>
16393 <row>
16394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16395 \begin_inset Text
16396
16397 \begin_layout Plain Layout
16398
16399 \backslash
16400 otimes
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16406 \begin_inset Text
16407
16408 \begin_layout Plain Layout
16409 \begin_inset Formula $\otimes$
16410 \end_inset
16411
16412
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 </row>
16418 <row>
16419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423
16424 \backslash
16425 oslash
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434 \begin_inset Formula $\oslash$
16435 \end_inset
16436
16437
16438 \end_layout
16439
16440 \end_inset
16441 </cell>
16442 </row>
16443 <row>
16444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448
16449 \backslash
16450 odot
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459 \begin_inset Formula $\odot$
16460 \end_inset
16461
16462
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 </row>
16468 <row>
16469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473
16474 \backslash
16475 amalg
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484 \begin_inset Formula $\amalg$
16485 \end_inset
16486
16487
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 </row>
16493 <row>
16494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16495 \begin_inset Text
16496
16497 \begin_layout Plain Layout
16498
16499 \backslash
16500 uplus
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509 \begin_inset Formula $\uplus$
16510 \end_inset
16511
16512
16513 \end_layout
16514
16515 \end_inset
16516 </cell>
16517 </row>
16518 <row>
16519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523
16524 \backslash
16525 setminus
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534 \begin_inset Formula $\setminus$
16535 \end_inset
16536
16537
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 </row>
16543 <row>
16544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548
16549 \backslash
16550 sqcap
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559 \begin_inset Formula $\sqcap$
16560 \end_inset
16561
16562
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 </row>
16568 <row>
16569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Plain Layout
16573
16574 \backslash
16575 sqcup
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584 \begin_inset Formula $\sqcup$
16585 \end_inset
16586
16587
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 </row>
16593 <row>
16594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598
16599 \backslash
16600 triangleleft
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 \begin_inset Formula $\triangleleft$
16610 \end_inset
16611
16612
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 </row>
16618 <row>
16619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623
16624 \backslash
16625 triangleright
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 \begin_inset Formula $\triangleright$
16635 \end_inset
16636
16637
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 </row>
16643 </lyxtabular>
16644
16645 \end_inset
16646
16647
16648 \begin_inset space \hfill{}
16649 \end_inset
16650
16651
16652 \end_layout
16653
16654 \begin_layout Standard
16655 Todos los operadores binarios se pueden insertar también con el botón 
16656 \begin_inset Graphics
16657         filename ../../images/math/pm.png
16658         scale 85
16659
16660 \end_inset
16661
16662  de la barra de ecuaciones.
16663 \end_layout
16664
16665 \begin_layout Standard
16666 Para imprimir el operador Laplace se pueden usar 
16667 \series bold
16668
16669 \backslash
16670 Delta
16671 \series default
16672  o 
16673 \series bold
16674
16675 \backslash
16676 nabla
16677 \series default
16678 ^
16679 \series bold
16680 2
16681 \series default
16682  (
16683 \begin_inset Formula $\nabla^{2}$
16684 \end_inset
16685
16686 ) en vez de 
16687 \series bold
16688
16689 \backslash
16690 bigtriangleup
16691 \series default
16692 .
16693 \end_layout
16694
16695 \begin_layout Standard
16696 El carácter 
16697 \family sans
16698 Separador de menú
16699 \family default
16700  del menú 
16701 \family sans
16702 Insertar\SpecialChar \menuseparator
16703 Carácter especial
16704 \family default
16705  es el operador 
16706 \series bold
16707
16708 \backslash
16709 triangleright
16710 \series default
16711 .
16712 \end_layout
16713
16714 \begin_layout Subsection
16715 Operadores definidos por el usuario
16716 \begin_inset CommandInset label
16717 LatexCommand label
16718 name "sub:Operadores-de-usuario"
16719
16720 \end_inset
16721
16722
16723 \begin_inset Index idx
16724 status collapsed
16725
16726 \begin_layout Plain Layout
16727 Operadores ! personalizados
16728 \end_layout
16729
16730 \end_inset
16731
16732
16733 \end_layout
16734
16735 \begin_layout Standard
16736 Con ayuda del comando 
16737 \series bold
16738
16739 \backslash
16740 DeclareMathOperator
16741 \series default
16742
16743 \begin_inset Index idx
16744 status collapsed
16745
16746 \begin_layout Plain Layout
16747 Comandos ! D ! 
16748 \backslash
16749 dbinom@
16750 \backslash
16751 DeclareMathOperator
16752 \end_layout
16753
16754 \end_inset
16755
16756  se pueden definir operadores personalizados en el preámbulo LaTeX.
16757  Su esquema es:
16758 \end_layout
16759
16760 \begin_layout Standard
16761
16762 \series bold
16763
16764 \backslash
16765 DeclareMathOperator{comando nuevo}{presentación}
16766 \end_layout
16767
16768 \begin_layout Standard
16769 Presentación puede ser un carácter o símbolo que define el aspecto del operador
16770  en la salida.
16771  Para definir un operador grande hay que añadirle un * detrás.
16772  Todos los operadores grandes personalizados pueden tener límites como se
16773  describe en 
16774 \begin_inset CommandInset ref
16775 LatexCommand ref
16776 reference "sub:Límites-de-operadores"
16777
16778 \end_inset
16779
16780 .
16781 \end_layout
16782
16783 \begin_layout Standard
16784 Por ejemplo, la línea en el preámbulo LaTeX
16785 \end_layout
16786
16787 \begin_layout Standard
16788
16789 \series bold
16790
16791 \backslash
16792 DeclareMathOperator*{
16793 \backslash
16794 Lozenge}{
16795 \backslash
16796 blacklozenge}
16797 \end_layout
16798
16799 \begin_layout Standard
16800 define el comando 
16801 \series bold
16802
16803 \backslash
16804 Lozenge
16805 \series default
16806 , que inserta un operador grande que es el símbolo blacklozenge de la 
16807 \begin_inset CommandInset ref
16808 LatexCommand ref
16809 reference "sub:Símbolos-misceláneos"
16810
16811 \end_inset
16812
16813 .
16814 \begin_inset Formula 
16815 \[
16816 \Lozenge_{n=1}^{\infty}
16817 \]
16818
16819 \end_inset
16820
16821 El comando para esta expresión es: 
16822 \series bold
16823
16824 \backslash
16825 Lozenge^
16826 \backslash
16827 infty
16828 \begin_inset Formula $\rightarrow$
16829 \end_inset
16830
16831 _n=1
16832 \begin_inset VSpace bigskip
16833 \end_inset
16834
16835
16836 \end_layout
16837
16838 \begin_layout Standard
16839 Si los operadores personalizados no se van a usar varias veces en el documento,
16840  se pueden también definir con los comandos 
16841 \series bold
16842
16843 \backslash
16844 mathop
16845 \series default
16846
16847 \begin_inset Index idx
16848 status collapsed
16849
16850 \begin_layout Plain Layout
16851 Comandos ! M ! 
16852 \backslash
16853 mathop
16854 \end_layout
16855
16856 \end_inset
16857
16858  y 
16859 \series bold
16860
16861 \backslash
16862 mathbin
16863 \series default
16864
16865 \begin_inset Index idx
16866 status collapsed
16867
16868 \begin_layout Plain Layout
16869 Comandos ! M ! 
16870 \backslash
16871 mathbin
16872 \end_layout
16873
16874 \end_inset
16875
16876 , con el siguiente esquema:
16877 \end_layout
16878
16879 \begin_layout Standard
16880
16881 \series bold
16882
16883 \backslash
16884 mathop{presentación}
16885 \series default
16886  y 
16887 \series bold
16888
16889 \backslash
16890 mathbin{presentación}
16891 \end_layout
16892
16893 \begin_layout Standard
16894
16895 \series bold
16896
16897 \backslash
16898 mathop
16899 \series default
16900  define operadores grandes, 
16901 \series bold
16902
16903 \backslash
16904 mathbin
16905 \series default
16906  operadores binarios.
16907 \end_layout
16908
16909 \begin_layout Standard
16910
16911 \series bold
16912
16913 \backslash
16914 mathop
16915 \series default
16916  se puede usar, p.e., para poner un límite a varios operadores:
16917 \begin_inset Formula 
16918 \[
16919 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
16920 \]
16921
16922 \end_inset
16923
16924
16925 \end_layout
16926
16927 \begin_layout Standard
16928 El comando para la expresión anterior es:
16929 \begin_inset Newline newline
16930 \end_inset
16931
16932
16933 \series bold
16934
16935 \backslash
16936 mathop{
16937 \backslash
16938 sum
16939 \backslash
16940 negmedspace
16941 \backslash
16942 sum
16943 \series default
16944
16945 \begin_inset space \textvisiblespace{}
16946 \end_inset
16947
16948
16949 \series bold
16950
16951 \begin_inset Formula $\to$
16952 \end_inset
16953
16954 ^N
16955 \series default
16956
16957 \begin_inset space \textvisiblespace{}
16958 \end_inset
16959
16960
16961 \series bold
16962 _i,j=1
16963 \end_layout
16964
16965 \begin_layout Standard
16966 \begin_inset Newpage newpage
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \begin_layout Section
16973 Tipografías
16974 \begin_inset Index idx
16975 status collapsed
16976
16977 \begin_layout Plain Layout
16978 Tipografías
16979 \end_layout
16980
16981 \end_inset
16982
16983
16984 \end_layout
16985
16986 \begin_layout Subsection
16987 Estilos de tipografías
16988 \begin_inset CommandInset label
16989 LatexCommand label
16990 name "sub:Estilos-de-tipografías"
16991
16992 \end_inset
16993
16994
16995 \begin_inset Index idx
16996 status collapsed
16997
16998 \begin_layout Plain Layout
16999 Tipografías ! estilos de
17000 \end_layout
17001
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \begin_layout Standard
17008 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17009  estilos:
17010 \end_layout
17011
17012 \begin_layout Standard
17013 \begin_inset VSpace -2mm
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \begin_layout Standard
17020 \align center
17021 \begin_inset Tabular
17022 <lyxtabular version="3" rows="7" columns="3">
17023 <features rotate="0" tabularvalignment="middle">
17024 <column alignment="center" valignment="top">
17025 <column alignment="center" valignment="top">
17026 <column alignment="center" valignment="top">
17027 <row>
17028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032 Comando
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Plain Layout
17041 Resultado
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 atajo
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 </row>
17056 <row>
17057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061
17062 \backslash
17063 mathbb
17064 \series bold
17065
17066 \begin_inset space \textvisiblespace{}
17067 \end_inset
17068
17069
17070 \series default
17071 ABC
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 Plain Layout
17080 \begin_inset Formula $\mathbb{ABC}$
17081 \end_inset
17082
17083
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092
17093 \family sans
17094 Alt+C C
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 </row>
17100 <row>
17101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105
17106 \backslash
17107 mathbf
17108 \series bold
17109
17110 \begin_inset space \textvisiblespace{}
17111 \end_inset
17112
17113
17114 \series default
17115 AbC
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124 \begin_inset Formula $\mathbf{AbC}$
17125 \end_inset
17126
17127
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136
17137 \family sans
17138 Ctrl+B
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 </row>
17144 <row>
17145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149
17150 \backslash
17151 boldsymbol
17152 \series bold
17153
17154 \begin_inset space \textvisiblespace{}
17155 \end_inset
17156
17157
17158 \series default
17159 AbC
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168 \begin_inset Formula $\boldsymbol{AbC}$
17169 \end_inset
17170
17171
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180
17181 \family sans
17182 Ctrl+Alt+B , Alt+C B
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 </row>
17188 <row>
17189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193
17194 \backslash
17195 mathcal
17196 \series bold
17197
17198 \begin_inset space \textvisiblespace{}
17199 \end_inset
17200
17201
17202 \series default
17203 ABC
17204 \end_layout
17205
17206 \end_inset
17207 </cell>
17208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17209 \begin_inset Text
17210
17211 \begin_layout Plain Layout
17212 \begin_inset Formula $\mathcal{ABC}$
17213 \end_inset
17214
17215
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224
17225 \family sans
17226 Ctrl+E , Alt+C E
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 </row>
17232 <row>
17233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237
17238 \backslash
17239 mathfrak
17240 \series bold
17241
17242 \begin_inset space \textvisiblespace{}
17243 \end_inset
17244
17245
17246 \series default
17247 AbC
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 \begin_inset Formula $\mathfrak{AbC}$
17257 \end_inset
17258
17259
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268 -
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 </row>
17274 <row>
17275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279
17280 \backslash
17281 mathscr
17282 \series bold
17283
17284 \begin_inset space \textvisiblespace{}
17285 \end_inset
17286
17287
17288 \series default
17289 AbC
17290 \end_layout
17291
17292 \end_inset
17293 </cell>
17294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298 \begin_inset Formula $\mathscr{AbC}$
17299 \end_inset
17300
17301
17302 \end_layout
17303
17304 \end_inset
17305 </cell>
17306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310 -
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 </row>
17316 </lyxtabular>
17317
17318 \end_inset
17319
17320
17321 \end_layout
17322
17323 \begin_layout Standard
17324 \align center
17325 \begin_inset Tabular
17326 <lyxtabular version="3" rows="5" columns="3">
17327 <features rotate="0" tabularvalignment="middle">
17328 <column alignment="center" valignment="top">
17329 <column alignment="center" valignment="top">
17330 <column alignment="center" valignment="top">
17331 <row>
17332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336 Comando
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345 Resultado
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354 atajo
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 </row>
17360 <row>
17361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365
17366 \backslash
17367 mathit
17368 \series bold
17369
17370 \begin_inset space \textvisiblespace{}
17371 \end_inset
17372
17373
17374 \series default
17375 AbC
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 \begin_inset Formula $\mathit{AbC}$
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396 -
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 </row>
17402 <row>
17403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407
17408 \backslash
17409 mathrm
17410 \series bold
17411
17412 \begin_inset space \textvisiblespace{}
17413 \end_inset
17414
17415
17416 \series default
17417 AbC
17418 \end_layout
17419
17420 \end_inset
17421 </cell>
17422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426 \begin_inset Formula $\mathrm{AbC}$
17427 \end_inset
17428
17429
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17435 \begin_inset Text
17436
17437 \begin_layout Plain Layout
17438
17439 \family sans
17440 Alt+C R
17441 \end_layout
17442
17443 \end_inset
17444 </cell>
17445 </row>
17446 <row>
17447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451
17452 \backslash
17453 mathsf
17454 \series bold
17455
17456 \begin_inset space \textvisiblespace{}
17457 \end_inset
17458
17459
17460 \series default
17461 AbC
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470 \begin_inset Formula $\mathsf{AbC}$
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482
17483 \family sans
17484 Alt+C S
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 </row>
17490 <row>
17491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Plain Layout
17495
17496 \backslash
17497 mathtt
17498 \series bold
17499
17500 \begin_inset space \textvisiblespace{}
17501 \end_inset
17502
17503
17504 \series default
17505 AbC
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Plain Layout
17514 \begin_inset Formula $\mathtt{AbC}$
17515 \end_inset
17516
17517
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526
17527 \family sans
17528 Ctrl+Mayúsculas+P
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 </row>
17534 </lyxtabular>
17535
17536 \end_inset
17537
17538
17539 \end_layout
17540
17541 \begin_layout Standard
17542 \begin_inset Note Greyedout
17543 status open
17544
17545 \begin_layout Plain Layout
17546
17547 \series bold
17548 Nota
17549 \series default
17550 : Los estilos 
17551 \series bold
17552
17553 \backslash
17554 mathbb
17555 \series default
17556  y 
17557 \series bold
17558
17559 \backslash
17560 mathcal
17561 \series default
17562  sólo se aplican a letras mayúsculas.
17563 \end_layout
17564
17565 \end_inset
17566
17567
17568 \end_layout
17569
17570 \begin_layout Standard
17571 El estilo predeterminado es 
17572 \series bold
17573
17574 \backslash
17575 mathnormal
17576 \series default
17577 .
17578 \end_layout
17579
17580 \begin_layout Standard
17581 Los comandos de estilo funcionan también en estructuras matemáticas:
17582 \begin_inset Formula 
17583 \[
17584 \mathfrak{A=\frac{b}{C}}
17585 \]
17586
17587 \end_inset
17588
17589
17590 \end_layout
17591
17592 \begin_layout Standard
17593 Los caracteres en texto matemático no aparecen en un estilo tipográfico
17594  de ecuaciones sino en el estilo tipográfico de texto 
17595 \series bold
17596
17597 \backslash
17598 textrm
17599 \series default
17600 .
17601  Este estilo no se puede poner correctamente con el diálogo de estilo de
17602  texto por un fallo de LyX.
17603 \begin_inset Foot
17604 status open
17605
17606 \begin_layout Plain Layout
17607 \begin_inset CommandInset href
17608 LatexCommand href
17609 name "LyX-bug #4629"
17610 target "http://www.lyx.org/trac/ticket/4629"
17611
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \begin_layout Standard
17623 En vez de comandos se puede usar el menú 
17624 \family sans
17625 Editar\SpecialChar \menuseparator
17626 Ecuación\SpecialChar \menuseparator
17627 Estilo del texto
17628 \family default
17629  o el botón 
17630 \begin_inset Graphics
17631         filename ../../images/math/font.png
17632         scale 85
17633
17634 \end_inset
17635
17636 .
17637 \end_layout
17638
17639 \begin_layout Subsection
17640 Ecuaciones en negrita
17641 \begin_inset CommandInset label
17642 LatexCommand label
17643 name "sub:Ecuaciones-en-negrita"
17644
17645 \end_inset
17646
17647
17648 \begin_inset Index idx
17649 status collapsed
17650
17651 \begin_layout Plain Layout
17652 Ecuación ! en negrita
17653 \end_layout
17654
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \begin_layout Standard
17661 Para poner en negrita una ecuación completa no se puede usar el comando
17662  
17663 \series bold
17664
17665 \backslash
17666 mathbf
17667 \series default
17668 , porque no funciona con minúsculas griegas.
17669  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
17670 \begin_inset Formula 
17671 \[
17672 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
17673 \]
17674
17675 \end_inset
17676
17677
17678 \end_layout
17679
17680 \begin_layout Standard
17681 Para presentar la ecuación correctamente se usa el comando 
17682 \series bold
17683 boldsymbol
17684 \series default
17685 :
17686 \begin_inset Formula 
17687 \[
17688 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
17689 \]
17690
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \begin_layout Standard
17697 También es posible poner la fórmula en un 
17698 \series bold
17699 entorno boldmath
17700 \series default
17701 , que se inserta con el comando 
17702 \series bold
17703
17704 \backslash
17705 boldmath
17706 \series default
17707
17708 \begin_inset Index idx
17709 status collapsed
17710
17711 \begin_layout Plain Layout
17712 Comandos ! B ! 
17713 \backslash
17714 boldmath
17715 \end_layout
17716
17717 \end_inset
17718
17719  en modo TeX.
17720  Para finalizar el entorno se usa el comando 
17721 \series bold
17722
17723 \backslash
17724 unboldmath
17725 \series default
17726
17727 \begin_inset Index idx
17728 status collapsed
17729
17730 \begin_layout Plain Layout
17731 Comandos ! U ! 
17732 \backslash
17733 unboldmath
17734 \end_layout
17735
17736 \end_inset
17737
17738  en modo TeX.
17739 \begin_inset ERT
17740 status collapsed
17741
17742 \begin_layout Plain Layout
17743
17744
17745 \backslash
17746 boldmath
17747 \end_layout
17748
17749 \end_inset
17750
17751
17752 \begin_inset Formula 
17753 \[
17754 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
17755 \]
17756
17757 \end_inset
17758
17759
17760 \end_layout
17761
17762 \begin_layout Standard
17763 \begin_inset ERT
17764 status collapsed
17765
17766 \begin_layout Plain Layout
17767
17768
17769 \backslash
17770 unboldmath
17771 \end_layout
17772
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \begin_layout Subsection
17779 Ecuaciones coloreadas
17780 \begin_inset Index idx
17781 status collapsed
17782
17783 \begin_layout Plain Layout
17784 Ecuación ! coloreada
17785 \end_layout
17786
17787 \end_inset
17788
17789
17790 \end_layout
17791
17792 \begin_layout Standard
17793 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
17794  o una parte de una ecuación y usa el diálogo 
17795 \family sans
17796 Estilo del texto
17797 \family default
17798 .
17799  Aquí hay una ecuación en magenta:
17800 \begin_inset Formula 
17801 \[
17802 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
17803 \]
17804
17805 \end_inset
17806
17807 También puedes definir tus propios colores como se describe en
17808 \begin_inset space ~
17809 \end_inset
17810
17811
17812 \begin_inset CommandInset ref
17813 LatexCommand ref
17814 reference "sub:Marcos-coloreados"
17815
17816 \end_inset
17817
17818 .
17819  Pueden usarse con el comando en código TeX 
17820 \series bold
17821
17822 \backslash
17823 textcolor
17824 \series default
17825
17826 \begin_inset Index idx
17827 status collapsed
17828
17829 \begin_layout Plain Layout
17830 Comandos ! T ! 
17831 \backslash
17832 textcolor
17833 \end_layout
17834
17835 \end_inset
17836
17837  según el esquema
17838 \end_layout
17839
17840 \begin_layout Standard
17841
17842 \series bold
17843
17844 \backslash
17845 textcolor{color}{caracteres o ecuación}
17846 \end_layout
17847
17848 \begin_layout Standard
17849 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
17850 e en rojo:
17851 \end_layout
17852
17853 \begin_layout Standard
17854 \begin_inset ERT
17855 status collapsed
17856
17857 \begin_layout Plain Layout
17858
17859
17860 \backslash
17861 textcolor{verdeoscuro}{
17862 \end_layout
17863
17864 \end_inset
17865
17866
17867 \begin_inset Formula 
17868 \[
17869 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
17870 \]
17871
17872 \end_inset
17873
17874
17875 \begin_inset ERT
17876 status collapsed
17877
17878 \begin_layout Plain Layout
17879
17880 }
17881 \end_layout
17882
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \begin_layout Standard
17889 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
17890  a ecuaciones completas.
17891 \begin_inset Foot
17892 status collapsed
17893
17894 \begin_layout Plain Layout
17895 \begin_inset CommandInset href
17896 LatexCommand href
17897 name "LyX-bug #5269"
17898 target "http://www.lyx.org/trac/ticket/5269"
17899
17900 \end_inset
17901
17902
17903 \end_layout
17904
17905 \end_inset
17906
17907
17908 \end_layout
17909
17910 \begin_layout Subsection
17911 Tamaños de tipografías
17912 \begin_inset CommandInset label
17913 LatexCommand label
17914 name "sub:Tamaños-de-tipografías"
17915
17916 \end_inset
17917
17918
17919 \begin_inset Index idx
17920 status collapsed
17921
17922 \begin_layout Plain Layout
17923 Tipografías ! tamaño
17924 \end_layout
17925
17926 \end_inset
17927
17928
17929 \end_layout
17930
17931 \begin_layout Standard
17932 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
17933  siguientes comandos de tamaño:
17934 \end_layout
17935
17936 \begin_layout Standard
17937
17938 \series bold
17939
17940 \backslash
17941 Huge
17942 \series default
17943
17944 \series bold
17945
17946 \backslash
17947 huge
17948 \series default
17949
17950 \series bold
17951
17952 \backslash
17953 LARGE
17954 \series default
17955
17956 \series bold
17957
17958 \backslash
17959 Large
17960 \series default
17961
17962 \series bold
17963
17964 \backslash
17965 large
17966 \series default
17967
17968 \series bold
17969
17970 \backslash
17971 normalsize
17972 \series default
17973
17974 \series bold
17975
17976 \backslash
17977 small
17978 \series default
17979 ,
17980 \begin_inset Newline newline
17981 \end_inset
17982
17983
17984 \series bold
17985
17986 \backslash
17987 footnotesize
17988 \series default
17989
17990 \series bold
17991
17992 \backslash
17993 scriptsize
17994 \series default
17995 , y 
17996 \series bold
17997
17998 \backslash
17999 tiny
18000 \end_layout
18001
18002 \begin_layout Standard
18003 El tamaño dado por los comandos depende del tamaño base de la tipografía
18004  en el documento, dado por el comando 
18005 \series bold
18006
18007 \backslash
18008 normalsize
18009 \series default
18010 .
18011  Los demás comandos producen tamaños menores o mayores que 
18012 \series bold
18013
18014 \backslash
18015 normalsize
18016 \series default
18017 .
18018  No obstante, puede que el tamaño de tipografía no exceda de cierto valor.
18019  Si, por ejemplo, la tipografía del documento es de 12
18020 \begin_inset space \thinspace{}
18021 \end_inset
18022
18023 pt, el comando 
18024 \series bold
18025
18026 \backslash
18027 Huge
18028 \series default
18029  da el mismo tamaño que 
18030 \series bold
18031
18032 \backslash
18033 huge
18034 \series default
18035 .
18036 \end_layout
18037
18038 \begin_layout Standard
18039 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18040  a todas las ecuaciones y texto siguientes.
18041  Para volver al tamaño anterior hay que insertar el comando 
18042 \series bold
18043
18044 \backslash
18045 normalsize
18046 \series default
18047  en modo TeX detrás de la ecuación.
18048 \end_layout
18049
18050 \begin_layout Standard
18051 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
18052  comandos de tamaño:
18053 \end_layout
18054
18055 \begin_layout Standard
18056 \noindent
18057 \align center
18058 \begin_inset Tabular
18059 <lyxtabular version="3" rows="5" columns="2">
18060 <features rotate="0" tabularvalignment="middle">
18061 <column alignment="center" valignment="top">
18062 <column alignment="center" valignment="top">
18063 <row>
18064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068 Comando
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18074 \begin_inset Text
18075
18076 \begin_layout Plain Layout
18077 Resultado
18078 \begin_inset Note Note
18079 status collapsed
18080
18081 \begin_layout Plain Layout
18082
18083 \series bold
18084
18085 \backslash
18086 raisebox
18087 \series default
18088  se usa sólo como espaciador
18089 \end_layout
18090
18091 \end_inset
18092
18093
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 </row>
18099 <row>
18100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104
18105 \backslash
18106 displaystyle
18107 \begin_inset Index idx
18108 status collapsed
18109
18110 \begin_layout Plain Layout
18111 Comandos ! D ! 
18112 \backslash
18113 displaystyle
18114 \end_layout
18115
18116 \end_inset
18117
18118
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18128 \end_inset
18129
18130
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 </row>
18136 <row>
18137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18138 \begin_inset Text
18139
18140 \begin_layout Plain Layout
18141
18142 \backslash
18143 textstyle
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18149 \begin_inset Text
18150
18151 \begin_layout Plain Layout
18152 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18153 \end_inset
18154
18155
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 </row>
18161 <row>
18162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166
18167 \backslash
18168 scriptstyle
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18178 \end_inset
18179
18180
18181 \end_layout
18182
18183 \end_inset
18184 </cell>
18185 </row>
18186 <row>
18187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191
18192 \backslash
18193 scriptscriptstyle
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18203 \end_inset
18204
18205
18206 \end_layout
18207
18208 \end_inset
18209 </cell>
18210 </row>
18211 </lyxtabular>
18212
18213 \end_inset
18214
18215
18216 \end_layout
18217
18218 \begin_layout Standard
18219 Después de introducir estos comandos, aparece un marco azul en el que se
18220  insertan las partes de la fórmula.
18221 \end_layout
18222
18223 \begin_layout Standard
18224 Hay un método más para cambiar el tamaño de tipografía, aunque solo funciona
18225  para símbolos o letras en texto matemático.
18226  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
18227  de texto anteriores.
18228  Todos los caracteres siguientes, hasta el final del texto matemático o
18229  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
18230  Dos ejemplos:
18231 \begin_inset VSpace -2mm
18232 \end_inset
18233
18234
18235 \end_layout
18236
18237 \begin_layout Standard
18238 \begin_inset ERT
18239 status collapsed
18240
18241 \begin_layout Plain Layout
18242
18243
18244 \backslash
18245 huge
18246 \end_layout
18247
18248 \end_inset
18249
18250
18251 \begin_inset Formula 
18252 \[
18253 A=\frac{B}{c}\cdot\maltese
18254 \]
18255
18256 \end_inset
18257
18258
18259 \begin_inset Formula 
18260 \[
18261 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18262 \]
18263
18264 \end_inset
18265
18266
18267 \end_layout
18268
18269 \begin_layout Standard
18270 \begin_inset ERT
18271 status collapsed
18272
18273 \begin_layout Plain Layout
18274
18275
18276 \backslash
18277 normalsize
18278 \end_layout
18279
18280 \end_inset
18281
18282
18283 \begin_inset VSpace medskip
18284 \end_inset
18285
18286
18287 \end_layout
18288
18289 \begin_layout Standard
18290 Antes de las ecuaciones se ha insertado el comando 
18291 \series bold
18292
18293 \backslash
18294 huge
18295 \series default
18296 .
18297  Para la segunda ecuación el comando es:
18298 \begin_inset Newline newline
18299 \end_inset
18300
18301
18302 \series bold
18303
18304 \backslash
18305 maltese
18306 \begin_inset space \textvisiblespace{}
18307 \end_inset
18308
18309 A Alt+M M 
18310 \backslash
18311 Large
18312 \begin_inset space \textvisiblespace{}
18313 \end_inset
18314
18315
18316 \backslash
18317 maltese
18318 \begin_inset space \textvisiblespace{}
18319 \end_inset
18320
18321
18322 \backslash
18323 textit
18324 \begin_inset space \textvisiblespace{}
18325 \end_inset
18326
18327 A
18328 \begin_inset Formula $\to$
18329 \end_inset
18330
18331
18332 \begin_inset Formula $\to$
18333 \end_inset
18334
18335
18336 \begin_inset Newline newline
18337 \end_inset
18338
18339
18340 \begin_inset space \hspace*{}
18341 \length 1cm
18342 \end_inset
18343
18344 Alt+M M 
18345 \backslash
18346 tiny
18347 \begin_inset space \textvisiblespace{}
18348 \end_inset
18349
18350
18351 \backslash
18352 maltese
18353 \begin_inset space \textvisiblespace{}
18354 \end_inset
18355
18356
18357 \backslash
18358 textit
18359 \begin_inset space \textvisiblespace{}
18360 \end_inset
18361
18362 A
18363 \end_layout
18364
18365 \begin_layout Standard
18366 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
18367  el tamaño por omisión.
18368 \end_layout
18369
18370 \begin_layout Section
18371 Letras griegas
18372 \begin_inset Index idx
18373 status collapsed
18374
18375 \begin_layout Plain Layout
18376 Letras griegas
18377 \end_layout
18378
18379 \end_inset
18380
18381
18382 \end_layout
18383
18384 \begin_layout Standard
18385 Las letras griegas se pueden insertar además mediante el botón 
18386 \begin_inset Graphics
18387         filename ../../images/math/alpha.png
18388         scale 85
18389
18390 \end_inset
18391
18392  de la barra de ecuaciones.
18393  Las normas internacionales de tipografía proponen que las letras griegas
18394  en ecuaciones deben escribirse en cursiva/inclinada.
18395  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
18396  en redonda.
18397  Para las normas en español, véase
18398 \begin_inset space ~
18399 \end_inset
18400
18401
18402 \begin_inset CommandInset citation
18403 LatexCommand cite
18404 key "Bezos"
18405
18406 \end_inset
18407
18408 .
18409 \end_layout
18410
18411 \begin_layout Subsection
18412 Minúsculas
18413 \begin_inset Index idx
18414 status collapsed
18415
18416 \begin_layout Plain Layout
18417 Letras griegas ! minúsculas
18418 \end_layout
18419
18420 \end_inset
18421
18422
18423 \end_layout
18424
18425 \begin_layout Standard
18426 \begin_inset space \hfill{}
18427 \end_inset
18428
18429
18430 \begin_inset Tabular
18431 <lyxtabular version="3" rows="11" columns="2">
18432 <features rotate="0" tabularvalignment="middle">
18433 <column alignment="center" valignment="top" width="0pt">
18434 <column alignment="center" valignment="top" width="0pt">
18435 <row>
18436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440 Comando
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449 Símbolo
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 </row>
18455 <row>
18456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Plain Layout
18460
18461 \backslash
18462 alpha
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471 \begin_inset Formula $\alpha$
18472 \end_inset
18473
18474
18475 \end_layout
18476
18477 \end_inset
18478 </cell>
18479 </row>
18480 <row>
18481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18482 \begin_inset Text
18483
18484 \begin_layout Plain Layout
18485
18486 \backslash
18487 beta
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496 \begin_inset Formula $\beta$
18497 \end_inset
18498
18499
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 </row>
18505 <row>
18506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18507 \begin_inset Text
18508
18509 \begin_layout Plain Layout
18510
18511 \backslash
18512 gamma
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18518 \begin_inset Text
18519
18520 \begin_layout Plain Layout
18521 \begin_inset Formula $\gamma$
18522 \end_inset
18523
18524
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 </row>
18530 <row>
18531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18532 \begin_inset Text
18533
18534 \begin_layout Plain Layout
18535
18536 \backslash
18537 delta
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546 \begin_inset Formula $\delta$
18547 \end_inset
18548
18549
18550 \end_layout
18551
18552 \end_inset
18553 </cell>
18554 </row>
18555 <row>
18556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560
18561 \backslash
18562 epsilon
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571 \begin_inset Formula $\epsilon$
18572 \end_inset
18573
18574
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 </row>
18580 <row>
18581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585
18586 \backslash
18587 varepsilon
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18593 \begin_inset Text
18594
18595 \begin_layout Plain Layout
18596 \begin_inset Formula $\varepsilon$
18597 \end_inset
18598
18599
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 </row>
18605 <row>
18606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610
18611 \backslash
18612 zeta
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621 \begin_inset Formula $\zeta$
18622 \end_inset
18623
18624
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 </row>
18630 <row>
18631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635
18636 \backslash
18637 eta
18638 \end_layout
18639
18640 \end_inset
18641 </cell>
18642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18643 \begin_inset Text
18644
18645 \begin_layout Plain Layout
18646 \begin_inset Formula $\eta$
18647 \end_inset
18648
18649
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 </row>
18655 <row>
18656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660
18661 \backslash
18662 theta
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18668 \begin_inset Text
18669
18670 \begin_layout Plain Layout
18671 \begin_inset Formula $\theta$
18672 \end_inset
18673
18674
18675 \end_layout
18676
18677 \end_inset
18678 </cell>
18679 </row>
18680 <row>
18681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685
18686 \backslash
18687 vartheta
18688 \end_layout
18689
18690 \end_inset
18691 </cell>
18692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696 \begin_inset Formula $\vartheta$
18697 \end_inset
18698
18699
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 </row>
18705 </lyxtabular>
18706
18707 \end_inset
18708
18709
18710 \begin_inset space \hfill{}
18711 \end_inset
18712
18713
18714 \begin_inset Tabular
18715 <lyxtabular version="3" rows="12" columns="2">
18716 <features rotate="0" tabularvalignment="middle">
18717 <column alignment="center" valignment="top" width="0pt">
18718 <column alignment="center" valignment="top" width="0pt">
18719 <row>
18720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18721 \begin_inset Text
18722
18723 \begin_layout Plain Layout
18724 Comando
18725 \end_layout
18726
18727 \end_inset
18728 </cell>
18729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18730 \begin_inset Text
18731
18732 \begin_layout Plain Layout
18733 Símbolo
18734 \end_layout
18735
18736 \end_inset
18737 </cell>
18738 </row>
18739 <row>
18740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18741 \begin_inset Text
18742
18743 \begin_layout Plain Layout
18744
18745 \backslash
18746 iota
18747 \end_layout
18748
18749 \end_inset
18750 </cell>
18751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18752 \begin_inset Text
18753
18754 \begin_layout Plain Layout
18755 \begin_inset Formula $\iota$
18756 \end_inset
18757
18758
18759 \end_layout
18760
18761 \end_inset
18762 </cell>
18763 </row>
18764 <row>
18765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18766 \begin_inset Text
18767
18768 \begin_layout Plain Layout
18769
18770 \backslash
18771 kappa
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Plain Layout
18780 \begin_inset Formula $\kappa$
18781 \end_inset
18782
18783
18784 \end_layout
18785
18786 \end_inset
18787 </cell>
18788 </row>
18789 <row>
18790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18791 \begin_inset Text
18792
18793 \begin_layout Plain Layout
18794
18795 \backslash
18796 varkappa
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805 \begin_inset Formula $\varkappa$
18806 \end_inset
18807
18808
18809 \end_layout
18810
18811 \end_inset
18812 </cell>
18813 </row>
18814 <row>
18815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18816 \begin_inset Text
18817
18818 \begin_layout Plain Layout
18819
18820 \backslash
18821 lambda
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18827 \begin_inset Text
18828
18829 \begin_layout Plain Layout
18830 \begin_inset Formula $\lambda$
18831 \end_inset
18832
18833
18834 \end_layout
18835
18836 \end_inset
18837 </cell>
18838 </row>
18839 <row>
18840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844
18845 \backslash
18846 mu
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18852 \begin_inset Text
18853
18854 \begin_layout Plain Layout
18855 \begin_inset Formula $\mu$
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \end_inset
18862 </cell>
18863 </row>
18864 <row>
18865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869
18870 \backslash
18871 nu
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880 \begin_inset Formula $\nu$
18881 \end_inset
18882
18883
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 </row>
18889 <row>
18890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894
18895 \backslash
18896 xi
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18902 \begin_inset Text
18903
18904 \begin_layout Plain Layout
18905 \begin_inset Formula $\xi$
18906 \end_inset
18907
18908
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 </row>
18914 <row>
18915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919 o
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928 \begin_inset Formula $o$
18929 \end_inset
18930
18931
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 </row>
18937 <row>
18938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942
18943 \backslash
18944 pi
18945 \end_layout
18946
18947 \end_inset
18948 </cell>
18949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18950 \begin_inset Text
18951
18952 \begin_layout Plain Layout
18953 \begin_inset Formula $\pi$
18954 \end_inset
18955
18956
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 </row>
18962 <row>
18963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18964 \begin_inset Text
18965
18966 \begin_layout Plain Layout
18967
18968 \backslash
18969 varpi
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978 \begin_inset Formula $\varpi$
18979 \end_inset
18980
18981
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 </row>
18987 <row>
18988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18989 \begin_inset Text
18990
18991 \begin_layout Plain Layout
18992
18993 \backslash
18994 rho
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003 \begin_inset Formula $\rho$
19004 \end_inset
19005
19006
19007 \end_layout
19008
19009 \end_inset
19010 </cell>
19011 </row>
19012 </lyxtabular>
19013
19014 \end_inset
19015
19016
19017 \begin_inset space \hfill{}
19018 \end_inset
19019
19020
19021 \begin_inset Tabular
19022 <lyxtabular version="3" rows="11" columns="2">
19023 <features rotate="0" tabularvalignment="middle">
19024 <column alignment="center" valignment="top" width="0pt">
19025 <column alignment="center" valignment="top" width="0pt">
19026 <row>
19027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19028 \begin_inset Text
19029
19030 \begin_layout Plain Layout
19031 Comando
19032 \end_layout
19033
19034 \end_inset
19035 </cell>
19036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040 Símbolo
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 </row>
19046 <row>
19047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051
19052 \backslash
19053 varrho
19054 \end_layout
19055
19056 \end_inset
19057 </cell>
19058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19059 \begin_inset Text
19060
19061 \begin_layout Plain Layout
19062 \begin_inset Formula $\varrho$
19063 \end_inset
19064
19065
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 </row>
19071 <row>
19072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076
19077 \backslash
19078 sigma
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19084 \begin_inset Text
19085
19086 \begin_layout Plain Layout
19087 \begin_inset Formula $\sigma$
19088 \end_inset
19089
19090
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 </row>
19096 <row>
19097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19098 \begin_inset Text
19099
19100 \begin_layout Plain Layout
19101
19102 \backslash
19103 varsigma
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19109 \begin_inset Text
19110
19111 \begin_layout Plain Layout
19112 \begin_inset Formula $\varsigma$
19113 \end_inset
19114
19115
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 </row>
19121 <row>
19122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126
19127 \backslash
19128 tau
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19134 \begin_inset Text
19135
19136 \begin_layout Plain Layout
19137 \begin_inset Formula $\tau$
19138 \end_inset
19139
19140
19141 \end_layout
19142
19143 \end_inset
19144 </cell>
19145 </row>
19146 <row>
19147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19148 \begin_inset Text
19149
19150 \begin_layout Plain Layout
19151
19152 \backslash
19153 upsilon
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19159 \begin_inset Text
19160
19161 \begin_layout Plain Layout
19162 \begin_inset Formula $\upsilon$
19163 \end_inset
19164
19165
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 </row>
19171 <row>
19172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19173 \begin_inset Text
19174
19175 \begin_layout Plain Layout
19176
19177 \backslash
19178 phi
19179 \end_layout
19180
19181 \end_inset
19182 </cell>
19183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19184 \begin_inset Text
19185
19186 \begin_layout Plain Layout
19187 \begin_inset Formula $\phi$
19188 \end_inset
19189
19190
19191 \end_layout
19192
19193 \end_inset
19194 </cell>
19195 </row>
19196 <row>
19197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Plain Layout
19201
19202 \backslash
19203 varphi
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19209 \begin_inset Text
19210
19211 \begin_layout Plain Layout
19212 \begin_inset Formula $\varphi$
19213 \end_inset
19214
19215
19216 \end_layout
19217
19218 \end_inset
19219 </cell>
19220 </row>
19221 <row>
19222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19223 \begin_inset Text
19224
19225 \begin_layout Plain Layout
19226
19227 \backslash
19228 chi
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19234 \begin_inset Text
19235
19236 \begin_layout Plain Layout
19237 \begin_inset Formula $\chi$
19238 \end_inset
19239
19240
19241 \end_layout
19242
19243 \end_inset
19244 </cell>
19245 </row>
19246 <row>
19247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251
19252 \backslash
19253 psi
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19259 \begin_inset Text
19260
19261 \begin_layout Plain Layout
19262 \begin_inset Formula $\psi$
19263 \end_inset
19264
19265
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 </row>
19271 <row>
19272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276
19277 \backslash
19278 omega
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287 \begin_inset Formula $\omega$
19288 \end_inset
19289
19290
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 </row>
19296 </lyxtabular>
19297
19298 \end_inset
19299
19300
19301 \begin_inset space \hfill{}
19302 \end_inset
19303
19304
19305 \end_layout
19306
19307 \begin_layout Standard
19308 \begin_inset VSpace medskip
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \begin_layout Standard
19315 Cómo escribir letras griegas especiales en redonda se explica en 
19316 \begin_inset CommandInset ref
19317 LatexCommand ref
19318 reference "sub:Griegas-en-redonda"
19319
19320 \end_inset
19321
19322 .
19323 \end_layout
19324
19325 \begin_layout Subsection
19326 Mayúsculas
19327 \begin_inset Index idx
19328 status collapsed
19329
19330 \begin_layout Plain Layout
19331 Letras griegas ! mayúsculas
19332 \end_layout
19333
19334 \end_inset
19335
19336
19337 \end_layout
19338
19339 \begin_layout Standard
19340 \begin_inset space \hfill{}
19341 \end_inset
19342
19343
19344 \begin_inset Tabular
19345 <lyxtabular version="3" rows="7" columns="2">
19346 <features rotate="0" tabularvalignment="middle">
19347 <column alignment="center" valignment="top" width="0pt">
19348 <column alignment="center" valignment="top" width="0pt">
19349 <row>
19350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354 Comando
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363 Símbolo
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 </row>
19369 <row>
19370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374
19375 \backslash
19376 Gamma
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19382 \begin_inset Text
19383
19384 \begin_layout Plain Layout
19385 \begin_inset Formula $\Gamma$
19386 \end_inset
19387
19388
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 </row>
19394 <row>
19395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399
19400 \backslash
19401 Delta
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Plain Layout
19410 \begin_inset Formula $\Delta$
19411 \end_inset
19412
19413
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 </row>
19419 <row>
19420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424
19425 \backslash
19426 Theta
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 \begin_inset Formula $\Theta$
19436 \end_inset
19437
19438
19439 \end_layout
19440
19441 \end_inset
19442 </cell>
19443 </row>
19444 <row>
19445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19446 \begin_inset Text
19447
19448 \begin_layout Plain Layout
19449
19450 \backslash
19451 Lambda
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460 \begin_inset Formula $\Lambda$
19461 \end_inset
19462
19463
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 </row>
19469 <row>
19470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474
19475 \backslash
19476 Xi
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485 \begin_inset Formula $\Xi$
19486 \end_inset
19487
19488
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 </row>
19494 <row>
19495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499
19500 \backslash
19501 Pi
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19507 \begin_inset Text
19508
19509 \begin_layout Plain Layout
19510 \begin_inset Formula $\Pi$
19511 \end_inset
19512
19513
19514 \end_layout
19515
19516 \end_inset
19517 </cell>
19518 </row>
19519 </lyxtabular>
19520
19521 \end_inset
19522
19523
19524 \begin_inset space \hfill{}
19525 \end_inset
19526
19527
19528 \begin_inset Tabular
19529 <lyxtabular version="3" rows="6" columns="2">
19530 <features rotate="0" tabularvalignment="middle">
19531 <column alignment="center" valignment="top" width="0pt">
19532 <column alignment="center" valignment="top" width="0pt">
19533 <row>
19534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Plain Layout
19538 Comando
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547 Símbolo
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 </row>
19553 <row>
19554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19555 \begin_inset Text
19556
19557 \begin_layout Plain Layout
19558
19559 \backslash
19560 Sigma
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569 \begin_inset Formula $\Sigma$
19570 \end_inset
19571
19572
19573 \end_layout
19574
19575 \end_inset
19576 </cell>
19577 </row>
19578 <row>
19579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19580 \begin_inset Text
19581
19582 \begin_layout Plain Layout
19583
19584 \backslash
19585 Upsilon
19586 \end_layout
19587
19588 \end_inset
19589 </cell>
19590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19591 \begin_inset Text
19592
19593 \begin_layout Plain Layout
19594 \begin_inset Formula $\Upsilon$
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \end_inset
19601 </cell>
19602 </row>
19603 <row>
19604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19605 \begin_inset Text
19606
19607 \begin_layout Plain Layout
19608
19609 \backslash
19610 Phi
19611 \end_layout
19612
19613 \end_inset
19614 </cell>
19615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19616 \begin_inset Text
19617
19618 \begin_layout Plain Layout
19619 \begin_inset Formula $\Phi$
19620 \end_inset
19621
19622
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 </row>
19628 <row>
19629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19630 \begin_inset Text
19631
19632 \begin_layout Plain Layout
19633
19634 \backslash
19635 Psi
19636 \end_layout
19637
19638 \end_inset
19639 </cell>
19640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19641 \begin_inset Text
19642
19643 \begin_layout Plain Layout
19644 \begin_inset Formula $\Psi$
19645 \end_inset
19646
19647
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 </row>
19653 <row>
19654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658
19659 \backslash
19660 Omega
19661 \end_layout
19662
19663 \end_inset
19664 </cell>
19665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669 \begin_inset Formula $\Omega$
19670 \end_inset
19671
19672
19673 \end_layout
19674
19675 \end_inset
19676 </cell>
19677 </row>
19678 </lyxtabular>
19679
19680 \end_inset
19681
19682
19683 \begin_inset space \hfill{}
19684 \end_inset
19685
19686
19687 \end_layout
19688
19689 \begin_layout Standard
19690 \begin_inset VSpace medskip
19691 \end_inset
19692
19693
19694 \end_layout
19695
19696 \begin_layout Standard
19697 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
19698  cuando se desarrolló TeX.
19699  Para obtener mayúsculas en cursiva, inicia cada comando con 
19700 \series bold
19701 var
19702 \series default
19703 .
19704  Por ejemplo, el comando 
19705 \series bold
19706
19707 \backslash
19708 varGamma
19709 \series default
19710  genera 
19711 \begin_inset Formula $\varGamma$
19712 \end_inset
19713
19714 .
19715  Otra forma es cargar el paquete 
19716 \series bold
19717 fixmath
19718 \series default
19719
19720 \begin_inset Foot
19721 status collapsed
19722
19723 \begin_layout Plain Layout
19724
19725 \series bold
19726 fixmath
19727 \series default
19728  forma parte del paquete LaTeX 
19729 \series bold
19730 was
19731 \series default
19732
19733 \begin_inset Index idx
19734 status collapsed
19735
19736 \begin_layout Plain Layout
19737 Paquetes ! was
19738 \begin_inset ERT
19739 status collapsed
19740
19741 \begin_layout Plain Layout
19742
19743
19744 \backslash
19745 vspace{4mm}
19746 \end_layout
19747
19748 \end_inset
19749
19750
19751 \end_layout
19752
19753 \end_inset
19754
19755 .
19756 \end_layout
19757
19758 \end_inset
19759
19760
19761 \begin_inset Index idx
19762 status collapsed
19763
19764 \begin_layout Plain Layout
19765 Paquetes ! fixmath
19766 \end_layout
19767
19768 \end_inset
19769
19770  con la línea siguiente en el preámbulo LaTeX
19771 \end_layout
19772
19773 \begin_layout Standard
19774
19775 \series bold
19776
19777 \backslash
19778 usepackage{fixmath}
19779 \end_layout
19780
19781 \begin_layout Standard
19782 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
19783 ente en cursiva.
19784 \end_layout
19785
19786 \begin_layout Subsection
19787 Letras en negrita
19788 \begin_inset Index idx
19789 status collapsed
19790
19791 \begin_layout Plain Layout
19792 Letras griegas ! en negrita
19793 \end_layout
19794
19795 \end_inset
19796
19797
19798 \end_layout
19799
19800 \begin_layout Standard
19801 Las letras griegas no admiten diferentes estilos de letra como las latinas.
19802  Sólo se pueden poner en negrita con el comando 
19803 \series bold
19804
19805 \backslash
19806 boldsymbol
19807 \series default
19808
19809 \begin_inset Index idx
19810 status collapsed
19811
19812 \begin_layout Plain Layout
19813 Comandos ! B ! 
19814 \backslash
19815 boldsymbol
19816 \end_layout
19817
19818 \end_inset
19819
19820 .
19821 \end_layout
19822
19823 \begin_layout Standard
19824 \align center
19825 \begin_inset Tabular
19826 <lyxtabular version="3" rows="3" columns="2">
19827 <features rotate="0" tabularvalignment="middle">
19828 <column alignment="center" valignment="top">
19829 <column alignment="center" valignment="top">
19830 <row>
19831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835 Comando
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Plain Layout
19844 Símbolo
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 </row>
19850 <row>
19851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855
19856 \backslash
19857 Upsilon
19858 \backslash
19859 boldsymbol
19860 \backslash
19861 Upsilon
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
19871 \end_inset
19872
19873
19874 \end_layout
19875
19876 \end_inset
19877 </cell>
19878 </row>
19879 <row>
19880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout Plain Layout
19884
19885 \backslash
19886 theta
19887 \backslash
19888 boldsymbol
19889 \backslash
19890 theta
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899 \begin_inset Formula $\theta\boldsymbol{\theta}$
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 </row>
19908 </lyxtabular>
19909
19910 \end_inset
19911
19912
19913 \end_layout
19914
19915 \begin_layout Section
19916 Símbolos
19917 \begin_inset ERT
19918 status collapsed
19919
19920 \begin_layout Plain Layout
19921
19922
19923 \backslash
19924 texorpdfstring{
19925 \end_layout
19926
19927 \end_inset
19928
19929
19930 \begin_inset Foot
19931 status collapsed
19932
19933 \begin_layout Plain Layout
19934 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
19935  LaTeX en 
19936 \begin_inset CommandInset citation
19937 LatexCommand cite
19938 key "Symbols"
19939
19940 \end_inset
19941
19942 .
19943 \end_layout
19944
19945 \end_inset
19946
19947
19948 \begin_inset ERT
19949 status collapsed
19950
19951 \begin_layout Plain Layout
19952
19953 }{}
19954 \end_layout
19955
19956 \end_inset
19957
19958
19959 \begin_inset Note Note
19960 status collapsed
19961
19962 \begin_layout Plain Layout
19963
19964 \backslash
19965 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
19966  PDF.
19967 \end_layout
19968
19969 \begin_layout Plain Layout
19970 Más sobre 
19971 \backslash
19972 texorpdfstring en la sección 
19973 \begin_inset CommandInset ref
19974 LatexCommand ref
19975 reference "sub:Ecuaciones-en-encabezados"
19976
19977 \end_inset
19978
19979 .
19980 \end_layout
19981
19982 \end_inset
19983
19984
19985 \begin_inset Index idx
19986 status collapsed
19987
19988 \begin_layout Plain Layout
19989 Símbolos
19990 \end_layout
19991
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \begin_layout Standard
19998 Muchos de los símbolos listados en esta sección se pueden insertar además
19999  mediante los botones 
20000 \begin_inset Graphics
20001         filename ../../images/math/nabla.png
20002         scale 85
20003
20004 \end_inset
20005
20006  y 
20007 \begin_inset Graphics
20008         filename ../../images/math/digamma.png
20009         scale 85
20010
20011 \end_inset
20012
20013  de la barra de ecuaciones.
20014 \end_layout
20015
20016 \begin_layout Subsection
20017 Símbolos matemáticos
20018 \begin_inset CommandInset label
20019 LatexCommand label
20020 name "sub:Símbolos-matemáticos"
20021
20022 \end_inset
20023
20024
20025 \begin_inset Index idx
20026 status collapsed
20027
20028 \begin_layout Plain Layout
20029 Símbolos ! matemáticos
20030 \end_layout
20031
20032 \end_inset
20033
20034
20035 \end_layout
20036
20037 \begin_layout Standard
20038 \begin_inset space \hfill{}
20039 \end_inset
20040
20041
20042 \begin_inset Tabular
20043 <lyxtabular version="3" rows="10" columns="2">
20044 <features rotate="0" tabularvalignment="middle">
20045 <column alignment="center" valignment="top" width="0pt">
20046 <column alignment="center" valignment="top" width="0pt">
20047 <row>
20048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052 Comando
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061 Símbolo
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 </row>
20067 <row>
20068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072
20073 \backslash
20074 neg
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083 \begin_inset Formula $\neg$
20084 \end_inset
20085
20086
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 </row>
20092 <row>
20093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097
20098 \backslash
20099 Im
20100 \end_layout
20101
20102 \end_inset
20103 </cell>
20104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 \begin_inset Formula $\Im$
20109 \end_inset
20110
20111
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 </row>
20117 <row>
20118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122
20123 \backslash
20124 Re
20125 \end_layout
20126
20127 \end_inset
20128 </cell>
20129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133 \begin_inset Formula $\Re$
20134 \end_inset
20135
20136
20137 \end_layout
20138
20139 \end_inset
20140 </cell>
20141 </row>
20142 <row>
20143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20144 \begin_inset Text
20145
20146 \begin_layout Plain Layout
20147
20148 \backslash
20149 aleph
20150 \end_layout
20151
20152 \end_inset
20153 </cell>
20154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158 \begin_inset Formula $\aleph$
20159 \end_inset
20160
20161
20162 \end_layout
20163
20164 \end_inset
20165 </cell>
20166 </row>
20167 <row>
20168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172
20173 \backslash
20174 partial
20175 \end_layout
20176
20177 \end_inset
20178 </cell>
20179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183 \begin_inset Formula $\partial$
20184 \end_inset
20185
20186
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 </row>
20192 <row>
20193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197
20198 \backslash
20199 infty
20200 \end_layout
20201
20202 \end_inset
20203 </cell>
20204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20205 \begin_inset Text
20206
20207 \begin_layout Plain Layout
20208 \begin_inset Formula $\infty$
20209 \end_inset
20210
20211
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 </row>
20217 <row>
20218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222
20223 \backslash
20224 wp
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233 \begin_inset Formula $\wp$
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 </row>
20242 <row>
20243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247
20248 \backslash
20249 imath
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258 \begin_inset Formula $\imath$
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 </row>
20267 <row>
20268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272
20273 \backslash
20274 jmath
20275 \end_layout
20276
20277 \end_inset
20278 </cell>
20279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Plain Layout
20283 \begin_inset Formula $\jmath$
20284 \end_inset
20285
20286
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 </row>
20292 </lyxtabular>
20293
20294 \end_inset
20295
20296
20297 \begin_inset space \hfill{}
20298 \end_inset
20299
20300
20301 \begin_inset Tabular
20302 <lyxtabular version="3" rows="10" columns="2">
20303 <features rotate="0" tabularvalignment="middle">
20304 <column alignment="center" valignment="top" width="0pt">
20305 <column alignment="center" valignment="top" width="0pt">
20306 <row>
20307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311 Comando
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320 Símbolo
20321 \begin_inset Note Note
20322 status collapsed
20323
20324 \begin_layout Plain Layout
20325
20326 \series bold
20327
20328 \backslash
20329 raisebox
20330 \series default
20331  se usa sólo como espaciador
20332 \end_layout
20333
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 </row>
20342 <row>
20343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347
20348 \backslash
20349 forall
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20355 \begin_inset Text
20356
20357 \begin_layout Plain Layout
20358 \begin_inset Formula $\forall$
20359 \end_inset
20360
20361
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 </row>
20367 <row>
20368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372
20373 \backslash
20374 exists
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20380 \begin_inset Text
20381
20382 \begin_layout Plain Layout
20383 \begin_inset Formula $\exists$
20384 \end_inset
20385
20386
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 </row>
20392 <row>
20393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Plain Layout
20397
20398 \backslash
20399 nexists
20400 \end_layout
20401
20402 \end_inset
20403 </cell>
20404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Plain Layout
20408 \begin_inset Formula $\nexists$
20409 \end_inset
20410
20411
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 </row>
20417 <row>
20418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20419 \begin_inset Text
20420
20421 \begin_layout Plain Layout
20422
20423 \backslash
20424 emptyset
20425 \end_layout
20426
20427 \end_inset
20428 </cell>
20429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20430 \begin_inset Text
20431
20432 \begin_layout Plain Layout
20433 \begin_inset Formula $\emptyset$
20434 \end_inset
20435
20436
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 </row>
20442 <row>
20443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Plain Layout
20447
20448 \backslash
20449 varnothing
20450 \end_layout
20451
20452 \end_inset
20453 </cell>
20454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458 \begin_inset Formula $\varnothing$
20459 \end_inset
20460
20461
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 </row>
20467 <row>
20468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20469 \begin_inset Text
20470
20471 \begin_layout Plain Layout
20472
20473 \backslash
20474 dag
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20480 \begin_inset Text
20481
20482 \begin_layout Plain Layout
20483 \begin_inset Formula $\dag$
20484 \end_inset
20485
20486
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 </row>
20492 <row>
20493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20494 \begin_inset Text
20495
20496 \begin_layout Plain Layout
20497
20498 \backslash
20499 ddag
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508 \begin_inset Formula $\ddag$
20509 \end_inset
20510
20511
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 </row>
20517 <row>
20518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20519 \begin_inset Text
20520
20521 \begin_layout Plain Layout
20522
20523 \backslash
20524 complement
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20530 \begin_inset Text
20531
20532 \begin_layout Plain Layout
20533 \begin_inset ERT
20534 status collapsed
20535
20536 \begin_layout Plain Layout
20537
20538
20539 \backslash
20540 raisebox{-0.8mm}{
20541 \end_layout
20542
20543 \end_inset
20544
20545
20546 \begin_inset Formula $\complement$
20547 \end_inset
20548
20549
20550 \begin_inset ERT
20551 status collapsed
20552
20553 \begin_layout Plain Layout
20554
20555 }
20556 \end_layout
20557
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \end_inset
20564 </cell>
20565 </row>
20566 <row>
20567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571
20572 \backslash
20573 Bbbk
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 \begin_inset Formula $\Bbbk$
20583 \end_inset
20584
20585
20586 \end_layout
20587
20588 \end_inset
20589 </cell>
20590 </row>
20591 </lyxtabular>
20592
20593 \end_inset
20594
20595
20596 \begin_inset space \hfill{}
20597 \end_inset
20598
20599
20600 \begin_inset Tabular
20601 <lyxtabular version="3" rows="10" columns="2">
20602 <features rotate="0" tabularvalignment="middle">
20603 <column alignment="center" valignment="top" width="0pt">
20604 <column alignment="center" valignment="top" width="0pt">
20605 <row>
20606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610 Comando
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619 Símbolo
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 </row>
20625 <row>
20626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20627 \begin_inset Text
20628
20629 \begin_layout Plain Layout
20630
20631 \backslash
20632 prime
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641 \begin_inset Formula $\prime$
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \end_inset
20648 </cell>
20649 </row>
20650 <row>
20651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655
20656 \backslash
20657 backprime
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666 \begin_inset Formula $\backprime$
20667 \end_inset
20668
20669
20670 \end_layout
20671
20672 \end_inset
20673 </cell>
20674 </row>
20675 <row>
20676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20677 \begin_inset Text
20678
20679 \begin_layout Plain Layout
20680
20681 \backslash
20682 mho
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Plain Layout
20691 \begin_inset Formula $\mho$
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 </row>
20700 <row>
20701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705
20706 \backslash
20707 triangle
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716 \begin_inset Formula $\triangle$
20717 \end_inset
20718
20719
20720 \end_layout
20721
20722 \end_inset
20723 </cell>
20724 </row>
20725 <row>
20726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20727 \begin_inset Text
20728
20729 \begin_layout Plain Layout
20730
20731 \backslash
20732 angle
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741 \begin_inset Formula $\angle$
20742 \end_inset
20743
20744
20745 \end_layout
20746
20747 \end_inset
20748 </cell>
20749 </row>
20750 <row>
20751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20752 \begin_inset Text
20753
20754 \begin_layout Plain Layout
20755
20756 \backslash
20757 measuredangle
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20763 \begin_inset Text
20764
20765 \begin_layout Plain Layout
20766 \begin_inset Formula $\measuredangle$
20767 \end_inset
20768
20769
20770 \end_layout
20771
20772 \end_inset
20773 </cell>
20774 </row>
20775 <row>
20776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780
20781 \backslash
20782 sphericalangle
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791 \begin_inset Formula $\sphericalangle$
20792 \end_inset
20793
20794
20795 \end_layout
20796
20797 \end_inset
20798 </cell>
20799 </row>
20800 <row>
20801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20802 \begin_inset Text
20803
20804 \begin_layout Plain Layout
20805
20806 \backslash
20807 top
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816 \begin_inset Formula $\top$
20817 \end_inset
20818
20819
20820 \end_layout
20821
20822 \end_inset
20823 </cell>
20824 </row>
20825 <row>
20826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830
20831 \backslash
20832 bot
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 \begin_inset Formula $\bot$
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 </row>
20850 </lyxtabular>
20851
20852 \end_inset
20853
20854
20855 \begin_inset space \hfill{}
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \begin_layout Standard
20862 \noindent
20863 \align center
20864 \begin_inset Newpage newpage
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \begin_layout Subsection
20871 Símbolos misceláneos
20872 \begin_inset CommandInset label
20873 LatexCommand label
20874 name "sub:Símbolos-misceláneos"
20875
20876 \end_inset
20877
20878
20879 \begin_inset Index idx
20880 status collapsed
20881
20882 \begin_layout Plain Layout
20883 Símbolos ! misceláneos
20884 \end_layout
20885
20886 \end_inset
20887
20888
20889 \end_layout
20890
20891 \begin_layout Standard
20892 \noindent
20893 \align center
20894 \begin_inset Tabular
20895 <lyxtabular version="3" rows="10" columns="2">
20896 <features rotate="0" tabularvalignment="middle">
20897 <column alignment="center" valignment="top" width="0pt">
20898 <column alignment="center" valignment="top" width="0pt">
20899 <row>
20900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904 Comando
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913 Símbolo
20914 \end_layout
20915
20916 \end_inset
20917 </cell>
20918 </row>
20919 <row>
20920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20921 \begin_inset Text
20922
20923 \begin_layout Plain Layout
20924
20925 \backslash
20926 flat
20927 \end_layout
20928
20929 \end_inset
20930 </cell>
20931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20932 \begin_inset Text
20933
20934 \begin_layout Plain Layout
20935 \begin_inset Formula $\flat$
20936 \end_inset
20937
20938
20939 \end_layout
20940
20941 \end_inset
20942 </cell>
20943 </row>
20944 <row>
20945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Plain Layout
20949
20950 \backslash
20951 natural
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960 \begin_inset Formula $\natural$
20961 \end_inset
20962
20963
20964 \end_layout
20965
20966 \end_inset
20967 </cell>
20968 </row>
20969 <row>
20970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Plain Layout
20974
20975 \backslash
20976 sharp
20977 \end_layout
20978
20979 \end_inset
20980 </cell>
20981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20982 \begin_inset Text
20983
20984 \begin_layout Plain Layout
20985 \begin_inset Formula $\sharp$
20986 \end_inset
20987
20988
20989 \end_layout
20990
20991 \end_inset
20992 </cell>
20993 </row>
20994 <row>
20995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20996 \begin_inset Text
20997
20998 \begin_layout Plain Layout
20999
21000 \backslash
21001 surd
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010 \begin_inset Formula $\surd$
21011 \end_inset
21012
21013
21014 \end_layout
21015
21016 \end_inset
21017 </cell>
21018 </row>
21019 <row>
21020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21021 \begin_inset Text
21022
21023 \begin_layout Plain Layout
21024
21025 \backslash
21026 checkmark
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035 \begin_inset Formula $\checkmark$
21036 \end_inset
21037
21038
21039 \end_layout
21040
21041 \end_inset
21042 </cell>
21043 </row>
21044 <row>
21045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21046 \begin_inset Text
21047
21048 \begin_layout Plain Layout
21049
21050 \backslash
21051 yen
21052 \end_layout
21053
21054 \end_inset
21055 </cell>
21056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21057 \begin_inset Text
21058
21059 \begin_layout Plain Layout
21060 \begin_inset Formula $\yen$
21061 \end_inset
21062
21063
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 </row>
21069 <row>
21070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074
21075 \backslash
21076 pounds
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085 \begin_inset Formula $\pounds$
21086 \end_inset
21087
21088
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 </row>
21094 <row>
21095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099 $
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21105 \begin_inset Text
21106
21107 \begin_layout Plain Layout
21108 \begin_inset Formula $\$$
21109 \end_inset
21110
21111
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 </row>
21117 <row>
21118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 §
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131 \begin_inset Formula $§$
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 </row>
21140 </lyxtabular>
21141
21142 \end_inset
21143
21144
21145 \begin_inset Tabular
21146 <lyxtabular version="3" rows="10" columns="2">
21147 <features rotate="0" tabularvalignment="middle">
21148 <column alignment="center" valignment="top">
21149 <column alignment="center" valignment="top">
21150 <row>
21151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21152 \begin_inset Text
21153
21154 \begin_layout Plain Layout
21155 Comando
21156 \end_layout
21157
21158 \end_inset
21159 </cell>
21160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21161 \begin_inset Text
21162
21163 \begin_layout Plain Layout
21164 Símbolo
21165 \end_layout
21166
21167 \end_inset
21168 </cell>
21169 </row>
21170 <row>
21171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21172 \begin_inset Text
21173
21174 \begin_layout Plain Layout
21175
21176 \backslash
21177 hbar
21178 \end_layout
21179
21180 \end_inset
21181 </cell>
21182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21183 \begin_inset Text
21184
21185 \begin_layout Plain Layout
21186 \begin_inset Formula $\hbar$
21187 \end_inset
21188
21189
21190 \end_layout
21191
21192 \end_inset
21193 </cell>
21194 </row>
21195 <row>
21196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200
21201 \backslash
21202 hslash
21203 \end_layout
21204
21205 \end_inset
21206 </cell>
21207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21208 \begin_inset Text
21209
21210 \begin_layout Plain Layout
21211 \begin_inset Formula $\hslash$
21212 \end_inset
21213
21214
21215 \end_layout
21216
21217 \end_inset
21218 </cell>
21219 </row>
21220 <row>
21221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21222 \begin_inset Text
21223
21224 \begin_layout Plain Layout
21225
21226 \backslash
21227 clubsuit
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236 \begin_inset Formula $\clubsuit$
21237 \end_inset
21238
21239
21240 \end_layout
21241
21242 \end_inset
21243 </cell>
21244 </row>
21245 <row>
21246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250
21251 \backslash
21252 spadesuit
21253 \end_layout
21254
21255 \end_inset
21256 </cell>
21257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21258 \begin_inset Text
21259
21260 \begin_layout Plain Layout
21261 \begin_inset Formula $\spadesuit$
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 </row>
21270 <row>
21271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21272 \begin_inset Text
21273
21274 \begin_layout Plain Layout
21275
21276 \backslash
21277 bigstar
21278 \end_layout
21279
21280 \end_inset
21281 </cell>
21282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21283 \begin_inset Text
21284
21285 \begin_layout Plain Layout
21286 \begin_inset Formula $\bigstar$
21287 \end_inset
21288
21289
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 </row>
21295 <row>
21296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300
21301 \backslash
21302 blacklozenge
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311 \begin_inset Formula $\blacklozenge$
21312 \end_inset
21313
21314
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 </row>
21320 <row>
21321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325
21326 \backslash
21327 blacktriangle
21328 \end_layout
21329
21330 \end_inset
21331 </cell>
21332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21333 \begin_inset Text
21334
21335 \begin_layout Plain Layout
21336 \begin_inset Formula $\blacktriangle$
21337 \end_inset
21338
21339
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 </row>
21345 <row>
21346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350
21351 \backslash
21352 blacktiangledown
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361 \begin_inset Formula $\blacktriangledown$
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 </row>
21370 <row>
21371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21372 \begin_inset Text
21373
21374 \begin_layout Plain Layout
21375
21376 \backslash
21377 bullet
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21383 \begin_inset Text
21384
21385 \begin_layout Plain Layout
21386 \begin_inset Formula $\bullet$
21387 \end_inset
21388
21389
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 </row>
21395 </lyxtabular>
21396
21397 \end_inset
21398
21399
21400 \begin_inset Tabular
21401 <lyxtabular version="3" rows="10" columns="2">
21402 <features rotate="0" tabularvalignment="middle">
21403 <column alignment="center" valignment="top" width="0pt">
21404 <column alignment="center" valignment="top" width="0pt">
21405 <row>
21406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21407 \begin_inset Text
21408
21409 \begin_layout Plain Layout
21410 Comando
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21416 \begin_inset Text
21417
21418 \begin_layout Plain Layout
21419 Símbolo
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 </row>
21425 <row>
21426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430
21431 \backslash
21432 diamondsuit
21433 \end_layout
21434
21435 \end_inset
21436 </cell>
21437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21438 \begin_inset Text
21439
21440 \begin_layout Plain Layout
21441 \begin_inset Formula $\diamondsuit$
21442 \end_inset
21443
21444
21445 \end_layout
21446
21447 \end_inset
21448 </cell>
21449 </row>
21450 <row>
21451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21452 \begin_inset Text
21453
21454 \begin_layout Plain Layout
21455
21456 \backslash
21457 Diamond
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21463 \begin_inset Text
21464
21465 \begin_layout Plain Layout
21466 \begin_inset Formula $\Diamond$
21467 \end_inset
21468
21469
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 </row>
21475 <row>
21476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21477 \begin_inset Text
21478
21479 \begin_layout Plain Layout
21480
21481 \backslash
21482 heartsuit
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21488 \begin_inset Text
21489
21490 \begin_layout Plain Layout
21491 \begin_inset Formula $\heartsuit$
21492 \end_inset
21493
21494
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 </row>
21500 <row>
21501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505
21506 \backslash
21507 P
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21513 \begin_inset Text
21514
21515 \begin_layout Plain Layout
21516 \begin_inset Formula $\P$
21517 \end_inset
21518
21519
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 </row>
21525 <row>
21526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530
21531 \backslash
21532 copyright
21533 \end_layout
21534
21535 \end_inset
21536 </cell>
21537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541 \begin_inset Formula $\copyright$
21542 \end_inset
21543
21544
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 </row>
21550 <row>
21551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Plain Layout
21555
21556 \backslash
21557 circledR
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566 \begin_inset Formula $\circledR$
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 </row>
21575 <row>
21576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580
21581 \backslash
21582 maltese
21583 \end_layout
21584
21585 \end_inset
21586 </cell>
21587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21588 \begin_inset Text
21589
21590 \begin_layout Plain Layout
21591 \begin_inset Formula $\maltese$
21592 \end_inset
21593
21594
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 </row>
21600 <row>
21601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605
21606 \backslash
21607 diagup
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21613 \begin_inset Text
21614
21615 \begin_layout Plain Layout
21616 \begin_inset Formula $\diagup$
21617 \end_inset
21618
21619
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 </row>
21625 <row>
21626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630
21631 \backslash
21632 diagdown
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641 \begin_inset Formula $\diagdown$
21642 \end_inset
21643
21644
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 </row>
21650 </lyxtabular>
21651
21652 \end_inset
21653
21654
21655 \end_layout
21656
21657 \begin_layout Standard
21658 \begin_inset VSpace medskip
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \begin_layout Standard
21665 Algunos símbolos pueden presentarse en distintos tamaños, véase 
21666 \begin_inset CommandInset ref
21667 LatexCommand ref
21668 reference "sub:Tamaños-de-tipografías"
21669
21670 \end_inset
21671
21672
21673 \end_layout
21674
21675 \begin_layout Subsection
21676 El símbolo del euro, €
21677 \begin_inset Index idx
21678 status collapsed
21679
21680 \begin_layout Plain Layout
21681 Símbolos ! euro
21682 \end_layout
21683
21684 \end_inset
21685
21686
21687 \begin_inset Index idx
21688 status collapsed
21689
21690 \begin_layout Plain Layout
21691
21692 \backslash
21693 @
21694 \begin_inset ERT
21695 status collapsed
21696
21697 \begin_layout Plain Layout
21698
21699
21700 \backslash
21701 officialeuro
21702 \end_layout
21703
21704 \end_inset
21705
21706
21707 \end_layout
21708
21709 \end_inset
21710
21711
21712 \end_layout
21713
21714 \begin_layout Standard
21715 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
21716  LaTeX 
21717 \series bold
21718 eurosym
21719 \series default
21720
21721 \begin_inset Index idx
21722 status collapsed
21723
21724 \begin_layout Plain Layout
21725 Paquetes ! eurosym
21726 \end_layout
21727
21728 \end_inset
21729
21730 , y cargado en el preámbulo LaTeX con la línea
21731 \end_layout
21732
21733 \begin_layout Standard
21734
21735 \series bold
21736
21737 \backslash
21738 usepackage[gennarrow]{eurosym}
21739 \end_layout
21740
21741 \begin_layout Standard
21742 Actualmente también se puede insertar con el comando 
21743 \series bold
21744
21745 \backslash
21746 euro
21747 \series default
21748
21749 \begin_inset Index idx
21750 status collapsed
21751
21752 \begin_layout Plain Layout
21753 Comandos ! E ! 
21754 \backslash
21755 euro
21756 \end_layout
21757
21758 \end_inset
21759
21760 .
21761 \end_layout
21762
21763 \begin_layout Standard
21764 El símbolo del euro puede insertarse directamente con la tecla € en texto
21765  matemático sin tener 
21766 \series bold
21767 eurosym
21768 \series default
21769  instalado.
21770  Si 
21771 \series bold
21772 eurosym
21773 \series default
21774  está instalado, se puede insertar 
21775 \series bold
21776
21777 \backslash
21778 euro
21779 \series default
21780  en modo TeX.
21781  El símbolo oficial de la moneda se puede insertar con el comando 
21782 \series bold
21783
21784 \backslash
21785 officialeuro
21786 \series default
21787
21788 \begin_inset Index idx
21789 status collapsed
21790
21791 \begin_layout Plain Layout
21792 Comandos ! O ! 
21793 \backslash
21794 officialeuro
21795 \end_layout
21796
21797 \end_inset
21798
21799 , que sólo está disponible en modo TeX.
21800 \end_layout
21801
21802 \begin_layout Standard
21803 \begin_inset ERT
21804 status collapsed
21805
21806 \begin_layout Plain Layout
21807
21808
21809 \backslash
21810 ifeurosym
21811 \end_layout
21812
21813 \end_inset
21814
21815
21816 \begin_inset Note Note
21817 status collapsed
21818
21819 \begin_layout Plain Layout
21820 El cuadro siguiente sólo se mostrará si está instalado el paquete LaTeX
21821  
21822 \series bold
21823 eurosym
21824 \series default
21825 .
21826 \end_layout
21827
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \begin_layout Standard
21834 Un vistazo a los diferentes símbolos del euro.
21835 \end_layout
21836
21837 \begin_layout Standard
21838 \noindent
21839 \align center
21840 \begin_inset Tabular
21841 <lyxtabular version="3" rows="4" columns="3">
21842 <features rotate="0" tabularvalignment="middle">
21843 <column alignment="center" valignment="top">
21844 <column alignment="center" valignment="top">
21845 <column alignment="center" valignment="top">
21846 <row>
21847 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 Comando
21861 \end_layout
21862
21863 \end_inset
21864 </cell>
21865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 Símbolo
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 </row>
21875 <row>
21876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880 ecuación
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889
21890 \backslash
21891 euro
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 \begin_inset Formula $\euro$
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \end_inset
21907 </cell>
21908 </row>
21909 <row>
21910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914 texto matemático
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21920 \begin_inset Text
21921
21922 \begin_layout Plain Layout
21923
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932 \begin_inset Formula $\mbox{€}$
21933 \end_inset
21934
21935
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 </row>
21941 <row>
21942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946 modo TeX
21947 \end_layout
21948
21949 \end_inset
21950 </cell>
21951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21952 \begin_inset Text
21953
21954 \begin_layout Plain Layout
21955
21956 \backslash
21957 officialeuro
21958 \end_layout
21959
21960 \end_inset
21961 </cell>
21962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966 \begin_inset ERT
21967 status collapsed
21968
21969 \begin_layout Plain Layout
21970
21971
21972 \backslash
21973 officialeuro
21974 \end_layout
21975
21976 \end_inset
21977
21978
21979 \end_layout
21980
21981 \end_inset
21982 </cell>
21983 </row>
21984 </lyxtabular>
21985
21986 \end_inset
21987
21988
21989 \end_layout
21990
21991 \begin_layout Standard
21992 \begin_inset ERT
21993 status collapsed
21994
21995 \begin_layout Plain Layout
21996
21997
21998 \backslash
21999 else
22000 \end_layout
22001
22002 \end_inset
22003
22004
22005 \begin_inset Note Note
22006 status collapsed
22007
22008 \begin_layout Plain Layout
22009 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22010 \series bold
22011 eurosym
22012 \series default
22013 :
22014 \end_layout
22015
22016 \end_inset
22017
22018
22019 \end_layout
22020
22021 \begin_layout Standard
22022 Para ver la salida completa de esta subsección debe estar instalado el paquete
22023  LaTeX 
22024 \series bold
22025 eurosym
22026 \series default
22027 .
22028 \end_layout
22029
22030 \begin_layout Standard
22031 \begin_inset ERT
22032 status collapsed
22033
22034 \begin_layout Plain Layout
22035
22036
22037 \backslash
22038 fi
22039 \end_layout
22040
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \begin_layout Section
22047 Relaciones
22048 \begin_inset CommandInset label
22049 LatexCommand label
22050 name "sec:Relaciones"
22051
22052 \end_inset
22053
22054
22055 \begin_inset Index idx
22056 status collapsed
22057
22058 \begin_layout Plain Layout
22059 Relaciones
22060 \end_layout
22061
22062 \end_inset
22063
22064
22065 \begin_inset Index idx
22066 status collapsed
22067
22068 \begin_layout Plain Layout
22069 Comparaciones|see
22070 \begin_inset ERT
22071 status collapsed
22072
22073 \begin_layout Plain Layout
22074
22075 {
22076 \end_layout
22077
22078 \end_inset
22079
22080 Relaciones
22081 \begin_inset ERT
22082 status collapsed
22083
22084 \begin_layout Plain Layout
22085
22086 }
22087 \end_layout
22088
22089 \end_inset
22090
22091
22092 \end_layout
22093
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \begin_layout Standard
22100 Todas las relaciones se pueden insertar también con el botón 
22101 \begin_inset Graphics
22102         filename ../../images/math/leq.png
22103         scale 85
22104
22105 \end_inset
22106
22107  de la barra de ecuaciones.
22108 \end_layout
22109
22110 \begin_layout Standard
22111 \begin_inset space \hfill{}
22112 \end_inset
22113
22114
22115 \begin_inset Tabular
22116 <lyxtabular version="3" rows="17" columns="2">
22117 <features rotate="0" tabularvalignment="middle">
22118 <column alignment="center" valignment="top" width="0pt">
22119 <column alignment="center" valignment="top" width="0pt">
22120 <row>
22121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125 Comando
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134 Relación
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 </row>
22140 <row>
22141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22142 \begin_inset Text
22143
22144 \begin_layout Plain Layout
22145 <
22146 \end_layout
22147
22148 \end_inset
22149 </cell>
22150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22151 \begin_inset Text
22152
22153 \begin_layout Plain Layout
22154 \begin_inset Formula $<$
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 </row>
22163 <row>
22164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168
22169 \backslash
22170 le
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179 \begin_inset Formula $\le$
22180 \end_inset
22181
22182
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 </row>
22188 <row>
22189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193
22194 \backslash
22195 ll
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204 \begin_inset Formula $\ll$
22205 \end_inset
22206
22207
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 </row>
22213 <row>
22214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218
22219 \backslash
22220 prec
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229 \begin_inset Formula $\prec$
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 </row>
22238 <row>
22239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243
22244 \backslash
22245 preceq
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22251 \begin_inset Text
22252
22253 \begin_layout Plain Layout
22254 \begin_inset Formula $\preceq$
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 </row>
22263 <row>
22264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268
22269 \backslash
22270 subset
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22276 \begin_inset Text
22277
22278 \begin_layout Plain Layout
22279 \begin_inset Formula $\subset$
22280 \end_inset
22281
22282
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 </row>
22288 <row>
22289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293
22294 \backslash
22295 subseteq
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304 \begin_inset Formula $\subseteq$
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 </row>
22313 <row>
22314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318
22319 \backslash
22320 sqsubseteq
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 \begin_inset Formula $\sqsubseteq$
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 </row>
22338 <row>
22339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343
22344 \backslash
22345 in
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354 \begin_inset Formula $\in$
22355 \end_inset
22356
22357
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 </row>
22363 <row>
22364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368
22369 \backslash
22370 vdash
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379 \begin_inset Formula $\vdash$
22380 \end_inset
22381
22382
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 </row>
22388 <row>
22389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393
22394 \backslash
22395 smile
22396 \end_layout
22397
22398 \end_inset
22399 </cell>
22400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22401 \begin_inset Text
22402
22403 \begin_layout Plain Layout
22404 \begin_inset Formula $\smile$
22405 \end_inset
22406
22407
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 </row>
22413 <row>
22414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418
22419 \backslash
22420 lhd
22421 \end_layout
22422
22423 \end_inset
22424 </cell>
22425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Plain Layout
22429 \begin_inset Formula $\lhd$
22430 \end_inset
22431
22432
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 </row>
22438 <row>
22439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443
22444 \backslash
22445 unlhd
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 \begin_inset Formula $\unlhd$
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 </row>
22463 <row>
22464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468
22469 \backslash
22470 gtrless
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479 \begin_inset Formula $\gtrless$
22480 \end_inset
22481
22482
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 </row>
22488 <row>
22489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493
22494 \backslash
22495 mid
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504 \begin_inset Formula $\mid$
22505 \end_inset
22506
22507
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 </row>
22513 <row>
22514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518
22519 \backslash
22520 nmid
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529 \begin_inset Formula $\nmid$
22530 \end_inset
22531
22532
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 </row>
22538 </lyxtabular>
22539
22540 \end_inset
22541
22542
22543 \begin_inset space \hfill{}
22544 \end_inset
22545
22546
22547 \begin_inset Tabular
22548 <lyxtabular version="3" rows="17" columns="2">
22549 <features rotate="0" tabularvalignment="middle">
22550 <column alignment="center" valignment="top" width="0pt">
22551 <column alignment="center" valignment="top" width="0pt">
22552 <row>
22553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557 Comando
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 Relación
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 </row>
22572 <row>
22573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577 =
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 \begin_inset Formula $=$
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 </row>
22595 <row>
22596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600
22601 \backslash
22602 not=
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611 \begin_inset Formula $\not=$
22612 \end_inset
22613
22614
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 </row>
22620 <row>
22621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625
22626 \backslash
22627 equiv
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636 \begin_inset Formula $\equiv$
22637 \end_inset
22638
22639
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 </row>
22645 <row>
22646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650
22651 \backslash
22652 sim
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 \begin_inset Formula $\sim$
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 </row>
22670 <row>
22671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675
22676 \backslash
22677 simeq
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 \begin_inset Formula $\simeq$
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 </row>
22695 <row>
22696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700
22701 \backslash
22702 approx
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 \begin_inset Formula $\approx$
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 </row>
22720 <row>
22721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725
22726 \backslash
22727 cong
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736 \begin_inset Formula $\cong$
22737 \end_inset
22738
22739
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 </row>
22745 <row>
22746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750
22751 \backslash
22752 bowtie
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 \begin_inset Formula $\bowtie$
22762 \end_inset
22763
22764
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 </row>
22770 <row>
22771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775
22776 \backslash
22777 notin
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 \begin_inset Formula $\notin$
22787 \end_inset
22788
22789
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 </row>
22795 <row>
22796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800
22801 \backslash
22802 perp
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 \begin_inset Formula $\perp$
22812 \end_inset
22813
22814
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 </row>
22820 <row>
22821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825
22826 \backslash
22827 propto
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22833 \begin_inset Text
22834
22835 \begin_layout Plain Layout
22836 \begin_inset Formula $\propto$
22837 \end_inset
22838
22839
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 </row>
22845 <row>
22846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850
22851 \backslash
22852 asymp
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 \begin_inset Formula $\asymp$
22862 \end_inset
22863
22864
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 </row>
22870 <row>
22871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Plain Layout
22875
22876 \backslash
22877 doteq
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886 \begin_inset Formula $\doteq$
22887 \end_inset
22888
22889
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 </row>
22895 <row>
22896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900
22901 \backslash
22902 circeq
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22908 \begin_inset Text
22909
22910 \begin_layout Plain Layout
22911 \begin_inset Formula $\circeq$
22912 \end_inset
22913
22914
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 </row>
22920 <row>
22921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Plain Layout
22925
22926 \backslash
22927 models
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22933 \begin_inset Text
22934
22935 \begin_layout Plain Layout
22936 \begin_inset Formula $\models$
22937 \end_inset
22938
22939
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 </row>
22945 <row>
22946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22947 \begin_inset Text
22948
22949 \begin_layout Plain Layout
22950
22951 \backslash
22952 widehat=
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961 \begin_inset Formula $\widehat{=}$
22962 \end_inset
22963
22964
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 </row>
22970 </lyxtabular>
22971
22972 \end_inset
22973
22974
22975 \begin_inset space \hfill{}
22976 \end_inset
22977
22978
22979 \begin_inset Tabular
22980 <lyxtabular version="3" rows="17" columns="2">
22981 <features rotate="0" tabularvalignment="middle">
22982 <column alignment="center" valignment="top" width="0pt">
22983 <column alignment="center" valignment="top" width="0pt">
22984 <row>
22985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989 Comando
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998 Relación
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 </row>
23004 <row>
23005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23006 \begin_inset Text
23007
23008 \begin_layout Plain Layout
23009 >
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018 \begin_inset Formula $>$
23019 \end_inset
23020
23021
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 </row>
23027 <row>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032
23033 \backslash
23034 ge
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043 \begin_inset Formula $\ge$
23044 \end_inset
23045
23046
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 </row>
23052 <row>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057
23058 \backslash
23059 gg
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23065 \begin_inset Text
23066
23067 \begin_layout Plain Layout
23068 \begin_inset Formula $\gg$
23069 \end_inset
23070
23071
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 </row>
23077 <row>
23078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082
23083 \backslash
23084 succ
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23090 \begin_inset Text
23091
23092 \begin_layout Plain Layout
23093 \begin_inset Formula $\succ$
23094 \end_inset
23095
23096
23097 \end_layout
23098
23099 \end_inset
23100 </cell>
23101 </row>
23102 <row>
23103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107
23108 \backslash
23109 succeq
23110 \end_layout
23111
23112 \end_inset
23113 </cell>
23114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23115 \begin_inset Text
23116
23117 \begin_layout Plain Layout
23118 \begin_inset Formula $\succeq$
23119 \end_inset
23120
23121
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 </row>
23127 <row>
23128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132
23133 \backslash
23134 supset
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143 \begin_inset Formula $\supset$
23144 \end_inset
23145
23146
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 </row>
23152 <row>
23153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157
23158 \backslash
23159 supseteq
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23165 \begin_inset Text
23166
23167 \begin_layout Plain Layout
23168 \begin_inset Formula $\supseteq$
23169 \end_inset
23170
23171
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 </row>
23177 <row>
23178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182
23183 \backslash
23184 sqsupseteq
23185 \end_layout
23186
23187 \end_inset
23188 </cell>
23189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23190 \begin_inset Text
23191
23192 \begin_layout Plain Layout
23193 \begin_inset Formula $\sqsupseteq$
23194 \end_inset
23195
23196
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 </row>
23202 <row>
23203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207
23208 \backslash
23209 ni
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23215 \begin_inset Text
23216
23217 \begin_layout Plain Layout
23218 \begin_inset Formula $\ni$
23219 \end_inset
23220
23221
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 </row>
23227 <row>
23228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232
23233 \backslash
23234 dashv
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23240 \begin_inset Text
23241
23242 \begin_layout Plain Layout
23243 \begin_inset Formula $\dashv$
23244 \end_inset
23245
23246
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 </row>
23252 <row>
23253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23254 \begin_inset Text
23255
23256 \begin_layout Plain Layout
23257
23258 \backslash
23259 frown
23260 \end_layout
23261
23262 \end_inset
23263 </cell>
23264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23265 \begin_inset Text
23266
23267 \begin_layout Plain Layout
23268 \begin_inset Formula $\frown$
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 </row>
23277 <row>
23278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282
23283 \backslash
23284 rhd
23285 \end_layout
23286
23287 \end_inset
23288 </cell>
23289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23290 \begin_inset Text
23291
23292 \begin_layout Plain Layout
23293 \begin_inset Formula $\rhd$
23294 \end_inset
23295
23296
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 </row>
23302 <row>
23303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23304 \begin_inset Text
23305
23306 \begin_layout Plain Layout
23307
23308 \backslash
23309 unrhd
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318 \begin_inset Formula $\unrhd$
23319 \end_inset
23320
23321
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 </row>
23327 <row>
23328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23329 \begin_inset Text
23330
23331 \begin_layout Plain Layout
23332
23333 \backslash
23334 lessgtr
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout Plain Layout
23343 \begin_inset Formula $\lessgtr$
23344 \end_inset
23345
23346
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 </row>
23352 <row>
23353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23354 \begin_inset Text
23355
23356 \begin_layout Plain Layout
23357
23358 \backslash
23359 parallel
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368 \begin_inset Formula $\parallel$
23369 \end_inset
23370
23371
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 </row>
23377 <row>
23378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382
23383 \backslash
23384 nparallel
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393 \begin_inset Formula $\nparallel$
23394 \end_inset
23395
23396
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 </row>
23402 </lyxtabular>
23403
23404 \end_inset
23405
23406
23407 \begin_inset space \hfill{}
23408 \end_inset
23409
23410
23411 \end_layout
23412
23413 \begin_layout Standard
23414 \begin_inset VSpace medskip
23415 \end_inset
23416
23417
23418 \end_layout
23419
23420 \begin_layout Standard
23421 Los caracteres 
23422 \series bold
23423
23424 \backslash
23425 lhd
23426 \series default
23427  y 
23428 \series bold
23429
23430 \backslash
23431 rhd
23432 \series default
23433  son mayores que los operadores de aspecto similar 
23434 \series bold
23435
23436 \backslash
23437 triangleleft
23438 \series default
23439  y 
23440 \series bold
23441
23442 \backslash
23443 triangleright
23444 \series default
23445 , respectivamente.
23446 \end_layout
23447
23448 \begin_layout Standard
23449 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
23450 \end_layout
23451
23452 \begin_layout Standard
23453 Se pueden componer relaciones con etiquetas con el comando 
23454 \series bold
23455
23456 \backslash
23457 stackrel
23458 \series default
23459
23460 \begin_inset Index idx
23461 status collapsed
23462
23463 \begin_layout Plain Layout
23464 Comandos ! S ! 
23465 \backslash
23466 stackrel
23467 \end_layout
23468
23469 \end_inset
23470
23471 :
23472 \end_layout
23473
23474 \begin_layout Standard
23475 \align center
23476 \begin_inset Tabular
23477 <lyxtabular version="3" rows="2" columns="2">
23478 <features rotate="0" tabularvalignment="middle">
23479 <column alignment="center" valignment="top">
23480 <column alignment="center" valignment="top">
23481 <row>
23482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486 Comando
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495 Resultado
23496 \begin_inset Note Note
23497 status collapsed
23498
23499 \begin_layout Plain Layout
23500
23501 \series bold
23502
23503 \backslash
23504 raisebox
23505 \series default
23506  se usa sólo como espaciador
23507 \end_layout
23508
23509 \end_inset
23510
23511
23512 \end_layout
23513
23514 \end_inset
23515 </cell>
23516 </row>
23517 <row>
23518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522 A(r)
23523 \backslash
23524 stackrel
23525 \begin_inset space \textvisiblespace{}
23526 \end_inset
23527
23528 r
23529 \backslash
23530 to
23531 \backslash
23532 infty
23533 \begin_inset space \textvisiblespace{}
23534 \end_inset
23535
23536
23537 \begin_inset Formula $\downarrow$
23538 \end_inset
23539
23540
23541 \backslash
23542 approx
23543 \begin_inset space \textvisiblespace{}
23544 \end_inset
23545
23546
23547 \begin_inset space \textvisiblespace{}
23548 \end_inset
23549
23550 B
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 </row>
23568 </lyxtabular>
23569
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \begin_layout Section
23576 Funciones
23577 \end_layout
23578
23579 \begin_layout Subsection
23580 Funciones predefinidas
23581 \begin_inset CommandInset label
23582 LatexCommand label
23583 name "sub:Funciones-predefinidas"
23584
23585 \end_inset
23586
23587
23588 \begin_inset Index idx
23589 status collapsed
23590
23591 \begin_layout Plain Layout
23592 Funciones ! predefinidas
23593 \end_layout
23594
23595 \end_inset
23596
23597
23598 \begin_inset Index idx
23599 status collapsed
23600
23601 \begin_layout Plain Layout
23602 Funciones ! en español
23603 \end_layout
23604
23605 \end_inset
23606
23607
23608 \end_layout
23609
23610 \begin_layout Standard
23611 En general las variables se escriben en 
23612 \emph on
23613 cursiva
23614 \emph default
23615  en expresiones matemáticas, pero no los nombres de las funciones, porque
23616  
23617 \begin_inset Formula $sen$
23618 \end_inset
23619
23620  podría confundirse con 
23621 \begin_inset Formula $s\cdot e\cdot n$
23622 \end_inset
23623
23624 .
23625  Por eso hay funciones predefinidas, que además se separan un poco del factor
23626  precedente.
23627  Se insertan como comandos con una barra inversa delante de su nombre.
23628 \end_layout
23629
23630 \begin_layout Standard
23631 \align center
23632 \begin_inset Tabular
23633 <lyxtabular version="3" rows="2" columns="4">
23634 <features rotate="0" tabularvalignment="middle">
23635 <column alignment="center" valignment="top" width="0pt">
23636 <column alignment="center" valignment="top" width="0pt">
23637 <column alignment="center" valignment="top" width="0pt">
23638 <column alignment="center" valignment="top" width="0pt">
23639 <row>
23640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644 Comando
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653 Resultado
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662 Comando
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23668 \begin_inset Text
23669
23670 \begin_layout Plain Layout
23671 Resultado
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 </row>
23677 <row>
23678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682 Asen(x)+B
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23688 \begin_inset Text
23689
23690 \begin_layout Plain Layout
23691 \begin_inset Formula $Asen(x)+B$
23692 \end_inset
23693
23694
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703 A
23704 \backslash
23705 sen(x)+B
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714 \begin_inset Formula $A\sen(x)+B$
23715 \end_inset
23716
23717
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 </row>
23723 </lyxtabular>
23724
23725 \end_inset
23726
23727
23728 \end_layout
23729
23730 \begin_layout Standard
23731 Las funciones siguientes están predefinidas:
23732 \begin_inset Foot
23733 status collapsed
23734
23735 \begin_layout Plain Layout
23736 Se han añadido los comandos equivalentes proporcionados por el estilo 
23737 \series bold
23738 spanish
23739 \series default
23740  de 
23741 \series bold
23742 babel
23743 \series default
23744 .
23745  (Estos no están disponibles en el panel de funciones).
23746  Además, en su caso, las funciones serán acentuadas automáticamente en la
23747  salida, p.
23748 \begin_inset space \thinspace{}
23749 \end_inset
23750
23751 e.
23752  
23753 \begin_inset Quotes fld
23754 \end_inset
23755
23756 lím
23757 \begin_inset Quotes frd
23758 \end_inset
23759
23760  o 
23761 \begin_inset Quotes fld
23762 \end_inset
23763
23764 máx
23765 \begin_inset Quotes frd
23766 \end_inset
23767
23768 .
23769  Más información en 
23770 \begin_inset CommandInset citation
23771 LatexCommand cite
23772 key "spanish"
23773
23774 \end_inset
23775
23776 .
23777  (
23778 \emph on
23779 N.
23780 \begin_inset space \thinspace{}
23781 \end_inset
23782
23783 del t.
23784 \emph default
23785 )
23786 \end_layout
23787
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \begin_layout Standard
23794 \begin_inset VSpace -2mm
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \begin_layout Standard
23801 \align center
23802 \begin_inset Tabular
23803 <lyxtabular version="3" rows="9" columns="7">
23804 <features rotate="0" tabularvalignment="middle">
23805 <column alignment="center" valignment="top" width="0pt">
23806 <column alignment="center" valignment="top" width="0pt">
23807 <column alignment="center" valignment="top" width="0pt">
23808 <column alignment="center" valignment="top" width="0pt">
23809 <column alignment="center" valignment="top" width="0pt">
23810 <column alignment="center" valignment="top" width="0pt">
23811 <column alignment="center" valignment="top" width="0pt">
23812 <row>
23813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817 Comando
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 español
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835 Comando
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844 español
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853 Comando
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862 español
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871 Comando
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 </row>
23877 <row>
23878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882
23883 \backslash
23884 sin
23885 \end_layout
23886
23887 \end_inset
23888 </cell>
23889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893
23894 \backslash
23895 sen
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904
23905 \backslash
23906 sinh
23907 \end_layout
23908
23909 \end_inset
23910 </cell>
23911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23912 \begin_inset Text
23913
23914 \begin_layout Plain Layout
23915
23916 \backslash
23917 senh
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926
23927 \backslash
23928 arcsin
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937
23938 \backslash
23939 arcsen
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948
23949 \backslash
23950 sup
23951 \end_layout
23952
23953 \end_inset
23954 </cell>
23955 </row>
23956 <row>
23957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961
23962 \backslash
23963 cos
23964 \end_layout
23965
23966 \end_inset
23967 </cell>
23968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981
23982 \backslash
23983 cosh
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23989 \begin_inset Text
23990
23991 \begin_layout Plain Layout
23992
23993 \end_layout
23994
23995 \end_inset
23996 </cell>
23997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23998 \begin_inset Text
23999
24000 \begin_layout Plain Layout
24001
24002 \backslash
24003 arccos
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24009 \begin_inset Text
24010
24011 \begin_layout Plain Layout
24012
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021
24022 \backslash
24023 inf
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 </row>
24029 <row>
24030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24031 \begin_inset Text
24032
24033 \begin_layout Plain Layout
24034
24035 \backslash
24036 tan
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24042 \begin_inset Text
24043
24044 \begin_layout Plain Layout
24045
24046 \backslash
24047 tg
24048 \end_layout
24049
24050 \end_inset
24051 </cell>
24052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24053 \begin_inset Text
24054
24055 \begin_layout Plain Layout
24056
24057 \backslash
24058 tanh
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24064 \begin_inset Text
24065
24066 \begin_layout Plain Layout
24067
24068 \backslash
24069 tgh
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078
24079 \backslash
24080 arctan
24081 \end_layout
24082
24083 \end_inset
24084 </cell>
24085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24086 \begin_inset Text
24087
24088 \begin_layout Plain Layout
24089
24090 \backslash
24091 arctg
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100
24101 \backslash
24102 lim
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 </row>
24108 <row>
24109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113
24114 \backslash
24115 cot
24116 \end_layout
24117
24118 \end_inset
24119 </cell>
24120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24121 \begin_inset Text
24122
24123 \begin_layout Plain Layout
24124
24125 \backslash
24126 cotg
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24132 \begin_inset Text
24133
24134 \begin_layout Plain Layout
24135
24136 \backslash
24137 coth
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155
24156 \backslash
24157 arg
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175
24176 \backslash
24177 liminf
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 </row>
24183 <row>
24184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188
24189 \backslash
24190 sec
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Plain Layout
24199
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208
24209 \backslash
24210 min
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228
24229 \backslash
24230 deg
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248
24249 \backslash
24250 limsup
24251 \end_layout
24252
24253 \end_inset
24254 </cell>
24255 </row>
24256 <row>
24257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261
24262 \backslash
24263 csc
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272
24273 \backslash
24274 cosec
24275 \end_layout
24276
24277 \end_inset
24278 </cell>
24279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24280 \begin_inset Text
24281
24282 \begin_layout Plain Layout
24283
24284 \backslash
24285 max
24286 \end_layout
24287
24288 \end_inset
24289 </cell>
24290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294
24295 \end_layout
24296
24297 \end_inset
24298 </cell>
24299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24300 \begin_inset Text
24301
24302 \begin_layout Plain Layout
24303
24304 \backslash
24305 det
24306 \end_layout
24307
24308 \end_inset
24309 </cell>
24310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24311 \begin_inset Text
24312
24313 \begin_layout Plain Layout
24314
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323
24324 \backslash
24325 Pr
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 </row>
24331 <row>
24332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Plain Layout
24336
24337 \backslash
24338 ln
24339 \end_layout
24340
24341 \end_inset
24342 </cell>
24343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24344 \begin_inset Text
24345
24346 \begin_layout Plain Layout
24347
24348 \end_layout
24349
24350 \end_inset
24351 </cell>
24352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356
24357 \backslash
24358 exp
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376
24377 \backslash
24378 dim
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387
24388 \end_layout
24389
24390 \end_inset
24391 </cell>
24392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396
24397 \backslash
24398 hom
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 </row>
24404 <row>
24405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409
24410 \backslash
24411 lg
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420
24421 \end_layout
24422
24423 \end_inset
24424 </cell>
24425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429
24430 \backslash
24431 log
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449
24450 \backslash
24451 ker
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469
24470 \backslash
24471 gcd
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 </row>
24477 </lyxtabular>
24478
24479 \end_inset
24480
24481
24482 \end_layout
24483
24484 \begin_layout Standard
24485 También se pueden insertar con el botón 
24486 \begin_inset Graphics
24487         filename ../../images/math/functions.png
24488         scale 85
24489
24490 \end_inset
24491
24492  de la barra de ecuaciones.
24493 \end_layout
24494
24495 \begin_layout Subsection
24496 Funciones definidas por el usuario
24497 \begin_inset Index idx
24498 status collapsed
24499
24500 \begin_layout Plain Layout
24501 Funciones ! personalizadas
24502 \end_layout
24503
24504 \end_inset
24505
24506
24507 \end_layout
24508
24509 \begin_layout Standard
24510 Para usar una función no predefinida, como por ejemplo la función signo,
24511  sgn(x), hay dos posibilidades:
24512 \end_layout
24513
24514 \begin_layout Itemize
24515 Define la función añadiendo al preámbulo LaTeX la línea
24516 \begin_inset Foot
24517 status collapsed
24518
24519 \begin_layout Plain Layout
24520 Más sobre 
24521 \series bold
24522
24523 \backslash
24524 DeclareMathOperator
24525 \series default
24526  en 
24527 \begin_inset CommandInset ref
24528 LatexCommand ref
24529 reference "sub:Operadores-de-usuario"
24530
24531 \end_inset
24532
24533
24534 \end_layout
24535
24536 \end_inset
24537
24538
24539 \begin_inset Newline newline
24540 \end_inset
24541
24542
24543 \begin_inset VSpace -3mm
24544 \end_inset
24545
24546
24547 \begin_inset Newline newline
24548 \end_inset
24549
24550
24551 \series bold
24552
24553 \backslash
24554 DeclareMathOperator{
24555 \backslash
24556 sgn}{sgn}
24557 \series default
24558
24559 \begin_inset Index idx
24560 status collapsed
24561
24562 \begin_layout Plain Layout
24563 Comandos ! D ! 
24564 \backslash
24565 dbinom@
24566 \backslash
24567 DeclareMathOperator
24568 \end_layout
24569
24570 \end_inset
24571
24572
24573 \begin_inset Newline newline
24574 \end_inset
24575
24576
24577 \begin_inset VSpace -2mm
24578 \end_inset
24579
24580
24581 \begin_inset Newline newline
24582 \end_inset
24583
24584 Ahora la función recién definida se puede obtener con el comando 
24585 \series bold
24586
24587 \backslash
24588 sgn
24589 \series default
24590 .
24591 \end_layout
24592
24593 \begin_layout Itemize
24594 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
24595  en nuestro ejemplo las letras 
24596 \emph on
24597 sgn
24598 \emph default
24599 , y cámbialo a texto matemático.
24600  Entre el factor precedente y la función se inserta un espacio.
24601 \end_layout
24602
24603 \begin_layout Standard
24604 El resultado con ambos métodos es el mismo que con una función predefinida:
24605 \begin_inset Foot
24606 status collapsed
24607
24608 \begin_layout Plain Layout
24609 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
24610  negro.
24611 \end_layout
24612
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \begin_layout Standard
24619 \align center
24620 \begin_inset Tabular
24621 <lyxtabular version="3" rows="3" columns="2">
24622 <features rotate="0" tabularvalignment="middle">
24623 <column alignment="center" valignment="top" width="0pt">
24624 <column alignment="center" valignment="top" width="0pt">
24625 <row>
24626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24627 \begin_inset Text
24628
24629 \begin_layout Plain Layout
24630 Comando
24631 \end_layout
24632
24633 \end_inset
24634 </cell>
24635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24636 \begin_inset Text
24637
24638 \begin_layout Plain Layout
24639 Resultado
24640 \end_layout
24641
24642 \end_inset
24643 </cell>
24644 </row>
24645 <row>
24646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24647 \begin_inset Text
24648
24649 \begin_layout Plain Layout
24650 A
24651 \backslash
24652 sgn(x)+B
24653 \end_layout
24654
24655 \end_inset
24656 </cell>
24657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24658 \begin_inset Text
24659
24660 \begin_layout Plain Layout
24661 \begin_inset Formula $A\sgn(x)+B$
24662 \end_inset
24663
24664
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 </row>
24670 <row>
24671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24672 \begin_inset Text
24673
24674 \begin_layout Plain Layout
24675 A
24676 \backslash
24677 ,
24678 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
24679 \end_inset
24680
24681 (x)+B
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
24691 \end_inset
24692
24693
24694 \end_layout
24695
24696 \end_inset
24697 </cell>
24698 </row>
24699 </lyxtabular>
24700
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \begin_layout Standard
24707 El primer método es preferible si la función se va a usar varias veces.
24708 \end_layout
24709
24710 \begin_layout Standard
24711 \noindent
24712 \align center
24713 \begin_inset Newpage newpage
24714 \end_inset
24715
24716
24717 \end_layout
24718
24719 \begin_layout Subsection
24720 Límites
24721 \begin_inset Index idx
24722 status collapsed
24723
24724 \begin_layout Plain Layout
24725 Limites@Límites
24726 \end_layout
24727
24728 \end_inset
24729
24730
24731 \end_layout
24732
24733 \begin_layout Standard
24734 Para límites, además de 
24735 \series bold
24736
24737 \backslash
24738 lim
24739 \series default
24740
24741 \begin_inset Index idx
24742 status collapsed
24743
24744 \begin_layout Plain Layout
24745 Comandos ! L ! 
24746 \backslash
24747 lim
24748 \end_layout
24749
24750 \end_inset
24751
24752
24753 \series bold
24754
24755 \backslash
24756 liminf
24757 \series default
24758  y 
24759 \series bold
24760
24761 \backslash
24762 limsup
24763 \series default
24764  están definidas las siguientes funciones:
24765 \series bold
24766  
24767 \end_layout
24768
24769 \begin_layout Standard
24770 \noindent
24771 \align center
24772 \begin_inset Tabular
24773 <lyxtabular version="3" rows="5" columns="2">
24774 <features rotate="0" tabularvalignment="middle">
24775 <column alignment="center" valignment="top">
24776 <column alignment="center" valignment="top">
24777 <row>
24778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Plain Layout
24782 Comando
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24788 \begin_inset Text
24789
24790 \begin_layout Plain Layout
24791 Resultado
24792 \begin_inset Note Note
24793 status collapsed
24794
24795 \begin_layout Plain Layout
24796
24797 \series bold
24798
24799 \backslash
24800 raisebox
24801 \series default
24802  se usa sólo como espaciador
24803 \end_layout
24804
24805 \end_inset
24806
24807
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 </row>
24813 <row>
24814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24815 \begin_inset Text
24816
24817 \begin_layout Plain Layout
24818
24819 \backslash
24820 varliminf
24821 \end_layout
24822
24823 \end_inset
24824 </cell>
24825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24826 \begin_inset Text
24827
24828 \begin_layout Plain Layout
24829 \begin_inset Formula $\varliminf$
24830 \end_inset
24831
24832
24833 \end_layout
24834
24835 \end_inset
24836 </cell>
24837 </row>
24838 <row>
24839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24840 \begin_inset Text
24841
24842 \begin_layout Plain Layout
24843
24844 \backslash
24845 varlimsup
24846 \end_layout
24847
24848 \end_inset
24849 </cell>
24850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854 \begin_inset Formula $\varlimsup$
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \end_inset
24861 </cell>
24862 </row>
24863 <row>
24864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868
24869 \backslash
24870 varprojlim
24871 \end_layout
24872
24873 \end_inset
24874 </cell>
24875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24876 \begin_inset Text
24877
24878 \begin_layout Plain Layout
24879 \begin_inset Formula $\varprojlim$
24880 \end_inset
24881
24882
24883 \end_layout
24884
24885 \end_inset
24886 </cell>
24887 </row>
24888 <row>
24889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24890 \begin_inset Text
24891
24892 \begin_layout Plain Layout
24893
24894 \backslash
24895 varinjlim
24896 \end_layout
24897
24898 \end_inset
24899 </cell>
24900 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24901 \begin_inset Text
24902
24903 \begin_layout Plain Layout
24904 \begin_inset Formula $\varinjlim$
24905 \end_inset
24906
24907
24908 \begin_inset Formula $\raisebox{-2.5mm}{}$
24909 \end_inset
24910
24911
24912 \end_layout
24913
24914 \end_inset
24915 </cell>
24916 </row>
24917 </lyxtabular>
24918
24919 \end_inset
24920
24921
24922 \end_layout
24923
24924 \begin_layout Standard
24925 \begin_inset VSpace medskip
24926 \end_inset
24927
24928
24929 \end_layout
24930
24931 \begin_layout Standard
24932 El límite se crea insertando un subíndice.
24933  Se imprime a la derecha junto a la función en una fórmula en línea:
24934 \end_layout
24935
24936 \begin_layout Standard
24937 \noindent
24938 \align center
24939 \begin_inset Tabular
24940 <lyxtabular version="3" rows="2" columns="2">
24941 <features rotate="0" tabularvalignment="middle">
24942 <column alignment="center" valignment="top" width="0pt">
24943 <column alignment="center" valignment="top" width="0pt">
24944 <row>
24945 <cell alignment="center" valignment="top" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949 Comando
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 <cell alignment="center" valignment="top" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958 \begin_inset space \hspace{}
24959 \length 1cm
24960 \end_inset
24961
24962 Resultado
24963 \begin_inset Note Note
24964 status collapsed
24965
24966 \begin_layout Plain Layout
24967
24968 \series bold
24969
24970 \backslash
24971 raisebox
24972 \series default
24973  se usa sólo como espaciador
24974 \end_layout
24975
24976 \end_inset
24977
24978
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 </row>
24984 <row>
24985 <cell alignment="center" valignment="top" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989
24990 \backslash
24991 lim_x
24992 \backslash
24993 to
24994 \begin_inset space \textvisiblespace{}
24995 \end_inset
24996
24997 A
24998 \begin_inset space \textvisiblespace{}
24999 \end_inset
25000
25001 x=B
25002 \end_layout
25003
25004 \end_inset
25005 </cell>
25006 <cell alignment="center" valignment="top" usebox="none">
25007 \begin_inset Text
25008
25009 \begin_layout Plain Layout
25010 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25011 \end_inset
25012
25013
25014 \end_layout
25015
25016 \end_inset
25017 </cell>
25018 </row>
25019 </lyxtabular>
25020
25021 \end_inset
25022
25023
25024 \end_layout
25025
25026 \begin_layout Standard
25027 En una ecuación presentada el límite se imprime debajo, como es habitual:
25028 \begin_inset Formula 
25029 \[
25030 \lim\limits _{x\rightarrow A}=B
25031 \]
25032
25033 \end_inset
25034
25035
25036 \end_layout
25037
25038 \begin_layout Subsection
25039 Función módulo
25040 \begin_inset Index idx
25041 status collapsed
25042
25043 \begin_layout Plain Layout
25044 Funciones ! módulo
25045 \end_layout
25046
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \begin_layout Standard
25053 La función módulo es especial, porque existe en cuatro variantes.
25054 \end_layout
25055
25056 \begin_layout Standard
25057 En una ecuación presentada:
25058 \begin_inset Formula 
25059 \begin{align*}
25060 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25061 \mathrm{a\backslash mod\textrm{\textvisiblespace}b} &  & a\mod b\\
25062 \mathrm{a\backslash pmod\textrm{\textvisiblespace}b} &  & a\pmod b\\
25063 \mathrm{a\backslash bmod\textrm{\textvisiblespace}b} &  & a\bmod b\\
25064 \mathrm{a\backslash pod\textrm{\textvisiblespace}b} &  & a\pod b
25065 \end{align*}
25066
25067 \end_inset
25068
25069 En una ecuación en línea se pone menos espacio delante del nombre de la
25070  función para todas las variantes.
25071  Por omisión, las funciones módulo solo tienen en cuenta el primer carácter
25072  siguente.
25073  Para aplicarlas a más de un carácter hay que poner estos entre llaves TeX:
25074 \begin_inset Formula 
25075 \begin{align*}
25076 \underline{\textrm{Comando}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Resultado}}\\
25077 \mathrm{a\backslash pod\textrm{\textvisiblespace}bcd} &  & a\pod bcd\\
25078 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25079 \end{align*}
25080
25081 \end_inset
25082
25083
25084 \end_layout
25085
25086 \begin_layout Section
25087 Caracteres especiales
25088 \begin_inset Index idx
25089 status collapsed
25090
25091 \begin_layout Plain Layout
25092 Caracteres especiales
25093 \end_layout
25094
25095 \end_inset
25096
25097
25098 \end_layout
25099
25100 \begin_layout Subsection
25101 Caracteres especiales en texto matemático
25102 \end_layout
25103
25104 \begin_layout Standard
25105 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25106  TeX:
25107 \end_layout
25108
25109 \begin_layout Standard
25110 \begin_inset space \hfill{}
25111 \end_inset
25112
25113
25114 \begin_inset Tabular
25115 <lyxtabular version="3" rows="8" columns="2">
25116 <features rotate="0" tabularvalignment="middle">
25117 <column alignment="block" valignment="top">
25118 <column alignment="block" valignment="top">
25119 <row>
25120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Plain Layout
25124 Comando
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133 Resultado
25134 \end_layout
25135
25136 \end_inset
25137 </cell>
25138 </row>
25139 <row>
25140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144
25145 \backslash
25146 oe
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155 \begin_inset Formula $\textrm{œ}$
25156 \end_inset
25157
25158
25159 \end_layout
25160
25161 \end_inset
25162 </cell>
25163 </row>
25164 <row>
25165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25166 \begin_inset Text
25167
25168 \begin_layout Plain Layout
25169
25170 \backslash
25171 OE
25172 \end_layout
25173
25174 \end_inset
25175 </cell>
25176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25177 \begin_inset Text
25178
25179 \begin_layout Plain Layout
25180 \begin_inset Formula $\textrm{Œ}$
25181 \end_inset
25182
25183
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 </row>
25189 <row>
25190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194
25195 \backslash
25196 ae
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205 \begin_inset Formula $\textrm{æ}$
25206 \end_inset
25207
25208
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 </row>
25214 <row>
25215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219
25220 \backslash
25221 AE
25222 \end_layout
25223
25224 \end_inset
25225 </cell>
25226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25227 \begin_inset Text
25228
25229 \begin_layout Plain Layout
25230 \begin_inset Formula $\textrm{Æ}$
25231 \end_inset
25232
25233
25234 \end_layout
25235
25236 \end_inset
25237 </cell>
25238 </row>
25239 <row>
25240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244
25245 \backslash
25246 aa
25247 \end_layout
25248
25249 \end_inset
25250 </cell>
25251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25252 \begin_inset Text
25253
25254 \begin_layout Plain Layout
25255 \begin_inset Formula $\textrm{\aa}$
25256 \end_inset
25257
25258
25259 \end_layout
25260
25261 \end_inset
25262 </cell>
25263 </row>
25264 <row>
25265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25266 \begin_inset Text
25267
25268 \begin_layout Plain Layout
25269
25270 \backslash
25271 AA
25272 \begin_inset Index idx
25273 status collapsed
25274
25275 \begin_layout Plain Layout
25276
25277 \backslash
25278 @
25279 \begin_inset ERT
25280 status collapsed
25281
25282 \begin_layout Plain Layout
25283
25284
25285 \backslash
25286 textrm{
25287 \backslash
25288 AA}
25289 \end_layout
25290
25291 \end_inset
25292
25293
25294 \end_layout
25295
25296 \end_inset
25297
25298
25299 \end_layout
25300
25301 \end_inset
25302 </cell>
25303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25304 \begin_inset Text
25305
25306 \begin_layout Plain Layout
25307 \begin_inset Formula $\textrm{Å}$
25308 \end_inset
25309
25310
25311 \end_layout
25312
25313 \end_inset
25314 </cell>
25315 </row>
25316 <row>
25317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25318 \begin_inset Text
25319
25320 \begin_layout Plain Layout
25321
25322 \backslash
25323 i
25324 \end_layout
25325
25326 \end_inset
25327 </cell>
25328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25329 \begin_inset Text
25330
25331 \begin_layout Plain Layout
25332 \begin_inset Formula $\textrm{ı}$
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \end_inset
25339 </cell>
25340 </row>
25341 </lyxtabular>
25342
25343 \end_inset
25344
25345
25346 \begin_inset space \hfill{}
25347 \end_inset
25348
25349
25350 \begin_inset Tabular
25351 <lyxtabular version="3" rows="8" columns="2">
25352 <features rotate="0" tabularvalignment="middle">
25353 <column alignment="block" valignment="top">
25354 <column alignment="center" valignment="top">
25355 <row>
25356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25357 \begin_inset Text
25358
25359 \begin_layout Plain Layout
25360 Comando
25361 \begin_inset Note Note
25362 status collapsed
25363
25364 \begin_layout Plain Layout
25365
25366 \series bold
25367
25368 \backslash
25369 raisebox
25370 \series default
25371  se usa sólo como espaciador
25372 \end_layout
25373
25374 \end_inset
25375
25376
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385 Resultado
25386 \end_layout
25387
25388 \end_inset
25389 </cell>
25390 </row>
25391 <row>
25392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25393 \begin_inset Text
25394
25395 \begin_layout Plain Layout
25396
25397 \backslash
25398 o
25399 \end_layout
25400
25401 \end_inset
25402 </cell>
25403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25404 \begin_inset Text
25405
25406 \begin_layout Plain Layout
25407 \begin_inset Formula $\textrm{ø}$
25408 \end_inset
25409
25410
25411 \end_layout
25412
25413 \end_inset
25414 </cell>
25415 </row>
25416 <row>
25417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25418 \begin_inset Text
25419
25420 \begin_layout Plain Layout
25421
25422 \backslash
25423 O
25424 \end_layout
25425
25426 \end_inset
25427 </cell>
25428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25429 \begin_inset Text
25430
25431 \begin_layout Plain Layout
25432 \begin_inset Formula $\textrm{Ø}$
25433 \end_inset
25434
25435
25436 \end_layout
25437
25438 \end_inset
25439 </cell>
25440 </row>
25441 <row>
25442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Plain Layout
25446
25447 \backslash
25448 l
25449 \end_layout
25450
25451 \end_inset
25452 </cell>
25453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25454 \begin_inset Text
25455
25456 \begin_layout Plain Layout
25457 \begin_inset Formula $\textrm{ł}$
25458 \end_inset
25459
25460
25461 \end_layout
25462
25463 \end_inset
25464 </cell>
25465 </row>
25466 <row>
25467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25468 \begin_inset Text
25469
25470 \begin_layout Plain Layout
25471
25472 \backslash
25473 L
25474 \end_layout
25475
25476 \end_inset
25477 </cell>
25478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25479 \begin_inset Text
25480
25481 \begin_layout Plain Layout
25482 \begin_inset Formula $\textrm{Ł}$
25483 \end_inset
25484
25485
25486 \end_layout
25487
25488 \end_inset
25489 </cell>
25490 </row>
25491 <row>
25492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25493 \begin_inset Text
25494
25495 \begin_layout Plain Layout
25496 !
25497 \begin_inset space \hspace{}
25498 \length 0mm
25499 \end_inset
25500
25501 `
25502 \begin_inset space \textvisiblespace{}
25503 \end_inset
25504
25505
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25511 \begin_inset Text
25512
25513 \begin_layout Plain Layout
25514 \begin_inset Formula $\textrm{!`}$
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \end_inset
25521 </cell>
25522 </row>
25523 <row>
25524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25525 \begin_inset Text
25526
25527 \begin_layout Plain Layout
25528 ?
25529 \begin_inset space \hspace{}
25530 \length 0mm
25531 \end_inset
25532
25533 `
25534 \begin_inset space \textvisiblespace{}
25535 \end_inset
25536
25537
25538 \end_layout
25539
25540 \end_inset
25541 </cell>
25542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25543 \begin_inset Text
25544
25545 \begin_layout Plain Layout
25546 \begin_inset Formula $\textrm{?`}$
25547 \end_inset
25548
25549
25550 \end_layout
25551
25552 \end_inset
25553 </cell>
25554 </row>
25555 <row>
25556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25557 \begin_inset Text
25558
25559 \begin_layout Plain Layout
25560
25561 \backslash
25562 j
25563 \end_layout
25564
25565 \end_inset
25566 </cell>
25567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25568 \begin_inset Text
25569
25570 \begin_layout Plain Layout
25571 \begin_inset Formula $\textrm{ȷ}$
25572 \end_inset
25573
25574
25575 \end_layout
25576
25577 \end_inset
25578 </cell>
25579 </row>
25580 </lyxtabular>
25581
25582 \end_inset
25583
25584
25585 \begin_inset space \hfill{}
25586 \end_inset
25587
25588
25589 \end_layout
25590
25591 \begin_layout Standard
25592 Los caracteres 
25593 \begin_inset Formula $\textrm{\textrm{Å}}$
25594 \end_inset
25595
25596  y 
25597 \begin_inset Formula $\textrm{\textrm{Ø}}$
25598 \end_inset
25599
25600  también se pueden insertar mediante el botón 
25601 \begin_inset Graphics
25602         filename ../../images/math/digamma.png
25603         scale 85
25604
25605 \end_inset
25606
25607  de la barra de ecuaciones.
25608 \end_layout
25609
25610 \begin_layout Standard
25611 Los comandos 
25612 \series bold
25613 !
25614 \begin_inset space \hspace{}
25615 \length 0mm
25616 \end_inset
25617
25618 `
25619 \series default
25620  y 
25621 \series bold
25622 ?
25623 \begin_inset space \hspace{}
25624 \length 0mm
25625 \end_inset
25626
25627 `
25628 \series default
25629  son una excepción porque se pueden insertar directamente a texto en LyX.
25630  
25631 \end_layout
25632
25633 \begin_layout Subsection
25634 Acentos en texto
25635 \begin_inset CommandInset label
25636 LatexCommand label
25637 name "sub:Acentos-en-texto"
25638
25639 \end_inset
25640
25641
25642 \begin_inset Index idx
25643 status collapsed
25644
25645 \begin_layout Plain Layout
25646 Acentos ! en texto
25647 \end_layout
25648
25649 \end_inset
25650
25651
25652 \end_layout
25653
25654 \begin_layout Standard
25655 Con los siguientes comandos se pueden acentuar todas las letras.
25656  Los comandos deben ponerse en modo TeX.
25657 \end_layout
25658
25659 \begin_layout Standard
25660 \begin_inset space \hfill{}
25661 \end_inset
25662
25663
25664 \begin_inset Tabular
25665 <lyxtabular version="3" rows="8" columns="2">
25666 <features rotate="0" tabularvalignment="middle">
25667 <column alignment="block" valignment="top">
25668 <column alignment="block" valignment="top">
25669 <row>
25670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25671 \begin_inset Text
25672
25673 \begin_layout Plain Layout
25674 Comando
25675 \end_layout
25676
25677 \end_inset
25678 </cell>
25679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25680 \begin_inset Text
25681
25682 \begin_layout Plain Layout
25683 Resultado
25684 \end_layout
25685
25686 \end_inset
25687 </cell>
25688 </row>
25689 <row>
25690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25691 \begin_inset Text
25692
25693 \begin_layout Plain Layout
25694
25695 \backslash
25696
25697 \begin_inset Quotes grd
25698 \end_inset
25699
25700 e
25701 \end_layout
25702
25703 \end_inset
25704 </cell>
25705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25706 \begin_inset Text
25707
25708 \begin_layout Plain Layout
25709 \begin_inset ERT
25710 status collapsed
25711
25712 \begin_layout Plain Layout
25713
25714
25715 \backslash
25716 "e
25717 \end_layout
25718
25719 \end_inset
25720
25721
25722 \end_layout
25723
25724 \end_inset
25725 </cell>
25726 </row>
25727 <row>
25728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25729 \begin_inset Text
25730
25731 \begin_layout Plain Layout
25732
25733 \backslash
25734 `e
25735 \end_layout
25736
25737 \end_inset
25738 </cell>
25739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25740 \begin_inset Text
25741
25742 \begin_layout Plain Layout
25743 \begin_inset ERT
25744 status collapsed
25745
25746 \begin_layout Plain Layout
25747
25748
25749 \backslash
25750 `e
25751 \end_layout
25752
25753 \end_inset
25754
25755
25756 \end_layout
25757
25758 \end_inset
25759 </cell>
25760 </row>
25761 <row>
25762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25763 \begin_inset Text
25764
25765 \begin_layout Plain Layout
25766
25767 \backslash
25768 ^
25769 \begin_inset space \textvisiblespace{}
25770 \end_inset
25771
25772 e
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781 \begin_inset ERT
25782 status collapsed
25783
25784 \begin_layout Plain Layout
25785
25786
25787 \backslash
25788 ^e
25789 \end_layout
25790
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \end_inset
25797 </cell>
25798 </row>
25799 <row>
25800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Plain Layout
25804
25805 \backslash
25806 =e
25807 \end_layout
25808
25809 \end_inset
25810 </cell>
25811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815 \begin_inset ERT
25816 status collapsed
25817
25818 \begin_layout Plain Layout
25819
25820
25821 \backslash
25822 =e
25823 \end_layout
25824
25825 \end_inset
25826
25827
25828 \end_layout
25829
25830 \end_inset
25831 </cell>
25832 </row>
25833 <row>
25834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25835 \begin_inset Text
25836
25837 \begin_layout Plain Layout
25838
25839 \backslash
25840 u
25841 \begin_inset space \textvisiblespace{}
25842 \end_inset
25843
25844 e
25845 \end_layout
25846
25847 \end_inset
25848 </cell>
25849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853 \begin_inset ERT
25854 status collapsed
25855
25856 \begin_layout Plain Layout
25857
25858
25859 \backslash
25860 u e
25861 \end_layout
25862
25863 \end_inset
25864
25865
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 </row>
25871 <row>
25872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25873 \begin_inset Text
25874
25875 \begin_layout Plain Layout
25876
25877 \backslash
25878 b
25879 \begin_inset space \textvisiblespace{}
25880 \end_inset
25881
25882 e
25883 \end_layout
25884
25885 \end_inset
25886 </cell>
25887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25888 \begin_inset Text
25889
25890 \begin_layout Plain Layout
25891 \begin_inset ERT
25892 status collapsed
25893
25894 \begin_layout Plain Layout
25895
25896
25897 \backslash
25898 b e
25899 \end_layout
25900
25901 \end_inset
25902
25903
25904 \end_layout
25905
25906 \end_inset
25907 </cell>
25908 </row>
25909 <row>
25910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25911 \begin_inset Text
25912
25913 \begin_layout Plain Layout
25914
25915 \backslash
25916 t
25917 \begin_inset space \textvisiblespace{}
25918 \end_inset
25919
25920 ee
25921 \end_layout
25922
25923 \end_inset
25924 </cell>
25925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25926 \begin_inset Text
25927
25928 \begin_layout Plain Layout
25929 \begin_inset ERT
25930 status collapsed
25931
25932 \begin_layout Plain Layout
25933
25934
25935 \backslash
25936 t ee
25937 \end_layout
25938
25939 \end_inset
25940
25941
25942 \end_layout
25943
25944 \end_inset
25945 </cell>
25946 </row>
25947 </lyxtabular>
25948
25949 \end_inset
25950
25951
25952 \begin_inset space \hfill{}
25953 \end_inset
25954
25955
25956 \begin_inset Tabular
25957 <lyxtabular version="3" rows="8" columns="2">
25958 <features rotate="0" tabularvalignment="middle">
25959 <column alignment="block" valignment="top">
25960 <column alignment="center" valignment="top">
25961 <row>
25962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966 Comando
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Plain Layout
25975 Resultado
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 </row>
25981 <row>
25982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25983 \begin_inset Text
25984
25985 \begin_layout Plain Layout
25986
25987 \backslash
25988 H
25989 \begin_inset space \textvisiblespace{}
25990 \end_inset
25991
25992 e
25993 \end_layout
25994
25995 \end_inset
25996 </cell>
25997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25998 \begin_inset Text
25999
26000 \begin_layout Plain Layout
26001 \begin_inset ERT
26002 status collapsed
26003
26004 \begin_layout Plain Layout
26005
26006
26007 \backslash
26008 H e
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \end_inset
26017 </cell>
26018 </row>
26019 <row>
26020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26021 \begin_inset Text
26022
26023 \begin_layout Plain Layout
26024
26025 \backslash
26026 'e
26027 \end_layout
26028
26029 \end_inset
26030 </cell>
26031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26032 \begin_inset Text
26033
26034 \begin_layout Plain Layout
26035 \begin_inset ERT
26036 status collapsed
26037
26038 \begin_layout Plain Layout
26039
26040
26041 \backslash
26042 'e
26043 \end_layout
26044
26045 \end_inset
26046
26047
26048 \end_layout
26049
26050 \end_inset
26051 </cell>
26052 </row>
26053 <row>
26054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26055 \begin_inset Text
26056
26057 \begin_layout Plain Layout
26058
26059 \backslash
26060 ~e
26061 \begin_inset Index idx
26062 status collapsed
26063
26064 \begin_layout Plain Layout
26065 Tilde
26066 \end_layout
26067
26068 \end_inset
26069
26070
26071 \end_layout
26072
26073 \end_inset
26074 </cell>
26075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26076 \begin_inset Text
26077
26078 \begin_layout Plain Layout
26079 \begin_inset ERT
26080 status collapsed
26081
26082 \begin_layout Plain Layout
26083
26084
26085 \backslash
26086 ~e
26087 \end_layout
26088
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 </row>
26097 <row>
26098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102
26103 \backslash
26104 .e
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113 \begin_inset ERT
26114 status collapsed
26115
26116 \begin_layout Plain Layout
26117
26118
26119 \backslash
26120 .e
26121 \end_layout
26122
26123 \end_inset
26124
26125
26126 \end_layout
26127
26128 \end_inset
26129 </cell>
26130 </row>
26131 <row>
26132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Plain Layout
26136
26137 \backslash
26138 v
26139 \begin_inset space \textvisiblespace{}
26140 \end_inset
26141
26142 e
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26148 \begin_inset Text
26149
26150 \begin_layout Plain Layout
26151 \begin_inset ERT
26152 status collapsed
26153
26154 \begin_layout Plain Layout
26155
26156
26157 \backslash
26158 v e
26159 \end_layout
26160
26161 \end_inset
26162
26163
26164 \end_layout
26165
26166 \end_inset
26167 </cell>
26168 </row>
26169 <row>
26170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Plain Layout
26174
26175 \backslash
26176 d
26177 \begin_inset space \textvisiblespace{}
26178 \end_inset
26179
26180 e
26181 \end_layout
26182
26183 \end_inset
26184 </cell>
26185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Plain Layout
26189 \begin_inset ERT
26190 status collapsed
26191
26192 \begin_layout Plain Layout
26193
26194
26195 \backslash
26196 d e
26197 \end_layout
26198
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \end_inset
26205 </cell>
26206 </row>
26207 <row>
26208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212
26213 \backslash
26214 c
26215 \begin_inset space \textvisiblespace{}
26216 \end_inset
26217
26218 e
26219 \end_layout
26220
26221 \end_inset
26222 </cell>
26223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26224 \begin_inset Text
26225
26226 \begin_layout Plain Layout
26227 \begin_inset ERT
26228 status collapsed
26229
26230 \begin_layout Plain Layout
26231
26232
26233 \backslash
26234 c e
26235 \end_layout
26236
26237 \end_inset
26238
26239
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 </row>
26245 </lyxtabular>
26246
26247 \end_inset
26248
26249
26250 \begin_inset space \hfill{}
26251 \end_inset
26252
26253
26254 \end_layout
26255
26256 \begin_layout Standard
26257 \begin_inset VSpace medskip
26258 \end_inset
26259
26260
26261 \end_layout
26262
26263 \begin_layout Standard
26264 Con el comando 
26265 \series bold
26266
26267 \backslash
26268 t
26269 \series default
26270  también se pueden acentuar dos caracteres distintos.
26271  El comando 
26272 \series bold
26273
26274 \backslash
26275 t
26276 \begin_inset space \textvisiblespace{}
26277 \end_inset
26278
26279 sz
26280 \series default
26281  genera 
26282 \begin_inset ERT
26283 status collapsed
26284
26285 \begin_layout Plain Layout
26286
26287
26288 \backslash
26289 t sz
26290 \end_layout
26291
26292 \end_inset
26293
26294
26295 \end_layout
26296
26297 \begin_layout Standard
26298 Los acentos 
26299 \series bold
26300 `
26301 \series default
26302  , 
26303 \series bold
26304 '
26305 \series default
26306  y 
26307 \series bold
26308 ^
26309 \series default
26310  se pueden insertar directamente con el teclado sobre vocales sin usar modo
26311  TeX.
26312  Lo mismo se aplica a la tilde
26313 \begin_inset Foot
26314 status collapsed
26315
26316 \begin_layout Plain Layout
26317 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
26318 \end_layout
26319
26320 \end_inset
26321
26322  con 
26323 \emph on
26324 a
26325 \emph default
26326
26327 \emph on
26328 o
26329 \emph default
26330  y 
26331 \emph on
26332 n.
26333 \end_layout
26334
26335 \begin_layout Standard
26336 Los comandos 
26337 \series bold
26338
26339 \backslash
26340 b
26341 \series default
26342  , 
26343 \series bold
26344
26345 \backslash
26346 c
26347 \series default
26348  , 
26349 \series bold
26350
26351 \backslash
26352 d
26353 \series default
26354  , 
26355 \series bold
26356
26357 \backslash
26358 H
26359 \series default
26360  , 
26361 \series bold
26362
26363 \backslash
26364 t
26365 \series default
26366  , 
26367 \series bold
26368
26369 \backslash
26370 u
26371 \series default
26372  , 
26373 \series bold
26374
26375 \backslash
26376 v
26377 \series default
26378 , y acentos insertados directamente con el teclado también están disponibles
26379  en texto matemático.
26380  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
26381  
26382 \begin_inset CommandInset ref
26383 LatexCommand ref
26384 reference "sub:Acentos-para-un"
26385
26386 \end_inset
26387
26388 .
26389 \end_layout
26390
26391 \begin_layout Standard
26392 \begin_inset VSpace bigskip
26393 \end_inset
26394
26395
26396 \end_layout
26397
26398 \begin_layout Standard
26399 Además, con el comando 
26400 \series bold
26401
26402 \backslash
26403 textcircled
26404 \series default
26405
26406 \begin_inset Index idx
26407 status collapsed
26408
26409 \begin_layout Plain Layout
26410 Comandos ! T ! 
26411 \backslash
26412 textcircled
26413 \end_layout
26414
26415 \end_inset
26416
26417  se pueden insertar en un círculo todos los números y letras, de forma parecida
26418  al símbolo copyright.
26419 \end_layout
26420
26421 \begin_layout Standard
26422 \noindent
26423 \align center
26424 \begin_inset Tabular
26425 <lyxtabular version="3" rows="3" columns="2">
26426 <features rotate="0" tabularvalignment="middle">
26427 <column alignment="center" valignment="top">
26428 <column alignment="center" valignment="top">
26429 <row>
26430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26431 \begin_inset Text
26432
26433 \begin_layout Plain Layout
26434 Comando
26435 \end_layout
26436
26437 \end_inset
26438 </cell>
26439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26440 \begin_inset Text
26441
26442 \begin_layout Plain Layout
26443 Resultado
26444 \begin_inset Note Note
26445 status collapsed
26446
26447 \begin_layout Plain Layout
26448
26449 \series bold
26450
26451 \backslash
26452 raisebox
26453 \series default
26454  se usa sólo como espaciador
26455 \end_layout
26456
26457 \end_inset
26458
26459
26460 \end_layout
26461
26462 \end_inset
26463 </cell>
26464 </row>
26465 <row>
26466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26467 \begin_inset Text
26468
26469 \begin_layout Plain Layout
26470
26471 \backslash
26472 textcircled{w}
26473 \end_layout
26474
26475 \end_inset
26476 </cell>
26477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Plain Layout
26481 \begin_inset ERT
26482 status collapsed
26483
26484 \begin_layout Plain Layout
26485
26486
26487 \backslash
26488 textcircled{w}
26489 \end_layout
26490
26491 \end_inset
26492
26493
26494 \end_layout
26495
26496 \end_inset
26497 </cell>
26498 </row>
26499 <row>
26500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Plain Layout
26504
26505 \backslash
26506 Large 
26507 \backslash
26508 textcircled{
26509 \backslash
26510 normalsize
26511 \backslash
26512 protect
26513 \backslash
26514 raisebox{-1.5pt}{W}}
26515 \end_layout
26516
26517 \end_inset
26518 </cell>
26519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26520 \begin_inset Text
26521
26522 \begin_layout Plain Layout
26523 \begin_inset Formula $\raisebox{4.5mm}{}$
26524 \end_inset
26525
26526
26527 \begin_inset ERT
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531
26532
26533 \backslash
26534 Large 
26535 \backslash
26536 textcircled{
26537 \backslash
26538 normalsize
26539 \backslash
26540 protect
26541 \backslash
26542 raisebox{-1.5pt}W}
26543 \end_layout
26544
26545 \end_inset
26546
26547
26548 \begin_inset Formula $\raisebox{-2mm}{}$
26549 \end_inset
26550
26551
26552 \end_layout
26553
26554 \end_inset
26555 </cell>
26556 </row>
26557 </lyxtabular>
26558
26559 \end_inset
26560
26561
26562 \end_layout
26563
26564 \begin_layout Standard
26565 Hay que tener cuidado que el carácter se ajuste al círculo.
26566  Por eso 
26567 \series bold
26568
26569 \backslash
26570 Large
26571 \begin_inset Foot
26572 status collapsed
26573
26574 \begin_layout Plain Layout
26575 véase 
26576 \begin_inset CommandInset ref
26577 LatexCommand ref
26578 reference "sub:Tamaños-de-tipografías"
26579
26580 \end_inset
26581
26582
26583 \end_layout
26584
26585 \end_inset
26586
26587
26588 \series default
26589  especifica el tamaño del círculo.
26590  Con ayuda de 
26591 \series bold
26592
26593 \backslash
26594 raisebox
26595 \begin_inset Foot
26596 status collapsed
26597
26598 \begin_layout Plain Layout
26599 véase 
26600 \begin_inset CommandInset ref
26601 LatexCommand ref
26602 reference "sub:Marcos-sin-bordes"
26603
26604 \end_inset
26605
26606
26607 \end_layout
26608
26609 \end_inset
26610
26611
26612 \series default
26613  se puede centrar el carácter.
26614 \end_layout
26615
26616 \begin_layout Subsection
26617 Números en estilo antiguo
26618 \begin_inset Index idx
26619 status collapsed
26620
26621 \begin_layout Plain Layout
26622 Numeros@Números ! en estilo antiguo
26623 \end_layout
26624
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \begin_layout Standard
26631 Los números en estilo antiguo o elzevirianos se componen con el comando
26632  
26633 \series bold
26634
26635 \backslash
26636 oldstylenums
26637 \series default
26638
26639 \begin_inset Index idx
26640 status collapsed
26641
26642 \begin_layout Plain Layout
26643 Comandos ! O ! 
26644 \backslash
26645 oldstylenums
26646 \end_layout
26647
26648 \end_inset
26649
26650 .
26651  El comando se puede usar en ecuaciones y en modo TeX.
26652  Su esquema es:
26653 \end_layout
26654
26655 \begin_layout Standard
26656
26657 \series bold
26658
26659 \backslash
26660 oldstylenums{número}
26661 \end_layout
26662
26663 \begin_layout Standard
26664 El comando 
26665 \series bold
26666
26667 \backslash
26668 oldstylenums{0123456789}
26669 \series default
26670  genera: 
26671 \begin_inset Formula $\oldstylenums{0123456789}$
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \begin_layout Section
26678 Estilos de ecuación
26679 \begin_inset CommandInset label
26680 LatexCommand label
26681 name "sec:Estilos-de-ecuación"
26682
26683 \end_inset
26684
26685
26686 \begin_inset Index idx
26687 status collapsed
26688
26689 \begin_layout Plain Layout
26690 Ecuación ! estilos de
26691 \end_layout
26692
26693 \end_inset
26694
26695
26696 \end_layout
26697
26698 \begin_layout Itemize
26699 Hay dos estilos diferentes de alineación:
26700 \end_layout
26701
26702 \begin_deeper
26703 \begin_layout Description
26704 Centrado es el estándar predefinido
26705 \end_layout
26706
26707 \begin_layout Description
26708 Sangrado para este estilo debe insertarse la opción de clase 
26709 \series bold
26710 fleqn
26711 \series default
26712  en el menú 
26713 \family sans
26714 Documento\SpecialChar \menuseparator
26715 Configuración
26716 \family default
26717  bajo 
26718 \family sans
26719 Clase de documento
26720 \end_layout
26721
26722 \begin_layout Standard
26723 Cuando se usa 
26724 \series bold
26725 Sangrado
26726 \series default
26727 , éste se puede ajustar con la longitud 
26728 \series bold
26729
26730 \backslash
26731 mathindent
26732 \series default
26733
26734 \begin_inset Index idx
26735 status collapsed
26736
26737 \begin_layout Plain Layout
26738 Comandos ! M ! 
26739 \backslash
26740 mathindent
26741 \end_layout
26742
26743 \end_inset
26744
26745 .
26746  Para 15
26747 \begin_inset space \thinspace{}
26748 \end_inset
26749
26750 mm, por ejemplo, se inserta esta línea de comando en el preámbulo LaTeX:
26751 \end_layout
26752
26753 \begin_layout Standard
26754
26755 \series bold
26756
26757 \backslash
26758 setlength{
26759 \backslash
26760 mathindent}{15mm}
26761 \end_layout
26762
26763 \begin_layout Standard
26764 Si no se especifica longitud se usa el valor predeterminado de 30
26765 \begin_inset space \thinspace{}
26766 \end_inset
26767
26768 pt.
26769 \end_layout
26770
26771 \end_deeper
26772 \begin_layout Itemize
26773 Y dos estilos diferentes de numeración:
26774 \end_layout
26775
26776 \begin_deeper
26777 \begin_layout Description
26778 Derecha es el estándar predefinido
26779 \end_layout
26780
26781 \begin_layout Description
26782 Izquierda para este estilo debe insertarse la opción de clase 
26783 \series bold
26784 leqno
26785 \series default
26786  en el menú 
26787 \family sans
26788 Documento\SpecialChar \menuseparator
26789 Configuración
26790 \family default
26791  bajo 
26792 \family sans
26793 Clase de documento
26794 \end_layout
26795
26796 \end_deeper
26797 \begin_layout Standard
26798
26799 \series bold
26800 fleqn
26801 \series default
26802  y 
26803 \series bold
26804 leqno
26805 \series default
26806  también se pueden usar juntos.
26807  En ese caso se insertan ambas opciones, separadas por una coma.
26808 \end_layout
26809
26810 \begin_layout Standard
26811 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
26812  documento.
26813  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
26814  estilo 
26815 \series bold
26816 Centrado
26817 \series default
26818  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
26819 \begin_inset CommandInset ref
26820 LatexCommand ref
26821 reference "sub:Entorno-flalign"
26822
26823 \end_inset
26824
26825 .
26826 \end_layout
26827
26828 \begin_layout Section
26829 Ecuaciones multilínea
26830 \begin_inset CommandInset label
26831 LatexCommand label
26832 name "sec:Ecuaciones-multilínea"
26833
26834 \end_inset
26835
26836
26837 \begin_inset Index idx
26838 status collapsed
26839
26840 \begin_layout Plain Layout
26841 Ecuación ! multilínea
26842 \end_layout
26843
26844 \end_inset
26845
26846
26847 \end_layout
26848
26849 \begin_layout Subsection
26850 General
26851 \end_layout
26852
26853 \begin_layout Standard
26854 En LyX se generan nuevas líneas en una ecuación con 
26855 \family sans
26856 \series bold
26857 Ctrl+Entrar
26858 \family default
26859 \series default
26860 .
26861  Esto crea un 
26862 \series bold
26863 entorno eqnarray
26864 \series default
26865 , que se describe en
26866 \begin_inset space ~
26867 \end_inset
26868
26869
26870 \begin_inset CommandInset ref
26871 LatexCommand ref
26872 reference "sub:Entorno-eqnarray"
26873
26874 \end_inset
26875
26876  o, si se ha marcado la opción 
26877 \family sans
26878 Usar
26879 \begin_inset space ~
26880 \end_inset
26881
26882 el
26883 \begin_inset space ~
26884 \end_inset
26885
26886 paquete
26887 \begin_inset space ~
26888 \end_inset
26889
26890 de
26891 \begin_inset space ~
26892 \end_inset
26893
26894 ecuaciones
26895 \begin_inset space ~
26896 \end_inset
26897
26898 AMS
26899 \family default
26900  en la configuración del documento
26901 \family sans
26902 , un 
26903 \series bold
26904 entorno
26905 \family default
26906 \series default
26907  
26908 \series bold
26909 align
26910 \series default
26911 , que se describe en
26912 \begin_inset space ~
26913 \end_inset
26914
26915
26916 \begin_inset CommandInset ref
26917 LatexCommand ref
26918 reference "sub:Entorno-align-estándar"
26919
26920 \end_inset
26921
26922 .
26923  Se recomienda el entorno align porque proporciona una salida tipográficamente
26924  correcta en cualquier caso.
26925 \end_layout
26926
26927 \begin_layout Standard
26928 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
26929  el menú 
26930 \family sans
26931 Insertar\SpecialChar \menuseparator
26932 Ecuación
26933 \family default
26934 .
26935  En las siguientes secciones se describen estos entornos.
26936 \end_layout
26937
26938 \begin_layout Standard
26939 En todos los entornos de ecuación multilínea la combinación 
26940 \family sans
26941 Ctrl+Entrar
26942 \family default
26943  genera una línea nueva.
26944  Para añadir o quitar líneas se pueden usar los botones 
26945 \begin_inset Graphics
26946         filename ../../images/tabular-feature_append-row.png
26947         scale 85
26948
26949 \end_inset
26950
26951  o 
26952 \begin_inset Graphics
26953         filename ../../images/tabular-feature_delete-row.png
26954         scale 85
26955
26956 \end_inset
26957
26958 de la barra de herramientas, respectivamente, o el menú 
26959 \family sans
26960 Editar\SpecialChar \menuseparator
26961 Filas y columnas
26962 \family default
26963 .
26964 \end_layout
26965
26966 \begin_layout Subsubsection
26967 Separación de líneas
26968 \begin_inset CommandInset label
26969 LatexCommand label
26970 name "sub:Separación-de-líneas"
26971
26972 \end_inset
26973
26974
26975 \begin_inset Index idx
26976 status collapsed
26977
26978 \begin_layout Plain Layout
26979 Ecuación ! multilínea ! separación de filas
26980 \end_layout
26981
26982 \end_inset
26983
26984
26985 \end_layout
26986
26987 \begin_layout Standard
26988 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
26989 \begin_inset Formula 
26990 \begin{eqnarray*}
26991 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD & = & \textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}\\
26992 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0
26993 \end{eqnarray*}
26994
26995 \end_inset
26996
26997 En LaTeX un espacio adicional para una línea se especifica como argumento
26998  opcional del comando de nueva línea.
26999  Esto aún no es posible en LYX,
27000 \begin_inset Foot
27001 status collapsed
27002
27003 \begin_layout Plain Layout
27004 véase 
27005 \begin_inset CommandInset href
27006 LatexCommand href
27007 name "LyX-bug #1505"
27008 target "http://www.lyx.org/trac/ticket/1505"
27009
27010 \end_inset
27011
27012
27013 \end_layout
27014
27015 \end_inset
27016
27017  por lo que toda la ecuación debe insertarse en modo TeX.
27018  Para añadir espacio en nuestro ejemplo se inserta el comando 
27019 \series bold
27020
27021 \backslash
27022
27023 \backslash
27024 [3mm]
27025 \series default
27026  al final de la primera línea.
27027  Así: 
27028 \begin_inset ERT
27029 status collapsed
27030
27031 \begin_layout Plain Layout
27032
27033
27034 \backslash
27035 begin{eqnarray*}
27036 \end_layout
27037
27038 \begin_layout Plain Layout
27039
27040 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27041  = & 
27042 \backslash
27043 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27044 \backslash
27045
27046 \backslash
27047 [3mm]
27048 \end_layout
27049
27050 \begin_layout Plain Layout
27051
27052 4x^{2}
27053 \backslash
27054 left(B^{2}+x_{0}^{2}
27055 \backslash
27056 right)+4x_{0}x
27057 \backslash
27058 left(D-B^{2}
27059 \backslash
27060 right)+B^{2}
27061 \backslash
27062 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27063 \backslash
27064 right) & = & 0
27065 \end_layout
27066
27067 \begin_layout Plain Layout
27068
27069
27070 \backslash
27071 end{eqnarray*}
27072 \end_layout
27073
27074 \end_inset
27075
27076
27077 \begin_inset VSpace bigskip
27078 \end_inset
27079
27080
27081 \end_layout
27082
27083 \begin_layout Standard
27084 Para obtener separación en todas las líneas hay que cambiar la longitud
27085  
27086 \series bold
27087
27088 \backslash
27089 jot
27090 \series default
27091
27092 \begin_inset Index idx
27093 status collapsed
27094
27095 \begin_layout Plain Layout
27096 Comandos ! J ! 
27097 \backslash
27098 jot
27099 \end_layout
27100
27101 \end_inset
27102
27103 .
27104  La definición es: 
27105 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
27106 \end_inset
27107
27108 .
27109  El valor predeterminado para 
27110 \series bold
27111
27112 \backslash
27113 jot
27114 \series default
27115  es 3
27116 \begin_inset space \thinspace{}
27117 \end_inset
27118
27119 pt.
27120  Para establecer una separación adicional de 3
27121 \begin_inset space \thinspace{}
27122 \end_inset
27123
27124 mm como en el ejemplo anterior, se inserta el comando
27125 \end_layout
27126
27127 \begin_layout Standard
27128
27129 \series bold
27130
27131 \backslash
27132 setlength{
27133 \backslash
27134 jot}{3mm+3pt}
27135 \end_layout
27136
27137 \begin_layout Standard
27138 en modo TeX antes de la ecuación.
27139  Es necesario cargar el paquete 
27140 \series bold
27141 calc
27142 \series default
27143
27144 \begin_inset Foot
27145 status collapsed
27146
27147 \begin_layout Plain Layout
27148
27149 \series bold
27150 calc
27151 \series default
27152  forma parte de toda instalación LaTeX estándar.
27153 \end_layout
27154
27155 \end_inset
27156
27157
27158 \begin_inset Index idx
27159 status collapsed
27160
27161 \begin_layout Plain Layout
27162 Paquetes ! calc
27163 \end_layout
27164
27165 \end_inset
27166
27167  en el preámbulo con la línea
27168 \end_layout
27169
27170 \begin_layout Standard
27171
27172 \series bold
27173
27174 \backslash
27175 usepackage{calc}
27176 \end_layout
27177
27178 \begin_layout Standard
27179 Se obtiene:
27180 \begin_inset ERT
27181 status collapsed
27182
27183 \begin_layout Plain Layout
27184
27185
27186 \backslash
27187 setlength{
27188 \backslash
27189 jot}{3mm+3pt}
27190 \end_layout
27191
27192 \end_inset
27193
27194
27195 \begin_inset Formula 
27196 \begin{eqnarray*}
27197 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD & = & \textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}\\
27198 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0
27199 \end{eqnarray*}
27200
27201 \end_inset
27202
27203
27204 \begin_inset ERT
27205 status collapsed
27206
27207 \begin_layout Plain Layout
27208
27209
27210 \backslash
27211 setlength{
27212 \backslash
27213 jot}{3pt}
27214 \end_layout
27215
27216 \end_inset
27217
27218  Para volver a la distancia predeterminada, 
27219 \series bold
27220
27221 \backslash
27222 jot
27223 \series default
27224  se establece en 3
27225 \begin_inset space \thinspace{}
27226 \end_inset
27227
27228 pt.
27229 \end_layout
27230
27231 \begin_layout Subsubsection
27232 Separación de columnas
27233 \begin_inset CommandInset label
27234 LatexCommand label
27235 name "sub:Separación-de-columnas"
27236
27237 \end_inset
27238
27239
27240 \begin_inset Index idx
27241 status collapsed
27242
27243 \begin_layout Plain Layout
27244 Ecuación ! multilínea !separación de columnas
27245 \end_layout
27246
27247 \end_inset
27248
27249
27250 \end_layout
27251
27252 \begin_layout Standard
27253 Una ecuación multilínea forma una matriz.
27254  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
27255  columnas.
27256  Cambiando la separación de columnas en este entorno se puede cambiar el
27257  espacio junto al signo de relación.
27258 \end_layout
27259
27260 \begin_layout Standard
27261 La separación de columnas se especifica con la longitud
27262 \series bold
27263  
27264 \backslash
27265 arraycolsep
27266 \series default
27267
27268 \begin_inset Index idx
27269 status collapsed
27270
27271 \begin_layout Plain Layout
27272 Comandos ! A ! 
27273 \backslash
27274 arraycolsep
27275 \end_layout
27276
27277 \end_inset
27278
27279  según:
27280 \begin_inset Newline newline
27281 \end_inset
27282
27283 separación de columnas = 2
27284 \begin_inset space \thinspace{}
27285 \end_inset
27286
27287
27288 \series bold
27289
27290 \backslash
27291 arraycolsep
27292 \series default
27293
27294 \begin_inset Newline newline
27295 \end_inset
27296
27297 Así, el comando en modo TeX
27298 \end_layout
27299
27300 \begin_layout Standard
27301
27302 \series bold
27303
27304 \backslash
27305 setlength{
27306 \backslash
27307 arraycolsep}{1cm}
27308 \end_layout
27309
27310 \begin_layout Standard
27311 establece para todas las ecuaciones siguientes una separación de columnas
27312  de 2
27313 \begin_inset space \thinspace{}
27314 \end_inset
27315
27316 cm.
27317  Para volver al valor predefinido, 
27318 \series bold
27319
27320 \backslash
27321 arraycolsep
27322 \series default
27323  se pone en 5
27324 \begin_inset space \thinspace{}
27325 \end_inset
27326
27327 pt.
27328 \end_layout
27329
27330 \begin_layout Standard
27331 Una ecuación con separación de 2
27332 \begin_inset space \thinspace{}
27333 \end_inset
27334
27335 cm entre columnas:
27336 \begin_inset ERT
27337 status collapsed
27338
27339 \begin_layout Plain Layout
27340
27341
27342 \backslash
27343 setlength{
27344 \backslash
27345 arraycolsep}{1cm}
27346 \end_layout
27347
27348 \end_inset
27349
27350
27351 \begin_inset Formula 
27352 \begin{eqnarray*}
27353 A & = & B\\
27354 C & \ne & A
27355 \end{eqnarray*}
27356
27357 \end_inset
27358
27359 Una ecuación con la separación predefinida para matrices, 10
27360 \begin_inset space \thinspace{}
27361 \end_inset
27362
27363 pt:
27364 \begin_inset ERT
27365 status collapsed
27366
27367 \begin_layout Plain Layout
27368
27369
27370 \backslash
27371 setlength{
27372 \backslash
27373 arraycolsep}{5pt}
27374 \end_layout
27375
27376 \end_inset
27377
27378
27379 \begin_inset Formula 
27380 \begin{eqnarray*}
27381 A & = & B\\
27382 C & \ne & A
27383 \end{eqnarray*}
27384
27385 \end_inset
27386
27387
27388 \end_layout
27389
27390 \begin_layout Subsubsection
27391 Ecuaciones largas
27392 \begin_inset Index idx
27393 status collapsed
27394
27395 \begin_layout Plain Layout
27396 Ecuación ! larga
27397 \end_layout
27398
27399 \end_inset
27400
27401
27402 \end_layout
27403
27404 \begin_layout Standard
27405 Se pueden componer ecuaciones largas mediante estos métodos:
27406 \end_layout
27407
27408 \begin_layout Itemize
27409 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
27410  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
27411 \begin_inset Formula 
27412 \begin{eqnarray}
27413 H & = & W_{SB}+W_{mv}+W_{D}-\frac{\hbar^{2}}{2m_{0}}\Delta-\frac{\hbar^{2}}{2m_{1}}\Delta_{1}-\frac{\hbar^{2}}{2m_{2}}\Delta_{2}-\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{1}|}\nonumber \\
27414  &  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\label{eq:cortolargo}
27415 \end{eqnarray}
27416
27417 \end_inset
27418
27419 El signo menos al principio de la segunda línea normalmente no aparece como
27420  operador porque es el primer carácter de la línea.
27421  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
27422  Para evitarlo se ha insertado 3
27423 \begin_inset space \thinspace{}
27424 \end_inset
27425
27426 pt de espacio detrás del menos con el comando 
27427 \series bold
27428
27429 \backslash
27430 hspace
27431 \series default
27432 .
27433 \begin_inset Foot
27434 status collapsed
27435
27436 \begin_layout Plain Layout
27437 véase más sobre 
27438 \series bold
27439
27440 \backslash
27441 hspace
27442 \series default
27443  en 
27444 \begin_inset CommandInset ref
27445 LatexCommand ref
27446 reference "sub:Espacio-variable"
27447
27448 \end_inset
27449
27450
27451 \end_layout
27452
27453 \end_inset
27454
27455
27456 \begin_inset Index idx
27457 status collapsed
27458
27459 \begin_layout Plain Layout
27460 Comandos ! H ! 
27461 \backslash
27462 hspace
27463 \end_layout
27464
27465 \end_inset
27466
27467
27468 \end_layout
27469
27470 \begin_layout Itemize
27471 Si ambos lados de la ecuación son demasiado largos se usa el comando 
27472 \series bold
27473
27474 \backslash
27475 lefteqn
27476 \series default
27477
27478 \begin_inset Index idx
27479 status collapsed
27480
27481 \begin_layout Plain Layout
27482 Comandos ! L ! 
27483 \backslash
27484 lefteqn
27485 \end_layout
27486
27487 \end_inset
27488
27489 .
27490  Se inserta en la primer columna de la primera línea y hace que todas las
27491  inserciones posteriores sobreescriban las columnas siguientes:
27492 \begin_inset Formula 
27493 \begin{eqnarray}
27494 \lefteqn{4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}}\nonumber \\
27495  &  & -\hspace{3pt}B^{2}-2B\sqrt{r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}+r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}\nonumber \\
27496  &  & =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\label{eq:lefteqn}
27497 \end{eqnarray}
27498
27499 \end_inset
27500
27501 Tras la inserción de 
27502 \series bold
27503
27504 \backslash
27505 lefteqn
27506 \series default
27507  el cursor está en un marco púrpura un poco a la izquierda del azul.
27508  La ecuación se inserta en éste.
27509 \begin_inset Newline newline
27510 \end_inset
27511
27512 El contenido de las restantes líneas se inserta en la segunda columna o
27513  en otra.
27514  A mayor número de columna donde se inserte, mayor sangrado.
27515 \begin_inset VSpace medskip
27516 \end_inset
27517
27518
27519 \begin_inset Newline newline
27520 \end_inset
27521
27522
27523 \begin_inset Note Greyedout
27524 status collapsed
27525
27526 \begin_layout Plain Layout
27527 Ten en cuenta lo siguiente si usas 
27528 \series bold
27529
27530 \backslash
27531 lefteqn
27532 \series default
27533 :
27534 \end_layout
27535
27536 \begin_layout Itemize
27537 La ecuación no usa la anchura total de la página.
27538  Cuando se añade, p.
27539 \begin_inset space \thinspace{}
27540 \end_inset
27541
27542 e., el término 
27543 \begin_inset Formula $-B^{2}$
27544 \end_inset
27545
27546  en la primera línea del ejemplo, debería estar fuera del margen.
27547  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
27548  principio de la primera línea.
27549 \end_layout
27550
27551 \begin_layout Itemize
27552 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
27553  primera línea.
27554 \begin_inset Foot
27555 status collapsed
27556
27557 \begin_layout Plain Layout
27558 \begin_inset CommandInset href
27559 LatexCommand href
27560 name "LyX-bug #1429"
27561 target "http://www.lyx.org/trac/ticket/1429"
27562
27563 \end_inset
27564
27565
27566 \end_layout
27567
27568 \end_inset
27569
27570  Sólo se puede poner el cursor al principio de la línea y moverlo con las
27571  teclas de flecha.
27572 \end_layout
27573
27574 \end_inset
27575
27576  
27577 \end_layout
27578
27579 \begin_layout Itemize
27580 Se describen otros métodos para escribir fórmulas largas en 
27581 \begin_inset CommandInset ref
27582 LatexCommand ref
27583 reference "sub:Entorno-multilínea"
27584
27585 \end_inset
27586
27587  y 
27588 \begin_inset CommandInset ref
27589 LatexCommand ref
27590 reference "sub:Partes-multilínea"
27591
27592 \end_inset
27593
27594 .
27595 \end_layout
27596
27597 \begin_layout Subsubsection
27598 Delimitadores multilínea
27599 \begin_inset CommandInset label
27600 LatexCommand label
27601 name "sub:Delimitadores-multilínea"
27602
27603 \end_inset
27604
27605
27606 \begin_inset Index idx
27607 status collapsed
27608
27609 \begin_layout Plain Layout
27610 Delimitadores ! para varias líneas
27611 \end_layout
27612
27613 \end_inset
27614
27615
27616 \end_layout
27617
27618 \begin_layout Standard
27619 Para poner delimitadores que cubran varias líneas hay un problema:
27620 \begin_inset Formula 
27621 \begin{eqnarray*}
27622 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27623  &  & \left.\cdots+B-D\right]
27624 \end{eqnarray*}
27625
27626 \end_inset
27627
27628 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
27629 res con tamaño variable no abarcan líneas múltiples.
27630 \end_layout
27631
27632 \begin_layout Standard
27633 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
27634  primera línea se finaliza con 
27635 \series bold
27636
27637 \backslash
27638 right.
27639 \series default
27640
27641 \begin_inset Index idx
27642 status collapsed
27643
27644 \begin_layout Plain Layout
27645 Comandos ! R ! 
27646 \backslash
27647 right
27648 \end_layout
27649
27650 \end_inset
27651
27652  y la segunda con 
27653 \series bold
27654
27655 \backslash
27656 left.
27657 \series default
27658 .
27659 \begin_inset Foot
27660 status collapsed
27661
27662 \begin_layout Plain Layout
27663 Más sobre 
27664 \series bold
27665
27666 \backslash
27667 left.
27668
27669 \series default
27670  y 
27671 \series bold
27672
27673 \backslash
27674 right.
27675
27676 \series default
27677  en 
27678 \begin_inset CommandInset ref
27679 LatexCommand ref
27680 reference "sub:Tamaño-automático-de"
27681
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \end_inset
27688
27689
27690 \begin_inset Index idx
27691 status collapsed
27692
27693 \begin_layout Plain Layout
27694 Comandos ! L ! 
27695 \backslash
27696 left
27697 \end_layout
27698
27699 \end_inset
27700
27701  Después de 
27702 \series bold
27703
27704 \backslash
27705 left.
27706
27707 \series default
27708  se inserta el comando 
27709 \series bold
27710
27711 \backslash
27712 vphantom
27713 \series default
27714
27715 \begin_inset space \textvisiblespace{}
27716 \end_inset
27717
27718
27719 \series bold
27720
27721 \backslash
27722 prod
27723 \series default
27724 ^
27725 \begin_inset space \textvisiblespace{}
27726 \end_inset
27727
27728
27729 \series bold
27730
27731 \backslash
27732 infty
27733 \series default
27734
27735 \begin_inset space \textvisiblespace{}
27736 \end_inset
27737
27738
27739 \series bold
27740
27741 \begin_inset Formula $\downarrow$
27742 \end_inset
27743
27744 _R=1}
27745 \series default
27746
27747 \begin_inset Index idx
27748 status collapsed
27749
27750 \begin_layout Plain Layout
27751 Comandos ! V ! 
27752 \backslash
27753 vphantom
27754 \end_layout
27755
27756 \end_inset
27757
27758 , porque el operador de multiplicación con sus límites es el símbolo mayor
27759  en la primera línea y ese debería ser el tamaño para el delimitador en
27760  la segunda línea.
27761 \end_layout
27762
27763 \begin_layout Standard
27764 El resultado es: 
27765 \begin_inset Formula 
27766 \begin{eqnarray*}
27767 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27768  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27769 \end{eqnarray*}
27770
27771 \end_inset
27772
27773
27774 \end_layout
27775
27776 \begin_layout Subsection
27777 Entornos align
27778 \end_layout
27779
27780 \begin_layout Standard
27781 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
27782  Son especialmente apropiados para poner ecuaciones adosadas.
27783 \end_layout
27784
27785 \begin_layout Standard
27786 Los entornos align constan de columnas.
27787  Las columnas impares se alinean a la derecha, las pares a la izquierda.
27788  En un entorno align se puede numerar cada línea.
27789 \end_layout
27790
27791 \begin_layout Standard
27792 Los entornos align se crean con el menú 
27793 \family sans
27794 Insertar\SpecialChar \menuseparator
27795 Ecuación
27796 \family default
27797 .
27798  Una ecuación existente se puede convertir a align con el menú 
27799 \family sans
27800 Editar\SpecialChar \menuseparator
27801 Ecuación\SpecialChar \menuseparator
27802 Cambiar tipo de ecuación
27803 \family default
27804 .
27805 \end_layout
27806
27807 \begin_layout Standard
27808 Para añadir o quitar columnas se pueden usar los botones 
27809 \begin_inset Graphics
27810         filename ../../images/tabular-feature_append-row.png
27811         scale 85
27812
27813 \end_inset
27814
27815  o 
27816 \begin_inset Graphics
27817         filename ../../images/tabular-feature_delete-row.png
27818         scale 85
27819
27820 \end_inset
27821
27822  de la barra de ecuaciones o el menú 
27823 \family sans
27824 Editar\SpecialChar \menuseparator
27825 Filas y columnas
27826 \family default
27827 .
27828 \end_layout
27829
27830 \begin_layout Subsubsection
27831 Entorno align estándar
27832 \begin_inset CommandInset label
27833 LatexCommand label
27834 name "sub:Entorno-align-estándar"
27835
27836 \end_inset
27837
27838
27839 \begin_inset Index idx
27840 status collapsed
27841
27842 \begin_layout Plain Layout
27843 Ecuación ! multilínea ! entorno align
27844 \end_layout
27845
27846 \end_inset
27847
27848
27849 \end_layout
27850
27851 \begin_layout Standard
27852 Este entorno align se crea pulsando 
27853 \family sans
27854 Ctrl+Entrar
27855 \family default
27856  en una ecuación o con el menú 
27857 \family sans
27858 Insertar\SpecialChar \menuseparator
27859 Ecuación\SpecialChar \menuseparator
27860 Entorno AMS align
27861 \family default
27862 .
27863 \end_layout
27864
27865 \begin_layout Standard
27866 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
27867  align de cuatro columnas:
27868 \begin_inset Formula 
27869 \begin{align*}
27870 A & =\sen(B) & C & =D\\
27871 C & \neq A & B & \neq D
27872 \end{align*}
27873
27874 \end_inset
27875
27876 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
27877  un 
27878 \series bold
27879
27880 \backslash
27881 hfill
27882 \series default
27883
27884 \begin_inset Foot
27885 status collapsed
27886
27887 \begin_layout Plain Layout
27888 Más sobre 
27889 \series bold
27890
27891 \backslash
27892 hfill
27893 \series default
27894  en 
27895 \begin_inset CommandInset ref
27896 LatexCommand ref
27897 reference "sub:Espacio-variable"
27898
27899 \end_inset
27900
27901
27902 \end_layout
27903
27904 \end_inset
27905
27906  antes de la primera y detrás de cada columna par.
27907  Si se pone en estilo 
27908 \series bold
27909 Sangrado
27910 \series default
27911 ,
27912 \begin_inset Foot
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916 véase estilos de ecuación en 
27917 \begin_inset CommandInset ref
27918 LatexCommand ref
27919 reference "sec:Estilos-de-ecuación"
27920
27921 \end_inset
27922
27923
27924 \end_layout
27925
27926 \end_inset
27927
27928  la ecuación queda sin el 
27929 \series bold
27930
27931 \backslash
27932 hfill
27933 \series default
27934  ante la primera columna.
27935 \end_layout
27936
27937 \begin_layout Subsubsection
27938 Entorno alignat
27939 \begin_inset Index idx
27940 status collapsed
27941
27942 \begin_layout Plain Layout
27943 Ecuación ! multilínea ! entorno alignat
27944 \end_layout
27945
27946 \end_inset
27947
27948
27949 \end_layout
27950
27951 \begin_layout Standard
27952 El entorno alignat no tiene separación predefinida de columnas.
27953  Se puede insertar manualmente con los espacios descritos en 
27954 \begin_inset CommandInset ref
27955 LatexCommand ref
27956 reference "sec:Espacio"
27957
27958 \end_inset
27959
27960 .
27961 \end_layout
27962
27963 \begin_layout Standard
27964 El ejemplo anterior en el entorno alignat, con un espacio de 1
27965 \begin_inset space \thinspace{}
27966 \end_inset
27967
27968 cm al comienzo da la segunda ecuación:
27969 \begin_inset Formula 
27970 \begin{alignat*}{2}
27971 A & =\sen(B)\hspace{1cm} & C & =D\\
27972 C & \neq A & B & \neq D
27973 \end{alignat*}
27974
27975 \end_inset
27976
27977 Como cada columna puede tener un espacio diferente, este entorno es especialment
27978 e apropiado para poner tres o más ecuaciones adosadas.
27979 \end_layout
27980
27981 \begin_layout Subsubsection
27982 Entorno flalign
27983 \begin_inset CommandInset label
27984 LatexCommand label
27985 name "sub:Entorno-flalign"
27986
27987 \end_inset
27988
27989
27990 \begin_inset Index idx
27991 status collapsed
27992
27993 \begin_layout Plain Layout
27994 Ecuación ! multilínea ! entorno flalign
27995 \end_layout
27996
27997 \end_inset
27998
27999
28000 \end_layout
28001
28002 \begin_layout Standard
28003 En este entorno las dos primeras columnas están siempre tan a la izquierda
28004  como sea posible y las dos últimas a la derecha.
28005  Ejemplo:
28006 \begin_inset Formula 
28007 \begin{flalign*}
28008 A & =1 & B & =2 & C & =3\\
28009 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
28010 \end{flalign*}
28011
28012 \end_inset
28013
28014 En un entorno flalign con un número impar de columnas, en la última de las
28015  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
28016  alineadas a la izquierda, aunque se use el estilo 
28017 \series bold
28018 Centrado
28019 \series default
28020 .
28021  Un ejemplo de fórmula sangrada 
28022 \begin_inset CommandInset ref
28023 LatexCommand eqref
28024 reference "eq:IntVol"
28025
28026 \end_inset
28027
28028 :
28029 \begin_inset Formula 
28030 \begin{flalign}
28031 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
28032 \end{flalign}
28033
28034 \end_inset
28035
28036 Las dos primeras columnas contienen la fórmula.
28037  Para sangrarla como con el estilo 
28038 \series bold
28039 Sangrado
28040 \series default
28041 , se añade un espacio de 30
28042 \begin_inset space \thinspace{}
28043 \end_inset
28044
28045 pt al comienzo de la primera columna.
28046  
28047 \end_layout
28048
28049 \begin_layout Subsection
28050 Entorno eqnarray
28051 \begin_inset CommandInset label
28052 LatexCommand label
28053 name "sub:Entorno-eqnarray"
28054
28055 \end_inset
28056
28057
28058 \begin_inset Index idx
28059 status collapsed
28060
28061 \begin_layout Plain Layout
28062 Ecuación ! multilínea ! entorno eqnarray
28063 \end_layout
28064
28065 \end_inset
28066
28067
28068 \begin_inset Index idx
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072 Ecuación ! multilínea ! entorno eqnarray
28073 \end_layout
28074
28075 \end_inset
28076
28077
28078 \end_layout
28079
28080 \begin_layout Standard
28081 Al introducir este entorno aparecen tres marcos azules.
28082  El contenido del primero se alinea a la derecha, el del último a la izquierda.
28083  El contenido del marco central está centrado y algo más pequeño, porque
28084  está diseñado para insertar sólo caracteres de relación.
28085 \begin_inset Formula 
28086 \begin{eqnarray*}
28087 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28088 AB & AB & AB\\
28089 A & = & A
28090 \end{eqnarray*}
28091
28092 \end_inset
28093
28094
28095 \end_layout
28096
28097 \begin_layout Subsection
28098 Entorno gather
28099 \begin_inset Index idx
28100 status collapsed
28101
28102 \begin_layout Plain Layout
28103 Ecuación ! multilínea ! entorno gather
28104 \end_layout
28105
28106 \end_inset
28107
28108
28109 \end_layout
28110
28111 \begin_layout Standard
28112 Este entorno consta de una sola columna centrada.
28113  Se puede numerar cada línea.
28114 \begin_inset Formula 
28115 \begin{gather}
28116 A=1\\
28117 X=\mbox{-}1
28118 \end{gather}
28119
28120 \end_inset
28121
28122
28123 \end_layout
28124
28125 \begin_layout Subsection
28126 Entorno multilínea
28127 \begin_inset CommandInset label
28128 LatexCommand label
28129 name "sub:Entorno-multilínea"
28130
28131 \end_inset
28132
28133
28134 \begin_inset Index idx
28135 status collapsed
28136
28137 \begin_layout Plain Layout
28138 Ecuación ! multilínea ! entorno multilínea
28139 \end_layout
28140
28141 \end_inset
28142
28143
28144 \end_layout
28145
28146 \begin_layout Standard
28147 El entorno multilínea, como gather, consta de una sola columna.
28148  Pero la primera línea está alineada a la izquierda, la última a la derecha.
28149  Las demás están centradas.
28150  Por tanto este entorno es apropiado para ecuaciones largas.
28151  Como ejemplo, la ecuación
28152 \begin_inset space ~
28153 \end_inset
28154
28155
28156 \begin_inset CommandInset ref
28157 LatexCommand eqref
28158 reference "eq:lefteqn"
28159
28160 \end_inset
28161
28162  en entorno multilínea:
28163 \begin_inset Formula 
28164 \begin{multline}
28165 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}\\
28166 -B^{2}-2B\sqrt{r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}+r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}\\
28167 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}
28168 \end{multline}
28169
28170 \end_inset
28171
28172 En la salida sólo aparece numerada la última (primera) línea si la numeración
28173  del documento es a la derecha (izquierda).
28174 \begin_inset Foot
28175 status collapsed
28176
28177 \begin_layout Plain Layout
28178 véanse los estilos de numeración en 
28179 \begin_inset CommandInset ref
28180 LatexCommand ref
28181 reference "sec:Estilos-de-ecuación"
28182
28183 \end_inset
28184
28185
28186 \end_layout
28187
28188 \end_inset
28189
28190
28191 \end_layout
28192
28193 \begin_layout Standard
28194 Con los comandos 
28195 \series bold
28196
28197 \backslash
28198 shoveright
28199 \series default
28200
28201 \begin_inset Index idx
28202 status collapsed
28203
28204 \begin_layout Plain Layout
28205 Comandos ! S ! 
28206 \backslash
28207 shoveright
28208 \end_layout
28209
28210 \end_inset
28211
28212  y 
28213 \series bold
28214
28215 \backslash
28216 shoveleft
28217 \series default
28218
28219 \begin_inset Index idx
28220 status collapsed
28221
28222 \begin_layout Plain Layout
28223 Comandos ! S ! 
28224 \backslash
28225 shoveleft
28226 \end_layout
28227
28228 \end_inset
28229
28230 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
28231 ente.
28232  Los comandos se usan como sigue:
28233 \end_layout
28234
28235 \begin_layout Standard
28236
28237 \series bold
28238
28239 \backslash
28240 shoveright{contenido de la línea}
28241 \series default
28242  y 
28243 \series bold
28244
28245 \backslash
28246 shoveleft{contenido de la línea}
28247 \end_layout
28248
28249 \begin_layout Standard
28250 \begin_inset VSpace medskip
28251 \end_inset
28252
28253
28254 \end_layout
28255
28256 \begin_layout Standard
28257 La longitud 
28258 \series bold
28259
28260 \backslash
28261 multlinegap
28262 \series default
28263
28264 \begin_inset Index idx
28265 status collapsed
28266
28267 \begin_layout Plain Layout
28268 Comandos ! M ! 
28269 \backslash
28270 multlinegap
28271 \end_layout
28272
28273 \end_inset
28274
28275  especifica la distancia de la primera línea desde el margen izquierdo de
28276  la página.
28277  Esta longitud es 0
28278 \begin_inset space \thinspace{}
28279 \end_inset
28280
28281 pt por omisión.
28282 \end_layout
28283
28284 \begin_layout Standard
28285 Como ejemplo la ecuación anterior con el comando
28286 \end_layout
28287
28288 \begin_layout Standard
28289
28290 \series bold
28291
28292 \backslash
28293 setlength{
28294 \backslash
28295 multlinegap}{2cm}
28296 \end_layout
28297
28298 \begin_layout Standard
28299 insertado previamente en modo TeX:
28300 \begin_inset ERT
28301 status collapsed
28302
28303 \begin_layout Plain Layout
28304
28305
28306 \backslash
28307 setlength{
28308 \backslash
28309 multlinegap}{2cm}
28310 \end_layout
28311
28312 \end_inset
28313
28314
28315 \begin_inset Formula 
28316 \begin{multline}
28317 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}\\
28318 \shoveleft{-B^{2}-2B\sqrt{r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}+r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}\\
28319 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}
28320 \end{multline}
28321
28322 \end_inset
28323
28324
28325 \begin_inset ERT
28326 status collapsed
28327
28328 \begin_layout Plain Layout
28329
28330
28331 \backslash
28332 setlength{
28333 \backslash
28334 multlinegap}{0pt}
28335 \end_layout
28336
28337 \end_inset
28338
28339 La segunda línea se ha alineado a la izquierda con 
28340 \series bold
28341
28342 \backslash
28343 shoveleft
28344 \series default
28345 .
28346 \end_layout
28347
28348 \begin_layout Subsection
28349 Ecuación con partes multilínea
28350 \begin_inset CommandInset label
28351 LatexCommand label
28352 name "sub:Partes-multilínea"
28353
28354 \end_inset
28355
28356
28357 \begin_inset Index idx
28358 status collapsed
28359
28360 \begin_layout Plain Layout
28361 Ecuación ! multilínea ! solo parte
28362 \end_layout
28363
28364 \end_inset
28365
28366
28367 \end_layout
28368
28369 \begin_layout Standard
28370 Para mostrar solo partes de una ecuación en modo multilínea usa uno de los
28371  siguientes entornos: 
28372 \series bold
28373 aligned
28374 \series default
28375
28376 \series bold
28377 alignedat
28378 \series default
28379
28380 \series bold
28381 gathered
28382 \series default
28383  o 
28384 \series bold
28385 split
28386 \series default
28387 .
28388  Se pueden elegir en el menú 
28389 \family sans
28390 Insertar\SpecialChar \menuseparator
28391 Ecuación
28392 \family default
28393  o usando los comandos aquí descritos.
28394 \end_layout
28395
28396 \begin_layout Standard
28397 Los tres primeros tienen las mismas propiedades que los correspondientes
28398  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
28399  Un ejemplo:
28400 \begin_inset Formula 
28401 \[
28402 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28403 \Delta E\Delta t & \ge\frac{\hbar}{2}
28404 \end{aligned}
28405 \right\} \mbox{Relaciones de incertidumbre}
28406 \]
28407
28408 \end_inset
28409
28410 Para componer esta expresión se inserta una ecuación presentada y en ella
28411  se introduce el comando 
28412 \series bold
28413
28414 \backslash
28415 aligned
28416 \series default
28417
28418 \begin_inset Index idx
28419 status collapsed
28420
28421 \begin_layout Plain Layout
28422 Comandos ! A ! 
28423 \backslash
28424 aligned
28425 \end_layout
28426
28427 \end_inset
28428
28429 .
28430  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
28431  añadir filas y columnas.
28432  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
28433  como la llave.
28434 \end_layout
28435
28436 \begin_layout Standard
28437 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
28438  se alinean horizontalmente.
28439  Usar aligned en una ecuación presentada tiene la ventaja de que el número
28440  de ecuación se centra verticalmente con las líneas.
28441  Como ejemplo, la ecuación 
28442 \begin_inset CommandInset ref
28443 LatexCommand eqref
28444 reference "eq:cortolargo"
28445
28446 \end_inset
28447
28448  en entorno aligned: 
28449 \begin_inset Formula 
28450 \begin{equation}
28451 \begin{aligned}H=\; & W_{SB}+W_{mv}+W_{D}-\frac{\hbar^{2}}{2m_{0}}\Delta-\frac{\hbar^{2}}{2m_{1}}\Delta_{1}-\frac{\hbar^{2}}{2m_{2}}\Delta_{2}-\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{1}|}\\
28452  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}
28453 \end{aligned}
28454 \end{equation}
28455
28456 \end_inset
28457
28458 Para usar los entornos 
28459 \series bold
28460 alignedat
28461 \series default
28462
28463 \series bold
28464 gathered
28465 \series default
28466 , o 
28467 \series bold
28468 split
28469 \series default
28470 , se insertan respectivamente los comandos
28471 \series bold
28472  
28473 \backslash
28474 alignedat
28475 \series default
28476 ,
28477 \begin_inset Index idx
28478 status collapsed
28479
28480 \begin_layout Plain Layout
28481 Comandos ! A ! 
28482 \backslash
28483 alignedat
28484 \end_layout
28485
28486 \end_inset
28487
28488  
28489 \series bold
28490
28491 \backslash
28492 gathered
28493 \series default
28494
28495 \begin_inset Index idx
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499 Comandos ! G ! 
28500 \backslash
28501 gathered
28502 \end_layout
28503
28504 \end_inset
28505
28506 , o 
28507 \series bold
28508
28509 \backslash
28510 split
28511 \series default
28512
28513 \begin_inset Index idx
28514 status collapsed
28515
28516 \begin_layout Plain Layout
28517 Comandos ! S ! 
28518 \backslash
28519 split
28520 \end_layout
28521
28522 \end_inset
28523
28524 .
28525  El entorno split tiene las mismas propiedades que aligned pero sólo puede
28526  tener dos columnas.
28527 \end_layout
28528
28529 \begin_layout Subsection
28530 Texto en ecuaciones multilínea
28531 \begin_inset CommandInset label
28532 LatexCommand label
28533 name "sub:Texto-en-multilínea"
28534
28535 \end_inset
28536
28537
28538 \begin_inset Index idx
28539 status collapsed
28540
28541 \begin_layout Plain Layout
28542 Texto ! en ecuaciones
28543 \end_layout
28544
28545 \end_inset
28546
28547
28548 \begin_inset Index idx
28549 status collapsed
28550
28551 \begin_layout Plain Layout
28552 Ecuación ! multilínea ! texto en
28553 \end_layout
28554
28555 \end_inset
28556
28557
28558 \end_layout
28559
28560 \begin_layout Standard
28561 En los entornos align, multilínea y gather, se puede insertar texto que
28562  se mostrará en una línea separada y que no afecta la alineación de columna.
28563  Para esto se usa el comando 
28564 \series bold
28565
28566 \backslash
28567 intertext
28568 \series default
28569
28570 \begin_inset Index idx
28571 status collapsed
28572
28573 \begin_layout Plain Layout
28574 Comandos ! I ! 
28575 \backslash
28576 intertext
28577 \end_layout
28578
28579 \end_inset
28580
28581  con el siguiente esquema:
28582 \end_layout
28583
28584 \begin_layout Standard
28585
28586 \series bold
28587
28588 \backslash
28589 intertext{texto}
28590 \end_layout
28591
28592 \begin_layout Standard
28593 El texto no debería ocupar más de una línea porque no se puede partir con
28594  guión.
28595  Como LyX aún no soporta 
28596 \series bold
28597
28598 \backslash
28599 intertext
28600 \series default
28601  directamente, el texto se escribe como texto matemático.
28602  
28603 \series bold
28604
28605 \backslash
28606 intertext
28607 \series default
28608  debe por tanto estar al comienzo de una línea y en la salida se presenta
28609  sobre esta línea.
28610  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
28611 \begin_inset Formula 
28612 \begin{align}
28613 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28614 \intertext{\text{el integrando es simétrico para \ensuremath{\phi=\pi}, por tanto}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28615 \end{align}
28616
28617 \end_inset
28618
28619
28620 \end_layout
28621
28622 \begin_layout Standard
28623 \noindent
28624 \align center
28625 \begin_inset Newpage newpage
28626 \end_inset
28627
28628
28629 \end_layout
28630
28631 \begin_layout Section
28632 Numeración de ecuaciones
28633 \begin_inset Index idx
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637 Ecuación ! numeración|see
28638 \begin_inset ERT
28639 status collapsed
28640
28641 \begin_layout Plain Layout
28642
28643 {
28644 \end_layout
28645
28646 \end_inset
28647
28648 Numeración de ecuaciones
28649 \begin_inset ERT
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653
28654 }
28655 \end_layout
28656
28657 \end_inset
28658
28659
28660 \end_layout
28661
28662 \end_inset
28663
28664
28665 \begin_inset Index idx
28666 status collapsed
28667
28668 \begin_layout Plain Layout
28669 Numeración de ecuaciones
28670 \end_layout
28671
28672 \end_inset
28673
28674
28675 \end_layout
28676
28677 \begin_layout Subsection
28678 General
28679 \end_layout
28680
28681 \begin_layout Standard
28682 Las ecuaciones numeradas se insertan con el menú 
28683 \family sans
28684 Insertar\SpecialChar \menuseparator
28685 Ecuación
28686 \family default
28687  
28688 \family sans
28689 \SpecialChar \menuseparator
28690 Numerada
28691 \family default
28692  (atajo 
28693 \family sans
28694 Ctrl+Alt
28695 \begin_inset space ~
28696 \end_inset
28697
28698 N
28699 \family default
28700 ).
28701  Ecuaciones existentes se pueden numerar con el menú 
28702 \family sans
28703 Editar\SpecialChar \menuseparator
28704 Ecuación\SpecialChar \menuseparator
28705 Numerar la ecuación
28706 \family default
28707  (atajo
28708 \family sans
28709  Alt+M
28710 \begin_inset space ~
28711 \end_inset
28712
28713 N
28714 \family default
28715 ).
28716  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
28717  En la salida se muestra el número real.
28718 \end_layout
28719
28720 \begin_layout Standard
28721 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
28722  líneas.
28723  No obstante, la numeración se puede controlar en cada línea con el menú
28724  
28725 \family sans
28726 Editar\SpecialChar \menuseparator
28727 Ecuación\SpecialChar \menuseparator
28728 Numerar la línea
28729 \family default
28730  (atajo
28731 \family sans
28732  Alt+M
28733 \begin_inset space ~
28734 \end_inset
28735
28736 Mayúsculas+N
28737 \family default
28738 ).
28739 \end_layout
28740
28741 \begin_layout Standard
28742 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
28743  distintos, véase 
28744 \begin_inset CommandInset ref
28745 LatexCommand ref
28746 reference "sec:Estilos-de-ecuación"
28747
28748 \end_inset
28749
28750 .
28751 \end_layout
28752
28753 \begin_layout Subsection
28754 Referencias cruzadas
28755 \begin_inset Index idx
28756 status collapsed
28757
28758 \begin_layout Plain Layout
28759 Ecuación ! referencias cruzadas a
28760 \end_layout
28761
28762 \end_inset
28763
28764
28765 \end_layout
28766
28767 \begin_layout Standard
28768 Todas las ecuaciones con etiqueta se pueden referir.
28769  La etiqueta se añade con el menú 
28770 \family sans
28771 Insertar\SpecialChar \menuseparator
28772 Etiqueta
28773 \family default
28774  o con el botón 
28775 \begin_inset Graphics
28776         filename ../../images/label-insert.png
28777         scale 85
28778
28779 \end_inset
28780
28781  de la barra de herramientas.
28782  El cursor debe estar dentro de una ecuación en modo presentación.
28783  Como alternativa, se puede hacer clic derecha sobre la fórmula y elegir
28784  
28785 \family sans
28786 Etiqueta de ecuación
28787 \family default
28788 .
28789  Surge un diálogo con el prefijo 
28790 \series bold
28791 eq:
28792 \series default
28793 , detrás del cual se escribe el texto de la etiqueta.
28794  El prefijo significa 
28795 \begin_inset Quotes fld
28796 \end_inset
28797
28798 equation
28799 \begin_inset Quotes frd
28800 \end_inset
28801
28802  y hace más fácil encontrar etiquetas en documentos extensos porque así
28803  se distingue p.
28804 \begin_inset space \thinspace{}
28805 \end_inset
28806
28807 ej.
28808 \begin_inset space ~
28809 \end_inset
28810
28811 de las etiquetas de sección.
28812  Para cambiar una etiqueta se usa de nuevo el menú 
28813 \family sans
28814 Insertar\SpecialChar \menuseparator
28815 Etiqueta 
28816 \family default
28817 o la opción 
28818 \family sans
28819 Etiqueta de ecuación
28820 \family default
28821  al hacer clic derecha sobre una fórmula.
28822 \end_layout
28823
28824 \begin_layout Standard
28825 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
28826  ecuación.
28827  Una ecuación con etiqueta se numera siempre.
28828 \end_layout
28829
28830 \begin_layout Standard
28831 Las referencias cruzadas se insertan mediante el menú 
28832 \family sans
28833 Insertar\SpecialChar \menuseparator
28834 Referencia cruzada
28835 \family default
28836  o con el botón 
28837 \begin_inset Graphics
28838         filename ../../images/dialog-show-new-inset_ref.png
28839         scale 85
28840
28841 \end_inset
28842
28843 .
28844  Una referencia a una ecuación aparece en la salida con su número.
28845  Si en el diálogo de referencia cruzada se elige el formato 
28846 \series bold
28847 (<referencia>)
28848 \series default
28849 , la referencia se muestra en la salida entre paréntesis.
28850  
28851 \begin_inset Newline newline
28852 \end_inset
28853
28854 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
28855  a la ecuación de referencia.
28856 \end_layout
28857
28858 \begin_layout Standard
28859 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
28860  siguientes:
28861 \begin_inset Note Note
28862 status collapsed
28863
28864 \begin_layout Plain Layout
28865 Observa los distintos tipos de referencias cruzadas.
28866 \end_layout
28867
28868 \end_inset
28869
28870
28871 \end_layout
28872
28873 \begin_layout Standard
28874 Las ecuaciones 
28875 \begin_inset CommandInset ref
28876 LatexCommand eqref
28877 reference "eq:tag"
28878
28879 \end_inset
28880
28881  y 
28882 \begin_inset CommandInset ref
28883 LatexCommand eqref
28884 reference "eq:c"
28885
28886 \end_inset
28887
28888  son equivalentes.
28889  En (
28890 \begin_inset CommandInset ref
28891 LatexCommand ref
28892 reference "eq:Lat"
28893
28894 \end_inset
28895
28896 ) se usan mayúsculas latinas para la numeración, a diferencia de (
28897 \begin_inset CommandInset ref
28898 LatexCommand ref
28899 reference "eq:Rom"
28900
28901 \end_inset
28902
28903 ).
28904 \begin_inset VSpace medskip
28905 \end_inset
28906
28907
28908 \end_layout
28909
28910 \begin_layout Standard
28911 Si el argumento de 
28912 \series bold
28913
28914 \backslash
28915 tag
28916 \begin_inset Foot
28917 status collapsed
28918
28919 \begin_layout Plain Layout
28920
28921 \series bold
28922
28923 \backslash
28924 tag
28925 \series default
28926  se describe en 
28927 \begin_inset CommandInset ref
28928 LatexCommand ref
28929 reference "sub:Numeración-personalizada"
28930
28931 \end_inset
28932
28933
28934 \end_layout
28935
28936 \end_inset
28937
28938
28939 \series default
28940  contiene un marco, como se describe en la 
28941 \begin_inset CommandInset ref
28942 LatexCommand ref
28943 reference "sub:Marcos-de-párrafo"
28944
28945 \end_inset
28946
28947 , no se puede referir la ecuación.
28948 \end_layout
28949
28950 \begin_layout Subsection
28951 Subnumeración
28952 \begin_inset Index idx
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956 Numeración de ecuaciones ! subnumeración
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \end_layout
28963
28964 \begin_layout Standard
28965 Con ayuda de los comandos 
28966 \series bold
28967
28968 \backslash
28969 begin{subequations}
28970 \series default
28971  y 
28972 \series bold
28973
28974 \backslash
28975 end{subequations}
28976 \series default
28977  en modo TeX se pueden subnumerar ecuaciones.
28978 \end_layout
28979
28980 \begin_layout Standard
28981 Ejemplo:
28982 \begin_inset Formula 
28983 \begin{equation}
28984 A=C-B\label{eq:a}
28985 \end{equation}
28986
28987 \end_inset
28988
28989
28990 \begin_inset ERT
28991 status collapsed
28992
28993 \begin_layout Plain Layout
28994
28995
28996 \backslash
28997 addtocounter{equation}{-1}
28998 \end_layout
28999
29000 \end_inset
29001
29002
29003 \begin_inset ERT
29004 status collapsed
29005
29006 \begin_layout Plain Layout
29007
29008
29009 \backslash
29010 begin{subequations}
29011 \end_layout
29012
29013 \end_inset
29014
29015
29016 \begin_inset VSpace -5mm
29017 \end_inset
29018
29019
29020 \begin_inset Formula 
29021 \begin{equation}
29022 B=C-A\label{eq:b}
29023 \end{equation}
29024
29025 \end_inset
29026
29027
29028 \begin_inset Formula 
29029 \begin{equation}
29030 C=A+B\label{eq:c}
29031 \end{equation}
29032
29033 \end_inset
29034
29035
29036 \end_layout
29037
29038 \begin_layout Standard
29039 \begin_inset ERT
29040 status collapsed
29041
29042 \begin_layout Plain Layout
29043
29044
29045 \backslash
29046 end{subequations}
29047 \end_layout
29048
29049 \end_inset
29050
29051
29052 \end_layout
29053
29054 \begin_layout Standard
29055 Para este ejemplo se ha hecho lo siguiente:
29056 \end_layout
29057
29058 \begin_layout Enumerate
29059 se inserta la primera ecuación
29060 \end_layout
29061
29062 \begin_layout Enumerate
29063 después de ella se inserta
29064 \series bold
29065
29066 \begin_inset Newline newline
29067 \end_inset
29068
29069
29070 \backslash
29071 addtocounter{equation}{-1} 
29072 \backslash
29073 begin{subequations}
29074 \begin_inset Index idx
29075 status collapsed
29076
29077 \begin_layout Plain Layout
29078 Comandos ! A ! 
29079 \backslash
29080 addtocounter
29081 \end_layout
29082
29083 \end_inset
29084
29085
29086 \end_layout
29087
29088 \begin_layout Enumerate
29089 se inserta la segunda ecuación
29090 \end_layout
29091
29092 \begin_layout Enumerate
29093 se inserta la tercera ecuación
29094 \end_layout
29095
29096 \begin_layout Enumerate
29097 se inserta 
29098 \series bold
29099
29100 \backslash
29101 end{subequations}
29102 \series default
29103  tras la tercera ecuación
29104 \end_layout
29105
29106 \begin_layout Standard
29107 Toda ecuación entre los comandos 
29108 \series bold
29109
29110 \backslash
29111 begin
29112 \series default
29113  y 
29114 \series bold
29115
29116 \backslash
29117 end
29118 \series default
29119  se subnumera con a, b, c\SpecialChar \ldots{}
29120  En ecuaciones multilínea se subnumerará cada línea.
29121  Todas las ecuaciones subnumeradas son tratadas como 
29122 \emph on
29123 una
29124 \emph default
29125  ecuación numerada.
29126  Pero como cada ecuación numerada aumenta el contador 
29127 \series bold
29128 equation
29129 \series default
29130  en uno, hay que disminuir el comando 
29131 \series bold
29132
29133 \backslash
29134 addtocounter
29135 \series default
29136 .
29137  De lo contrario, las ecuaciones 
29138 \begin_inset CommandInset ref
29139 LatexCommand eqref
29140 reference "eq:a"
29141
29142 \end_inset
29143
29144
29145 \begin_inset CommandInset ref
29146 LatexCommand eqref
29147 reference "eq:b"
29148
29149 \end_inset
29150
29151
29152 \begin_inset CommandInset ref
29153 LatexCommand eqref
29154 reference "eq:c"
29155
29156 \end_inset
29157
29158  se numerarían 
29159 \begin_inset CommandInset ref
29160 LatexCommand eqref
29161 reference "eq:a"
29162
29163 \end_inset
29164
29165
29166 \begin_inset CommandInset ref
29167 LatexCommand eqref
29168 reference "eq:d"
29169
29170 \end_inset
29171
29172
29173 \begin_inset CommandInset ref
29174 LatexCommand eqref
29175 reference "eq:f"
29176
29177 \end_inset
29178
29179 .
29180 \end_layout
29181
29182 \begin_layout Standard
29183 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
29184  ecuaciones.
29185  Para evitarlo se inserta ese espacio vertical de -5
29186 \begin_inset space \thinspace{}
29187 \end_inset
29188
29189 mm detrás del comando 
29190 \series bold
29191
29192 \backslash
29193 begin{subequations}
29194 \series default
29195 .
29196
29197 \series bold
29198  
29199 \series default
29200 Si se usa el estilo 
29201 \series bold
29202 Sangrado
29203 \series default
29204
29205 \begin_inset Foot
29206 status collapsed
29207
29208 \begin_layout Plain Layout
29209 véase estilos de ecuación en 
29210 \begin_inset CommandInset ref
29211 LatexCommand ref
29212 reference "sec:Estilos-de-ecuación"
29213
29214 \end_inset
29215
29216
29217 \end_layout
29218
29219 \end_inset
29220
29221 , entonces se inserta -7
29222 \begin_inset space \thinspace{}
29223 \end_inset
29224
29225 mm.
29226 \end_layout
29227
29228 \begin_layout Standard
29229 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
29230  de la segunda línea:
29231 \begin_inset ERT
29232 status collapsed
29233
29234 \begin_layout Plain Layout
29235
29236
29237 \backslash
29238 begin{subequations}
29239 \end_layout
29240
29241 \end_inset
29242
29243
29244 \begin_inset Formula 
29245 \begin{eqnarray}
29246 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29247  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29248  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29249 \end{eqnarray}
29250
29251 \end_inset
29252
29253
29254 \begin_inset ERT
29255 status collapsed
29256
29257 \begin_layout Plain Layout
29258
29259
29260 \backslash
29261 end{subequations}
29262 \end_layout
29263
29264 \end_inset
29265
29266
29267 \end_layout
29268
29269 \begin_layout Subsection
29270 Numeración definida por el usuario
29271 \begin_inset CommandInset label
29272 LatexCommand label
29273 name "sub:Numeración-personalizada"
29274
29275 \end_inset
29276
29277
29278 \begin_inset Index idx
29279 status collapsed
29280
29281 \begin_layout Plain Layout
29282 Numeración de ecuaciones ! personalizada
29283 \end_layout
29284
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \begin_layout Standard
29291 Con la numeración estándar el número se coloca entre paréntesis.
29292  Para reemplazar los paréntesis con barras verticales, p.
29293 \begin_inset space \thinspace{}
29294 \end_inset
29295
29296 e., se añade al preámbulo LaTeX la línea: 
29297 \end_layout
29298
29299 \begin_layout Standard
29300
29301 \series bold
29302
29303 \backslash
29304 def
29305 \backslash
29306 tagform@#1{
29307 \backslash
29308 maketag@@@{|#1|}}
29309 \series default
29310
29311 \begin_inset Note Note
29312 status collapsed
29313
29314 \begin_layout Plain Layout
29315 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
29316  Para activarlo, quita el % del principio.
29317 \end_layout
29318
29319 \end_inset
29320
29321
29322 \end_layout
29323
29324 \begin_layout Standard
29325 Para usar otros caracteres, se reemplazan las barras al lado de 
29326 \series bold
29327 #1
29328 \series default
29329  por ellos.
29330  Para obtener sólo el número de ecuación se omiten las barras verticales.
29331 \begin_inset VSpace bigskip
29332 \end_inset
29333
29334
29335 \end_layout
29336
29337 \begin_layout Standard
29338 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
29339  consecutivo, se usa el comando 
29340 \series bold
29341
29342 \backslash
29343 tag
29344 \begin_inset Index idx
29345 status collapsed
29346
29347 \begin_layout Plain Layout
29348 Comandos ! T ! 
29349 \backslash
29350 tag
29351 \end_layout
29352
29353 \end_inset
29354
29355
29356 \series default
29357 :
29358 \begin_inset Formula 
29359 \begin{equation}
29360 A+B=C\tag{algo}\label{eq:tag}
29361 \end{equation}
29362
29363 \end_inset
29364
29365 En este ejemplo se ha insertado el comando
29366 \series bold
29367  
29368 \backslash
29369 tag
29370 \begin_inset space \textvisiblespace{}
29371 \end_inset
29372
29373 algo
29374 \series default
29375  en la ecuación.
29376 \end_layout
29377
29378 \begin_layout Standard
29379 Si se usa en su lugar el comando con asterisco 
29380 \series bold
29381
29382 \backslash
29383 tag*
29384 \begin_inset space \textvisiblespace{}
29385 \end_inset
29386
29387 algo
29388 \series default
29389  no se imprimen los paréntesis:
29390 \begin_inset Formula 
29391 \[
29392 A+B=C\tag*{algo}
29393 \]
29394
29395 \end_inset
29396
29397
29398 \end_layout
29399
29400 \begin_layout Standard
29401 \begin_inset VSpace bigskip
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \begin_layout Standard
29408 Para reiniciar la numeración en nuevas partes o secciones del documento
29409  se usan los siguientes comandos:
29410 \end_layout
29411
29412 \begin_layout Standard
29413
29414 \series bold
29415
29416 \backslash
29417 @addtoreset{equation}{part}
29418 \series default
29419
29420 \begin_inset Index idx
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424 Comandos ! 
29425 \begin_inset ERT
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429
29430 "
29431 \end_layout
29432
29433 \end_inset
29434
29435 @
29436 \begin_inset ERT
29437 status collapsed
29438
29439 \begin_layout Plain Layout
29440
29441 "
29442 \end_layout
29443
29444 \end_inset
29445
29446  ! 
29447 \backslash
29448
29449 \begin_inset ERT
29450 status collapsed
29451
29452 \begin_layout Plain Layout
29453
29454 "
29455 \end_layout
29456
29457 \end_inset
29458
29459 @
29460 \begin_inset ERT
29461 status collapsed
29462
29463 \begin_layout Plain Layout
29464
29465 "
29466 \end_layout
29467
29468 \end_inset
29469
29470 addtoreset
29471 \end_layout
29472
29473 \end_inset
29474
29475
29476 \begin_inset Newline newline
29477 \end_inset
29478
29479
29480 \series bold
29481
29482 \backslash
29483 @addtoreset{equation}{section}
29484 \end_layout
29485
29486 \begin_layout Standard
29487 Pata poder usar estos comandos en modo TeX, el carácter 
29488 \begin_inset Quotes fld
29489 \end_inset
29490
29491 @
29492 \begin_inset Quotes frd
29493 \end_inset
29494
29495  debe 
29496 \begin_inset Quotes fld
29497 \end_inset
29498
29499 activarse
29500 \begin_inset Quotes frd
29501 \end_inset
29502
29503  para LaTeX con el comando 
29504 \series bold
29505
29506 \backslash
29507 makeatletter
29508 \series default
29509 .
29510  El comando 
29511 \series bold
29512
29513 \backslash
29514 makeatother
29515 \series default
29516  deshace esto.
29517  Así pues, la secuencia de comandos en modo TeX es:
29518 \end_layout
29519
29520 \begin_layout Standard
29521
29522 \series bold
29523
29524 \backslash
29525 makeatletter
29526 \begin_inset Newline newline
29527 \end_inset
29528
29529
29530 \backslash
29531 @addtoreset{equation}{section}
29532 \begin_inset Newline newline
29533 \end_inset
29534
29535
29536 \backslash
29537 makeatother
29538 \end_layout
29539
29540 \begin_layout Standard
29541 En el preámbulo LaTeX se pueden omitir 
29542 \series bold
29543
29544 \backslash
29545 makeatletter
29546 \series default
29547  y 
29548 \series bold
29549
29550 \backslash
29551 makeatother
29552 \series default
29553  pues son automáticamente insertados por LyX.
29554 \end_layout
29555
29556 \begin_layout Standard
29557 Para el comando 
29558 \series bold
29559
29560 \backslash
29561 @addtoreset
29562 \series default
29563 ,
29564 \series bold
29565  
29566 \series default
29567 hay que cargar en el preámbulo LaTeX el archivo 
29568 \series bold
29569 remreset.sty
29570 \series default
29571
29572 \begin_inset Foot
29573 status collapsed
29574
29575 \begin_layout Plain Layout
29576
29577 \series bold
29578 remreset
29579 \series default
29580  es parte del paquete LaTeX 
29581 \series bold
29582 carlisle
29583 \series default
29584
29585 \begin_inset Index idx
29586 status collapsed
29587
29588 \begin_layout Plain Layout
29589 Paquetes ! carlisle
29590 \end_layout
29591
29592 \end_inset
29593
29594 , incluido en las instalaciones estándar de LaTeX.
29595 \end_layout
29596
29597 \end_inset
29598
29599
29600 \begin_inset Index idx
29601 status collapsed
29602
29603 \begin_layout Plain Layout
29604 Paquetes ! remreset
29605 \end_layout
29606
29607 \end_inset
29608
29609  con la línea
29610 \end_layout
29611
29612 \begin_layout Standard
29613
29614 \series bold
29615
29616 \backslash
29617 usepackage{remreset}
29618 \end_layout
29619
29620 \begin_layout Standard
29621 Entonces se puede usar el comando 
29622 \series bold
29623
29624 \backslash
29625 @removefromreset
29626 \series default
29627
29628 \begin_inset Index idx
29629 status collapsed
29630
29631 \begin_layout Plain Layout
29632 Comandos ! 
29633 \begin_inset ERT
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637
29638 "
29639 \end_layout
29640
29641 \end_inset
29642
29643 @
29644 \begin_inset ERT
29645 status collapsed
29646
29647 \begin_layout Plain Layout
29648
29649 "
29650 \end_layout
29651
29652 \end_inset
29653
29654  ! 
29655 \backslash
29656
29657 \begin_inset ERT
29658 status collapsed
29659
29660 \begin_layout Plain Layout
29661
29662 "
29663 \end_layout
29664
29665 \end_inset
29666
29667 @
29668 \begin_inset ERT
29669 status collapsed
29670
29671 \begin_layout Plain Layout
29672
29673 "
29674 \end_layout
29675
29676 \end_inset
29677
29678 removefromreset
29679 \end_layout
29680
29681 \end_inset
29682
29683  con el mismo esquema que 
29684 \series bold
29685
29686 \backslash
29687 @addtoreset
29688 \series default
29689 .
29690 \begin_inset VSpace bigskip
29691 \end_inset
29692
29693
29694 \end_layout
29695
29696 \begin_layout Standard
29697 A veces las ecuaciones deberían numerarse de la siguiente manera:
29698 \end_layout
29699
29700 \begin_layout Standard
29701
29702 \family typewriter
29703 (número de sección.número de ecuación)
29704 \end_layout
29705
29706 \begin_layout Standard
29707 El número de ecuación empezaría con 
29708 \begin_inset Quotes fld
29709 \end_inset
29710
29711 1
29712 \begin_inset Quotes frd
29713 \end_inset
29714
29715  en cada sección.
29716 \end_layout
29717
29718 \begin_layout Standard
29719 Para este caso hay el comando 
29720 \series bold
29721
29722 \backslash
29723 numberwithin
29724 \series default
29725
29726 \begin_inset Index idx
29727 status collapsed
29728
29729 \begin_layout Plain Layout
29730 Comandos ! N ! 
29731 \backslash
29732 numberwithin
29733 \end_layout
29734
29735 \end_inset
29736
29737 , que se usa con el esquema:
29738 \end_layout
29739
29740 \begin_layout Standard
29741
29742 \series bold
29743
29744 \backslash
29745 numberwithin{counter}{sectioning}
29746 \end_layout
29747
29748 \begin_layout Standard
29749 \begin_inset Quotes fld
29750 \end_inset
29751
29752 counter
29753 \begin_inset Quotes frd
29754 \end_inset
29755
29756  indica qué clase de numeración es afectada, 
29757 \begin_inset Quotes fld
29758 \end_inset
29759
29760 sectioning
29761 \begin_inset Quotes frd
29762 \end_inset
29763
29764  indica qué número va delante del punto.
29765  
29766 \end_layout
29767
29768 \begin_layout Standard
29769 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
29770  en el preámbulo LaTeX:
29771 \end_layout
29772
29773 \begin_layout Standard
29774
29775 \series bold
29776
29777 \backslash
29778 numberwithin{equation}{section}
29779 \end_layout
29780
29781 \begin_layout Standard
29782 Este es el resultado::
29783 \begin_inset ERT
29784 status collapsed
29785
29786 \begin_layout Plain Layout
29787
29788
29789 \backslash
29790 numberwithin{equation}{section}
29791 \end_layout
29792
29793 \end_inset
29794
29795
29796 \begin_inset Formula 
29797 \begin{equation}
29798 A+B=C
29799 \end{equation}
29800
29801 \end_inset
29802
29803
29804 \end_layout
29805
29806 \begin_layout Standard
29807 Para numerar cuadros de modo que, p.
29808 \begin_inset space \thinspace{}
29809 \end_inset
29810
29811 ej., 
29812 \begin_inset Quotes fld
29813 \end_inset
29814
29815 sectioning
29816 \begin_inset Quotes frd
29817 \end_inset
29818
29819  sea el número de la parte se usa
29820 \begin_inset Newline newline
29821 \end_inset
29822
29823
29824 \series bold
29825
29826 \backslash
29827 numberwithin{table}{part}
29828 \end_layout
29829
29830 \begin_layout Standard
29831 Para volver a la numeración estándar o evitar esta clase numeración cuando
29832  es definida por la clase de documento, se inserta el siguiente comando
29833  en código TeX o en el preámbulo LaTeX:
29834 \end_layout
29835
29836 \begin_layout Standard
29837
29838 \series bold
29839
29840 \backslash
29841 renewcommand{
29842 \backslash
29843 theequation}{
29844 \backslash
29845 arabic{equation}}
29846 \begin_inset Index idx
29847 status collapsed
29848
29849 \begin_layout Plain Layout
29850 Comandos ! A ! 
29851 \backslash
29852 arabic
29853 \end_layout
29854
29855 \end_inset
29856
29857
29858 \series default
29859
29860 \begin_inset ERT
29861 status collapsed
29862
29863 \begin_layout Plain Layout
29864
29865
29866 \backslash
29867 renewcommand{
29868 \backslash
29869 theequation}{
29870 \backslash
29871 arabic{equation}}
29872 \end_layout
29873
29874 \end_inset
29875
29876
29877 \series bold
29878
29879 \begin_inset Newline newline
29880 \end_inset
29881
29882
29883 \series default
29884 o
29885 \series bold
29886
29887 \begin_inset Newline newline
29888 \end_inset
29889
29890
29891 \backslash
29892 renewcommand{
29893 \backslash
29894 thetable}{
29895 \backslash
29896 arabic{table}}
29897 \end_layout
29898
29899 \begin_layout Standard
29900
29901 \series bold
29902
29903 \backslash
29904 numberwithin
29905 \series default
29906  usa internamente el comando 
29907 \series bold
29908
29909 \backslash
29910 @addtoreset
29911 \series default
29912 , descrito arriba, que también debe ser restaurado.
29913 \begin_inset ERT
29914 status collapsed
29915
29916 \begin_layout Plain Layout
29917
29918
29919 \backslash
29920 makeatletter
29921 \end_layout
29922
29923 \begin_layout Plain Layout
29924
29925
29926 \backslash
29927 @removefromreset{equation}{section}
29928 \end_layout
29929
29930 \begin_layout Plain Layout
29931
29932
29933 \backslash
29934 makeatother
29935 \end_layout
29936
29937 \end_inset
29938
29939
29940 \end_layout
29941
29942 \begin_layout Subsection
29943 Numeración con números romanos y letras
29944 \begin_inset Index idx
29945 status collapsed
29946
29947 \begin_layout Plain Layout
29948 Numeración de ecuaciones ! con números romanos
29949 \end_layout
29950
29951 \end_inset
29952
29953
29954 \begin_inset Index idx
29955 status collapsed
29956
29957 \begin_layout Plain Layout
29958 Numeración de ecuaciones ! con letras
29959 \end_layout
29960
29961 \end_inset
29962
29963
29964 \end_layout
29965
29966 \begin_layout Standard
29967 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
29968  Por ejemplo, para numerar con romanos en minúscula,
29969 \begin_inset Foot
29970 status collapsed
29971
29972 \begin_layout Plain Layout
29973 Como en español no se usan romanos en minúscula, el estilo 
29974 \series bold
29975 spanish
29976 \series default
29977  del sistema 
29978 \series bold
29979 babel
29980 \series default
29981  redefine 
29982 \series bold
29983
29984 \backslash
29985 roman
29986 \series default
29987  para que los dé en versalitas.
29988  Véase 
29989 \begin_inset CommandInset citation
29990 LatexCommand cite
29991 key "spanish"
29992
29993 \end_inset
29994
29995  (
29996 \emph on
29997 N.
29998 \begin_inset space \thinspace{}
29999 \end_inset
30000
30001 del t
30002 \emph default
30003 ).
30004 \end_layout
30005
30006 \end_inset
30007
30008  se inserta el comando
30009 \end_layout
30010
30011 \begin_layout Standard
30012
30013 \series bold
30014
30015 \backslash
30016 renewcommand{
30017 \backslash
30018 theequation}{
30019 \backslash
30020 roman{equation}}
30021 \end_layout
30022
30023 \begin_layout Standard
30024 antes de la ecuación en modo TeX.
30025  
30026 \series bold
30027
30028 \backslash
30029 renewcommand
30030 \series default
30031
30032 \begin_inset Index idx
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036 Comandos ! R ! 
30037 \backslash
30038 renewcommand
30039 \end_layout
30040
30041 \end_inset
30042
30043  redefine el comando predefinido 
30044 \series bold
30045
30046 \backslash
30047 theequation
30048 \series default
30049  como 
30050 \series bold
30051
30052 \backslash
30053 roman{equation}
30054 \series default
30055 .
30056 \begin_inset Foot
30057 status collapsed
30058
30059 \begin_layout Plain Layout
30060 El comando 
30061 \series bold
30062
30063 \backslash
30064 renewcommand
30065 \series default
30066  tiene el mismo esquema que el comando 
30067 \series bold
30068
30069 \backslash
30070 newcommand
30071 \series default
30072 , descrito en 
30073 \begin_inset CommandInset ref
30074 LatexCommand ref
30075 reference "sub:El-comando-newcommand"
30076
30077 \end_inset
30078
30079 .
30080 \end_layout
30081
30082 \end_inset
30083
30084  
30085 \series bold
30086 equation
30087 \series default
30088  es el contador de ecuaciones.
30089  Si se usa el comando 
30090 \series bold
30091
30092 \backslash
30093 the
30094 \series default
30095  como prefijo de un contador, el valor del contador sale en números arábigos.
30096  Si una ecuación es numerada, LaTeX pone internamente el comando 
30097 \series bold
30098
30099 \backslash
30100 theequation
30101 \series default
30102  detrás de la ecuación.
30103  
30104 \series bold
30105
30106 \backslash
30107 roman{equation}
30108 \series default
30109
30110 \begin_inset Index idx
30111 status collapsed
30112
30113 \begin_layout Plain Layout
30114 Comandos ! R ! 
30115 \backslash
30116 roman
30117 \end_layout
30118
30119 \end_inset
30120
30121  pone el contador en romanos en minúscula.
30122 \end_layout
30123
30124 \begin_layout Standard
30125 Todas las ecuaciones siguientes a 
30126 \series bold
30127
30128 \backslash
30129 renew
30130 \series default
30131 c
30132 \series bold
30133 ommand
30134 \series default
30135  se numerarán en romanos.
30136  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
30137  cambiando 
30138 \series bold
30139
30140 \backslash
30141 roman
30142 \series default
30143  por 
30144 \series bold
30145
30146 \backslash
30147 Roman
30148 \series default
30149
30150 \begin_inset Index idx
30151 status collapsed
30152
30153 \begin_layout Plain Layout
30154 Comandos ! R ! 
30155 \backslash
30156 roman@
30157 \backslash
30158 Roman
30159 \end_layout
30160
30161 \end_inset
30162
30163 .
30164  Para 
30165 \begin_inset Quotes fld
30166 \end_inset
30167
30168 numerar
30169 \begin_inset Quotes frd
30170 \end_inset
30171
30172  con minúsculas latinas hay el comando 
30173 \series bold
30174
30175 \backslash
30176 alph
30177 \series default
30178
30179 \begin_inset Index idx
30180 status collapsed
30181
30182 \begin_layout Plain Layout
30183 Comandos ! A ! 
30184 \backslash
30185 alph
30186 \end_layout
30187
30188 \end_inset
30189
30190 , y para mayúsculas el comando 
30191 \series bold
30192
30193 \backslash
30194 Alph
30195 \series default
30196
30197 \begin_inset Index idx
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201 Comandos ! A ! 
30202 \backslash
30203 alph@
30204 \backslash
30205 Alph
30206 \end_layout
30207
30208 \end_inset
30209
30210 .
30211 \end_layout
30212
30213 \begin_layout Standard
30214 \begin_inset Note Greyedout
30215 status open
30216
30217 \begin_layout Plain Layout
30218
30219 \series bold
30220 \color none
30221 Nota:
30222 \series default
30223  Con letras latinas sólo se puede numerar hasta un máximo de 26
30224 \begin_inset space ~
30225 \end_inset
30226
30227 ecuaciones.
30228 \end_layout
30229
30230 \end_inset
30231
30232
30233 \end_layout
30234
30235 \begin_layout Standard
30236 \begin_inset ERT
30237 status collapsed
30238
30239 \begin_layout Plain Layout
30240
30241
30242 \backslash
30243 renewcommand{
30244 \backslash
30245 theequation}{
30246 \backslash
30247 roman{equation}}
30248 \end_layout
30249
30250 \end_inset
30251
30252
30253 \begin_inset Formula 
30254 \begin{equation}
30255 A=\textrm{romanos en minúscula}
30256 \end{equation}
30257
30258 \end_inset
30259
30260
30261 \begin_inset ERT
30262 status collapsed
30263
30264 \begin_layout Plain Layout
30265
30266
30267 \backslash
30268 renewcommand{
30269 \backslash
30270 theequation}{
30271 \backslash
30272 Roman{equation}}
30273 \end_layout
30274
30275 \end_inset
30276
30277
30278 \begin_inset Formula 
30279 \begin{equation}
30280 B=\textrm{romanos en mayúscula}\label{eq:Rom}
30281 \end{equation}
30282
30283 \end_inset
30284
30285
30286 \begin_inset ERT
30287 status collapsed
30288
30289 \begin_layout Plain Layout
30290
30291
30292 \backslash
30293 renewcommand{
30294 \backslash
30295 theequation}{
30296 \backslash
30297 alph{equation}}
30298 \end_layout
30299
30300 \end_inset
30301
30302
30303 \begin_inset Formula 
30304 \begin{equation}
30305 C=\textrm{latinas en minúscula}
30306 \end{equation}
30307
30308 \end_inset
30309
30310
30311 \begin_inset ERT
30312 status collapsed
30313
30314 \begin_layout Plain Layout
30315
30316
30317 \backslash
30318 renewcommand{
30319 \backslash
30320 theequation}{
30321 \backslash
30322 Alph{equation}}
30323 \end_layout
30324
30325 \end_inset
30326
30327
30328 \begin_inset Formula 
30329 \begin{equation}
30330 D=\textrm{latinas en mayúscula}\label{eq:Lat}
30331 \end{equation}
30332
30333 \end_inset
30334
30335
30336 \end_layout
30337
30338 \begin_layout Standard
30339 Para volver a la numeración por omisión se inserta el comando:
30340 \end_layout
30341
30342 \begin_layout Standard
30343
30344 \series bold
30345
30346 \backslash
30347 renewcommand{
30348 \backslash
30349 theequation}{
30350 \backslash
30351 arabic{equation}}
30352 \begin_inset Index idx
30353 status collapsed
30354
30355 \begin_layout Plain Layout
30356 Comandos ! A ! 
30357 \backslash
30358 arabic
30359 \end_layout
30360
30361 \end_inset
30362
30363
30364 \end_layout
30365
30366 \begin_layout Standard
30367 \begin_inset ERT
30368 status collapsed
30369
30370 \begin_layout Plain Layout
30371
30372
30373 \backslash
30374 renewcommand{
30375 \backslash
30376 theequation}{
30377 \backslash
30378 arabic{equation}}
30379 \end_layout
30380
30381 \end_inset
30382
30383
30384 \begin_inset Formula 
30385 \begin{equation}
30386 E=\mbox{arábigos}
30387 \end{equation}
30388
30389 \end_inset
30390
30391
30392 \end_layout
30393
30394 \begin_layout Standard
30395 \begin_inset VSpace medskip
30396 \end_inset
30397
30398
30399 \end_layout
30400
30401 \begin_layout Standard
30402 Como ves, las ecuaciones se numeran consecutivamente independientemente
30403  del estilo de numeración.
30404  Cuando la numeración haya de empezar con 
30405 \begin_inset Quotes fld
30406 \end_inset
30407
30408 1
30409 \begin_inset Quotes frd
30410 \end_inset
30411
30412  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
30413  Una descripción sobre esto se encuentra en el archivo 
30414 \begin_inset CommandInset href
30415 LatexCommand href
30416 name "Formula-numbering.lyx"
30417 target "run:Formula-numbering.lyx"
30418
30419 \end_inset
30420
30421 .
30422 \end_layout
30423
30424 \begin_layout Section
30425 Símbolos y ecuaciones químicas
30426 \begin_inset CommandInset label
30427 LatexCommand label
30428 name "sub:Símbolos-y-ecuaciones-químicas"
30429
30430 \end_inset
30431
30432
30433 \begin_inset Index idx
30434 status collapsed
30435
30436 \begin_layout Plain Layout
30437 Química ! símbolos
30438 \end_layout
30439
30440 \end_inset
30441
30442
30443 \begin_inset Index idx
30444 status collapsed
30445
30446 \begin_layout Plain Layout
30447 Química ! caracteres
30448 \end_layout
30449
30450 \end_inset
30451
30452
30453 \begin_inset Index idx
30454 status collapsed
30455
30456 \begin_layout Plain Layout
30457 Ecuación ! química|see
30458 \begin_inset ERT
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462
30463 {
30464 \end_layout
30465
30466 \end_inset
30467
30468 Química
30469 \begin_inset ERT
30470 status collapsed
30471
30472 \begin_layout Plain Layout
30473
30474 }
30475 \end_layout
30476
30477 \end_inset
30478
30479
30480 \end_layout
30481
30482 \end_inset
30483
30484
30485 \begin_inset Index idx
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489 Química ! iones
30490 \end_layout
30491
30492 \end_inset
30493
30494
30495 \begin_inset Index idx
30496 status collapsed
30497
30498 \begin_layout Plain Layout
30499 Iones|see
30500 \begin_inset ERT
30501 status collapsed
30502
30503 \begin_layout Plain Layout
30504
30505 {
30506 \end_layout
30507
30508 \end_inset
30509
30510 Química
30511 \begin_inset ERT
30512 status collapsed
30513
30514 \begin_layout Plain Layout
30515
30516 }
30517 \end_layout
30518
30519 \end_inset
30520
30521
30522 \end_layout
30523
30524 \end_inset
30525
30526
30527 \begin_inset Index idx
30528 status collapsed
30529
30530 \begin_layout Plain Layout
30531 Química ! reacción
30532 \end_layout
30533
30534 \end_inset
30535
30536
30537 \end_layout
30538
30539 \begin_layout Standard
30540 Un ejemplo de texto de química:
30541 \end_layout
30542
30543 \begin_layout Quote
30544 El ion 
30545 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30546 \end_inset
30547
30548  reacciona con dos iones 
30549 \begin_inset Formula $\mathrm{Na^{+}}$
30550 \end_inset
30551
30552  para dar sulfato de sodio 
30553 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
30554 \end_inset
30555
30556 .
30557  La ecuación química es:
30558 \begin_inset Formula 
30559 \begin{equation}
30560 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
30561 \end{equation}
30562
30563 \end_inset
30564
30565
30566 \end_layout
30567
30568 \begin_layout Standard
30569 Esta ecuación química puede componerse directamente en modo ecuación.
30570  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
30571  y con el atajo 
30572 \family sans
30573 Alt+C
30574 \begin_inset space ~
30575 \end_inset
30576
30577 R
30578 \family default
30579  se cambia en redonda.
30580 \begin_inset Foot
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584 véase estilos de tipografías en 
30585 \begin_inset CommandInset ref
30586 LatexCommand ref
30587 reference "sub:Estilos-de-tipografías"
30588
30589 \end_inset
30590
30591 .
30592 \end_layout
30593
30594 \end_inset
30595
30596
30597 \end_layout
30598
30599 \begin_layout Standard
30600 Para escribir ecuaciones químicas es más conveniente usar el comando 
30601 \series bold
30602
30603 \backslash
30604 ce
30605 \series default
30606
30607 \begin_inset Index idx
30608 status collapsed
30609
30610 \begin_layout Plain Layout
30611 Comandos ! C ! 
30612 \backslash
30613 ce
30614 \end_layout
30615
30616 \end_inset
30617
30618 , que está disponible si está instalado el paquete LaTeX 
30619 \series bold
30620 mhchem
30621 \series default
30622
30623 \begin_inset Index idx
30624 status collapsed
30625
30626 \begin_layout Plain Layout
30627 Paquetes ! mhchem
30628 \end_layout
30629
30630 \end_inset
30631
30632 .
30633  Al insertar 
30634 \series bold
30635
30636 \backslash
30637 ce
30638 \series default
30639  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
30640  ecuaciones químicas de una forma intuitiva.
30641 \end_layout
30642
30643 \begin_layout Standard
30644 \align center
30645 \begin_inset Tabular
30646 <lyxtabular version="3" rows="9" columns="2">
30647 <features rotate="0" tabularvalignment="middle">
30648 <column alignment="center" valignment="top">
30649 <column alignment="center" valignment="top">
30650 <row>
30651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30652 \begin_inset Text
30653
30654 \begin_layout Plain Layout
30655 Comando
30656 \end_layout
30657
30658 \end_inset
30659 </cell>
30660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30661 \begin_inset Text
30662
30663 \begin_layout Plain Layout
30664 Resultado
30665 \begin_inset Note Note
30666 status collapsed
30667
30668 \begin_layout Plain Layout
30669
30670 \series bold
30671
30672 \backslash
30673 raisebox
30674 \series default
30675  se usa sólo como espaciador
30676 \end_layout
30677
30678 \end_inset
30679
30680
30681 \end_layout
30682
30683 \end_inset
30684 </cell>
30685 </row>
30686 <row>
30687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30688 \begin_inset Text
30689
30690 \begin_layout Plain Layout
30691
30692 \backslash
30693 ce
30694 \begin_inset space \textvisiblespace{}
30695 \end_inset
30696
30697 H2CO3
30698 \end_layout
30699
30700 \end_inset
30701 </cell>
30702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30703 \begin_inset Text
30704
30705 \begin_layout Plain Layout
30706 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30707 \end_inset
30708
30709
30710 \end_layout
30711
30712 \end_inset
30713 </cell>
30714 </row>
30715 <row>
30716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30717 \begin_inset Text
30718
30719 \begin_layout Plain Layout
30720
30721 \backslash
30722 ce
30723 \begin_inset space \textvisiblespace{}
30724 \end_inset
30725
30726 SO4^2-
30727 \end_layout
30728
30729 \end_inset
30730 </cell>
30731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30732 \begin_inset Text
30733
30734 \begin_layout Plain Layout
30735 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30736 \end_inset
30737
30738
30739 \end_layout
30740
30741 \end_inset
30742 </cell>
30743 </row>
30744 <row>
30745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30746 \begin_inset Text
30747
30748 \begin_layout Plain Layout
30749
30750 \backslash
30751 ce
30752 \begin_inset space \textvisiblespace{}
30753 \end_inset
30754
30755 (NH4)2S
30756 \end_layout
30757
30758 \end_inset
30759 </cell>
30760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30761 \begin_inset Text
30762
30763 \begin_layout Plain Layout
30764 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30765 \end_inset
30766
30767
30768 \end_layout
30769
30770 \end_inset
30771 </cell>
30772 </row>
30773 <row>
30774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30775 \begin_inset Text
30776
30777 \begin_layout Plain Layout
30778
30779 \backslash
30780 ce
30781 \begin_inset space \textvisiblespace{}
30782 \end_inset
30783
30784 KCr(SO4)2.12H2O
30785 \end_layout
30786
30787 \end_inset
30788 </cell>
30789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30790 \begin_inset Text
30791
30792 \begin_layout Plain Layout
30793 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30794 \end_inset
30795
30796
30797 \end_layout
30798
30799 \end_inset
30800 </cell>
30801 </row>
30802 <row>
30803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30804 \begin_inset Text
30805
30806 \begin_layout Plain Layout
30807
30808 \backslash
30809 ce
30810 \begin_inset space \textvisiblespace{}
30811 \end_inset
30812
30813 A-B
30814 \backslash
30815 dbond
30816 \begin_inset space \textvisiblespace{}
30817 \end_inset
30818
30819 C
30820 \backslash
30821 tbond
30822 \begin_inset space \textvisiblespace{}
30823 \end_inset
30824
30825 D
30826 \end_layout
30827
30828 \end_inset
30829 </cell>
30830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30831 \begin_inset Text
30832
30833 \begin_layout Plain Layout
30834 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30835 \end_inset
30836
30837
30838 \end_layout
30839
30840 \end_inset
30841 </cell>
30842 </row>
30843 <row>
30844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30845 \begin_inset Text
30846
30847 \begin_layout Plain Layout
30848
30849 \backslash
30850 ce
30851 \begin_inset space \textvisiblespace{}
30852 \end_inset
30853
30854 ^227
30855 \begin_inset Formula $\downarrow$
30856 \end_inset
30857
30858 _90
30859 \begin_inset Formula $\to$
30860 \end_inset
30861
30862 Th+
30863 \end_layout
30864
30865 \end_inset
30866 </cell>
30867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30868 \begin_inset Text
30869
30870 \begin_layout Plain Layout
30871 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30872 \end_inset
30873
30874
30875 \end_layout
30876
30877 \end_inset
30878 </cell>
30879 </row>
30880 <row>
30881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30882 \begin_inset Text
30883
30884 \begin_layout Plain Layout
30885
30886 \backslash
30887 ce
30888 \begin_inset space \textvisiblespace{}
30889 \end_inset
30890
30891 CO2
30892 \begin_inset space \textvisiblespace{}
30893 \end_inset
30894
30895 +
30896 \begin_inset space \textvisiblespace{}
30897 \end_inset
30898
30899 C
30900 \begin_inset space \textvisiblespace{}
30901 \end_inset
30902
30903 <=>
30904 \begin_inset space \textvisiblespace{}
30905 \end_inset
30906
30907 2CO
30908 \end_layout
30909
30910 \end_inset
30911 </cell>
30912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30913 \begin_inset Text
30914
30915 \begin_layout Plain Layout
30916 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30917 \end_inset
30918
30919
30920 \end_layout
30921
30922 \end_inset
30923 </cell>
30924 </row>
30925 <row>
30926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30927 \begin_inset Text
30928
30929 \begin_layout Plain Layout
30930
30931 \backslash
30932 ce
30933 \begin_inset space \textvisiblespace{}
30934 \end_inset
30935
30936 CO2
30937 \begin_inset space \textvisiblespace{}
30938 \end_inset
30939
30940 +
30941 \begin_inset space \textvisiblespace{}
30942 \end_inset
30943
30944 C
30945 \begin_inset space \textvisiblespace{}
30946 \end_inset
30947
30948 ->[
30949 \backslash
30950 alpha][
30951 \backslash
30952 beta]
30953 \begin_inset space \textvisiblespace{}
30954 \end_inset
30955
30956 2CO}
30957 \end_layout
30958
30959 \end_inset
30960 </cell>
30961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30962 \begin_inset Text
30963
30964 \begin_layout Plain Layout
30965 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30966 \end_inset
30967
30968
30969 \end_layout
30970
30971 \end_inset
30972 </cell>
30973 </row>
30974 </lyxtabular>
30975
30976 \end_inset
30977
30978
30979 \end_layout
30980
30981 \begin_layout Standard
30982 \begin_inset Note Greyedout
30983 status open
30984
30985 \begin_layout Plain Layout
30986
30987 \series bold
30988 \color none
30989 Nota:
30990 \series default
30991  Insertar modo matemático en un marco 
30992 \series bold
30993
30994 \backslash
30995 ce
30996 \series default
30997  provocará errores de LaTeX.
30998  En estos casos hay que usar código TeX, como en 
30999 \series bold
31000
31001 \backslash
31002 ce{$
31003 \backslash
31004 mu
31005 \backslash
31006 hyphen$Cl}
31007 \series default
31008
31009 \begin_inset ERT
31010 status collapsed
31011
31012 \begin_layout Plain Layout
31013
31014
31015 \backslash
31016 ce{$
31017 \backslash
31018 mu
31019 \backslash
31020 hyphen$Cl}
31021 \end_layout
31022
31023 \end_inset
31024
31025  
31026 \end_layout
31027
31028 \end_inset
31029
31030
31031 \end_layout
31032
31033 \begin_layout Standard
31034 \begin_inset Note Greyedout
31035 status collapsed
31036
31037 \begin_layout Plain Layout
31038
31039 \series bold
31040 Nota:
31041 \series default
31042  En LyX no es posible usar el carácter ^ para obtener una flecha hacia arriba,
31043  como se describe en el manual de 
31044 \series bold
31045 mhchem
31046 \series default
31047 .
31048  Como alternativa, inserta un espacio delgado negativo seguido por el comando
31049  
31050 \series bold
31051
31052 \backslash
31053 uparrow
31054 \series default
31055
31056 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31057 \end_inset
31058
31059
31060 \end_layout
31061
31062 \end_inset
31063
31064
31065 \end_layout
31066
31067 \begin_layout Standard
31068 El comando 
31069 \series bold
31070
31071 \backslash
31072 ce
31073 \series default
31074  para la 
31075 \begin_inset CommandInset ref
31076 LatexCommand ref
31077 reference "eq:reaccion-quimica"
31078
31079 \end_inset
31080
31081  es
31082 \begin_inset Newline newline
31083 \end_inset
31084
31085
31086 \series bold
31087  
31088 \backslash
31089 ce
31090 \begin_inset space \textvisiblespace{}
31091 \end_inset
31092
31093 2Na+
31094 \begin_inset space \textvisiblespace{}
31095 \end_inset
31096
31097 +
31098 \begin_inset space \textvisiblespace{}
31099 \end_inset
31100
31101 SO4^2-
31102 \begin_inset space \textvisiblespace{}
31103 \end_inset
31104
31105
31106 \begin_inset space \textvisiblespace{}
31107 \end_inset
31108
31109 ->
31110 \begin_inset space \textvisiblespace{}
31111 \end_inset
31112
31113 Na2SO4
31114 \end_layout
31115
31116 \begin_layout Standard
31117 Para componer ecuaciones químicas multilínea primero se crea una ecuación
31118  multilínea, tal como se describe en la 
31119 \begin_inset CommandInset ref
31120 LatexCommand ref
31121 reference "sec:Ecuaciones-multilínea"
31122
31123 \end_inset
31124
31125 .
31126  Después se utiliza el comando 
31127 \series bold
31128
31129 \backslash
31130 ce
31131 \series default
31132  en cada cuadrito azul de la ecuación.
31133  La 
31134 \begin_inset CommandInset ref
31135 LatexCommand ref
31136 reference "eq:TEOS-reac-1"
31137
31138 \end_inset
31139
31140  y la 
31141 \begin_inset CommandInset ref
31142 LatexCommand ref
31143 reference "eq:TEOS-reac-2"
31144
31145 \end_inset
31146
31147  son ejemplos de una reacción química en dos fases en la que cada ecuación
31148  tiene su propio número.
31149 \begin_inset Formula 
31150 \begin{eqnarray}
31151 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
31152 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
31153 \end{eqnarray}
31154
31155 \end_inset
31156
31157
31158 \end_layout
31159
31160 \begin_layout Standard
31161 Además de 
31162 \series bold
31163
31164 \backslash
31165 ce
31166 \series default
31167  el paquete 
31168 \series bold
31169 mhchem
31170 \series default
31171  suministra el comando 
31172 \series bold
31173
31174 \backslash
31175 cf
31176 \series default
31177
31178 \begin_inset Index idx
31179 status collapsed
31180
31181 \begin_layout Plain Layout
31182 Comandos ! C ! 
31183 \backslash
31184 cf
31185 \end_layout
31186
31187 \end_inset
31188
31189  que ha de utilizarse en casos especiales.
31190  Para más información sobre 
31191 \series bold
31192
31193 \backslash
31194 cf
31195 \series default
31196  y más ejemplos echa un vistazo a la documentación de 
31197 \series bold
31198 mhchem
31199 \series default
31200
31201 \begin_inset CommandInset citation
31202 LatexCommand cite
31203 key "mhchem"
31204
31205 \end_inset
31206
31207 .
31208 \end_layout
31209
31210 \begin_layout Section
31211 Diagramas
31212 \end_layout
31213
31214 \begin_layout Standard
31215 Lyx soporta dos tipos de diagramas conmutativos: 
31216 \series bold
31217 amscd
31218 \series default
31219  y 
31220 \series bold
31221 xymatrix
31222 \series default
31223 , que se explican a continuación.
31224 \end_layout
31225
31226 \begin_layout Subsection
31227 Diagramas amscd
31228 \begin_inset Index idx
31229 status collapsed
31230
31231 \begin_layout Plain Layout
31232 Diagramas ! amscd
31233 \end_layout
31234
31235 \end_inset
31236
31237
31238 \end_layout
31239
31240 \begin_layout Standard
31241 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
31242  verticales y horizontales:
31243 \begin_inset Formula 
31244 \[
31245 \begin{CD}A@)))B@)))C\\
31246 @AAA@.@VVV\\
31247 F@(((E@(((D
31248 \end{CD}
31249 \]
31250
31251 \end_inset
31252
31253 Para obtener el diagrama se inserta en la ecuación el comando 
31254 \series bold
31255
31256 \backslash
31257 CD
31258 \begin_inset Index idx
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262 Comandos ! C ! 
31263 \backslash
31264 CD
31265 \end_layout
31266
31267 \end_inset
31268
31269
31270 \series default
31271 .
31272  Surge un marco azul entre dos líneas de trazos en el que se insertan a
31273  continuación comandos.
31274  Con 
31275 \family sans
31276 Ctrl+Entrar
31277 \family default
31278  se inicia una nueva línea.
31279  En las líneas impares se insertan relaciones horizontales, en las pares
31280  verticales.
31281 \end_layout
31282
31283 \begin_layout Standard
31284 Para componer las relaciones hay los siguientes comandos:
31285 \begin_inset Foot
31286 status collapsed
31287
31288 \begin_layout Plain Layout
31289 \begin_inset CommandInset label
31290 LatexCommand label
31291 name "fn:sinónimos"
31292
31293 \end_inset
31294
31295 Los comandos con 
31296 \family sans
31297 '
31298 \series bold
31299 >
31300 \series default
31301 '
31302 \family default
31303  o 
31304 \family sans
31305 '
31306 \series bold
31307 <
31308 \series default
31309 '
31310 \family default
31311  pueden generar errores con el estilo 
31312 \series bold
31313 spanish
31314 \series default
31315  de 
31316 \series bold
31317 babel
31318 \series default
31319 .
31320  Para evitarlo se pueden sustituir por sus sinónimos 
31321 \family sans
31322 '
31323 \series bold
31324 )
31325 \series default
31326 '
31327 \family default
31328  y 
31329 \family sans
31330 '
31331 \series bold
31332 (
31333 \series default
31334 '
31335 \family default
31336  respectivamente.
31337  Véase 
31338 \begin_inset CommandInset citation
31339 LatexCommand cite
31340 key "spanish"
31341
31342 \end_inset
31343
31344 .
31345  (
31346 \emph on
31347 N.
31348 \begin_inset space \thinspace{}
31349 \end_inset
31350
31351 del t.
31352 \emph default
31353 )
31354 \end_layout
31355
31356 \end_inset
31357
31358
31359 \end_layout
31360
31361 \begin_layout Itemize
31362
31363 \series bold
31364 @<<<
31365 \series default
31366  genera una flecha hacia la izquierda, 
31367 \series bold
31368 @>>>
31369 \series default
31370  una hacia la derecha, y 
31371 \series bold
31372 @=
31373 \series default
31374  un signo igual largo
31375 \end_layout
31376
31377 \begin_layout Itemize
31378
31379 \series bold
31380 @AAA
31381 \series default
31382  genera una flecha hacia arriba, 
31383 \series bold
31384 @VVV
31385 \series default
31386  una hacia abajo, y 
31387 \series bold
31388 @|
31389 \series default
31390  un signo igual vertical
31391 \end_layout
31392
31393 \begin_layout Itemize
31394
31395 \series bold
31396 @.
31397
31398 \series default
31399  genera una ubicación vacía para relaciones inexistentes
31400 \end_layout
31401
31402 \begin_layout Standard
31403 Todas las flechas pueden etiquetarse como sigue:
31404 \end_layout
31405
31406 \begin_layout Itemize
31407 Si se inserta texto entre el primero y el segundo 
31408 \series bold
31409 <
31410 \series default
31411  o 
31412 \series bold
31413 >
31414 \series default
31415 , respectivamente, se muestra sobre la flecha.
31416  Si se inserta entre el segundo y el tercero, bajo la flecha.
31417 \end_layout
31418
31419 \begin_layout Itemize
31420 Para flechas verticales, si se inserta texto entre la primera y la segunda
31421  
31422 \series bold
31423 A
31424 \series default
31425  o 
31426 \series bold
31427 V
31428 \series default
31429 , respectivamente, se muestra al lado izquierdo de la flecha.
31430  Si se inserta entre la segunda y la tercera, al lado derecho.
31431  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
31432 \end_layout
31433
31434 \begin_layout Standard
31435 Como ejemplo un diagrama con todas las relaciones posibles:
31436 \begin_inset Formula 
31437 \[
31438 \begin{CD}A@)j))B@))k)C@=F\\
31439 @AmAA@.@VV{V}V@|\\
31440 D@((j\,(E@)k))F@=C
31441 \end{CD}
31442 \]
31443
31444 \end_inset
31445
31446 El comando para este diagrama es:
31447 \begin_inset Newline newline
31448 \end_inset
31449
31450
31451 \series bold
31452
31453 \backslash
31454 CD
31455 \begin_inset space \textvisiblespace{}
31456 \end_inset
31457
31458 A@>j>>B@>>k>C@=F Ctrl+Entrar
31459 \begin_inset Newline newline
31460 \end_inset
31461
31462
31463 \begin_inset Phantom HPhantom
31464 status open
31465
31466 \begin_layout Plain Layout
31467
31468 \series bold
31469
31470 \backslash
31471 CD
31472 \begin_inset space \textvisiblespace{}
31473 \end_inset
31474
31475
31476 \end_layout
31477
31478 \end_inset
31479
31480 @AmAA@.@VV
31481 \backslash
31482 {V
31483 \series default
31484
31485 \begin_inset Formula $\to$
31486 \end_inset
31487
31488
31489 \series bold
31490 V@| Ctrl+Entrar
31491 \begin_inset Newline newline
31492 \end_inset
31493
31494
31495 \begin_inset Phantom HPhantom
31496 status open
31497
31498 \begin_layout Plain Layout
31499
31500 \series bold
31501
31502 \backslash
31503 CD
31504 \begin_inset space \textvisiblespace{}
31505 \end_inset
31506
31507
31508 \end_layout
31509
31510 \end_inset
31511
31512 D@<<j<E@>k>>F@=C
31513 \end_layout
31514
31515 \begin_layout Subsection
31516 Diagramas xymatrix
31517 \begin_inset Index idx
31518 status collapsed
31519
31520 \begin_layout Plain Layout
31521 Diagramas ! xymatrix
31522 \end_layout
31523
31524 \end_inset
31525
31526
31527 \end_layout
31528
31529 \begin_layout Standard
31530 Para usar matrices xy debe estar instalado el paquete LaTeX 
31531 \series bold
31532 xypic
31533 \series default
31534 .
31535  Una matriz xy se crea insertando el comando 
31536 \series bold
31537
31538 \backslash
31539 xymatrix
31540 \series default
31541  en una ecuación.
31542  Después podrás añadir nuevas columnas y filas como en matrices normales,
31543  véase
31544 \begin_inset space ~
31545 \end_inset
31546
31547
31548 \begin_inset CommandInset ref
31549 LatexCommand ref
31550 reference "sec:Matrices"
31551
31552 \end_inset
31553
31554 .
31555 \end_layout
31556
31557 \begin_layout Standard
31558 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
31559  y curvadas, y mucho más.
31560  Todas las posibilidades para generar diagramas conmutativos y decoraciones
31561  se explican en el 
31562 \emph on
31563 Manual de XY-pic
31564 \emph default
31565  que se encuentra en el menú 
31566 \family sans
31567 Ayuda\SpecialChar \menuseparator
31568 Manuales
31569 \begin_inset space ~
31570 \end_inset
31571
31572 específicos
31573 \family default
31574 .
31575 \end_layout
31576
31577 \begin_layout Subsection
31578 Diagramas 
31579 \noun on
31580 Feynman
31581 \noun default
31582
31583 \begin_inset Index idx
31584 status collapsed
31585
31586 \begin_layout Plain Layout
31587 Diagramas ! Feynman
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \end_layout
31594
31595 \begin_layout Standard
31596 Para usar diagramas 
31597 \noun on
31598 Feynman
31599 \noun default
31600  debe estar instalado el paquete LaTeX 
31601 \series bold
31602 feyn
31603 \series default
31604 .
31605  Un diagrama 
31606 \noun on
31607 Feynman
31608 \noun default
31609  se crea insertando el comando 
31610 \series bold
31611
31612 \backslash
31613 Diagram
31614 \series default
31615  en una ecuación.
31616  Después podrás añadir nuevas columnas y filas como en matrices normales,
31617  véase
31618 \begin_inset space ~
31619 \end_inset
31620
31621
31622 \begin_inset CommandInset ref
31623 LatexCommand ref
31624 reference "sec:Matrices"
31625
31626 \end_inset
31627
31628 .
31629 \end_layout
31630
31631 \begin_layout Standard
31632 En el 
31633 \emph on
31634 Manual de diagramas Feynman
31635 \emph default
31636 , disponible en 
31637 \family sans
31638 Ayuda\SpecialChar \menuseparator
31639 Manuales
31640 \begin_inset space ~
31641 \end_inset
31642
31643 específicos
31644 \family default
31645 , hay ejemplos de diagramas de este tipo.
31646 \end_layout
31647
31648 \begin_layout Section
31649 Comandos definidos por el usuario
31650 \begin_inset Index idx
31651 status collapsed
31652
31653 \begin_layout Plain Layout
31654 Comandos de usuario
31655 \end_layout
31656
31657 \end_inset
31658
31659
31660 \end_layout
31661
31662 \begin_layout Standard
31663 \begin_inset Note Greyedout
31664 status open
31665
31666 \begin_layout Plain Layout
31667
31668 \series bold
31669 Nota:
31670 \series default
31671  Los nombres de los comandos definidos por el usuario y macros solo pueden
31672  contener letras latinas.
31673 \end_layout
31674
31675 \end_inset
31676
31677
31678 \end_layout
31679
31680 \begin_layout Subsection
31681 El comando 
31682 \backslash
31683 newcommand
31684 \begin_inset CommandInset label
31685 LatexCommand label
31686 name "sub:El-comando-newcommand"
31687
31688 \end_inset
31689
31690
31691 \begin_inset Index idx
31692 status collapsed
31693
31694 \begin_layout Plain Layout
31695 Comandos de usuario ! 
31696 \backslash
31697 newcommand
31698 \end_layout
31699
31700 \end_inset
31701
31702
31703 \begin_inset Index idx
31704 status collapsed
31705
31706 \begin_layout Plain Layout
31707 Comandos ! N ! 
31708 \backslash
31709 newcommand
31710 \end_layout
31711
31712 \end_inset
31713
31714
31715 \end_layout
31716
31717 \begin_layout Standard
31718 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
31719  Pero es posible definir nuevos comandos más cortos con el comando 
31720 \series bold
31721
31722 \backslash
31723 newcommand
31724 \series default
31725 .
31726  
31727 \end_layout
31728
31729 \begin_layout Standard
31730 El esquema del comando 
31731 \series bold
31732
31733 \backslash
31734 newcommand
31735 \series default
31736  es:
31737 \end_layout
31738
31739 \begin_layout Standard
31740
31741 \series bold
31742
31743 \backslash
31744 newcommand{nombre nuevo de comando}[número de argumentos]
31745 \begin_inset Newline newline
31746 \end_inset
31747
31748
31749 \begin_inset Phantom HPhantom
31750 status open
31751
31752 \begin_layout Plain Layout
31753
31754 \series bold
31755
31756 \backslash
31757 newcommand
31758 \end_layout
31759
31760 \end_inset
31761
31762 [valor opcional]{definición de comando}
31763 \end_layout
31764
31765 \begin_layout Standard
31766 \begin_inset Note Greyedout
31767 status open
31768
31769 \begin_layout Plain Layout
31770
31771 \series bold
31772 Nota:
31773 \series default
31774  Asegúrate de que el nombre del nuevo comando no está definido ya en el
31775  documento o en paquetes LaTeX que uses.
31776  Por ejemplo, si defines el comando 
31777 \series bold
31778
31779 \backslash
31780 le
31781 \series default
31782  para 
31783 \series bold
31784
31785 \backslash
31786 Leftarrow,
31787 \series default
31788  se producirán errores porque 
31789 \series bold
31790
31791 \backslash
31792 le
31793 \series default
31794  ya existe para 
31795 \begin_inset Quotes fld
31796 \end_inset
31797
31798
31799 \begin_inset Formula $\le$
31800 \end_inset
31801
31802
31803 \begin_inset Quotes frd
31804 \end_inset
31805
31806 .
31807
31808 \series bold
31809  
31810 \end_layout
31811
31812 \end_inset
31813
31814
31815 \end_layout
31816
31817 \begin_layout Standard
31818 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
31819  argumentos debería tener el nuevo comando.
31820  Con el valor opcional se puede predefinir un valor para un argumento opcional.
31821  Cuando se hace esto, el 
31822 \emph on
31823 primer
31824 \emph default
31825  argumento del nuevo comando es automáticamente opcional.
31826 \end_layout
31827
31828 \begin_layout Standard
31829 \noindent
31830 \align center
31831 \begin_inset Newpage newpage
31832 \end_inset
31833
31834
31835 \end_layout
31836
31837 \begin_layout Standard
31838 Veamos unos ejemplos:
31839 \end_layout
31840
31841 \begin_layout Itemize
31842 Para definir el comando 
31843 \series bold
31844
31845 \backslash
31846 gr
31847 \series default
31848  para 
31849 \series bold
31850
31851 \backslash
31852 Longrightarrow
31853 \series default
31854 , la línea de preámbulo LaTeX es:
31855 \begin_inset VSpace medskip
31856 \end_inset
31857
31858
31859 \begin_inset Newline newline
31860 \end_inset
31861
31862
31863 \series bold
31864
31865 \backslash
31866 newcommand{
31867 \backslash
31868 gr}{
31869 \backslash
31870 Longrightarrow}
31871 \end_layout
31872
31873 \begin_layout Itemize
31874 Para definir el comando 
31875 \series bold
31876
31877 \backslash
31878 us
31879 \series default
31880  para 
31881 \series bold
31882
31883 \backslash
31884 underline
31885 \series default
31886 , el argumento (que sería subrayado) debe tenerse en cuenta.
31887  Para esto la línea de preámbulo es:
31888 \begin_inset VSpace medskip
31889 \end_inset
31890
31891
31892 \begin_inset Newline newline
31893 \end_inset
31894
31895
31896 \series bold
31897
31898 \backslash
31899 newcommand{
31900 \backslash
31901 us}[1]{
31902 \backslash
31903 underline{#1}}
31904 \series default
31905
31906 \begin_inset VSpace medskip
31907 \end_inset
31908
31909
31910 \begin_inset Newline newline
31911 \end_inset
31912
31913 El carácter 
31914 \series bold
31915 #
31916 \series default
31917  actúa como colocador del argumento, el 
31918 \series bold
31919 1
31920 \series default
31921  indica que es el colocador para el primer argumento.
31922 \end_layout
31923
31924 \begin_layout Itemize
31925 Para 
31926 \series bold
31927
31928 \backslash
31929 framebox
31930 \series default
31931  se puede definir, por ejemplo, el comando 
31932 \series bold
31933
31934 \backslash
31935 fb
31936 \series default
31937 :
31938 \begin_inset VSpace medskip
31939 \end_inset
31940
31941
31942 \begin_inset Newline newline
31943 \end_inset
31944
31945
31946 \series bold
31947
31948 \backslash
31949 newcommand{
31950 \backslash
31951 fb}[3]{
31952 \backslash
31953 framebox#1#2{$#3$}}
31954 \series default
31955
31956 \begin_inset VSpace medskip
31957 \end_inset
31958
31959
31960 \begin_inset Newline newline
31961 \end_inset
31962
31963 Los dos signos dólar generan la ecuación extra necesaria para 
31964 \series bold
31965
31966 \backslash
31967 framebox
31968 \series default
31969 , véase 
31970 \begin_inset CommandInset ref
31971 LatexCommand ref
31972 reference "sub:Marcos-con-bordes"
31973
31974 \end_inset
31975
31976 .
31977 \end_layout
31978
31979 \begin_layout Itemize
31980 Para crear un nuevo comando para 
31981 \series bold
31982
31983 \backslash
31984 fcolorbox
31985 \series default
31986  donde no es necesario especificar el color para el marco, el argumento
31987  para el color se define opcional:
31988 \begin_inset VSpace medskip
31989 \end_inset
31990
31991
31992 \begin_inset Newline newline
31993 \end_inset
31994
31995
31996 \series bold
31997
31998 \backslash
31999 newcommand{
32000 \backslash
32001 cb}[3][white]{
32002 \backslash
32003 fcolorbox{#2}{#1}{$#3$}}
32004 \series default
32005
32006 \begin_inset VSpace medskip
32007 \end_inset
32008
32009
32010 \begin_inset Newline newline
32011 \end_inset
32012
32013 Si el color no es especificado al usar 
32014 \series bold
32015
32016 \backslash
32017 cb
32018 \series default
32019 , se elige el color 
32020 \series bold
32021 white
32022 \series default
32023  predefinido.
32024 \end_layout
32025
32026 \begin_layout Standard
32027 Un ensayo con los nuevos comandos definidos:
32028 \end_layout
32029
32030 \begin_layout Standard
32031 \noindent
32032 \align center
32033 \begin_inset Tabular
32034 <lyxtabular version="3" rows="6" columns="2">
32035 <features rotate="0" tabularvalignment="middle">
32036 <column alignment="center" valignment="top">
32037 <column alignment="center" valignment="top">
32038 <row>
32039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32040 \begin_inset Text
32041
32042 \begin_layout Plain Layout
32043 Comando
32044 \end_layout
32045
32046 \end_inset
32047 </cell>
32048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32049 \begin_inset Text
32050
32051 \begin_layout Plain Layout
32052 Resultado
32053 \begin_inset Note Note
32054 status collapsed
32055
32056 \begin_layout Plain Layout
32057
32058 \series bold
32059
32060 \backslash
32061 raisebox
32062 \series default
32063  se usa sólo como espaciador
32064 \end_layout
32065
32066 \end_inset
32067
32068
32069 \end_layout
32070
32071 \end_inset
32072 </cell>
32073 </row>
32074 <row>
32075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32076 \begin_inset Text
32077
32078 \begin_layout Plain Layout
32079 A
32080 \backslash
32081 gr
32082 \begin_inset space \textvisiblespace{}
32083 \end_inset
32084
32085 B
32086 \end_layout
32087
32088 \end_inset
32089 </cell>
32090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32091 \begin_inset Text
32092
32093 \begin_layout Plain Layout
32094 \begin_inset Formula $A\gr B$
32095 \end_inset
32096
32097
32098 \end_layout
32099
32100 \end_inset
32101 </cell>
32102 </row>
32103 <row>
32104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32105 \begin_inset Text
32106
32107 \begin_layout Plain Layout
32108
32109 \backslash
32110 us{ABcd
32111 \end_layout
32112
32113 \end_inset
32114 </cell>
32115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32116 \begin_inset Text
32117
32118 \begin_layout Plain Layout
32119 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32120 \end_inset
32121
32122
32123 \end_layout
32124
32125 \end_inset
32126 </cell>
32127 </row>
32128 <row>
32129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32130 \begin_inset Text
32131
32132 \begin_layout Plain Layout
32133
32134 \backslash
32135 fb{[2cm]
32136 \begin_inset Formula $\to$
32137 \end_inset
32138
32139
32140 \backslash
32141 {
32142 \begin_inset Formula $\to$
32143 \end_inset
32144
32145
32146 \backslash
32147 {
32148 \backslash
32149 int
32150 \begin_inset space \textvisiblespace{}
32151 \end_inset
32152
32153 A=B
32154 \end_layout
32155
32156 \end_inset
32157 </cell>
32158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32159 \begin_inset Text
32160
32161 \begin_layout Plain Layout
32162 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32163 \end_inset
32164
32165
32166 \end_layout
32167
32168 \end_inset
32169 </cell>
32170 </row>
32171 <row>
32172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32173 \begin_inset Text
32174
32175 \begin_layout Plain Layout
32176
32177 \backslash
32178 cb{red
32179 \begin_inset Formula $\to$
32180 \end_inset
32181
32182
32183 \backslash
32184 {
32185 \backslash
32186 int
32187 \begin_inset space \textvisiblespace{}
32188 \end_inset
32189
32190 A=B
32191 \end_layout
32192
32193 \end_inset
32194 </cell>
32195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32196 \begin_inset Text
32197
32198 \begin_layout Plain Layout
32199 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \end_inset
32206 </cell>
32207 </row>
32208 <row>
32209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32210 \begin_inset Text
32211
32212 \begin_layout Plain Layout
32213
32214 \backslash
32215 cb[green]
32216 \backslash
32217 {red
32218 \begin_inset Formula $\to$
32219 \end_inset
32220
32221
32222 \backslash
32223 {
32224 \backslash
32225 int
32226 \begin_inset space \textvisiblespace{}
32227 \end_inset
32228
32229 A=B
32230 \end_layout
32231
32232 \end_inset
32233 </cell>
32234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32235 \begin_inset Text
32236
32237 \begin_layout Plain Layout
32238 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32239 \end_inset
32240
32241
32242 \end_layout
32243
32244 \end_inset
32245 </cell>
32246 </row>
32247 </lyxtabular>
32248
32249 \end_inset
32250
32251
32252 \end_layout
32253
32254 \begin_layout Subsection
32255 Macros de ecuaciones
32256 \begin_inset Index idx
32257 status collapsed
32258
32259 \begin_layout Plain Layout
32260 Comandos de usuario ! Macros de ecuaciones
32261 \end_layout
32262
32263 \end_inset
32264
32265
32266 \begin_inset Index idx
32267 status collapsed
32268
32269 \begin_layout Plain Layout
32270 Macros
32271 \end_layout
32272
32273 \end_inset
32274
32275
32276 \end_layout
32277
32278 \begin_layout Standard
32279 Los comandos definidos por el usuario son especialmente convenientes para
32280  expresiones complejas.
32281  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
32282  el mismo tipo de solución se repite varias veces.
32283  La forma general de una ecuación de segundo grado es:
32284 \begin_inset Formula 
32285 \[
32286 0=\lambda^{2}+p\lambda+q
32287 \]
32288
32289 \end_inset
32290
32291 La forma general de la solución es:
32292 \begin_inset Formula 
32293 \[
32294 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32295 \]
32296
32297 \end_inset
32298
32299
32300 \end_layout
32301
32302 \begin_layout Standard
32303 Para definir un comando para la ecuación de la solución, en donde solo hay
32304  que especificar los tres parámetros 
32305 \begin_inset Formula $\lambda$
32306 \end_inset
32307
32308
32309 \begin_inset Formula $p$
32310 \end_inset
32311
32312 , y 
32313 \begin_inset Formula $q$
32314 \end_inset
32315
32316 , y el índice de 
32317 \begin_inset Formula $\lambda$
32318 \end_inset
32319
32320  puede darse opcionalmente, la línea de preámbulo LaTeX es
32321 \begin_inset Newline newline
32322 \end_inset
32323
32324
32325 \series bold
32326
32327 \backslash
32328 newcommand{
32329 \backslash
32330 qG}[4][1,
32331 \backslash
32332 ,2]{#2_{#1}=-
32333 \backslash
32334 frac{#3}{2}
32335 \backslash
32336 pm
32337 \begin_inset Newline newline
32338 \end_inset
32339
32340
32341 \begin_inset Phantom HPhantom
32342 status open
32343
32344 \begin_layout Plain Layout
32345
32346 \series bold
32347
32348 \backslash
32349 newcommand
32350 \end_layout
32351
32352 \end_inset
32353
32354
32355 \backslash
32356 sqrt{
32357 \backslash
32358 frac{#3^{2}}{4}-#4}}
32359 \end_layout
32360
32361 \begin_layout Standard
32362 Para generar la solución se inserta el comando
32363 \begin_inset Newline newline
32364 \end_inset
32365
32366
32367 \series bold
32368
32369 \backslash
32370 qG{
32371 \backslash
32372 lambda
32373 \begin_inset Formula $\to$
32374 \end_inset
32375
32376
32377 \backslash
32378 {p
32379 \begin_inset Formula $\to$
32380 \end_inset
32381
32382
32383 \backslash
32384 {q
32385 \series default
32386  en una ecuación
32387 \series bold
32388 .
32389 \end_layout
32390
32391 \begin_layout Standard
32392 La definición del nuevo comando no es intuitiva porque hay que conocer los
32393  esquemas de todos los comandos LaTeX usados, por ejemplo, que una fracción
32394  se inserta en LaTeX como
32395 \series bold
32396  
32397 \backslash
32398 frac{numerador}{denominador}
32399 \series default
32400 .
32401  Además, uno puede olvidar fácilmente una llave en la definición y no puede
32402  ver en LyX lo que el nuevo comando está haciendo.
32403  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
32404  ecuación en vez del comando
32405 \series bold
32406  
32407 \backslash
32408 newcommand
32409 \series default
32410 .
32411 \end_layout
32412
32413 \begin_layout Standard
32414 Una macro de ecuación se crea con el menú 
32415 \family sans
32416 Insertar\SpecialChar \menuseparator
32417 Ecuación\SpecialChar \menuseparator
32418 Macro
32419 \family default
32420  o con el botón 
32421 \begin_inset Graphics
32422         filename ../../images/math-macro_newmacroname_newcommand.png
32423         scale 85
32424
32425 \end_inset
32426
32427  de la barra de herramientas.
32428  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
32429  como el siguiente donde se define la macro:
32430 \begin_inset Newline newline
32431 \end_inset
32432
32433
32434 \end_layout
32435
32436 \begin_layout Standard
32437 \begin_inset space \hspace*{\fill}
32438 \end_inset
32439
32440
32441 \begin_inset Graphics
32442         filename ../clipart/macrobox.png
32443
32444 \end_inset
32445
32446
32447 \begin_inset space \hspace*{\fill}
32448 \end_inset
32449
32450
32451 \begin_inset Newline newline
32452 \end_inset
32453
32454
32455 \begin_inset FormulaMacro
32456 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32457 \end_inset
32458
32459
32460 \backslash
32461 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
32462  En el primer marco azul se inserta la ecuación buscada.
32463  Con el comando 
32464 \series bold
32465
32466 \backslash
32467 #númerodeargumento
32468 \series default
32469 , , o con el botón 
32470 \begin_inset Graphics
32471         filename ../../images/math-macro-add-param.png
32472         scale 85
32473
32474 \end_inset
32475
32476  de la barra de herramientas de macros se inserta un colocador de argumento,
32477  p.
32478 \begin_inset space \thinspace{}
32479 \end_inset
32480
32481 e
32482 \begin_inset space \space{}
32483 \end_inset
32484
32485
32486 \series bold
32487
32488 \backslash
32489 #1
32490 \series default
32491 .
32492  Los colocadores de argumento se muestran en rojo.
32493  Se pueden poner 9
32494 \begin_inset space ~
32495 \end_inset
32496
32497 argumentos como máximo.
32498  Con el botón 
32499 \begin_inset Graphics
32500         filename ../../images/math-macro-add-optional-param.png
32501         scale 85
32502
32503 \end_inset
32504
32505  se crean argumentos opcionales.
32506  El primer argumento no opcional puede transformarse en opcional con el
32507  botón 
32508 \begin_inset Graphics
32509         filename ../../images/math-macro-make-optional.png
32510         scale 85
32511
32512 \end_inset
32513
32514 .
32515  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
32516  Normalmente quieres verlo tal como está definido, así que el recuadro se
32517  deja vacío.
32518  Pero si has creado una macro que necesita mucho espacio en la pantalla,
32519  en dicho recuadro puedes insertar, por ejemplo
32520 \begin_inset Newline newline
32521 \end_inset
32522
32523
32524 \series bold
32525 qG: 
32526 \backslash
32527 #1
32528 \series default
32529  
32530 \series bold
32531 ,
32532 \series default
32533  
32534 \series bold
32535
32536 \backslash
32537 #2
32538 \series default
32539  
32540 \series bold
32541 ,
32542 \series default
32543  
32544 \series bold
32545
32546 \backslash
32547 #3, 
32548 \backslash
32549 #4
32550 \begin_inset Newline newline
32551 \end_inset
32552
32553
32554 \series default
32555 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
32556  en LyX, lo que conlleva una visualización mejor.
32557  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
32558 \begin_inset Newline newline
32559 \end_inset
32560
32561 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
32562  macros individuales situando el cursor en la macro y usando el menú 
32563 \family sans
32564 Ver\SpecialChar \menuseparator
32565 (Des)plegar macro de ecuación.
32566 \end_layout
32567
32568 \begin_layout Standard
32569 Para usar una macro, se inserta el nombre de la misma como comando en una
32570  ecuación, en nuestro caso 
32571 \series bold
32572
32573 \backslash
32574 qG
32575 \series default
32576 .
32577  Nuestra macro se muestra en LyX así:
32578 \begin_inset Newline newline
32579 \end_inset
32580
32581
32582 \begin_inset space \hspace*{\fill}
32583 \end_inset
32584
32585
32586 \begin_inset Graphics
32587         filename ../clipart/macrouse.png
32588
32589 \end_inset
32590
32591
32592 \begin_inset space \hspace*{\fill}
32593 \end_inset
32594
32595
32596 \begin_inset Newline newline
32597 \end_inset
32598
32599 Aquí tenemos nuestro ejemplo de macro con los argumentos 
32600 \begin_inset Formula $x$
32601 \end_inset
32602
32603
32604 \begin_inset Formula $\ln(x)$
32605 \end_inset
32606
32607 , y 
32608 \begin_inset Formula $B$
32609 \end_inset
32610
32611 :
32612 \end_layout
32613
32614 \begin_layout Standard
32615 \begin_inset Formula 
32616 \[
32617 \qG x{\ln(x)}B
32618 \]
32619
32620 \end_inset
32621
32622
32623 \end_layout
32624
32625 \begin_layout Standard
32626 LyX ofrece en el menú 
32627 \family sans
32628 Herramientas
32629 \family default
32630 \SpecialChar \menuseparator
32631
32632 \family sans
32633 Preferencias\SpecialChar \menuseparator
32634 Edición\SpecialChar \menuseparator
32635 Control
32636 \family default
32637  diferentes estilos para editar macros.
32638  Para encontrar el estilo que más te convenga, elige un estilo y pon el
32639  cursor en una macro para ver la diferencia.
32640 \end_layout
32641
32642 \begin_layout Standard
32643 Una macro de ecuación se transforma internamente en un comando 
32644 \series bold
32645
32646 \backslash
32647 newcommand
32648 \series default
32649  cuando se exporta el documento.
32650  El comando creado 
32651 \series bold
32652
32653 \backslash
32654 newcommand
32655 \series default
32656  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
32657  usar en ecuaciones que estén en recuadros de definición de macros en el
32658  documento.
32659  
32660 \end_layout
32661
32662 \begin_layout Standard
32663 Las macros de ecuación también pueden crearse directamente a partir de un
32664  comando
32665 \series bold
32666  
32667 \backslash
32668 newcommand
32669 \series default
32670 .
32671  Por ejemplo, escribiendo el comando
32672 \begin_inset Newline newline
32673 \end_inset
32674
32675
32676 \series bold
32677
32678 \backslash
32679 newcommand{
32680 \backslash
32681 larrow}[2]{
32682 \backslash
32683 xleftarrow[#2]{#1}}
32684 \begin_inset Newline newline
32685 \end_inset
32686
32687
32688 \series default
32689 como texto normal en LyX, seleccionándolo completamente y usando a continuación
32690  el atajo 
32691 \family sans
32692 Ctrl+M
32693 \family default
32694 , el comando se transformará en una macro de ecuación.
32695  Al emplear este método debes tener cuidado en escribir correctamente el
32696  comando 
32697 \series bold
32698
32699 \backslash
32700 newcommand
32701 \series default
32702 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
32703  
32704 \end_layout
32705
32706 \begin_layout Standard
32707 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
32708  en definiciones de macros se manejan incorrectamente.
32709  Por eso el ejemplo 
32710 \series bold
32711
32712 \backslash
32713 fb
32714 \series default
32715  de 
32716 \begin_inset CommandInset ref
32717 LatexCommand ref
32718 reference "sub:El-comando-newcommand"
32719
32720 \end_inset
32721
32722  no puede crearse como macro.
32723 \end_layout
32724
32725 \begin_layout Standard
32726 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
32727  la barra de herramientas de macros:
32728 \end_layout
32729
32730 \begin_layout Standard
32731 \begin_inset VSpace defskip
32732 \end_inset
32733
32734
32735 \end_layout
32736
32737 \begin_layout Standard
32738 \begin_inset Graphics
32739         filename ../clipart/MacroToolbar.png
32740
32741 \end_inset
32742
32743
32744 \begin_inset Index idx
32745 status collapsed
32746
32747 \begin_layout Plain Layout
32748 Macros ! Barra de herramientas
32749 \end_layout
32750
32751 \end_inset
32752
32753
32754 \end_layout
32755
32756 \begin_layout Standard
32757 \begin_inset VSpace defskip
32758 \end_inset
32759
32760
32761 \end_layout
32762
32763 \begin_layout Standard
32764 La barra de herramientas de macros contiene los siguientes botones:
32765 \end_layout
32766
32767 \begin_layout Standard
32768 \begin_inset VSpace defskip
32769 \end_inset
32770
32771
32772 \end_layout
32773
32774 \begin_layout Standard
32775 \begin_inset Tabular
32776 <lyxtabular version="3" rows="9" columns="2">
32777 <features rotate="0" islongtable="true" longtabularalignment="center">
32778 <column alignment="left" valignment="top">
32779 <column alignment="left" valignment="top" width="85col%">
32780 <row interlinespace="2.5mm">
32781 <cell alignment="center" valignment="top" usebox="none">
32782 \begin_inset Text
32783
32784 \begin_layout Plain Layout
32785 \begin_inset Graphics
32786         filename ../../images/math-macro-remove-param.png
32787         rotateOrigin center
32788
32789 \end_inset
32790
32791
32792 \end_layout
32793
32794 \end_inset
32795 </cell>
32796 <cell alignment="center" valignment="top" usebox="none">
32797 \begin_inset Text
32798
32799 \begin_layout Plain Layout
32800
32801 \family sans
32802 Editar\SpecialChar \menuseparator
32803 Ecuación\SpecialChar \menuseparator
32804 Definición de macro\SpecialChar \menuseparator
32805 Quitar último argumento
32806 \end_layout
32807
32808 \end_inset
32809 </cell>
32810 </row>
32811 <row interlinespace="2.5mm">
32812 <cell alignment="center" valignment="top" usebox="none">
32813 \begin_inset Text
32814
32815 \begin_layout Plain Layout
32816 \begin_inset Graphics
32817         filename ../../images/math-macro-add-param.png
32818         rotateOrigin center
32819
32820 \end_inset
32821
32822
32823 \end_layout
32824
32825 \end_inset
32826 </cell>
32827 <cell alignment="center" valignment="top" usebox="none">
32828 \begin_inset Text
32829
32830 \begin_layout Plain Layout
32831
32832 \family sans
32833 Editar\SpecialChar \menuseparator
32834 Ecuación\SpecialChar \menuseparator
32835 Definición de macro\SpecialChar \menuseparator
32836 Añadir argumento
32837 \end_layout
32838
32839 \end_inset
32840 </cell>
32841 </row>
32842 <row interlinespace="2.5mm">
32843 <cell alignment="center" valignment="top" usebox="none">
32844 \begin_inset Text
32845
32846 \begin_layout Plain Layout
32847 \begin_inset Graphics
32848         filename ../../images/math-macro-make-optional.png
32849         rotateOrigin center
32850
32851 \end_inset
32852
32853
32854 \end_layout
32855
32856 \end_inset
32857 </cell>
32858 <cell alignment="center" valignment="top" usebox="none">
32859 \begin_inset Text
32860
32861 \begin_layout Plain Layout
32862
32863 \family sans
32864 Editar\SpecialChar \menuseparator
32865 Ecuación\SpecialChar \menuseparator
32866 Definición de macro\SpecialChar \menuseparator
32867 Hacer opcional el primer
32868 \begin_inset Newline newline
32869 \end_inset
32870
32871
32872 \begin_inset Phantom HPhantom
32873 status open
32874
32875 \begin_layout Plain Layout
32876
32877 \family sans
32878 Editar\SpecialChar \menuseparator
32879 Ecuación\SpecialChar \menuseparator
32880 Definición de macro\SpecialChar \menuseparator
32881
32882 \end_layout
32883
32884 \end_inset
32885
32886 argumento no opcional
32887 \end_layout
32888
32889 \end_inset
32890 </cell>
32891 </row>
32892 <row interlinespace="2.5mm">
32893 <cell alignment="center" valignment="top" usebox="none">
32894 \begin_inset Text
32895
32896 \begin_layout Plain Layout
32897 \begin_inset Graphics
32898         filename ../../images/math-macro-make-nonoptional.png
32899         rotateOrigin center
32900
32901 \end_inset
32902
32903
32904 \end_layout
32905
32906 \end_inset
32907 </cell>
32908 <cell alignment="center" valignment="top" usebox="none">
32909 \begin_inset Text
32910
32911 \begin_layout Plain Layout
32912
32913 \family sans
32914 Editar\SpecialChar \menuseparator
32915 Ecuación\SpecialChar \menuseparator
32916 Definición de macro\SpecialChar \menuseparator
32917 Hacer no opcional el primer
32918 \begin_inset Newline newline
32919 \end_inset
32920
32921
32922 \begin_inset Phantom HPhantom
32923 status open
32924
32925 \begin_layout Plain Layout
32926
32927 \family sans
32928 Editar\SpecialChar \menuseparator
32929 Ecuación\SpecialChar \menuseparator
32930 Definición de macro\SpecialChar \menuseparator
32931
32932 \end_layout
32933
32934 \end_inset
32935
32936 argumento opcional
32937 \end_layout
32938
32939 \end_inset
32940 </cell>
32941 </row>
32942 <row interlinespace="2.5mm">
32943 <cell alignment="center" valignment="top" usebox="none">
32944 \begin_inset Text
32945
32946 \begin_layout Plain Layout
32947 \begin_inset Graphics
32948         filename ../../images/math-macro-remove-optional-param.png
32949         rotateOrigin center
32950
32951 \end_inset
32952
32953
32954 \end_layout
32955
32956 \end_inset
32957 </cell>
32958 <cell alignment="center" valignment="top" usebox="none">
32959 \begin_inset Text
32960
32961 \begin_layout Plain Layout
32962
32963 \family sans
32964 Editar\SpecialChar \menuseparator
32965 Ecuación\SpecialChar \menuseparator
32966 Definición de macro\SpecialChar \menuseparator
32967 Quitar argumento opcional
32968 \end_layout
32969
32970 \end_inset
32971 </cell>
32972 </row>
32973 <row interlinespace="2.5mm">
32974 <cell alignment="center" valignment="top" usebox="none">
32975 \begin_inset Text
32976
32977 \begin_layout Plain Layout
32978 \begin_inset Graphics
32979         filename ../../images/math-macro-add-optional-param.png
32980         rotateOrigin center
32981
32982 \end_inset
32983
32984
32985 \end_layout
32986
32987 \end_inset
32988 </cell>
32989 <cell alignment="center" valignment="top" usebox="none">
32990 \begin_inset Text
32991
32992 \begin_layout Plain Layout
32993
32994 \family sans
32995 Editar\SpecialChar \menuseparator
32996 Ecuación\SpecialChar \menuseparator
32997 Definición de macro\SpecialChar \menuseparator
32998 Insertar argumento opcional
32999 \end_layout
33000
33001 \end_inset
33002 </cell>
33003 </row>
33004 <row interlinespace="2.5mm">
33005 <cell alignment="center" valignment="top" usebox="none">
33006 \begin_inset Text
33007
33008 \begin_layout Plain Layout
33009 \begin_inset Graphics
33010         filename ../../images/math-macro-remove-greedy-param.png
33011         rotateOrigin center
33012
33013 \end_inset
33014
33015
33016 \end_layout
33017
33018 \end_inset
33019 </cell>
33020 <cell alignment="center" valignment="top" usebox="none">
33021 \begin_inset Text
33022
33023 \begin_layout Plain Layout
33024
33025 \family sans
33026 Editar\SpecialChar \menuseparator
33027 Ecuación\SpecialChar \menuseparator
33028 Definición de macro\SpecialChar \menuseparator
33029 Quitar último argumento
33030 \begin_inset Newline newline
33031 \end_inset
33032
33033
33034 \begin_inset Phantom HPhantom
33035 status open
33036
33037 \begin_layout Plain Layout
33038
33039 \family sans
33040 Editar\SpecialChar \menuseparator
33041 Ecuación\SpecialChar \menuseparator
33042 Definición de macro\SpecialChar \menuseparator
33043
33044 \end_layout
33045
33046 \end_inset
33047
33048 yendo hacia la derecha
33049 \end_layout
33050
33051 \end_inset
33052 </cell>
33053 </row>
33054 <row interlinespace="2.5mm">
33055 <cell alignment="center" valignment="top" usebox="none">
33056 \begin_inset Text
33057
33058 \begin_layout Plain Layout
33059 \begin_inset Graphics
33060         filename ../../images/math-macro-append-greedy-param.png
33061         rotateOrigin center
33062
33063 \end_inset
33064
33065
33066 \end_layout
33067
33068 \end_inset
33069 </cell>
33070 <cell alignment="center" valignment="top" usebox="none">
33071 \begin_inset Text
33072
33073 \begin_layout Plain Layout
33074
33075 \family sans
33076 Editar\SpecialChar \menuseparator
33077 Ecuación\SpecialChar \menuseparator
33078 Definición de macro\SpecialChar \menuseparator
33079 Añadir argumento comiendo
33080 \begin_inset Newline newline
33081 \end_inset
33082
33083
33084 \begin_inset Phantom HPhantom
33085 status open
33086
33087 \begin_layout Plain Layout
33088
33089 \family sans
33090 Editar\SpecialChar \menuseparator
33091 Ecuación\SpecialChar \menuseparator
33092 Definición de macro\SpecialChar \menuseparator
33093
33094 \end_layout
33095
33096 \end_inset
33097
33098 desde la derecha
33099 \end_layout
33100
33101 \end_inset
33102 </cell>
33103 </row>
33104 <row interlinespace="2.5mm">
33105 <cell alignment="center" valignment="top" usebox="none">
33106 \begin_inset Text
33107
33108 \begin_layout Plain Layout
33109 \begin_inset Graphics
33110         filename ../../images/math-macro-add-greedy-optional-param.png
33111         rotateOrigin center
33112
33113 \end_inset
33114
33115
33116 \end_layout
33117
33118 \end_inset
33119 </cell>
33120 <cell alignment="center" valignment="top" usebox="none">
33121 \begin_inset Text
33122
33123 \begin_layout Plain Layout
33124
33125 \family sans
33126 Editar\SpecialChar \menuseparator
33127 Ecuación\SpecialChar \menuseparator
33128 Definición de macro\SpecialChar \menuseparator
33129 Añadir argumento opcional
33130 \begin_inset Newline newline
33131 \end_inset
33132
33133
33134 \begin_inset Phantom HPhantom
33135 status open
33136
33137 \begin_layout Plain Layout
33138
33139 \family sans
33140 Editar\SpecialChar \menuseparator
33141 Ecuación\SpecialChar \menuseparator
33142 Definición de macro\SpecialChar \menuseparator
33143
33144 \end_layout
33145
33146 \end_inset
33147
33148 comiendo desde la derecha
33149 \end_layout
33150
33151 \end_inset
33152 </cell>
33153 </row>
33154 </lyxtabular>
33155
33156 \end_inset
33157
33158
33159 \end_layout
33160
33161 \begin_layout Section
33162 Sistema algebraico computacional
33163 \end_layout
33164
33165 \begin_layout Standard
33166 LyX permite el intercambio entre expresiones matemáticas escritas con su
33167  editor de ecuaciones y aplicaciones externas o guiones definidos por el
33168  usuario.
33169  Las aplicaciones soportadas actualmente son 
33170 \family sans
33171 Maple
33172 \family default
33173
33174 \family sans
33175 Mathematica
33176 \family default
33177
33178 \family sans
33179 Maxima
33180 \family default
33181  y 
33182 \family sans
33183 Octave
33184 \family default
33185 .
33186  Hay que advertir que el conjunto de estructuras matemáticas soportadas
33187  se limita a casos muy simples.
33188 \end_layout
33189
33190 \begin_layout Subsection
33191 Utilización
33192 \end_layout
33193
33194 \begin_layout Standard
33195 Escribe alguna expresión en una ecuación, despliega el menú 
33196 \family sans
33197 Editar\SpecialChar \menuseparator
33198 Ecuación\SpecialChar \menuseparator
33199 Usar programa de álgebra
33200 \family default
33201  y elige la aplicación que esté instalada en tu ordenador.
33202  Después de eso el resultado de la computación debería mostrarse a la derecha
33203  de la expresión junto con el operador "=".
33204 \end_layout
33205
33206 \begin_layout Standard
33207 A continuación hay unos ejemplos sencillos (con resultados de 
33208 \family sans
33209 Maxima
33210 \family default
33211 ) que muestran qué tipos de computación se pueden realizar:
33212 \end_layout
33213
33214 \begin_layout Itemize
33215 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33216 \end_inset
33217
33218
33219 \end_layout
33220
33221 \begin_layout Itemize
33222 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33223 \end_inset
33224
33225
33226 \end_layout
33227
33228 \begin_layout Itemize
33229 \begin_inset Formula $\int_{1}^{2}\sen(x)dx=\cos1-\cos2$
33230 \end_inset
33231
33232
33233 \end_layout
33234
33235 \begin_layout Itemize
33236 \begin_inset Formula $\det\left[\begin{array}{ccc}
33237 1 & 6 & 7\\
33238 2 & 5 & 8\\
33239 3 & 4 & 17
33240 \end{array}\right]=-56$
33241 \end_inset
33242
33243
33244 \end_layout
33245
33246 \begin_layout Itemize
33247 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33248 \end_inset
33249
33250
33251 \end_layout
33252
33253 \begin_layout Subsection
33254 Atajos de teclado
33255 \end_layout
33256
33257 \begin_layout Standard
33258 Actualmente no hay atajos de teclado para ejecutar las aplicaciones de álgebra.
33259  Se puede vincular fácilmente una combinación de teclas a la función 
33260 \family sans
33261 math-extern
33262 \family default
33263  de Lyx (véase el manual 
33264 \emph on
33265 Funciones de LyX
33266 \emph default
33267 ).
33268  Por ejemplo, para vincular la tecla 
33269 \family sans
33270 Entrar
33271 \family default
33272  en el editor de ecuaciones a 
33273 \family sans
33274 Maxima
33275 \family default
33276  se podría usar este comando para definir el atajo de teclado:
33277 \end_layout
33278
33279 \begin_layout Standard
33280
33281 \series bold
33282 command-alternatives break-paragraph;math-extern maxima
33283 \end_layout
33284
33285 \begin_layout Section
33286 Consejos prácticos
33287 \begin_inset Index idx
33288 status collapsed
33289
33290 \begin_layout Plain Layout
33291 Consejos prácticos
33292 \end_layout
33293
33294 \end_inset
33295
33296
33297 \end_layout
33298
33299 \begin_layout Subsection
33300 Números negativos
33301 \begin_inset Index idx
33302 status collapsed
33303
33304 \begin_layout Plain Layout
33305 Numeros@Números ! negativos
33306 \end_layout
33307
33308 \end_inset
33309
33310
33311 \end_layout
33312
33313 \begin_layout Standard
33314 Los números negativos a veces se ven feos en las ecuaciones porque el signo
33315  menos delante del número tiene la misma longitud que el operador signo
33316  menos.
33317  Si se escribe el número negativo en texto normal el signo menos aparece
33318  correctamente.
33319 \end_layout
33320
33321 \begin_layout Standard
33322 Así pues, el problema desaparece si se convierte el signo menos a texto
33323  matemático.
33324 \end_layout
33325
33326 \begin_layout Standard
33327 Un ejemplo para visualizar el problema:
33328 \end_layout
33329
33330 \begin_layout Standard
33331 \noindent
33332 \align center
33333 \begin_inset Tabular
33334 <lyxtabular version="3" rows="3" columns="2">
33335 <features rotate="0" tabularvalignment="middle">
33336 <column alignment="center" valignment="top">
33337 <column alignment="center" valignment="top">
33338 <row>
33339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33340 \begin_inset Text
33341
33342 \begin_layout Plain Layout
33343 texto normal:
33344 \end_layout
33345
33346 \end_inset
33347 </cell>
33348 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33349 \begin_inset Text
33350
33351 \begin_layout Plain Layout
33352 x = -2
33353 \end_layout
33354
33355 \end_inset
33356 </cell>
33357 </row>
33358 <row>
33359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33360 \begin_inset Text
33361
33362 \begin_layout Plain Layout
33363 ecuación:
33364 \end_layout
33365
33366 \end_inset
33367 </cell>
33368 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33369 \begin_inset Text
33370
33371 \begin_layout Plain Layout
33372 \begin_inset Formula $x=-2$
33373 \end_inset
33374
33375
33376 \end_layout
33377
33378 \end_inset
33379 </cell>
33380 </row>
33381 <row>
33382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33383 \begin_inset Text
33384
33385 \begin_layout Plain Layout
33386 solución:
33387 \end_layout
33388
33389 \end_inset
33390 </cell>
33391 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33392 \begin_inset Text
33393
33394 \begin_layout Plain Layout
33395 \begin_inset Formula $x=\mbox{-}2$
33396 \end_inset
33397
33398
33399 \end_layout
33400
33401 \end_inset
33402 </cell>
33403 </row>
33404 </lyxtabular>
33405
33406 \end_inset
33407
33408
33409 \end_layout
33410
33411 \begin_layout Subsection
33412 Coma como separador decimal
33413 \begin_inset Index idx
33414 status collapsed
33415
33416 \begin_layout Plain Layout
33417 Coma decimal
33418 \end_layout
33419
33420 \end_inset
33421
33422
33423 \end_layout
33424
33425 \begin_layout Standard
33426 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
33427  de grupos numéricos.
33428  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
33429 \end_layout
33430
33431 \begin_layout Standard
33432 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
33433  
33434 \family sans
33435 Ctrl+M
33436 \family default
33437 ).
33438 \end_layout
33439
33440 \begin_layout Standard
33441 Para usar las comas en todas las fórmulas del documento como separador decimal,
33442  se carga el archivo 
33443 \series bold
33444 icomma.sty
33445 \series default
33446
33447 \begin_inset Foot
33448 status collapsed
33449
33450 \begin_layout Plain Layout
33451
33452 \series bold
33453 icomma
33454 \series default
33455  forma parte del paquete LaTeX 
33456 \series bold
33457 was
33458 \series default
33459
33460 \begin_inset Index idx
33461 status collapsed
33462
33463 \begin_layout Plain Layout
33464 Paquetes ! was
33465 \begin_inset ERT
33466 status collapsed
33467
33468 \begin_layout Plain Layout
33469
33470
33471 \backslash
33472 vspace{4mm}
33473 \end_layout
33474
33475 \end_inset
33476
33477
33478 \end_layout
33479
33480 \end_inset
33481
33482 .
33483 \end_layout
33484
33485 \end_inset
33486
33487
33488 \begin_inset Index idx
33489 status collapsed
33490
33491 \begin_layout Plain Layout
33492 Paquetes ! icomma
33493 \end_layout
33494
33495 \end_inset
33496
33497  en el preámbulo LaTeX con la línea: 
33498 \end_layout
33499
33500 \begin_layout Standard
33501
33502 \series bold
33503
33504 \backslash
33505 usepackage{icomma}
33506 \end_layout
33507
33508 \begin_layout Subsection
33509 Vectores cuánticos y notación bra-ket
33510 \begin_inset CommandInset label
33511 LatexCommand label
33512 name "sub:Vectores-cuánticos"
33513
33514 \end_inset
33515
33516
33517 \begin_inset Index idx
33518 status open
33519
33520 \begin_layout Plain Layout
33521 Vectores cuánticos
33522 \end_layout
33523
33524 \end_inset
33525
33526
33527 \begin_inset Index idx
33528 status open
33529
33530 \begin_layout Plain Layout
33531 Notación bra-ket
33532 \end_layout
33533
33534 \end_inset
33535
33536
33537 \end_layout
33538
33539 \begin_layout Standard
33540 El paquete LaTeX 
33541 \series bold
33542 braket
33543 \series default
33544
33545 \begin_inset Index idx
33546 status collapsed
33547
33548 \begin_layout Plain Layout
33549 Paquetes ! braket
33550 \end_layout
33551
33552 \end_inset
33553
33554  suministra comandos para escribir paréntesis angulares que se usan en mecánica
33555  cuántica: la notación 
33556 \begin_inset Quotes fld
33557 \end_inset
33558
33559 bra-ket
33560 \begin_inset Quotes frd
33561 \end_inset
33562
33563 ; se carga con la línea de preámbulo LaTeX:
33564 \end_layout
33565
33566 \begin_layout Standard
33567
33568 \series bold
33569
33570 \backslash
33571 usepackage{braket}
33572 \end_layout
33573
33574 \begin_layout Standard
33575 \begin_inset ERT
33576 status collapsed
33577
33578 \begin_layout Plain Layout
33579
33580
33581 \backslash
33582 ifbraket 
33583 \end_layout
33584
33585 \end_inset
33586
33587
33588 \begin_inset Note Note
33589 status open
33590
33591 \begin_layout Plain Layout
33592 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
33593 \series bold
33594 braket
33595 \series default
33596  está instalado.
33597 \end_layout
33598
33599 \end_inset
33600
33601
33602 \end_layout
33603
33604 \begin_layout Standard
33605 Están definidos los siguientes comandos:
33606 \end_layout
33607
33608 \begin_layout Standard
33609 \noindent
33610 \align center
33611 \begin_inset Tabular
33612 <lyxtabular version="3" rows="4" columns="2">
33613 <features rotate="0" tabularvalignment="middle">
33614 <column alignment="center" valignment="top">
33615 <column alignment="center" valignment="top">
33616 <row>
33617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33618 \begin_inset Text
33619
33620 \begin_layout Plain Layout
33621 Comando
33622 \end_layout
33623
33624 \end_inset
33625 </cell>
33626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33627 \begin_inset Text
33628
33629 \begin_layout Plain Layout
33630 Resultado
33631 \end_layout
33632
33633 \end_inset
33634 </cell>
33635 </row>
33636 <row>
33637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33638 \begin_inset Text
33639
33640 \begin_layout Plain Layout
33641
33642 \backslash
33643 Bra{
33644 \backslash
33645 psi
33646 \end_layout
33647
33648 \end_inset
33649 </cell>
33650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33651 \begin_inset Text
33652
33653 \begin_layout Plain Layout
33654 \begin_inset Formula $\Bra{\psi}$
33655 \end_inset
33656
33657
33658 \end_layout
33659
33660 \end_inset
33661 </cell>
33662 </row>
33663 <row>
33664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33665 \begin_inset Text
33666
33667 \begin_layout Plain Layout
33668
33669 \backslash
33670 Ket{
33671 \backslash
33672 psi
33673 \end_layout
33674
33675 \end_inset
33676 </cell>
33677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33678 \begin_inset Text
33679
33680 \begin_layout Plain Layout
33681 \begin_inset Formula $\Ket{\psi}$
33682 \end_inset
33683
33684
33685 \end_layout
33686
33687 \end_inset
33688 </cell>
33689 </row>
33690 <row>
33691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33692 \begin_inset Text
33693
33694 \begin_layout Plain Layout
33695
33696 \backslash
33697 Braket{
33698 \backslash
33699 psi|
33700 \backslash
33701 phi
33702 \end_layout
33703
33704 \end_inset
33705 </cell>
33706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33707 \begin_inset Text
33708
33709 \begin_layout Plain Layout
33710 \begin_inset Formula $\Braket{\psi|\phi}$
33711 \end_inset
33712
33713
33714 \end_layout
33715
33716 \end_inset
33717 </cell>
33718 </row>
33719 </lyxtabular>
33720
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \begin_layout Standard
33727 El comando 
33728 \series bold
33729
33730 \backslash
33731 Braket
33732 \series default
33733  asegura que todas las barras verticales tienen el tamaño de los delimitadores
33734  circundantes:
33735 \begin_inset Formula 
33736 \[
33737 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33738 \]
33739
33740 \end_inset
33741
33742
33743 \begin_inset ERT
33744 status collapsed
33745
33746 \begin_layout Plain Layout
33747
33748
33749 \backslash
33750 else
33751 \end_layout
33752
33753 \end_inset
33754
33755
33756 \begin_inset Note Note
33757 status open
33758
33759 \begin_layout Plain Layout
33760 Lo que sigue se verá en la salida si el paquete LaTeX 
33761 \series bold
33762 braket
33763 \series default
33764  no está instalado:
33765 \end_layout
33766
33767 \end_inset
33768
33769
33770 \end_layout
33771
33772 \begin_layout Standard
33773 Debes instalar el paquete LaTeX 
33774 \series bold
33775 braket
33776 \series default
33777  para ver en la salida el resto de esta subsección.
33778 \end_layout
33779
33780 \begin_layout Standard
33781 \begin_inset ERT
33782 status collapsed
33783
33784 \begin_layout Plain Layout
33785
33786
33787 \backslash
33788 fi
33789 \end_layout
33790
33791 \end_inset
33792
33793
33794 \end_layout
33795
33796 \begin_layout Standard
33797 El efecto de 
33798 \series bold
33799
33800 \backslash
33801 Braket
33802 \series default
33803  también se puede conseguir con el comando 
33804 \series bold
33805
33806 \backslash
33807 middle
33808 \series default
33809 , que se describe en 
33810 \begin_inset CommandInset ref
33811 LatexCommand ref
33812 reference "sub:Tamaño-automático-de"
33813
33814 \end_inset
33815
33816 .
33817 \end_layout
33818
33819 \begin_layout Subsection
33820 Fracciones definidas por el usuario
33821 \begin_inset CommandInset label
33822 LatexCommand label
33823 name "sub:Fracciones-personalizadas"
33824
33825 \end_inset
33826
33827
33828 \begin_inset Index idx
33829 status collapsed
33830
33831 \begin_layout Plain Layout
33832 Fracciones ! personalizadas
33833 \end_layout
33834
33835 \end_inset
33836
33837
33838 \end_layout
33839
33840 \begin_layout Standard
33841 Para definir comandos personalizados para fracciones, se usa el comando
33842  
33843 \series bold
33844
33845 \backslash
33846 genfrac
33847 \series default
33848
33849 \begin_inset Index idx
33850 status collapsed
33851
33852 \begin_layout Plain Layout
33853 Comandos ! G ! 
33854 \backslash
33855 genfrac
33856 \end_layout
33857
33858 \end_inset
33859
33860  con el siguiente esquema:
33861 \end_layout
33862
33863 \begin_layout Standard
33864
33865 \series bold
33866
33867 \backslash
33868 genfrac{delimitador izquierdo}{delimitador derecho}
33869 \begin_inset Newline newline
33870 \end_inset
33871
33872
33873 \begin_inset Phantom HPhantom
33874 status open
33875
33876 \begin_layout Plain Layout
33877
33878 \series bold
33879
33880 \backslash
33881 genfrac
33882 \end_layout
33883
33884 \end_inset
33885
33886 {grosor raya de fracción}{estilo}{numerador}{denominador}
33887 \end_layout
33888
33889 \begin_layout Standard
33890 El estilo es un número en el rango 0
33891 \begin_inset space \thinspace{}
33892 \end_inset
33893
33894 -
33895 \begin_inset space \thinspace{}
33896 \end_inset
33897
33898 3.
33899 \end_layout
33900
33901 \begin_layout Standard
33902 \align center
33903 \begin_inset Tabular
33904 <lyxtabular version="3" rows="5" columns="2">
33905 <features rotate="0" tabularvalignment="middle">
33906 <column alignment="center" valignment="top">
33907 <column alignment="center" valignment="top">
33908 <row>
33909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33910 \begin_inset Text
33911
33912 \begin_layout Plain Layout
33913 Número
33914 \end_layout
33915
33916 \end_inset
33917 </cell>
33918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33919 \begin_inset Text
33920
33921 \begin_layout Plain Layout
33922 Estilo (tamaño)
33923 \end_layout
33924
33925 \end_inset
33926 </cell>
33927 </row>
33928 <row>
33929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33930 \begin_inset Text
33931
33932 \begin_layout Plain Layout
33933 0
33934 \end_layout
33935
33936 \end_inset
33937 </cell>
33938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33939 \begin_inset Text
33940
33941 \begin_layout Plain Layout
33942 ecuación presentada
33943 \end_layout
33944
33945 \end_inset
33946 </cell>
33947 </row>
33948 <row>
33949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33950 \begin_inset Text
33951
33952 \begin_layout Plain Layout
33953 1
33954 \end_layout
33955
33956 \end_inset
33957 </cell>
33958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33959 \begin_inset Text
33960
33961 \begin_layout Plain Layout
33962 ecuación en línea
33963 \end_layout
33964
33965 \end_inset
33966 </cell>
33967 </row>
33968 <row>
33969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33970 \begin_inset Text
33971
33972 \begin_layout Plain Layout
33973 2
33974 \end_layout
33975
33976 \end_inset
33977 </cell>
33978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33979 \begin_inset Text
33980
33981 \begin_layout Plain Layout
33982 pequeño
33983 \end_layout
33984
33985 \end_inset
33986 </cell>
33987 </row>
33988 <row>
33989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33990 \begin_inset Text
33991
33992 \begin_layout Plain Layout
33993 3
33994 \end_layout
33995
33996 \end_inset
33997 </cell>
33998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33999 \begin_inset Text
34000
34001 \begin_layout Plain Layout
34002 muy pequeño
34003 \end_layout
34004
34005 \end_inset
34006 </cell>
34007 </row>
34008 </lyxtabular>
34009
34010 \end_inset
34011
34012
34013 \end_layout
34014
34015 \begin_layout Standard
34016 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
34017  
34018 \series bold
34019
34020 \backslash
34021 frac
34022 \series default
34023 .
34024 \end_layout
34025
34026 \begin_layout Standard
34027 Si no se pone grosor de la raya de fracción se usará el valor predefinido
34028  de 0.4
34029 \begin_inset space \thinspace{}
34030 \end_inset
34031
34032 pt.
34033 \end_layout
34034
34035 \begin_layout Standard
34036 Por ejemplo, los comandos 
34037 \series bold
34038
34039 \backslash
34040 dfrac
34041 \series default
34042  y 
34043 \series bold
34044
34045 \backslash
34046 tbinom
34047 \series default
34048  de la 
34049 \begin_inset CommandInset ref
34050 LatexCommand ref
34051 reference "sub:Fracciones"
34052
34053 \end_inset
34054
34055  se definen con los comandos:
34056 \end_layout
34057
34058 \begin_layout Standard
34059
34060 \series bold
34061
34062 \backslash
34063 newcommand{
34064 \backslash
34065 dfrac}[2]{
34066 \backslash
34067 genfrac{}{}{}{0}{#1}{#2}}
34068 \end_layout
34069
34070 \begin_layout Standard
34071 y
34072 \end_layout
34073
34074 \begin_layout Standard
34075
34076 \series bold
34077
34078 \backslash
34079 newcommand{
34080 \backslash
34081 tbinom}[2]{
34082 \backslash
34083 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34084 \end_layout
34085
34086 \begin_layout Standard
34087 \begin_inset VSpace medskip
34088 \end_inset
34089
34090
34091 \end_layout
34092
34093 \begin_layout Standard
34094 Para definir una fracción en la que el grosor de la raya se pueda definir
34095  como argumento opcional, se inserta la siguiente línea en el preámbulo
34096  LaTeX:
34097 \end_layout
34098
34099 \begin_layout Standard
34100
34101 \series bold
34102
34103 \backslash
34104 newcommand{
34105 \backslash
34106 fracS}[3][]{
34107 \backslash
34108 genfrac{}{}{#1}{}{#2}{#3}}
34109 \end_layout
34110
34111 \begin_layout Standard
34112 Un ensayo:
34113 \begin_inset Formula 
34114 \begin{align*}
34115 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34116 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34117 \end{align*}
34118
34119 \end_inset
34120
34121 Como se puede ver, la distancia del numerador y el denominador a la raya
34122  de fracción se redondea a unas tres veces el grosor de la raya.
34123 \end_layout
34124
34125 \begin_layout Subsection
34126 Ecuaciones canceladas
34127 \begin_inset Index idx
34128 status collapsed
34129
34130 \begin_layout Plain Layout
34131 Ecuación ! cancelada
34132 \end_layout
34133
34134 \end_inset
34135
34136
34137 \end_layout
34138
34139 \begin_layout Standard
34140 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
34141  
34142 \series bold
34143 cancel
34144 \series default
34145
34146 \begin_inset Index idx
34147 status collapsed
34148
34149 \begin_layout Plain Layout
34150 Paquetes ! cancel
34151 \end_layout
34152
34153 \end_inset
34154
34155  con la línea de preámbulo LaTeX
34156 \end_layout
34157
34158 \begin_layout Standard
34159
34160 \series bold
34161
34162 \backslash
34163 usepackage{cancel}
34164 \end_layout
34165
34166 \begin_layout Standard
34167 \begin_inset ERT
34168 status collapsed
34169
34170 \begin_layout Plain Layout
34171
34172
34173 \backslash
34174 ifcancel 
34175 \end_layout
34176
34177 \end_inset
34178
34179
34180 \begin_inset Note Note
34181 status open
34182
34183 \begin_layout Plain Layout
34184 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
34185 \series bold
34186 cancel
34187 \series default
34188  está instalado.
34189 \end_layout
34190
34191 \end_inset
34192
34193
34194 \end_layout
34195
34196 \begin_layout Standard
34197 Hay cuatro formas de cancelar ecuaciones:
34198 \end_layout
34199
34200 \begin_layout Standard
34201 \align center
34202 \begin_inset Tabular
34203 <lyxtabular version="3" rows="5" columns="2">
34204 <features rotate="0" tabularvalignment="middle">
34205 <column alignment="center" valignment="top">
34206 <column alignment="center" valignment="top">
34207 <row>
34208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34209 \begin_inset Text
34210
34211 \begin_layout Plain Layout
34212 Comando
34213 \end_layout
34214
34215 \end_inset
34216 </cell>
34217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34218 \begin_inset Text
34219
34220 \begin_layout Plain Layout
34221 Resultado
34222 \begin_inset Note Note
34223 status collapsed
34224
34225 \begin_layout Plain Layout
34226 El
34227 \series bold
34228  
34229 \series default
34230 espacio y 
34231 \series bold
34232
34233 \backslash
34234 raisebox
34235 \series default
34236  se usa sólo como espaciador
34237 \end_layout
34238
34239 \end_inset
34240
34241
34242 \end_layout
34243
34244 \end_inset
34245 </cell>
34246 </row>
34247 <row>
34248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34249 \begin_inset Text
34250
34251 \begin_layout Plain Layout
34252
34253 \backslash
34254 cancel{
34255 \backslash
34256 int
34257 \begin_inset space \textvisiblespace{}
34258 \end_inset
34259
34260 A=B
34261 \end_layout
34262
34263 \end_inset
34264 </cell>
34265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34266 \begin_inset Text
34267
34268 \begin_layout Plain Layout
34269 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34270 \end_inset
34271
34272
34273 \end_layout
34274
34275 \end_inset
34276 </cell>
34277 </row>
34278 <row>
34279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34280 \begin_inset Text
34281
34282 \begin_layout Plain Layout
34283
34284 \backslash
34285 bcancel{
34286 \backslash
34287 int
34288 \begin_inset space \textvisiblespace{}
34289 \end_inset
34290
34291 A=B
34292 \end_layout
34293
34294 \end_inset
34295 </cell>
34296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34297 \begin_inset Text
34298
34299 \begin_layout Plain Layout
34300 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34301 \end_inset
34302
34303
34304 \end_layout
34305
34306 \end_inset
34307 </cell>
34308 </row>
34309 <row>
34310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34311 \begin_inset Text
34312
34313 \begin_layout Plain Layout
34314
34315 \backslash
34316 xcancel{
34317 \backslash
34318 int
34319 \begin_inset space \textvisiblespace{}
34320 \end_inset
34321
34322 A=B
34323 \end_layout
34324
34325 \end_inset
34326 </cell>
34327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34328 \begin_inset Text
34329
34330 \begin_layout Plain Layout
34331 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34332 \end_inset
34333
34334
34335 \end_layout
34336
34337 \end_inset
34338 </cell>
34339 </row>
34340 <row>
34341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34342 \begin_inset Text
34343
34344 \begin_layout Plain Layout
34345
34346 \backslash
34347 cancelto{1
34348 \begin_inset Formula $\to$
34349 \end_inset
34350
34351
34352 \backslash
34353 {
34354 \backslash
34355 int
34356 \begin_inset space \textvisiblespace{}
34357 \end_inset
34358
34359 A=B
34360 \end_layout
34361
34362 \end_inset
34363 </cell>
34364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34365 \begin_inset Text
34366
34367 \begin_layout Plain Layout
34368 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34369 \end_inset
34370
34371
34372 \end_layout
34373
34374 \end_inset
34375 </cell>
34376 </row>
34377 </lyxtabular>
34378
34379 \end_inset
34380
34381
34382 \end_layout
34383
34384 \begin_layout Standard
34385
34386 \series bold
34387
34388 \backslash
34389 cancelto
34390 \series default
34391  es especialmente apropiado para visualizar la simplificación de fracciones
34392  en una ecuación:
34393 \begin_inset Formula 
34394 \[
34395 \frac{\left(x_{0}+bB\right)^{2}}{\left(1+b^{2}\right)^{\cancelto{2}{3}}}=\frac{x_{0}^{2}+B^{2}-r_{g}^{2}}{\cancel{1+b^{2}}}
34396 \]
34397
34398 \end_inset
34399
34400
34401 \end_layout
34402
34403 \begin_layout Standard
34404 Para cambiar el tamaño del valor subscrito por 
34405 \series bold
34406
34407 \backslash
34408 cancelto
34409 \series default
34410  se puede cargar el paquete 
34411 \series bold
34412 cancel
34413 \series default
34414  con la opción 
34415 \series bold
34416 samesize
34417 \series default
34418 , que da el mismo tamaño que para el valor cancelado, o con la opción 
34419 \series bold
34420 Smaller
34421 \series default
34422 , que da un tamaño un poco más pequeño que el que se obtiene sin usar ninguna
34423  opción.
34424  En este documento, 
34425 \series bold
34426 cancel
34427 \series default
34428  se ha cargado con la línea 
34429 \end_layout
34430
34431 \begin_layout Standard
34432
34433 \series bold
34434
34435 \backslash
34436 usepackage[samesize]{cancel}
34437 \end_layout
34438
34439 \begin_layout Standard
34440 Para colorear la raya de cancelación añade el siguiente comando en código
34441  TeX:
34442 \end_layout
34443
34444 \begin_layout Standard
34445
34446 \series bold
34447
34448 \backslash
34449 renewcommand{
34450 \backslash
34451 CancelColor}{
34452 \backslash
34453 color{red}}
34454 \end_layout
34455
34456 \begin_layout Standard
34457 donde 
34458 \series bold
34459 red
34460 \series default
34461  puede reemplazarse por el color deseado.
34462 \end_layout
34463
34464 \begin_layout Standard
34465 \begin_inset ERT
34466 status collapsed
34467
34468 \begin_layout Plain Layout
34469
34470
34471 \backslash
34472 renewcommand{
34473 \backslash
34474 CancelColor}{
34475 \backslash
34476 color{red}}
34477 \end_layout
34478
34479 \end_inset
34480
34481
34482 \end_layout
34483
34484 \begin_layout Standard
34485 \begin_inset Formula 
34486 \[
34487 \frac{\left(x_{0}+bB\right)^{2}}{\left(1+b^{2}\right)^{\cancelto{2}{3}}}=\frac{x_{0}^{2}+B^{2}-r_{g}^{2}}{\cancel{1+b^{2}}}
34488 \]
34489
34490 \end_inset
34491
34492
34493 \end_layout
34494
34495 \begin_layout Standard
34496 \begin_inset ERT
34497 status collapsed
34498
34499 \begin_layout Plain Layout
34500
34501
34502 \backslash
34503 renewcommand{
34504 \backslash
34505 CancelColor}{
34506 \backslash
34507 color{black}}
34508 \end_layout
34509
34510 \end_inset
34511
34512
34513 \begin_inset Note Note
34514 status open
34515
34516 \begin_layout Plain Layout
34517 restablece el color
34518 \end_layout
34519
34520 \end_inset
34521
34522
34523 \end_layout
34524
34525 \begin_layout Standard
34526 Para otras posibilidades de personalización, véase la documentación del
34527  paquete
34528 \series bold
34529  cancel
34530 \series default
34531
34532 \begin_inset CommandInset citation
34533 LatexCommand cite
34534 key "cancel"
34535
34536 \end_inset
34537
34538 .
34539 \end_layout
34540
34541 \begin_layout Standard
34542 \begin_inset ERT
34543 status collapsed
34544
34545 \begin_layout Plain Layout
34546
34547
34548 \backslash
34549 else
34550 \end_layout
34551
34552 \end_inset
34553
34554
34555 \begin_inset Note Note
34556 status open
34557
34558 \begin_layout Plain Layout
34559 Lo que sigue se verá en la salida si el paquete LaTeX 
34560 \series bold
34561 cancel
34562 \series default
34563  no está instalado:
34564 \end_layout
34565
34566 \end_inset
34567
34568
34569 \end_layout
34570
34571 \begin_layout Standard
34572 Debes instalar el paquete LaTeX 
34573 \series bold
34574 cancel
34575 \series default
34576  para ver en la salida el resto de esta subsección.
34577 \end_layout
34578
34579 \begin_layout Standard
34580 \begin_inset ERT
34581 status collapsed
34582
34583 \begin_layout Plain Layout
34584
34585
34586 \backslash
34587 fi
34588 \end_layout
34589
34590 \end_inset
34591
34592
34593 \end_layout
34594
34595 \begin_layout Subsection
34596 Ecuaciones en encabezados de sección
34597 \begin_inset CommandInset label
34598 LatexCommand label
34599 name "sub:Ecuaciones-en-encabezados"
34600
34601 \end_inset
34602
34603
34604 \begin_inset Index idx
34605 status collapsed
34606
34607 \begin_layout Plain Layout
34608 Ecuación ! en encabezados de sección
34609 \end_layout
34610
34611 \end_inset
34612
34613
34614 \end_layout
34615
34616 \begin_layout Standard
34617 Si se quiere poner una ecuación en un encabezado de sección hay que tener
34618  en cuenta lo siguiente:
34619 \end_layout
34620
34621 \begin_layout Standard
34622 \begin_inset Note Greyedout
34623 status open
34624
34625 \begin_layout Plain Layout
34626 Si el soporte para 
34627 \series bold
34628 hyperref
34629 \series default
34630
34631 \begin_inset Index idx
34632 status collapsed
34633
34634 \begin_layout Plain Layout
34635 Paquetes ! hyperref
34636 \end_layout
34637
34638 \end_inset
34639
34640  está activado en la configuración del documento, 
34641 \family sans
34642 Propiedades
34643 \begin_inset space ~
34644 \end_inset
34645
34646
34647 \family default
34648 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
34649  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
34650  texto del marcador, porque se infringen las convenciones PDF.
34651 \end_layout
34652
34653 \end_inset
34654
34655
34656 \end_layout
34657
34658 \begin_layout Standard
34659 Estos problemas se pueden solucionar insertando al final del encabezado
34660  un título breve con el menú 
34661 \family sans
34662 Insertar\SpecialChar \menuseparator
34663 Título
34664 \begin_inset space ~
34665 \end_inset
34666
34667 breve
34668 \family default
34669 .
34670  Los títulos breves se usan como alternativa para encabezados de sección
34671  con más de una línea para mantener el buen aspecto del índice.
34672  En éste sólo aparece el título breve y por tanto también en los marcadores.
34673 \end_layout
34674
34675 \begin_layout Standard
34676 Si hay que poner ecuaciones en el índice y se usa 
34677 \series bold
34678 hyperref
34679 \series default
34680 , se puede insertar el siguiente comando en modo TeX:
34681 \end_layout
34682
34683 \begin_layout Standard
34684
34685 \series bold
34686
34687 \backslash
34688 texorpdfstring{parte}{alternativa}
34689 \begin_inset Index idx
34690 status collapsed
34691
34692 \begin_layout Plain Layout
34693 Comandos ! T ! 
34694 \backslash
34695 texorpdfstring
34696 \end_layout
34697
34698 \end_inset
34699
34700
34701 \end_layout
34702
34703 \begin_layout Standard
34704 parte se refiere a la parte del encabezado que no debería aparecer en el
34705  marcador PDF.
34706  Pueden ser caracteres, ecuaciones, notas al pie y también referencias cruzadas.
34707  La alternativa se usa para el marcador en vez de la parte.
34708 \end_layout
34709
34710 \begin_layout Standard
34711 Aquí hay dos ejemplos de encabezados con ecuación:
34712 \end_layout
34713
34714 \begin_layout Standard
34715 \begin_inset VSpace -3mm
34716 \end_inset
34717
34718
34719 \end_layout
34720
34721 \begin_layout Standard
34722 \begin_inset ERT
34723 status collapsed
34724
34725 \begin_layout Plain Layout
34726
34727
34728 \backslash
34729 boldmath 
34730 \end_layout
34731
34732 \end_inset
34733
34734
34735 \end_layout
34736
34737 \begin_layout Subsubsection
34738 Encabezado sin ecuación en el índice 
34739 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34740 \end_inset
34741
34742
34743 \begin_inset Argument 1
34744 status collapsed
34745
34746 \begin_layout Plain Layout
34747 Encabezado sin ecuación en el índice
34748 \end_layout
34749
34750 \end_inset
34751
34752
34753 \end_layout
34754
34755 \begin_layout Subsubsection
34756 Encabezado con ecuación en el índice
34757 \begin_inset ERT
34758 status collapsed
34759
34760 \begin_layout Plain Layout
34761
34762
34763 \backslash
34764 texorpdfstring{
34765 \end_layout
34766
34767 \end_inset
34768
34769  
34770 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34771 \end_inset
34772
34773
34774 \begin_inset ERT
34775 status collapsed
34776
34777 \begin_layout Plain Layout
34778
34779 }{}
34780 \end_layout
34781
34782 \end_inset
34783
34784
34785 \end_layout
34786
34787 \begin_layout Standard
34788 \begin_inset ERT
34789 status collapsed
34790
34791 \begin_layout Plain Layout
34792
34793
34794 \backslash
34795 unboldmath 
34796 \end_layout
34797
34798 \end_inset
34799
34800 En el primer encabezado se ha puesto un título breve, en el segundo un 
34801 \series bold
34802
34803 \backslash
34804 texorpdfstring
34805 \series default
34806 .
34807 \end_layout
34808
34809 \begin_layout Standard
34810 Para obtener el mismo formato que en los demás encabezados se han puesto
34811  ambos en un entorno 
34812 \series bold
34813 boldmath
34814 \series default
34815 .
34816 \begin_inset Foot
34817 status collapsed
34818
34819 \begin_layout Plain Layout
34820 véase 
34821 \begin_inset CommandInset ref
34822 LatexCommand ref
34823 reference "sub:Ecuaciones-en-negrita"
34824
34825 \end_inset
34826
34827
34828 \end_layout
34829
34830 \end_inset
34831
34832
34833 \end_layout
34834
34835 \begin_layout Subsection
34836 Ecuaciones en texto multicolumna
34837 \begin_inset Index idx
34838 status collapsed
34839
34840 \begin_layout Plain Layout
34841 Ecuación ! en texto multicolumna
34842 \end_layout
34843
34844 \end_inset
34845
34846
34847 \end_layout
34848
34849 \begin_layout Standard
34850 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
34851  para ajustarse a la columna y entonces es preciso abarcar la anchura total
34852  de la página.
34853  Esto se hace usando el paquete LaTeX 
34854 \series bold
34855 multicol
34856 \series default
34857 ,
34858 \begin_inset Foot
34859 status collapsed
34860
34861 \begin_layout Plain Layout
34862
34863 \series bold
34864 multicol
34865 \series default
34866  forma parte de las distribuciones LaTeX estándar.
34867 \end_layout
34868
34869 \end_inset
34870
34871
34872 \begin_inset Index idx
34873 status collapsed
34874
34875 \begin_layout Plain Layout
34876 Paquetes ! multicol
34877 \end_layout
34878
34879 \end_inset
34880
34881  que se carga en el preámbulo LaTeX con la línea
34882 \end_layout
34883
34884 \begin_layout Standard
34885
34886 \series bold
34887
34888 \backslash
34889 usepackage{multicol}
34890 \end_layout
34891
34892 \begin_layout Standard
34893 \begin_inset Note Greyedout
34894 status open
34895
34896 \begin_layout Plain Layout
34897 Ten en cuenta que la opción 
34898 \family sans
34899 Documento
34900 \begin_inset space ~
34901 \end_inset
34902
34903 con
34904 \begin_inset space ~
34905 \end_inset
34906
34907 dos
34908 \begin_inset space ~
34909 \end_inset
34910
34911 caras
34912 \family default
34913 , bajo 
34914 \family sans
34915 Diseño
34916 \begin_inset space ~
34917 \end_inset
34918
34919 de
34920 \begin_inset space ~
34921 \end_inset
34922
34923 página 
34924 \family default
34925 en el menú 
34926 \family sans
34927 Documento\SpecialChar \menuseparator
34928 Configuración
34929 \family default
34930  
34931 \emph on
34932 debe
34933 \emph default
34934  estar desmarcada.
34935 \end_layout
34936
34937 \end_inset
34938
34939
34940 \end_layout
34941
34942 \begin_layout Standard
34943 Antes del texto multicolumna se inserta en modo TeX el comando
34944 \end_layout
34945
34946 \begin_layout Standard
34947
34948 \series bold
34949
34950 \backslash
34951 begin{multicols}{número de columnas}
34952 \end_layout
34953
34954 \begin_layout Standard
34955 El número de columnas está en el rango 2-10.
34956  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
34957  TeX el comando
34958 \end_layout
34959
34960 \begin_layout Standard
34961
34962 \series bold
34963
34964 \backslash
34965 end{multicols}
34966 \end_layout
34967
34968 \begin_layout Standard
34969 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
34970  Para quitarlo se inserta un espacio vertical de -6
34971 \begin_inset space \thinspace{}
34972 \end_inset
34973
34974 mm antes de la ecuación.
34975  Si se usa el estilo 
34976 \series bold
34977 Sangrado
34978 \series default
34979 ,
34980 \begin_inset Foot
34981 status collapsed
34982
34983 \begin_layout Plain Layout
34984 véase estilos de ecuación en 
34985 \begin_inset CommandInset ref
34986 LatexCommand ref
34987 reference "sec:Estilos-de-ecuación"
34988
34989 \end_inset
34990
34991
34992 \end_layout
34993
34994 \end_inset
34995
34996  se inserta un espacio de -9
34997 \begin_inset space \thinspace{}
34998 \end_inset
34999
35000 mm.
35001 \end_layout
35002
35003 \begin_layout Standard
35004 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
35005 \end_layout
35006
35007 \begin_layout Standard
35008
35009 \lang german
35010 \begin_inset ERT
35011 status collapsed
35012
35013 \begin_layout Plain Layout
35014
35015
35016 \backslash
35017 begin{multicols}{2}
35018 \end_layout
35019
35020 \end_inset
35021
35022 Das Spektrum wird fouriertransformiert.
35023  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35024 , Lösungsmittel) zu trennen.
35025  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35026  nun das Aussehen des Ausgangssignals.
35027  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35028  über alle Phasen integrieren muss.
35029  Sei nun 
35030 \begin_inset Formula $S$
35031 \end_inset
35032
35033  unser normiertes Ausgangssignal und 
35034 \begin_inset Formula $P$
35035 \end_inset
35036
35037  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35038 \begin_inset ERT
35039 status collapsed
35040
35041 \begin_layout Plain Layout
35042
35043
35044 \backslash
35045 end{multicols}
35046 \end_layout
35047
35048 \end_inset
35049
35050
35051 \begin_inset VSpace -6mm
35052 \end_inset
35053
35054
35055 \begin_inset Formula 
35056 \begin{equation}
35057 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35058 \end{equation}
35059
35060 \end_inset
35061
35062
35063 \begin_inset ERT
35064 status collapsed
35065
35066 \begin_layout Plain Layout
35067
35068
35069 \backslash
35070 begin{multicols}{2}
35071 \end_layout
35072
35073 \end_inset
35074
35075 wobei 
35076 \begin_inset Formula $S_{0}$
35077 \end_inset
35078
35079  das Signal ohne Gradient ist und die Normierungsbedingung 
35080 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35081 \end_inset
35082
35083  gilt.
35084  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35085  Direkt nach dem 
35086 \begin_inset Formula $\nicefrac{\pi}{2}$
35087 \end_inset
35088
35089
35090 \begin_inset space \thinspace{}
35091 \end_inset
35092
35093 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35094  das Signal zusätzlich abschwächt.
35095  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35096  
35097 \begin_inset Formula $T_{2}$
35098 \end_inset
35099
35100 -Zeit.
35101 \end_layout
35102
35103 \begin_layout Standard
35104
35105 \lang german
35106 \begin_inset ERT
35107 status collapsed
35108
35109 \begin_layout Plain Layout
35110
35111
35112 \backslash
35113 end{multicols}
35114 \end_layout
35115
35116 \end_inset
35117
35118
35119 \end_layout
35120
35121 \begin_layout Subsection
35122 Ecuaciones con descripción de variables
35123 \begin_inset Index idx
35124 status collapsed
35125
35126 \begin_layout Plain Layout
35127 Ecuación ! con descripción de variables
35128 \end_layout
35129
35130 \end_inset
35131
35132
35133 \end_layout
35134
35135 \begin_layout Standard
35136 Para describir variables en una ecuación, como en la fórmula 
35137 \begin_inset CommandInset ref
35138 LatexCommand eqref
35139 reference "eq:within"
35140
35141 \end_inset
35142
35143 , se inserta una matriz 2×
35144 \begin_inset Formula $n$
35145 \end_inset
35146
35147  con columnas alineadas a la izquierda para las 
35148 \emph on
35149
35150 \begin_inset Formula $n$
35151 \end_inset
35152
35153
35154 \emph default
35155  variables usadas.
35156 \begin_inset Foot
35157 status collapsed
35158
35159 \begin_layout Plain Layout
35160 véase matrices en 
35161 \begin_inset CommandInset ref
35162 LatexCommand ref
35163 reference "sec:Matrices"
35164
35165 \end_inset
35166
35167
35168 \end_layout
35169
35170 \end_inset
35171
35172  Para poner la descripción en tamaño más pequeño se inserta, por ejemplo,
35173  el comando 
35174 \series bold
35175
35176 \backslash
35177 footnotesize
35178 \series default
35179  antes de la matriz.
35180 \begin_inset Foot
35181 status collapsed
35182
35183 \begin_layout Plain Layout
35184 véase tamaños de tipografías en 
35185 \begin_inset CommandInset ref
35186 LatexCommand ref
35187 reference "sub:Tamaños-de-tipografías"
35188
35189 \end_inset
35190
35191 .
35192 \end_layout
35193
35194 \end_inset
35195
35196
35197 \end_layout
35198
35199 \begin_layout Standard
35200 Si se usa el estilo 
35201 \series bold
35202 Sangrado
35203 \series default
35204 ,
35205 \begin_inset Foot
35206 status collapsed
35207
35208 \begin_layout Plain Layout
35209 véase estilos de ecuación en 
35210 \begin_inset CommandInset ref
35211 LatexCommand ref
35212 reference "sec:Estilos-de-ecuación"
35213
35214 \end_inset
35215
35216
35217 \end_layout
35218
35219 \end_inset
35220
35221  se inserta un 
35222 \series bold
35223
35224 \backslash
35225 hfill
35226 \series default
35227
35228 \begin_inset Foot
35229 status collapsed
35230
35231 \begin_layout Plain Layout
35232
35233 \series bold
35234
35235 \backslash
35236 hfill
35237 \series default
35238  sólo funciona en ecuaciones en estilo 
35239 \series bold
35240 Sangrado
35241 \series default
35242 , véase 
35243 \begin_inset CommandInset ref
35244 LatexCommand ref
35245 reference "sub:Espacio-variable"
35246
35247 \end_inset
35248
35249
35250 \end_layout
35251
35252 \end_inset
35253
35254  delante y detrás de la matriz para que tenga la misma separación con la
35255  ecuación y con el margen.
35256 \end_layout
35257
35258 \begin_layout Standard
35259 Si se usa el estilo 
35260 \series bold
35261 Centrado
35262 \series default
35263  se emplea el método descrito en la 
35264 \begin_inset CommandInset ref
35265 LatexCommand ref
35266 reference "sub:Entorno-flalign"
35267
35268 \end_inset
35269
35270  para sangrar la ecuación.
35271  La ecuación 
35272 \begin_inset CommandInset ref
35273 LatexCommand eqref
35274 reference "eq:within"
35275
35276 \end_inset
35277
35278  consta de cinco columnas ya que las dos primeras contienen la fórmula,
35279  la tercera la matriz y la última una llave TeX vacía.
35280 \begin_inset Formula 
35281 \begin{flalign}
35282 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
35283 \rho & \mbox{densidad}\\
35284 V & \mbox{volumen}\\
35285 g & \mbox{aceleración gravitatoria}
35286 \end{array} &  & {}\label{eq:within}
35287 \end{flalign}
35288
35289 \end_inset
35290
35291
35292 \end_layout
35293
35294 \begin_layout Subsection
35295 Letras griegas minúsculas en redonda
35296 \begin_inset CommandInset label
35297 LatexCommand label
35298 name "sub:Griegas-en-redonda"
35299
35300 \end_inset
35301
35302
35303 \begin_inset Index idx
35304 status collapsed
35305
35306 \begin_layout Plain Layout
35307 Letras griegas ! en redonda
35308 \end_layout
35309
35310 \end_inset
35311
35312
35313 \end_layout
35314
35315 \begin_layout Standard
35316 La mayoría de las tipografías sólo suministran letras griegas minúsculas
35317  en cursiva.
35318  Pero para símbolos de partículas elementales como piones y neutrinos hacen
35319  falta letras griegas en redonda.
35320  El archivo 
35321 \series bold
35322 upgreek.sty
35323 \series default
35324
35325 \begin_inset Foot
35326 status collapsed
35327
35328 \begin_layout Plain Layout
35329
35330 \series bold
35331 upgreek
35332 \series default
35333  forma parte del paquete LaTeX 
35334 \series bold
35335 was
35336 \series default
35337
35338 \begin_inset Index idx
35339 status collapsed
35340
35341 \begin_layout Plain Layout
35342 Paquetes ! was
35343 \begin_inset ERT
35344 status collapsed
35345
35346 \begin_layout Plain Layout
35347
35348
35349 \backslash
35350 vspace{4mm}
35351 \end_layout
35352
35353 \end_inset
35354
35355
35356 \end_layout
35357
35358 \end_inset
35359
35360 .
35361 \end_layout
35362
35363 \end_inset
35364
35365
35366 \begin_inset Index idx
35367 status collapsed
35368
35369 \begin_layout Plain Layout
35370 Paquetes ! upgreek
35371 \end_layout
35372
35373 \end_inset
35374
35375 , que se carga en el preámbulo LaTeX con la línea
35376 \end_layout
35377
35378 \begin_layout Standard
35379
35380 \series bold
35381
35382 \backslash
35383 usepackage{upgreek}
35384 \end_layout
35385
35386 \begin_layout Standard
35387 las suministra.
35388  
35389 \begin_inset ERT
35390 status collapsed
35391
35392 \begin_layout Plain Layout
35393
35394
35395 \backslash
35396 ifupgreek 
35397 \end_layout
35398
35399 \end_inset
35400
35401
35402 \begin_inset Note Note
35403 status open
35404
35405 \begin_layout Plain Layout
35406 Lo siguiente sólo se podrá ver si está instalado el paquete LaTeX 
35407 \series bold
35408 upgreek
35409 \series default
35410 :
35411 \end_layout
35412
35413 \end_inset
35414
35415  Se imprimen con el comando de la letra correspondiente precedido de 
35416 \series bold
35417 up
35418 \series default
35419 .
35420  Por ejemplo, el comando 
35421 \series bold
35422
35423 \backslash
35424 uptau
35425 \series default
35426  genera: 
35427 \begin_inset Formula $\uptau$
35428 \end_inset
35429
35430
35431 \end_layout
35432
35433 \begin_layout Standard
35434 Con estos comandos se pueden escribir reacciones entre partículas elementales:
35435 \begin_inset Formula 
35436 \[
35437 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
35438 \]
35439
35440 \end_inset
35441
35442
35443 \end_layout
35444
35445 \begin_layout Standard
35446 Las letras en redonda son más remarcadas y más grandes que las correspondientes
35447  en cursiva.
35448  Por tanto no deberían emplearse para unidades como 
35449 \begin_inset Quotes fld
35450 \end_inset
35451
35452 µm
35453 \begin_inset Quotes frd
35454 \end_inset
35455
35456 .
35457 \end_layout
35458
35459 \begin_layout Standard
35460 \begin_inset ERT
35461 status collapsed
35462
35463 \begin_layout Plain Layout
35464
35465
35466 \backslash
35467 else 
35468 \end_layout
35469
35470 \end_inset
35471
35472
35473 \begin_inset Note Note
35474 status open
35475
35476 \begin_layout Plain Layout
35477 Lo siguiente se mostrará si el paquete LaTeX 
35478 \series bold
35479 upgreek
35480 \series default
35481  no está instalado:
35482 \end_layout
35483
35484 \end_inset
35485
35486
35487 \end_layout
35488
35489 \begin_layout Standard
35490 Debes instalar el paquete LaTeX 
35491 \series bold
35492 upgreek
35493 \series default
35494  para ver en la salida el resto de esta subsección.
35495  
35496 \end_layout
35497
35498 \begin_layout Standard
35499 \begin_inset ERT
35500 status collapsed
35501
35502 \begin_layout Plain Layout
35503
35504
35505 \backslash
35506 fi
35507 \end_layout
35508
35509 \end_inset
35510
35511
35512 \end_layout
35513
35514 \begin_layout Standard
35515 \begin_inset Newpage newpage
35516 \end_inset
35517
35518
35519 \end_layout
35520
35521 \begin_layout Subsection
35522 Caracteres de texto en ecuaciones
35523 \begin_inset CommandInset label
35524 LatexCommand label
35525 name "sub:Caracteres-de-texto"
35526
35527 \end_inset
35528
35529
35530 \begin_inset Index idx
35531 status collapsed
35532
35533 \begin_layout Plain Layout
35534 Texto ! en ecuaciones
35535 \end_layout
35536
35537 \end_inset
35538
35539
35540 \end_layout
35541
35542 \begin_layout Standard
35543 En algunos casos podrías querer insertar caracteres de texto directamente
35544  en ecuaciones.
35545  Por ejemplo, cuando se usa con frecuencia el punto centrado 
35546 \begin_inset Formula $\cdot$
35547 \end_inset
35548
35549  en expresiones como 
35550 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
35551 \end_inset
35552
35553 , habría que insertar el comando 
35554 \series bold
35555
35556 \backslash
35557 cdot
35558 \series default
35559
35560 \begin_inset Foot
35561 status collapsed
35562
35563 \begin_layout Plain Layout
35564 véase 
35565 \begin_inset CommandInset ref
35566 LatexCommand ref
35567 reference "sub:Operadores-binarios"
35568
35569 \end_inset
35570
35571
35572 \end_layout
35573
35574 \end_inset
35575
35576  continuamente, porque este carácter está definido en todas las codificaciones
35577  como carácter de texto.
35578  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
35579 \end_layout
35580
35581 \begin_layout Standard
35582
35583 \series bold
35584
35585 \backslash
35586 Declare Inputtext{183}{
35587 \backslash
35588 ifmmode
35589 \backslash
35590 cdot
35591 \backslash
35592 else
35593 \backslash
35594 textperiodcentered
35595 \backslash
35596 f\SpecialChar \textcompwordmark{}
35597 i}
35598 \end_layout
35599
35600 \begin_layout Standard
35601 La codificación de caracteres (menú 
35602 \family sans
35603 Documento\SpecialChar \menuseparator
35604 Configuración\SpecialChar \menuseparator
35605 Idioma
35606 \family default
35607 ) especifica el carácter que se muestra al pulsar una tecla.
35608  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
35609  
35610 \series bold
35611
35612 \backslash
35613 textperiodcentered
35614 \series default
35615 .
35616  Pero este comando no está disponible en ecuaciones así que obtendrías errores
35617  de LaTeX.
35618  Con la codificación cambiada se escoge automáticamente el comando correcto,
35619  dependiendo de si el carácter se ha insertado en una ecuación o no.
35620 \end_layout
35621
35622 \begin_layout Standard
35623 La codificación de diversos caracteres se guarda en archivos de definición.
35624  Por ejemplo la codificación 
35625 \series bold
35626 latin9
35627 \series default
35628  se define en el archivo 
35629 \series bold
35630 latin9.def
35631 \series default
35632  que está en el directorio de LaTeX.
35633  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
35634  archivo de definición, de lo contrario nuestros documentos no podrían ser
35635  editados en otros ordenadores.
35636 \begin_inset VSpace medskip
35637 \end_inset
35638
35639
35640 \end_layout
35641
35642 \begin_layout Standard
35643 Además del punto centrado, en este documento se ha definido el símbolo grado
35644  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
35645  directamente en una fórmula:
35646 \end_layout
35647
35648 \begin_layout Standard
35649
35650 \series bold
35651
35652 \backslash
35653 DeclareInputtext{176}{
35654 \backslash
35655 ifmmode^
35656 \backslash
35657 circ
35658 \backslash
35659 else
35660 \backslash
35661 textdegree
35662 \backslash
35663 f\SpecialChar \textcompwordmark{}
35664 i}
35665 \begin_inset Newpage newpage
35666 \end_inset
35667
35668
35669 \end_layout
35670
35671 \begin_layout Section
35672 \start_of_appendix
35673 Notas sobre tipografía
35674 \begin_inset Index idx
35675 status collapsed
35676
35677 \begin_layout Plain Layout
35678 Tipografía, normas
35679 \end_layout
35680
35681 \end_inset
35682
35683
35684 \end_layout
35685
35686 \begin_layout Standard
35687 Esta sección es un resumen de las normas tipográficas ISO más importantes.
35688 \begin_inset Foot
35689 status collapsed
35690
35691 \begin_layout Plain Layout
35692 Este compendio se ha tomado parcialmente del diccionario semi-oficial alemán
35693  
35694 \begin_inset Quotes fld
35695 \end_inset
35696
35697 Duden
35698 \begin_inset Quotes frd
35699 \end_inset
35700
35701  
35702 \begin_inset CommandInset citation
35703 LatexCommand cite
35704 key "Duden"
35705
35706 \end_inset
35707
35708 , que incluye algunas de las normas ISO.
35709  
35710 \begin_inset Newline newline
35711 \end_inset
35712
35713 (
35714 \emph on
35715 N.
35716 \begin_inset space \thinspace{}
35717 \end_inset
35718
35719 del t.
35720 \emph default
35721 : Para documentación en español sobre el tema, véase 
35722 \begin_inset CommandInset citation
35723 LatexCommand cite
35724 key "Bezos"
35725
35726 \end_inset
35727
35728 .)
35729 \end_layout
35730
35731 \end_inset
35732
35733
35734 \end_layout
35735
35736 \begin_layout Itemize
35737 Las unidades físicas se escriben 
35738 \emph on
35739 siempre 
35740 \emph default
35741 en redonda
35742 \begin_inset Foot
35743 status collapsed
35744
35745 \begin_layout Plain Layout
35746 véase estilos de tipografías en 
35747 \begin_inset CommandInset ref
35748 LatexCommand ref
35749 reference "sub:Estilos-de-tipografías"
35750
35751 \end_inset
35752
35753
35754 \end_layout
35755
35756 \end_inset
35757
35758 , aunque aparezcan en un texto en cursiva: 30
35759 \begin_inset space \thinspace{}
35760 \end_inset
35761
35762 km/h
35763 \begin_inset Newline newline
35764 \end_inset
35765
35766 Entre el valor y la unidad hay un espacio delgado, véase 
35767 \begin_inset CommandInset ref
35768 LatexCommand ref
35769 reference "sub:Espacio-predefinido"
35770
35771 \end_inset
35772
35773 .
35774 \begin_inset Newline newline
35775 \end_inset
35776
35777 Esta norma la cumple automáticamente el comando 
35778 \series bold
35779
35780 \backslash
35781 unittwo
35782 \series default
35783 .
35784  Si se introduce en una fórmula aparecen dos marcos.
35785  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
35786  como antes, 
35787 \begin_inset Formula $\unit[30]{km/h}$
35788 \end_inset
35789
35790
35791 \begin_inset space \thinspace{}
35792 \end_inset
35793
35794 .
35795  Ten en cuenta que 
35796 \series bold
35797
35798 \backslash
35799 unittwo
35800 \series default
35801  no es un auténtico comando LaTeX, sino el comando 
35802 \series bold
35803
35804 \backslash
35805 unit[value]{unit}
35806 \series default
35807 , por tanto no lo puedes usar en código TeX.
35808 \end_layout
35809
35810 \begin_layout Itemize
35811 Los signos por ciento y por mil se escriben como las unidades físicas:
35812 \begin_inset Newline newline
35813 \end_inset
35814
35815 1,2
35816 \begin_inset space \thinspace{}
35817 \end_inset
35818
35819 ‰ de alcohol en sangre.
35820 \end_layout
35821
35822 \begin_layout Itemize
35823 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
35824  otra unidad: 15
35825 \begin_inset space \thinspace{}
35826 \end_inset
35827
35828 °C
35829 \end_layout
35830
35831 \begin_layout Itemize
35832 En números con más de cuatro dígitos se inserta un espacio delgado para
35833  separarlos en grupos de tres cifras: 18
35834 \begin_inset space \thinspace{}
35835 \end_inset
35836
35837 473
35838 \begin_inset space \thinspace{}
35839 \end_inset
35840
35841 588
35842 \end_layout
35843
35844 \begin_layout Itemize
35845 Para dimensiones como 120×90×40
35846 \begin_inset space \thinspace{}
35847 \end_inset
35848
35849 cm se usa el aspa de multiplicar 
35850 \begin_inset Quotes fld
35851 \end_inset
35852
35853 ×
35854 \begin_inset Quotes frd
35855 \end_inset
35856
35857 .
35858  Está disponible en el menú 
35859 \family sans
35860 Insertar\SpecialChar \menuseparator
35861 Carácter especial
35862 \family default
35863 \SpecialChar \menuseparator
35864
35865 \family sans
35866 Símbolos
35867 \family default
35868  o bien mediante el comando 
35869 \series bold
35870
35871 \backslash
35872 times
35873 \series default
35874 .
35875  Se puede insertar directamente con cierta combinación de teclas.
35876 \end_layout
35877
35878 \begin_layout Itemize
35879 Las funciones con nombres que constan de varias letras se escriben en redonda
35880  para evitar confusiones, véase 
35881 \begin_inset CommandInset ref
35882 LatexCommand ref
35883 reference "sub:Funciones-predefinidas"
35884
35885 \end_inset
35886
35887 .
35888 \end_layout
35889
35890 \begin_layout Itemize
35891 Los índices que constan de varias letras se escriben en redonda: 
35892 \begin_inset Formula $E_{\mathrm{cin}}$
35893 \end_inset
35894
35895
35896 \begin_inset Newline newline
35897 \end_inset
35898
35899 Los componentes de una matriz se escriben en cursiva: 
35900 \begin_inset Formula $\hat{H}_{kl}$
35901 \end_inset
35902
35903
35904 \end_layout
35905
35906 \begin_layout Itemize
35907 El operador de diferenciación/integración 'd', el número de Euler 'e' y
35908  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
35909 s con otras variables.
35910 \end_layout
35911
35912 \begin_layout Itemize
35913 El carácter que indica una transformación 
35914 \noun on
35915 Fourier
35916 \noun default
35917  se inserta con el comando 
35918 \series bold
35919
35920 \backslash
35921 mathscr
35922 \begin_inset space \textvisiblespace{}
35923 \end_inset
35924
35925 F
35926 \series default
35927  o mediante el menú
35928 \family sans
35929  Insertar\SpecialChar \menuseparator
35930 Carácter especial
35931 \family default
35932 \SpecialChar \menuseparator
35933
35934 \family sans
35935 Símbolos\SpecialChar \menuseparator
35936 Símbolos de letra
35937 \family default
35938
35939 \begin_inset Formula $\mathscr{F}$
35940 \end_inset
35941
35942
35943 \end_layout
35944
35945 \begin_layout Standard
35946 \begin_inset Newpage newpage
35947 \end_inset
35948
35949
35950 \end_layout
35951
35952 \begin_layout Section
35953 Sinónimos
35954 \begin_inset Index idx
35955 status collapsed
35956
35957 \begin_layout Plain Layout
35958 Sinónimos
35959 \end_layout
35960
35961 \end_inset
35962
35963
35964 \end_layout
35965
35966 \begin_layout Standard
35967 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
35968  como los que se recogen en esta lista:
35969 \begin_inset Foot
35970 status collapsed
35971
35972 \begin_layout Plain Layout
35973 véase también 
35974 \begin_inset CommandInset ref
35975 LatexCommand ref
35976 reference "fn:sinónimos"
35977
35978 \end_inset
35979
35980 .
35981 \end_layout
35982
35983 \end_inset
35984
35985
35986 \end_layout
35987
35988 \begin_layout Standard
35989 \begin_inset VSpace bigskip
35990 \end_inset
35991
35992
35993 \begin_inset space \hfill{}
35994 \end_inset
35995
35996
35997 \begin_inset Tabular
35998 <lyxtabular version="3" rows="12" columns="2">
35999 <features rotate="0" tabularvalignment="middle">
36000 <column alignment="center" valignment="top" width="0pt">
36001 <column alignment="center" valignment="top" width="0pt">
36002 <row>
36003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36004 \begin_inset Text
36005
36006 \begin_layout Plain Layout
36007 Comando
36008 \end_layout
36009
36010 \end_inset
36011 </cell>
36012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36013 \begin_inset Text
36014
36015 \begin_layout Plain Layout
36016 equivalente a
36017 \begin_inset Note Note
36018 status collapsed
36019
36020 \begin_layout Plain Layout
36021
36022 \series bold
36023
36024 \backslash
36025 raisebox
36026 \series default
36027  se usa sólo como espaciador
36028 \end_layout
36029
36030 \end_inset
36031
36032
36033 \end_layout
36034
36035 \end_inset
36036 </cell>
36037 </row>
36038 <row>
36039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36040 \begin_inset Text
36041
36042 \begin_layout Plain Layout
36043
36044 \backslash
36045 ast
36046 \end_layout
36047
36048 \end_inset
36049 </cell>
36050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36051 \begin_inset Text
36052
36053 \begin_layout Plain Layout
36054 \begin_inset ERT
36055 status collapsed
36056
36057 \begin_layout Plain Layout
36058
36059
36060 \backslash
36061 raisebox{-1.2mm}{
36062 \end_layout
36063
36064 \end_inset
36065
36066 *
36067 \begin_inset ERT
36068 status collapsed
36069
36070 \begin_layout Plain Layout
36071
36072 }
36073 \end_layout
36074
36075 \end_inset
36076
36077
36078 \end_layout
36079
36080 \end_inset
36081 </cell>
36082 </row>
36083 <row>
36084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36085 \begin_inset Text
36086
36087 \begin_layout Plain Layout
36088
36089 \backslash
36090 choose
36091 \end_layout
36092
36093 \end_inset
36094 </cell>
36095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36096 \begin_inset Text
36097
36098 \begin_layout Plain Layout
36099
36100 \backslash
36101 binom
36102 \end_layout
36103
36104 \end_inset
36105 </cell>
36106 </row>
36107 <row>
36108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36109 \begin_inset Text
36110
36111 \begin_layout Plain Layout
36112
36113 \backslash
36114 geq
36115 \end_layout
36116
36117 \end_inset
36118 </cell>
36119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36120 \begin_inset Text
36121
36122 \begin_layout Plain Layout
36123
36124 \backslash
36125 ge
36126 \end_layout
36127
36128 \end_inset
36129 </cell>
36130 </row>
36131 <row>
36132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36133 \begin_inset Text
36134
36135 \begin_layout Plain Layout
36136
36137 \backslash
36138 lbrace
36139 \end_layout
36140
36141 \end_inset
36142 </cell>
36143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36144 \begin_inset Text
36145
36146 \begin_layout Plain Layout
36147 {
36148 \end_layout
36149
36150 \end_inset
36151 </cell>
36152 </row>
36153 <row>
36154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36155 \begin_inset Text
36156
36157 \begin_layout Plain Layout
36158
36159 \backslash
36160 lbracket
36161 \end_layout
36162
36163 \end_inset
36164 </cell>
36165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36166 \begin_inset Text
36167
36168 \begin_layout Plain Layout
36169 [
36170 \end_layout
36171
36172 \end_inset
36173 </cell>
36174 </row>
36175 <row>
36176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36177 \begin_inset Text
36178
36179 \begin_layout Plain Layout
36180
36181 \backslash
36182 leftarrow
36183 \end_layout
36184
36185 \end_inset
36186 </cell>
36187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36188 \begin_inset Text
36189
36190 \begin_layout Plain Layout
36191
36192 \backslash
36193 gets
36194 \end_layout
36195
36196 \end_inset
36197 </cell>
36198 </row>
36199 <row>
36200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36201 \begin_inset Text
36202
36203 \begin_layout Plain Layout
36204
36205 \backslash
36206 leq
36207 \end_layout
36208
36209 \end_inset
36210 </cell>
36211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36212 \begin_inset Text
36213
36214 \begin_layout Plain Layout
36215
36216 \backslash
36217 le
36218 \end_layout
36219
36220 \end_inset
36221 </cell>
36222 </row>
36223 <row>
36224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36225 \begin_inset Text
36226
36227 \begin_layout Plain Layout
36228
36229 \backslash
36230 lor
36231 \end_layout
36232
36233 \end_inset
36234 </cell>
36235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36236 \begin_inset Text
36237
36238 \begin_layout Plain Layout
36239
36240 \backslash
36241 vee
36242 \end_layout
36243
36244 \end_inset
36245 </cell>
36246 </row>
36247 <row>
36248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36249 \begin_inset Text
36250
36251 \begin_layout Plain Layout
36252
36253 \backslash
36254 neq
36255 \end_layout
36256
36257 \end_inset
36258 </cell>
36259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36260 \begin_inset Text
36261
36262 \begin_layout Plain Layout
36263
36264 \backslash
36265 not=
36266 \end_layout
36267
36268 \end_inset
36269 </cell>
36270 </row>
36271 <row>
36272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36273 \begin_inset Text
36274
36275 \begin_layout Plain Layout
36276
36277 \backslash
36278 slash
36279 \end_layout
36280
36281 \end_inset
36282 </cell>
36283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36284 \begin_inset Text
36285
36286 \begin_layout Plain Layout
36287 /
36288 \end_layout
36289
36290 \end_inset
36291 </cell>
36292 </row>
36293 <row>
36294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36295 \begin_inset Text
36296
36297 \begin_layout Plain Layout
36298
36299 \backslash
36300 vert
36301 \end_layout
36302
36303 \end_inset
36304 </cell>
36305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36306 \begin_inset Text
36307
36308 \begin_layout Plain Layout
36309 |
36310 \end_layout
36311
36312 \end_inset
36313 </cell>
36314 </row>
36315 </lyxtabular>
36316
36317 \end_inset
36318
36319
36320 \begin_inset space \hfill{}
36321 \end_inset
36322
36323
36324 \begin_inset Tabular
36325 <lyxtabular version="3" rows="12" columns="2">
36326 <features rotate="0" tabularvalignment="middle">
36327 <column alignment="center" valignment="top" width="0pt">
36328 <column alignment="center" valignment="top" width="0pt">
36329 <row>
36330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36331 \begin_inset Text
36332
36333 \begin_layout Plain Layout
36334 Comando
36335 \end_layout
36336
36337 \end_inset
36338 </cell>
36339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36340 \begin_inset Text
36341
36342 \begin_layout Plain Layout
36343 equivalente a
36344 \end_layout
36345
36346 \end_inset
36347 </cell>
36348 </row>
36349 <row>
36350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36351 \begin_inset Text
36352
36353 \begin_layout Plain Layout
36354
36355 \backslash
36356 backslash
36357 \end_layout
36358
36359 \end_inset
36360 </cell>
36361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36362 \begin_inset Text
36363
36364 \begin_layout Plain Layout
36365
36366 \backslash
36367
36368 \backslash
36369
36370 \end_layout
36371
36372 \end_inset
36373 </cell>
36374 </row>
36375 <row>
36376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36377 \begin_inset Text
36378
36379 \begin_layout Plain Layout
36380
36381 \backslash
36382 dasharrow
36383 \end_layout
36384
36385 \end_inset
36386 </cell>
36387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36388 \begin_inset Text
36389
36390 \begin_layout Plain Layout
36391
36392 \backslash
36393 dashrightarrow
36394 \end_layout
36395
36396 \end_inset
36397 </cell>
36398 </row>
36399 <row>
36400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36401 \begin_inset Text
36402
36403 \begin_layout Plain Layout
36404
36405 \backslash
36406 land
36407 \end_layout
36408
36409 \end_inset
36410 </cell>
36411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36412 \begin_inset Text
36413
36414 \begin_layout Plain Layout
36415
36416 \backslash
36417 wedge
36418 \end_layout
36419
36420 \end_inset
36421 </cell>
36422 </row>
36423 <row>
36424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36425 \begin_inset Text
36426
36427 \begin_layout Plain Layout
36428
36429 \backslash
36430 rbrace
36431 \end_layout
36432
36433 \end_inset
36434 </cell>
36435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36436 \begin_inset Text
36437
36438 \begin_layout Plain Layout
36439 }
36440 \end_layout
36441
36442 \end_inset
36443 </cell>
36444 </row>
36445 <row>
36446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36447 \begin_inset Text
36448
36449 \begin_layout Plain Layout
36450
36451 \backslash
36452 rbracket
36453 \end_layout
36454
36455 \end_inset
36456 </cell>
36457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36458 \begin_inset Text
36459
36460 \begin_layout Plain Layout
36461 ]
36462 \end_layout
36463
36464 \end_inset
36465 </cell>
36466 </row>
36467 <row>
36468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36469 \begin_inset Text
36470
36471 \begin_layout Plain Layout
36472
36473 \backslash
36474 rightarrow
36475 \end_layout
36476
36477 \end_inset
36478 </cell>
36479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36480 \begin_inset Text
36481
36482 \begin_layout Plain Layout
36483
36484 \backslash
36485 to
36486 \end_layout
36487
36488 \end_inset
36489 </cell>
36490 </row>
36491 <row>
36492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36493 \begin_inset Text
36494
36495 \begin_layout Plain Layout
36496
36497 \backslash
36498 lnot
36499 \end_layout
36500
36501 \end_inset
36502 </cell>
36503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36504 \begin_inset Text
36505
36506 \begin_layout Plain Layout
36507
36508 \backslash
36509 neg
36510 \end_layout
36511
36512 \end_inset
36513 </cell>
36514 </row>
36515 <row>
36516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36517 \begin_inset Text
36518
36519 \begin_layout Plain Layout
36520
36521 \backslash
36522 ne
36523 \end_layout
36524
36525 \end_inset
36526 </cell>
36527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36528 \begin_inset Text
36529
36530 \begin_layout Plain Layout
36531
36532 \backslash
36533 not=
36534 \end_layout
36535
36536 \end_inset
36537 </cell>
36538 </row>
36539 <row>
36540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36541 \begin_inset Text
36542
36543 \begin_layout Plain Layout
36544
36545 \backslash
36546 owns
36547 \end_layout
36548
36549 \end_inset
36550 </cell>
36551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36552 \begin_inset Text
36553
36554 \begin_layout Plain Layout
36555
36556 \backslash
36557 ni
36558 \end_layout
36559
36560 \end_inset
36561 </cell>
36562 </row>
36563 <row>
36564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36565 \begin_inset Text
36566
36567 \begin_layout Plain Layout
36568
36569 \backslash
36570 square
36571 \end_layout
36572
36573 \end_inset
36574 </cell>
36575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36576 \begin_inset Text
36577
36578 \begin_layout Plain Layout
36579
36580 \backslash
36581 Box
36582 \end_layout
36583
36584 \end_inset
36585 </cell>
36586 </row>
36587 <row>
36588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36589 \begin_inset Text
36590
36591 \begin_layout Plain Layout
36592
36593 \backslash
36594 Vert
36595 \end_layout
36596
36597 \end_inset
36598 </cell>
36599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36600 \begin_inset Text
36601
36602 \begin_layout Plain Layout
36603
36604 \backslash
36605 |
36606 \end_layout
36607
36608 \end_inset
36609 </cell>
36610 </row>
36611 </lyxtabular>
36612
36613 \end_inset
36614
36615
36616 \begin_inset space \hfill{}
36617 \end_inset
36618
36619
36620 \end_layout
36621
36622 \begin_layout Standard
36623 \begin_inset Newpage newpage
36624 \end_inset
36625
36626
36627 \end_layout
36628
36629 \begin_layout Bibliography
36630 \begin_inset CommandInset bibitem
36631 LatexCommand bibitem
36632 key "TLC2"
36633
36634 \end_inset
36635
36636
36637 \shape smallcaps
36638 Mittelbach, F.
36639  ; Goossens, M.
36640 \shape default
36641
36642 \shape italic
36643 The LaTeX Companion
36644 \shape default
36645 .
36646  Addison Wesley, 2004
36647 \end_layout
36648
36649 \begin_layout Bibliography
36650 \begin_inset CommandInset bibitem
36651 LatexCommand bibitem
36652 key "Mathmode"
36653
36654 \end_inset
36655
36656
36657 \begin_inset CommandInset href
36658 LatexCommand href
36659 name "Descripción"
36660 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36661
36662 \end_inset
36663
36664  de habilidades matemáticas de LaTeX
36665 \end_layout
36666
36667 \begin_layout Bibliography
36668 \begin_inset CommandInset bibitem
36669 LatexCommand bibitem
36670 key "AMS"
36671
36672 \end_inset
36673
36674
36675 \begin_inset CommandInset href
36676 LatexCommand href
36677 name "Descripción"
36678 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36679
36680 \end_inset
36681
36682  de 
36683 \begin_inset ERT
36684 status collapsed
36685
36686 \begin_layout Plain Layout
36687
36688
36689 \backslash
36690 AmS
36691 \end_layout
36692
36693 \end_inset
36694
36695 -LaTeX
36696 \end_layout
36697
36698 \begin_layout Bibliography
36699 \begin_inset CommandInset bibitem
36700 LatexCommand bibitem
36701 key "Symbols"
36702
36703 \end_inset
36704
36705
36706 \begin_inset CommandInset href
36707 LatexCommand href
36708 name "Lista"
36709 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36710
36711 \end_inset
36712
36713  de todos los símbolos disponibles con paquetes LaTeX
36714 \end_layout
36715
36716 \begin_layout Bibliography
36717 \begin_inset CommandInset bibitem
36718 LatexCommand bibitem
36719 key "cancel"
36720
36721 \end_inset
36722
36723
36724 \begin_inset CommandInset href
36725 LatexCommand href
36726 name "Documentación"
36727 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36728
36729 \end_inset
36730
36731  del paquete LaTeX 
36732 \series bold
36733 cancel
36734 \series default
36735
36736 \begin_inset Index idx
36737 status collapsed
36738
36739 \begin_layout Plain Layout
36740 Paquetes ! cancel
36741 \end_layout
36742
36743 \end_inset
36744
36745
36746 \end_layout
36747
36748 \begin_layout Bibliography
36749 \begin_inset CommandInset bibitem
36750 LatexCommand bibitem
36751 key "hyperref"
36752
36753 \end_inset
36754
36755
36756 \begin_inset CommandInset href
36757 LatexCommand href
36758 name "Documentación"
36759 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36760
36761 \end_inset
36762
36763  del paquete LaTeX 
36764 \series bold
36765 hyperref
36766 \series default
36767
36768 \begin_inset Index idx
36769 status collapsed
36770
36771 \begin_layout Plain Layout
36772 Paquetes ! hyperref
36773 \end_layout
36774
36775 \end_inset
36776
36777
36778 \end_layout
36779
36780 \begin_layout Bibliography
36781 \begin_inset CommandInset bibitem
36782 LatexCommand bibitem
36783 key "mhchem"
36784
36785 \end_inset
36786
36787
36788 \begin_inset CommandInset href
36789 LatexCommand href
36790 name "Documentación"
36791 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36792
36793 \end_inset
36794
36795  del paquete LaTeX 
36796 \series bold
36797 mhchem
36798 \series default
36799
36800 \begin_inset Index idx
36801 status collapsed
36802
36803 \begin_layout Plain Layout
36804 Paquetes ! mhchem
36805 \end_layout
36806
36807 \end_inset
36808
36809
36810 \end_layout
36811
36812 \begin_layout Bibliography
36813 \begin_inset CommandInset bibitem
36814 LatexCommand bibitem
36815 key "Mathclap"
36816
36817 \end_inset
36818
36819
36820 \begin_inset CommandInset href
36821 LatexCommand href
36822 name "Descripción"
36823 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36824
36825 \end_inset
36826
36827  del comando 
36828 \series bold
36829
36830 \backslash
36831 mathclap
36832 \series default
36833 , descrito en 
36834 \begin_inset CommandInset ref
36835 LatexCommand ref
36836 reference "sub:Límites-de-operadores"
36837
36838 \end_inset
36839
36840
36841 \begin_inset Index idx
36842 status collapsed
36843
36844 \begin_layout Plain Layout
36845 Comandos ! M ! 
36846 \backslash
36847 mathclap
36848 \end_layout
36849
36850 \end_inset
36851
36852
36853 \end_layout
36854
36855 \begin_layout Bibliography
36856 \begin_inset CommandInset bibitem
36857 LatexCommand bibitem
36858 key "Duden"
36859
36860 \end_inset
36861
36862
36863 \emph on
36864 Duden Band 1
36865 \emph default
36866 .
36867  22.
36868  Auflage, Duden 2001
36869 \end_layout
36870
36871 \begin_layout Bibliography
36872 \begin_inset CommandInset bibitem
36873 LatexCommand bibitem
36874 key "spanish"
36875
36876 \end_inset
36877
36878
36879 \begin_inset CommandInset href
36880 LatexCommand href
36881 name "Página web"
36882 target "http://www.tex-tipografia.com/spanish.html"
36883
36884 \end_inset
36885
36886  del estilo 
36887 \series bold
36888 spanish
36889 \family sans
36890 \series default
36891  
36892 \family default
36893 incluido en el paquete 
36894 \series bold
36895 babel
36896 \end_layout
36897
36898 \begin_layout Bibliography
36899 \begin_inset CommandInset bibitem
36900 LatexCommand bibitem
36901 key "Bezos"
36902
36903 \end_inset
36904
36905
36906 \begin_inset CommandInset href
36907 LatexCommand href
36908 name "Documento"
36909 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
36910
36911 \end_inset
36912
36913  sobre ortotipografía y notaciones matemáticas en español
36914 \end_layout
36915
36916 \begin_layout Standard
36917 \begin_inset CommandInset index_print
36918 LatexCommand printindex
36919 type "idx"
36920
36921 \end_inset
36922
36923
36924 \end_layout
36925
36926 \end_body
36927 \end_document