]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
- splash.lyx: update menu names and toolbar buttons to the ones of LyX 2.0.x
[lyx.git] / lib / doc / es / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
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 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \AtBeginDocument{%
45 \addto\extrasspanish{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50 }
51
52 % don't load packages twice
53 % see first footnote in sec. 9.3
54 \@ifundefined{textcolor}{\usepackage{color}}{}
55
56 % the pages of the TOC are numbered roman
57 % and a PDF-bookmark for the TOC is added
58 \pagenumbering{roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{\contentsname}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % insert additional vertical space of 1.5 mm between footnotes,
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 \setkomafont{captionlabel}{\bfseries}
73
74 % used in sec. 23.6
75 \usepackage[samesize]{cancel}
76
77 % enables calculation of values
78 \usepackage{calc}
79
80 % for multiple columns used in sec. 23.7
81 \usepackage{multicol}
82
83 % needed in sec. 19.4
84 \usepackage{remreset}
85
86 % for the Fourier transformation symbol
87 \usepackage{mathrsfs}
88
89 % define a color, used in sec.9.3
90 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
91
92 % declare operators (see sec. 10.4 and sec. 15.2)
93 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\spce}{\textvisiblespace}
97
98 % example definitions for sec. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % example macro from sec. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % macro from sec. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113
114 % ------------------------------------
115 % used to check for needed LaTeX packages
116 \usepackage{ifthen}
117
118 % check for package eurosym
119 % used for the Euro symbol
120 \newboolean{eurosym}
121 \IfFileExists{eurosym.sty}
122  {\usepackage[gennarrow]{eurosym}
123   \setboolean{eurosym}{true}}
124  {\setboolean{eurosym}{false}}
125
126 % check for package braket
127 % used for physical vectors
128 \newboolean{braket}
129 \IfFileExists{braket.sty}
130  {\usepackage{braket}
131   \setboolean{braket}{true}}
132  {\setboolean{braket}{false}}
133
134 % check for package cancel
135 \newboolean{cancel}
136 \IfFileExists{cancel.sty}
137  {\usepackage{cancel}
138   \setboolean{cancel}{true}}
139  {\setboolean{cancel}{false}}
140
141 % check for package upgreek
142 \newboolean{upgreek}
143 \IfFileExists{upgreek.sty}
144  {\usepackage{upgreek}
145   \setboolean{upgreek}{true}}
146  {\setboolean{upgreek}{false}}
147 \end_preamble
148 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
149 \use_default_options false
150 \maintain_unincluded_children false
151 \language spanish
152 \language_package default
153 \inputencoding auto
154 \fontencoding global
155 \font_roman default
156 \font_sans default
157 \font_typewriter default
158 \font_default_family default
159 \use_non_tex_fonts false
160 \font_sc false
161 \font_osf false
162 \font_sf_scale 100
163 \font_tt_scale 100
164
165 \graphics default
166 \default_output_format default
167 \output_sync 0
168 \bibtex_command default
169 \index_command default
170 \paperfontsize 12
171 \spacing single
172 \use_hyperref true
173 \pdf_title "Manual detallado de Matemáticas en LyX"
174 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
175 \pdf_subject "LyX-documentation about math"
176 \pdf_keywords "LyX, Mathed"
177 \pdf_bookmarks true
178 \pdf_bookmarksnumbered true
179 \pdf_bookmarksopen true
180 \pdf_bookmarksopenlevel 1
181 \pdf_breaklinks false
182 \pdf_pdfborder false
183 \pdf_colorlinks true
184 \pdf_backref false
185 \pdf_pdfusetitle false
186 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
187 \papersize a4paper
188 \use_geometry false
189 \use_amsmath 2
190 \use_esint 1
191 \use_mhchem 1
192 \use_mathdots 1
193 \cite_engine basic
194 \use_bibtopic false
195 \use_indices false
196 \paperorientation portrait
197 \suppress_date false
198 \use_refstyle 0
199 \notefontcolor #0000ff
200 \index Índice
201 \shortcut idx
202 \color #008000
203 \end_index
204 \secnumdepth 4
205 \tocdepth 3
206 \paragraph_separation skip
207 \defskip medskip
208 \quotes_language french
209 \papercolumns 1
210 \papersides 2
211 \paperpagestyle plain
212 \bullet 1 0 6 -1
213 \bullet 2 2 35 -1
214 \bullet 3 2 7 -1
215 \tracking_changes false
216 \output_changes false
217 \html_math_output 0
218 \html_css_as_file 0
219 \html_be_strict false
220 \end_header
221
222 \begin_body
223
224 \begin_layout Title
225 Manual detallado de
226 \begin_inset Newline newline
227 \end_inset
228
229 Matemáticas en LyX
230 \end_layout
231
232 \begin_layout Author
233 por el Equipo LyX
234 \begin_inset Foot
235 status collapsed
236
237 \begin_layout Plain Layout
238 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
239  lista de correo de documentación de LyX
240 \family typewriter
241
242 \begin_inset CommandInset href
243 LatexCommand href
244 name "lyx-docs@lists.lyx.org"
245 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
246
247 \end_inset
248
249
250 \end_layout
251
252 \end_inset
253
254
255 \begin_inset Note Note
256 status collapsed
257
258 \begin_layout Plain Layout
259 autor: Uwe Stöhr, traducción: Ignacio García
260 \end_layout
261
262 \end_inset
263
264
265 \begin_inset Newline newline
266 \end_inset
267
268
269 \begin_inset Newline newline
270 \end_inset
271
272 Versión 2.0.x
273 \end_layout
274
275 \begin_layout Standard
276 \begin_inset CommandInset toc
277 LatexCommand tableofcontents
278
279 \end_inset
280
281
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset Note Note
286 status open
287
288 \begin_layout Plain Layout
289 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
290  paquetes LaTeX 
291 \series bold
292 braket, cancel, eurosym, mathdots, mhchem
293 \series default
294  y 
295 \series bold
296 was
297 \series default
298 .
299  Si
300 \series bold
301  
302 \series default
303 no están instalados también puedes exportar el documento pero las secciones
304  en que se requieren dichos paquetes no aparecerán en la salida.
305  
306 \series bold
307 mhchem
308 \series default
309  es una excepción: si no está instalado no se puede exportar este archivo.
310 \end_layout
311
312 \begin_layout Plain Layout
313 La última versión PDF de este documento está disponible en:
314 \begin_inset Newline newline
315 \end_inset
316
317
318 \series bold
319 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
320 \end_layout
321
322 \end_inset
323
324
325 \begin_inset Newpage newpage
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Section
332 Introducción
333 \end_layout
334
335 \begin_layout Standard
336 Este documento explica las características matemáticas de LyX y además es
337  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
338  Las explicaciones están diseñadas para el uso de comandos.
339  Por consiguiente es preciso que hayas leído la sección 
340 \emph on
341 Ecuaciones matemáticas
342 \emph default
343  de la 
344 \emph on
345 Guía del usuario
346 \emph default
347 .
348 \end_layout
349
350 \begin_layout Standard
351 La mayoría de caracteres y muchas estructuras explicadas en este manual
352  también son accesibles mediante el menú 
353 \family sans
354 Insertar\SpecialChar \menuseparator
355 Ecuación
356 \family default
357  o la barra de herramientas
358 \family sans
359  Ecuaciones
360 \family default
361 .
362  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
363  mucho más rápido usar comandos que la barra de herramientas.
364  Por tanto este manual está enfocado al uso de comandos, aunque también
365  se mencionan los botones correspondientes de las barras de herramientas
366  cuando están disponibles.
367 \end_layout
368
369 \begin_layout Standard
370 Si no se especifica lo contrario los comandos sólo están disponibles dentro
371  de las fórmulas.
372  Para poder usar todos los comandos explicados en este documento, debe usarse
373  la opción 
374 \family sans
375 Usar el paquete de ecuaciones AMS
376 \family default
377  en la configuración del documento (menú 
378 \family sans
379 Documento\SpecialChar \menuseparator
380 Configuración\SpecialChar \menuseparator
381 Opciones de ecuación
382 \family default
383 )
384 \begin_inset Foot
385 status collapsed
386
387 \begin_layout Plain Layout
388 La opción 
389 \family sans
390 Usar el paquete de ecuaciones AMS automáticamente
391 \family default
392  sólo usa ecuaciones 
393 \begin_inset ERT
394 status collapsed
395
396 \begin_layout Plain Layout
397
398
399 \backslash
400 AmS 
401 \end_layout
402
403 \end_inset
404
405
406 \begin_inset space ~
407 \end_inset
408
409  si las estructuras matemáticas son soportadas por LyX.
410 \end_layout
411
412 \end_inset
413
414 .
415 \end_layout
416
417 \begin_layout Standard
418 Este documento no recoge todos los comandos de ecuaciones 
419 \begin_inset ERT
420 status collapsed
421
422 \begin_layout Plain Layout
423
424
425 \backslash
426 AmS 
427 \end_layout
428
429 \end_inset
430
431
432 \begin_inset Foot
433 status collapsed
434
435 \begin_layout Plain Layout
436 En el archivo 
437 \family sans
438
439 \begin_inset CommandInset href
440 LatexCommand href
441 name "amsguide.ps"
442 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
443
444 \end_inset
445
446
447 \family default
448 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
449  lista con todos los comandos de ecuaciones 
450 \begin_inset ERT
451 status collapsed
452
453 \begin_layout Plain Layout
454
455
456 \backslash
457 AmS 
458 \end_layout
459
460 \end_inset
461
462 .
463 \end_layout
464
465 \end_inset
466
467  por razones de claridad.
468 \end_layout
469
470 \begin_layout Section
471 Instrucciones generales
472 \end_layout
473
474 \begin_layout Standard
475 Para crear una ecuación en línea
476 \begin_inset Index idx
477 status collapsed
478
479 \begin_layout Plain Layout
480 Ecuación ! en línea
481 \end_layout
482
483 \end_inset
484
485  insertada en una línea de texto, teclea una de las combinaciones 
486 \family sans
487 Ctrl+M, Alt+C M, Alt+M M
488 \family default
489  o pulsa el botón 
490 \begin_inset Graphics
491         filename ../../images/math-mode.png
492         scale 85
493
494 \end_inset
495
496  de la barra de herramientas.
497 \begin_inset Newline newline
498 \end_inset
499
500 Para crear una ecuación en estilo presentación
501 \begin_inset Index idx
502 status collapsed
503
504 \begin_layout Plain Layout
505 Ecuación ! presentada
506 \end_layout
507
508 \end_inset
509
510 , que se verá más grande y en su propio párrafo, teclea
511 \family sans
512  
513 \family default
514 una de estas combinaciones: 
515 \family sans
516 Ctrl+Mayúsculas+M, Alt+M D.
517 \end_layout
518
519 \begin_layout Standard
520 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
521  dentro de la ecuación y teclea
522 \family sans
523  Ctrl+M, Alt+C M, Alt+M M 
524 \family default
525 o usa el menú 
526 \family sans
527 Editar\SpecialChar \menuseparator
528 Ecuación\SpecialChar \menuseparator
529 Cambiar tipo de ecuación
530 \family default
531 .
532  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
533 \end_layout
534
535 \begin_layout Standard
536 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
537  presentada, escribe el comando 
538 \series bold
539
540 \backslash
541 displaystyle
542 \series default
543
544 \begin_inset Index idx
545 status collapsed
546
547 \begin_layout Plain Layout
548 Comandos ! D ! 
549 \backslash
550 displaystyle
551 \end_layout
552
553 \end_inset
554
555  en la ecuación y pulsa espacio.
556  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
557  de la ecuación.
558 \end_layout
559
560 \begin_layout Standard
561 En los cuadros sólo se permiten ecuaciones en línea.
562 \end_layout
563
564 \begin_layout Standard
565 Las barras 
566 \family sans
567 Ecuaciones
568 \family default
569  y 
570 \family sans
571 Paneles de ecuaciones 
572 \family default
573 se pueden visualizar mediante el menú 
574 \family sans
575 Ver\SpecialChar \menuseparator
576 Barras de herramientas
577 \family default
578 .
579  Si ahí pulsas en 
580 \begin_inset Quotes fld
581 \end_inset
582
583 Ecuaciones
584 \begin_inset Quotes frd
585 \end_inset
586
587  y/o en 
588 \begin_inset Quotes fld
589 \end_inset
590
591 Paneles de ecuaciones
592 \begin_inset Quotes frd
593 \end_inset
594
595 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
596  estado se visualiza en el menú de las barras de herramientas con una marca.
597  Si en este estado pulsas de nuevo sobre 
598 \begin_inset Quotes fld
599 \end_inset
600
601 Ecuaciones
602 \begin_inset Quotes frd
603 \end_inset
604
605  y/o 
606 \begin_inset Quotes fld
607 \end_inset
608
609 Paneles de ecuaciones
610 \begin_inset Quotes frd
611 \end_inset
612
613  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
614  de una ecuación; este estado se indica añadiendo a las entradas del menú
615  la palabra 
616 \begin_inset Quotes fld
617 \end_inset
618
619 (auto)
620 \begin_inset Quotes frd
621 \end_inset
622
623 .
624  
625 \end_layout
626
627 \begin_layout Standard
628 El modo TeX
629 \begin_inset Index idx
630 status collapsed
631
632 \begin_layout Plain Layout
633 T@TeX ! modo
634 \end_layout
635
636 \end_inset
637
638  se inicia pulsando el botón 
639 \begin_inset Graphics
640         filename ../../images/ert-insert.png
641         scale 85
642
643 \end_inset
644
645  de la barra de herramientas o con el menú 
646 \family sans
647 Insertar\SpecialChar \menuseparator
648 Código Te
649 \begin_inset ERT
650 status collapsed
651
652 \begin_layout Plain Layout
653
654 {}
655 \end_layout
656
657 \end_inset
658
659 X
660 \family default
661 , (atajo 
662 \family sans
663 Ctrl+L
664 \family default
665 ).
666 \begin_inset Note Note
667 status collapsed
668
669 \begin_layout Plain Layout
670 En LyX hay tres 
671 \begin_inset Quotes fld
672 \end_inset
673
674 nombres propios
675 \begin_inset Quotes frd
676 \end_inset
677
678  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
679  LaTeX y LyX.
680 \end_layout
681
682 \begin_layout Plain Layout
683 Para evitar que estas palabras sean reconocidas como tales nombres propios,
684  se inserta un par de llaves TeX.
685  
686 \end_layout
687
688 \end_inset
689
690
691 \end_layout
692
693 \begin_layout Standard
694 Para cambiar el preámbulo LaTeX
695 \begin_inset Index idx
696 status collapsed
697
698 \begin_layout Plain Layout
699 LaTeX, preámbulo
700 \end_layout
701
702 \end_inset
703
704 , usa el menú 
705 \family sans
706 Documento\SpecialChar \menuseparator
707 Configuración\SpecialChar \menuseparator
708 Preámbulo LaT
709 \begin_inset ERT
710 status collapsed
711
712 \begin_layout Plain Layout
713
714 {}
715 \end_layout
716
717 \end_inset
718
719 eX
720 \family default
721 .
722 \end_layout
723
724 \begin_layout Standard
725 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
726  multilínea, se pueden usar los menús 
727 \family sans
728 Editar\SpecialChar \menuseparator
729 Ecuación
730 \family default
731  y 
732 \family sans
733 Editar\SpecialChar \menuseparator
734 Filas y columnas
735 \family default
736  o la barra de herramientas de 
737 \family sans
738 Cuadro
739 \family default
740 .
741  Cuando las líneas y columnas se intercambian mediante el menú, la columna
742  o línea en la que está se cambia con la columna de la derecha o con la
743  línea de abajo, respectivamente.
744  Si el cursor está en la última columna o fila, el cambio se hace con la
745  columna de la izquierda o la línea de arriba.
746 \end_layout
747
748 \begin_layout Standard
749 Para escribir texto en fórmulas se usa 
750 \emph on
751 texto de ecuaciones
752 \emph default
753
754 \begin_inset Index idx
755 status collapsed
756
757 \begin_layout Plain Layout
758 Texto ! en ecuaciones
759 \end_layout
760
761 \end_inset
762
763 .
764 \begin_inset Foot
765 status collapsed
766
767 \begin_layout Plain Layout
768 Para ecuaciones multilínea se usa el comando 
769 \series bold
770
771 \backslash
772 intertext
773 \series default
774 , véase
775 \begin_inset space ~
776 \end_inset
777
778
779 \begin_inset CommandInset ref
780 LatexCommand ref
781 reference "sub:Texto-en-multilínea"
782
783 \end_inset
784
785 .
786 \end_layout
787
788 \end_inset
789
790  Este modo se inicia con el atajo 
791 \family sans
792 Alt+M
793 \begin_inset space ~
794 \end_inset
795
796 M
797 \family default
798  o
799 \family sans
800  Ctrl+M
801 \family default
802  o insertando el comando 
803 \series bold
804
805 \backslash
806 text
807 \series default
808
809 \begin_inset Index idx
810 status collapsed
811
812 \begin_layout Plain Layout
813 Comandos ! T ! 
814 \backslash
815 text
816 \end_layout
817
818 \end_inset
819
820 .
821  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
822  partes de la ecuación que se ven en azul.
823  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
824 a de otras partes de la fórmula.
825 \end_layout
826
827 \begin_layout Subsection*
828 Esquema de comandos
829 \end_layout
830
831 \begin_layout Standard
832 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
833  siguiente esquema:
834 \end_layout
835
836 \begin_layout Standard
837
838 \series bold
839
840 \backslash
841 nombre_del_comando[argumento opcional]{argumento requerido}
842 \end_layout
843
844 \begin_layout Standard
845 Un comando empieza siempre por una barra inversa, 
846 \begin_inset Quotes fld
847 \end_inset
848
849
850 \series bold
851
852 \backslash
853
854 \series default
855
856 \begin_inset Quotes frd
857 \end_inset
858
859 .
860  Para omitir argumentos opcionales, quita también los corchetes asociados.
861  En este documento, las llaves que encierran los argumentos requeridos se
862  denominan llaves TeX
863 \begin_inset Index idx
864 status collapsed
865
866 \begin_layout Plain Layout
867 T@TeX ! llaves
868 \end_layout
869
870 \end_inset
871
872 .
873  Si en una ecuación añades una llave de apertura al nombre de un comando,
874  LyX crea automáticamente una llave TeX.
875  En todos los demás casos las llaves TeX se crean en las ecuaciones con
876  el comando 
877 \series bold
878
879 \backslash
880 {
881 \series default
882 .
883  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
884  que se muestran en azul.
885  En modo TeX no hace falta comando para poner llaves TeX.
886  Las llaves TeX no aparecen en la salida.
887 \end_layout
888
889 \begin_layout Standard
890 En el caso de comandos sin argumentos, como los comandos para símbolos que
891  se introducen en modo TeX, 
892 \emph on
893 siempre
894 \emph default
895  debe teclearse un espacio tras el comando para finalizarlo.
896  Este espacio no aparece en la salida.
897  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
898  de un espacio protegido en texto normal.
899 \end_layout
900
901 \begin_layout Standard
902 Un espacio protegido se inserta con 
903 \family sans
904 Ctrl+Espacio
905 \family default
906 .
907 \end_layout
908
909 \begin_layout Subsection*
910 Explicación de la sintaxis
911 \end_layout
912
913 \begin_layout Itemize
914 El símbolo 
915 \begin_inset ERT
916 status collapsed
917
918 \begin_layout Plain Layout
919
920
921 \backslash
922 spce 
923 \end_layout
924
925 \end_inset
926
927
928 \begin_inset Foot
929 status collapsed
930
931 \begin_layout Plain Layout
932 Este carácter, espacio visible, se puede componer con el comando 
933 \series bold
934
935 \backslash
936 textvisiblespace
937 \series default
938
939 \begin_inset Index idx
940 status collapsed
941
942 \begin_layout Plain Layout
943 Comandos ! T ! 
944 \backslash
945 textvisiblespace
946 \end_layout
947
948 \end_inset
949
950  insertado en código TeX.
951 \end_layout
952
953 \end_inset
954
955  indica que hay que teclear un espacio.
956 \end_layout
957
958 \begin_layout Itemize
959 Una flecha como 
960 \begin_inset Formula $\rightarrow$
961 \end_inset
962
963  indica el uso de la correspondiente tecla de flecha.
964  
965 \end_layout
966
967 \begin_layout Subsection*
968 Unidades disponibles
969 \end_layout
970
971 \begin_layout Standard
972 \align center
973 \begin_inset Float table
974 placement H
975 wide false
976 sideways false
977 status open
978
979 \begin_layout Plain Layout
980 \align center
981 \begin_inset Caption
982
983 \begin_layout Plain Layout
984 \begin_inset CommandInset label
985 LatexCommand label
986 name "tab:Unidades-disponibles"
987
988 \end_inset
989
990 Unidades disponibles
991 \end_layout
992
993 \end_inset
994
995
996 \end_layout
997
998 \begin_layout Plain Layout
999 \align center
1000 \begin_inset Tabular
1001 <lyxtabular version="3" rows="13" columns="2">
1002 <features tabularvalignment="middle">
1003 <column alignment="center" valignment="top" width="0">
1004 <column alignment="center" valignment="top" width="0">
1005 <row>
1006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1007 \begin_inset Text
1008
1009 \begin_layout Plain Layout
1010 Unidad
1011 \end_layout
1012
1013 \end_inset
1014 </cell>
1015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1016 \begin_inset Text
1017
1018 \begin_layout Plain Layout
1019 Nombre / Descripción
1020 \end_layout
1021
1022 \end_inset
1023 </cell>
1024 </row>
1025 <row>
1026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1027 \begin_inset Text
1028
1029 \begin_layout Plain Layout
1030 mm
1031 \end_layout
1032
1033 \end_inset
1034 </cell>
1035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1036 \begin_inset Text
1037
1038 \begin_layout Plain Layout
1039 Milímetro
1040 \end_layout
1041
1042 \end_inset
1043 </cell>
1044 </row>
1045 <row>
1046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1047 \begin_inset Text
1048
1049 \begin_layout Plain Layout
1050 cm
1051 \end_layout
1052
1053 \end_inset
1054 </cell>
1055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1056 \begin_inset Text
1057
1058 \begin_layout Plain Layout
1059 Centímetro
1060 \end_layout
1061
1062 \end_inset
1063 </cell>
1064 </row>
1065 <row>
1066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1067 \begin_inset Text
1068
1069 \begin_layout Plain Layout
1070 in
1071 \end_layout
1072
1073 \end_inset
1074 </cell>
1075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1076 \begin_inset Text
1077
1078 \begin_layout Plain Layout
1079 Pulgada (1
1080 \begin_inset space \thinspace{}
1081 \end_inset
1082
1083 in = 2,54
1084 \begin_inset space \thinspace{}
1085 \end_inset
1086
1087 cm)
1088 \end_layout
1089
1090 \end_inset
1091 </cell>
1092 </row>
1093 <row>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 pt
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1104 \begin_inset Text
1105
1106 \begin_layout Plain Layout
1107 Punto (72.27
1108 \begin_inset space \thinspace{}
1109 \end_inset
1110
1111 pt = 1
1112 \begin_inset space \thinspace{}
1113 \end_inset
1114
1115 in)
1116 \end_layout
1117
1118 \end_inset
1119 </cell>
1120 </row>
1121 <row>
1122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 pc
1127 \end_layout
1128
1129 \end_inset
1130 </cell>
1131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1132 \begin_inset Text
1133
1134 \begin_layout Plain Layout
1135 Pica (1
1136 \begin_inset space \thinspace{}
1137 \end_inset
1138
1139 pc = 12
1140 \begin_inset space \thinspace{}
1141 \end_inset
1142
1143 pt)
1144 \end_layout
1145
1146 \end_inset
1147 </cell>
1148 </row>
1149 <row>
1150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 sp
1155 \end_layout
1156
1157 \end_inset
1158 </cell>
1159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1160 \begin_inset Text
1161
1162 \begin_layout Plain Layout
1163 Punto escalado (65536
1164 \begin_inset space \thinspace{}
1165 \end_inset
1166
1167 sp = 1
1168 \begin_inset space \thinspace{}
1169 \end_inset
1170
1171 pt)
1172 \end_layout
1173
1174 \end_inset
1175 </cell>
1176 </row>
1177 <row>
1178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 bp
1183 \end_layout
1184
1185 \end_inset
1186 </cell>
1187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1188 \begin_inset Text
1189
1190 \begin_layout Plain Layout
1191 Punto grande (72
1192 \begin_inset space \thinspace{}
1193 \end_inset
1194
1195 bp = 1
1196 \begin_inset space \thinspace{}
1197 \end_inset
1198
1199 in)
1200 \end_layout
1201
1202 \end_inset
1203 </cell>
1204 </row>
1205 <row>
1206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1207 \begin_inset Text
1208
1209 \begin_layout Plain Layout
1210 dd
1211 \end_layout
1212
1213 \end_inset
1214 </cell>
1215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1216 \begin_inset Text
1217
1218 \begin_layout Plain Layout
1219 Didot (1
1220 \begin_inset space \thinspace{}
1221 \end_inset
1222
1223 dd 
1224 \begin_inset Formula $\approx$
1225 \end_inset
1226
1227  0.376
1228 \begin_inset space \thinspace{}
1229 \end_inset
1230
1231 mm)
1232 \end_layout
1233
1234 \end_inset
1235 </cell>
1236 </row>
1237 <row>
1238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 cc
1243 \end_layout
1244
1245 \end_inset
1246 </cell>
1247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1248 \begin_inset Text
1249
1250 \begin_layout Plain Layout
1251 Cicero (1
1252 \begin_inset space \thinspace{}
1253 \end_inset
1254
1255 cc = 12
1256 \begin_inset space \thinspace{}
1257 \end_inset
1258
1259 dd)
1260 \end_layout
1261
1262 \end_inset
1263 </cell>
1264 </row>
1265 <row>
1266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1267 \begin_inset Text
1268
1269 \begin_layout Plain Layout
1270 ex
1271 \end_layout
1272
1273 \end_inset
1274 </cell>
1275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1276 \begin_inset Text
1277
1278 \begin_layout Plain Layout
1279 Altura de la letra 
1280 \begin_inset Quotes fld
1281 \end_inset
1282
1283
1284 \emph on
1285 x
1286 \emph default
1287
1288 \begin_inset Quotes frd
1289 \end_inset
1290
1291  en la tipografía actual
1292 \end_layout
1293
1294 \end_inset
1295 </cell>
1296 </row>
1297 <row>
1298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1299 \begin_inset Text
1300
1301 \begin_layout Plain Layout
1302 em
1303 \end_layout
1304
1305 \end_inset
1306 </cell>
1307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1308 \begin_inset Text
1309
1310 \begin_layout Plain Layout
1311 Anchura de la letra 
1312 \begin_inset Quotes fld
1313 \end_inset
1314
1315
1316 \emph on
1317 M
1318 \emph default
1319
1320 \begin_inset Quotes frd
1321 \end_inset
1322
1323  en la tipografía actual
1324 \end_layout
1325
1326 \end_inset
1327 </cell>
1328 </row>
1329 <row>
1330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1331 \begin_inset Text
1332
1333 \begin_layout Plain Layout
1334 mu
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1340 \begin_inset Text
1341
1342 \begin_layout Plain Layout
1343 Unidad matemática (1
1344 \begin_inset space \thinspace{}
1345 \end_inset
1346
1347 mu = 
1348 \begin_inset Formula $\nicefrac{1}{18}$
1349 \end_inset
1350
1351
1352 \begin_inset space \thinspace{}
1353 \end_inset
1354
1355 em)
1356 \end_layout
1357
1358 \end_inset
1359 </cell>
1360 </row>
1361 </lyxtabular>
1362
1363 \end_inset
1364
1365
1366 \end_layout
1367
1368 \end_inset
1369
1370
1371 \end_layout
1372
1373 \begin_layout Standard
1374 \align center
1375 \begin_inset Newpage newpage
1376 \end_inset
1377
1378
1379 \end_layout
1380
1381 \begin_layout Section
1382 Funciones básicas
1383 \end_layout
1384
1385 \begin_layout Subsection
1386 Exponentes
1387 \begin_inset Index idx
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391 Exponentes
1392 \end_layout
1393
1394 \end_inset
1395
1396  e índices
1397 \begin_inset Index idx
1398 status collapsed
1399
1400 \begin_layout Plain Layout
1401 Indices@Índices
1402 \end_layout
1403
1404 \end_inset
1405
1406
1407 \begin_inset Index idx
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411 Superíndices|see
1412 \begin_inset ERT
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416
1417 {
1418 \end_layout
1419
1420 \end_inset
1421
1422 Exponentes
1423 \begin_inset ERT
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427
1428 }
1429 \end_layout
1430
1431 \end_inset
1432
1433
1434 \end_layout
1435
1436 \end_inset
1437
1438
1439 \begin_inset Index idx
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443 Subíndices|see
1444 \begin_inset ERT
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448
1449 {
1450 \end_layout
1451
1452 \end_inset
1453
1454 Índices
1455 \begin_inset ERT
1456 status collapsed
1457
1458 \begin_layout Plain Layout
1459
1460 }
1461 \end_layout
1462
1463 \end_inset
1464
1465
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \begin_layout Standard
1474 Los subíndices se componen con un guión bajo 
1475 \begin_inset Quotes fld
1476 \end_inset
1477
1478 _
1479 \begin_inset Quotes frd
1480 \end_inset
1481
1482  o con el botón de la barra de herramientas de ecuaciones 
1483 \begin_inset Graphics
1484         filename ../../images/math-subscript.png
1485         scale 85
1486
1487 \end_inset
1488
1489 , los superíndices con un circunflejo 
1490 \begin_inset Quotes fld
1491 \end_inset
1492
1493 ^
1494 \begin_inset Quotes frd
1495 \end_inset
1496
1497  o con el botón de la barra de herramientas de ecuaciones 
1498 \begin_inset Graphics
1499         filename ../../images/math-superscript.png
1500         scale 85
1501
1502 \end_inset
1503
1504 .
1505 \end_layout
1506
1507 \begin_layout Standard
1508 \noindent
1509 \align center
1510 \begin_inset Tabular
1511 <lyxtabular version="3" rows="4" columns="2">
1512 <features tabularvalignment="middle">
1513 <column alignment="center" valignment="top" width="0">
1514 <column alignment="center" valignment="top" width="0">
1515 <row>
1516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1517 \begin_inset Text
1518
1519 \begin_layout Plain Layout
1520 Comando
1521 \end_layout
1522
1523 \end_inset
1524 </cell>
1525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1526 \begin_inset Text
1527
1528 \begin_layout Plain Layout
1529 Resultado
1530 \begin_inset Note Note
1531 status open
1532
1533 \begin_layout Plain Layout
1534
1535 \series bold
1536
1537 \backslash
1538 raisebox
1539 \series default
1540  sólo se usa como espaciador.
1541 \end_layout
1542
1543 \end_inset
1544
1545
1546 \end_layout
1547
1548 \end_inset
1549 </cell>
1550 </row>
1551 <row>
1552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556 B_V
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565 \begin_inset Formula $B_{V}$
1566 \end_inset
1567
1568
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 </row>
1574 <row>
1575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579 B^V
1580 \end_layout
1581
1582 \end_inset
1583 </cell>
1584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1585 \begin_inset Text
1586
1587 \begin_layout Plain Layout
1588 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1589 \end_inset
1590
1591
1592 \end_layout
1593
1594 \end_inset
1595 </cell>
1596 </row>
1597 <row>
1598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1599 \begin_inset Text
1600
1601 \begin_layout Plain Layout
1602 B^
1603 \begin_inset ERT
1604 status collapsed
1605
1606 \begin_layout Plain Layout
1607
1608
1609 \backslash
1610 spce 
1611 \end_layout
1612
1613 \end_inset
1614
1615 A
1616 \end_layout
1617
1618 \end_inset
1619 </cell>
1620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1621 \begin_inset Text
1622
1623 \begin_layout Plain Layout
1624 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1625 \end_inset
1626
1627
1628 \end_layout
1629
1630 \end_inset
1631 </cell>
1632 </row>
1633 </lyxtabular>
1634
1635 \end_inset
1636
1637
1638 \end_layout
1639
1640 \begin_layout Standard
1641 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1642  caso acentuará las vocales y no servirá para entrar en modo exponente.
1643 \begin_inset Foot
1644 status collapsed
1645
1646 \begin_layout Plain Layout
1647 Dependiendo de la configuración del teclado esto puede suceder también con
1648  otros caracteres además de las vocales.
1649 \end_layout
1650
1651 \end_inset
1652
1653  Para conseguir exponentes en estos casos debes pulsar 
1654 \family sans
1655 Espacio
1656 \family default
1657  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1658  
1659 \end_layout
1660
1661 \begin_layout Subsection
1662 Fracciones
1663 \begin_inset CommandInset label
1664 LatexCommand label
1665 name "sub:Fracciones"
1666
1667 \end_inset
1668
1669
1670 \begin_inset Index idx
1671 status collapsed
1672
1673 \begin_layout Plain Layout
1674 Fracciones
1675 \end_layout
1676
1677 \end_inset
1678
1679
1680 \end_layout
1681
1682 \begin_layout Standard
1683 Las fracciones se generan con el comando 
1684 \series bold
1685
1686 \backslash
1687 frac
1688 \series default
1689
1690 \begin_inset Index idx
1691 status collapsed
1692
1693 \begin_layout Plain Layout
1694 Comandos ! F ! 
1695 \backslash
1696 frac
1697 \end_layout
1698
1699 \end_inset
1700
1701  o con el botón 
1702 \begin_inset Graphics
1703         filename ../../images/math/frac.png
1704         scale 50
1705
1706 \end_inset
1707
1708  de la barra de herramientas.
1709  El tamaño de tipografía se ajusta automáticamente, dependiendo de si la
1710  fracción está en línea o en estilo presentación.
1711  Con el botón 
1712 \begin_inset Graphics
1713         filename ../../images/math/frac-square.png
1714         scale 85
1715
1716 \end_inset
1717
1718 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1719  de fracciones.
1720 \end_layout
1721
1722 \begin_layout Standard
1723 Con el comando 
1724 \series bold
1725
1726 \backslash
1727 dfrac
1728 \series default
1729
1730 \begin_inset Index idx
1731 status collapsed
1732
1733 \begin_layout Plain Layout
1734 Comandos ! D ! 
1735 \backslash
1736 dfrac
1737 \end_layout
1738
1739 \end_inset
1740
1741  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1742  presentación.
1743  Con 
1744 \series bold
1745
1746 \backslash
1747 tfrac
1748 \series default
1749
1750 \begin_inset Index idx
1751 status collapsed
1752
1753 \begin_layout Plain Layout
1754 Comandos ! T ! 
1755 \backslash
1756 tfrac
1757 \end_layout
1758
1759 \end_inset
1760
1761  la fracción tiene siempre el tamaño del estilo en línea.
1762  Un ejemplo:
1763 \end_layout
1764
1765 \begin_layout Standard
1766 Una línea con la fracción 
1767 \begin_inset Formula $\frac{1}{2}$
1768 \end_inset
1769
1770  creada con el comando 
1771 \series bold
1772
1773 \backslash
1774 frac
1775 \series default
1776 .
1777  
1778 \end_layout
1779
1780 \begin_layout Standard
1781 Una línea con la fracción 
1782 \begin_inset Formula $\dfrac{1}{2}$
1783 \end_inset
1784
1785  creada con el comando 
1786 \series bold
1787
1788 \backslash
1789 dfrac
1790 \series default
1791 .
1792 \end_layout
1793
1794 \begin_layout Standard
1795 \noindent
1796 \align center
1797 \begin_inset Tabular
1798 <lyxtabular version="3" rows="4" columns="2">
1799 <features tabularvalignment="middle">
1800 <column alignment="center" valignment="top" width="0">
1801 <column alignment="center" valignment="top" width="0">
1802 <row>
1803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807 Comando
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816 Resultado
1817 \begin_inset Note Note
1818 status collapsed
1819
1820 \begin_layout Plain Layout
1821
1822 \series bold
1823
1824 \backslash
1825 raisebox
1826 \series default
1827  se usa sólo como espaciador
1828 \end_layout
1829
1830 \end_inset
1831
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 </row>
1838 <row>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \backslash
1845 frac
1846 \begin_inset ERT
1847 status collapsed
1848
1849 \begin_layout Plain Layout
1850
1851
1852 \backslash
1853 spce 
1854 \end_layout
1855
1856 \end_inset
1857
1858 A
1859 \begin_inset Formula $\downarrow$
1860 \end_inset
1861
1862 B
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Plain Layout
1871 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1872 \end_inset
1873
1874
1875 \end_layout
1876
1877 \end_inset
1878 </cell>
1879 </row>
1880 <row>
1881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1882 \begin_inset Text
1883
1884 \begin_layout Plain Layout
1885
1886 \backslash
1887 dfrac
1888 \begin_inset ERT
1889 status collapsed
1890
1891 \begin_layout Plain Layout
1892
1893
1894 \backslash
1895 spce 
1896 \end_layout
1897
1898 \end_inset
1899
1900 A
1901 \begin_inset Formula $\downarrow$
1902 \end_inset
1903
1904 B
1905 \end_layout
1906
1907 \end_inset
1908 </cell>
1909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1910 \begin_inset Text
1911
1912 \begin_layout Plain Layout
1913 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1914 \end_inset
1915
1916
1917 \end_layout
1918
1919 \end_inset
1920 </cell>
1921 </row>
1922 <row>
1923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Plain Layout
1927
1928 \backslash
1929 dfrac
1930 \begin_inset ERT
1931 status collapsed
1932
1933 \begin_layout Plain Layout
1934
1935
1936 \backslash
1937 spce 
1938 \end_layout
1939
1940 \end_inset
1941
1942 e^
1943 \begin_inset ERT
1944 status collapsed
1945
1946 \begin_layout Plain Layout
1947
1948
1949 \backslash
1950 spce 
1951 \end_layout
1952
1953 \end_inset
1954
1955
1956 \backslash
1957 frac
1958 \begin_inset ERT
1959 status collapsed
1960
1961 \begin_layout Plain Layout
1962
1963
1964 \backslash
1965 spce 
1966 \end_layout
1967
1968 \end_inset
1969
1970 1
1971 \begin_inset Formula $\downarrow$
1972 \end_inset
1973
1974 2
1975 \begin_inset Formula $\downarrow$
1976 \end_inset
1977
1978 3
1979 \end_layout
1980
1981 \end_inset
1982 </cell>
1983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1984 \begin_inset Text
1985
1986 \begin_layout Plain Layout
1987 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1988 \end_inset
1989
1990
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 </row>
1996 </lyxtabular>
1997
1998 \end_inset
1999
2000
2001 \begin_inset VSpace bigskip
2002 \end_inset
2003
2004
2005 \end_layout
2006
2007 \begin_layout Standard
2008 Para fracciones anidadas se puede usar el comando 
2009 \series bold
2010
2011 \backslash
2012 cfrac
2013 \series default
2014
2015 \begin_inset Index idx
2016 status collapsed
2017
2018 \begin_layout Plain Layout
2019 Comandos ! C ! 
2020 \backslash
2021 cfrac
2022 \end_layout
2023
2024 \end_inset
2025
2026 .
2027  Un ejemplo:
2028 \begin_inset VSpace -3mm
2029 \end_inset
2030
2031
2032 \end_layout
2033
2034 \begin_layout Standard
2035 \begin_inset Formula 
2036 \begin{align*}
2037 \textrm{creada con \textbf{\textbackslash frac}} &  & \textrm{creada con \textbf{\textbackslash cfrac}}\\
2038 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2039 \end{align*}
2040
2041 \end_inset
2042
2043
2044 \end_layout
2045
2046 \begin_layout Standard
2047 El comando para el ejemplo de arriba es:
2048 \end_layout
2049
2050 \begin_layout Standard
2051
2052 \series bold
2053
2054 \backslash
2055 cfrac
2056 \begin_inset ERT
2057 status collapsed
2058
2059 \begin_layout Plain Layout
2060
2061
2062 \backslash
2063 spce 
2064 \end_layout
2065
2066 \end_inset
2067
2068 A
2069 \begin_inset Formula $\downarrow$
2070 \end_inset
2071
2072 B+
2073 \backslash
2074 cfrac
2075 \begin_inset ERT
2076 status collapsed
2077
2078 \begin_layout Plain Layout
2079
2080
2081 \backslash
2082 spce 
2083 \end_layout
2084
2085 \end_inset
2086
2087 C+
2088 \backslash
2089 cfrac
2090 \begin_inset ERT
2091 status collapsed
2092
2093 \begin_layout Plain Layout
2094
2095
2096 \backslash
2097 spce 
2098 \end_layout
2099
2100 \end_inset
2101
2102 E
2103 \begin_inset Formula $\downarrow$
2104 \end_inset
2105
2106 F
2107 \begin_inset Formula $\downarrow$
2108 \end_inset
2109
2110 D
2111 \end_layout
2112
2113 \begin_layout Standard
2114 \begin_inset VSpace medskip
2115 \end_inset
2116
2117
2118 \end_layout
2119
2120 \begin_layout Standard
2121
2122 \series bold
2123
2124 \backslash
2125 cfrac
2126 \series default
2127  compone la fracción siempre en el tamaño del estilo presentación, también
2128  cuando es parte de otra fracción.
2129 \end_layout
2130
2131 \begin_layout Standard
2132 Es posible especificar la alineación del numerador.
2133  El comando 
2134 \series bold
2135
2136 \backslash
2137 cfracleft
2138 \series default
2139  se usa para alinearlo a la izquierda, el comando 
2140 \series bold
2141
2142 \backslash
2143 cfracright
2144 \series default
2145  para alinearlo a la derecha, 
2146 \series bold
2147
2148 \backslash
2149 cfrac
2150 \series default
2151  centra el numerador.
2152 \end_layout
2153
2154 \begin_layout Standard
2155 Estas fracciones muestran las distintas alineaciones:
2156 \end_layout
2157
2158 \begin_layout Standard
2159 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2160 \end_inset
2161
2162  ; 
2163 \begin_inset Formula $\cfrac{A}{B+C}$
2164 \end_inset
2165
2166  ; 
2167 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2168 \end_inset
2169
2170
2171 \end_layout
2172
2173 \begin_layout Standard
2174 \noindent
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 cfracleft
2188 \series default
2189  y
2190 \series bold
2191  
2192 \backslash
2193 cfracright
2194 \series default
2195  no son comandos LaTeX reales sino sustituciones del comando 
2196 \series bold
2197
2198 \backslash
2199 cfrac[posición del numerador]{numerador}{denominador}
2200 \series default
2201  .
2202  Por tanto no puedes usarlos código TeX.
2203 \end_layout
2204
2205 \end_inset
2206
2207
2208 \begin_inset VSpace medskip
2209 \end_inset
2210
2211
2212 \end_layout
2213
2214 \begin_layout Standard
2215 Muchas veces es adecuado combinar 
2216 \series bold
2217
2218 \backslash
2219 cfrac
2220 \series default
2221  y 
2222 \series bold
2223
2224 \backslash
2225 frac
2226 \series default
2227 :
2228 \begin_inset Formula 
2229 \[
2230 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2231 \]
2232
2233 \end_inset
2234
2235
2236 \end_layout
2237
2238 \begin_layout Standard
2239 Para componer fracciones en línea con raya de fracción inclinada puedes
2240  usar el comando 
2241 \series bold
2242
2243 \backslash
2244 nicefrac
2245 \series default
2246
2247 \begin_inset Index idx
2248 status collapsed
2249
2250 \begin_layout Plain Layout
2251 Comandos ! N ! 
2252 \backslash
2253 nicefrac
2254 \end_layout
2255
2256 \end_inset
2257
2258
2259 \begin_inset Formula $\nicefrac{5}{31}$
2260 \end_inset
2261
2262  Hay además el comando 
2263 \series bold
2264
2265 \backslash
2266 unitfracthree
2267 \series default
2268  que permite escribir una fracción en combinación con un número: 
2269 \begin_inset Formula $\unitfrac[2]{1}{3}$
2270 \end_inset
2271
2272
2273 \end_layout
2274
2275 \begin_layout Standard
2276 \begin_inset Note Greyedout
2277 status open
2278
2279 \begin_layout Plain Layout
2280
2281 \series bold
2282 Nota
2283 \series default
2284
2285 \series bold
2286
2287 \backslash
2288 unitfracthree
2289 \series default
2290  no es un comando LaTeX auténtico, sino un equivalente al comando
2291 \begin_inset Newline newline
2292 \end_inset
2293
2294
2295 \series bold
2296
2297 \backslash
2298 unitfrac[número]{numerador}{denominador}
2299 \series default
2300  .
2301  Por tanto no puedes usarlo en código TeX.
2302 \end_layout
2303
2304 \end_inset
2305
2306
2307 \end_layout
2308
2309 \begin_layout Standard
2310 En la 
2311 \begin_inset CommandInset ref
2312 LatexCommand ref
2313 reference "sub:Fracciones-personalizadas"
2314
2315 \end_inset
2316
2317  se explica cómo componer fracciones personalizadas en las que la raya de
2318  fracción se puede cambiar.
2319  
2320 \end_layout
2321
2322 \begin_layout Subsection
2323 Raíces
2324 \begin_inset Index idx
2325 status collapsed
2326
2327 \begin_layout Plain Layout
2328 Raíces
2329 \end_layout
2330
2331 \end_inset
2332
2333
2334 \end_layout
2335
2336 \begin_layout Standard
2337 Las raíces cuadradas se componen con 
2338 \series bold
2339
2340 \backslash
2341 sqrt
2342 \series default
2343
2344 \begin_inset Index idx
2345 status collapsed
2346
2347 \begin_layout Plain Layout
2348 Comandos ! S ! 
2349 \backslash
2350 sqrt
2351 \end_layout
2352
2353 \end_inset
2354
2355  o con el botón 
2356 \begin_inset Graphics
2357         filename ../../images/math/sqrt.png
2358         scale 85
2359
2360 \end_inset
2361
2362  de la barra de ecuaciones; todas las demás raíces con el comando 
2363 \series bold
2364
2365 \backslash
2366 root
2367 \series default
2368
2369 \begin_inset Index idx
2370 status collapsed
2371
2372 \begin_layout Plain Layout
2373 Comandos ! R ! 
2374 \backslash
2375 root
2376 \end_layout
2377
2378 \end_inset
2379
2380  o con el botón 
2381 \begin_inset Graphics
2382         filename ../../images/math/root.png
2383         scale 85
2384
2385 \end_inset
2386
2387 .
2388 \end_layout
2389
2390 \begin_layout Standard
2391 \noindent
2392 \align center
2393 \begin_inset Tabular
2394 <lyxtabular version="3" rows="3" columns="2">
2395 <features tabularvalignment="middle">
2396 <column alignment="center" valignment="top" width="0">
2397 <column alignment="center" valignment="top" width="0">
2398 <row>
2399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2400 \begin_inset Text
2401
2402 \begin_layout Plain Layout
2403 Comando
2404 \end_layout
2405
2406 \end_inset
2407 </cell>
2408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2409 \begin_inset Text
2410
2411 \begin_layout Plain Layout
2412 Resultado
2413 \begin_inset Note Note
2414 status collapsed
2415
2416 \begin_layout Plain Layout
2417
2418 \series bold
2419
2420 \backslash
2421 raisebox
2422 \series default
2423  se usa sólo como espaciador
2424 \end_layout
2425
2426 \end_inset
2427
2428
2429 \end_layout
2430
2431 \end_inset
2432 </cell>
2433 </row>
2434 <row>
2435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2436 \begin_inset Text
2437
2438 \begin_layout Plain Layout
2439
2440 \backslash
2441 sqrt
2442 \begin_inset ERT
2443 status collapsed
2444
2445 \begin_layout Plain Layout
2446
2447
2448 \backslash
2449 spce 
2450 \end_layout
2451
2452 \end_inset
2453
2454 A-B
2455 \end_layout
2456
2457 \end_inset
2458 </cell>
2459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2460 \begin_inset Text
2461
2462 \begin_layout Plain Layout
2463 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2464 \end_inset
2465
2466
2467 \end_layout
2468
2469 \end_inset
2470 </cell>
2471 </row>
2472 <row>
2473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2474 \begin_inset Text
2475
2476 \begin_layout Plain Layout
2477
2478 \backslash
2479 root
2480 \begin_inset ERT
2481 status collapsed
2482
2483 \begin_layout Plain Layout
2484
2485
2486 \backslash
2487 spce 
2488 \end_layout
2489
2490 \end_inset
2491
2492 3
2493 \begin_inset Formula $\downarrow$
2494 \end_inset
2495
2496 A-B
2497 \end_layout
2498
2499 \end_inset
2500 </cell>
2501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2502 \begin_inset Text
2503
2504 \begin_layout Plain Layout
2505 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2506 \end_inset
2507
2508
2509 \end_layout
2510
2511 \end_inset
2512 </cell>
2513 </row>
2514 </lyxtabular>
2515
2516 \end_inset
2517
2518
2519 \end_layout
2520
2521 \begin_layout Standard
2522 Una raíz cuadrada se compone también con 
2523 \series bold
2524
2525 \backslash
2526 root
2527 \series default
2528  dejando vacío el campo del índice.
2529 \end_layout
2530
2531 \begin_layout Standard
2532 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2533  la raíz: 
2534 \begin_inset Formula $\sqrt[\beta]{B}$
2535 \end_inset
2536
2537
2538 \begin_inset Newline newline
2539 \end_inset
2540
2541 La 
2542 \begin_inset Formula $\beta$
2543 \end_inset
2544
2545  toca la raíz.
2546  Para evitar esto se usan los comandos 
2547 \series bold
2548
2549 \backslash
2550 leftroot
2551 \series default
2552
2553 \begin_inset Index idx
2554 status collapsed
2555
2556 \begin_layout Plain Layout
2557 Comandos ! L ! 
2558 \backslash
2559 leftroot
2560 \end_layout
2561
2562 \end_inset
2563
2564  y 
2565 \series bold
2566
2567 \backslash
2568 uproot
2569 \series default
2570
2571 \begin_inset Index idx
2572 status collapsed
2573
2574 \begin_layout Plain Layout
2575 Comandos ! U ! 
2576 \backslash
2577 uproot
2578 \end_layout
2579
2580 \end_inset
2581
2582  con el esquema siguiente:
2583 \end_layout
2584
2585 \begin_layout Standard
2586
2587 \series bold
2588
2589 \backslash
2590 leftroot{distancia}
2591 \series default
2592  y 
2593 \series bold
2594
2595 \backslash
2596 uproot{distancia}
2597 \end_layout
2598
2599 \begin_layout Standard
2600 Distancia es el número de Puntos Grandes (
2601 \begin_inset Quotes fld
2602 \end_inset
2603
2604 Big Points
2605 \begin_inset Quotes frd
2606 \end_inset
2607
2608 , unidad bp; 
2609 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2610 \end_inset
2611
2612 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2613  Los comandos se escriben en el índice.
2614  Así, el comando:
2615 \begin_inset Newline newline
2616 \end_inset
2617
2618
2619 \series bold
2620
2621 \backslash
2622 root
2623 \backslash
2624 leftroot{-1
2625 \begin_inset Formula $\to$
2626 \end_inset
2627
2628
2629 \backslash
2630 uproot{2
2631 \begin_inset Formula $\to$
2632 \end_inset
2633
2634
2635 \backslash
2636 beta
2637 \begin_inset ERT
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641
2642
2643 \backslash
2644 spce 
2645 \end_layout
2646
2647 \end_inset
2648
2649
2650 \begin_inset Formula $\to$
2651 \end_inset
2652
2653 B
2654 \begin_inset Newline newline
2655 \end_inset
2656
2657
2658 \series default
2659 genera una fórmula correctamente tipografiada: 
2660 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2661 \end_inset
2662
2663
2664 \end_layout
2665
2666 \begin_layout Subsection
2667 Coeficientes de un binomio
2668 \begin_inset Index idx
2669 status collapsed
2670
2671 \begin_layout Plain Layout
2672 Binomios
2673 \end_layout
2674
2675 \end_inset
2676
2677
2678 \end_layout
2679
2680 \begin_layout Standard
2681 Los coeficientes de un binomio se insertan con el comando 
2682 \series bold
2683
2684 \backslash
2685 binom
2686 \series default
2687
2688 \begin_inset Index idx
2689 status collapsed
2690
2691 \begin_layout Plain Layout
2692 Comandos ! B ! 
2693 \backslash
2694 binom
2695 \end_layout
2696
2697 \end_inset
2698
2699  o con el submenú del botón 
2700 \begin_inset Graphics
2701         filename ../../images/math/frac-square.png
2702         scale 85
2703
2704 \end_inset
2705
2706 de la barra de herramientas de ecuaciones.
2707  Como en las fracciones, además de 
2708 \series bold
2709
2710 \backslash
2711 binom
2712 \series default
2713  hay los comandos 
2714 \series bold
2715
2716 \backslash
2717 dbinom
2718 \series default
2719
2720 \begin_inset Index idx
2721 status collapsed
2722
2723 \begin_layout Plain Layout
2724 Comandos ! D ! 
2725 \backslash
2726 dbinom
2727 \end_layout
2728
2729 \end_inset
2730
2731  y 
2732 \series bold
2733
2734 \backslash
2735 tbinom
2736 \series default
2737
2738 \begin_inset Index idx
2739 status collapsed
2740
2741 \begin_layout Plain Layout
2742 Comandos ! T ! 
2743 \backslash
2744 tbinom
2745 \end_layout
2746
2747 \end_inset
2748
2749 .
2750  Para otros delimitadores de coeficientes de un binomio hay los comandos
2751  
2752 \series bold
2753
2754 \backslash
2755 brace
2756 \series default
2757
2758 \begin_inset Index idx
2759 status collapsed
2760
2761 \begin_layout Plain Layout
2762 Comandos ! B ! 
2763 \backslash
2764 brace
2765 \end_layout
2766
2767 \end_inset
2768
2769  y 
2770 \series bold
2771
2772 \backslash
2773 brack
2774 \series default
2775
2776 \begin_inset Index idx
2777 status collapsed
2778
2779 \begin_layout Plain Layout
2780 Comandos ! B ! 
2781 \backslash
2782 brack
2783 \end_layout
2784
2785 \end_inset
2786
2787 .
2788 \end_layout
2789
2790 \begin_layout Standard
2791 \noindent
2792 \align center
2793 \begin_inset Tabular
2794 <lyxtabular version="3" rows="6" columns="2">
2795 <features tabularvalignment="middle">
2796 <column alignment="center" valignment="top" width="0">
2797 <column alignment="center" valignment="top" width="0">
2798 <row>
2799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2800 \begin_inset Text
2801
2802 \begin_layout Plain Layout
2803 Comando
2804 \end_layout
2805
2806 \end_inset
2807 </cell>
2808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2809 \begin_inset Text
2810
2811 \begin_layout Plain Layout
2812 Resultado
2813 \begin_inset Note Note
2814 status collapsed
2815
2816 \begin_layout Plain Layout
2817
2818 \series bold
2819
2820 \backslash
2821 raisebox
2822 \series default
2823  se usa sólo como espaciador
2824 \end_layout
2825
2826 \end_inset
2827
2828
2829 \end_layout
2830
2831 \end_inset
2832 </cell>
2833 </row>
2834 <row>
2835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Plain Layout
2839
2840 \backslash
2841 binom
2842 \begin_inset ERT
2843 status collapsed
2844
2845 \begin_layout Plain Layout
2846
2847
2848 \backslash
2849 spce 
2850 \end_layout
2851
2852 \end_inset
2853
2854 A
2855 \begin_inset Formula $\downarrow$
2856 \end_inset
2857
2858 B
2859 \end_layout
2860
2861 \end_inset
2862 </cell>
2863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2868 \end_inset
2869
2870
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 </row>
2876 <row>
2877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2878 \begin_inset Text
2879
2880 \begin_layout Plain Layout
2881
2882 \backslash
2883 dbinom
2884 \begin_inset ERT
2885 status collapsed
2886
2887 \begin_layout Plain Layout
2888
2889
2890 \backslash
2891 spce 
2892 \end_layout
2893
2894 \end_inset
2895
2896 A
2897 \begin_inset Formula $\downarrow$
2898 \end_inset
2899
2900 B
2901 \end_layout
2902
2903 \end_inset
2904 </cell>
2905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2910 \end_inset
2911
2912
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 </row>
2918 <row>
2919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2920 \begin_inset Text
2921
2922 \begin_layout Plain Layout
2923
2924 \backslash
2925 tbinom
2926 \begin_inset ERT
2927 status collapsed
2928
2929 \begin_layout Plain Layout
2930
2931
2932 \backslash
2933 spce 
2934 \end_layout
2935
2936 \end_inset
2937
2938 A
2939 \begin_inset Formula $\downarrow$
2940 \end_inset
2941
2942 B
2943 \end_layout
2944
2945 \end_inset
2946 </cell>
2947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2952 \end_inset
2953
2954
2955 \end_layout
2956
2957 \end_inset
2958 </cell>
2959 </row>
2960 <row>
2961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965
2966 \backslash
2967 brack
2968 \begin_inset ERT
2969 status collapsed
2970
2971 \begin_layout Plain Layout
2972
2973
2974 \backslash
2975 spce 
2976 \end_layout
2977
2978 \end_inset
2979
2980 A
2981 \begin_inset Formula $\downarrow$
2982 \end_inset
2983
2984 B
2985 \end_layout
2986
2987 \end_inset
2988 </cell>
2989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2994 \end_inset
2995
2996
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 </row>
3002 <row>
3003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007
3008 \backslash
3009 brace
3010 \begin_inset ERT
3011 status collapsed
3012
3013 \begin_layout Plain Layout
3014
3015
3016 \backslash
3017 spce 
3018 \end_layout
3019
3020 \end_inset
3021
3022 A
3023 \begin_inset Formula $\downarrow$
3024 \end_inset
3025
3026 B
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3036 \end_inset
3037
3038
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 </row>
3044 </lyxtabular>
3045
3046 \end_inset
3047
3048
3049 \begin_inset Newpage newpage
3050 \end_inset
3051
3052
3053 \end_layout
3054
3055 \begin_layout Subsection
3056 Diferenciaciones de casos
3057 \begin_inset Index idx
3058 status collapsed
3059
3060 \begin_layout Plain Layout
3061 Casos
3062 \end_layout
3063
3064 \end_inset
3065
3066
3067 \end_layout
3068
3069 \begin_layout Standard
3070 \noindent
3071 \align center
3072 \begin_inset Tabular
3073 <lyxtabular version="3" rows="3" columns="2">
3074 <features tabularvalignment="middle">
3075 <column alignment="center" valignment="top" width="0">
3076 <column alignment="center" valignment="top" width="0">
3077 <row>
3078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3079 \begin_inset Text
3080
3081 \begin_layout Plain Layout
3082 Comando
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Plain Layout
3091 Resultado
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 </row>
3097 <row>
3098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102
3103 \backslash
3104 cases
3105 \begin_inset ERT
3106 status collapsed
3107
3108 \begin_layout Plain Layout
3109
3110
3111 \backslash
3112 spce 
3113 \end_layout
3114
3115 \end_inset
3116
3117 A
3118 \begin_inset Formula $\to$
3119 \end_inset
3120
3121 B>0
3122 \begin_inset Index idx
3123 status collapsed
3124
3125 \begin_layout Plain Layout
3126 Comandos ! C ! 
3127 \backslash
3128 cases
3129 \end_layout
3130
3131 \end_inset
3132
3133
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142 \begin_inset Formula $\begin{cases}
3143 A & B>0\end{cases}$
3144 \end_inset
3145
3146
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 <row>
3153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157
3158 \backslash
3159 cases
3160 \begin_inset ERT
3161 status collapsed
3162
3163 \begin_layout Plain Layout
3164
3165
3166 \backslash
3167 spce 
3168 \end_layout
3169
3170 \end_inset
3171
3172
3173 \family sans
3174 Ctrl+Entrar
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183 \begin_inset Formula $\begin{cases}
3184 A & \textrm{para }x>0\\
3185 B & \textrm{para }x=0
3186 \end{cases}$
3187 \end_inset
3188
3189
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 </row>
3195 </lyxtabular>
3196
3197 \end_inset
3198
3199
3200 \end_layout
3201
3202 \begin_layout Standard
3203 Después de insertar 
3204 \series bold
3205
3206 \backslash
3207 cases
3208 \series default
3209  o usar el botón 
3210 \begin_inset Graphics
3211         filename ../../images/math/cases.png
3212         scale 85
3213
3214 \end_inset
3215
3216  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3217 \family sans
3218 Ctrl+Entrar
3219 \family default
3220  o con el botón
3221 \family sans
3222  
3223 \family default
3224
3225 \begin_inset Graphics
3226         filename ../../images/tabular-feature_append-row.png
3227         scale 85
3228
3229 \end_inset
3230
3231  de la barra de cuadros.
3232 \end_layout
3233
3234 \begin_layout Standard
3235 El comando 
3236 \series bold
3237
3238 \backslash
3239 cases
3240 \series default
3241  también está disponible en el menú 
3242 \family sans
3243 Insertar\SpecialChar \menuseparator
3244 Ecuación\SpecialChar \menuseparator
3245 Entorno casos
3246 \family default
3247 .
3248 \end_layout
3249
3250 \begin_layout Subsection
3251 Negaciones
3252 \begin_inset Index idx
3253 status collapsed
3254
3255 \begin_layout Plain Layout
3256 Negaciones
3257 \end_layout
3258
3259 \end_inset
3260
3261
3262 \end_layout
3263
3264 \begin_layout Standard
3265 Con el comando 
3266 \series bold
3267
3268 \backslash
3269 not
3270 \series default
3271
3272 \begin_inset Index idx
3273 status collapsed
3274
3275 \begin_layout Plain Layout
3276 Comandos ! N ! 
3277 \backslash
3278 not
3279 \end_layout
3280
3281 \end_inset
3282
3283  todo carácter se puede mostrar cancelado.
3284  Los caracteres son casi tachados con una barra inclinada.
3285 \end_layout
3286
3287 \begin_layout Standard
3288 \noindent
3289 \align center
3290 \begin_inset Tabular
3291 <lyxtabular version="3" rows="4" columns="2">
3292 <features tabularvalignment="middle">
3293 <column alignment="center" valignment="top" width="0">
3294 <column alignment="center" valignment="top" width="0">
3295 <row>
3296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300 Comando
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309 Resultado
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 </row>
3315 <row>
3316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320
3321 \backslash
3322 not=
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331 \begin_inset Formula $\not=$
3332 \end_inset
3333
3334
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 </row>
3340 <row>
3341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345
3346 \backslash
3347 not 
3348 \backslash
3349 le
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 \begin_inset Formula $\not\le$
3359 \end_inset
3360
3361
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 </row>
3367 <row>
3368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372
3373 \backslash
3374 not 
3375 \backslash
3376 parallel
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 \begin_inset Formula $\not\parallel$
3386 \end_inset
3387
3388
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 </row>
3394 </lyxtabular>
3395
3396 \end_inset
3397
3398
3399 \end_layout
3400
3401 \begin_layout Standard
3402 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3403  Por tanto para algunas negaciones hay comandos especiales (véase 
3404 \begin_inset CommandInset ref
3405 LatexCommand ref
3406 reference "sub:Símbolos-matemáticos"
3407
3408 \end_inset
3409
3410  y 
3411 \begin_inset CommandInset ref
3412 LatexCommand ref
3413 reference "sec:Relaciones"
3414
3415 \end_inset
3416
3417 ).
3418 \end_layout
3419
3420 \begin_layout Subsection
3421 Espacios reservados 
3422 \begin_inset CommandInset label
3423 LatexCommand label
3424 name "sub:Espacios-reservados"
3425
3426 \end_inset
3427
3428
3429 \begin_inset Index idx
3430 status collapsed
3431
3432 \begin_layout Plain Layout
3433 Espacios reservados
3434 \end_layout
3435
3436 \end_inset
3437
3438
3439 \begin_inset Index idx
3440 status collapsed
3441
3442 \begin_layout Plain Layout
3443 Química ! isótopos
3444 \end_layout
3445
3446 \end_inset
3447
3448
3449 \begin_inset Index idx
3450 status collapsed
3451
3452 \begin_layout Plain Layout
3453 Isótopos|see
3454 \begin_inset ERT
3455 status collapsed
3456
3457 \begin_layout Plain Layout
3458
3459 {
3460 \end_layout
3461
3462 \end_inset
3463
3464 Química
3465 \begin_inset ERT
3466 status collapsed
3467
3468 \begin_layout Plain Layout
3469
3470 }
3471 \end_layout
3472
3473 \end_inset
3474
3475
3476 \end_layout
3477
3478 \end_inset
3479
3480
3481 \end_layout
3482
3483 \begin_layout Standard
3484 En la presentación de, p.
3485 \begin_inset space \thinspace{}
3486 \end_inset
3487
3488 e., isótopos,
3489 \begin_inset Foot
3490 status collapsed
3491
3492 \begin_layout Plain Layout
3493 Más sobre símbolos químicos en 
3494 \begin_inset CommandInset ref
3495 LatexCommand ref
3496 reference "sub:Símbolos-y-ecuaciones-químicas"
3497
3498 \end_inset
3499
3500
3501 \end_layout
3502
3503 \end_inset
3504
3505  surge el problema siguiente:
3506 \end_layout
3507
3508 \begin_layout Standard
3509 \noindent
3510 \align center
3511 \begin_inset Tabular
3512 <lyxtabular version="3" rows="2" columns="2">
3513 <features tabularvalignment="middle">
3514 <column alignment="center" valignment="top" width="0">
3515 <column alignment="center" valignment="top" width="0">
3516 <row>
3517 <cell alignment="center" valignment="top" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 Índices generados con sub- y superíndices:
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3531 \end_inset
3532
3533
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 </row>
3539 <row>
3540 <cell alignment="center" valignment="top" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 Índices correctos:
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3554 \end_inset
3555
3556
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 </row>
3562 </lyxtabular>
3563
3564 \end_inset
3565
3566
3567 \begin_inset Note Note
3568 status collapsed
3569
3570 \begin_layout Plain Layout
3571
3572 \series bold
3573
3574 \backslash
3575 raisebox
3576 \series default
3577  se usa sólo como espaciador
3578 \end_layout
3579
3580 \end_inset
3581
3582
3583 \end_layout
3584
3585 \begin_layout Standard
3586 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3587  del índice más largo.
3588  Para evitarlo está el comando 
3589 \series bold
3590
3591 \backslash
3592 phantom
3593 \series default
3594
3595 \begin_inset Index idx
3596 status collapsed
3597
3598 \begin_layout Plain Layout
3599 Comandos ! P ! 
3600 \backslash
3601 phantom
3602 \end_layout
3603
3604 \end_inset
3605
3606  o el botón 
3607 \begin_inset space ~
3608 \end_inset
3609
3610
3611 \begin_inset Graphics
3612         filename ../../images/math/phantom.png
3613         scale 85
3614
3615 \end_inset
3616
3617  del submenú de espaciado de ecuaciones
3618 \begin_inset Foot
3619 status collapsed
3620
3621 \begin_layout Plain Layout
3622 Botón 
3623 \begin_inset Graphics
3624         filename ../../images/math/space.png
3625         scale 85
3626
3627 \end_inset
3628
3629  de la barra de ecuaciones
3630 \end_layout
3631
3632 \end_inset
3633
3634 , que genera uno o más espacios reservados.
3635  Al insertar 
3636 \series bold
3637
3638 \backslash
3639 phantom
3640 \series default
3641  aparece un pequeño marco azul con dos flechas rojas superpuestas
3642 \begin_inset Formula $\phantom{}$
3643 \end_inset
3644
3645 .
3646  Las flechas indican que se reservará un espacio equivalente a la anchura
3647  y altura totales del contenido del marco.
3648  Los espacios reservados son correspondientes al tamaño de los caracteres.
3649 \end_layout
3650
3651 \begin_layout Standard
3652 \noindent
3653 \align center
3654 \begin_inset Tabular
3655 <lyxtabular version="3" rows="4" columns="2">
3656 <features tabularvalignment="middle">
3657 <column alignment="center" valignment="top" width="0">
3658 <column alignment="center" valignment="top" width="0">
3659 <row>
3660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 Comando
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 Resultado
3674 \begin_inset Note Note
3675 status collapsed
3676
3677 \begin_layout Plain Layout
3678
3679 \series bold
3680
3681 \backslash
3682 raisebox
3683 \series default
3684  se usa sólo como espaciador
3685 \end_layout
3686
3687 \end_inset
3688
3689
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 </row>
3695 <row>
3696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 ^19
3701 \begin_inset ERT
3702 status collapsed
3703
3704 \begin_layout Plain Layout
3705
3706
3707 \backslash
3708 spce 
3709 \end_layout
3710
3711 \end_inset
3712
3713 _
3714 \backslash
3715 phantom
3716 \begin_inset ERT
3717 status collapsed
3718
3719 \begin_layout Plain Layout
3720
3721
3722 \backslash
3723 spce 
3724 \end_layout
3725
3726 \end_inset
3727
3728 1
3729 \begin_inset Formula $\rightarrow$
3730 \end_inset
3731
3732 9
3733 \begin_inset ERT
3734 status collapsed
3735
3736 \begin_layout Plain Layout
3737
3738
3739 \backslash
3740 spce 
3741 \end_layout
3742
3743 \end_inset
3744
3745 F
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3755 \end_inset
3756
3757
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 </row>
3763 <row>
3764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768 ^235
3769 \begin_inset ERT
3770 status collapsed
3771
3772 \begin_layout Plain Layout
3773
3774
3775 \backslash
3776 spce 
3777 \end_layout
3778
3779 \end_inset
3780
3781 _
3782 \backslash
3783 phantom
3784 \begin_inset ERT
3785 status collapsed
3786
3787 \begin_layout Plain Layout
3788
3789
3790 \backslash
3791 spce 
3792 \end_layout
3793
3794 \end_inset
3795
3796 23
3797 \begin_inset Formula $\rightarrow$
3798 \end_inset
3799
3800 9
3801 \begin_inset ERT
3802 status collapsed
3803
3804 \begin_layout Plain Layout
3805
3806
3807 \backslash
3808 spce 
3809 \end_layout
3810
3811 \end_inset
3812
3813 F
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3823 \end_inset
3824
3825
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 </row>
3831 <row>
3832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836
3837 \backslash
3838 Lambda^
3839 \begin_inset ERT
3840 status collapsed
3841
3842 \begin_layout Plain Layout
3843
3844
3845 \backslash
3846 spce 
3847 \end_layout
3848
3849 \end_inset
3850
3851
3852 \backslash
3853 phantom
3854 \begin_inset ERT
3855 status collapsed
3856
3857 \begin_layout Plain Layout
3858
3859
3860 \backslash
3861 spce 
3862 \end_layout
3863
3864 \end_inset
3865
3866 ii
3867 \begin_inset Formula $\rightarrow$
3868 \end_inset
3869
3870 t
3871 \begin_inset ERT
3872 status collapsed
3873
3874 \begin_layout Plain Layout
3875
3876
3877 \backslash
3878 spce 
3879 \end_layout
3880
3881 \end_inset
3882
3883 _MMt
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3893 \end_inset
3894
3895
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 </row>
3901 </lyxtabular>
3902
3903 \end_inset
3904
3905
3906 \end_layout
3907
3908 \begin_layout Standard
3909 Además hay los comandos 
3910 \series bold
3911
3912 \backslash
3913 vphantom
3914 \series default
3915
3916 \begin_inset Index idx
3917 status collapsed
3918
3919 \begin_layout Plain Layout
3920 Comandos ! V ! 
3921 \backslash
3922 vphantom
3923 \end_layout
3924
3925 \end_inset
3926
3927  (botón 
3928 \begin_inset space ~
3929 \end_inset
3930
3931
3932 \begin_inset Graphics
3933         filename ../../images/math/vphantom.png
3934         scale 85
3935
3936 \end_inset
3937
3938 ) y 
3939 \series bold
3940
3941 \backslash
3942 hphantom
3943 \series default
3944
3945 \begin_inset Index idx
3946 status collapsed
3947
3948 \begin_layout Plain Layout
3949 Comandos ! H ! 
3950 \backslash
3951 hphantom
3952 \end_layout
3953
3954 \end_inset
3955
3956  (botón 
3957 \begin_inset space ~
3958 \end_inset
3959
3960
3961 \begin_inset Graphics
3962         filename ../../images/math/hphantom.png
3963         scale 85
3964
3965 \end_inset
3966
3967 ).
3968  
3969 \series bold
3970
3971 \backslash
3972 hphantom
3973 \series default
3974  genera espacio en el marco sólo para la altura máxima de los caracteres,
3975  no para su anchura.
3976  
3977 \series bold
3978
3979 \backslash
3980 vphantom
3981 \series default
3982  genera espacio sólo para la anchura del contenido del marco.
3983  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3984 \end_layout
3985
3986 \begin_layout Standard
3987 Por ejemplo, 
3988 \series bold
3989
3990 \backslash
3991 vphantom
3992 \series default
3993
3994 \begin_inset ERT
3995 status collapsed
3996
3997 \begin_layout Plain Layout
3998
3999
4000 \backslash
4001 spce 
4002 \end_layout
4003
4004 \end_inset
4005
4006
4007 \series bold
4008 a
4009 \backslash
4010 int
4011 \series default
4012  genera espacio de la altura del signo de la integral,
4013 \begin_inset Foot
4014 status collapsed
4015
4016 \begin_layout Plain Layout
4017 El comando 
4018 \series bold
4019
4020 \backslash
4021 int
4022 \series default
4023  genera un signo de integral, véase 
4024 \begin_inset CommandInset ref
4025 LatexCommand ref
4026 reference "sub:Operadores-grandes"
4027
4028 \end_inset
4029
4030
4031 \end_layout
4032
4033 \end_inset
4034
4035  porque este es el carácter más largo.
4036  En la 
4037 \begin_inset CommandInset ref
4038 LatexCommand ref
4039 reference "sub:Delimitadores-multilínea"
4040
4041 \end_inset
4042
4043  hay un ejemplo de aplicación.
4044 \end_layout
4045
4046 \begin_layout Standard
4047 Los espacios reservados también se pueden usar para un texto cuando se insertan
4048  mediante el menú 
4049 \family sans
4050 Insertar\SpecialChar \menuseparator
4051 Formato\SpecialChar \menuseparator
4052 Fantasma
4053 \family default
4054 :
4055 \end_layout
4056
4057 \begin_layout Standard
4058 Esto es una frase.
4059 \begin_inset Newline newline
4060 \end_inset
4061
4062
4063 \begin_inset Phantom Phantom
4064 status open
4065
4066 \begin_layout Plain Layout
4067 Esto
4068 \end_layout
4069
4070 \end_inset
4071
4072  es una frase.
4073 \end_layout
4074
4075 \begin_layout Subsection
4076 Líneas
4077 \begin_inset Index idx
4078 status collapsed
4079
4080 \begin_layout Plain Layout
4081 Lineas@Líneas
4082 \end_layout
4083
4084 \end_inset
4085
4086
4087 \begin_inset Index idx
4088 status collapsed
4089
4090 \begin_layout Plain Layout
4091 Ecuación ! sub- o superrayada
4092 \end_layout
4093
4094 \end_inset
4095
4096
4097 \end_layout
4098
4099 \begin_layout Standard
4100 \noindent
4101 \align center
4102 \begin_inset Tabular
4103 <lyxtabular version="3" rows="4" columns="2">
4104 <features tabularvalignment="middle">
4105 <column alignment="center" valignment="top" width="0">
4106 <column alignment="center" valignment="top" width="0">
4107 <row>
4108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 Comando
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121 Resultado
4122 \begin_inset Note Note
4123 status collapsed
4124
4125 \begin_layout Plain Layout
4126
4127 \series bold
4128
4129 \backslash
4130 raisebox
4131 \series default
4132  se usa sólo como espaciador
4133 \end_layout
4134
4135 \end_inset
4136
4137
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 </row>
4143 <row>
4144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148
4149 \backslash
4150 overline
4151 \begin_inset ERT
4152 status collapsed
4153
4154 \begin_layout Plain Layout
4155
4156
4157 \backslash
4158 spce 
4159 \end_layout
4160
4161 \end_inset
4162
4163 A+B
4164 \begin_inset Index idx
4165 status collapsed
4166
4167 \begin_layout Plain Layout
4168 Comandos ! O ! 
4169 \backslash
4170 overline
4171 \end_layout
4172
4173 \end_inset
4174
4175
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4185 \end_inset
4186
4187
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 </row>
4193 <row>
4194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198
4199 \backslash
4200 underline
4201 \begin_inset ERT
4202 status collapsed
4203
4204 \begin_layout Plain Layout
4205
4206
4207 \backslash
4208 spce 
4209 \end_layout
4210
4211 \end_inset
4212
4213 A+B
4214 \begin_inset Index idx
4215 status collapsed
4216
4217 \begin_layout Plain Layout
4218 Comandos ! U ! 
4219 \backslash
4220 underline
4221 \end_layout
4222
4223 \end_inset
4224
4225
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4235 \end_inset
4236
4237
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 </row>
4243 <row>
4244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248
4249 \backslash
4250 overline
4251 \begin_inset ERT
4252 status collapsed
4253
4254 \begin_layout Plain Layout
4255
4256
4257 \backslash
4258 spce 
4259 \end_layout
4260
4261 \end_inset
4262
4263
4264 \backslash
4265 underline
4266 \begin_inset ERT
4267 status collapsed
4268
4269 \begin_layout Plain Layout
4270
4271
4272 \backslash
4273 spce 
4274 \end_layout
4275
4276 \end_inset
4277
4278 A+B
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4288 \end_inset
4289
4290
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 </row>
4296 </lyxtabular>
4297
4298 \end_inset
4299
4300
4301 \end_layout
4302
4303 \begin_layout Standard
4304 En el último ejemplo es indiferente poner primero 
4305 \series bold
4306
4307 \backslash
4308 overline
4309 \series default
4310  o 
4311 \series bold
4312
4313 \backslash
4314 underline
4315 \series default
4316 .
4317 \end_layout
4318
4319 \begin_layout Standard
4320 Para poner doble subrayado, p.
4321 \begin_inset space \thinspace{}
4322 \end_inset
4323
4324 e.
4325  en resultados, se usa 
4326 \series bold
4327
4328 \backslash
4329 underline
4330 \series default
4331  dos veces.
4332 \end_layout
4333
4334 \begin_layout Standard
4335 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4336 \begin_inset VSpace bigskip
4337 \end_inset
4338
4339 Se pueden crear líneas personalizadas con el comando 
4340 \series bold
4341
4342 \backslash
4343 rule
4344 \series default
4345
4346 \begin_inset Index idx
4347 status collapsed
4348
4349 \begin_layout Plain Layout
4350 Comandos ! R ! 
4351 \backslash
4352 rule
4353 \end_layout
4354
4355 \end_inset
4356
4357  con el esquema siguiente:
4358 \end_layout
4359
4360 \begin_layout Standard
4361
4362 \series bold
4363
4364 \backslash
4365 rule[hueco vertical]{longitud}{grosor}
4366 \end_layout
4367
4368 \begin_layout Standard
4369 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4370  si el valor es negativo).
4371  Las unidades disponibles para los valores están listadas en
4372 \begin_inset space ~
4373 \end_inset
4374
4375
4376 \begin_inset CommandInset ref
4377 LatexCommand ref
4378 reference "tab:Unidades-disponibles"
4379
4380 \end_inset
4381
4382 .
4383  A continuación hay dos ejemplos de líneas creadas con los comandos
4384 \series bold
4385
4386 \begin_inset Newline newline
4387 \end_inset
4388
4389
4390 \backslash
4391 rule[-2ex]{3cm}{2pt}
4392 \series default
4393  y 
4394 \series bold
4395
4396 \backslash
4397 rule{2cm}{1pt}
4398 \series default
4399 :
4400 \end_layout
4401
4402 \begin_layout Standard
4403 Esto es una frase 
4404 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4405 \end_inset
4406
4407  con dos líneas.
4408 \end_layout
4409
4410 \begin_layout Standard
4411
4412 \series bold
4413
4414 \backslash
4415 rule
4416 \series default
4417  también se puede usar para texto insertando una línea mediante el menú
4418  
4419 \family sans
4420 Insertar\SpecialChar \menuseparator
4421 Formato\SpecialChar \menuseparator
4422 Línea horizontal
4423 \family default
4424 :
4425 \end_layout
4426
4427 \begin_layout Standard
4428 Esto es una frase 
4429 \begin_inset CommandInset line
4430 LatexCommand rule
4431 offset "0.5ex"
4432 width "3cm"
4433 height "1pt"
4434
4435 \end_inset
4436
4437  con una línea insertada.
4438 \end_layout
4439
4440 \begin_layout Subsection
4441 Puntos
4442 \begin_inset CommandInset label
4443 LatexCommand label
4444 name "sub:Puntos"
4445
4446 \end_inset
4447
4448
4449 \begin_inset Index idx
4450 status collapsed
4451
4452 \begin_layout Plain Layout
4453 Puntos
4454 \end_layout
4455
4456 \end_inset
4457
4458
4459 \end_layout
4460
4461 \begin_layout Standard
4462 Hay distintos tipos de puntos disponibles.
4463 \begin_inset Foot
4464 status open
4465
4466 \begin_layout Plain Layout
4467 En la barra de herramientas de ecuaciones, en el panel del botón 
4468 \begin_inset Graphics
4469         filename ../../images/math/ldots.png
4470         scale 85
4471
4472 \end_inset
4473
4474 .
4475 \end_layout
4476
4477 \end_inset
4478
4479  Para continuación en enumeraciones se usan puntos bajos, (
4480 \series bold
4481
4482 \backslash
4483 ldots
4484 \series default
4485
4486 \begin_inset Index idx
4487 status collapsed
4488
4489 \begin_layout Plain Layout
4490 Comandos ! L ! 
4491 \backslash
4492 ldots
4493 \end_layout
4494
4495 \end_inset
4496
4497 ), mientras que para operaciones se usan puntos centrados a la misma altura
4498  que los operadores, (
4499 \series bold
4500
4501 \backslash
4502 cdots
4503 \series default
4504
4505 \begin_inset Index idx
4506 status collapsed
4507
4508 \begin_layout Plain Layout
4509 Comandos ! C ! 
4510 \backslash
4511 cdots
4512 \end_layout
4513
4514 \end_inset
4515
4516 ).
4517  Si se usa el comando 
4518 \series bold
4519
4520 \backslash
4521 dots
4522 \series default
4523
4524 \begin_inset Index idx
4525 status collapsed
4526
4527 \begin_layout Plain Layout
4528 Comandos ! D ! 
4529 \backslash
4530 dots
4531 \end_layout
4532
4533 \end_inset
4534
4535 , LaTeX decide el tipo a usar en función del carácter siguiente.
4536 \end_layout
4537
4538 \begin_layout Standard
4539 \align center
4540 \begin_inset Tabular
4541 <lyxtabular version="3" rows="9" columns="2">
4542 <features tabularvalignment="middle">
4543 <column alignment="center" valignment="top" width="0pt">
4544 <column alignment="center" valignment="top" width="0pt">
4545 <row>
4546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550 Comando
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 Resultado
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 </row>
4565 <row>
4566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 A_1
4571 \begin_inset ERT
4572 status collapsed
4573
4574 \begin_layout Plain Layout
4575
4576
4577 \backslash
4578 spce 
4579 \end_layout
4580
4581 \end_inset
4582
4583 ,
4584 \backslash
4585 dots
4586 \begin_inset ERT
4587 status collapsed
4588
4589 \begin_layout Plain Layout
4590
4591
4592 \backslash
4593 spce 
4594 \end_layout
4595
4596 \end_inset
4597
4598 ,A_n
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 \begin_inset Formula $A_{1},\dots,A_{n}$
4608 \end_inset
4609
4610
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 A_1
4622 \begin_inset ERT
4623 status collapsed
4624
4625 \begin_layout Plain Layout
4626
4627
4628 \backslash
4629 spce 
4630 \end_layout
4631
4632 \end_inset
4633
4634 +
4635 \backslash
4636 dots
4637 \begin_inset ERT
4638 status collapsed
4639
4640 \begin_layout Plain Layout
4641
4642
4643 \backslash
4644 spce 
4645 \end_layout
4646
4647 \end_inset
4648
4649 +A_n
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 \begin_inset Formula $A_{1}+\dots+A_{n}$
4659 \end_inset
4660
4661
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 A_1
4673 \begin_inset ERT
4674 status collapsed
4675
4676 \begin_layout Plain Layout
4677
4678
4679 \backslash
4680 spce 
4681 \end_layout
4682
4683 \end_inset
4684
4685 ,
4686 \backslash
4687 ldots
4688 \begin_inset ERT
4689 status collapsed
4690
4691 \begin_layout Plain Layout
4692
4693
4694 \backslash
4695 spce 
4696 \end_layout
4697
4698 \end_inset
4699
4700 ,A_n
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 \begin_inset Formula $A_{1},\ldots,A_{n}$
4710 \end_inset
4711
4712
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 </row>
4718 <row>
4719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 A_1
4724 \begin_inset ERT
4725 status collapsed
4726
4727 \begin_layout Plain Layout
4728
4729
4730 \backslash
4731 spce 
4732 \end_layout
4733
4734 \end_inset
4735
4736 +
4737 \backslash
4738 cdots
4739 \begin_inset ERT
4740 status collapsed
4741
4742 \begin_layout Plain Layout
4743
4744
4745 \backslash
4746 spce 
4747 \end_layout
4748
4749 \end_inset
4750
4751 +A_n
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4761 \end_inset
4762
4763
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 </row>
4769 <row>
4770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774
4775 \backslash
4776 vdots
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 \begin_inset Formula $\vdots$
4786 \end_inset
4787
4788
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 </row>
4794 <row>
4795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799
4800 \backslash
4801 ddots
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810 \begin_inset Formula $\ddots$
4811 \end_inset
4812
4813
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 </row>
4819 <row>
4820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824
4825 \backslash
4826 iddots
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 \begin_inset Formula $\iddots$
4836 \end_inset
4837
4838
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 </row>
4844 <row>
4845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 Matriz
4850 \begin_inset space \thinspace{}
4851 \end_inset
4852
4853 3×3 con los distintos puntos
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 \begin_inset Formula $\begin{array}{ccc}
4863 A_{11} & \cdots & A_{1m}\\
4864 \vdots & \ddots & \vdots\\
4865 A_{n1} & \cdots & A_{nm}
4866 \end{array}$
4867 \end_inset
4868
4869
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 </row>
4875 </lyxtabular>
4876
4877 \end_inset
4878
4879
4880 \end_layout
4881
4882 \begin_layout Standard
4883 Los puntos suspensivos disponibles en el menú 
4884 \family sans
4885 Insertar\SpecialChar \menuseparator
4886 Carácter especial
4887 \family default
4888  son 
4889 \series bold
4890
4891 \backslash
4892 ldots
4893 \series default
4894 .
4895 \end_layout
4896
4897 \begin_layout Standard
4898 \begin_inset VSpace medskip
4899 \end_inset
4900
4901
4902 \end_layout
4903
4904 \begin_layout Standard
4905 Para usar 
4906 \series bold
4907
4908 \backslash
4909 iddots
4910 \series default
4911 , hay que marcar una de las opciones 
4912 \family sans
4913 Usar paquete mathdots (automáticamente)
4914 \family default
4915  en las 
4916 \family sans
4917 Opciones de ecuación
4918 \family default
4919  de la configuración del documento.
4920 \begin_inset Newline newline
4921 \end_inset
4922
4923 La opción 
4924 \family sans
4925 Usar paquete mathdots
4926 \family default
4927  mejorará el aspecto de todos los puntos en los documentos si su estilo
4928  o tamaño de tipografía no son los predeterminados.
4929 \end_layout
4930
4931 \begin_layout Standard
4932 \begin_inset VSpace medskip
4933 \end_inset
4934
4935 Hay puntos específicos para matrices que se extienden por varias columnas.
4936  Se generan con el comando 
4937 \series bold
4938
4939 \backslash
4940 hdotsfor
4941 \series default
4942
4943 \begin_inset Index idx
4944 status collapsed
4945
4946 \begin_layout Plain Layout
4947 Comandos ! H ! 
4948 \backslash
4949 hdotsfor
4950 \end_layout
4951
4952 \end_inset
4953
4954 , que tiene el siguiente esquema:
4955 \end_layout
4956
4957 \begin_layout Standard
4958
4959 \series bold
4960
4961 \backslash
4962 hdotsfor[distancia]{número de columnas}
4963 \end_layout
4964
4965 \begin_layout Standard
4966 Número de columnas especifica cuántas columnas deben abarcarse.
4967  Distancia es un factor para la separación entre los puntos.
4968 \end_layout
4969
4970 \begin_layout Standard
4971 En la siguiente matriz se ha insertado el comando 
4972 \series bold
4973
4974 \backslash
4975 hdotsfor[2]{4}
4976 \series default
4977  en el primer recuadro de la segunda línea para obtener puntos separados
4978  una distancia equivalente a dos veces la del comando 
4979 \series bold
4980
4981 \backslash
4982 dots
4983 \series default
4984 .
4985 \begin_inset Formula 
4986 \[
4987 \left(\begin{array}{cccc}
4988 A & B & C & D\\
4989 \hdotsfor[2]{4}\\
4990 q & w & e & r
4991 \end{array}\right)
4992 \]
4993
4994 \end_inset
4995
4996
4997 \end_layout
4998
4999 \begin_layout Standard
5000 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
5001  de lo contrario se producen errores de LaTeX.
5002 \end_layout
5003
5004 \begin_layout Standard
5005 \begin_inset VSpace bigskip
5006 \end_inset
5007
5008
5009 \end_layout
5010
5011 \begin_layout Standard
5012 Además, con el comando 
5013 \series bold
5014
5015 \backslash
5016 dotfill
5017 \series default
5018
5019 \begin_inset Index idx
5020 status collapsed
5021
5022 \begin_layout Plain Layout
5023 Comandos ! D ! 
5024 \backslash
5025 dotfill
5026 \end_layout
5027
5028 \end_inset
5029
5030  puedes completar con puntos una línea.
5031  El efecto de este tipo de comandos es como el de 
5032 \series bold
5033
5034 \backslash
5035 hfill
5036 \series default
5037 , véase 
5038 \begin_inset CommandInset ref
5039 LatexCommand ref
5040 reference "sub:Espacio-variable"
5041
5042 \end_inset
5043
5044 .
5045 \end_layout
5046
5047 \begin_layout Standard
5048 Por ejemplo el comando 
5049 \series bold
5050 A
5051 \backslash
5052 dotfill
5053 \series default
5054
5055 \begin_inset ERT
5056 status collapsed
5057
5058 \begin_layout Plain Layout
5059
5060
5061 \backslash
5062 spce 
5063 \end_layout
5064
5065 \end_inset
5066
5067
5068 \series bold
5069 B
5070 \series default
5071  genera
5072 \end_layout
5073
5074 \begin_layout Standard
5075 \begin_inset Formula $A\dotfill B$
5076 \end_inset
5077
5078
5079 \end_layout
5080
5081 \begin_layout Standard
5082 Un comando análogo a 
5083 \series bold
5084
5085 \backslash
5086 dotfill
5087 \series default
5088  para rellenar con una línea es 
5089 \series bold
5090
5091 \backslash
5092 hrulefill
5093 \series default
5094
5095 \begin_inset Index idx
5096 status collapsed
5097
5098 \begin_layout Plain Layout
5099 Comandos ! H ! 
5100 \backslash
5101 hrulefill
5102 \end_layout
5103
5104 \end_inset
5105
5106 :
5107 \end_layout
5108
5109 \begin_layout Standard
5110 \begin_inset Formula $A\hrulefill B$
5111 \end_inset
5112
5113
5114 \end_layout
5115
5116 \begin_layout Standard
5117 Para usar estos comandos en el texto, deben insertarse en modo TeX.
5118 \end_layout
5119
5120 \begin_layout Section
5121 Matrices
5122 \begin_inset CommandInset label
5123 LatexCommand label
5124 name "sec:Matrices"
5125
5126 \end_inset
5127
5128
5129 \begin_inset Index idx
5130 status collapsed
5131
5132 \begin_layout Plain Layout
5133 Matrices
5134 \end_layout
5135
5136 \end_inset
5137
5138
5139 \end_layout
5140
5141 \begin_layout Standard
5142 Se pueden insertar con el botón 
5143 \begin_inset Graphics
5144         filename ../../images/dialog-show_mathmatrix.png
5145         scale 85
5146
5147 \end_inset
5148
5149  de la barra de ecuaciones o con el menú 
5150 \family sans
5151 Insertar\SpecialChar \menuseparator
5152 Ecuación\SpecialChar \menuseparator
5153 Matriz
5154 \family default
5155 .
5156  Aparece una ventana en la que se pide el número de filas y columnas, la
5157  alineación y la decoración.
5158  La alineación vertical sólo es relevante para matrices en línea:
5159 \end_layout
5160
5161 \begin_layout Standard
5162 Esta primera matriz tiene alineación superior 
5163 \begin_inset Formula $\begin{array}[t]{cccc}
5164 A & D & G & J\\
5165 B & E & H & K\\
5166 D & F & I & L
5167 \end{array}$
5168 \end_inset
5169
5170  , la segunda alineación central 
5171 \begin_inset Formula $\begin{array}{cccc}
5172 A & D & G & J\\
5173 B & E & H & K\\
5174 D & F & I & L
5175 \end{array}$
5176 \end_inset
5177
5178  , y la tercera alineación inferior 
5179 \begin_inset Formula $\begin{array}[b]{cccc}
5180 A & D & G & J\\
5181 B & E & H & K\\
5182 D & F & I & L
5183 \end{array}$
5184 \end_inset
5185
5186 .
5187 \end_layout
5188
5189 \begin_layout Standard
5190 La alineación horizontal especifica cómo deben alinearse las entradas de
5191  la columna.
5192  Se determina mediante una letra para cada columna.
5193  
5194 \emph on
5195 l
5196 \emph default
5197  indica alineación a la izquierda, 
5198 \emph on
5199 c
5200 \emph default
5201  alineación centrada y 
5202 \emph on
5203 r
5204 \emph default
5205  alineación a la derecha.
5206  Por ejemplo, para componer una matriz
5207 \begin_inset space ~
5208 \end_inset
5209
5210 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
5211  centradas y la última a la derecha, se anota 
5212 \series bold
5213 lccr
5214 \series default
5215  en la alineación horizontal.
5216  Normalmente todas las columnas de una matriz están centradas, por tanto
5217  el valor por omisión es 
5218 \series bold
5219 c
5220 \series default
5221  para todas ellas.
5222 \end_layout
5223
5224 \begin_layout Standard
5225 Alineación horizontal:
5226 \end_layout
5227
5228 \begin_layout Standard
5229
5230 \series bold
5231 lll
5232 \series default
5233  : 
5234 \begin_inset Formula $\begin{array}{lll}
5235 10000 & D & G\\
5236 B & 10000 & H\\
5237 C & F & 10000
5238 \end{array}$
5239 \end_inset
5240
5241  , 
5242 \series bold
5243 ccc 
5244 \series default
5245
5246 \begin_inset Formula $\begin{array}{ccc}
5247 10000 & D & G\\
5248 B & 10000 & H\\
5249 C & F & 10000
5250 \end{array}$
5251 \end_inset
5252
5253  
5254 \series bold
5255 ,
5256 \series default
5257  
5258 \series bold
5259 rrr 
5260 \series default
5261
5262 \begin_inset Formula $\begin{array}{rrr}
5263 10000 & D & G\\
5264 B & 10000 & H\\
5265 C & F & 10000
5266 \end{array}$
5267 \end_inset
5268
5269
5270 \end_layout
5271
5272 \begin_layout Standard
5273 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5274  botones 
5275 \begin_inset Graphics
5276         filename ../../images/tabular-feature_append-row.png
5277         scale 85
5278
5279 \end_inset
5280
5281
5282 \begin_inset Graphics
5283         filename ../../images/tabular-feature_delete-row.png
5284         scale 85
5285
5286 \end_inset
5287
5288 , etc.
5289  de la barra de ecuaciones o el menú 
5290 \family sans
5291 Editar\SpecialChar \menuseparator
5292 Filas y columnas
5293 \family default
5294 .
5295  También se pueden añadir filas nuevas con 
5296 \family sans
5297 Ctrl+Entrar
5298 \family default
5299 .
5300 \end_layout
5301
5302 \begin_layout Standard
5303 \begin_inset VSpace bigskip
5304 \end_inset
5305
5306
5307 \end_layout
5308
5309 \begin_layout Standard
5310 La 
5311 \family sans
5312 Decoración
5313 \family default
5314  añade paréntesis en el estilo seleccionado alrededor de la matriz.
5315  Alternativamente, se pueden generar paréntesis con los comandos 
5316 \series bold
5317
5318 \backslash
5319 left
5320 \series default
5321
5322 \begin_inset Index idx
5323 status collapsed
5324
5325 \begin_layout Plain Layout
5326 Comandos ! L ! 
5327 \backslash
5328 left
5329 \end_layout
5330
5331 \end_inset
5332
5333  y 
5334 \series bold
5335
5336 \backslash
5337 right
5338 \series default
5339
5340 \begin_inset Index idx
5341 status collapsed
5342
5343 \begin_layout Plain Layout
5344 Comandos ! R ! 
5345 \backslash
5346 right
5347 \end_layout
5348
5349 \end_inset
5350
5351  (atajo 
5352 \family sans
5353 Alt+M
5354 \begin_inset space ~
5355 \end_inset
5356
5357 Paréntesis
5358 \family default
5359 ), véase 
5360 \begin_inset CommandInset ref
5361 LatexCommand ref
5362 reference "sub:Tamaño-automático-de"
5363
5364 \end_inset
5365
5366 , o usando los comandos siguientes:
5367 \end_layout
5368
5369 \begin_layout Standard
5370 \begin_inset VSpace medskip
5371 \end_inset
5372
5373
5374 \end_layout
5375
5376 \begin_layout Standard
5377 \begin_inset space \hfill{}
5378 \end_inset
5379
5380
5381 \begin_inset Tabular
5382 <lyxtabular version="3" rows="4" columns="2">
5383 <features tabularvalignment="middle">
5384 <column alignment="center" valignment="top" width="0">
5385 <column alignment="center" valignment="top" width="0">
5386 <row>
5387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391 Comando
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 Resultado
5401 \begin_inset Note Note
5402 status collapsed
5403
5404 \begin_layout Plain Layout
5405
5406 \series bold
5407
5408 \backslash
5409 raisebox
5410 \series default
5411  se usa sólo como espaciador
5412 \end_layout
5413
5414 \end_inset
5415
5416
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 </row>
5422 <row>
5423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427
5428 \backslash
5429 bmatrix
5430 \begin_inset ERT
5431 status collapsed
5432
5433 \begin_layout Plain Layout
5434
5435
5436 \backslash
5437 spce 
5438 \end_layout
5439
5440 \end_inset
5441
5442 2
5443 \series bold
5444 ×
5445 \series default
5446 2
5447 \begin_inset space \thinspace{}
5448 \end_inset
5449
5450 matriz
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5460 0 & \textrm{-}\mathrm{i}\\
5461 \mathrm{i} & 0
5462 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5463 \end_inset
5464
5465
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 </row>
5471 <row>
5472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476
5477 \backslash
5478 Bmatrix
5479 \begin_inset ERT
5480 status collapsed
5481
5482 \begin_layout Plain Layout
5483
5484
5485 \backslash
5486 spce 
5487 \end_layout
5488
5489 \end_inset
5490
5491 2×2
5492 \begin_inset space \thinspace{}
5493 \end_inset
5494
5495 matriz
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5505 0 & \textrm{-}\mathrm{i}\\
5506 \mathrm{i} & 0
5507 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5508 \end_inset
5509
5510
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 </row>
5516 <row>
5517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521
5522 \backslash
5523 pmatrix
5524 \begin_inset ERT
5525 status collapsed
5526
5527 \begin_layout Plain Layout
5528
5529
5530 \backslash
5531 spce 
5532 \end_layout
5533
5534 \end_inset
5535
5536 2
5537 \series bold
5538 ×
5539 \series default
5540 2
5541 \begin_inset space \thinspace{}
5542 \end_inset
5543
5544 matriz
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5554 0 & \textrm{-}\mathrm{i}\\
5555 \mathrm{i} & 0
5556 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5557 \end_inset
5558
5559
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 </row>
5565 </lyxtabular>
5566
5567 \end_inset
5568
5569
5570 \begin_inset space \hfill{}
5571 \end_inset
5572
5573
5574 \begin_inset Tabular
5575 <lyxtabular version="3" rows="4" columns="2">
5576 <features tabularvalignment="middle">
5577 <column alignment="center" valignment="top" width="0">
5578 <column alignment="center" valignment="top" width="0">
5579 <row>
5580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584 Comando
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 Resultado
5594 \begin_inset Note Note
5595 status collapsed
5596
5597 \begin_layout Plain Layout
5598
5599 \series bold
5600
5601 \backslash
5602 raisebox
5603 \series default
5604  se usa sólo como espaciador
5605 \end_layout
5606
5607 \end_inset
5608
5609
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 </row>
5615 <row>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620
5621 \backslash
5622 vmatrix
5623 \begin_inset ERT
5624 status collapsed
5625
5626 \begin_layout Plain Layout
5627
5628
5629 \backslash
5630 spce 
5631 \end_layout
5632
5633 \end_inset
5634
5635 2
5636 \series bold
5637 ×
5638 \series default
5639 2
5640 \begin_inset space \thinspace{}
5641 \end_inset
5642
5643 matriz
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5653 0 & \textrm{-}\mathrm{i}\\
5654 \mathrm{i} & 0
5655 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5656 \end_inset
5657
5658
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 </row>
5664 <row>
5665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669
5670 \backslash
5671 Vmatrix
5672 \begin_inset ERT
5673 status collapsed
5674
5675 \begin_layout Plain Layout
5676
5677
5678 \backslash
5679 spce 
5680 \end_layout
5681
5682 \end_inset
5683
5684 2
5685 \series bold
5686 ×
5687 \series default
5688 2
5689 \begin_inset space \thinspace{}
5690 \end_inset
5691
5692 matriz
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5702 0 & \textrm{-}\mathrm{i}\\
5703 \mathrm{i} & 0
5704 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5705 \end_inset
5706
5707
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 </row>
5713 <row>
5714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718
5719 \backslash
5720 matrix
5721 \begin_inset ERT
5722 status collapsed
5723
5724 \begin_layout Plain Layout
5725
5726
5727 \backslash
5728 spce 
5729 \end_layout
5730
5731 \end_inset
5732
5733 2
5734 \series bold
5735 ×
5736 \series default
5737 2
5738 \begin_inset space \thinspace{}
5739 \end_inset
5740
5741 matriz
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5751 0 & \textrm{-}\mathrm{i}\\
5752 \mathrm{i} & 0
5753 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5754 \end_inset
5755
5756
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 </row>
5762 </lyxtabular>
5763
5764 \end_inset
5765
5766
5767 \begin_inset space \hfill{}
5768 \end_inset
5769
5770
5771 \end_layout
5772
5773 \begin_layout Standard
5774 \begin_inset VSpace medskip
5775 \end_inset
5776
5777
5778 \end_layout
5779
5780 \begin_layout Standard
5781 Cuando se inserta p.
5782 \begin_inset space \thinspace{}
5783 \end_inset
5784
5785 e.
5786 \begin_inset space ~
5787 \end_inset
5788
5789
5790 \series bold
5791
5792 \backslash
5793 vmatrix
5794 \series default
5795 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5796  la matriz.
5797 \begin_inset Newline newline
5798 \end_inset
5799
5800 Hay que tener en cuenta que las matrices decoradas ignoran el alineamiento
5801  vertical.
5802 \end_layout
5803
5804 \begin_layout Standard
5805 \begin_inset Note Greyedout
5806 status open
5807
5808 \begin_layout Plain Layout
5809
5810 \series bold
5811 Nota:
5812 \series default
5813  LaTeX limita el número de columnas de matrices con decoraciones a 10.
5814  Si necesitas más de 10
5815 \begin_inset space ~
5816 \end_inset
5817
5818 columnas, debes añadir la siguiente línea en el preámbulo del documento:
5819 \end_layout
5820
5821 \begin_layout Plain Layout
5822
5823 \series bold
5824
5825 \backslash
5826 setcounter{MaxMatrixCols}{número}
5827 \end_layout
5828
5829 \begin_layout Plain Layout
5830 donde 
5831 \emph on
5832 número
5833 \emph default
5834  es el número de columnas entre 11 y 99.
5835 \end_layout
5836
5837 \end_inset
5838
5839
5840 \end_layout
5841
5842 \begin_layout Standard
5843 \begin_inset VSpace bigskip
5844 \end_inset
5845
5846
5847 \end_layout
5848
5849 \begin_layout Standard
5850 Como todas las ecuaciones multilínea son matrices, la longitud 
5851 \series bold
5852
5853 \backslash
5854 arraycolsep
5855 \series default
5856
5857 \begin_inset Index idx
5858 status collapsed
5859
5860 \begin_layout Plain Layout
5861 Comandos ! A ! 
5862 \backslash
5863 arraycolsep
5864 \end_layout
5865
5866 \end_inset
5867
5868 , que se describe en 
5869 \begin_inset CommandInset ref
5870 LatexCommand ref
5871 reference "sub:Separación-de-columnas"
5872
5873 \end_inset
5874
5875 , también se puede usar para cambiar la separación de las columnas en una
5876  matriz.
5877  Para cambiar la separación de las filas, se usa el comando 
5878 \series bold
5879
5880 \backslash
5881 arraystretch
5882 \series default
5883
5884 \begin_inset Index idx
5885 status collapsed
5886
5887 \begin_layout Plain Layout
5888 Comandos ! A ! 
5889 \backslash
5890 arraystretch
5891 \end_layout
5892
5893 \end_inset
5894
5895  de la siguiente manera:
5896 \end_layout
5897
5898 \begin_layout Standard
5899
5900 \series bold
5901
5902 \backslash
5903 renewcommand{
5904 \backslash
5905 arraystretch}{factor de separación}
5906 \begin_inset Index idx
5907 status collapsed
5908
5909 \begin_layout Plain Layout
5910 Comandos ! R ! 
5911 \backslash
5912 renewcommand
5913 \end_layout
5914
5915 \end_inset
5916
5917
5918 \end_layout
5919
5920 \begin_layout Standard
5921 El comando 
5922 \series bold
5923
5924 \backslash
5925 renewcommand
5926 \series default
5927  asigna el factor de separación al comando predefinido 
5928 \series bold
5929
5930 \backslash
5931 arraystretch
5932 \series default
5933 .
5934  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5935  Además, éste se usa para todas las matrices siguientes.
5936  Para volver a la separación original, asigna factor 1 a 
5937 \series bold
5938
5939 \backslash
5940 arraystretch
5941 \series default
5942 .
5943 \end_layout
5944
5945 \begin_layout Standard
5946 Para poner matrices en línea se usa el comando 
5947 \series bold
5948
5949 \backslash
5950 smallmatrix
5951 \series default
5952
5953 \begin_inset Index idx
5954 status collapsed
5955
5956 \begin_layout Plain Layout
5957 Comandos ! S ! 
5958 \backslash
5959 smallmatrix
5960 \end_layout
5961
5962 \end_inset
5963
5964 .
5965  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5966  se inserta la matriz.
5967  
5968 \end_layout
5969
5970 \begin_layout Standard
5971 Esto es una matriz 
5972 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5973 C & D
5974 \end{smallmatrix}\right)$
5975 \end_inset
5976
5977  en línea.
5978 \end_layout
5979
5980 \begin_layout Section
5981 Delimitadores
5982 \begin_inset Index idx
5983 status collapsed
5984
5985 \begin_layout Plain Layout
5986 Delimitadores
5987 \end_layout
5988
5989 \end_inset
5990
5991
5992 \end_layout
5993
5994 \begin_layout Subsection
5995 Delimitadores verticales
5996 \begin_inset Index idx
5997 status collapsed
5998
5999 \begin_layout Plain Layout
6000 Delimitadores ! verticales
6001 \end_layout
6002
6003 \end_inset
6004
6005
6006 \end_layout
6007
6008 \begin_layout Standard
6009 \begin_inset space \hfill{}
6010 \end_inset
6011
6012
6013 \begin_inset Tabular
6014 <lyxtabular version="3" rows="9" columns="2">
6015 <features tabularvalignment="middle">
6016 <column alignment="center" valignment="top" width="0pt">
6017 <column alignment="center" valignment="top" width="0pt">
6018 <row>
6019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 Comando
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 Resultado
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 </row>
6038 <row>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 (
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 \begin_inset Formula $($
6053 \end_inset
6054
6055
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 </row>
6061 <row>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 {
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 \begin_inset Formula $\{$
6076 \end_inset
6077
6078
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 </row>
6084 <row>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 [
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 \begin_inset Formula $[$
6099 \end_inset
6100
6101
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 </row>
6107 <row>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112
6113 \backslash
6114 langle
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 \begin_inset Formula $\langle$
6124 \end_inset
6125
6126
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 </row>
6132 <row>
6133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137
6138 \backslash
6139 lceil
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 \begin_inset Formula $\lceil$
6149 \end_inset
6150
6151
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 </row>
6157 <row>
6158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162
6163 \backslash
6164 lfloor
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 \begin_inset Formula $\lfloor$
6174 \end_inset
6175
6176
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 </row>
6182 <row>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 /
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 \begin_inset Formula $/$
6197 \end_inset
6198
6199
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 </row>
6205 <row>
6206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 |
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 \begin_inset Formula $|$
6220 \end_inset
6221
6222
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 </row>
6228 </lyxtabular>
6229
6230 \end_inset
6231
6232
6233 \begin_inset space \hfill{}
6234 \end_inset
6235
6236
6237 \begin_inset Tabular
6238 <lyxtabular version="3" rows="9" columns="2">
6239 <features tabularvalignment="middle">
6240 <column alignment="center" valignment="top" width="0pt">
6241 <column alignment="center" valignment="top" width="0pt">
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 Comando
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 Resultado
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 </row>
6262 <row>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 )
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 \begin_inset Formula $)$
6277 \end_inset
6278
6279
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 </row>
6285 <row>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 }
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 \begin_inset Formula $\}$
6300 \end_inset
6301
6302
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 </row>
6308 <row>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 ]
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 \begin_inset Formula $]$
6323 \end_inset
6324
6325
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 </row>
6331 <row>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336
6337 \backslash
6338 rangle
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 \begin_inset Formula $\rangle$
6348 \end_inset
6349
6350
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 </row>
6356 <row>
6357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361
6362 \backslash
6363 rceil
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 \begin_inset Formula $\rceil$
6373 \end_inset
6374
6375
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 </row>
6381 <row>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386
6387 \backslash
6388 rfloor
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 \begin_inset Formula $\rfloor$
6398 \end_inset
6399
6400
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 </row>
6406 <row>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411
6412 \backslash
6413
6414 \backslash
6415
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 \begin_inset Formula $\backslash$
6425 \end_inset
6426
6427
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 </row>
6433 <row>
6434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438
6439 \backslash
6440 |
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Plain Layout
6449 \begin_inset Formula $\|$
6450 \end_inset
6451
6452
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 </row>
6458 </lyxtabular>
6459
6460 \end_inset
6461
6462
6463 \begin_inset space \hfill{}
6464 \end_inset
6465
6466
6467 \end_layout
6468
6469 \begin_layout Standard
6470 \begin_inset Note Greyedout
6471 status open
6472
6473 \begin_layout Plain Layout
6474
6475 \series bold
6476 Nota
6477 \series default
6478 : En modo TeX hay que usar el comando 
6479 \series bold
6480
6481 \backslash
6482 textbackslash
6483 \series default
6484
6485 \begin_inset Index idx
6486 status collapsed
6487
6488 \begin_layout Plain Layout
6489 Comandos ! T ! 
6490 \backslash
6491 textbackslash
6492 \end_layout
6493
6494 \end_inset
6495
6496  para la barra invertida, porque si no el comando 
6497 \series bold
6498
6499 \backslash
6500
6501 \backslash
6502
6503 \series default
6504  genera un salto de línea.
6505 \end_layout
6506
6507 \end_inset
6508
6509
6510 \end_layout
6511
6512 \begin_layout Standard
6513 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6514  descritos en las dos subsecciones siguientes.
6515  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6516  < y > en vez de los comandos 
6517 \series bold
6518
6519 \backslash
6520 langle
6521 \series default
6522  y 
6523 \series bold
6524
6525 \backslash
6526 rangle
6527 \series default
6528 .
6529  
6530 \end_layout
6531
6532 \begin_layout Subsubsection
6533 Tamaño manual de los delimitadores
6534 \begin_inset CommandInset label
6535 LatexCommand label
6536 name "sub:Tamaño-manual-de"
6537
6538 \end_inset
6539
6540
6541 \begin_inset Index idx
6542 status collapsed
6543
6544 \begin_layout Plain Layout
6545 Delimitadores ! tamaño manual
6546 \end_layout
6547
6548 \end_inset
6549
6550
6551 \end_layout
6552
6553 \begin_layout Standard
6554 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6555  LaTeX 
6556 \series bold
6557
6558 \backslash
6559 big
6560 \series default
6561
6562 \begin_inset Index idx
6563 status collapsed
6564
6565 \begin_layout Plain Layout
6566 Comandos ! B ! 
6567 \backslash
6568 big
6569 \end_layout
6570
6571 \end_inset
6572
6573
6574 \series bold
6575
6576 \backslash
6577 Big
6578 \series default
6579
6580 \series bold
6581
6582 \backslash
6583 bigg
6584 \series default
6585 , y 
6586 \series bold
6587
6588 \backslash
6589 Bigg
6590 \series default
6591 .
6592  
6593 \series bold
6594
6595 \backslash
6596 big
6597 \series default
6598  indica el tamaño menor y 
6599 \series bold
6600
6601 \backslash
6602 Bigg
6603 \series default
6604  el mayor.
6605 \end_layout
6606
6607 \begin_layout Standard
6608 Estos comandos se usan para resaltar niveles de delimitación:
6609 \end_layout
6610
6611 \begin_layout Standard
6612 \noindent
6613 \align center
6614 \begin_inset Tabular
6615 <lyxtabular version="3" rows="2" columns="2">
6616 <features tabularvalignment="middle">
6617 <column alignment="center" valignment="top" width="0">
6618 <column alignment="center" valignment="top" width="0">
6619 <row>
6620 <cell alignment="center" valignment="top" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624 todos los delimitadores de igual tamaño:
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell alignment="center" valignment="top" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6634 \end_inset
6635
6636
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 </row>
6642 <row>
6643 <cell alignment="center" valignment="top" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 así tiene mejor aspecto:
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6657 \end_inset
6658
6659
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 </row>
6665 </lyxtabular>
6666
6667 \end_inset
6668
6669
6670 \begin_inset Note Note
6671 status collapsed
6672
6673 \begin_layout Plain Layout
6674
6675 \series bold
6676
6677 \backslash
6678 raisebox
6679 \series default
6680  se usa sólo como espaciador
6681 \end_layout
6682
6683 \end_inset
6684
6685
6686 \end_layout
6687
6688 \begin_layout Standard
6689 Para la segunda expresión se ha empleado el comando 
6690 \series bold
6691
6692 \backslash
6693 Big((A+B)(A-B)
6694 \backslash
6695 Big)^
6696 \series default
6697
6698 \begin_inset ERT
6699 status collapsed
6700
6701 \begin_layout Plain Layout
6702
6703
6704 \backslash
6705 spce 
6706 \end_layout
6707
6708 \end_inset
6709
6710
6711 \series bold
6712 C
6713 \series default
6714 .
6715 \end_layout
6716
6717 \begin_layout Standard
6718 He aquí una visión conjunta de todos los tamaños y delimitadores:
6719 \end_layout
6720
6721 \begin_layout Standard
6722 \noindent
6723 \align center
6724
6725 \backslash
6726 Bigg(
6727 \backslash
6728 exp
6729 \backslash
6730 bigg<
6731 \backslash
6732 Big[
6733 \backslash
6734 big{
6735 \backslash
6736 ln(3x)
6737 \backslash
6738 big}^2
6739 \begin_inset ERT
6740 status collapsed
6741
6742 \begin_layout Plain Layout
6743
6744
6745 \backslash
6746 spce 
6747 \end_layout
6748
6749 \end_inset
6750
6751
6752 \backslash
6753 sen(x)
6754 \backslash
6755 Big]^
6756 \begin_inset ERT
6757 status collapsed
6758
6759 \begin_layout Plain Layout
6760
6761
6762 \backslash
6763 spce 
6764 \end_layout
6765
6766 \end_inset
6767
6768 A
6769 \begin_inset ERT
6770 status collapsed
6771
6772 \begin_layout Plain Layout
6773
6774
6775 \backslash
6776 spce 
6777 \end_layout
6778
6779 \end_inset
6780
6781
6782 \backslash
6783 bigg>
6784 \backslash
6785 Bigg)^0,5
6786 \begin_inset Formula 
6787 \[
6788 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6789 \]
6790
6791 \end_inset
6792
6793
6794 \end_layout
6795
6796 \begin_layout Standard
6797 Además de los comandos 
6798 \series bold
6799
6800 \backslash
6801 big
6802 \series default
6803  hay la variante 
6804 \series bold
6805
6806 \backslash
6807 bigm
6808 \series default
6809
6810 \begin_inset Index idx
6811 status collapsed
6812
6813 \begin_layout Plain Layout
6814 Comandos ! B ! 
6815 \backslash
6816 bigm
6817 \end_layout
6818
6819 \end_inset
6820
6821 , que añade un poco más de espacio entre el delimitador y su contenido,
6822  y la variante 
6823 \series bold
6824
6825 \backslash
6826 bigl
6827 \series default
6828 -
6829 \series bold
6830
6831 \backslash
6832 bigr
6833 \series default
6834
6835 \begin_inset Index idx
6836 status collapsed
6837
6838 \begin_layout Plain Layout
6839 Comandos ! B ! 
6840 \backslash
6841 bigl - 
6842 \backslash
6843 bigr
6844 \end_layout
6845
6846 \end_inset
6847
6848 , que no añade espacio adicional.
6849  La 
6850 \emph on
6851 l
6852 \emph default
6853  al final del comando 
6854 \series bold
6855
6856 \backslash
6857 bigl 
6858 \series default
6859 es para el delimitador izquierdo, la 
6860 \emph on
6861 r
6862 \emph default
6863  es para el delimitador derecho.
6864  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6865  apertura o de cierre.
6866 \end_layout
6867
6868 \begin_layout Standard
6869 En el siguiente cuadro hay una comparación de las variantes:
6870 \end_layout
6871
6872 \begin_layout Standard
6873 \noindent
6874 \align center
6875 \begin_inset Tabular
6876 <lyxtabular version="3" rows="5" columns="2">
6877 <features tabularvalignment="middle">
6878 <column alignment="center" valignment="top" width="0">
6879 <column alignment="center" valignment="top" width="0">
6880 <row>
6881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 Comando
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 Resultado
6895 \begin_inset Note Note
6896 status collapsed
6897
6898 \begin_layout Plain Layout
6899
6900 \series bold
6901
6902 \backslash
6903 raisebox
6904 \series default
6905  se usa sólo como espaciador
6906 \end_layout
6907
6908 \end_inset
6909
6910
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 </row>
6916 <row>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921
6922 \backslash
6923 Bigm(
6924 \backslash
6925 bigm(
6926 \backslash
6927 ln(3x)
6928 \backslash
6929 bigm)^2
6930 \series bold
6931
6932 \begin_inset ERT
6933 status collapsed
6934
6935 \begin_layout Plain Layout
6936
6937
6938 \backslash
6939 spce 
6940 \end_layout
6941
6942 \end_inset
6943
6944
6945 \series default
6946
6947 \backslash
6948 Bigm)
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6958 \end_inset
6959
6960
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 </row>
6966 <row>
6967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971
6972 \backslash
6973 Big(
6974 \backslash
6975 big(
6976 \backslash
6977 ln(3x)
6978 \backslash
6979 big)^2
6980 \series bold
6981
6982 \begin_inset ERT
6983 status collapsed
6984
6985 \begin_layout Plain Layout
6986
6987
6988 \backslash
6989 spce 
6990 \end_layout
6991
6992 \end_inset
6993
6994
6995 \series default
6996
6997 \backslash
6998 Big)
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7008 \end_inset
7009
7010
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 </row>
7016 <row>
7017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021
7022 \backslash
7023 Bigl(
7024 \backslash
7025 bigl(
7026 \backslash
7027 ln(3x)
7028 \backslash
7029 bigr)^2
7030 \series bold
7031
7032 \begin_inset ERT
7033 status collapsed
7034
7035 \begin_layout Plain Layout
7036
7037
7038 \backslash
7039 spce 
7040 \end_layout
7041
7042 \end_inset
7043
7044
7045 \series default
7046
7047 \backslash
7048 Bigr)
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
7058 \end_inset
7059
7060
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 </row>
7066 <row>
7067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071
7072 \backslash
7073 bigl)
7074 \backslash
7075 ln(3x)
7076 \backslash
7077 bigr(
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7087 \end_inset
7088
7089
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 </row>
7095 </lyxtabular>
7096
7097 \end_inset
7098
7099
7100 \end_layout
7101
7102 \begin_layout Subsubsection
7103 Tamaño automático de los delimitadores
7104 \begin_inset CommandInset label
7105 LatexCommand label
7106 name "sub:Tamaño-automático-de"
7107
7108 \end_inset
7109
7110
7111 \begin_inset Index idx
7112 status collapsed
7113
7114 \begin_layout Plain Layout
7115 Delimitadores ! tamaño automático
7116 \end_layout
7117
7118 \end_inset
7119
7120
7121 \end_layout
7122
7123 \begin_layout Standard
7124 Se pueden insertar delimitadores de tamaño variable con los comandos 
7125 \series bold
7126
7127 \backslash
7128 left
7129 \series default
7130
7131 \begin_inset Index idx
7132 status collapsed
7133
7134 \begin_layout Plain Layout
7135 Comandos ! L ! 
7136 \backslash
7137 left
7138 \end_layout
7139
7140 \end_inset
7141
7142  y 
7143 \series bold
7144
7145 \backslash
7146 right
7147 \series default
7148
7149 \begin_inset Index idx
7150 status collapsed
7151
7152 \begin_layout Plain Layout
7153 Comandos ! R ! 
7154 \backslash
7155 right
7156 \end_layout
7157
7158 \end_inset
7159
7160  o con el botón de la barra de ecuaciones 
7161 \begin_inset Graphics
7162         filename ../../images/dialog-show_mathdelimiter.png
7163         scale 85
7164
7165 \end_inset
7166
7167 .
7168  El delimitador deseado se debe insertar directamente detrás de 
7169 \series bold
7170
7171 \backslash
7172 left
7173 \series default
7174  y 
7175 \series bold
7176
7177 \backslash
7178 right
7179 \series default
7180 .
7181  El tamaño se calculará automáticamente después para la salida.
7182  
7183 \end_layout
7184
7185 \begin_layout Standard
7186 \noindent
7187 \align center
7188 delimitador normal: El comando 
7189 \series bold
7190
7191 \backslash
7192 ln(
7193 \backslash
7194 frac
7195 \series default
7196
7197 \begin_inset ERT
7198 status collapsed
7199
7200 \begin_layout Plain Layout
7201
7202
7203 \backslash
7204 spce 
7205 \end_layout
7206
7207 \end_inset
7208
7209
7210 \series bold
7211 A
7212 \begin_inset Formula $\downarrow$
7213 \end_inset
7214
7215 C
7216 \series default
7217
7218 \begin_inset ERT
7219 status collapsed
7220
7221 \begin_layout Plain Layout
7222
7223
7224 \backslash
7225 spce
7226 \end_layout
7227
7228 \end_inset
7229
7230
7231 \series bold
7232 )
7233 \series default
7234  genera
7235 \begin_inset Formula 
7236 \[
7237 \ln(\frac{A}{C})
7238 \]
7239
7240 \end_inset
7241
7242
7243 \end_layout
7244
7245 \begin_layout Standard
7246 \noindent
7247 \align center
7248 delimitador multilínea: El comando 
7249 \series bold
7250
7251 \backslash
7252 ln
7253 \backslash
7254 left(
7255 \backslash
7256 frac
7257 \series default
7258
7259 \begin_inset ERT
7260 status collapsed
7261
7262 \begin_layout Plain Layout
7263
7264
7265 \backslash
7266 spce 
7267 \end_layout
7268
7269 \end_inset
7270
7271
7272 \series bold
7273 A
7274 \begin_inset Formula $\downarrow$
7275 \end_inset
7276
7277 C
7278 \series default
7279
7280 \begin_inset ERT
7281 status collapsed
7282
7283 \begin_layout Plain Layout
7284
7285
7286 \backslash
7287 spce 
7288 \end_layout
7289
7290 \end_inset
7291
7292
7293 \series bold
7294
7295 \backslash
7296 right)
7297 \series default
7298  genera
7299 \begin_inset Formula 
7300 \[
7301 \ln\left(\frac{A}{C}\right)
7302 \]
7303
7304 \end_inset
7305
7306
7307 \end_layout
7308
7309 \begin_layout Standard
7310 En lugar de 
7311 \series bold
7312
7313 \backslash
7314 left
7315 \series default
7316  y 
7317 \series bold
7318
7319 \backslash
7320 right
7321 \series default
7322  se puede usar el atajo 
7323 \family sans
7324 Alt+M
7325 \begin_inset space ~
7326 \end_inset
7327
7328 Corchete
7329 \family default
7330 .
7331  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7332  real del delimitador y además se genera el correspondiente delimitador
7333  de cierre.
7334 \begin_inset Newline newline
7335 \end_inset
7336
7337 El comando para el último ejemplo sería 
7338 \series bold
7339
7340 \backslash
7341 ln Alt+M
7342 \series default
7343  
7344 \series bold
7345 (
7346 \backslash
7347 frac
7348 \begin_inset ERT
7349 status collapsed
7350
7351 \begin_layout Plain Layout
7352
7353
7354 \backslash
7355 spce 
7356 \end_layout
7357
7358 \end_inset
7359
7360 A
7361 \begin_inset Formula $\downarrow$
7362 \end_inset
7363
7364
7365 \end_layout
7366
7367 \begin_layout Standard
7368 Para omitir uno de los dos delimitadores se inserta un punto.
7369  Por ejemplo, el comando 
7370 \series bold
7371
7372 \backslash
7373 left.
7374 \backslash
7375 frac
7376 \series default
7377
7378 \begin_inset ERT
7379 status collapsed
7380
7381 \begin_layout Plain Layout
7382
7383
7384 \backslash
7385 spce 
7386 \end_layout
7387
7388 \end_inset
7389
7390
7391 \series bold
7392 A
7393 \begin_inset Formula $\downarrow$
7394 \end_inset
7395
7396 B
7397 \series default
7398
7399 \begin_inset ERT
7400 status collapsed
7401
7402 \begin_layout Plain Layout
7403
7404
7405 \backslash
7406 spce 
7407 \end_layout
7408
7409 \end_inset
7410
7411
7412 \series bold
7413
7414 \backslash
7415 right}
7416 \series default
7417  da lugar a:
7418 \begin_inset Formula 
7419 \[
7420 \left.\frac{A}{B}\right\} 
7421 \]
7422
7423 \end_inset
7424
7425
7426 \end_layout
7427
7428 \begin_layout Standard
7429 LyX convertirá los comandos 
7430 \series bold
7431
7432 \backslash
7433 left
7434 \series default
7435  y 
7436 \series bold
7437
7438 \backslash
7439 right
7440 \series default
7441  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7442  omitido aparecerá como línea de trazos.
7443  
7444 \begin_inset VSpace bigskip
7445 \end_inset
7446
7447
7448 \end_layout
7449
7450 \begin_layout Standard
7451 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7452  de LaTeX, el comando 
7453 \series bold
7454
7455 \backslash
7456 middle
7457 \series default
7458
7459 \begin_inset Index idx
7460 status collapsed
7461
7462 \begin_layout Plain Layout
7463 Comandos ! M ! 
7464 \backslash
7465 middle
7466 \end_layout
7467
7468 \end_inset
7469
7470  está también disponible para todos los delimitadores y límites.
7471  Con este comando la altura del siguiente carácter se adapta a la de los
7472  delimitadores circundantes, lo que es necesario, p.
7473 \begin_inset space \thinspace{}
7474 \end_inset
7475
7476 e., para vectores cuánticos: 
7477 \begin_inset Formula 
7478 \[
7479 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7480 \]
7481
7482 \end_inset
7483
7484
7485 \end_layout
7486
7487 \begin_layout Standard
7488 Para este tipo de vectores hay un paquete LaTeX específico que se describe
7489  en
7490 \begin_inset space ~
7491 \end_inset
7492
7493
7494 \begin_inset CommandInset ref
7495 LatexCommand ref
7496 reference "sub:Vectores-cuánticos"
7497
7498 \end_inset
7499
7500 .
7501 \end_layout
7502
7503 \begin_layout Subsection
7504 Delimitadores horizontales
7505 \begin_inset Index idx
7506 status collapsed
7507
7508 \begin_layout Plain Layout
7509 Delimitadores ! horizontales
7510 \end_layout
7511
7512 \end_inset
7513
7514
7515 \end_layout
7516
7517 \begin_layout Standard
7518 \noindent
7519 \align center
7520 \begin_inset Tabular
7521 <lyxtabular version="3" rows="4" columns="2">
7522 <features tabularvalignment="middle">
7523 <column alignment="center" valignment="top" width="0">
7524 <column alignment="center" valignment="top" width="0">
7525 <row>
7526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530 Comando
7531 \begin_inset Note Note
7532 status collapsed
7533
7534 \begin_layout Plain Layout
7535
7536 \series bold
7537
7538 \backslash
7539 raisebox
7540 \series default
7541  se usa sólo como espaciador
7542 \end_layout
7543
7544 \end_inset
7545
7546
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555 Resultado
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 </row>
7561 <row>
7562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7563 \begin_inset Text
7564
7565 \begin_layout Plain Layout
7566 \begin_inset ERT
7567 status collapsed
7568
7569 \begin_layout Plain Layout
7570
7571
7572 \backslash
7573 raisebox{2.3mm}{
7574 \end_layout
7575
7576 \end_inset
7577
7578
7579 \backslash
7580 overbrace
7581 \begin_inset ERT
7582 status collapsed
7583
7584 \begin_layout Plain Layout
7585
7586
7587 \backslash
7588 spce 
7589 \end_layout
7590
7591 \end_inset
7592
7593 A+B
7594 \begin_inset ERT
7595 status collapsed
7596
7597 \begin_layout Plain Layout
7598
7599
7600 \backslash
7601 spce 
7602 \end_layout
7603
7604 \end_inset
7605
7606 ^
7607 \begin_inset ERT
7608 status collapsed
7609
7610 \begin_layout Plain Layout
7611
7612
7613 \backslash
7614 spce 
7615 \end_layout
7616
7617 \end_inset
7618
7619 3
7620 \begin_inset ERT
7621 status collapsed
7622
7623 \begin_layout Plain Layout
7624
7625 }
7626 \end_layout
7627
7628 \end_inset
7629
7630
7631 \begin_inset Index idx
7632 status collapsed
7633
7634 \begin_layout Plain Layout
7635 Comandos ! O ! 
7636 \backslash
7637 overbrace
7638 \end_layout
7639
7640 \end_inset
7641
7642
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 \begin_inset Formula $\overbrace{A+B}^{3}$
7652 \end_inset
7653
7654
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 <row>
7661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 \begin_inset ERT
7666 status collapsed
7667
7668 \begin_layout Plain Layout
7669
7670
7671 \backslash
7672 raisebox{-2.2mm}{
7673 \end_layout
7674
7675 \end_inset
7676
7677
7678 \backslash
7679 underbrace
7680 \begin_inset ERT
7681 status collapsed
7682
7683 \begin_layout Plain Layout
7684
7685
7686 \backslash
7687 spce 
7688 \end_layout
7689
7690 \end_inset
7691
7692 A+B
7693 \begin_inset ERT
7694 status collapsed
7695
7696 \begin_layout Plain Layout
7697
7698
7699 \backslash
7700 spce 
7701 \end_layout
7702
7703 \end_inset
7704
7705 _5
7706 \begin_inset ERT
7707 status collapsed
7708
7709 \begin_layout Plain Layout
7710
7711 }
7712 \end_layout
7713
7714 \end_inset
7715
7716
7717 \begin_inset Index idx
7718 status collapsed
7719
7720 \begin_layout Plain Layout
7721 Comandos ! U ! 
7722 \backslash
7723 underbrace
7724 \end_layout
7725
7726 \end_inset
7727
7728
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737 \begin_inset Formula $\underbrace{A+B}_{5}$
7738 \end_inset
7739
7740
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 </row>
7746 <row>
7747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751
7752 \backslash
7753 overbrace
7754 \begin_inset ERT
7755 status collapsed
7756
7757 \begin_layout Plain Layout
7758
7759
7760 \backslash
7761 spce 
7762 \end_layout
7763
7764 \end_inset
7765
7766
7767 \backslash
7768 underbrace
7769 \begin_inset ERT
7770 status collapsed
7771
7772 \begin_layout Plain Layout
7773
7774
7775 \backslash
7776 spce 
7777 \end_layout
7778
7779 \end_inset
7780
7781 A+B_w
7782 \begin_inset ERT
7783 status collapsed
7784
7785 \begin_layout Plain Layout
7786
7787
7788 \backslash
7789 spce 
7790 \end_layout
7791
7792 \end_inset
7793
7794
7795 \begin_inset ERT
7796 status collapsed
7797
7798 \begin_layout Plain Layout
7799
7800
7801 \backslash
7802 spce 
7803 \end_layout
7804
7805 \end_inset
7806
7807 _7
7808 \begin_inset ERT
7809 status collapsed
7810
7811 \begin_layout Plain Layout
7812
7813
7814 \backslash
7815 spce 
7816 \end_layout
7817
7818 \end_inset
7819
7820
7821 \begin_inset ERT
7822 status collapsed
7823
7824 \begin_layout Plain Layout
7825
7826
7827 \backslash
7828 spce 
7829 \end_layout
7830
7831 \end_inset
7832
7833 ^
7834 \begin_inset ERT
7835 status collapsed
7836
7837 \begin_layout Plain Layout
7838
7839
7840 \backslash
7841 spce 
7842 \end_layout
7843
7844 \end_inset
7845
7846 C
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7856 \end_inset
7857
7858
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 </row>
7864 </lyxtabular>
7865
7866 \end_inset
7867
7868
7869 \end_layout
7870
7871 \begin_layout Standard
7872 En el último ejemplo no importa en qué orden se introducen los comandos
7873  
7874 \series bold
7875
7876 \backslash
7877 overbrace
7878 \series default
7879  y 
7880 \series bold
7881
7882 \backslash
7883 underbrace
7884 \series default
7885 .
7886 \begin_inset VSpace bigskip
7887 \end_inset
7888
7889
7890 \end_layout
7891
7892 \begin_layout Standard
7893 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7894  multilínea, como se describe en
7895 \begin_inset space ~
7896 \end_inset
7897
7898
7899 \begin_inset CommandInset ref
7900 LatexCommand ref
7901 reference "sec:Ecuaciones-multilínea"
7902
7903 \end_inset
7904
7905 :
7906 \begin_inset Formula 
7907 \begin{eqnarray*}
7908 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7909  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7910 \end{eqnarray*}
7911
7912 \end_inset
7913
7914 En la primera fila se insertan la ecuación y la primera llave.
7915  Aquí es importante insertar el comando de espacio
7916 \begin_inset Foot
7917 status collapsed
7918
7919 \begin_layout Plain Layout
7920 Los comandos para espacios se explican en 
7921 \begin_inset CommandInset ref
7922 LatexCommand ref
7923 reference "sub:Espacio-predefinido"
7924
7925 \end_inset
7926
7927
7928 \end_layout
7929
7930 \end_inset
7931
7932  
7933 \series bold
7934
7935 \backslash
7936 :
7937 \series default
7938  antes de la primera
7939 \series bold
7940  
7941 \series default
7942
7943 \begin_inset Formula $d$
7944 \end_inset
7945
7946 , porque la llave que termina detrás de 
7947 \begin_inset Formula $q$
7948 \end_inset
7949
7950  impide que el siguiente 
7951 \begin_inset Quotes fld
7952 \end_inset
7953
7954 +
7955 \begin_inset Quotes frd
7956 \end_inset
7957
7958  esté rodeado de espacio.
7959 \begin_inset Foot
7960 status collapsed
7961
7962 \begin_layout Plain Layout
7963 Debido a que la llave no es considerada como carácter, véase 
7964 \begin_inset CommandInset ref
7965 LatexCommand ref
7966 reference "sub:Operadores-binarios"
7967
7968 \end_inset
7969
7970
7971 \end_layout
7972
7973 \end_inset
7974
7975  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7976  de 
7977 \begin_inset Formula $b$
7978 \end_inset
7979
7980  se inserta antes el comando 
7981 \series bold
7982
7983 \backslash
7984 hphantom{gggg+
7985 \backslash
7986 :}
7987 \series default
7988 .
7989 \begin_inset Foot
7990 status collapsed
7991
7992 \begin_layout Plain Layout
7993 Más sobre 
7994 \series bold
7995
7996 \backslash
7997 hphantom
7998 \series default
7999  en 
8000 \begin_inset CommandInset ref
8001 LatexCommand ref
8002 reference "sub:Espacios-reservados"
8003
8004 \end_inset
8005
8006
8007 \end_layout
8008
8009 \end_inset
8010
8011  Ese espacio es necesario porque el signo 
8012 \begin_inset Quotes fld
8013 \end_inset
8014
8015 +
8016 \begin_inset Quotes frd
8017 \end_inset
8018
8019  va seguido de un espacio en la ecuación.
8020  La llave se coloca bajo el comando 
8021 \series bold
8022
8023 \backslash
8024 hphantom{bbqq+dddd}
8025 \series default
8026 .
8027  
8028 \end_layout
8029
8030 \begin_layout Standard
8031 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
8032  ejemplo:
8033 \begin_inset ERT
8034 status collapsed
8035
8036 \begin_layout Plain Layout
8037
8038
8039 \backslash
8040 setlength{
8041 \backslash
8042 jot}{-6pt}
8043 \end_layout
8044
8045 \end_inset
8046
8047
8048 \begin_inset Formula 
8049 \begin{eqnarray*}
8050  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8051 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8052 \end{eqnarray*}
8053
8054 \end_inset
8055
8056
8057 \begin_inset ERT
8058 status collapsed
8059
8060 \begin_layout Plain Layout
8061
8062
8063 \backslash
8064 setlength{
8065 \backslash
8066 jot}{3pt}
8067 \end_layout
8068
8069 \end_inset
8070
8071 La primera fila de la ecuación es igual que la segunda fila del ejemplo
8072  anterior, con la diferencia de que la llave está encima.
8073  La segunda fila contiene la ecuación junto con la segunda llave.
8074  Para evitar que haya demasiado espacio entre la llave superior en la primera
8075  fila y la ecuación hay que reducirlo.
8076  Esto no es fácil de hacer debido a un fallo de LyX.
8077 \begin_inset Foot
8078 status collapsed
8079
8080 \begin_layout Plain Layout
8081 \begin_inset CommandInset href
8082 LatexCommand href
8083 name "LyX-bug #1505"
8084 target "http://www.lyx.org/trac/ticket/1505"
8085
8086 \end_inset
8087
8088
8089 \end_layout
8090
8091 \end_inset
8092
8093  Una solución es cambiar la separación global de filas en la ecuación, 
8094 \series bold
8095
8096 \backslash
8097 jot
8098 \series default
8099
8100 \begin_inset Index idx
8101 status collapsed
8102
8103 \begin_layout Plain Layout
8104 Comandos ! J ! 
8105 \backslash
8106 jot
8107 \end_layout
8108
8109 \end_inset
8110
8111 , en -6
8112 \begin_inset space \thinspace{}
8113 \end_inset
8114
8115 pt insertando antes de la ecuación el comando 
8116 \series bold
8117
8118 \backslash
8119 setlength{
8120 \backslash
8121 jot}{-6pt}
8122 \series default
8123  en modo TeX.
8124  Después de la ecuación se vuelve al valor normal 3
8125 \begin_inset space \thinspace{}
8126 \end_inset
8127
8128 pt de 
8129 \series bold
8130
8131 \backslash
8132 jot
8133 \series default
8134  usando el mismo comando.
8135  Más información sobre separación de filas en ecuaciones en
8136 \begin_inset space ~
8137 \end_inset
8138
8139
8140 \begin_inset CommandInset ref
8141 LatexCommand ref
8142 reference "sub:Separación-de-líneas"
8143
8144 \end_inset
8145
8146 .
8147 \end_layout
8148
8149 \begin_layout Section
8150 Flechas
8151 \begin_inset Index idx
8152 status collapsed
8153
8154 \begin_layout Plain Layout
8155 Flechas
8156 \end_layout
8157
8158 \end_inset
8159
8160
8161 \end_layout
8162
8163 \begin_layout Standard
8164 Las flechas se pueden insertar con el botón 
8165 \begin_inset Graphics
8166         filename ../../images/math/leftarrow.png
8167         scale 85
8168
8169 \end_inset
8170
8171  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
8172  siguientes.
8173 \end_layout
8174
8175 \begin_layout Subsection
8176 Flechas horizontales
8177 \begin_inset Index idx
8178 status collapsed
8179
8180 \begin_layout Plain Layout
8181 Flechas ! horizontales
8182 \end_layout
8183
8184 \end_inset
8185
8186
8187 \end_layout
8188
8189 \begin_layout Standard
8190 \begin_inset space \hfill{}
8191 \end_inset
8192
8193
8194 \begin_inset Tabular
8195 <lyxtabular version="3" rows="8" columns="2">
8196 <features tabularvalignment="middle">
8197 <column alignment="center" valignment="top" width="0pt">
8198 <column alignment="center" valignment="top" width="0pt">
8199 <row>
8200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 Comando
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 Resultado
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \backslash
8226 gets
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 \begin_inset Formula $\gets$
8236 \end_inset
8237
8238
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 </row>
8244 <row>
8245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249
8250 \backslash
8251 Leftarrow
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 \begin_inset Formula $\Leftarrow$
8261 \end_inset
8262
8263
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 </row>
8269 <row>
8270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274
8275 \backslash
8276 longleftarrow
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 \begin_inset Formula $\longleftarrow$
8286 \end_inset
8287
8288
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \backslash
8301 Longleftarrow
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 \begin_inset Formula $\Longleftarrow$
8311 \end_inset
8312
8313
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 </row>
8319 <row>
8320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324
8325 \backslash
8326 leftharpoonup
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 \begin_inset Formula $\leftharpoonup$
8336 \end_inset
8337
8338
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 </row>
8344 <row>
8345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349
8350 \backslash
8351 leftharpoondown
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 \begin_inset Formula $\leftharpoondown$
8361 \end_inset
8362
8363
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 </row>
8369 <row>
8370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374
8375 \backslash
8376 hookleftarrow
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 \begin_inset Formula $\hookleftarrow$
8386 \end_inset
8387
8388
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 </lyxtabular>
8395
8396 \end_inset
8397
8398
8399 \begin_inset space \hfill{}
8400 \end_inset
8401
8402
8403 \begin_inset Tabular
8404 <lyxtabular version="3" rows="8" columns="2">
8405 <features tabularvalignment="middle">
8406 <column alignment="center" valignment="top" width="0pt">
8407 <column alignment="center" valignment="top" width="0pt">
8408 <row>
8409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413 Comando
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422 Resultado
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 </row>
8428 <row>
8429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433
8434 \backslash
8435 to
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444 \begin_inset Formula $\to$
8445 \end_inset
8446
8447
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 </row>
8453 <row>
8454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458
8459 \backslash
8460 Rightarrow
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469 \begin_inset Formula $\Rightarrow$
8470 \end_inset
8471
8472
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 </row>
8478 <row>
8479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483
8484 \backslash
8485 longrightarrow
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 \begin_inset Formula $\longrightarrow$
8495 \end_inset
8496
8497
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 </row>
8503 <row>
8504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508
8509 \backslash
8510 Longrightarrow
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 \begin_inset Formula $\Longrightarrow$
8520 \end_inset
8521
8522
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 </row>
8528 <row>
8529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533
8534 \backslash
8535 rightharpoonup
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 \begin_inset Formula $\rightharpoonup$
8545 \end_inset
8546
8547
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 </row>
8553 <row>
8554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558
8559 \backslash
8560 rightharpoondown
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569 \begin_inset Formula $\rightharpoondown$
8570 \end_inset
8571
8572
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 </row>
8578 <row>
8579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583
8584 \backslash
8585 hookrightarrow
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 \begin_inset Formula $\hookrightarrow$
8595 \end_inset
8596
8597
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 </row>
8603 </lyxtabular>
8604
8605 \end_inset
8606
8607
8608 \begin_inset space \hfill{}
8609 \end_inset
8610
8611
8612 \end_layout
8613
8614 \begin_layout Standard
8615 \begin_inset space \hfill{}
8616 \end_inset
8617
8618
8619 \begin_inset Tabular
8620 <lyxtabular version="3" rows="6" columns="2">
8621 <features tabularvalignment="middle">
8622 <column alignment="center" valignment="top" width="0pt">
8623 <column alignment="center" valignment="top" width="0pt">
8624 <row>
8625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 Comando
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 Resultado
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 </row>
8644 <row>
8645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649
8650 \backslash
8651 leftrightarrow
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 \begin_inset Formula $\leftrightarrow$
8661 \end_inset
8662
8663
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 </row>
8669 <row>
8670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674
8675 \backslash
8676 Leftrightarrow
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 \begin_inset Formula $\Leftrightarrow$
8686 \end_inset
8687
8688
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699
8700 \backslash
8701 longleftrightarrow
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 \begin_inset Formula $\longleftrightarrow$
8711 \end_inset
8712
8713
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 </row>
8719 <row>
8720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724
8725 \backslash
8726 Longleftrightarrow
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 \begin_inset Formula $\Longleftrightarrow$
8736 \end_inset
8737
8738
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 </row>
8744 <row>
8745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749
8750 \backslash
8751 rightleftharpoons
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 \begin_inset Formula $\rightleftharpoons$
8761 \end_inset
8762
8763
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 </row>
8769 </lyxtabular>
8770
8771 \end_inset
8772
8773
8774 \begin_inset space \hspace{}
8775 \length 25pt
8776 \end_inset
8777
8778
8779 \begin_inset space \hfill{}
8780 \end_inset
8781
8782
8783 \begin_inset Tabular
8784 <lyxtabular version="3" rows="5" columns="2">
8785 <features tabularvalignment="middle">
8786 <column alignment="center" valignment="top" width="0pt">
8787 <column alignment="center" valignment="top" width="0pt">
8788 <row>
8789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 Comando
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 Resultado
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 </row>
8808 <row>
8809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813
8814 \backslash
8815 mapsto
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 \begin_inset Formula $\mapsto$
8825 \end_inset
8826
8827
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 </row>
8833 <row>
8834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838
8839 \backslash
8840 longmapsto
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 \begin_inset Formula $\longmapsto$
8850 \end_inset
8851
8852
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 </row>
8858 <row>
8859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863
8864 \backslash
8865 leadsto
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 \begin_inset Formula $\leadsto$
8875 \end_inset
8876
8877
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 </row>
8883 <row>
8884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888
8889 \backslash
8890 dasharrow
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 \begin_inset Formula $\dasharrow$
8900 \end_inset
8901
8902
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 </row>
8908 </lyxtabular>
8909
8910 \end_inset
8911
8912
8913 \begin_inset space \hfill{}
8914 \end_inset
8915
8916
8917 \begin_inset VSpace medskip
8918 \end_inset
8919
8920
8921 \end_layout
8922
8923 \begin_layout Standard
8924 Las flechas que se utilizan como acentos, p.
8925 \begin_inset space \thinspace{}
8926 \end_inset
8927
8928 e.
8929  en vectores, se describen en 
8930 \begin_inset CommandInset ref
8931 LatexCommand ref
8932 reference "sec:Acentos"
8933
8934 \end_inset
8935
8936 .
8937  
8938 \begin_inset VSpace bigskip
8939 \end_inset
8940
8941
8942 \end_layout
8943
8944 \begin_layout Standard
8945 Además hay las flechas etiquetadas
8946 \begin_inset Index idx
8947 status collapsed
8948
8949 \begin_layout Plain Layout
8950 Flechas ! etiquetadas
8951 \end_layout
8952
8953 \end_inset
8954
8955  
8956 \series bold
8957
8958 \backslash
8959 xleftarrow
8960 \series default
8961
8962 \begin_inset Index idx
8963 status collapsed
8964
8965 \begin_layout Plain Layout
8966 Comandos ! X ! 
8967 \backslash
8968 xleftarrow
8969 \end_layout
8970
8971 \end_inset
8972
8973  y 
8974 \series bold
8975
8976 \backslash
8977 xrightarrow
8978 \series default
8979
8980 \begin_inset Index idx
8981 status collapsed
8982
8983 \begin_layout Plain Layout
8984 Comandos ! X ! 
8985 \backslash
8986 xrightarrow
8987 \begin_inset ERT
8988 status collapsed
8989
8990 \begin_layout Plain Layout
8991
8992
8993 \backslash
8994 vspace{4mm}
8995 \end_layout
8996
8997 \end_inset
8998
8999
9000 \end_layout
9001
9002 \end_inset
9003
9004 .
9005  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
9006  con dos marcos azules donde se puede insertar la etiqueta.
9007  La longitud de la flecha se adapta a la anchura de la etiqueta.
9008 \end_layout
9009
9010 \begin_layout Standard
9011 \noindent
9012 \align center
9013 \begin_inset Tabular
9014 <lyxtabular version="3" rows="3" columns="2">
9015 <features tabularvalignment="middle">
9016 <column alignment="center" valignment="top" width="0">
9017 <column alignment="center" valignment="top" width="0">
9018 <row>
9019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 Comando
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 Resultado
9033 \begin_inset Note Note
9034 status collapsed
9035
9036 \begin_layout Plain Layout
9037
9038 \series bold
9039
9040 \backslash
9041 raisebox
9042 \series default
9043  se usa sólo como espaciador
9044 \end_layout
9045
9046 \end_inset
9047
9048
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 </row>
9054 <row>
9055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 F(a)
9060 \backslash
9061 xleftarrow
9062 \begin_inset ERT
9063 status collapsed
9064
9065 \begin_layout Plain Layout
9066
9067
9068 \backslash
9069 spce 
9070 \end_layout
9071
9072 \end_inset
9073
9074 x=a
9075 \begin_inset Formula $\downarrow$
9076 \end_inset
9077
9078 x>0
9079 \begin_inset Formula $\to$
9080 \end_inset
9081
9082 F(x)
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9092 \end_inset
9093
9094
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 </row>
9100 <row>
9101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105 F(x)
9106 \backslash
9107 xrightarrow
9108 \begin_inset ERT
9109 status collapsed
9110
9111 \begin_layout Plain Layout
9112
9113
9114 \backslash
9115 spce 
9116 \end_layout
9117
9118 \end_inset
9119
9120 x=a
9121 \begin_inset Formula $\downarrow$
9122 \end_inset
9123
9124 x>0
9125 \begin_inset Formula $\to$
9126 \end_inset
9127
9128 F(a)
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9138 \end_inset
9139
9140
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 </row>
9146 </lyxtabular>
9147
9148 \end_inset
9149
9150
9151 \end_layout
9152
9153 \begin_layout Subsection
9154 Flechas verticales y diagonales
9155 \begin_inset Index idx
9156 status collapsed
9157
9158 \begin_layout Plain Layout
9159 Flechas ! diagonales
9160 \end_layout
9161
9162 \end_inset
9163
9164
9165 \begin_inset Index idx
9166 status collapsed
9167
9168 \begin_layout Plain Layout
9169 Flechas ! verticales
9170 \end_layout
9171
9172 \end_inset
9173
9174
9175 \end_layout
9176
9177 \begin_layout Standard
9178 \begin_inset space \hfill{}
9179 \end_inset
9180
9181
9182 \begin_inset Tabular
9183 <lyxtabular version="3" rows="7" columns="2">
9184 <features tabularvalignment="middle">
9185 <column alignment="center" valignment="top" width="0pt">
9186 <column alignment="center" valignment="top" width="0pt">
9187 <row>
9188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 Comando
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 Resultado
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 </row>
9207 <row>
9208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212
9213 \backslash
9214 uparrow
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 \begin_inset Formula $\uparrow$
9224 \end_inset
9225
9226
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 </row>
9232 <row>
9233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237
9238 \backslash
9239 Uparrow
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248 \begin_inset Formula $\Uparrow$
9249 \end_inset
9250
9251
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 </row>
9257 <row>
9258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262
9263 \backslash
9264 updownarrow
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 \begin_inset Formula $\updownarrow$
9274 \end_inset
9275
9276
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 </row>
9282 <row>
9283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287
9288 \backslash
9289 Updownarrow
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 \begin_inset Formula $\Updownarrow$
9299 \end_inset
9300
9301
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 </row>
9307 <row>
9308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312
9313 \backslash
9314 Downarrow
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 \begin_inset Formula $\Downarrow$
9324 \end_inset
9325
9326
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 </row>
9332 <row>
9333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337
9338 \backslash
9339 downarrow
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 $\downarrow$
9349 \end_inset
9350
9351
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 </row>
9357 </lyxtabular>
9358
9359 \end_inset
9360
9361
9362 \begin_inset space \hfill{}
9363 \end_inset
9364
9365
9366 \begin_inset Tabular
9367 <lyxtabular version="3" rows="5" columns="2">
9368 <features tabularvalignment="middle">
9369 <column alignment="center" valignment="top" width="0pt">
9370 <column alignment="center" valignment="top" width="0pt">
9371 <row>
9372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376 Comando
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 Resultado
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 </row>
9391 <row>
9392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \backslash
9398 nearrow
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 \begin_inset Formula $\nearrow$
9408 \end_inset
9409
9410
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 </row>
9416 <row>
9417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421
9422 \backslash
9423 searrow
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 \begin_inset Formula $\searrow$
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 <row>
9442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446
9447 \backslash
9448 swarrow
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457 \begin_inset Formula $\swarrow$
9458 \end_inset
9459
9460
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 </row>
9466 <row>
9467 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471
9472 \backslash
9473 nwarrow
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482 \begin_inset Formula $\nwarrow$
9483 \end_inset
9484
9485
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 </row>
9491 </lyxtabular>
9492
9493 \end_inset
9494
9495
9496 \begin_inset space \hfill{}
9497 \end_inset
9498
9499
9500 \end_layout
9501
9502 \begin_layout Standard
9503 \begin_inset VSpace medskip
9504 \end_inset
9505
9506
9507 \end_layout
9508
9509 \begin_layout Standard
9510 Las flechas verticales también se pueden usar como delimitadores junto con
9511  los comandos descritos en
9512 \begin_inset space ~
9513 \end_inset
9514
9515
9516 \begin_inset CommandInset ref
9517 LatexCommand ref
9518 reference "sub:Tamaño-manual-de"
9519
9520 \end_inset
9521
9522  y 
9523 \begin_inset CommandInset ref
9524 LatexCommand ref
9525 reference "sub:Tamaño-automático-de"
9526
9527 \end_inset
9528
9529 .
9530 \end_layout
9531
9532 \begin_layout Standard
9533 \noindent
9534 \align center
9535 \begin_inset Newpage newpage
9536 \end_inset
9537
9538
9539 \end_layout
9540
9541 \begin_layout Section
9542 Acentos
9543 \begin_inset CommandInset label
9544 LatexCommand label
9545 name "sec:Acentos"
9546
9547 \end_inset
9548
9549
9550 \begin_inset Index idx
9551 status collapsed
9552
9553 \begin_layout Plain Layout
9554 Acentos
9555 \end_layout
9556
9557 \end_inset
9558
9559
9560 \end_layout
9561
9562 \begin_layout Standard
9563 Los acentos se pueden insertar con el botón 
9564 \begin_inset Graphics
9565         filename ../../images/math/hat.png
9566         scale 85
9567
9568 \end_inset
9569
9570  o mediante los comandos listados en las siguientes subsecciones.
9571 \end_layout
9572
9573 \begin_layout Subsection
9574 Acentos para un carácter
9575 \begin_inset ERT
9576 status collapsed
9577
9578 \begin_layout Plain Layout
9579
9580
9581 \backslash
9582 texorpdfstring{
9583 \end_layout
9584
9585 \end_inset
9586
9587
9588 \begin_inset Foot
9589 status collapsed
9590
9591 \begin_layout Plain Layout
9592 Para acentos en texto, véase 
9593 \begin_inset CommandInset ref
9594 LatexCommand ref
9595 reference "sub:Acentos-en-texto"
9596
9597 \end_inset
9598
9599
9600 \end_layout
9601
9602 \end_inset
9603
9604
9605 \begin_inset ERT
9606 status collapsed
9607
9608 \begin_layout Plain Layout
9609
9610 }{}
9611 \end_layout
9612
9613 \end_inset
9614
9615
9616 \begin_inset Note Note
9617 status collapsed
9618
9619 \begin_layout Plain Layout
9620
9621 \series bold
9622
9623 \backslash
9624 texorpdfstring
9625 \series default
9626  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
9627 \end_layout
9628
9629 \begin_layout Plain Layout
9630 Más sobre 
9631 \series bold
9632
9633 \backslash
9634 texorpdfstring
9635 \series default
9636  en la sección 
9637 \begin_inset CommandInset ref
9638 LatexCommand ref
9639 reference "sub:Ecuaciones-en-encabezados"
9640
9641 \end_inset
9642
9643 .
9644 \end_layout
9645
9646 \end_inset
9647
9648
9649 \begin_inset CommandInset label
9650 LatexCommand label
9651 name "sub:Acentos-para-un"
9652
9653 \end_inset
9654
9655
9656 \begin_inset Index idx
9657 status collapsed
9658
9659 \begin_layout Plain Layout
9660 Acentos ! para un carácter
9661 \end_layout
9662
9663 \end_inset
9664
9665
9666 \end_layout
9667
9668 \begin_layout Standard
9669 \begin_inset space \hfill{}
9670 \end_inset
9671
9672
9673 \begin_inset Tabular
9674 <lyxtabular version="3" rows="8" columns="2">
9675 <features tabularvalignment="middle">
9676 <column alignment="center" valignment="top" width="0pt">
9677 <column alignment="center" valignment="top" width="0pt">
9678 <row>
9679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683 Comando
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 Resultado
9693 \begin_inset Note Note
9694 status collapsed
9695
9696 \begin_layout Plain Layout
9697
9698 \series bold
9699
9700 \backslash
9701 raisebox
9702 \series default
9703  se usa sólo como espaciador
9704 \end_layout
9705
9706 \end_inset
9707
9708
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 </row>
9714 <row>
9715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719
9720 \backslash
9721 dot
9722 \begin_inset ERT
9723 status collapsed
9724
9725 \begin_layout Plain Layout
9726
9727
9728 \backslash
9729 spce 
9730 \end_layout
9731
9732 \end_inset
9733
9734 A
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9744 \end_inset
9745
9746
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 </row>
9752 <row>
9753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757
9758 \backslash
9759 ddot
9760 \begin_inset ERT
9761 status collapsed
9762
9763 \begin_layout Plain Layout
9764
9765
9766 \backslash
9767 spce 
9768 \end_layout
9769
9770 \end_inset
9771
9772 A
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9782 \end_inset
9783
9784
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 </row>
9790 <row>
9791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795
9796 \backslash
9797 dddot
9798 \begin_inset ERT
9799 status collapsed
9800
9801 \begin_layout Plain Layout
9802
9803
9804 \backslash
9805 spce 
9806 \end_layout
9807
9808 \end_inset
9809
9810 A
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9820 \end_inset
9821
9822
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 </row>
9828 <row>
9829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833
9834 \backslash
9835 ddddot
9836 \begin_inset ERT
9837 status collapsed
9838
9839 \begin_layout Plain Layout
9840
9841
9842 \backslash
9843 spce 
9844 \end_layout
9845
9846 \end_inset
9847
9848 A
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9858 \end_inset
9859
9860
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 </row>
9866 <row>
9867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871
9872 \backslash
9873 vec
9874 \begin_inset ERT
9875 status collapsed
9876
9877 \begin_layout Plain Layout
9878
9879
9880 \backslash
9881 spce 
9882 \end_layout
9883
9884 \end_inset
9885
9886 A
9887 \begin_inset Index idx
9888 status collapsed
9889
9890 \begin_layout Plain Layout
9891 Vectores
9892 \end_layout
9893
9894 \end_inset
9895
9896
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9906 \end_inset
9907
9908
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 </row>
9914 <row>
9915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919
9920 \backslash
9921 bar
9922 \begin_inset ERT
9923 status collapsed
9924
9925 \begin_layout Plain Layout
9926
9927
9928 \backslash
9929 spce 
9930 \end_layout
9931
9932 \end_inset
9933
9934 A
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9944 \end_inset
9945
9946
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 </row>
9952 <row>
9953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \backslash
9959 mathring
9960 \begin_inset ERT
9961 status collapsed
9962
9963 \begin_layout Plain Layout
9964
9965
9966 \backslash
9967 spce 
9968 \end_layout
9969
9970 \end_inset
9971
9972 A
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9982 \end_inset
9983
9984
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 </row>
9990 </lyxtabular>
9991
9992 \end_inset
9993
9994
9995 \begin_inset space \hfill{}
9996 \end_inset
9997
9998
9999 \begin_inset Tabular
10000 <lyxtabular version="3" rows="7" columns="2">
10001 <features tabularvalignment="middle">
10002 <column alignment="center" valignment="top" width="0pt">
10003 <column alignment="center" valignment="top" width="0pt">
10004 <row>
10005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 Comando
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 Resultado
10019 \begin_inset Note Note
10020 status collapsed
10021
10022 \begin_layout Plain Layout
10023
10024 \series bold
10025
10026 \backslash
10027 raisebox
10028 \series default
10029  se usa sólo como espaciador
10030 \end_layout
10031
10032 \end_inset
10033
10034
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 </row>
10040 <row>
10041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \backslash
10047 tilde
10048 \begin_inset ERT
10049 status collapsed
10050
10051 \begin_layout Plain Layout
10052
10053
10054 \backslash
10055 spce 
10056 \end_layout
10057
10058 \end_inset
10059
10060 A
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10070 \end_inset
10071
10072
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 </row>
10078 <row>
10079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \backslash
10085 hat
10086 \begin_inset ERT
10087 status collapsed
10088
10089 \begin_layout Plain Layout
10090
10091
10092 \backslash
10093 spce 
10094 \end_layout
10095
10096 \end_inset
10097
10098 A
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10108 \end_inset
10109
10110
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 </row>
10116 <row>
10117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121
10122 \backslash
10123 check
10124 \begin_inset ERT
10125 status collapsed
10126
10127 \begin_layout Plain Layout
10128
10129
10130 \backslash
10131 spce 
10132 \end_layout
10133
10134 \end_inset
10135
10136 A
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10146 \end_inset
10147
10148
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 </row>
10154 <row>
10155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159
10160 \backslash
10161 acute
10162 \begin_inset ERT
10163 status collapsed
10164
10165 \begin_layout Plain Layout
10166
10167
10168 \backslash
10169 spce 
10170 \end_layout
10171
10172 \end_inset
10173
10174 A
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10184 \end_inset
10185
10186
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 </row>
10192 <row>
10193 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197
10198 \backslash
10199 grave
10200 \begin_inset ERT
10201 status collapsed
10202
10203 \begin_layout Plain Layout
10204
10205
10206 \backslash
10207 spce 
10208 \end_layout
10209
10210 \end_inset
10211
10212 A
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10222 \end_inset
10223
10224
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 </row>
10230 <row>
10231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235
10236 \backslash
10237 breve
10238 \begin_inset ERT
10239 status collapsed
10240
10241 \begin_layout Plain Layout
10242
10243
10244 \backslash
10245 spce 
10246 \end_layout
10247
10248 \end_inset
10249
10250 A
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10260 \end_inset
10261
10262
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 </lyxtabular>
10269
10270 \end_inset
10271
10272
10273 \begin_inset space \hfill{}
10274 \end_inset
10275
10276
10277 \end_layout
10278
10279 \begin_layout Standard
10280 \begin_inset VSpace bigskip
10281 \end_inset
10282
10283
10284 \end_layout
10285
10286 \begin_layout Standard
10287 En ecuaciones se pueden insertar acentos como 
10288 \begin_inset Quotes fld
10289 \end_inset
10290
10291 é
10292 \begin_inset Quotes frd
10293 \end_inset
10294
10295  directamente.
10296  LyX los transformará al comando de acento correspondiente.
10297  Para poner diéresis
10298 \begin_inset Index idx
10299 status collapsed
10300
10301 \begin_layout Plain Layout
10302 Dieresis@Diéresis
10303 \end_layout
10304
10305 \end_inset
10306
10307  es mejor insertar comillas antes de la vocal.
10308  Estos dos caracteres son considerados por LaTeX como 
10309 \emph on
10310 un solo
10311 \emph default
10312  carácter si la parte de la ecuación con la diéresis se marca en idioma
10313  alemán.
10314 \begin_inset Foot
10315 status collapsed
10316
10317 \begin_layout Plain Layout
10318 O algún otro idioma que use acentos, p.
10319 \begin_inset space \thinspace{}
10320 \end_inset
10321
10322 e.
10323  catalán.
10324  Aunque esto no funciona en español por algún conflicto con el estilo 
10325 \series bold
10326 spanish
10327 \series default
10328  de 
10329 \series bold
10330 babel
10331 \series default
10332 , no es necesario: se puede escribir 
10333 \begin_inset Formula $ï$
10334 \end_inset
10335
10336  en una ecuación igual que se hace en texto normal, ï.
10337  (
10338 \emph on
10339 N.
10340 \begin_inset space \thinspace{}
10341 \end_inset
10342
10343 del t.
10344 \emph default
10345 )
10346 \end_layout
10347
10348 \end_inset
10349
10350  A diferencia de 
10351 \series bold
10352
10353 \backslash
10354 ddot
10355 \series default
10356 , con este método se generan diéresis 
10357 \begin_inset Quotes fld
10358 \end_inset
10359
10360 reales
10361 \begin_inset Quotes frd
10362 \end_inset
10363
10364 , como se demuestra en el siguiente ejemplo:
10365 \begin_inset VSpace -2mm
10366 \end_inset
10367
10368
10369 \end_layout
10370
10371 \begin_layout Standard
10372 \noindent
10373 \align center
10374 \begin_inset Tabular
10375 <lyxtabular version="3" rows="3" columns="2">
10376 <features tabularvalignment="middle">
10377 <column alignment="center" valignment="top" width="0">
10378 <column alignment="center" valignment="top" width="0">
10379 <row>
10380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 Comando
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 Resultado
10394 \begin_inset Note Note
10395 status collapsed
10396
10397 \begin_layout Plain Layout
10398
10399 \series bold
10400
10401 \backslash
10402 raisebox
10403 \series default
10404  se usa sólo como espaciador.
10405 \end_layout
10406
10407 \end_inset
10408
10409
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 </row>
10415 <row>
10416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 ï
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 \begin_inset Formula $ï$
10430 \end_inset
10431
10432
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 </row>
10438 <row>
10439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443
10444 \backslash
10445 ddot
10446 \begin_inset ERT
10447 status collapsed
10448
10449 \begin_layout Plain Layout
10450
10451
10452 \backslash
10453 spce 
10454 \end_layout
10455
10456 \end_inset
10457
10458 i
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10468 \end_inset
10469
10470
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 </row>
10476 </lyxtabular>
10477
10478 \end_inset
10479
10480
10481 \end_layout
10482
10483 \begin_layout Standard
10484 Otra ventaja frente a 
10485 \series bold
10486
10487 \backslash
10488 ddot
10489 \series default
10490  es que la diéresis puede convertirse directamente a texto matemático, porque
10491  los anteriores comandos para acentos 
10492 \emph on
10493 no están permitidos en texto matemático
10494 \emph default
10495 .
10496  Para convertir un carácter acentuado a texto matemático, se debe convertir
10497  sólo el carácter bajo el acento.
10498  Esto también se aplica para otras conversiones, p.
10499 \begin_inset space \thinspace{}
10500 \end_inset
10501
10502 e.
10503 \begin_inset space ~
10504 \end_inset
10505
10506 cursiva o negrita.
10507 \end_layout
10508
10509 \begin_layout Standard
10510 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10511 \end_layout
10512
10513 \begin_layout Subsection
10514 Acentos para operadores
10515 \begin_inset Index idx
10516 status collapsed
10517
10518 \begin_layout Plain Layout
10519 Acentos ! en operadores
10520 \end_layout
10521
10522 \end_inset
10523
10524
10525 \end_layout
10526
10527 \begin_layout Standard
10528 Con los comandos 
10529 \series bold
10530
10531 \backslash
10532 overset
10533 \series default
10534
10535 \begin_inset Index idx
10536 status collapsed
10537
10538 \begin_layout Plain Layout
10539 Comandos ! O ! 
10540 \backslash
10541 overset
10542 \end_layout
10543
10544 \end_inset
10545
10546  y 
10547 \series bold
10548
10549 \backslash
10550 underset
10551 \series default
10552
10553 \begin_inset Index idx
10554 status collapsed
10555
10556 \begin_layout Plain Layout
10557 Comandos ! U ! 
10558 \backslash
10559 underset
10560 \end_layout
10561
10562 \end_inset
10563
10564  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10565  Con el comando 
10566 \series bold
10567
10568 \backslash
10569 sideset
10570 \series default
10571
10572 \begin_inset Index idx
10573 status collapsed
10574
10575 \begin_layout Plain Layout
10576 Comandos ! S ! 
10577 \backslash
10578 sideset
10579 \end_layout
10580
10581 \end_inset
10582
10583  se pueden poner caracteres delante y detrás de un operador.
10584  El esquema del comando es:
10585 \end_layout
10586
10587 \begin_layout Standard
10588
10589 \series bold
10590
10591 \backslash
10592 sideset{carácter
10593 \series default
10594  
10595 \series bold
10596 anterior}{carácter posterior}
10597 \end_layout
10598
10599 \begin_layout Standard
10600
10601 \series bold
10602
10603 \backslash
10604 sideset
10605 \series default
10606  siempre debe estar delante del operador que debe acentuarse.
10607  Se puede acentuar con varios caracteres e incluso con otros operadores
10608  y símbolos.
10609  Para colocar con
10610 \series bold
10611  
10612 \backslash
10613 sideset
10614 \series default
10615  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10616  el primer par de llaves, pero sin quitarlas.
10617  
10618 \end_layout
10619
10620 \begin_layout Standard
10621 Por ejemplo, el comando 
10622 \series bold
10623
10624 \backslash
10625 sideset{
10626 \begin_inset Formula $\to$
10627 \end_inset
10628
10629
10630 \backslash
10631 {
10632 \series default
10633 '
10634 \series bold
10635
10636 \begin_inset Formula $\to$
10637 \end_inset
10638
10639
10640 \backslash
10641 sum_k=1
10642 \begin_inset ERT
10643 status collapsed
10644
10645 \begin_layout Plain Layout
10646
10647
10648 \backslash
10649 spce 
10650 \end_layout
10651
10652 \end_inset
10653
10654
10655 \series default
10656 ^
10657 \series bold
10658
10659 \begin_inset ERT
10660 status collapsed
10661
10662 \begin_layout Plain Layout
10663
10664
10665 \backslash
10666 spce 
10667 \end_layout
10668
10669 \end_inset
10670
10671 n
10672 \series default
10673  genera:
10674 \begin_inset Formula 
10675 \[
10676 \sideset{}{'}\sum_{k=1}^{n}
10677 \]
10678
10679 \end_inset
10680
10681
10682 \end_layout
10683
10684 \begin_layout Standard
10685 El comando 
10686 \series bold
10687
10688 \backslash
10689 overset
10690 \begin_inset ERT
10691 status collapsed
10692
10693 \begin_layout Plain Layout
10694
10695
10696 \backslash
10697 spce 
10698 \end_layout
10699
10700 \end_inset
10701
10702
10703 \backslash
10704 maltese
10705 \begin_inset ERT
10706 status collapsed
10707
10708 \begin_layout Plain Layout
10709
10710
10711 \backslash
10712 spce 
10713 \end_layout
10714
10715 \end_inset
10716
10717
10718 \series default
10719
10720 \begin_inset Formula $\uparrow$
10721 \end_inset
10722
10723
10724 \series bold
10725 a
10726 \series default
10727  genera:
10728 \begin_inset Formula 
10729 \[
10730 \overset{a}{\maltese}
10731 \]
10732
10733 \end_inset
10734
10735
10736 \end_layout
10737
10738 \begin_layout Standard
10739 Como se ve en el último ejemplo, con 
10740 \series bold
10741
10742 \backslash
10743 overset
10744 \series default
10745  y 
10746 \series bold
10747
10748 \backslash
10749 underset
10750 \series default
10751  también se pueden acentuar símbolos y caracteres; con 
10752 \series bold
10753
10754 \backslash
10755 sideset
10756 \series default
10757  esto no es posible.
10758 \end_layout
10759
10760 \begin_layout Subsection
10761 Acentos para varios caracteres
10762 \begin_inset Index idx
10763 status collapsed
10764
10765 \begin_layout Plain Layout
10766 Acentos ! en varios caracteres
10767 \end_layout
10768
10769 \end_inset
10770
10771
10772 \end_layout
10773
10774 \begin_layout Standard
10775 \begin_inset space \hfill{}
10776 \end_inset
10777
10778
10779 \begin_inset Tabular
10780 <lyxtabular version="3" rows="5" columns="2">
10781 <features tabularvalignment="middle">
10782 <column alignment="center" valignment="top" width="0pt">
10783 <column alignment="center" valignment="top" width="0pt">
10784 <row>
10785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789 Comando
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 Resultado
10799 \begin_inset Note Note
10800 status collapsed
10801
10802 \begin_layout Plain Layout
10803
10804 \series bold
10805
10806 \backslash
10807 raisebox
10808 \series default
10809  se usa sólo como espaciador
10810 \end_layout
10811
10812 \end_inset
10813
10814
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 </row>
10820 <row>
10821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825
10826 \backslash
10827 overleftarrow
10828 \begin_inset ERT
10829 status collapsed
10830
10831 \begin_layout Plain Layout
10832
10833
10834 \backslash
10835 spce 
10836 \end_layout
10837
10838 \end_inset
10839
10840 A=B
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10850 \end_inset
10851
10852
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 </row>
10858 <row>
10859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863
10864 \backslash
10865 underleftarrow
10866 \begin_inset ERT
10867 status collapsed
10868
10869 \begin_layout Plain Layout
10870
10871
10872 \backslash
10873 spce 
10874 \end_layout
10875
10876 \end_inset
10877
10878 A=B
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10888 \end_inset
10889
10890
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 </row>
10896 <row>
10897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901
10902 \backslash
10903 overleftrightarrow
10904 \begin_inset ERT
10905 status collapsed
10906
10907 \begin_layout Plain Layout
10908
10909
10910 \backslash
10911 spce 
10912 \end_layout
10913
10914 \end_inset
10915
10916 A=B
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10926 \end_inset
10927
10928
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 </row>
10934 <row>
10935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939
10940 \backslash
10941 underleftrightarrow
10942 \begin_inset ERT
10943 status collapsed
10944
10945 \begin_layout Plain Layout
10946
10947
10948 \backslash
10949 spce 
10950 \end_layout
10951
10952 \end_inset
10953
10954 A=B
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10960 \begin_inset Text
10961
10962 \begin_layout Plain Layout
10963 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10964 \end_inset
10965
10966
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 </row>
10972 </lyxtabular>
10973
10974 \end_inset
10975
10976
10977 \begin_inset space \hfill{}
10978 \end_inset
10979
10980
10981 \begin_inset Tabular
10982 <lyxtabular version="3" rows="5" columns="2">
10983 <features tabularvalignment="middle">
10984 <column alignment="center" valignment="top" width="0pt">
10985 <column alignment="center" valignment="top" width="0pt">
10986 <row>
10987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991 Comando
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000 Resultado
11001 \begin_inset Note Note
11002 status collapsed
11003
11004 \begin_layout Plain Layout
11005
11006 \series bold
11007
11008 \backslash
11009 raisebox
11010 \series default
11011  se usa sólo como espaciador
11012 \end_layout
11013
11014 \end_inset
11015
11016
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 </row>
11022 <row>
11023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027
11028 \backslash
11029 overrightarrow
11030 \begin_inset ERT
11031 status collapsed
11032
11033 \begin_layout Plain Layout
11034
11035
11036 \backslash
11037 spce 
11038 \end_layout
11039
11040 \end_inset
11041
11042 A=B
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
11052 \end_inset
11053
11054
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 </row>
11060 <row>
11061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065
11066 \backslash
11067 underrightarrow
11068 \begin_inset ERT
11069 status collapsed
11070
11071 \begin_layout Plain Layout
11072
11073
11074 \backslash
11075 spce 
11076 \end_layout
11077
11078 \end_inset
11079
11080 A=B
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11090 \end_inset
11091
11092
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 </row>
11098 <row>
11099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103
11104 \backslash
11105 widetilde
11106 \begin_inset ERT
11107 status collapsed
11108
11109 \begin_layout Plain Layout
11110
11111
11112 \backslash
11113 spce 
11114 \end_layout
11115
11116 \end_inset
11117
11118 A=B
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11128 \end_inset
11129
11130
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 </row>
11136 <row>
11137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141
11142 \backslash
11143 widehat
11144 \begin_inset ERT
11145 status collapsed
11146
11147 \begin_layout Plain Layout
11148
11149
11150 \backslash
11151 spce 
11152 \end_layout
11153
11154 \end_inset
11155
11156 A=B
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11166 \end_inset
11167
11168
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 </row>
11174 </lyxtabular>
11175
11176 \end_inset
11177
11178
11179 \begin_inset space \hfill{}
11180 \end_inset
11181
11182
11183 \end_layout
11184
11185 \begin_layout Standard
11186 \begin_inset VSpace medskip
11187 \end_inset
11188
11189
11190 \end_layout
11191
11192 \begin_layout Standard
11193 Con estos comandos se pueden acentuar tantos caracteres como quieras.
11194  Pero los acentos 
11195 \series bold
11196
11197 \backslash
11198 widetilde
11199 \series default
11200  y 
11201 \series bold
11202
11203 \backslash
11204 widehat
11205 \series default
11206  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
11207  ejemplo:
11208 \begin_inset Formula 
11209 \[
11210 \widetilde{A+B=C-D}
11211 \]
11212
11213 \end_inset
11214
11215
11216 \end_layout
11217
11218 \begin_layout Standard
11219 Con los comandos 
11220 \series bold
11221
11222 \backslash
11223 overset
11224 \series default
11225
11226 \begin_inset Index idx
11227 status collapsed
11228
11229 \begin_layout Plain Layout
11230 Comandos ! O ! 
11231 \backslash
11232 overset
11233 \end_layout
11234
11235 \end_inset
11236
11237  y 
11238 \series bold
11239
11240 \backslash
11241 underset
11242 \series default
11243
11244 \begin_inset Index idx
11245 status collapsed
11246
11247 \begin_layout Plain Layout
11248 Comandos ! U ! 
11249 \backslash
11250 underset
11251 \end_layout
11252
11253 \end_inset
11254
11255 , descritos en la subsección anterior, también se pueden acentuar varios
11256  caracteres.
11257  El comando 
11258 \series bold
11259
11260 \backslash
11261 underset
11262 \begin_inset ERT
11263 status collapsed
11264
11265 \begin_layout Plain Layout
11266
11267
11268 \backslash
11269 spce 
11270 \end_layout
11271
11272 \end_inset
11273
11274 A=B
11275 \begin_inset Formula $\downarrow$
11276 \end_inset
11277
11278 ***
11279 \series default
11280  da:
11281 \begin_inset Formula 
11282 \[
11283 \underset{***}{A=B}
11284 \]
11285
11286 \end_inset
11287
11288
11289 \end_layout
11290
11291 \begin_layout Section
11292 Espacios
11293 \begin_inset CommandInset label
11294 LatexCommand label
11295 name "sec:Espacio"
11296
11297 \end_inset
11298
11299
11300 \begin_inset Index idx
11301 status collapsed
11302
11303 \begin_layout Plain Layout
11304 Espacio ! horizontal
11305 \end_layout
11306
11307 \end_inset
11308
11309
11310 \end_layout
11311
11312 \begin_layout Subsection
11313 Espacio predefinido
11314 \begin_inset CommandInset label
11315 LatexCommand label
11316 name "sub:Espacio-predefinido"
11317
11318 \end_inset
11319
11320
11321 \begin_inset Index idx
11322 status collapsed
11323
11324 \begin_layout Plain Layout
11325 Espacio ! horizontal ! predefinido
11326 \end_layout
11327
11328 \end_inset
11329
11330
11331 \end_layout
11332
11333 \begin_layout Standard
11334 A veces es necesario insertar espacio horizontal en una ecuación.
11335  Esto se hace insertando un espacio protegido (atajo 
11336 \family sans
11337 Ctrl+Espacio
11338 \family default
11339 ).
11340  Aparece un 
11341 \begin_inset Quotes fld
11342 \end_inset
11343
11344
11345 \color black
11346
11347 \begin_inset ERT
11348 status collapsed
11349
11350 \begin_layout Plain Layout
11351
11352
11353 \backslash
11354 spce 
11355 \end_layout
11356
11357 \end_inset
11358
11359
11360 \color inherit
11361
11362 \begin_inset Quotes frd
11363 \end_inset
11364
11365 , y pulsando 
11366 \family sans
11367 Espacio
11368 \family default
11369  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11370  espacio.
11371  También se pueden insertar espacios mediante el botón 
11372 \begin_inset Graphics
11373         filename ../../images/math/space.png
11374         scale 85
11375
11376 \end_inset
11377
11378  de la barra de ecuaciones o con comandos especiales.
11379  Independientemente del comando insertado, se puede seleccionar un nuevo
11380  tamaño pulsando acto seguido 
11381 \family sans
11382 Espacio.
11383  
11384 \end_layout
11385
11386 \begin_layout Standard
11387 \noindent
11388 \align center
11389 \begin_inset VSpace -5mm
11390 \end_inset
11391
11392
11393 \begin_inset Tabular
11394 <lyxtabular version="3" rows="3" columns="7">
11395 <features tabularvalignment="middle">
11396 <column alignment="center" valignment="middle" width="6.8cm">
11397 <column alignment="center" valignment="top" width="0">
11398 <column alignment="center" valignment="top" width="0">
11399 <column alignment="center" valignment="top" width="0">
11400 <column alignment="center" valignment="top" width="0">
11401 <column alignment="center" valignment="top" width="0">
11402 <column alignment="center" valignment="top" width="0">
11403 <row>
11404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 Comando
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417
11418 \backslash
11419 ,
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428
11429 \backslash
11430 :
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439
11440 \backslash
11441 ;
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450
11451 \backslash
11452 quad
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461
11462 \backslash
11463 qquad
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472
11473 \backslash
11474 !
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 </row>
11480 <row>
11481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Plain Layout
11485 Número de pulsaciones de 
11486 \family sans
11487 Espacio
11488 \family default
11489  tras insertar el espacio protegido
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 0
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 1
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 2
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 3
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534 4
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Plain Layout
11543 5
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 </row>
11549 <row>
11550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11551 \begin_inset Text
11552
11553 \begin_layout Plain Layout
11554 Resultado
11555 \end_layout
11556
11557 \end_inset
11558 </cell>
11559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563 \begin_inset Formula $A\, B$
11564 \end_inset
11565
11566
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 \begin_inset Formula $A\: B$
11576 \end_inset
11577
11578
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 \begin_inset Formula $A\; B$
11588 \end_inset
11589
11590
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 \begin_inset Formula $A\quad B$
11600 \end_inset
11601
11602
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 \begin_inset Formula $A\qquad B$
11612 \end_inset
11613
11614
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 \begin_inset Formula $A\! B$
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 </row>
11632 </lyxtabular>
11633
11634 \end_inset
11635
11636
11637 \end_layout
11638
11639 \begin_layout Standard
11640 El último tamaño parece no generar espacio.
11641  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11642  negativo.
11643  Hay otros dos espacios negativos:
11644 \end_layout
11645
11646 \begin_layout Standard
11647 \align center
11648 \begin_inset Tabular
11649 <lyxtabular version="3" rows="3" columns="3">
11650 <features tabularvalignment="middle">
11651 <column alignment="center" valignment="middle" width="6.8cm">
11652 <column alignment="center" valignment="top" width="0pt">
11653 <column alignment="center" valignment="top" width="0pt">
11654 <row>
11655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 Comando
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668
11669 \backslash
11670 negmedspace
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11676 \begin_inset Text
11677
11678 \begin_layout Plain Layout
11679
11680 \backslash
11681 negthickspace
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 </row>
11687 <row>
11688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 Número de pulsaciones de 
11693 \family sans
11694 Espacio
11695 \family default
11696  tras insertar el espacio protegido
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 6
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714 7
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 </row>
11720 <row>
11721 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 Resultado
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 \begin_inset Formula $A\negmedspace B$
11735 \end_inset
11736
11737
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 \begin_inset Formula $A\negthickspace B$
11747 \end_inset
11748
11749
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 </row>
11755 </lyxtabular>
11756
11757 \end_inset
11758
11759
11760 \end_layout
11761
11762 \begin_layout Standard
11763 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11764  Así, se pueden usar para forzar ligaduras, lo que es apropiado, por ejemplo,
11765  para operadores suma: 
11766 \end_layout
11767
11768 \begin_layout Standard
11769 \noindent
11770 \align center
11771 \begin_inset Tabular
11772 <lyxtabular version="3" rows="3" columns="2">
11773 <features tabularvalignment="middle">
11774 <column alignment="center" valignment="top" width="0">
11775 <column alignment="center" valignment="top" width="0">
11776 <row>
11777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781 Comando
11782 \end_layout
11783
11784 \end_inset
11785 </cell>
11786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790 Resultado
11791 \begin_inset Note Note
11792 status collapsed
11793
11794 \begin_layout Plain Layout
11795
11796 \series bold
11797
11798 \backslash
11799 raisebox
11800 \series default
11801  se usa sólo como espaciador
11802 \end_layout
11803
11804 \end_inset
11805
11806
11807 \end_layout
11808
11809 \end_inset
11810 </cell>
11811 </row>
11812 <row>
11813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817
11818 \backslash
11819 sum
11820 \backslash
11821 sum
11822 \begin_inset ERT
11823 status collapsed
11824
11825 \begin_layout Plain Layout
11826
11827
11828 \backslash
11829 spce 
11830 \end_layout
11831
11832 \end_inset
11833
11834 f_kl
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11840 \begin_inset Text
11841
11842 \begin_layout Plain Layout
11843 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11844 \end_inset
11845
11846
11847 \end_layout
11848
11849 \end_inset
11850 </cell>
11851 </row>
11852 <row>
11853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Plain Layout
11857
11858 \backslash
11859 sum
11860 \backslash
11861 negmedspace
11862 \backslash
11863 sum
11864 \begin_inset ERT
11865 status collapsed
11866
11867 \begin_layout Plain Layout
11868
11869
11870 \backslash
11871 spce 
11872 \end_layout
11873
11874 \end_inset
11875
11876 f_kl
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11886 \end_inset
11887
11888
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 </row>
11894 </lyxtabular>
11895
11896 \end_inset
11897
11898
11899 \end_layout
11900
11901 \begin_layout Standard
11902 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11903  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11904  El siguiente ejemplo lo ilustra:
11905 \end_layout
11906
11907 \begin_layout Standard
11908 \noindent
11909 \align center
11910 \begin_inset Tabular
11911 <lyxtabular version="3" rows="2" columns="2">
11912 <features tabularvalignment="middle">
11913 <column alignment="center" valignment="top" width="0">
11914 <column alignment="center" valignment="top" width="0">
11915 <row>
11916 <cell alignment="center" valignment="top" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 ecuación normal
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 <cell alignment="center" valignment="top" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929 \begin_inset Formula $A=B$
11930 \end_inset
11931
11932
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 </row>
11938 <row>
11939 <cell alignment="center" valignment="top" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 \begin_inset Note Note
11944 status collapsed
11945
11946 \begin_layout Plain Layout
11947
11948 \series bold
11949
11950 \backslash
11951 raisebox
11952 \series default
11953  se usa sólo como espaciador
11954 \end_layout
11955
11956 \end_inset
11957
11958
11959 \begin_inset Formula $\raisebox{5mm}{}$
11960 \end_inset
11961
11962 ecuación sin espacio
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 <cell alignment="center" valignment="top" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Plain Layout
11971 \begin_inset Formula $A{=}B$
11972 \end_inset
11973
11974
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 </row>
11980 </lyxtabular>
11981
11982 \end_inset
11983
11984
11985 \end_layout
11986
11987 \begin_layout Standard
11988 El comando para la segunda ecuación es: 
11989 \series bold
11990 A
11991 \backslash
11992 {=
11993 \begin_inset Formula $\rightarrow$
11994 \end_inset
11995
11996 B
11997 \series default
11998  
11999 \begin_inset VSpace bigskip
12000 \end_inset
12001
12002
12003 \end_layout
12004
12005 \begin_layout Standard
12006 Para las unidades físicas hacen falta espacios, porque entre el valor y
12007  su unidad se pone un espacio más pequeño que el normal.
12008  Para unidades en el texto se inserta con el menú 
12009 \family sans
12010 Insertar\SpecialChar \menuseparator
12011 Formato\SpecialChar \menuseparator
12012 Espacio
12013 \begin_inset space ~
12014 \end_inset
12015
12016 delgado
12017 \family default
12018  (atajo 
12019 \family sans
12020 Ctrl+Mayúscula+Espacio
12021 \family default
12022 ).
12023 \end_layout
12024
12025 \begin_layout Standard
12026 Un ejemplo para visualizar la diferencia:
12027 \end_layout
12028
12029 \begin_layout Standard
12030 \begin_inset Tabular
12031 <lyxtabular version="3" rows="2" columns="2">
12032 <features tabularvalignment="middle">
12033 <column alignment="center" valignment="top" width="0">
12034 <column alignment="left" valignment="top" width="0">
12035 <row>
12036 <cell alignment="center" valignment="top" usebox="none">
12037 \begin_inset Text
12038
12039 \begin_layout Plain Layout
12040 24 kW
12041 \begin_inset Formula $\cdot$
12042 \end_inset
12043
12044 h
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 <cell alignment="center" valignment="top" usebox="none">
12050 \begin_inset Text
12051
12052 \begin_layout Plain Layout
12053 espacio entre valor y unidad 
12054 \end_layout
12055
12056 \end_inset
12057 </cell>
12058 </row>
12059 <row>
12060 <cell alignment="center" valignment="top" usebox="none">
12061 \begin_inset Text
12062
12063 \begin_layout Plain Layout
12064 24
12065 \begin_inset space \thinspace{}
12066 \end_inset
12067
12068 kW
12069 \begin_inset Formula $\cdot$
12070 \end_inset
12071
12072 h
12073 \end_layout
12074
12075 \end_inset
12076 </cell>
12077 <cell alignment="center" valignment="top" usebox="none">
12078 \begin_inset Text
12079
12080 \begin_layout Plain Layout
12081 espacio delgado entre valor y unidad
12082 \end_layout
12083
12084 \end_inset
12085 </cell>
12086 </row>
12087 </lyxtabular>
12088
12089 \end_inset
12090
12091
12092 \end_layout
12093
12094 \begin_layout Subsection
12095 Espacio variable
12096 \begin_inset ERT
12097 status collapsed
12098
12099 \begin_layout Plain Layout
12100
12101
12102 \backslash
12103 texorpdfstring{
12104 \end_layout
12105
12106 \end_inset
12107
12108
12109 \begin_inset Foot
12110 status collapsed
12111
12112 \begin_layout Plain Layout
12113 Para espacio vertical en ecuaciones véase 
12114 \begin_inset CommandInset ref
12115 LatexCommand ref
12116 reference "sub:Separación-de-líneas"
12117
12118 \end_inset
12119
12120
12121 \end_layout
12122
12123 \end_inset
12124
12125
12126 \begin_inset ERT
12127 status collapsed
12128
12129 \begin_layout Plain Layout
12130
12131 }{}
12132 \end_layout
12133
12134 \end_inset
12135
12136
12137 \begin_inset Note Note
12138 status collapsed
12139
12140 \begin_layout Plain Layout
12141
12142 \backslash
12143 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
12144  PDF.
12145 \end_layout
12146
12147 \begin_layout Plain Layout
12148 Más sobre 
12149 \backslash
12150 texorpdfstring en la sección 
12151 \begin_inset CommandInset ref
12152 LatexCommand ref
12153 reference "sub:Ecuaciones-en-encabezados"
12154
12155 \end_inset
12156
12157 .
12158 \end_layout
12159
12160 \end_inset
12161
12162
12163 \begin_inset CommandInset label
12164 LatexCommand label
12165 name "sub:Espacio-variable"
12166
12167 \end_inset
12168
12169
12170 \begin_inset Index idx
12171 status collapsed
12172
12173 \begin_layout Plain Layout
12174 Espacio ! horizontal ! variable
12175 \end_layout
12176
12177 \end_inset
12178
12179
12180 \end_layout
12181
12182 \begin_layout Standard
12183 En LyX se puede insertar espacio con una longitud definida con el comando
12184  
12185 \series bold
12186
12187 \backslash
12188 hspace
12189 \series default
12190
12191 \begin_inset Index idx
12192 status collapsed
12193
12194 \begin_layout Plain Layout
12195 Comandos ! H ! 
12196 \backslash
12197 hspace
12198 \end_layout
12199
12200 \end_inset
12201
12202 .
12203  Aparece un 
12204 \begin_inset Quotes fld
12205 \end_inset
12206
12207
12208 \color black
12209
12210 \begin_inset ERT
12211 status collapsed
12212
12213 \begin_layout Plain Layout
12214
12215
12216 \backslash
12217 spce 
12218 \end_layout
12219
12220 \end_inset
12221
12222
12223 \color inherit
12224
12225 \begin_inset Quotes frd
12226 \end_inset
12227
12228  largo.
12229  La longitud se puede ajustar haciendo clic izquierdo sobre el 
12230 \begin_inset Quotes fld
12231 \end_inset
12232
12233
12234 \color black
12235
12236 \begin_inset ERT
12237 status collapsed
12238
12239 \begin_layout Plain Layout
12240
12241
12242 \backslash
12243 spce 
12244 \end_layout
12245
12246 \end_inset
12247
12248
12249 \color inherit
12250
12251 \begin_inset Quotes frd
12252 \end_inset
12253
12254 .
12255  La longitud también puede ser negativa.
12256  Para insertar en una ecuación tanto espacio como esté disponible se usa
12257  el comando 
12258 \series bold
12259
12260 \backslash
12261 hfill
12262 \series default
12263
12264 \begin_inset Index idx
12265 status collapsed
12266
12267 \begin_layout Plain Layout
12268 Comandos ! H ! 
12269 \backslash
12270 hfill
12271 \end_layout
12272
12273 \end_inset
12274
12275 .
12276 \begin_inset VSpace -1mm
12277 \end_inset
12278
12279
12280 \end_layout
12281
12282 \begin_layout Standard
12283 \noindent
12284 \align center
12285 \begin_inset Tabular
12286 <lyxtabular version="3" rows="4" columns="2">
12287 <features tabularvalignment="middle">
12288 <column alignment="center" valignment="top" width="0">
12289 <column alignment="center" valignment="top" width="0">
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 Comando (
12296 \backslash
12297 hspace longitud)
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12303 \begin_inset Text
12304
12305 \begin_layout Plain Layout
12306 Resultado
12307 \end_layout
12308
12309 \end_inset
12310 </cell>
12311 </row>
12312 <row>
12313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12314 \begin_inset Text
12315
12316 \begin_layout Plain Layout
12317 A=B
12318 \backslash
12319 hspace
12320 \begin_inset ERT
12321 status collapsed
12322
12323 \begin_layout Plain Layout
12324
12325
12326 \backslash
12327 spce 
12328 \end_layout
12329
12330 \end_inset
12331
12332
12333 \begin_inset Formula $\to$
12334 \end_inset
12335
12336 A
12337 \backslash
12338 not=C (3
12339 \begin_inset space \thinspace{}
12340 \end_inset
12341
12342 cm)
12343 \end_layout
12344
12345 \end_inset
12346 </cell>
12347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12348 \begin_inset Text
12349
12350 \begin_layout Plain Layout
12351 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12352 \end_inset
12353
12354
12355 \end_layout
12356
12357 \end_inset
12358 </cell>
12359 </row>
12360 <row>
12361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12362 \begin_inset Text
12363
12364 \begin_layout Plain Layout
12365 A
12366 \backslash
12367 hspace
12368 \begin_inset ERT
12369 status collapsed
12370
12371 \begin_layout Plain Layout
12372
12373
12374 \backslash
12375 spce 
12376 \end_layout
12377
12378 \end_inset
12379
12380
12381 \begin_inset Formula $\to$
12382 \end_inset
12383
12384 A
12385 \backslash
12386 not=A (-1
12387 \begin_inset space \thinspace{}
12388 \end_inset
12389
12390 mm)
12391 \end_layout
12392
12393 \end_inset
12394 </cell>
12395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12396 \begin_inset Text
12397
12398 \begin_layout Plain Layout
12399 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12400 \end_inset
12401
12402
12403 \end_layout
12404
12405 \end_inset
12406 </cell>
12407 </row>
12408 <row>
12409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12410 \begin_inset Text
12411
12412 \begin_layout Plain Layout
12413 A=A
12414 \backslash
12415 hfill
12416 \begin_inset ERT
12417 status collapsed
12418
12419 \begin_layout Plain Layout
12420
12421
12422 \backslash
12423 spce 
12424 \end_layout
12425
12426 \end_inset
12427
12428 B=B
12429 \end_layout
12430
12431 \end_inset
12432 </cell>
12433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12434 \begin_inset Text
12435
12436 \begin_layout Plain Layout
12437 \begin_inset Formula $A=A\hfill B=B$
12438 \end_inset
12439
12440
12441 \end_layout
12442
12443 \end_inset
12444 </cell>
12445 </row>
12446 </lyxtabular>
12447
12448 \end_inset
12449
12450
12451 \end_layout
12452
12453 \begin_layout Standard
12454 En el último ejemplo el espacio disponible viene dado por la entrada más
12455  larga de columna en el cuadro.
12456  En una ecuación en línea el espacio depende de la longitud de la línea
12457  en la que se inserta 
12458 \series bold
12459
12460 \backslash
12461 hfill
12462 \series default
12463 .
12464  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12465  
12466 \series bold
12467
12468 \backslash
12469 hfill
12470 \series default
12471  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12472 \series bold
12473 Sangrado
12474 \series default
12475 .
12476  (Los estilos de ecuaciones se explican en
12477 \begin_inset space ~
12478 \end_inset
12479
12480
12481 \begin_inset CommandInset ref
12482 LatexCommand ref
12483 reference "sec:Estilos-de-ecuación"
12484
12485 \end_inset
12486
12487 ).
12488 \end_layout
12489
12490 \begin_layout Standard
12491 Además de 
12492 \series bold
12493
12494 \backslash
12495 hfill
12496 \series default
12497  hay los comandos 
12498 \series bold
12499
12500 \backslash
12501 dotfill
12502 \series default
12503  y 
12504 \series bold
12505
12506 \backslash
12507 hrulefill
12508 \series default
12509  que llenan el espacio con un patrón, véase un ejemplo en
12510 \begin_inset space ~
12511 \end_inset
12512
12513
12514 \begin_inset CommandInset ref
12515 LatexCommand ref
12516 reference "sub:Puntos"
12517
12518 \end_inset
12519
12520 .
12521 \end_layout
12522
12523 \begin_layout Standard
12524 Para texto se puede insertar espacio variable con el menú 
12525 \family sans
12526 Insertar\SpecialChar \menuseparator
12527 Formato\SpecialChar \menuseparator
12528 Espacio
12529 \begin_inset space ~
12530 \end_inset
12531
12532 horizontal
12533 \family default
12534 :
12535 \end_layout
12536
12537 \begin_layout Standard
12538 En esta línea hay un espacio
12539 \begin_inset space \hspace{}
12540 \length 2cm
12541 \end_inset
12542
12543 de 2
12544 \begin_inset space \thinspace{}
12545 \end_inset
12546
12547 cm.
12548 \end_layout
12549
12550 \begin_layout Standard
12551 En esta línea hay un
12552 \begin_inset space \hfill{}
12553 \end_inset
12554
12555 espacio máximo.
12556 \end_layout
12557
12558 \begin_layout Subsection
12559 Espacio adicional en ecuaciones en línea
12560 \begin_inset Index idx
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564 Espacio ! adicional en línea
12565 \end_layout
12566
12567 \end_inset
12568
12569
12570 \end_layout
12571
12572 \begin_layout Standard
12573 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12574  
12575 \series bold
12576
12577 \backslash
12578 mathsurround
12579 \series default
12580
12581 \begin_inset Index idx
12582 status collapsed
12583
12584 \begin_layout Plain Layout
12585 Comandos ! M ! 
12586 \backslash
12587 mathsurround
12588 \end_layout
12589
12590 \end_inset
12591
12592 .
12593  El valor de una longitud se establece con el comando 
12594 \series bold
12595
12596 \backslash
12597 setlength
12598 \series default
12599
12600 \begin_inset Index idx
12601 status collapsed
12602
12603 \begin_layout Plain Layout
12604 Comandos ! S ! 
12605 \backslash
12606 setlength
12607 \end_layout
12608
12609 \end_inset
12610
12611  según el siguiente esquema:
12612 \end_layout
12613
12614 \begin_layout Standard
12615
12616 \series bold
12617
12618 \backslash
12619 setlength{nombre de la longitud}{valor}
12620 \end_layout
12621
12622 \begin_layout Standard
12623 Para poner a 
12624 \series bold
12625
12626 \backslash
12627 mathsurround
12628 \series default
12629  un valor de 5
12630 \begin_inset space \thinspace{}
12631 \end_inset
12632
12633 mm, se inserta el comando
12634 \end_layout
12635
12636 \begin_layout Standard
12637
12638 \series bold
12639
12640 \backslash
12641 setlength{
12642 \backslash
12643 mathsurround}{5mm}
12644 \end_layout
12645
12646 \begin_layout Standard
12647 en modo TeX.
12648  Se establecerá un espacio de 5
12649 \begin_inset space \thinspace{}
12650 \end_inset
12651
12652 mm alrededor de todas las ecuaciones en línea:
12653 \begin_inset ERT
12654 status collapsed
12655
12656 \begin_layout Plain Layout
12657
12658
12659 \backslash
12660 setlength{
12661 \backslash
12662 mathsurround}{5mm}
12663 \end_layout
12664
12665 \end_inset
12666
12667
12668 \end_layout
12669
12670 \begin_layout Standard
12671 En esta línea hay una ecuación 
12672 \begin_inset Formula $A=B$
12673 \end_inset
12674
12675  rodeada por espacios de 5
12676 \begin_inset space \thinspace{}
12677 \end_inset
12678
12679 mm.
12680 \begin_inset ERT
12681 status collapsed
12682
12683 \begin_layout Plain Layout
12684
12685
12686 \backslash
12687 setlength{
12688 \backslash
12689 mathsurround}{0mm}
12690 \end_layout
12691
12692 \end_inset
12693
12694
12695 \end_layout
12696
12697 \begin_layout Standard
12698 Para volver al espacio predeterminado, 
12699 \series bold
12700
12701 \backslash
12702 mathsurround
12703 \series default
12704  se restablece al valor 0
12705 \begin_inset space \thinspace{}
12706 \end_inset
12707
12708 pt.
12709 \end_layout
12710
12711 \begin_layout Section
12712 Marcos y bordes
12713 \begin_inset Index idx
12714 status collapsed
12715
12716 \begin_layout Plain Layout
12717 Marcos
12718 \end_layout
12719
12720 \end_inset
12721
12722
12723 \end_layout
12724
12725 \begin_layout Standard
12726 Los marcos para texto se describen en el capítulo 
12727 \emph on
12728 Marcos
12729 \emph default
12730  del manual 
12731 \emph on
12732 Objetos insertados
12733 \emph default
12734 .
12735 \end_layout
12736
12737 \begin_layout Subsection
12738 Marcos con bordes
12739 \begin_inset CommandInset label
12740 LatexCommand label
12741 name "sub:Marcos-con-bordes"
12742
12743 \end_inset
12744
12745
12746 \begin_inset Index idx
12747 status collapsed
12748
12749 \begin_layout Plain Layout
12750 Marcos ! con bordes
12751 \end_layout
12752
12753 \end_inset
12754
12755
12756 \end_layout
12757
12758 \begin_layout Standard
12759 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12760 \series bold
12761
12762 \backslash
12763 fbox
12764 \series default
12765
12766 \begin_inset Index idx
12767 status collapsed
12768
12769 \begin_layout Plain Layout
12770 Comandos ! F ! 
12771 \backslash
12772 fbox
12773 \end_layout
12774
12775 \end_inset
12776
12777  y 
12778 \series bold
12779
12780 \backslash
12781 boxed
12782 \series default
12783
12784 \begin_inset Index idx
12785 status collapsed
12786
12787 \begin_layout Plain Layout
12788 Comandos ! B ! 
12789 \backslash
12790 boxed
12791 \end_layout
12792
12793 \end_inset
12794
12795 .
12796 \end_layout
12797
12798 \begin_layout Standard
12799 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12800  azul en un marco donde se introducen partes de una ecuación.
12801  Para 
12802 \series bold
12803
12804 \backslash
12805 fbox
12806 \series default
12807  hay que generar una ecuación adicional con 
12808 \family sans
12809 Ctrl+M
12810 \family default
12811  dentro del recuadro, porque si no el contenido del mismo sería considerado
12812  texto matemático.
12813  Si se usa 
12814 \series bold
12815
12816 \backslash
12817 boxed
12818 \series default
12819  la nueva ecuación se genera automáticamente dentro del marco.
12820 \end_layout
12821
12822 \begin_layout Standard
12823 El comando 
12824 \series bold
12825
12826 \backslash
12827 fbox
12828 \series default
12829  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12830  ecuación tendría siempre el tamaño del texto.
12831  Por otra parte, 
12832 \series bold
12833
12834 \backslash
12835 fboxed
12836 \series default
12837  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12838  siempre el tamaño de una ecuación presentada.
12839 \end_layout
12840
12841 \begin_layout Standard
12842 El comando 
12843 \series bold
12844
12845 \backslash
12846 framebox
12847 \series default
12848
12849 \begin_inset Index idx
12850 status collapsed
12851
12852 \begin_layout Plain Layout
12853 Comandos ! F ! 
12854 \backslash
12855 framebox
12856 \end_layout
12857
12858 \end_inset
12859
12860  es una extensión de 
12861 \series bold
12862
12863 \backslash
12864 fbox
12865 \series default
12866 , que permite especificar además la anchura del marco y la alineación.
12867  
12868 \series bold
12869
12870 \backslash
12871 framebox
12872 \series default
12873  se usa con el siguiente esquema: 
12874 \end_layout
12875
12876 \begin_layout Standard
12877
12878 \series bold
12879
12880 \backslash
12881 framebox[anchura del marco][posición]{contenido del cuadro}
12882 \end_layout
12883
12884 \begin_layout Standard
12885 La posición puede ser 
12886 \emph on
12887 l
12888 \emph default
12889  o 
12890 \emph on
12891 r
12892 \emph default
12893
12894 \emph on
12895 l
12896 \emph default
12897  alinea la ecuación a la izquierda del marcro, 
12898 \emph on
12899 r
12900 \emph default
12901  la alinea a la derecha.
12902  Si no se da posición la ecuación será centrada.
12903 \begin_inset Newline newline
12904 \end_inset
12905
12906 Si no se pone anchura tampoco puede darse posición.
12907  En este caso la anchura del borde se ajusta al contenido del cuadro, como
12908  con 
12909 \series bold
12910
12911 \backslash
12912 fbox
12913 \series default
12914 .
12915  
12916 \end_layout
12917
12918 \begin_layout Standard
12919 Cuando se inserta el comando 
12920 \series bold
12921
12922 \backslash
12923 framebox
12924 \series default
12925  aparece un recuadro con tres marcos azules.
12926  Los dos primeros marcos están encerrados entre corchetes e indican los
12927  dos argumentos opcionales.
12928  El tercer marco es para partes de la ecuación, como para 
12929 \series bold
12930
12931 \backslash
12932 fbox
12933 \series default
12934 .
12935 \end_layout
12936
12937 \begin_layout Standard
12938 \noindent
12939 \align center
12940 \begin_inset Newpage newpage
12941 \end_inset
12942
12943
12944 \end_layout
12945
12946 \begin_layout Standard
12947 \noindent
12948 \align center
12949 \begin_inset Tabular
12950 <lyxtabular version="3" rows="5" columns="2">
12951 <features tabularvalignment="middle">
12952 <column alignment="center" valignment="top" width="0">
12953 <column alignment="center" valignment="top" width="0">
12954 <row>
12955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Plain Layout
12959 Comando
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968 Resultado
12969 \begin_inset Note Note
12970 status collapsed
12971
12972 \begin_layout Plain Layout
12973
12974 \series bold
12975
12976 \backslash
12977 raisebox
12978 \series default
12979  se usa sólo como espaciador
12980 \end_layout
12981
12982 \end_inset
12983
12984
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 </row>
12990 <row>
12991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Plain Layout
12995
12996 \backslash
12997 fbox
12998 \begin_inset ERT
12999 status collapsed
13000
13001 \begin_layout Plain Layout
13002
13003
13004 \backslash
13005 spce 
13006 \end_layout
13007
13008 \end_inset
13009
13010
13011 \family sans
13012 Ctrl+M
13013 \family default
13014  
13015 \backslash
13016 int
13017 \begin_inset ERT
13018 status collapsed
13019
13020 \begin_layout Plain Layout
13021
13022
13023 \backslash
13024 spce 
13025 \end_layout
13026
13027 \end_inset
13028
13029 A=B
13030 \end_layout
13031
13032 \end_inset
13033 </cell>
13034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13039 \end_inset
13040
13041
13042 \end_layout
13043
13044 \end_inset
13045 </cell>
13046 </row>
13047 <row>
13048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13049 \begin_inset Text
13050
13051 \begin_layout Plain Layout
13052
13053 \backslash
13054 boxed
13055 \begin_inset ERT
13056 status collapsed
13057
13058 \begin_layout Plain Layout
13059
13060
13061 \backslash
13062 spce 
13063 \end_layout
13064
13065 \end_inset
13066
13067
13068 \backslash
13069 int
13070 \begin_inset ERT
13071 status collapsed
13072
13073 \begin_layout Plain Layout
13074
13075
13076 \backslash
13077 spce 
13078 \end_layout
13079
13080 \end_inset
13081
13082 A=B
13083 \end_layout
13084
13085 \end_inset
13086 </cell>
13087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13092 \end_inset
13093
13094
13095 \end_layout
13096
13097 \end_inset
13098 </cell>
13099 </row>
13100 <row>
13101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13102 \begin_inset Text
13103
13104 \begin_layout Plain Layout
13105 A+
13106 \backslash
13107 fbox
13108 \begin_inset ERT
13109 status collapsed
13110
13111 \begin_layout Plain Layout
13112
13113
13114 \backslash
13115 spce 
13116 \end_layout
13117
13118 \end_inset
13119
13120 B
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Plain Layout
13129 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13130 \end_inset
13131
13132
13133 \end_layout
13134
13135 \end_inset
13136 </cell>
13137 </row>
13138 <row>
13139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Plain Layout
13143
13144 \backslash
13145 framebox
13146 \begin_inset ERT
13147 status collapsed
13148
13149 \begin_layout Plain Layout
13150
13151
13152 \backslash
13153 spce 
13154 \end_layout
13155
13156 \end_inset
13157
13158 20mm
13159 \begin_inset Formula $\to$
13160 \end_inset
13161
13162
13163 \begin_inset Formula $\to$
13164 \end_inset
13165
13166
13167 \family sans
13168 Ctrl+M
13169 \family default
13170  
13171 \backslash
13172 frac
13173 \begin_inset ERT
13174 status collapsed
13175
13176 \begin_layout Plain Layout
13177
13178
13179 \backslash
13180 spce 
13181 \end_layout
13182
13183 \end_inset
13184
13185 A
13186 \begin_inset Formula $\downarrow$
13187 \end_inset
13188
13189 B
13190 \end_layout
13191
13192 \end_inset
13193 </cell>
13194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13195 \begin_inset Text
13196
13197 \begin_layout Plain Layout
13198 \begin_inset Formula $\raisebox{6mm}{}$
13199 \end_inset
13200
13201
13202 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13203 \end_inset
13204
13205
13206 \begin_inset Formula $\raisebox{-4mm}{}$
13207 \end_inset
13208
13209
13210 \end_layout
13211
13212 \end_inset
13213 </cell>
13214 </row>
13215 </lyxtabular>
13216
13217 \end_inset
13218
13219
13220 \end_layout
13221
13222 \begin_layout Standard
13223 El grosor del borde también se puede ajustar.
13224  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13225  la fórmula:
13226 \end_layout
13227
13228 \begin_layout Standard
13229
13230 \series bold
13231
13232 \backslash
13233 fboxrule
13234 \series default
13235  
13236 \series bold
13237
13238 \begin_inset Quotes fld
13239 \end_inset
13240
13241 grosor
13242 \begin_inset Quotes frd
13243 \end_inset
13244
13245
13246 \series default
13247  
13248 \series bold
13249
13250 \backslash
13251 fboxsep
13252 \series default
13253  
13254 \series bold
13255
13256 \begin_inset Quotes fld
13257 \end_inset
13258
13259 distancia
13260 \begin_inset Quotes frd
13261 \end_inset
13262
13263
13264 \end_layout
13265
13266 \begin_layout Standard
13267 \begin_inset Quotes fld
13268 \end_inset
13269
13270 distancia
13271 \begin_inset Quotes frd
13272 \end_inset
13273
13274  especifica la distancia mínima entre el borde y el primer carácter en el
13275  cuadro.
13276  Un ejemplo de esto es la siguiente ecuación enmarcada:
13277 \begin_inset ERT
13278 status collapsed
13279
13280 \begin_layout Plain Layout
13281
13282
13283 \backslash
13284 fboxrule 2mm 
13285 \backslash
13286 fboxsep 3mm
13287 \end_layout
13288
13289 \end_inset
13290
13291
13292 \begin_inset Formula 
13293 \[
13294 \boxed{A+B=C}
13295 \]
13296
13297 \end_inset
13298
13299
13300 \end_layout
13301
13302 \begin_layout Standard
13303 Delante de esta ecuación se han insertado los comandos
13304 \end_layout
13305
13306 \begin_layout Standard
13307
13308 \series bold
13309
13310 \backslash
13311 fboxrule
13312 \series default
13313  
13314 \series bold
13315 2mm
13316 \series default
13317  
13318 \series bold
13319
13320 \backslash
13321 fboxsep
13322 \series default
13323  
13324 \series bold
13325 3mm
13326 \end_layout
13327
13328 \begin_layout Standard
13329 en modo TeX.
13330  Los valores dados se usan para todos los marcos siguientes.
13331 \end_layout
13332
13333 \begin_layout Standard
13334 Para volver al tamaño estándar del marco se inserta el comando
13335 \end_layout
13336
13337 \begin_layout Standard
13338
13339 \series bold
13340
13341 \backslash
13342 fboxrule
13343 \series default
13344  
13345 \series bold
13346 0.4pt
13347 \series default
13348  
13349 \series bold
13350
13351 \backslash
13352 fboxsep
13353 \series default
13354  
13355 \series bold
13356 3pt
13357 \series default
13358
13359 \begin_inset ERT
13360 status collapsed
13361
13362 \begin_layout Plain Layout
13363
13364
13365 \backslash
13366 fboxrule 0.4pt 
13367 \backslash
13368 fboxsep 3pt
13369 \end_layout
13370
13371 \end_inset
13372
13373
13374 \end_layout
13375
13376 \begin_layout Standard
13377 en modo TeX antes de la ecuación siguiente.
13378 \end_layout
13379
13380 \begin_layout Subsection
13381 Marcos sin bordes
13382 \begin_inset CommandInset label
13383 LatexCommand label
13384 name "sub:Marcos-sin-bordes"
13385
13386 \end_inset
13387
13388
13389 \begin_inset Index idx
13390 status open
13391
13392 \begin_layout Plain Layout
13393 Marcos ! sin borde
13394 \end_layout
13395
13396 \end_inset
13397
13398
13399 \end_layout
13400
13401 \begin_layout Standard
13402 Para marcos sin borde hay los comandos: 
13403 \series bold
13404
13405 \backslash
13406 mbox
13407 \series default
13408
13409 \begin_inset Index idx
13410 status collapsed
13411
13412 \begin_layout Plain Layout
13413 Comandos ! M ! 
13414 \backslash
13415 mbox
13416 \end_layout
13417
13418 \end_inset
13419
13420
13421 \series bold
13422
13423 \backslash
13424 makebox
13425 \series default
13426
13427 \begin_inset Index idx
13428 status collapsed
13429
13430 \begin_layout Plain Layout
13431 Comandos ! M ! 
13432 \backslash
13433 makebox
13434 \end_layout
13435
13436 \end_inset
13437
13438  y 
13439 \series bold
13440
13441 \backslash
13442 raisebox
13443 \series default
13444
13445 \begin_inset Index idx
13446 status collapsed
13447
13448 \begin_layout Plain Layout
13449 Comandos ! R ! 
13450 \backslash
13451 raisebox
13452 \end_layout
13453
13454 \end_inset
13455
13456 .
13457 \end_layout
13458
13459 \begin_layout Standard
13460 Con 
13461 \series bold
13462
13463 \backslash
13464 raisebox
13465 \series default
13466  se puede poner un marco subíndice o superíndice, pero a diferencia de los
13467  normales, los caracteres en el marco mantienen su tamaño de tipografía.
13468  
13469 \series bold
13470
13471 \backslash
13472 raisebox
13473 \series default
13474  se usa con el siguiente esquema: 
13475 \end_layout
13476
13477 \begin_layout Standard
13478
13479 \series bold
13480
13481 \backslash
13482 raisebox{altura}{contenido del marco}
13483 \end_layout
13484
13485 \begin_layout Standard
13486 Cuando el marco tenga que contener una ecuación, hace falta una ecuación
13487  extra, como con 
13488 \series bold
13489
13490 \backslash
13491 fbox
13492 \series default
13493 .
13494  
13495 \begin_inset Note Greyedout
13496 status open
13497
13498 \begin_layout Plain Layout
13499
13500 \series bold
13501 Nota
13502 \series default
13503 : Para
13504 \series bold
13505
13506 \backslash
13507 raisebox
13508 \series default
13509  se ha creado esta ecuación extra tecleando 
13510 \family sans
13511 Ctrl+M
13512 \family default
13513  dos veces en vez de una porque LyX aún no soporta 
13514 \series bold
13515
13516 \backslash
13517 raisebox
13518 \series default
13519  directamente.
13520 \end_layout
13521
13522 \end_inset
13523
13524
13525 \end_layout
13526
13527 \begin_layout Standard
13528 \align center
13529 \begin_inset Tabular
13530 <lyxtabular version="3" rows="4" columns="2">
13531 <features tabularvalignment="middle">
13532 <column alignment="center" valignment="top" width="0">
13533 <column alignment="center" valignment="top" width="0">
13534 <row>
13535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539 Comando
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548 Resultado
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 </row>
13554 <row>
13555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 H
13560 \backslash
13561 raisebox{2mm
13562 \begin_inset Formula $\to$
13563 \end_inset
13564
13565
13566 \backslash
13567 {al
13568 \begin_inset Formula $\to$
13569 \end_inset
13570
13571  lo
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13581 \end_inset
13582
13583
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 </row>
13589 <row>
13590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13591 \begin_inset Text
13592
13593 \begin_layout Plain Layout
13594 H
13595 \backslash
13596 raisebox{-2mm
13597 \begin_inset Formula $\to$
13598 \end_inset
13599
13600
13601 \backslash
13602 {al
13603 \begin_inset Formula $\to$
13604 \end_inset
13605
13606 lo
13607 \end_layout
13608
13609 \end_inset
13610 </cell>
13611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13612 \begin_inset Text
13613
13614 \begin_layout Plain Layout
13615 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13616 \end_inset
13617
13618
13619 \end_layout
13620
13621 \end_inset
13622 </cell>
13623 </row>
13624 <row>
13625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13626 \begin_inset Text
13627
13628 \begin_layout Plain Layout
13629 A=
13630 \backslash
13631 raisebox{-2mm
13632 \begin_inset Formula $\to$
13633 \end_inset
13634
13635
13636 \backslash
13637 {
13638 \family sans
13639 Ctrl+M Ctrl+M
13640 \family default
13641  
13642 \backslash
13643 sqrt
13644 \begin_inset ERT
13645 status collapsed
13646
13647 \begin_layout Plain Layout
13648
13649
13650 \backslash
13651 spce 
13652 \end_layout
13653
13654 \end_inset
13655
13656
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13666 \end_inset
13667
13668
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 </row>
13674 </lyxtabular>
13675
13676 \end_inset
13677
13678
13679 \end_layout
13680
13681 \begin_layout Standard
13682 El comando 
13683 \series bold
13684
13685 \backslash
13686 mbox
13687 \series default
13688  es equivalente a 
13689 \series bold
13690
13691 \backslash
13692 fbox
13693 \series default
13694  y 
13695 \series bold
13696
13697 \backslash
13698 makebox
13699 \series default
13700  es equivalente a 
13701 \series bold
13702
13703 \backslash
13704 framebox
13705 \series default
13706 , con la diferencia de que no hay marco.
13707 \end_layout
13708
13709 \begin_layout Subsection
13710 Marcos coloreados
13711 \begin_inset CommandInset label
13712 LatexCommand label
13713 name "sub:Marcos-coloreados"
13714
13715 \end_inset
13716
13717
13718 \begin_inset Index idx
13719 status open
13720
13721 \begin_layout Plain Layout
13722 Marcos ! coloreados
13723 \end_layout
13724
13725 \end_inset
13726
13727
13728 \end_layout
13729
13730 \begin_layout Standard
13731 Para poder usar todos los comandos explicados en esta sección hay que cargar
13732  en el preámbulo LaTeX el paquete LaTeX 
13733 \series bold
13734 color
13735 \series default
13736
13737 \begin_inset Foot
13738 status collapsed
13739
13740 \begin_layout Plain Layout
13741 El paquete LaTeX 
13742 \series bold
13743 color
13744 \series default
13745  forma parte de toda distribución LaTeX estándar.
13746 \end_layout
13747
13748 \end_inset
13749
13750
13751 \begin_inset Index idx
13752 status collapsed
13753
13754 \begin_layout Plain Layout
13755 Paquetes ! color
13756 \end_layout
13757
13758 \end_inset
13759
13760 , con la línea
13761 \begin_inset Foot
13762 status collapsed
13763
13764 \begin_layout Plain Layout
13765 Cuando hay texto coloreado con un color predefinido en alguna parte del
13766  documento, LyX carga automáticamente el paquete LaTeX 
13767 \series bold
13768 color
13769 \series default
13770 .
13771  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13772  origina problemas.
13773 \end_layout
13774
13775 \end_inset
13776
13777
13778 \begin_inset Note Note
13779 status collapsed
13780
13781 \begin_layout Plain Layout
13782 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13783  en el preámbulo LaTeX.
13784 \end_layout
13785
13786 \end_inset
13787
13788
13789 \end_layout
13790
13791 \begin_layout Standard
13792
13793 \series bold
13794
13795 \backslash
13796 usepackage{color}
13797 \begin_inset VSpace medskip
13798 \end_inset
13799
13800
13801 \end_layout
13802
13803 \begin_layout Standard
13804 Para colorear marcos se usa el comando 
13805 \series bold
13806
13807 \backslash
13808 colorbox
13809 \series default
13810
13811 \begin_inset Index idx
13812 status collapsed
13813
13814 \begin_layout Plain Layout
13815 Comandos ! C ! 
13816 \backslash
13817 colorbox
13818 \end_layout
13819
13820 \end_inset
13821
13822  con el siguiente esquema:
13823 \end_layout
13824
13825 \begin_layout Standard
13826
13827 \series bold
13828
13829 \backslash
13830 colorbox{color}{contenido del marco}
13831 \end_layout
13832
13833 \begin_layout Standard
13834 El contenido del marco puede ser otro marco, y también un 
13835 \backslash
13836
13837 \series bold
13838 colorbox
13839 \series default
13840  puede ser parte de otro marco (véanse los ejemplos 2º y 3º).
13841  Si el marco debe contener una ecuación debe crearse una ecuación extra,
13842  como con 
13843 \series bold
13844
13845 \backslash
13846 raisebox
13847 \series default
13848 .
13849 \begin_inset Foot
13850 status collapsed
13851
13852 \begin_layout Plain Layout
13853 Esto también se aplica para el comando 
13854 \series bold
13855
13856 \backslash
13857 fcolorbox
13858 \series default
13859 .
13860 \end_layout
13861
13862 \end_inset
13863
13864  
13865 \end_layout
13866
13867 \begin_layout Standard
13868 Se puede elegir uno de los siguientes colores predefinidos:
13869 \end_layout
13870
13871 \begin_layout Standard
13872
13873 \series bold
13874 black
13875 \series default
13876
13877 \series bold
13878 blue
13879 \series default
13880
13881 \series bold
13882 cyan
13883 \series default
13884
13885 \series bold
13886 green
13887 \series default
13888
13889 \series bold
13890 magenta
13891 \series default
13892
13893 \series bold
13894 red
13895 \series default
13896
13897 \series bold
13898 white
13899 \series default
13900
13901 \series bold
13902 yellow
13903 \end_layout
13904
13905 \begin_layout Standard
13906 \align center
13907 \begin_inset Tabular
13908 <lyxtabular version="3" rows="4" columns="2">
13909 <features tabularvalignment="middle">
13910 <column alignment="center" valignment="top" width="0">
13911 <column alignment="center" valignment="top" width="0">
13912 <row>
13913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Plain Layout
13917 Comando
13918 \end_layout
13919
13920 \end_inset
13921 </cell>
13922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Plain Layout
13926 Resultado
13927 \begin_inset Note Note
13928 status collapsed
13929
13930 \begin_layout Plain Layout
13931
13932 \series bold
13933
13934 \backslash
13935 raisebox
13936 \series default
13937  se usa sólo como espaciador
13938 \end_layout
13939
13940 \end_inset
13941
13942
13943 \end_layout
13944
13945 \end_inset
13946 </cell>
13947 </row>
13948 <row>
13949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13950 \begin_inset Text
13951
13952 \begin_layout Plain Layout
13953
13954 \backslash
13955 colorbox{yellow
13956 \begin_inset Formula $\to$
13957 \end_inset
13958
13959
13960 \backslash
13961 {A=B
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13971 \end_inset
13972
13973
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 </row>
13979 <row>
13980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13981 \begin_inset Text
13982
13983 \begin_layout Plain Layout
13984
13985 \backslash
13986 colorbox{green
13987 \begin_inset Formula $\to$
13988 \end_inset
13989
13990
13991 \backslash
13992 {
13993 \backslash
13994 fbox
13995 \begin_inset ERT
13996 status collapsed
13997
13998 \begin_layout Plain Layout
13999
14000
14001 \backslash
14002 spce 
14003 \end_layout
14004
14005 \end_inset
14006
14007 A=B
14008 \end_layout
14009
14010 \end_inset
14011 </cell>
14012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14013 \begin_inset Text
14014
14015 \begin_layout Plain Layout
14016 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
14017 \end_inset
14018
14019
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 </row>
14025 <row>
14026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14027 \begin_inset Text
14028
14029 \begin_layout Plain Layout
14030
14031 \backslash
14032 fbox
14033 \begin_inset ERT
14034 status collapsed
14035
14036 \begin_layout Plain Layout
14037
14038
14039 \backslash
14040 spce 
14041 \end_layout
14042
14043 \end_inset
14044
14045
14046 \backslash
14047 colorbox{green
14048 \begin_inset Formula $\to$
14049 \end_inset
14050
14051
14052 \backslash
14053 {
14054 \family sans
14055 Ctrl+M Ctrl+M
14056 \family default
14057  
14058 \backslash
14059 int
14060 \begin_inset ERT
14061 status collapsed
14062
14063 \begin_layout Plain Layout
14064
14065
14066 \backslash
14067 spce 
14068 \end_layout
14069
14070 \end_inset
14071
14072 C=D
14073 \end_layout
14074
14075 \end_inset
14076 </cell>
14077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Plain Layout
14081 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14082 \end_inset
14083
14084
14085 \end_layout
14086
14087 \end_inset
14088 </cell>
14089 </row>
14090 </lyxtabular>
14091
14092 \end_inset
14093
14094
14095 \end_layout
14096
14097 \begin_layout Standard
14098
14099 \series bold
14100
14101 \backslash
14102 colorbox
14103 \series default
14104  sólo colorea el marco pero no los caracteres.
14105  Para colorear todos los caracteres se selecciona toda la ecuación y se
14106  elige un color en el diálogo 
14107 \family sans
14108 Estilo
14109 \begin_inset space ~
14110 \end_inset
14111
14112 del
14113 \begin_inset space ~
14114 \end_inset
14115
14116 texto
14117 \family default
14118 .
14119  El diálogo puede abrirse con el botón 
14120 \begin_inset Graphics
14121         filename ../../images/dialog-show_character.png
14122         scale 85
14123
14124 \end_inset
14125
14126  de la barra de herramientas o con el menú 
14127 \family sans
14128 Editar\SpecialChar \menuseparator
14129 Estilo
14130 \begin_inset space ~
14131 \end_inset
14132
14133 del
14134 \begin_inset space ~
14135 \end_inset
14136
14137 texto\SpecialChar \menuseparator
14138 Personalizado
14139 \family default
14140 .
14141  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
14142  Si el número de la ecuación debe tener otro color que el de los caracteres
14143  de la ecuación, el color debe cambiarse dentro de la ecuación.
14144 \end_layout
14145
14146 \begin_layout Standard
14147 Un ejemplo:
14148 \color red
14149
14150 \begin_inset Formula 
14151 \begin{equation}
14152 {\color{red}\int A=B}\label{eq:rojo}
14153 \end{equation}
14154
14155 \end_inset
14156
14157
14158 \color green
14159
14160 \begin_inset Formula 
14161 \begin{equation}
14162 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
14163 \end{equation}
14164
14165 \end_inset
14166
14167
14168 \end_layout
14169
14170 \begin_layout Standard
14171 La ecuación 
14172 \begin_inset CommandInset ref
14173 LatexCommand eqref
14174 reference "eq:rojo"
14175
14176 \end_inset
14177
14178  está toda coloreada en rojo.
14179 \begin_inset Newline newline
14180 \end_inset
14181
14182 La ecuación 
14183 \begin_inset CommandInset ref
14184 LatexCommand eqref
14185 reference "eq:rojoverde"
14186
14187 \end_inset
14188
14189  se ha coloreado en primer lugar toda en verde para colorear el número de
14190  la ecuación.
14191  Posteriormente se han coloreado en rojo los caracteres.
14192 \family sans
14193
14194 \begin_inset VSpace bigskip
14195 \end_inset
14196
14197
14198 \end_layout
14199
14200 \begin_layout Standard
14201 Para colorear diferente el borde y el marcose usa el comando 
14202 \series bold
14203
14204 \backslash
14205 fcolorbox
14206 \series default
14207
14208 \begin_inset Index idx
14209 status collapsed
14210
14211 \begin_layout Plain Layout
14212 Comandos ! F ! 
14213 \backslash
14214 fcolorbox
14215 \end_layout
14216
14217 \end_inset
14218
14219  con el siguiente esquema:
14220 \end_layout
14221
14222 \begin_layout Standard
14223
14224 \series bold
14225
14226 \backslash
14227 fcolorbox{color del borde}{color}{contenido del marco}
14228 \end_layout
14229
14230 \begin_layout Standard
14231 Así pues 
14232 \series bold
14233
14234 \backslash
14235 fcolorbox
14236 \series default
14237  es una extensión del comando 
14238 \series bold
14239
14240 \backslash
14241 colorbox
14242 \series default
14243 .
14244  La anchura del borde se establece, como para 
14245 \series bold
14246
14247 \backslash
14248 framebox
14249 \series default
14250 , con 
14251 \series bold
14252
14253 \backslash
14254 fboxrule
14255 \series default
14256  y 
14257 \series bold
14258
14259 \backslash
14260 fboxsep
14261 \series default
14262 .
14263  Un ejemplo:
14264 \begin_inset ERT
14265 status collapsed
14266
14267 \begin_layout Plain Layout
14268
14269
14270 \backslash
14271 fboxrule 1mm 
14272 \backslash
14273 fboxsep 1mm
14274 \end_layout
14275
14276 \end_inset
14277
14278
14279 \begin_inset Formula 
14280 \[
14281 \fcolorbox{cyan}{magenta}{A=B}
14282 \]
14283
14284 \end_inset
14285
14286
14287 \end_layout
14288
14289 \begin_layout Standard
14290 \begin_inset ERT
14291 status collapsed
14292
14293 \begin_layout Plain Layout
14294
14295
14296 \backslash
14297 fboxrule 0.4pt 
14298 \backslash
14299 fboxsep 3pt
14300 \end_layout
14301
14302 \end_inset
14303
14304
14305 \end_layout
14306
14307 \begin_layout Standard
14308 Esta ecuación se ha compuesto con el comando
14309 \begin_inset Newline newline
14310 \end_inset
14311
14312
14313 \series bold
14314
14315 \backslash
14316 fcolorbox{cyan
14317 \begin_inset Formula $\to$
14318 \end_inset
14319
14320
14321 \backslash
14322 {magenta
14323 \begin_inset Formula $\to$
14324 \end_inset
14325
14326
14327 \backslash
14328 {A=B
14329 \end_layout
14330
14331 \begin_layout Standard
14332 \begin_inset VSpace bigskip
14333 \end_inset
14334
14335
14336 \end_layout
14337
14338 \begin_layout Standard
14339 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14340 \end_layout
14341
14342 \begin_layout Standard
14343 Por ejemplo, se puede definir el color 
14344 \begin_inset Quotes fld
14345 \end_inset
14346
14347
14348 \series bold
14349 verdeoscuro
14350 \series default
14351
14352 \begin_inset Quotes frd
14353 \end_inset
14354
14355  con la línea de preámbulo LaTeX:
14356 \end_layout
14357
14358 \begin_layout Standard
14359
14360 \series bold
14361
14362 \backslash
14363 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14364 \series default
14365
14366 \begin_inset Index idx
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370 Comandos ! D ! 
14371 \backslash
14372 definecolor
14373 \end_layout
14374
14375 \end_inset
14376
14377
14378 \end_layout
14379
14380 \begin_layout Standard
14381
14382 \series bold
14383 cmyk
14384 \series default
14385  es el espacio de color referido a los colores 
14386 \series bold
14387 cyan
14388 \series default
14389
14390 \series bold
14391 magenta
14392 \series default
14393
14394 \series bold
14395 yellow
14396 \series default
14397  y 
14398 \series bold
14399 black
14400 \series default
14401 .
14402  Los cuatro números separados por coma son el factor de cuota para los colores
14403  correspondientes del espacio de color.
14404  Los factores pueden estar en el rango 0-1.
14405  En vez de 
14406 \series bold
14407 cmyk
14408 \series default
14409  se puede usar el espacio de color 
14410 \series bold
14411 rgb
14412 \series default
14413 , que se refiere a 
14414 \series bold
14415 red
14416 \series default
14417
14418 \series bold
14419 green
14420 \series default
14421  y 
14422 \series bold
14423 blue
14424 \series default
14425 , así pues en este caso hay tres factores de cuota para los correspondientes
14426  colores.
14427  Además hay el espacio de color 
14428 \series bold
14429 gray
14430 \series default
14431  con un factor de cuota para el valor gris.
14432 \end_layout
14433
14434 \begin_layout Standard
14435 Como ejemplo he aquí un marco con el nuevo color definido 
14436 \series bold
14437 verdeoscuro
14438 \series default
14439  y los caracteres en color amarillo:
14440 \color black
14441
14442 \begin_inset Formula 
14443 \begin{equation}
14444 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
14445 \end{equation}
14446
14447 \end_inset
14448
14449
14450 \end_layout
14451
14452 \begin_layout Standard
14453 Los colores personalizados también se pueden usar para texto con la ayuda
14454  del comando 
14455 \series bold
14456
14457 \backslash
14458 textcolor
14459 \series default
14460
14461 \begin_inset Index idx
14462 status collapsed
14463
14464 \begin_layout Plain Layout
14465 Texto ! coloreado
14466 \end_layout
14467
14468 \end_inset
14469
14470
14471 \end_layout
14472
14473 \begin_layout Standard
14474 \begin_inset ERT
14475 status collapsed
14476
14477 \begin_layout Plain Layout
14478
14479
14480 \backslash
14481 textcolor{verdeoscuro}{
14482 \end_layout
14483
14484 \end_inset
14485
14486 Esta frase en 
14487 \begin_inset Quotes fld
14488 \end_inset
14489
14490 verdeoscuro
14491 \begin_inset Quotes frd
14492 \end_inset
14493
14494 .
14495 \begin_inset ERT
14496 status collapsed
14497
14498 \begin_layout Plain Layout
14499
14500 }
14501 \end_layout
14502
14503 \end_inset
14504
14505
14506 \end_layout
14507
14508 \begin_layout Standard
14509
14510 \series bold
14511
14512 \backslash
14513 textcolor
14514 \series default
14515
14516 \begin_inset Index idx
14517 status collapsed
14518
14519 \begin_layout Plain Layout
14520 Comandos ! T ! 
14521 \backslash
14522 textcolor
14523 \end_layout
14524
14525 \end_inset
14526
14527  se usa con el esquema 
14528 \series bold
14529
14530 \backslash
14531 textcolor{color}{caracteres a colorear}
14532 \series default
14533 .
14534 \end_layout
14535
14536 \begin_layout Subsection
14537 Marcos de párrafo
14538 \begin_inset CommandInset label
14539 LatexCommand label
14540 name "sub:Marcos-de-párrafo"
14541
14542 \end_inset
14543
14544
14545 \begin_inset Index idx
14546 status collapsed
14547
14548 \begin_layout Plain Layout
14549 Marcos ! para párrafos
14550 \end_layout
14551
14552 \end_inset
14553
14554
14555 \end_layout
14556
14557 \begin_layout Standard
14558 Un marco que puede contener varias líneas y párrafos, denominado marco de
14559  párrafo (parbox), se puede generar con el menú 
14560 \family sans
14561 Insertar\SpecialChar \menuseparator
14562 Marco
14563 \family default
14564  o con el botón 
14565 \begin_inset Graphics
14566         filename ../../images/box-insert.png
14567         scale 85
14568
14569 \end_inset
14570
14571  de la barra de herramientas.
14572 \end_layout
14573
14574 \begin_layout Standard
14575 El siguiente ejemplo muestra un marco de párrafo en línea:
14576 \begin_inset VSpace medskip
14577 \end_inset
14578
14579 Esta línea contiene 
14580 \begin_inset Box Boxed
14581 position "c"
14582 hor_pos "c"
14583 has_inner_box 1
14584 inner_pos "c"
14585 use_parbox 1
14586 use_makebox 0
14587 width "5cm"
14588 special "none"
14589 height "1in"
14590 height_special "totalheight"
14591 status collapsed
14592
14593 \begin_layout Plain Layout
14594 Esto es un marco de párrafo.
14595  Tiene exactamente 5
14596 \begin_inset space \thinspace{}
14597 \end_inset
14598
14599 cm de largo y además puede contener ecuaciones: 
14600 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14601 \end_inset
14602
14603
14604 \end_layout
14605
14606 \end_inset
14607
14608
14609 \begin_inset space ~
14610 \end_inset
14611
14612  un marco de párrafo.
14613 \begin_inset VSpace medskip
14614 \end_inset
14615
14616 Ese marco se compone haciendo clic derecho sobre el rectángulo gris insertado.
14617  Surge un diálogo con las propiedades del marco.
14618  En este caso: 
14619 \emph on
14620 Decoración
14621 \emph default
14622 : Marco rectangular, 
14623 \emph on
14624 marco interior
14625 \emph default
14626 : Párrafo, 
14627 \emph on
14628 Ancho
14629 \emph default
14630 : 5
14631 \begin_inset space \thinspace{}
14632 \end_inset
14633
14634 cm, 
14635 \emph on
14636 Alineación Vertical
14637 \emph default
14638  
14639 \emph on
14640 marco
14641 \emph default
14642 : Medio.
14643 \end_layout
14644
14645 \begin_layout Standard
14646 \begin_inset VSpace medskip
14647 \end_inset
14648
14649 En LaTeX, un marco de párrafo se inserta con el comando 
14650 \series bold
14651
14652 \backslash
14653 parbox
14654 \series default
14655
14656 \begin_inset Index idx
14657 status collapsed
14658
14659 \begin_layout Plain Layout
14660 Comandos ! P ! 
14661 \backslash
14662 parbox
14663 \end_layout
14664
14665 \end_inset
14666
14667  con el esquema siguiente:
14668 \end_layout
14669
14670 \begin_layout Standard
14671
14672 \series bold
14673
14674 \backslash
14675 parbox[posición]{anchura}{contenido}
14676 \end_layout
14677
14678 \begin_layout Standard
14679 Son posibles las posiciones 
14680 \emph on
14681 b
14682 \emph default
14683  y 
14684 \emph on
14685 t
14686 \emph default
14687
14688 \emph on
14689 b
14690 \emph default
14691  por 
14692 \begin_inset Quotes fld
14693 \end_inset
14694
14695 bottom
14696 \begin_inset Quotes frd
14697 \end_inset
14698
14699  (abajo), que alinea la última línea del marco con el texto de alrededor.
14700  Con 
14701 \emph on
14702 t
14703 \emph default
14704 , por 
14705 \begin_inset Quotes fld
14706 \end_inset
14707
14708 top
14709 \begin_inset Quotes frd
14710 \end_inset
14711
14712  (arriba), la alineación se hace con la primera línea.
14713  Si no se da posición, el marco se centrará verticalmente, véase la sección
14714  
14715 \emph on
14716 Marcos
14717 \emph default
14718  del manual 
14719 \emph on
14720 Objetos insertados
14721 \emph default
14722  para ejemplos.
14723 \end_layout
14724
14725 \begin_layout Standard
14726 \begin_inset VSpace bigskip
14727 \end_inset
14728
14729 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14730  ponerse en un marco de párrafo.
14731  Para ello se inserta el comando
14732 \begin_inset Newline newline
14733 \end_inset
14734
14735
14736 \series bold
14737
14738 \backslash
14739 fbox{
14740 \backslash
14741 parbox{
14742 \backslash
14743 linewidth-2
14744 \backslash
14745 fboxsep-2
14746 \backslash
14747 fboxrule}{
14748 \begin_inset Newline newline
14749 \end_inset
14750
14751
14752 \series default
14753 en modo TeX delante de la ecuación.
14754  Aquí 
14755 \series bold
14756
14757 \backslash
14758 linewidth
14759 \series default
14760
14761 \begin_inset Index idx
14762 status collapsed
14763
14764 \begin_layout Plain Layout
14765 Comandos ! L ! 
14766 \backslash
14767 linewidth
14768 \end_layout
14769
14770 \end_inset
14771
14772  es la anchura de línea establecida para el documento.
14773  Como el marco está por fuera del marco de párrafo, hay que restar de dicha
14774  anchura dos veces la separación del marco y el grosor.
14775  Como LyX no lo hace automáticamente debido a un fallo,
14776 \begin_inset Foot
14777 status collapsed
14778
14779 \begin_layout Plain Layout
14780 \begin_inset CommandInset href
14781 LatexCommand href
14782 name "LyX-bug #4483"
14783 target "http://www.lyx.org/trac/ticket/4483"
14784
14785 \end_inset
14786
14787
14788 \end_layout
14789
14790 \end_inset
14791
14792  hay que usar modo TeX.
14793  Para poder multiplicar y restar en los argumentos hay que cargar en el
14794  preámbulo LaTeX el paquete LaTeX 
14795 \series bold
14796 calc
14797 \series default
14798 ,
14799 \begin_inset Foot
14800 status collapsed
14801
14802 \begin_layout Plain Layout
14803
14804 \series bold
14805 calc
14806 \series default
14807  es parte de toda instalación LaTeX estándar.
14808 \end_layout
14809
14810 \end_inset
14811
14812
14813 \begin_inset Index idx
14814 status collapsed
14815
14816 \begin_layout Plain Layout
14817 Paquetes ! calc
14818 \end_layout
14819
14820 \end_inset
14821
14822  con la línea
14823 \end_layout
14824
14825 \begin_layout Standard
14826
14827 \series bold
14828
14829 \backslash
14830 usepackage{calc}
14831 \end_layout
14832
14833 \begin_layout Standard
14834 Detrás de la ecuación se cierran ambos marcos con 
14835 \series bold
14836 }}
14837 \series default
14838  en modo TeX.
14839  Aquí hay un ejemplo:
14840 \begin_inset ERT
14841 status collapsed
14842
14843 \begin_layout Plain Layout
14844
14845
14846 \backslash
14847 fboxsep 5mm 
14848 \backslash
14849 fboxrule 5mm
14850 \end_layout
14851
14852 \end_inset
14853
14854
14855 \end_layout
14856
14857 \begin_layout Standard
14858 \begin_inset ERT
14859 status collapsed
14860
14861 \begin_layout Plain Layout
14862
14863
14864 \backslash
14865 fbox{
14866 \backslash
14867 parbox{
14868 \backslash
14869 linewidth-2
14870 \backslash
14871 fboxsep-2
14872 \backslash
14873 fboxrule}{
14874 \end_layout
14875
14876 \end_inset
14877
14878
14879 \begin_inset Formula 
14880 \begin{equation}
14881 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14882 \end{equation}
14883
14884 \end_inset
14885
14886
14887 \end_layout
14888
14889 \begin_layout Standard
14890 \begin_inset ERT
14891 status collapsed
14892
14893 \begin_layout Plain Layout
14894
14895 }}
14896 \end_layout
14897
14898 \end_inset
14899
14900
14901 \begin_inset ERT
14902 status collapsed
14903
14904 \begin_layout Plain Layout
14905
14906
14907 \backslash
14908 fboxrule 0.4pt 
14909 \backslash
14910 fboxsep 3pt
14911 \end_layout
14912
14913 \end_inset
14914
14915
14916 \end_layout
14917
14918 \begin_layout Standard
14919 \begin_inset VSpace medskip
14920 \end_inset
14921
14922
14923 \end_layout
14924
14925 \begin_layout Standard
14926 Como se ha usado el marco de párrafo como argumento de 
14927 \series bold
14928
14929 \backslash
14930 fbox
14931 \series default
14932 , en este caso no hay diferencia entre 
14933 \series bold
14934
14935 \backslash
14936 fbox
14937 \series default
14938  y 
14939 \series bold
14940
14941 \backslash
14942 boxed
14943 \series default
14944 .
14945  
14946 \end_layout
14947
14948 \begin_layout Standard
14949 \begin_inset VSpace bigskip
14950 \end_inset
14951
14952
14953 \end_layout
14954
14955 \begin_layout Standard
14956 Los marcos de párrafo son muy útiles para comentar ecuaciones directamente.
14957  Para hacerlo, se usa 
14958 \series bold
14959
14960 \backslash
14961 parbox
14962 \series default
14963  en combinación con el comando 
14964 \series bold
14965
14966 \backslash
14967 tag
14968 \series default
14969 .
14970  (Véase más sobre 
14971 \series bold
14972
14973 \backslash
14974 tag
14975 \series default
14976  en 
14977 \begin_inset CommandInset ref
14978 LatexCommand ref
14979 reference "sub:Numeración-personalizada"
14980
14981 \end_inset
14982
14983 ).
14984 \end_layout
14985
14986 \begin_layout Standard
14987 Un ejemplo de ecuación comentada con 
14988 \series bold
14989
14990 \backslash
14991 parbox
14992 \series default
14993 :
14994 \end_layout
14995
14996 \begin_layout Standard
14997 \begin_inset ERT
14998 status collapsed
14999
15000 \begin_layout Plain Layout
15001
15002
15003 \backslash
15004 [5x-7b=3b
15005 \backslash
15006 tag*{
15007 \backslash
15008 parbox{5cm}{
15009 \end_layout
15010
15011 \end_inset
15012
15013 Esto es una descripción.
15014  Está claramente separada de la ecuación y es multilínea.
15015 \begin_inset ERT
15016 status collapsed
15017
15018 \begin_layout Plain Layout
15019
15020 }}
15021 \backslash
15022 ]
15023 \end_layout
15024
15025 \end_inset
15026
15027
15028 \end_layout
15029
15030 \begin_layout Standard
15031 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
15032  no soporta el comando 
15033 \series bold
15034
15035 \backslash
15036 parbox
15037 \series default
15038  en ecuaciones.
15039  La ecuación se compone con la siguiente secuencia de comandos:
15040 \end_layout
15041
15042 \begin_layout Standard
15043 El comando 
15044 \series bold
15045
15046 \backslash
15047 [5x-7b=3b
15048 \backslash
15049 tag*
15050 \backslash
15051 {
15052 \backslash
15053 parbox{5cm}{
15054 \series default
15055  se inserta en modo TeX.
15056 \begin_inset Foot
15057 status collapsed
15058
15059 \begin_layout Plain Layout
15060 Si se usa el estilo de ecuación 
15061 \series bold
15062 Sangrado
15063 \series default
15064
15065 \series bold
15066
15067 \backslash
15068 tag*
15069 \backslash
15070
15071 \series default
15072  se puede reemplazar por 
15073 \series bold
15074
15075 \backslash
15076 hfill
15077 \series default
15078 .
15079  (Véanse los estilos de ecuación en 
15080 \begin_inset CommandInset ref
15081 LatexCommand ref
15082 reference "sec:Estilos-de-ecuación"
15083
15084 \end_inset
15085
15086 ).
15087 \end_layout
15088
15089 \end_inset
15090
15091  Después sigue la descripción en texto normal, y por último 
15092 \series bold
15093 }}
15094 \backslash
15095 ]
15096 \series default
15097  en modo TeX.
15098  Aquí los comandos 
15099 \series bold
15100
15101 \backslash
15102 [
15103 \series default
15104  y 
15105 \series bold
15106
15107 \backslash
15108 ]
15109 \series default
15110  crean una ecuación presentada.
15111 \end_layout
15112
15113 \begin_layout Standard
15114 Las ventajas de 
15115 \series bold
15116
15117 \backslash
15118 parbox
15119 \series default
15120  pueden verse en este ejemplo que se ha 
15121 \begin_inset Quotes fld
15122 \end_inset
15123
15124 comentado
15125 \begin_inset Quotes frd
15126 \end_inset
15127
15128  usando el modo texto matemático:
15129 \begin_inset Formula 
15130 \[
15131 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
15132 \]
15133
15134 \end_inset
15135
15136
15137 \end_layout
15138
15139 \begin_layout Section
15140 Operadores
15141 \begin_inset Index idx
15142 status collapsed
15143
15144 \begin_layout Plain Layout
15145 Operadores
15146 \end_layout
15147
15148 \end_inset
15149
15150
15151 \end_layout
15152
15153 \begin_layout Subsection
15154 Operadores grandes
15155 \begin_inset CommandInset label
15156 LatexCommand label
15157 name "sub:Operadores-grandes"
15158
15159 \end_inset
15160
15161
15162 \begin_inset Index idx
15163 status collapsed
15164
15165 \begin_layout Plain Layout
15166 Operadores ! grandes
15167 \end_layout
15168
15169 \end_inset
15170
15171
15172 \begin_inset Index idx
15173 status collapsed
15174
15175 \begin_layout Plain Layout
15176 Sumatorios
15177 \end_layout
15178
15179 \end_inset
15180
15181
15182 \begin_inset Index idx
15183 status collapsed
15184
15185 \begin_layout Plain Layout
15186 Integrales
15187 \end_layout
15188
15189 \end_inset
15190
15191
15192 \end_layout
15193
15194 \begin_layout Standard
15195 Para poder usar todos los comandos de integrales listados aquí, debe estar
15196  marcada la opción 
15197 \family sans
15198 Usar paquete esint automáticamente
15199 \family default
15200  en el apartado 
15201 \family sans
15202 Opciones de ecuación
15203 \family default
15204  de la configuración del documento.
15205  
15206 \end_layout
15207
15208 \begin_layout Standard
15209 \begin_inset space \hfill{}
15210 \end_inset
15211
15212
15213 \begin_inset Tabular
15214 <lyxtabular version="3" rows="11" columns="2">
15215 <features tabularvalignment="middle">
15216 <column alignment="center" valignment="top" width="0pt">
15217 <column alignment="center" valignment="top" width="0pt">
15218 <row>
15219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223 Comando
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232 Resultado
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 </row>
15238 <row>
15239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243
15244 \backslash
15245 int
15246 \begin_inset Index idx
15247 status collapsed
15248
15249 \begin_layout Plain Layout
15250 Comandos ! I ! 
15251 \backslash
15252 int
15253 \end_layout
15254
15255 \end_inset
15256
15257
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266 \begin_inset Formula $\int$
15267 \end_inset
15268
15269
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 </row>
15275 <row>
15276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280
15281 \backslash
15282 oint
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291 \begin_inset Formula $\oint$
15292 \end_inset
15293
15294
15295 \end_layout
15296
15297 \end_inset
15298 </cell>
15299 </row>
15300 <row>
15301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Plain Layout
15305
15306 \backslash
15307 ointctrclockwise
15308 \end_layout
15309
15310 \end_inset
15311 </cell>
15312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15313 \begin_inset Text
15314
15315 \begin_layout Plain Layout
15316 \begin_inset Formula $\ointctrclockwise$
15317 \end_inset
15318
15319
15320 \end_layout
15321
15322 \end_inset
15323 </cell>
15324 </row>
15325 <row>
15326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15327 \begin_inset Text
15328
15329 \begin_layout Plain Layout
15330
15331 \backslash
15332 ointclockwise
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15338 \begin_inset Text
15339
15340 \begin_layout Plain Layout
15341 \begin_inset Formula $\ointclockwise$
15342 \end_inset
15343
15344
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 </row>
15350 <row>
15351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355
15356 \backslash
15357 sqint
15358 \end_layout
15359
15360 \end_inset
15361 </cell>
15362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15363 \begin_inset Text
15364
15365 \begin_layout Plain Layout
15366 \begin_inset Formula $\sqint$
15367 \end_inset
15368
15369
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 </row>
15375 <row>
15376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380
15381 \backslash
15382 fint
15383 \end_layout
15384
15385 \end_inset
15386 </cell>
15387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15388 \begin_inset Text
15389
15390 \begin_layout Plain Layout
15391  
15392 \begin_inset Formula $\fint$
15393 \end_inset
15394
15395
15396 \end_layout
15397
15398 \end_inset
15399 </cell>
15400 </row>
15401 <row>
15402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15403 \begin_inset Text
15404
15405 \begin_layout Plain Layout
15406
15407 \backslash
15408 landupint
15409 \end_layout
15410
15411 \end_inset
15412 </cell>
15413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15414 \begin_inset Text
15415
15416 \begin_layout Plain Layout
15417  
15418 \begin_inset Formula $\landupint$
15419 \end_inset
15420
15421
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 </row>
15427 <row>
15428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432
15433 \backslash
15434 landdownint
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443  
15444 \begin_inset Formula $\landdownint$
15445 \end_inset
15446
15447
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 </row>
15453 <row>
15454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458
15459 \backslash
15460 bigcap
15461 \end_layout
15462
15463 \end_inset
15464 </cell>
15465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469 \begin_inset Formula $\bigcap$
15470 \end_inset
15471
15472
15473 \end_layout
15474
15475 \end_inset
15476 </cell>
15477 </row>
15478 <row>
15479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Plain Layout
15483
15484 \backslash
15485 bigcup
15486 \end_layout
15487
15488 \end_inset
15489 </cell>
15490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15491 \begin_inset Text
15492
15493 \begin_layout Plain Layout
15494 \begin_inset Formula $\bigcup$
15495 \end_inset
15496
15497
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 </row>
15503 </lyxtabular>
15504
15505 \end_inset
15506
15507
15508 \begin_inset space \hfill{}
15509 \end_inset
15510
15511
15512 \begin_inset Tabular
15513 <lyxtabular version="3" rows="11" columns="2">
15514 <features tabularvalignment="middle">
15515 <column alignment="center" valignment="top" width="0pt">
15516 <column alignment="center" valignment="top" width="0pt">
15517 <row>
15518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522 Comando
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531 Resultado
15532 \end_layout
15533
15534 \end_inset
15535 </cell>
15536 </row>
15537 <row>
15538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542
15543 \backslash
15544 sum
15545 \begin_inset Index idx
15546 status collapsed
15547
15548 \begin_layout Plain Layout
15549 Comandos ! S ! 
15550 \backslash
15551 sum
15552 \end_layout
15553
15554 \end_inset
15555
15556
15557 \end_layout
15558
15559 \end_inset
15560 </cell>
15561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565 \begin_inset Formula $\sum$
15566 \end_inset
15567
15568
15569 \end_layout
15570
15571 \end_inset
15572 </cell>
15573 </row>
15574 <row>
15575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579
15580 \backslash
15581 prod
15582 \begin_inset Index idx
15583 status collapsed
15584
15585 \begin_layout Plain Layout
15586 Comandos ! P ! 
15587 \backslash
15588 prod
15589 \end_layout
15590
15591 \end_inset
15592
15593
15594 \end_layout
15595
15596 \end_inset
15597 </cell>
15598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15599 \begin_inset Text
15600
15601 \begin_layout Plain Layout
15602 \begin_inset Formula $\prod$
15603 \end_inset
15604
15605
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 </row>
15611 <row>
15612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Plain Layout
15616
15617 \backslash
15618 coprod
15619 \end_layout
15620
15621 \end_inset
15622 </cell>
15623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15624 \begin_inset Text
15625
15626 \begin_layout Plain Layout
15627 \begin_inset Formula $\coprod$
15628 \end_inset
15629
15630
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 </row>
15636 <row>
15637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15638 \begin_inset Text
15639
15640 \begin_layout Plain Layout
15641
15642 \backslash
15643 bigodot
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652 \begin_inset Formula $\bigodot$
15653 \end_inset
15654
15655
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 </row>
15661 <row>
15662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666
15667 \backslash
15668 bigotimes
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677 \begin_inset Formula $\bigotimes$
15678 \end_inset
15679
15680
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 </row>
15686 <row>
15687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691
15692 \backslash
15693 bigoplus
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702 \begin_inset Formula $\bigoplus$
15703 \end_inset
15704
15705
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 </row>
15711 <row>
15712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Plain Layout
15716
15717 \backslash
15718 bigwedge
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727 \begin_inset Formula $\bigwedge$
15728 \end_inset
15729
15730
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 </row>
15736 <row>
15737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741
15742 \backslash
15743 bigvee
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752 \begin_inset Formula $\bigvee$
15753 \end_inset
15754
15755
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 </row>
15761 <row>
15762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766
15767 \backslash
15768 bigsqcup
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777 \begin_inset Formula $\bigsqcup$
15778 \end_inset
15779
15780
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 </row>
15786 <row>
15787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791
15792 \backslash
15793 biguplus
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802 \begin_inset Formula $\biguplus$
15803 \end_inset
15804
15805
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 </row>
15811 </lyxtabular>
15812
15813 \end_inset
15814
15815
15816 \begin_inset space \hfill{}
15817 \end_inset
15818
15819
15820 \end_layout
15821
15822 \begin_layout Standard
15823 Todos los operadores grandes se pueden insertar con el botón 
15824 \begin_inset Graphics
15825         filename ../../images/math/intop.png
15826         scale 85
15827
15828 \end_inset
15829
15830  de la barra de ecuaciones.
15831 \end_layout
15832
15833 \begin_layout Standard
15834 Estos operadores son llamados grandes porque son mayores que los operadores
15835  binarios de aspecto semejante.
15836  Todos los operadores grandes pueden tener límites, como se describe en
15837  la subsección siguiente.
15838 \end_layout
15839
15840 \begin_layout Standard
15841 Para todos los operadores de integral hay una segunda versión disponible,
15842  terminando en 
15843 \series bold
15844 op
15845 \series default
15846
15847 \series bold
15848
15849 \backslash
15850 intop
15851 \series default
15852
15853 \series bold
15854
15855 \backslash
15856 ointop
15857 \series default
15858  etc.
15859  Estos operadores difieren de 
15860 \series bold
15861
15862 \backslash
15863 int
15864 \series default
15865 , etc., en el estilo en que se presentan los límites, véase
15866 \series bold
15867  
15868 \series default
15869
15870 \begin_inset CommandInset ref
15871 LatexCommand ref
15872 reference "sub:Límites-de-operadores"
15873
15874 \end_inset
15875
15876 .
15877 \end_layout
15878
15879 \begin_layout Subsubsection*
15880 Sugerencias para las integrales
15881 \end_layout
15882
15883 \begin_layout Standard
15884 La letra 
15885 \emph on
15886 d
15887 \emph default
15888  en una integral es un operador, por consiguiente debe escribirse en redonda.
15889  Esto se hace resaltando la 
15890 \emph on
15891 d
15892 \emph default
15893  y usando el atajo de teclado 
15894 \family sans
15895 Alt+C
15896 \begin_inset space ~
15897 \end_inset
15898
15899 R
15900 \family default
15901 .
15902 \begin_inset Foot
15903 status collapsed
15904
15905 \begin_layout Plain Layout
15906 véase estilos de letras en 
15907 \begin_inset CommandInset ref
15908 LatexCommand ref
15909 reference "sub:Estilos-de-tipografías"
15910
15911 \end_inset
15912
15913  
15914 \end_layout
15915
15916 \end_inset
15917
15918  Delante de la 
15919 \emph on
15920 d
15921 \emph default
15922  se inserta un espacio delgado, como es habitual en los operadores.
15923  Un ejemplo:
15924 \end_layout
15925
15926 \begin_layout Standard
15927 incorrecto: 
15928 \begin_inset Formula $\int A(x)dx$
15929 \end_inset
15930
15931
15932 \begin_inset Newline newline
15933 \end_inset
15934
15935
15936 \begin_inset Phantom HPhantom
15937 status open
15938
15939 \begin_layout Plain Layout
15940 in
15941 \end_layout
15942
15943 \end_inset
15944
15945 correcto: 
15946 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15947 \end_inset
15948
15949
15950 \end_layout
15951
15952 \begin_layout Standard
15953 \begin_inset Newpage pagebreak
15954 \end_inset
15955
15956
15957 \end_layout
15958
15959 \begin_layout Standard
15960 Para integrales múltiples hay los siguientes comandos:
15961 \begin_inset VSpace medskip
15962 \end_inset
15963
15964
15965 \end_layout
15966
15967 \begin_layout Standard
15968 \begin_inset space \hfill{}
15969 \end_inset
15970
15971
15972 \begin_inset Tabular
15973 <lyxtabular version="3" rows="4" columns="2">
15974 <features tabularvalignment="middle">
15975 <column alignment="center" valignment="top" width="0">
15976 <column alignment="center" valignment="top" width="0">
15977 <row>
15978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Plain Layout
15982 Comando
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 Resultado
15992 \begin_inset Note Note
15993 status collapsed
15994
15995 \begin_layout Plain Layout
15996
15997 \series bold
15998
15999 \backslash
16000 raisebox
16001 \series default
16002  se usa sólo como espaciador
16003 \end_layout
16004
16005 \end_inset
16006
16007
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 </row>
16013 <row>
16014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018
16019 \backslash
16020 iint
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
16030 \end_inset
16031
16032
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 </row>
16038 <row>
16039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16040 \begin_inset Text
16041
16042 \begin_layout Plain Layout
16043
16044 \backslash
16045 oiint
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16055 \end_inset
16056
16057
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 </row>
16063 <row>
16064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068
16069 \backslash
16070 sqiint
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16080 \end_inset
16081
16082
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 </row>
16088 </lyxtabular>
16089
16090 \end_inset
16091
16092
16093 \begin_inset space \hfill{}
16094 \end_inset
16095
16096
16097 \begin_inset Tabular
16098 <lyxtabular version="3" rows="4" columns="2">
16099 <features tabularvalignment="middle">
16100 <column alignment="center" valignment="top" width="0">
16101 <column alignment="center" valignment="top" width="0">
16102 <row>
16103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107 Comando
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116 Resultado
16117 \begin_inset Note Note
16118 status collapsed
16119
16120 \begin_layout Plain Layout
16121
16122 \series bold
16123
16124 \backslash
16125 raisebox
16126 \series default
16127  se usa sólo como espaciador
16128 \end_layout
16129
16130 \end_inset
16131
16132
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 </row>
16138 <row>
16139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16140 \begin_inset Text
16141
16142 \begin_layout Plain Layout
16143
16144 \backslash
16145 iiint
16146 \end_layout
16147
16148 \end_inset
16149 </cell>
16150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16155 \end_inset
16156
16157
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 </row>
16163 <row>
16164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Plain Layout
16168
16169 \backslash
16170 iiiint
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16180 \end_inset
16181
16182
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 </row>
16188 <row>
16189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193
16194 \backslash
16195 dotsint
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Plain Layout
16204 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16205 \end_inset
16206
16207
16208 \end_layout
16209
16210 \end_inset
16211 </cell>
16212 </row>
16213 </lyxtabular>
16214
16215 \end_inset
16216
16217
16218 \begin_inset space \hfill{}
16219 \end_inset
16220
16221
16222 \end_layout
16223
16224 \begin_layout Subsection
16225 Límites de operadores
16226 \begin_inset CommandInset label
16227 LatexCommand label
16228 name "sub:Límites-de-operadores"
16229
16230 \end_inset
16231
16232
16233 \begin_inset Index idx
16234 status collapsed
16235
16236 \begin_layout Plain Layout
16237 Operadores ! límites de
16238 \end_layout
16239
16240 \end_inset
16241
16242
16243 \end_layout
16244
16245 \begin_layout Standard
16246 Los límites se crean mediante superíndices y subíndices:
16247 \end_layout
16248
16249 \begin_layout Standard
16250 \noindent
16251 \align center
16252 \begin_inset Tabular
16253 <lyxtabular version="3" rows="2" columns="2">
16254 <features tabularvalignment="middle">
16255 <column alignment="center" valignment="top" width="0">
16256 <column alignment="center" valignment="top" width="0">
16257 <row>
16258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 Comando
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271 Resultado
16272 \begin_inset Note Note
16273 status collapsed
16274
16275 \begin_layout Plain Layout
16276
16277 \series bold
16278
16279 \backslash
16280 raisebox
16281 \series default
16282  se usa sólo como espaciador
16283 \end_layout
16284
16285 \end_inset
16286
16287
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 </row>
16293 <row>
16294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298
16299 \backslash
16300 prod^
16301 \backslash
16302 infty
16303 \begin_inset ERT
16304 status collapsed
16305
16306 \begin_layout Plain Layout
16307
16308
16309 \backslash
16310 spce 
16311 \end_layout
16312
16313 \end_inset
16314
16315
16316 \begin_inset Formula $\to$
16317 \end_inset
16318
16319 _0
16320 \begin_inset Formula $\to$
16321 \end_inset
16322
16323 A(x)
16324 \end_layout
16325
16326 \end_inset
16327 </cell>
16328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16333 \end_inset
16334
16335
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 </row>
16341 </lyxtabular>
16342
16343 \end_inset
16344
16345
16346 \end_layout
16347
16348 \begin_layout Standard
16349 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16350  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16351 \end_layout
16352
16353 \begin_layout Standard
16354 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16355  directamente detrás del operador y se elige 
16356 \series bold
16357 Alineado
16358 \series default
16359  en el menú 
16360 \family sans
16361 Editar\SpecialChar \menuseparator
16362 Ecuación\SpecialChar \menuseparator
16363 Cambiar tipo de límites
16364 \family default
16365  (atajo 
16366 \family sans
16367 Alt+M
16368 \begin_inset space ~
16369 \end_inset
16370
16371 L
16372 \family default
16373 ).
16374  Un ejemplo:
16375 \end_layout
16376
16377 \begin_layout Standard
16378 El tipo de límites por omisión es:
16379 \begin_inset Formula 
16380 \[
16381 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16382 \]
16383
16384 \end_inset
16385
16386
16387 \end_layout
16388
16389 \begin_layout Standard
16390 Así se ven si se cambia el tipo de límites a 
16391 \series bold
16392 Alineado
16393 \series default
16394 :
16395 \begin_inset Formula 
16396 \[
16397 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16398 \]
16399
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \begin_layout Standard
16406 En integrales, excepto las que terminan en 
16407 \series bold
16408 op
16409 \series default
16410  como 
16411 \series bold
16412
16413 \backslash
16414 intop
16415 \series default
16416
16417 \series bold
16418
16419 \backslash
16420 ointop
16421 \series default
16422 , etc., los límites se colocan por omisión junto al operador.
16423  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16424  operador.
16425  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16426 \series bold
16427 Presentado
16428 \series default
16429  para poner el límite debajo:
16430 \begin_inset Formula 
16431 \begin{equation}
16432 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
16433 \end{equation}
16434
16435 \end_inset
16436
16437
16438 \begin_inset VSpace medskip
16439 \end_inset
16440
16441 Para especificar condiciones en los límites se usan los comandos 
16442 \series bold
16443
16444 \backslash
16445 subarray
16446 \series default
16447
16448 \begin_inset Index idx
16449 status collapsed
16450
16451 \begin_layout Plain Layout
16452 Comandos ! S ! 
16453 \backslash
16454 subarray
16455 \end_layout
16456
16457 \end_inset
16458
16459  y 
16460 \series bold
16461
16462 \backslash
16463 substack
16464 \series default
16465
16466 \begin_inset Index idx
16467 status collapsed
16468
16469 \begin_layout Plain Layout
16470 Comandos ! S ! 
16471 \backslash
16472 substack
16473 \end_layout
16474
16475 \end_inset
16476
16477 .
16478  Por ejemplo, para componer la expresión
16479 \begin_inset Formula 
16480 \begin{equation}
16481 \sum_{\begin{subarray}{c}
16482 0<k<1000\\
16483 \\
16484 k\,\in\,\mathbb{N}
16485 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16486 \end{equation}
16487
16488 \end_inset
16489
16490 se ha hecho lo siguiente: primero se escribe el comando 
16491 \series bold
16492
16493 \backslash
16494 sum^n
16495 \series default
16496
16497 \begin_inset ERT
16498 status collapsed
16499
16500 \begin_layout Plain Layout
16501
16502
16503 \backslash
16504 spce 
16505 \end_layout
16506
16507 \end_inset
16508
16509
16510 \series bold
16511 _
16512 \series default
16513 .
16514  Ahora el cursor está en un marco azul bajo el operador sumatorio y ahí
16515  se inserta el comando 
16516 \series bold
16517
16518 \backslash
16519 subarray
16520 \series default
16521
16522 \begin_inset ERT
16523 status collapsed
16524
16525 \begin_layout Plain Layout
16526
16527
16528 \backslash
16529 spce 
16530 \end_layout
16531
16532 \end_inset
16533
16534 .
16535  Ahora el marco azul está en un marco púrpura donde pueden escribirse líneas
16536  distintas.
16537  Cada línea nueva se crea con un salto de línea (
16538 \family sans
16539 Ctrl+Entrar
16540 \family default
16541 ).
16542  Si ahora se teclea en ella
16543 \begin_inset Newline newline
16544 \end_inset
16545
16546
16547 \series bold
16548 0<k<1000 Ctrl+Entrar
16549 \begin_inset Newline newline
16550 \end_inset
16551
16552
16553 \series default
16554 aparece debajo un nuevo marco para la línea nueva.
16555 \end_layout
16556
16557 \begin_layout Standard
16558 La alineación de las líneas puede cambiarse a la izquierda con la 
16559 \family sans
16560 barra de herramientas de cuadros
16561 \family default
16562  o con el menú 
16563 \family sans
16564 Editar\SpecialChar \menuseparator
16565 Filas y columnas
16566 \family default
16567 .
16568  Para obtener alineación derecha se inserta 
16569 \series bold
16570
16571 \backslash
16572 hfill
16573 \series default
16574
16575 \begin_inset ERT
16576 status collapsed
16577
16578 \begin_layout Plain Layout
16579
16580
16581 \backslash
16582 spce 
16583 \end_layout
16584
16585 \end_inset
16586
16587  al principio de la línea.
16588 \end_layout
16589
16590 \begin_layout Standard
16591 El comando 
16592 \series bold
16593
16594 \backslash
16595 substack
16596 \series default
16597  es equivalente a 
16598 \series bold
16599
16600 \backslash
16601 subarray
16602 \series default
16603  con la diferencia de que las líneas están siempre centradas.
16604 \begin_inset VSpace bigskip
16605 \end_inset
16606
16607
16608 \end_layout
16609
16610 \begin_layout Standard
16611 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16612  siguientes, como en la ecuación 
16613 \begin_inset CommandInset ref
16614 LatexCommand eqref
16615 reference "eq:substack"
16616
16617 \end_inset
16618
16619 , porque éstos se colocan junto a los límites.
16620 \end_layout
16621
16622 \begin_layout Standard
16623 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16624 \end_layout
16625
16626 \begin_layout Standard
16627
16628 \series bold
16629
16630 \backslash
16631 def
16632 \backslash
16633 clap#1{
16634 \backslash
16635 hbox to 0pt{
16636 \backslash
16637 hss #1
16638 \backslash
16639 hss}}
16640 \begin_inset Newline newline
16641 \end_inset
16642
16643
16644 \backslash
16645 def
16646 \backslash
16647 mathclap {
16648 \backslash
16649 mathpalette 
16650 \backslash
16651 mathclapinternal}
16652 \begin_inset Newline newline
16653 \end_inset
16654
16655
16656 \backslash
16657 def
16658 \backslash
16659 mathclapinternal #1#2{
16660 \backslash
16661 clap{$
16662 \backslash
16663 mathsurround =0pt #1{#2}$}}
16664 \end_layout
16665
16666 \begin_layout Standard
16667 En ella se define el comando 
16668 \series bold
16669
16670 \backslash
16671 mathclap
16672 \series default
16673
16674 \begin_inset Index idx
16675 status collapsed
16676
16677 \begin_layout Plain Layout
16678 Comandos ! M ! 
16679 \backslash
16680 mathclap
16681 \end_layout
16682
16683 \end_inset
16684
16685  que establece la anchura del límite en 0
16686 \begin_inset space \thinspace{}
16687 \end_inset
16688
16689 pt.
16690  El esquema del comando es:
16691 \end_layout
16692
16693 \begin_layout Standard
16694
16695 \series bold
16696
16697 \backslash
16698 mathclap{límite}
16699 \end_layout
16700
16701 \begin_layout Standard
16702 donde el límite puede consistir en varias condiciones.
16703 \end_layout
16704
16705 \begin_layout Standard
16706 Aplicado en la ecuación 
16707 \begin_inset CommandInset ref
16708 LatexCommand eqref
16709 reference "eq:substack"
16710
16711 \end_inset
16712
16713  se usa el comando
16714 \end_layout
16715
16716 \begin_layout Standard
16717
16718 \series bold
16719
16720 \backslash
16721 sum_
16722 \backslash
16723 mathclap{
16724 \backslash
16725 substack
16726 \begin_inset ERT
16727 status collapsed
16728
16729 \begin_layout Plain Layout
16730
16731
16732 \backslash
16733 spce 
16734 \end_layout
16735
16736 \end_inset
16737
16738 0<k<1000 Ctrl+Entrar
16739 \end_layout
16740
16741 \begin_layout Standard
16742 para componer el límite inferior.
16743  Ahora el sumando está junto al sumatorio:
16744 \begin_inset Formula 
16745 \[
16746 \sum_{\mathclap{\substack{0<k<1000\\
16747 \\
16748 k\,\in\,\mathbb{N}
16749 }
16750 }}^{n}k^{-2}
16751 \]
16752
16753 \end_inset
16754
16755
16756 \begin_inset VSpace bigskip
16757 \end_inset
16758
16759 Cómo utilizar un límite para varios operadores se describe en la 
16760 \begin_inset CommandInset ref
16761 LatexCommand ref
16762 reference "sub:Operadores-de-usuario"
16763
16764 \end_inset
16765
16766 .
16767 \end_layout
16768
16769 \begin_layout Standard
16770 \begin_inset Newpage newpage
16771 \end_inset
16772
16773
16774 \end_layout
16775
16776 \begin_layout Subsection
16777 Operadores binarios
16778 \begin_inset CommandInset label
16779 LatexCommand label
16780 name "sub:Operadores-binarios"
16781
16782 \end_inset
16783
16784
16785 \begin_inset Index idx
16786 status collapsed
16787
16788 \begin_layout Plain Layout
16789 Operadores ! binarios
16790 \end_layout
16791
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \begin_layout Standard
16798 Los operadores binarios se rodean por espacios si llevan un carácter delante
16799  o detrás.
16800 \begin_inset VSpace medskip
16801 \end_inset
16802
16803
16804 \end_layout
16805
16806 \begin_layout Standard
16807 \begin_inset space \hfill{}
16808 \end_inset
16809
16810
16811 \begin_inset Tabular
16812 <lyxtabular version="3" rows="13" columns="2">
16813 <features tabularvalignment="middle">
16814 <column alignment="center" valignment="top" width="0pt">
16815 <column alignment="center" valignment="top" width="0pt">
16816 <row>
16817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 Comando
16822 \begin_inset Note Note
16823 status collapsed
16824
16825 \begin_layout Plain Layout
16826
16827 \series bold
16828
16829 \backslash
16830 raisebox
16831 \series default
16832  se usa sólo como espaciador
16833 \end_layout
16834
16835 \end_inset
16836
16837
16838 \end_layout
16839
16840 \end_inset
16841 </cell>
16842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846 Operador
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 </row>
16852 <row>
16853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857 +
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866 \begin_inset Formula $+$
16867 \end_inset
16868
16869
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 </row>
16875 <row>
16876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880 -
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889 \begin_inset Formula $-$
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 </row>
16898 <row>
16899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903
16904 \backslash
16905 pm
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914 \begin_inset Formula $\pm$
16915 \end_inset
16916
16917
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 </row>
16923 <row>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928
16929 \backslash
16930 mp
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939 \begin_inset Formula $\mp$
16940 \end_inset
16941
16942
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 </row>
16948 <row>
16949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953
16954 \backslash
16955 cdot
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964 \begin_inset Formula $\cdot$
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 <row>
16974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978
16979 \backslash
16980 times
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 \begin_inset Formula $\times$
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 </row>
16998 <row>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003
17004 \backslash
17005 div
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014 \begin_inset Formula $\div$
17015 \end_inset
17016
17017
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 </row>
17023 <row>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 \begin_inset ERT
17029 status collapsed
17030
17031 \begin_layout Plain Layout
17032
17033
17034 \backslash
17035 raisebox{-1.2mm}{
17036 \end_layout
17037
17038 \end_inset
17039
17040 *
17041 \begin_inset ERT
17042 status collapsed
17043
17044 \begin_layout Plain Layout
17045
17046 }
17047 \end_layout
17048
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Plain Layout
17060 \begin_inset Formula $*$
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 </row>
17069 <row>
17070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074
17075 \backslash
17076 star
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085 \begin_inset Formula $\star$
17086 \end_inset
17087
17088
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 </row>
17094 <row>
17095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Plain Layout
17099
17100 \backslash
17101 circ
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110 \begin_inset Formula $\circ$
17111 \end_inset
17112
17113
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 </row>
17119 <row>
17120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124
17125 \backslash
17126 diamond
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135 \begin_inset Formula $\diamond$
17136 \end_inset
17137
17138
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 </row>
17144 <row>
17145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149
17150 \backslash
17151 bullet
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160 \begin_inset Formula $\bullet$
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 </row>
17169 </lyxtabular>
17170
17171 \end_inset
17172
17173
17174 \begin_inset space \hfill{}
17175 \end_inset
17176
17177
17178 \begin_inset Tabular
17179 <lyxtabular version="3" rows="13" columns="2">
17180 <features tabularvalignment="middle">
17181 <column alignment="center" valignment="top" width="0pt">
17182 <column alignment="center" valignment="top" width="0pt">
17183 <row>
17184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188 Comando
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197 Operador
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 </row>
17203 <row>
17204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208
17209 \backslash
17210 nabla
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 \begin_inset Formula $\nabla$
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 </row>
17228 <row>
17229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233
17234 \backslash
17235 bigtriangledown
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17241 \begin_inset Text
17242
17243 \begin_layout Plain Layout
17244 \begin_inset Formula $\bigtriangledown$
17245 \end_inset
17246
17247
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 </row>
17253 <row>
17254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258
17259 \backslash
17260 bigtriangleup
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269 \begin_inset Formula $\bigtriangleup$
17270 \end_inset
17271
17272
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 </row>
17278 <row>
17279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17280 \begin_inset Text
17281
17282 \begin_layout Plain Layout
17283
17284 \backslash
17285 Box
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294 \begin_inset Formula $\Box$
17295 \end_inset
17296
17297
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 </row>
17303 <row>
17304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17305 \begin_inset Text
17306
17307 \begin_layout Plain Layout
17308
17309 \backslash
17310 cap 
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319 \begin_inset Formula $\cap$
17320 \end_inset
17321
17322
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 </row>
17328 <row>
17329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333
17334 \backslash
17335 cup
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344 \begin_inset Formula $\cup$
17345 \end_inset
17346
17347
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 </row>
17353 <row>
17354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Plain Layout
17358
17359 \backslash
17360 dagger
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369 \begin_inset Formula $\dagger$
17370 \end_inset
17371
17372
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 </row>
17378 <row>
17379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383
17384 \backslash
17385 ddagger
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394 \begin_inset Formula $\ddagger$
17395 \end_inset
17396
17397
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 </row>
17403 <row>
17404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17405 \begin_inset Text
17406
17407 \begin_layout Plain Layout
17408
17409 \backslash
17410 wr
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419 \begin_inset Formula $\wr$
17420 \end_inset
17421
17422
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 </row>
17428 <row>
17429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433
17434 \backslash
17435 bigcirc
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 \begin_inset Formula $\bigcirc$
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 </row>
17453 <row>
17454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458
17459 \backslash
17460 wedge
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 \begin_inset Formula $\wedge$
17470 \end_inset
17471
17472
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 </row>
17478 <row>
17479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483
17484 \backslash
17485 vee
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494 \begin_inset Formula $\vee$
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 </row>
17503 </lyxtabular>
17504
17505 \end_inset
17506
17507
17508 \begin_inset space \hfill{}
17509 \end_inset
17510
17511
17512 \begin_inset Tabular
17513 <lyxtabular version="3" rows="13" columns="2">
17514 <features tabularvalignment="middle">
17515 <column alignment="center" valignment="top" width="0pt">
17516 <column alignment="center" valignment="top" width="0pt">
17517 <row>
17518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout Plain Layout
17522 Comando
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531 Operador
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 </row>
17537 <row>
17538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542
17543 \backslash
17544 oplus
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17550 \begin_inset Text
17551
17552 \begin_layout Plain Layout
17553 \begin_inset Formula $\oplus$
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 </row>
17562 <row>
17563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567
17568 \backslash
17569 ominus
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578 \begin_inset Formula $\ominus$
17579 \end_inset
17580
17581
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 </row>
17587 <row>
17588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17589 \begin_inset Text
17590
17591 \begin_layout Plain Layout
17592
17593 \backslash
17594 otimes
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17600 \begin_inset Text
17601
17602 \begin_layout Plain Layout
17603 \begin_inset Formula $\otimes$
17604 \end_inset
17605
17606
17607 \end_layout
17608
17609 \end_inset
17610 </cell>
17611 </row>
17612 <row>
17613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17614 \begin_inset Text
17615
17616 \begin_layout Plain Layout
17617
17618 \backslash
17619 oslash
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628 \begin_inset Formula $\oslash$
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 </row>
17637 <row>
17638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Plain Layout
17642
17643 \backslash
17644 odot
17645 \end_layout
17646
17647 \end_inset
17648 </cell>
17649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17650 \begin_inset Text
17651
17652 \begin_layout Plain Layout
17653 \begin_inset Formula $\odot$
17654 \end_inset
17655
17656
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 </row>
17662 <row>
17663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17664 \begin_inset Text
17665
17666 \begin_layout Plain Layout
17667
17668 \backslash
17669 amalg
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678 \begin_inset Formula $\amalg$
17679 \end_inset
17680
17681
17682 \end_layout
17683
17684 \end_inset
17685 </cell>
17686 </row>
17687 <row>
17688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17689 \begin_inset Text
17690
17691 \begin_layout Plain Layout
17692
17693 \backslash
17694 uplus
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17700 \begin_inset Text
17701
17702 \begin_layout Plain Layout
17703 \begin_inset Formula $\uplus$
17704 \end_inset
17705
17706
17707 \end_layout
17708
17709 \end_inset
17710 </cell>
17711 </row>
17712 <row>
17713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17714 \begin_inset Text
17715
17716 \begin_layout Plain Layout
17717
17718 \backslash
17719 setminus
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728 \begin_inset Formula $\setminus$
17729 \end_inset
17730
17731
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 </row>
17737 <row>
17738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17739 \begin_inset Text
17740
17741 \begin_layout Plain Layout
17742
17743 \backslash
17744 sqcap
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753 \begin_inset Formula $\sqcap$
17754 \end_inset
17755
17756
17757 \end_layout
17758
17759 \end_inset
17760 </cell>
17761 </row>
17762 <row>
17763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17764 \begin_inset Text
17765
17766 \begin_layout Plain Layout
17767
17768 \backslash
17769 sqcup
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Plain Layout
17778 \begin_inset Formula $\sqcup$
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 </row>
17787 <row>
17788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792
17793 \backslash
17794 triangleleft
17795 \end_layout
17796
17797 \end_inset
17798 </cell>
17799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17800 \begin_inset Text
17801
17802 \begin_layout Plain Layout
17803 \begin_inset Formula $\triangleleft$
17804 \end_inset
17805
17806
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 </row>
17812 <row>
17813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Plain Layout
17817
17818 \backslash
17819 triangleright
17820 \end_layout
17821
17822 \end_inset
17823 </cell>
17824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828 \begin_inset Formula $\triangleright$
17829 \end_inset
17830
17831
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 </row>
17837 </lyxtabular>
17838
17839 \end_inset
17840
17841
17842 \begin_inset space \hfill{}
17843 \end_inset
17844
17845
17846 \end_layout
17847
17848 \begin_layout Standard
17849 Todos los operadores binarios se pueden insertar también con el botón 
17850 \begin_inset Graphics
17851         filename ../../images/math/pm.png
17852         scale 85
17853
17854 \end_inset
17855
17856  de la barra de ecuaciones.
17857 \end_layout
17858
17859 \begin_layout Standard
17860 Para imprimir el operador Laplace se pueden usar 
17861 \series bold
17862
17863 \backslash
17864 Delta
17865 \series default
17866  o 
17867 \series bold
17868
17869 \backslash
17870 nabla
17871 \series default
17872 ^
17873 \series bold
17874 2
17875 \series default
17876  (
17877 \begin_inset Formula $\nabla^{2}$
17878 \end_inset
17879
17880 ) en vez de 
17881 \series bold
17882
17883 \backslash
17884 bigtriangleup
17885 \series default
17886 .
17887 \end_layout
17888
17889 \begin_layout Standard
17890 El carácter 
17891 \family sans
17892 Separador de menú
17893 \family default
17894  del menú 
17895 \family sans
17896 Insertar\SpecialChar \menuseparator
17897 Carácter especial
17898 \family default
17899  es el operador 
17900 \series bold
17901
17902 \backslash
17903 triangleright
17904 \series default
17905 .
17906 \end_layout
17907
17908 \begin_layout Subsection
17909 Operadores definidos por el usuario
17910 \begin_inset CommandInset label
17911 LatexCommand label
17912 name "sub:Operadores-de-usuario"
17913
17914 \end_inset
17915
17916
17917 \begin_inset Index idx
17918 status collapsed
17919
17920 \begin_layout Plain Layout
17921 Operadores ! personalizados
17922 \end_layout
17923
17924 \end_inset
17925
17926
17927 \end_layout
17928
17929 \begin_layout Standard
17930 Con ayuda del comando 
17931 \series bold
17932
17933 \backslash
17934 DeclareMathOperator
17935 \series default
17936
17937 \begin_inset Index idx
17938 status collapsed
17939
17940 \begin_layout Plain Layout
17941 Comandos ! D ! 
17942 \backslash
17943 dbinom@
17944 \backslash
17945 DeclareMathOperator
17946 \end_layout
17947
17948 \end_inset
17949
17950  se pueden definir operadores personalizados en el preámbulo LaTeX.
17951  Su esquema es:
17952 \end_layout
17953
17954 \begin_layout Standard
17955
17956 \series bold
17957
17958 \backslash
17959 DeclareMathOperator{comando nuevo}{presentación}
17960 \end_layout
17961
17962 \begin_layout Standard
17963 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17964  en la salida.
17965  Para definir un operador grande hay que añadirle un * detrás.
17966  Todos los operadores grandes personalizados pueden tener límites como se
17967  describe en 
17968 \begin_inset CommandInset ref
17969 LatexCommand ref
17970 reference "sub:Límites-de-operadores"
17971
17972 \end_inset
17973
17974 .
17975 \end_layout
17976
17977 \begin_layout Standard
17978 Por ejemplo, la línea en el preámbulo LaTeX
17979 \end_layout
17980
17981 \begin_layout Standard
17982
17983 \series bold
17984
17985 \backslash
17986 DeclareMathOperator*{
17987 \backslash
17988 Lozenge}{
17989 \backslash
17990 blacklozenge}
17991 \end_layout
17992
17993 \begin_layout Standard
17994 define el comando 
17995 \series bold
17996
17997 \backslash
17998 Lozenge
17999 \series default
18000 , que inserta un operador grande que es el símbolo blacklozenge de la 
18001 \begin_inset CommandInset ref
18002 LatexCommand ref
18003 reference "sub:Símbolos-misceláneos"
18004
18005 \end_inset
18006
18007 .
18008 \begin_inset Formula 
18009 \[
18010 \Lozenge_{n=1}^{\infty}
18011 \]
18012
18013 \end_inset
18014
18015 El comando para esta expresión es: 
18016 \series bold
18017
18018 \backslash
18019 Lozenge^
18020 \backslash
18021 infty
18022 \begin_inset Formula $\rightarrow$
18023 \end_inset
18024
18025 _n=1
18026 \begin_inset VSpace bigskip
18027 \end_inset
18028
18029
18030 \end_layout
18031
18032 \begin_layout Standard
18033 Si los operadores personalizados no se van a usar varias veces en el documento,
18034  se pueden también definir con los comandos 
18035 \series bold
18036
18037 \backslash
18038 mathop
18039 \series default
18040
18041 \begin_inset Index idx
18042 status collapsed
18043
18044 \begin_layout Plain Layout
18045 Comandos ! M ! 
18046 \backslash
18047 mathop
18048 \end_layout
18049
18050 \end_inset
18051
18052  y 
18053 \series bold
18054
18055 \backslash
18056 mathbin
18057 \series default
18058
18059 \begin_inset Index idx
18060 status collapsed
18061
18062 \begin_layout Plain Layout
18063 Comandos ! M ! 
18064 \backslash
18065 mathbin
18066 \end_layout
18067
18068 \end_inset
18069
18070 , con el siguiente esquema:
18071 \end_layout
18072
18073 \begin_layout Standard
18074
18075 \series bold
18076
18077 \backslash
18078 mathop{presentación}
18079 \series default
18080  y 
18081 \series bold
18082
18083 \backslash
18084 mathbin{presentación}
18085 \end_layout
18086
18087 \begin_layout Standard
18088
18089 \series bold
18090
18091 \backslash
18092 mathop
18093 \series default
18094  define operadores grandes, 
18095 \series bold
18096
18097 \backslash
18098 mathbin
18099 \series default
18100  operadores binarios.
18101 \end_layout
18102
18103 \begin_layout Standard
18104
18105 \series bold
18106
18107 \backslash
18108 mathop
18109 \series default
18110  se puede usar, p.e., para poner un límite a varios operadores:
18111 \begin_inset Formula 
18112 \[
18113 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18114 \]
18115
18116 \end_inset
18117
18118
18119 \end_layout
18120
18121 \begin_layout Standard
18122 El comando para la expresión anterior es:
18123 \begin_inset Newline newline
18124 \end_inset
18125
18126
18127 \series bold
18128
18129 \backslash
18130 mathop{
18131 \backslash
18132 sum
18133 \backslash
18134 negmedspace
18135 \backslash
18136 sum
18137 \series default
18138
18139 \begin_inset ERT
18140 status collapsed
18141
18142 \begin_layout Plain Layout
18143
18144
18145 \backslash
18146 spce 
18147 \end_layout
18148
18149 \end_inset
18150
18151
18152 \series bold
18153
18154 \begin_inset Formula $\to$
18155 \end_inset
18156
18157 ^N
18158 \series default
18159
18160 \begin_inset ERT
18161 status collapsed
18162
18163 \begin_layout Plain Layout
18164
18165
18166 \backslash
18167 spce 
18168 \end_layout
18169
18170 \end_inset
18171
18172
18173 \series bold
18174 _i,j=1
18175 \end_layout
18176
18177 \begin_layout Section
18178 Tipografías
18179 \begin_inset Index idx
18180 status collapsed
18181
18182 \begin_layout Plain Layout
18183 Tipografías
18184 \end_layout
18185
18186 \end_inset
18187
18188
18189 \end_layout
18190
18191 \begin_layout Subsection
18192 Estilos de tipografías
18193 \begin_inset CommandInset label
18194 LatexCommand label
18195 name "sub:Estilos-de-tipografías"
18196
18197 \end_inset
18198
18199
18200 \begin_inset Index idx
18201 status collapsed
18202
18203 \begin_layout Plain Layout
18204 Tipografías ! estilos de
18205 \end_layout
18206
18207 \end_inset
18208
18209
18210 \end_layout
18211
18212 \begin_layout Standard
18213 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
18214  estilos:
18215 \end_layout
18216
18217 \begin_layout Standard
18218 \begin_inset VSpace -2mm
18219 \end_inset
18220
18221
18222 \end_layout
18223
18224 \begin_layout Standard
18225 \align center
18226 \begin_inset Tabular
18227 <lyxtabular version="3" rows="7" columns="3">
18228 <features tabularvalignment="middle">
18229 <column alignment="center" valignment="top" width="0">
18230 <column alignment="center" valignment="top" width="0">
18231 <column alignment="center" valignment="top" width="0">
18232 <row>
18233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18234 \begin_inset Text
18235
18236 \begin_layout Plain Layout
18237 Comando
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18243 \begin_inset Text
18244
18245 \begin_layout Plain Layout
18246 Resultado
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255 atajo
18256 \end_layout
18257
18258 \end_inset
18259 </cell>
18260 </row>
18261 <row>
18262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18263 \begin_inset Text
18264
18265 \begin_layout Plain Layout
18266
18267 \backslash
18268 mathbb
18269 \series bold
18270
18271 \begin_inset ERT
18272 status collapsed
18273
18274 \begin_layout Plain Layout
18275
18276
18277 \backslash
18278 spce 
18279 \end_layout
18280
18281 \end_inset
18282
18283
18284 \series default
18285 ABC
18286 \end_layout
18287
18288 \end_inset
18289 </cell>
18290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18291 \begin_inset Text
18292
18293 \begin_layout Plain Layout
18294 \begin_inset Formula $\mathbb{ABC}$
18295 \end_inset
18296
18297
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18303 \begin_inset Text
18304
18305 \begin_layout Plain Layout
18306
18307 \family sans
18308 Alt+C C
18309 \end_layout
18310
18311 \end_inset
18312 </cell>
18313 </row>
18314 <row>
18315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319
18320 \backslash
18321 mathbf
18322 \series bold
18323
18324 \begin_inset ERT
18325 status collapsed
18326
18327 \begin_layout Plain Layout
18328
18329
18330 \backslash
18331 spce 
18332 \end_layout
18333
18334 \end_inset
18335
18336
18337 \series default
18338 AbC
18339 \end_layout
18340
18341 \end_inset
18342 </cell>
18343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Plain Layout
18347 \begin_inset Formula $\mathbf{AbC}$
18348 \end_inset
18349
18350
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359
18360 \family sans
18361 Ctrl+B
18362 \end_layout
18363
18364 \end_inset
18365 </cell>
18366 </row>
18367 <row>
18368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372
18373 \backslash
18374 boldsymbol
18375 \series bold
18376
18377 \begin_inset ERT
18378 status collapsed
18379
18380 \begin_layout Plain Layout
18381
18382
18383 \backslash
18384 spce 
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \series default
18391 AbC
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400 \begin_inset Formula $\boldsymbol{AbC}$
18401 \end_inset
18402
18403
18404 \end_layout
18405
18406 \end_inset
18407 </cell>
18408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412
18413 \family sans
18414 Ctrl+Alt+B , Alt+C B
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 </row>
18420 <row>
18421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18422 \begin_inset Text
18423
18424 \begin_layout Plain Layout
18425
18426 \backslash
18427 mathcal
18428 \series bold
18429
18430 \begin_inset ERT
18431 status collapsed
18432
18433 \begin_layout Plain Layout
18434
18435
18436 \backslash
18437 spce 
18438 \end_layout
18439
18440 \end_inset
18441
18442
18443 \series default
18444 ABC
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout Plain Layout
18453 \begin_inset Formula $\mathcal{ABC}$
18454 \end_inset
18455
18456
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465
18466 \family sans
18467 Ctrl+E , Alt+C E
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 </row>
18473 <row>
18474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478
18479 \backslash
18480 mathfrak
18481 \series bold
18482
18483 \begin_inset ERT
18484 status collapsed
18485
18486 \begin_layout Plain Layout
18487
18488
18489 \backslash
18490 spce 
18491 \end_layout
18492
18493 \end_inset
18494
18495
18496 \series default
18497 AbC
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506 \begin_inset Formula $\mathfrak{AbC}$
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518 -
18519 \end_layout
18520
18521 \end_inset
18522 </cell>
18523 </row>
18524 <row>
18525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18526 \begin_inset Text
18527
18528 \begin_layout Plain Layout
18529
18530 \backslash
18531 mathscr
18532 \series bold
18533
18534 \begin_inset ERT
18535 status collapsed
18536
18537 \begin_layout Plain Layout
18538
18539
18540 \backslash
18541 spce 
18542 \end_layout
18543
18544 \end_inset
18545
18546
18547 \series default
18548 AbC
18549 \end_layout
18550
18551 \end_inset
18552 </cell>
18553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18554 \begin_inset Text
18555
18556 \begin_layout Plain Layout
18557 \begin_inset Formula $\mathscr{AbC}$
18558 \end_inset
18559
18560
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569 -
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 </row>
18575 </lyxtabular>
18576
18577 \end_inset
18578
18579
18580 \end_layout
18581
18582 \begin_layout Standard
18583 \align center
18584 \begin_inset Tabular
18585 <lyxtabular version="3" rows="5" columns="3">
18586 <features tabularvalignment="middle">
18587 <column alignment="center" valignment="top" width="0">
18588 <column alignment="center" valignment="top" width="0">
18589 <column alignment="center" valignment="top" width="0">
18590 <row>
18591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595 Comando
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604 Resultado
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613 atajo
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 </row>
18619 <row>
18620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624
18625 \backslash
18626 mathit
18627 \series bold
18628
18629 \begin_inset ERT
18630 status collapsed
18631
18632 \begin_layout Plain Layout
18633
18634
18635 \backslash
18636 spce 
18637 \end_layout
18638
18639 \end_inset
18640
18641
18642 \series default
18643 AbC
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652 \begin_inset Formula $\mathit{AbC}$
18653 \end_inset
18654
18655
18656 \end_layout
18657
18658 \end_inset
18659 </cell>
18660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664 -
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 </row>
18670 <row>
18671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18672 \begin_inset Text
18673
18674 \begin_layout Plain Layout
18675
18676 \backslash
18677 mathrm
18678 \series bold
18679
18680 \begin_inset ERT
18681 status collapsed
18682
18683 \begin_layout Plain Layout
18684
18685
18686 \backslash
18687 spce 
18688 \end_layout
18689
18690 \end_inset
18691
18692
18693 \series default
18694 AbC
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703 \begin_inset Formula $\mathrm{AbC}$
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18712 \begin_inset Text
18713
18714 \begin_layout Plain Layout
18715
18716 \family sans
18717 Alt+C R
18718 \end_layout
18719
18720 \end_inset
18721 </cell>
18722 </row>
18723 <row>
18724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728
18729 \backslash
18730 mathsf
18731 \series bold
18732
18733 \begin_inset ERT
18734 status collapsed
18735
18736 \begin_layout Plain Layout
18737
18738
18739 \backslash
18740 spce 
18741 \end_layout
18742
18743 \end_inset
18744
18745
18746 \series default
18747 AbC
18748 \end_layout
18749
18750 \end_inset
18751 </cell>
18752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756 \begin_inset Formula $\mathsf{AbC}$
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768
18769 \family sans
18770 Alt+C S
18771 \end_layout
18772
18773 \end_inset
18774 </cell>
18775 </row>
18776 <row>
18777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18778 \begin_inset Text
18779
18780 \begin_layout Plain Layout
18781
18782 \backslash
18783 mathtt
18784 \series bold
18785
18786 \begin_inset ERT
18787 status collapsed
18788
18789 \begin_layout Plain Layout
18790
18791
18792 \backslash
18793 spce 
18794 \end_layout
18795
18796 \end_inset
18797
18798
18799 \series default
18800 AbC
18801 \end_layout
18802
18803 \end_inset
18804 </cell>
18805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18806 \begin_inset Text
18807
18808 \begin_layout Plain Layout
18809 \begin_inset Formula $\mathtt{AbC}$
18810 \end_inset
18811
18812
18813 \end_layout
18814
18815 \end_inset
18816 </cell>
18817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821
18822 \family sans
18823 Ctrl+Mayúsculas+P
18824 \end_layout
18825
18826 \end_inset
18827 </cell>
18828 </row>
18829 </lyxtabular>
18830
18831 \end_inset
18832
18833
18834 \end_layout
18835
18836 \begin_layout Standard
18837 \begin_inset Note Greyedout
18838 status open
18839
18840 \begin_layout Plain Layout
18841
18842 \series bold
18843 Nota
18844 \series default
18845 : Los estilos 
18846 \series bold
18847
18848 \backslash
18849 mathbb
18850 \series default
18851  y 
18852 \series bold
18853
18854 \backslash
18855 mathcal
18856 \series default
18857  sólo se aplican a letras mayúsculas.
18858 \end_layout
18859
18860 \end_inset
18861
18862
18863 \end_layout
18864
18865 \begin_layout Standard
18866 El estilo predeterminado es 
18867 \series bold
18868
18869 \backslash
18870 mathnormal
18871 \series default
18872 .
18873 \end_layout
18874
18875 \begin_layout Standard
18876 Los comandos de estilo funcionan también en estructuras matemáticas:
18877 \begin_inset Formula 
18878 \[
18879 \mathfrak{A=\frac{b}{C}}
18880 \]
18881
18882 \end_inset
18883
18884
18885 \end_layout
18886
18887 \begin_layout Standard
18888 Los caracteres en texto matemático no aparecen en un estilo tipográfico
18889  de ecuaciones sino en el estilo tipográfico de texto 
18890 \series bold
18891
18892 \backslash
18893 textrm
18894 \series default
18895 .
18896  Este estilo no se puede poner correctamente con el diálogo de estilo de
18897  texto por un fallo de LyX.
18898 \begin_inset Foot
18899 status open
18900
18901 \begin_layout Plain Layout
18902 \begin_inset CommandInset href
18903 LatexCommand href
18904 name "LyX-bug #4629"
18905 target "http://www.lyx.org/trac/ticket/4629"
18906
18907 \end_inset
18908
18909
18910 \end_layout
18911
18912 \end_inset
18913
18914
18915 \end_layout
18916
18917 \begin_layout Standard
18918 En vez de comandos se puede usar el menú 
18919 \family sans
18920 Editar\SpecialChar \menuseparator
18921 Ecuación\SpecialChar \menuseparator
18922 Estilo del texto
18923 \family default
18924  o el botón 
18925 \begin_inset Graphics
18926         filename ../../images/math/font.png
18927         scale 85
18928
18929 \end_inset
18930
18931 .
18932 \end_layout
18933
18934 \begin_layout Subsection
18935 Ecuaciones en negrita
18936 \begin_inset CommandInset label
18937 LatexCommand label
18938 name "sub:Ecuaciones-en-negrita"
18939
18940 \end_inset
18941
18942
18943 \begin_inset Index idx
18944 status collapsed
18945
18946 \begin_layout Plain Layout
18947 Ecuación ! en negrita
18948 \end_layout
18949
18950 \end_inset
18951
18952
18953 \end_layout
18954
18955 \begin_layout Standard
18956 Para poner en negrita una ecuación completa no se puede usar el comando
18957  
18958 \series bold
18959
18960 \backslash
18961 mathbf
18962 \series default
18963 , porque no funciona con minúsculas griegas.
18964  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18965 \begin_inset Formula 
18966 \[
18967 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
18968 \]
18969
18970 \end_inset
18971
18972
18973 \end_layout
18974
18975 \begin_layout Standard
18976 Para presentar la ecuación correctamente se usa el comando 
18977 \series bold
18978 boldsymbol
18979 \series default
18980 :
18981 \begin_inset Formula 
18982 \[
18983 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
18984 \]
18985
18986 \end_inset
18987
18988
18989 \end_layout
18990
18991 \begin_layout Standard
18992 También es posible poner la fórmula en un 
18993 \series bold
18994 entorno boldmath
18995 \series default
18996 , que se inserta con el comando 
18997 \series bold
18998
18999 \backslash
19000 boldmath
19001 \series default
19002
19003 \begin_inset Index idx
19004 status collapsed
19005
19006 \begin_layout Plain Layout
19007 Comandos ! B ! 
19008 \backslash
19009 boldmath
19010 \end_layout
19011
19012 \end_inset
19013
19014  en modo TeX.
19015  Para finalizar el entorno se usa el comando 
19016 \series bold
19017
19018 \backslash
19019 unboldmath
19020 \series default
19021
19022 \begin_inset Index idx
19023 status collapsed
19024
19025 \begin_layout Plain Layout
19026 Comandos ! U ! 
19027 \backslash
19028 unboldmath
19029 \end_layout
19030
19031 \end_inset
19032
19033  en modo TeX.
19034 \begin_inset ERT
19035 status collapsed
19036
19037 \begin_layout Plain Layout
19038
19039
19040 \backslash
19041 boldmath
19042 \end_layout
19043
19044 \end_inset
19045
19046
19047 \begin_inset Formula 
19048 \[
19049 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
19050 \]
19051
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \begin_layout Standard
19058 \begin_inset ERT
19059 status collapsed
19060
19061 \begin_layout Plain Layout
19062
19063
19064 \backslash
19065 unboldmath
19066 \end_layout
19067
19068 \end_inset
19069
19070
19071 \end_layout
19072
19073 \begin_layout Subsection
19074 Ecuaciones coloreadas
19075 \begin_inset Index idx
19076 status collapsed
19077
19078 \begin_layout Plain Layout
19079 Ecuación ! coloreada
19080 \end_layout
19081
19082 \end_inset
19083
19084
19085 \end_layout
19086
19087 \begin_layout Standard
19088 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
19089  o una parte de una ecuación y usa el diálogo 
19090 \family sans
19091 Estilo del texto
19092 \family default
19093 .
19094  Aquí hay una ecuación en magenta:
19095 \begin_inset Formula 
19096 \[
19097 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19098 \]
19099
19100 \end_inset
19101
19102 También puedes definir tus propios colores como se describe en
19103 \begin_inset space ~
19104 \end_inset
19105
19106
19107 \begin_inset CommandInset ref
19108 LatexCommand ref
19109 reference "sub:Marcos-coloreados"
19110
19111 \end_inset
19112
19113 .
19114  Pueden usarse con el comando en código TeX 
19115 \series bold
19116
19117 \backslash
19118 textcolor
19119 \series default
19120
19121 \begin_inset Index idx
19122 status collapsed
19123
19124 \begin_layout Plain Layout
19125 Comandos ! T ! 
19126 \backslash
19127 textcolor
19128 \end_layout
19129
19130 \end_inset
19131
19132  según el esquema
19133 \end_layout
19134
19135 \begin_layout Standard
19136
19137 \series bold
19138
19139 \backslash
19140 textcolor{color}{caracteres o ecuación}
19141 \end_layout
19142
19143 \begin_layout Standard
19144 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
19145 e en rojo:
19146 \end_layout
19147
19148 \begin_layout Standard
19149 \begin_inset ERT
19150 status collapsed
19151
19152 \begin_layout Plain Layout
19153
19154
19155 \backslash
19156 textcolor{verdeoscuro}{
19157 \end_layout
19158
19159 \end_inset
19160
19161
19162 \begin_inset Formula 
19163 \[
19164 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19165 \]
19166
19167 \end_inset
19168
19169
19170 \begin_inset ERT
19171 status collapsed
19172
19173 \begin_layout Plain Layout
19174
19175 }
19176 \end_layout
19177
19178 \end_inset
19179
19180
19181 \end_layout
19182
19183 \begin_layout Standard
19184 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
19185  a ecuaciones completas.
19186 \begin_inset Foot
19187 status collapsed
19188
19189 \begin_layout Plain Layout
19190 \begin_inset CommandInset href
19191 LatexCommand href
19192 name "LyX-bug #5269"
19193 target "http://www.lyx.org/trac/ticket/5269"
19194
19195 \end_inset
19196
19197
19198 \end_layout
19199
19200 \end_inset
19201
19202
19203 \end_layout
19204
19205 \begin_layout Subsection
19206 Tamaños de tipografías
19207 \begin_inset CommandInset label
19208 LatexCommand label
19209 name "sub:Tamaños-de-tipografías"
19210
19211 \end_inset
19212
19213
19214 \begin_inset Index idx
19215 status open
19216
19217 \begin_layout Plain Layout
19218 Tipografías ! tamaño
19219 \end_layout
19220
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \begin_layout Standard
19227 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
19228  siguientes comandos de tamaño:
19229 \end_layout
19230
19231 \begin_layout Standard
19232
19233 \series bold
19234
19235 \backslash
19236 Huge
19237 \series default
19238
19239 \series bold
19240
19241 \backslash
19242 huge
19243 \series default
19244
19245 \series bold
19246
19247 \backslash
19248 LARGE
19249 \series default
19250
19251 \series bold
19252
19253 \backslash
19254 Large
19255 \series default
19256
19257 \series bold
19258
19259 \backslash
19260 large
19261 \series default
19262
19263 \series bold
19264
19265 \backslash
19266 normalsize
19267 \series default
19268
19269 \series bold
19270
19271 \backslash
19272 small
19273 \series default
19274 ,
19275 \begin_inset Newline newline
19276 \end_inset
19277
19278
19279 \series bold
19280
19281 \backslash
19282 footnotesize
19283 \series default
19284
19285 \series bold
19286
19287 \backslash
19288 scriptsize
19289 \series default
19290 , y 
19291 \series bold
19292
19293 \backslash
19294 tiny
19295 \end_layout
19296
19297 \begin_layout Standard
19298 El tamaño dado por los comandos depende del tamaño base de la tipografía
19299  en el documento, dado por el comando 
19300 \series bold
19301
19302 \backslash
19303 normalsize
19304 \series default
19305 .
19306  Los demás comandos producen tamaños menores o mayores que 
19307 \series bold
19308
19309 \backslash
19310 normalsize
19311 \series default
19312 .
19313  No obstante, puede que el tamaño de tipografía no exceda de cierto valor.
19314  Si, por ejemplo, la tipografía del documento es de 12
19315 \begin_inset space \thinspace{}
19316 \end_inset
19317
19318 pt, el comando 
19319 \series bold
19320
19321 \backslash
19322 Huge
19323 \series default
19324  da el mismo tamaño que 
19325 \series bold
19326
19327 \backslash
19328 huge
19329 \series default
19330 .
19331 \end_layout
19332
19333 \begin_layout Standard
19334 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19335  a todas las ecuaciones y texto siguientes.
19336  Para volver al tamaño anterior hay que insertar el comando 
19337 \series bold
19338
19339 \backslash
19340 normalsize
19341 \series default
19342  en modo TeX detrás de la ecuación.
19343 \end_layout
19344
19345 \begin_layout Standard
19346 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
19347  comandos de tamaño:
19348 \end_layout
19349
19350 \begin_layout Standard
19351 \noindent
19352 \align center
19353 \begin_inset Tabular
19354 <lyxtabular version="3" rows="5" columns="2">
19355 <features tabularvalignment="middle">
19356 <column alignment="center" valignment="top" width="0">
19357 <column alignment="center" valignment="top" width="0">
19358 <row>
19359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363 Comando
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372 Resultado
19373 \begin_inset Note Note
19374 status collapsed
19375
19376 \begin_layout Plain Layout
19377
19378 \series bold
19379
19380 \backslash
19381 raisebox
19382 \series default
19383  se usa sólo como espaciador
19384 \end_layout
19385
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 displaystyle
19402 \begin_inset Index idx
19403 status collapsed
19404
19405 \begin_layout Plain Layout
19406 Comandos ! D ! 
19407 \backslash
19408 displaystyle
19409 \end_layout
19410
19411 \end_inset
19412
19413
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19423 \end_inset
19424
19425
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 </row>
19431 <row>
19432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19433 \begin_inset Text
19434
19435 \begin_layout Plain Layout
19436
19437 \backslash
19438 textstyle
19439 \end_layout
19440
19441 \end_inset
19442 </cell>
19443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 </row>
19456 <row>
19457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461
19462 \backslash
19463 scriptstyle
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19473 \end_inset
19474
19475
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 </row>
19481 <row>
19482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19483 \begin_inset Text
19484
19485 \begin_layout Plain Layout
19486
19487 \backslash
19488 scriptscriptstyle
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19494 \begin_inset Text
19495
19496 \begin_layout Plain Layout
19497 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 </row>
19506 </lyxtabular>
19507
19508 \end_inset
19509
19510
19511 \end_layout
19512
19513 \begin_layout Standard
19514 Después de introducir estos comandos, aparece un marco azul en el que se
19515  insertan las partes de la fórmula.
19516 \end_layout
19517
19518 \begin_layout Standard
19519 Hay un método más para cambiar el tamaño de tipografía, aunque solo funciona
19520  para símbolos o letras en texto matemático.
19521  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
19522  de texto anteriores.
19523  Todos los caracteres siguientes, hasta el final del texto matemático o
19524  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19525  Dos ejemplos:
19526 \begin_inset VSpace -2mm
19527 \end_inset
19528
19529
19530 \end_layout
19531
19532 \begin_layout Standard
19533 \begin_inset ERT
19534 status collapsed
19535
19536 \begin_layout Plain Layout
19537
19538
19539 \backslash
19540 huge
19541 \end_layout
19542
19543 \end_inset
19544
19545
19546 \begin_inset Formula 
19547 \[
19548 A=\frac{B}{c}\cdot\maltese
19549 \]
19550
19551 \end_inset
19552
19553
19554 \begin_inset Formula 
19555 \[
19556 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19557 \]
19558
19559 \end_inset
19560
19561
19562 \end_layout
19563
19564 \begin_layout Standard
19565 \begin_inset ERT
19566 status collapsed
19567
19568 \begin_layout Plain Layout
19569
19570
19571 \backslash
19572 normalsize
19573 \end_layout
19574
19575 \end_inset
19576
19577
19578 \begin_inset VSpace medskip
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \begin_layout Standard
19585 Antes de las ecuaciones se ha insertado el comando 
19586 \series bold
19587
19588 \backslash
19589 huge
19590 \series default
19591 .
19592  Para la segunda ecuación el comando es:
19593 \begin_inset Newline newline
19594 \end_inset
19595
19596
19597 \series bold
19598
19599 \backslash
19600 maltese
19601 \begin_inset ERT
19602 status collapsed
19603
19604 \begin_layout Plain Layout
19605
19606
19607 \backslash
19608 spce 
19609 \end_layout
19610
19611 \end_inset
19612
19613 A Alt+M M 
19614 \backslash
19615 Large
19616 \begin_inset ERT
19617 status collapsed
19618
19619 \begin_layout Plain Layout
19620
19621
19622 \backslash
19623 spce 
19624 \end_layout
19625
19626 \end_inset
19627
19628
19629 \backslash
19630 maltese
19631 \begin_inset ERT
19632 status collapsed
19633
19634 \begin_layout Plain Layout
19635
19636
19637 \backslash
19638 spce 
19639 \end_layout
19640
19641 \end_inset
19642
19643
19644 \backslash
19645 textit
19646 \begin_inset ERT
19647 status collapsed
19648
19649 \begin_layout Plain Layout
19650
19651
19652 \backslash
19653 spce 
19654 \end_layout
19655
19656 \end_inset
19657
19658 A
19659 \begin_inset Formula $\to$
19660 \end_inset
19661
19662
19663 \begin_inset Formula $\to$
19664 \end_inset
19665
19666
19667 \begin_inset Newline newline
19668 \end_inset
19669
19670
19671 \begin_inset space \hspace*{}
19672 \length 1cm
19673 \end_inset
19674
19675 Alt+M M 
19676 \backslash
19677 tiny
19678 \begin_inset ERT
19679 status collapsed
19680
19681 \begin_layout Plain Layout
19682
19683
19684 \backslash
19685 spce 
19686 \end_layout
19687
19688 \end_inset
19689
19690
19691 \backslash
19692 maltese
19693 \begin_inset ERT
19694 status collapsed
19695
19696 \begin_layout Plain Layout
19697
19698
19699 \backslash
19700 spce 
19701 \end_layout
19702
19703 \end_inset
19704
19705
19706 \backslash
19707 textit
19708 \begin_inset ERT
19709 status collapsed
19710
19711 \begin_layout Plain Layout
19712
19713
19714 \backslash
19715 spce 
19716 \end_layout
19717
19718 \end_inset
19719
19720 A
19721 \end_layout
19722
19723 \begin_layout Standard
19724 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19725  el tamaño por omisión.
19726 \end_layout
19727
19728 \begin_layout Section
19729 Letras griegas
19730 \begin_inset Index idx
19731 status collapsed
19732
19733 \begin_layout Plain Layout
19734 Letras griegas
19735 \end_layout
19736
19737 \end_inset
19738
19739
19740 \end_layout
19741
19742 \begin_layout Standard
19743 Las letras griegas se pueden insertar además mediante el botón 
19744 \begin_inset Graphics
19745         filename ../../images/math/alpha.png
19746         scale 85
19747
19748 \end_inset
19749
19750  de la barra de ecuaciones.
19751  Las normas internacionales de tipografía proponen que las letras griegas
19752  en ecuaciones deben escribirse en cursiva/inclinada.
19753  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
19754  en redonda.
19755  Para las normas en español, véase
19756 \begin_inset space ~
19757 \end_inset
19758
19759
19760 \begin_inset CommandInset citation
19761 LatexCommand cite
19762 key "Bezos"
19763
19764 \end_inset
19765
19766 .
19767 \end_layout
19768
19769 \begin_layout Subsection
19770 Minúsculas
19771 \begin_inset Index idx
19772 status collapsed
19773
19774 \begin_layout Plain Layout
19775 Letras griegas ! minúsculas
19776 \end_layout
19777
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \begin_layout Standard
19784 \begin_inset space \hfill{}
19785 \end_inset
19786
19787
19788 \begin_inset Tabular
19789 <lyxtabular version="3" rows="11" columns="2">
19790 <features tabularvalignment="middle">
19791 <column alignment="center" valignment="top" width="0pt">
19792 <column alignment="center" valignment="top" width="0pt">
19793 <row>
19794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Plain Layout
19798 Comando
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807 Símbolo
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 </row>
19813 <row>
19814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818
19819 \backslash
19820 alpha
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19826 \begin_inset Text
19827
19828 \begin_layout Plain Layout
19829 \begin_inset Formula $\alpha$
19830 \end_inset
19831
19832
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 </row>
19838 <row>
19839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843
19844 \backslash
19845 beta
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854 \begin_inset Formula $\beta$
19855 \end_inset
19856
19857
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 </row>
19863 <row>
19864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868
19869 \backslash
19870 gamma
19871 \end_layout
19872
19873 \end_inset
19874 </cell>
19875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879 \begin_inset Formula $\gamma$
19880 \end_inset
19881
19882
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 </row>
19888 <row>
19889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893
19894 \backslash
19895 delta
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904 \begin_inset Formula $\delta$
19905 \end_inset
19906
19907
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 </row>
19913 <row>
19914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918
19919 \backslash
19920 epsilon
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929 \begin_inset Formula $\epsilon$
19930 \end_inset
19931
19932
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 </row>
19938 <row>
19939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19940 \begin_inset Text
19941
19942 \begin_layout Plain Layout
19943
19944 \backslash
19945 varepsilon
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954 \begin_inset Formula $\varepsilon$
19955 \end_inset
19956
19957
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 </row>
19963 <row>
19964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19965 \begin_inset Text
19966
19967 \begin_layout Plain Layout
19968
19969 \backslash
19970 zeta
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979 \begin_inset Formula $\zeta$
19980 \end_inset
19981
19982
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 </row>
19988 <row>
19989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19990 \begin_inset Text
19991
19992 \begin_layout Plain Layout
19993
19994 \backslash
19995 eta
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004 \begin_inset Formula $\eta$
20005 \end_inset
20006
20007
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 </row>
20013 <row>
20014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20015 \begin_inset Text
20016
20017 \begin_layout Plain Layout
20018
20019 \backslash
20020 theta
20021 \end_layout
20022
20023 \end_inset
20024 </cell>
20025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20026 \begin_inset Text
20027
20028 \begin_layout Plain Layout
20029 \begin_inset Formula $\theta$
20030 \end_inset
20031
20032
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 </row>
20038 <row>
20039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043
20044 \backslash
20045 vartheta
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054 \begin_inset Formula $\vartheta$
20055 \end_inset
20056
20057
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 </row>
20063 </lyxtabular>
20064
20065 \end_inset
20066
20067
20068 \begin_inset space \hfill{}
20069 \end_inset
20070
20071
20072 \begin_inset Tabular
20073 <lyxtabular version="3" rows="12" columns="2">
20074 <features tabularvalignment="middle">
20075 <column alignment="center" valignment="top" width="0pt">
20076 <column alignment="center" valignment="top" width="0pt">
20077 <row>
20078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082 Comando
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091 Símbolo
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 <row>
20098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102
20103 \backslash
20104 iota
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20110 \begin_inset Text
20111
20112 \begin_layout Plain Layout
20113 \begin_inset Formula $\iota$
20114 \end_inset
20115
20116
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 </row>
20122 <row>
20123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127
20128 \backslash
20129 kappa
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138 \begin_inset Formula $\kappa$
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 </row>
20147 <row>
20148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152
20153 \backslash
20154 varkappa
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Plain Layout
20163 \begin_inset Formula $\varkappa$
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 </row>
20172 <row>
20173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177
20178 \backslash
20179 lambda
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20185 \begin_inset Text
20186
20187 \begin_layout Plain Layout
20188 \begin_inset Formula $\lambda$
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 </row>
20197 <row>
20198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202
20203 \backslash
20204 mu
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213 \begin_inset Formula $\mu$
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 </row>
20222 <row>
20223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227
20228 \backslash
20229 nu
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238 \begin_inset Formula $\nu$
20239 \end_inset
20240
20241
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 </row>
20247 <row>
20248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252
20253 \backslash
20254 xi
20255 \end_layout
20256
20257 \end_inset
20258 </cell>
20259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20260 \begin_inset Text
20261
20262 \begin_layout Plain Layout
20263 \begin_inset Formula $\xi$
20264 \end_inset
20265
20266
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 </row>
20272 <row>
20273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Plain Layout
20277 o
20278 \end_layout
20279
20280 \end_inset
20281 </cell>
20282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286 \begin_inset Formula $o$
20287 \end_inset
20288
20289
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 </row>
20295 <row>
20296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20297 \begin_inset Text
20298
20299 \begin_layout Plain Layout
20300
20301 \backslash
20302 pi
20303 \end_layout
20304
20305 \end_inset
20306 </cell>
20307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311 \begin_inset Formula $\pi$
20312 \end_inset
20313
20314
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 </row>
20320 <row>
20321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20322 \begin_inset Text
20323
20324 \begin_layout Plain Layout
20325
20326 \backslash
20327 varpi
20328 \end_layout
20329
20330 \end_inset
20331 </cell>
20332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336 \begin_inset Formula $\varpi$
20337 \end_inset
20338
20339
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 </row>
20345 <row>
20346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20347 \begin_inset Text
20348
20349 \begin_layout Plain Layout
20350
20351 \backslash
20352 rho
20353 \end_layout
20354
20355 \end_inset
20356 </cell>
20357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361 \begin_inset Formula $\rho$
20362 \end_inset
20363
20364
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 </row>
20370 </lyxtabular>
20371
20372 \end_inset
20373
20374
20375 \begin_inset space \hfill{}
20376 \end_inset
20377
20378
20379 \begin_inset Tabular
20380 <lyxtabular version="3" rows="11" columns="2">
20381 <features tabularvalignment="middle">
20382 <column alignment="center" valignment="top" width="0pt">
20383 <column alignment="center" valignment="top" width="0pt">
20384 <row>
20385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389 Comando
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398 Símbolo
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 </row>
20404 <row>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409
20410 \backslash
20411 varrho
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 \begin_inset Formula $\varrho$
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row>
20430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434
20435 \backslash
20436 sigma
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 \begin_inset Formula $\sigma$
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 <row>
20455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459
20460 \backslash
20461 varsigma
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470 \begin_inset Formula $\varsigma$
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \backslash
20486 tau
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Formula $\tau$
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 <row>
20505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \backslash
20511 upsilon
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $\upsilon$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534
20535 \backslash
20536 phi
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545 \begin_inset Formula $\phi$
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 <row>
20555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559
20560 \backslash
20561 varphi
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570 \begin_inset Formula $\varphi$
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 </row>
20579 <row>
20580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584
20585 \backslash
20586 chi
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20592 \begin_inset Text
20593
20594 \begin_layout Plain Layout
20595 \begin_inset Formula $\chi$
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 </row>
20604 <row>
20605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609
20610 \backslash
20611 psi
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 \begin_inset Formula $\psi$
20621 \end_inset
20622
20623
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 </row>
20629 <row>
20630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20631 \begin_inset Text
20632
20633 \begin_layout Plain Layout
20634
20635 \backslash
20636 omega
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20642 \begin_inset Text
20643
20644 \begin_layout Plain Layout
20645 \begin_inset Formula $\omega$
20646 \end_inset
20647
20648
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 </row>
20654 </lyxtabular>
20655
20656 \end_inset
20657
20658
20659 \begin_inset space \hfill{}
20660 \end_inset
20661
20662
20663 \end_layout
20664
20665 \begin_layout Standard
20666 \begin_inset VSpace medskip
20667 \end_inset
20668
20669
20670 \end_layout
20671
20672 \begin_layout Standard
20673 Cómo escribir letras griegas especiales en redonda se explica en 
20674 \begin_inset CommandInset ref
20675 LatexCommand ref
20676 reference "sub:Griegas-en-redonda"
20677
20678 \end_inset
20679
20680 .
20681 \end_layout
20682
20683 \begin_layout Subsection
20684 Mayúsculas
20685 \begin_inset Index idx
20686 status collapsed
20687
20688 \begin_layout Plain Layout
20689 Letras griegas ! mayúsculas
20690 \end_layout
20691
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \begin_layout Standard
20698 \begin_inset space \hfill{}
20699 \end_inset
20700
20701
20702 \begin_inset Tabular
20703 <lyxtabular version="3" rows="7" columns="2">
20704 <features tabularvalignment="middle">
20705 <column alignment="center" valignment="top" width="0pt">
20706 <column alignment="center" valignment="top" width="0pt">
20707 <row>
20708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712 Comando
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721 Símbolo
20722 \end_layout
20723
20724 \end_inset
20725 </cell>
20726 </row>
20727 <row>
20728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732
20733 \backslash
20734 Gamma
20735 \end_layout
20736
20737 \end_inset
20738 </cell>
20739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743 \begin_inset Formula $\Gamma$
20744 \end_inset
20745
20746
20747 \end_layout
20748
20749 \end_inset
20750 </cell>
20751 </row>
20752 <row>
20753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757
20758 \backslash
20759 Delta
20760 \end_layout
20761
20762 \end_inset
20763 </cell>
20764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768 \begin_inset Formula $\Delta$
20769 \end_inset
20770
20771
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 </row>
20777 <row>
20778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782
20783 \backslash
20784 Theta
20785 \end_layout
20786
20787 \end_inset
20788 </cell>
20789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20790 \begin_inset Text
20791
20792 \begin_layout Plain Layout
20793 \begin_inset Formula $\Theta$
20794 \end_inset
20795
20796
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 </row>
20802 <row>
20803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807
20808 \backslash
20809 Lambda
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818 \begin_inset Formula $\Lambda$
20819 \end_inset
20820
20821
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 <row>
20828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832
20833 \backslash
20834 Xi
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843 \begin_inset Formula $\Xi$
20844 \end_inset
20845
20846
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 </row>
20852 <row>
20853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857
20858 \backslash
20859 Pi
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868 \begin_inset Formula $\Pi$
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 </row>
20877 </lyxtabular>
20878
20879 \end_inset
20880
20881
20882 \begin_inset space \hfill{}
20883 \end_inset
20884
20885
20886 \begin_inset Tabular
20887 <lyxtabular version="3" rows="6" columns="2">
20888 <features tabularvalignment="middle">
20889 <column alignment="center" valignment="top" width="0pt">
20890 <column alignment="center" valignment="top" width="0pt">
20891 <row>
20892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896 Comando
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905 Símbolo
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 </row>
20911 <row>
20912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916
20917 \backslash
20918 Sigma
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927 \begin_inset Formula $\Sigma$
20928 \end_inset
20929
20930
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 </row>
20936 <row>
20937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941
20942 \backslash
20943 Upsilon
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
20948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952 \begin_inset Formula $\Upsilon$
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 </row>
20961 <row>
20962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20963 \begin_inset Text
20964
20965 \begin_layout Plain Layout
20966
20967 \backslash
20968 Phi
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977 \begin_inset Formula $\Phi$
20978 \end_inset
20979
20980
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 </row>
20986 <row>
20987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991
20992 \backslash
20993 Psi
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002 \begin_inset Formula $\Psi$
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 </row>
21011 <row>
21012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016
21017 \backslash
21018 Omega
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027 \begin_inset Formula $\Omega$
21028 \end_inset
21029
21030
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 </row>
21036 </lyxtabular>
21037
21038 \end_inset
21039
21040
21041 \begin_inset space \hfill{}
21042 \end_inset
21043
21044
21045 \end_layout
21046
21047 \begin_layout Standard
21048 \begin_inset VSpace medskip
21049 \end_inset
21050
21051
21052 \end_layout
21053
21054 \begin_layout Standard
21055 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
21056  cuando se desarrolló TeX.
21057  Para obtener mayúsculas en cursiva, inicia cada comando con 
21058 \series bold
21059 var
21060 \series default
21061 .
21062  Por ejemplo, el comando 
21063 \series bold
21064
21065 \backslash
21066 varGamma
21067 \series default
21068  genera 
21069 \begin_inset Formula $\varGamma$
21070 \end_inset
21071
21072 .
21073  Otra forma es cargar el paquete 
21074 \series bold
21075 fixmath
21076 \series default
21077
21078 \begin_inset Foot
21079 status collapsed
21080
21081 \begin_layout Plain Layout
21082
21083 \series bold
21084 fixmath
21085 \series default
21086  forma parte del paquete LaTeX 
21087 \series bold
21088 was
21089 \series default
21090
21091 \begin_inset Index idx
21092 status collapsed
21093
21094 \begin_layout Plain Layout
21095 Paquetes ! was
21096 \begin_inset ERT
21097 status collapsed
21098
21099 \begin_layout Plain Layout
21100
21101
21102 \backslash
21103 vspace{4mm}
21104 \end_layout
21105
21106 \end_inset
21107
21108
21109 \end_layout
21110
21111 \end_inset
21112
21113 .
21114 \end_layout
21115
21116 \end_inset
21117
21118
21119 \begin_inset Index idx
21120 status collapsed
21121
21122 \begin_layout Plain Layout
21123 Paquetes ! fixmath
21124 \end_layout
21125
21126 \end_inset
21127
21128  con la línea siguiente en el preámbulo LaTeX
21129 \end_layout
21130
21131 \begin_layout Standard
21132
21133 \series bold
21134
21135 \backslash
21136 usepackage{fixmath}
21137 \end_layout
21138
21139 \begin_layout Standard
21140 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
21141 ente en cursiva.
21142 \end_layout
21143
21144 \begin_layout Subsection
21145 Letras en negrita
21146 \begin_inset Index idx
21147 status collapsed
21148
21149 \begin_layout Plain Layout
21150 Letras griegas ! en negrita
21151 \end_layout
21152
21153 \end_inset
21154
21155
21156 \end_layout
21157
21158 \begin_layout Standard
21159 Las letras griegas no admiten diferentes estilos de letra como las latinas.
21160  Sólo se pueden poner en negrita con el comando 
21161 \series bold
21162
21163 \backslash
21164 boldsymbol
21165 \series default
21166
21167 \begin_inset Index idx
21168 status collapsed
21169
21170 \begin_layout Plain Layout
21171 Comandos ! B ! 
21172 \backslash
21173 boldsymbol
21174 \end_layout
21175
21176 \end_inset
21177
21178 .
21179 \end_layout
21180
21181 \begin_layout Standard
21182 \align center
21183 \begin_inset Tabular
21184 <lyxtabular version="3" rows="3" columns="2">
21185 <features tabularvalignment="middle">
21186 <column alignment="center" valignment="top" width="0">
21187 <column alignment="center" valignment="top" width="0">
21188 <row>
21189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193 Comando
21194 \end_layout
21195
21196 \end_inset
21197 </cell>
21198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202 Símbolo
21203 \end_layout
21204
21205 \end_inset
21206 </cell>
21207 </row>
21208 <row>
21209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213
21214 \backslash
21215 Upsilon
21216 \backslash
21217 boldsymbol
21218 \backslash
21219 Upsilon
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21229 \end_inset
21230
21231
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 </row>
21237 <row>
21238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242
21243 \backslash
21244 theta
21245 \backslash
21246 boldsymbol
21247 \backslash
21248 theta
21249 \end_layout
21250
21251 \end_inset
21252 </cell>
21253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21254 \begin_inset Text
21255
21256 \begin_layout Plain Layout
21257 \begin_inset Formula $\theta\boldsymbol{\theta}$
21258 \end_inset
21259
21260
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 </row>
21266 </lyxtabular>
21267
21268 \end_inset
21269
21270
21271 \end_layout
21272
21273 \begin_layout Standard
21274 \noindent
21275 \align center
21276 \begin_inset Newpage newpage
21277 \end_inset
21278
21279
21280 \end_layout
21281
21282 \begin_layout Section
21283 Símbolos
21284 \begin_inset ERT
21285 status collapsed
21286
21287 \begin_layout Plain Layout
21288
21289
21290 \backslash
21291 texorpdfstring{
21292 \end_layout
21293
21294 \end_inset
21295
21296
21297 \begin_inset Foot
21298 status collapsed
21299
21300 \begin_layout Plain Layout
21301 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
21302  LaTeX en 
21303 \begin_inset CommandInset citation
21304 LatexCommand cite
21305 key "Symbols"
21306
21307 \end_inset
21308
21309 .
21310 \end_layout
21311
21312 \end_inset
21313
21314
21315 \begin_inset ERT
21316 status collapsed
21317
21318 \begin_layout Plain Layout
21319
21320 }{}
21321 \end_layout
21322
21323 \end_inset
21324
21325
21326 \begin_inset Note Note
21327 status collapsed
21328
21329 \begin_layout Plain Layout
21330
21331 \backslash
21332 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
21333  PDF.
21334 \end_layout
21335
21336 \begin_layout Plain Layout
21337 Más sobre 
21338 \backslash
21339 texorpdfstring en la sección 
21340 \begin_inset CommandInset ref
21341 LatexCommand ref
21342 reference "sub:Ecuaciones-en-encabezados"
21343
21344 \end_inset
21345
21346 .
21347 \end_layout
21348
21349 \end_inset
21350
21351
21352 \begin_inset Index idx
21353 status collapsed
21354
21355 \begin_layout Plain Layout
21356 Símbolos
21357 \end_layout
21358
21359 \end_inset
21360
21361
21362 \end_layout
21363
21364 \begin_layout Standard
21365 Muchos de los símbolos listados en esta sección se pueden insertar además
21366  mediante los botones 
21367 \begin_inset Graphics
21368         filename ../../images/math/nabla.png
21369         scale 85
21370
21371 \end_inset
21372
21373  y 
21374 \begin_inset Graphics
21375         filename ../../images/math/digamma.png
21376         scale 85
21377
21378 \end_inset
21379
21380  de la barra de ecuaciones.
21381 \end_layout
21382
21383 \begin_layout Subsection
21384 Símbolos matemáticos
21385 \begin_inset CommandInset label
21386 LatexCommand label
21387 name "sub:Símbolos-matemáticos"
21388
21389 \end_inset
21390
21391
21392 \begin_inset Index idx
21393 status collapsed
21394
21395 \begin_layout Plain Layout
21396 Símbolos ! matemáticos
21397 \end_layout
21398
21399 \end_inset
21400
21401
21402 \end_layout
21403
21404 \begin_layout Standard
21405 \begin_inset space \hfill{}
21406 \end_inset
21407
21408
21409 \begin_inset Tabular
21410 <lyxtabular version="3" rows="10" columns="2">
21411 <features tabularvalignment="middle">
21412 <column alignment="center" valignment="top" width="0pt">
21413 <column alignment="center" valignment="top" width="0pt">
21414 <row>
21415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21416 \begin_inset Text
21417
21418 \begin_layout Plain Layout
21419 Comando
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428 Símbolo
21429 \end_layout
21430
21431 \end_inset
21432 </cell>
21433 </row>
21434 <row>
21435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439
21440 \backslash
21441 neg
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450 \begin_inset Formula $\neg$
21451 \end_inset
21452
21453
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 </row>
21459 <row>
21460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464
21465 \backslash
21466 Im
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475 \begin_inset Formula $\Im$
21476 \end_inset
21477
21478
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 </row>
21484 <row>
21485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489
21490 \backslash
21491 Re
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500 \begin_inset Formula $\Re$
21501 \end_inset
21502
21503
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 </row>
21509 <row>
21510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21511 \begin_inset Text
21512
21513 \begin_layout Plain Layout
21514
21515 \backslash
21516 aleph
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525 \begin_inset Formula $\aleph$
21526 \end_inset
21527
21528
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 </row>
21534 <row>
21535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539
21540 \backslash
21541 partial
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550 \begin_inset Formula $\partial$
21551 \end_inset
21552
21553
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 </row>
21559 <row>
21560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564
21565 \backslash
21566 infty
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575 \begin_inset Formula $\infty$
21576 \end_inset
21577
21578
21579 \end_layout
21580
21581 \end_inset
21582 </cell>
21583 </row>
21584 <row>
21585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589
21590 \backslash
21591 wp
21592 \end_layout
21593
21594 \end_inset
21595 </cell>
21596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21597 \begin_inset Text
21598
21599 \begin_layout Plain Layout
21600 \begin_inset Formula $\wp$
21601 \end_inset
21602
21603
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 </row>
21609 <row>
21610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21611 \begin_inset Text
21612
21613 \begin_layout Plain Layout
21614
21615 \backslash
21616 imath
21617 \end_layout
21618
21619 \end_inset
21620 </cell>
21621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21622 \begin_inset Text
21623
21624 \begin_layout Plain Layout
21625 \begin_inset Formula $\imath$
21626 \end_inset
21627
21628
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 </row>
21634 <row>
21635 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639
21640 \backslash
21641 jmath
21642 \end_layout
21643
21644 \end_inset
21645 </cell>
21646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650 \begin_inset Formula $\jmath$
21651 \end_inset
21652
21653
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 </row>
21659 </lyxtabular>
21660
21661 \end_inset
21662
21663
21664 \begin_inset space \hfill{}
21665 \end_inset
21666
21667
21668 \begin_inset Tabular
21669 <lyxtabular version="3" rows="10" columns="2">
21670 <features tabularvalignment="middle">
21671 <column alignment="center" valignment="top" width="0pt">
21672 <column alignment="center" valignment="top" width="0pt">
21673 <row>
21674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678 Comando
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 Símbolo
21688 \begin_inset Note Note
21689 status collapsed
21690
21691 \begin_layout Plain Layout
21692
21693 \series bold
21694
21695 \backslash
21696 raisebox
21697 \series default
21698  se usa sólo como espaciador
21699 \end_layout
21700
21701 \end_inset
21702
21703
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 </row>
21709 <row>
21710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714
21715 \backslash
21716 forall
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725 \begin_inset Formula $\forall$
21726 \end_inset
21727
21728
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 </row>
21734 <row>
21735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739
21740 \backslash
21741 exists
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750 \begin_inset Formula $\exists$
21751 \end_inset
21752
21753
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 </row>
21759 <row>
21760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764
21765 \backslash
21766 nexists
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775 \begin_inset Formula $\nexists$
21776 \end_inset
21777
21778
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 </row>
21784 <row>
21785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789
21790 \backslash
21791 emptyset
21792 \end_layout
21793
21794 \end_inset
21795 </cell>
21796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800 \begin_inset Formula $\emptyset$
21801 \end_inset
21802
21803
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 </row>
21809 <row>
21810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814
21815 \backslash
21816 varnothing
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825 \begin_inset Formula $\varnothing$
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 </row>
21834 <row>
21835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21836 \begin_inset Text
21837
21838 \begin_layout Plain Layout
21839
21840 \backslash
21841 dag
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850 \begin_inset Formula $\dag$
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 </row>
21859 <row>
21860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864
21865 \backslash
21866 ddag
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875 \begin_inset Formula $\ddag$
21876 \end_inset
21877
21878
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 </row>
21884 <row>
21885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889
21890 \backslash
21891 complement
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 \begin_inset ERT
21901 status collapsed
21902
21903 \begin_layout Plain Layout
21904
21905
21906 \backslash
21907 raisebox{-0.8mm}{
21908 \end_layout
21909
21910 \end_inset
21911
21912
21913 \begin_inset Formula $\complement$
21914 \end_inset
21915
21916
21917 \begin_inset ERT
21918 status collapsed
21919
21920 \begin_layout Plain Layout
21921
21922 }
21923 \end_layout
21924
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 </row>
21933 <row>
21934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938
21939 \backslash
21940 Bbbk
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 \begin_inset Formula $\Bbbk$
21950 \end_inset
21951
21952
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 </row>
21958 </lyxtabular>
21959
21960 \end_inset
21961
21962
21963 \begin_inset space \hfill{}
21964 \end_inset
21965
21966
21967 \begin_inset Tabular
21968 <lyxtabular version="3" rows="10" columns="2">
21969 <features tabularvalignment="middle">
21970 <column alignment="center" valignment="top" width="0pt">
21971 <column alignment="center" valignment="top" width="0pt">
21972 <row>
21973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 Comando
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 Símbolo
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 </row>
21992 <row>
21993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997
21998 \backslash
21999 prime
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008 \begin_inset Formula $\prime$
22009 \end_inset
22010
22011
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 </row>
22017 <row>
22018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22019 \begin_inset Text
22020
22021 \begin_layout Plain Layout
22022
22023 \backslash
22024 backprime
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033 \begin_inset Formula $\backprime$
22034 \end_inset
22035
22036
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 </row>
22042 <row>
22043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22044 \begin_inset Text
22045
22046 \begin_layout Plain Layout
22047
22048 \backslash
22049 mho
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058 \begin_inset Formula $\mho$
22059 \end_inset
22060
22061
22062 \end_layout
22063
22064 \end_inset
22065 </cell>
22066 </row>
22067 <row>
22068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22069 \begin_inset Text
22070
22071 \begin_layout Plain Layout
22072
22073 \backslash
22074 triangle
22075 \end_layout
22076
22077 \end_inset
22078 </cell>
22079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22080 \begin_inset Text
22081
22082 \begin_layout Plain Layout
22083 \begin_inset Formula $\triangle$
22084 \end_inset
22085
22086
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 </row>
22092 <row>
22093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22094 \begin_inset Text
22095
22096 \begin_layout Plain Layout
22097
22098 \backslash
22099 angle
22100 \end_layout
22101
22102 \end_inset
22103 </cell>
22104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108 \begin_inset Formula $\angle$
22109 \end_inset
22110
22111
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 </row>
22117 <row>
22118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22119 \begin_inset Text
22120
22121 \begin_layout Plain Layout
22122
22123 \backslash
22124 measuredangle
22125 \end_layout
22126
22127 \end_inset
22128 </cell>
22129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133 \begin_inset Formula $\measuredangle$
22134 \end_inset
22135
22136
22137 \end_layout
22138
22139 \end_inset
22140 </cell>
22141 </row>
22142 <row>
22143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147
22148 \backslash
22149 sphericalangle
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158 \begin_inset Formula $\sphericalangle$
22159 \end_inset
22160
22161
22162 \end_layout
22163
22164 \end_inset
22165 </cell>
22166 </row>
22167 <row>
22168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172
22173 \backslash
22174 top
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 \begin_inset Formula $\top$
22184 \end_inset
22185
22186
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 </row>
22192 <row>
22193 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197
22198 \backslash
22199 bot
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22205 \begin_inset Text
22206
22207 \begin_layout Plain Layout
22208 \begin_inset Formula $\bot$
22209 \end_inset
22210
22211
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 </row>
22217 </lyxtabular>
22218
22219 \end_inset
22220
22221
22222 \begin_inset space \hfill{}
22223 \end_inset
22224
22225
22226 \end_layout
22227
22228 \begin_layout Subsection
22229 Símbolos misceláneos
22230 \begin_inset CommandInset label
22231 LatexCommand label
22232 name "sub:Símbolos-misceláneos"
22233
22234 \end_inset
22235
22236
22237 \begin_inset Index idx
22238 status collapsed
22239
22240 \begin_layout Plain Layout
22241 Símbolos ! misceláneos
22242 \end_layout
22243
22244 \end_inset
22245
22246
22247 \end_layout
22248
22249 \begin_layout Standard
22250 \noindent
22251 \align center
22252 \begin_inset Tabular
22253 <lyxtabular version="3" rows="10" columns="2">
22254 <features tabularvalignment="middle">
22255 <column alignment="center" valignment="top" width="0pt">
22256 <column alignment="center" valignment="top" width="0pt">
22257 <row>
22258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262 Comando
22263 \end_layout
22264
22265 \end_inset
22266 </cell>
22267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22268 \begin_inset Text
22269
22270 \begin_layout Plain Layout
22271 Símbolo
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 </row>
22277 <row>
22278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282
22283 \backslash
22284 flat
22285 \end_layout
22286
22287 \end_inset
22288 </cell>
22289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293 \begin_inset Formula $\flat$
22294 \end_inset
22295
22296
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 </row>
22302 <row>
22303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307
22308 \backslash
22309 natural
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318 \begin_inset Formula $\natural$
22319 \end_inset
22320
22321
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 </row>
22327 <row>
22328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332
22333 \backslash
22334 sharp
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343 \begin_inset Formula $\sharp$
22344 \end_inset
22345
22346
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 </row>
22352 <row>
22353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22354 \begin_inset Text
22355
22356 \begin_layout Plain Layout
22357
22358 \backslash
22359 surd
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368 \begin_inset Formula $\surd$
22369 \end_inset
22370
22371
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 </row>
22377 <row>
22378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382
22383 \backslash
22384 checkmark
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393 \begin_inset Formula $\checkmark$
22394 \end_inset
22395
22396
22397 \end_layout
22398
22399 \end_inset
22400 </cell>
22401 </row>
22402 <row>
22403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407
22408 \backslash
22409 yen
22410 \end_layout
22411
22412 \end_inset
22413 </cell>
22414 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418 \begin_inset Formula $\yen$
22419 \end_inset
22420
22421
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 </row>
22427 <row>
22428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432
22433 \backslash
22434 pounds
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443 \begin_inset Formula $\pounds$
22444 \end_inset
22445
22446
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 </row>
22452 <row>
22453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457 $
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466 \begin_inset Formula $\$$
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 </row>
22475 <row>
22476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480 §
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489 \begin_inset Formula $§$
22490 \end_inset
22491
22492
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 </row>
22498 </lyxtabular>
22499
22500 \end_inset
22501
22502
22503 \begin_inset Tabular
22504 <lyxtabular version="3" rows="10" columns="2">
22505 <features tabularvalignment="middle">
22506 <column alignment="center" valignment="top" width="0">
22507 <column alignment="center" valignment="top" width="0">
22508 <row>
22509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513 Comando
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522 Símbolo
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 </row>
22528 <row>
22529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533
22534 \backslash
22535 hbar
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22541 \begin_inset Text
22542
22543 \begin_layout Plain Layout
22544 \begin_inset Formula $\hbar$
22545 \end_inset
22546
22547
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 </row>
22553 <row>
22554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558
22559 \backslash
22560 hslash
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569 \begin_inset Formula $\hslash$
22570 \end_inset
22571
22572
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 </row>
22578 <row>
22579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583
22584 \backslash
22585 clubsuit
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 \begin_inset Formula $\clubsuit$
22595 \end_inset
22596
22597
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 </row>
22603 <row>
22604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22605 \begin_inset Text
22606
22607 \begin_layout Plain Layout
22608
22609 \backslash
22610 spadesuit
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619 \begin_inset Formula $\spadesuit$
22620 \end_inset
22621
22622
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 </row>
22628 <row>
22629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633
22634 \backslash
22635 bigstar
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644 \begin_inset Formula $\bigstar$
22645 \end_inset
22646
22647
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 </row>
22653 <row>
22654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22655 \begin_inset Text
22656
22657 \begin_layout Plain Layout
22658
22659 \backslash
22660 blacklozenge
22661 \end_layout
22662
22663 \end_inset
22664 </cell>
22665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669 \begin_inset Formula $\blacklozenge$
22670 \end_inset
22671
22672
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 </row>
22678 <row>
22679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683
22684 \backslash
22685 blacktriangle
22686 \end_layout
22687
22688 \end_inset
22689 </cell>
22690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694 \begin_inset Formula $\blacktriangle$
22695 \end_inset
22696
22697
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 </row>
22703 <row>
22704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708
22709 \backslash
22710 blacktiangledown
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719 \begin_inset Formula $\blacktriangledown$
22720 \end_inset
22721
22722
22723 \end_layout
22724
22725 \end_inset
22726 </cell>
22727 </row>
22728 <row>
22729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733
22734 \backslash
22735 bullet
22736 \end_layout
22737
22738 \end_inset
22739 </cell>
22740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744 \begin_inset Formula $\bullet$
22745 \end_inset
22746
22747
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 </row>
22753 </lyxtabular>
22754
22755 \end_inset
22756
22757
22758 \begin_inset Tabular
22759 <lyxtabular version="3" rows="10" columns="2">
22760 <features tabularvalignment="middle">
22761 <column alignment="center" valignment="top" width="0pt">
22762 <column alignment="center" valignment="top" width="0pt">
22763 <row>
22764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768 Comando
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777 Símbolo
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 </row>
22783 <row>
22784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22785 \begin_inset Text
22786
22787 \begin_layout Plain Layout
22788
22789 \backslash
22790 diamondsuit
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799 \begin_inset Formula $\diamondsuit$
22800 \end_inset
22801
22802
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 </row>
22808 <row>
22809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813
22814 \backslash
22815 Diamond
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22821 \begin_inset Text
22822
22823 \begin_layout Plain Layout
22824 \begin_inset Formula $\Diamond$
22825 \end_inset
22826
22827
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 </row>
22833 <row>
22834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838
22839 \backslash
22840 heartsuit
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849 \begin_inset Formula $\heartsuit$
22850 \end_inset
22851
22852
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 </row>
22858 <row>
22859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863
22864 \backslash
22865 P
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874 \begin_inset Formula $\P$
22875 \end_inset
22876
22877
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 </row>
22883 <row>
22884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888
22889 \backslash
22890 copyright
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899 \begin_inset Formula $\copyright$
22900 \end_inset
22901
22902
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 </row>
22908 <row>
22909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913
22914 \backslash
22915 circledR
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22921 \begin_inset Text
22922
22923 \begin_layout Plain Layout
22924 \begin_inset Formula $\circledR$
22925 \end_inset
22926
22927
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 </row>
22933 <row>
22934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938
22939 \backslash
22940 maltese
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22946 \begin_inset Text
22947
22948 \begin_layout Plain Layout
22949 \begin_inset Formula $\maltese$
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 </row>
22958 <row>
22959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963
22964 \backslash
22965 diagup
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22971 \begin_inset Text
22972
22973 \begin_layout Plain Layout
22974 \begin_inset Formula $\diagup$
22975 \end_inset
22976
22977
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 </row>
22983 <row>
22984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22985 \begin_inset Text
22986
22987 \begin_layout Plain Layout
22988
22989 \backslash
22990 diagdown
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999 \begin_inset Formula $\diagdown$
23000 \end_inset
23001
23002
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 </row>
23008 </lyxtabular>
23009
23010 \end_inset
23011
23012
23013 \end_layout
23014
23015 \begin_layout Standard
23016 \begin_inset VSpace medskip
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \begin_layout Standard
23023 Hay más símbolos en 
23024 \begin_inset CommandInset ref
23025 LatexCommand ref
23026 reference "sub:Caracteres-especiales-misceláneos"
23027
23028 \end_inset
23029
23030 .
23031 \end_layout
23032
23033 \begin_layout Standard
23034 Algunos símbolos pueden presentarse en distintos tamaños, véase 
23035 \begin_inset CommandInset ref
23036 LatexCommand ref
23037 reference "sub:Tamaños-de-tipografías"
23038
23039 \end_inset
23040
23041
23042 \end_layout
23043
23044 \begin_layout Subsection
23045 El símbolo del euro, €
23046 \begin_inset Index idx
23047 status collapsed
23048
23049 \begin_layout Plain Layout
23050 Símbolos ! euro
23051 \end_layout
23052
23053 \end_inset
23054
23055
23056 \begin_inset Index idx
23057 status collapsed
23058
23059 \begin_layout Plain Layout
23060
23061 \backslash
23062 @
23063 \begin_inset ERT
23064 status collapsed
23065
23066 \begin_layout Plain Layout
23067
23068
23069 \backslash
23070 officialeuro
23071 \end_layout
23072
23073 \end_inset
23074
23075
23076 \end_layout
23077
23078 \end_inset
23079
23080
23081 \end_layout
23082
23083 \begin_layout Standard
23084 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
23085  LaTeX 
23086 \series bold
23087 eurosym
23088 \series default
23089
23090 \begin_inset Index idx
23091 status collapsed
23092
23093 \begin_layout Plain Layout
23094 Paquetes ! eurosym
23095 \end_layout
23096
23097 \end_inset
23098
23099 , y cargado en el preámbulo LaTeX con la línea
23100 \end_layout
23101
23102 \begin_layout Standard
23103
23104 \series bold
23105
23106 \backslash
23107 usepackage[gennarrow]{eurosym}
23108 \end_layout
23109
23110 \begin_layout Standard
23111 Actualmente también se puede insertar con el comando 
23112 \series bold
23113
23114 \backslash
23115 euro
23116 \series default
23117
23118 \begin_inset Index idx
23119 status collapsed
23120
23121 \begin_layout Plain Layout
23122 Comandos ! E ! 
23123 \backslash
23124 euro
23125 \end_layout
23126
23127 \end_inset
23128
23129 .
23130 \end_layout
23131
23132 \begin_layout Standard
23133 El símbolo del euro puede insertarse directamente con la tecla € en texto
23134  matemático sin tener 
23135 \series bold
23136 eurosym
23137 \series default
23138  instalado.
23139  Si 
23140 \series bold
23141 eurosym
23142 \series default
23143  está instalado, se puede insertar 
23144 \series bold
23145
23146 \backslash
23147 euro
23148 \series default
23149  en modo TeX.
23150  El símbolo oficial de la moneda se puede insertar con el comando 
23151 \series bold
23152
23153 \backslash
23154 officialeuro
23155 \series default
23156
23157 \begin_inset Index idx
23158 status collapsed
23159
23160 \begin_layout Plain Layout
23161 Comandos ! O ! 
23162 \backslash
23163 officialeuro
23164 \end_layout
23165
23166 \end_inset
23167
23168 , que sólo está disponible en modo TeX.
23169 \end_layout
23170
23171 \begin_layout Standard
23172 \begin_inset ERT
23173 status collapsed
23174
23175 \begin_layout Plain Layout
23176
23177
23178 \backslash
23179 ifeurosym
23180 \end_layout
23181
23182 \end_inset
23183
23184
23185 \begin_inset Note Note
23186 status collapsed
23187
23188 \begin_layout Plain Layout
23189 El cuadro siguiente sólo se mostrará si está instalado el paquete LaTeX
23190  
23191 \series bold
23192 eurosym
23193 \series default
23194 .
23195 \end_layout
23196
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \begin_layout Standard
23203 Un vistazo a los diferentes símbolos del euro.
23204 \end_layout
23205
23206 \begin_layout Standard
23207 \noindent
23208 \align center
23209 \begin_inset Tabular
23210 <lyxtabular version="3" rows="4" columns="3">
23211 <features tabularvalignment="middle">
23212 <column alignment="center" valignment="top" width="0">
23213 <column alignment="center" valignment="top" width="0">
23214 <column alignment="center" valignment="top" width="0">
23215 <row>
23216 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23217 \begin_inset Text
23218
23219 \begin_layout Plain Layout
23220
23221 \end_layout
23222
23223 \end_inset
23224 </cell>
23225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23226 \begin_inset Text
23227
23228 \begin_layout Plain Layout
23229 Comando
23230 \end_layout
23231
23232 \end_inset
23233 </cell>
23234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23235 \begin_inset Text
23236
23237 \begin_layout Plain Layout
23238 Símbolo
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 </row>
23244 <row>
23245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249 ecuación
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258
23259 \backslash
23260 euro
23261 \end_layout
23262
23263 \end_inset
23264 </cell>
23265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269 \begin_inset Formula $\euro$
23270 \end_inset
23271
23272
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 </row>
23278 <row>
23279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283 texto matemático
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292
23293 \end_layout
23294
23295 \end_inset
23296 </cell>
23297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301 \begin_inset Formula $\mbox{€}$
23302 \end_inset
23303
23304
23305 \end_layout
23306
23307 \end_inset
23308 </cell>
23309 </row>
23310 <row>
23311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23312 \begin_inset Text
23313
23314 \begin_layout Plain Layout
23315 modo TeX
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324
23325 \backslash
23326 officialeuro
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335 \begin_inset ERT
23336 status collapsed
23337
23338 \begin_layout Plain Layout
23339
23340
23341 \backslash
23342 officialeuro
23343 \end_layout
23344
23345 \end_inset
23346
23347
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 </row>
23353 </lyxtabular>
23354
23355 \end_inset
23356
23357
23358 \end_layout
23359
23360 \begin_layout Standard
23361 \begin_inset ERT
23362 status collapsed
23363
23364 \begin_layout Plain Layout
23365
23366
23367 \backslash
23368 else
23369 \end_layout
23370
23371 \end_inset
23372
23373
23374 \begin_inset Note Note
23375 status collapsed
23376
23377 \begin_layout Plain Layout
23378 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
23379 \series bold
23380 eurosym
23381 \series default
23382 :
23383 \end_layout
23384
23385 \end_inset
23386
23387
23388 \end_layout
23389
23390 \begin_layout Standard
23391 Para ver la salida completa de esta subsección debe estar instalado el paquete
23392  LaTeX 
23393 \series bold
23394 eurosym
23395 \series default
23396 .
23397 \end_layout
23398
23399 \begin_layout Standard
23400 \begin_inset ERT
23401 status collapsed
23402
23403 \begin_layout Plain Layout
23404
23405
23406 \backslash
23407 fi
23408 \end_layout
23409
23410 \end_inset
23411
23412
23413 \end_layout
23414
23415 \begin_layout Section
23416 Relaciones
23417 \begin_inset CommandInset label
23418 LatexCommand label
23419 name "sec:Relaciones"
23420
23421 \end_inset
23422
23423
23424 \begin_inset Index idx
23425 status collapsed
23426
23427 \begin_layout Plain Layout
23428 Relaciones
23429 \end_layout
23430
23431 \end_inset
23432
23433
23434 \begin_inset Index idx
23435 status collapsed
23436
23437 \begin_layout Plain Layout
23438 Comparaciones|see
23439 \begin_inset ERT
23440 status collapsed
23441
23442 \begin_layout Plain Layout
23443
23444 {
23445 \end_layout
23446
23447 \end_inset
23448
23449 Relaciones
23450 \begin_inset ERT
23451 status collapsed
23452
23453 \begin_layout Plain Layout
23454
23455 }
23456 \end_layout
23457
23458 \end_inset
23459
23460
23461 \end_layout
23462
23463 \end_inset
23464
23465
23466 \end_layout
23467
23468 \begin_layout Standard
23469 Todas las relaciones se pueden insertar también con el botón 
23470 \begin_inset Graphics
23471         filename ../../images/math/leq.png
23472         scale 85
23473
23474 \end_inset
23475
23476  de la barra de ecuaciones.
23477 \end_layout
23478
23479 \begin_layout Standard
23480 \begin_inset space \hfill{}
23481 \end_inset
23482
23483
23484 \begin_inset Tabular
23485 <lyxtabular version="3" rows="17" columns="2">
23486 <features tabularvalignment="middle">
23487 <column alignment="center" valignment="top" width="0pt">
23488 <column alignment="center" valignment="top" width="0pt">
23489 <row>
23490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494 Comando
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 Relación
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 </row>
23509 <row>
23510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514 <
23515 \end_layout
23516
23517 \end_inset
23518 </cell>
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523 \begin_inset Formula $<$
23524 \end_inset
23525
23526
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 </row>
23532 <row>
23533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537
23538 \backslash
23539 le
23540 \end_layout
23541
23542 \end_inset
23543 </cell>
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548 \begin_inset Formula $\le$
23549 \end_inset
23550
23551
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 </row>
23557 <row>
23558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562
23563 \backslash
23564 ll
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573 \begin_inset Formula $\ll$
23574 \end_inset
23575
23576
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 </row>
23582 <row>
23583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587
23588 \backslash
23589 prec
23590 \end_layout
23591
23592 \end_inset
23593 </cell>
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598 \begin_inset Formula $\prec$
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 </row>
23607 <row>
23608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612
23613 \backslash
23614 preceq
23615 \end_layout
23616
23617 \end_inset
23618 </cell>
23619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623 \begin_inset Formula $\preceq$
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 </row>
23632 <row>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637
23638 \backslash
23639 subset
23640 \end_layout
23641
23642 \end_inset
23643 </cell>
23644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648 \begin_inset Formula $\subset$
23649 \end_inset
23650
23651
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 </row>
23657 <row>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662
23663 \backslash
23664 subseteq
23665 \end_layout
23666
23667 \end_inset
23668 </cell>
23669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673 \begin_inset Formula $\subseteq$
23674 \end_inset
23675
23676
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 </row>
23682 <row>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687
23688 \backslash
23689 sqsubseteq
23690 \end_layout
23691
23692 \end_inset
23693 </cell>
23694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698 \begin_inset Formula $\sqsubseteq$
23699 \end_inset
23700
23701
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 </row>
23707 <row>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712
23713 \backslash
23714 in
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723 \begin_inset Formula $\in$
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 </row>
23732 <row>
23733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737
23738 \backslash
23739 vdash
23740 \end_layout
23741
23742 \end_inset
23743 </cell>
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748 \begin_inset Formula $\vdash$
23749 \end_inset
23750
23751
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 </row>
23757 <row>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762
23763 \backslash
23764 smile
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773 \begin_inset Formula $\smile$
23774 \end_inset
23775
23776
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 </row>
23782 <row>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787
23788 \backslash
23789 lhd
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798 \begin_inset Formula $\lhd$
23799 \end_inset
23800
23801
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 </row>
23807 <row>
23808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812
23813 \backslash
23814 unlhd
23815 \end_layout
23816
23817 \end_inset
23818 </cell>
23819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823 \begin_inset Formula $\unlhd$
23824 \end_inset
23825
23826
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 </row>
23832 <row>
23833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837
23838 \backslash
23839 gtrless
23840 \end_layout
23841
23842 \end_inset
23843 </cell>
23844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848 \begin_inset Formula $\gtrless$
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 </row>
23857 <row>
23858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862
23863 \backslash
23864 mid
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873 \begin_inset Formula $\mid$
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 </row>
23882 <row>
23883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887
23888 \backslash
23889 nmid
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898 \begin_inset Formula $\nmid$
23899 \end_inset
23900
23901
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 </row>
23907 </lyxtabular>
23908
23909 \end_inset
23910
23911
23912 \begin_inset space \hfill{}
23913 \end_inset
23914
23915
23916 \begin_inset Tabular
23917 <lyxtabular version="3" rows="17" columns="2">
23918 <features tabularvalignment="middle">
23919 <column alignment="center" valignment="top" width="0pt">
23920 <column alignment="center" valignment="top" width="0pt">
23921 <row>
23922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926 Comando
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935 Relación
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 </row>
23941 <row>
23942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946 =
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 \begin_inset Formula $=$
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 </row>
23964 <row>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969
23970 \backslash
23971 not=
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980 \begin_inset Formula $\not=$
23981 \end_inset
23982
23983
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 </row>
23989 <row>
23990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994
23995 \backslash
23996 equiv
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005 \begin_inset Formula $\equiv$
24006 \end_inset
24007
24008
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 </row>
24014 <row>
24015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019
24020 \backslash
24021 sim
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030 \begin_inset Formula $\sim$
24031 \end_inset
24032
24033
24034 \end_layout
24035
24036 \end_inset
24037 </cell>
24038 </row>
24039 <row>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044
24045 \backslash
24046 simeq
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055 \begin_inset Formula $\simeq$
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 </row>
24064 <row>
24065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069
24070 \backslash
24071 approx
24072 \end_layout
24073
24074 \end_inset
24075 </cell>
24076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080 \begin_inset Formula $\approx$
24081 \end_inset
24082
24083
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 </row>
24089 <row>
24090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094
24095 \backslash
24096 cong
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 \begin_inset Formula $\cong$
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 </row>
24114 <row>
24115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119
24120 \backslash
24121 bowtie
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130 \begin_inset Formula $\bowtie$
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 </row>
24139 <row>
24140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144
24145 \backslash
24146 notin
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155 \begin_inset Formula $\notin$
24156 \end_inset
24157
24158
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 </row>
24164 <row>
24165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169
24170 \backslash
24171 perp
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180 \begin_inset Formula $\perp$
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 </row>
24189 <row>
24190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194
24195 \backslash
24196 propto
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205 \begin_inset Formula $\propto$
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 </row>
24214 <row>
24215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219
24220 \backslash
24221 asymp
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230 \begin_inset Formula $\asymp$
24231 \end_inset
24232
24233
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 </row>
24239 <row>
24240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244
24245 \backslash
24246 doteq
24247 \end_layout
24248
24249 \end_inset
24250 </cell>
24251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255 \begin_inset Formula $\doteq$
24256 \end_inset
24257
24258
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 </row>
24264 <row>
24265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269
24270 \backslash
24271 circeq
24272 \end_layout
24273
24274 \end_inset
24275 </cell>
24276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280 \begin_inset Formula $\circeq$
24281 \end_inset
24282
24283
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 </row>
24289 <row>
24290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294
24295 \backslash
24296 models
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305 \begin_inset Formula $\models$
24306 \end_inset
24307
24308
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 </row>
24314 <row>
24315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319
24320 \backslash
24321 widehat=
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330 \begin_inset Formula $\widehat{=}$
24331 \end_inset
24332
24333
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 </row>
24339 </lyxtabular>
24340
24341 \end_inset
24342
24343
24344 \begin_inset space \hfill{}
24345 \end_inset
24346
24347
24348 \begin_inset Tabular
24349 <lyxtabular version="3" rows="17" columns="2">
24350 <features tabularvalignment="middle">
24351 <column alignment="center" valignment="top" width="0pt">
24352 <column alignment="center" valignment="top" width="0pt">
24353 <row>
24354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24355 \begin_inset Text
24356
24357 \begin_layout Plain Layout
24358 Comando
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367 Relación
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 </row>
24373 <row>
24374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378 >
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 \begin_inset Formula $>$
24388 \end_inset
24389
24390
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 </row>
24396 <row>
24397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401
24402 \backslash
24403 ge
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412 \begin_inset Formula $\ge$
24413 \end_inset
24414
24415
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 </row>
24421 <row>
24422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24423 \begin_inset Text
24424
24425 \begin_layout Plain Layout
24426
24427 \backslash
24428 gg
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437 \begin_inset Formula $\gg$
24438 \end_inset
24439
24440
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 </row>
24446 <row>
24447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451
24452 \backslash
24453 succ
24454 \end_layout
24455
24456 \end_inset
24457 </cell>
24458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Plain Layout
24462 \begin_inset Formula $\succ$
24463 \end_inset
24464
24465
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 </row>
24471 <row>
24472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24473 \begin_inset Text
24474
24475 \begin_layout Plain Layout
24476
24477 \backslash
24478 succeq
24479 \end_layout
24480
24481 \end_inset
24482 </cell>
24483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487 \begin_inset Formula $\succeq$
24488 \end_inset
24489
24490
24491 \end_layout
24492
24493 \end_inset
24494 </cell>
24495 </row>
24496 <row>
24497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501
24502 \backslash
24503 supset
24504 \end_layout
24505
24506 \end_inset
24507 </cell>
24508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512 \begin_inset Formula $\supset$
24513 \end_inset
24514
24515
24516 \end_layout
24517
24518 \end_inset
24519 </cell>
24520 </row>
24521 <row>
24522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24523 \begin_inset Text
24524
24525 \begin_layout Plain Layout
24526
24527 \backslash
24528 supseteq
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24534 \begin_inset Text
24535
24536 \begin_layout Plain Layout
24537 \begin_inset Formula $\supseteq$
24538 \end_inset
24539
24540
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 </row>
24546 <row>
24547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24548 \begin_inset Text
24549
24550 \begin_layout Plain Layout
24551
24552 \backslash
24553 sqsupseteq
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562 \begin_inset Formula $\sqsupseteq$
24563 \end_inset
24564
24565
24566 \end_layout
24567
24568 \end_inset
24569 </cell>
24570 </row>
24571 <row>
24572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24573 \begin_inset Text
24574
24575 \begin_layout Plain Layout
24576
24577 \backslash
24578 ni
24579 \end_layout
24580
24581 \end_inset
24582 </cell>
24583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24584 \begin_inset Text
24585
24586 \begin_layout Plain Layout
24587 \begin_inset Formula $\ni$
24588 \end_inset
24589
24590
24591 \end_layout
24592
24593 \end_inset
24594 </cell>
24595 </row>
24596 <row>
24597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24598 \begin_inset Text
24599
24600 \begin_layout Plain Layout
24601
24602 \backslash
24603 dashv
24604 \end_layout
24605
24606 \end_inset
24607 </cell>
24608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24609 \begin_inset Text
24610
24611 \begin_layout Plain Layout
24612 \begin_inset Formula $\dashv$
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 </row>
24621 <row>
24622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24623 \begin_inset Text
24624
24625 \begin_layout Plain Layout
24626
24627 \backslash
24628 frown
24629 \end_layout
24630
24631 \end_inset
24632 </cell>
24633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24634 \begin_inset Text
24635
24636 \begin_layout Plain Layout
24637 \begin_inset Formula $\frown$
24638 \end_inset
24639
24640
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 </row>
24646 <row>
24647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651
24652 \backslash
24653 rhd
24654 \end_layout
24655
24656 \end_inset
24657 </cell>
24658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24659 \begin_inset Text
24660
24661 \begin_layout Plain Layout
24662 \begin_inset Formula $\rhd$
24663 \end_inset
24664
24665
24666 \end_layout
24667
24668 \end_inset
24669 </cell>
24670 </row>
24671 <row>
24672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676
24677 \backslash
24678 unrhd
24679 \end_layout
24680
24681 \end_inset
24682 </cell>
24683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687 \begin_inset Formula $\unrhd$
24688 \end_inset
24689
24690
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 </row>
24696 <row>
24697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24698 \begin_inset Text
24699
24700 \begin_layout Plain Layout
24701
24702 \backslash
24703 lessgtr
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712 \begin_inset Formula $\lessgtr$
24713 \end_inset
24714
24715
24716 \end_layout
24717
24718 \end_inset
24719 </cell>
24720 </row>
24721 <row>
24722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24723 \begin_inset Text
24724
24725 \begin_layout Plain Layout
24726
24727 \backslash
24728 parallel
24729 \end_layout
24730
24731 \end_inset
24732 </cell>
24733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24734 \begin_inset Text
24735
24736 \begin_layout Plain Layout
24737 \begin_inset Formula $\parallel$
24738 \end_inset
24739
24740
24741 \end_layout
24742
24743 \end_inset
24744 </cell>
24745 </row>
24746 <row>
24747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751
24752 \backslash
24753 nparallel
24754 \end_layout
24755
24756 \end_inset
24757 </cell>
24758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24759 \begin_inset Text
24760
24761 \begin_layout Plain Layout
24762 \begin_inset Formula $\nparallel$
24763 \end_inset
24764
24765
24766 \end_layout
24767
24768 \end_inset
24769 </cell>
24770 </row>
24771 </lyxtabular>
24772
24773 \end_inset
24774
24775
24776 \begin_inset space \hfill{}
24777 \end_inset
24778
24779
24780 \end_layout
24781
24782 \begin_layout Standard
24783 \begin_inset VSpace medskip
24784 \end_inset
24785
24786
24787 \end_layout
24788
24789 \begin_layout Standard
24790 Los caracteres 
24791 \series bold
24792
24793 \backslash
24794 lhd
24795 \series default
24796  y 
24797 \series bold
24798
24799 \backslash
24800 rhd
24801 \series default
24802  son mayores que los operadores de aspecto similar 
24803 \series bold
24804
24805 \backslash
24806 triangleleft
24807 \series default
24808  y 
24809 \series bold
24810
24811 \backslash
24812 triangleright
24813 \series default
24814 , respectivamente.
24815 \end_layout
24816
24817 \begin_layout Standard
24818 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24819 \end_layout
24820
24821 \begin_layout Standard
24822 Se pueden componer relaciones con etiquetas con el comando 
24823 \series bold
24824
24825 \backslash
24826 stackrel
24827 \series default
24828
24829 \begin_inset Index idx
24830 status collapsed
24831
24832 \begin_layout Plain Layout
24833 Comandos ! S ! 
24834 \backslash
24835 stackrel
24836 \end_layout
24837
24838 \end_inset
24839
24840 :
24841 \end_layout
24842
24843 \begin_layout Standard
24844 \align center
24845 \begin_inset Tabular
24846 <lyxtabular version="3" rows="2" columns="2">
24847 <features tabularvalignment="middle">
24848 <column alignment="center" valignment="top" width="0">
24849 <column alignment="center" valignment="top" width="0">
24850 <row>
24851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24852 \begin_inset Text
24853
24854 \begin_layout Plain Layout
24855 Comando
24856 \end_layout
24857
24858 \end_inset
24859 </cell>
24860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24861 \begin_inset Text
24862
24863 \begin_layout Plain Layout
24864 Resultado
24865 \begin_inset Note Note
24866 status collapsed
24867
24868 \begin_layout Plain Layout
24869
24870 \series bold
24871
24872 \backslash
24873 raisebox
24874 \series default
24875  se usa sólo como espaciador
24876 \end_layout
24877
24878 \end_inset
24879
24880
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 </row>
24886 <row>
24887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891 A(r)
24892 \backslash
24893 stackrel
24894 \begin_inset ERT
24895 status collapsed
24896
24897 \begin_layout Plain Layout
24898
24899
24900 \backslash
24901 spce 
24902 \end_layout
24903
24904 \end_inset
24905
24906 r
24907 \backslash
24908 to
24909 \backslash
24910 infty
24911 \begin_inset ERT
24912 status collapsed
24913
24914 \begin_layout Plain Layout
24915
24916
24917 \backslash
24918 spce 
24919 \end_layout
24920
24921 \end_inset
24922
24923
24924 \begin_inset Formula $\downarrow$
24925 \end_inset
24926
24927
24928 \backslash
24929 approx
24930 \begin_inset ERT
24931 status collapsed
24932
24933 \begin_layout Plain Layout
24934
24935
24936 \backslash
24937 spce 
24938 \end_layout
24939
24940 \end_inset
24941
24942
24943 \begin_inset ERT
24944 status collapsed
24945
24946 \begin_layout Plain Layout
24947
24948
24949 \backslash
24950 spce 
24951 \end_layout
24952
24953 \end_inset
24954
24955 B
24956 \end_layout
24957
24958 \end_inset
24959 </cell>
24960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24965 \end_inset
24966
24967
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 </row>
24973 </lyxtabular>
24974
24975 \end_inset
24976
24977
24978 \end_layout
24979
24980 \begin_layout Section
24981 Funciones
24982 \end_layout
24983
24984 \begin_layout Subsection
24985 Funciones predefinidas
24986 \begin_inset CommandInset label
24987 LatexCommand label
24988 name "sub:Funciones-predefinidas"
24989
24990 \end_inset
24991
24992
24993 \begin_inset Index idx
24994 status collapsed
24995
24996 \begin_layout Plain Layout
24997 Funciones ! predefinidas
24998 \end_layout
24999
25000 \end_inset
25001
25002
25003 \begin_inset Index idx
25004 status collapsed
25005
25006 \begin_layout Plain Layout
25007 Funciones ! en español
25008 \end_layout
25009
25010 \end_inset
25011
25012
25013 \end_layout
25014
25015 \begin_layout Standard
25016 En general las variables se escriben en 
25017 \emph on
25018 cursiva
25019 \emph default
25020  en expresiones matemáticas, pero no los nombres de las funciones, porque
25021  
25022 \begin_inset Formula $sen$
25023 \end_inset
25024
25025  podría confundirse con 
25026 \begin_inset Formula $s\cdot e\cdot n$
25027 \end_inset
25028
25029 .
25030  Por eso hay funciones predefinidas, que además se separan un poco del factor
25031  precedente.
25032  Se insertan como comandos con una barra inversa delante de su nombre.
25033 \end_layout
25034
25035 \begin_layout Standard
25036 \align center
25037 \begin_inset Tabular
25038 <lyxtabular version="3" rows="2" columns="4">
25039 <features tabularvalignment="middle">
25040 <column alignment="center" valignment="top" width="0pt">
25041 <column alignment="center" valignment="top" width="0pt">
25042 <column alignment="center" valignment="top" width="0pt">
25043 <column alignment="center" valignment="top" width="0pt">
25044 <row>
25045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049 Comando
25050 \end_layout
25051
25052 \end_inset
25053 </cell>
25054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058 Resultado
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067 Comando
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076 Resultado
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 </row>
25082 <row>
25083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25084 \begin_inset Text
25085
25086 \begin_layout Plain Layout
25087 Asen(x)+B
25088 \end_layout
25089
25090 \end_inset
25091 </cell>
25092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25093 \begin_inset Text
25094
25095 \begin_layout Plain Layout
25096 \begin_inset Formula $Asen(x)+B$
25097 \end_inset
25098
25099
25100 \end_layout
25101
25102 \end_inset
25103 </cell>
25104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108 A
25109 \backslash
25110 sen(x)+B
25111 \end_layout
25112
25113 \end_inset
25114 </cell>
25115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25116 \begin_inset Text
25117
25118 \begin_layout Plain Layout
25119 \begin_inset Formula $A\sen(x)+B$
25120 \end_inset
25121
25122
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 </row>
25128 </lyxtabular>
25129
25130 \end_inset
25131
25132
25133 \end_layout
25134
25135 \begin_layout Standard
25136 Las funciones siguientes están predefinidas:
25137 \begin_inset Foot
25138 status collapsed
25139
25140 \begin_layout Plain Layout
25141 Se han añadido los comandos equivalentes proporcionados por el estilo 
25142 \series bold
25143 spanish
25144 \series default
25145  de 
25146 \series bold
25147 babel
25148 \series default
25149 .
25150  (Estos no están disponibles en el panel de funciones).
25151  Además, en su caso, las funciones serán acentuadas automáticamente en la
25152  salida, p.
25153 \begin_inset space \thinspace{}
25154 \end_inset
25155
25156 e.
25157  
25158 \begin_inset Quotes fld
25159 \end_inset
25160
25161 lím
25162 \begin_inset Quotes frd
25163 \end_inset
25164
25165  o 
25166 \begin_inset Quotes fld
25167 \end_inset
25168
25169 máx
25170 \begin_inset Quotes frd
25171 \end_inset
25172
25173 .
25174  Más información en 
25175 \begin_inset CommandInset citation
25176 LatexCommand cite
25177 key "spanish"
25178
25179 \end_inset
25180
25181 .
25182  (
25183 \emph on
25184 N.
25185 \begin_inset space \thinspace{}
25186 \end_inset
25187
25188 del t.
25189 \emph default
25190 )
25191 \end_layout
25192
25193 \end_inset
25194
25195
25196 \end_layout
25197
25198 \begin_layout Standard
25199 \begin_inset VSpace -2mm
25200 \end_inset
25201
25202
25203 \end_layout
25204
25205 \begin_layout Standard
25206 \align center
25207 \begin_inset Tabular
25208 <lyxtabular version="3" rows="9" columns="7">
25209 <features tabularvalignment="middle">
25210 <column alignment="center" valignment="top" width="0pt">
25211 <column alignment="center" valignment="top" width="0pt">
25212 <column alignment="center" valignment="top" width="0pt">
25213 <column alignment="center" valignment="top" width="0pt">
25214 <column alignment="center" valignment="top" width="0pt">
25215 <column alignment="center" valignment="top" width="0pt">
25216 <column alignment="center" valignment="top" width="0pt">
25217 <row>
25218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25219 \begin_inset Text
25220
25221 \begin_layout Plain Layout
25222 Comando
25223 \end_layout
25224
25225 \end_inset
25226 </cell>
25227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25228 \begin_inset Text
25229
25230 \begin_layout Plain Layout
25231 español
25232 \end_layout
25233
25234 \end_inset
25235 </cell>
25236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Plain Layout
25240 Comando
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Plain Layout
25249 español
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258 Comando
25259 \end_layout
25260
25261 \end_inset
25262 </cell>
25263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25264 \begin_inset Text
25265
25266 \begin_layout Plain Layout
25267 español
25268 \end_layout
25269
25270 \end_inset
25271 </cell>
25272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25273 \begin_inset Text
25274
25275 \begin_layout Plain Layout
25276 Comando
25277 \end_layout
25278
25279 \end_inset
25280 </cell>
25281 </row>
25282 <row>
25283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287
25288 \backslash
25289 sin
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Plain Layout
25298
25299 \backslash
25300 sen
25301 \end_layout
25302
25303 \end_inset
25304 </cell>
25305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25306 \begin_inset Text
25307
25308 \begin_layout Plain Layout
25309
25310 \backslash
25311 sinh
25312 \end_layout
25313
25314 \end_inset
25315 </cell>
25316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25317 \begin_inset Text
25318
25319 \begin_layout Plain Layout
25320
25321 \backslash
25322 senh
25323 \end_layout
25324
25325 \end_inset
25326 </cell>
25327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25328 \begin_inset Text
25329
25330 \begin_layout Plain Layout
25331
25332 \backslash
25333 arcsin
25334 \end_layout
25335
25336 \end_inset
25337 </cell>
25338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25339 \begin_inset Text
25340
25341 \begin_layout Plain Layout
25342
25343 \backslash
25344 arcsen
25345 \end_layout
25346
25347 \end_inset
25348 </cell>
25349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25350 \begin_inset Text
25351
25352 \begin_layout Plain Layout
25353
25354 \backslash
25355 sup
25356 \end_layout
25357
25358 \end_inset
25359 </cell>
25360 </row>
25361 <row>
25362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Plain Layout
25366
25367 \backslash
25368 cos
25369 \end_layout
25370
25371 \end_inset
25372 </cell>
25373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25374 \begin_inset Text
25375
25376 \begin_layout Plain Layout
25377
25378 \end_layout
25379
25380 \end_inset
25381 </cell>
25382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25383 \begin_inset Text
25384
25385 \begin_layout Plain Layout
25386
25387 \backslash
25388 cosh
25389 \end_layout
25390
25391 \end_inset
25392 </cell>
25393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25394 \begin_inset Text
25395
25396 \begin_layout Plain Layout
25397
25398 \end_layout
25399
25400 \end_inset
25401 </cell>
25402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25403 \begin_inset Text
25404
25405 \begin_layout Plain Layout
25406
25407 \backslash
25408 arccos
25409 \end_layout
25410
25411 \end_inset
25412 </cell>
25413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25414 \begin_inset Text
25415
25416 \begin_layout Plain Layout
25417
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25423 \begin_inset Text
25424
25425 \begin_layout Plain Layout
25426
25427 \backslash
25428 inf
25429 \end_layout
25430
25431 \end_inset
25432 </cell>
25433 </row>
25434 <row>
25435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439
25440 \backslash
25441 tan
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25447 \begin_inset Text
25448
25449 \begin_layout Plain Layout
25450
25451 \backslash
25452 tg
25453 \end_layout
25454
25455 \end_inset
25456 </cell>
25457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25458 \begin_inset Text
25459
25460 \begin_layout Plain Layout
25461
25462 \backslash
25463 tanh
25464 \end_layout
25465
25466 \end_inset
25467 </cell>
25468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25469 \begin_inset Text
25470
25471 \begin_layout Plain Layout
25472
25473 \backslash
25474 tgh
25475 \end_layout
25476
25477 \end_inset
25478 </cell>
25479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Plain Layout
25483
25484 \backslash
25485 arctan
25486 \end_layout
25487
25488 \end_inset
25489 </cell>
25490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Plain Layout
25494
25495 \backslash
25496 arctg
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505
25506 \backslash
25507 lim
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 </row>
25513 <row>
25514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25515 \begin_inset Text
25516
25517 \begin_layout Plain Layout
25518
25519 \backslash
25520 cot
25521 \end_layout
25522
25523 \end_inset
25524 </cell>
25525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Plain Layout
25529
25530 \backslash
25531 cotg
25532 \end_layout
25533
25534 \end_inset
25535 </cell>
25536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25537 \begin_inset Text
25538
25539 \begin_layout Plain Layout
25540
25541 \backslash
25542 coth
25543 \end_layout
25544
25545 \end_inset
25546 </cell>
25547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25548 \begin_inset Text
25549
25550 \begin_layout Plain Layout
25551
25552 \end_layout
25553
25554 \end_inset
25555 </cell>
25556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25557 \begin_inset Text
25558
25559 \begin_layout Plain Layout
25560
25561 \backslash
25562 arg
25563 \end_layout
25564
25565 \end_inset
25566 </cell>
25567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25568 \begin_inset Text
25569
25570 \begin_layout Plain Layout
25571
25572 \end_layout
25573
25574 \end_inset
25575 </cell>
25576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580
25581 \backslash
25582 liminf
25583 \end_layout
25584
25585 \end_inset
25586 </cell>
25587 </row>
25588 <row>
25589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25590 \begin_inset Text
25591
25592 \begin_layout Plain Layout
25593
25594 \backslash
25595 sec
25596 \end_layout
25597
25598 \end_inset
25599 </cell>
25600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25601 \begin_inset Text
25602
25603 \begin_layout Plain Layout
25604
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613
25614 \backslash
25615 min
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Plain Layout
25624
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633
25634 \backslash
25635 deg
25636 \end_layout
25637
25638 \end_inset
25639 </cell>
25640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25641 \begin_inset Text
25642
25643 \begin_layout Plain Layout
25644
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25650 \begin_inset Text
25651
25652 \begin_layout Plain Layout
25653
25654 \backslash
25655 limsup
25656 \end_layout
25657
25658 \end_inset
25659 </cell>
25660 </row>
25661 <row>
25662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25663 \begin_inset Text
25664
25665 \begin_layout Plain Layout
25666
25667 \backslash
25668 csc
25669 \end_layout
25670
25671 \end_inset
25672 </cell>
25673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25674 \begin_inset Text
25675
25676 \begin_layout Plain Layout
25677
25678 \backslash
25679 cosec
25680 \end_layout
25681
25682 \end_inset
25683 </cell>
25684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25685 \begin_inset Text
25686
25687 \begin_layout Plain Layout
25688
25689 \backslash
25690 max
25691 \end_layout
25692
25693 \end_inset
25694 </cell>
25695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699
25700 \end_layout
25701
25702 \end_inset
25703 </cell>
25704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25705 \begin_inset Text
25706
25707 \begin_layout Plain Layout
25708
25709 \backslash
25710 det
25711 \end_layout
25712
25713 \end_inset
25714 </cell>
25715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25716 \begin_inset Text
25717
25718 \begin_layout Plain Layout
25719
25720 \end_layout
25721
25722 \end_inset
25723 </cell>
25724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25725 \begin_inset Text
25726
25727 \begin_layout Plain Layout
25728
25729 \backslash
25730 Pr
25731 \end_layout
25732
25733 \end_inset
25734 </cell>
25735 </row>
25736 <row>
25737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25738 \begin_inset Text
25739
25740 \begin_layout Plain Layout
25741
25742 \backslash
25743 ln
25744 \end_layout
25745
25746 \end_inset
25747 </cell>
25748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25749 \begin_inset Text
25750
25751 \begin_layout Plain Layout
25752
25753 \end_layout
25754
25755 \end_inset
25756 </cell>
25757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25758 \begin_inset Text
25759
25760 \begin_layout Plain Layout
25761
25762 \backslash
25763 exp
25764 \end_layout
25765
25766 \end_inset
25767 </cell>
25768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25769 \begin_inset Text
25770
25771 \begin_layout Plain Layout
25772
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781
25782 \backslash
25783 dim
25784 \end_layout
25785
25786 \end_inset
25787 </cell>
25788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25789 \begin_inset Text
25790
25791 \begin_layout Plain Layout
25792
25793 \end_layout
25794
25795 \end_inset
25796 </cell>
25797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25798 \begin_inset Text
25799
25800 \begin_layout Plain Layout
25801
25802 \backslash
25803 hom
25804 \end_layout
25805
25806 \end_inset
25807 </cell>
25808 </row>
25809 <row>
25810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25811 \begin_inset Text
25812
25813 \begin_layout Plain Layout
25814
25815 \backslash
25816 lg
25817 \end_layout
25818
25819 \end_inset
25820 </cell>
25821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25822 \begin_inset Text
25823
25824 \begin_layout Plain Layout
25825
25826 \end_layout
25827
25828 \end_inset
25829 </cell>
25830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Plain Layout
25834
25835 \backslash
25836 log
25837 \end_layout
25838
25839 \end_inset
25840 </cell>
25841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Plain Layout
25845
25846 \end_layout
25847
25848 \end_inset
25849 </cell>
25850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25851 \begin_inset Text
25852
25853 \begin_layout Plain Layout
25854
25855 \backslash
25856 ker
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25862 \begin_inset Text
25863
25864 \begin_layout Plain Layout
25865
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25871 \begin_inset Text
25872
25873 \begin_layout Plain Layout
25874
25875 \backslash
25876 gcd
25877 \end_layout
25878
25879 \end_inset
25880 </cell>
25881 </row>
25882 </lyxtabular>
25883
25884 \end_inset
25885
25886
25887 \end_layout
25888
25889 \begin_layout Standard
25890 También se pueden insertar con el botón 
25891 \begin_inset Graphics
25892         filename ../../images/math/functions.png
25893         scale 85
25894
25895 \end_inset
25896
25897  de la barra de ecuaciones.
25898 \end_layout
25899
25900 \begin_layout Subsection
25901 Funciones definidas por el usuario
25902 \begin_inset Index idx
25903 status collapsed
25904
25905 \begin_layout Plain Layout
25906 Funciones ! personalizadas
25907 \end_layout
25908
25909 \end_inset
25910
25911
25912 \end_layout
25913
25914 \begin_layout Standard
25915 Para usar una función no predefinida, como por ejemplo la función signo,
25916  sgn(x), hay dos posibilidades:
25917 \end_layout
25918
25919 \begin_layout Itemize
25920 Define la función añadiendo al preámbulo LaTeX la línea
25921 \begin_inset Foot
25922 status collapsed
25923
25924 \begin_layout Plain Layout
25925 Más sobre 
25926 \series bold
25927
25928 \backslash
25929 DeclareMathOperator
25930 \series default
25931  en 
25932 \begin_inset CommandInset ref
25933 LatexCommand ref
25934 reference "sub:Operadores-de-usuario"
25935
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \end_inset
25942
25943
25944 \begin_inset Newline newline
25945 \end_inset
25946
25947
25948 \begin_inset VSpace -3mm
25949 \end_inset
25950
25951
25952 \begin_inset Newline newline
25953 \end_inset
25954
25955
25956 \series bold
25957
25958 \backslash
25959 DeclareMathOperator{
25960 \backslash
25961 sgn}{sgn}
25962 \series default
25963
25964 \begin_inset Index idx
25965 status collapsed
25966
25967 \begin_layout Plain Layout
25968 Comandos ! D ! 
25969 \backslash
25970 dbinom@
25971 \backslash
25972 DeclareMathOperator
25973 \end_layout
25974
25975 \end_inset
25976
25977
25978 \begin_inset Newline newline
25979 \end_inset
25980
25981
25982 \begin_inset VSpace -2mm
25983 \end_inset
25984
25985
25986 \begin_inset Newline newline
25987 \end_inset
25988
25989 Ahora la función recién definida se puede obtener con el comando 
25990 \series bold
25991
25992 \backslash
25993 sgn
25994 \series default
25995 .
25996 \end_layout
25997
25998 \begin_layout Itemize
25999 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
26000  en nuestro ejemplo las letras 
26001 \emph on
26002 sgn
26003 \emph default
26004 , y cámbialo a texto matemático.
26005  Entre el factor precedente y la función se inserta un espacio.
26006 \end_layout
26007
26008 \begin_layout Standard
26009 El resultado con ambos métodos es el mismo que con una función predefinida:
26010 \begin_inset Foot
26011 status collapsed
26012
26013 \begin_layout Plain Layout
26014 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
26015  negro.
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Standard
26024 \align center
26025 \begin_inset Tabular
26026 <lyxtabular version="3" rows="3" columns="2">
26027 <features tabularvalignment="middle">
26028 <column alignment="center" valignment="top" width="0pt">
26029 <column alignment="center" valignment="top" width="0pt">
26030 <row>
26031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26032 \begin_inset Text
26033
26034 \begin_layout Plain Layout
26035 Comando
26036 \end_layout
26037
26038 \end_inset
26039 </cell>
26040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26041 \begin_inset Text
26042
26043 \begin_layout Plain Layout
26044 Resultado
26045 \end_layout
26046
26047 \end_inset
26048 </cell>
26049 </row>
26050 <row>
26051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26052 \begin_inset Text
26053
26054 \begin_layout Plain Layout
26055 A
26056 \backslash
26057 sgn(x)+B
26058 \end_layout
26059
26060 \end_inset
26061 </cell>
26062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26063 \begin_inset Text
26064
26065 \begin_layout Plain Layout
26066 \begin_inset Formula $A\sgn(x)+B$
26067 \end_inset
26068
26069
26070 \end_layout
26071
26072 \end_inset
26073 </cell>
26074 </row>
26075 <row>
26076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26077 \begin_inset Text
26078
26079 \begin_layout Plain Layout
26080 A
26081 \backslash
26082 ,
26083 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
26084 \end_inset
26085
26086 (x)+B
26087 \end_layout
26088
26089 \end_inset
26090 </cell>
26091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26092 \begin_inset Text
26093
26094 \begin_layout Plain Layout
26095 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
26096 \end_inset
26097
26098
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 </row>
26104 </lyxtabular>
26105
26106 \end_inset
26107
26108
26109 \end_layout
26110
26111 \begin_layout Standard
26112 El primer método es preferible si la función se va a usar varias veces.
26113 \end_layout
26114
26115 \begin_layout Subsection
26116 Límites
26117 \begin_inset Index idx
26118 status collapsed
26119
26120 \begin_layout Plain Layout
26121 Limites@Límites
26122 \end_layout
26123
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \begin_layout Standard
26130 Para límites, además de 
26131 \series bold
26132
26133 \backslash
26134 lim
26135 \series default
26136
26137 \begin_inset Index idx
26138 status collapsed
26139
26140 \begin_layout Plain Layout
26141 Comandos ! L ! 
26142 \backslash
26143 lim
26144 \end_layout
26145
26146 \end_inset
26147
26148
26149 \series bold
26150
26151 \backslash
26152 liminf
26153 \series default
26154  y 
26155 \series bold
26156
26157 \backslash
26158 limsup
26159 \series default
26160  están definidas las siguientes funciones:
26161 \series bold
26162  
26163 \end_layout
26164
26165 \begin_layout Standard
26166 \noindent
26167 \align center
26168 \begin_inset Tabular
26169 <lyxtabular version="3" rows="5" columns="2">
26170 <features tabularvalignment="middle">
26171 <column alignment="center" valignment="top" width="0">
26172 <column alignment="center" valignment="top" width="0">
26173 <row>
26174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Plain Layout
26178 Comando
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187 Resultado
26188 \begin_inset Note Note
26189 status collapsed
26190
26191 \begin_layout Plain Layout
26192
26193 \series bold
26194
26195 \backslash
26196 raisebox
26197 \series default
26198  se usa sólo como espaciador
26199 \end_layout
26200
26201 \end_inset
26202
26203
26204 \end_layout
26205
26206 \end_inset
26207 </cell>
26208 </row>
26209 <row>
26210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26211 \begin_inset Text
26212
26213 \begin_layout Plain Layout
26214
26215 \backslash
26216 varliminf
26217 \end_layout
26218
26219 \end_inset
26220 </cell>
26221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26222 \begin_inset Text
26223
26224 \begin_layout Plain Layout
26225 \begin_inset Formula $\varliminf$
26226 \end_inset
26227
26228
26229 \end_layout
26230
26231 \end_inset
26232 </cell>
26233 </row>
26234 <row>
26235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26236 \begin_inset Text
26237
26238 \begin_layout Plain Layout
26239
26240 \backslash
26241 varlimsup
26242 \end_layout
26243
26244 \end_inset
26245 </cell>
26246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26247 \begin_inset Text
26248
26249 \begin_layout Plain Layout
26250 \begin_inset Formula $\varlimsup$
26251 \end_inset
26252
26253
26254 \end_layout
26255
26256 \end_inset
26257 </cell>
26258 </row>
26259 <row>
26260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26261 \begin_inset Text
26262
26263 \begin_layout Plain Layout
26264
26265 \backslash
26266 varprojlim
26267 \end_layout
26268
26269 \end_inset
26270 </cell>
26271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26272 \begin_inset Text
26273
26274 \begin_layout Plain Layout
26275 \begin_inset Formula $\varprojlim$
26276 \end_inset
26277
26278
26279 \end_layout
26280
26281 \end_inset
26282 </cell>
26283 </row>
26284 <row>
26285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26286 \begin_inset Text
26287
26288 \begin_layout Plain Layout
26289
26290 \backslash
26291 varinjlim
26292 \end_layout
26293
26294 \end_inset
26295 </cell>
26296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26297 \begin_inset Text
26298
26299 \begin_layout Plain Layout
26300 \begin_inset Formula $\varinjlim$
26301 \end_inset
26302
26303
26304 \begin_inset Formula $\raisebox{-2.5mm}{}$
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \end_inset
26311 </cell>
26312 </row>
26313 </lyxtabular>
26314
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \begin_layout Standard
26321 \begin_inset VSpace medskip
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \begin_layout Standard
26328 El límite se crea insertando un subíndice.
26329  Se imprime a la derecha junto a la función en una fórmula en línea:
26330 \end_layout
26331
26332 \begin_layout Standard
26333 \noindent
26334 \align center
26335 \begin_inset Tabular
26336 <lyxtabular version="3" rows="2" columns="2">
26337 <features tabularvalignment="middle">
26338 <column alignment="center" valignment="top" width="0pt">
26339 <column alignment="center" valignment="top" width="0pt">
26340 <row>
26341 <cell alignment="center" valignment="top" usebox="none">
26342 \begin_inset Text
26343
26344 \begin_layout Plain Layout
26345 Comando
26346 \end_layout
26347
26348 \end_inset
26349 </cell>
26350 <cell alignment="center" valignment="top" usebox="none">
26351 \begin_inset Text
26352
26353 \begin_layout Plain Layout
26354 \begin_inset space \hspace{}
26355 \length 1cm
26356 \end_inset
26357
26358 Resultado
26359 \begin_inset Note Note
26360 status collapsed
26361
26362 \begin_layout Plain Layout
26363
26364 \series bold
26365
26366 \backslash
26367 raisebox
26368 \series default
26369  se usa sólo como espaciador
26370 \end_layout
26371
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 </row>
26380 <row>
26381 <cell alignment="center" valignment="top" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385
26386 \backslash
26387 lim_x
26388 \backslash
26389 to
26390 \begin_inset ERT
26391 status collapsed
26392
26393 \begin_layout Plain Layout
26394
26395
26396 \backslash
26397 spce 
26398 \end_layout
26399
26400 \end_inset
26401
26402 A
26403 \begin_inset ERT
26404 status collapsed
26405
26406 \begin_layout Plain Layout
26407
26408
26409 \backslash
26410 spce 
26411 \end_layout
26412
26413 \end_inset
26414
26415 x=B
26416 \end_layout
26417
26418 \end_inset
26419 </cell>
26420 <cell alignment="center" valignment="top" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
26425 \end_inset
26426
26427
26428 \end_layout
26429
26430 \end_inset
26431 </cell>
26432 </row>
26433 </lyxtabular>
26434
26435 \end_inset
26436
26437
26438 \end_layout
26439
26440 \begin_layout Standard
26441 En una ecuación presentada el límite se imprime debajo, como es habitual:
26442 \begin_inset Formula 
26443 \[
26444 \lim\limits _{x\rightarrow A}=B
26445 \]
26446
26447 \end_inset
26448
26449
26450 \end_layout
26451
26452 \begin_layout Subsection
26453 Función módulo
26454 \begin_inset Index idx
26455 status collapsed
26456
26457 \begin_layout Plain Layout
26458 Funciones ! módulo
26459 \end_layout
26460
26461 \end_inset
26462
26463
26464 \end_layout
26465
26466 \begin_layout Standard
26467 La función módulo es especial, porque existe en cuatro variantes.
26468 \end_layout
26469
26470 \begin_layout Standard
26471 En una ecuación presentada:
26472 \begin_inset Formula 
26473 \begin{align*}
26474 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
26475 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26476 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26477 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26478 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26479 \end{align*}
26480
26481 \end_inset
26482
26483 En una ecuación en línea se pone menos espacio delante del nombre de la
26484  función para todas las variantes.
26485 \end_layout
26486
26487 \begin_layout Section
26488 Caracteres especiales
26489 \begin_inset Index idx
26490 status collapsed
26491
26492 \begin_layout Plain Layout
26493 Caracteres especiales
26494 \end_layout
26495
26496 \end_inset
26497
26498
26499 \end_layout
26500
26501 \begin_layout Subsection
26502 Caracteres especiales en texto matemático
26503 \end_layout
26504
26505 \begin_layout Standard
26506 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
26507  TeX:
26508 \end_layout
26509
26510 \begin_layout Standard
26511 \begin_inset space \hfill{}
26512 \end_inset
26513
26514
26515 \begin_inset Tabular
26516 <lyxtabular version="3" rows="8" columns="2">
26517 <features tabularvalignment="middle">
26518 <column alignment="block" valignment="top" width="0">
26519 <column alignment="block" valignment="top" width="0">
26520 <row>
26521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26522 \begin_inset Text
26523
26524 \begin_layout Plain Layout
26525 Comando
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534 Resultado
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 </row>
26540 <row>
26541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26542 \begin_inset Text
26543
26544 \begin_layout Plain Layout
26545
26546 \backslash
26547 oe
26548 \end_layout
26549
26550 \end_inset
26551 </cell>
26552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26553 \begin_inset Text
26554
26555 \begin_layout Plain Layout
26556 \begin_inset Formula $\textrm{œ}$
26557 \end_inset
26558
26559
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 </row>
26565 <row>
26566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26567 \begin_inset Text
26568
26569 \begin_layout Plain Layout
26570
26571 \backslash
26572 OE
26573 \end_layout
26574
26575 \end_inset
26576 </cell>
26577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581 \begin_inset Formula $\textrm{Œ}$
26582 \end_inset
26583
26584
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 </row>
26590 <row>
26591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Plain Layout
26595
26596 \backslash
26597 ae
26598 \end_layout
26599
26600 \end_inset
26601 </cell>
26602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26603 \begin_inset Text
26604
26605 \begin_layout Plain Layout
26606 \begin_inset Formula $\textrm{æ}$
26607 \end_inset
26608
26609
26610 \end_layout
26611
26612 \end_inset
26613 </cell>
26614 </row>
26615 <row>
26616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26617 \begin_inset Text
26618
26619 \begin_layout Plain Layout
26620
26621 \backslash
26622 AE
26623 \end_layout
26624
26625 \end_inset
26626 </cell>
26627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26628 \begin_inset Text
26629
26630 \begin_layout Plain Layout
26631 \begin_inset Formula $\textrm{Æ}$
26632 \end_inset
26633
26634
26635 \end_layout
26636
26637 \end_inset
26638 </cell>
26639 </row>
26640 <row>
26641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26642 \begin_inset Text
26643
26644 \begin_layout Plain Layout
26645
26646 \backslash
26647 aa
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656 \begin_inset Formula $\textrm{\aa}$
26657 \end_inset
26658
26659
26660 \end_layout
26661
26662 \end_inset
26663 </cell>
26664 </row>
26665 <row>
26666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26667 \begin_inset Text
26668
26669 \begin_layout Plain Layout
26670
26671 \backslash
26672 AA
26673 \begin_inset Index idx
26674 status collapsed
26675
26676 \begin_layout Plain Layout
26677
26678 \backslash
26679 @
26680 \begin_inset ERT
26681 status collapsed
26682
26683 \begin_layout Plain Layout
26684
26685
26686 \backslash
26687 textrm{
26688 \backslash
26689 AA}
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \end_inset
26698
26699
26700 \end_layout
26701
26702 \end_inset
26703 </cell>
26704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26705 \begin_inset Text
26706
26707 \begin_layout Plain Layout
26708 \begin_inset Formula $\textrm{Å}$
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \end_inset
26715 </cell>
26716 </row>
26717 <row>
26718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Plain Layout
26722
26723 \backslash
26724 i
26725 \end_layout
26726
26727 \end_inset
26728 </cell>
26729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26730 \begin_inset Text
26731
26732 \begin_layout Plain Layout
26733 \begin_inset Formula $\textrm{ı}$
26734 \end_inset
26735
26736
26737 \end_layout
26738
26739 \end_inset
26740 </cell>
26741 </row>
26742 </lyxtabular>
26743
26744 \end_inset
26745
26746
26747 \begin_inset space \hfill{}
26748 \end_inset
26749
26750
26751 \begin_inset Tabular
26752 <lyxtabular version="3" rows="8" columns="2">
26753 <features tabularvalignment="middle">
26754 <column alignment="block" valignment="top" width="0">
26755 <column alignment="center" valignment="top" width="0">
26756 <row>
26757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26758 \begin_inset Text
26759
26760 \begin_layout Plain Layout
26761 Comando
26762 \begin_inset Note Note
26763 status collapsed
26764
26765 \begin_layout Plain Layout
26766
26767 \series bold
26768
26769 \backslash
26770 raisebox
26771 \series default
26772  se usa sólo como espaciador
26773 \end_layout
26774
26775 \end_inset
26776
26777
26778 \end_layout
26779
26780 \end_inset
26781 </cell>
26782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26783 \begin_inset Text
26784
26785 \begin_layout Plain Layout
26786 Resultado
26787 \end_layout
26788
26789 \end_inset
26790 </cell>
26791 </row>
26792 <row>
26793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26794 \begin_inset Text
26795
26796 \begin_layout Plain Layout
26797
26798 \backslash
26799 o
26800 \end_layout
26801
26802 \end_inset
26803 </cell>
26804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26805 \begin_inset Text
26806
26807 \begin_layout Plain Layout
26808 \begin_inset Formula $\textrm{ø}$
26809 \end_inset
26810
26811
26812 \end_layout
26813
26814 \end_inset
26815 </cell>
26816 </row>
26817 <row>
26818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26819 \begin_inset Text
26820
26821 \begin_layout Plain Layout
26822
26823 \backslash
26824 O
26825 \end_layout
26826
26827 \end_inset
26828 </cell>
26829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26830 \begin_inset Text
26831
26832 \begin_layout Plain Layout
26833 \begin_inset Formula $\textrm{Ø}$
26834 \end_inset
26835
26836
26837 \end_layout
26838
26839 \end_inset
26840 </cell>
26841 </row>
26842 <row>
26843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26844 \begin_inset Text
26845
26846 \begin_layout Plain Layout
26847
26848 \backslash
26849 l
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26855 \begin_inset Text
26856
26857 \begin_layout Plain Layout
26858 \begin_inset Formula $\textrm{ł}$
26859 \end_inset
26860
26861
26862 \end_layout
26863
26864 \end_inset
26865 </cell>
26866 </row>
26867 <row>
26868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26869 \begin_inset Text
26870
26871 \begin_layout Plain Layout
26872
26873 \backslash
26874 L
26875 \end_layout
26876
26877 \end_inset
26878 </cell>
26879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26880 \begin_inset Text
26881
26882 \begin_layout Plain Layout
26883 \begin_inset Formula $\textrm{Ł}$
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \end_inset
26890 </cell>
26891 </row>
26892 <row>
26893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26894 \begin_inset Text
26895
26896 \begin_layout Plain Layout
26897 !
26898 \begin_inset space \hspace{}
26899 \length 0mm
26900 \end_inset
26901
26902 `
26903 \begin_inset ERT
26904 status collapsed
26905
26906 \begin_layout Plain Layout
26907
26908
26909 \backslash
26910 spce 
26911 \end_layout
26912
26913 \end_inset
26914
26915
26916 \end_layout
26917
26918 \end_inset
26919 </cell>
26920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26921 \begin_inset Text
26922
26923 \begin_layout Plain Layout
26924 \begin_inset Formula $\textrm{!`}$
26925 \end_inset
26926
26927
26928 \end_layout
26929
26930 \end_inset
26931 </cell>
26932 </row>
26933 <row>
26934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26935 \begin_inset Text
26936
26937 \begin_layout Plain Layout
26938 ?
26939 \begin_inset space \hspace{}
26940 \length 0mm
26941 \end_inset
26942
26943 `
26944 \begin_inset ERT
26945 status collapsed
26946
26947 \begin_layout Plain Layout
26948
26949
26950 \backslash
26951 spce 
26952 \end_layout
26953
26954 \end_inset
26955
26956
26957 \end_layout
26958
26959 \end_inset
26960 </cell>
26961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26962 \begin_inset Text
26963
26964 \begin_layout Plain Layout
26965 \begin_inset Formula $\textrm{?`}$
26966 \end_inset
26967
26968
26969 \end_layout
26970
26971 \end_inset
26972 </cell>
26973 </row>
26974 <row>
26975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26976 \begin_inset Text
26977
26978 \begin_layout Plain Layout
26979
26980 \backslash
26981 j
26982 \end_layout
26983
26984 \end_inset
26985 </cell>
26986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26987 \begin_inset Text
26988
26989 \begin_layout Plain Layout
26990 \begin_inset Formula $\textrm{ȷ}$
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \end_inset
26997 </cell>
26998 </row>
26999 </lyxtabular>
27000
27001 \end_inset
27002
27003
27004 \begin_inset space \hfill{}
27005 \end_inset
27006
27007
27008 \end_layout
27009
27010 \begin_layout Standard
27011 Los caracteres 
27012 \begin_inset Formula $\textrm{\textrm{Å}}$
27013 \end_inset
27014
27015  y 
27016 \begin_inset Formula $\textrm{\textrm{Ø}}$
27017 \end_inset
27018
27019  también se pueden insertar mediante el botón 
27020 \begin_inset Graphics
27021         filename ../../images/math/digamma.png
27022         scale 85
27023
27024 \end_inset
27025
27026  de la barra de ecuaciones.
27027 \end_layout
27028
27029 \begin_layout Standard
27030 Los comandos 
27031 \series bold
27032 !
27033 \begin_inset space \hspace{}
27034 \length 0mm
27035 \end_inset
27036
27037 `
27038 \series default
27039  y 
27040 \series bold
27041 ?
27042 \begin_inset space \hspace{}
27043 \length 0mm
27044 \end_inset
27045
27046 `
27047 \series default
27048  son una excepción porque se pueden insertar directamente a texto en LyX.
27049  
27050 \end_layout
27051
27052 \begin_layout Subsection
27053 Acentos en texto
27054 \begin_inset CommandInset label
27055 LatexCommand label
27056 name "sub:Acentos-en-texto"
27057
27058 \end_inset
27059
27060
27061 \begin_inset Index idx
27062 status collapsed
27063
27064 \begin_layout Plain Layout
27065 Acentos ! en texto
27066 \end_layout
27067
27068 \end_inset
27069
27070
27071 \end_layout
27072
27073 \begin_layout Standard
27074 Con los siguientes comandos se pueden acentuar todas las letras.
27075  Los comandos deben ponerse en modo TeX.
27076 \end_layout
27077
27078 \begin_layout Standard
27079 \begin_inset space \hfill{}
27080 \end_inset
27081
27082
27083 \begin_inset Tabular
27084 <lyxtabular version="3" rows="8" columns="2">
27085 <features tabularvalignment="middle">
27086 <column alignment="block" valignment="top" width="0">
27087 <column alignment="block" valignment="top" width="0">
27088 <row>
27089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27090 \begin_inset Text
27091
27092 \begin_layout Plain Layout
27093 Comando
27094 \end_layout
27095
27096 \end_inset
27097 </cell>
27098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27099 \begin_inset Text
27100
27101 \begin_layout Plain Layout
27102 Resultado
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 </row>
27108 <row>
27109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27110 \begin_inset Text
27111
27112 \begin_layout Plain Layout
27113
27114 \backslash
27115
27116 \begin_inset Quotes grd
27117 \end_inset
27118
27119 e
27120 \end_layout
27121
27122 \end_inset
27123 </cell>
27124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27125 \begin_inset Text
27126
27127 \begin_layout Plain Layout
27128 \begin_inset ERT
27129 status collapsed
27130
27131 \begin_layout Plain Layout
27132
27133
27134 \backslash
27135 "e
27136 \end_layout
27137
27138 \end_inset
27139
27140
27141 \end_layout
27142
27143 \end_inset
27144 </cell>
27145 </row>
27146 <row>
27147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27148 \begin_inset Text
27149
27150 \begin_layout Plain Layout
27151
27152 \backslash
27153 `e
27154 \end_layout
27155
27156 \end_inset
27157 </cell>
27158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27159 \begin_inset Text
27160
27161 \begin_layout Plain Layout
27162 \begin_inset ERT
27163 status collapsed
27164
27165 \begin_layout Plain Layout
27166
27167
27168 \backslash
27169 `e
27170 \end_layout
27171
27172 \end_inset
27173
27174
27175 \end_layout
27176
27177 \end_inset
27178 </cell>
27179 </row>
27180 <row>
27181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27182 \begin_inset Text
27183
27184 \begin_layout Plain Layout
27185
27186 \backslash
27187 ^
27188 \begin_inset ERT
27189 status collapsed
27190
27191 \begin_layout Plain Layout
27192
27193
27194 \backslash
27195 spce 
27196 \end_layout
27197
27198 \end_inset
27199
27200 e
27201 \end_layout
27202
27203 \end_inset
27204 </cell>
27205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27206 \begin_inset Text
27207
27208 \begin_layout Plain Layout
27209 \begin_inset ERT
27210 status collapsed
27211
27212 \begin_layout Plain Layout
27213
27214
27215 \backslash
27216 ^e
27217 \end_layout
27218
27219 \end_inset
27220
27221
27222 \end_layout
27223
27224 \end_inset
27225 </cell>
27226 </row>
27227 <row>
27228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27229 \begin_inset Text
27230
27231 \begin_layout Plain Layout
27232
27233 \backslash
27234 =e
27235 \end_layout
27236
27237 \end_inset
27238 </cell>
27239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27240 \begin_inset Text
27241
27242 \begin_layout Plain Layout
27243 \begin_inset ERT
27244 status collapsed
27245
27246 \begin_layout Plain Layout
27247
27248
27249 \backslash
27250 =e
27251 \end_layout
27252
27253 \end_inset
27254
27255
27256 \end_layout
27257
27258 \end_inset
27259 </cell>
27260 </row>
27261 <row>
27262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27263 \begin_inset Text
27264
27265 \begin_layout Plain Layout
27266
27267 \backslash
27268 u
27269 \begin_inset ERT
27270 status collapsed
27271
27272 \begin_layout Plain Layout
27273
27274
27275 \backslash
27276 spce 
27277 \end_layout
27278
27279 \end_inset
27280
27281 e
27282 \end_layout
27283
27284 \end_inset
27285 </cell>
27286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27287 \begin_inset Text
27288
27289 \begin_layout Plain Layout
27290 \begin_inset ERT
27291 status collapsed
27292
27293 \begin_layout Plain Layout
27294
27295
27296 \backslash
27297 u e
27298 \end_layout
27299
27300 \end_inset
27301
27302
27303 \end_layout
27304
27305 \end_inset
27306 </cell>
27307 </row>
27308 <row>
27309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27310 \begin_inset Text
27311
27312 \begin_layout Plain Layout
27313
27314 \backslash
27315 b
27316 \begin_inset ERT
27317 status collapsed
27318
27319 \begin_layout Plain Layout
27320
27321
27322 \backslash
27323 spce 
27324 \end_layout
27325
27326 \end_inset
27327
27328 e
27329 \end_layout
27330
27331 \end_inset
27332 </cell>
27333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27334 \begin_inset Text
27335
27336 \begin_layout Plain Layout
27337 \begin_inset ERT
27338 status collapsed
27339
27340 \begin_layout Plain Layout
27341
27342
27343 \backslash
27344 b e
27345 \end_layout
27346
27347 \end_inset
27348
27349
27350 \end_layout
27351
27352 \end_inset
27353 </cell>
27354 </row>
27355 <row>
27356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27357 \begin_inset Text
27358
27359 \begin_layout Plain Layout
27360
27361 \backslash
27362 t
27363 \begin_inset ERT
27364 status collapsed
27365
27366 \begin_layout Plain Layout
27367
27368
27369 \backslash
27370 spce 
27371 \end_layout
27372
27373 \end_inset
27374
27375 ee
27376 \end_layout
27377
27378 \end_inset
27379 </cell>
27380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27381 \begin_inset Text
27382
27383 \begin_layout Plain Layout
27384 \begin_inset ERT
27385 status collapsed
27386
27387 \begin_layout Plain Layout
27388
27389
27390 \backslash
27391 t ee
27392 \end_layout
27393
27394 \end_inset
27395
27396
27397 \end_layout
27398
27399 \end_inset
27400 </cell>
27401 </row>
27402 </lyxtabular>
27403
27404 \end_inset
27405
27406
27407 \begin_inset space \hfill{}
27408 \end_inset
27409
27410
27411 \begin_inset Tabular
27412 <lyxtabular version="3" rows="8" columns="2">
27413 <features tabularvalignment="middle">
27414 <column alignment="block" valignment="top" width="0">
27415 <column alignment="center" valignment="top" width="0">
27416 <row>
27417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27418 \begin_inset Text
27419
27420 \begin_layout Plain Layout
27421 Comando
27422 \end_layout
27423
27424 \end_inset
27425 </cell>
27426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27427 \begin_inset Text
27428
27429 \begin_layout Plain Layout
27430 Resultado
27431 \end_layout
27432
27433 \end_inset
27434 </cell>
27435 </row>
27436 <row>
27437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27438 \begin_inset Text
27439
27440 \begin_layout Plain Layout
27441
27442 \backslash
27443 H
27444 \begin_inset ERT
27445 status collapsed
27446
27447 \begin_layout Plain Layout
27448
27449
27450 \backslash
27451 spce 
27452 \end_layout
27453
27454 \end_inset
27455
27456 e
27457 \end_layout
27458
27459 \end_inset
27460 </cell>
27461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27462 \begin_inset Text
27463
27464 \begin_layout Plain Layout
27465 \begin_inset ERT
27466 status collapsed
27467
27468 \begin_layout Plain Layout
27469
27470
27471 \backslash
27472 H e
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \end_inset
27481 </cell>
27482 </row>
27483 <row>
27484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27485 \begin_inset Text
27486
27487 \begin_layout Plain Layout
27488
27489 \backslash
27490 'e
27491 \end_layout
27492
27493 \end_inset
27494 </cell>
27495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27496 \begin_inset Text
27497
27498 \begin_layout Plain Layout
27499 \begin_inset ERT
27500 status collapsed
27501
27502 \begin_layout Plain Layout
27503
27504
27505 \backslash
27506 'e
27507 \end_layout
27508
27509 \end_inset
27510
27511
27512 \end_layout
27513
27514 \end_inset
27515 </cell>
27516 </row>
27517 <row>
27518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27519 \begin_inset Text
27520
27521 \begin_layout Plain Layout
27522
27523 \backslash
27524 ~e
27525 \begin_inset Index idx
27526 status collapsed
27527
27528 \begin_layout Plain Layout
27529 Tilde
27530 \end_layout
27531
27532 \end_inset
27533
27534
27535 \end_layout
27536
27537 \end_inset
27538 </cell>
27539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27540 \begin_inset Text
27541
27542 \begin_layout Plain Layout
27543 \begin_inset ERT
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547
27548
27549 \backslash
27550 ~e
27551 \end_layout
27552
27553 \end_inset
27554
27555
27556 \end_layout
27557
27558 \end_inset
27559 </cell>
27560 </row>
27561 <row>
27562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27563 \begin_inset Text
27564
27565 \begin_layout Plain Layout
27566
27567 \backslash
27568 .e
27569 \end_layout
27570
27571 \end_inset
27572 </cell>
27573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27574 \begin_inset Text
27575
27576 \begin_layout Plain Layout
27577 \begin_inset ERT
27578 status collapsed
27579
27580 \begin_layout Plain Layout
27581
27582
27583 \backslash
27584 .e
27585 \end_layout
27586
27587 \end_inset
27588
27589
27590 \end_layout
27591
27592 \end_inset
27593 </cell>
27594 </row>
27595 <row>
27596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27597 \begin_inset Text
27598
27599 \begin_layout Plain Layout
27600
27601 \backslash
27602 v
27603 \begin_inset ERT
27604 status collapsed
27605
27606 \begin_layout Plain Layout
27607
27608
27609 \backslash
27610 spce 
27611 \end_layout
27612
27613 \end_inset
27614
27615 e
27616 \end_layout
27617
27618 \end_inset
27619 </cell>
27620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27621 \begin_inset Text
27622
27623 \begin_layout Plain Layout
27624 \begin_inset ERT
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628
27629
27630 \backslash
27631 v e
27632 \end_layout
27633
27634 \end_inset
27635
27636
27637 \end_layout
27638
27639 \end_inset
27640 </cell>
27641 </row>
27642 <row>
27643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27644 \begin_inset Text
27645
27646 \begin_layout Plain Layout
27647
27648 \backslash
27649 d
27650 \begin_inset ERT
27651 status collapsed
27652
27653 \begin_layout Plain Layout
27654
27655
27656 \backslash
27657 spce 
27658 \end_layout
27659
27660 \end_inset
27661
27662 e
27663 \end_layout
27664
27665 \end_inset
27666 </cell>
27667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27668 \begin_inset Text
27669
27670 \begin_layout Plain Layout
27671 \begin_inset ERT
27672 status collapsed
27673
27674 \begin_layout Plain Layout
27675
27676
27677 \backslash
27678 d e
27679 \end_layout
27680
27681 \end_inset
27682
27683
27684 \end_layout
27685
27686 \end_inset
27687 </cell>
27688 </row>
27689 <row>
27690 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27691 \begin_inset Text
27692
27693 \begin_layout Plain Layout
27694
27695 \backslash
27696 c
27697 \begin_inset ERT
27698 status collapsed
27699
27700 \begin_layout Plain Layout
27701
27702
27703 \backslash
27704 spce 
27705 \end_layout
27706
27707 \end_inset
27708
27709 e
27710 \end_layout
27711
27712 \end_inset
27713 </cell>
27714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27715 \begin_inset Text
27716
27717 \begin_layout Plain Layout
27718 \begin_inset ERT
27719 status collapsed
27720
27721 \begin_layout Plain Layout
27722
27723
27724 \backslash
27725 c e
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \end_inset
27734 </cell>
27735 </row>
27736 </lyxtabular>
27737
27738 \end_inset
27739
27740
27741 \begin_inset space \hfill{}
27742 \end_inset
27743
27744
27745 \end_layout
27746
27747 \begin_layout Standard
27748 \begin_inset VSpace medskip
27749 \end_inset
27750
27751
27752 \end_layout
27753
27754 \begin_layout Standard
27755 Con el comando 
27756 \series bold
27757
27758 \backslash
27759 t
27760 \series default
27761  también se pueden acentuar dos caracteres distintos.
27762  El comando 
27763 \series bold
27764
27765 \backslash
27766 t
27767 \begin_inset ERT
27768 status collapsed
27769
27770 \begin_layout Plain Layout
27771
27772
27773 \backslash
27774 spce 
27775 \end_layout
27776
27777 \end_inset
27778
27779 sz
27780 \series default
27781  genera 
27782 \begin_inset ERT
27783 status collapsed
27784
27785 \begin_layout Plain Layout
27786
27787
27788 \backslash
27789 t sz
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \begin_layout Standard
27798 Los acentos 
27799 \series bold
27800 `
27801 \series default
27802  , 
27803 \series bold
27804 '
27805 \series default
27806  y 
27807 \series bold
27808 ^
27809 \series default
27810  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27811  TeX.
27812  Lo mismo se aplica a la tilde
27813 \begin_inset Foot
27814 status collapsed
27815
27816 \begin_layout Plain Layout
27817 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27818 \end_layout
27819
27820 \end_inset
27821
27822  con 
27823 \emph on
27824 a
27825 \emph default
27826
27827 \emph on
27828 o
27829 \emph default
27830  y 
27831 \emph on
27832 n.
27833 \end_layout
27834
27835 \begin_layout Standard
27836 Los comandos 
27837 \series bold
27838
27839 \backslash
27840 b
27841 \series default
27842  , 
27843 \series bold
27844
27845 \backslash
27846 c
27847 \series default
27848  , 
27849 \series bold
27850
27851 \backslash
27852 d
27853 \series default
27854  , 
27855 \series bold
27856
27857 \backslash
27858 H
27859 \series default
27860  , 
27861 \series bold
27862
27863 \backslash
27864 t
27865 \series default
27866  , 
27867 \series bold
27868
27869 \backslash
27870 u
27871 \series default
27872  , 
27873 \series bold
27874
27875 \backslash
27876 v
27877 \series default
27878 , y acentos insertados directamente con el teclado también están disponibles
27879  en texto matemático.
27880  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27881  
27882 \begin_inset CommandInset ref
27883 LatexCommand ref
27884 reference "sub:Acentos-para-un"
27885
27886 \end_inset
27887
27888 .
27889 \end_layout
27890
27891 \begin_layout Standard
27892 \begin_inset VSpace bigskip
27893 \end_inset
27894
27895
27896 \end_layout
27897
27898 \begin_layout Standard
27899 Además, con el comando 
27900 \series bold
27901
27902 \backslash
27903 textcircled
27904 \series default
27905
27906 \begin_inset Index idx
27907 status collapsed
27908
27909 \begin_layout Plain Layout
27910 Comandos ! T ! 
27911 \backslash
27912 textcircled
27913 \end_layout
27914
27915 \end_inset
27916
27917  se pueden insertar en un círculo todos los números y letras, de forma parecida
27918  al símbolo copyright.
27919 \end_layout
27920
27921 \begin_layout Standard
27922 \noindent
27923 \align center
27924 \begin_inset Tabular
27925 <lyxtabular version="3" rows="3" columns="2">
27926 <features tabularvalignment="middle">
27927 <column alignment="center" valignment="top" width="0">
27928 <column alignment="center" valignment="top" width="0">
27929 <row>
27930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27931 \begin_inset Text
27932
27933 \begin_layout Plain Layout
27934 Comando
27935 \end_layout
27936
27937 \end_inset
27938 </cell>
27939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27940 \begin_inset Text
27941
27942 \begin_layout Plain Layout
27943 Resultado
27944 \begin_inset Note Note
27945 status collapsed
27946
27947 \begin_layout Plain Layout
27948
27949 \series bold
27950
27951 \backslash
27952 raisebox
27953 \series default
27954  se usa sólo como espaciador
27955 \end_layout
27956
27957 \end_inset
27958
27959
27960 \end_layout
27961
27962 \end_inset
27963 </cell>
27964 </row>
27965 <row>
27966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27967 \begin_inset Text
27968
27969 \begin_layout Plain Layout
27970
27971 \backslash
27972 textcircled{w}
27973 \end_layout
27974
27975 \end_inset
27976 </cell>
27977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27978 \begin_inset Text
27979
27980 \begin_layout Plain Layout
27981 \begin_inset ERT
27982 status collapsed
27983
27984 \begin_layout Plain Layout
27985
27986
27987 \backslash
27988 textcircled{w}
27989 \end_layout
27990
27991 \end_inset
27992
27993
27994 \end_layout
27995
27996 \end_inset
27997 </cell>
27998 </row>
27999 <row>
28000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28001 \begin_inset Text
28002
28003 \begin_layout Plain Layout
28004
28005 \backslash
28006 Large 
28007 \backslash
28008 textcircled{
28009 \backslash
28010 normalsize
28011 \backslash
28012 protect
28013 \backslash
28014 raisebox{-1.5pt}{W}}
28015 \end_layout
28016
28017 \end_inset
28018 </cell>
28019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28020 \begin_inset Text
28021
28022 \begin_layout Plain Layout
28023 \begin_inset Formula $\raisebox{4.5mm}{}$
28024 \end_inset
28025
28026
28027 \begin_inset ERT
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031
28032
28033 \backslash
28034 Large 
28035 \backslash
28036 textcircled{
28037 \backslash
28038 normalsize
28039 \backslash
28040 protect
28041 \backslash
28042 raisebox{-1.5pt}W}
28043 \end_layout
28044
28045 \end_inset
28046
28047
28048 \begin_inset Formula $\raisebox{-2mm}{}$
28049 \end_inset
28050
28051
28052 \end_layout
28053
28054 \end_inset
28055 </cell>
28056 </row>
28057 </lyxtabular>
28058
28059 \end_inset
28060
28061
28062 \end_layout
28063
28064 \begin_layout Standard
28065 Hay que tener cuidado que el carácter se ajuste al círculo.
28066  Por eso 
28067 \series bold
28068
28069 \backslash
28070 Large
28071 \begin_inset Foot
28072 status collapsed
28073
28074 \begin_layout Plain Layout
28075 véase 
28076 \begin_inset CommandInset ref
28077 LatexCommand ref
28078 reference "sub:Tamaños-de-tipografías"
28079
28080 \end_inset
28081
28082
28083 \end_layout
28084
28085 \end_inset
28086
28087
28088 \series default
28089  especifica el tamaño del círculo.
28090  Con ayuda de 
28091 \series bold
28092
28093 \backslash
28094 raisebox
28095 \begin_inset Foot
28096 status collapsed
28097
28098 \begin_layout Plain Layout
28099 véase 
28100 \begin_inset CommandInset ref
28101 LatexCommand ref
28102 reference "sub:Marcos-sin-bordes"
28103
28104 \end_inset
28105
28106
28107 \end_layout
28108
28109 \end_inset
28110
28111
28112 \series default
28113  se puede centrar el carácter.
28114 \end_layout
28115
28116 \begin_layout Subsection
28117 Números en estilo antiguo
28118 \begin_inset Index idx
28119 status collapsed
28120
28121 \begin_layout Plain Layout
28122 Numeros@Números ! en estilo antiguo
28123 \end_layout
28124
28125 \end_inset
28126
28127
28128 \end_layout
28129
28130 \begin_layout Standard
28131 Los números en estilo antiguo o elzevirianos se componen con el comando
28132  
28133 \series bold
28134
28135 \backslash
28136 oldstylenums
28137 \series default
28138
28139 \begin_inset Index idx
28140 status collapsed
28141
28142 \begin_layout Plain Layout
28143 Comandos ! O ! 
28144 \backslash
28145 oldstylenums
28146 \end_layout
28147
28148 \end_inset
28149
28150 .
28151  El comando se puede usar en ecuaciones y en modo TeX.
28152  Su esquema es:
28153 \end_layout
28154
28155 \begin_layout Standard
28156
28157 \series bold
28158
28159 \backslash
28160 oldstylenums{número}
28161 \end_layout
28162
28163 \begin_layout Standard
28164 El comando 
28165 \series bold
28166
28167 \backslash
28168 oldstylenums{0123456789}
28169 \series default
28170  genera: 
28171 \begin_inset Formula $\oldstylenums{0123456789}$
28172 \end_inset
28173
28174
28175 \end_layout
28176
28177 \begin_layout Subsection
28178 Caracteres especiales misceláneos
28179 \begin_inset CommandInset label
28180 LatexCommand label
28181 name "sub:Caracteres-especiales-misceláneos"
28182
28183 \end_inset
28184
28185
28186 \begin_inset Index idx
28187 status collapsed
28188
28189 \begin_layout Plain Layout
28190 Caracteres especiales ! misceláneos
28191 \end_layout
28192
28193 \end_inset
28194
28195
28196 \end_layout
28197
28198 \begin_layout Standard
28199 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
28200  comandos:
28201 \end_layout
28202
28203 \begin_layout Standard
28204 \noindent
28205 \align center
28206 \begin_inset Tabular
28207 <lyxtabular version="3" rows="4" columns="2">
28208 <features tabularvalignment="middle">
28209 <column alignment="center" valignment="top" width="0">
28210 <column alignment="center" valignment="top" width="0">
28211 <row>
28212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28213 \begin_inset Text
28214
28215 \begin_layout Plain Layout
28216 Comando
28217 \end_layout
28218
28219 \end_inset
28220 </cell>
28221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28222 \begin_inset Text
28223
28224 \begin_layout Plain Layout
28225 Resultado
28226 \end_layout
28227
28228 \end_inset
28229 </cell>
28230 </row>
28231 <row>
28232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28233 \begin_inset Text
28234
28235 \begin_layout Plain Layout
28236
28237 \backslash
28238 ^
28239 \begin_inset ERT
28240 status collapsed
28241
28242 \begin_layout Plain Layout
28243
28244
28245 \backslash
28246 spce 
28247 \end_layout
28248
28249 \end_inset
28250
28251
28252 \end_layout
28253
28254 \end_inset
28255 </cell>
28256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28257 \begin_inset Text
28258
28259 \begin_layout Plain Layout
28260 \begin_inset Formula $\mathcircumflex$
28261 \end_inset
28262
28263
28264 \end_layout
28265
28266 \end_inset
28267 </cell>
28268 </row>
28269 <row>
28270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28271 \begin_inset Text
28272
28273 \begin_layout Plain Layout
28274
28275 \backslash
28276 _
28277 \end_layout
28278
28279 \end_inset
28280 </cell>
28281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28282 \begin_inset Text
28283
28284 \begin_layout Plain Layout
28285 \begin_inset Formula $\_$
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \end_inset
28292 </cell>
28293 </row>
28294 <row>
28295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28296 \begin_inset Text
28297
28298 \begin_layout Plain Layout
28299 ^
28300 \begin_inset ERT
28301 status collapsed
28302
28303 \begin_layout Plain Layout
28304
28305
28306 \backslash
28307 spce 
28308 \end_layout
28309
28310 \end_inset
28311
28312
28313 \backslash
28314 circ
28315 \begin_inset Index idx
28316 status collapsed
28317
28318 \begin_layout Plain Layout
28319
28320 \backslash
28321
28322 \end_layout
28323
28324 \end_inset
28325
28326
28327 \end_layout
28328
28329 \end_inset
28330 </cell>
28331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28332 \begin_inset Text
28333
28334 \begin_layout Plain Layout
28335 \begin_inset Formula $^{\circ}$
28336 \end_inset
28337
28338
28339 \end_layout
28340
28341 \end_inset
28342 </cell>
28343 </row>
28344 </lyxtabular>
28345
28346 \end_inset
28347
28348
28349 \end_layout
28350
28351 \begin_layout Standard
28352 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
28353  LaTeX contiene la línea:
28354 \begin_inset Foot
28355 status open
28356
28357 \begin_layout Plain Layout
28358 Más sobre este asunto en 
28359 \begin_inset CommandInset ref
28360 LatexCommand ref
28361 reference "sub:Caracteres-de-texto"
28362
28363 \end_inset
28364
28365
28366 \end_layout
28367
28368 \end_inset
28369
28370  
28371 \end_layout
28372
28373 \begin_layout Standard
28374
28375 \series bold
28376
28377 \backslash
28378 DeclareInputtext{176}{
28379 \backslash
28380 ifmmode^
28381 \backslash
28382 circ
28383 \backslash
28384 else
28385 \backslash
28386 textdegree
28387 \backslash
28388 fi}
28389 \end_layout
28390
28391 \begin_layout Section
28392 Estilos de ecuación
28393 \begin_inset CommandInset label
28394 LatexCommand label
28395 name "sec:Estilos-de-ecuación"
28396
28397 \end_inset
28398
28399
28400 \begin_inset Index idx
28401 status collapsed
28402
28403 \begin_layout Plain Layout
28404 Ecuación ! estilos de
28405 \end_layout
28406
28407 \end_inset
28408
28409
28410 \end_layout
28411
28412 \begin_layout Itemize
28413 Hay dos estilos diferentes de alineación:
28414 \end_layout
28415
28416 \begin_deeper
28417 \begin_layout Description
28418 Centrado es el estándar predefinido
28419 \end_layout
28420
28421 \begin_layout Description
28422 Sangrado para este estilo debe insertarse la opción de clase 
28423 \series bold
28424 fleqn
28425 \series default
28426  en el menú 
28427 \family sans
28428 Documento\SpecialChar \menuseparator
28429 Configuración
28430 \family default
28431  bajo 
28432 \family sans
28433 Clase de documento
28434 \end_layout
28435
28436 \begin_layout Standard
28437 Cuando se usa 
28438 \series bold
28439 Sangrado
28440 \series default
28441 , éste se puede ajustar con la longitud 
28442 \series bold
28443
28444 \backslash
28445 mathindent
28446 \series default
28447
28448 \begin_inset Index idx
28449 status collapsed
28450
28451 \begin_layout Plain Layout
28452 Comandos ! M ! 
28453 \backslash
28454 mathindent
28455 \end_layout
28456
28457 \end_inset
28458
28459 .
28460  Para 15
28461 \begin_inset space \thinspace{}
28462 \end_inset
28463
28464 mm, por ejemplo, se inserta esta línea de comando en el preámbulo LaTeX:
28465 \end_layout
28466
28467 \begin_layout Standard
28468
28469 \series bold
28470
28471 \backslash
28472 setlength{
28473 \backslash
28474 mathindent}{15mm}
28475 \end_layout
28476
28477 \begin_layout Standard
28478 Si no se especifica longitud se usa el valor predeterminado de 30
28479 \begin_inset space \thinspace{}
28480 \end_inset
28481
28482 pt.
28483 \end_layout
28484
28485 \end_deeper
28486 \begin_layout Itemize
28487 Y dos estilos diferentes de numeración:
28488 \end_layout
28489
28490 \begin_deeper
28491 \begin_layout Description
28492 Derecha es el estándar predefinido
28493 \end_layout
28494
28495 \begin_layout Description
28496 Izquierda para este estilo debe insertarse la opción de clase 
28497 \series bold
28498 leqno
28499 \series default
28500  en el menú 
28501 \family sans
28502 Documento\SpecialChar \menuseparator
28503 Configuración
28504 \family default
28505  bajo 
28506 \family sans
28507 Clase de documento
28508 \end_layout
28509
28510 \end_deeper
28511 \begin_layout Standard
28512
28513 \series bold
28514 fleqn
28515 \series default
28516  y 
28517 \series bold
28518 leqno
28519 \series default
28520  también se pueden usar juntos.
28521  En ese caso se insertan ambas opciones, separadas por una coma.
28522 \end_layout
28523
28524 \begin_layout Standard
28525 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
28526  documento.
28527  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
28528  estilo 
28529 \series bold
28530 Centrado
28531 \series default
28532  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
28533 \begin_inset CommandInset ref
28534 LatexCommand ref
28535 reference "sub:Entorno-flalign"
28536
28537 \end_inset
28538
28539 .
28540 \end_layout
28541
28542 \begin_layout Section
28543 Ecuaciones multilínea
28544 \begin_inset CommandInset label
28545 LatexCommand label
28546 name "sec:Ecuaciones-multilínea"
28547
28548 \end_inset
28549
28550
28551 \begin_inset Index idx
28552 status collapsed
28553
28554 \begin_layout Plain Layout
28555 Ecuación ! multilínea
28556 \end_layout
28557
28558 \end_inset
28559
28560
28561 \end_layout
28562
28563 \begin_layout Subsection
28564 General
28565 \end_layout
28566
28567 \begin_layout Standard
28568 En LyX se generan nuevas líneas en una ecuación con 
28569 \family sans
28570 \series bold
28571 Ctrl+Entrar
28572 \family default
28573 \series default
28574 .
28575  Esto crea un 
28576 \series bold
28577 entorno eqnarray
28578 \series default
28579 , que se describe en
28580 \begin_inset space ~
28581 \end_inset
28582
28583
28584 \begin_inset CommandInset ref
28585 LatexCommand ref
28586 reference "sub:Entorno-eqnarray"
28587
28588 \end_inset
28589
28590  o, si se ha marcado la opción 
28591 \family sans
28592 Usar
28593 \begin_inset space ~
28594 \end_inset
28595
28596 el
28597 \begin_inset space ~
28598 \end_inset
28599
28600 paquete
28601 \begin_inset space ~
28602 \end_inset
28603
28604 de
28605 \begin_inset space ~
28606 \end_inset
28607
28608 ecuaciones
28609 \begin_inset space ~
28610 \end_inset
28611
28612 AMS
28613 \family default
28614  en la configuración del documento
28615 \family sans
28616 , un 
28617 \series bold
28618 entorno
28619 \family default
28620 \series default
28621  
28622 \series bold
28623 align
28624 \series default
28625 , que se describe en
28626 \begin_inset space ~
28627 \end_inset
28628
28629
28630 \begin_inset CommandInset ref
28631 LatexCommand ref
28632 reference "sub:Entorno-align-estándar"
28633
28634 \end_inset
28635
28636 .
28637 \end_layout
28638
28639 \begin_layout Standard
28640 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28641  el menú 
28642 \family sans
28643 Insertar\SpecialChar \menuseparator
28644 Ecuación
28645 \family default
28646 .
28647  En las siguientes secciones se describen estos entornos.
28648 \end_layout
28649
28650 \begin_layout Standard
28651 En todos los entornos de ecuación multilínea la combinación 
28652 \family sans
28653 Ctrl+Entrar
28654 \family default
28655  genera una línea nueva.
28656  Para añadir o quitar líneas se pueden usar los botones 
28657 \begin_inset Graphics
28658         filename ../../images/tabular-feature_append-row.png
28659         scale 85
28660
28661 \end_inset
28662
28663  o 
28664 \begin_inset Graphics
28665         filename ../../images/tabular-feature_delete-row.png
28666         scale 85
28667
28668 \end_inset
28669
28670 de la barra de herramientas, respectivamente, o el menú 
28671 \family sans
28672 Editar\SpecialChar \menuseparator
28673 Filas y columnas
28674 \family default
28675 .
28676 \end_layout
28677
28678 \begin_layout Subsubsection
28679 Separación de líneas
28680 \begin_inset CommandInset label
28681 LatexCommand label
28682 name "sub:Separación-de-líneas"
28683
28684 \end_inset
28685
28686
28687 \begin_inset Index idx
28688 status collapsed
28689
28690 \begin_layout Plain Layout
28691 Ecuación ! multilínea ! separación de filas
28692 \end_layout
28693
28694 \end_inset
28695
28696
28697 \end_layout
28698
28699 \begin_layout Standard
28700 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28701 \begin_inset Formula 
28702 \begin{eqnarray*}
28703 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}\\
28704 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
28705 \end{eqnarray*}
28706
28707 \end_inset
28708
28709 En LaTeX un espacio adicional para una línea se especifica como argumento
28710  opcional del comando de nueva línea.
28711  Esto aún no es posible en LYX,
28712 \begin_inset Foot
28713 status collapsed
28714
28715 \begin_layout Plain Layout
28716 véase 
28717 \begin_inset CommandInset href
28718 LatexCommand href
28719 name "LyX-bug #1505"
28720 target "http://www.lyx.org/trac/ticket/1505"
28721
28722 \end_inset
28723
28724
28725 \end_layout
28726
28727 \end_inset
28728
28729  por lo que toda la ecuación debe insertarse en modo TeX.
28730  Para añadir espacio en nuestro ejemplo se inserta el comando 
28731 \series bold
28732
28733 \backslash
28734
28735 \backslash
28736 [3mm]
28737 \series default
28738  al final de la primera línea.
28739  Así: 
28740 \begin_inset ERT
28741 status collapsed
28742
28743 \begin_layout Plain Layout
28744
28745
28746 \backslash
28747 begin{eqnarray*}
28748 \end_layout
28749
28750 \begin_layout Plain Layout
28751
28752 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28753  = & 
28754 \backslash
28755 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28756 \backslash
28757
28758 \backslash
28759 [3mm]
28760 \end_layout
28761
28762 \begin_layout Plain Layout
28763
28764 4x^{2}
28765 \backslash
28766 left(B^{2}+x_{0}^{2}
28767 \backslash
28768 right)+4x_{0}x
28769 \backslash
28770 left(D-B^{2}
28771 \backslash
28772 right)+B^{2}
28773 \backslash
28774 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28775 \backslash
28776 right) & = & 0
28777 \end_layout
28778
28779 \begin_layout Plain Layout
28780
28781
28782 \backslash
28783 end{eqnarray*}
28784 \end_layout
28785
28786 \end_inset
28787
28788
28789 \begin_inset VSpace bigskip
28790 \end_inset
28791
28792
28793 \end_layout
28794
28795 \begin_layout Standard
28796 Para obtener separación en todas las líneas hay que cambiar la longitud
28797  
28798 \series bold
28799
28800 \backslash
28801 jot
28802 \series default
28803
28804 \begin_inset Index idx
28805 status collapsed
28806
28807 \begin_layout Plain Layout
28808 Comandos ! J ! 
28809 \backslash
28810 jot
28811 \end_layout
28812
28813 \end_inset
28814
28815 .
28816  La definición es: 
28817 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28818 \end_inset
28819
28820 .
28821  El valor predeterminado para 
28822 \series bold
28823
28824 \backslash
28825 jot
28826 \series default
28827  es 3
28828 \begin_inset space \thinspace{}
28829 \end_inset
28830
28831 pt.
28832  Para establecer una separación adicional de 3
28833 \begin_inset space \thinspace{}
28834 \end_inset
28835
28836 mm como en el ejemplo anterior, se inserta el comando
28837 \end_layout
28838
28839 \begin_layout Standard
28840
28841 \series bold
28842
28843 \backslash
28844 setlength{
28845 \backslash
28846 jot}{3mm+3pt}
28847 \end_layout
28848
28849 \begin_layout Standard
28850 en modo TeX antes de la ecuación.
28851  Es necesario cargar el paquete 
28852 \series bold
28853 calc
28854 \series default
28855
28856 \begin_inset Foot
28857 status collapsed
28858
28859 \begin_layout Plain Layout
28860
28861 \series bold
28862 calc
28863 \series default
28864  forma parte de toda instalación LaTeX estándar.
28865 \end_layout
28866
28867 \end_inset
28868
28869
28870 \begin_inset Index idx
28871 status collapsed
28872
28873 \begin_layout Plain Layout
28874 Paquetes ! calc
28875 \end_layout
28876
28877 \end_inset
28878
28879  en el preámbulo con la línea
28880 \end_layout
28881
28882 \begin_layout Standard
28883
28884 \series bold
28885
28886 \backslash
28887 usepackage{calc}
28888 \end_layout
28889
28890 \begin_layout Standard
28891 Se obtiene:
28892 \begin_inset ERT
28893 status collapsed
28894
28895 \begin_layout Plain Layout
28896
28897
28898 \backslash
28899 setlength{
28900 \backslash
28901 jot}{3mm+3pt}
28902 \end_layout
28903
28904 \end_inset
28905
28906
28907 \begin_inset Formula 
28908 \begin{eqnarray*}
28909 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}\\
28910 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
28911 \end{eqnarray*}
28912
28913 \end_inset
28914
28915
28916 \begin_inset ERT
28917 status collapsed
28918
28919 \begin_layout Plain Layout
28920
28921
28922 \backslash
28923 setlength{
28924 \backslash
28925 jot}{3pt}
28926 \end_layout
28927
28928 \end_inset
28929
28930  Para volver a la distancia predeterminada, 
28931 \series bold
28932
28933 \backslash
28934 jot
28935 \series default
28936  se establece en 3
28937 \begin_inset space \thinspace{}
28938 \end_inset
28939
28940 pt.
28941 \end_layout
28942
28943 \begin_layout Subsubsection
28944 Separación de columnas
28945 \begin_inset CommandInset label
28946 LatexCommand label
28947 name "sub:Separación-de-columnas"
28948
28949 \end_inset
28950
28951
28952 \begin_inset Index idx
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956 Ecuación ! multilínea !separación de columnas
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \end_layout
28963
28964 \begin_layout Standard
28965 Una ecuación multilínea forma una matriz.
28966  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28967  columnas.
28968  Cambiando la separación de columnas en este entorno se puede cambiar el
28969  espacio junto al signo de relación.
28970 \end_layout
28971
28972 \begin_layout Standard
28973 La separación de columnas se especifica con la longitud
28974 \series bold
28975  
28976 \backslash
28977 arraycolsep
28978 \series default
28979
28980 \begin_inset Index idx
28981 status collapsed
28982
28983 \begin_layout Plain Layout
28984 Comandos ! A ! 
28985 \backslash
28986 arraycolsep
28987 \end_layout
28988
28989 \end_inset
28990
28991  según:
28992 \begin_inset Newline newline
28993 \end_inset
28994
28995 separación de columnas = 2
28996 \begin_inset space \thinspace{}
28997 \end_inset
28998
28999
29000 \series bold
29001
29002 \backslash
29003 arraycolsep
29004 \series default
29005
29006 \begin_inset Newline newline
29007 \end_inset
29008
29009 Así, el comando en modo TeX
29010 \end_layout
29011
29012 \begin_layout Standard
29013
29014 \series bold
29015
29016 \backslash
29017 setlength{
29018 \backslash
29019 arraycolsep}{1cm}
29020 \end_layout
29021
29022 \begin_layout Standard
29023 establece para todas las ecuaciones siguientes una separación de columnas
29024  de 2
29025 \begin_inset space \thinspace{}
29026 \end_inset
29027
29028 cm.
29029  Para volver al valor predefinido, 
29030 \series bold
29031
29032 \backslash
29033 arraycolsep
29034 \series default
29035  se pone en 5
29036 \begin_inset space \thinspace{}
29037 \end_inset
29038
29039 pt.
29040 \end_layout
29041
29042 \begin_layout Standard
29043 Una ecuación con separación de 2
29044 \begin_inset space \thinspace{}
29045 \end_inset
29046
29047 cm entre columnas:
29048 \begin_inset ERT
29049 status collapsed
29050
29051 \begin_layout Plain Layout
29052
29053
29054 \backslash
29055 setlength{
29056 \backslash
29057 arraycolsep}{1cm}
29058 \end_layout
29059
29060 \end_inset
29061
29062
29063 \begin_inset Formula 
29064 \begin{eqnarray*}
29065 A & = & B\\
29066 C & \ne & A
29067 \end{eqnarray*}
29068
29069 \end_inset
29070
29071 Una ecuación con la separación predefinida para matrices, 10
29072 \begin_inset space \thinspace{}
29073 \end_inset
29074
29075 pt:
29076 \begin_inset ERT
29077 status collapsed
29078
29079 \begin_layout Plain Layout
29080
29081
29082 \backslash
29083 setlength{
29084 \backslash
29085 arraycolsep}{5pt}
29086 \end_layout
29087
29088 \end_inset
29089
29090
29091 \begin_inset Formula 
29092 \begin{eqnarray*}
29093 A & = & B\\
29094 C & \ne & A
29095 \end{eqnarray*}
29096
29097 \end_inset
29098
29099
29100 \end_layout
29101
29102 \begin_layout Subsubsection
29103 Ecuaciones largas
29104 \begin_inset Index idx
29105 status collapsed
29106
29107 \begin_layout Plain Layout
29108 Ecuación ! larga
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \begin_layout Standard
29117 Se pueden componer ecuaciones largas mediante estos métodos:
29118 \end_layout
29119
29120 \begin_layout Itemize
29121 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
29122  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
29123 \begin_inset Formula 
29124 \begin{eqnarray}
29125 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 \\
29126  &  & -\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}
29127 \end{eqnarray}
29128
29129 \end_inset
29130
29131 El signo menos al principio de la segunda línea normalmente no aparece como
29132  operador porque es el primer carácter de la línea.
29133  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
29134  Para evitarlo se ha insertado 3
29135 \begin_inset space \thinspace{}
29136 \end_inset
29137
29138 pt de espacio detrás del menos con el comando 
29139 \series bold
29140
29141 \backslash
29142 hspace
29143 \series default
29144 .
29145 \begin_inset Foot
29146 status collapsed
29147
29148 \begin_layout Plain Layout
29149 véase más sobre 
29150 \series bold
29151
29152 \backslash
29153 hspace
29154 \series default
29155  en 
29156 \begin_inset CommandInset ref
29157 LatexCommand ref
29158 reference "sub:Espacio-variable"
29159
29160 \end_inset
29161
29162
29163 \end_layout
29164
29165 \end_inset
29166
29167
29168 \begin_inset Index idx
29169 status collapsed
29170
29171 \begin_layout Plain Layout
29172 Comandos ! H ! 
29173 \backslash
29174 hspace
29175 \end_layout
29176
29177 \end_inset
29178
29179
29180 \end_layout
29181
29182 \begin_layout Itemize
29183 Si ambos lados de la ecuación son demasiado largos se usa el comando 
29184 \series bold
29185
29186 \backslash
29187 lefteqn
29188 \series default
29189
29190 \begin_inset Index idx
29191 status collapsed
29192
29193 \begin_layout Plain Layout
29194 Comandos ! L ! 
29195 \backslash
29196 lefteqn
29197 \end_layout
29198
29199 \end_inset
29200
29201 .
29202  Se inserta en la primer columna de la primera línea y hace que todas las
29203  inserciones posteriores sobreescriban las columnas siguientes:
29204 \begin_inset Formula 
29205 \begin{eqnarray}
29206 \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 \\
29207  &  & -\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 \\
29208  &  & =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}
29209 \end{eqnarray}
29210
29211 \end_inset
29212
29213 Tras la inserción de 
29214 \series bold
29215
29216 \backslash
29217 lefteqn
29218 \series default
29219  el cursor está en un marco púrpura un poco a la izquierda del azul.
29220  La ecuación se inserta en éste.
29221 \begin_inset Newline newline
29222 \end_inset
29223
29224 El contenido de las restantes líneas se inserta en la segunda columna o
29225  en otra.
29226  A mayor número de columna donde se inserte, mayor sangrado.
29227 \begin_inset VSpace medskip
29228 \end_inset
29229
29230
29231 \begin_inset Newline newline
29232 \end_inset
29233
29234
29235 \begin_inset Note Greyedout
29236 status collapsed
29237
29238 \begin_layout Plain Layout
29239 Ten en cuenta lo siguiente si usas 
29240 \series bold
29241
29242 \backslash
29243 lefteqn
29244 \series default
29245 :
29246 \end_layout
29247
29248 \begin_layout Itemize
29249 La ecuación no usa la anchura total de la página.
29250  Cuando se añade, p.
29251 \begin_inset space \thinspace{}
29252 \end_inset
29253
29254 e., el término 
29255 \begin_inset Formula $-B^{2}$
29256 \end_inset
29257
29258  en la primera línea del ejemplo, debería estar fuera del margen.
29259  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
29260  principio de la primera línea.
29261 \end_layout
29262
29263 \begin_layout Itemize
29264 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
29265  primera línea.
29266 \begin_inset Foot
29267 status collapsed
29268
29269 \begin_layout Plain Layout
29270 \begin_inset CommandInset href
29271 LatexCommand href
29272 name "LyX-bug #1429"
29273 target "http://www.lyx.org/trac/ticket/1429"
29274
29275 \end_inset
29276
29277
29278 \end_layout
29279
29280 \end_inset
29281
29282  Sólo se puede poner el cursor al principio de la línea y moverlo con las
29283  teclas de flecha.
29284 \end_layout
29285
29286 \end_inset
29287
29288  
29289 \end_layout
29290
29291 \begin_layout Itemize
29292 Se describen otros métodos para escribir fórmulas largas en 
29293 \begin_inset CommandInset ref
29294 LatexCommand ref
29295 reference "sub:Entorno-multilínea"
29296
29297 \end_inset
29298
29299  y 
29300 \begin_inset CommandInset ref
29301 LatexCommand ref
29302 reference "sub:Partes-multilínea"
29303
29304 \end_inset
29305
29306 .
29307 \end_layout
29308
29309 \begin_layout Subsubsection
29310 Delimitadores multilínea
29311 \begin_inset CommandInset label
29312 LatexCommand label
29313 name "sub:Delimitadores-multilínea"
29314
29315 \end_inset
29316
29317
29318 \begin_inset Index idx
29319 status collapsed
29320
29321 \begin_layout Plain Layout
29322 Delimitadores ! para varias líneas
29323 \end_layout
29324
29325 \end_inset
29326
29327
29328 \end_layout
29329
29330 \begin_layout Standard
29331 Para poner delimitadores que cubran varias líneas hay un problema:
29332 \begin_inset Formula 
29333 \begin{eqnarray*}
29334 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29335  &  & \left.\cdots+B-D\right]
29336 \end{eqnarray*}
29337
29338 \end_inset
29339
29340 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
29341 res con tamaño variable no abarcan líneas múltiples.
29342 \end_layout
29343
29344 \begin_layout Standard
29345 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
29346  primera línea se finaliza con 
29347 \series bold
29348
29349 \backslash
29350 right.
29351 \series default
29352
29353 \begin_inset Index idx
29354 status collapsed
29355
29356 \begin_layout Plain Layout
29357 Comandos ! R ! 
29358 \backslash
29359 right
29360 \end_layout
29361
29362 \end_inset
29363
29364  y la segunda con 
29365 \series bold
29366
29367 \backslash
29368 left.
29369 \series default
29370 .
29371 \begin_inset Foot
29372 status collapsed
29373
29374 \begin_layout Plain Layout
29375 Más sobre 
29376 \series bold
29377
29378 \backslash
29379 left.
29380
29381 \series default
29382  y 
29383 \series bold
29384
29385 \backslash
29386 right.
29387
29388 \series default
29389  en 
29390 \begin_inset CommandInset ref
29391 LatexCommand ref
29392 reference "sub:Tamaño-automático-de"
29393
29394 \end_inset
29395
29396
29397 \end_layout
29398
29399 \end_inset
29400
29401
29402 \begin_inset Index idx
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406 Comandos ! L ! 
29407 \backslash
29408 left
29409 \end_layout
29410
29411 \end_inset
29412
29413  Después de 
29414 \series bold
29415
29416 \backslash
29417 left.
29418
29419 \series default
29420  se inserta el comando 
29421 \series bold
29422
29423 \backslash
29424 vphantom
29425 \series default
29426
29427 \begin_inset ERT
29428 status collapsed
29429
29430 \begin_layout Plain Layout
29431
29432
29433 \backslash
29434 spce 
29435 \end_layout
29436
29437 \end_inset
29438
29439
29440 \series bold
29441
29442 \backslash
29443 prod
29444 \series default
29445 ^
29446 \begin_inset ERT
29447 status collapsed
29448
29449 \begin_layout Plain Layout
29450
29451
29452 \backslash
29453 spce 
29454 \end_layout
29455
29456 \end_inset
29457
29458
29459 \series bold
29460
29461 \backslash
29462 infty
29463 \series default
29464
29465 \begin_inset ERT
29466 status collapsed
29467
29468 \begin_layout Plain Layout
29469
29470
29471 \backslash
29472 spce 
29473 \end_layout
29474
29475 \end_inset
29476
29477
29478 \series bold
29479
29480 \begin_inset Formula $\downarrow$
29481 \end_inset
29482
29483 _R=1}
29484 \series default
29485
29486 \begin_inset Index idx
29487 status collapsed
29488
29489 \begin_layout Plain Layout
29490 Comandos ! V ! 
29491 \backslash
29492 vphantom
29493 \end_layout
29494
29495 \end_inset
29496
29497 , porque el operador de multiplicación con sus límites es el símbolo mayor
29498  en la primera línea y ese debería ser el tamaño para el delimitador en
29499  la segunda línea.
29500 \end_layout
29501
29502 \begin_layout Standard
29503 El resultado es: 
29504 \begin_inset Formula 
29505 \begin{eqnarray*}
29506 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29507  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29508 \end{eqnarray*}
29509
29510 \end_inset
29511
29512
29513 \end_layout
29514
29515 \begin_layout Subsection
29516 Entornos align
29517 \end_layout
29518
29519 \begin_layout Standard
29520 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
29521  Son especialmente apropiados para poner ecuaciones adosadas.
29522 \end_layout
29523
29524 \begin_layout Standard
29525 Los entornos align constan de columnas.
29526  Las columnas impares se alinean a la derecha, las pares a la izquierda.
29527  En un entorno align se puede numerar cada línea.
29528 \end_layout
29529
29530 \begin_layout Standard
29531 Los entornos align se crean con el menú 
29532 \family sans
29533 Insertar\SpecialChar \menuseparator
29534 Ecuación
29535 \family default
29536 .
29537  Una ecuación existente se puede convertir a align con el menú 
29538 \family sans
29539 Editar\SpecialChar \menuseparator
29540 Ecuación\SpecialChar \menuseparator
29541 Cambiar tipo de ecuación
29542 \family default
29543 .
29544 \end_layout
29545
29546 \begin_layout Standard
29547 Para añadir o quitar columnas se pueden usar los botones 
29548 \begin_inset Graphics
29549         filename ../../images/tabular-feature_append-row.png
29550         scale 85
29551
29552 \end_inset
29553
29554  o 
29555 \begin_inset Graphics
29556         filename ../../images/tabular-feature_delete-row.png
29557         scale 85
29558
29559 \end_inset
29560
29561  de la barra de ecuaciones o el menú 
29562 \family sans
29563 Editar\SpecialChar \menuseparator
29564 Filas y columnas
29565 \family default
29566 .
29567 \end_layout
29568
29569 \begin_layout Subsubsection
29570 Entorno align estándar
29571 \begin_inset CommandInset label
29572 LatexCommand label
29573 name "sub:Entorno-align-estándar"
29574
29575 \end_inset
29576
29577
29578 \begin_inset Index idx
29579 status collapsed
29580
29581 \begin_layout Plain Layout
29582 Ecuación ! multilínea ! entorno align
29583 \end_layout
29584
29585 \end_inset
29586
29587
29588 \end_layout
29589
29590 \begin_layout Standard
29591 Este entorno align se crea pulsando 
29592 \family sans
29593 Ctrl+Entrar
29594 \family default
29595  en una ecuación o con el menú 
29596 \family sans
29597 Insertar\SpecialChar \menuseparator
29598 Ecuación\SpecialChar \menuseparator
29599 Entorno AMS align
29600 \family default
29601 .
29602 \end_layout
29603
29604 \begin_layout Standard
29605 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29606  align de cuatro columnas:
29607 \begin_inset Formula 
29608 \begin{align*}
29609 A & =\sen(B) & C & =D\\
29610 C & \neq A & B & \neq D
29611 \end{align*}
29612
29613 \end_inset
29614
29615 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29616  un 
29617 \series bold
29618
29619 \backslash
29620 hfill
29621 \series default
29622
29623 \begin_inset Foot
29624 status collapsed
29625
29626 \begin_layout Plain Layout
29627 Más sobre 
29628 \series bold
29629
29630 \backslash
29631 hfill
29632 \series default
29633  en 
29634 \begin_inset CommandInset ref
29635 LatexCommand ref
29636 reference "sub:Espacio-variable"
29637
29638 \end_inset
29639
29640
29641 \end_layout
29642
29643 \end_inset
29644
29645  antes de la primera y detrás de cada columna par.
29646  Si se pone en estilo 
29647 \series bold
29648 Sangrado
29649 \series default
29650 ,
29651 \begin_inset Foot
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655 véase estilos de ecuación en 
29656 \begin_inset CommandInset ref
29657 LatexCommand ref
29658 reference "sec:Estilos-de-ecuación"
29659
29660 \end_inset
29661
29662
29663 \end_layout
29664
29665 \end_inset
29666
29667  la ecuación queda sin el 
29668 \series bold
29669
29670 \backslash
29671 hfill
29672 \series default
29673  ante la primera columna.
29674 \end_layout
29675
29676 \begin_layout Subsubsection
29677 Entorno alignat
29678 \begin_inset Index idx
29679 status collapsed
29680
29681 \begin_layout Plain Layout
29682 Ecuación ! multilínea ! entorno alignat
29683 \end_layout
29684
29685 \end_inset
29686
29687
29688 \end_layout
29689
29690 \begin_layout Standard
29691 El entorno alignat no tiene separación predefinida de columnas.
29692  Se puede insertar manualmente con los espacios descritos en 
29693 \begin_inset CommandInset ref
29694 LatexCommand ref
29695 reference "sec:Espacio"
29696
29697 \end_inset
29698
29699 .
29700 \end_layout
29701
29702 \begin_layout Standard
29703 El ejemplo anterior en el entorno alignat, con un espacio de 1
29704 \begin_inset space \thinspace{}
29705 \end_inset
29706
29707 cm al comienzo da la segunda ecuación:
29708 \begin_inset Formula 
29709 \begin{alignat*}{2}
29710 A & =\sen(B)\hspace{1cm} & C & =D\\
29711 C & \neq A & B & \neq D
29712 \end{alignat*}
29713
29714 \end_inset
29715
29716 Como cada columna puede tener un espacio diferente, este entorno es especialment
29717 e apropiado para poner tres o más ecuaciones adosadas.
29718 \end_layout
29719
29720 \begin_layout Subsubsection
29721 Entorno flalign
29722 \begin_inset CommandInset label
29723 LatexCommand label
29724 name "sub:Entorno-flalign"
29725
29726 \end_inset
29727
29728
29729 \begin_inset Index idx
29730 status collapsed
29731
29732 \begin_layout Plain Layout
29733 Ecuación ! multilínea ! entorno flalign
29734 \end_layout
29735
29736 \end_inset
29737
29738
29739 \end_layout
29740
29741 \begin_layout Standard
29742 En este entorno las dos primeras columnas están siempre tan a la izquierda
29743  como sea posible y las dos últimas a la derecha.
29744  Ejemplo:
29745 \begin_inset Formula 
29746 \begin{flalign*}
29747 A & =1 & B & =2 & C & =3\\
29748 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
29749 \end{flalign*}
29750
29751 \end_inset
29752
29753 En un entorno flalign con un número impar de columnas, en la última de las
29754  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29755  alineadas a la izquierda, aunque se use el estilo 
29756 \series bold
29757 Centrado
29758 \series default
29759 .
29760  Un ejemplo de fórmula sangrada 
29761 \begin_inset CommandInset ref
29762 LatexCommand eqref
29763 reference "eq:IntVol"
29764
29765 \end_inset
29766
29767 :
29768 \begin_inset Formula 
29769 \begin{flalign}
29770 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
29771 \end{flalign}
29772
29773 \end_inset
29774
29775 Las dos primeras columnas contienen la fórmula.
29776  Para sangrarla como con el estilo 
29777 \series bold
29778 Sangrado
29779 \series default
29780 , se añade un espacio de 30
29781 \begin_inset space \thinspace{}
29782 \end_inset
29783
29784 pt al comienzo de la primera columna.
29785  
29786 \end_layout
29787
29788 \begin_layout Subsection
29789 Entorno eqnarray
29790 \begin_inset CommandInset label
29791 LatexCommand label
29792 name "sub:Entorno-eqnarray"
29793
29794 \end_inset
29795
29796
29797 \begin_inset Index idx
29798 status collapsed
29799
29800 \begin_layout Plain Layout
29801 Ecuación ! multilínea ! entorno eqnarray
29802 \end_layout
29803
29804 \end_inset
29805
29806
29807 \begin_inset Index idx
29808 status collapsed
29809
29810 \begin_layout Plain Layout
29811 Ecuación ! multilínea ! entorno eqnarray
29812 \end_layout
29813
29814 \end_inset
29815
29816
29817 \end_layout
29818
29819 \begin_layout Standard
29820 Al introducir este entorno aparecen tres marcos azules.
29821  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29822  El contenido del marco central está centrado y algo más pequeño, porque
29823  está diseñado para insertar sólo caracteres de relación.
29824 \begin_inset Formula 
29825 \begin{eqnarray*}
29826 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29827 AB & AB & AB\\
29828 A & = & A
29829 \end{eqnarray*}
29830
29831 \end_inset
29832
29833
29834 \end_layout
29835
29836 \begin_layout Subsection
29837 Entorno gather
29838 \begin_inset Index idx
29839 status collapsed
29840
29841 \begin_layout Plain Layout
29842 Ecuación ! multilínea ! entorno gather
29843 \end_layout
29844
29845 \end_inset
29846
29847
29848 \end_layout
29849
29850 \begin_layout Standard
29851 Este entorno consta de una sola columna centrada.
29852  Se puede numerar cada línea.
29853 \begin_inset Formula 
29854 \begin{gather}
29855 A=1\\
29856 X=\mbox{-}1
29857 \end{gather}
29858
29859 \end_inset
29860
29861
29862 \end_layout
29863
29864 \begin_layout Subsection
29865 Entorno multilínea
29866 \begin_inset CommandInset label
29867 LatexCommand label
29868 name "sub:Entorno-multilínea"
29869
29870 \end_inset
29871
29872
29873 \begin_inset Index idx
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877 Ecuación ! multilínea ! entorno multilínea
29878 \end_layout
29879
29880 \end_inset
29881
29882
29883 \end_layout
29884
29885 \begin_layout Standard
29886 El entorno multilínea, como gather, consta de una sola columna.
29887  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29888  Las demás están centradas.
29889  Por tanto este entorno es apropiado para ecuaciones largas.
29890  Como ejemplo, la ecuación
29891 \begin_inset space ~
29892 \end_inset
29893
29894
29895 \begin_inset CommandInset ref
29896 LatexCommand eqref
29897 reference "eq:lefteqn"
29898
29899 \end_inset
29900
29901  en entorno multilínea:
29902 \begin_inset Formula 
29903 \begin{multline}
29904 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}\\
29905 -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}\\
29906 =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}}
29907 \end{multline}
29908
29909 \end_inset
29910
29911 En la salida sólo aparece numerada la última (primera) línea si la numeración
29912  del documento es a la derecha (izquierda).
29913 \begin_inset Foot
29914 status collapsed
29915
29916 \begin_layout Plain Layout
29917 véanse los estilos de numeración en 
29918 \begin_inset CommandInset ref
29919 LatexCommand ref
29920 reference "sec:Estilos-de-ecuación"
29921
29922 \end_inset
29923
29924
29925 \end_layout
29926
29927 \end_inset
29928
29929
29930 \end_layout
29931
29932 \begin_layout Standard
29933 Con los comandos 
29934 \series bold
29935
29936 \backslash
29937 shoveright
29938 \series default
29939
29940 \begin_inset Index idx
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944 Comandos ! S ! 
29945 \backslash
29946 shoveright
29947 \end_layout
29948
29949 \end_inset
29950
29951  y 
29952 \series bold
29953
29954 \backslash
29955 shoveleft
29956 \series default
29957
29958 \begin_inset Index idx
29959 status collapsed
29960
29961 \begin_layout Plain Layout
29962 Comandos ! S ! 
29963 \backslash
29964 shoveleft
29965 \end_layout
29966
29967 \end_inset
29968
29969 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29970 ente.
29971  Los comandos se usan como sigue:
29972 \end_layout
29973
29974 \begin_layout Standard
29975
29976 \series bold
29977
29978 \backslash
29979 shoveright{contenido de la línea}
29980 \series default
29981  y 
29982 \series bold
29983
29984 \backslash
29985 shoveleft{contenido de la línea}
29986 \end_layout
29987
29988 \begin_layout Standard
29989 \begin_inset VSpace medskip
29990 \end_inset
29991
29992
29993 \end_layout
29994
29995 \begin_layout Standard
29996 La longitud 
29997 \series bold
29998
29999 \backslash
30000 multlinegap
30001 \series default
30002
30003 \begin_inset Index idx
30004 status collapsed
30005
30006 \begin_layout Plain Layout
30007 Comandos ! M ! 
30008 \backslash
30009 multlinegap
30010 \end_layout
30011
30012 \end_inset
30013
30014  especifica la distancia de la primera línea desde el margen izquierdo de
30015  la página.
30016  Esta longitud es 0
30017 \begin_inset space \thinspace{}
30018 \end_inset
30019
30020 pt por omisión.
30021 \end_layout
30022
30023 \begin_layout Standard
30024 Como ejemplo la ecuación anterior con el comando
30025 \end_layout
30026
30027 \begin_layout Standard
30028
30029 \series bold
30030
30031 \backslash
30032 setlength{
30033 \backslash
30034 multlinegap}{2cm}
30035 \end_layout
30036
30037 \begin_layout Standard
30038 insertado previamente en modo TeX:
30039 \begin_inset ERT
30040 status collapsed
30041
30042 \begin_layout Plain Layout
30043
30044
30045 \backslash
30046 setlength{
30047 \backslash
30048 multlinegap}{2cm}
30049 \end_layout
30050
30051 \end_inset
30052
30053
30054 \begin_inset Formula 
30055 \begin{multline}
30056 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}\\
30057 \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}}\\
30058 =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}}
30059 \end{multline}
30060
30061 \end_inset
30062
30063
30064 \begin_inset ERT
30065 status collapsed
30066
30067 \begin_layout Plain Layout
30068
30069
30070 \backslash
30071 setlength{
30072 \backslash
30073 multlinegap}{0pt}
30074 \end_layout
30075
30076 \end_inset
30077
30078 La segunda línea se ha alineado a la izquierda con 
30079 \series bold
30080
30081 \backslash
30082 shoveleft
30083 \series default
30084 .
30085 \end_layout
30086
30087 \begin_layout Subsection
30088 Ecuación con partes multilínea
30089 \begin_inset CommandInset label
30090 LatexCommand label
30091 name "sub:Partes-multilínea"
30092
30093 \end_inset
30094
30095
30096 \begin_inset Index idx
30097 status collapsed
30098
30099 \begin_layout Plain Layout
30100 Ecuación ! multilínea ! solo parte
30101 \end_layout
30102
30103 \end_inset
30104
30105
30106 \end_layout
30107
30108 \begin_layout Standard
30109 Para mostrar solo partes de una ecuación en modo multilínea usa uno de los
30110  siguientes entornos: 
30111 \series bold
30112 aligned
30113 \series default
30114
30115 \series bold
30116 alignedat
30117 \series default
30118
30119 \series bold
30120 gathered
30121 \series default
30122  o 
30123 \series bold
30124 split
30125 \series default
30126 .
30127  Se pueden elegir en el menú 
30128 \family sans
30129 Insertar\SpecialChar \menuseparator
30130 Ecuación
30131 \family default
30132  o usando los comandos aquí descritos.
30133 \end_layout
30134
30135 \begin_layout Standard
30136 Los tres primeros tienen las mismas propiedades que los correspondientes
30137  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
30138  Un ejemplo:
30139 \begin_inset Formula 
30140 \[
30141 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
30142 \Delta E\Delta t & \ge\frac{\hbar}{2}
30143 \end{aligned}
30144 \right\} \mbox{Relaciones de incertidumbre}
30145 \]
30146
30147 \end_inset
30148
30149 Para componer esta expresión se inserta una ecuación presentada y en ella
30150  se introduce el comando 
30151 \series bold
30152
30153 \backslash
30154 aligned
30155 \series default
30156
30157 \begin_inset Index idx
30158 status collapsed
30159
30160 \begin_layout Plain Layout
30161 Comandos ! A ! 
30162 \backslash
30163 aligned
30164 \end_layout
30165
30166 \end_inset
30167
30168 .
30169  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
30170  añadir filas y columnas.
30171  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
30172  como la llave.
30173 \end_layout
30174
30175 \begin_layout Standard
30176 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
30177  se alinean horizontalmente.
30178  Usar aligned en una ecuación presentada tiene la ventaja de que el número
30179  de ecuación se centra verticalmente con las líneas.
30180  Como ejemplo, la ecuación 
30181 \begin_inset CommandInset ref
30182 LatexCommand eqref
30183 reference "eq:cortolargo"
30184
30185 \end_inset
30186
30187  en entorno aligned: 
30188 \begin_inset Formula 
30189 \begin{equation}
30190 \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}|}\\
30191  & -\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}|}
30192 \end{aligned}
30193 \end{equation}
30194
30195 \end_inset
30196
30197 Para usar los entornos 
30198 \series bold
30199 alignedat
30200 \series default
30201
30202 \series bold
30203 gathered
30204 \series default
30205 , o 
30206 \series bold
30207 split
30208 \series default
30209 , se insertan respectivamente los comandos
30210 \series bold
30211  
30212 \backslash
30213 alignedat
30214 \series default
30215 ,
30216 \begin_inset Index idx
30217 status collapsed
30218
30219 \begin_layout Plain Layout
30220 Comandos ! A ! 
30221 \backslash
30222 alignedat
30223 \end_layout
30224
30225 \end_inset
30226
30227  
30228 \series bold
30229
30230 \backslash
30231 gathered
30232 \series default
30233
30234 \begin_inset Index idx
30235 status collapsed
30236
30237 \begin_layout Plain Layout
30238 Comandos ! G ! 
30239 \backslash
30240 gathered
30241 \end_layout
30242
30243 \end_inset
30244
30245 , o 
30246 \series bold
30247
30248 \backslash
30249 split
30250 \series default
30251
30252 \begin_inset Index idx
30253 status collapsed
30254
30255 \begin_layout Plain Layout
30256 Comandos ! S ! 
30257 \backslash
30258 split
30259 \end_layout
30260
30261 \end_inset
30262
30263 .
30264  El entorno split tiene las mismas propiedades que aligned pero sólo puede
30265  tener dos columnas.
30266 \end_layout
30267
30268 \begin_layout Subsection
30269 Texto en ecuaciones multilínea
30270 \begin_inset CommandInset label
30271 LatexCommand label
30272 name "sub:Texto-en-multilínea"
30273
30274 \end_inset
30275
30276
30277 \begin_inset Index idx
30278 status collapsed
30279
30280 \begin_layout Plain Layout
30281 Texto ! en ecuaciones
30282 \end_layout
30283
30284 \end_inset
30285
30286
30287 \begin_inset Index idx
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291 Ecuación ! multilínea ! texto en
30292 \end_layout
30293
30294 \end_inset
30295
30296
30297 \end_layout
30298
30299 \begin_layout Standard
30300 En los entornos align, multilínea y gather, se puede insertar texto que
30301  se mostrará en una línea separada y que no afecta la alineación de columna.
30302  Para esto se usa el comando 
30303 \series bold
30304
30305 \backslash
30306 intertext
30307 \series default
30308
30309 \begin_inset Index idx
30310 status collapsed
30311
30312 \begin_layout Plain Layout
30313 Comandos ! I ! 
30314 \backslash
30315 intertext
30316 \end_layout
30317
30318 \end_inset
30319
30320  con el siguiente esquema:
30321 \end_layout
30322
30323 \begin_layout Standard
30324
30325 \series bold
30326
30327 \backslash
30328 intertext{texto}
30329 \end_layout
30330
30331 \begin_layout Standard
30332 El texto no debería ocupar más de una línea porque no se puede partir con
30333  guión.
30334  Como LyX aún no soporta 
30335 \series bold
30336
30337 \backslash
30338 intertext
30339 \series default
30340  directamente, el texto se escribe como texto matemático.
30341  
30342 \series bold
30343
30344 \backslash
30345 intertext
30346 \series default
30347  debe por tanto estar al comienzo de una línea y en la salida se presenta
30348  sobre esta línea.
30349  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
30350 \begin_inset Formula 
30351 \begin{align}
30352 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30353 \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
30354 \end{align}
30355
30356 \end_inset
30357
30358
30359 \end_layout
30360
30361 \begin_layout Section
30362 Numeración de ecuaciones
30363 \begin_inset Index idx
30364 status collapsed
30365
30366 \begin_layout Plain Layout
30367 Ecuación ! numeración|see
30368 \begin_inset ERT
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372
30373 {
30374 \end_layout
30375
30376 \end_inset
30377
30378 Numeración de ecuaciones
30379 \begin_inset ERT
30380 status collapsed
30381
30382 \begin_layout Plain Layout
30383
30384 }
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \end_layout
30391
30392 \end_inset
30393
30394
30395 \begin_inset Index idx
30396 status collapsed
30397
30398 \begin_layout Plain Layout
30399 Numeración de ecuaciones
30400 \end_layout
30401
30402 \end_inset
30403
30404
30405 \end_layout
30406
30407 \begin_layout Subsection
30408 General
30409 \end_layout
30410
30411 \begin_layout Standard
30412 Las ecuaciones numeradas se insertan con el menú 
30413 \family sans
30414 Insertar\SpecialChar \menuseparator
30415 Ecuación
30416 \family default
30417  
30418 \family sans
30419 \SpecialChar \menuseparator
30420 Numerada
30421 \family default
30422  (atajo 
30423 \family sans
30424 Ctrl+Alt
30425 \begin_inset space ~
30426 \end_inset
30427
30428 N
30429 \family default
30430 ).
30431  Ecuaciones existentes se pueden numerar con el menú 
30432 \family sans
30433 Editar\SpecialChar \menuseparator
30434 Ecuación\SpecialChar \menuseparator
30435 Numerar la ecuación
30436 \family default
30437  (atajo
30438 \family sans
30439  Alt+M
30440 \begin_inset space ~
30441 \end_inset
30442
30443 N
30444 \family default
30445 ).
30446  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
30447  En la salida se muestra el número real.
30448 \end_layout
30449
30450 \begin_layout Standard
30451 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
30452  líneas.
30453  No obstante, la numeración se puede controlar en cada línea con el menú
30454  
30455 \family sans
30456 Editar\SpecialChar \menuseparator
30457 Ecuación\SpecialChar \menuseparator
30458 Numerar la línea
30459 \family default
30460  (atajo
30461 \family sans
30462  Alt+M
30463 \begin_inset space ~
30464 \end_inset
30465
30466 Mayúsculas+N
30467 \family default
30468 ).
30469 \end_layout
30470
30471 \begin_layout Standard
30472 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
30473  distintos, véase 
30474 \begin_inset CommandInset ref
30475 LatexCommand ref
30476 reference "sec:Estilos-de-ecuación"
30477
30478 \end_inset
30479
30480 .
30481 \end_layout
30482
30483 \begin_layout Subsection
30484 Referencias cruzadas
30485 \begin_inset Index idx
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489 Ecuación ! referencias cruzadas a
30490 \end_layout
30491
30492 \end_inset
30493
30494
30495 \end_layout
30496
30497 \begin_layout Standard
30498 Todas las ecuaciones con etiqueta se pueden referir.
30499  La etiqueta se añade con el menú 
30500 \family sans
30501 Insertar\SpecialChar \menuseparator
30502 Etiqueta
30503 \family default
30504  o con el botón 
30505 \begin_inset Graphics
30506         filename ../../images/label-insert.png
30507         scale 85
30508
30509 \end_inset
30510
30511  de la barra de herramientas.
30512  El cursor debe estar dentro de una ecuación en modo presentación.
30513  Surge un diálogo con el prefijo 
30514 \series bold
30515 eq:
30516 \series default
30517 , detrás del cual se escribe el texto de la etiqueta.
30518  El prefijo significa 
30519 \begin_inset Quotes fld
30520 \end_inset
30521
30522 equation
30523 \begin_inset Quotes frd
30524 \end_inset
30525
30526  y hace más fácil encontrar etiquetas en documentos extensos porque así
30527  se distingue p.
30528 \begin_inset space \thinspace{}
30529 \end_inset
30530
30531 e.
30532 \begin_inset space ~
30533 \end_inset
30534
30535 de las etiquetas de sección.
30536  Para cambiar una etiqueta se usa de nuevo el menú 
30537 \family sans
30538 Insertar\SpecialChar \menuseparator
30539 Etiqueta
30540 \family default
30541 .
30542 \end_layout
30543
30544 \begin_layout Standard
30545 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
30546  ecuación.
30547  Una ecuación con etiqueta se numera siempre.
30548 \end_layout
30549
30550 \begin_layout Standard
30551 Las referencias cruzadas se insertan mediante el menú 
30552 \family sans
30553 Insertar\SpecialChar \menuseparator
30554 Referencia cruzada
30555 \family default
30556  o con el botón 
30557 \begin_inset Graphics
30558         filename ../../images/dialog-show-new-inset_ref.png
30559         scale 85
30560
30561 \end_inset
30562
30563 .
30564  Una referencia a una ecuación aparece en la salida con su número.
30565  Si en el diálogo de referencia cruzada se elige el formato 
30566 \series bold
30567 (<referencia>)
30568 \series default
30569 , la referencia se muestra en la salida entre paréntesis.
30570  
30571 \begin_inset Newline newline
30572 \end_inset
30573
30574 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
30575  a la ecuación de referencia.
30576 \end_layout
30577
30578 \begin_layout Standard
30579 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30580  siguientes:
30581 \begin_inset Note Note
30582 status collapsed
30583
30584 \begin_layout Plain Layout
30585 Observa los distintos tipos de referencias cruzadas.
30586 \end_layout
30587
30588 \end_inset
30589
30590
30591 \end_layout
30592
30593 \begin_layout Standard
30594 Las ecuaciones 
30595 \begin_inset CommandInset ref
30596 LatexCommand eqref
30597 reference "eq:tag"
30598
30599 \end_inset
30600
30601  y 
30602 \begin_inset CommandInset ref
30603 LatexCommand eqref
30604 reference "eq:c"
30605
30606 \end_inset
30607
30608  son equivalentes.
30609  En (
30610 \begin_inset CommandInset ref
30611 LatexCommand ref
30612 reference "eq:Lat"
30613
30614 \end_inset
30615
30616 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30617 \begin_inset CommandInset ref
30618 LatexCommand ref
30619 reference "eq:Rom"
30620
30621 \end_inset
30622
30623 ).
30624 \begin_inset VSpace medskip
30625 \end_inset
30626
30627
30628 \end_layout
30629
30630 \begin_layout Standard
30631 Si el argumento de 
30632 \series bold
30633
30634 \backslash
30635 tag
30636 \begin_inset Foot
30637 status collapsed
30638
30639 \begin_layout Plain Layout
30640
30641 \series bold
30642
30643 \backslash
30644 tag
30645 \series default
30646  se describe en 
30647 \begin_inset CommandInset ref
30648 LatexCommand ref
30649 reference "sub:Numeración-personalizada"
30650
30651 \end_inset
30652
30653
30654 \end_layout
30655
30656 \end_inset
30657
30658
30659 \series default
30660  contiene un marco, como se describe en la 
30661 \begin_inset CommandInset ref
30662 LatexCommand ref
30663 reference "sub:Marcos-de-párrafo"
30664
30665 \end_inset
30666
30667 , no se puede referir la ecuación.
30668 \end_layout
30669
30670 \begin_layout Subsection
30671 Subnumeración
30672 \begin_inset Index idx
30673 status collapsed
30674
30675 \begin_layout Plain Layout
30676 Numeración de ecuaciones ! subnumeración
30677 \end_layout
30678
30679 \end_inset
30680
30681
30682 \end_layout
30683
30684 \begin_layout Standard
30685 Con ayuda de los comandos 
30686 \series bold
30687
30688 \backslash
30689 begin{subequations}
30690 \series default
30691  y 
30692 \series bold
30693
30694 \backslash
30695 end{subequations}
30696 \series default
30697  en modo TeX se pueden subnumerar ecuaciones.
30698 \end_layout
30699
30700 \begin_layout Standard
30701 Ejemplo:
30702 \begin_inset Formula 
30703 \begin{equation}
30704 A=C-B\label{eq:a}
30705 \end{equation}
30706
30707 \end_inset
30708
30709
30710 \begin_inset ERT
30711 status collapsed
30712
30713 \begin_layout Plain Layout
30714
30715
30716 \backslash
30717 addtocounter{equation}{-1}
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \begin_inset ERT
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727
30728
30729 \backslash
30730 begin{subequations}
30731 \end_layout
30732
30733 \end_inset
30734
30735
30736 \begin_inset VSpace -5mm
30737 \end_inset
30738
30739
30740 \begin_inset Formula 
30741 \begin{equation}
30742 B=C-A\label{eq:b}
30743 \end{equation}
30744
30745 \end_inset
30746
30747
30748 \begin_inset Formula 
30749 \begin{equation}
30750 C=A+B\label{eq:c}
30751 \end{equation}
30752
30753 \end_inset
30754
30755
30756 \end_layout
30757
30758 \begin_layout Standard
30759 \begin_inset ERT
30760 status collapsed
30761
30762 \begin_layout Plain Layout
30763
30764
30765 \backslash
30766 end{subequations}
30767 \end_layout
30768
30769 \end_inset
30770
30771
30772 \end_layout
30773
30774 \begin_layout Standard
30775 Para este ejemplo se ha hecho lo siguiente:
30776 \end_layout
30777
30778 \begin_layout Enumerate
30779 se inserta la primera ecuación
30780 \end_layout
30781
30782 \begin_layout Enumerate
30783 después de ella se inserta
30784 \series bold
30785
30786 \begin_inset Newline newline
30787 \end_inset
30788
30789
30790 \backslash
30791 addtocounter{equation}{-1} 
30792 \backslash
30793 begin{subequations}
30794 \begin_inset Index idx
30795 status collapsed
30796
30797 \begin_layout Plain Layout
30798 Comandos ! A ! 
30799 \backslash
30800 addtocounter
30801 \end_layout
30802
30803 \end_inset
30804
30805
30806 \end_layout
30807
30808 \begin_layout Enumerate
30809 se inserta la segunda ecuación
30810 \end_layout
30811
30812 \begin_layout Enumerate
30813 se inserta la tercera ecuación
30814 \end_layout
30815
30816 \begin_layout Enumerate
30817 se inserta 
30818 \series bold
30819
30820 \backslash
30821 end{subequations}
30822 \series default
30823  tras la tercera ecuación
30824 \end_layout
30825
30826 \begin_layout Standard
30827 Toda ecuación entre los comandos 
30828 \series bold
30829
30830 \backslash
30831 begin
30832 \series default
30833  y 
30834 \series bold
30835
30836 \backslash
30837 end
30838 \series default
30839  se subnumera con a, b, c\SpecialChar \ldots{}
30840  En ecuaciones multilínea se subnumerará cada línea.
30841  Todas las ecuaciones subnumeradas son tratadas como 
30842 \emph on
30843 una
30844 \emph default
30845  ecuación numerada.
30846  Pero como cada ecuación numerada aumenta el contador 
30847 \series bold
30848 equation
30849 \series default
30850  en uno, hay que disminuir el comando 
30851 \series bold
30852
30853 \backslash
30854 addtocounter
30855 \series default
30856 .
30857  De lo contrario, las ecuaciones 
30858 \begin_inset CommandInset ref
30859 LatexCommand eqref
30860 reference "eq:a"
30861
30862 \end_inset
30863
30864
30865 \begin_inset CommandInset ref
30866 LatexCommand eqref
30867 reference "eq:b"
30868
30869 \end_inset
30870
30871
30872 \begin_inset CommandInset ref
30873 LatexCommand eqref
30874 reference "eq:c"
30875
30876 \end_inset
30877
30878  se numerarían 
30879 \begin_inset CommandInset ref
30880 LatexCommand eqref
30881 reference "eq:a"
30882
30883 \end_inset
30884
30885
30886 \begin_inset CommandInset ref
30887 LatexCommand eqref
30888 reference "eq:d"
30889
30890 \end_inset
30891
30892
30893 \begin_inset CommandInset ref
30894 LatexCommand eqref
30895 reference "eq:f"
30896
30897 \end_inset
30898
30899 .
30900 \end_layout
30901
30902 \begin_layout Standard
30903 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30904  ecuaciones.
30905  Para evitarlo se inserta ese espacio vertical de -5
30906 \begin_inset space \thinspace{}
30907 \end_inset
30908
30909 mm detrás del comando 
30910 \series bold
30911
30912 \backslash
30913 begin{subequations}
30914 \series default
30915 .
30916
30917 \series bold
30918  
30919 \series default
30920 Si se usa el estilo 
30921 \series bold
30922 Sangrado
30923 \series default
30924
30925 \begin_inset Foot
30926 status collapsed
30927
30928 \begin_layout Plain Layout
30929 véase estilos de ecuación en 
30930 \begin_inset CommandInset ref
30931 LatexCommand ref
30932 reference "sec:Estilos-de-ecuación"
30933
30934 \end_inset
30935
30936
30937 \end_layout
30938
30939 \end_inset
30940
30941 , entonces se inserta -7
30942 \begin_inset space \thinspace{}
30943 \end_inset
30944
30945 mm.
30946 \end_layout
30947
30948 \begin_layout Standard
30949 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30950  de la segunda línea:
30951 \begin_inset ERT
30952 status collapsed
30953
30954 \begin_layout Plain Layout
30955
30956
30957 \backslash
30958 begin{subequations}
30959 \end_layout
30960
30961 \end_inset
30962
30963
30964 \begin_inset Formula 
30965 \begin{eqnarray}
30966 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30967  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30968  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30969 \end{eqnarray}
30970
30971 \end_inset
30972
30973
30974 \begin_inset ERT
30975 status collapsed
30976
30977 \begin_layout Plain Layout
30978
30979
30980 \backslash
30981 end{subequations}
30982 \end_layout
30983
30984 \end_inset
30985
30986
30987 \end_layout
30988
30989 \begin_layout Subsection
30990 Numeración definida por el usuario
30991 \begin_inset CommandInset label
30992 LatexCommand label
30993 name "sub:Numeración-personalizada"
30994
30995 \end_inset
30996
30997
30998 \begin_inset Index idx
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002 Numeración de ecuaciones ! personalizada
31003 \end_layout
31004
31005 \end_inset
31006
31007
31008 \end_layout
31009
31010 \begin_layout Standard
31011 Con la numeración estándar el número se coloca entre paréntesis.
31012  Para reemplazar los paréntesis con barras verticales, p.
31013 \begin_inset space \thinspace{}
31014 \end_inset
31015
31016 e., se añade al preámbulo LaTeX la línea: 
31017 \end_layout
31018
31019 \begin_layout Standard
31020
31021 \series bold
31022
31023 \backslash
31024 def
31025 \backslash
31026 tagform@#1{
31027 \backslash
31028 maketag@@@{|#1|}}
31029 \series default
31030
31031 \begin_inset Note Note
31032 status collapsed
31033
31034 \begin_layout Plain Layout
31035 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
31036  Para activarlo, quita el % del principio.
31037 \end_layout
31038
31039 \end_inset
31040
31041
31042 \end_layout
31043
31044 \begin_layout Standard
31045 Para usar otros caracteres, se reemplazan las barras al lado de 
31046 \series bold
31047 #1
31048 \series default
31049  por ellos.
31050  Para obtener sólo el número de ecuación se omiten las barras verticales.
31051 \begin_inset VSpace bigskip
31052 \end_inset
31053
31054
31055 \end_layout
31056
31057 \begin_layout Standard
31058 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
31059  consecutivo, se usa el comando 
31060 \series bold
31061
31062 \backslash
31063 tag
31064 \begin_inset Index idx
31065 status collapsed
31066
31067 \begin_layout Plain Layout
31068 Comandos ! T ! 
31069 \backslash
31070 tag
31071 \end_layout
31072
31073 \end_inset
31074
31075
31076 \series default
31077 :
31078 \begin_inset Formula 
31079 \begin{equation}
31080 A+B=C\tag{algo}\label{eq:tag}
31081 \end{equation}
31082
31083 \end_inset
31084
31085 En este ejemplo se ha insertado el comando
31086 \series bold
31087  
31088 \backslash
31089 tag
31090 \begin_inset ERT
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094
31095
31096 \backslash
31097 spce 
31098 \end_layout
31099
31100 \end_inset
31101
31102 algo
31103 \series default
31104  en la ecuación.
31105 \end_layout
31106
31107 \begin_layout Standard
31108 Si se usa en su lugar el comando con asterisco 
31109 \series bold
31110
31111 \backslash
31112 tag*
31113 \begin_inset ERT
31114 status collapsed
31115
31116 \begin_layout Plain Layout
31117
31118
31119 \backslash
31120 spce 
31121 \end_layout
31122
31123 \end_inset
31124
31125 algo
31126 \series default
31127  no se imprimen los paréntesis:
31128 \begin_inset Formula 
31129 \[
31130 A+B=C\tag*{algo}
31131 \]
31132
31133 \end_inset
31134
31135
31136 \end_layout
31137
31138 \begin_layout Standard
31139 \begin_inset VSpace bigskip
31140 \end_inset
31141
31142
31143 \end_layout
31144
31145 \begin_layout Standard
31146 Para reiniciar la numeración en nuevas partes o secciones del documento
31147  se usan los siguientes comandos:
31148 \end_layout
31149
31150 \begin_layout Standard
31151
31152 \series bold
31153
31154 \backslash
31155 @addtoreset{equation}{part}
31156 \series default
31157
31158 \begin_inset Index idx
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162 Comandos ! 
31163 \begin_inset ERT
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167
31168 "
31169 \end_layout
31170
31171 \end_inset
31172
31173 @
31174 \begin_inset ERT
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178
31179 "
31180 \end_layout
31181
31182 \end_inset
31183
31184  ! 
31185 \backslash
31186
31187 \begin_inset ERT
31188 status collapsed
31189
31190 \begin_layout Plain Layout
31191
31192 "
31193 \end_layout
31194
31195 \end_inset
31196
31197 @
31198 \begin_inset ERT
31199 status collapsed
31200
31201 \begin_layout Plain Layout
31202
31203 "
31204 \end_layout
31205
31206 \end_inset
31207
31208 addtoreset
31209 \end_layout
31210
31211 \end_inset
31212
31213
31214 \begin_inset Newline newline
31215 \end_inset
31216
31217
31218 \series bold
31219
31220 \backslash
31221 @addtoreset{equation}{section}
31222 \end_layout
31223
31224 \begin_layout Standard
31225 Pata poder usar estos comandos en modo TeX, el carácter 
31226 \begin_inset Quotes fld
31227 \end_inset
31228
31229 @
31230 \begin_inset Quotes frd
31231 \end_inset
31232
31233  debe 
31234 \begin_inset Quotes fld
31235 \end_inset
31236
31237 activarse
31238 \begin_inset Quotes frd
31239 \end_inset
31240
31241  para LaTeX con el comando 
31242 \series bold
31243
31244 \backslash
31245 makeatletter
31246 \series default
31247 .
31248  El comando 
31249 \series bold
31250
31251 \backslash
31252 makeatother
31253 \series default
31254  deshace esto.
31255  Así pues, la secuencia de comandos en modo TeX es:
31256 \end_layout
31257
31258 \begin_layout Standard
31259
31260 \series bold
31261
31262 \backslash
31263 makeatletter
31264 \begin_inset Newline newline
31265 \end_inset
31266
31267
31268 \backslash
31269 @addtoreset{equation}{section}
31270 \begin_inset Newline newline
31271 \end_inset
31272
31273
31274 \backslash
31275 makeatother
31276 \end_layout
31277
31278 \begin_layout Standard
31279 En el preámbulo LaTeX se pueden omitir 
31280 \series bold
31281
31282 \backslash
31283 makeatletter
31284 \series default
31285  y 
31286 \series bold
31287
31288 \backslash
31289 makeatother
31290 \series default
31291  pues son automáticamente insertados por LyX.
31292 \end_layout
31293
31294 \begin_layout Standard
31295 Para el comando 
31296 \series bold
31297
31298 \backslash
31299 @addtoreset
31300 \series default
31301 ,
31302 \series bold
31303  
31304 \series default
31305 hay que cargar en el preámbulo LaTeX el archivo 
31306 \series bold
31307 remreset.sty
31308 \series default
31309
31310 \begin_inset Foot
31311 status collapsed
31312
31313 \begin_layout Plain Layout
31314
31315 \series bold
31316 remreset
31317 \series default
31318  es parte del paquete LaTeX 
31319 \series bold
31320 carlisle
31321 \series default
31322
31323 \begin_inset Index idx
31324 status collapsed
31325
31326 \begin_layout Plain Layout
31327 Paquetes ! carlisle
31328 \end_layout
31329
31330 \end_inset
31331
31332 , incluido en las instalaciones estándar de LaTeX.
31333 \end_layout
31334
31335 \end_inset
31336
31337
31338 \begin_inset Index idx
31339 status collapsed
31340
31341 \begin_layout Plain Layout
31342 Paquetes ! remreset
31343 \end_layout
31344
31345 \end_inset
31346
31347  con la línea
31348 \end_layout
31349
31350 \begin_layout Standard
31351
31352 \series bold
31353
31354 \backslash
31355 usepackage{remreset}
31356 \end_layout
31357
31358 \begin_layout Standard
31359 Entonces se puede usar el comando 
31360 \series bold
31361
31362 \backslash
31363 @removefromreset
31364 \series default
31365
31366 \begin_inset Index idx
31367 status collapsed
31368
31369 \begin_layout Plain Layout
31370 Comandos ! 
31371 \begin_inset ERT
31372 status collapsed
31373
31374 \begin_layout Plain Layout
31375
31376 "
31377 \end_layout
31378
31379 \end_inset
31380
31381 @
31382 \begin_inset ERT
31383 status collapsed
31384
31385 \begin_layout Plain Layout
31386
31387 "
31388 \end_layout
31389
31390 \end_inset
31391
31392  ! 
31393 \backslash
31394
31395 \begin_inset ERT
31396 status collapsed
31397
31398 \begin_layout Plain Layout
31399
31400 "
31401 \end_layout
31402
31403 \end_inset
31404
31405 @
31406 \begin_inset ERT
31407 status collapsed
31408
31409 \begin_layout Plain Layout
31410
31411 "
31412 \end_layout
31413
31414 \end_inset
31415
31416 removefromreset
31417 \end_layout
31418
31419 \end_inset
31420
31421  con el mismo esquema que 
31422 \series bold
31423
31424 \backslash
31425 @addtoreset
31426 \series default
31427 .
31428 \begin_inset VSpace bigskip
31429 \end_inset
31430
31431
31432 \end_layout
31433
31434 \begin_layout Standard
31435 A veces las ecuaciones deberían numerarse de la siguiente manera:
31436 \end_layout
31437
31438 \begin_layout Standard
31439
31440 \family typewriter
31441 (número de sección.número de ecuación)
31442 \end_layout
31443
31444 \begin_layout Standard
31445 El número de ecuación empezaría con 
31446 \begin_inset Quotes fld
31447 \end_inset
31448
31449 1
31450 \begin_inset Quotes frd
31451 \end_inset
31452
31453  en cada sección.
31454 \end_layout
31455
31456 \begin_layout Standard
31457 Para este caso hay el comando 
31458 \series bold
31459
31460 \backslash
31461 numberwithin
31462 \series default
31463
31464 \begin_inset Index idx
31465 status collapsed
31466
31467 \begin_layout Plain Layout
31468 Comandos ! N ! 
31469 \backslash
31470 numberwithin
31471 \end_layout
31472
31473 \end_inset
31474
31475 , que se usa con el esquema:
31476 \end_layout
31477
31478 \begin_layout Standard
31479
31480 \series bold
31481
31482 \backslash
31483 numberwithin{counter}{sectioning}
31484 \end_layout
31485
31486 \begin_layout Standard
31487 \begin_inset Quotes fld
31488 \end_inset
31489
31490 counter
31491 \begin_inset Quotes frd
31492 \end_inset
31493
31494  indica qué clase de numeración es afectada, 
31495 \begin_inset Quotes fld
31496 \end_inset
31497
31498 sectioning
31499 \begin_inset Quotes frd
31500 \end_inset
31501
31502  indica qué número va delante del punto.
31503  
31504 \end_layout
31505
31506 \begin_layout Standard
31507 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
31508  en el preámbulo LaTeX:
31509 \end_layout
31510
31511 \begin_layout Standard
31512
31513 \series bold
31514
31515 \backslash
31516 numberwithin{equation}{section}
31517 \end_layout
31518
31519 \begin_layout Standard
31520 Este es el resultado::
31521 \begin_inset ERT
31522 status collapsed
31523
31524 \begin_layout Plain Layout
31525
31526
31527 \backslash
31528 numberwithin{equation}{section}
31529 \end_layout
31530
31531 \end_inset
31532
31533
31534 \begin_inset Formula 
31535 \begin{equation}
31536 A+B=C
31537 \end{equation}
31538
31539 \end_inset
31540
31541
31542 \end_layout
31543
31544 \begin_layout Standard
31545 Para numerar cuadros de modo que, p.
31546 \begin_inset space \thinspace{}
31547 \end_inset
31548
31549 ej., 
31550 \begin_inset Quotes fld
31551 \end_inset
31552
31553 sectioning
31554 \begin_inset Quotes frd
31555 \end_inset
31556
31557  sea el número de la parte se usa
31558 \begin_inset Newline newline
31559 \end_inset
31560
31561
31562 \series bold
31563
31564 \backslash
31565 numberwithin{table}{part}
31566 \end_layout
31567
31568 \begin_layout Standard
31569 Para volver a la numeración estándar o evitar esta clase numeración cuando
31570  es definida por la clase de documento, se inserta el siguiente comando
31571  en código TeX o en el preámbulo LaTeX:
31572 \end_layout
31573
31574 \begin_layout Standard
31575
31576 \series bold
31577
31578 \backslash
31579 renewcommand{
31580 \backslash
31581 theequation}{
31582 \backslash
31583 arabic{equation}}
31584 \begin_inset Index idx
31585 status collapsed
31586
31587 \begin_layout Plain Layout
31588 Comandos ! A ! 
31589 \backslash
31590 arabic
31591 \end_layout
31592
31593 \end_inset
31594
31595
31596 \series default
31597
31598 \begin_inset ERT
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602
31603
31604 \backslash
31605 renewcommand{
31606 \backslash
31607 theequation}{
31608 \backslash
31609 arabic{equation}}
31610 \end_layout
31611
31612 \end_inset
31613
31614
31615 \series bold
31616
31617 \begin_inset Newline newline
31618 \end_inset
31619
31620
31621 \series default
31622 o
31623 \series bold
31624
31625 \begin_inset Newline newline
31626 \end_inset
31627
31628
31629 \backslash
31630 renewcommand{
31631 \backslash
31632 thetable}{
31633 \backslash
31634 arabic{table}}
31635 \end_layout
31636
31637 \begin_layout Standard
31638
31639 \series bold
31640
31641 \backslash
31642 numberwithin
31643 \series default
31644  usa internamente el comando 
31645 \series bold
31646
31647 \backslash
31648 @addtoreset
31649 \series default
31650 , descrito arriba, que también debe ser restaurado.
31651 \begin_inset ERT
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655
31656
31657 \backslash
31658 makeatletter
31659 \end_layout
31660
31661 \begin_layout Plain Layout
31662
31663
31664 \backslash
31665 @removefromreset{equation}{section}
31666 \end_layout
31667
31668 \begin_layout Plain Layout
31669
31670
31671 \backslash
31672 makeatother
31673 \end_layout
31674
31675 \end_inset
31676
31677
31678 \end_layout
31679
31680 \begin_layout Subsection
31681 Numeración con números romanos y letras
31682 \begin_inset Index idx
31683 status collapsed
31684
31685 \begin_layout Plain Layout
31686 Numeración de ecuaciones ! con números romanos
31687 \end_layout
31688
31689 \end_inset
31690
31691
31692 \begin_inset Index idx
31693 status collapsed
31694
31695 \begin_layout Plain Layout
31696 Numeración de ecuaciones ! con letras
31697 \end_layout
31698
31699 \end_inset
31700
31701
31702 \end_layout
31703
31704 \begin_layout Standard
31705 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31706  Por ejemplo, para numerar con romanos en minúscula,
31707 \begin_inset Foot
31708 status collapsed
31709
31710 \begin_layout Plain Layout
31711 Como en español no se usan romanos en minúscula, el estilo 
31712 \series bold
31713 spanish
31714 \series default
31715  del sistema 
31716 \series bold
31717 babel
31718 \series default
31719  redefine 
31720 \series bold
31721
31722 \backslash
31723 roman
31724 \series default
31725  para que los dé en versalitas.
31726  Véase 
31727 \begin_inset CommandInset citation
31728 LatexCommand cite
31729 key "spanish"
31730
31731 \end_inset
31732
31733  (
31734 \emph on
31735 N.
31736 \begin_inset space \thinspace{}
31737 \end_inset
31738
31739 del t
31740 \emph default
31741 ).
31742 \end_layout
31743
31744 \end_inset
31745
31746  se inserta el comando
31747 \end_layout
31748
31749 \begin_layout Standard
31750
31751 \series bold
31752
31753 \backslash
31754 renewcommand{
31755 \backslash
31756 theequation}{
31757 \backslash
31758 roman{equation}}
31759 \end_layout
31760
31761 \begin_layout Standard
31762 antes de la ecuación en modo TeX.
31763  
31764 \series bold
31765
31766 \backslash
31767 renewcommand
31768 \series default
31769
31770 \begin_inset Index idx
31771 status collapsed
31772
31773 \begin_layout Plain Layout
31774 Comandos ! R ! 
31775 \backslash
31776 renewcommand
31777 \end_layout
31778
31779 \end_inset
31780
31781  redefine el comando predefinido 
31782 \series bold
31783
31784 \backslash
31785 theequation
31786 \series default
31787  como 
31788 \series bold
31789
31790 \backslash
31791 roman{equation}
31792 \series default
31793 .
31794 \begin_inset Foot
31795 status collapsed
31796
31797 \begin_layout Plain Layout
31798 El comando 
31799 \series bold
31800
31801 \backslash
31802 renewcommand
31803 \series default
31804  tiene el mismo esquema que el comando 
31805 \series bold
31806
31807 \backslash
31808 newcommand
31809 \series default
31810 , descrito en 
31811 \begin_inset CommandInset ref
31812 LatexCommand ref
31813 reference "sub:El-comando-newcommand"
31814
31815 \end_inset
31816
31817 .
31818 \end_layout
31819
31820 \end_inset
31821
31822  
31823 \series bold
31824 equation
31825 \series default
31826  es el contador de ecuaciones.
31827  Si se usa el comando 
31828 \series bold
31829
31830 \backslash
31831 the
31832 \series default
31833  como prefijo de un contador, el valor del contador sale en números arábigos.
31834  Si una ecuación es numerada, LaTeX pone internamente el comando 
31835 \series bold
31836
31837 \backslash
31838 theequation
31839 \series default
31840  detrás de la ecuación.
31841  
31842 \series bold
31843
31844 \backslash
31845 roman{equation}
31846 \series default
31847
31848 \begin_inset Index idx
31849 status collapsed
31850
31851 \begin_layout Plain Layout
31852 Comandos ! R ! 
31853 \backslash
31854 roman
31855 \end_layout
31856
31857 \end_inset
31858
31859  pone el contador en romanos en minúscula.
31860 \end_layout
31861
31862 \begin_layout Standard
31863 Todas las ecuaciones siguientes a 
31864 \series bold
31865
31866 \backslash
31867 renew
31868 \series default
31869 c
31870 \series bold
31871 ommand
31872 \series default
31873  se numerarán en romanos.
31874  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31875  cambiando 
31876 \series bold
31877
31878 \backslash
31879 roman
31880 \series default
31881  por 
31882 \series bold
31883
31884 \backslash
31885 Roman
31886 \series default
31887
31888 \begin_inset Index idx
31889 status collapsed
31890
31891 \begin_layout Plain Layout
31892 Comandos ! R ! 
31893 \backslash
31894 roman@
31895 \backslash
31896 Roman
31897 \end_layout
31898
31899 \end_inset
31900
31901 .
31902  Para 
31903 \begin_inset Quotes fld
31904 \end_inset
31905
31906 numerar
31907 \begin_inset Quotes frd
31908 \end_inset
31909
31910  con minúsculas latinas hay el comando 
31911 \series bold
31912
31913 \backslash
31914 alph
31915 \series default
31916
31917 \begin_inset Index idx
31918 status collapsed
31919
31920 \begin_layout Plain Layout
31921 Comandos ! A ! 
31922 \backslash
31923 alph
31924 \end_layout
31925
31926 \end_inset
31927
31928 , y para mayúsculas el comando 
31929 \series bold
31930
31931 \backslash
31932 Alph
31933 \series default
31934
31935 \begin_inset Index idx
31936 status collapsed
31937
31938 \begin_layout Plain Layout
31939 Comandos ! A ! 
31940 \backslash
31941 alph@
31942 \backslash
31943 Alph
31944 \end_layout
31945
31946 \end_inset
31947
31948 .
31949 \end_layout
31950
31951 \begin_layout Standard
31952 \begin_inset Note Greyedout
31953 status open
31954
31955 \begin_layout Plain Layout
31956
31957 \series bold
31958 Nota:
31959 \series default
31960  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31961 \end_layout
31962
31963 \end_inset
31964
31965
31966 \end_layout
31967
31968 \begin_layout Standard
31969 \begin_inset ERT
31970 status collapsed
31971
31972 \begin_layout Plain Layout
31973
31974
31975 \backslash
31976 renewcommand{
31977 \backslash
31978 theequation}{
31979 \backslash
31980 roman{equation}}
31981 \end_layout
31982
31983 \end_inset
31984
31985
31986 \begin_inset Formula 
31987 \begin{equation}
31988 A=\textrm{romanos en minúscula}
31989 \end{equation}
31990
31991 \end_inset
31992
31993
31994 \begin_inset ERT
31995 status collapsed
31996
31997 \begin_layout Plain Layout
31998
31999
32000 \backslash
32001 renewcommand{
32002 \backslash
32003 theequation}{
32004 \backslash
32005 Roman{equation}}
32006 \end_layout
32007
32008 \end_inset
32009
32010
32011 \begin_inset Formula 
32012 \begin{equation}
32013 B=\textrm{romanos en mayúscula}\label{eq:Rom}
32014 \end{equation}
32015
32016 \end_inset
32017
32018
32019 \begin_inset ERT
32020 status collapsed
32021
32022 \begin_layout Plain Layout
32023
32024
32025 \backslash
32026 renewcommand{
32027 \backslash
32028 theequation}{
32029 \backslash
32030 alph{equation}}
32031 \end_layout
32032
32033 \end_inset
32034
32035
32036 \begin_inset Formula 
32037 \begin{equation}
32038 C=\textrm{latinas en minúscula}
32039 \end{equation}
32040
32041 \end_inset
32042
32043
32044 \begin_inset ERT
32045 status collapsed
32046
32047 \begin_layout Plain Layout
32048
32049
32050 \backslash
32051 renewcommand{
32052 \backslash
32053 theequation}{
32054 \backslash
32055 Alph{equation}}
32056 \end_layout
32057
32058 \end_inset
32059
32060
32061 \begin_inset Formula 
32062 \begin{equation}
32063 D=\textrm{latinas en mayúscula}\label{eq:Lat}
32064 \end{equation}
32065
32066 \end_inset
32067
32068
32069 \end_layout
32070
32071 \begin_layout Standard
32072 Para volver a la numeración por omisión se inserta el comando:
32073 \end_layout
32074
32075 \begin_layout Standard
32076
32077 \series bold
32078
32079 \backslash
32080 renewcommand{
32081 \backslash
32082 theequation}{
32083 \backslash
32084 arabic{equation}}
32085 \begin_inset Index idx
32086 status collapsed
32087
32088 \begin_layout Plain Layout
32089 Comandos ! A ! 
32090 \backslash
32091 arabic
32092 \end_layout
32093
32094 \end_inset
32095
32096
32097 \end_layout
32098
32099 \begin_layout Standard
32100 \begin_inset ERT
32101 status collapsed
32102
32103 \begin_layout Plain Layout
32104
32105
32106 \backslash
32107 renewcommand{
32108 \backslash
32109 theequation}{
32110 \backslash
32111 arabic{equation}}
32112 \end_layout
32113
32114 \end_inset
32115
32116
32117 \begin_inset Formula 
32118 \begin{equation}
32119 E=\mbox{arábigos}
32120 \end{equation}
32121
32122 \end_inset
32123
32124
32125 \end_layout
32126
32127 \begin_layout Standard
32128 \begin_inset VSpace medskip
32129 \end_inset
32130
32131
32132 \end_layout
32133
32134 \begin_layout Standard
32135 Como ves, las ecuaciones se numeran consecutivamente independientemente
32136  del estilo de numeración.
32137  Cuando la numeración haya de empezar con 
32138 \begin_inset Quotes fld
32139 \end_inset
32140
32141 1
32142 \begin_inset Quotes frd
32143 \end_inset
32144
32145  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
32146  Una descripción sobre esto se encuentra en el archivo 
32147 \begin_inset CommandInset href
32148 LatexCommand href
32149 name "Formula-numbering.lyx"
32150 target "run:Formula-numbering.lyx"
32151
32152 \end_inset
32153
32154 .
32155 \end_layout
32156
32157 \begin_layout Section
32158 Símbolos y ecuaciones químicas
32159 \begin_inset CommandInset label
32160 LatexCommand label
32161 name "sub:Símbolos-y-ecuaciones-químicas"
32162
32163 \end_inset
32164
32165
32166 \begin_inset Index idx
32167 status collapsed
32168
32169 \begin_layout Plain Layout
32170 Química ! símbolos
32171 \end_layout
32172
32173 \end_inset
32174
32175
32176 \begin_inset Index idx
32177 status collapsed
32178
32179 \begin_layout Plain Layout
32180 Química ! caracteres
32181 \end_layout
32182
32183 \end_inset
32184
32185
32186 \begin_inset Index idx
32187 status collapsed
32188
32189 \begin_layout Plain Layout
32190 Ecuación ! química|see
32191 \begin_inset ERT
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195
32196 {
32197 \end_layout
32198
32199 \end_inset
32200
32201 Química
32202 \begin_inset ERT
32203 status collapsed
32204
32205 \begin_layout Plain Layout
32206
32207 }
32208 \end_layout
32209
32210 \end_inset
32211
32212
32213 \end_layout
32214
32215 \end_inset
32216
32217
32218 \begin_inset Index idx
32219 status collapsed
32220
32221 \begin_layout Plain Layout
32222 Química ! iones
32223 \end_layout
32224
32225 \end_inset
32226
32227
32228 \begin_inset Index idx
32229 status collapsed
32230
32231 \begin_layout Plain Layout
32232 Iones|see
32233 \begin_inset ERT
32234 status collapsed
32235
32236 \begin_layout Plain Layout
32237
32238 {
32239 \end_layout
32240
32241 \end_inset
32242
32243 Química
32244 \begin_inset ERT
32245 status collapsed
32246
32247 \begin_layout Plain Layout
32248
32249 }
32250 \end_layout
32251
32252 \end_inset
32253
32254
32255 \end_layout
32256
32257 \end_inset
32258
32259
32260 \begin_inset Index idx
32261 status collapsed
32262
32263 \begin_layout Plain Layout
32264 Química ! reacción
32265 \end_layout
32266
32267 \end_inset
32268
32269
32270 \end_layout
32271
32272 \begin_layout Standard
32273 Un ejemplo de texto de química:
32274 \end_layout
32275
32276 \begin_layout Quote
32277 El ion 
32278 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32279 \end_inset
32280
32281  reacciona con dos iones 
32282 \begin_inset Formula $\mathrm{Na^{+}}$
32283 \end_inset
32284
32285  para dar sulfato de sodio 
32286 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32287 \end_inset
32288
32289 .
32290  La ecuación química es:
32291 \begin_inset Formula 
32292 \begin{equation}
32293 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
32294 \end{equation}
32295
32296 \end_inset
32297
32298
32299 \end_layout
32300
32301 \begin_layout Standard
32302 Esta ecuación química puede componerse directamente en modo ecuación.
32303  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32304  y con el atajo 
32305 \family sans
32306 Alt+C
32307 \begin_inset space ~
32308 \end_inset
32309
32310 R
32311 \family default
32312  se cambia en redonda.
32313 \begin_inset Foot
32314 status collapsed
32315
32316 \begin_layout Plain Layout
32317 véase estilos de tipografías en 
32318 \begin_inset CommandInset ref
32319 LatexCommand ref
32320 reference "sub:Estilos-de-tipografías"
32321
32322 \end_inset
32323
32324 .
32325 \end_layout
32326
32327 \end_inset
32328
32329
32330 \end_layout
32331
32332 \begin_layout Standard
32333 Para escribir ecuaciones químicas es más conveniente usar el comando 
32334 \series bold
32335
32336 \backslash
32337 ce
32338 \series default
32339
32340 \begin_inset Index idx
32341 status collapsed
32342
32343 \begin_layout Plain Layout
32344 Comandos ! C ! 
32345 \backslash
32346 ce
32347 \end_layout
32348
32349 \end_inset
32350
32351 , que está disponible si está instalado el paquete LaTeX 
32352 \series bold
32353 mhchem
32354 \series default
32355
32356 \begin_inset Index idx
32357 status collapsed
32358
32359 \begin_layout Plain Layout
32360 Paquetes ! mhchem
32361 \end_layout
32362
32363 \end_inset
32364
32365 .
32366  Al insertar 
32367 \series bold
32368
32369 \backslash
32370 ce
32371 \series default
32372  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
32373  ecuaciones químicas de una forma intuitiva.
32374 \end_layout
32375
32376 \begin_layout Standard
32377 \align center
32378 \begin_inset Tabular
32379 <lyxtabular version="3" rows="9" columns="2">
32380 <features tabularvalignment="middle">
32381 <column alignment="center" valignment="top" width="0">
32382 <column alignment="center" valignment="top" width="0">
32383 <row>
32384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32385 \begin_inset Text
32386
32387 \begin_layout Plain Layout
32388 Comando
32389 \end_layout
32390
32391 \end_inset
32392 </cell>
32393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32394 \begin_inset Text
32395
32396 \begin_layout Plain Layout
32397 Resultado
32398 \begin_inset Note Note
32399 status collapsed
32400
32401 \begin_layout Plain Layout
32402
32403 \series bold
32404
32405 \backslash
32406 raisebox
32407 \series default
32408  se usa sólo como espaciador
32409 \end_layout
32410
32411 \end_inset
32412
32413
32414 \end_layout
32415
32416 \end_inset
32417 </cell>
32418 </row>
32419 <row>
32420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32421 \begin_inset Text
32422
32423 \begin_layout Plain Layout
32424
32425 \backslash
32426 ce
32427 \begin_inset ERT
32428 status collapsed
32429
32430 \begin_layout Plain Layout
32431
32432
32433 \backslash
32434 spce 
32435 \end_layout
32436
32437 \end_inset
32438
32439 H2CO3
32440 \end_layout
32441
32442 \end_inset
32443 </cell>
32444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32445 \begin_inset Text
32446
32447 \begin_layout Plain Layout
32448 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32449 \end_inset
32450
32451
32452 \end_layout
32453
32454 \end_inset
32455 </cell>
32456 </row>
32457 <row>
32458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32459 \begin_inset Text
32460
32461 \begin_layout Plain Layout
32462
32463 \backslash
32464 ce
32465 \begin_inset ERT
32466 status collapsed
32467
32468 \begin_layout Plain Layout
32469
32470
32471 \backslash
32472 spce 
32473 \end_layout
32474
32475 \end_inset
32476
32477 SO4^2-
32478 \end_layout
32479
32480 \end_inset
32481 </cell>
32482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32483 \begin_inset Text
32484
32485 \begin_layout Plain Layout
32486 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32487 \end_inset
32488
32489
32490 \end_layout
32491
32492 \end_inset
32493 </cell>
32494 </row>
32495 <row>
32496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32497 \begin_inset Text
32498
32499 \begin_layout Plain Layout
32500
32501 \backslash
32502 ce
32503 \begin_inset ERT
32504 status collapsed
32505
32506 \begin_layout Plain Layout
32507
32508
32509 \backslash
32510 spce 
32511 \end_layout
32512
32513 \end_inset
32514
32515 (NH4)2S
32516 \end_layout
32517
32518 \end_inset
32519 </cell>
32520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32521 \begin_inset Text
32522
32523 \begin_layout Plain Layout
32524 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32525 \end_inset
32526
32527
32528 \end_layout
32529
32530 \end_inset
32531 </cell>
32532 </row>
32533 <row>
32534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32535 \begin_inset Text
32536
32537 \begin_layout Plain Layout
32538
32539 \backslash
32540 ce
32541 \begin_inset ERT
32542 status collapsed
32543
32544 \begin_layout Plain Layout
32545
32546
32547 \backslash
32548 spce 
32549 \end_layout
32550
32551 \end_inset
32552
32553 KCr(SO4)2.12H2O
32554 \end_layout
32555
32556 \end_inset
32557 </cell>
32558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32559 \begin_inset Text
32560
32561 \begin_layout Plain Layout
32562 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32563 \end_inset
32564
32565
32566 \end_layout
32567
32568 \end_inset
32569 </cell>
32570 </row>
32571 <row>
32572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32573 \begin_inset Text
32574
32575 \begin_layout Plain Layout
32576
32577 \backslash
32578 ce
32579 \begin_inset ERT
32580 status collapsed
32581
32582 \begin_layout Plain Layout
32583
32584
32585 \backslash
32586 spce 
32587 \end_layout
32588
32589 \end_inset
32590
32591 A-B
32592 \backslash
32593 dbond
32594 \begin_inset ERT
32595 status collapsed
32596
32597 \begin_layout Plain Layout
32598
32599
32600 \backslash
32601 spce 
32602 \end_layout
32603
32604 \end_inset
32605
32606 C
32607 \backslash
32608 tbond
32609 \begin_inset ERT
32610 status collapsed
32611
32612 \begin_layout Plain Layout
32613
32614
32615 \backslash
32616 spce 
32617 \end_layout
32618
32619 \end_inset
32620
32621 D
32622 \end_layout
32623
32624 \end_inset
32625 </cell>
32626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32627 \begin_inset Text
32628
32629 \begin_layout Plain Layout
32630 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32631 \end_inset
32632
32633
32634 \end_layout
32635
32636 \end_inset
32637 </cell>
32638 </row>
32639 <row>
32640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32641 \begin_inset Text
32642
32643 \begin_layout Plain Layout
32644
32645 \backslash
32646 ce
32647 \begin_inset ERT
32648 status collapsed
32649
32650 \begin_layout Plain Layout
32651
32652
32653 \backslash
32654 spce 
32655 \end_layout
32656
32657 \end_inset
32658
32659 ^227
32660 \begin_inset Formula $\downarrow$
32661 \end_inset
32662
32663 _90
32664 \begin_inset Formula $\to$
32665 \end_inset
32666
32667 Th+
32668 \end_layout
32669
32670 \end_inset
32671 </cell>
32672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32673 \begin_inset Text
32674
32675 \begin_layout Plain Layout
32676 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32677 \end_inset
32678
32679
32680 \end_layout
32681
32682 \end_inset
32683 </cell>
32684 </row>
32685 <row>
32686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32687 \begin_inset Text
32688
32689 \begin_layout Plain Layout
32690
32691 \backslash
32692 ce
32693 \begin_inset ERT
32694 status collapsed
32695
32696 \begin_layout Plain Layout
32697
32698
32699 \backslash
32700 spce 
32701 \end_layout
32702
32703 \end_inset
32704
32705 CO2
32706 \begin_inset ERT
32707 status collapsed
32708
32709 \begin_layout Plain Layout
32710
32711
32712 \backslash
32713 spce 
32714 \end_layout
32715
32716 \end_inset
32717
32718 +
32719 \begin_inset ERT
32720 status collapsed
32721
32722 \begin_layout Plain Layout
32723
32724
32725 \backslash
32726 spce 
32727 \end_layout
32728
32729 \end_inset
32730
32731 C
32732 \begin_inset ERT
32733 status collapsed
32734
32735 \begin_layout Plain Layout
32736
32737
32738 \backslash
32739 spce 
32740 \end_layout
32741
32742 \end_inset
32743
32744 <=>
32745 \begin_inset ERT
32746 status collapsed
32747
32748 \begin_layout Plain Layout
32749
32750
32751 \backslash
32752 spce 
32753 \end_layout
32754
32755 \end_inset
32756
32757 2CO
32758 \end_layout
32759
32760 \end_inset
32761 </cell>
32762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32763 \begin_inset Text
32764
32765 \begin_layout Plain Layout
32766 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32767 \end_inset
32768
32769
32770 \end_layout
32771
32772 \end_inset
32773 </cell>
32774 </row>
32775 <row>
32776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32777 \begin_inset Text
32778
32779 \begin_layout Plain Layout
32780
32781 \backslash
32782 ce
32783 \begin_inset ERT
32784 status collapsed
32785
32786 \begin_layout Plain Layout
32787
32788
32789 \backslash
32790 spce 
32791 \end_layout
32792
32793 \end_inset
32794
32795 CO2
32796 \begin_inset ERT
32797 status collapsed
32798
32799 \begin_layout Plain Layout
32800
32801
32802 \backslash
32803 spce 
32804 \end_layout
32805
32806 \end_inset
32807
32808 +
32809 \begin_inset ERT
32810 status collapsed
32811
32812 \begin_layout Plain Layout
32813
32814
32815 \backslash
32816 spce 
32817 \end_layout
32818
32819 \end_inset
32820
32821 C
32822 \begin_inset ERT
32823 status collapsed
32824
32825 \begin_layout Plain Layout
32826
32827
32828 \backslash
32829 spce 
32830 \end_layout
32831
32832 \end_inset
32833
32834 ->[
32835 \backslash
32836 alpha][
32837 \backslash
32838 beta]
32839 \begin_inset ERT
32840 status collapsed
32841
32842 \begin_layout Plain Layout
32843
32844
32845 \backslash
32846 spce 
32847 \end_layout
32848
32849 \end_inset
32850
32851 2CO}
32852 \end_layout
32853
32854 \end_inset
32855 </cell>
32856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32857 \begin_inset Text
32858
32859 \begin_layout Plain Layout
32860 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32861 \end_inset
32862
32863
32864 \end_layout
32865
32866 \end_inset
32867 </cell>
32868 </row>
32869 </lyxtabular>
32870
32871 \end_inset
32872
32873
32874 \end_layout
32875
32876 \begin_layout Standard
32877 \begin_inset Note Greyedout
32878 status open
32879
32880 \begin_layout Plain Layout
32881
32882 \series bold
32883 Nota:
32884 \series default
32885  Insertar modo matemático en un marco 
32886 \series bold
32887
32888 \backslash
32889 ce
32890 \series default
32891  provocará errores de LaTeX.
32892  En estos casos hay que usar código TeX, como en 
32893 \series bold
32894
32895 \backslash
32896 ce{$
32897 \backslash
32898 mu
32899 \backslash
32900 hyphen$Cl}
32901 \series default
32902
32903 \begin_inset ERT
32904 status collapsed
32905
32906 \begin_layout Plain Layout
32907
32908
32909 \backslash
32910 ce{$
32911 \backslash
32912 mu
32913 \backslash
32914 hyphen$Cl}
32915 \end_layout
32916
32917 \end_inset
32918
32919  
32920 \end_layout
32921
32922 \end_inset
32923
32924
32925 \end_layout
32926
32927 \begin_layout Standard
32928 El comando 
32929 \series bold
32930
32931 \backslash
32932 ce
32933 \series default
32934  para la 
32935 \begin_inset CommandInset ref
32936 LatexCommand ref
32937 reference "eq:reaccion-quimica"
32938
32939 \end_inset
32940
32941  es
32942 \begin_inset Newline newline
32943 \end_inset
32944
32945
32946 \series bold
32947  
32948 \backslash
32949 ce
32950 \begin_inset ERT
32951 status collapsed
32952
32953 \begin_layout Plain Layout
32954
32955
32956 \backslash
32957 spce 
32958 \end_layout
32959
32960 \end_inset
32961
32962 2Na+
32963 \begin_inset ERT
32964 status collapsed
32965
32966 \begin_layout Plain Layout
32967
32968
32969 \backslash
32970 spce 
32971 \end_layout
32972
32973 \end_inset
32974
32975 +
32976 \begin_inset ERT
32977 status collapsed
32978
32979 \begin_layout Plain Layout
32980
32981
32982 \backslash
32983 spce 
32984 \end_layout
32985
32986 \end_inset
32987
32988 SO4^2-
32989 \begin_inset ERT
32990 status collapsed
32991
32992 \begin_layout Plain Layout
32993
32994
32995 \backslash
32996 spce 
32997 \end_layout
32998
32999 \end_inset
33000
33001
33002 \begin_inset ERT
33003 status collapsed
33004
33005 \begin_layout Plain Layout
33006
33007
33008 \backslash
33009 spce 
33010 \end_layout
33011
33012 \end_inset
33013
33014 ->
33015 \begin_inset ERT
33016 status collapsed
33017
33018 \begin_layout Plain Layout
33019
33020
33021 \backslash
33022 spce 
33023 \end_layout
33024
33025 \end_inset
33026
33027 Na2SO4
33028 \end_layout
33029
33030 \begin_layout Standard
33031 Para componer ecuaciones químicas multilínea primero se crea una ecuación
33032  multilínea, tal como se describe en la 
33033 \begin_inset CommandInset ref
33034 LatexCommand ref
33035 reference "sec:Ecuaciones-multilínea"
33036
33037 \end_inset
33038
33039 .
33040  Después se utiliza el comando 
33041 \series bold
33042
33043 \backslash
33044 ce
33045 \series default
33046  en cada cuadrito azul de la ecuación.
33047  La 
33048 \begin_inset CommandInset ref
33049 LatexCommand ref
33050 reference "eq:TEOS-reac-1"
33051
33052 \end_inset
33053
33054  y la 
33055 \begin_inset CommandInset ref
33056 LatexCommand ref
33057 reference "eq:TEOS-reac-2"
33058
33059 \end_inset
33060
33061  son ejemplos de una reacción química en dos fases en la que cada ecuación
33062  tiene su propio número.
33063 \begin_inset Formula 
33064 \begin{eqnarray}
33065 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
33066 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
33067 \end{eqnarray}
33068
33069 \end_inset
33070
33071
33072 \end_layout
33073
33074 \begin_layout Standard
33075 Además de 
33076 \series bold
33077
33078 \backslash
33079 ce
33080 \series default
33081  el paquete 
33082 \series bold
33083 mhchem
33084 \series default
33085  suministra el comando 
33086 \series bold
33087
33088 \backslash
33089 cf
33090 \series default
33091
33092 \begin_inset Index idx
33093 status collapsed
33094
33095 \begin_layout Plain Layout
33096 Comandos ! C ! 
33097 \backslash
33098 cf
33099 \end_layout
33100
33101 \end_inset
33102
33103  que ha de utilizarse en casos especiales.
33104  Para más información sobre 
33105 \series bold
33106
33107 \backslash
33108 cf
33109 \series default
33110  y más ejemplos echa un vistazo a la documentación de 
33111 \series bold
33112 mhchem
33113 \series default
33114
33115 \begin_inset CommandInset citation
33116 LatexCommand cite
33117 key "mhchem"
33118
33119 \end_inset
33120
33121 .
33122 \end_layout
33123
33124 \begin_layout Section
33125 Diagramas
33126 \end_layout
33127
33128 \begin_layout Standard
33129 Lyx soporta dos tipos de diagramas conmutativos: 
33130 \series bold
33131 amscd
33132 \series default
33133  y 
33134 \series bold
33135 xymatrix
33136 \series default
33137 , que se explican a continuación.
33138 \end_layout
33139
33140 \begin_layout Subsection
33141 Diagramas amscd
33142 \begin_inset Index idx
33143 status collapsed
33144
33145 \begin_layout Plain Layout
33146 Diagramas ! amscd
33147 \end_layout
33148
33149 \end_inset
33150
33151
33152 \end_layout
33153
33154 \begin_layout Standard
33155 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
33156  verticales y horizontales:
33157 \begin_inset Formula 
33158 \[
33159 \begin{CD}A@)))B@)))C\\
33160 @AAA@.@VVV\\
33161 F@(((E@(((D
33162 \end{CD}
33163 \]
33164
33165 \end_inset
33166
33167 Para obtener el diagrama se inserta en la ecuación el comando 
33168 \series bold
33169
33170 \backslash
33171 CD
33172 \begin_inset Index idx
33173 status collapsed
33174
33175 \begin_layout Plain Layout
33176 Comandos ! C ! 
33177 \backslash
33178 CD
33179 \end_layout
33180
33181 \end_inset
33182
33183
33184 \series default
33185 .
33186  Surge un marco azul entre dos líneas de trazos en el que se insertan a
33187  continuación comandos.
33188  Con 
33189 \family sans
33190 Ctrl+Entrar
33191 \family default
33192  se inicia una nueva línea.
33193  En las líneas impares se insertan relaciones horizontales, en las pares
33194  verticales.
33195 \end_layout
33196
33197 \begin_layout Standard
33198 Para componer las relaciones hay los siguientes comandos:
33199 \begin_inset Foot
33200 status collapsed
33201
33202 \begin_layout Plain Layout
33203 \begin_inset CommandInset label
33204 LatexCommand label
33205 name "fn:sinónimos"
33206
33207 \end_inset
33208
33209 Los comandos con 
33210 \family sans
33211 '
33212 \series bold
33213 >
33214 \series default
33215 '
33216 \family default
33217  o 
33218 \family sans
33219 '
33220 \series bold
33221 <
33222 \series default
33223 '
33224 \family default
33225  pueden generar errores con el estilo 
33226 \series bold
33227 spanish
33228 \series default
33229  de 
33230 \series bold
33231 babel
33232 \series default
33233 .
33234  Para evitarlo se pueden sustituir por sus sinónimos 
33235 \family sans
33236 '
33237 \series bold
33238 )
33239 \series default
33240 '
33241 \family default
33242  y 
33243 \family sans
33244 '
33245 \series bold
33246 (
33247 \series default
33248 '
33249 \family default
33250  respectivamente.
33251  Véase 
33252 \begin_inset CommandInset citation
33253 LatexCommand cite
33254 key "spanish"
33255
33256 \end_inset
33257
33258 .
33259  (
33260 \emph on
33261 N.
33262 \begin_inset space \thinspace{}
33263 \end_inset
33264
33265 del t.
33266 \emph default
33267 )
33268 \end_layout
33269
33270 \end_inset
33271
33272
33273 \end_layout
33274
33275 \begin_layout Itemize
33276
33277 \series bold
33278 @<<<
33279 \series default
33280  genera una flecha hacia la izquierda, 
33281 \series bold
33282 @>>>
33283 \series default
33284  una hacia la derecha, y 
33285 \series bold
33286 @=
33287 \series default
33288  un signo igual largo
33289 \end_layout
33290
33291 \begin_layout Itemize
33292
33293 \series bold
33294 @AAA
33295 \series default
33296  genera una flecha hacia arriba, 
33297 \series bold
33298 @VVV
33299 \series default
33300  una hacia abajo, y 
33301 \series bold
33302 @|
33303 \series default
33304  un signo igual vertical
33305 \end_layout
33306
33307 \begin_layout Itemize
33308
33309 \series bold
33310 @.
33311
33312 \series default
33313  genera una ubicación vacía para relaciones inexistentes
33314 \end_layout
33315
33316 \begin_layout Standard
33317 Todas las flechas pueden etiquetarse como sigue:
33318 \end_layout
33319
33320 \begin_layout Itemize
33321 Si se inserta texto entre el primero y el segundo 
33322 \series bold
33323 <
33324 \series default
33325  o 
33326 \series bold
33327 >
33328 \series default
33329 , respectivamente, se muestra sobre la flecha.
33330  Si se inserta entre el segundo y el tercero, bajo la flecha.
33331 \end_layout
33332
33333 \begin_layout Itemize
33334 Para flechas verticales, si se inserta texto entre la primera y la segunda
33335  
33336 \series bold
33337 A
33338 \series default
33339  o 
33340 \series bold
33341 V
33342 \series default
33343 , respectivamente, se muestra al lado izquierdo de la flecha.
33344  Si se inserta entre la segunda y la tercera, al lado derecho.
33345  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33346 \end_layout
33347
33348 \begin_layout Standard
33349 Como ejemplo un diagrama con todas las relaciones posibles:
33350 \begin_inset Formula 
33351 \[
33352 \begin{CD}A@)j))B@))k)C@=F\\
33353 @AmAA@.@VV{V}V@|\\
33354 D@((j\,(E@)k))F@=C
33355 \end{CD}
33356 \]
33357
33358 \end_inset
33359
33360 El comando para este diagrama es:
33361 \begin_inset Newline newline
33362 \end_inset
33363
33364
33365 \series bold
33366
33367 \backslash
33368 CD
33369 \begin_inset ERT
33370 status collapsed
33371
33372 \begin_layout Plain Layout
33373
33374
33375 \backslash
33376 spce 
33377 \end_layout
33378
33379 \end_inset
33380
33381 A@>j>>B@>>k>C@=F Ctrl+Entrar
33382 \begin_inset Newline newline
33383 \end_inset
33384
33385
33386 \begin_inset Phantom HPhantom
33387 status open
33388
33389 \begin_layout Plain Layout
33390
33391 \series bold
33392
33393 \backslash
33394 CD
33395 \begin_inset ERT
33396 status collapsed
33397
33398 \begin_layout Plain Layout
33399
33400
33401 \backslash
33402 spce 
33403 \end_layout
33404
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \end_inset
33411
33412 @AmAA@.@VV
33413 \backslash
33414 {V
33415 \series default
33416
33417 \begin_inset Formula $\to$
33418 \end_inset
33419
33420
33421 \series bold
33422 V@| Ctrl+Entrar
33423 \begin_inset Newline newline
33424 \end_inset
33425
33426
33427 \begin_inset Phantom HPhantom
33428 status open
33429
33430 \begin_layout Plain Layout
33431
33432 \series bold
33433
33434 \backslash
33435 CD
33436 \begin_inset ERT
33437 status collapsed
33438
33439 \begin_layout Plain Layout
33440
33441
33442 \backslash
33443 spce 
33444 \end_layout
33445
33446 \end_inset
33447
33448
33449 \end_layout
33450
33451 \end_inset
33452
33453 D@<<j<E@>k>>F@=C
33454 \end_layout
33455
33456 \begin_layout Subsection
33457 Diagramas xymatrix
33458 \begin_inset Index idx
33459 status collapsed
33460
33461 \begin_layout Plain Layout
33462 Diagramas ! xymatrix
33463 \end_layout
33464
33465 \end_inset
33466
33467
33468 \end_layout
33469
33470 \begin_layout Standard
33471 Para usar matrices xy debe estar instalado el paquete LaTeX 
33472 \series bold
33473 xypic
33474 \series default
33475 .
33476  Una matriz xy se crea insertando el comando 
33477 \series bold
33478
33479 \backslash
33480 xymatrix
33481 \series default
33482  en una ecuación.
33483  Después podrás añadir nuevas columnas y filas como en matrices normales,
33484  véase
33485 \begin_inset space ~
33486 \end_inset
33487
33488
33489 \begin_inset CommandInset ref
33490 LatexCommand ref
33491 reference "sec:Matrices"
33492
33493 \end_inset
33494
33495 .
33496 \end_layout
33497
33498 \begin_layout Standard
33499 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33500  y curvadas, y mucho más.
33501  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33502  se explican en el 
33503 \emph on
33504 Manual de XY-pic
33505 \emph default
33506  que se encuentra en el menú 
33507 \family sans
33508 Ayuda\SpecialChar \menuseparator
33509 Manuales
33510 \begin_inset space ~
33511 \end_inset
33512
33513 específicos
33514 \family default
33515 .
33516 \end_layout
33517
33518 \begin_layout Subsection
33519 Diagramas 
33520 \noun on
33521 Feynman
33522 \noun default
33523
33524 \begin_inset Index idx
33525 status collapsed
33526
33527 \begin_layout Plain Layout
33528 Diagramas ! Feynman
33529 \end_layout
33530
33531 \end_inset
33532
33533
33534 \end_layout
33535
33536 \begin_layout Standard
33537 Para usar diagramas 
33538 \noun on
33539 Feynman
33540 \noun default
33541  debe estar instalado el paquete LaTeX 
33542 \series bold
33543 feyn
33544 \series default
33545 .
33546  Un diagrama 
33547 \noun on
33548 Feynman
33549 \noun default
33550  se crea insertando el comando 
33551 \series bold
33552
33553 \backslash
33554 Diagram
33555 \series default
33556  en una ecuación.
33557  Después podrás añadir nuevas columnas y filas como en matrices normales,
33558  véase
33559 \begin_inset space ~
33560 \end_inset
33561
33562
33563 \begin_inset CommandInset ref
33564 LatexCommand ref
33565 reference "sec:Matrices"
33566
33567 \end_inset
33568
33569 .
33570 \end_layout
33571
33572 \begin_layout Standard
33573 En el 
33574 \emph on
33575 Manual de diagramas Feynman
33576 \emph default
33577 , disponible en 
33578 \family sans
33579 Ayuda\SpecialChar \menuseparator
33580 Manuales
33581 \begin_inset space ~
33582 \end_inset
33583
33584 específicos
33585 \family default
33586 , hay ejemplos de diagramas de este tipo.
33587 \end_layout
33588
33589 \begin_layout Section
33590 Comandos definidos por el usuario
33591 \begin_inset Index idx
33592 status collapsed
33593
33594 \begin_layout Plain Layout
33595 Comandos de usuario
33596 \end_layout
33597
33598 \end_inset
33599
33600
33601 \end_layout
33602
33603 \begin_layout Standard
33604 \begin_inset Note Greyedout
33605 status open
33606
33607 \begin_layout Plain Layout
33608
33609 \series bold
33610 Nota:
33611 \series default
33612  Los nombres de los comandos definidos por el usuario y macros solo pueden
33613  contener letras latinas.
33614 \end_layout
33615
33616 \end_inset
33617
33618
33619 \end_layout
33620
33621 \begin_layout Subsection
33622 El comando 
33623 \backslash
33624 newcommand
33625 \begin_inset CommandInset label
33626 LatexCommand label
33627 name "sub:El-comando-newcommand"
33628
33629 \end_inset
33630
33631
33632 \begin_inset Index idx
33633 status collapsed
33634
33635 \begin_layout Plain Layout
33636 Comandos de usuario ! 
33637 \backslash
33638 newcommand
33639 \end_layout
33640
33641 \end_inset
33642
33643
33644 \begin_inset Index idx
33645 status collapsed
33646
33647 \begin_layout Plain Layout
33648 Comandos ! N ! 
33649 \backslash
33650 newcommand
33651 \end_layout
33652
33653 \end_inset
33654
33655
33656 \end_layout
33657
33658 \begin_layout Standard
33659 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
33660  Pero es posible definir nuevos comandos más cortos con el comando 
33661 \series bold
33662
33663 \backslash
33664 newcommand
33665 \series default
33666 .
33667  
33668 \end_layout
33669
33670 \begin_layout Standard
33671 El esquema del comando 
33672 \series bold
33673
33674 \backslash
33675 newcommand
33676 \series default
33677  es:
33678 \end_layout
33679
33680 \begin_layout Standard
33681
33682 \series bold
33683
33684 \backslash
33685 newcommand{nombre nuevo de comando}[número de argumentos]
33686 \begin_inset Newline newline
33687 \end_inset
33688
33689
33690 \begin_inset Phantom HPhantom
33691 status open
33692
33693 \begin_layout Plain Layout
33694
33695 \series bold
33696
33697 \backslash
33698 newcommand
33699 \end_layout
33700
33701 \end_inset
33702
33703 [valor opcional]{definición de comando}
33704 \end_layout
33705
33706 \begin_layout Standard
33707 \begin_inset Note Greyedout
33708 status open
33709
33710 \begin_layout Plain Layout
33711
33712 \series bold
33713 Nota:
33714 \series default
33715  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33716  documento o en paquetes LaTeX que uses.
33717  Por ejemplo, si defines el comando 
33718 \series bold
33719
33720 \backslash
33721 le
33722 \series default
33723  para 
33724 \series bold
33725
33726 \backslash
33727 Leftarrow,
33728 \series default
33729  se producirán errores porque 
33730 \series bold
33731
33732 \backslash
33733 le
33734 \series default
33735  ya existe para 
33736 \begin_inset Quotes fld
33737 \end_inset
33738
33739
33740 \begin_inset Formula $\le$
33741 \end_inset
33742
33743
33744 \begin_inset Quotes frd
33745 \end_inset
33746
33747 .
33748
33749 \series bold
33750  
33751 \end_layout
33752
33753 \end_inset
33754
33755
33756 \end_layout
33757
33758 \begin_layout Standard
33759 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33760  argumentos debería tener el nuevo comando.
33761  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33762  Cuando se hace esto, el 
33763 \emph on
33764 primer
33765 \emph default
33766  argumento del nuevo comando es automáticamente opcional.
33767 \end_layout
33768
33769 \begin_layout Standard
33770 Veamos unos ejemplos:
33771 \end_layout
33772
33773 \begin_layout Itemize
33774 Para definir el comando 
33775 \series bold
33776
33777 \backslash
33778 gr
33779 \series default
33780  para 
33781 \series bold
33782
33783 \backslash
33784 Longrightarrow
33785 \series default
33786 , la línea de preámbulo LaTeX es:
33787 \begin_inset VSpace medskip
33788 \end_inset
33789
33790
33791 \begin_inset Newline newline
33792 \end_inset
33793
33794
33795 \series bold
33796
33797 \backslash
33798 newcommand{
33799 \backslash
33800 gr}{
33801 \backslash
33802 Longrightarrow}
33803 \end_layout
33804
33805 \begin_layout Itemize
33806 Para definir el comando 
33807 \series bold
33808
33809 \backslash
33810 us
33811 \series default
33812  para 
33813 \series bold
33814
33815 \backslash
33816 underline
33817 \series default
33818 , el argumento (que sería subrayado) debe tenerse en cuenta.
33819  Para esto la línea de preámbulo es:
33820 \begin_inset VSpace medskip
33821 \end_inset
33822
33823
33824 \begin_inset Newline newline
33825 \end_inset
33826
33827
33828 \series bold
33829
33830 \backslash
33831 newcommand{
33832 \backslash
33833 us}[1]{
33834 \backslash
33835 underline{#1}}
33836 \series default
33837
33838 \begin_inset VSpace medskip
33839 \end_inset
33840
33841
33842 \begin_inset Newline newline
33843 \end_inset
33844
33845 El carácter 
33846 \series bold
33847 #
33848 \series default
33849  actúa como colocador del argumento, el 
33850 \series bold
33851 1
33852 \series default
33853  indica que es el colocador para el primer argumento.
33854 \end_layout
33855
33856 \begin_layout Itemize
33857 Para 
33858 \series bold
33859
33860 \backslash
33861 framebox
33862 \series default
33863  se puede definir, por ejemplo, el comando 
33864 \series bold
33865
33866 \backslash
33867 fb
33868 \series default
33869 :
33870 \begin_inset VSpace medskip
33871 \end_inset
33872
33873
33874 \begin_inset Newline newline
33875 \end_inset
33876
33877
33878 \series bold
33879
33880 \backslash
33881 newcommand{
33882 \backslash
33883 fb}[3]{
33884 \backslash
33885 framebox#1#2{$#3$}}
33886 \series default
33887
33888 \begin_inset VSpace medskip
33889 \end_inset
33890
33891
33892 \begin_inset Newline newline
33893 \end_inset
33894
33895 Los dos signos dólar generan la ecuación extra necesaria para 
33896 \series bold
33897
33898 \backslash
33899 framebox
33900 \series default
33901 , véase 
33902 \begin_inset CommandInset ref
33903 LatexCommand ref
33904 reference "sub:Marcos-con-bordes"
33905
33906 \end_inset
33907
33908 .
33909 \end_layout
33910
33911 \begin_layout Itemize
33912 Para crear un nuevo comando para 
33913 \series bold
33914
33915 \backslash
33916 fcolorbox
33917 \series default
33918  donde no es necesario especificar el color para el marco, el argumento
33919  para el color se define opcional:
33920 \begin_inset VSpace medskip
33921 \end_inset
33922
33923
33924 \begin_inset Newline newline
33925 \end_inset
33926
33927
33928 \series bold
33929
33930 \backslash
33931 newcommand{
33932 \backslash
33933 cb}[3][white]{
33934 \backslash
33935 fcolorbox{#2}{#1}{$#3$}}
33936 \series default
33937
33938 \begin_inset VSpace medskip
33939 \end_inset
33940
33941
33942 \begin_inset Newline newline
33943 \end_inset
33944
33945 Si el color no es especificado al usar 
33946 \series bold
33947
33948 \backslash
33949 cb
33950 \series default
33951 , se elige el color 
33952 \series bold
33953 white
33954 \series default
33955  predefinido.
33956 \end_layout
33957
33958 \begin_layout Standard
33959 Un ensayo con los nuevos comandos definidos:
33960 \end_layout
33961
33962 \begin_layout Standard
33963 \noindent
33964 \align center
33965 \begin_inset Tabular
33966 <lyxtabular version="3" rows="6" columns="2">
33967 <features tabularvalignment="middle">
33968 <column alignment="center" valignment="top" width="0">
33969 <column alignment="center" valignment="top" width="0">
33970 <row>
33971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33972 \begin_inset Text
33973
33974 \begin_layout Plain Layout
33975 Comando
33976 \end_layout
33977
33978 \end_inset
33979 </cell>
33980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33981 \begin_inset Text
33982
33983 \begin_layout Plain Layout
33984 Resultado
33985 \begin_inset Note Note
33986 status collapsed
33987
33988 \begin_layout Plain Layout
33989
33990 \series bold
33991
33992 \backslash
33993 raisebox
33994 \series default
33995  se usa sólo como espaciador
33996 \end_layout
33997
33998 \end_inset
33999
34000
34001 \end_layout
34002
34003 \end_inset
34004 </cell>
34005 </row>
34006 <row>
34007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34008 \begin_inset Text
34009
34010 \begin_layout Plain Layout
34011 A
34012 \backslash
34013 gr
34014 \begin_inset ERT
34015 status collapsed
34016
34017 \begin_layout Plain Layout
34018
34019
34020 \backslash
34021 spce 
34022 \end_layout
34023
34024 \end_inset
34025
34026 B
34027 \end_layout
34028
34029 \end_inset
34030 </cell>
34031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34032 \begin_inset Text
34033
34034 \begin_layout Plain Layout
34035 \begin_inset Formula $A\gr B$
34036 \end_inset
34037
34038
34039 \end_layout
34040
34041 \end_inset
34042 </cell>
34043 </row>
34044 <row>
34045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34046 \begin_inset Text
34047
34048 \begin_layout Plain Layout
34049
34050 \backslash
34051 us{ABcd
34052 \end_layout
34053
34054 \end_inset
34055 </cell>
34056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34057 \begin_inset Text
34058
34059 \begin_layout Plain Layout
34060 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
34061 \end_inset
34062
34063
34064 \end_layout
34065
34066 \end_inset
34067 </cell>
34068 </row>
34069 <row>
34070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34071 \begin_inset Text
34072
34073 \begin_layout Plain Layout
34074
34075 \backslash
34076 fb{[2cm]
34077 \begin_inset Formula $\to$
34078 \end_inset
34079
34080
34081 \backslash
34082 {
34083 \begin_inset Formula $\to$
34084 \end_inset
34085
34086
34087 \backslash
34088 {
34089 \backslash
34090 int
34091 \begin_inset ERT
34092 status collapsed
34093
34094 \begin_layout Plain Layout
34095
34096
34097 \backslash
34098 spce 
34099 \end_layout
34100
34101 \end_inset
34102
34103 A=B
34104 \end_layout
34105
34106 \end_inset
34107 </cell>
34108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34109 \begin_inset Text
34110
34111 \begin_layout Plain Layout
34112 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
34113 \end_inset
34114
34115
34116 \end_layout
34117
34118 \end_inset
34119 </cell>
34120 </row>
34121 <row>
34122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34123 \begin_inset Text
34124
34125 \begin_layout Plain Layout
34126
34127 \backslash
34128 cb{red
34129 \begin_inset Formula $\to$
34130 \end_inset
34131
34132
34133 \backslash
34134 {
34135 \backslash
34136 int
34137 \begin_inset ERT
34138 status collapsed
34139
34140 \begin_layout Plain Layout
34141
34142
34143 \backslash
34144 spce 
34145 \end_layout
34146
34147 \end_inset
34148
34149 A=B
34150 \end_layout
34151
34152 \end_inset
34153 </cell>
34154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34155 \begin_inset Text
34156
34157 \begin_layout Plain Layout
34158 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
34159 \end_inset
34160
34161
34162 \end_layout
34163
34164 \end_inset
34165 </cell>
34166 </row>
34167 <row>
34168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34169 \begin_inset Text
34170
34171 \begin_layout Plain Layout
34172
34173 \backslash
34174 cb[green]
34175 \backslash
34176 {red
34177 \begin_inset Formula $\to$
34178 \end_inset
34179
34180
34181 \backslash
34182 {
34183 \backslash
34184 int
34185 \begin_inset ERT
34186 status collapsed
34187
34188 \begin_layout Plain Layout
34189
34190
34191 \backslash
34192 spce 
34193 \end_layout
34194
34195 \end_inset
34196
34197 A=B
34198 \end_layout
34199
34200 \end_inset
34201 </cell>
34202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34203 \begin_inset Text
34204
34205 \begin_layout Plain Layout
34206 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
34207 \end_inset
34208
34209
34210 \end_layout
34211
34212 \end_inset
34213 </cell>
34214 </row>
34215 </lyxtabular>
34216
34217 \end_inset
34218
34219
34220 \end_layout
34221
34222 \begin_layout Subsection
34223 Macros de ecuaciones
34224 \begin_inset Index idx
34225 status collapsed
34226
34227 \begin_layout Plain Layout
34228 Comandos de usuario ! Macros de ecuaciones
34229 \end_layout
34230
34231 \end_inset
34232
34233
34234 \begin_inset Index idx
34235 status collapsed
34236
34237 \begin_layout Plain Layout
34238 Macros
34239 \end_layout
34240
34241 \end_inset
34242
34243
34244 \end_layout
34245
34246 \begin_layout Standard
34247 Los comandos definidos por el usuario son especialmente convenientes para
34248  expresiones complejas.
34249  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
34250  el mismo tipo de solución se repite varias veces.
34251  La forma general de una ecuación de segundo grado es:
34252 \begin_inset Formula 
34253 \[
34254 0=\lambda^{2}+p\lambda+q
34255 \]
34256
34257 \end_inset
34258
34259 La forma general de la solución es:
34260 \begin_inset Formula 
34261 \[
34262 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
34263 \]
34264
34265 \end_inset
34266
34267
34268 \end_layout
34269
34270 \begin_layout Standard
34271 Para definir un comando para la ecuación de la solución, en donde solo hay
34272  que especificar los tres parámetros 
34273 \begin_inset Formula $\lambda$
34274 \end_inset
34275
34276
34277 \begin_inset Formula $p$
34278 \end_inset
34279
34280 , y 
34281 \begin_inset Formula $q$
34282 \end_inset
34283
34284 , y el índice de 
34285 \begin_inset Formula $\lambda$
34286 \end_inset
34287
34288  puede darse opcionalmente, la línea de preámbulo LaTeX es
34289 \begin_inset Newline newline
34290 \end_inset
34291
34292
34293 \series bold
34294
34295 \backslash
34296 newcommand{
34297 \backslash
34298 qG}[4][1,
34299 \backslash
34300 ,2]{#2_{#1}=-
34301 \backslash
34302 frac{#3}{2}
34303 \backslash
34304 pm
34305 \begin_inset Newline newline
34306 \end_inset
34307
34308
34309 \begin_inset Phantom HPhantom
34310 status open
34311
34312 \begin_layout Plain Layout
34313
34314 \series bold
34315
34316 \backslash
34317 newcommand
34318 \end_layout
34319
34320 \end_inset
34321
34322
34323 \backslash
34324 sqrt{
34325 \backslash
34326 frac{#3^{2}}{4}-#4}}
34327 \end_layout
34328
34329 \begin_layout Standard
34330 Para generar la solución se inserta el comando
34331 \begin_inset Newline newline
34332 \end_inset
34333
34334
34335 \series bold
34336
34337 \backslash
34338 qG{
34339 \backslash
34340 lambda
34341 \begin_inset Formula $\to$
34342 \end_inset
34343
34344
34345 \backslash
34346 {p
34347 \begin_inset Formula $\to$
34348 \end_inset
34349
34350
34351 \backslash
34352 {q
34353 \series default
34354  en una ecuación
34355 \series bold
34356 .
34357 \end_layout
34358
34359 \begin_layout Standard
34360 La definición del nuevo comando no es intuitiva porque hay que conocer los
34361  esquemas de todos los comandos LaTeX usados, por ejemplo, que una fracción
34362  se inserta en LaTeX como
34363 \series bold
34364  
34365 \backslash
34366 frac{numerador}{denominador}
34367 \series default
34368 .
34369  Además, uno puede olvidar fácilmente una llave en la definición y no puede
34370  ver en LyX lo que el nuevo comando está haciendo.
34371  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
34372  ecuación en vez del comando
34373 \series bold
34374  
34375 \backslash
34376 newcommand
34377 \series default
34378 .
34379 \end_layout
34380
34381 \begin_layout Standard
34382 Una macro de ecuación se crea con el menú 
34383 \family sans
34384 Insertar\SpecialChar \menuseparator
34385 Ecuación\SpecialChar \menuseparator
34386 Macro
34387 \family default
34388  o con el botón 
34389 \begin_inset Graphics
34390         filename ../../images/math-macro_newmacroname_newcommand.png
34391         scale 85
34392
34393 \end_inset
34394
34395  de la barra de herramientas.
34396  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
34397  como el siguiente donde se define la macro:
34398 \begin_inset Newline newline
34399 \end_inset
34400
34401
34402 \end_layout
34403
34404 \begin_layout Standard
34405 \begin_inset space \hspace*{\fill}
34406 \end_inset
34407
34408
34409 \begin_inset Graphics
34410         filename ../clipart/macrobox.png
34411
34412 \end_inset
34413
34414
34415 \begin_inset space \hspace*{\fill}
34416 \end_inset
34417
34418
34419 \begin_inset Newline newline
34420 \end_inset
34421
34422
34423 \begin_inset FormulaMacro
34424 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
34425 \end_inset
34426
34427
34428 \backslash
34429 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
34430  En el primer marco azul se inserta la ecuación buscada.
34431  Con el comando 
34432 \series bold
34433
34434 \backslash
34435 #númerodeargumento
34436 \series default
34437 , , o con el botón 
34438 \begin_inset Graphics
34439         filename ../../images/math-macro-add-param.png
34440         scale 85
34441
34442 \end_inset
34443
34444  de la barra de herramientas de macros se inserta un colocador de argumento,
34445  p.
34446 \begin_inset space \thinspace{}
34447 \end_inset
34448
34449 e
34450 \begin_inset space \space{}
34451 \end_inset
34452
34453
34454 \series bold
34455
34456 \backslash
34457 #1
34458 \series default
34459 .
34460  Los colocadores de argumento se muestran en rojo.
34461  Se pueden poner 9 argumentos como máximo.
34462  Con el botón 
34463 \begin_inset Graphics
34464         filename ../../images/math-macro-add-optional-param.png
34465         scale 85
34466
34467 \end_inset
34468
34469  se crean argumentos opcionales.
34470  El primer argumento no opcional puede transformarse en opcional con el
34471  botón 
34472 \begin_inset Graphics
34473         filename ../../images/math-macro-make-optional.png
34474         scale 85
34475
34476 \end_inset
34477
34478 .
34479  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
34480  Normalmente quieres verlo tal como está definido, así que el recuadro se
34481  deja vacío.
34482  Pero si has creado una macro que necesita mucho espacio en la pantalla,
34483  en dicho recuadro puedes insertar, por ejemplo
34484 \begin_inset Newline newline
34485 \end_inset
34486
34487
34488 \series bold
34489 qG: 
34490 \backslash
34491 #1
34492 \series default
34493  
34494 \series bold
34495 ,
34496 \series default
34497  
34498 \series bold
34499
34500 \backslash
34501 #2
34502 \series default
34503  
34504 \series bold
34505 ,
34506 \series default
34507  
34508 \series bold
34509
34510 \backslash
34511 #3, 
34512 \backslash
34513 #4
34514 \begin_inset Newline newline
34515 \end_inset
34516
34517
34518 \series default
34519 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
34520  en LyX, lo que conlleva una visualización mejor.
34521  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
34522 \begin_inset Newline newline
34523 \end_inset
34524
34525 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
34526  macros individuales situando el cursor en la macro y usando el menú 
34527 \family sans
34528 Ver\SpecialChar \menuseparator
34529 (Des)plegar macro de ecuación.
34530 \end_layout
34531
34532 \begin_layout Standard
34533 Para usar una macro, se inserta el nombre de la misma como comando en una
34534  ecuación, en nuestro caso 
34535 \series bold
34536
34537 \backslash
34538 qG
34539 \series default
34540 .
34541  Nuestra macro se muestra en LyX así:
34542 \begin_inset Newline newline
34543 \end_inset
34544
34545
34546 \begin_inset space \hspace*{\fill}
34547 \end_inset
34548
34549
34550 \begin_inset Graphics
34551         filename ../clipart/macrouse.png
34552
34553 \end_inset
34554
34555
34556 \begin_inset space \hspace*{\fill}
34557 \end_inset
34558
34559
34560 \begin_inset Newline newline
34561 \end_inset
34562
34563 Aquí tenemos nuestro ejemplo de macro con los argumentos 
34564 \begin_inset Formula $x$
34565 \end_inset
34566
34567
34568 \begin_inset Formula $\ln(x)$
34569 \end_inset
34570
34571 , y 
34572 \begin_inset Formula $B$
34573 \end_inset
34574
34575 :
34576 \end_layout
34577
34578 \begin_layout Standard
34579 \begin_inset Formula 
34580 \[
34581 \qG x{\ln(x)}B
34582 \]
34583
34584 \end_inset
34585
34586
34587 \end_layout
34588
34589 \begin_layout Standard
34590 LyX ofrece en el menú 
34591 \family sans
34592 Herramientas
34593 \family default
34594 \SpecialChar \menuseparator
34595
34596 \family sans
34597 Preferencias\SpecialChar \menuseparator
34598 Edición\SpecialChar \menuseparator
34599 Control
34600 \family default
34601  diferentes estilos para editar macros.
34602  Para encontrar el estilo que más te convenga, elige un estilo y pon el
34603  cursor en una macro para ver la diferencia.
34604 \end_layout
34605
34606 \begin_layout Standard
34607 Una macro de ecuación se transforma internamente en un comando 
34608 \series bold
34609
34610 \backslash
34611 newcommand
34612 \series default
34613  cuando se exporta el documento.
34614  El comando creado 
34615 \series bold
34616
34617 \backslash
34618 newcommand
34619 \series default
34620  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
34621  usar en ecuaciones que estén en recuadros de definición de macros en el
34622  documento.
34623  
34624 \end_layout
34625
34626 \begin_layout Standard
34627 Las macros de ecuación también pueden crearse directamente a partir de un
34628  comando
34629 \series bold
34630  
34631 \backslash
34632 newcommand
34633 \series default
34634 .
34635  Por ejemplo, escribiendo el comando
34636 \begin_inset Newline newline
34637 \end_inset
34638
34639
34640 \series bold
34641
34642 \backslash
34643 newcommand{
34644 \backslash
34645 larrow}[2]{
34646 \backslash
34647 xleftarrow[#2]{#1}}
34648 \begin_inset Newline newline
34649 \end_inset
34650
34651
34652 \series default
34653 como texto normal en LyX, seleccionándolo completamente y usando a continuación
34654  el atajo 
34655 \family sans
34656 Ctrl+M
34657 \family default
34658 , el comando se transformará en una macro de ecuación.
34659  Al emplear este método debes tener cuidado en escribir correctamente el
34660  comando 
34661 \series bold
34662
34663 \backslash
34664 newcommand
34665 \series default
34666 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
34667  
34668 \end_layout
34669
34670 \begin_layout Standard
34671 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34672  en definiciones de macros se manejan incorrectamente.
34673  Por eso el ejemplo 
34674 \series bold
34675
34676 \backslash
34677 fb
34678 \series default
34679  de 
34680 \begin_inset CommandInset ref
34681 LatexCommand ref
34682 reference "sub:El-comando-newcommand"
34683
34684 \end_inset
34685
34686  no puede crearse como macro.
34687 \end_layout
34688
34689 \begin_layout Standard
34690 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
34691  la barra de herramientas de macros:
34692 \end_layout
34693
34694 \begin_layout Standard
34695 \begin_inset VSpace defskip
34696 \end_inset
34697
34698
34699 \end_layout
34700
34701 \begin_layout Standard
34702 \begin_inset Graphics
34703         filename ../clipart/MacroToolbar.png
34704
34705 \end_inset
34706
34707
34708 \begin_inset Index idx
34709 status collapsed
34710
34711 \begin_layout Plain Layout
34712 Macros ! Barra de herramientas
34713 \end_layout
34714
34715 \end_inset
34716
34717
34718 \end_layout
34719
34720 \begin_layout Standard
34721 \begin_inset VSpace defskip
34722 \end_inset
34723
34724
34725 \end_layout
34726
34727 \begin_layout Standard
34728 La barra de herramientas de macros contiene los siguientes botones:
34729 \end_layout
34730
34731 \begin_layout Standard
34732 \begin_inset VSpace defskip
34733 \end_inset
34734
34735
34736 \end_layout
34737
34738 \begin_layout Standard
34739 \begin_inset Tabular
34740 <lyxtabular version="3" rows="9" columns="2">
34741 <features islongtable="true" longtabularalignment="center">
34742 <column alignment="left" valignment="top" width="0">
34743 <column alignment="left" valignment="top" width="85col%">
34744 <row interlinespace="2.5mm">
34745 <cell alignment="center" valignment="top" usebox="none">
34746 \begin_inset Text
34747
34748 \begin_layout Plain Layout
34749 \begin_inset Graphics
34750         filename ../../images/math-macro-remove-param.png
34751         rotateOrigin center
34752
34753 \end_inset
34754
34755
34756 \end_layout
34757
34758 \end_inset
34759 </cell>
34760 <cell alignment="center" valignment="top" usebox="none">
34761 \begin_inset Text
34762
34763 \begin_layout Plain Layout
34764
34765 \family sans
34766 Editar\SpecialChar \menuseparator
34767 Ecuación\SpecialChar \menuseparator
34768 Definición de macro\SpecialChar \menuseparator
34769 Quitar último argumento
34770 \end_layout
34771
34772 \end_inset
34773 </cell>
34774 </row>
34775 <row interlinespace="2.5mm">
34776 <cell alignment="center" valignment="top" usebox="none">
34777 \begin_inset Text
34778
34779 \begin_layout Plain Layout
34780 \begin_inset Graphics
34781         filename ../../images/math-macro-add-param.png
34782         rotateOrigin center
34783
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \end_inset
34790 </cell>
34791 <cell alignment="center" valignment="top" usebox="none">
34792 \begin_inset Text
34793
34794 \begin_layout Plain Layout
34795
34796 \family sans
34797 Editar\SpecialChar \menuseparator
34798 Ecuación\SpecialChar \menuseparator
34799 Definición de macro\SpecialChar \menuseparator
34800 Añadir argumento
34801 \end_layout
34802
34803 \end_inset
34804 </cell>
34805 </row>
34806 <row interlinespace="2.5mm">
34807 <cell alignment="center" valignment="top" usebox="none">
34808 \begin_inset Text
34809
34810 \begin_layout Plain Layout
34811 \begin_inset Graphics
34812         filename ../../images/math-macro-make-optional.png
34813         rotateOrigin center
34814
34815 \end_inset
34816
34817
34818 \end_layout
34819
34820 \end_inset
34821 </cell>
34822 <cell alignment="center" valignment="top" usebox="none">
34823 \begin_inset Text
34824
34825 \begin_layout Plain Layout
34826
34827 \family sans
34828 Editar\SpecialChar \menuseparator
34829 Ecuación\SpecialChar \menuseparator
34830 Definición de macro\SpecialChar \menuseparator
34831 Hacer opcional el primer
34832 \begin_inset Newline newline
34833 \end_inset
34834
34835
34836 \begin_inset Phantom HPhantom
34837 status open
34838
34839 \begin_layout Plain Layout
34840
34841 \family sans
34842 Editar\SpecialChar \menuseparator
34843 Ecuación\SpecialChar \menuseparator
34844 Definición de macro\SpecialChar \menuseparator
34845
34846 \end_layout
34847
34848 \end_inset
34849
34850 argumento no opcional
34851 \end_layout
34852
34853 \end_inset
34854 </cell>
34855 </row>
34856 <row interlinespace="2.5mm">
34857 <cell alignment="center" valignment="top" usebox="none">
34858 \begin_inset Text
34859
34860 \begin_layout Plain Layout
34861 \begin_inset Graphics
34862         filename ../../images/math-macro-make-nonoptional.png
34863         rotateOrigin center
34864
34865 \end_inset
34866
34867
34868 \end_layout
34869
34870 \end_inset
34871 </cell>
34872 <cell alignment="center" valignment="top" usebox="none">
34873 \begin_inset Text
34874
34875 \begin_layout Plain Layout
34876
34877 \family sans
34878 Editar\SpecialChar \menuseparator
34879 Ecuación\SpecialChar \menuseparator
34880 Definición de macro\SpecialChar \menuseparator
34881 Hacer no opcional el primer
34882 \begin_inset Newline newline
34883 \end_inset
34884
34885
34886 \begin_inset Phantom HPhantom
34887 status open
34888
34889 \begin_layout Plain Layout
34890
34891 \family sans
34892 Editar\SpecialChar \menuseparator
34893 Ecuación\SpecialChar \menuseparator
34894 Definición de macro\SpecialChar \menuseparator
34895
34896 \end_layout
34897
34898 \end_inset
34899
34900 argumento opcional
34901 \end_layout
34902
34903 \end_inset
34904 </cell>
34905 </row>
34906 <row interlinespace="2.5mm">
34907 <cell alignment="center" valignment="top" usebox="none">
34908 \begin_inset Text
34909
34910 \begin_layout Plain Layout
34911 \begin_inset Graphics
34912         filename ../../images/math-macro-remove-optional-param.png
34913         rotateOrigin center
34914
34915 \end_inset
34916
34917
34918 \end_layout
34919
34920 \end_inset
34921 </cell>
34922 <cell alignment="center" valignment="top" usebox="none">
34923 \begin_inset Text
34924
34925 \begin_layout Plain Layout
34926
34927 \family sans
34928 Editar\SpecialChar \menuseparator
34929 Ecuación\SpecialChar \menuseparator
34930 Definición de macro\SpecialChar \menuseparator
34931 Quitar argumento opcional
34932 \end_layout
34933
34934 \end_inset
34935 </cell>
34936 </row>
34937 <row interlinespace="2.5mm">
34938 <cell alignment="center" valignment="top" usebox="none">
34939 \begin_inset Text
34940
34941 \begin_layout Plain Layout
34942 \begin_inset Graphics
34943         filename ../../images/math-macro-add-optional-param.png
34944         rotateOrigin center
34945
34946 \end_inset
34947
34948
34949 \end_layout
34950
34951 \end_inset
34952 </cell>
34953 <cell alignment="center" valignment="top" usebox="none">
34954 \begin_inset Text
34955
34956 \begin_layout Plain Layout
34957
34958 \family sans
34959 Editar\SpecialChar \menuseparator
34960 Ecuación\SpecialChar \menuseparator
34961 Definición de macro\SpecialChar \menuseparator
34962 Insertar argumento opcional
34963 \end_layout
34964
34965 \end_inset
34966 </cell>
34967 </row>
34968 <row interlinespace="2.5mm">
34969 <cell alignment="center" valignment="top" usebox="none">
34970 \begin_inset Text
34971
34972 \begin_layout Plain Layout
34973 \begin_inset Graphics
34974         filename ../../images/math-macro-remove-greedy-param.png
34975         rotateOrigin center
34976
34977 \end_inset
34978
34979
34980 \end_layout
34981
34982 \end_inset
34983 </cell>
34984 <cell alignment="center" valignment="top" usebox="none">
34985 \begin_inset Text
34986
34987 \begin_layout Plain Layout
34988
34989 \family sans
34990 Editar\SpecialChar \menuseparator
34991 Ecuación\SpecialChar \menuseparator
34992 Definición de macro\SpecialChar \menuseparator
34993 Quitar último argumento
34994 \begin_inset Newline newline
34995 \end_inset
34996
34997
34998 \begin_inset Phantom HPhantom
34999 status open
35000
35001 \begin_layout Plain Layout
35002
35003 \family sans
35004 Editar\SpecialChar \menuseparator
35005 Ecuación\SpecialChar \menuseparator
35006 Definición de macro\SpecialChar \menuseparator
35007
35008 \end_layout
35009
35010 \end_inset
35011
35012 yendo hacia la derecha
35013 \end_layout
35014
35015 \end_inset
35016 </cell>
35017 </row>
35018 <row interlinespace="2.5mm">
35019 <cell alignment="center" valignment="top" usebox="none">
35020 \begin_inset Text
35021
35022 \begin_layout Plain Layout
35023 \begin_inset Graphics
35024         filename ../../images/math-macro-append-greedy-param.png
35025         rotateOrigin center
35026
35027 \end_inset
35028
35029
35030 \end_layout
35031
35032 \end_inset
35033 </cell>
35034 <cell alignment="center" valignment="top" usebox="none">
35035 \begin_inset Text
35036
35037 \begin_layout Plain Layout
35038
35039 \family sans
35040 Editar\SpecialChar \menuseparator
35041 Ecuación\SpecialChar \menuseparator
35042 Definición de macro\SpecialChar \menuseparator
35043 Añadir argumento comiendo
35044 \begin_inset Newline newline
35045 \end_inset
35046
35047
35048 \begin_inset Phantom HPhantom
35049 status open
35050
35051 \begin_layout Plain Layout
35052
35053 \family sans
35054 Editar\SpecialChar \menuseparator
35055 Ecuación\SpecialChar \menuseparator
35056 Definición de macro\SpecialChar \menuseparator
35057
35058 \end_layout
35059
35060 \end_inset
35061
35062 desde la derecha
35063 \end_layout
35064
35065 \end_inset
35066 </cell>
35067 </row>
35068 <row interlinespace="2.5mm">
35069 <cell alignment="center" valignment="top" usebox="none">
35070 \begin_inset Text
35071
35072 \begin_layout Plain Layout
35073 \begin_inset Graphics
35074         filename ../../images/math-macro-add-greedy-optional-param.png
35075         rotateOrigin center
35076
35077 \end_inset
35078
35079
35080 \end_layout
35081
35082 \end_inset
35083 </cell>
35084 <cell alignment="center" valignment="top" usebox="none">
35085 \begin_inset Text
35086
35087 \begin_layout Plain Layout
35088
35089 \family sans
35090 Editar\SpecialChar \menuseparator
35091 Ecuación\SpecialChar \menuseparator
35092 Definición de macro\SpecialChar \menuseparator
35093 Añadir argumento opcional
35094 \begin_inset Newline newline
35095 \end_inset
35096
35097
35098 \begin_inset Phantom HPhantom
35099 status open
35100
35101 \begin_layout Plain Layout
35102
35103 \family sans
35104 Editar\SpecialChar \menuseparator
35105 Ecuación\SpecialChar \menuseparator
35106 Definición de macro\SpecialChar \menuseparator
35107
35108 \end_layout
35109
35110 \end_inset
35111
35112 comiendo desde la derecha
35113 \end_layout
35114
35115 \end_inset
35116 </cell>
35117 </row>
35118 </lyxtabular>
35119
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \begin_layout Section
35126 Sistema algebraico computacional
35127 \end_layout
35128
35129 \begin_layout Standard
35130 LyX permite el intercambio entre expresiones matemáticas escritas con su
35131  editor de ecuaciones y aplicaciones externas o guiones definidos por el
35132  usuario.
35133  Las aplicaciones soportadas actualmente son 
35134 \family sans
35135 Maple
35136 \family default
35137
35138 \family sans
35139 Mathematica
35140 \family default
35141
35142 \family sans
35143 Maxima
35144 \family default
35145  y 
35146 \family sans
35147 Octave
35148 \family default
35149 .
35150  Hay que advertir que el conjunto de estructuras matemáticas soportadas
35151  se limita a casos muy simples.
35152 \end_layout
35153
35154 \begin_layout Subsection
35155 Utilización
35156 \end_layout
35157
35158 \begin_layout Standard
35159 Escribe alguna expresión en una ecuación, despliega el menú 
35160 \family sans
35161 Editar\SpecialChar \menuseparator
35162 Ecuación\SpecialChar \menuseparator
35163 Usar programa de álgebra
35164 \family default
35165  y elige la aplicación que esté instalada en tu ordenador.
35166  Después de eso el resultado de la computación debería mostrarse a la derecha
35167  de la expresión junto con el operador "=".
35168 \end_layout
35169
35170 \begin_layout Standard
35171 A continuación hay unos ejemplos sencillos (con resultados de 
35172 \family sans
35173 Maxima
35174 \family default
35175 ) que muestran qué tipos de computación se pueden realizar:
35176 \end_layout
35177
35178 \begin_layout Itemize
35179 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
35180 \end_inset
35181
35182
35183 \end_layout
35184
35185 \begin_layout Itemize
35186 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
35187 \end_inset
35188
35189
35190 \end_layout
35191
35192 \begin_layout Itemize
35193 \begin_inset Formula $\int_{1}^{2}\sen(x)dx=\cos1-\cos2$
35194 \end_inset
35195
35196
35197 \end_layout
35198
35199 \begin_layout Itemize
35200 \begin_inset Formula $\det\left[\begin{array}{ccc}
35201 1 & 6 & 7\\
35202 2 & 5 & 8\\
35203 3 & 4 & 17
35204 \end{array}\right]=-56$
35205 \end_inset
35206
35207
35208 \end_layout
35209
35210 \begin_layout Itemize
35211 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
35212 \end_inset
35213
35214
35215 \end_layout
35216
35217 \begin_layout Subsection
35218 Atajos de teclado
35219 \end_layout
35220
35221 \begin_layout Standard
35222 Actualmente no hay atajos de teclado para ejecutar las aplicaciones de álgebra.
35223  Se puede vincular fácilmente una combinación de teclas a la función 
35224 \family sans
35225 math-extern
35226 \family default
35227  de Lyx (véase el manual 
35228 \emph on
35229 Funciones de LyX
35230 \emph default
35231 ).
35232  Por ejemplo, para vincular la tecla 
35233 \family sans
35234 Entrar
35235 \family default
35236  en el editor de ecuaciones a 
35237 \family sans
35238 Maxima
35239 \family default
35240  se podría usar este comando para definir el atajo de teclado:
35241 \end_layout
35242
35243 \begin_layout Standard
35244
35245 \series bold
35246 command-alternatives break-paragraph;math-extern maxima
35247 \end_layout
35248
35249 \begin_layout Section
35250 Consejos prácticos
35251 \begin_inset Index idx
35252 status collapsed
35253
35254 \begin_layout Plain Layout
35255 Consejos prácticos
35256 \end_layout
35257
35258 \end_inset
35259
35260
35261 \end_layout
35262
35263 \begin_layout Subsection
35264 Números negativos
35265 \begin_inset Index idx
35266 status collapsed
35267
35268 \begin_layout Plain Layout
35269 Numeros@Números ! negativos
35270 \end_layout
35271
35272 \end_inset
35273
35274
35275 \end_layout
35276
35277 \begin_layout Standard
35278 Los números negativos a veces se ven feos en las ecuaciones porque el signo
35279  menos delante del número tiene la misma longitud que el operador signo
35280  menos.
35281  Si se escribe el número negativo en texto normal el signo menos aparece
35282  correctamente.
35283 \end_layout
35284
35285 \begin_layout Standard
35286 Así pues, el problema desaparece si se convierte el signo menos a texto
35287  matemático.
35288 \end_layout
35289
35290 \begin_layout Standard
35291 Un ejemplo para visualizar el problema:
35292 \end_layout
35293
35294 \begin_layout Standard
35295 \noindent
35296 \align center
35297 \begin_inset Tabular
35298 <lyxtabular version="3" rows="3" columns="2">
35299 <features tabularvalignment="middle">
35300 <column alignment="center" valignment="top" width="0">
35301 <column alignment="center" valignment="top" width="0">
35302 <row>
35303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35304 \begin_inset Text
35305
35306 \begin_layout Plain Layout
35307 texto normal:
35308 \end_layout
35309
35310 \end_inset
35311 </cell>
35312 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35313 \begin_inset Text
35314
35315 \begin_layout Plain Layout
35316 x = -2
35317 \end_layout
35318
35319 \end_inset
35320 </cell>
35321 </row>
35322 <row>
35323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35324 \begin_inset Text
35325
35326 \begin_layout Plain Layout
35327 ecuación:
35328 \end_layout
35329
35330 \end_inset
35331 </cell>
35332 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35333 \begin_inset Text
35334
35335 \begin_layout Plain Layout
35336 \begin_inset Formula $x=-2$
35337 \end_inset
35338
35339
35340 \end_layout
35341
35342 \end_inset
35343 </cell>
35344 </row>
35345 <row>
35346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35347 \begin_inset Text
35348
35349 \begin_layout Plain Layout
35350 solución:
35351 \end_layout
35352
35353 \end_inset
35354 </cell>
35355 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35356 \begin_inset Text
35357
35358 \begin_layout Plain Layout
35359 \begin_inset Formula $x=\mbox{-}2$
35360 \end_inset
35361
35362
35363 \end_layout
35364
35365 \end_inset
35366 </cell>
35367 </row>
35368 </lyxtabular>
35369
35370 \end_inset
35371
35372
35373 \end_layout
35374
35375 \begin_layout Subsection
35376 Coma como separador decimal
35377 \begin_inset Index idx
35378 status collapsed
35379
35380 \begin_layout Plain Layout
35381 Coma decimal
35382 \end_layout
35383
35384 \end_inset
35385
35386
35387 \end_layout
35388
35389 \begin_layout Standard
35390 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
35391  de grupos numéricos.
35392  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
35393 \end_layout
35394
35395 \begin_layout Standard
35396 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
35397  
35398 \family sans
35399 Ctrl+M
35400 \family default
35401 ).
35402 \end_layout
35403
35404 \begin_layout Standard
35405 Para usar las comas en todas las fórmulas del documento como separador decimal,
35406  se carga el archivo 
35407 \series bold
35408 icomma.sty
35409 \series default
35410
35411 \begin_inset Foot
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415
35416 \series bold
35417 icomma
35418 \series default
35419  forma parte del paquete LaTeX 
35420 \series bold
35421 was
35422 \series default
35423
35424 \begin_inset Index idx
35425 status collapsed
35426
35427 \begin_layout Plain Layout
35428 Paquetes ! was
35429 \begin_inset ERT
35430 status collapsed
35431
35432 \begin_layout Plain Layout
35433
35434
35435 \backslash
35436 vspace{4mm}
35437 \end_layout
35438
35439 \end_inset
35440
35441
35442 \end_layout
35443
35444 \end_inset
35445
35446 .
35447 \end_layout
35448
35449 \end_inset
35450
35451
35452 \begin_inset Index idx
35453 status collapsed
35454
35455 \begin_layout Plain Layout
35456 Paquetes ! icomma
35457 \end_layout
35458
35459 \end_inset
35460
35461  en el preámbulo LaTeX con la línea: 
35462 \end_layout
35463
35464 \begin_layout Standard
35465
35466 \series bold
35467
35468 \backslash
35469 usepackage{icomma}
35470 \end_layout
35471
35472 \begin_layout Subsection
35473 Vectores cuánticos y notación bra-ket
35474 \begin_inset CommandInset label
35475 LatexCommand label
35476 name "sub:Vectores-cuánticos"
35477
35478 \end_inset
35479
35480
35481 \begin_inset Index idx
35482 status open
35483
35484 \begin_layout Plain Layout
35485 Vectores cuánticos
35486 \end_layout
35487
35488 \end_inset
35489
35490
35491 \begin_inset Index idx
35492 status open
35493
35494 \begin_layout Plain Layout
35495 Notación bra-ket
35496 \end_layout
35497
35498 \end_inset
35499
35500
35501 \end_layout
35502
35503 \begin_layout Standard
35504 El paquete LaTeX 
35505 \series bold
35506 braket
35507 \series default
35508
35509 \begin_inset Index idx
35510 status collapsed
35511
35512 \begin_layout Plain Layout
35513 Paquetes ! braket
35514 \end_layout
35515
35516 \end_inset
35517
35518  suministra comandos para escribir paréntesis angulares que se usan en mecánica
35519  cuántica: la notación 
35520 \begin_inset Quotes fld
35521 \end_inset
35522
35523 bra-ket
35524 \begin_inset Quotes frd
35525 \end_inset
35526
35527 ; se carga con la línea de preámbulo LaTeX:
35528 \end_layout
35529
35530 \begin_layout Standard
35531
35532 \series bold
35533
35534 \backslash
35535 usepackage{braket}
35536 \end_layout
35537
35538 \begin_layout Standard
35539 \begin_inset ERT
35540 status collapsed
35541
35542 \begin_layout Plain Layout
35543
35544
35545 \backslash
35546 ifbraket 
35547 \end_layout
35548
35549 \end_inset
35550
35551
35552 \begin_inset Note Note
35553 status open
35554
35555 \begin_layout Plain Layout
35556 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
35557 \series bold
35558 braket
35559 \series default
35560  está instalado.
35561 \end_layout
35562
35563 \end_inset
35564
35565
35566 \end_layout
35567
35568 \begin_layout Standard
35569 Están definidos los siguientes comandos:
35570 \end_layout
35571
35572 \begin_layout Standard
35573 \noindent
35574 \align center
35575 \begin_inset Tabular
35576 <lyxtabular version="3" rows="4" columns="2">
35577 <features tabularvalignment="middle">
35578 <column alignment="center" valignment="top" width="0">
35579 <column alignment="center" valignment="top" width="0">
35580 <row>
35581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35582 \begin_inset Text
35583
35584 \begin_layout Plain Layout
35585 Comando
35586 \end_layout
35587
35588 \end_inset
35589 </cell>
35590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35591 \begin_inset Text
35592
35593 \begin_layout Plain Layout
35594 Resultado
35595 \end_layout
35596
35597 \end_inset
35598 </cell>
35599 </row>
35600 <row>
35601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35602 \begin_inset Text
35603
35604 \begin_layout Plain Layout
35605
35606 \backslash
35607 Bra{
35608 \backslash
35609 psi
35610 \end_layout
35611
35612 \end_inset
35613 </cell>
35614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35615 \begin_inset Text
35616
35617 \begin_layout Plain Layout
35618 \begin_inset Formula $\Bra{\psi}$
35619 \end_inset
35620
35621
35622 \end_layout
35623
35624 \end_inset
35625 </cell>
35626 </row>
35627 <row>
35628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35629 \begin_inset Text
35630
35631 \begin_layout Plain Layout
35632
35633 \backslash
35634 Ket{
35635 \backslash
35636 psi
35637 \end_layout
35638
35639 \end_inset
35640 </cell>
35641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35642 \begin_inset Text
35643
35644 \begin_layout Plain Layout
35645 \begin_inset Formula $\Ket{\psi}$
35646 \end_inset
35647
35648
35649 \end_layout
35650
35651 \end_inset
35652 </cell>
35653 </row>
35654 <row>
35655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35656 \begin_inset Text
35657
35658 \begin_layout Plain Layout
35659
35660 \backslash
35661 Braket{
35662 \backslash
35663 psi|
35664 \backslash
35665 phi
35666 \end_layout
35667
35668 \end_inset
35669 </cell>
35670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35671 \begin_inset Text
35672
35673 \begin_layout Plain Layout
35674 \begin_inset Formula $\Braket{\psi|\phi}$
35675 \end_inset
35676
35677
35678 \end_layout
35679
35680 \end_inset
35681 </cell>
35682 </row>
35683 </lyxtabular>
35684
35685 \end_inset
35686
35687
35688 \end_layout
35689
35690 \begin_layout Standard
35691 El comando 
35692 \series bold
35693
35694 \backslash
35695 Braket
35696 \series default
35697  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35698  circundantes:
35699 \begin_inset Formula 
35700 \[
35701 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35702 \]
35703
35704 \end_inset
35705
35706
35707 \begin_inset ERT
35708 status collapsed
35709
35710 \begin_layout Plain Layout
35711
35712
35713 \backslash
35714 else
35715 \end_layout
35716
35717 \end_inset
35718
35719
35720 \begin_inset Note Note
35721 status open
35722
35723 \begin_layout Plain Layout
35724 Lo que sigue se verá en la salida si el paquete LaTeX 
35725 \series bold
35726 braket
35727 \series default
35728  no está instalado:
35729 \end_layout
35730
35731 \end_inset
35732
35733
35734 \end_layout
35735
35736 \begin_layout Standard
35737 Debes instalar el paquete LaTeX 
35738 \series bold
35739 braket
35740 \series default
35741  para ver en la salida el resto de esta subsección.
35742 \end_layout
35743
35744 \begin_layout Standard
35745 \begin_inset ERT
35746 status collapsed
35747
35748 \begin_layout Plain Layout
35749
35750
35751 \backslash
35752 fi
35753 \end_layout
35754
35755 \end_inset
35756
35757
35758 \end_layout
35759
35760 \begin_layout Standard
35761 El efecto de 
35762 \series bold
35763
35764 \backslash
35765 Braket
35766 \series default
35767  también se puede conseguir con el comando 
35768 \series bold
35769
35770 \backslash
35771 middle
35772 \series default
35773 , que se describe en 
35774 \begin_inset CommandInset ref
35775 LatexCommand ref
35776 reference "sub:Tamaño-automático-de"
35777
35778 \end_inset
35779
35780 .
35781 \end_layout
35782
35783 \begin_layout Subsection
35784 Fracciones definidas por el usuario
35785 \begin_inset CommandInset label
35786 LatexCommand label
35787 name "sub:Fracciones-personalizadas"
35788
35789 \end_inset
35790
35791
35792 \begin_inset Index idx
35793 status collapsed
35794
35795 \begin_layout Plain Layout
35796 Fracciones ! personalizadas
35797 \end_layout
35798
35799 \end_inset
35800
35801
35802 \end_layout
35803
35804 \begin_layout Standard
35805 Para definir comandos personalizados para fracciones, se usa el comando
35806  
35807 \series bold
35808
35809 \backslash
35810 genfrac
35811 \series default
35812
35813 \begin_inset Index idx
35814 status collapsed
35815
35816 \begin_layout Plain Layout
35817 Comandos ! G ! 
35818 \backslash
35819 genfrac
35820 \end_layout
35821
35822 \end_inset
35823
35824  con el siguiente esquema:
35825 \end_layout
35826
35827 \begin_layout Standard
35828
35829 \series bold
35830
35831 \backslash
35832 genfrac{delimitador izquierdo}{delimitador derecho}
35833 \begin_inset Newline newline
35834 \end_inset
35835
35836
35837 \begin_inset Phantom HPhantom
35838 status open
35839
35840 \begin_layout Plain Layout
35841
35842 \series bold
35843
35844 \backslash
35845 genfrac
35846 \end_layout
35847
35848 \end_inset
35849
35850 {grosor raya de fracción}{estilo}{numerador}{denominador}
35851 \end_layout
35852
35853 \begin_layout Standard
35854 El estilo es un número en el rango 0
35855 \begin_inset space \thinspace{}
35856 \end_inset
35857
35858 -
35859 \begin_inset space \thinspace{}
35860 \end_inset
35861
35862 3.
35863 \end_layout
35864
35865 \begin_layout Standard
35866 \align center
35867 \begin_inset Tabular
35868 <lyxtabular version="3" rows="5" columns="2">
35869 <features tabularvalignment="middle">
35870 <column alignment="center" valignment="top" width="0">
35871 <column alignment="center" valignment="top" width="0">
35872 <row>
35873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35874 \begin_inset Text
35875
35876 \begin_layout Plain Layout
35877 Número
35878 \end_layout
35879
35880 \end_inset
35881 </cell>
35882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35883 \begin_inset Text
35884
35885 \begin_layout Plain Layout
35886 Estilo (tamaño)
35887 \end_layout
35888
35889 \end_inset
35890 </cell>
35891 </row>
35892 <row>
35893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35894 \begin_inset Text
35895
35896 \begin_layout Plain Layout
35897 0
35898 \end_layout
35899
35900 \end_inset
35901 </cell>
35902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35903 \begin_inset Text
35904
35905 \begin_layout Plain Layout
35906 ecuación presentada
35907 \end_layout
35908
35909 \end_inset
35910 </cell>
35911 </row>
35912 <row>
35913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35914 \begin_inset Text
35915
35916 \begin_layout Plain Layout
35917 1
35918 \end_layout
35919
35920 \end_inset
35921 </cell>
35922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35923 \begin_inset Text
35924
35925 \begin_layout Plain Layout
35926 ecuación en línea
35927 \end_layout
35928
35929 \end_inset
35930 </cell>
35931 </row>
35932 <row>
35933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35934 \begin_inset Text
35935
35936 \begin_layout Plain Layout
35937 2
35938 \end_layout
35939
35940 \end_inset
35941 </cell>
35942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35943 \begin_inset Text
35944
35945 \begin_layout Plain Layout
35946 pequeño
35947 \end_layout
35948
35949 \end_inset
35950 </cell>
35951 </row>
35952 <row>
35953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35954 \begin_inset Text
35955
35956 \begin_layout Plain Layout
35957 3
35958 \end_layout
35959
35960 \end_inset
35961 </cell>
35962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35963 \begin_inset Text
35964
35965 \begin_layout Plain Layout
35966 muy pequeño
35967 \end_layout
35968
35969 \end_inset
35970 </cell>
35971 </row>
35972 </lyxtabular>
35973
35974 \end_inset
35975
35976
35977 \end_layout
35978
35979 \begin_layout Standard
35980 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
35981  
35982 \series bold
35983
35984 \backslash
35985 frac
35986 \series default
35987 .
35988 \end_layout
35989
35990 \begin_layout Standard
35991 Si no se pone grosor de la raya de fracción se usará el valor predefinido
35992  de 0.4
35993 \begin_inset space \thinspace{}
35994 \end_inset
35995
35996 pt.
35997 \end_layout
35998
35999 \begin_layout Standard
36000 Por ejemplo, los comandos 
36001 \series bold
36002
36003 \backslash
36004 dfrac
36005 \series default
36006  y 
36007 \series bold
36008
36009 \backslash
36010 tbinom
36011 \series default
36012  de la 
36013 \begin_inset CommandInset ref
36014 LatexCommand ref
36015 reference "sub:Fracciones"
36016
36017 \end_inset
36018
36019  se definen con los comandos:
36020 \end_layout
36021
36022 \begin_layout Standard
36023
36024 \series bold
36025
36026 \backslash
36027 newcommand{
36028 \backslash
36029 dfrac}[2]{
36030 \backslash
36031 genfrac{}{}{}{0}{#1}{#2}}
36032 \end_layout
36033
36034 \begin_layout Standard
36035 y
36036 \end_layout
36037
36038 \begin_layout Standard
36039
36040 \series bold
36041
36042 \backslash
36043 newcommand{
36044 \backslash
36045 tbinom}[2]{
36046 \backslash
36047 genfrac{(}{)}{0pt}{1}{#1}{#2}}
36048 \end_layout
36049
36050 \begin_layout Standard
36051 \begin_inset VSpace medskip
36052 \end_inset
36053
36054
36055 \end_layout
36056
36057 \begin_layout Standard
36058 Para definir una fracción en la que el grosor de la raya se pueda definir
36059  como argumento opcional, se inserta la siguiente línea en el preámbulo
36060  LaTeX:
36061 \end_layout
36062
36063 \begin_layout Standard
36064
36065 \series bold
36066
36067 \backslash
36068 newcommand{
36069 \backslash
36070 fracS}[3][]{
36071 \backslash
36072 genfrac{}{}{#1}{}{#2}{#3}}
36073 \end_layout
36074
36075 \begin_layout Standard
36076 Un ensayo:
36077 \begin_inset Formula 
36078 \begin{align*}
36079 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
36080 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
36081 \end{align*}
36082
36083 \end_inset
36084
36085 Como se puede ver, la distancia del numerador y el denominador a la raya
36086  de fracción se redondea a unas tres veces el grosor de la raya.
36087 \end_layout
36088
36089 \begin_layout Subsection
36090 Ecuaciones canceladas
36091 \begin_inset Index idx
36092 status collapsed
36093
36094 \begin_layout Plain Layout
36095 Ecuación ! cancelada
36096 \end_layout
36097
36098 \end_inset
36099
36100
36101 \end_layout
36102
36103 \begin_layout Standard
36104 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
36105  
36106 \series bold
36107 cancel
36108 \series default
36109
36110 \begin_inset Index idx
36111 status collapsed
36112
36113 \begin_layout Plain Layout
36114 Paquetes ! cancel
36115 \end_layout
36116
36117 \end_inset
36118
36119  con la línea de preámbulo LaTeX
36120 \end_layout
36121
36122 \begin_layout Standard
36123
36124 \series bold
36125
36126 \backslash
36127 usepackage[samesize]{cancel}
36128 \end_layout
36129
36130 \begin_layout Standard
36131 \begin_inset ERT
36132 status collapsed
36133
36134 \begin_layout Plain Layout
36135
36136
36137 \backslash
36138 ifcancel 
36139 \end_layout
36140
36141 \end_inset
36142
36143
36144 \begin_inset Note Note
36145 status open
36146
36147 \begin_layout Plain Layout
36148 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
36149 \series bold
36150 cancel
36151 \series default
36152  está instalado.
36153 \end_layout
36154
36155 \end_inset
36156
36157
36158 \end_layout
36159
36160 \begin_layout Standard
36161 Hay cuatro formas de cancelar ecuaciones:
36162 \end_layout
36163
36164 \begin_layout Standard
36165 \align center
36166 \begin_inset Tabular
36167 <lyxtabular version="3" rows="5" columns="2">
36168 <features tabularvalignment="middle">
36169 <column alignment="center" valignment="top" width="0">
36170 <column alignment="center" valignment="top" width="0">
36171 <row>
36172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36173 \begin_inset Text
36174
36175 \begin_layout Plain Layout
36176 Comando
36177 \end_layout
36178
36179 \end_inset
36180 </cell>
36181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36182 \begin_inset Text
36183
36184 \begin_layout Plain Layout
36185 Resultado
36186 \begin_inset Note Note
36187 status collapsed
36188
36189 \begin_layout Plain Layout
36190 El
36191 \series bold
36192  
36193 \series default
36194 espacio y 
36195 \series bold
36196
36197 \backslash
36198 raisebox
36199 \series default
36200  se usa sólo como espaciador
36201 \end_layout
36202
36203 \end_inset
36204
36205
36206 \end_layout
36207
36208 \end_inset
36209 </cell>
36210 </row>
36211 <row>
36212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36213 \begin_inset Text
36214
36215 \begin_layout Plain Layout
36216
36217 \backslash
36218 cancel{
36219 \backslash
36220 int
36221 \begin_inset ERT
36222 status collapsed
36223
36224 \begin_layout Plain Layout
36225
36226
36227 \backslash
36228 spce 
36229 \end_layout
36230
36231 \end_inset
36232
36233 A=B
36234 \end_layout
36235
36236 \end_inset
36237 </cell>
36238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36239 \begin_inset Text
36240
36241 \begin_layout Plain Layout
36242 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
36243 \end_inset
36244
36245
36246 \end_layout
36247
36248 \end_inset
36249 </cell>
36250 </row>
36251 <row>
36252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36253 \begin_inset Text
36254
36255 \begin_layout Plain Layout
36256
36257 \backslash
36258 bcancel{
36259 \backslash
36260 int
36261 \begin_inset ERT
36262 status collapsed
36263
36264 \begin_layout Plain Layout
36265
36266
36267 \backslash
36268 spce 
36269 \end_layout
36270
36271 \end_inset
36272
36273 A=B
36274 \end_layout
36275
36276 \end_inset
36277 </cell>
36278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36279 \begin_inset Text
36280
36281 \begin_layout Plain Layout
36282 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
36283 \end_inset
36284
36285
36286 \end_layout
36287
36288 \end_inset
36289 </cell>
36290 </row>
36291 <row>
36292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36293 \begin_inset Text
36294
36295 \begin_layout Plain Layout
36296
36297 \backslash
36298 xcancel{
36299 \backslash
36300 int
36301 \begin_inset ERT
36302 status collapsed
36303
36304 \begin_layout Plain Layout
36305
36306
36307 \backslash
36308 spce 
36309 \end_layout
36310
36311 \end_inset
36312
36313 A=B
36314 \end_layout
36315
36316 \end_inset
36317 </cell>
36318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36319 \begin_inset Text
36320
36321 \begin_layout Plain Layout
36322 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
36323 \end_inset
36324
36325
36326 \end_layout
36327
36328 \end_inset
36329 </cell>
36330 </row>
36331 <row>
36332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36333 \begin_inset Text
36334
36335 \begin_layout Plain Layout
36336
36337 \backslash
36338 cancelto{1
36339 \begin_inset Formula $\to$
36340 \end_inset
36341
36342
36343 \backslash
36344 {
36345 \backslash
36346 int
36347 \begin_inset ERT
36348 status collapsed
36349
36350 \begin_layout Plain Layout
36351
36352
36353 \backslash
36354 spce 
36355 \end_layout
36356
36357 \end_inset
36358
36359 A=B
36360 \end_layout
36361
36362 \end_inset
36363 </cell>
36364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36365 \begin_inset Text
36366
36367 \begin_layout Plain Layout
36368 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
36369 \end_inset
36370
36371
36372 \end_layout
36373
36374 \end_inset
36375 </cell>
36376 </row>
36377 </lyxtabular>
36378
36379 \end_inset
36380
36381
36382 \end_layout
36383
36384 \begin_layout Standard
36385
36386 \series bold
36387
36388 \backslash
36389 cancelto
36390 \series default
36391  es especialmente apropiada para visualizar la simplificación de fracciones
36392  en una ecuación:
36393 \begin_inset Formula 
36394 \[
36395 \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}}}
36396 \]
36397
36398 \end_inset
36399
36400
36401 \end_layout
36402
36403 \begin_layout Standard
36404 \begin_inset ERT
36405 status collapsed
36406
36407 \begin_layout Plain Layout
36408
36409
36410 \backslash
36411 else
36412 \end_layout
36413
36414 \end_inset
36415
36416
36417 \begin_inset Note Note
36418 status open
36419
36420 \begin_layout Plain Layout
36421 Lo que sigue se verá en la salida si el paquete LaTeX 
36422 \series bold
36423 cancel
36424 \series default
36425  no está instalado:
36426 \end_layout
36427
36428 \end_inset
36429
36430
36431 \end_layout
36432
36433 \begin_layout Standard
36434 Debes instalar el paquete LaTeX 
36435 \series bold
36436 cancel
36437 \series default
36438  para ver en la salida el resto de esta subsección.
36439 \end_layout
36440
36441 \begin_layout Standard
36442 \begin_inset ERT
36443 status collapsed
36444
36445 \begin_layout Plain Layout
36446
36447
36448 \backslash
36449 fi
36450 \end_layout
36451
36452 \end_inset
36453
36454
36455 \end_layout
36456
36457 \begin_layout Subsection
36458 Ecuaciones en encabezados de sección
36459 \begin_inset CommandInset label
36460 LatexCommand label
36461 name "sub:Ecuaciones-en-encabezados"
36462
36463 \end_inset
36464
36465
36466 \begin_inset Index idx
36467 status collapsed
36468
36469 \begin_layout Plain Layout
36470 Ecuación ! en encabezados de sección
36471 \end_layout
36472
36473 \end_inset
36474
36475
36476 \end_layout
36477
36478 \begin_layout Standard
36479 Si se quiere poner una ecuación en un encabezado de sección hay que tener
36480  en cuenta lo siguiente:
36481 \end_layout
36482
36483 \begin_layout Standard
36484 \begin_inset Note Greyedout
36485 status open
36486
36487 \begin_layout Plain Layout
36488 Si el soporte para 
36489 \series bold
36490 hyperref
36491 \series default
36492
36493 \begin_inset Index idx
36494 status collapsed
36495
36496 \begin_layout Plain Layout
36497 Paquetes ! hyperref
36498 \end_layout
36499
36500 \end_inset
36501
36502  está activado en la configuración del documento, 
36503 \family sans
36504 Propiedades
36505 \begin_inset space ~
36506 \end_inset
36507
36508
36509 \family default
36510 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
36511  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
36512  texto del marcador, porque se infringen las convenciones PDF.
36513 \end_layout
36514
36515 \end_inset
36516
36517
36518 \end_layout
36519
36520 \begin_layout Standard
36521 Estos problemas se pueden solucionar insertando al final del encabezado
36522  un título breve con el menú 
36523 \family sans
36524 Insertar\SpecialChar \menuseparator
36525 Título
36526 \begin_inset space ~
36527 \end_inset
36528
36529 breve
36530 \family default
36531 .
36532  Los títulos breves se usan como alternativa para encabezados de sección
36533  con más de una línea para mantener el buen aspecto del índice.
36534  En éste sólo aparece el título breve y por tanto también en los marcadores.
36535 \end_layout
36536
36537 \begin_layout Standard
36538 Si hay que poner ecuaciones en el índice y se usa 
36539 \series bold
36540 hyperref
36541 \series default
36542 , se puede insertar el siguiente comando en modo TeX:
36543 \end_layout
36544
36545 \begin_layout Standard
36546
36547 \series bold
36548
36549 \backslash
36550 texorpdfstring{parte}{alternativa}
36551 \begin_inset Index idx
36552 status collapsed
36553
36554 \begin_layout Plain Layout
36555 Comandos ! T ! 
36556 \backslash
36557 texorpdfstring
36558 \end_layout
36559
36560 \end_inset
36561
36562
36563 \end_layout
36564
36565 \begin_layout Standard
36566 parte se refiere a la parte del encabezado que no debería aparecer en el
36567  marcador PDF.
36568  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
36569  La alternativa se usa para el marcador en vez de la parte.
36570 \end_layout
36571
36572 \begin_layout Standard
36573 Aquí hay dos ejemplos de encabezados con ecuación:
36574 \end_layout
36575
36576 \begin_layout Standard
36577 \begin_inset VSpace -3mm
36578 \end_inset
36579
36580
36581 \end_layout
36582
36583 \begin_layout Standard
36584 \begin_inset ERT
36585 status collapsed
36586
36587 \begin_layout Plain Layout
36588
36589
36590 \backslash
36591 boldmath 
36592 \end_layout
36593
36594 \end_inset
36595
36596
36597 \end_layout
36598
36599 \begin_layout Subsubsection
36600 Encabezado sin ecuación en el índice 
36601 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36602 \end_inset
36603
36604
36605 \begin_inset Argument
36606 status collapsed
36607
36608 \begin_layout Plain Layout
36609 Encabezado sin ecuación en el índice
36610 \end_layout
36611
36612 \end_inset
36613
36614
36615 \end_layout
36616
36617 \begin_layout Subsubsection
36618 Encabezado con ecuación en el índice
36619 \begin_inset ERT
36620 status collapsed
36621
36622 \begin_layout Plain Layout
36623
36624
36625 \backslash
36626 texorpdfstring{
36627 \end_layout
36628
36629 \end_inset
36630
36631  
36632 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36633 \end_inset
36634
36635
36636 \begin_inset ERT
36637 status collapsed
36638
36639 \begin_layout Plain Layout
36640
36641 }{}
36642 \end_layout
36643
36644 \end_inset
36645
36646
36647 \end_layout
36648
36649 \begin_layout Standard
36650 \begin_inset ERT
36651 status collapsed
36652
36653 \begin_layout Plain Layout
36654
36655
36656 \backslash
36657 unboldmath 
36658 \end_layout
36659
36660 \end_inset
36661
36662 En el primer encabezado se ha puesto un título breve, en el segundo un 
36663 \series bold
36664
36665 \backslash
36666 texorpdfstring
36667 \series default
36668 .
36669 \end_layout
36670
36671 \begin_layout Standard
36672 Para obtener el mismo formato que en los demás encabezados se han puesto
36673  ambos en un entorno 
36674 \series bold
36675 boldmath
36676 \series default
36677 .
36678 \begin_inset Foot
36679 status collapsed
36680
36681 \begin_layout Plain Layout
36682 véase 
36683 \begin_inset CommandInset ref
36684 LatexCommand ref
36685 reference "sub:Ecuaciones-en-negrita"
36686
36687 \end_inset
36688
36689
36690 \end_layout
36691
36692 \end_inset
36693
36694
36695 \end_layout
36696
36697 \begin_layout Subsection
36698 Ecuaciones en texto multicolumna
36699 \begin_inset Index idx
36700 status collapsed
36701
36702 \begin_layout Plain Layout
36703 Ecuación ! en texto multicolumna
36704 \end_layout
36705
36706 \end_inset
36707
36708
36709 \end_layout
36710
36711 \begin_layout Standard
36712 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36713  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36714  de la página.
36715  Esto se hace usando el paquete LaTeX 
36716 \series bold
36717 multicol
36718 \series default
36719 ,
36720 \begin_inset Foot
36721 status collapsed
36722
36723 \begin_layout Plain Layout
36724
36725 \series bold
36726 multicol
36727 \series default
36728  forma parte de las distribuciones LaTeX estándar.
36729 \end_layout
36730
36731 \end_inset
36732
36733
36734 \begin_inset Index idx
36735 status collapsed
36736
36737 \begin_layout Plain Layout
36738 Paquetes ! multicol
36739 \end_layout
36740
36741 \end_inset
36742
36743  que se carga en el preámbulo LaTeX con la línea
36744 \end_layout
36745
36746 \begin_layout Standard
36747
36748 \series bold
36749
36750 \backslash
36751 usepackage{multicol}
36752 \end_layout
36753
36754 \begin_layout Standard
36755 \begin_inset Note Greyedout
36756 status open
36757
36758 \begin_layout Plain Layout
36759 Ten en cuenta que la opción 
36760 \family sans
36761 Documento
36762 \begin_inset space ~
36763 \end_inset
36764
36765 con
36766 \begin_inset space ~
36767 \end_inset
36768
36769 dos
36770 \begin_inset space ~
36771 \end_inset
36772
36773 caras
36774 \family default
36775 , bajo 
36776 \family sans
36777 Diseño
36778 \begin_inset space ~
36779 \end_inset
36780
36781 de
36782 \begin_inset space ~
36783 \end_inset
36784
36785 página 
36786 \family default
36787 en el menú 
36788 \family sans
36789 Documento\SpecialChar \menuseparator
36790 Configuración
36791 \family default
36792  
36793 \emph on
36794 debe
36795 \emph default
36796  estar desmarcada.
36797 \end_layout
36798
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \begin_layout Standard
36805 Antes del texto multicolumna se inserta en modo TeX el comando
36806 \end_layout
36807
36808 \begin_layout Standard
36809
36810 \series bold
36811
36812 \backslash
36813 begin{multicols}{número de columnas}
36814 \end_layout
36815
36816 \begin_layout Standard
36817 El número de columnas está en el rango 2-10.
36818  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36819  TeX el comando
36820 \end_layout
36821
36822 \begin_layout Standard
36823
36824 \series bold
36825
36826 \backslash
36827 end{multicols}
36828 \end_layout
36829
36830 \begin_layout Standard
36831 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
36832  Para quitarlo se inserta un espacio vertical de -6
36833 \begin_inset space \thinspace{}
36834 \end_inset
36835
36836 mm antes de la ecuación.
36837  Si se usa el estilo 
36838 \series bold
36839 Sangrado
36840 \series default
36841 ,
36842 \begin_inset Foot
36843 status open
36844
36845 \begin_layout Plain Layout
36846 véase estilos de ecuación en 
36847 \begin_inset CommandInset ref
36848 LatexCommand ref
36849 reference "sec:Estilos-de-ecuación"
36850
36851 \end_inset
36852
36853
36854 \end_layout
36855
36856 \end_inset
36857
36858  se inserta un espacio de -9
36859 \begin_inset space \thinspace{}
36860 \end_inset
36861
36862 mm.
36863 \end_layout
36864
36865 \begin_layout Standard
36866 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
36867 \end_layout
36868
36869 \begin_layout Standard
36870
36871 \lang german
36872 \begin_inset ERT
36873 status collapsed
36874
36875 \begin_layout Plain Layout
36876
36877
36878 \backslash
36879 begin{multicols}{2}
36880 \end_layout
36881
36882 \end_inset
36883
36884 Das Spektrum wird fouriertransformiert.
36885  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36886 , Lösungsmittel) zu trennen.
36887  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36888  nun das Aussehen des Ausgangssignals.
36889  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36890  über alle Phasen integrieren muss.
36891  Sei nun 
36892 \begin_inset Formula $S$
36893 \end_inset
36894
36895  unser normiertes Ausgangssignal und 
36896 \begin_inset Formula $P$
36897 \end_inset
36898
36899  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36900 \begin_inset ERT
36901 status collapsed
36902
36903 \begin_layout Plain Layout
36904
36905
36906 \backslash
36907 end{multicols}
36908 \end_layout
36909
36910 \end_inset
36911
36912
36913 \begin_inset VSpace -6mm
36914 \end_inset
36915
36916
36917 \begin_inset Formula 
36918 \begin{equation}
36919 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36920 \end{equation}
36921
36922 \end_inset
36923
36924
36925 \begin_inset ERT
36926 status collapsed
36927
36928 \begin_layout Plain Layout
36929
36930
36931 \backslash
36932 begin{multicols}{2}
36933 \end_layout
36934
36935 \end_inset
36936
36937 wobei 
36938 \begin_inset Formula $S_{0}$
36939 \end_inset
36940
36941  das Signal ohne Gradient ist und die Normierungsbedingung 
36942 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36943 \end_inset
36944
36945  gilt.
36946  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36947  Direkt nach dem 
36948 \begin_inset Formula $\nicefrac{\pi}{2}$
36949 \end_inset
36950
36951
36952 \begin_inset space \thinspace{}
36953 \end_inset
36954
36955 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36956  das Signal zusätzlich abschwächt.
36957  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36958  
36959 \begin_inset Formula $T_{2}$
36960 \end_inset
36961
36962 -Zeit.
36963 \end_layout
36964
36965 \begin_layout Standard
36966
36967 \lang german
36968 \begin_inset ERT
36969 status collapsed
36970
36971 \begin_layout Plain Layout
36972
36973
36974 \backslash
36975 end{multicols}
36976 \end_layout
36977
36978 \end_inset
36979
36980
36981 \end_layout
36982
36983 \begin_layout Subsection
36984 Ecuaciones con descripción de variables
36985 \begin_inset Index idx
36986 status collapsed
36987
36988 \begin_layout Plain Layout
36989 Ecuación ! con descripción de variables
36990 \end_layout
36991
36992 \end_inset
36993
36994
36995 \end_layout
36996
36997 \begin_layout Standard
36998 Para describir variables en una ecuación, como en la fórmula 
36999 \begin_inset CommandInset ref
37000 LatexCommand eqref
37001 reference "eq:within"
37002
37003 \end_inset
37004
37005 , se inserta una matriz 2×
37006 \begin_inset Formula $n$
37007 \end_inset
37008
37009  con columnas alineadas a la izquierda para las 
37010 \emph on
37011
37012 \begin_inset Formula $n$
37013 \end_inset
37014
37015
37016 \emph default
37017  variables usadas.
37018 \begin_inset Foot
37019 status collapsed
37020
37021 \begin_layout Plain Layout
37022 véase matrices en 
37023 \begin_inset CommandInset ref
37024 LatexCommand ref
37025 reference "sec:Matrices"
37026
37027 \end_inset
37028
37029
37030 \end_layout
37031
37032 \end_inset
37033
37034  Para poner la descripción en tamaño más pequeño se inserta, por ejemplo,
37035  el comando 
37036 \series bold
37037
37038 \backslash
37039 footnotesize
37040 \series default
37041  antes de la matriz.
37042 \begin_inset Foot
37043 status collapsed
37044
37045 \begin_layout Plain Layout
37046 véase tamaños de tipografías en 
37047 \begin_inset CommandInset ref
37048 LatexCommand ref
37049 reference "sub:Tamaños-de-tipografías"
37050
37051 \end_inset
37052
37053 .
37054 \end_layout
37055
37056 \end_inset
37057
37058
37059 \end_layout
37060
37061 \begin_layout Standard
37062 Si se usa el estilo 
37063 \series bold
37064 Sangrado
37065 \series default
37066 ,
37067 \begin_inset Foot
37068 status collapsed
37069
37070 \begin_layout Plain Layout
37071 véase estilos de ecuación en 
37072 \begin_inset CommandInset ref
37073 LatexCommand ref
37074 reference "sec:Estilos-de-ecuación"
37075
37076 \end_inset
37077
37078
37079 \end_layout
37080
37081 \end_inset
37082
37083  se inserta un 
37084 \series bold
37085
37086 \backslash
37087 hfill
37088 \series default
37089
37090 \begin_inset Foot
37091 status collapsed
37092
37093 \begin_layout Plain Layout
37094
37095 \series bold
37096
37097 \backslash
37098 hfill
37099 \series default
37100  sólo funciona en ecuaciones en estilo 
37101 \series bold
37102 Sangrado
37103 \series default
37104 , véase 
37105 \begin_inset CommandInset ref
37106 LatexCommand ref
37107 reference "sub:Espacio-variable"
37108
37109 \end_inset
37110
37111
37112 \end_layout
37113
37114 \end_inset
37115
37116  delante y detrás de la matriz para que tenga la misma separación con la
37117  ecuación y con el margen.
37118 \end_layout
37119
37120 \begin_layout Standard
37121 Si se usa el estilo 
37122 \series bold
37123 Centrado
37124 \series default
37125  se emplea el método descrito en la 
37126 \begin_inset CommandInset ref
37127 LatexCommand ref
37128 reference "sub:Entorno-flalign"
37129
37130 \end_inset
37131
37132  para sangrar la ecuación.
37133  La ecuación 
37134 \begin_inset CommandInset ref
37135 LatexCommand eqref
37136 reference "eq:within"
37137
37138 \end_inset
37139
37140  consta de cinco columnas ya que las dos primeras contienen la fórmula,
37141  la tercera la matriz y la última una llave TeX vacía.
37142 \begin_inset Formula 
37143 \begin{flalign}
37144 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
37145 \rho & \mbox{densidad}\\
37146 V & \mbox{volumen}\\
37147 g & \mbox{aceleración gravitatoria}
37148 \end{array} &  & {}\label{eq:within}
37149 \end{flalign}
37150
37151 \end_inset
37152
37153
37154 \end_layout
37155
37156 \begin_layout Subsection
37157 Letras griegas minúsculas en redonda
37158 \begin_inset CommandInset label
37159 LatexCommand label
37160 name "sub:Griegas-en-redonda"
37161
37162 \end_inset
37163
37164
37165 \begin_inset Index idx
37166 status collapsed
37167
37168 \begin_layout Plain Layout
37169 Letras griegas ! en redonda
37170 \end_layout
37171
37172 \end_inset
37173
37174
37175 \end_layout
37176
37177 \begin_layout Standard
37178 La mayoría de las tipografías sólo suministran letras griegas minúsculas
37179  en cursiva.
37180  Pero para símbolos de partículas elementales como piones y neutrinos hacen
37181  falta letras griegas en redonda.
37182  El archivo 
37183 \series bold
37184 upgreek.sty
37185 \series default
37186
37187 \begin_inset Foot
37188 status collapsed
37189
37190 \begin_layout Plain Layout
37191
37192 \series bold
37193 upgreek
37194 \series default
37195  forma parte del paquete LaTeX 
37196 \series bold
37197 was
37198 \series default
37199
37200 \begin_inset Index idx
37201 status collapsed
37202
37203 \begin_layout Plain Layout
37204 Paquetes ! was
37205 \begin_inset ERT
37206 status collapsed
37207
37208 \begin_layout Plain Layout
37209
37210
37211 \backslash
37212 vspace{4mm}
37213 \end_layout
37214
37215 \end_inset
37216
37217
37218 \end_layout
37219
37220 \end_inset
37221
37222 .
37223 \end_layout
37224
37225 \end_inset
37226
37227
37228 \begin_inset Index idx
37229 status collapsed
37230
37231 \begin_layout Plain Layout
37232 Paquetes ! upgreek
37233 \end_layout
37234
37235 \end_inset
37236
37237 , que se carga en el preámbulo LaTeX con la línea
37238 \end_layout
37239
37240 \begin_layout Standard
37241
37242 \series bold
37243
37244 \backslash
37245 usepackage{upgreek}
37246 \end_layout
37247
37248 \begin_layout Standard
37249 las suministra.
37250  
37251 \begin_inset ERT
37252 status collapsed
37253
37254 \begin_layout Plain Layout
37255
37256
37257 \backslash
37258 ifupgreek 
37259 \end_layout
37260
37261 \end_inset
37262
37263
37264 \begin_inset Note Note
37265 status open
37266
37267 \begin_layout Plain Layout
37268 Lo siguiente sólo se podrá ver si está instalado el paquete LaTeX 
37269 \series bold
37270 upgreek
37271 \series default
37272 :
37273 \end_layout
37274
37275 \end_inset
37276
37277  Se imprimen con el comando de la letra correspondiente precedido de 
37278 \series bold
37279 up
37280 \series default
37281 .
37282  Por ejemplo, el comando 
37283 \series bold
37284
37285 \backslash
37286 uptau
37287 \series default
37288  genera: 
37289 \begin_inset Formula $\uptau$
37290 \end_inset
37291
37292
37293 \end_layout
37294
37295 \begin_layout Standard
37296 Con estos comandos se pueden escribir reacciones entre partículas elementales:
37297 \begin_inset Formula 
37298 \[
37299 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
37300 \]
37301
37302 \end_inset
37303
37304
37305 \end_layout
37306
37307 \begin_layout Standard
37308 Las letras en redonda son más remarcadas y más grandes que las correspondientes
37309  en cursiva.
37310  Por tanto no deberían emplearse para unidades como 
37311 \begin_inset Quotes fld
37312 \end_inset
37313
37314 µm
37315 \begin_inset Quotes frd
37316 \end_inset
37317
37318 .
37319 \end_layout
37320
37321 \begin_layout Standard
37322 \begin_inset ERT
37323 status collapsed
37324
37325 \begin_layout Plain Layout
37326
37327
37328 \backslash
37329 else 
37330 \end_layout
37331
37332 \end_inset
37333
37334
37335 \begin_inset Note Note
37336 status open
37337
37338 \begin_layout Plain Layout
37339 Lo siguiente se mostrará si el paquete LaTeX 
37340 \series bold
37341 upgreek
37342 \series default
37343  no está instalado:
37344 \end_layout
37345
37346 \end_inset
37347
37348
37349 \end_layout
37350
37351 \begin_layout Standard
37352 Debes instalar el paquete LaTeX 
37353 \series bold
37354 upgreek
37355 \series default
37356  para ver en la salida el resto de esta subsección.
37357  
37358 \end_layout
37359
37360 \begin_layout Standard
37361 \begin_inset ERT
37362 status collapsed
37363
37364 \begin_layout Plain Layout
37365
37366
37367 \backslash
37368 fi
37369 \end_layout
37370
37371 \end_inset
37372
37373
37374 \end_layout
37375
37376 \begin_layout Subsection
37377 Caracteres de texto en ecuaciones
37378 \begin_inset CommandInset label
37379 LatexCommand label
37380 name "sub:Caracteres-de-texto"
37381
37382 \end_inset
37383
37384
37385 \begin_inset Index idx
37386 status collapsed
37387
37388 \begin_layout Plain Layout
37389 Texto ! en ecuaciones
37390 \end_layout
37391
37392 \end_inset
37393
37394
37395 \end_layout
37396
37397 \begin_layout Standard
37398 En algunos casos podrías querer insertar caracteres de texto directamente
37399  en ecuaciones.
37400  Por ejemplo, cuando se usa con frecuencia el punto centrado 
37401 \begin_inset Formula $\cdot$
37402 \end_inset
37403
37404  en expresiones como 
37405 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
37406 \end_inset
37407
37408 , habría que insertar el comando 
37409 \series bold
37410
37411 \backslash
37412 cdot
37413 \series default
37414
37415 \begin_inset Foot
37416 status collapsed
37417
37418 \begin_layout Plain Layout
37419 véase 
37420 \begin_inset CommandInset ref
37421 LatexCommand ref
37422 reference "sub:Operadores-binarios"
37423
37424 \end_inset
37425
37426
37427 \end_layout
37428
37429 \end_inset
37430
37431  continuamente, porque este carácter está definido en todas las codificaciones
37432  como carácter de texto.
37433  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
37434 \end_layout
37435
37436 \begin_layout Standard
37437
37438 \series bold
37439
37440 \backslash
37441 Declare Inputtext{183}{
37442 \backslash
37443 ifmmode
37444 \backslash
37445 cdot
37446 \backslash
37447 else
37448 \backslash
37449 textperiodcentered
37450 \backslash
37451 f\SpecialChar \textcompwordmark{}
37452 i}
37453 \end_layout
37454
37455 \begin_layout Standard
37456 La codificación de caracteres (menú 
37457 \family sans
37458 Documento\SpecialChar \menuseparator
37459 Configuración\SpecialChar \menuseparator
37460 Idioma
37461 \family default
37462 ) especifica el carácter que se muestra al pulsar una tecla.
37463  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
37464  
37465 \series bold
37466
37467 \backslash
37468 textperiodcentered
37469 \series default
37470 .
37471  Pero este comando no está disponible en ecuaciones así que obtendrías errores
37472  de LaTeX.
37473  Con la codificación cambiada se escoge automáticamente el comando correcto,
37474  dependiendo de si el carácter se ha insertado en una ecuación o no.
37475 \end_layout
37476
37477 \begin_layout Standard
37478 La codificación de diversos caracteres se guarda en archivos de definición.
37479  Por ejemplo la codificación 
37480 \series bold
37481 latin9
37482 \series default
37483  se define en el archivo 
37484 \series bold
37485 latin9.def
37486 \series default
37487  que está en el directorio de LaTeX.
37488  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
37489  archivo de definición, de lo contrario nuestros documentos no podrían ser
37490  editados en otros ordenadores.
37491 \begin_inset VSpace medskip
37492 \end_inset
37493
37494
37495 \end_layout
37496
37497 \begin_layout Standard
37498 Además del punto centrado, en este documento se ha definido el símbolo grado
37499  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
37500  directamente en una fórmula:
37501 \end_layout
37502
37503 \begin_layout Standard
37504
37505 \series bold
37506
37507 \backslash
37508 DeclareInputtext{176}{
37509 \backslash
37510 ifmmode^
37511 \backslash
37512 circ
37513 \backslash
37514 else
37515 \backslash
37516 textdegree
37517 \backslash
37518 f\SpecialChar \textcompwordmark{}
37519 i}
37520 \begin_inset Newpage newpage
37521 \end_inset
37522
37523
37524 \end_layout
37525
37526 \begin_layout Section
37527 \start_of_appendix
37528 Notas sobre tipografía
37529 \begin_inset Index idx
37530 status open
37531
37532 \begin_layout Plain Layout
37533 Tipografía, normas
37534 \end_layout
37535
37536 \end_inset
37537
37538
37539 \end_layout
37540
37541 \begin_layout Standard
37542 Esta sección es un resumen de las normas tipográficas ISO más importantes.
37543 \begin_inset Foot
37544 status collapsed
37545
37546 \begin_layout Plain Layout
37547 Este compendio se ha tomado parcialmente del diccionario semi-oficial alemán
37548  
37549 \begin_inset Quotes fld
37550 \end_inset
37551
37552 Duden
37553 \begin_inset Quotes frd
37554 \end_inset
37555
37556  
37557 \begin_inset CommandInset citation
37558 LatexCommand cite
37559 key "Duden"
37560
37561 \end_inset
37562
37563 , que incluye algunas de las normas ISO.
37564  
37565 \begin_inset Newline newline
37566 \end_inset
37567
37568 (
37569 \emph on
37570 N.
37571 \begin_inset space \thinspace{}
37572 \end_inset
37573
37574 del t.
37575 \emph default
37576 : Para documentación en español sobre el tema, véase 
37577 \begin_inset CommandInset citation
37578 LatexCommand cite
37579 key "Bezos"
37580
37581 \end_inset
37582
37583 .)
37584 \end_layout
37585
37586 \end_inset
37587
37588
37589 \end_layout
37590
37591 \begin_layout Itemize
37592 Las unidades físicas se escriben 
37593 \emph on
37594 siempre 
37595 \emph default
37596 en redonda
37597 \begin_inset Foot
37598 status collapsed
37599
37600 \begin_layout Plain Layout
37601 véase estilos de tipografías en 
37602 \begin_inset CommandInset ref
37603 LatexCommand ref
37604 reference "sub:Estilos-de-tipografías"
37605
37606 \end_inset
37607
37608
37609 \end_layout
37610
37611 \end_inset
37612
37613 , aunque aparezcan en un texto en cursiva: 30
37614 \begin_inset space \thinspace{}
37615 \end_inset
37616
37617 km/h
37618 \begin_inset Newline newline
37619 \end_inset
37620
37621 Entre el valor y la unidad hay un espacio delgado, véase 
37622 \begin_inset CommandInset ref
37623 LatexCommand ref
37624 reference "sub:Espacio-predefinido"
37625
37626 \end_inset
37627
37628 .
37629 \begin_inset Newline newline
37630 \end_inset
37631
37632 Esta norma la cumple automáticamente el comando 
37633 \series bold
37634
37635 \backslash
37636 unittwo
37637 \series default
37638 .
37639  Si se introduce en una fórmula aparecen dos marcos.
37640  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
37641  como antes, 
37642 \begin_inset Formula $\unit[30]{km/h}$
37643 \end_inset
37644
37645
37646 \begin_inset space \thinspace{}
37647 \end_inset
37648
37649 .
37650  Ten en cuenta que 
37651 \series bold
37652
37653 \backslash
37654 unittwo
37655 \series default
37656  no es un auténtico comando LaTeX, sino el comando 
37657 \series bold
37658
37659 \backslash
37660 unit[value]{unit}
37661 \series default
37662 , por tanto no lo puedes usar en código TeX.
37663 \end_layout
37664
37665 \begin_layout Itemize
37666 Los signos por ciento y por mil se escriben como las unidades físicas:
37667 \begin_inset Newline newline
37668 \end_inset
37669
37670 1,2
37671 \begin_inset space \thinspace{}
37672 \end_inset
37673
37674 ‰ de alcohol en sangre.
37675 \end_layout
37676
37677 \begin_layout Itemize
37678 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
37679  otra unidad: 15
37680 \begin_inset space \thinspace{}
37681 \end_inset
37682
37683 °C
37684 \end_layout
37685
37686 \begin_layout Itemize
37687 En números con más de cuatro dígitos se inserta un espacio delgado para
37688  separarlos en grupos de tres cifras: 18
37689 \begin_inset space \thinspace{}
37690 \end_inset
37691
37692 473
37693 \begin_inset space \thinspace{}
37694 \end_inset
37695
37696 588
37697 \end_layout
37698
37699 \begin_layout Itemize
37700 Para dimensiones como 120×90×40
37701 \begin_inset space \thinspace{}
37702 \end_inset
37703
37704 cm se usa el aspa de multiplicar 
37705 \begin_inset Quotes fld
37706 \end_inset
37707
37708 ×
37709 \begin_inset Quotes frd
37710 \end_inset
37711
37712 .
37713  Está disponible en el menú 
37714 \family sans
37715 Insertar\SpecialChar \menuseparator
37716 Carácter especial
37717 \family default
37718 \SpecialChar \menuseparator
37719
37720 \family sans
37721 Símbolos
37722 \family default
37723  o bien mediante el comando 
37724 \series bold
37725
37726 \backslash
37727 times
37728 \series default
37729 .
37730  Se puede insertar directamente con cierta combinación de teclas.
37731 \end_layout
37732
37733 \begin_layout Itemize
37734 Las funciones con nombres que constan de varias letras se escriben en redonda
37735  para evitar confusiones, véase 
37736 \begin_inset CommandInset ref
37737 LatexCommand ref
37738 reference "sub:Funciones-predefinidas"
37739
37740 \end_inset
37741
37742 .
37743 \end_layout
37744
37745 \begin_layout Itemize
37746 Los índices que constan de varias letras se escriben en redonda: 
37747 \begin_inset Formula $E_{\mathrm{cin}}$
37748 \end_inset
37749
37750
37751 \begin_inset Newline newline
37752 \end_inset
37753
37754 Los componentes de una matriz se escriben en cursiva: 
37755 \begin_inset Formula $\hat{H}_{kl}$
37756 \end_inset
37757
37758
37759 \end_layout
37760
37761 \begin_layout Itemize
37762 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37763  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37764 s con otras variables.
37765 \end_layout
37766
37767 \begin_layout Itemize
37768 El carácter que indica una transformación 
37769 \noun on
37770 Fourier
37771 \noun default
37772  se inserta con el comando 
37773 \series bold
37774
37775 \backslash
37776 mathscr
37777 \begin_inset ERT
37778 status collapsed
37779
37780 \begin_layout Plain Layout
37781
37782
37783 \backslash
37784 spce 
37785 \end_layout
37786
37787 \end_inset
37788
37789 F
37790 \series default
37791  o mediante el menú
37792 \family sans
37793  Insertar\SpecialChar \menuseparator
37794 Carácter especial
37795 \family default
37796 \SpecialChar \menuseparator
37797
37798 \family sans
37799 Símbolos\SpecialChar \menuseparator
37800 Símbolos de letra
37801 \family default
37802
37803 \begin_inset Formula $\mathscr{F}$
37804 \end_inset
37805
37806
37807 \end_layout
37808
37809 \begin_layout Standard
37810 \begin_inset Newpage newpage
37811 \end_inset
37812
37813
37814 \end_layout
37815
37816 \begin_layout Section
37817 Sinónimos
37818 \begin_inset Index idx
37819 status collapsed
37820
37821 \begin_layout Plain Layout
37822 Sinónimos
37823 \end_layout
37824
37825 \end_inset
37826
37827
37828 \end_layout
37829
37830 \begin_layout Standard
37831 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
37832  como los que se recogen en esta lista:
37833 \begin_inset Foot
37834 status open
37835
37836 \begin_layout Plain Layout
37837 véase también 
37838 \begin_inset CommandInset ref
37839 LatexCommand ref
37840 reference "fn:sinónimos"
37841
37842 \end_inset
37843
37844 .
37845 \end_layout
37846
37847 \end_inset
37848
37849
37850 \end_layout
37851
37852 \begin_layout Standard
37853 \begin_inset VSpace bigskip
37854 \end_inset
37855
37856
37857 \begin_inset space \hfill{}
37858 \end_inset
37859
37860
37861 \begin_inset Tabular
37862 <lyxtabular version="3" rows="12" columns="2">
37863 <features tabularvalignment="middle">
37864 <column alignment="center" valignment="top" width="0pt">
37865 <column alignment="center" valignment="top" width="0pt">
37866 <row>
37867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37868 \begin_inset Text
37869
37870 \begin_layout Plain Layout
37871 Comando
37872 \end_layout
37873
37874 \end_inset
37875 </cell>
37876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37877 \begin_inset Text
37878
37879 \begin_layout Plain Layout
37880 equivalente a
37881 \begin_inset Note Note
37882 status collapsed
37883
37884 \begin_layout Plain Layout
37885
37886 \series bold
37887
37888 \backslash
37889 raisebox
37890 \series default
37891  se usa sólo como espaciador
37892 \end_layout
37893
37894 \end_inset
37895
37896
37897 \end_layout
37898
37899 \end_inset
37900 </cell>
37901 </row>
37902 <row>
37903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37904 \begin_inset Text
37905
37906 \begin_layout Plain Layout
37907
37908 \backslash
37909 ast
37910 \end_layout
37911
37912 \end_inset
37913 </cell>
37914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37915 \begin_inset Text
37916
37917 \begin_layout Plain Layout
37918 \begin_inset ERT
37919 status collapsed
37920
37921 \begin_layout Plain Layout
37922
37923
37924 \backslash
37925 raisebox{-1.2mm}{
37926 \end_layout
37927
37928 \end_inset
37929
37930 *
37931 \begin_inset ERT
37932 status collapsed
37933
37934 \begin_layout Plain Layout
37935
37936 }
37937 \end_layout
37938
37939 \end_inset
37940
37941
37942 \end_layout
37943
37944 \end_inset
37945 </cell>
37946 </row>
37947 <row>
37948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37949 \begin_inset Text
37950
37951 \begin_layout Plain Layout
37952
37953 \backslash
37954 choose
37955 \end_layout
37956
37957 \end_inset
37958 </cell>
37959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37960 \begin_inset Text
37961
37962 \begin_layout Plain Layout
37963
37964 \backslash
37965 binom
37966 \end_layout
37967
37968 \end_inset
37969 </cell>
37970 </row>
37971 <row>
37972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37973 \begin_inset Text
37974
37975 \begin_layout Plain Layout
37976
37977 \backslash
37978 geq
37979 \end_layout
37980
37981 \end_inset
37982 </cell>
37983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37984 \begin_inset Text
37985
37986 \begin_layout Plain Layout
37987
37988 \backslash
37989 ge
37990 \end_layout
37991
37992 \end_inset
37993 </cell>
37994 </row>
37995 <row>
37996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37997 \begin_inset Text
37998
37999 \begin_layout Plain Layout
38000
38001 \backslash
38002 lbrace
38003 \end_layout
38004
38005 \end_inset
38006 </cell>
38007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38008 \begin_inset Text
38009
38010 \begin_layout Plain Layout
38011 {
38012 \end_layout
38013
38014 \end_inset
38015 </cell>
38016 </row>
38017 <row>
38018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38019 \begin_inset Text
38020
38021 \begin_layout Plain Layout
38022
38023 \backslash
38024 lbracket
38025 \end_layout
38026
38027 \end_inset
38028 </cell>
38029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38030 \begin_inset Text
38031
38032 \begin_layout Plain Layout
38033 [
38034 \end_layout
38035
38036 \end_inset
38037 </cell>
38038 </row>
38039 <row>
38040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38041 \begin_inset Text
38042
38043 \begin_layout Plain Layout
38044
38045 \backslash
38046 leftarrow
38047 \end_layout
38048
38049 \end_inset
38050 </cell>
38051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38052 \begin_inset Text
38053
38054 \begin_layout Plain Layout
38055
38056 \backslash
38057 gets
38058 \end_layout
38059
38060 \end_inset
38061 </cell>
38062 </row>
38063 <row>
38064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38065 \begin_inset Text
38066
38067 \begin_layout Plain Layout
38068
38069 \backslash
38070 leq
38071 \end_layout
38072
38073 \end_inset
38074 </cell>
38075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38076 \begin_inset Text
38077
38078 \begin_layout Plain Layout
38079
38080 \backslash
38081 le
38082 \end_layout
38083
38084 \end_inset
38085 </cell>
38086 </row>
38087 <row>
38088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38089 \begin_inset Text
38090
38091 \begin_layout Plain Layout
38092
38093 \backslash
38094 lor
38095 \end_layout
38096
38097 \end_inset
38098 </cell>
38099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38100 \begin_inset Text
38101
38102 \begin_layout Plain Layout
38103
38104 \backslash
38105 vee
38106 \end_layout
38107
38108 \end_inset
38109 </cell>
38110 </row>
38111 <row>
38112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38113 \begin_inset Text
38114
38115 \begin_layout Plain Layout
38116
38117 \backslash
38118 neq
38119 \end_layout
38120
38121 \end_inset
38122 </cell>
38123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38124 \begin_inset Text
38125
38126 \begin_layout Plain Layout
38127
38128 \backslash
38129 not=
38130 \end_layout
38131
38132 \end_inset
38133 </cell>
38134 </row>
38135 <row>
38136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38137 \begin_inset Text
38138
38139 \begin_layout Plain Layout
38140
38141 \backslash
38142 slash
38143 \end_layout
38144
38145 \end_inset
38146 </cell>
38147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38148 \begin_inset Text
38149
38150 \begin_layout Plain Layout
38151 /
38152 \end_layout
38153
38154 \end_inset
38155 </cell>
38156 </row>
38157 <row>
38158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38159 \begin_inset Text
38160
38161 \begin_layout Plain Layout
38162
38163 \backslash
38164 vert
38165 \end_layout
38166
38167 \end_inset
38168 </cell>
38169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38170 \begin_inset Text
38171
38172 \begin_layout Plain Layout
38173 |
38174 \end_layout
38175
38176 \end_inset
38177 </cell>
38178 </row>
38179 </lyxtabular>
38180
38181 \end_inset
38182
38183
38184 \begin_inset space \hfill{}
38185 \end_inset
38186
38187
38188 \begin_inset Tabular
38189 <lyxtabular version="3" rows="12" columns="2">
38190 <features tabularvalignment="middle">
38191 <column alignment="center" valignment="top" width="0pt">
38192 <column alignment="center" valignment="top" width="0pt">
38193 <row>
38194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38195 \begin_inset Text
38196
38197 \begin_layout Plain Layout
38198 Comando
38199 \end_layout
38200
38201 \end_inset
38202 </cell>
38203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38204 \begin_inset Text
38205
38206 \begin_layout Plain Layout
38207 equivalente a
38208 \end_layout
38209
38210 \end_inset
38211 </cell>
38212 </row>
38213 <row>
38214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38215 \begin_inset Text
38216
38217 \begin_layout Plain Layout
38218
38219 \backslash
38220 backslash
38221 \end_layout
38222
38223 \end_inset
38224 </cell>
38225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38226 \begin_inset Text
38227
38228 \begin_layout Plain Layout
38229
38230 \backslash
38231
38232 \backslash
38233
38234 \end_layout
38235
38236 \end_inset
38237 </cell>
38238 </row>
38239 <row>
38240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38241 \begin_inset Text
38242
38243 \begin_layout Plain Layout
38244
38245 \backslash
38246 dasharrow
38247 \end_layout
38248
38249 \end_inset
38250 </cell>
38251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38252 \begin_inset Text
38253
38254 \begin_layout Plain Layout
38255
38256 \backslash
38257 dashrightarrow
38258 \end_layout
38259
38260 \end_inset
38261 </cell>
38262 </row>
38263 <row>
38264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38265 \begin_inset Text
38266
38267 \begin_layout Plain Layout
38268
38269 \backslash
38270 land
38271 \end_layout
38272
38273 \end_inset
38274 </cell>
38275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38276 \begin_inset Text
38277
38278 \begin_layout Plain Layout
38279
38280 \backslash
38281 wedge
38282 \end_layout
38283
38284 \end_inset
38285 </cell>
38286 </row>
38287 <row>
38288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38289 \begin_inset Text
38290
38291 \begin_layout Plain Layout
38292
38293 \backslash
38294 rbrace
38295 \end_layout
38296
38297 \end_inset
38298 </cell>
38299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38300 \begin_inset Text
38301
38302 \begin_layout Plain Layout
38303 }
38304 \end_layout
38305
38306 \end_inset
38307 </cell>
38308 </row>
38309 <row>
38310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38311 \begin_inset Text
38312
38313 \begin_layout Plain Layout
38314
38315 \backslash
38316 rbracket
38317 \end_layout
38318
38319 \end_inset
38320 </cell>
38321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38322 \begin_inset Text
38323
38324 \begin_layout Plain Layout
38325 ]
38326 \end_layout
38327
38328 \end_inset
38329 </cell>
38330 </row>
38331 <row>
38332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38333 \begin_inset Text
38334
38335 \begin_layout Plain Layout
38336
38337 \backslash
38338 rightarrow
38339 \end_layout
38340
38341 \end_inset
38342 </cell>
38343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38344 \begin_inset Text
38345
38346 \begin_layout Plain Layout
38347
38348 \backslash
38349 to
38350 \end_layout
38351
38352 \end_inset
38353 </cell>
38354 </row>
38355 <row>
38356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38357 \begin_inset Text
38358
38359 \begin_layout Plain Layout
38360
38361 \backslash
38362 lnot
38363 \end_layout
38364
38365 \end_inset
38366 </cell>
38367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38368 \begin_inset Text
38369
38370 \begin_layout Plain Layout
38371
38372 \backslash
38373 neg
38374 \end_layout
38375
38376 \end_inset
38377 </cell>
38378 </row>
38379 <row>
38380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38381 \begin_inset Text
38382
38383 \begin_layout Plain Layout
38384
38385 \backslash
38386 ne
38387 \end_layout
38388
38389 \end_inset
38390 </cell>
38391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38392 \begin_inset Text
38393
38394 \begin_layout Plain Layout
38395
38396 \backslash
38397 not=
38398 \end_layout
38399
38400 \end_inset
38401 </cell>
38402 </row>
38403 <row>
38404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38405 \begin_inset Text
38406
38407 \begin_layout Plain Layout
38408
38409 \backslash
38410 owns
38411 \end_layout
38412
38413 \end_inset
38414 </cell>
38415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38416 \begin_inset Text
38417
38418 \begin_layout Plain Layout
38419
38420 \backslash
38421 ni
38422 \end_layout
38423
38424 \end_inset
38425 </cell>
38426 </row>
38427 <row>
38428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38429 \begin_inset Text
38430
38431 \begin_layout Plain Layout
38432
38433 \backslash
38434 square
38435 \end_layout
38436
38437 \end_inset
38438 </cell>
38439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38440 \begin_inset Text
38441
38442 \begin_layout Plain Layout
38443
38444 \backslash
38445 Box
38446 \end_layout
38447
38448 \end_inset
38449 </cell>
38450 </row>
38451 <row>
38452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38453 \begin_inset Text
38454
38455 \begin_layout Plain Layout
38456
38457 \backslash
38458 Vert
38459 \end_layout
38460
38461 \end_inset
38462 </cell>
38463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38464 \begin_inset Text
38465
38466 \begin_layout Plain Layout
38467
38468 \backslash
38469 |
38470 \end_layout
38471
38472 \end_inset
38473 </cell>
38474 </row>
38475 </lyxtabular>
38476
38477 \end_inset
38478
38479
38480 \begin_inset space \hfill{}
38481 \end_inset
38482
38483
38484 \end_layout
38485
38486 \begin_layout Standard
38487 \begin_inset Newpage newpage
38488 \end_inset
38489
38490
38491 \end_layout
38492
38493 \begin_layout Bibliography
38494 \labelwidthstring Referencias
38495 \begin_inset CommandInset bibitem
38496 LatexCommand bibitem
38497 key "TLC2"
38498
38499 \end_inset
38500
38501
38502 \shape smallcaps
38503 Mittelbach, F.
38504  ; Goossens, M.
38505 \shape default
38506
38507 \shape italic
38508 The LaTeX Companion
38509 \shape default
38510 .
38511  Addison Wesley, 2004
38512 \end_layout
38513
38514 \begin_layout Bibliography
38515 \labelwidthstring Referencias
38516 \begin_inset CommandInset bibitem
38517 LatexCommand bibitem
38518 key "Mathmode"
38519
38520 \end_inset
38521
38522
38523 \begin_inset CommandInset href
38524 LatexCommand href
38525 name "Descripción"
38526 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38527
38528 \end_inset
38529
38530  de habilidades matemáticas de LaTeX
38531 \end_layout
38532
38533 \begin_layout Bibliography
38534 \labelwidthstring Referencias
38535 \begin_inset CommandInset bibitem
38536 LatexCommand bibitem
38537 key "AMS"
38538
38539 \end_inset
38540
38541
38542 \begin_inset CommandInset href
38543 LatexCommand href
38544 name "Descripción"
38545 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38546
38547 \end_inset
38548
38549  de 
38550 \begin_inset ERT
38551 status collapsed
38552
38553 \begin_layout Plain Layout
38554
38555
38556 \backslash
38557 AmS
38558 \end_layout
38559
38560 \end_inset
38561
38562 -LaTeX
38563 \end_layout
38564
38565 \begin_layout Bibliography
38566 \labelwidthstring Referencias
38567 \begin_inset CommandInset bibitem
38568 LatexCommand bibitem
38569 key "Symbols"
38570
38571 \end_inset
38572
38573
38574 \begin_inset CommandInset href
38575 LatexCommand href
38576 name "Lista"
38577 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38578
38579 \end_inset
38580
38581  de todos los símbolos disponibles con paquetes LaTeX
38582 \end_layout
38583
38584 \begin_layout Bibliography
38585 \labelwidthstring Referencias
38586 \begin_inset CommandInset bibitem
38587 LatexCommand bibitem
38588 key "hyperref"
38589
38590 \end_inset
38591
38592
38593 \begin_inset CommandInset href
38594 LatexCommand href
38595 name "Documentación"
38596 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38597
38598 \end_inset
38599
38600  del paquete LaTeX 
38601 \series bold
38602 hyperref
38603 \series default
38604
38605 \begin_inset Index idx
38606 status collapsed
38607
38608 \begin_layout Plain Layout
38609 Paquetes ! hyperref
38610 \end_layout
38611
38612 \end_inset
38613
38614
38615 \end_layout
38616
38617 \begin_layout Bibliography
38618 \labelwidthstring Referencias
38619 \begin_inset CommandInset bibitem
38620 LatexCommand bibitem
38621 key "mhchem"
38622
38623 \end_inset
38624
38625
38626 \begin_inset CommandInset href
38627 LatexCommand href
38628 name "Documentación"
38629 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38630
38631 \end_inset
38632
38633  del paquete LaTeX 
38634 \series bold
38635 mhchem
38636 \series default
38637
38638 \begin_inset Index idx
38639 status collapsed
38640
38641 \begin_layout Plain Layout
38642 Paquetes ! mhchem
38643 \end_layout
38644
38645 \end_inset
38646
38647
38648 \end_layout
38649
38650 \begin_layout Bibliography
38651 \labelwidthstring Referencias
38652 \begin_inset CommandInset bibitem
38653 LatexCommand bibitem
38654 key "Mathclap"
38655
38656 \end_inset
38657
38658
38659 \begin_inset CommandInset href
38660 LatexCommand href
38661 name "Descripción"
38662 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38663
38664 \end_inset
38665
38666  del comando 
38667 \series bold
38668
38669 \backslash
38670 mathclap
38671 \series default
38672 , descrito en 
38673 \begin_inset CommandInset ref
38674 LatexCommand ref
38675 reference "sub:Límites-de-operadores"
38676
38677 \end_inset
38678
38679
38680 \begin_inset Index idx
38681 status collapsed
38682
38683 \begin_layout Plain Layout
38684 Comandos ! M ! 
38685 \backslash
38686 mathclap
38687 \end_layout
38688
38689 \end_inset
38690
38691
38692 \end_layout
38693
38694 \begin_layout Bibliography
38695 \labelwidthstring Referencias
38696 \begin_inset CommandInset bibitem
38697 LatexCommand bibitem
38698 key "Duden"
38699
38700 \end_inset
38701
38702
38703 \emph on
38704 Duden Band 1
38705 \emph default
38706 .
38707  22.
38708  Auflage, Duden 2001
38709 \end_layout
38710
38711 \begin_layout Bibliography
38712 \labelwidthstring Referencias
38713 \begin_inset CommandInset bibitem
38714 LatexCommand bibitem
38715 key "spanish"
38716
38717 \end_inset
38718
38719
38720 \begin_inset CommandInset href
38721 LatexCommand href
38722 name "Página web"
38723 target "http://www.tex-tipografia.com/spanish.html"
38724
38725 \end_inset
38726
38727  del estilo 
38728 \series bold
38729 spanish
38730 \family sans
38731 \series default
38732  
38733 \family default
38734 incluido en el paquete 
38735 \series bold
38736 babel
38737 \end_layout
38738
38739 \begin_layout Bibliography
38740 \labelwidthstring Referencias
38741 \begin_inset CommandInset bibitem
38742 LatexCommand bibitem
38743 key "Bezos"
38744
38745 \end_inset
38746
38747
38748 \begin_inset CommandInset href
38749 LatexCommand href
38750 name "Documento"
38751 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38752
38753 \end_inset
38754
38755  sobre ortotipografía y notaciones matemáticas en español
38756 \end_layout
38757
38758 \begin_layout Standard
38759 \begin_inset CommandInset index_print
38760 LatexCommand printindex
38761 type "idx"
38762
38763 \end_inset
38764
38765
38766 \end_layout
38767
38768 \end_body
38769 \end_document