]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
Math.lyx: describe \underbracket and \overbracket
[lyx.git] / lib / doc / es / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % increase link area for cross-references and autoname them,
36 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
37 \addto\extrasspanish{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
42 }
43
44 % don't load packages twice
45 % see first footnote in sec. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % the pages of the TOC are numbered roman
49 % and a PDF-bookmark for the TOC is added
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % insert additional vertical space of 1.5 mm between footnotes,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % enables calculation of values
67 \usepackage{calc}
68
69 % for multiple columns used in sec. 24.7
70 \usepackage{multicol}
71
72 % needed in sec. 19.4
73 \usepackage{remreset}
74
75 % for the Fourier transformation symbol
76 \usepackage{mathrsfs}
77
78 % define a color, used in sec.9.3
79 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
80
81 % declare operators (see sec. 10.4 and sec. 15.2)
82 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
83 \DeclareMathOperator{\sgn}{sgn}
84
85 % example definitions for sec. 20.1 
86 \newcommand{\gr}{\Longrightarrow}
87 \newcommand{\us}[1]{\underline{#1}}
88 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
89 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
90 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
91
92 % example macro from sec. 19.4
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94
95
96 % ------------------------------------
97 % used to check for needed LaTeX packages
98 \usepackage{ifthen}
99
100 % check for package undertilde
101 % used for the command \utilde
102 \newboolean{undertilde}
103 \IfFileExists{undertilde.sty}
104  {\usepackage{undertilde}
105   \setboolean{undertilde}{true}}
106  {\setboolean{undertilde}{false}}
107
108 % check for package eurosym
109 % used for the Euro symbol
110 \newboolean{eurosym}
111 \IfFileExists{eurosym.sty}
112  {\usepackage[gennarrow]{eurosym}
113   \setboolean{eurosym}{true}}
114  {\setboolean{eurosym}{false}}
115
116 % check for package braket
117 % used for physical vectors
118 \newboolean{braket}
119 \IfFileExists{braket.sty}
120  {\usepackage{braket}
121   \setboolean{braket}{true}}
122  {\setboolean{braket}{false}}
123
124 % check for package cancel
125 \newboolean{cancel}
126 \IfFileExists{cancel.sty}
127  {\usepackage{cancel}
128   \setboolean{cancel}{true}}
129  {\setboolean{cancel}{false}}
130
131 % check for package upgreek
132 \newboolean{upgreek}
133 \IfFileExists{upgreek.sty}
134  {\usepackage{upgreek}
135   \setboolean{upgreek}{true}}
136  {\setboolean{upgreek}{false}}
137 \end_preamble
138 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
139 \use_default_options false
140 \maintain_unincluded_children false
141 \language spanish
142 \language_package default
143 \inputencoding auto
144 \fontencoding global
145 \font_roman default
146 \font_sans default
147 \font_typewriter default
148 \font_math auto
149 \font_default_family default
150 \use_non_tex_fonts false
151 \font_sc false
152 \font_osf false
153 \font_sf_scale 100
154 \font_tt_scale 100
155 \graphics default
156 \default_output_format default
157 \output_sync 0
158 \bibtex_command default
159 \index_command default
160 \paperfontsize 12
161 \spacing single
162 \use_hyperref true
163 \pdf_title "Manual detallado de Matemáticas en LyX"
164 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
165 \pdf_subject "LyX-documentation about math"
166 \pdf_keywords "LyX, Mathed"
167 \pdf_bookmarks true
168 \pdf_bookmarksnumbered true
169 \pdf_bookmarksopen true
170 \pdf_bookmarksopenlevel 1
171 \pdf_breaklinks false
172 \pdf_pdfborder false
173 \pdf_colorlinks true
174 \pdf_backref false
175 \pdf_pdfusetitle false
176 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
177 \papersize a4paper
178 \use_geometry false
179 \use_package amsmath 2
180 \use_package amssymb 2
181 \use_package cancel 0
182 \use_package esint 1
183 \use_package mathdots 1
184 \use_package mathtools 1
185 \use_package mhchem 1
186 \use_package stackrel 0
187 \use_package stmaryrd 0
188 \use_package undertilde 0
189 \cite_engine basic
190 \cite_engine_type default
191 \biblio_style plain
192 \use_bibtopic false
193 \use_indices false
194 \paperorientation portrait
195 \suppress_date false
196 \justification true
197 \use_refstyle 0
198 \notefontcolor #0000ff
199 \index Índice
200 \shortcut idx
201 \color #008000
202 \end_index
203 \secnumdepth 4
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language french
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle plain
211 \bullet 1 0 6 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \html_math_output 0
217 \html_css_as_file 0
218 \html_be_strict false
219 \end_header
220
221 \begin_body
222
223 \begin_layout Title
224 Manual detallado de
225 \begin_inset Newline newline
226 \end_inset
227
228 Matemáticas en LyX
229 \end_layout
230
231 \begin_layout Author
232 por el Equipo LyX
233 \begin_inset Foot
234 status collapsed
235
236 \begin_layout Plain Layout
237 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
238  lista de correo de documentación de LyX
239 \family typewriter
240
241 \begin_inset CommandInset href
242 LatexCommand href
243 name "lyx-docs@lists.lyx.org"
244 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
245
246 \end_inset
247
248
249 \end_layout
250
251 \end_inset
252
253
254 \begin_inset Note Note
255 status collapsed
256
257 \begin_layout Plain Layout
258 autor: Uwe Stöhr, traducción: Ignacio García
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset Newline newline
265 \end_inset
266
267
268 \begin_inset Newline newline
269 \end_inset
270
271 Versión 2.1.x
272 \end_layout
273
274 \begin_layout Standard
275 \begin_inset CommandInset toc
276 LatexCommand tableofcontents
277
278 \end_inset
279
280
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset Note Note
285 status open
286
287 \begin_layout Plain Layout
288 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
289  paquetes LaTeX 
290 \series bold
291 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
292 \series default
293  y 
294 \series bold
295 was
296 \series default
297 .
298  Si
299 \series bold
300  
301 \series default
302 no están instalados también puedes exportar el documento pero las secciones
303  en que se requieren dichos paquetes no aparecerán en la salida.
304  
305 \series bold
306 mhchem
307 \series default
308  es una excepción: si no está instalado no se puede exportar este archivo.
309 \end_layout
310
311 \begin_layout Plain Layout
312 La última versión PDF de este documento está disponible en:
313 \begin_inset Newline newline
314 \end_inset
315
316
317 \series bold
318 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
319 \end_layout
320
321 \end_inset
322
323
324 \begin_inset Newpage newpage
325 \end_inset
326
327
328 \end_layout
329
330 \begin_layout Section
331 Introducción
332 \end_layout
333
334 \begin_layout Standard
335 Este documento explica las características matemáticas de LyX y además es
336  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
337  Las explicaciones están diseñadas para el uso de comandos.
338  Por consiguiente es preciso que hayas leído la sección 
339 \emph on
340 Ecuaciones matemáticas
341 \emph default
342  de la 
343 \emph on
344 Guía del usuario
345 \emph default
346 .
347 \end_layout
348
349 \begin_layout Standard
350 La mayoría de caracteres y muchas estructuras explicadas en este manual
351  también son accesibles mediante el menú 
352 \family sans
353 Insertar\SpecialChar \menuseparator
354 Ecuación
355 \family default
356  o la barra de herramientas
357 \family sans
358  Ecuaciones
359 \family default
360 .
361  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
362  mucho más rápido usar comandos que la barra de herramientas.
363  Por tanto este manual está enfocado al uso de comandos, aunque también
364  se mencionan los botones correspondientes de las barras de herramientas
365  cuando están disponibles.
366 \end_layout
367
368 \begin_layout Standard
369 Si no se especifica lo contrario los comandos sólo están disponibles dentro
370  de las fórmulas.
371  Para poder usar todos los comandos explicados en este documento, debe usarse
372  la opción 
373 \family sans
374 Usar el paquete de ecuaciones AMS
375 \family default
376  en la configuración del documento (menú 
377 \family sans
378 Documento\SpecialChar \menuseparator
379 Configuración\SpecialChar \menuseparator
380 Opciones de ecuación
381 \family default
382 )
383 \begin_inset Foot
384 status collapsed
385
386 \begin_layout Plain Layout
387 La opción 
388 \family sans
389 Usar el paquete de ecuaciones AMS automáticamente
390 \family default
391  sólo usa ecuaciones 
392 \begin_inset ERT
393 status collapsed
394
395 \begin_layout Plain Layout
396
397
398 \backslash
399 AmS 
400 \end_layout
401
402 \end_inset
403
404
405 \begin_inset space ~
406 \end_inset
407
408  si las estructuras matemáticas son soportadas por LyX.
409 \end_layout
410
411 \end_inset
412
413 .
414 \end_layout
415
416 \begin_layout Standard
417 Este documento no recoge todos los comandos de ecuaciones 
418 \begin_inset ERT
419 status collapsed
420
421 \begin_layout Plain Layout
422
423
424 \backslash
425 AmS 
426 \end_layout
427
428 \end_inset
429
430
431 \begin_inset Foot
432 status collapsed
433
434 \begin_layout Plain Layout
435 En el archivo 
436 \family sans
437
438 \begin_inset CommandInset href
439 LatexCommand href
440 name "amsguide.ps"
441 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
442
443 \end_inset
444
445
446 \family default
447 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
448  lista con todos los comandos de ecuaciones 
449 \begin_inset ERT
450 status collapsed
451
452 \begin_layout Plain Layout
453
454
455 \backslash
456 AmS 
457 \end_layout
458
459 \end_inset
460
461 .
462 \end_layout
463
464 \end_inset
465
466  por razones de claridad.
467 \end_layout
468
469 \begin_layout Section
470 Instrucciones generales
471 \end_layout
472
473 \begin_layout Standard
474 Para crear una ecuación en línea
475 \begin_inset Index idx
476 status collapsed
477
478 \begin_layout Plain Layout
479 Ecuación ! en línea
480 \end_layout
481
482 \end_inset
483
484  insertada en una línea de texto, teclea una de las combinaciones 
485 \family sans
486 Ctrl+M, Alt+C M, Alt+M M
487 \family default
488  o pulsa el botón 
489 \begin_inset Info
490 type  "icon"
491 arg   "math-mode"
492 \end_inset
493
494  de la barra de herramientas.
495 \begin_inset Newline newline
496 \end_inset
497
498 Para crear una ecuación en estilo presentación
499 \begin_inset Index idx
500 status collapsed
501
502 \begin_layout Plain Layout
503 Ecuación ! presentada
504 \end_layout
505
506 \end_inset
507
508 , que se verá más grande y en su propio párrafo, teclea
509 \family sans
510  
511 \family default
512 una de estas combinaciones: 
513 \family sans
514 Ctrl+Mayúsculas+M, Alt+M D.
515 \end_layout
516
517 \begin_layout Standard
518 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
519  dentro de la ecuación y teclea
520 \family sans
521  Ctrl+M, Alt+C M, Alt+M M 
522 \family default
523 o usa el menú 
524 \family sans
525 Editar\SpecialChar \menuseparator
526 Ecuación\SpecialChar \menuseparator
527 Cambiar tipo de ecuación
528 \family default
529 .
530  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
531 \end_layout
532
533 \begin_layout Standard
534 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
535  presentada, escribe el comando 
536 \series bold
537
538 \backslash
539 displaystyle
540 \series default
541
542 \begin_inset Index idx
543 status collapsed
544
545 \begin_layout Plain Layout
546 Comandos ! D ! 
547 \backslash
548 displaystyle
549 \end_layout
550
551 \end_inset
552
553  en la ecuación y pulsa espacio.
554  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
555  de la ecuación.
556 \end_layout
557
558 \begin_layout Standard
559 En los cuadros sólo se permiten ecuaciones en línea.
560 \end_layout
561
562 \begin_layout Standard
563 Las barras 
564 \family sans
565 Ecuaciones
566 \family default
567  y 
568 \family sans
569 Paneles de ecuaciones 
570 \family default
571 se pueden visualizar mediante el menú 
572 \family sans
573 Ver\SpecialChar \menuseparator
574 Barras de herramientas
575 \family default
576 .
577  Si ahí pulsas en 
578 \begin_inset Quotes fld
579 \end_inset
580
581 Ecuaciones
582 \begin_inset Quotes frd
583 \end_inset
584
585  y/o en 
586 \begin_inset Quotes fld
587 \end_inset
588
589 Paneles de ecuaciones
590 \begin_inset Quotes frd
591 \end_inset
592
593 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
594  estado se visualiza en el menú de las barras de herramientas con una marca.
595  Si en este estado pulsas de nuevo sobre 
596 \begin_inset Quotes fld
597 \end_inset
598
599 Ecuaciones
600 \begin_inset Quotes frd
601 \end_inset
602
603  y/o 
604 \begin_inset Quotes fld
605 \end_inset
606
607 Paneles de ecuaciones
608 \begin_inset Quotes frd
609 \end_inset
610
611  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
612  de una ecuación; este estado se indica añadiendo a las entradas del menú
613  la palabra 
614 \begin_inset Quotes fld
615 \end_inset
616
617 (auto)
618 \begin_inset Quotes frd
619 \end_inset
620
621 .
622  
623 \end_layout
624
625 \begin_layout Standard
626 El modo TeX
627 \begin_inset Index idx
628 status collapsed
629
630 \begin_layout Plain Layout
631 T@TeX ! modo
632 \end_layout
633
634 \end_inset
635
636  se inicia pulsando el botón 
637 \begin_inset Info
638 type  "icon"
639 arg   "ert-insert"
640 \end_inset
641
642  de la barra de herramientas o con el menú 
643 \family sans
644 Insertar\SpecialChar \menuseparator
645 Código Te
646 \begin_inset ERT
647 status collapsed
648
649 \begin_layout Plain Layout
650
651 {}
652 \end_layout
653
654 \end_inset
655
656 X
657 \family default
658 , (atajo 
659 \family sans
660 Ctrl+L
661 \family default
662 ).
663 \begin_inset Note Note
664 status collapsed
665
666 \begin_layout Plain Layout
667 En LyX hay tres 
668 \begin_inset Quotes fld
669 \end_inset
670
671 nombres propios
672 \begin_inset Quotes frd
673 \end_inset
674
675  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
676  LaTeX y LyX.
677 \end_layout
678
679 \begin_layout Plain Layout
680 Para evitar que estas palabras sean reconocidas como tales nombres propios,
681  se inserta un par de llaves TeX.
682  
683 \end_layout
684
685 \end_inset
686
687
688 \end_layout
689
690 \begin_layout Standard
691 Para cambiar el preámbulo LaTeX
692 \begin_inset Index idx
693 status collapsed
694
695 \begin_layout Plain Layout
696 LaTeX, preámbulo
697 \end_layout
698
699 \end_inset
700
701 , usa el menú 
702 \family sans
703 Documento\SpecialChar \menuseparator
704 Configuración\SpecialChar \menuseparator
705 Preámbulo LaT
706 \begin_inset ERT
707 status collapsed
708
709 \begin_layout Plain Layout
710
711 {}
712 \end_layout
713
714 \end_inset
715
716 eX
717 \family default
718 .
719 \end_layout
720
721 \begin_layout Standard
722 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
723  multilínea, se pueden usar los menús 
724 \family sans
725 Editar\SpecialChar \menuseparator
726 Ecuación
727 \family default
728  y 
729 \family sans
730 Editar\SpecialChar \menuseparator
731 Filas y columnas
732 \family default
733  o la barra de herramientas de 
734 \family sans
735 Cuadro
736 \family default
737 .
738  Cuando las líneas y columnas se intercambian mediante el menú, la columna
739  o línea en la que está se cambia con la columna de la derecha o con la
740  línea de abajo, respectivamente.
741  Si el cursor está en la última columna o fila, el cambio se hace con la
742  columna de la izquierda o la línea de arriba.
743 \end_layout
744
745 \begin_layout Standard
746 Para escribir texto en fórmulas se usa 
747 \emph on
748 texto de ecuaciones
749 \emph default
750
751 \begin_inset Index idx
752 status collapsed
753
754 \begin_layout Plain Layout
755 Texto ! en ecuaciones
756 \end_layout
757
758 \end_inset
759
760 .
761 \begin_inset Foot
762 status collapsed
763
764 \begin_layout Plain Layout
765 Para ecuaciones multilínea se usa el comando 
766 \series bold
767
768 \backslash
769 intertext
770 \series default
771 , véase
772 \begin_inset space ~
773 \end_inset
774
775
776 \begin_inset CommandInset ref
777 LatexCommand ref
778 reference "sub:Texto-en-multilínea"
779
780 \end_inset
781
782 .
783 \end_layout
784
785 \end_inset
786
787  Este modo se inicia con el atajo 
788 \family sans
789 Alt+M
790 \begin_inset space ~
791 \end_inset
792
793 M
794 \family default
795  o
796 \family sans
797  Ctrl+M
798 \family default
799  o insertando el comando 
800 \series bold
801
802 \backslash
803 text
804 \series default
805
806 \begin_inset Index idx
807 status collapsed
808
809 \begin_layout Plain Layout
810 Comandos ! T ! 
811 \backslash
812 text
813 \end_layout
814
815 \end_inset
816
817 .
818  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
819  partes de la ecuación que se ven en azul.
820  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
821 a de otras partes de la fórmula.
822 \end_layout
823
824 \begin_layout Subsection*
825 Esquema de comandos
826 \end_layout
827
828 \begin_layout Standard
829 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
830  siguiente esquema:
831 \end_layout
832
833 \begin_layout Standard
834
835 \series bold
836
837 \backslash
838 nombre_del_comando[argumento opcional]{argumento requerido}
839 \end_layout
840
841 \begin_layout Standard
842 Un comando empieza siempre por una barra inversa, 
843 \begin_inset Quotes fld
844 \end_inset
845
846
847 \series bold
848
849 \backslash
850
851 \series default
852
853 \begin_inset Quotes frd
854 \end_inset
855
856 .
857  Para omitir argumentos opcionales, quita también los corchetes asociados.
858  En este documento, las llaves que encierran los argumentos requeridos se
859  denominan llaves TeX
860 \begin_inset Index idx
861 status collapsed
862
863 \begin_layout Plain Layout
864 T@TeX ! llaves
865 \end_layout
866
867 \end_inset
868
869 .
870  Si en una ecuación añades una llave de apertura al nombre de un comando,
871  LyX crea automáticamente una llave TeX.
872  En todos los demás casos las llaves TeX se crean en las ecuaciones con
873  el comando 
874 \series bold
875
876 \backslash
877 {
878 \series default
879 .
880  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
881  que se muestran en azul.
882  En modo TeX no hace falta comando para poner llaves TeX.
883  Las llaves TeX no aparecen en la salida.
884 \end_layout
885
886 \begin_layout Standard
887 En el caso de comandos sin argumentos, como los comandos para símbolos que
888  se introducen en modo TeX, 
889 \emph on
890 siempre
891 \emph default
892  debe teclearse un espacio tras el comando para finalizarlo.
893  Este espacio no aparece en la salida.
894  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
895  de un espacio protegido en texto normal.
896 \end_layout
897
898 \begin_layout Standard
899 Un espacio protegido se inserta con 
900 \family sans
901 Ctrl+Espacio
902 \family default
903 .
904 \end_layout
905
906 \begin_layout Subsection*
907 Explicación de la sintaxis
908 \end_layout
909
910 \begin_layout Itemize
911 El símbolo 
912 \begin_inset space \textvisiblespace{}
913 \end_inset
914
915  indica que hay que teclear un espacio.
916 \end_layout
917
918 \begin_layout Itemize
919 Una flecha como 
920 \begin_inset Formula $\rightarrow$
921 \end_inset
922
923  indica el uso de la correspondiente tecla de flecha.
924  La tecla 
925 \family sans
926 Tab
927 \family default
928  se puede usar a menudo en vez de 
929 \begin_inset Formula $\rightarrow$
930 \end_inset
931
932  y 
933 \begin_inset Formula $\downarrow$
934 \end_inset
935
936 , y 
937 \family sans
938 Mayús+Tab
939 \family default
940  en vez de 
941 \begin_inset Formula $\leftarrow$
942 \end_inset
943
944  y 
945 \begin_inset Formula $\uparrow$
946 \end_inset
947
948 .
949 \end_layout
950
951 \begin_layout Subsection*
952 Unidades disponibles
953 \end_layout
954
955 \begin_layout Standard
956 \align center
957 \begin_inset Float table
958 placement H
959 wide false
960 sideways false
961 status open
962
963 \begin_layout Plain Layout
964 \align center
965 \begin_inset Caption Standard
966
967 \begin_layout Plain Layout
968 \begin_inset CommandInset label
969 LatexCommand label
970 name "tab:Unidades-disponibles"
971
972 \end_inset
973
974 Unidades disponibles
975 \end_layout
976
977 \end_inset
978
979
980 \end_layout
981
982 \begin_layout Plain Layout
983 \align center
984 \begin_inset Tabular
985 <lyxtabular version="3" rows="13" columns="2">
986 <features rotate="0" tabularvalignment="middle">
987 <column alignment="center" valignment="top">
988 <column alignment="center" valignment="top">
989 <row>
990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
991 \begin_inset Text
992
993 \begin_layout Plain Layout
994 Unidad
995 \end_layout
996
997 \end_inset
998 </cell>
999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1000 \begin_inset Text
1001
1002 \begin_layout Plain Layout
1003 Nombre / Descripción
1004 \end_layout
1005
1006 \end_inset
1007 </cell>
1008 </row>
1009 <row>
1010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1011 \begin_inset Text
1012
1013 \begin_layout Plain Layout
1014 mm
1015 \end_layout
1016
1017 \end_inset
1018 </cell>
1019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1020 \begin_inset Text
1021
1022 \begin_layout Plain Layout
1023 Milímetro
1024 \end_layout
1025
1026 \end_inset
1027 </cell>
1028 </row>
1029 <row>
1030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 cm
1035 \end_layout
1036
1037 \end_inset
1038 </cell>
1039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1040 \begin_inset Text
1041
1042 \begin_layout Plain Layout
1043 Centímetro
1044 \end_layout
1045
1046 \end_inset
1047 </cell>
1048 </row>
1049 <row>
1050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 in
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 Pulgada (1
1064 \begin_inset space \thinspace{}
1065 \end_inset
1066
1067 in = 2,54
1068 \begin_inset space \thinspace{}
1069 \end_inset
1070
1071 cm)
1072 \end_layout
1073
1074 \end_inset
1075 </cell>
1076 </row>
1077 <row>
1078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1079 \begin_inset Text
1080
1081 \begin_layout Plain Layout
1082 pt
1083 \end_layout
1084
1085 \end_inset
1086 </cell>
1087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 Punto (72.27
1092 \begin_inset space \thinspace{}
1093 \end_inset
1094
1095 pt = 1
1096 \begin_inset space \thinspace{}
1097 \end_inset
1098
1099 in)
1100 \end_layout
1101
1102 \end_inset
1103 </cell>
1104 </row>
1105 <row>
1106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1107 \begin_inset Text
1108
1109 \begin_layout Plain Layout
1110 pc
1111 \end_layout
1112
1113 \end_inset
1114 </cell>
1115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Plain Layout
1119 Pica (1
1120 \begin_inset space \thinspace{}
1121 \end_inset
1122
1123 pc = 12
1124 \begin_inset space \thinspace{}
1125 \end_inset
1126
1127 pt)
1128 \end_layout
1129
1130 \end_inset
1131 </cell>
1132 </row>
1133 <row>
1134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1135 \begin_inset Text
1136
1137 \begin_layout Plain Layout
1138 sp
1139 \end_layout
1140
1141 \end_inset
1142 </cell>
1143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1144 \begin_inset Text
1145
1146 \begin_layout Plain Layout
1147 Punto escalado (65536
1148 \begin_inset space \thinspace{}
1149 \end_inset
1150
1151 sp = 1
1152 \begin_inset space \thinspace{}
1153 \end_inset
1154
1155 pt)
1156 \end_layout
1157
1158 \end_inset
1159 </cell>
1160 </row>
1161 <row>
1162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1163 \begin_inset Text
1164
1165 \begin_layout Plain Layout
1166 bp
1167 \end_layout
1168
1169 \end_inset
1170 </cell>
1171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 Punto grande (72
1176 \begin_inset space \thinspace{}
1177 \end_inset
1178
1179 bp = 1
1180 \begin_inset space \thinspace{}
1181 \end_inset
1182
1183 in)
1184 \end_layout
1185
1186 \end_inset
1187 </cell>
1188 </row>
1189 <row>
1190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1191 \begin_inset Text
1192
1193 \begin_layout Plain Layout
1194 dd
1195 \end_layout
1196
1197 \end_inset
1198 </cell>
1199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1200 \begin_inset Text
1201
1202 \begin_layout Plain Layout
1203 Didot (1
1204 \begin_inset space \thinspace{}
1205 \end_inset
1206
1207 dd 
1208 \begin_inset Formula $\approx$
1209 \end_inset
1210
1211  0.376
1212 \begin_inset space \thinspace{}
1213 \end_inset
1214
1215 mm)
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 </row>
1221 <row>
1222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Plain Layout
1226 cc
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Plain Layout
1235 Cicero (1
1236 \begin_inset space \thinspace{}
1237 \end_inset
1238
1239 cc = 12
1240 \begin_inset space \thinspace{}
1241 \end_inset
1242
1243 dd)
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 </row>
1249 <row>
1250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Plain Layout
1254 ex
1255 \end_layout
1256
1257 \end_inset
1258 </cell>
1259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 Altura de la letra 
1264 \begin_inset Quotes fld
1265 \end_inset
1266
1267
1268 \emph on
1269 x
1270 \emph default
1271
1272 \begin_inset Quotes frd
1273 \end_inset
1274
1275  en la tipografía actual
1276 \end_layout
1277
1278 \end_inset
1279 </cell>
1280 </row>
1281 <row>
1282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1283 \begin_inset Text
1284
1285 \begin_layout Plain Layout
1286 em
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1292 \begin_inset Text
1293
1294 \begin_layout Plain Layout
1295 Anchura de la letra 
1296 \begin_inset Quotes fld
1297 \end_inset
1298
1299
1300 \emph on
1301 M
1302 \emph default
1303
1304 \begin_inset Quotes frd
1305 \end_inset
1306
1307  en la tipografía actual
1308 \end_layout
1309
1310 \end_inset
1311 </cell>
1312 </row>
1313 <row>
1314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1315 \begin_inset Text
1316
1317 \begin_layout Plain Layout
1318 mu
1319 \end_layout
1320
1321 \end_inset
1322 </cell>
1323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1324 \begin_inset Text
1325
1326 \begin_layout Plain Layout
1327 Unidad matemática (1
1328 \begin_inset space \thinspace{}
1329 \end_inset
1330
1331 mu = 
1332 \begin_inset Formula $\nicefrac{1}{18}$
1333 \end_inset
1334
1335
1336 \begin_inset space \thinspace{}
1337 \end_inset
1338
1339 em)
1340 \end_layout
1341
1342 \end_inset
1343 </cell>
1344 </row>
1345 </lyxtabular>
1346
1347 \end_inset
1348
1349
1350 \end_layout
1351
1352 \end_inset
1353
1354
1355 \end_layout
1356
1357 \begin_layout Standard
1358 \align center
1359 \begin_inset Newpage newpage
1360 \end_inset
1361
1362
1363 \end_layout
1364
1365 \begin_layout Section
1366 Funciones básicas
1367 \end_layout
1368
1369 \begin_layout Subsection
1370 Exponentes
1371 \begin_inset Index idx
1372 status collapsed
1373
1374 \begin_layout Plain Layout
1375 Exponentes
1376 \end_layout
1377
1378 \end_inset
1379
1380  e índices
1381 \begin_inset Index idx
1382 status collapsed
1383
1384 \begin_layout Plain Layout
1385 Indices@Índices
1386 \end_layout
1387
1388 \end_inset
1389
1390
1391 \begin_inset Index idx
1392 status collapsed
1393
1394 \begin_layout Plain Layout
1395 Superíndices|see
1396 \begin_inset ERT
1397 status collapsed
1398
1399 \begin_layout Plain Layout
1400
1401 {
1402 \end_layout
1403
1404 \end_inset
1405
1406 Exponentes
1407 \begin_inset ERT
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411
1412 }
1413 \end_layout
1414
1415 \end_inset
1416
1417
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \begin_inset Index idx
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427 Subíndices|see
1428 \begin_inset ERT
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432
1433 {
1434 \end_layout
1435
1436 \end_inset
1437
1438 Índices
1439 \begin_inset ERT
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443
1444 }
1445 \end_layout
1446
1447 \end_inset
1448
1449
1450 \end_layout
1451
1452 \end_inset
1453
1454
1455 \end_layout
1456
1457 \begin_layout Standard
1458 Los subíndices se componen con un guión bajo 
1459 \begin_inset Quotes fld
1460 \end_inset
1461
1462 _
1463 \begin_inset Quotes frd
1464 \end_inset
1465
1466  o con el botón de la barra de herramientas de ecuaciones 
1467 \begin_inset Info
1468 type  "icon"
1469 arg   "math-subscript"
1470 \end_inset
1471
1472 , los superíndices con un circunflejo 
1473 \begin_inset Quotes fld
1474 \end_inset
1475
1476 ^
1477 \begin_inset Quotes frd
1478 \end_inset
1479
1480  o con el botón de la barra de herramientas de ecuaciones 
1481 \begin_inset Info
1482 type  "icon"
1483 arg   "math-superscript"
1484 \end_inset
1485
1486 .
1487 \end_layout
1488
1489 \begin_layout Standard
1490 \noindent
1491 \align center
1492 \begin_inset Tabular
1493 <lyxtabular version="3" rows="4" columns="2">
1494 <features rotate="0" tabularvalignment="middle">
1495 <column alignment="center" valignment="top">
1496 <column alignment="center" valignment="top">
1497 <row>
1498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1499 \begin_inset Text
1500
1501 \begin_layout Plain Layout
1502 Comando
1503 \end_layout
1504
1505 \end_inset
1506 </cell>
1507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1508 \begin_inset Text
1509
1510 \begin_layout Plain Layout
1511 Resultado
1512 \begin_inset Note Note
1513 status open
1514
1515 \begin_layout Plain Layout
1516
1517 \series bold
1518
1519 \backslash
1520 raisebox
1521 \series default
1522  sólo se usa como espaciador.
1523 \end_layout
1524
1525 \end_inset
1526
1527
1528 \end_layout
1529
1530 \end_inset
1531 </cell>
1532 </row>
1533 <row>
1534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Plain Layout
1538 B_V
1539 \end_layout
1540
1541 \end_inset
1542 </cell>
1543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1544 \begin_inset Text
1545
1546 \begin_layout Plain Layout
1547 \begin_inset Formula $B_{V}$
1548 \end_inset
1549
1550
1551 \end_layout
1552
1553 \end_inset
1554 </cell>
1555 </row>
1556 <row>
1557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1558 \begin_inset Text
1559
1560 \begin_layout Plain Layout
1561 B^V
1562 \end_layout
1563
1564 \end_inset
1565 </cell>
1566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1571 \end_inset
1572
1573
1574 \end_layout
1575
1576 \end_inset
1577 </cell>
1578 </row>
1579 <row>
1580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1581 \begin_inset Text
1582
1583 \begin_layout Plain Layout
1584 B^
1585 \begin_inset space \textvisiblespace{}
1586 \end_inset
1587
1588 A
1589 \end_layout
1590
1591 \end_inset
1592 </cell>
1593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1594 \begin_inset Text
1595
1596 \begin_layout Plain Layout
1597 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1598 \end_inset
1599
1600
1601 \end_layout
1602
1603 \end_inset
1604 </cell>
1605 </row>
1606 </lyxtabular>
1607
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \begin_layout Standard
1614 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1615  caso acentuará las vocales y no servirá para entrar en modo exponente.
1616 \begin_inset Foot
1617 status collapsed
1618
1619 \begin_layout Plain Layout
1620 Dependiendo de la configuración del teclado esto puede suceder también con
1621  otros caracteres además de las vocales.
1622 \end_layout
1623
1624 \end_inset
1625
1626  Para conseguir exponentes en estos casos debes pulsar 
1627 \family sans
1628 Espacio
1629 \family default
1630  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1631  
1632 \end_layout
1633
1634 \begin_layout Subsection
1635 Fracciones
1636 \begin_inset CommandInset label
1637 LatexCommand label
1638 name "sub:Fracciones"
1639
1640 \end_inset
1641
1642
1643 \begin_inset Index idx
1644 status collapsed
1645
1646 \begin_layout Plain Layout
1647 Fracciones
1648 \end_layout
1649
1650 \end_inset
1651
1652
1653 \end_layout
1654
1655 \begin_layout Standard
1656 Las fracciones se generan con el comando 
1657 \series bold
1658
1659 \backslash
1660 frac
1661 \series default
1662
1663 \begin_inset Index idx
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667 Comandos ! F ! 
1668 \backslash
1669 frac
1670 \end_layout
1671
1672 \end_inset
1673
1674  o con el botón 
1675 \begin_inset Info
1676 type  "icon"
1677 arg   "math-insert \\frac"
1678 \end_inset
1679
1680  de la barra de herramientas.
1681  El tamaño de tipografía se ajusta automáticamente, dependiendo de si la
1682  fracción está en línea o en estilo presentación.
1683  Con el botón 
1684 \begin_inset Info
1685 type  "icon"
1686 arg   "math-insert \\frac-square"
1687 \end_inset
1688
1689  de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1690  de fracciones.
1691 \end_layout
1692
1693 \begin_layout Standard
1694 Con el comando 
1695 \series bold
1696
1697 \backslash
1698 dfrac
1699 \series default
1700
1701 \begin_inset Index idx
1702 status collapsed
1703
1704 \begin_layout Plain Layout
1705 Comandos ! D ! 
1706 \backslash
1707 dfrac
1708 \end_layout
1709
1710 \end_inset
1711
1712  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1713  presentación.
1714  Con 
1715 \series bold
1716
1717 \backslash
1718 tfrac
1719 \series default
1720
1721 \begin_inset Index idx
1722 status collapsed
1723
1724 \begin_layout Plain Layout
1725 Comandos ! T ! 
1726 \backslash
1727 tfrac
1728 \end_layout
1729
1730 \end_inset
1731
1732  la fracción tiene siempre el tamaño del estilo en línea.
1733  Un ejemplo:
1734 \end_layout
1735
1736 \begin_layout Standard
1737 Una línea con la fracción 
1738 \begin_inset Formula $\frac{1}{2}$
1739 \end_inset
1740
1741  creada con el comando 
1742 \series bold
1743
1744 \backslash
1745 frac
1746 \series default
1747 .
1748  
1749 \end_layout
1750
1751 \begin_layout Standard
1752 Una línea con la fracción 
1753 \begin_inset Formula $\dfrac{1}{2}$
1754 \end_inset
1755
1756  creada con el comando 
1757 \series bold
1758
1759 \backslash
1760 dfrac
1761 \series default
1762 .
1763 \end_layout
1764
1765 \begin_layout Standard
1766 \noindent
1767 \align center
1768 \begin_inset Tabular
1769 <lyxtabular version="3" rows="4" columns="2">
1770 <features rotate="0" tabularvalignment="middle">
1771 <column alignment="center" valignment="top">
1772 <column alignment="center" valignment="top">
1773 <row>
1774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778 Comando
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787 Resultado
1788 \begin_inset Note Note
1789 status collapsed
1790
1791 \begin_layout Plain Layout
1792
1793 \series bold
1794
1795 \backslash
1796 raisebox
1797 \series default
1798  se usa sólo como espaciador
1799 \end_layout
1800
1801 \end_inset
1802
1803
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 </row>
1809 <row>
1810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \backslash
1816 frac
1817 \begin_inset space \textvisiblespace{}
1818 \end_inset
1819
1820 A
1821 \begin_inset Formula $\downarrow$
1822 \end_inset
1823
1824 B
1825 \end_layout
1826
1827 \end_inset
1828 </cell>
1829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1834 \end_inset
1835
1836
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 </row>
1842 <row>
1843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847
1848 \backslash
1849 dfrac
1850 \begin_inset space \textvisiblespace{}
1851 \end_inset
1852
1853 A
1854 \begin_inset Formula $\downarrow$
1855 \end_inset
1856
1857 B
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1863 \begin_inset Text
1864
1865 \begin_layout Plain Layout
1866 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1867 \end_inset
1868
1869
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 </row>
1875 <row>
1876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880
1881 \backslash
1882 dfrac
1883 \begin_inset space \textvisiblespace{}
1884 \end_inset
1885
1886 e^
1887 \backslash
1888 frac
1889 \begin_inset space \textvisiblespace{}
1890 \end_inset
1891
1892 1
1893 \begin_inset Formula $\downarrow$
1894 \end_inset
1895
1896 2
1897 \begin_inset Formula $\downarrow$
1898 \end_inset
1899
1900 3
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1910 \end_inset
1911
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 </lyxtabular>
1919
1920 \end_inset
1921
1922
1923 \begin_inset VSpace bigskip
1924 \end_inset
1925
1926
1927 \end_layout
1928
1929 \begin_layout Standard
1930 Para fracciones anidadas se puede usar el comando 
1931 \series bold
1932
1933 \backslash
1934 cfrac
1935 \series default
1936
1937 \begin_inset Index idx
1938 status collapsed
1939
1940 \begin_layout Plain Layout
1941 Comandos ! C ! 
1942 \backslash
1943 cfrac
1944 \end_layout
1945
1946 \end_inset
1947
1948 .
1949  Un ejemplo:
1950 \begin_inset VSpace -3mm
1951 \end_inset
1952
1953
1954 \end_layout
1955
1956 \begin_layout Standard
1957 \begin_inset Formula 
1958 \begin{align*}
1959 \textrm{creada con \textbf{\textbackslash frac}} &  & \textrm{creada con \textbf{\textbackslash cfrac}}\\
1960 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1961 \end{align*}
1962
1963 \end_inset
1964
1965
1966 \end_layout
1967
1968 \begin_layout Standard
1969 El comando para el ejemplo de arriba es:
1970 \end_layout
1971
1972 \begin_layout Standard
1973
1974 \series bold
1975
1976 \backslash
1977 cfrac
1978 \begin_inset space \textvisiblespace{}
1979 \end_inset
1980
1981 A
1982 \begin_inset Formula $\downarrow$
1983 \end_inset
1984
1985 B+
1986 \backslash
1987 cfrac
1988 \begin_inset space \textvisiblespace{}
1989 \end_inset
1990
1991 C+
1992 \backslash
1993 cfrac
1994 \begin_inset space \textvisiblespace{}
1995 \end_inset
1996
1997 E
1998 \begin_inset Formula $\downarrow$
1999 \end_inset
2000
2001 F
2002 \begin_inset Formula $\downarrow$
2003 \end_inset
2004
2005 D
2006 \end_layout
2007
2008 \begin_layout Standard
2009 \begin_inset VSpace medskip
2010 \end_inset
2011
2012
2013 \end_layout
2014
2015 \begin_layout Standard
2016
2017 \series bold
2018
2019 \backslash
2020 cfrac
2021 \series default
2022  compone la fracción siempre en el tamaño del estilo presentación, también
2023  cuando es parte de otra fracción.
2024 \end_layout
2025
2026 \begin_layout Standard
2027 Es posible especificar la alineación del numerador.
2028  El comando 
2029 \series bold
2030
2031 \backslash
2032 cfracleft
2033 \series default
2034  se usa para alinearlo a la izquierda, el comando 
2035 \series bold
2036
2037 \backslash
2038 cfracright
2039 \series default
2040  para alinearlo a la derecha, 
2041 \series bold
2042
2043 \backslash
2044 cfrac
2045 \series default
2046  centra el numerador.
2047 \end_layout
2048
2049 \begin_layout Standard
2050 Estas fracciones muestran las distintas alineaciones:
2051 \end_layout
2052
2053 \begin_layout Standard
2054
2055 \series bold
2056 \begin_inset Formula 
2057 \[
2058 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2059 \]
2060
2061 \end_inset
2062
2063
2064 \end_layout
2065
2066 \begin_layout Standard
2067 \noindent
2068 \begin_inset Note Greyedout
2069 status open
2070
2071 \begin_layout Plain Layout
2072
2073 \series bold
2074 Nota
2075 \series default
2076
2077 \series bold
2078
2079 \backslash
2080 cfracleft
2081 \series default
2082  y
2083 \series bold
2084  
2085 \backslash
2086 cfracright
2087 \series default
2088  no son comandos LaTeX reales sino sustituciones del comando 
2089 \series bold
2090
2091 \backslash
2092 cfrac[posición del numerador]{numerador}{denominador}
2093 \series default
2094  .
2095  Por tanto no puedes usarlos código TeX.
2096 \end_layout
2097
2098 \end_inset
2099
2100
2101 \begin_inset VSpace medskip
2102 \end_inset
2103
2104
2105 \end_layout
2106
2107 \begin_layout Standard
2108 Muchas veces es adecuado combinar 
2109 \series bold
2110
2111 \backslash
2112 cfrac
2113 \series default
2114  y 
2115 \series bold
2116
2117 \backslash
2118 frac
2119 \series default
2120 :
2121 \begin_inset Formula 
2122 \[
2123 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2124 \]
2125
2126 \end_inset
2127
2128
2129 \end_layout
2130
2131 \begin_layout Standard
2132 Para componer fracciones en línea con raya de fracción inclinada puedes
2133  usar el comando 
2134 \series bold
2135
2136 \backslash
2137 nicefrac
2138 \series default
2139
2140 \begin_inset Index idx
2141 status collapsed
2142
2143 \begin_layout Plain Layout
2144 Comandos ! N ! 
2145 \backslash
2146 nicefrac
2147 \end_layout
2148
2149 \end_inset
2150
2151
2152 \begin_inset Formula $\nicefrac{5}{31}$
2153 \end_inset
2154
2155  Hay además el comando 
2156 \series bold
2157
2158 \backslash
2159 unitfracthree
2160 \series default
2161  que permite escribir una fracción en combinación con un número: 
2162 \begin_inset Formula $\unitfrac[2]{1}{3}$
2163 \end_inset
2164
2165
2166 \end_layout
2167
2168 \begin_layout Standard
2169 \begin_inset Note Greyedout
2170 status open
2171
2172 \begin_layout Plain Layout
2173
2174 \series bold
2175 Nota
2176 \series default
2177
2178 \series bold
2179
2180 \backslash
2181 unitfracthree
2182 \series default
2183  no es un comando LaTeX auténtico, sino un equivalente al comando
2184 \begin_inset Newline newline
2185 \end_inset
2186
2187
2188 \series bold
2189
2190 \backslash
2191 unitfrac[número]{numerador}{denominador}
2192 \series default
2193  .
2194  Por tanto no puedes usarlo en código TeX.
2195 \end_layout
2196
2197 \end_inset
2198
2199
2200 \end_layout
2201
2202 \begin_layout Standard
2203 En la 
2204 \begin_inset CommandInset ref
2205 LatexCommand ref
2206 reference "sub:Fracciones-personalizadas"
2207
2208 \end_inset
2209
2210  se explica cómo componer fracciones personalizadas en las que la raya de
2211  fracción se puede cambiar.
2212 \end_layout
2213
2214 \begin_layout Standard
2215
2216 \lang english
2217 Multiline fractions are explained in
2218 \lang spanish
2219  
2220 \begin_inset CommandInset ref
2221 LatexCommand ref
2222 reference "sub:Fracciones-multilínea"
2223
2224 \end_inset
2225
2226 .
2227 \end_layout
2228
2229 \begin_layout Subsection
2230 Raíces
2231 \begin_inset Index idx
2232 status collapsed
2233
2234 \begin_layout Plain Layout
2235 Raíces
2236 \end_layout
2237
2238 \end_inset
2239
2240
2241 \end_layout
2242
2243 \begin_layout Standard
2244 Las raíces cuadradas se componen con 
2245 \series bold
2246
2247 \backslash
2248 sqrt
2249 \series default
2250
2251 \begin_inset Index idx
2252 status collapsed
2253
2254 \begin_layout Plain Layout
2255 Comandos ! S ! 
2256 \backslash
2257 sqrt
2258 \end_layout
2259
2260 \end_inset
2261
2262  o con el botón 
2263 \begin_inset Info
2264 type  "icon"
2265 arg   "math-insert \\sqrt"
2266 \end_inset
2267
2268  de la barra de ecuaciones; todas las demás raíces con el comando 
2269 \series bold
2270
2271 \backslash
2272 root
2273 \series default
2274
2275 \begin_inset Index idx
2276 status collapsed
2277
2278 \begin_layout Plain Layout
2279 Comandos ! R ! 
2280 \backslash
2281 root
2282 \end_layout
2283
2284 \end_inset
2285
2286  o con el botón 
2287 \begin_inset Info
2288 type  "icon"
2289 arg   "math-insert \\root"
2290 \end_inset
2291
2292 .
2293 \end_layout
2294
2295 \begin_layout Standard
2296 \noindent
2297 \align center
2298 \begin_inset Tabular
2299 <lyxtabular version="3" rows="3" columns="2">
2300 <features rotate="0" tabularvalignment="middle">
2301 <column alignment="center" valignment="top">
2302 <column alignment="center" valignment="top">
2303 <row>
2304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2305 \begin_inset Text
2306
2307 \begin_layout Plain Layout
2308 Comando
2309 \end_layout
2310
2311 \end_inset
2312 </cell>
2313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2314 \begin_inset Text
2315
2316 \begin_layout Plain Layout
2317 Resultado
2318 \begin_inset Note Note
2319 status collapsed
2320
2321 \begin_layout Plain Layout
2322
2323 \series bold
2324
2325 \backslash
2326 raisebox
2327 \series default
2328  se usa sólo como espaciador
2329 \end_layout
2330
2331 \end_inset
2332
2333
2334 \end_layout
2335
2336 \end_inset
2337 </cell>
2338 </row>
2339 <row>
2340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2341 \begin_inset Text
2342
2343 \begin_layout Plain Layout
2344
2345 \backslash
2346 sqrt
2347 \begin_inset space \textvisiblespace{}
2348 \end_inset
2349
2350 A-B
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2356 \begin_inset Text
2357
2358 \begin_layout Plain Layout
2359 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2360 \end_inset
2361
2362
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 </row>
2368 <row>
2369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373
2374 \backslash
2375 root
2376 \begin_inset space \textvisiblespace{}
2377 \end_inset
2378
2379 3
2380 \begin_inset Formula $\downarrow$
2381 \end_inset
2382
2383 A-B
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2393 \end_inset
2394
2395
2396 \end_layout
2397
2398 \end_inset
2399 </cell>
2400 </row>
2401 </lyxtabular>
2402
2403 \end_inset
2404
2405
2406 \end_layout
2407
2408 \begin_layout Standard
2409 Una raíz cuadrada se compone también con 
2410 \series bold
2411
2412 \backslash
2413 root
2414 \series default
2415  dejando vacío el campo del índice.
2416 \end_layout
2417
2418 \begin_layout Standard
2419 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2420  la raíz: 
2421 \begin_inset Formula $\sqrt[\beta]{B}$
2422 \end_inset
2423
2424
2425 \begin_inset Newline newline
2426 \end_inset
2427
2428 La 
2429 \begin_inset Formula $\beta$
2430 \end_inset
2431
2432  toca la raíz.
2433  Para evitar esto se usan los comandos 
2434 \series bold
2435
2436 \backslash
2437 leftroot
2438 \series default
2439
2440 \begin_inset Index idx
2441 status collapsed
2442
2443 \begin_layout Plain Layout
2444 Comandos ! L ! 
2445 \backslash
2446 leftroot
2447 \end_layout
2448
2449 \end_inset
2450
2451  y 
2452 \series bold
2453
2454 \backslash
2455 uproot
2456 \series default
2457
2458 \begin_inset Index idx
2459 status collapsed
2460
2461 \begin_layout Plain Layout
2462 Comandos ! U ! 
2463 \backslash
2464 uproot
2465 \end_layout
2466
2467 \end_inset
2468
2469  con el esquema siguiente:
2470 \end_layout
2471
2472 \begin_layout Standard
2473
2474 \series bold
2475
2476 \backslash
2477 leftroot{distancia}
2478 \series default
2479  y 
2480 \series bold
2481
2482 \backslash
2483 uproot{distancia}
2484 \end_layout
2485
2486 \begin_layout Standard
2487 Distancia es el número de Puntos Grandes (
2488 \begin_inset Quotes fld
2489 \end_inset
2490
2491 Big Points
2492 \begin_inset Quotes frd
2493 \end_inset
2494
2495 , unidad bp; 
2496 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2497 \end_inset
2498
2499 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2500  Los comandos se escriben en el índice.
2501  Así, el comando:
2502 \begin_inset Newline newline
2503 \end_inset
2504
2505
2506 \series bold
2507
2508 \backslash
2509 root
2510 \backslash
2511 leftroot{-1
2512 \begin_inset Formula $\to$
2513 \end_inset
2514
2515
2516 \backslash
2517 uproot{2
2518 \begin_inset Formula $\to$
2519 \end_inset
2520
2521
2522 \backslash
2523 beta
2524 \begin_inset space \textvisiblespace{}
2525 \end_inset
2526
2527
2528 \begin_inset Formula $\to$
2529 \end_inset
2530
2531 B
2532 \begin_inset Newline newline
2533 \end_inset
2534
2535
2536 \series default
2537 genera una fórmula correctamente tipografiada: 
2538 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2539 \end_inset
2540
2541
2542 \end_layout
2543
2544 \begin_layout Subsection
2545 Coeficientes de un binomio
2546 \begin_inset Index idx
2547 status collapsed
2548
2549 \begin_layout Plain Layout
2550 Binomios
2551 \end_layout
2552
2553 \end_inset
2554
2555
2556 \end_layout
2557
2558 \begin_layout Standard
2559 Los coeficientes de un binomio se insertan con el comando 
2560 \series bold
2561
2562 \backslash
2563 binom
2564 \series default
2565
2566 \begin_inset Index idx
2567 status collapsed
2568
2569 \begin_layout Plain Layout
2570 Comandos ! B ! 
2571 \backslash
2572 binom
2573 \end_layout
2574
2575 \end_inset
2576
2577  o con el submenú del botón 
2578 \begin_inset Info
2579 type  "icon"
2580 arg   "math-insert \\frac-square"
2581 \end_inset
2582
2583  de la barra de herramientas de ecuaciones.
2584  Como en las fracciones, además de 
2585 \series bold
2586
2587 \backslash
2588 binom
2589 \series default
2590  hay los comandos 
2591 \series bold
2592
2593 \backslash
2594 dbinom
2595 \series default
2596
2597 \begin_inset Index idx
2598 status collapsed
2599
2600 \begin_layout Plain Layout
2601 Comandos ! D ! 
2602 \backslash
2603 dbinom
2604 \end_layout
2605
2606 \end_inset
2607
2608  y 
2609 \series bold
2610
2611 \backslash
2612 tbinom
2613 \series default
2614
2615 \begin_inset Index idx
2616 status collapsed
2617
2618 \begin_layout Plain Layout
2619 Comandos ! T ! 
2620 \backslash
2621 tbinom
2622 \end_layout
2623
2624 \end_inset
2625
2626 .
2627  Para otros delimitadores de coeficientes de un binomio hay los comandos
2628  
2629 \series bold
2630
2631 \backslash
2632 brace
2633 \series default
2634
2635 \begin_inset Index idx
2636 status collapsed
2637
2638 \begin_layout Plain Layout
2639 Comandos ! B ! 
2640 \backslash
2641 brace
2642 \end_layout
2643
2644 \end_inset
2645
2646  y 
2647 \series bold
2648
2649 \backslash
2650 brack
2651 \series default
2652
2653 \begin_inset Index idx
2654 status collapsed
2655
2656 \begin_layout Plain Layout
2657 Comandos ! B ! 
2658 \backslash
2659 brack
2660 \end_layout
2661
2662 \end_inset
2663
2664 .
2665 \end_layout
2666
2667 \begin_layout Standard
2668 \noindent
2669 \align center
2670 \begin_inset Tabular
2671 <lyxtabular version="3" rows="6" columns="2">
2672 <features rotate="0" tabularvalignment="middle">
2673 <column alignment="center" valignment="top">
2674 <column alignment="center" valignment="top">
2675 <row>
2676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2677 \begin_inset Text
2678
2679 \begin_layout Plain Layout
2680 Comando
2681 \end_layout
2682
2683 \end_inset
2684 </cell>
2685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2686 \begin_inset Text
2687
2688 \begin_layout Plain Layout
2689 Resultado
2690 \begin_inset Note Note
2691 status collapsed
2692
2693 \begin_layout Plain Layout
2694
2695 \series bold
2696
2697 \backslash
2698 raisebox
2699 \series default
2700  se usa sólo como espaciador
2701 \end_layout
2702
2703 \end_inset
2704
2705
2706 \end_layout
2707
2708 \end_inset
2709 </cell>
2710 </row>
2711 <row>
2712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Plain Layout
2716
2717 \backslash
2718 binom
2719 \begin_inset space \textvisiblespace{}
2720 \end_inset
2721
2722 A
2723 \begin_inset Formula $\downarrow$
2724 \end_inset
2725
2726 B
2727 \end_layout
2728
2729 \end_inset
2730 </cell>
2731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2732 \begin_inset Text
2733
2734 \begin_layout Plain Layout
2735 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2736 \end_inset
2737
2738
2739 \end_layout
2740
2741 \end_inset
2742 </cell>
2743 </row>
2744 <row>
2745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Plain Layout
2749
2750 \backslash
2751 dbinom
2752 \begin_inset space \textvisiblespace{}
2753 \end_inset
2754
2755 A
2756 \begin_inset Formula $\downarrow$
2757 \end_inset
2758
2759 B
2760 \end_layout
2761
2762 \end_inset
2763 </cell>
2764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2765 \begin_inset Text
2766
2767 \begin_layout Plain Layout
2768 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2769 \end_inset
2770
2771
2772 \end_layout
2773
2774 \end_inset
2775 </cell>
2776 </row>
2777 <row>
2778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782
2783 \backslash
2784 tbinom
2785 \begin_inset space \textvisiblespace{}
2786 \end_inset
2787
2788 A
2789 \begin_inset Formula $\downarrow$
2790 \end_inset
2791
2792 B
2793 \end_layout
2794
2795 \end_inset
2796 </cell>
2797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2798 \begin_inset Text
2799
2800 \begin_layout Plain Layout
2801 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2802 \end_inset
2803
2804
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 </row>
2810 <row>
2811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815
2816 \backslash
2817 brack
2818 \begin_inset space \textvisiblespace{}
2819 \end_inset
2820
2821 A
2822 \begin_inset Formula $\downarrow$
2823 \end_inset
2824
2825 B
2826 \end_layout
2827
2828 \end_inset
2829 </cell>
2830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2835 \end_inset
2836
2837
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 </row>
2843 <row>
2844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848
2849 \backslash
2850 brace
2851 \begin_inset space \textvisiblespace{}
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" bottomline="true" leftline="true" rightline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2868 \end_inset
2869
2870
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 </row>
2876 </lyxtabular>
2877
2878 \end_inset
2879
2880
2881 \end_layout
2882
2883 \begin_layout Subsection
2884 Diferenciaciones de casos
2885 \begin_inset Index idx
2886 status collapsed
2887
2888 \begin_layout Plain Layout
2889 Casos
2890 \end_layout
2891
2892 \end_inset
2893
2894
2895 \end_layout
2896
2897 \begin_layout Standard
2898 \noindent
2899 \align center
2900 \begin_inset Tabular
2901 <lyxtabular version="3" rows="3" columns="2">
2902 <features rotate="0" tabularvalignment="middle">
2903 <column alignment="center" valignment="top">
2904 <column alignment="center" valignment="top">
2905 <row>
2906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910 Comando
2911 \end_layout
2912
2913 \end_inset
2914 </cell>
2915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2916 \begin_inset Text
2917
2918 \begin_layout Plain Layout
2919 Resultado
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 </row>
2925 <row>
2926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930
2931 \backslash
2932 cases
2933 \begin_inset space \textvisiblespace{}
2934 \end_inset
2935
2936 A
2937 \begin_inset Formula $\to$
2938 \end_inset
2939
2940 B>0
2941 \begin_inset Index idx
2942 status collapsed
2943
2944 \begin_layout Plain Layout
2945 Comandos ! C ! 
2946 \backslash
2947 cases
2948 \end_layout
2949
2950 \end_inset
2951
2952
2953 \end_layout
2954
2955 \end_inset
2956 </cell>
2957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2958 \begin_inset Text
2959
2960 \begin_layout Plain Layout
2961 \begin_inset Formula $\begin{cases}
2962 A & B>0\end{cases}$
2963 \end_inset
2964
2965
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 </row>
2971 <row>
2972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \backslash
2978 cases
2979 \begin_inset space \textvisiblespace{}
2980 \end_inset
2981
2982
2983 \family sans
2984 Ctrl+Entrar
2985 \end_layout
2986
2987 \end_inset
2988 </cell>
2989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993 \begin_inset Formula $\begin{cases}
2994 A & \textrm{para }x>0\\
2995 B & \textrm{para }x=0
2996 \end{cases}$
2997 \end_inset
2998
2999
3000 \end_layout
3001
3002 \end_inset
3003 </cell>
3004 </row>
3005 </lyxtabular>
3006
3007 \end_inset
3008
3009
3010 \end_layout
3011
3012 \begin_layout Standard
3013 Después de insertar 
3014 \series bold
3015
3016 \backslash
3017 cases
3018 \series default
3019  o usar el botón 
3020 \begin_inset Info
3021 type  "icon"
3022 arg   "math-insert \\cases"
3023 \end_inset
3024
3025  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3026 \family sans
3027 Ctrl+Entrar
3028 \family default
3029  o con el botón
3030 \family sans
3031  
3032 \family default
3033
3034 \begin_inset Info
3035 type  "icon"
3036 arg   "inset-modify tabular append-row"
3037 \end_inset
3038
3039  de la barra de cuadros.
3040 \end_layout
3041
3042 \begin_layout Standard
3043 El comando 
3044 \series bold
3045
3046 \backslash
3047 cases
3048 \series default
3049  también está disponible en el menú 
3050 \family sans
3051 Insertar\SpecialChar \menuseparator
3052 Ecuación\SpecialChar \menuseparator
3053 Entorno casos
3054 \family default
3055 .
3056 \end_layout
3057
3058 \begin_layout Subsection
3059 Negaciones
3060 \begin_inset Index idx
3061 status collapsed
3062
3063 \begin_layout Plain Layout
3064 Negaciones
3065 \end_layout
3066
3067 \end_inset
3068
3069
3070 \end_layout
3071
3072 \begin_layout Standard
3073 Con el comando 
3074 \series bold
3075
3076 \backslash
3077 not
3078 \series default
3079
3080 \begin_inset Index idx
3081 status collapsed
3082
3083 \begin_layout Plain Layout
3084 Comandos ! N ! 
3085 \backslash
3086 not
3087 \end_layout
3088
3089 \end_inset
3090
3091  todo carácter se puede mostrar cancelado.
3092  Los caracteres son casi tachados con una barra inclinada.
3093 \end_layout
3094
3095 \begin_layout Standard
3096 \noindent
3097 \align center
3098 \begin_inset Tabular
3099 <lyxtabular version="3" rows="4" columns="2">
3100 <features rotate="0" tabularvalignment="middle">
3101 <column alignment="center" valignment="top">
3102 <column alignment="center" valignment="top">
3103 <row>
3104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3105 \begin_inset Text
3106
3107 \begin_layout Plain Layout
3108 Comando
3109 \end_layout
3110
3111 \end_inset
3112 </cell>
3113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3114 \begin_inset Text
3115
3116 \begin_layout Plain Layout
3117 Resultado
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 </row>
3123 <row>
3124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128
3129 \backslash
3130 not=
3131 \end_layout
3132
3133 \end_inset
3134 </cell>
3135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Plain Layout
3139 \begin_inset Formula $\not=$
3140 \end_inset
3141
3142
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 </row>
3148 <row>
3149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3150 \begin_inset Text
3151
3152 \begin_layout Plain Layout
3153
3154 \backslash
3155 not 
3156 \backslash
3157 le
3158 \end_layout
3159
3160 \end_inset
3161 </cell>
3162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166 \begin_inset Formula $\not\le$
3167 \end_inset
3168
3169
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 </row>
3175 <row>
3176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180
3181 \backslash
3182 not 
3183 \backslash
3184 parallel
3185 \end_layout
3186
3187 \end_inset
3188 </cell>
3189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193 \begin_inset Formula $\not\parallel$
3194 \end_inset
3195
3196
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 </row>
3202 </lyxtabular>
3203
3204 \end_inset
3205
3206
3207 \end_layout
3208
3209 \begin_layout Standard
3210 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3211  Por tanto para algunas negaciones hay comandos especiales (véase 
3212 \begin_inset CommandInset ref
3213 LatexCommand ref
3214 reference "sub:Símbolos-matemáticos"
3215
3216 \end_inset
3217
3218  y 
3219 \begin_inset CommandInset ref
3220 LatexCommand ref
3221 reference "sec:Relaciones"
3222
3223 \end_inset
3224
3225 ).
3226 \end_layout
3227
3228 \begin_layout Subsection
3229 Espacios reservados 
3230 \begin_inset CommandInset label
3231 LatexCommand label
3232 name "sub:Espacios-reservados"
3233
3234 \end_inset
3235
3236
3237 \begin_inset Index idx
3238 status collapsed
3239
3240 \begin_layout Plain Layout
3241 Espacios reservados
3242 \end_layout
3243
3244 \end_inset
3245
3246
3247 \begin_inset Index idx
3248 status collapsed
3249
3250 \begin_layout Plain Layout
3251 Química ! isótopos
3252 \end_layout
3253
3254 \end_inset
3255
3256
3257 \begin_inset Index idx
3258 status collapsed
3259
3260 \begin_layout Plain Layout
3261 Isótopos|see
3262 \begin_inset ERT
3263 status collapsed
3264
3265 \begin_layout Plain Layout
3266
3267 {
3268 \end_layout
3269
3270 \end_inset
3271
3272 Química
3273 \begin_inset ERT
3274 status collapsed
3275
3276 \begin_layout Plain Layout
3277
3278 }
3279 \end_layout
3280
3281 \end_inset
3282
3283
3284 \end_layout
3285
3286 \end_inset
3287
3288
3289 \end_layout
3290
3291 \begin_layout Standard
3292 En la presentación de, p.
3293 \begin_inset space \thinspace{}
3294 \end_inset
3295
3296 e., isótopos,
3297 \begin_inset Foot
3298 status collapsed
3299
3300 \begin_layout Plain Layout
3301 Más sobre símbolos químicos en 
3302 \begin_inset CommandInset ref
3303 LatexCommand ref
3304 reference "sub:Símbolos-y-ecuaciones-químicas"
3305
3306 \end_inset
3307
3308
3309 \end_layout
3310
3311 \end_inset
3312
3313  surge el problema siguiente:
3314 \end_layout
3315
3316 \begin_layout Standard
3317 \noindent
3318 \align center
3319 \begin_inset Tabular
3320 <lyxtabular version="3" rows="2" columns="2">
3321 <features rotate="0" tabularvalignment="middle">
3322 <column alignment="center" valignment="top">
3323 <column alignment="center" valignment="top">
3324 <row>
3325 <cell alignment="center" valignment="top" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329 Índices generados con sub- y superíndices:
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell alignment="center" valignment="top" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3339 \end_inset
3340
3341
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 </row>
3347 <row>
3348 <cell alignment="center" valignment="top" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352 Índices correctos:
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3362 \end_inset
3363
3364
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 </row>
3370 </lyxtabular>
3371
3372 \end_inset
3373
3374
3375 \begin_inset Note Note
3376 status collapsed
3377
3378 \begin_layout Plain Layout
3379
3380 \series bold
3381
3382 \backslash
3383 raisebox
3384 \series default
3385  se usa sólo como espaciador
3386 \end_layout
3387
3388 \end_inset
3389
3390
3391 \end_layout
3392
3393 \begin_layout Standard
3394 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3395  del índice más largo.
3396  Para evitarlo está el comando 
3397 \series bold
3398
3399 \backslash
3400 phantom
3401 \series default
3402
3403 \begin_inset Index idx
3404 status collapsed
3405
3406 \begin_layout Plain Layout
3407 Comandos ! P ! 
3408 \backslash
3409 phantom
3410 \end_layout
3411
3412 \end_inset
3413
3414  o el botón 
3415 \begin_inset space ~
3416 \end_inset
3417
3418
3419 \begin_inset Graphics
3420         filename ../../images/math/phantom.png
3421         scale 85
3422
3423 \end_inset
3424
3425  del submenú de espacios en ecuaciones
3426 \begin_inset Foot
3427 status collapsed
3428
3429 \begin_layout Plain Layout
3430 Botón 
3431 \begin_inset Info
3432 type  "icon"
3433 arg   "math-insert \\space"
3434 \end_inset
3435
3436  de la barra de ecuaciones
3437 \end_layout
3438
3439 \end_inset
3440
3441 , que genera uno o más espacios reservados.
3442  Al insertar 
3443 \series bold
3444
3445 \backslash
3446 phantom
3447 \series default
3448  aparece un pequeño marco azul con dos flechas rojas superpuestas
3449 \begin_inset Formula $\phantom{}$
3450 \end_inset
3451
3452 .
3453  Las flechas indican que se reservará un espacio equivalente a la anchura
3454  y altura totales del contenido del marco.
3455  Los espacios reservados son correspondientes al tamaño de los caracteres.
3456 \end_layout
3457
3458 \begin_layout Standard
3459 \noindent
3460 \align center
3461 \begin_inset Tabular
3462 <lyxtabular version="3" rows="4" columns="2">
3463 <features rotate="0" tabularvalignment="middle">
3464 <column alignment="center" valignment="top">
3465 <column alignment="center" valignment="top">
3466 <row>
3467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471 Comando
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480 Resultado
3481 \begin_inset Note Note
3482 status collapsed
3483
3484 \begin_layout Plain Layout
3485
3486 \series bold
3487
3488 \backslash
3489 raisebox
3490 \series default
3491  se usa sólo como espaciador
3492 \end_layout
3493
3494 \end_inset
3495
3496
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 <row>
3503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 ^19
3508 \begin_inset space \textvisiblespace{}
3509 \end_inset
3510
3511 _
3512 \backslash
3513 phantom
3514 \begin_inset space \textvisiblespace{}
3515 \end_inset
3516
3517 1
3518 \begin_inset Formula $\rightarrow$
3519 \end_inset
3520
3521 9
3522 \begin_inset space \textvisiblespace{}
3523 \end_inset
3524
3525 F
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3535 \end_inset
3536
3537
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row>
3544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 ^235
3549 \begin_inset space \textvisiblespace{}
3550 \end_inset
3551
3552 _
3553 \backslash
3554 phantom
3555 \begin_inset space \textvisiblespace{}
3556 \end_inset
3557
3558 23
3559 \begin_inset Formula $\rightarrow$
3560 \end_inset
3561
3562 9
3563 \begin_inset space \textvisiblespace{}
3564 \end_inset
3565
3566 F
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3576 \end_inset
3577
3578
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row>
3585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589
3590 \backslash
3591 Lambda^
3592 \begin_inset space \textvisiblespace{}
3593 \end_inset
3594
3595
3596 \backslash
3597 phantom
3598 \begin_inset space \textvisiblespace{}
3599 \end_inset
3600
3601 ii
3602 \begin_inset Formula $\rightarrow$
3603 \end_inset
3604
3605 t
3606 \begin_inset space \textvisiblespace{}
3607 \end_inset
3608
3609 _MMt
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3619 \end_inset
3620
3621
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 </row>
3627 </lyxtabular>
3628
3629 \end_inset
3630
3631
3632 \end_layout
3633
3634 \begin_layout Standard
3635 Además hay los comandos 
3636 \series bold
3637
3638 \backslash
3639 vphantom
3640 \series default
3641
3642 \begin_inset Index idx
3643 status collapsed
3644
3645 \begin_layout Plain Layout
3646 Comandos ! V ! 
3647 \backslash
3648 vphantom
3649 \end_layout
3650
3651 \end_inset
3652
3653  (botón 
3654 \begin_inset space ~
3655 \end_inset
3656
3657
3658 \begin_inset Graphics
3659         filename ../../images/math/vphantom.png
3660         scale 85
3661
3662 \end_inset
3663
3664 ) y 
3665 \series bold
3666
3667 \backslash
3668 hphantom
3669 \series default
3670
3671 \begin_inset Index idx
3672 status collapsed
3673
3674 \begin_layout Plain Layout
3675 Comandos ! H ! 
3676 \backslash
3677 hphantom
3678 \end_layout
3679
3680 \end_inset
3681
3682  (botón 
3683 \begin_inset space ~
3684 \end_inset
3685
3686
3687 \begin_inset Graphics
3688         filename ../../images/math/hphantom.png
3689         scale 85
3690
3691 \end_inset
3692
3693 ).
3694  
3695 \series bold
3696
3697 \backslash
3698 hphantom
3699 \series default
3700  genera espacio en el marco sólo para la altura máxima de los caracteres,
3701  no para su anchura.
3702  
3703 \series bold
3704
3705 \backslash
3706 vphantom
3707 \series default
3708  genera espacio sólo para la anchura del contenido del marco.
3709  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3710 \end_layout
3711
3712 \begin_layout Standard
3713 Por ejemplo, 
3714 \series bold
3715
3716 \backslash
3717 vphantom
3718 \series default
3719
3720 \begin_inset space \textvisiblespace{}
3721 \end_inset
3722
3723
3724 \series bold
3725 a
3726 \backslash
3727 int
3728 \series default
3729  genera espacio de la altura del signo de la integral,
3730 \begin_inset Foot
3731 status collapsed
3732
3733 \begin_layout Plain Layout
3734 El comando 
3735 \series bold
3736
3737 \backslash
3738 int
3739 \series default
3740  genera un signo de integral, véase 
3741 \begin_inset CommandInset ref
3742 LatexCommand ref
3743 reference "sub:Operadores-grandes"
3744
3745 \end_inset
3746
3747
3748 \end_layout
3749
3750 \end_inset
3751
3752  porque este es el carácter más largo.
3753  En la 
3754 \begin_inset CommandInset ref
3755 LatexCommand ref
3756 reference "sub:Delimitadores-multilínea"
3757
3758 \end_inset
3759
3760  hay un ejemplo de aplicación.
3761 \end_layout
3762
3763 \begin_layout Standard
3764 Los espacios reservados también se pueden usar para un texto cuando se insertan
3765  mediante el menú 
3766 \family sans
3767 Insertar\SpecialChar \menuseparator
3768 Formato\SpecialChar \menuseparator
3769 Fantasma
3770 \family default
3771 :
3772 \end_layout
3773
3774 \begin_layout Standard
3775 Esto es una frase.
3776 \begin_inset Newline newline
3777 \end_inset
3778
3779
3780 \begin_inset Phantom Phantom
3781 status open
3782
3783 \begin_layout Plain Layout
3784 Esto
3785 \end_layout
3786
3787 \end_inset
3788
3789  es una frase.
3790 \end_layout
3791
3792 \begin_layout Standard
3793 \begin_inset Newpage newpage
3794 \end_inset
3795
3796
3797 \end_layout
3798
3799 \begin_layout Subsection
3800 Líneas
3801 \begin_inset Index idx
3802 status collapsed
3803
3804 \begin_layout Plain Layout
3805 Lineas@Líneas
3806 \end_layout
3807
3808 \end_inset
3809
3810
3811 \begin_inset Index idx
3812 status collapsed
3813
3814 \begin_layout Plain Layout
3815 Ecuación ! sub- o superrayada
3816 \end_layout
3817
3818 \end_inset
3819
3820
3821 \end_layout
3822
3823 \begin_layout Standard
3824 \noindent
3825 \align center
3826 \begin_inset Tabular
3827 <lyxtabular version="3" rows="4" columns="2">
3828 <features rotate="0" tabularvalignment="middle">
3829 <column alignment="center" valignment="top">
3830 <column alignment="center" valignment="top">
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 Comando
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 Resultado
3846 \begin_inset Note Note
3847 status collapsed
3848
3849 \begin_layout Plain Layout
3850
3851 \series bold
3852
3853 \backslash
3854 raisebox
3855 \series default
3856  se usa sólo como espaciador
3857 \end_layout
3858
3859 \end_inset
3860
3861
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 </row>
3867 <row>
3868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872
3873 \backslash
3874 overline
3875 \begin_inset space \textvisiblespace{}
3876 \end_inset
3877
3878 A+B
3879 \begin_inset Index idx
3880 status collapsed
3881
3882 \begin_layout Plain Layout
3883 Comandos ! O ! 
3884 \backslash
3885 overline
3886 \end_layout
3887
3888 \end_inset
3889
3890
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3900 \end_inset
3901
3902
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 </row>
3908 <row>
3909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913
3914 \backslash
3915 underline
3916 \begin_inset space \textvisiblespace{}
3917 \end_inset
3918
3919 A+B
3920 \begin_inset Index idx
3921 status collapsed
3922
3923 \begin_layout Plain Layout
3924 Comandos ! U ! 
3925 \backslash
3926 underline
3927 \end_layout
3928
3929 \end_inset
3930
3931
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3941 \end_inset
3942
3943
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 </row>
3949 <row>
3950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3951 \begin_inset Text
3952
3953 \begin_layout Plain Layout
3954
3955 \backslash
3956 overline
3957 \begin_inset space \textvisiblespace{}
3958 \end_inset
3959
3960
3961 \backslash
3962 underline
3963 \begin_inset space \textvisiblespace{}
3964 \end_inset
3965
3966 A+B
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
3976 \end_inset
3977
3978
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 </row>
3984 </lyxtabular>
3985
3986 \end_inset
3987
3988
3989 \end_layout
3990
3991 \begin_layout Standard
3992 En el último ejemplo es indiferente poner primero 
3993 \series bold
3994
3995 \backslash
3996 overline
3997 \series default
3998  o 
3999 \series bold
4000
4001 \backslash
4002 underline
4003 \series default
4004 .
4005 \end_layout
4006
4007 \begin_layout Standard
4008 Para poner doble subrayado, p.
4009 \begin_inset space \thinspace{}
4010 \end_inset
4011
4012 e.
4013  en resultados, se usa 
4014 \series bold
4015
4016 \backslash
4017 underline
4018 \series default
4019  dos veces.
4020 \end_layout
4021
4022 \begin_layout Standard
4023 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4024 \begin_inset VSpace bigskip
4025 \end_inset
4026
4027 Se pueden crear líneas personalizadas con el comando 
4028 \series bold
4029
4030 \backslash
4031 rule
4032 \series default
4033
4034 \begin_inset Index idx
4035 status collapsed
4036
4037 \begin_layout Plain Layout
4038 Comandos ! R ! 
4039 \backslash
4040 rule
4041 \end_layout
4042
4043 \end_inset
4044
4045  con el esquema siguiente:
4046 \end_layout
4047
4048 \begin_layout Standard
4049
4050 \series bold
4051
4052 \backslash
4053 rule[hueco vertical]{longitud}{grosor}
4054 \end_layout
4055
4056 \begin_layout Standard
4057 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4058  si el valor es negativo).
4059  Las unidades disponibles para los valores están listadas en
4060 \begin_inset space ~
4061 \end_inset
4062
4063
4064 \begin_inset CommandInset ref
4065 LatexCommand ref
4066 reference "tab:Unidades-disponibles"
4067
4068 \end_inset
4069
4070 .
4071  A continuación hay dos ejemplos de líneas creadas con los comandos
4072 \series bold
4073
4074 \begin_inset Newline newline
4075 \end_inset
4076
4077
4078 \backslash
4079 rule[-2ex]{3cm}{2pt}
4080 \series default
4081  y 
4082 \series bold
4083
4084 \backslash
4085 rule{2cm}{1pt}
4086 \series default
4087 :
4088 \end_layout
4089
4090 \begin_layout Standard
4091 Esto es una frase 
4092 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4093 \end_inset
4094
4095  con dos líneas.
4096 \end_layout
4097
4098 \begin_layout Standard
4099
4100 \series bold
4101
4102 \backslash
4103 rule
4104 \series default
4105  también se puede usar para texto insertando una línea mediante el menú
4106  
4107 \family sans
4108 Insertar\SpecialChar \menuseparator
4109 Formato\SpecialChar \menuseparator
4110 Línea horizontal
4111 \family default
4112 :
4113 \end_layout
4114
4115 \begin_layout Standard
4116 Esto es una frase 
4117 \begin_inset CommandInset line
4118 LatexCommand rule
4119 offset "0.5ex"
4120 width "3cm"
4121 height "1pt"
4122
4123 \end_inset
4124
4125  con una línea insertada.
4126 \end_layout
4127
4128 \begin_layout Subsection
4129 Puntos
4130 \begin_inset CommandInset label
4131 LatexCommand label
4132 name "sub:Puntos"
4133
4134 \end_inset
4135
4136
4137 \begin_inset Index idx
4138 status collapsed
4139
4140 \begin_layout Plain Layout
4141 Puntos
4142 \end_layout
4143
4144 \end_inset
4145
4146
4147 \end_layout
4148
4149 \begin_layout Standard
4150 Hay distintos tipos de puntos disponibles.
4151 \begin_inset Foot
4152 status collapsed
4153
4154 \begin_layout Plain Layout
4155 En la barra de herramientas de ecuaciones, en el panel del botón 
4156 \begin_inset Info
4157 type  "icon"
4158 arg   "math-insert \\ldots"
4159 \end_inset
4160
4161 .
4162 \end_layout
4163
4164 \end_inset
4165
4166  Para continuación en enumeraciones se usan puntos bajos, (
4167 \series bold
4168
4169 \backslash
4170 ldots
4171 \series default
4172
4173 \begin_inset Index idx
4174 status collapsed
4175
4176 \begin_layout Plain Layout
4177 Comandos ! L ! 
4178 \backslash
4179 ldots
4180 \end_layout
4181
4182 \end_inset
4183
4184 ), mientras que para operaciones se usan puntos centrados a la misma altura
4185  que los operadores, (
4186 \series bold
4187
4188 \backslash
4189 cdots
4190 \series default
4191
4192 \begin_inset Index idx
4193 status collapsed
4194
4195 \begin_layout Plain Layout
4196 Comandos ! C ! 
4197 \backslash
4198 cdots
4199 \end_layout
4200
4201 \end_inset
4202
4203 ).
4204  Si se usa el comando 
4205 \series bold
4206
4207 \backslash
4208 dots
4209 \series default
4210
4211 \begin_inset Index idx
4212 status collapsed
4213
4214 \begin_layout Plain Layout
4215 Comandos ! D ! 
4216 \backslash
4217 dots
4218 \end_layout
4219
4220 \end_inset
4221
4222 , LaTeX decide el tipo a usar en función del carácter siguiente.
4223 \end_layout
4224
4225 \begin_layout Standard
4226 \begin_inset Newpage newpage
4227 \end_inset
4228
4229
4230 \end_layout
4231
4232 \begin_layout Standard
4233 \align center
4234 \begin_inset Tabular
4235 <lyxtabular version="3" rows="9" columns="2">
4236 <features rotate="0" tabularvalignment="middle">
4237 <column alignment="center" valignment="top" width="0pt">
4238 <column alignment="center" valignment="top" width="0pt">
4239 <row>
4240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244 Comando
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253 Resultado
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 </row>
4259 <row>
4260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 A_1
4265 \begin_inset space \textvisiblespace{}
4266 \end_inset
4267
4268 ,
4269 \backslash
4270 dots
4271 \begin_inset space \textvisiblespace{}
4272 \end_inset
4273
4274 ,A_n
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283 \begin_inset Formula $A_{1},\dots,A_{n}$
4284 \end_inset
4285
4286
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 </row>
4292 <row>
4293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297 A_1
4298 \begin_inset space \textvisiblespace{}
4299 \end_inset
4300
4301 +
4302 \backslash
4303 dots
4304 \begin_inset space \textvisiblespace{}
4305 \end_inset
4306
4307 +A_n
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 \begin_inset Formula $A_{1}+\dots+A_{n}$
4317 \end_inset
4318
4319
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 </row>
4325 <row>
4326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 A_1
4331 \begin_inset space \textvisiblespace{}
4332 \end_inset
4333
4334 ,
4335 \backslash
4336 ldots
4337 \begin_inset space \textvisiblespace{}
4338 \end_inset
4339
4340 ,A_n
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 \begin_inset Formula $A_{1},\ldots,A_{n}$
4350 \end_inset
4351
4352
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 </row>
4358 <row>
4359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 A_1
4364 \begin_inset space \textvisiblespace{}
4365 \end_inset
4366
4367 +
4368 \backslash
4369 cdots
4370 \begin_inset space \textvisiblespace{}
4371 \end_inset
4372
4373 +A_n
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4383 \end_inset
4384
4385
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 </row>
4391 <row>
4392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396
4397 \backslash
4398 vdots
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407 \begin_inset Formula $\vdots$
4408 \end_inset
4409
4410
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 <row>
4417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421
4422 \backslash
4423 ddots
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 \begin_inset Formula $\ddots$
4433 \end_inset
4434
4435
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 </row>
4441 <row>
4442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446
4447 \backslash
4448 iddots
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 \begin_inset Formula $\iddots$
4458 \end_inset
4459
4460
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 Matriz
4472 \begin_inset space \thinspace{}
4473 \end_inset
4474
4475 3×3 con los distintos puntos
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 \begin_inset Formula $\begin{array}{ccc}
4485 A_{11} & \cdots & A_{1m}\\
4486 \vdots & \ddots & \vdots\\
4487 A_{n1} & \cdots & A_{nm}
4488 \end{array}$
4489 \end_inset
4490
4491
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 </lyxtabular>
4498
4499 \end_inset
4500
4501
4502 \end_layout
4503
4504 \begin_layout Standard
4505 Los puntos suspensivos disponibles en el menú 
4506 \family sans
4507 Insertar\SpecialChar \menuseparator
4508 Carácter especial
4509 \family default
4510  son 
4511 \series bold
4512
4513 \backslash
4514 ldots
4515 \series default
4516 .
4517 \end_layout
4518
4519 \begin_layout Standard
4520 \begin_inset VSpace medskip
4521 \end_inset
4522
4523
4524 \end_layout
4525
4526 \begin_layout Standard
4527 Para usar 
4528 \series bold
4529
4530 \backslash
4531 iddots
4532 \series default
4533 , hay que marcar una de las opciones 
4534 \family sans
4535 Usar paquete mathdots (automáticamente)
4536 \family default
4537  en las 
4538 \family sans
4539 Opciones de ecuación
4540 \family default
4541  de la configuración del documento.
4542 \begin_inset Newline newline
4543 \end_inset
4544
4545 La opción 
4546 \family sans
4547 Usar paquete mathdots
4548 \family default
4549  mejorará el aspecto de todos los puntos en los documentos si su estilo
4550  o tamaño de tipografía no son los predeterminados.
4551 \end_layout
4552
4553 \begin_layout Standard
4554 \begin_inset VSpace medskip
4555 \end_inset
4556
4557 Hay puntos específicos para matrices que se extienden por varias columnas.
4558  Se generan con el comando 
4559 \series bold
4560
4561 \backslash
4562 hdotsfor
4563 \series default
4564
4565 \begin_inset Index idx
4566 status collapsed
4567
4568 \begin_layout Plain Layout
4569 Comandos ! H ! 
4570 \backslash
4571 hdotsfor
4572 \end_layout
4573
4574 \end_inset
4575
4576 , que tiene el siguiente esquema:
4577 \end_layout
4578
4579 \begin_layout Standard
4580
4581 \series bold
4582
4583 \backslash
4584 hdotsfor[distancia]{número de columnas}
4585 \end_layout
4586
4587 \begin_layout Standard
4588 Número de columnas especifica cuántas columnas deben abarcarse.
4589  Distancia es un factor para la separación entre los puntos.
4590 \end_layout
4591
4592 \begin_layout Standard
4593 En la siguiente matriz se ha insertado el comando 
4594 \series bold
4595
4596 \backslash
4597 hdotsfor[2]{4}
4598 \series default
4599  en el primer recuadro de la segunda línea para obtener puntos separados
4600  una distancia equivalente a dos veces la del comando 
4601 \series bold
4602
4603 \backslash
4604 dots
4605 \series default
4606 .
4607 \begin_inset Formula 
4608 \[
4609 \left(\begin{array}{cccc}
4610 A & B & C & D\\
4611 \hdotsfor[2]{4}\\
4612 q & w & e & r
4613 \end{array}\right)
4614 \]
4615
4616 \end_inset
4617
4618
4619 \end_layout
4620
4621 \begin_layout Standard
4622 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4623  de lo contrario se producen errores de LaTeX.
4624 \end_layout
4625
4626 \begin_layout Standard
4627 \begin_inset VSpace bigskip
4628 \end_inset
4629
4630
4631 \end_layout
4632
4633 \begin_layout Standard
4634 Además, con el comando 
4635 \series bold
4636
4637 \backslash
4638 dotfill
4639 \series default
4640
4641 \begin_inset Index idx
4642 status collapsed
4643
4644 \begin_layout Plain Layout
4645 Comandos ! D ! 
4646 \backslash
4647 dotfill
4648 \end_layout
4649
4650 \end_inset
4651
4652  puedes completar con puntos una línea.
4653  El efecto de este tipo de comandos es como el de 
4654 \series bold
4655
4656 \backslash
4657 hfill
4658 \series default
4659 , véase 
4660 \begin_inset CommandInset ref
4661 LatexCommand ref
4662 reference "sub:Espacio-variable"
4663
4664 \end_inset
4665
4666 .
4667 \end_layout
4668
4669 \begin_layout Standard
4670 Por ejemplo el comando 
4671 \series bold
4672 A
4673 \backslash
4674 dotfill
4675 \series default
4676
4677 \begin_inset space \textvisiblespace{}
4678 \end_inset
4679
4680
4681 \series bold
4682 B
4683 \series default
4684  genera
4685 \end_layout
4686
4687 \begin_layout Standard
4688 \begin_inset Formula $A\dotfill B$
4689 \end_inset
4690
4691
4692 \end_layout
4693
4694 \begin_layout Standard
4695 Un comando análogo a 
4696 \series bold
4697
4698 \backslash
4699 dotfill
4700 \series default
4701  para rellenar con una línea es 
4702 \series bold
4703
4704 \backslash
4705 hrulefill
4706 \series default
4707
4708 \begin_inset Index idx
4709 status collapsed
4710
4711 \begin_layout Plain Layout
4712 Comandos ! H ! 
4713 \backslash
4714 hrulefill
4715 \end_layout
4716
4717 \end_inset
4718
4719 :
4720 \end_layout
4721
4722 \begin_layout Standard
4723 \begin_inset Formula $A\hrulefill B$
4724 \end_inset
4725
4726
4727 \end_layout
4728
4729 \begin_layout Standard
4730 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4731 \end_layout
4732
4733 \begin_layout Section
4734 Matrices
4735 \begin_inset CommandInset label
4736 LatexCommand label
4737 name "sec:Matrices"
4738
4739 \end_inset
4740
4741
4742 \begin_inset Index idx
4743 status collapsed
4744
4745 \begin_layout Plain Layout
4746 Matrices
4747 \end_layout
4748
4749 \end_inset
4750
4751
4752 \end_layout
4753
4754 \begin_layout Standard
4755 Se pueden insertar con el botón 
4756 \begin_inset Info
4757 type  "icon"
4758 arg   "dialog-show mathmatrix"
4759 \end_inset
4760
4761  de la barra de ecuaciones o con el menú 
4762 \family sans
4763 Insertar\SpecialChar \menuseparator
4764 Ecuación\SpecialChar \menuseparator
4765 Matriz
4766 \family default
4767 .
4768  Aparece una ventana en la que se pide el número de filas y columnas, la
4769  alineación y la decoración.
4770  La alineación vertical sólo es relevante para matrices en línea:
4771 \end_layout
4772
4773 \begin_layout Standard
4774 Esta primera matriz tiene alineación superior 
4775 \begin_inset Formula $\begin{array}[t]{cccc}
4776 A & D & G & J\\
4777 B & E & H & K\\
4778 D & F & I & L
4779 \end{array}$
4780 \end_inset
4781
4782  , la segunda alineación central 
4783 \begin_inset Formula $\begin{array}{cccc}
4784 A & D & G & J\\
4785 B & E & H & K\\
4786 D & F & I & L
4787 \end{array}$
4788 \end_inset
4789
4790  , y la tercera alineación inferior 
4791 \begin_inset Formula $\begin{array}[b]{cccc}
4792 A & D & G & J\\
4793 B & E & H & K\\
4794 D & F & I & L
4795 \end{array}$
4796 \end_inset
4797
4798 .
4799 \end_layout
4800
4801 \begin_layout Standard
4802 La alineación horizontal especifica cómo deben alinearse las entradas de
4803  la columna.
4804  Se determina mediante una letra para cada columna.
4805  
4806 \emph on
4807 l
4808 \emph default
4809  indica alineación a la izquierda, 
4810 \emph on
4811 c
4812 \emph default
4813  alineación centrada y 
4814 \emph on
4815 r
4816 \emph default
4817  alineación a la derecha.
4818  Por ejemplo, para componer una matriz
4819 \begin_inset space ~
4820 \end_inset
4821
4822 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4823  centradas y la última a la derecha, se anota 
4824 \series bold
4825 lccr
4826 \series default
4827  en la alineación horizontal.
4828  Normalmente todas las columnas de una matriz están centradas, por tanto
4829  el valor por omisión es 
4830 \series bold
4831 c
4832 \series default
4833  para todas ellas.
4834 \end_layout
4835
4836 \begin_layout Standard
4837 Alineación horizontal:
4838 \end_layout
4839
4840 \begin_layout Standard
4841
4842 \series bold
4843 lll
4844 \series default
4845  : 
4846 \begin_inset Formula $\begin{array}{lll}
4847 10000 & D & G\\
4848 B & 10000 & H\\
4849 C & F & 10000
4850 \end{array}$
4851 \end_inset
4852
4853  , 
4854 \series bold
4855 ccc 
4856 \series default
4857
4858 \begin_inset Formula $\begin{array}{ccc}
4859 10000 & D & G\\
4860 B & 10000 & H\\
4861 C & F & 10000
4862 \end{array}$
4863 \end_inset
4864
4865  
4866 \series bold
4867 ,
4868 \series default
4869  
4870 \series bold
4871 rrr 
4872 \series default
4873
4874 \begin_inset Formula $\begin{array}{rrr}
4875 10000 & D & G\\
4876 B & 10000 & H\\
4877 C & F & 10000
4878 \end{array}$
4879 \end_inset
4880
4881
4882 \end_layout
4883
4884 \begin_layout Standard
4885 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
4886  botones 
4887 \begin_inset Info
4888 type  "icon"
4889 arg   "inset-modify tabular append-row"
4890 \end_inset
4891
4892
4893 \begin_inset Info
4894 type  "icon"
4895 arg   "inset-modify tabular delete-row"
4896 \end_inset
4897
4898 , etc.
4899  de la barra de ecuaciones o el menú 
4900 \family sans
4901 Editar\SpecialChar \menuseparator
4902 Filas y columnas
4903 \family default
4904 .
4905  También se pueden añadir filas nuevas con 
4906 \family sans
4907 Ctrl+Entrar
4908 \family default
4909 .
4910 \end_layout
4911
4912 \begin_layout Standard
4913 \begin_inset VSpace bigskip
4914 \end_inset
4915
4916
4917 \end_layout
4918
4919 \begin_layout Standard
4920 La 
4921 \family sans
4922 Decoración
4923 \family default
4924  añade paréntesis en el estilo seleccionado alrededor de la matriz.
4925  Alternativamente, se pueden generar paréntesis con los comandos 
4926 \series bold
4927
4928 \backslash
4929 left
4930 \series default
4931
4932 \begin_inset Index idx
4933 status collapsed
4934
4935 \begin_layout Plain Layout
4936 Comandos ! L ! 
4937 \backslash
4938 left
4939 \end_layout
4940
4941 \end_inset
4942
4943  y 
4944 \series bold
4945
4946 \backslash
4947 right
4948 \series default
4949
4950 \begin_inset Index idx
4951 status collapsed
4952
4953 \begin_layout Plain Layout
4954 Comandos ! R ! 
4955 \backslash
4956 right
4957 \end_layout
4958
4959 \end_inset
4960
4961  (atajo 
4962 \family sans
4963 Alt+M
4964 \begin_inset space ~
4965 \end_inset
4966
4967 Paréntesis
4968 \family default
4969 ), véase 
4970 \begin_inset CommandInset ref
4971 LatexCommand ref
4972 reference "sub:Tamaño-automático-de"
4973
4974 \end_inset
4975
4976 , o usando los comandos siguientes:
4977 \end_layout
4978
4979 \begin_layout Standard
4980 \begin_inset VSpace medskip
4981 \end_inset
4982
4983
4984 \end_layout
4985
4986 \begin_layout Standard
4987 \begin_inset space \hfill{}
4988 \end_inset
4989
4990
4991 \begin_inset Tabular
4992 <lyxtabular version="3" rows="4" columns="2">
4993 <features rotate="0" tabularvalignment="middle">
4994 <column alignment="center" valignment="top">
4995 <column alignment="center" valignment="top">
4996 <row>
4997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 Comando
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 Resultado
5011 \begin_inset Note Note
5012 status collapsed
5013
5014 \begin_layout Plain Layout
5015
5016 \series bold
5017
5018 \backslash
5019 raisebox
5020 \series default
5021  se usa sólo como espaciador
5022 \end_layout
5023
5024 \end_inset
5025
5026
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 </row>
5032 <row>
5033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037
5038 \backslash
5039 bmatrix
5040 \begin_inset space \textvisiblespace{}
5041 \end_inset
5042
5043 2
5044 \series bold
5045 ×
5046 \series default
5047 2
5048 \begin_inset space \thinspace{}
5049 \end_inset
5050
5051 matriz
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5061 0 & \textrm{-}\mathrm{i}\\
5062 \mathrm{i} & 0
5063 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5064 \end_inset
5065
5066
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 </row>
5072 <row>
5073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077
5078 \backslash
5079 Bmatrix
5080 \begin_inset space \textvisiblespace{}
5081 \end_inset
5082
5083 2×2
5084 \begin_inset space \thinspace{}
5085 \end_inset
5086
5087 matriz
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5097 0 & \textrm{-}\mathrm{i}\\
5098 \mathrm{i} & 0
5099 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5100 \end_inset
5101
5102
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 </row>
5108 <row>
5109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113
5114 \backslash
5115 pmatrix
5116 \begin_inset space \textvisiblespace{}
5117 \end_inset
5118
5119 2
5120 \series bold
5121 ×
5122 \series default
5123 2
5124 \begin_inset space \thinspace{}
5125 \end_inset
5126
5127 matriz
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5137 0 & \textrm{-}\mathrm{i}\\
5138 \mathrm{i} & 0
5139 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5140 \end_inset
5141
5142
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 </row>
5148 </lyxtabular>
5149
5150 \end_inset
5151
5152
5153 \begin_inset space \hfill{}
5154 \end_inset
5155
5156
5157 \begin_inset Tabular
5158 <lyxtabular version="3" rows="4" columns="2">
5159 <features rotate="0" tabularvalignment="middle">
5160 <column alignment="center" valignment="top">
5161 <column alignment="center" valignment="top">
5162 <row>
5163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 Comando
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 Resultado
5177 \begin_inset Note Note
5178 status collapsed
5179
5180 \begin_layout Plain Layout
5181
5182 \series bold
5183
5184 \backslash
5185 raisebox
5186 \series default
5187  se usa sólo como espaciador
5188 \end_layout
5189
5190 \end_inset
5191
5192
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 </row>
5198 <row>
5199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203
5204 \backslash
5205 vmatrix
5206 \begin_inset space \textvisiblespace{}
5207 \end_inset
5208
5209 2
5210 \series bold
5211 ×
5212 \series default
5213 2
5214 \begin_inset space \thinspace{}
5215 \end_inset
5216
5217 matriz
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5227 0 & \textrm{-}\mathrm{i}\\
5228 \mathrm{i} & 0
5229 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5230 \end_inset
5231
5232
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 </row>
5238 <row>
5239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243
5244 \backslash
5245 Vmatrix
5246 \begin_inset space \textvisiblespace{}
5247 \end_inset
5248
5249 2
5250 \series bold
5251 ×
5252 \series default
5253 2
5254 \begin_inset space \thinspace{}
5255 \end_inset
5256
5257 matriz
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5267 0 & \textrm{-}\mathrm{i}\\
5268 \mathrm{i} & 0
5269 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5270 \end_inset
5271
5272
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 </row>
5278 <row>
5279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283
5284 \backslash
5285 matrix
5286 \begin_inset space \textvisiblespace{}
5287 \end_inset
5288
5289 2
5290 \series bold
5291 ×
5292 \series default
5293 2
5294 \begin_inset space \thinspace{}
5295 \end_inset
5296
5297 matriz
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5307 0 & \textrm{-}\mathrm{i}\\
5308 \mathrm{i} & 0
5309 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5310 \end_inset
5311
5312
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 </row>
5318 </lyxtabular>
5319
5320 \end_inset
5321
5322
5323 \begin_inset space \hfill{}
5324 \end_inset
5325
5326
5327 \end_layout
5328
5329 \begin_layout Standard
5330 \begin_inset VSpace medskip
5331 \end_inset
5332
5333
5334 \end_layout
5335
5336 \begin_layout Standard
5337 Cuando se inserta p.
5338 \begin_inset space \thinspace{}
5339 \end_inset
5340
5341 e.
5342 \begin_inset space ~
5343 \end_inset
5344
5345
5346 \series bold
5347
5348 \backslash
5349 vmatrix
5350 \series default
5351 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5352  la matriz.
5353 \begin_inset Newline newline
5354 \end_inset
5355
5356 Hay que tener en cuenta que las matrices decoradas ignoran el alineamiento
5357  vertical.
5358 \end_layout
5359
5360 \begin_layout Standard
5361 \begin_inset VSpace bigskip
5362 \end_inset
5363
5364
5365 \end_layout
5366
5367 \begin_layout Standard
5368 Como todas las ecuaciones multilínea son matrices, la longitud 
5369 \series bold
5370
5371 \backslash
5372 arraycolsep
5373 \series default
5374
5375 \begin_inset Index idx
5376 status collapsed
5377
5378 \begin_layout Plain Layout
5379 Comandos ! A ! 
5380 \backslash
5381 arraycolsep
5382 \end_layout
5383
5384 \end_inset
5385
5386 , que se describe en 
5387 \begin_inset CommandInset ref
5388 LatexCommand ref
5389 reference "sub:Separación-de-columnas"
5390
5391 \end_inset
5392
5393 , también se puede usar para cambiar la separación de las columnas en una
5394  matriz.
5395  Para cambiar la separación de las filas, se usa el comando 
5396 \series bold
5397
5398 \backslash
5399 arraystretch
5400 \series default
5401
5402 \begin_inset Index idx
5403 status collapsed
5404
5405 \begin_layout Plain Layout
5406 Comandos ! A ! 
5407 \backslash
5408 arraystretch
5409 \end_layout
5410
5411 \end_inset
5412
5413  de la siguiente manera:
5414 \end_layout
5415
5416 \begin_layout Standard
5417
5418 \series bold
5419
5420 \backslash
5421 renewcommand{
5422 \backslash
5423 arraystretch}{factor de separación}
5424 \begin_inset Index idx
5425 status collapsed
5426
5427 \begin_layout Plain Layout
5428 Comandos ! R ! 
5429 \backslash
5430 renewcommand
5431 \end_layout
5432
5433 \end_inset
5434
5435
5436 \end_layout
5437
5438 \begin_layout Standard
5439 El comando 
5440 \series bold
5441
5442 \backslash
5443 renewcommand
5444 \series default
5445  asigna el factor de separación al comando predefinido 
5446 \series bold
5447
5448 \backslash
5449 arraystretch
5450 \series default
5451 .
5452  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5453  Además, éste se usa para todas las matrices siguientes.
5454  Para volver a la separación original, asigna factor 1 a 
5455 \series bold
5456
5457 \backslash
5458 arraystretch
5459 \series default
5460 .
5461 \end_layout
5462
5463 \begin_layout Standard
5464 Para poner matrices en línea se usa el comando 
5465 \series bold
5466
5467 \backslash
5468 smallmatrix
5469 \series default
5470
5471 \begin_inset Index idx
5472 status collapsed
5473
5474 \begin_layout Plain Layout
5475 Comandos ! S ! 
5476 \backslash
5477 smallmatrix
5478 \end_layout
5479
5480 \end_inset
5481
5482 .
5483  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5484  se inserta la matriz.
5485  
5486 \end_layout
5487
5488 \begin_layout Standard
5489 Esto es una matriz 
5490 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5491 C & D
5492 \end{smallmatrix}\right)$
5493 \end_inset
5494
5495  en línea.
5496 \end_layout
5497
5498 \begin_layout Section
5499 Delimitadores
5500 \begin_inset Index idx
5501 status collapsed
5502
5503 \begin_layout Plain Layout
5504 Delimitadores
5505 \end_layout
5506
5507 \end_inset
5508
5509
5510 \end_layout
5511
5512 \begin_layout Subsection
5513 Delimitadores verticales
5514 \begin_inset Index idx
5515 status collapsed
5516
5517 \begin_layout Plain Layout
5518 Delimitadores ! verticales
5519 \end_layout
5520
5521 \end_inset
5522
5523
5524 \end_layout
5525
5526 \begin_layout Standard
5527 \begin_inset space \hfill{}
5528 \end_inset
5529
5530
5531 \begin_inset Tabular
5532 <lyxtabular version="3" rows="9" columns="2">
5533 <features rotate="0" tabularvalignment="middle">
5534 <column alignment="center" valignment="top" width="0pt">
5535 <column alignment="center" valignment="top" width="0pt">
5536 <row>
5537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 Comando
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550 Resultado
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 </row>
5556 <row>
5557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 (
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570 \begin_inset Formula $($
5571 \end_inset
5572
5573
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 </row>
5579 <row>
5580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584 {
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 \begin_inset Formula $\{$
5594 \end_inset
5595
5596
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 </row>
5602 <row>
5603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 [
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616 \begin_inset Formula $[$
5617 \end_inset
5618
5619
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 </row>
5625 <row>
5626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630
5631 \backslash
5632 langle
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 \begin_inset Formula $\langle$
5642 \end_inset
5643
5644
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 </row>
5650 <row>
5651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655
5656 \backslash
5657 lceil
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 \begin_inset Formula $\lceil$
5667 \end_inset
5668
5669
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 </row>
5675 <row>
5676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680
5681 \backslash
5682 lfloor
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691 \begin_inset Formula $\lfloor$
5692 \end_inset
5693
5694
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 </row>
5700 <row>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 /
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 \begin_inset Formula $/$
5715 \end_inset
5716
5717
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 </row>
5723 <row>
5724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 |
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 \begin_inset Formula $|$
5738 \end_inset
5739
5740
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 </row>
5746 </lyxtabular>
5747
5748 \end_inset
5749
5750
5751 \begin_inset space \hfill{}
5752 \end_inset
5753
5754
5755 \begin_inset Tabular
5756 <lyxtabular version="3" rows="9" columns="2">
5757 <features rotate="0" tabularvalignment="middle">
5758 <column alignment="center" valignment="top" width="0pt">
5759 <column alignment="center" valignment="top" width="0pt">
5760 <row>
5761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 Comando
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 Resultado
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 </row>
5780 <row>
5781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 )
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 \begin_inset Formula $)$
5795 \end_inset
5796
5797
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 </row>
5803 <row>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 }
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 \begin_inset Formula $\}$
5818 \end_inset
5819
5820
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 </row>
5826 <row>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 ]
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 \begin_inset Formula $]$
5841 \end_inset
5842
5843
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 </row>
5849 <row>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854
5855 \backslash
5856 rangle
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 \begin_inset Formula $\rangle$
5866 \end_inset
5867
5868
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 </row>
5874 <row>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879
5880 \backslash
5881 rceil
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 \begin_inset Formula $\rceil$
5891 \end_inset
5892
5893
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 </row>
5899 <row>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904
5905 \backslash
5906 rfloor
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 \begin_inset Formula $\rfloor$
5916 \end_inset
5917
5918
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 </row>
5924 <row>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929
5930 \backslash
5931
5932 \backslash
5933
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942 \begin_inset Formula $\backslash$
5943 \end_inset
5944
5945
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 </row>
5951 <row>
5952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956
5957 \backslash
5958 |
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 \begin_inset Formula $\|$
5968 \end_inset
5969
5970
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 </row>
5976 </lyxtabular>
5977
5978 \end_inset
5979
5980
5981 \begin_inset space \hfill{}
5982 \end_inset
5983
5984
5985 \end_layout
5986
5987 \begin_layout Standard
5988 \begin_inset Note Greyedout
5989 status open
5990
5991 \begin_layout Plain Layout
5992
5993 \series bold
5994 Nota
5995 \series default
5996 : En modo TeX hay que usar el comando 
5997 \series bold
5998
5999 \backslash
6000 textbackslash
6001 \series default
6002
6003 \begin_inset Index idx
6004 status collapsed
6005
6006 \begin_layout Plain Layout
6007 Comandos ! T ! 
6008 \backslash
6009 textbackslash
6010 \end_layout
6011
6012 \end_inset
6013
6014  para la barra invertida, porque si no el comando 
6015 \series bold
6016
6017 \backslash
6018
6019 \backslash
6020
6021 \series default
6022  genera un salto de línea.
6023 \end_layout
6024
6025 \end_inset
6026
6027
6028 \end_layout
6029
6030 \begin_layout Standard
6031 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6032  descritos en las dos subsecciones siguientes.
6033  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6034  < y > en vez de los comandos 
6035 \series bold
6036
6037 \backslash
6038 langle
6039 \series default
6040  y 
6041 \series bold
6042
6043 \backslash
6044 rangle
6045 \series default
6046 .
6047  
6048 \end_layout
6049
6050 \begin_layout Subsubsection
6051 Tamaño manual de los delimitadores
6052 \begin_inset CommandInset label
6053 LatexCommand label
6054 name "sub:Tamaño-manual-de"
6055
6056 \end_inset
6057
6058
6059 \begin_inset Index idx
6060 status collapsed
6061
6062 \begin_layout Plain Layout
6063 Delimitadores ! tamaño manual
6064 \end_layout
6065
6066 \end_inset
6067
6068
6069 \end_layout
6070
6071 \begin_layout Standard
6072 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6073  LaTeX 
6074 \series bold
6075
6076 \backslash
6077 big
6078 \series default
6079
6080 \begin_inset Index idx
6081 status collapsed
6082
6083 \begin_layout Plain Layout
6084 Comandos ! B ! 
6085 \backslash
6086 big
6087 \end_layout
6088
6089 \end_inset
6090
6091
6092 \series bold
6093
6094 \backslash
6095 Big
6096 \series default
6097
6098 \series bold
6099
6100 \backslash
6101 bigg
6102 \series default
6103 , y 
6104 \series bold
6105
6106 \backslash
6107 Bigg
6108 \series default
6109 .
6110  
6111 \series bold
6112
6113 \backslash
6114 big
6115 \series default
6116  indica el tamaño menor y 
6117 \series bold
6118
6119 \backslash
6120 Bigg
6121 \series default
6122  el mayor.
6123 \end_layout
6124
6125 \begin_layout Standard
6126 Estos comandos se usan para resaltar niveles de delimitación:
6127 \end_layout
6128
6129 \begin_layout Standard
6130 \noindent
6131 \align center
6132 \begin_inset Tabular
6133 <lyxtabular version="3" rows="2" columns="2">
6134 <features rotate="0" tabularvalignment="middle">
6135 <column alignment="center" valignment="top">
6136 <column alignment="center" valignment="top">
6137 <row>
6138 <cell alignment="center" valignment="top" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 todos los delimitadores de igual tamaño:
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6152 \end_inset
6153
6154
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 </row>
6160 <row>
6161 <cell alignment="center" valignment="top" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 así tiene mejor aspecto:
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6175 \end_inset
6176
6177
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 </row>
6183 </lyxtabular>
6184
6185 \end_inset
6186
6187
6188 \begin_inset Note Note
6189 status collapsed
6190
6191 \begin_layout Plain Layout
6192
6193 \series bold
6194
6195 \backslash
6196 raisebox
6197 \series default
6198  se usa sólo como espaciador
6199 \end_layout
6200
6201 \end_inset
6202
6203
6204 \end_layout
6205
6206 \begin_layout Standard
6207 Para la segunda expresión se ha empleado el comando 
6208 \series bold
6209
6210 \backslash
6211 Big((A+B)(A-B)
6212 \backslash
6213 Big)^
6214 \series default
6215
6216 \begin_inset space \textvisiblespace{}
6217 \end_inset
6218
6219
6220 \series bold
6221 C
6222 \series default
6223 .
6224 \end_layout
6225
6226 \begin_layout Standard
6227 He aquí una visión conjunta de todos los tamaños y delimitadores:
6228 \end_layout
6229
6230 \begin_layout Standard
6231 \noindent
6232 \align center
6233
6234 \backslash
6235 Bigg(
6236 \backslash
6237 exp
6238 \backslash
6239 bigg<
6240 \backslash
6241 Big[
6242 \backslash
6243 big{
6244 \backslash
6245 ln(3x)
6246 \backslash
6247 big}^2
6248 \begin_inset space \textvisiblespace{}
6249 \end_inset
6250
6251
6252 \backslash
6253 sen(x)
6254 \backslash
6255 Big]^
6256 \begin_inset space \textvisiblespace{}
6257 \end_inset
6258
6259 A
6260 \begin_inset space \textvisiblespace{}
6261 \end_inset
6262
6263
6264 \backslash
6265 bigg>
6266 \backslash
6267 Bigg)^0,5
6268 \begin_inset Formula 
6269 \[
6270 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6271 \]
6272
6273 \end_inset
6274
6275
6276 \end_layout
6277
6278 \begin_layout Standard
6279 Además de los comandos 
6280 \series bold
6281
6282 \backslash
6283 big
6284 \series default
6285  hay la variante 
6286 \series bold
6287
6288 \backslash
6289 bigm
6290 \series default
6291
6292 \begin_inset Index idx
6293 status collapsed
6294
6295 \begin_layout Plain Layout
6296 Comandos ! B ! 
6297 \backslash
6298 bigm
6299 \end_layout
6300
6301 \end_inset
6302
6303 , que añade un poco más de espacio entre el delimitador y su contenido,
6304  y la variante 
6305 \series bold
6306
6307 \backslash
6308 bigl
6309 \series default
6310 -
6311 \series bold
6312
6313 \backslash
6314 bigr
6315 \series default
6316
6317 \begin_inset Index idx
6318 status collapsed
6319
6320 \begin_layout Plain Layout
6321 Comandos ! B ! 
6322 \backslash
6323 bigl - 
6324 \backslash
6325 bigr
6326 \end_layout
6327
6328 \end_inset
6329
6330 , que no añade espacio adicional.
6331  La 
6332 \emph on
6333 l
6334 \emph default
6335  al final del comando 
6336 \series bold
6337
6338 \backslash
6339 bigl 
6340 \series default
6341 es para el delimitador izquierdo, la 
6342 \emph on
6343 r
6344 \emph default
6345  es para el delimitador derecho.
6346  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6347  apertura o de cierre.
6348 \end_layout
6349
6350 \begin_layout Standard
6351 En el siguiente cuadro hay una comparación de las variantes:
6352 \end_layout
6353
6354 \begin_layout Standard
6355 \noindent
6356 \align center
6357 \begin_inset Tabular
6358 <lyxtabular version="3" rows="5" columns="2">
6359 <features rotate="0" tabularvalignment="middle">
6360 <column alignment="center" valignment="top">
6361 <column alignment="center" valignment="top">
6362 <row>
6363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 Comando
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 Resultado
6377 \begin_inset Note Note
6378 status collapsed
6379
6380 \begin_layout Plain Layout
6381
6382 \series bold
6383
6384 \backslash
6385 raisebox
6386 \series default
6387  se usa sólo como espaciador
6388 \end_layout
6389
6390 \end_inset
6391
6392
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 </row>
6398 <row>
6399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403
6404 \backslash
6405 Bigm(
6406 \backslash
6407 bigm(
6408 \backslash
6409 ln(3x)
6410 \backslash
6411 bigm)^2
6412 \series bold
6413
6414 \begin_inset space \textvisiblespace{}
6415 \end_inset
6416
6417
6418 \series default
6419
6420 \backslash
6421 Bigm)
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6431 \end_inset
6432
6433
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 </row>
6439 <row>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444
6445 \backslash
6446 Big(
6447 \backslash
6448 big(
6449 \backslash
6450 ln(3x)
6451 \backslash
6452 big)^2
6453 \series bold
6454
6455 \begin_inset space \textvisiblespace{}
6456 \end_inset
6457
6458
6459 \series default
6460
6461 \backslash
6462 Big)
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6472 \end_inset
6473
6474
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 </row>
6480 <row>
6481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485
6486 \backslash
6487 Bigl(
6488 \backslash
6489 bigl(
6490 \backslash
6491 ln(3x)
6492 \backslash
6493 bigr)^2
6494 \series bold
6495
6496 \begin_inset space \textvisiblespace{}
6497 \end_inset
6498
6499
6500 \series default
6501
6502 \backslash
6503 Bigr)
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6513 \end_inset
6514
6515
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 </row>
6521 <row>
6522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526
6527 \backslash
6528 bigl)
6529 \backslash
6530 ln(3x)
6531 \backslash
6532 bigr(
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6542 \end_inset
6543
6544
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 </row>
6550 </lyxtabular>
6551
6552 \end_inset
6553
6554
6555 \end_layout
6556
6557 \begin_layout Subsubsection
6558 Tamaño automático de los delimitadores
6559 \begin_inset CommandInset label
6560 LatexCommand label
6561 name "sub:Tamaño-automático-de"
6562
6563 \end_inset
6564
6565
6566 \begin_inset Index idx
6567 status collapsed
6568
6569 \begin_layout Plain Layout
6570 Delimitadores ! tamaño automático
6571 \end_layout
6572
6573 \end_inset
6574
6575
6576 \end_layout
6577
6578 \begin_layout Standard
6579 Se pueden insertar delimitadores de tamaño variable con los comandos 
6580 \series bold
6581
6582 \backslash
6583 left
6584 \series default
6585
6586 \begin_inset Index idx
6587 status collapsed
6588
6589 \begin_layout Plain Layout
6590 Comandos ! L ! 
6591 \backslash
6592 left
6593 \end_layout
6594
6595 \end_inset
6596
6597  y 
6598 \series bold
6599
6600 \backslash
6601 right
6602 \series default
6603
6604 \begin_inset Index idx
6605 status collapsed
6606
6607 \begin_layout Plain Layout
6608 Comandos ! R ! 
6609 \backslash
6610 right
6611 \end_layout
6612
6613 \end_inset
6614
6615  o con el botón de la barra de ecuaciones 
6616 \begin_inset Info
6617 type  "icon"
6618 arg   "dialog-show mathdelimiter"
6619 \end_inset
6620
6621 .
6622  El delimitador deseado se debe insertar directamente detrás de 
6623 \series bold
6624
6625 \backslash
6626 left
6627 \series default
6628  y 
6629 \series bold
6630
6631 \backslash
6632 right
6633 \series default
6634 .
6635  El tamaño se calculará automáticamente después para la salida.
6636  
6637 \end_layout
6638
6639 \begin_layout Standard
6640 \noindent
6641 \align center
6642 delimitador normal: El comando 
6643 \series bold
6644
6645 \backslash
6646 ln(
6647 \backslash
6648 frac
6649 \series default
6650
6651 \begin_inset space \textvisiblespace{}
6652 \end_inset
6653
6654
6655 \series bold
6656 A
6657 \begin_inset Formula $\downarrow$
6658 \end_inset
6659
6660 C
6661 \series default
6662
6663 \begin_inset space \textvisiblespace{}
6664 \end_inset
6665
6666
6667 \series bold
6668 )
6669 \series default
6670  genera
6671 \begin_inset Formula 
6672 \[
6673 \ln(\frac{A}{C})
6674 \]
6675
6676 \end_inset
6677
6678
6679 \end_layout
6680
6681 \begin_layout Standard
6682 \noindent
6683 \align center
6684 delimitador multilínea: El comando 
6685 \series bold
6686
6687 \backslash
6688 ln
6689 \backslash
6690 left(
6691 \backslash
6692 frac
6693 \series default
6694
6695 \begin_inset space \textvisiblespace{}
6696 \end_inset
6697
6698
6699 \series bold
6700 A
6701 \begin_inset Formula $\downarrow$
6702 \end_inset
6703
6704 C
6705 \series default
6706
6707 \begin_inset space \textvisiblespace{}
6708 \end_inset
6709
6710
6711 \series bold
6712
6713 \backslash
6714 right)
6715 \series default
6716  genera
6717 \begin_inset Formula 
6718 \[
6719 \ln\left(\frac{A}{C}\right)
6720 \]
6721
6722 \end_inset
6723
6724
6725 \end_layout
6726
6727 \begin_layout Standard
6728 En lugar de 
6729 \series bold
6730
6731 \backslash
6732 left
6733 \series default
6734  y 
6735 \series bold
6736
6737 \backslash
6738 right
6739 \series default
6740  se puede usar el atajo 
6741 \family sans
6742 Alt+M
6743 \begin_inset space ~
6744 \end_inset
6745
6746 Corchete
6747 \family default
6748 .
6749  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
6750  real del delimitador y además se genera el correspondiente delimitador
6751  de cierre.
6752 \begin_inset Newline newline
6753 \end_inset
6754
6755 El comando para el último ejemplo sería 
6756 \series bold
6757
6758 \backslash
6759 ln Alt+M
6760 \series default
6761  
6762 \series bold
6763 (
6764 \backslash
6765 frac
6766 \begin_inset space \textvisiblespace{}
6767 \end_inset
6768
6769 A
6770 \begin_inset Formula $\downarrow$
6771 \end_inset
6772
6773
6774 \end_layout
6775
6776 \begin_layout Standard
6777 Para omitir uno de los dos delimitadores se inserta un punto.
6778  Por ejemplo, el comando 
6779 \series bold
6780
6781 \backslash
6782 left.
6783 \backslash
6784 frac
6785 \series default
6786
6787 \begin_inset space \textvisiblespace{}
6788 \end_inset
6789
6790
6791 \series bold
6792 A
6793 \begin_inset Formula $\downarrow$
6794 \end_inset
6795
6796 B
6797 \series default
6798
6799 \begin_inset space \textvisiblespace{}
6800 \end_inset
6801
6802
6803 \series bold
6804
6805 \backslash
6806 right}
6807 \series default
6808  da lugar a:
6809 \begin_inset Formula 
6810 \[
6811 \left.\frac{A}{B}\right\} 
6812 \]
6813
6814 \end_inset
6815
6816
6817 \end_layout
6818
6819 \begin_layout Standard
6820 LyX convertirá los comandos 
6821 \series bold
6822
6823 \backslash
6824 left
6825 \series default
6826  y 
6827 \series bold
6828
6829 \backslash
6830 right
6831 \series default
6832  a su tamaño adecuado cuando el documento sea recargado y el delimitador
6833  omitido aparecerá como línea de trazos.
6834  
6835 \begin_inset VSpace bigskip
6836 \end_inset
6837
6838
6839 \end_layout
6840
6841 \begin_layout Standard
6842 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
6843  de LaTeX, el comando 
6844 \series bold
6845
6846 \backslash
6847 middle
6848 \series default
6849
6850 \begin_inset Index idx
6851 status collapsed
6852
6853 \begin_layout Plain Layout
6854 Comandos ! M ! 
6855 \backslash
6856 middle
6857 \end_layout
6858
6859 \end_inset
6860
6861  está también disponible para todos los delimitadores y límites.
6862  Con este comando la altura del siguiente carácter se adapta a la de los
6863  delimitadores circundantes, lo que es necesario, p.
6864 \begin_inset space \thinspace{}
6865 \end_inset
6866
6867 e., para vectores cuánticos: 
6868 \begin_inset Formula 
6869 \[
6870 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6871 \]
6872
6873 \end_inset
6874
6875
6876 \end_layout
6877
6878 \begin_layout Standard
6879 Para este tipo de vectores hay un paquete LaTeX específico que se describe
6880  en
6881 \begin_inset space ~
6882 \end_inset
6883
6884
6885 \begin_inset CommandInset ref
6886 LatexCommand ref
6887 reference "sub:Vectores-cuánticos"
6888
6889 \end_inset
6890
6891 .
6892 \end_layout
6893
6894 \begin_layout Standard
6895 \begin_inset Newpage newpage
6896 \end_inset
6897
6898
6899 \end_layout
6900
6901 \begin_layout Subsection
6902 Delimitadores horizontales
6903 \begin_inset Index idx
6904 status collapsed
6905
6906 \begin_layout Plain Layout
6907 Delimitadores ! horizontales
6908 \end_layout
6909
6910 \end_inset
6911
6912
6913 \end_layout
6914
6915 \begin_layout Standard
6916 \noindent
6917 \align center
6918 \begin_inset Tabular
6919 <lyxtabular version="3" rows="4" columns="2">
6920 <features rotate="0" tabularvalignment="middle">
6921 <column alignment="center" valignment="top">
6922 <column alignment="center" valignment="top">
6923 <row>
6924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 Comando
6929 \begin_inset Note Note
6930 status collapsed
6931
6932 \begin_layout Plain Layout
6933
6934 \series bold
6935
6936 \backslash
6937 raisebox
6938 \series default
6939  se usa sólo como espaciador
6940 \end_layout
6941
6942 \end_inset
6943
6944
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953 Resultado
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 </row>
6959 <row>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 \begin_inset ERT
6965 status collapsed
6966
6967 \begin_layout Plain Layout
6968
6969
6970 \backslash
6971 raisebox{2.3mm}{
6972 \end_layout
6973
6974 \end_inset
6975
6976
6977 \backslash
6978 overbrace
6979 \begin_inset space \textvisiblespace{}
6980 \end_inset
6981
6982 A+B
6983 \begin_inset space \textvisiblespace{}
6984 \end_inset
6985
6986 ^
6987 \begin_inset space \textvisiblespace{}
6988 \end_inset
6989
6990 3
6991 \begin_inset ERT
6992 status collapsed
6993
6994 \begin_layout Plain Layout
6995
6996 }
6997 \end_layout
6998
6999 \end_inset
7000
7001
7002 \begin_inset Index idx
7003 status collapsed
7004
7005 \begin_layout Plain Layout
7006 Comandos ! O ! 
7007 \backslash
7008 overbrace
7009 \end_layout
7010
7011 \end_inset
7012
7013
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 \begin_inset Formula $\overbrace{A+B}^{3}$
7023 \end_inset
7024
7025
7026 \end_layout
7027
7028 \end_inset
7029 </cell>
7030 </row>
7031 <row>
7032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 \begin_inset ERT
7037 status collapsed
7038
7039 \begin_layout Plain Layout
7040
7041
7042 \backslash
7043 raisebox{-2.2mm}{
7044 \end_layout
7045
7046 \end_inset
7047
7048
7049 \backslash
7050 underbrace
7051 \begin_inset space \textvisiblespace{}
7052 \end_inset
7053
7054 A+B
7055 \begin_inset space \textvisiblespace{}
7056 \end_inset
7057
7058 _5
7059 \begin_inset ERT
7060 status collapsed
7061
7062 \begin_layout Plain Layout
7063
7064 }
7065 \end_layout
7066
7067 \end_inset
7068
7069
7070 \begin_inset Index idx
7071 status collapsed
7072
7073 \begin_layout Plain Layout
7074 Comandos ! U ! 
7075 \backslash
7076 underbrace
7077 \end_layout
7078
7079 \end_inset
7080
7081
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 \begin_inset Formula $\underbrace{A+B}_{5}$
7091 \end_inset
7092
7093
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 </row>
7099 <row>
7100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104
7105 \backslash
7106 overbrace
7107 \begin_inset space \textvisiblespace{}
7108 \end_inset
7109
7110
7111 \backslash
7112 underbrace
7113 \begin_inset space \textvisiblespace{}
7114 \end_inset
7115
7116 A+B_w
7117 \begin_inset space \textvisiblespace{}
7118 \end_inset
7119
7120
7121 \begin_inset space \textvisiblespace{}
7122 \end_inset
7123
7124 _7
7125 \begin_inset space \textvisiblespace{}
7126 \end_inset
7127
7128
7129 \begin_inset space \textvisiblespace{}
7130 \end_inset
7131
7132 ^
7133 \begin_inset space \textvisiblespace{}
7134 \end_inset
7135
7136 C
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7146 \end_inset
7147
7148
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 </row>
7154 </lyxtabular>
7155
7156 \end_inset
7157
7158
7159 \end_layout
7160
7161 \begin_layout Standard
7162 En el último ejemplo no importa en qué orden se introducen los comandos
7163  
7164 \series bold
7165
7166 \backslash
7167 overbrace
7168 \series default
7169  y 
7170 \series bold
7171
7172 \backslash
7173 underbrace
7174 \series default
7175 .
7176 \end_layout
7177
7178 \begin_layout Standard
7179 \begin_inset VSpace medskip
7180 \end_inset
7181
7182
7183 \end_layout
7184
7185 \begin_layout Standard
7186
7187 \lang english
7188 If you set in the document settings under 
7189 \family sans
7190 Math
7191 \begin_inset space ~
7192 \end_inset
7193
7194 Options
7195 \family default
7196  for the package
7197 \lang spanish
7198  
7199 \series bold
7200 mathtools
7201 \series default
7202
7203 \begin_inset Index idx
7204 status collapsed
7205
7206 \begin_layout Plain Layout
7207 Paquetes ! mathtools
7208 \end_layout
7209
7210 \end_inset
7211
7212  
7213 \lang english
7214 the option 
7215 \family sans
7216 Load
7217 \begin_inset space ~
7218 \end_inset
7219
7220 always
7221 \family default
7222 , you have access to square backets:
7223 \end_layout
7224
7225 \begin_layout Standard
7226 \align center
7227 \begin_inset Tabular
7228 <lyxtabular version="3" rows="4" columns="2">
7229 <features rotate="0" tabularvalignment="middle">
7230 <column alignment="center" valignment="top" width="0pt">
7231 <column alignment="center" valignment="top" width="0pt">
7232 <row>
7233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 Comando
7238 \begin_inset Note Note
7239 status collapsed
7240
7241 \begin_layout Plain Layout
7242
7243 \series bold
7244
7245 \backslash
7246 raisebox
7247 \series default
7248  se usa sólo como espaciador
7249 \end_layout
7250
7251 \end_inset
7252
7253
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 Resultado
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 </row>
7268 <row>
7269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 \begin_inset ERT
7274 status collapsed
7275
7276 \begin_layout Plain Layout
7277
7278
7279 \backslash
7280 raisebox{2.3mm}{
7281 \end_layout
7282
7283 \end_inset
7284
7285
7286 \backslash
7287 overbracket{A+B
7288 \begin_inset space \textvisiblespace{}
7289 \end_inset
7290
7291 ^3
7292 \begin_inset ERT
7293 status collapsed
7294
7295 \begin_layout Plain Layout
7296
7297 }
7298 \end_layout
7299
7300 \end_inset
7301
7302
7303 \begin_inset Index idx
7304 status collapsed
7305
7306 \begin_layout Plain Layout
7307 Comandos ! O ! 
7308 \backslash
7309 overbracket
7310 \end_layout
7311
7312 \end_inset
7313
7314
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323 \begin_inset Formula $\overbracket{A+B}^{3}$
7324 \end_inset
7325
7326
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 </row>
7332 <row>
7333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 \begin_inset ERT
7338 status collapsed
7339
7340 \begin_layout Plain Layout
7341
7342
7343 \backslash
7344 raisebox{-2.2mm}{
7345 \end_layout
7346
7347 \end_inset
7348
7349
7350 \backslash
7351 underbracket{A+B
7352 \begin_inset space \textvisiblespace{}
7353 \end_inset
7354
7355 _5
7356 \begin_inset ERT
7357 status collapsed
7358
7359 \begin_layout Plain Layout
7360
7361 }
7362 \end_layout
7363
7364 \end_inset
7365
7366
7367 \begin_inset Index idx
7368 status collapsed
7369
7370 \begin_layout Plain Layout
7371 Comandos ! U ! 
7372 \backslash
7373 under
7374 \size normal
7375 bracket
7376 \end_layout
7377
7378 \end_inset
7379
7380
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389 \begin_inset Formula $\underbracket{A+B}_{5}$
7390 \end_inset
7391
7392
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 </row>
7398 <row>
7399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403
7404 \backslash
7405 overbracket{
7406 \backslash
7407 underbracket{A+B_w
7408 \begin_inset space \textvisiblespace{}
7409 \end_inset
7410
7411
7412 \begin_inset space \textvisiblespace{}
7413 \end_inset
7414
7415 _7
7416 \begin_inset space \textvisiblespace{}
7417 \end_inset
7418
7419
7420 \begin_inset space \textvisiblespace{}
7421 \end_inset
7422
7423 ^
7424 \begin_inset space \textvisiblespace{}
7425 \end_inset
7426
7427 C
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7437 \end_inset
7438
7439
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 </row>
7445 </lyxtabular>
7446
7447 \end_inset
7448
7449
7450 \end_layout
7451
7452 \begin_layout Standard
7453
7454 \lang english
7455 For 
7456 \series bold
7457
7458 \backslash
7459 overbracket
7460 \series default
7461  and 
7462 \series bold
7463
7464 \backslash
7465 underbracket
7466 \series default
7467  you can change the thickness of the bracket's stroke by specifying the
7468  desired thickness in square brackets behind the command:
7469 \end_layout
7470
7471 \begin_layout Standard
7472 \align center
7473 \begin_inset Tabular
7474 <lyxtabular version="3" rows="3" columns="2">
7475 <features rotate="0" tabularvalignment="middle">
7476 <column alignment="center" valignment="top" width="0pt">
7477 <column alignment="center" valignment="top" width="0pt">
7478 <row>
7479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483 Comando
7484 \begin_inset Note Note
7485 status collapsed
7486
7487 \begin_layout Plain Layout
7488
7489 \series bold
7490
7491 \backslash
7492 raisebox
7493 \series default
7494  se usa sólo como espaciador
7495 \end_layout
7496
7497 \end_inset
7498
7499
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508 Resultado
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 </row>
7514 <row>
7515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519 \begin_inset ERT
7520 status collapsed
7521
7522 \begin_layout Plain Layout
7523
7524
7525 \backslash
7526 raisebox{2.3mm}{
7527 \end_layout
7528
7529 \end_inset
7530
7531
7532 \backslash
7533 overbracket[3pt]
7534 \backslash
7535 {A+B
7536 \begin_inset space \textvisiblespace{}
7537 \end_inset
7538
7539 ^3
7540 \begin_inset ERT
7541 status collapsed
7542
7543 \begin_layout Plain Layout
7544
7545 }
7546 \end_layout
7547
7548 \end_inset
7549
7550
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7560 \end_inset
7561
7562
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 </row>
7568 <row>
7569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573 \begin_inset ERT
7574 status collapsed
7575
7576 \begin_layout Plain Layout
7577
7578
7579 \backslash
7580 raisebox{-2.2mm}{
7581 \end_layout
7582
7583 \end_inset
7584
7585
7586 \backslash
7587 underbracket[1pt]
7588 \backslash
7589 {A+B
7590 \begin_inset space \textvisiblespace{}
7591 \end_inset
7592
7593 _5
7594 \begin_inset ERT
7595 status collapsed
7596
7597 \begin_layout Plain Layout
7598
7599 }
7600 \end_layout
7601
7602 \end_inset
7603
7604
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7614 \end_inset
7615
7616
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 </row>
7622 </lyxtabular>
7623
7624 \end_inset
7625
7626
7627 \end_layout
7628
7629 \begin_layout Standard
7630 \begin_inset VSpace bigskip
7631 \end_inset
7632
7633
7634 \end_layout
7635
7636 \begin_layout Standard
7637 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7638  multilínea, como se describe en
7639 \begin_inset space ~
7640 \end_inset
7641
7642
7643 \begin_inset CommandInset ref
7644 LatexCommand ref
7645 reference "sec:Ecuaciones-multilínea"
7646
7647 \end_inset
7648
7649 :
7650 \begin_inset Formula 
7651 \begin{eqnarray*}
7652 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7653  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7654 \end{eqnarray*}
7655
7656 \end_inset
7657
7658 En la primera fila se insertan la ecuación y la primera llave.
7659  Aquí es importante insertar el comando de espacio
7660 \begin_inset Foot
7661 status collapsed
7662
7663 \begin_layout Plain Layout
7664 Los comandos para espacios se explican en 
7665 \begin_inset CommandInset ref
7666 LatexCommand ref
7667 reference "sub:Espacio-predefinido"
7668
7669 \end_inset
7670
7671
7672 \end_layout
7673
7674 \end_inset
7675
7676  
7677 \series bold
7678
7679 \backslash
7680 :
7681 \series default
7682  antes de la primera
7683 \series bold
7684  
7685 \series default
7686
7687 \begin_inset Formula $d$
7688 \end_inset
7689
7690 , porque la llave que termina detrás de 
7691 \begin_inset Formula $q$
7692 \end_inset
7693
7694  impide que el siguiente 
7695 \begin_inset Quotes fld
7696 \end_inset
7697
7698 +
7699 \begin_inset Quotes frd
7700 \end_inset
7701
7702  esté rodeado de espacio.
7703 \begin_inset Foot
7704 status collapsed
7705
7706 \begin_layout Plain Layout
7707 Debido a que la llave no es considerada como carácter, véase 
7708 \begin_inset CommandInset ref
7709 LatexCommand ref
7710 reference "sub:Operadores-binarios"
7711
7712 \end_inset
7713
7714
7715 \end_layout
7716
7717 \end_inset
7718
7719  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7720  de 
7721 \begin_inset Formula $b$
7722 \end_inset
7723
7724  se inserta antes el comando 
7725 \series bold
7726
7727 \backslash
7728 hphantom{gggg+
7729 \backslash
7730 :}
7731 \series default
7732 .
7733 \begin_inset Foot
7734 status collapsed
7735
7736 \begin_layout Plain Layout
7737 Más sobre 
7738 \series bold
7739
7740 \backslash
7741 hphantom
7742 \series default
7743  en 
7744 \begin_inset CommandInset ref
7745 LatexCommand ref
7746 reference "sub:Espacios-reservados"
7747
7748 \end_inset
7749
7750
7751 \end_layout
7752
7753 \end_inset
7754
7755  Ese espacio es necesario porque el signo 
7756 \begin_inset Quotes fld
7757 \end_inset
7758
7759 +
7760 \begin_inset Quotes frd
7761 \end_inset
7762
7763  va seguido de un espacio en la ecuación.
7764  La llave se coloca bajo el comando 
7765 \series bold
7766
7767 \backslash
7768 hphantom{bbqq+dddd}
7769 \series default
7770 .
7771  
7772 \end_layout
7773
7774 \begin_layout Standard
7775 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7776  ejemplo:
7777 \begin_inset ERT
7778 status collapsed
7779
7780 \begin_layout Plain Layout
7781
7782
7783 \backslash
7784 setlength{
7785 \backslash
7786 jot}{-6pt}
7787 \end_layout
7788
7789 \end_inset
7790
7791
7792 \begin_inset Formula 
7793 \begin{eqnarray*}
7794  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7795 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7796 \end{eqnarray*}
7797
7798 \end_inset
7799
7800
7801 \begin_inset ERT
7802 status collapsed
7803
7804 \begin_layout Plain Layout
7805
7806
7807 \backslash
7808 setlength{
7809 \backslash
7810 jot}{3pt}
7811 \end_layout
7812
7813 \end_inset
7814
7815 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7816  anterior, con la diferencia de que la llave está encima.
7817  La segunda fila contiene la ecuación junto con la segunda llave.
7818  Para evitar que haya demasiado espacio entre la llave superior en la primera
7819  fila y la ecuación hay que reducirlo.
7820  Esto no es fácil de hacer debido a un fallo de LyX.
7821 \begin_inset Foot
7822 status collapsed
7823
7824 \begin_layout Plain Layout
7825 \begin_inset CommandInset href
7826 LatexCommand href
7827 name "LyX-bug #1505"
7828 target "http://www.lyx.org/trac/ticket/1505"
7829
7830 \end_inset
7831
7832
7833 \end_layout
7834
7835 \end_inset
7836
7837  Una solución es cambiar la separación global de filas en la ecuación, 
7838 \series bold
7839
7840 \backslash
7841 jot
7842 \series default
7843
7844 \begin_inset Index idx
7845 status collapsed
7846
7847 \begin_layout Plain Layout
7848 Comandos ! J ! 
7849 \backslash
7850 jot
7851 \end_layout
7852
7853 \end_inset
7854
7855 , en -6
7856 \begin_inset space \thinspace{}
7857 \end_inset
7858
7859 pt insertando antes de la ecuación el comando 
7860 \series bold
7861
7862 \backslash
7863 setlength{
7864 \backslash
7865 jot}{-6pt}
7866 \series default
7867  en modo TeX.
7868  Después de la ecuación se vuelve al valor normal 3
7869 \begin_inset space \thinspace{}
7870 \end_inset
7871
7872 pt de 
7873 \series bold
7874
7875 \backslash
7876 jot
7877 \series default
7878  usando el mismo comando.
7879  Más información sobre separación de filas en ecuaciones en
7880 \begin_inset space ~
7881 \end_inset
7882
7883
7884 \begin_inset CommandInset ref
7885 LatexCommand ref
7886 reference "sub:Separación-de-líneas"
7887
7888 \end_inset
7889
7890 .
7891 \end_layout
7892
7893 \begin_layout Section
7894 Flechas
7895 \begin_inset Index idx
7896 status collapsed
7897
7898 \begin_layout Plain Layout
7899 Flechas
7900 \end_layout
7901
7902 \end_inset
7903
7904
7905 \end_layout
7906
7907 \begin_layout Standard
7908 Las flechas se pueden insertar con el botón 
7909 \begin_inset Info
7910 type  "icon"
7911 arg   "math-insert \\leftarrow"
7912 \end_inset
7913
7914  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7915  siguientes.
7916 \end_layout
7917
7918 \begin_layout Subsection
7919 Flechas horizontales
7920 \begin_inset Index idx
7921 status collapsed
7922
7923 \begin_layout Plain Layout
7924 Flechas ! horizontales
7925 \end_layout
7926
7927 \end_inset
7928
7929
7930 \end_layout
7931
7932 \begin_layout Standard
7933 \begin_inset space \hfill{}
7934 \end_inset
7935
7936
7937 \begin_inset Tabular
7938 <lyxtabular version="3" rows="8" columns="2">
7939 <features rotate="0" tabularvalignment="middle">
7940 <column alignment="center" valignment="top" width="0pt">
7941 <column alignment="center" valignment="top" width="0pt">
7942 <row>
7943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 Comando
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 Resultado
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row>
7963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \backslash
7969 gets
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 \begin_inset Formula $\gets$
7979 \end_inset
7980
7981
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 </row>
7987 <row>
7988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992
7993 \backslash
7994 Leftarrow
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 \begin_inset Formula $\Leftarrow$
8004 \end_inset
8005
8006
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 </row>
8012 <row>
8013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017
8018 \backslash
8019 longleftarrow
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028 \begin_inset Formula $\longleftarrow$
8029 \end_inset
8030
8031
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 </row>
8037 <row>
8038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042
8043 \backslash
8044 Longleftarrow
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 \begin_inset Formula $\Longleftarrow$
8054 \end_inset
8055
8056
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 </row>
8062 <row>
8063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067
8068 \backslash
8069 leftharpoonup
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 \begin_inset Formula $\leftharpoonup$
8079 \end_inset
8080
8081
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 </row>
8087 <row>
8088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092
8093 \backslash
8094 leftharpoondown
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103 \begin_inset Formula $\leftharpoondown$
8104 \end_inset
8105
8106
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 </row>
8112 <row>
8113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117
8118 \backslash
8119 hookleftarrow
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 \begin_inset Formula $\hookleftarrow$
8129 \end_inset
8130
8131
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 </row>
8137 </lyxtabular>
8138
8139 \end_inset
8140
8141
8142 \begin_inset space \hfill{}
8143 \end_inset
8144
8145
8146 \begin_inset Tabular
8147 <lyxtabular version="3" rows="8" columns="2">
8148 <features rotate="0" tabularvalignment="middle">
8149 <column alignment="center" valignment="top" width="0pt">
8150 <column alignment="center" valignment="top" width="0pt">
8151 <row>
8152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 Comando
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 Resultado
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 </row>
8171 <row>
8172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176
8177 \backslash
8178 to
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 \begin_inset Formula $\to$
8188 \end_inset
8189
8190
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 </row>
8196 <row>
8197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201
8202 \backslash
8203 Rightarrow
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 \begin_inset Formula $\Rightarrow$
8213 \end_inset
8214
8215
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 </row>
8221 <row>
8222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226
8227 \backslash
8228 longrightarrow
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 \begin_inset Formula $\longrightarrow$
8238 \end_inset
8239
8240
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 </row>
8246 <row>
8247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251
8252 \backslash
8253 Longrightarrow
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 \begin_inset Formula $\Longrightarrow$
8263 \end_inset
8264
8265
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 </row>
8271 <row>
8272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276
8277 \backslash
8278 rightharpoonup
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 \begin_inset Formula $\rightharpoonup$
8288 \end_inset
8289
8290
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 </row>
8296 <row>
8297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301
8302 \backslash
8303 rightharpoondown
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 \begin_inset Formula $\rightharpoondown$
8313 \end_inset
8314
8315
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 </row>
8321 <row>
8322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326
8327 \backslash
8328 hookrightarrow
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 \begin_inset Formula $\hookrightarrow$
8338 \end_inset
8339
8340
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 </row>
8346 </lyxtabular>
8347
8348 \end_inset
8349
8350
8351 \begin_inset space \hfill{}
8352 \end_inset
8353
8354
8355 \end_layout
8356
8357 \begin_layout Standard
8358 \begin_inset space \hfill{}
8359 \end_inset
8360
8361
8362 \begin_inset Tabular
8363 <lyxtabular version="3" rows="6" columns="2">
8364 <features rotate="0" tabularvalignment="middle">
8365 <column alignment="center" valignment="top" width="0pt">
8366 <column alignment="center" valignment="top" width="0pt">
8367 <row>
8368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 Comando
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 Resultado
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 </row>
8387 <row>
8388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392
8393 \backslash
8394 leftrightarrow
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 \begin_inset Formula $\leftrightarrow$
8404 \end_inset
8405
8406
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 </row>
8412 <row>
8413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417
8418 \backslash
8419 Leftrightarrow
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 \begin_inset Formula $\Leftrightarrow$
8429 \end_inset
8430
8431
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 </row>
8437 <row>
8438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442
8443 \backslash
8444 longleftrightarrow
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 \begin_inset Formula $\longleftrightarrow$
8454 \end_inset
8455
8456
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 </row>
8462 <row>
8463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467
8468 \backslash
8469 Longleftrightarrow
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 \begin_inset Formula $\Longleftrightarrow$
8479 \end_inset
8480
8481
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \backslash
8494 rightleftharpoons
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 \begin_inset Formula $\rightleftharpoons$
8504 \end_inset
8505
8506
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 </row>
8512 </lyxtabular>
8513
8514 \end_inset
8515
8516
8517 \begin_inset space \hspace{}
8518 \length 25pt
8519 \end_inset
8520
8521
8522 \begin_inset space \hfill{}
8523 \end_inset
8524
8525
8526 \begin_inset Tabular
8527 <lyxtabular version="3" rows="5" columns="2">
8528 <features rotate="0" tabularvalignment="middle">
8529 <column alignment="center" valignment="top" width="0pt">
8530 <column alignment="center" valignment="top" width="0pt">
8531 <row>
8532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 Comando
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 Resultado
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 </row>
8551 <row>
8552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556
8557 \backslash
8558 mapsto
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 \begin_inset Formula $\mapsto$
8568 \end_inset
8569
8570
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 </row>
8576 <row>
8577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581
8582 \backslash
8583 longmapsto
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 \begin_inset Formula $\longmapsto$
8593 \end_inset
8594
8595
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \backslash
8608 leadsto
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 \begin_inset Formula $\leadsto$
8618 \end_inset
8619
8620
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 <row>
8627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631
8632 \backslash
8633 dasharrow
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 \begin_inset Formula $\dasharrow$
8643 \end_inset
8644
8645
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 </row>
8651 </lyxtabular>
8652
8653 \end_inset
8654
8655
8656 \begin_inset space \hfill{}
8657 \end_inset
8658
8659
8660 \begin_inset VSpace medskip
8661 \end_inset
8662
8663
8664 \end_layout
8665
8666 \begin_layout Standard
8667 Las flechas que se utilizan como acentos, p.
8668 \begin_inset space \thinspace{}
8669 \end_inset
8670
8671 e.
8672  en vectores, se describen en 
8673 \begin_inset CommandInset ref
8674 LatexCommand ref
8675 reference "sec:Acentos"
8676
8677 \end_inset
8678
8679 .
8680  
8681 \begin_inset VSpace bigskip
8682 \end_inset
8683
8684
8685 \end_layout
8686
8687 \begin_layout Standard
8688 Además hay las flechas etiquetadas
8689 \begin_inset Index idx
8690 status collapsed
8691
8692 \begin_layout Plain Layout
8693 Flechas ! etiquetadas
8694 \end_layout
8695
8696 \end_inset
8697
8698  
8699 \series bold
8700
8701 \backslash
8702 xleftarrow
8703 \series default
8704
8705 \begin_inset Index idx
8706 status collapsed
8707
8708 \begin_layout Plain Layout
8709 Comandos ! X ! 
8710 \backslash
8711 xleftarrow
8712 \end_layout
8713
8714 \end_inset
8715
8716  y 
8717 \series bold
8718
8719 \backslash
8720 xrightarrow
8721 \series default
8722
8723 \begin_inset Index idx
8724 status collapsed
8725
8726 \begin_layout Plain Layout
8727 Comandos ! X ! 
8728 \backslash
8729 xrightarrow
8730 \begin_inset ERT
8731 status collapsed
8732
8733 \begin_layout Plain Layout
8734
8735
8736 \backslash
8737 vspace{4mm}
8738 \end_layout
8739
8740 \end_inset
8741
8742
8743 \end_layout
8744
8745 \end_inset
8746
8747 .
8748  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8749  con dos marcos azules donde se puede insertar la etiqueta.
8750  La longitud de la flecha se adapta a la anchura de la etiqueta.
8751 \end_layout
8752
8753 \begin_layout Standard
8754 \noindent
8755 \align center
8756 \begin_inset Tabular
8757 <lyxtabular version="3" rows="3" columns="2">
8758 <features rotate="0" tabularvalignment="middle">
8759 <column alignment="center" valignment="top">
8760 <column alignment="center" valignment="top">
8761 <row>
8762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 Comando
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 Resultado
8776 \begin_inset Note Note
8777 status collapsed
8778
8779 \begin_layout Plain Layout
8780
8781 \series bold
8782
8783 \backslash
8784 raisebox
8785 \series default
8786  se usa sólo como espaciador
8787 \end_layout
8788
8789 \end_inset
8790
8791
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row>
8798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 F(a)
8803 \backslash
8804 xleftarrow
8805 \begin_inset space \textvisiblespace{}
8806 \end_inset
8807
8808 x=a
8809 \begin_inset Formula $\downarrow$
8810 \end_inset
8811
8812 x>0
8813 \begin_inset Formula $\to$
8814 \end_inset
8815
8816 F(x)
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 \begin_inset Formula $\raisebox{5.5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8826 \end_inset
8827
8828
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 </row>
8834 <row>
8835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 F(x)
8840 \backslash
8841 xrightarrow
8842 \begin_inset space \textvisiblespace{}
8843 \end_inset
8844
8845 x=a
8846 \begin_inset Formula $\downarrow$
8847 \end_inset
8848
8849 x>0
8850 \begin_inset Formula $\to$
8851 \end_inset
8852
8853 F(a)
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 \begin_inset Formula $\raisebox{5.5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8863 \end_inset
8864
8865
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 </lyxtabular>
8872
8873 \end_inset
8874
8875
8876 \end_layout
8877
8878 \begin_layout Standard
8879 \begin_inset VSpace medskip
8880 \end_inset
8881
8882
8883 \end_layout
8884
8885 \begin_layout Standard
8886
8887 \lang english
8888 If you set in the document settings under 
8889 \family sans
8890 Math
8891 \begin_inset space ~
8892 \end_inset
8893
8894 Options
8895 \family default
8896  for the package
8897 \lang spanish
8898  
8899 \series bold
8900 mathtools
8901 \series default
8902
8903 \begin_inset Index idx
8904 status collapsed
8905
8906 \begin_layout Plain Layout
8907 Paquetes ! mathtools
8908 \end_layout
8909
8910 \end_inset
8911
8912  
8913 \lang english
8914 the option 
8915 \family sans
8916 Load
8917 \begin_inset space ~
8918 \end_inset
8919
8920 always
8921 \family default
8922 , you have access to the following labeled arrows:
8923 \end_layout
8924
8925 \begin_layout Standard
8926 \align center
8927 \begin_inset space \hspace*{\fill}
8928 \end_inset
8929
8930
8931 \begin_inset Tabular
8932 <lyxtabular version="3" rows="7" columns="2">
8933 <features rotate="0" tabularvalignment="middle">
8934 <column alignment="center" valignment="top" width="0pt">
8935 <column alignment="center" valignment="top" width="0pt">
8936 <row>
8937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 Comando
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 Ejemplo
8951 \begin_inset Note Note
8952 status collapsed
8953
8954 \begin_layout Plain Layout
8955
8956 \series bold
8957
8958 \backslash
8959 raisebox
8960 \series default
8961  se usa sólo como espaciador
8962 \end_layout
8963
8964 \end_inset
8965
8966
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 </row>
8972 <row>
8973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977
8978 \backslash
8979 xleftrightarrow
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 \begin_inset Formula $\raisebox{6mm}{}\xleftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8989 \end_inset
8990
8991
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 </row>
8997 <row>
8998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002
9003 \backslash
9004 xLeftarrow
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 \begin_inset Formula $\raisebox{6mm}{}\xLeftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9014 \end_inset
9015
9016
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 </row>
9022 <row>
9023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027
9028 \backslash
9029 xRightarrow
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 \begin_inset Formula $\raisebox{6mm}{}\xRightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9039 \end_inset
9040
9041
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 </row>
9047 <row>
9048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052
9053 \backslash
9054 xLeftrightarrow
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063 \begin_inset Formula $\raisebox{6mm}{}\xLeftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9064 \end_inset
9065
9066
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 </row>
9072 <row>
9073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077
9078 \backslash
9079 xhookleftarrow
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 \begin_inset Formula $\raisebox{6mm}{}\xhookleftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9089 \end_inset
9090
9091
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \backslash
9104 xhookrightarrow
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 \begin_inset Formula $\raisebox{6mm}{}\xhookrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9114 \end_inset
9115
9116
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 </lyxtabular>
9123
9124 \end_inset
9125
9126
9127 \begin_inset space \hspace*{\fill}
9128 \end_inset
9129
9130
9131 \begin_inset Tabular
9132 <lyxtabular version="3" rows="7" columns="2">
9133 <features rotate="0" tabularvalignment="middle">
9134 <column alignment="center" valignment="top" width="0pt">
9135 <column alignment="center" valignment="top" width="0pt">
9136 <row>
9137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 Comando
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 Ejemplo
9151 \begin_inset Note Note
9152 status collapsed
9153
9154 \begin_layout Plain Layout
9155
9156 \series bold
9157
9158 \backslash
9159 raisebox
9160 \series default
9161  se usa sólo como espaciador
9162 \end_layout
9163
9164 \end_inset
9165
9166
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 <row>
9173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177
9178 \backslash
9179 xleftharpoondown
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9189 \end_inset
9190
9191
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 </row>
9197 <row>
9198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202
9203 \backslash
9204 xleftharpoonup
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9214 \end_inset
9215
9216
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 </row>
9222 <row>
9223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227
9228 \backslash
9229 xrightharpoondown
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9239 \end_inset
9240
9241
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 </row>
9247 <row>
9248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252
9253 \backslash
9254 xrightharpoonup
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9264 \end_inset
9265
9266
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 </row>
9272 <row>
9273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277
9278 \backslash
9279 xleftrightharpoons
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 \begin_inset Formula $\raisebox{6mm}{}\xleftrightharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9289 \end_inset
9290
9291
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 </row>
9297 <row>
9298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302
9303 \backslash
9304 xrightleftharpoons
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 \begin_inset Formula $\raisebox{6mm}{}\xrightleftharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9314 \end_inset
9315
9316
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 </row>
9322 </lyxtabular>
9323
9324 \end_inset
9325
9326
9327 \begin_inset space \hspace*{\fill}
9328 \end_inset
9329
9330
9331 \end_layout
9332
9333 \begin_layout Standard
9334
9335 \lang english
9336 The command scheme is for all these arrows:
9337 \end_layout
9338
9339 \begin_layout Standard
9340 \align center
9341 \begin_inset Tabular
9342 <lyxtabular version="3" rows="2" columns="2">
9343 <features rotate="0" tabularvalignment="middle">
9344 <column alignment="center" valignment="top" width="0pt">
9345 <column alignment="center" valignment="top" width="0pt">
9346 <row>
9347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 Comando
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 Resultado
9361 \begin_inset Note Note
9362 status collapsed
9363
9364 \begin_layout Plain Layout
9365
9366 \series bold
9367
9368 \backslash
9369 raisebox
9370 \series default
9371  se usa sólo como espaciador
9372 \end_layout
9373
9374 \end_inset
9375
9376
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 </row>
9382 <row>
9383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 F(a)
9388 \backslash
9389 xleftrightarrow[x=a]
9390 \backslash
9391 {x>0
9392 \begin_inset Formula $\to$
9393 \end_inset
9394
9395 F(x)
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Plain Layout
9404 \begin_inset Formula $\raisebox{6mm}{}F(a)\xleftrightarrow[x=a]{x>0}F(x)\raisebox{-4mm}{}$
9405 \end_inset
9406
9407
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 </row>
9413 </lyxtabular>
9414
9415 \end_inset
9416
9417
9418 \end_layout
9419
9420 \begin_layout Subsection
9421 Flechas verticales y diagonales
9422 \begin_inset Index idx
9423 status collapsed
9424
9425 \begin_layout Plain Layout
9426 Flechas ! diagonales
9427 \end_layout
9428
9429 \end_inset
9430
9431
9432 \begin_inset Index idx
9433 status collapsed
9434
9435 \begin_layout Plain Layout
9436 Flechas ! verticales
9437 \end_layout
9438
9439 \end_inset
9440
9441
9442 \end_layout
9443
9444 \begin_layout Standard
9445 \begin_inset space \hfill{}
9446 \end_inset
9447
9448
9449 \begin_inset Tabular
9450 <lyxtabular version="3" rows="7" columns="2">
9451 <features rotate="0" tabularvalignment="middle">
9452 <column alignment="center" valignment="top" width="0pt">
9453 <column alignment="center" valignment="top" width="0pt">
9454 <row>
9455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459 Comando
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468 Resultado
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 </row>
9474 <row>
9475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479
9480 \backslash
9481 uparrow
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490 \begin_inset Formula $\uparrow$
9491 \end_inset
9492
9493
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 </row>
9499 <row>
9500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \backslash
9506 Uparrow
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 \begin_inset Formula $\Uparrow$
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 </row>
9524 <row>
9525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529
9530 \backslash
9531 updownarrow
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540 \begin_inset Formula $\updownarrow$
9541 \end_inset
9542
9543
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 </row>
9549 <row>
9550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554
9555 \backslash
9556 Updownarrow
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565 \begin_inset Formula $\Updownarrow$
9566 \end_inset
9567
9568
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 </row>
9574 <row>
9575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579
9580 \backslash
9581 Downarrow
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 \begin_inset Formula $\Downarrow$
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 </row>
9599 <row>
9600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604
9605 \backslash
9606 downarrow
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615 \begin_inset Formula $\downarrow$
9616 \end_inset
9617
9618
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 </row>
9624 </lyxtabular>
9625
9626 \end_inset
9627
9628
9629 \begin_inset space \hfill{}
9630 \end_inset
9631
9632
9633 \begin_inset Tabular
9634 <lyxtabular version="3" rows="5" columns="2">
9635 <features rotate="0" tabularvalignment="middle">
9636 <column alignment="center" valignment="top" width="0pt">
9637 <column alignment="center" valignment="top" width="0pt">
9638 <row>
9639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643 Comando
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 Resultado
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 </row>
9658 <row>
9659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663
9664 \backslash
9665 nearrow
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674 \begin_inset Formula $\nearrow$
9675 \end_inset
9676
9677
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 </row>
9683 <row>
9684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688
9689 \backslash
9690 searrow
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699 \begin_inset Formula $\searrow$
9700 \end_inset
9701
9702
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 </row>
9708 <row>
9709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713
9714 \backslash
9715 swarrow
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9721 \begin_inset Text
9722
9723 \begin_layout Plain Layout
9724 \begin_inset Formula $\swarrow$
9725 \end_inset
9726
9727
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 </row>
9733 <row>
9734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738
9739 \backslash
9740 nwarrow
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749 \begin_inset Formula $\nwarrow$
9750 \end_inset
9751
9752
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 </row>
9758 </lyxtabular>
9759
9760 \end_inset
9761
9762
9763 \begin_inset space \hfill{}
9764 \end_inset
9765
9766
9767 \end_layout
9768
9769 \begin_layout Standard
9770 \begin_inset VSpace medskip
9771 \end_inset
9772
9773
9774 \end_layout
9775
9776 \begin_layout Standard
9777 Las flechas verticales también se pueden usar como delimitadores junto con
9778  los comandos descritos en
9779 \begin_inset space ~
9780 \end_inset
9781
9782
9783 \begin_inset CommandInset ref
9784 LatexCommand ref
9785 reference "sub:Tamaño-manual-de"
9786
9787 \end_inset
9788
9789  y 
9790 \begin_inset CommandInset ref
9791 LatexCommand ref
9792 reference "sub:Tamaño-automático-de"
9793
9794 \end_inset
9795
9796 .
9797 \end_layout
9798
9799 \begin_layout Section
9800 Acentos
9801 \begin_inset CommandInset label
9802 LatexCommand label
9803 name "sec:Acentos"
9804
9805 \end_inset
9806
9807
9808 \begin_inset Index idx
9809 status collapsed
9810
9811 \begin_layout Plain Layout
9812 Acentos
9813 \end_layout
9814
9815 \end_inset
9816
9817
9818 \end_layout
9819
9820 \begin_layout Standard
9821 Los acentos se pueden insertar con el botón 
9822 \begin_inset Info
9823 type  "icon"
9824 arg   "math-insert \\hat"
9825 \end_inset
9826
9827  o mediante los comandos listados en las siguientes subsecciones.
9828 \end_layout
9829
9830 \begin_layout Subsection
9831 Acentos para un carácter
9832 \begin_inset ERT
9833 status collapsed
9834
9835 \begin_layout Plain Layout
9836
9837
9838 \backslash
9839 texorpdfstring{
9840 \end_layout
9841
9842 \end_inset
9843
9844
9845 \begin_inset Foot
9846 status collapsed
9847
9848 \begin_layout Plain Layout
9849 Para acentos en texto, véase 
9850 \begin_inset CommandInset ref
9851 LatexCommand ref
9852 reference "sub:Acentos-en-texto"
9853
9854 \end_inset
9855
9856
9857 \end_layout
9858
9859 \end_inset
9860
9861
9862 \begin_inset ERT
9863 status collapsed
9864
9865 \begin_layout Plain Layout
9866
9867 }{}
9868 \end_layout
9869
9870 \end_inset
9871
9872
9873 \begin_inset Note Note
9874 status collapsed
9875
9876 \begin_layout Plain Layout
9877
9878 \series bold
9879
9880 \backslash
9881 texorpdfstring
9882 \series default
9883  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
9884 \end_layout
9885
9886 \begin_layout Plain Layout
9887 Más sobre 
9888 \series bold
9889
9890 \backslash
9891 texorpdfstring
9892 \series default
9893  en la sección 
9894 \begin_inset CommandInset ref
9895 LatexCommand ref
9896 reference "sub:Ecuaciones-en-encabezados"
9897
9898 \end_inset
9899
9900 .
9901 \end_layout
9902
9903 \end_inset
9904
9905
9906 \begin_inset CommandInset label
9907 LatexCommand label
9908 name "sub:Acentos-para-un"
9909
9910 \end_inset
9911
9912
9913 \begin_inset Index idx
9914 status collapsed
9915
9916 \begin_layout Plain Layout
9917 Acentos ! para un carácter
9918 \end_layout
9919
9920 \end_inset
9921
9922
9923 \end_layout
9924
9925 \begin_layout Standard
9926 \begin_inset space \hfill{}
9927 \end_inset
9928
9929
9930 \begin_inset Tabular
9931 <lyxtabular version="3" rows="8" columns="2">
9932 <features rotate="0" tabularvalignment="middle">
9933 <column alignment="center" valignment="top" width="0pt">
9934 <column alignment="center" valignment="top" width="0pt">
9935 <row>
9936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940 Comando
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949 Resultado
9950 \begin_inset Note Note
9951 status collapsed
9952
9953 \begin_layout Plain Layout
9954
9955 \series bold
9956
9957 \backslash
9958 raisebox
9959 \series default
9960  se usa sólo como espaciador
9961 \end_layout
9962
9963 \end_inset
9964
9965
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 </row>
9971 <row>
9972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976
9977 \backslash
9978 dot
9979 \begin_inset space \textvisiblespace{}
9980 \end_inset
9981
9982 A
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9992 \end_inset
9993
9994
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 </row>
10000 <row>
10001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005
10006 \backslash
10007 ddot
10008 \begin_inset space \textvisiblespace{}
10009 \end_inset
10010
10011 A
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
10021 \end_inset
10022
10023
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 </row>
10029 <row>
10030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034
10035 \backslash
10036 dddot
10037 \begin_inset space \textvisiblespace{}
10038 \end_inset
10039
10040 A
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
10050 \end_inset
10051
10052
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 </row>
10058 <row>
10059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063
10064 \backslash
10065 ddddot
10066 \begin_inset space \textvisiblespace{}
10067 \end_inset
10068
10069 A
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
10079 \end_inset
10080
10081
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 </row>
10087 <row>
10088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092
10093 \backslash
10094 vec
10095 \begin_inset space \textvisiblespace{}
10096 \end_inset
10097
10098 A
10099 \begin_inset Index idx
10100 status collapsed
10101
10102 \begin_layout Plain Layout
10103 Vectores
10104 \end_layout
10105
10106 \end_inset
10107
10108
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
10118 \end_inset
10119
10120
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 </row>
10126 <row>
10127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \backslash
10133 bar
10134 \begin_inset space \textvisiblespace{}
10135 \end_inset
10136
10137 A
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
10147 \end_inset
10148
10149
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row>
10156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \backslash
10162 mathring
10163 \begin_inset space \textvisiblespace{}
10164 \end_inset
10165
10166 A
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
10176 \end_inset
10177
10178
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 </row>
10184 </lyxtabular>
10185
10186 \end_inset
10187
10188
10189 \begin_inset space \hfill{}
10190 \end_inset
10191
10192
10193 \begin_inset Tabular
10194 <lyxtabular version="3" rows="7" columns="2">
10195 <features rotate="0" tabularvalignment="middle">
10196 <column alignment="center" valignment="top" width="0pt">
10197 <column alignment="center" valignment="top" width="0pt">
10198 <row>
10199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 Comando
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212 Resultado
10213 \begin_inset Note Note
10214 status collapsed
10215
10216 \begin_layout Plain Layout
10217
10218 \series bold
10219
10220 \backslash
10221 raisebox
10222 \series default
10223  se usa sólo como espaciador
10224 \end_layout
10225
10226 \end_inset
10227
10228
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 </row>
10234 <row>
10235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239
10240 \backslash
10241 tilde
10242 \begin_inset space \textvisiblespace{}
10243 \end_inset
10244
10245 A
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10255 \end_inset
10256
10257
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 </row>
10263 <row>
10264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268
10269 \backslash
10270 hat
10271 \begin_inset space \textvisiblespace{}
10272 \end_inset
10273
10274 A
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10284 \end_inset
10285
10286
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 </row>
10292 <row>
10293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297
10298 \backslash
10299 check
10300 \begin_inset space \textvisiblespace{}
10301 \end_inset
10302
10303 A
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10313 \end_inset
10314
10315
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 </row>
10321 <row>
10322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326
10327 \backslash
10328 acute
10329 \begin_inset space \textvisiblespace{}
10330 \end_inset
10331
10332 A
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10342 \end_inset
10343
10344
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 </row>
10350 <row>
10351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355
10356 \backslash
10357 grave
10358 \begin_inset space \textvisiblespace{}
10359 \end_inset
10360
10361 A
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10371 \end_inset
10372
10373
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 </row>
10379 <row>
10380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384
10385 \backslash
10386 breve
10387 \begin_inset space \textvisiblespace{}
10388 \end_inset
10389
10390 A
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10400 \end_inset
10401
10402
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 </row>
10408 </lyxtabular>
10409
10410 \end_inset
10411
10412
10413 \begin_inset space \hfill{}
10414 \end_inset
10415
10416
10417 \end_layout
10418
10419 \begin_layout Standard
10420 \begin_inset VSpace bigskip
10421 \end_inset
10422
10423
10424 \end_layout
10425
10426 \begin_layout Standard
10427 En ecuaciones se pueden insertar acentos como 
10428 \begin_inset Quotes fld
10429 \end_inset
10430
10431 é
10432 \begin_inset Quotes frd
10433 \end_inset
10434
10435  directamente.
10436  LyX los transformará al comando de acento correspondiente.
10437  Para poner diéresis
10438 \begin_inset Index idx
10439 status collapsed
10440
10441 \begin_layout Plain Layout
10442 Dieresis@Diéresis
10443 \end_layout
10444
10445 \end_inset
10446
10447  es mejor insertar comillas antes de la vocal.
10448  Estos dos caracteres son considerados por LaTeX como 
10449 \emph on
10450 un solo
10451 \emph default
10452  carácter si la parte de la ecuación con la diéresis se marca en idioma
10453  alemán.
10454 \begin_inset Foot
10455 status collapsed
10456
10457 \begin_layout Plain Layout
10458 O algún otro idioma que use acentos, p.
10459 \begin_inset space \thinspace{}
10460 \end_inset
10461
10462 e.
10463  catalán.
10464  Aunque esto no funciona en español por algún conflicto con el estilo 
10465 \series bold
10466 spanish
10467 \series default
10468  de 
10469 \series bold
10470 babel
10471 \series default
10472 , no es necesario: se puede escribir 
10473 \begin_inset Formula $ï$
10474 \end_inset
10475
10476  en una ecuación igual que se hace en texto normal, ï.
10477  (
10478 \emph on
10479 N.
10480 \begin_inset space \thinspace{}
10481 \end_inset
10482
10483 del t.
10484 \emph default
10485 )
10486 \end_layout
10487
10488 \end_inset
10489
10490  A diferencia de 
10491 \series bold
10492
10493 \backslash
10494 ddot
10495 \series default
10496 , con este método se generan diéresis 
10497 \begin_inset Quotes fld
10498 \end_inset
10499
10500 reales
10501 \begin_inset Quotes frd
10502 \end_inset
10503
10504 , como se demuestra en el siguiente ejemplo:
10505 \begin_inset VSpace -2mm
10506 \end_inset
10507
10508
10509 \end_layout
10510
10511 \begin_layout Standard
10512 \noindent
10513 \align center
10514 \begin_inset Tabular
10515 <lyxtabular version="3" rows="3" columns="2">
10516 <features rotate="0" tabularvalignment="middle">
10517 <column alignment="center" valignment="top">
10518 <column alignment="center" valignment="top">
10519 <row>
10520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 Comando
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 Resultado
10534 \begin_inset Note Note
10535 status collapsed
10536
10537 \begin_layout Plain Layout
10538
10539 \series bold
10540
10541 \backslash
10542 raisebox
10543 \series default
10544  se usa sólo como espaciador.
10545 \end_layout
10546
10547 \end_inset
10548
10549
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 </row>
10555 <row>
10556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 ï
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569 \begin_inset Formula $ï$
10570 \end_inset
10571
10572
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 </row>
10578 <row>
10579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583
10584 \backslash
10585 ddot
10586 \begin_inset space \textvisiblespace{}
10587 \end_inset
10588
10589 i
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10599 \end_inset
10600
10601
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 </row>
10607 </lyxtabular>
10608
10609 \end_inset
10610
10611
10612 \end_layout
10613
10614 \begin_layout Standard
10615 Otra ventaja frente a 
10616 \series bold
10617
10618 \backslash
10619 ddot
10620 \series default
10621  es que la diéresis puede convertirse directamente a texto matemático, porque
10622  los anteriores comandos para acentos 
10623 \emph on
10624 no están permitidos en texto matemático
10625 \emph default
10626 .
10627  Para convertir un carácter acentuado a texto matemático, se debe convertir
10628  sólo el carácter bajo el acento.
10629  Esto también se aplica para otras conversiones, p.
10630 \begin_inset space \thinspace{}
10631 \end_inset
10632
10633 e.
10634 \begin_inset space ~
10635 \end_inset
10636
10637 cursiva o negrita.
10638 \end_layout
10639
10640 \begin_layout Standard
10641 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10642 \end_layout
10643
10644 \begin_layout Standard
10645 \begin_inset VSpace bigskip
10646 \end_inset
10647
10648
10649 \end_layout
10650
10651 \begin_layout Standard
10652
10653 \lang english
10654 LyX also supports a tilde under the character if the LaTeX-package
10655 \lang spanish
10656  
10657 \series bold
10658 undertilde
10659 \series default
10660
10661 \begin_inset Index idx
10662 status collapsed
10663
10664 \begin_layout Plain Layout
10665 Paquetes ! undertilde
10666 \end_layout
10667
10668 \end_inset
10669
10670  
10671 \lang english
10672 is installed on your system:
10673 \end_layout
10674
10675 \begin_layout Standard
10676 \begin_inset ERT
10677 status collapsed
10678
10679 \begin_layout Plain Layout
10680
10681
10682 \backslash
10683 ifundertilde 
10684 \end_layout
10685
10686 \end_inset
10687
10688
10689 \begin_inset Note Note
10690 status open
10691
10692 \begin_layout Plain Layout
10693 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
10694 \series bold
10695 undertilde
10696 \series default
10697  está instalado.
10698 \end_layout
10699
10700 \end_inset
10701
10702
10703 \end_layout
10704
10705 \begin_layout Standard
10706 \noindent
10707 \align center
10708 \begin_inset Tabular
10709 <lyxtabular version="3" rows="2" columns="2">
10710 <features rotate="0" tabularvalignment="middle">
10711 <column alignment="center" valignment="top" width="0pt">
10712 <column alignment="center" valignment="top" width="0pt">
10713 <row>
10714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 Comando
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 Resultado
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 </row>
10733 <row>
10734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738
10739 \backslash
10740 utilde
10741 \begin_inset space \textvisiblespace{}
10742 \end_inset
10743
10744 A
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
10754 \end_inset
10755
10756
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 </row>
10762 </lyxtabular>
10763
10764 \end_inset
10765
10766
10767 \end_layout
10768
10769 \begin_layout Standard
10770 \begin_inset ERT
10771 status collapsed
10772
10773 \begin_layout Plain Layout
10774
10775
10776 \backslash
10777 else
10778 \end_layout
10779
10780 \end_inset
10781
10782
10783 \begin_inset Note Note
10784 status open
10785
10786 \begin_layout Plain Layout
10787 Lo que sigue se verá en la salida si el paquete LaTeX 
10788 \series bold
10789 undertilde
10790 \series default
10791  no está instalado:
10792 \end_layout
10793
10794 \end_inset
10795
10796
10797 \end_layout
10798
10799 \begin_layout Standard
10800 Debes instalar el paquete LaTeX 
10801 \series bold
10802 undertilde
10803 \series default
10804  para ver en la salida el resto de esta subsección.
10805 \end_layout
10806
10807 \begin_layout Standard
10808 \begin_inset ERT
10809 status collapsed
10810
10811 \begin_layout Plain Layout
10812
10813
10814 \backslash
10815 fi
10816 \end_layout
10817
10818 \end_inset
10819
10820
10821 \end_layout
10822
10823 \begin_layout Subsection
10824 Acentos para varios caracteres
10825 \begin_inset Index idx
10826 status collapsed
10827
10828 \begin_layout Plain Layout
10829 Acentos ! en varios caracteres
10830 \end_layout
10831
10832 \end_inset
10833
10834
10835 \end_layout
10836
10837 \begin_layout Standard
10838 \begin_inset space \hfill{}
10839 \end_inset
10840
10841
10842 \begin_inset Tabular
10843 <lyxtabular version="3" rows="5" columns="2">
10844 <features rotate="0" tabularvalignment="middle">
10845 <column alignment="center" valignment="top" width="0pt">
10846 <column alignment="center" valignment="top" width="0pt">
10847 <row>
10848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10849 \begin_inset Text
10850
10851 \begin_layout Plain Layout
10852 Comando
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861 Resultado
10862 \begin_inset Note Note
10863 status collapsed
10864
10865 \begin_layout Plain Layout
10866
10867 \series bold
10868
10869 \backslash
10870 raisebox
10871 \series default
10872  se usa sólo como espaciador
10873 \end_layout
10874
10875 \end_inset
10876
10877
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 </row>
10883 <row>
10884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888
10889 \backslash
10890 overleftarrow
10891 \begin_inset space \textvisiblespace{}
10892 \end_inset
10893
10894 A=B
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10904 \end_inset
10905
10906
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 </row>
10912 <row>
10913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917
10918 \backslash
10919 underleftarrow
10920 \begin_inset space \textvisiblespace{}
10921 \end_inset
10922
10923 A=B
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10933 \end_inset
10934
10935
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 </row>
10941 <row>
10942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946
10947 \backslash
10948 overleftrightarrow
10949 \begin_inset space \textvisiblespace{}
10950 \end_inset
10951
10952 A=B
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10962 \end_inset
10963
10964
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 </row>
10970 <row>
10971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975
10976 \backslash
10977 underleftrightarrow
10978 \begin_inset space \textvisiblespace{}
10979 \end_inset
10980
10981 A=B
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10991 \end_inset
10992
10993
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 </row>
10999 </lyxtabular>
11000
11001 \end_inset
11002
11003
11004 \begin_inset space \hfill{}
11005 \end_inset
11006
11007
11008 \begin_inset Tabular
11009 <lyxtabular version="3" rows="5" columns="2">
11010 <features rotate="0" tabularvalignment="middle">
11011 <column alignment="center" valignment="top" width="0pt">
11012 <column alignment="center" valignment="top" width="0pt">
11013 <row>
11014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 Comando
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 Resultado
11028 \begin_inset Note Note
11029 status collapsed
11030
11031 \begin_layout Plain Layout
11032
11033 \series bold
11034
11035 \backslash
11036 raisebox
11037 \series default
11038  se usa sólo como espaciador
11039 \end_layout
11040
11041 \end_inset
11042
11043
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 </row>
11049 <row>
11050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054
11055 \backslash
11056 overrightarrow
11057 \begin_inset space \textvisiblespace{}
11058 \end_inset
11059
11060 A=B
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
11070 \end_inset
11071
11072
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 </row>
11078 <row>
11079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083
11084 \backslash
11085 underrightarrow
11086 \begin_inset space \textvisiblespace{}
11087 \end_inset
11088
11089 A=B
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11099 \end_inset
11100
11101
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 </row>
11107 <row>
11108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112
11113 \backslash
11114 widetilde
11115 \begin_inset space \textvisiblespace{}
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 space \textvisiblespace{}
11145 \end_inset
11146
11147 A=B
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11157 \end_inset
11158
11159
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 </row>
11165 </lyxtabular>
11166
11167 \end_inset
11168
11169
11170 \begin_inset space \hfill{}
11171 \end_inset
11172
11173
11174 \end_layout
11175
11176 \begin_layout Standard
11177 \begin_inset VSpace medskip
11178 \end_inset
11179
11180
11181 \end_layout
11182
11183 \begin_layout Standard
11184 Con estos comandos se pueden acentuar tantos caracteres como quieras.
11185  Pero los acentos 
11186 \series bold
11187
11188 \backslash
11189 widetilde
11190 \series default
11191  y 
11192 \series bold
11193
11194 \backslash
11195 widehat
11196 \series default
11197  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
11198  ejemplo:
11199 \begin_inset Formula 
11200 \[
11201 \widetilde{A+B=C-D}
11202 \]
11203
11204 \end_inset
11205
11206
11207 \end_layout
11208
11209 \begin_layout Standard
11210 Con los comandos 
11211 \series bold
11212
11213 \backslash
11214 overset
11215 \series default
11216
11217 \begin_inset Index idx
11218 status collapsed
11219
11220 \begin_layout Plain Layout
11221 Comandos ! O ! 
11222 \backslash
11223 overset
11224 \end_layout
11225
11226 \end_inset
11227
11228  y 
11229 \series bold
11230
11231 \backslash
11232 underset
11233 \series default
11234
11235 \begin_inset Index idx
11236 status collapsed
11237
11238 \begin_layout Plain Layout
11239 Comandos ! U ! 
11240 \backslash
11241 underset
11242 \end_layout
11243
11244 \end_inset
11245
11246 , descritos en la subsección anterior, también se pueden acentuar varios
11247  caracteres.
11248  El comando 
11249 \series bold
11250
11251 \backslash
11252 underset
11253 \begin_inset space \textvisiblespace{}
11254 \end_inset
11255
11256 A=B
11257 \begin_inset Formula $\downarrow$
11258 \end_inset
11259
11260 ***
11261 \series default
11262  da:
11263 \begin_inset Formula 
11264 \[
11265 \underset{***}{A=B}
11266 \]
11267
11268 \end_inset
11269
11270
11271 \end_layout
11272
11273 \begin_layout Section
11274 Espacios
11275 \begin_inset CommandInset label
11276 LatexCommand label
11277 name "sec:Espacio"
11278
11279 \end_inset
11280
11281
11282 \begin_inset Index idx
11283 status collapsed
11284
11285 \begin_layout Plain Layout
11286 Espacio ! horizontal
11287 \end_layout
11288
11289 \end_inset
11290
11291
11292 \end_layout
11293
11294 \begin_layout Subsection
11295 Espacio predefinido
11296 \begin_inset CommandInset label
11297 LatexCommand label
11298 name "sub:Espacio-predefinido"
11299
11300 \end_inset
11301
11302
11303 \begin_inset Index idx
11304 status collapsed
11305
11306 \begin_layout Plain Layout
11307 Espacio ! horizontal ! predefinido
11308 \end_layout
11309
11310 \end_inset
11311
11312
11313 \end_layout
11314
11315 \begin_layout Standard
11316 A veces es necesario insertar espacio horizontal en una ecuación.
11317  Esto se hace insertando un espacio protegido (atajo 
11318 \family sans
11319 Ctrl+Espacio
11320 \family default
11321 ).
11322  Aparece un 
11323 \begin_inset Quotes fld
11324 \end_inset
11325
11326
11327 \color black
11328
11329 \begin_inset space \textvisiblespace{}
11330 \end_inset
11331
11332
11333 \color inherit
11334
11335 \begin_inset Quotes frd
11336 \end_inset
11337
11338 , y pulsando 
11339 \family sans
11340 Espacio
11341 \family default
11342  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11343  espacio.
11344  También se pueden insertar espacios mediante el botón 
11345 \begin_inset Info
11346 type  "icon"
11347 arg   "math-insert \\space"
11348 \end_inset
11349
11350  de la barra de ecuaciones o con comandos especiales.
11351  Independientemente del comando insertado, se puede seleccionar un nuevo
11352  tamaño pulsando acto seguido 
11353 \family sans
11354 Espacio.
11355  
11356 \end_layout
11357
11358 \begin_layout Standard
11359 \noindent
11360 \align center
11361 \begin_inset Tabular
11362 <lyxtabular version="3" rows="6" columns="3">
11363 <features rotate="0" tabularvalignment="middle">
11364 <column alignment="center" valignment="top">
11365 <column alignment="center" valignment="top" width="14col%">
11366 <column alignment="center" valignment="top">
11367 <row>
11368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 Comando
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 Número de pulsaciones de 
11382 \family sans
11383 Espacio
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 Resultado
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 </row>
11398 <row>
11399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403
11404 \backslash
11405 ,
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 0
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 \begin_inset Formula $A\, B$
11424 \end_inset
11425
11426
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 </row>
11432 <row>
11433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437
11438 \backslash
11439 :
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 1
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 \begin_inset Formula $A\: B$
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 </row>
11466 <row>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471
11472 \backslash
11473 ;
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 2
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 \begin_inset Formula $A\; B$
11492 \end_inset
11493
11494
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 </row>
11500 <row>
11501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11502 \begin_inset Text
11503
11504 \begin_layout Plain Layout
11505
11506 \backslash
11507 quad
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 3
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 \begin_inset Formula $A\quad B$
11526 \end_inset
11527
11528
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 </row>
11534 <row>
11535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539
11540 \backslash
11541 qquad
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 4
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 \begin_inset Formula $A\qquad B$
11560 \end_inset
11561
11562
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 </row>
11568 </lyxtabular>
11569
11570 \end_inset
11571
11572
11573 \begin_inset space \hfill{}
11574 \end_inset
11575
11576
11577 \begin_inset Tabular
11578 <lyxtabular version="3" rows="6" columns="3">
11579 <features rotate="0" tabularvalignment="middle">
11580 <column alignment="center" valignment="top">
11581 <column alignment="center" valignment="top" width="14col%">
11582 <column alignment="center" valignment="top">
11583 <row>
11584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 Comando
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 Número de pulsaciones de 
11598 \family sans
11599 Espacio
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 Resultado
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 </row>
11614 <row>
11615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619
11620 \backslash
11621 hfill
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 5
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639 \begin_inset Formula $A\hfill B$
11640 \end_inset
11641
11642
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 </row>
11648 <row>
11649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653
11654 \backslash
11655 hspace*{1em}
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664 6
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 \begin_inset Formula $A\hspace*{1em}B$
11674 \end_inset
11675
11676
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 </row>
11682 <row>
11683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687
11688 \backslash
11689 hspace{1em}
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11695 \begin_inset Text
11696
11697 \begin_layout Plain Layout
11698 7
11699 \end_layout
11700
11701 \end_inset
11702 </cell>
11703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11704 \begin_inset Text
11705
11706 \begin_layout Plain Layout
11707 \begin_inset Formula $A\hspace{1em}B$
11708 \end_inset
11709
11710
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 </row>
11716 <row>
11717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721
11722 \backslash
11723
11724 \begin_inset space \textvisiblespace{}
11725 \end_inset
11726
11727
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 8
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 \begin_inset Formula $A\ B$
11746 \end_inset
11747
11748
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 </row>
11754 <row>
11755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11756 \begin_inset Text
11757
11758 \begin_layout Plain Layout
11759
11760 \backslash
11761 !
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770 9
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 \begin_inset Formula $A\! B$
11780 \end_inset
11781
11782
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 </row>
11788 </lyxtabular>
11789
11790 \end_inset
11791
11792
11793 \end_layout
11794
11795 \begin_layout Standard
11796
11797 \lang english
11798 Space
11799 \begin_inset space ~
11800 \end_inset
11801
11802 5
11803 \begin_inset space \thinspace{}
11804 \end_inset
11805
11806 --
11807 \begin_inset space \thinspace{}
11808 \end_inset
11809
11810 7 are variable spaces which are explained in
11811 \lang spanish
11812  
11813 \begin_inset CommandInset ref
11814 LatexCommand ref
11815 reference "sub:Espacio-variable"
11816
11817 \end_inset
11818
11819 .
11820  El tamaño
11821 \begin_inset space ~
11822 \end_inset
11823
11824 9 parece no generar espacio.
11825  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11826  negativo.
11827  Hay otros dos espacios negativos:
11828 \end_layout
11829
11830 \begin_layout Standard
11831 \align center
11832 \begin_inset Tabular
11833 <lyxtabular version="3" rows="3" columns="3">
11834 <features rotate="0" tabularvalignment="middle">
11835 <column alignment="center" valignment="middle" width="6.8cm">
11836 <column alignment="center" valignment="top" width="0pt">
11837 <column alignment="center" valignment="top" width="0pt">
11838 <row>
11839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11840 \begin_inset Text
11841
11842 \begin_layout Plain Layout
11843 Comando
11844 \end_layout
11845
11846 \end_inset
11847 </cell>
11848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11849 \begin_inset Text
11850
11851 \begin_layout Plain Layout
11852
11853 \backslash
11854 negmedspace
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863
11864 \backslash
11865 negthickspace
11866 \end_layout
11867
11868 \end_inset
11869 </cell>
11870 </row>
11871 <row>
11872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11873 \begin_inset Text
11874
11875 \begin_layout Plain Layout
11876 Número de pulsaciones de 
11877 \family sans
11878 Espacio
11879 \family default
11880  tras insertar el espacio protegido
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 10
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 11
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 </row>
11904 <row>
11905 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11906 \begin_inset Text
11907
11908 \begin_layout Plain Layout
11909 Resultado
11910 \end_layout
11911
11912 \end_inset
11913 </cell>
11914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11915 \begin_inset Text
11916
11917 \begin_layout Plain Layout
11918 \begin_inset Formula $A\negmedspace B$
11919 \end_inset
11920
11921
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 \begin_inset Formula $A\negthickspace B$
11931 \end_inset
11932
11933
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 </row>
11939 </lyxtabular>
11940
11941 \end_inset
11942
11943
11944 \end_layout
11945
11946 \begin_layout Standard
11947 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11948  Así, se pueden usar para forzar ligaduras, lo que es apropiado, por ejemplo,
11949  para operadores suma: 
11950 \end_layout
11951
11952 \begin_layout Standard
11953 \noindent
11954 \align center
11955 \begin_inset Tabular
11956 <lyxtabular version="3" rows="3" columns="2">
11957 <features rotate="0" tabularvalignment="middle">
11958 <column alignment="center" valignment="top">
11959 <column alignment="center" valignment="top">
11960 <row>
11961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Plain Layout
11965 Comando
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11971 \begin_inset Text
11972
11973 \begin_layout Plain Layout
11974 Resultado
11975 \begin_inset Note Note
11976 status collapsed
11977
11978 \begin_layout Plain Layout
11979
11980 \series bold
11981
11982 \backslash
11983 raisebox
11984 \series default
11985  se usa sólo como espaciador
11986 \end_layout
11987
11988 \end_inset
11989
11990
11991 \end_layout
11992
11993 \end_inset
11994 </cell>
11995 </row>
11996 <row>
11997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001
12002 \backslash
12003 sum
12004 \backslash
12005 sum
12006 \begin_inset space \textvisiblespace{}
12007 \end_inset
12008
12009 f_kl
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12015 \begin_inset Text
12016
12017 \begin_layout Plain Layout
12018 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
12019 \end_inset
12020
12021
12022 \end_layout
12023
12024 \end_inset
12025 </cell>
12026 </row>
12027 <row>
12028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12029 \begin_inset Text
12030
12031 \begin_layout Plain Layout
12032
12033 \backslash
12034 sum
12035 \backslash
12036 negmedspace
12037 \backslash
12038 sum
12039 \begin_inset space \textvisiblespace{}
12040 \end_inset
12041
12042 f_kl
12043 \end_layout
12044
12045 \end_inset
12046 </cell>
12047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12048 \begin_inset Text
12049
12050 \begin_layout Plain Layout
12051 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
12052 \end_inset
12053
12054
12055 \end_layout
12056
12057 \end_inset
12058 </cell>
12059 </row>
12060 </lyxtabular>
12061
12062 \end_inset
12063
12064
12065 \end_layout
12066
12067 \begin_layout Standard
12068 \noindent
12069 \begin_inset VSpace medskip
12070 \end_inset
12071
12072
12073 \end_layout
12074
12075 \begin_layout Standard
12076 \noindent
12077 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
12078  Para suprimirlos, el signo igual se coloca entre llaves TeX.
12079  El siguiente ejemplo lo ilustra:
12080 \end_layout
12081
12082 \begin_layout Standard
12083 \noindent
12084 \align center
12085 \begin_inset Tabular
12086 <lyxtabular version="3" rows="2" columns="2">
12087 <features rotate="0" tabularvalignment="middle">
12088 <column alignment="center" valignment="top">
12089 <column alignment="center" valignment="top">
12090 <row>
12091 <cell alignment="center" valignment="top" usebox="none">
12092 \begin_inset Text
12093
12094 \begin_layout Plain Layout
12095 ecuación normal
12096 \end_layout
12097
12098 \end_inset
12099 </cell>
12100 <cell alignment="center" valignment="top" usebox="none">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 \begin_inset Formula $A=B$
12105 \end_inset
12106
12107
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 </row>
12113 <row>
12114 <cell alignment="center" valignment="top" usebox="none">
12115 \begin_inset Text
12116
12117 \begin_layout Plain Layout
12118 \begin_inset Note Note
12119 status collapsed
12120
12121 \begin_layout Plain Layout
12122
12123 \series bold
12124
12125 \backslash
12126 raisebox
12127 \series default
12128  se usa sólo como espaciador
12129 \end_layout
12130
12131 \end_inset
12132
12133
12134 \begin_inset Formula $\raisebox{5mm}{}$
12135 \end_inset
12136
12137 ecuación sin espacio
12138 \end_layout
12139
12140 \end_inset
12141 </cell>
12142 <cell alignment="center" valignment="top" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 \begin_inset Formula $A{=}B$
12147 \end_inset
12148
12149
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 </row>
12155 </lyxtabular>
12156
12157 \end_inset
12158
12159
12160 \end_layout
12161
12162 \begin_layout Standard
12163 El comando para la segunda ecuación es: 
12164 \series bold
12165 A
12166 \backslash
12167 {=
12168 \begin_inset Formula $\rightarrow$
12169 \end_inset
12170
12171 B
12172 \series default
12173  
12174 \begin_inset VSpace bigskip
12175 \end_inset
12176
12177
12178 \end_layout
12179
12180 \begin_layout Standard
12181 Para las unidades físicas hacen falta espacios, porque entre el valor y
12182  su unidad se pone un espacio más pequeño que el normal.
12183  Para unidades en el texto se inserta con el menú 
12184 \family sans
12185 Insertar\SpecialChar \menuseparator
12186 Formato\SpecialChar \menuseparator
12187 Espacio
12188 \begin_inset space ~
12189 \end_inset
12190
12191 delgado
12192 \family default
12193  (atajo 
12194 \family sans
12195 Ctrl+Mayúscula+Espacio
12196 \family default
12197 ).
12198 \end_layout
12199
12200 \begin_layout Standard
12201 Un ejemplo para visualizar la diferencia:
12202 \end_layout
12203
12204 \begin_layout Standard
12205 \begin_inset Tabular
12206 <lyxtabular version="3" rows="2" columns="2">
12207 <features rotate="0" tabularvalignment="middle">
12208 <column alignment="center" valignment="top">
12209 <column alignment="left" valignment="top">
12210 <row>
12211 <cell alignment="center" valignment="top" usebox="none">
12212 \begin_inset Text
12213
12214 \begin_layout Plain Layout
12215 24 kW
12216 \begin_inset Formula $\cdot$
12217 \end_inset
12218
12219 h
12220 \end_layout
12221
12222 \end_inset
12223 </cell>
12224 <cell alignment="center" valignment="top" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228 espacio entre valor y unidad 
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 </row>
12234 <row>
12235 <cell alignment="center" valignment="top" usebox="none">
12236 \begin_inset Text
12237
12238 \begin_layout Plain Layout
12239 24
12240 \begin_inset space \thinspace{}
12241 \end_inset
12242
12243 kW
12244 \begin_inset Formula $\cdot$
12245 \end_inset
12246
12247 h
12248 \end_layout
12249
12250 \end_inset
12251 </cell>
12252 <cell alignment="center" valignment="top" usebox="none">
12253 \begin_inset Text
12254
12255 \begin_layout Plain Layout
12256 espacio delgado entre valor y unidad
12257 \end_layout
12258
12259 \end_inset
12260 </cell>
12261 </row>
12262 </lyxtabular>
12263
12264 \end_inset
12265
12266
12267 \end_layout
12268
12269 \begin_layout Subsection
12270 Espacio variable
12271 \begin_inset ERT
12272 status collapsed
12273
12274 \begin_layout Plain Layout
12275
12276
12277 \backslash
12278 texorpdfstring{
12279 \end_layout
12280
12281 \end_inset
12282
12283
12284 \begin_inset Foot
12285 status collapsed
12286
12287 \begin_layout Plain Layout
12288 Para espacio vertical en ecuaciones véase 
12289 \begin_inset CommandInset ref
12290 LatexCommand ref
12291 reference "sub:Separación-de-líneas"
12292
12293 \end_inset
12294
12295
12296 \end_layout
12297
12298 \end_inset
12299
12300
12301 \begin_inset ERT
12302 status collapsed
12303
12304 \begin_layout Plain Layout
12305
12306 }{}
12307 \end_layout
12308
12309 \end_inset
12310
12311
12312 \begin_inset Note Note
12313 status collapsed
12314
12315 \begin_layout Plain Layout
12316
12317 \backslash
12318 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
12319  PDF.
12320 \end_layout
12321
12322 \begin_layout Plain Layout
12323 Más sobre 
12324 \backslash
12325 texorpdfstring en la sección 
12326 \begin_inset CommandInset ref
12327 LatexCommand ref
12328 reference "sub:Ecuaciones-en-encabezados"
12329
12330 \end_inset
12331
12332 .
12333 \end_layout
12334
12335 \end_inset
12336
12337
12338 \begin_inset CommandInset label
12339 LatexCommand label
12340 name "sub:Espacio-variable"
12341
12342 \end_inset
12343
12344
12345 \begin_inset Index idx
12346 status collapsed
12347
12348 \begin_layout Plain Layout
12349 Espacio ! horizontal ! variable
12350 \end_layout
12351
12352 \end_inset
12353
12354
12355 \end_layout
12356
12357 \begin_layout Standard
12358 En LyX se puede insertar espacio con una longitud definida con el comando
12359  
12360 \series bold
12361
12362 \backslash
12363 hspace
12364 \series default
12365
12366 \begin_inset Index idx
12367 status collapsed
12368
12369 \begin_layout Plain Layout
12370 Comandos ! H ! 
12371 \backslash
12372 hspace
12373 \end_layout
12374
12375 \end_inset
12376
12377 .
12378  Aparece un 
12379 \begin_inset Quotes fld
12380 \end_inset
12381
12382
12383 \color black
12384
12385 \begin_inset space \textvisiblespace{}
12386 \end_inset
12387
12388
12389 \color inherit
12390
12391 \begin_inset Quotes frd
12392 \end_inset
12393
12394  largo.
12395  La longitud se puede ajustar haciendo clic izquierdo sobre el 
12396 \begin_inset Quotes fld
12397 \end_inset
12398
12399
12400 \color black
12401
12402 \begin_inset space \textvisiblespace{}
12403 \end_inset
12404
12405
12406 \color inherit
12407
12408 \begin_inset Quotes frd
12409 \end_inset
12410
12411 .
12412  La longitud también puede ser negativa.
12413  
12414 \lang english
12415 When a space would be the first character in a line it would be omitted.
12416  To force its output use the command 
12417 \series bold
12418
12419 \backslash
12420 hspace*
12421 \series default
12422  instead of 
12423 \series bold
12424
12425 \backslash
12426 hspace
12427 \series default
12428  or left-click on the 
12429 \begin_inset Quotes eld
12430 \end_inset
12431
12432
12433 \color blue
12434
12435 \begin_inset space \textvisiblespace{}
12436 \end_inset
12437
12438
12439 \color inherit
12440
12441 \begin_inset Quotes erd
12442 \end_inset
12443
12444  and check the option 
12445 \family sans
12446 Protect
12447 \family default
12448 .
12449 \lang spanish
12450
12451 \begin_inset Newline newline
12452 \end_inset
12453
12454 Para insertar en una ecuación tanto espacio como esté disponible se usa
12455  el comando 
12456 \series bold
12457
12458 \backslash
12459 hfill
12460 \series default
12461
12462 \begin_inset Index idx
12463 status collapsed
12464
12465 \begin_layout Plain Layout
12466 Comandos ! H ! 
12467 \backslash
12468 hfill
12469 \end_layout
12470
12471 \end_inset
12472
12473 .
12474 \begin_inset VSpace -1mm
12475 \end_inset
12476
12477
12478 \end_layout
12479
12480 \begin_layout Standard
12481 \noindent
12482 \align center
12483 \begin_inset Tabular
12484 <lyxtabular version="3" rows="4" columns="2">
12485 <features rotate="0" tabularvalignment="middle">
12486 <column alignment="center" valignment="top">
12487 <column alignment="center" valignment="top">
12488 <row>
12489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 Comando (
12494 \backslash
12495 hspace longitud)
12496 \end_layout
12497
12498 \end_inset
12499 </cell>
12500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12501 \begin_inset Text
12502
12503 \begin_layout Plain Layout
12504 Resultado
12505 \end_layout
12506
12507 \end_inset
12508 </cell>
12509 </row>
12510 <row>
12511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12512 \begin_inset Text
12513
12514 \begin_layout Plain Layout
12515 A=B
12516 \backslash
12517 hspace
12518 \begin_inset space \textvisiblespace{}
12519 \end_inset
12520
12521 A
12522 \backslash
12523 not=C (3
12524 \begin_inset space \thinspace{}
12525 \end_inset
12526
12527 cm)
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12537 \end_inset
12538
12539
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 </row>
12545 <row>
12546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12547 \begin_inset Text
12548
12549 \begin_layout Plain Layout
12550 A
12551 \backslash
12552 hspace
12553 \begin_inset space \textvisiblespace{}
12554 \end_inset
12555
12556 A
12557 \backslash
12558 not=A (-1
12559 \begin_inset space \thinspace{}
12560 \end_inset
12561
12562 mm)
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Plain Layout
12571 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12572 \end_inset
12573
12574
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 </row>
12580 <row>
12581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12582 \begin_inset Text
12583
12584 \begin_layout Plain Layout
12585 A=A
12586 \backslash
12587 hfill
12588 \begin_inset space \textvisiblespace{}
12589 \end_inset
12590
12591 B=B
12592 \end_layout
12593
12594 \end_inset
12595 </cell>
12596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12597 \begin_inset Text
12598
12599 \begin_layout Plain Layout
12600 \begin_inset Formula $A=A\hfill B=B$
12601 \end_inset
12602
12603
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 </row>
12609 </lyxtabular>
12610
12611 \end_inset
12612
12613
12614 \end_layout
12615
12616 \begin_layout Standard
12617 En el último ejemplo el espacio disponible viene dado por la entrada más
12618  larga de columna en el cuadro.
12619  En una ecuación en línea el espacio depende de la longitud de la línea
12620  en la que se inserta 
12621 \series bold
12622
12623 \backslash
12624 hfill
12625 \series default
12626 .
12627  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12628  
12629 \series bold
12630
12631 \backslash
12632 hfill
12633 \series default
12634  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12635 \series bold
12636 Sangrado
12637 \series default
12638 .
12639  (Los estilos de ecuaciones se explican en
12640 \begin_inset space ~
12641 \end_inset
12642
12643
12644 \begin_inset CommandInset ref
12645 LatexCommand ref
12646 reference "sec:Estilos-de-ecuación"
12647
12648 \end_inset
12649
12650 ).
12651 \end_layout
12652
12653 \begin_layout Standard
12654 Además de 
12655 \series bold
12656
12657 \backslash
12658 hfill
12659 \series default
12660  hay los comandos 
12661 \series bold
12662
12663 \backslash
12664 dotfill
12665 \series default
12666  y 
12667 \series bold
12668
12669 \backslash
12670 hrulefill
12671 \series default
12672  que llenan el espacio con un patrón, véase un ejemplo en
12673 \begin_inset space ~
12674 \end_inset
12675
12676
12677 \begin_inset CommandInset ref
12678 LatexCommand ref
12679 reference "sub:Puntos"
12680
12681 \end_inset
12682
12683 .
12684 \end_layout
12685
12686 \begin_layout Standard
12687 Para texto se puede insertar espacio variable con el menú 
12688 \family sans
12689 Insertar\SpecialChar \menuseparator
12690 Formato\SpecialChar \menuseparator
12691 Espacio
12692 \begin_inset space ~
12693 \end_inset
12694
12695 horizontal
12696 \family default
12697 :
12698 \end_layout
12699
12700 \begin_layout Standard
12701 En esta línea hay un espacio
12702 \begin_inset space \hspace{}
12703 \length 2cm
12704 \end_inset
12705
12706 de 2
12707 \begin_inset space \thinspace{}
12708 \end_inset
12709
12710 cm.
12711 \end_layout
12712
12713 \begin_layout Standard
12714 En esta línea hay un
12715 \begin_inset space \hfill{}
12716 \end_inset
12717
12718 espacio máximo.
12719 \end_layout
12720
12721 \begin_layout Subsection
12722 Espacio adicional en ecuaciones en línea
12723 \begin_inset Index idx
12724 status collapsed
12725
12726 \begin_layout Plain Layout
12727 Espacio ! adicional en línea
12728 \end_layout
12729
12730 \end_inset
12731
12732
12733 \end_layout
12734
12735 \begin_layout Standard
12736 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12737  
12738 \series bold
12739
12740 \backslash
12741 mathsurround
12742 \series default
12743
12744 \begin_inset Index idx
12745 status collapsed
12746
12747 \begin_layout Plain Layout
12748 Comandos ! M ! 
12749 \backslash
12750 mathsurround
12751 \end_layout
12752
12753 \end_inset
12754
12755 .
12756  El valor de una longitud se establece con el comando 
12757 \series bold
12758
12759 \backslash
12760 setlength
12761 \series default
12762
12763 \begin_inset Index idx
12764 status collapsed
12765
12766 \begin_layout Plain Layout
12767 Comandos ! S ! 
12768 \backslash
12769 setlength
12770 \end_layout
12771
12772 \end_inset
12773
12774  según el siguiente esquema:
12775 \end_layout
12776
12777 \begin_layout Standard
12778
12779 \series bold
12780
12781 \backslash
12782 setlength{nombre de la longitud}{valor}
12783 \end_layout
12784
12785 \begin_layout Standard
12786 Para poner a 
12787 \series bold
12788
12789 \backslash
12790 mathsurround
12791 \series default
12792  un valor de 5
12793 \begin_inset space \thinspace{}
12794 \end_inset
12795
12796 mm, se inserta el comando
12797 \end_layout
12798
12799 \begin_layout Standard
12800
12801 \series bold
12802
12803 \backslash
12804 setlength{
12805 \backslash
12806 mathsurround}{5mm}
12807 \end_layout
12808
12809 \begin_layout Standard
12810 en modo TeX.
12811  Se establecerá un espacio de 5
12812 \begin_inset space \thinspace{}
12813 \end_inset
12814
12815 mm alrededor de todas las ecuaciones en línea:
12816 \begin_inset ERT
12817 status collapsed
12818
12819 \begin_layout Plain Layout
12820
12821
12822 \backslash
12823 setlength{
12824 \backslash
12825 mathsurround}{5mm}
12826 \end_layout
12827
12828 \end_inset
12829
12830
12831 \end_layout
12832
12833 \begin_layout Standard
12834 En esta línea hay una ecuación 
12835 \begin_inset Formula $A=B$
12836 \end_inset
12837
12838  rodeada por espacios de 5
12839 \begin_inset space \thinspace{}
12840 \end_inset
12841
12842 mm.
12843 \begin_inset ERT
12844 status collapsed
12845
12846 \begin_layout Plain Layout
12847
12848
12849 \backslash
12850 setlength{
12851 \backslash
12852 mathsurround}{0mm}
12853 \end_layout
12854
12855 \end_inset
12856
12857
12858 \end_layout
12859
12860 \begin_layout Standard
12861 Para volver al espacio predeterminado, 
12862 \series bold
12863
12864 \backslash
12865 mathsurround
12866 \series default
12867  se restablece al valor 0
12868 \begin_inset space \thinspace{}
12869 \end_inset
12870
12871 pt.
12872 \end_layout
12873
12874 \begin_layout Section
12875 Marcos y bordes
12876 \begin_inset Index idx
12877 status collapsed
12878
12879 \begin_layout Plain Layout
12880 Marcos
12881 \end_layout
12882
12883 \end_inset
12884
12885
12886 \end_layout
12887
12888 \begin_layout Standard
12889 Los marcos para texto se describen en el capítulo 
12890 \emph on
12891 Marcos
12892 \emph default
12893  del manual 
12894 \emph on
12895 Objetos insertados
12896 \emph default
12897 .
12898 \end_layout
12899
12900 \begin_layout Subsection
12901 Marcos con bordes
12902 \begin_inset CommandInset label
12903 LatexCommand label
12904 name "sub:Marcos-con-bordes"
12905
12906 \end_inset
12907
12908
12909 \begin_inset Index idx
12910 status collapsed
12911
12912 \begin_layout Plain Layout
12913 Marcos ! con bordes
12914 \end_layout
12915
12916 \end_inset
12917
12918
12919 \end_layout
12920
12921 \begin_layout Standard
12922 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12923 \series bold
12924
12925 \backslash
12926 fbox
12927 \series default
12928
12929 \begin_inset Index idx
12930 status collapsed
12931
12932 \begin_layout Plain Layout
12933 Comandos ! F ! 
12934 \backslash
12935 fbox
12936 \end_layout
12937
12938 \end_inset
12939
12940  y 
12941 \series bold
12942
12943 \backslash
12944 boxed
12945 \series default
12946
12947 \begin_inset Index idx
12948 status collapsed
12949
12950 \begin_layout Plain Layout
12951 Comandos ! B ! 
12952 \backslash
12953 boxed
12954 \end_layout
12955
12956 \end_inset
12957
12958 .
12959 \end_layout
12960
12961 \begin_layout Standard
12962 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12963  azul en un marco donde se introducen partes de una ecuación.
12964  Para 
12965 \series bold
12966
12967 \backslash
12968 fbox
12969 \series default
12970  hay que generar una ecuación adicional con 
12971 \family sans
12972 Ctrl+M
12973 \family default
12974  dentro del recuadro, porque si no el contenido del mismo sería considerado
12975  texto matemático.
12976  Si se usa 
12977 \series bold
12978
12979 \backslash
12980 boxed
12981 \series default
12982  la nueva ecuación se genera automáticamente dentro del marco.
12983 \end_layout
12984
12985 \begin_layout Standard
12986 El comando 
12987 \series bold
12988
12989 \backslash
12990 fbox
12991 \series default
12992  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12993  ecuación tendría siempre el tamaño del texto.
12994  Por otra parte, 
12995 \series bold
12996
12997 \backslash
12998 fboxed
12999 \series default
13000  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
13001  siempre el tamaño de una ecuación presentada.
13002 \end_layout
13003
13004 \begin_layout Standard
13005 El comando 
13006 \series bold
13007
13008 \backslash
13009 framebox
13010 \series default
13011
13012 \begin_inset Index idx
13013 status collapsed
13014
13015 \begin_layout Plain Layout
13016 Comandos ! F ! 
13017 \backslash
13018 framebox
13019 \end_layout
13020
13021 \end_inset
13022
13023  es una extensión de 
13024 \series bold
13025
13026 \backslash
13027 fbox
13028 \series default
13029 , que permite especificar además la anchura del marco y la alineación.
13030  
13031 \series bold
13032
13033 \backslash
13034 framebox
13035 \series default
13036  se usa con el siguiente esquema: 
13037 \end_layout
13038
13039 \begin_layout Standard
13040
13041 \series bold
13042
13043 \backslash
13044 framebox[anchura del marco][posición]{contenido del cuadro}
13045 \end_layout
13046
13047 \begin_layout Standard
13048 La posición puede ser 
13049 \emph on
13050 l
13051 \emph default
13052  o 
13053 \emph on
13054 r
13055 \emph default
13056
13057 \emph on
13058 l
13059 \emph default
13060  alinea la ecuación a la izquierda del marcro, 
13061 \emph on
13062 r
13063 \emph default
13064  la alinea a la derecha.
13065  Si no se da posición la ecuación será centrada.
13066 \begin_inset Newline newline
13067 \end_inset
13068
13069 Si no se pone anchura tampoco puede darse posición.
13070  En este caso la anchura del borde se ajusta al contenido del cuadro, como
13071  con 
13072 \series bold
13073
13074 \backslash
13075 fbox
13076 \series default
13077 .
13078  
13079 \end_layout
13080
13081 \begin_layout Standard
13082 Cuando se inserta el comando 
13083 \series bold
13084
13085 \backslash
13086 framebox
13087 \series default
13088  aparece un recuadro con tres marcos azules.
13089  Los dos primeros marcos están encerrados entre corchetes e indican los
13090  dos argumentos opcionales.
13091  El tercer marco es para partes de la ecuación, como para 
13092 \series bold
13093
13094 \backslash
13095 fbox
13096 \series default
13097 .
13098 \end_layout
13099
13100 \begin_layout Standard
13101 \noindent
13102 \align center
13103 \begin_inset Tabular
13104 <lyxtabular version="3" rows="5" columns="2">
13105 <features rotate="0" tabularvalignment="middle">
13106 <column alignment="center" valignment="top">
13107 <column alignment="center" valignment="top">
13108 <row>
13109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13110 \begin_inset Text
13111
13112 \begin_layout Plain Layout
13113 Comando
13114 \end_layout
13115
13116 \end_inset
13117 </cell>
13118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13119 \begin_inset Text
13120
13121 \begin_layout Plain Layout
13122 Resultado
13123 \begin_inset Note Note
13124 status collapsed
13125
13126 \begin_layout Plain Layout
13127
13128 \series bold
13129
13130 \backslash
13131 raisebox
13132 \series default
13133  se usa sólo como espaciador
13134 \end_layout
13135
13136 \end_inset
13137
13138
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 </row>
13144 <row>
13145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13146 \begin_inset Text
13147
13148 \begin_layout Plain Layout
13149
13150 \backslash
13151 fbox
13152 \begin_inset space \textvisiblespace{}
13153 \end_inset
13154
13155
13156 \family sans
13157 Ctrl+M
13158 \family default
13159  
13160 \backslash
13161 int
13162 \begin_inset space \textvisiblespace{}
13163 \end_inset
13164
13165 A=B
13166 \end_layout
13167
13168 \end_inset
13169 </cell>
13170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13175 \end_inset
13176
13177
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 </row>
13183 <row>
13184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188
13189 \backslash
13190 boxed
13191 \begin_inset space \textvisiblespace{}
13192 \end_inset
13193
13194
13195 \backslash
13196 int
13197 \begin_inset space \textvisiblespace{}
13198 \end_inset
13199
13200 A=B
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13206 \begin_inset Text
13207
13208 \begin_layout Plain Layout
13209 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13210 \end_inset
13211
13212
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 </row>
13218 <row>
13219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 A+
13224 \backslash
13225 fbox
13226 \begin_inset space \textvisiblespace{}
13227 \end_inset
13228
13229 B
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13239 \end_inset
13240
13241
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 </row>
13247 <row>
13248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252
13253 \backslash
13254 framebox
13255 \begin_inset space \textvisiblespace{}
13256 \end_inset
13257
13258 20mm
13259 \begin_inset Formula $\to$
13260 \end_inset
13261
13262
13263 \begin_inset Formula $\to$
13264 \end_inset
13265
13266
13267 \family sans
13268 Ctrl+M
13269 \family default
13270  
13271 \backslash
13272 frac
13273 \begin_inset space \textvisiblespace{}
13274 \end_inset
13275
13276 A
13277 \begin_inset Formula $\downarrow$
13278 \end_inset
13279
13280 B
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 \begin_inset Formula $\raisebox{6mm}{}$
13290 \end_inset
13291
13292
13293 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13294 \end_inset
13295
13296
13297 \begin_inset Formula $\raisebox{-4mm}{}$
13298 \end_inset
13299
13300
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 </row>
13306 </lyxtabular>
13307
13308 \end_inset
13309
13310
13311 \end_layout
13312
13313 \begin_layout Standard
13314 El grosor del borde también se puede ajustar.
13315  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13316  la fórmula:
13317 \end_layout
13318
13319 \begin_layout Standard
13320
13321 \series bold
13322
13323 \backslash
13324 fboxrule
13325 \series default
13326  
13327 \series bold
13328
13329 \begin_inset Quotes fld
13330 \end_inset
13331
13332 grosor
13333 \begin_inset Quotes frd
13334 \end_inset
13335
13336
13337 \series default
13338  
13339 \series bold
13340
13341 \backslash
13342 fboxsep
13343 \series default
13344  
13345 \series bold
13346
13347 \begin_inset Quotes fld
13348 \end_inset
13349
13350 distancia
13351 \begin_inset Quotes frd
13352 \end_inset
13353
13354
13355 \end_layout
13356
13357 \begin_layout Standard
13358 \begin_inset Quotes fld
13359 \end_inset
13360
13361 distancia
13362 \begin_inset Quotes frd
13363 \end_inset
13364
13365  especifica la distancia mínima entre el borde y el primer carácter en el
13366  cuadro.
13367  Un ejemplo de esto es la siguiente ecuación enmarcada:
13368 \begin_inset ERT
13369 status collapsed
13370
13371 \begin_layout Plain Layout
13372
13373
13374 \backslash
13375 fboxrule 2mm 
13376 \backslash
13377 fboxsep 3mm
13378 \end_layout
13379
13380 \end_inset
13381
13382
13383 \begin_inset Formula 
13384 \[
13385 \boxed{A+B=C}
13386 \]
13387
13388 \end_inset
13389
13390
13391 \end_layout
13392
13393 \begin_layout Standard
13394 Delante de esta ecuación se han insertado los comandos
13395 \end_layout
13396
13397 \begin_layout Standard
13398
13399 \series bold
13400
13401 \backslash
13402 fboxrule
13403 \series default
13404  
13405 \series bold
13406 2mm
13407 \series default
13408  
13409 \series bold
13410
13411 \backslash
13412 fboxsep
13413 \series default
13414  
13415 \series bold
13416 3mm
13417 \end_layout
13418
13419 \begin_layout Standard
13420 en modo TeX.
13421  Los valores dados se usan para todos los marcos siguientes.
13422 \end_layout
13423
13424 \begin_layout Standard
13425 Para volver al tamaño estándar del marco se inserta el comando
13426 \end_layout
13427
13428 \begin_layout Standard
13429
13430 \series bold
13431
13432 \backslash
13433 fboxrule
13434 \series default
13435  
13436 \series bold
13437 0.4pt
13438 \series default
13439  
13440 \series bold
13441
13442 \backslash
13443 fboxsep
13444 \series default
13445  
13446 \series bold
13447 3pt
13448 \series default
13449
13450 \begin_inset ERT
13451 status collapsed
13452
13453 \begin_layout Plain Layout
13454
13455
13456 \backslash
13457 fboxrule 0.4pt 
13458 \backslash
13459 fboxsep 3pt
13460 \end_layout
13461
13462 \end_inset
13463
13464
13465 \end_layout
13466
13467 \begin_layout Standard
13468 en modo TeX antes de la ecuación siguiente.
13469 \end_layout
13470
13471 \begin_layout Subsection
13472 Marcos sin bordes
13473 \begin_inset CommandInset label
13474 LatexCommand label
13475 name "sub:Marcos-sin-bordes"
13476
13477 \end_inset
13478
13479
13480 \begin_inset Index idx
13481 status collapsed
13482
13483 \begin_layout Plain Layout
13484 Marcos ! sin borde
13485 \end_layout
13486
13487 \end_inset
13488
13489
13490 \end_layout
13491
13492 \begin_layout Standard
13493 Para marcos sin borde hay los comandos: 
13494 \series bold
13495
13496 \backslash
13497 mbox
13498 \series default
13499
13500 \begin_inset Index idx
13501 status collapsed
13502
13503 \begin_layout Plain Layout
13504 Comandos ! M ! 
13505 \backslash
13506 mbox
13507 \end_layout
13508
13509 \end_inset
13510
13511
13512 \series bold
13513
13514 \backslash
13515 makebox
13516 \series default
13517
13518 \begin_inset Index idx
13519 status collapsed
13520
13521 \begin_layout Plain Layout
13522 Comandos ! M ! 
13523 \backslash
13524 makebox
13525 \end_layout
13526
13527 \end_inset
13528
13529  y 
13530 \series bold
13531
13532 \backslash
13533 raisebox
13534 \series default
13535
13536 \begin_inset Index idx
13537 status collapsed
13538
13539 \begin_layout Plain Layout
13540 Comandos ! R ! 
13541 \backslash
13542 raisebox
13543 \end_layout
13544
13545 \end_inset
13546
13547 .
13548 \end_layout
13549
13550 \begin_layout Standard
13551 Con 
13552 \series bold
13553
13554 \backslash
13555 raisebox
13556 \series default
13557  se puede poner un marco subíndice o superíndice, pero a diferencia de los
13558  normales, los caracteres en el marco mantienen su tamaño de tipografía.
13559  
13560 \series bold
13561
13562 \backslash
13563 raisebox
13564 \series default
13565  se usa con el siguiente esquema: 
13566 \end_layout
13567
13568 \begin_layout Standard
13569
13570 \series bold
13571
13572 \backslash
13573 raisebox{altura}{contenido del marco}
13574 \end_layout
13575
13576 \begin_layout Standard
13577 Cuando el marco tenga que contener una ecuación, hace falta una ecuación
13578  extra, como con 
13579 \series bold
13580
13581 \backslash
13582 fbox
13583 \series default
13584 .
13585  
13586 \begin_inset Note Greyedout
13587 status open
13588
13589 \begin_layout Plain Layout
13590
13591 \series bold
13592 Nota
13593 \series default
13594 : Para
13595 \series bold
13596  
13597 \backslash
13598 raisebox
13599 \series default
13600  se ha creado esta ecuación extra tecleando 
13601 \family sans
13602 Ctrl+M
13603 \family default
13604  dos veces en vez de una porque LyX aún no soporta 
13605 \series bold
13606
13607 \backslash
13608 raisebox
13609 \series default
13610  directamente.
13611 \end_layout
13612
13613 \end_inset
13614
13615
13616 \end_layout
13617
13618 \begin_layout Standard
13619 \align center
13620 \begin_inset Tabular
13621 <lyxtabular version="3" rows="4" columns="2">
13622 <features rotate="0" tabularvalignment="middle">
13623 <column alignment="center" valignment="top">
13624 <column alignment="center" valignment="top">
13625 <row>
13626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630 Comando
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13636 \begin_inset Text
13637
13638 \begin_layout Plain Layout
13639 Resultado
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 </row>
13645 <row>
13646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650 H
13651 \backslash
13652 raisebox{2mm
13653 \begin_inset Formula $\to$
13654 \end_inset
13655
13656
13657 \backslash
13658 {al
13659 \begin_inset Formula $\to$
13660 \end_inset
13661
13662  lo
13663 \end_layout
13664
13665 \end_inset
13666 </cell>
13667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13672 \end_inset
13673
13674
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 </row>
13680 <row>
13681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13682 \begin_inset Text
13683
13684 \begin_layout Plain Layout
13685 H
13686 \backslash
13687 raisebox{-2mm
13688 \begin_inset Formula $\to$
13689 \end_inset
13690
13691
13692 \backslash
13693 {al
13694 \begin_inset Formula $\to$
13695 \end_inset
13696
13697 lo
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13707 \end_inset
13708
13709
13710 \end_layout
13711
13712 \end_inset
13713 </cell>
13714 </row>
13715 <row>
13716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13717 \begin_inset Text
13718
13719 \begin_layout Plain Layout
13720 A=
13721 \backslash
13722 raisebox{-2mm
13723 \begin_inset Formula $\to$
13724 \end_inset
13725
13726
13727 \backslash
13728 {
13729 \family sans
13730 Ctrl+M Ctrl+M
13731 \family default
13732  
13733 \backslash
13734 sqrt
13735 \begin_inset space \textvisiblespace{}
13736 \end_inset
13737
13738
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13748 \end_inset
13749
13750
13751 \end_layout
13752
13753 \end_inset
13754 </cell>
13755 </row>
13756 </lyxtabular>
13757
13758 \end_inset
13759
13760
13761 \end_layout
13762
13763 \begin_layout Standard
13764 El comando 
13765 \series bold
13766
13767 \backslash
13768 mbox
13769 \series default
13770  es equivalente a 
13771 \series bold
13772
13773 \backslash
13774 fbox
13775 \series default
13776  y 
13777 \series bold
13778
13779 \backslash
13780 makebox
13781 \series default
13782  es equivalente a 
13783 \series bold
13784
13785 \backslash
13786 framebox
13787 \series default
13788 , con la diferencia de que no hay marco.
13789 \end_layout
13790
13791 \begin_layout Subsection
13792 Marcos coloreados
13793 \begin_inset CommandInset label
13794 LatexCommand label
13795 name "sub:Marcos-coloreados"
13796
13797 \end_inset
13798
13799
13800 \begin_inset Index idx
13801 status collapsed
13802
13803 \begin_layout Plain Layout
13804 Marcos ! coloreados
13805 \end_layout
13806
13807 \end_inset
13808
13809
13810 \end_layout
13811
13812 \begin_layout Standard
13813 Para poder usar todos los comandos explicados en esta sección hay que cargar
13814  en el preámbulo LaTeX el paquete LaTeX 
13815 \series bold
13816 color
13817 \series default
13818
13819 \begin_inset Foot
13820 status collapsed
13821
13822 \begin_layout Plain Layout
13823 El paquete LaTeX 
13824 \series bold
13825 color
13826 \series default
13827  forma parte de toda distribución LaTeX estándar.
13828 \end_layout
13829
13830 \end_inset
13831
13832
13833 \begin_inset Index idx
13834 status collapsed
13835
13836 \begin_layout Plain Layout
13837 Paquetes ! color
13838 \end_layout
13839
13840 \end_inset
13841
13842 , con la línea
13843 \begin_inset Foot
13844 status collapsed
13845
13846 \begin_layout Plain Layout
13847 Cuando hay texto coloreado con un color predefinido en alguna parte del
13848  documento, LyX carga automáticamente el paquete LaTeX 
13849 \series bold
13850 color
13851 \series default
13852 .
13853  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13854  origina problemas.
13855 \end_layout
13856
13857 \end_inset
13858
13859
13860 \begin_inset Note Note
13861 status collapsed
13862
13863 \begin_layout Plain Layout
13864 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13865  en el preámbulo LaTeX.
13866 \end_layout
13867
13868 \end_inset
13869
13870
13871 \end_layout
13872
13873 \begin_layout Standard
13874
13875 \series bold
13876
13877 \backslash
13878 usepackage{color}
13879 \begin_inset VSpace medskip
13880 \end_inset
13881
13882
13883 \end_layout
13884
13885 \begin_layout Standard
13886 Para colorear marcos se usa el comando 
13887 \series bold
13888
13889 \backslash
13890 colorbox
13891 \series default
13892
13893 \begin_inset Index idx
13894 status collapsed
13895
13896 \begin_layout Plain Layout
13897 Comandos ! C ! 
13898 \backslash
13899 colorbox
13900 \end_layout
13901
13902 \end_inset
13903
13904  con el siguiente esquema:
13905 \end_layout
13906
13907 \begin_layout Standard
13908
13909 \series bold
13910
13911 \backslash
13912 colorbox{color}{contenido del marco}
13913 \end_layout
13914
13915 \begin_layout Standard
13916 El contenido del marco puede ser otro marco, y también un 
13917 \backslash
13918
13919 \series bold
13920 colorbox
13921 \series default
13922  puede ser parte de otro marco (véanse los ejemplos 2º y 3º).
13923  Si el marco debe contener una ecuación debe crearse una ecuación extra,
13924  como con 
13925 \series bold
13926
13927 \backslash
13928 raisebox
13929 \series default
13930 .
13931 \begin_inset Foot
13932 status collapsed
13933
13934 \begin_layout Plain Layout
13935 Esto también se aplica para el comando 
13936 \series bold
13937
13938 \backslash
13939 fcolorbox
13940 \series default
13941 .
13942 \end_layout
13943
13944 \end_inset
13945
13946  
13947 \end_layout
13948
13949 \begin_layout Standard
13950 Se puede elegir uno de los siguientes colores predefinidos:
13951 \end_layout
13952
13953 \begin_layout Standard
13954
13955 \series bold
13956 black
13957 \series default
13958
13959 \series bold
13960 blue
13961 \series default
13962
13963 \series bold
13964 cyan
13965 \series default
13966
13967 \series bold
13968 green
13969 \series default
13970
13971 \series bold
13972 magenta
13973 \series default
13974
13975 \series bold
13976 red
13977 \series default
13978
13979 \series bold
13980 white
13981 \series default
13982
13983 \series bold
13984 yellow
13985 \end_layout
13986
13987 \begin_layout Standard
13988 \align center
13989 \begin_inset Tabular
13990 <lyxtabular version="3" rows="4" columns="2">
13991 <features rotate="0" tabularvalignment="middle">
13992 <column alignment="center" valignment="top">
13993 <column alignment="center" valignment="top">
13994 <row>
13995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999 Comando
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14005 \begin_inset Text
14006
14007 \begin_layout Plain Layout
14008 Resultado
14009 \begin_inset Note Note
14010 status collapsed
14011
14012 \begin_layout Plain Layout
14013
14014 \series bold
14015
14016 \backslash
14017 raisebox
14018 \series default
14019  se usa sólo como espaciador
14020 \end_layout
14021
14022 \end_inset
14023
14024
14025 \end_layout
14026
14027 \end_inset
14028 </cell>
14029 </row>
14030 <row>
14031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14032 \begin_inset Text
14033
14034 \begin_layout Plain Layout
14035
14036 \backslash
14037 colorbox{yellow
14038 \begin_inset Formula $\to$
14039 \end_inset
14040
14041
14042 \backslash
14043 {A=B
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14049 \begin_inset Text
14050
14051 \begin_layout Plain Layout
14052 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
14053 \end_inset
14054
14055
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 </row>
14061 <row>
14062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066
14067 \backslash
14068 colorbox{green
14069 \begin_inset Formula $\to$
14070 \end_inset
14071
14072
14073 \backslash
14074 {
14075 \backslash
14076 fbox
14077 \begin_inset space \textvisiblespace{}
14078 \end_inset
14079
14080 A=B
14081 \end_layout
14082
14083 \end_inset
14084 </cell>
14085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
14090 \end_inset
14091
14092
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 </row>
14098 <row>
14099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14100 \begin_inset Text
14101
14102 \begin_layout Plain Layout
14103
14104 \backslash
14105 fbox
14106 \begin_inset space \textvisiblespace{}
14107 \end_inset
14108
14109
14110 \backslash
14111 colorbox{green
14112 \begin_inset Formula $\to$
14113 \end_inset
14114
14115
14116 \backslash
14117 {
14118 \family sans
14119 Ctrl+M Ctrl+M
14120 \family default
14121  
14122 \backslash
14123 int
14124 \begin_inset space \textvisiblespace{}
14125 \end_inset
14126
14127 C=D
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14133 \begin_inset Text
14134
14135 \begin_layout Plain Layout
14136 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14137 \end_inset
14138
14139
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 </row>
14145 </lyxtabular>
14146
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \begin_layout Standard
14153
14154 \series bold
14155
14156 \backslash
14157 colorbox
14158 \series default
14159  sólo colorea el marco pero no los caracteres.
14160  Para colorear todos los caracteres se selecciona toda la ecuación y se
14161  elige un color en el diálogo 
14162 \family sans
14163 Estilo
14164 \begin_inset space ~
14165 \end_inset
14166
14167 del
14168 \begin_inset space ~
14169 \end_inset
14170
14171 texto
14172 \family default
14173 .
14174  El diálogo puede abrirse con el botón 
14175 \begin_inset Info
14176 type  "icon"
14177 arg   "dialog-show character"
14178 \end_inset
14179
14180  de la barra de herramientas o con el menú 
14181 \family sans
14182 Editar\SpecialChar \menuseparator
14183 Estilo
14184 \begin_inset space ~
14185 \end_inset
14186
14187 del
14188 \begin_inset space ~
14189 \end_inset
14190
14191 texto\SpecialChar \menuseparator
14192 Personalizado
14193 \family default
14194 .
14195  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
14196  Si el número de la ecuación debe tener otro color que el de los caracteres
14197  de la ecuación, el color debe cambiarse dentro de la ecuación.
14198 \end_layout
14199
14200 \begin_layout Standard
14201 Un ejemplo:
14202 \color red
14203
14204 \begin_inset Formula 
14205 \begin{equation}
14206 {\color{red}\int A=B}\label{eq:rojo}
14207 \end{equation}
14208
14209 \end_inset
14210
14211
14212 \color green
14213
14214 \begin_inset Formula 
14215 \begin{equation}
14216 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
14217 \end{equation}
14218
14219 \end_inset
14220
14221
14222 \end_layout
14223
14224 \begin_layout Standard
14225 La ecuación 
14226 \begin_inset CommandInset ref
14227 LatexCommand eqref
14228 reference "eq:rojo"
14229
14230 \end_inset
14231
14232  está toda coloreada en rojo.
14233 \begin_inset Newline newline
14234 \end_inset
14235
14236 La ecuación 
14237 \begin_inset CommandInset ref
14238 LatexCommand eqref
14239 reference "eq:rojoverde"
14240
14241 \end_inset
14242
14243  se ha coloreado en primer lugar toda en verde para colorear el número de
14244  la ecuación.
14245  Posteriormente se han coloreado en rojo los caracteres.
14246 \family sans
14247
14248 \begin_inset VSpace bigskip
14249 \end_inset
14250
14251
14252 \end_layout
14253
14254 \begin_layout Standard
14255 Para colorear diferente el borde y el marcose usa el comando 
14256 \series bold
14257
14258 \backslash
14259 fcolorbox
14260 \series default
14261
14262 \begin_inset Index idx
14263 status collapsed
14264
14265 \begin_layout Plain Layout
14266 Comandos ! F ! 
14267 \backslash
14268 fcolorbox
14269 \end_layout
14270
14271 \end_inset
14272
14273  con el siguiente esquema:
14274 \end_layout
14275
14276 \begin_layout Standard
14277
14278 \series bold
14279
14280 \backslash
14281 fcolorbox{color del borde}{color}{contenido del marco}
14282 \end_layout
14283
14284 \begin_layout Standard
14285 Así pues 
14286 \series bold
14287
14288 \backslash
14289 fcolorbox
14290 \series default
14291  es una extensión del comando 
14292 \series bold
14293
14294 \backslash
14295 colorbox
14296 \series default
14297 .
14298  La anchura del borde se establece, como para 
14299 \series bold
14300
14301 \backslash
14302 framebox
14303 \series default
14304 , con 
14305 \series bold
14306
14307 \backslash
14308 fboxrule
14309 \series default
14310  y 
14311 \series bold
14312
14313 \backslash
14314 fboxsep
14315 \series default
14316 .
14317  Un ejemplo:
14318 \begin_inset ERT
14319 status collapsed
14320
14321 \begin_layout Plain Layout
14322
14323
14324 \backslash
14325 fboxrule 1mm 
14326 \backslash
14327 fboxsep 1mm
14328 \end_layout
14329
14330 \end_inset
14331
14332
14333 \begin_inset Formula 
14334 \[
14335 \fcolorbox{cyan}{magenta}{A=B}
14336 \]
14337
14338 \end_inset
14339
14340
14341 \end_layout
14342
14343 \begin_layout Standard
14344 \begin_inset ERT
14345 status collapsed
14346
14347 \begin_layout Plain Layout
14348
14349
14350 \backslash
14351 fboxrule 0.4pt 
14352 \backslash
14353 fboxsep 3pt
14354 \end_layout
14355
14356 \end_inset
14357
14358
14359 \end_layout
14360
14361 \begin_layout Standard
14362 Esta ecuación se ha compuesto con el comando
14363 \begin_inset Newline newline
14364 \end_inset
14365
14366
14367 \series bold
14368
14369 \backslash
14370 fcolorbox{cyan
14371 \begin_inset Formula $\to$
14372 \end_inset
14373
14374
14375 \backslash
14376 {magenta
14377 \begin_inset Formula $\to$
14378 \end_inset
14379
14380
14381 \backslash
14382 {A=B
14383 \end_layout
14384
14385 \begin_layout Standard
14386 \begin_inset VSpace bigskip
14387 \end_inset
14388
14389
14390 \end_layout
14391
14392 \begin_layout Standard
14393 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14394 \end_layout
14395
14396 \begin_layout Standard
14397 Por ejemplo, se puede definir el color 
14398 \begin_inset Quotes fld
14399 \end_inset
14400
14401
14402 \series bold
14403 verdeoscuro
14404 \series default
14405
14406 \begin_inset Quotes frd
14407 \end_inset
14408
14409  con la línea de preámbulo LaTeX:
14410 \end_layout
14411
14412 \begin_layout Standard
14413
14414 \series bold
14415
14416 \backslash
14417 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14418 \series default
14419
14420 \begin_inset Index idx
14421 status collapsed
14422
14423 \begin_layout Plain Layout
14424 Comandos ! D ! 
14425 \backslash
14426 definecolor
14427 \end_layout
14428
14429 \end_inset
14430
14431
14432 \end_layout
14433
14434 \begin_layout Standard
14435
14436 \series bold
14437 cmyk
14438 \series default
14439  es el espacio de color referido a los colores 
14440 \series bold
14441 cyan
14442 \series default
14443
14444 \series bold
14445 magenta
14446 \series default
14447
14448 \series bold
14449 yellow
14450 \series default
14451  y 
14452 \series bold
14453 black
14454 \series default
14455 .
14456  Los cuatro números separados por coma son el factor de cuota para los colores
14457  correspondientes del espacio de color.
14458  Los factores pueden estar en el rango 0-1.
14459  En vez de 
14460 \series bold
14461 cmyk
14462 \series default
14463  se puede usar el espacio de color 
14464 \series bold
14465 rgb
14466 \series default
14467 , que se refiere a 
14468 \series bold
14469 red
14470 \series default
14471
14472 \series bold
14473 green
14474 \series default
14475  y 
14476 \series bold
14477 blue
14478 \series default
14479 , así pues en este caso hay tres factores de cuota para los correspondientes
14480  colores.
14481  Además hay el espacio de color 
14482 \series bold
14483 gray
14484 \series default
14485  con un factor de cuota para el valor gris.
14486 \end_layout
14487
14488 \begin_layout Standard
14489 Como ejemplo he aquí un marco con el nuevo color definido 
14490 \series bold
14491 verdeoscuro
14492 \series default
14493  y los caracteres en color amarillo:
14494 \color black
14495
14496 \begin_inset Formula 
14497 \begin{equation}
14498 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
14499 \end{equation}
14500
14501 \end_inset
14502
14503
14504 \end_layout
14505
14506 \begin_layout Standard
14507 Los colores personalizados también se pueden usar para texto con la ayuda
14508  del comando 
14509 \series bold
14510
14511 \backslash
14512 textcolor
14513 \series default
14514
14515 \begin_inset Index idx
14516 status collapsed
14517
14518 \begin_layout Plain Layout
14519 Texto ! coloreado
14520 \end_layout
14521
14522 \end_inset
14523
14524
14525 \end_layout
14526
14527 \begin_layout Standard
14528 \begin_inset ERT
14529 status collapsed
14530
14531 \begin_layout Plain Layout
14532
14533
14534 \backslash
14535 textcolor{verdeoscuro}{
14536 \end_layout
14537
14538 \end_inset
14539
14540 Esta frase en 
14541 \begin_inset Quotes fld
14542 \end_inset
14543
14544 verdeoscuro
14545 \begin_inset Quotes frd
14546 \end_inset
14547
14548 .
14549 \begin_inset ERT
14550 status collapsed
14551
14552 \begin_layout Plain Layout
14553
14554 }
14555 \end_layout
14556
14557 \end_inset
14558
14559
14560 \end_layout
14561
14562 \begin_layout Standard
14563
14564 \series bold
14565
14566 \backslash
14567 textcolor
14568 \series default
14569
14570 \begin_inset Index idx
14571 status collapsed
14572
14573 \begin_layout Plain Layout
14574 Comandos ! T ! 
14575 \backslash
14576 textcolor
14577 \end_layout
14578
14579 \end_inset
14580
14581  se usa con el esquema 
14582 \series bold
14583
14584 \backslash
14585 textcolor{color}{caracteres a colorear}
14586 \series default
14587 .
14588 \end_layout
14589
14590 \begin_layout Subsection
14591 Marcos de párrafo
14592 \begin_inset CommandInset label
14593 LatexCommand label
14594 name "sub:Marcos-de-párrafo"
14595
14596 \end_inset
14597
14598
14599 \begin_inset Index idx
14600 status collapsed
14601
14602 \begin_layout Plain Layout
14603 Marcos ! para párrafos
14604 \end_layout
14605
14606 \end_inset
14607
14608
14609 \end_layout
14610
14611 \begin_layout Standard
14612 Un marco que puede contener varias líneas y párrafos, denominado marco de
14613  párrafo (parbox), se puede generar con el menú 
14614 \family sans
14615 Insertar\SpecialChar \menuseparator
14616 Marco
14617 \family default
14618  o con el botón 
14619 \begin_inset Info
14620 type  "icon"
14621 arg   "box-insert"
14622 \end_inset
14623
14624  de la barra de herramientas.
14625 \end_layout
14626
14627 \begin_layout Standard
14628 El siguiente ejemplo muestra un marco de párrafo en línea:
14629 \begin_inset VSpace medskip
14630 \end_inset
14631
14632 Esta línea contiene 
14633 \begin_inset Box Boxed
14634 position "c"
14635 hor_pos "c"
14636 has_inner_box 1
14637 inner_pos "c"
14638 use_parbox 1
14639 use_makebox 0
14640 width "5cm"
14641 special "none"
14642 height "1in"
14643 height_special "totalheight"
14644 status collapsed
14645
14646 \begin_layout Plain Layout
14647 Esto es un marco de párrafo.
14648  Tiene exactamente 5
14649 \begin_inset space \thinspace{}
14650 \end_inset
14651
14652 cm de largo y además puede contener ecuaciones: 
14653 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14654 \end_inset
14655
14656
14657 \end_layout
14658
14659 \end_inset
14660
14661
14662 \begin_inset space ~
14663 \end_inset
14664
14665  un marco de párrafo.
14666 \begin_inset VSpace medskip
14667 \end_inset
14668
14669 Ese marco se compone haciendo clic derecho sobre el rectángulo gris insertado.
14670  Surge un diálogo con las propiedades del marco.
14671  En este caso: 
14672 \emph on
14673 Decoración
14674 \emph default
14675 : Marco rectangular, 
14676 \emph on
14677 marco interior
14678 \emph default
14679 : Párrafo, 
14680 \emph on
14681 Ancho
14682 \emph default
14683 : 5
14684 \begin_inset space \thinspace{}
14685 \end_inset
14686
14687 cm, 
14688 \emph on
14689 Alineación Vertical
14690 \emph default
14691  
14692 \emph on
14693 marco
14694 \emph default
14695 : Medio.
14696 \end_layout
14697
14698 \begin_layout Standard
14699 \begin_inset VSpace medskip
14700 \end_inset
14701
14702 En LaTeX, un marco de párrafo se inserta con el comando 
14703 \series bold
14704
14705 \backslash
14706 parbox
14707 \series default
14708
14709 \begin_inset Index idx
14710 status collapsed
14711
14712 \begin_layout Plain Layout
14713 Comandos ! P ! 
14714 \backslash
14715 parbox
14716 \end_layout
14717
14718 \end_inset
14719
14720  con el esquema siguiente:
14721 \end_layout
14722
14723 \begin_layout Standard
14724
14725 \series bold
14726
14727 \backslash
14728 parbox[posición]{anchura}{contenido}
14729 \end_layout
14730
14731 \begin_layout Standard
14732 Son posibles las posiciones 
14733 \emph on
14734 b
14735 \emph default
14736  y 
14737 \emph on
14738 t
14739 \emph default
14740
14741 \emph on
14742 b
14743 \emph default
14744  por 
14745 \begin_inset Quotes fld
14746 \end_inset
14747
14748 bottom
14749 \begin_inset Quotes frd
14750 \end_inset
14751
14752  (abajo), que alinea la última línea del marco con el texto de alrededor.
14753  Con 
14754 \emph on
14755 t
14756 \emph default
14757 , por 
14758 \begin_inset Quotes fld
14759 \end_inset
14760
14761 top
14762 \begin_inset Quotes frd
14763 \end_inset
14764
14765  (arriba), la alineación se hace con la primera línea.
14766  Si no se da posición, el marco se centrará verticalmente, véase la sección
14767  
14768 \emph on
14769 Marcos
14770 \emph default
14771  del manual 
14772 \emph on
14773 Objetos insertados
14774 \emph default
14775  para ejemplos.
14776 \end_layout
14777
14778 \begin_layout Standard
14779 \begin_inset VSpace bigskip
14780 \end_inset
14781
14782 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14783  ponerse en un marco de párrafo.
14784  Para ello se inserta el comando
14785 \begin_inset Newline newline
14786 \end_inset
14787
14788
14789 \series bold
14790
14791 \backslash
14792 fbox{
14793 \backslash
14794 parbox{
14795 \backslash
14796 linewidth-2
14797 \backslash
14798 fboxsep-2
14799 \backslash
14800 fboxrule}{
14801 \begin_inset Newline newline
14802 \end_inset
14803
14804
14805 \series default
14806 en modo TeX delante de la ecuación.
14807  Aquí 
14808 \series bold
14809
14810 \backslash
14811 linewidth
14812 \series default
14813
14814 \begin_inset Index idx
14815 status collapsed
14816
14817 \begin_layout Plain Layout
14818 Comandos ! L ! 
14819 \backslash
14820 linewidth
14821 \begin_inset ERT
14822 status open
14823
14824 \begin_layout Plain Layout
14825
14826
14827 \backslash
14828 vspace{5mm}
14829 \end_layout
14830
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \end_inset
14837
14838  es la anchura de línea establecida para el documento.
14839  Como el marco está por fuera del marco de párrafo, hay que restar de dicha
14840  anchura dos veces la separación del marco y el grosor.
14841  Como LyX no lo hace automáticamente debido a un fallo,
14842 \begin_inset Foot
14843 status collapsed
14844
14845 \begin_layout Plain Layout
14846 \begin_inset CommandInset href
14847 LatexCommand href
14848 name "LyX-bug #4483"
14849 target "http://www.lyx.org/trac/ticket/4483"
14850
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \end_inset
14857
14858  hay que usar modo TeX.
14859  Para poder multiplicar y restar en los argumentos hay que cargar en el
14860  preámbulo LaTeX el paquete LaTeX 
14861 \series bold
14862 calc
14863 \series default
14864 ,
14865 \begin_inset Foot
14866 status collapsed
14867
14868 \begin_layout Plain Layout
14869
14870 \series bold
14871 calc
14872 \series default
14873  es parte de toda instalación LaTeX estándar.
14874 \end_layout
14875
14876 \end_inset
14877
14878
14879 \begin_inset Index idx
14880 status collapsed
14881
14882 \begin_layout Plain Layout
14883 Paquetes ! calc
14884 \end_layout
14885
14886 \end_inset
14887
14888  con la línea
14889 \end_layout
14890
14891 \begin_layout Standard
14892
14893 \series bold
14894
14895 \backslash
14896 usepackage{calc}
14897 \end_layout
14898
14899 \begin_layout Standard
14900 Detrás de la ecuación se cierran ambos marcos con 
14901 \series bold
14902 }}
14903 \series default
14904  en modo TeX.
14905  Aquí hay un ejemplo:
14906 \begin_inset ERT
14907 status collapsed
14908
14909 \begin_layout Plain Layout
14910
14911
14912 \backslash
14913 fboxsep 5mm 
14914 \backslash
14915 fboxrule 5mm
14916 \end_layout
14917
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \begin_layout Standard
14924 \begin_inset ERT
14925 status collapsed
14926
14927 \begin_layout Plain Layout
14928
14929
14930 \backslash
14931 fbox{
14932 \backslash
14933 parbox{
14934 \backslash
14935 linewidth-2
14936 \backslash
14937 fboxsep-2
14938 \backslash
14939 fboxrule}{
14940 \end_layout
14941
14942 \end_inset
14943
14944
14945 \begin_inset Formula 
14946 \begin{equation}
14947 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14948 \end{equation}
14949
14950 \end_inset
14951
14952
14953 \end_layout
14954
14955 \begin_layout Standard
14956 \begin_inset ERT
14957 status collapsed
14958
14959 \begin_layout Plain Layout
14960
14961 }}
14962 \end_layout
14963
14964 \end_inset
14965
14966
14967 \begin_inset ERT
14968 status collapsed
14969
14970 \begin_layout Plain Layout
14971
14972
14973 \backslash
14974 fboxrule 0.4pt 
14975 \backslash
14976 fboxsep 3pt
14977 \end_layout
14978
14979 \end_inset
14980
14981
14982 \end_layout
14983
14984 \begin_layout Standard
14985 \begin_inset VSpace medskip
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \begin_layout Standard
14992 Como se ha usado el marco de párrafo como argumento de 
14993 \series bold
14994
14995 \backslash
14996 fbox
14997 \series default
14998 , en este caso no hay diferencia entre 
14999 \series bold
15000
15001 \backslash
15002 fbox
15003 \series default
15004  y 
15005 \series bold
15006
15007 \backslash
15008 boxed
15009 \series default
15010 .
15011  
15012 \end_layout
15013
15014 \begin_layout Standard
15015 \begin_inset VSpace bigskip
15016 \end_inset
15017
15018
15019 \end_layout
15020
15021 \begin_layout Standard
15022 Los marcos de párrafo son muy útiles para comentar ecuaciones directamente.
15023  Para hacerlo, se usa 
15024 \series bold
15025
15026 \backslash
15027 parbox
15028 \series default
15029  en combinación con el comando 
15030 \series bold
15031
15032 \backslash
15033 tag
15034 \series default
15035 .
15036  (Véase más sobre 
15037 \series bold
15038
15039 \backslash
15040 tag
15041 \series default
15042  en 
15043 \begin_inset CommandInset ref
15044 LatexCommand ref
15045 reference "sub:Numeración-personalizada"
15046
15047 \end_inset
15048
15049 ).
15050 \end_layout
15051
15052 \begin_layout Standard
15053 Un ejemplo de ecuación comentada con 
15054 \series bold
15055
15056 \backslash
15057 parbox
15058 \series default
15059 :
15060 \end_layout
15061
15062 \begin_layout Standard
15063 \begin_inset ERT
15064 status collapsed
15065
15066 \begin_layout Plain Layout
15067
15068
15069 \backslash
15070 [5x-7b=3b
15071 \backslash
15072 tag*{
15073 \backslash
15074 parbox{5cm}{
15075 \end_layout
15076
15077 \end_inset
15078
15079 Esto es una descripción.
15080  Está claramente separada de la ecuación y es multilínea.
15081 \begin_inset ERT
15082 status collapsed
15083
15084 \begin_layout Plain Layout
15085
15086 }}
15087 \backslash
15088 ]
15089 \end_layout
15090
15091 \end_inset
15092
15093
15094 \end_layout
15095
15096 \begin_layout Standard
15097 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
15098  no soporta el comando 
15099 \series bold
15100
15101 \backslash
15102 parbox
15103 \series default
15104  en ecuaciones.
15105  La ecuación se compone con la siguiente secuencia de comandos:
15106 \end_layout
15107
15108 \begin_layout Standard
15109 El comando 
15110 \series bold
15111
15112 \backslash
15113 [5x-7b=3b
15114 \backslash
15115 tag*
15116 \backslash
15117 {
15118 \backslash
15119 parbox{5cm}{
15120 \series default
15121  se inserta en modo TeX.
15122 \begin_inset Foot
15123 status collapsed
15124
15125 \begin_layout Plain Layout
15126 Si se usa el estilo de ecuación 
15127 \series bold
15128 Sangrado
15129 \series default
15130
15131 \series bold
15132
15133 \backslash
15134 tag*
15135 \backslash
15136
15137 \series default
15138  se puede reemplazar por 
15139 \series bold
15140
15141 \backslash
15142 hfill
15143 \series default
15144 .
15145  (Véanse los estilos de ecuación en 
15146 \begin_inset CommandInset ref
15147 LatexCommand ref
15148 reference "sec:Estilos-de-ecuación"
15149
15150 \end_inset
15151
15152 ).
15153 \end_layout
15154
15155 \end_inset
15156
15157  Después sigue la descripción en texto normal, y por último 
15158 \series bold
15159 }}
15160 \backslash
15161 ]
15162 \series default
15163  en modo TeX.
15164  Aquí los comandos 
15165 \series bold
15166
15167 \backslash
15168 [
15169 \series default
15170  y 
15171 \series bold
15172
15173 \backslash
15174 ]
15175 \series default
15176  crean una ecuación presentada.
15177 \end_layout
15178
15179 \begin_layout Standard
15180 Las ventajas de 
15181 \series bold
15182
15183 \backslash
15184 parbox
15185 \series default
15186  pueden verse en este ejemplo que se ha 
15187 \begin_inset Quotes fld
15188 \end_inset
15189
15190 comentado
15191 \begin_inset Quotes frd
15192 \end_inset
15193
15194  usando el modo texto matemático:
15195 \begin_inset Formula 
15196 \[
15197 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
15198 \]
15199
15200 \end_inset
15201
15202
15203 \end_layout
15204
15205 \begin_layout Section
15206 Operadores
15207 \begin_inset Index idx
15208 status collapsed
15209
15210 \begin_layout Plain Layout
15211 Operadores
15212 \end_layout
15213
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \begin_layout Subsection
15220 Operadores grandes
15221 \begin_inset CommandInset label
15222 LatexCommand label
15223 name "sub:Operadores-grandes"
15224
15225 \end_inset
15226
15227
15228 \begin_inset Index idx
15229 status collapsed
15230
15231 \begin_layout Plain Layout
15232 Operadores ! grandes
15233 \end_layout
15234
15235 \end_inset
15236
15237
15238 \begin_inset Index idx
15239 status collapsed
15240
15241 \begin_layout Plain Layout
15242 Sumatorios
15243 \end_layout
15244
15245 \end_inset
15246
15247
15248 \begin_inset Index idx
15249 status collapsed
15250
15251 \begin_layout Plain Layout
15252 Integrales
15253 \end_layout
15254
15255 \end_inset
15256
15257
15258 \end_layout
15259
15260 \begin_layout Standard
15261 Para poder usar todos los comandos de integrales listados aquí, debe estar
15262  marcada la opción 
15263 \family sans
15264 Usar paquete esint automáticamente
15265 \family default
15266  en el apartado 
15267 \family sans
15268 Opciones de ecuación
15269 \family default
15270  de la configuración del documento.
15271  
15272 \end_layout
15273
15274 \begin_layout Standard
15275 \begin_inset space \hfill{}
15276 \end_inset
15277
15278
15279 \begin_inset Tabular
15280 <lyxtabular version="3" rows="11" columns="2">
15281 <features rotate="0" tabularvalignment="middle">
15282 <column alignment="center" valignment="top" width="0pt">
15283 <column alignment="center" valignment="top" width="0pt">
15284 <row>
15285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289 Comando
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298 Resultado
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 </row>
15304 <row>
15305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309
15310 \backslash
15311 int
15312 \begin_inset Index idx
15313 status collapsed
15314
15315 \begin_layout Plain Layout
15316 Comandos ! I ! 
15317 \backslash
15318 int
15319 \end_layout
15320
15321 \end_inset
15322
15323
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332 \begin_inset Formula $\int$
15333 \end_inset
15334
15335
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 </row>
15341 <row>
15342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346
15347 \backslash
15348 oint
15349 \end_layout
15350
15351 \end_inset
15352 </cell>
15353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357 \begin_inset Formula $\oint$
15358 \end_inset
15359
15360
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 </row>
15366 <row>
15367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15368 \begin_inset Text
15369
15370 \begin_layout Plain Layout
15371
15372 \backslash
15373 ointctrclockwise
15374 \end_layout
15375
15376 \end_inset
15377 </cell>
15378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382 \begin_inset Formula $\ointctrclockwise$
15383 \end_inset
15384
15385
15386 \end_layout
15387
15388 \end_inset
15389 </cell>
15390 </row>
15391 <row>
15392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15393 \begin_inset Text
15394
15395 \begin_layout Plain Layout
15396
15397 \backslash
15398 ointclockwise
15399 \end_layout
15400
15401 \end_inset
15402 </cell>
15403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Plain Layout
15407 \begin_inset Formula $\ointclockwise$
15408 \end_inset
15409
15410
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 </row>
15416 <row>
15417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15418 \begin_inset Text
15419
15420 \begin_layout Plain Layout
15421
15422 \backslash
15423 sqint
15424 \end_layout
15425
15426 \end_inset
15427 </cell>
15428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432 \begin_inset Formula $\sqint$
15433 \end_inset
15434
15435
15436 \end_layout
15437
15438 \end_inset
15439 </cell>
15440 </row>
15441 <row>
15442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15443 \begin_inset Text
15444
15445 \begin_layout Plain Layout
15446
15447 \backslash
15448 fint
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457  
15458 \begin_inset Formula $\fint$
15459 \end_inset
15460
15461
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 </row>
15467 <row>
15468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472
15473 \backslash
15474 landupint
15475 \end_layout
15476
15477 \end_inset
15478 </cell>
15479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Plain Layout
15483  
15484 \begin_inset Formula $\landupint$
15485 \end_inset
15486
15487
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 </row>
15493 <row>
15494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498
15499 \backslash
15500 landdownint
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509  
15510 \begin_inset Formula $\landdownint$
15511 \end_inset
15512
15513
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 </row>
15519 <row>
15520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524
15525 \backslash
15526 bigcap
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535 \begin_inset Formula $\bigcap$
15536 \end_inset
15537
15538
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 </row>
15544 <row>
15545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549
15550 \backslash
15551 bigcup
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Plain Layout
15560 \begin_inset Formula $\bigcup$
15561 \end_inset
15562
15563
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 </row>
15569 </lyxtabular>
15570
15571 \end_inset
15572
15573
15574 \begin_inset space \hfill{}
15575 \end_inset
15576
15577
15578 \begin_inset Tabular
15579 <lyxtabular version="3" rows="11" columns="2">
15580 <features rotate="0" tabularvalignment="middle">
15581 <column alignment="center" valignment="top" width="0pt">
15582 <column alignment="center" valignment="top" width="0pt">
15583 <row>
15584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588 Comando
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15594 \begin_inset Text
15595
15596 \begin_layout Plain Layout
15597 Resultado
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 </row>
15603 <row>
15604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608
15609 \backslash
15610 sum
15611 \begin_inset Index idx
15612 status collapsed
15613
15614 \begin_layout Plain Layout
15615 Comandos ! S ! 
15616 \backslash
15617 sum
15618 \end_layout
15619
15620 \end_inset
15621
15622
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631 \begin_inset Formula $\sum$
15632 \end_inset
15633
15634
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 </row>
15640 <row>
15641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645
15646 \backslash
15647 prod
15648 \begin_inset Index idx
15649 status collapsed
15650
15651 \begin_layout Plain Layout
15652 Comandos ! P ! 
15653 \backslash
15654 prod
15655 \end_layout
15656
15657 \end_inset
15658
15659
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668 \begin_inset Formula $\prod$
15669 \end_inset
15670
15671
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 </row>
15677 <row>
15678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682
15683 \backslash
15684 coprod
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693 \begin_inset Formula $\coprod$
15694 \end_inset
15695
15696
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 </row>
15702 <row>
15703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707
15708 \backslash
15709 bigodot
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718 \begin_inset Formula $\bigodot$
15719 \end_inset
15720
15721
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 </row>
15727 <row>
15728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Plain Layout
15732
15733 \backslash
15734 bigotimes
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743 \begin_inset Formula $\bigotimes$
15744 \end_inset
15745
15746
15747 \end_layout
15748
15749 \end_inset
15750 </cell>
15751 </row>
15752 <row>
15753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15754 \begin_inset Text
15755
15756 \begin_layout Plain Layout
15757
15758 \backslash
15759 bigoplus
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768 \begin_inset Formula $\bigoplus$
15769 \end_inset
15770
15771
15772 \end_layout
15773
15774 \end_inset
15775 </cell>
15776 </row>
15777 <row>
15778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15779 \begin_inset Text
15780
15781 \begin_layout Plain Layout
15782
15783 \backslash
15784 bigwedge
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793 \begin_inset Formula $\bigwedge$
15794 \end_inset
15795
15796
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 </row>
15802 <row>
15803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807
15808 \backslash
15809 bigvee
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818 \begin_inset Formula $\bigvee$
15819 \end_inset
15820
15821
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 </row>
15827 <row>
15828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832
15833 \backslash
15834 bigsqcup
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843 \begin_inset Formula $\bigsqcup$
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 </row>
15852 <row>
15853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857
15858 \backslash
15859 biguplus
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868 \begin_inset Formula $\biguplus$
15869 \end_inset
15870
15871
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 </row>
15877 </lyxtabular>
15878
15879 \end_inset
15880
15881
15882 \begin_inset space \hfill{}
15883 \end_inset
15884
15885
15886 \end_layout
15887
15888 \begin_layout Standard
15889 Todos los operadores grandes se pueden insertar con el botón 
15890 \begin_inset Info
15891 type  "icon"
15892 arg   "math-insert \\intop"
15893 \end_inset
15894
15895  de la barra de ecuaciones.
15896 \end_layout
15897
15898 \begin_layout Standard
15899 Estos operadores son llamados grandes porque son mayores que los operadores
15900  binarios de aspecto semejante.
15901  Todos los operadores grandes pueden tener límites, como se describe en
15902  la subsección siguiente.
15903 \end_layout
15904
15905 \begin_layout Standard
15906 Para todos los operadores de integral hay una segunda versión disponible,
15907  terminando en 
15908 \series bold
15909 op
15910 \series default
15911
15912 \series bold
15913
15914 \backslash
15915 intop
15916 \series default
15917
15918 \series bold
15919
15920 \backslash
15921 ointop
15922 \series default
15923  etc.
15924  Estos operadores difieren de 
15925 \series bold
15926
15927 \backslash
15928 int
15929 \series default
15930 , etc., en el estilo en que se presentan los límites, véase
15931 \series bold
15932  
15933 \series default
15934
15935 \begin_inset CommandInset ref
15936 LatexCommand ref
15937 reference "sub:Límites-de-operadores"
15938
15939 \end_inset
15940
15941 .
15942 \end_layout
15943
15944 \begin_layout Subsubsection*
15945 Sugerencias para las integrales
15946 \end_layout
15947
15948 \begin_layout Standard
15949 La letra 
15950 \emph on
15951 d
15952 \emph default
15953  en una integral es un operador, por consiguiente debe escribirse en redonda.
15954  Esto se hace resaltando la 
15955 \emph on
15956 d
15957 \emph default
15958  y usando el atajo de teclado 
15959 \family sans
15960 Alt+C
15961 \begin_inset space ~
15962 \end_inset
15963
15964 R
15965 \family default
15966 .
15967 \begin_inset Foot
15968 status collapsed
15969
15970 \begin_layout Plain Layout
15971 véase estilos de letras en 
15972 \begin_inset CommandInset ref
15973 LatexCommand ref
15974 reference "sub:Estilos-de-tipografías"
15975
15976 \end_inset
15977
15978  
15979 \end_layout
15980
15981 \end_inset
15982
15983  Delante de la 
15984 \emph on
15985 d
15986 \emph default
15987  se inserta un espacio delgado, como es habitual en los operadores.
15988  Un ejemplo:
15989 \end_layout
15990
15991 \begin_layout Standard
15992 incorrecto: 
15993 \begin_inset Formula $\int A(x)dx$
15994 \end_inset
15995
15996
15997 \begin_inset Newline newline
15998 \end_inset
15999
16000
16001 \begin_inset Phantom HPhantom
16002 status open
16003
16004 \begin_layout Plain Layout
16005 in
16006 \end_layout
16007
16008 \end_inset
16009
16010 correcto: 
16011 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
16012 \end_inset
16013
16014
16015 \end_layout
16016
16017 \begin_layout Standard
16018 Para integrales múltiples hay los siguientes comandos:
16019 \begin_inset VSpace medskip
16020 \end_inset
16021
16022
16023 \end_layout
16024
16025 \begin_layout Standard
16026 \begin_inset space \hfill{}
16027 \end_inset
16028
16029
16030 \begin_inset Tabular
16031 <lyxtabular version="3" rows="4" columns="2">
16032 <features rotate="0" tabularvalignment="middle">
16033 <column alignment="center" valignment="top">
16034 <column alignment="center" valignment="top">
16035 <row>
16036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16037 \begin_inset Text
16038
16039 \begin_layout Plain Layout
16040 Comando
16041 \end_layout
16042
16043 \end_inset
16044 </cell>
16045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16046 \begin_inset Text
16047
16048 \begin_layout Plain Layout
16049 Resultado
16050 \begin_inset Note Note
16051 status collapsed
16052
16053 \begin_layout Plain Layout
16054
16055 \series bold
16056
16057 \backslash
16058 raisebox
16059 \series default
16060  se usa sólo como espaciador
16061 \end_layout
16062
16063 \end_inset
16064
16065
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 </row>
16071 <row>
16072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Plain Layout
16076
16077 \backslash
16078 iint
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
16088 \end_inset
16089
16090
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 </row>
16096 <row>
16097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101
16102 \backslash
16103 oiint
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16113 \end_inset
16114
16115
16116 \end_layout
16117
16118 \end_inset
16119 </cell>
16120 </row>
16121 <row>
16122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16123 \begin_inset Text
16124
16125 \begin_layout Plain Layout
16126
16127 \backslash
16128 sqiint
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16134 \begin_inset Text
16135
16136 \begin_layout Plain Layout
16137 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16138 \end_inset
16139
16140
16141 \end_layout
16142
16143 \end_inset
16144 </cell>
16145 </row>
16146 </lyxtabular>
16147
16148 \end_inset
16149
16150
16151 \begin_inset space \hfill{}
16152 \end_inset
16153
16154
16155 \begin_inset Tabular
16156 <lyxtabular version="3" rows="4" columns="2">
16157 <features rotate="0" tabularvalignment="middle">
16158 <column alignment="center" valignment="top">
16159 <column alignment="center" valignment="top">
16160 <row>
16161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 Comando
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Plain Layout
16174 Resultado
16175 \begin_inset Note Note
16176 status collapsed
16177
16178 \begin_layout Plain Layout
16179
16180 \series bold
16181
16182 \backslash
16183 raisebox
16184 \series default
16185  se usa sólo como espaciador
16186 \end_layout
16187
16188 \end_inset
16189
16190
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 </row>
16196 <row>
16197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201
16202 \backslash
16203 iiint
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16213 \end_inset
16214
16215
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 </row>
16221 <row>
16222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226
16227 \backslash
16228 iiiint
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16238 \end_inset
16239
16240
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 </row>
16246 <row>
16247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251
16252 \backslash
16253 dotsint
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16263 \end_inset
16264
16265
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 </row>
16271 </lyxtabular>
16272
16273 \end_inset
16274
16275
16276 \begin_inset space \hfill{}
16277 \end_inset
16278
16279
16280 \end_layout
16281
16282 \begin_layout Subsection
16283 Límites de operadores
16284 \begin_inset CommandInset label
16285 LatexCommand label
16286 name "sub:Límites-de-operadores"
16287
16288 \end_inset
16289
16290
16291 \begin_inset Index idx
16292 status collapsed
16293
16294 \begin_layout Plain Layout
16295 Operadores ! límites de
16296 \end_layout
16297
16298 \end_inset
16299
16300
16301 \end_layout
16302
16303 \begin_layout Standard
16304 Los límites se crean mediante superíndices y subíndices:
16305 \end_layout
16306
16307 \begin_layout Standard
16308 \noindent
16309 \align center
16310 \begin_inset Tabular
16311 <lyxtabular version="3" rows="2" columns="2">
16312 <features rotate="0" tabularvalignment="middle">
16313 <column alignment="center" valignment="top">
16314 <column alignment="center" valignment="top">
16315 <row>
16316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16317 \begin_inset Text
16318
16319 \begin_layout Plain Layout
16320 Comando
16321 \end_layout
16322
16323 \end_inset
16324 </cell>
16325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16326 \begin_inset Text
16327
16328 \begin_layout Plain Layout
16329 Resultado
16330 \begin_inset Note Note
16331 status collapsed
16332
16333 \begin_layout Plain Layout
16334
16335 \series bold
16336
16337 \backslash
16338 raisebox
16339 \series default
16340  se usa sólo como espaciador
16341 \end_layout
16342
16343 \end_inset
16344
16345
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 </row>
16351 <row>
16352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356
16357 \backslash
16358 prod^
16359 \backslash
16360 infty
16361 \begin_inset space \textvisiblespace{}
16362 \end_inset
16363
16364
16365 \begin_inset Formula $\to$
16366 \end_inset
16367
16368 _0
16369 \begin_inset Formula $\to$
16370 \end_inset
16371
16372 A(x)
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16382 \end_inset
16383
16384
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 </row>
16390 </lyxtabular>
16391
16392 \end_inset
16393
16394
16395 \end_layout
16396
16397 \begin_layout Standard
16398 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16399  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16400 \end_layout
16401
16402 \begin_layout Standard
16403 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16404  directamente detrás del operador y se elige 
16405 \series bold
16406 Alineado
16407 \series default
16408  en el menú 
16409 \family sans
16410 Editar\SpecialChar \menuseparator
16411 Ecuación\SpecialChar \menuseparator
16412 Cambiar tipo de límites
16413 \family default
16414  (atajo 
16415 \family sans
16416 Alt+M
16417 \begin_inset space ~
16418 \end_inset
16419
16420 L
16421 \family default
16422 ).
16423  Un ejemplo:
16424 \end_layout
16425
16426 \begin_layout Standard
16427 El tipo de límites por omisión es:
16428 \begin_inset Formula 
16429 \[
16430 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16431 \]
16432
16433 \end_inset
16434
16435
16436 \end_layout
16437
16438 \begin_layout Standard
16439 Así se ven si se cambia el tipo de límites a 
16440 \series bold
16441 Alineado
16442 \series default
16443 :
16444 \begin_inset Formula 
16445 \[
16446 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16447 \]
16448
16449 \end_inset
16450
16451
16452 \end_layout
16453
16454 \begin_layout Standard
16455 En integrales, excepto las que terminan en 
16456 \series bold
16457 op
16458 \series default
16459  como 
16460 \series bold
16461
16462 \backslash
16463 intop
16464 \series default
16465
16466 \series bold
16467
16468 \backslash
16469 ointop
16470 \series default
16471 , etc., los límites se colocan por omisión junto al operador.
16472  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16473  operador.
16474  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16475 \series bold
16476 Presentado
16477 \series default
16478  para poner el límite debajo:
16479 \begin_inset Formula 
16480 \begin{equation}
16481 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
16482 \end{equation}
16483
16484 \end_inset
16485
16486
16487 \begin_inset VSpace medskip
16488 \end_inset
16489
16490 Para especificar condiciones en los límites se usan los comandos 
16491 \series bold
16492
16493 \backslash
16494 subarray
16495 \series default
16496
16497 \begin_inset Index idx
16498 status collapsed
16499
16500 \begin_layout Plain Layout
16501 Comandos ! S ! 
16502 \backslash
16503 subarray
16504 \end_layout
16505
16506 \end_inset
16507
16508  y 
16509 \series bold
16510
16511 \backslash
16512 substack
16513 \series default
16514
16515 \begin_inset Index idx
16516 status collapsed
16517
16518 \begin_layout Plain Layout
16519 Comandos ! S ! 
16520 \backslash
16521 substack
16522 \end_layout
16523
16524 \end_inset
16525
16526 .
16527  Por ejemplo, para componer la expresión
16528 \begin_inset Formula 
16529 \begin{equation}
16530 \sum_{\begin{subarray}{c}
16531 0<k<1000\\
16532 \\
16533 k\,\in\,\mathbb{N}
16534 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16535 \end{equation}
16536
16537 \end_inset
16538
16539 se ha hecho lo siguiente: primero se escribe el comando 
16540 \series bold
16541
16542 \backslash
16543 sum^n
16544 \series default
16545
16546 \begin_inset space \textvisiblespace{}
16547 \end_inset
16548
16549
16550 \series bold
16551 _
16552 \series default
16553 .
16554  Ahora el cursor está en un marco azul bajo el operador sumatorio y ahí
16555  se inserta el comando 
16556 \series bold
16557
16558 \backslash
16559 subarray
16560 \series default
16561
16562 \begin_inset space \textvisiblespace{}
16563 \end_inset
16564
16565 .
16566  Ahora el marco azul está en un marco púrpura donde pueden escribirse líneas
16567  distintas.
16568  Cada línea nueva se crea con un salto de línea (
16569 \family sans
16570 Ctrl+Entrar
16571 \family default
16572 ).
16573  Si ahora se teclea en ella
16574 \begin_inset Newline newline
16575 \end_inset
16576
16577
16578 \series bold
16579 0<k<1000 Ctrl+Entrar
16580 \begin_inset Newline newline
16581 \end_inset
16582
16583
16584 \series default
16585 aparece debajo un nuevo marco para la línea nueva.
16586 \end_layout
16587
16588 \begin_layout Standard
16589 La alineación de las líneas puede cambiarse a la izquierda con la 
16590 \family sans
16591 barra de herramientas de cuadros
16592 \family default
16593  o con el menú 
16594 \family sans
16595 Editar\SpecialChar \menuseparator
16596 Filas y columnas
16597 \family default
16598 .
16599  Para obtener alineación derecha se inserta 
16600 \series bold
16601
16602 \backslash
16603 hfill
16604 \series default
16605
16606 \begin_inset space \textvisiblespace{}
16607 \end_inset
16608
16609  al principio de la línea.
16610 \end_layout
16611
16612 \begin_layout Standard
16613 El comando 
16614 \series bold
16615
16616 \backslash
16617 substack
16618 \series default
16619  es equivalente a 
16620 \series bold
16621
16622 \backslash
16623 subarray
16624 \series default
16625  con la diferencia de que las líneas están siempre centradas.
16626 \begin_inset VSpace bigskip
16627 \end_inset
16628
16629
16630 \end_layout
16631
16632 \begin_layout Standard
16633 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16634  siguientes, como en la ecuación 
16635 \begin_inset CommandInset ref
16636 LatexCommand eqref
16637 reference "eq:substack"
16638
16639 \end_inset
16640
16641 , porque éstos se colocan junto a los límites.
16642  Para evitarlo se puede usar comando 
16643 \series bold
16644
16645 \backslash
16646 mathclap
16647 \series default
16648
16649 \begin_inset Index idx
16650 status collapsed
16651
16652 \begin_layout Plain Layout
16653 Comandos ! M ! 
16654 \backslash
16655 mathclap
16656 \end_layout
16657
16658 \end_inset
16659
16660  que 
16661 \lang english
16662 sets the width of its content to
16663 \lang spanish
16664  0
16665 \begin_inset space \thinspace{}
16666 \end_inset
16667
16668 pt.
16669 \begin_inset Newline newline
16670 \end_inset
16671
16672 Aplicado en la ecuación 
16673 \begin_inset CommandInset ref
16674 LatexCommand eqref
16675 reference "eq:substack"
16676
16677 \end_inset
16678
16679  se usa el comando
16680 \end_layout
16681
16682 \begin_layout Standard
16683
16684 \series bold
16685
16686 \backslash
16687 sum_
16688 \backslash
16689 mathclap
16690 \backslash
16691 substack
16692 \begin_inset space \textvisiblespace{}
16693 \end_inset
16694
16695 0<k<1000 Ctrl+Entrar
16696 \end_layout
16697
16698 \begin_layout Standard
16699 para componer el límite inferior.
16700  Ahora el sumando está junto al sumatorio:
16701 \begin_inset Formula 
16702 \[
16703 \sum_{\mathclap{\substack{0<k<1000\\
16704 \\
16705 k\,\in\,\mathbb{N}
16706 }
16707 }}^{n}k^{-2}
16708 \]
16709
16710 \end_inset
16711
16712
16713 \end_layout
16714
16715 \begin_layout Standard
16716 \begin_inset VSpace bigskip
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \begin_layout Standard
16723
16724 \lang english
16725 When several consecutive operators have limits the typesetting of the limits
16726  looks often imperfect in the output, see this example:
16727 \lang spanish
16728
16729 \begin_inset Formula 
16730 \[
16731 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
16732 \]
16733
16734 \end_inset
16735
16736
16737 \lang english
16738 To improve the typesetting set in the document settings under 
16739 \family sans
16740 Math
16741 \begin_inset space ~
16742 \end_inset
16743
16744 Options
16745 \family default
16746  for the package
16747 \lang spanish
16748  
16749 \series bold
16750 mathtools
16751 \series default
16752
16753 \begin_inset Index idx
16754 status collapsed
16755
16756 \begin_layout Plain Layout
16757 Paquetes ! mathtools
16758 \end_layout
16759
16760 \end_inset
16761
16762  
16763 \lang english
16764 the option 
16765 \family sans
16766 Load
16767 \begin_inset space ~
16768 \end_inset
16769
16770 always
16771 \family default
16772 .
16773  Then insert into your formula the command 
16774 \series bold
16775 \lang spanish
16776
16777 \backslash
16778 adjustlimits
16779 \series default
16780
16781 \begin_inset Index idx
16782 status collapsed
16783
16784 \begin_layout Plain Layout
16785 Comandos ! A ! 
16786 \backslash
16787 adjustlimits
16788 \end_layout
16789
16790 \end_inset
16791
16792  
16793 \lang english
16794 directly before the first operator.
16795  The example will then look like this:
16796 \lang spanish
16797
16798 \begin_inset Formula 
16799 \[
16800 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
16801 \]
16802
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \begin_layout Standard
16809 \begin_inset VSpace bigskip
16810 \end_inset
16811
16812 Cómo utilizar un límite para varios operadores se describe en la 
16813 \begin_inset CommandInset ref
16814 LatexCommand ref
16815 reference "sub:Operadores-de-usuario"
16816
16817 \end_inset
16818
16819 .
16820 \end_layout
16821
16822 \begin_layout Subsection
16823 Decoración para operadores
16824 \begin_inset Index idx
16825 status collapsed
16826
16827 \begin_layout Plain Layout
16828 Operadores ! Decoración
16829 \end_layout
16830
16831 \end_inset
16832
16833
16834 \end_layout
16835
16836 \begin_layout Standard
16837 Con los comandos 
16838 \series bold
16839
16840 \backslash
16841 overset
16842 \series default
16843
16844 \begin_inset Index idx
16845 status collapsed
16846
16847 \begin_layout Plain Layout
16848 Comandos ! O ! 
16849 \backslash
16850 overset
16851 \end_layout
16852
16853 \end_inset
16854
16855  y 
16856 \series bold
16857
16858 \backslash
16859 underset
16860 \series default
16861
16862 \begin_inset Index idx
16863 status collapsed
16864
16865 \begin_layout Plain Layout
16866 Comandos ! U ! 
16867 \backslash
16868 underset
16869 \end_layout
16870
16871 \end_inset
16872
16873  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
16874  Con el comando 
16875 \series bold
16876
16877 \backslash
16878 sideset
16879 \series default
16880
16881 \begin_inset Index idx
16882 status collapsed
16883
16884 \begin_layout Plain Layout
16885 Comandos ! S ! 
16886 \backslash
16887 sideset
16888 \end_layout
16889
16890 \end_inset
16891
16892  se pueden poner caracteres delante y detrás de un operador grande.
16893 \end_layout
16894
16895 \begin_layout Standard
16896
16897 \lang english
16898 There are 4
16899 \begin_inset space ~
16900 \end_inset
16901
16902 variants of 
16903 \series bold
16904
16905 \backslash
16906 sideset
16907 \series default
16908 :
16909 \end_layout
16910
16911 \begin_layout Itemize
16912
16913 \series bold
16914 \lang english
16915
16916 \backslash
16917 sideset
16918 \series default
16919  is used to set characters at the corners of the operator
16920 \end_layout
16921
16922 \begin_layout Itemize
16923
16924 \series bold
16925 \lang english
16926
16927 \backslash
16928 sidesetn
16929 \series default
16930  is used to set characters before and/or behind the operator (this variant
16931  represents LaTeX's original 
16932 \series bold
16933
16934 \backslash
16935 sideset
16936 \series default
16937  command)
16938 \end_layout
16939
16940 \begin_layout Itemize
16941
16942 \series bold
16943 \lang english
16944
16945 \backslash
16946 sidesetl
16947 \series default
16948  is used to set characters at the left corners and/or behind the operator
16949 \end_layout
16950
16951 \begin_layout Itemize
16952
16953 \series bold
16954 \lang english
16955
16956 \backslash
16957 sidesetr
16958 \series default
16959  is used to set characters at the right corners and/or before the operator
16960 \end_layout
16961
16962 \begin_layout Standard
16963 Por ejemplo, el comando 
16964 \series bold
16965
16966 \backslash
16967 sidesetn
16968 \begin_inset space \textvisiblespace{}
16969 \end_inset
16970
16971
16972 \backslash
16973 sum
16974 \begin_inset space \textvisiblespace{}
16975 \end_inset
16976
16977
16978 \begin_inset Formula $\to$
16979 \end_inset
16980
16981 '
16982 \begin_inset Formula $\to$
16983 \end_inset
16984
16985 _k=1
16986 \begin_inset space \textvisiblespace{}
16987 \end_inset
16988
16989
16990 \series default
16991 ^
16992 \series bold
16993 n
16994 \series default
16995  genera:
16996 \begin_inset Formula 
16997 \[
16998 \sideset{}{'}\sum_{k=1}^{n}
16999 \]
17000
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \begin_layout Standard
17007 \begin_inset Note Greyedout
17008 status open
17009
17010 \begin_layout Plain Layout
17011
17012 \series bold
17013 Nota: 
17014 \backslash
17015 sideset
17016 \series default
17017  sólo se puede usar para decorar operadores grandes, no permite operadores
17018  binarios.
17019 \end_layout
17020
17021 \end_inset
17022
17023
17024 \end_layout
17025
17026 \begin_layout Standard
17027 Con 
17028 \series bold
17029
17030 \backslash
17031 overset
17032 \series default
17033  y 
17034 \series bold
17035
17036 \backslash
17037 underset
17038 \series default
17039  también se pueden decorar símbolos y caracteres.
17040  Por ejemplo el comando 
17041 \series bold
17042
17043 \backslash
17044 overset
17045 \begin_inset space \textvisiblespace{}
17046 \end_inset
17047
17048
17049 \backslash
17050 maltese
17051 \begin_inset space \textvisiblespace{}
17052 \end_inset
17053
17054
17055 \series default
17056
17057 \begin_inset Formula $\uparrow$
17058 \end_inset
17059
17060
17061 \series bold
17062 a
17063 \series default
17064  genera:
17065 \begin_inset Formula 
17066 \[
17067 \overset{a}{\maltese}
17068 \]
17069
17070 \end_inset
17071
17072
17073 \end_layout
17074
17075 \begin_layout Subsection
17076 Operadores binarios
17077 \begin_inset CommandInset label
17078 LatexCommand label
17079 name "sub:Operadores-binarios"
17080
17081 \end_inset
17082
17083
17084 \begin_inset Index idx
17085 status collapsed
17086
17087 \begin_layout Plain Layout
17088 Operadores ! binarios
17089 \end_layout
17090
17091 \end_inset
17092
17093
17094 \end_layout
17095
17096 \begin_layout Standard
17097 Los operadores binarios se rodean por espacios si llevan un carácter delante
17098  o detrás.
17099 \begin_inset VSpace medskip
17100 \end_inset
17101
17102
17103 \end_layout
17104
17105 \begin_layout Standard
17106 \begin_inset space \hfill{}
17107 \end_inset
17108
17109
17110 \begin_inset Tabular
17111 <lyxtabular version="3" rows="13" columns="2">
17112 <features rotate="0" tabularvalignment="middle">
17113 <column alignment="center" valignment="top" width="0pt">
17114 <column alignment="center" valignment="top" width="0pt">
17115 <row>
17116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 Comando
17121 \begin_inset Note Note
17122 status collapsed
17123
17124 \begin_layout Plain Layout
17125
17126 \series bold
17127
17128 \backslash
17129 raisebox
17130 \series default
17131  se usa sólo como espaciador
17132 \end_layout
17133
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145 Operador
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 </row>
17151 <row>
17152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156 +
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17162 \begin_inset Text
17163
17164 \begin_layout Plain Layout
17165 \begin_inset Formula $+$
17166 \end_inset
17167
17168
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 </row>
17174 <row>
17175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 -
17180 \end_layout
17181
17182 \end_inset
17183 </cell>
17184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188 \begin_inset Formula $-$
17189 \end_inset
17190
17191
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 </row>
17197 <row>
17198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202
17203 \backslash
17204 pm
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213 \begin_inset Formula $\pm$
17214 \end_inset
17215
17216
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 </row>
17222 <row>
17223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227
17228 \backslash
17229 mp
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238 \begin_inset Formula $\mp$
17239 \end_inset
17240
17241
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 </row>
17247 <row>
17248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252
17253 \backslash
17254 cdot
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263 \begin_inset Formula $\cdot$
17264 \end_inset
17265
17266
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 </row>
17272 <row>
17273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277
17278 \backslash
17279 times
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288 \begin_inset Formula $\times$
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 </row>
17297 <row>
17298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302
17303 \backslash
17304 div
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313 \begin_inset Formula $\div$
17314 \end_inset
17315
17316
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 </row>
17322 <row>
17323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327 \begin_inset ERT
17328 status collapsed
17329
17330 \begin_layout Plain Layout
17331
17332
17333 \backslash
17334 raisebox{-1.2mm}{
17335 \end_layout
17336
17337 \end_inset
17338
17339 *
17340 \begin_inset ERT
17341 status collapsed
17342
17343 \begin_layout Plain Layout
17344
17345 }
17346 \end_layout
17347
17348 \end_inset
17349
17350
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 \begin_inset Formula $*$
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 </row>
17368 <row>
17369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373
17374 \backslash
17375 star
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 \begin_inset Formula $\star$
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 </row>
17393 <row>
17394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398
17399 \backslash
17400 circ
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17406 \begin_inset Text
17407
17408 \begin_layout Plain Layout
17409 \begin_inset Formula $\circ$
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 </row>
17418 <row>
17419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423
17424 \backslash
17425 diamond
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 \begin_inset Formula $\diamond$
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 </row>
17443 <row>
17444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17445 \begin_inset Text
17446
17447 \begin_layout Plain Layout
17448
17449 \backslash
17450 bullet
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459 \begin_inset Formula $\bullet$
17460 \end_inset
17461
17462
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 </row>
17468 </lyxtabular>
17469
17470 \end_inset
17471
17472
17473 \begin_inset space \hfill{}
17474 \end_inset
17475
17476
17477 \begin_inset Tabular
17478 <lyxtabular version="3" rows="13" columns="2">
17479 <features rotate="0" tabularvalignment="middle">
17480 <column alignment="center" valignment="top" width="0pt">
17481 <column alignment="center" valignment="top" width="0pt">
17482 <row>
17483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487 Comando
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496 Operador
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 </row>
17502 <row>
17503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507
17508 \backslash
17509 nabla
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518 \begin_inset Formula $\nabla$
17519 \end_inset
17520
17521
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 </row>
17527 <row>
17528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532
17533 \backslash
17534 bigtriangledown
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543 \begin_inset Formula $\bigtriangledown$
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 </row>
17552 <row>
17553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557
17558 \backslash
17559 bigtriangleup
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 \begin_inset Formula $\bigtriangleup$
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 </row>
17577 <row>
17578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582
17583 \backslash
17584 Box
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593 \begin_inset Formula $\Box$
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 </row>
17602 <row>
17603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607
17608 \backslash
17609 cap 
17610 \end_layout
17611
17612 \end_inset
17613 </cell>
17614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618 \begin_inset Formula $\cap$
17619 \end_inset
17620
17621
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 </row>
17627 <row>
17628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632
17633 \backslash
17634 cup
17635 \end_layout
17636
17637 \end_inset
17638 </cell>
17639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17640 \begin_inset Text
17641
17642 \begin_layout Plain Layout
17643 \begin_inset Formula $\cup$
17644 \end_inset
17645
17646
17647 \end_layout
17648
17649 \end_inset
17650 </cell>
17651 </row>
17652 <row>
17653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657
17658 \backslash
17659 dagger
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668 \begin_inset Formula $\dagger$
17669 \end_inset
17670
17671
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 </row>
17677 <row>
17678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682
17683 \backslash
17684 ddagger
17685 \end_layout
17686
17687 \end_inset
17688 </cell>
17689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693 \begin_inset Formula $\ddagger$
17694 \end_inset
17695
17696
17697 \end_layout
17698
17699 \end_inset
17700 </cell>
17701 </row>
17702 <row>
17703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Plain Layout
17707
17708 \backslash
17709 wr
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718 \begin_inset Formula $\wr$
17719 \end_inset
17720
17721
17722 \end_layout
17723
17724 \end_inset
17725 </cell>
17726 </row>
17727 <row>
17728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17729 \begin_inset Text
17730
17731 \begin_layout Plain Layout
17732
17733 \backslash
17734 bigcirc
17735 \end_layout
17736
17737 \end_inset
17738 </cell>
17739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17740 \begin_inset Text
17741
17742 \begin_layout Plain Layout
17743 \begin_inset Formula $\bigcirc$
17744 \end_inset
17745
17746
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 </row>
17752 <row>
17753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757
17758 \backslash
17759 wedge
17760 \end_layout
17761
17762 \end_inset
17763 </cell>
17764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17765 \begin_inset Text
17766
17767 \begin_layout Plain Layout
17768 \begin_inset Formula $\wedge$
17769 \end_inset
17770
17771
17772 \end_layout
17773
17774 \end_inset
17775 </cell>
17776 </row>
17777 <row>
17778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17779 \begin_inset Text
17780
17781 \begin_layout Plain Layout
17782
17783 \backslash
17784 vee
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793 \begin_inset Formula $\vee$
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \end_inset
17800 </cell>
17801 </row>
17802 </lyxtabular>
17803
17804 \end_inset
17805
17806
17807 \begin_inset space \hfill{}
17808 \end_inset
17809
17810
17811 \begin_inset Tabular
17812 <lyxtabular version="3" rows="13" columns="2">
17813 <features rotate="0" tabularvalignment="middle">
17814 <column alignment="center" valignment="top" width="0pt">
17815 <column alignment="center" valignment="top" width="0pt">
17816 <row>
17817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17818 \begin_inset Text
17819
17820 \begin_layout Plain Layout
17821 Comando
17822 \end_layout
17823
17824 \end_inset
17825 </cell>
17826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17827 \begin_inset Text
17828
17829 \begin_layout Plain Layout
17830 Operador
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 </row>
17836 <row>
17837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17838 \begin_inset Text
17839
17840 \begin_layout Plain Layout
17841
17842 \backslash
17843 oplus
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852 \begin_inset Formula $\oplus$
17853 \end_inset
17854
17855
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 </row>
17861 <row>
17862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866
17867 \backslash
17868 ominus
17869 \end_layout
17870
17871 \end_inset
17872 </cell>
17873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Plain Layout
17877 \begin_inset Formula $\ominus$
17878 \end_inset
17879
17880
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 </row>
17886 <row>
17887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17888 \begin_inset Text
17889
17890 \begin_layout Plain Layout
17891
17892 \backslash
17893 otimes
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902 \begin_inset Formula $\otimes$
17903 \end_inset
17904
17905
17906 \end_layout
17907
17908 \end_inset
17909 </cell>
17910 </row>
17911 <row>
17912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916
17917 \backslash
17918 oslash
17919 \end_layout
17920
17921 \end_inset
17922 </cell>
17923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927 \begin_inset Formula $\oslash$
17928 \end_inset
17929
17930
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 </row>
17936 <row>
17937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Plain Layout
17941
17942 \backslash
17943 odot
17944 \end_layout
17945
17946 \end_inset
17947 </cell>
17948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952 \begin_inset Formula $\odot$
17953 \end_inset
17954
17955
17956 \end_layout
17957
17958 \end_inset
17959 </cell>
17960 </row>
17961 <row>
17962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17963 \begin_inset Text
17964
17965 \begin_layout Plain Layout
17966
17967 \backslash
17968 amalg
17969 \end_layout
17970
17971 \end_inset
17972 </cell>
17973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17974 \begin_inset Text
17975
17976 \begin_layout Plain Layout
17977 \begin_inset Formula $\amalg$
17978 \end_inset
17979
17980
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 </row>
17986 <row>
17987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991
17992 \backslash
17993 uplus
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002 \begin_inset Formula $\uplus$
18003 \end_inset
18004
18005
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 </row>
18011 <row>
18012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18013 \begin_inset Text
18014
18015 \begin_layout Plain Layout
18016
18017 \backslash
18018 setminus
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Plain Layout
18027 \begin_inset Formula $\setminus$
18028 \end_inset
18029
18030
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 </row>
18036 <row>
18037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041
18042 \backslash
18043 sqcap
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052 \begin_inset Formula $\sqcap$
18053 \end_inset
18054
18055
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 </row>
18061 <row>
18062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Plain Layout
18066
18067 \backslash
18068 sqcup
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18074 \begin_inset Text
18075
18076 \begin_layout Plain Layout
18077 \begin_inset Formula $\sqcup$
18078 \end_inset
18079
18080
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 </row>
18086 <row>
18087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091
18092 \backslash
18093 triangleleft
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18099 \begin_inset Text
18100
18101 \begin_layout Plain Layout
18102 \begin_inset Formula $\triangleleft$
18103 \end_inset
18104
18105
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 </row>
18111 <row>
18112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116
18117 \backslash
18118 triangleright
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127 \begin_inset Formula $\triangleright$
18128 \end_inset
18129
18130
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 </row>
18136 </lyxtabular>
18137
18138 \end_inset
18139
18140
18141 \begin_inset space \hfill{}
18142 \end_inset
18143
18144
18145 \end_layout
18146
18147 \begin_layout Standard
18148 Todos los operadores binarios se pueden insertar también con el botón 
18149 \begin_inset Info
18150 type  "icon"
18151 arg   "math-insert \\pm"
18152 \end_inset
18153
18154  de la barra de ecuaciones.
18155 \end_layout
18156
18157 \begin_layout Standard
18158 Para imprimir el operador Laplace se pueden usar 
18159 \series bold
18160
18161 \backslash
18162 Delta
18163 \series default
18164  o 
18165 \series bold
18166
18167 \backslash
18168 nabla
18169 \series default
18170 ^
18171 \series bold
18172 2
18173 \series default
18174  (
18175 \begin_inset Formula $\nabla^{2}$
18176 \end_inset
18177
18178 ) en vez de 
18179 \series bold
18180
18181 \backslash
18182 bigtriangleup
18183 \series default
18184 .
18185 \end_layout
18186
18187 \begin_layout Standard
18188 El carácter 
18189 \family sans
18190 Separador de menú
18191 \family default
18192  del menú 
18193 \family sans
18194 Insertar\SpecialChar \menuseparator
18195 Carácter especial
18196 \family default
18197  es el operador 
18198 \series bold
18199
18200 \backslash
18201 triangleright
18202 \series default
18203 .
18204 \end_layout
18205
18206 \begin_layout Subsection
18207 Operadores definidos por el usuario
18208 \begin_inset CommandInset label
18209 LatexCommand label
18210 name "sub:Operadores-de-usuario"
18211
18212 \end_inset
18213
18214
18215 \begin_inset Index idx
18216 status collapsed
18217
18218 \begin_layout Plain Layout
18219 Operadores ! personalizados
18220 \end_layout
18221
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \begin_layout Standard
18228 Con ayuda del comando 
18229 \series bold
18230
18231 \backslash
18232 DeclareMathOperator
18233 \series default
18234
18235 \begin_inset Index idx
18236 status collapsed
18237
18238 \begin_layout Plain Layout
18239 Comandos ! D ! 
18240 \backslash
18241 dbinom@
18242 \backslash
18243 DeclareMathOperator
18244 \end_layout
18245
18246 \end_inset
18247
18248  se pueden definir operadores personalizados en el preámbulo LaTeX.
18249  Su esquema es:
18250 \end_layout
18251
18252 \begin_layout Standard
18253
18254 \series bold
18255
18256 \backslash
18257 DeclareMathOperator{comando nuevo}{presentación}
18258 \end_layout
18259
18260 \begin_layout Standard
18261 Presentación puede ser un carácter o símbolo que define el aspecto del operador
18262  en la salida.
18263  Para definir un operador grande hay que añadirle un * detrás.
18264  Todos los operadores grandes personalizados pueden tener límites como se
18265  describe en 
18266 \begin_inset CommandInset ref
18267 LatexCommand ref
18268 reference "sub:Límites-de-operadores"
18269
18270 \end_inset
18271
18272 .
18273 \end_layout
18274
18275 \begin_layout Standard
18276 Por ejemplo, la línea en el preámbulo LaTeX
18277 \end_layout
18278
18279 \begin_layout Standard
18280
18281 \series bold
18282
18283 \backslash
18284 DeclareMathOperator*{
18285 \backslash
18286 Lozenge}{
18287 \backslash
18288 blacklozenge}
18289 \end_layout
18290
18291 \begin_layout Standard
18292 define el comando 
18293 \series bold
18294
18295 \backslash
18296 Lozenge
18297 \series default
18298 , que inserta un operador grande que es el símbolo blacklozenge de la 
18299 \begin_inset CommandInset ref
18300 LatexCommand ref
18301 reference "sub:Símbolos-misceláneos"
18302
18303 \end_inset
18304
18305 .
18306 \begin_inset Formula 
18307 \[
18308 \Lozenge_{n=1}^{\infty}
18309 \]
18310
18311 \end_inset
18312
18313 El comando para esta expresión es: 
18314 \series bold
18315
18316 \backslash
18317 Lozenge^
18318 \backslash
18319 infty
18320 \begin_inset Formula $\rightarrow$
18321 \end_inset
18322
18323 _n=1
18324 \begin_inset VSpace bigskip
18325 \end_inset
18326
18327
18328 \end_layout
18329
18330 \begin_layout Standard
18331 Si los operadores personalizados no se van a usar varias veces en el documento,
18332  se pueden también definir con los comandos 
18333 \series bold
18334
18335 \backslash
18336 mathop
18337 \series default
18338
18339 \begin_inset Index idx
18340 status collapsed
18341
18342 \begin_layout Plain Layout
18343 Comandos ! M ! 
18344 \backslash
18345 mathop
18346 \end_layout
18347
18348 \end_inset
18349
18350  y 
18351 \series bold
18352
18353 \backslash
18354 mathbin
18355 \series default
18356
18357 \begin_inset Index idx
18358 status collapsed
18359
18360 \begin_layout Plain Layout
18361 Comandos ! M ! 
18362 \backslash
18363 mathbin
18364 \end_layout
18365
18366 \end_inset
18367
18368 , con el siguiente esquema:
18369 \end_layout
18370
18371 \begin_layout Standard
18372
18373 \series bold
18374
18375 \backslash
18376 mathop{presentación}
18377 \series default
18378  y 
18379 \series bold
18380
18381 \backslash
18382 mathbin{presentación}
18383 \end_layout
18384
18385 \begin_layout Standard
18386
18387 \series bold
18388
18389 \backslash
18390 mathop
18391 \series default
18392  define operadores grandes, 
18393 \series bold
18394
18395 \backslash
18396 mathbin
18397 \series default
18398  operadores binarios.
18399 \end_layout
18400
18401 \begin_layout Standard
18402
18403 \series bold
18404
18405 \backslash
18406 mathop
18407 \series default
18408  se puede usar, p.e., para poner un límite a varios operadores:
18409 \begin_inset Formula 
18410 \[
18411 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18412 \]
18413
18414 \end_inset
18415
18416
18417 \end_layout
18418
18419 \begin_layout Standard
18420 El comando para la expresión anterior es:
18421 \begin_inset Newline newline
18422 \end_inset
18423
18424
18425 \series bold
18426
18427 \backslash
18428 mathop{
18429 \backslash
18430 sum
18431 \backslash
18432 negmedspace
18433 \backslash
18434 sum
18435 \series default
18436
18437 \begin_inset space \textvisiblespace{}
18438 \end_inset
18439
18440
18441 \series bold
18442
18443 \begin_inset Formula $\to$
18444 \end_inset
18445
18446 ^N
18447 \series default
18448
18449 \begin_inset space \textvisiblespace{}
18450 \end_inset
18451
18452
18453 \series bold
18454 _i,j=1
18455 \end_layout
18456
18457 \begin_layout Standard
18458 \begin_inset Newpage newpage
18459 \end_inset
18460
18461
18462 \end_layout
18463
18464 \begin_layout Section
18465 Tipografías
18466 \begin_inset Index idx
18467 status collapsed
18468
18469 \begin_layout Plain Layout
18470 Tipografías
18471 \end_layout
18472
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \begin_layout Subsection
18479 Estilos de tipografías
18480 \begin_inset CommandInset label
18481 LatexCommand label
18482 name "sub:Estilos-de-tipografías"
18483
18484 \end_inset
18485
18486
18487 \begin_inset Index idx
18488 status collapsed
18489
18490 \begin_layout Plain Layout
18491 Tipografías ! estilos de
18492 \end_layout
18493
18494 \end_inset
18495
18496
18497 \end_layout
18498
18499 \begin_layout Standard
18500 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
18501  estilos:
18502 \end_layout
18503
18504 \begin_layout Standard
18505 \begin_inset VSpace -2mm
18506 \end_inset
18507
18508
18509 \end_layout
18510
18511 \begin_layout Standard
18512 \align center
18513 \begin_inset Tabular
18514 <lyxtabular version="3" rows="7" columns="3">
18515 <features rotate="0" tabularvalignment="middle">
18516 <column alignment="center" valignment="top">
18517 <column alignment="center" valignment="top">
18518 <column alignment="center" valignment="top">
18519 <row>
18520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524 Comando
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 Resultado
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542 atajo
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 </row>
18548 <row>
18549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553
18554 \backslash
18555 mathbb
18556 \series bold
18557
18558 \begin_inset space \textvisiblespace{}
18559 \end_inset
18560
18561
18562 \series default
18563 ABC
18564 \end_layout
18565
18566 \end_inset
18567 </cell>
18568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572 \begin_inset Formula $\mathbb{ABC}$
18573 \end_inset
18574
18575
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584
18585 \family sans
18586 Alt+C C
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 </row>
18592 <row>
18593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597
18598 \backslash
18599 mathbf
18600 \series bold
18601
18602 \begin_inset space \textvisiblespace{}
18603 \end_inset
18604
18605
18606 \series default
18607 AbC
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18613 \begin_inset Text
18614
18615 \begin_layout Plain Layout
18616 \begin_inset Formula $\mathbf{AbC}$
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \end_inset
18623 </cell>
18624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628
18629 \family sans
18630 Ctrl+B
18631 \end_layout
18632
18633 \end_inset
18634 </cell>
18635 </row>
18636 <row>
18637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18638 \begin_inset Text
18639
18640 \begin_layout Plain Layout
18641
18642 \backslash
18643 boldsymbol
18644 \series bold
18645
18646 \begin_inset space \textvisiblespace{}
18647 \end_inset
18648
18649
18650 \series default
18651 AbC
18652 \end_layout
18653
18654 \end_inset
18655 </cell>
18656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660 \begin_inset Formula $\boldsymbol{AbC}$
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672
18673 \family sans
18674 Ctrl+Alt+B , Alt+C B
18675 \end_layout
18676
18677 \end_inset
18678 </cell>
18679 </row>
18680 <row>
18681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685
18686 \backslash
18687 mathcal
18688 \series bold
18689
18690 \begin_inset space \textvisiblespace{}
18691 \end_inset
18692
18693
18694 \series default
18695 ABC
18696 \end_layout
18697
18698 \end_inset
18699 </cell>
18700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18701 \begin_inset Text
18702
18703 \begin_layout Plain Layout
18704 \begin_inset Formula $\mathcal{ABC}$
18705 \end_inset
18706
18707
18708 \end_layout
18709
18710 \end_inset
18711 </cell>
18712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18713 \begin_inset Text
18714
18715 \begin_layout Plain Layout
18716
18717 \family sans
18718 Ctrl+E , Alt+C E
18719 \end_layout
18720
18721 \end_inset
18722 </cell>
18723 </row>
18724 <row>
18725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18726 \begin_inset Text
18727
18728 \begin_layout Plain Layout
18729
18730 \backslash
18731 mathfrak
18732 \series bold
18733
18734 \begin_inset space \textvisiblespace{}
18735 \end_inset
18736
18737
18738 \series default
18739 AbC
18740 \end_layout
18741
18742 \end_inset
18743 </cell>
18744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748 \begin_inset Formula $\mathfrak{AbC}$
18749 \end_inset
18750
18751
18752 \end_layout
18753
18754 \end_inset
18755 </cell>
18756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18757 \begin_inset Text
18758
18759 \begin_layout Plain Layout
18760 -
18761 \end_layout
18762
18763 \end_inset
18764 </cell>
18765 </row>
18766 <row>
18767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771
18772 \backslash
18773 mathscr
18774 \series bold
18775
18776 \begin_inset space \textvisiblespace{}
18777 \end_inset
18778
18779
18780 \series default
18781 AbC
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18787 \begin_inset Text
18788
18789 \begin_layout Plain Layout
18790 \begin_inset Formula $\mathscr{AbC}$
18791 \end_inset
18792
18793
18794 \end_layout
18795
18796 \end_inset
18797 </cell>
18798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18799 \begin_inset Text
18800
18801 \begin_layout Plain Layout
18802 -
18803 \end_layout
18804
18805 \end_inset
18806 </cell>
18807 </row>
18808 </lyxtabular>
18809
18810 \end_inset
18811
18812
18813 \end_layout
18814
18815 \begin_layout Standard
18816 \align center
18817 \begin_inset Tabular
18818 <lyxtabular version="3" rows="5" columns="3">
18819 <features rotate="0" tabularvalignment="middle">
18820 <column alignment="center" valignment="top">
18821 <column alignment="center" valignment="top">
18822 <column alignment="center" valignment="top">
18823 <row>
18824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828 Comando
18829 \end_layout
18830
18831 \end_inset
18832 </cell>
18833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18834 \begin_inset Text
18835
18836 \begin_layout Plain Layout
18837 Resultado
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846 atajo
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 </row>
18852 <row>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857
18858 \backslash
18859 mathit
18860 \series bold
18861
18862 \begin_inset space \textvisiblespace{}
18863 \end_inset
18864
18865
18866 \series default
18867 AbC
18868 \end_layout
18869
18870 \end_inset
18871 </cell>
18872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18873 \begin_inset Text
18874
18875 \begin_layout Plain Layout
18876 \begin_inset Formula $\mathit{AbC}$
18877 \end_inset
18878
18879
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18885 \begin_inset Text
18886
18887 \begin_layout Plain Layout
18888 -
18889 \end_layout
18890
18891 \end_inset
18892 </cell>
18893 </row>
18894 <row>
18895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899
18900 \backslash
18901 mathrm
18902 \series bold
18903
18904 \begin_inset space \textvisiblespace{}
18905 \end_inset
18906
18907
18908 \series default
18909 AbC
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918 \begin_inset Formula $\mathrm{AbC}$
18919 \end_inset
18920
18921
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930
18931 \family sans
18932 Alt+C R
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 </row>
18938 <row>
18939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943
18944 \backslash
18945 mathsf
18946 \series bold
18947
18948 \begin_inset space \textvisiblespace{}
18949 \end_inset
18950
18951
18952 \series default
18953 AbC
18954 \end_layout
18955
18956 \end_inset
18957 </cell>
18958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962 \begin_inset Formula $\mathsf{AbC}$
18963 \end_inset
18964
18965
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974
18975 \family sans
18976 Alt+C S
18977 \end_layout
18978
18979 \end_inset
18980 </cell>
18981 </row>
18982 <row>
18983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987
18988 \backslash
18989 mathtt
18990 \series bold
18991
18992 \begin_inset space \textvisiblespace{}
18993 \end_inset
18994
18995
18996 \series default
18997 AbC
18998 \end_layout
18999
19000 \end_inset
19001 </cell>
19002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Plain Layout
19006 \begin_inset Formula $\mathtt{AbC}$
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19015 \begin_inset Text
19016
19017 \begin_layout Plain Layout
19018
19019 \family sans
19020 Ctrl+Mayúsculas+P
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 </row>
19026 </lyxtabular>
19027
19028 \end_inset
19029
19030
19031 \end_layout
19032
19033 \begin_layout Standard
19034 \begin_inset Note Greyedout
19035 status open
19036
19037 \begin_layout Plain Layout
19038
19039 \series bold
19040 Nota
19041 \series default
19042 : Los estilos 
19043 \series bold
19044
19045 \backslash
19046 mathbb
19047 \series default
19048  y 
19049 \series bold
19050
19051 \backslash
19052 mathcal
19053 \series default
19054  sólo se aplican a letras mayúsculas.
19055 \end_layout
19056
19057 \end_inset
19058
19059
19060 \end_layout
19061
19062 \begin_layout Standard
19063 El estilo predeterminado es 
19064 \series bold
19065
19066 \backslash
19067 mathnormal
19068 \series default
19069 .
19070 \end_layout
19071
19072 \begin_layout Standard
19073 Los comandos de estilo funcionan también en estructuras matemáticas:
19074 \begin_inset Formula 
19075 \[
19076 \mathfrak{A=\frac{b}{C}}
19077 \]
19078
19079 \end_inset
19080
19081
19082 \end_layout
19083
19084 \begin_layout Standard
19085 Los caracteres en texto matemático no aparecen en un estilo tipográfico
19086  de ecuaciones sino en el estilo tipográfico de texto 
19087 \series bold
19088
19089 \backslash
19090 textrm
19091 \series default
19092 .
19093  Este estilo no se puede poner correctamente con el diálogo de estilo de
19094  texto por un fallo de LyX.
19095 \begin_inset Foot
19096 status collapsed
19097
19098 \begin_layout Plain Layout
19099 \begin_inset CommandInset href
19100 LatexCommand href
19101 name "LyX-bug #4629"
19102 target "http://www.lyx.org/trac/ticket/4629"
19103
19104 \end_inset
19105
19106
19107 \end_layout
19108
19109 \end_inset
19110
19111
19112 \end_layout
19113
19114 \begin_layout Standard
19115 En vez de comandos se puede usar el menú 
19116 \family sans
19117 Editar\SpecialChar \menuseparator
19118 Ecuación\SpecialChar \menuseparator
19119 Estilo del texto
19120 \family default
19121  o el botón 
19122 \begin_inset Info
19123 type  "icon"
19124 arg   "math-insert \\font"
19125 \end_inset
19126
19127 .
19128 \end_layout
19129
19130 \begin_layout Subsection
19131 Ecuaciones en negrita
19132 \begin_inset CommandInset label
19133 LatexCommand label
19134 name "sub:Ecuaciones-en-negrita"
19135
19136 \end_inset
19137
19138
19139 \begin_inset Index idx
19140 status collapsed
19141
19142 \begin_layout Plain Layout
19143 Ecuación ! en negrita
19144 \end_layout
19145
19146 \end_inset
19147
19148
19149 \end_layout
19150
19151 \begin_layout Standard
19152 Para poner en negrita una ecuación completa no se puede usar el comando
19153  
19154 \series bold
19155
19156 \backslash
19157 mathbf
19158 \series default
19159 , porque no funciona con minúsculas griegas.
19160  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
19161 \begin_inset Formula 
19162 \[
19163 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
19164 \]
19165
19166 \end_inset
19167
19168
19169 \end_layout
19170
19171 \begin_layout Standard
19172 Para presentar la ecuación correctamente se usa el comando 
19173 \series bold
19174 boldsymbol
19175 \series default
19176 :
19177 \begin_inset Formula 
19178 \[
19179 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
19180 \]
19181
19182 \end_inset
19183
19184
19185 \end_layout
19186
19187 \begin_layout Standard
19188 También es posible poner la fórmula en un 
19189 \series bold
19190 entorno boldmath
19191 \series default
19192 , que se inserta con el comando 
19193 \series bold
19194
19195 \backslash
19196 boldmath
19197 \series default
19198
19199 \begin_inset Index idx
19200 status collapsed
19201
19202 \begin_layout Plain Layout
19203 Comandos ! B ! 
19204 \backslash
19205 boldmath
19206 \end_layout
19207
19208 \end_inset
19209
19210  en modo TeX.
19211  Para finalizar el entorno se usa el comando 
19212 \series bold
19213
19214 \backslash
19215 unboldmath
19216 \series default
19217
19218 \begin_inset Index idx
19219 status collapsed
19220
19221 \begin_layout Plain Layout
19222 Comandos ! U ! 
19223 \backslash
19224 unboldmath
19225 \end_layout
19226
19227 \end_inset
19228
19229  en modo TeX.
19230 \begin_inset ERT
19231 status collapsed
19232
19233 \begin_layout Plain Layout
19234
19235
19236 \backslash
19237 boldmath
19238 \end_layout
19239
19240 \end_inset
19241
19242
19243 \begin_inset Formula 
19244 \[
19245 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
19246 \]
19247
19248 \end_inset
19249
19250
19251 \end_layout
19252
19253 \begin_layout Standard
19254 \begin_inset ERT
19255 status collapsed
19256
19257 \begin_layout Plain Layout
19258
19259
19260 \backslash
19261 unboldmath
19262 \end_layout
19263
19264 \end_inset
19265
19266
19267 \end_layout
19268
19269 \begin_layout Subsection
19270 Ecuaciones coloreadas
19271 \begin_inset Index idx
19272 status collapsed
19273
19274 \begin_layout Plain Layout
19275 Ecuación ! coloreada
19276 \end_layout
19277
19278 \end_inset
19279
19280
19281 \end_layout
19282
19283 \begin_layout Standard
19284 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
19285  o una parte de una ecuación y usa el diálogo 
19286 \family sans
19287 Estilo del texto
19288 \family default
19289 .
19290  Aquí hay una ecuación en magenta:
19291 \begin_inset Formula 
19292 \[
19293 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19294 \]
19295
19296 \end_inset
19297
19298 También puedes definir tus propios colores como se describe en
19299 \begin_inset space ~
19300 \end_inset
19301
19302
19303 \begin_inset CommandInset ref
19304 LatexCommand ref
19305 reference "sub:Marcos-coloreados"
19306
19307 \end_inset
19308
19309 .
19310  Pueden usarse con el comando en código TeX 
19311 \series bold
19312
19313 \backslash
19314 textcolor
19315 \series default
19316
19317 \begin_inset Index idx
19318 status collapsed
19319
19320 \begin_layout Plain Layout
19321 Comandos ! T ! 
19322 \backslash
19323 textcolor
19324 \end_layout
19325
19326 \end_inset
19327
19328  según el esquema
19329 \end_layout
19330
19331 \begin_layout Standard
19332
19333 \series bold
19334
19335 \backslash
19336 textcolor{color}{caracteres o ecuación}
19337 \end_layout
19338
19339 \begin_layout Standard
19340 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
19341 e en rojo:
19342 \end_layout
19343
19344 \begin_layout Standard
19345 \begin_inset ERT
19346 status collapsed
19347
19348 \begin_layout Plain Layout
19349
19350
19351 \backslash
19352 textcolor{verdeoscuro}{
19353 \end_layout
19354
19355 \end_inset
19356
19357
19358 \begin_inset Formula 
19359 \[
19360 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19361 \]
19362
19363 \end_inset
19364
19365
19366 \begin_inset ERT
19367 status collapsed
19368
19369 \begin_layout Plain Layout
19370
19371 }
19372 \end_layout
19373
19374 \end_inset
19375
19376
19377 \end_layout
19378
19379 \begin_layout Standard
19380 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
19381  a ecuaciones completas.
19382 \begin_inset Foot
19383 status collapsed
19384
19385 \begin_layout Plain Layout
19386 \begin_inset CommandInset href
19387 LatexCommand href
19388 name "LyX-bug #5269"
19389 target "http://www.lyx.org/trac/ticket/5269"
19390
19391 \end_inset
19392
19393
19394 \end_layout
19395
19396 \end_inset
19397
19398
19399 \end_layout
19400
19401 \begin_layout Subsection
19402 Tamaños de tipografías
19403 \begin_inset CommandInset label
19404 LatexCommand label
19405 name "sub:Tamaños-de-tipografías"
19406
19407 \end_inset
19408
19409
19410 \begin_inset Index idx
19411 status collapsed
19412
19413 \begin_layout Plain Layout
19414 Tipografías ! tamaño
19415 \end_layout
19416
19417 \end_inset
19418
19419
19420 \end_layout
19421
19422 \begin_layout Standard
19423 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
19424  siguientes comandos de tamaño:
19425 \end_layout
19426
19427 \begin_layout Standard
19428
19429 \series bold
19430
19431 \backslash
19432 Huge
19433 \series default
19434
19435 \series bold
19436
19437 \backslash
19438 huge
19439 \series default
19440
19441 \series bold
19442
19443 \backslash
19444 LARGE
19445 \series default
19446
19447 \series bold
19448
19449 \backslash
19450 Large
19451 \series default
19452
19453 \series bold
19454
19455 \backslash
19456 large
19457 \series default
19458
19459 \series bold
19460
19461 \backslash
19462 normalsize
19463 \series default
19464
19465 \series bold
19466
19467 \backslash
19468 small
19469 \series default
19470 ,
19471 \begin_inset Newline newline
19472 \end_inset
19473
19474
19475 \series bold
19476
19477 \backslash
19478 footnotesize
19479 \series default
19480
19481 \series bold
19482
19483 \backslash
19484 scriptsize
19485 \series default
19486 , y 
19487 \series bold
19488
19489 \backslash
19490 tiny
19491 \end_layout
19492
19493 \begin_layout Standard
19494 El tamaño dado por los comandos depende del tamaño base de la tipografía
19495  en el documento, dado por el comando 
19496 \series bold
19497
19498 \backslash
19499 normalsize
19500 \series default
19501 .
19502  Los demás comandos producen tamaños menores o mayores que 
19503 \series bold
19504
19505 \backslash
19506 normalsize
19507 \series default
19508 .
19509  No obstante, puede que el tamaño de tipografía no exceda de cierto valor.
19510  Si, por ejemplo, la tipografía del documento es de 12
19511 \begin_inset space \thinspace{}
19512 \end_inset
19513
19514 pt, el comando 
19515 \series bold
19516
19517 \backslash
19518 Huge
19519 \series default
19520  da el mismo tamaño que 
19521 \series bold
19522
19523 \backslash
19524 huge
19525 \series default
19526 .
19527 \end_layout
19528
19529 \begin_layout Standard
19530 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19531  a todas las ecuaciones y texto siguientes.
19532  Para volver al tamaño anterior hay que insertar el comando 
19533 \series bold
19534
19535 \backslash
19536 normalsize
19537 \series default
19538  en modo TeX detrás de la ecuación.
19539 \end_layout
19540
19541 \begin_layout Standard
19542 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
19543  comandos de tamaño o el botón 
19544 \begin_inset Info
19545 type  "icon"
19546 arg   "math-insert \\style"
19547 \end_inset
19548
19549 :
19550 \end_layout
19551
19552 \begin_layout Standard
19553 \noindent
19554 \align center
19555 \begin_inset Tabular
19556 <lyxtabular version="3" rows="5" columns="2">
19557 <features rotate="0" tabularvalignment="middle">
19558 <column alignment="center" valignment="top">
19559 <column alignment="center" valignment="top">
19560 <row>
19561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565 Comando
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574 Resultado
19575 \begin_inset Note Note
19576 status collapsed
19577
19578 \begin_layout Plain Layout
19579
19580 \series bold
19581
19582 \backslash
19583 raisebox
19584 \series default
19585  se usa sólo como espaciador
19586 \end_layout
19587
19588 \end_inset
19589
19590
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 </row>
19596 <row>
19597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Plain Layout
19601
19602 \backslash
19603 displaystyle
19604 \begin_inset Index idx
19605 status collapsed
19606
19607 \begin_layout Plain Layout
19608 Comandos ! D ! 
19609 \backslash
19610 displaystyle
19611 \end_layout
19612
19613 \end_inset
19614
19615
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19621 \begin_inset Text
19622
19623 \begin_layout Plain Layout
19624 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19625 \end_inset
19626
19627
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 </row>
19633 <row>
19634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Plain Layout
19638
19639 \backslash
19640 textstyle
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19650 \end_inset
19651
19652
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 </row>
19658 <row>
19659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19660 \begin_inset Text
19661
19662 \begin_layout Plain Layout
19663
19664 \backslash
19665 scriptstyle
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19675 \end_inset
19676
19677
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 </row>
19683 <row>
19684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19685 \begin_inset Text
19686
19687 \begin_layout Plain Layout
19688
19689 \backslash
19690 scriptscriptstyle
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 </row>
19708 </lyxtabular>
19709
19710 \end_inset
19711
19712
19713 \end_layout
19714
19715 \begin_layout Standard
19716 Después de introducir estos comandos, aparece un marco azul en el que se
19717  insertan las partes de la fórmula.
19718 \end_layout
19719
19720 \begin_layout Standard
19721 Hay un método más para cambiar el tamaño de tipografía, aunque solo funciona
19722  para símbolos o letras en texto matemático.
19723  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
19724  de texto anteriores.
19725  Todos los caracteres siguientes, hasta el final del texto matemático o
19726  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19727  Dos ejemplos:
19728 \begin_inset VSpace -2mm
19729 \end_inset
19730
19731
19732 \end_layout
19733
19734 \begin_layout Standard
19735 \begin_inset ERT
19736 status collapsed
19737
19738 \begin_layout Plain Layout
19739
19740
19741 \backslash
19742 huge
19743 \end_layout
19744
19745 \end_inset
19746
19747
19748 \begin_inset Formula 
19749 \[
19750 A=\frac{B}{c}\cdot\maltese
19751 \]
19752
19753 \end_inset
19754
19755
19756 \begin_inset Formula 
19757 \[
19758 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19759 \]
19760
19761 \end_inset
19762
19763
19764 \end_layout
19765
19766 \begin_layout Standard
19767 \begin_inset ERT
19768 status collapsed
19769
19770 \begin_layout Plain Layout
19771
19772
19773 \backslash
19774 normalsize
19775 \end_layout
19776
19777 \end_inset
19778
19779
19780 \begin_inset VSpace medskip
19781 \end_inset
19782
19783
19784 \end_layout
19785
19786 \begin_layout Standard
19787 Antes de las ecuaciones se ha insertado el comando 
19788 \series bold
19789
19790 \backslash
19791 huge
19792 \series default
19793 .
19794  Para la segunda ecuación el comando es:
19795 \begin_inset Newline newline
19796 \end_inset
19797
19798
19799 \series bold
19800
19801 \backslash
19802 maltese
19803 \begin_inset space \textvisiblespace{}
19804 \end_inset
19805
19806 A Alt+M M 
19807 \backslash
19808 Large
19809 \begin_inset space \textvisiblespace{}
19810 \end_inset
19811
19812
19813 \backslash
19814 maltese
19815 \begin_inset space \textvisiblespace{}
19816 \end_inset
19817
19818
19819 \backslash
19820 textit
19821 \begin_inset space \textvisiblespace{}
19822 \end_inset
19823
19824 A
19825 \begin_inset Formula $\to$
19826 \end_inset
19827
19828
19829 \begin_inset Formula $\to$
19830 \end_inset
19831
19832
19833 \begin_inset Newline newline
19834 \end_inset
19835
19836
19837 \begin_inset space \hspace*{}
19838 \length 1cm
19839 \end_inset
19840
19841 Alt+M M 
19842 \backslash
19843 tiny
19844 \begin_inset space \textvisiblespace{}
19845 \end_inset
19846
19847
19848 \backslash
19849 maltese
19850 \begin_inset space \textvisiblespace{}
19851 \end_inset
19852
19853
19854 \backslash
19855 textit
19856 \begin_inset space \textvisiblespace{}
19857 \end_inset
19858
19859 A
19860 \end_layout
19861
19862 \begin_layout Standard
19863 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19864  el tamaño por omisión.
19865 \end_layout
19866
19867 \begin_layout Section
19868 Letras griegas
19869 \begin_inset Index idx
19870 status collapsed
19871
19872 \begin_layout Plain Layout
19873 Letras griegas
19874 \end_layout
19875
19876 \end_inset
19877
19878
19879 \end_layout
19880
19881 \begin_layout Standard
19882 Las letras griegas se pueden insertar además mediante el botón 
19883 \begin_inset Info
19884 type  "icon"
19885 arg   "math-insert \\alpha"
19886 \end_inset
19887
19888  de la barra de ecuaciones.
19889  Las normas internacionales de tipografía proponen que las letras griegas
19890  en ecuaciones deben escribirse en cursiva/inclinada.
19891  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
19892  en redonda.
19893  Para las normas en español, véase
19894 \begin_inset space ~
19895 \end_inset
19896
19897
19898 \begin_inset CommandInset citation
19899 LatexCommand cite
19900 key "Bezos"
19901
19902 \end_inset
19903
19904 .
19905 \end_layout
19906
19907 \begin_layout Subsection
19908 Minúsculas
19909 \begin_inset Index idx
19910 status collapsed
19911
19912 \begin_layout Plain Layout
19913 Letras griegas ! minúsculas
19914 \end_layout
19915
19916 \end_inset
19917
19918
19919 \end_layout
19920
19921 \begin_layout Standard
19922 \begin_inset space \hfill{}
19923 \end_inset
19924
19925
19926 \begin_inset Tabular
19927 <lyxtabular version="3" rows="11" columns="2">
19928 <features rotate="0" tabularvalignment="middle">
19929 <column alignment="center" valignment="top" width="0pt">
19930 <column alignment="center" valignment="top" width="0pt">
19931 <row>
19932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936 Comando
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945 Símbolo
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 </row>
19951 <row>
19952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956
19957 \backslash
19958 alpha
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967 \begin_inset Formula $\alpha$
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 </row>
19976 <row>
19977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981
19982 \backslash
19983 beta
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992 \begin_inset Formula $\beta$
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 </row>
20001 <row>
20002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006
20007 \backslash
20008 gamma
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017 \begin_inset Formula $\gamma$
20018 \end_inset
20019
20020
20021 \end_layout
20022
20023 \end_inset
20024 </cell>
20025 </row>
20026 <row>
20027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031
20032 \backslash
20033 delta
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042 \begin_inset Formula $\delta$
20043 \end_inset
20044
20045
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 </row>
20051 <row>
20052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Plain Layout
20056
20057 \backslash
20058 epsilon
20059 \end_layout
20060
20061 \end_inset
20062 </cell>
20063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067 \begin_inset Formula $\epsilon$
20068 \end_inset
20069
20070
20071 \end_layout
20072
20073 \end_inset
20074 </cell>
20075 </row>
20076 <row>
20077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20078 \begin_inset Text
20079
20080 \begin_layout Plain Layout
20081
20082 \backslash
20083 varepsilon
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092 \begin_inset Formula $\varepsilon$
20093 \end_inset
20094
20095
20096 \end_layout
20097
20098 \end_inset
20099 </cell>
20100 </row>
20101 <row>
20102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20103 \begin_inset Text
20104
20105 \begin_layout Plain Layout
20106
20107 \backslash
20108 zeta
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117 \begin_inset Formula $\zeta$
20118 \end_inset
20119
20120
20121 \end_layout
20122
20123 \end_inset
20124 </cell>
20125 </row>
20126 <row>
20127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20128 \begin_inset Text
20129
20130 \begin_layout Plain Layout
20131
20132 \backslash
20133 eta
20134 \end_layout
20135
20136 \end_inset
20137 </cell>
20138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20139 \begin_inset Text
20140
20141 \begin_layout Plain Layout
20142 \begin_inset Formula $\eta$
20143 \end_inset
20144
20145
20146 \end_layout
20147
20148 \end_inset
20149 </cell>
20150 </row>
20151 <row>
20152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20153 \begin_inset Text
20154
20155 \begin_layout Plain Layout
20156
20157 \backslash
20158 theta
20159 \end_layout
20160
20161 \end_inset
20162 </cell>
20163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20164 \begin_inset Text
20165
20166 \begin_layout Plain Layout
20167 \begin_inset Formula $\theta$
20168 \end_inset
20169
20170
20171 \end_layout
20172
20173 \end_inset
20174 </cell>
20175 </row>
20176 <row>
20177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181
20182 \backslash
20183 vartheta
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20189 \begin_inset Text
20190
20191 \begin_layout Plain Layout
20192 \begin_inset Formula $\vartheta$
20193 \end_inset
20194
20195
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 </row>
20201 </lyxtabular>
20202
20203 \end_inset
20204
20205
20206 \begin_inset space \hfill{}
20207 \end_inset
20208
20209
20210 \begin_inset Tabular
20211 <lyxtabular version="3" rows="12" columns="2">
20212 <features rotate="0" tabularvalignment="middle">
20213 <column alignment="center" valignment="top" width="0pt">
20214 <column alignment="center" valignment="top" width="0pt">
20215 <row>
20216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220 Comando
20221 \end_layout
20222
20223 \end_inset
20224 </cell>
20225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20226 \begin_inset Text
20227
20228 \begin_layout Plain Layout
20229 Símbolo
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 </row>
20235 <row>
20236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240
20241 \backslash
20242 iota
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251 \begin_inset Formula $\iota$
20252 \end_inset
20253
20254
20255 \end_layout
20256
20257 \end_inset
20258 </cell>
20259 </row>
20260 <row>
20261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20262 \begin_inset Text
20263
20264 \begin_layout Plain Layout
20265
20266 \backslash
20267 kappa
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276 \begin_inset Formula $\kappa$
20277 \end_inset
20278
20279
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 </row>
20285 <row>
20286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290
20291 \backslash
20292 varkappa
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Plain Layout
20301 \begin_inset Formula $\varkappa$
20302 \end_inset
20303
20304
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 </row>
20310 <row>
20311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Plain Layout
20315
20316 \backslash
20317 lambda
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20323 \begin_inset Text
20324
20325 \begin_layout Plain Layout
20326 \begin_inset Formula $\lambda$
20327 \end_inset
20328
20329
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 </row>
20335 <row>
20336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20337 \begin_inset Text
20338
20339 \begin_layout Plain Layout
20340
20341 \backslash
20342 mu
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20348 \begin_inset Text
20349
20350 \begin_layout Plain Layout
20351 \begin_inset Formula $\mu$
20352 \end_inset
20353
20354
20355 \end_layout
20356
20357 \end_inset
20358 </cell>
20359 </row>
20360 <row>
20361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365
20366 \backslash
20367 nu
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20373 \begin_inset Text
20374
20375 \begin_layout Plain Layout
20376 \begin_inset Formula $\nu$
20377 \end_inset
20378
20379
20380 \end_layout
20381
20382 \end_inset
20383 </cell>
20384 </row>
20385 <row>
20386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20387 \begin_inset Text
20388
20389 \begin_layout Plain Layout
20390
20391 \backslash
20392 xi
20393 \end_layout
20394
20395 \end_inset
20396 </cell>
20397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401 \begin_inset Formula $\xi$
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \end_inset
20408 </cell>
20409 </row>
20410 <row>
20411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20412 \begin_inset Text
20413
20414 \begin_layout Plain Layout
20415 o
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424 \begin_inset Formula $o$
20425 \end_inset
20426
20427
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 </row>
20433 <row>
20434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438
20439 \backslash
20440 pi
20441 \end_layout
20442
20443 \end_inset
20444 </cell>
20445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449 \begin_inset Formula $\pi$
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 </row>
20458 <row>
20459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20460 \begin_inset Text
20461
20462 \begin_layout Plain Layout
20463
20464 \backslash
20465 varpi
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474 \begin_inset Formula $\varpi$
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \end_inset
20481 </cell>
20482 </row>
20483 <row>
20484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488
20489 \backslash
20490 rho
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499 \begin_inset Formula $\rho$
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \end_inset
20506 </cell>
20507 </row>
20508 </lyxtabular>
20509
20510 \end_inset
20511
20512
20513 \begin_inset space \hfill{}
20514 \end_inset
20515
20516
20517 \begin_inset Tabular
20518 <lyxtabular version="3" rows="11" columns="2">
20519 <features rotate="0" tabularvalignment="middle">
20520 <column alignment="center" valignment="top" width="0pt">
20521 <column alignment="center" valignment="top" width="0pt">
20522 <row>
20523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20524 \begin_inset Text
20525
20526 \begin_layout Plain Layout
20527 Comando
20528 \end_layout
20529
20530 \end_inset
20531 </cell>
20532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20533 \begin_inset Text
20534
20535 \begin_layout Plain Layout
20536 Símbolo
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 </row>
20542 <row>
20543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20544 \begin_inset Text
20545
20546 \begin_layout Plain Layout
20547
20548 \backslash
20549 varrho
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20555 \begin_inset Text
20556
20557 \begin_layout Plain Layout
20558 \begin_inset Formula $\varrho$
20559 \end_inset
20560
20561
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 </row>
20567 <row>
20568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20569 \begin_inset Text
20570
20571 \begin_layout Plain Layout
20572
20573 \backslash
20574 sigma
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Plain Layout
20583 \begin_inset Formula $\sigma$
20584 \end_inset
20585
20586
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 </row>
20592 <row>
20593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20594 \begin_inset Text
20595
20596 \begin_layout Plain Layout
20597
20598 \backslash
20599 varsigma
20600 \end_layout
20601
20602 \end_inset
20603 </cell>
20604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20605 \begin_inset Text
20606
20607 \begin_layout Plain Layout
20608 \begin_inset Formula $\varsigma$
20609 \end_inset
20610
20611
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 </row>
20617 <row>
20618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622
20623 \backslash
20624 tau
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633 \begin_inset Formula $\tau$
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 </row>
20642 <row>
20643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647
20648 \backslash
20649 upsilon
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20655 \begin_inset Text
20656
20657 \begin_layout Plain Layout
20658 \begin_inset Formula $\upsilon$
20659 \end_inset
20660
20661
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 </row>
20667 <row>
20668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672
20673 \backslash
20674 phi
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683 \begin_inset Formula $\phi$
20684 \end_inset
20685
20686
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 </row>
20692 <row>
20693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697
20698 \backslash
20699 varphi
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708 \begin_inset Formula $\varphi$
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 </row>
20717 <row>
20718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722
20723 \backslash
20724 chi
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733 \begin_inset Formula $\chi$
20734 \end_inset
20735
20736
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 </row>
20742 <row>
20743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747
20748 \backslash
20749 psi
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20755 \begin_inset Text
20756
20757 \begin_layout Plain Layout
20758 \begin_inset Formula $\psi$
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \end_inset
20765 </cell>
20766 </row>
20767 <row>
20768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20769 \begin_inset Text
20770
20771 \begin_layout Plain Layout
20772
20773 \backslash
20774 omega
20775 \end_layout
20776
20777 \end_inset
20778 </cell>
20779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Plain Layout
20783 \begin_inset Formula $\omega$
20784 \end_inset
20785
20786
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 </row>
20792 </lyxtabular>
20793
20794 \end_inset
20795
20796
20797 \begin_inset space \hfill{}
20798 \end_inset
20799
20800
20801 \end_layout
20802
20803 \begin_layout Standard
20804 \begin_inset VSpace medskip
20805 \end_inset
20806
20807
20808 \end_layout
20809
20810 \begin_layout Standard
20811 Cómo escribir letras griegas especiales en redonda se explica en 
20812 \begin_inset CommandInset ref
20813 LatexCommand ref
20814 reference "sub:Griegas-en-redonda"
20815
20816 \end_inset
20817
20818 .
20819 \end_layout
20820
20821 \begin_layout Subsection
20822 Mayúsculas
20823 \begin_inset Index idx
20824 status collapsed
20825
20826 \begin_layout Plain Layout
20827 Letras griegas ! mayúsculas
20828 \end_layout
20829
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \begin_layout Standard
20836 \begin_inset space \hfill{}
20837 \end_inset
20838
20839
20840 \begin_inset Tabular
20841 <lyxtabular version="3" rows="7" columns="2">
20842 <features rotate="0" tabularvalignment="middle">
20843 <column alignment="center" valignment="top" width="0pt">
20844 <column alignment="center" valignment="top" width="0pt">
20845 <row>
20846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Plain Layout
20850 Comando
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859 Símbolo
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 </row>
20865 <row>
20866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870
20871 \backslash
20872 Gamma
20873 \end_layout
20874
20875 \end_inset
20876 </cell>
20877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881 \begin_inset Formula $\Gamma$
20882 \end_inset
20883
20884
20885 \end_layout
20886
20887 \end_inset
20888 </cell>
20889 </row>
20890 <row>
20891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895
20896 \backslash
20897 Delta
20898 \end_layout
20899
20900 \end_inset
20901 </cell>
20902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906 \begin_inset Formula $\Delta$
20907 \end_inset
20908
20909
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 </row>
20915 <row>
20916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Plain Layout
20920
20921 \backslash
20922 Theta
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931 \begin_inset Formula $\Theta$
20932 \end_inset
20933
20934
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 </row>
20940 <row>
20941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945
20946 \backslash
20947 Lambda
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956 \begin_inset Formula $\Lambda$
20957 \end_inset
20958
20959
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 </row>
20965 <row>
20966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970
20971 \backslash
20972 Xi
20973 \end_layout
20974
20975 \end_inset
20976 </cell>
20977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981 \begin_inset Formula $\Xi$
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 </row>
20990 <row>
20991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995
20996 \backslash
20997 Pi
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006 \begin_inset Formula $\Pi$
21007 \end_inset
21008
21009
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 </row>
21015 </lyxtabular>
21016
21017 \end_inset
21018
21019
21020 \begin_inset space \hfill{}
21021 \end_inset
21022
21023
21024 \begin_inset Tabular
21025 <lyxtabular version="3" rows="6" columns="2">
21026 <features rotate="0" tabularvalignment="middle">
21027 <column alignment="center" valignment="top" width="0pt">
21028 <column alignment="center" valignment="top" width="0pt">
21029 <row>
21030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21031 \begin_inset Text
21032
21033 \begin_layout Plain Layout
21034 Comando
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043 Símbolo
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 </row>
21049 <row>
21050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054
21055 \backslash
21056 Sigma
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065 \begin_inset Formula $\Sigma$
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 </row>
21074 <row>
21075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079
21080 \backslash
21081 Upsilon
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090 \begin_inset Formula $\Upsilon$
21091 \end_inset
21092
21093
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 </row>
21099 <row>
21100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104
21105 \backslash
21106 Phi
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115 \begin_inset Formula $\Phi$
21116 \end_inset
21117
21118
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 </row>
21124 <row>
21125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129
21130 \backslash
21131 Psi
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140 \begin_inset Formula $\Psi$
21141 \end_inset
21142
21143
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 </row>
21149 <row>
21150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154
21155 \backslash
21156 Omega
21157 \end_layout
21158
21159 \end_inset
21160 </cell>
21161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21162 \begin_inset Text
21163
21164 \begin_layout Plain Layout
21165 \begin_inset Formula $\Omega$
21166 \end_inset
21167
21168
21169 \end_layout
21170
21171 \end_inset
21172 </cell>
21173 </row>
21174 </lyxtabular>
21175
21176 \end_inset
21177
21178
21179 \begin_inset space \hfill{}
21180 \end_inset
21181
21182
21183 \end_layout
21184
21185 \begin_layout Standard
21186 \begin_inset VSpace medskip
21187 \end_inset
21188
21189
21190 \end_layout
21191
21192 \begin_layout Standard
21193 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
21194  cuando se desarrolló TeX.
21195  Para obtener mayúsculas en cursiva, inicia cada comando con 
21196 \series bold
21197 var
21198 \series default
21199 .
21200  Por ejemplo, el comando 
21201 \series bold
21202
21203 \backslash
21204 varGamma
21205 \series default
21206  genera 
21207 \begin_inset Formula $\varGamma$
21208 \end_inset
21209
21210 .
21211  Otra forma es cargar el paquete 
21212 \series bold
21213 fixmath
21214 \series default
21215
21216 \begin_inset Foot
21217 status collapsed
21218
21219 \begin_layout Plain Layout
21220
21221 \series bold
21222 fixmath
21223 \series default
21224  forma parte del paquete LaTeX 
21225 \series bold
21226 was
21227 \series default
21228
21229 \begin_inset Index idx
21230 status collapsed
21231
21232 \begin_layout Plain Layout
21233 Paquetes ! was
21234 \begin_inset ERT
21235 status collapsed
21236
21237 \begin_layout Plain Layout
21238
21239
21240 \backslash
21241 vspace{4mm}
21242 \end_layout
21243
21244 \end_inset
21245
21246
21247 \end_layout
21248
21249 \end_inset
21250
21251 .
21252 \end_layout
21253
21254 \end_inset
21255
21256
21257 \begin_inset Index idx
21258 status collapsed
21259
21260 \begin_layout Plain Layout
21261 Paquetes ! fixmath
21262 \end_layout
21263
21264 \end_inset
21265
21266  con la línea siguiente en el preámbulo LaTeX
21267 \end_layout
21268
21269 \begin_layout Standard
21270
21271 \series bold
21272
21273 \backslash
21274 usepackage{fixmath}
21275 \end_layout
21276
21277 \begin_layout Standard
21278 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
21279 ente en cursiva.
21280 \end_layout
21281
21282 \begin_layout Subsection
21283 Letras en negrita
21284 \begin_inset Index idx
21285 status collapsed
21286
21287 \begin_layout Plain Layout
21288 Letras griegas ! en negrita
21289 \end_layout
21290
21291 \end_inset
21292
21293
21294 \end_layout
21295
21296 \begin_layout Standard
21297 Las letras griegas no admiten diferentes estilos de letra como las latinas.
21298  Sólo se pueden poner en negrita con el comando 
21299 \series bold
21300
21301 \backslash
21302 boldsymbol
21303 \series default
21304
21305 \begin_inset Index idx
21306 status collapsed
21307
21308 \begin_layout Plain Layout
21309 Comandos ! B ! 
21310 \backslash
21311 boldsymbol
21312 \end_layout
21313
21314 \end_inset
21315
21316 .
21317 \end_layout
21318
21319 \begin_layout Standard
21320 \align center
21321 \begin_inset Tabular
21322 <lyxtabular version="3" rows="3" columns="2">
21323 <features rotate="0" tabularvalignment="middle">
21324 <column alignment="center" valignment="top">
21325 <column alignment="center" valignment="top">
21326 <row>
21327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331 Comando
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340 Símbolo
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 </row>
21346 <row>
21347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351
21352 \backslash
21353 Upsilon
21354 \backslash
21355 boldsymbol
21356 \backslash
21357 Upsilon
21358 \end_layout
21359
21360 \end_inset
21361 </cell>
21362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21363 \begin_inset Text
21364
21365 \begin_layout Plain Layout
21366 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 </row>
21375 <row>
21376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380
21381 \backslash
21382 theta
21383 \backslash
21384 boldsymbol
21385 \backslash
21386 theta
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395 \begin_inset Formula $\theta\boldsymbol{\theta}$
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 </row>
21404 </lyxtabular>
21405
21406 \end_inset
21407
21408
21409 \end_layout
21410
21411 \begin_layout Section
21412 Símbolos
21413 \begin_inset ERT
21414 status collapsed
21415
21416 \begin_layout Plain Layout
21417
21418
21419 \backslash
21420 texorpdfstring{
21421 \end_layout
21422
21423 \end_inset
21424
21425
21426 \begin_inset Foot
21427 status collapsed
21428
21429 \begin_layout Plain Layout
21430 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
21431  LaTeX en 
21432 \begin_inset CommandInset citation
21433 LatexCommand cite
21434 key "Symbols"
21435
21436 \end_inset
21437
21438 .
21439 \end_layout
21440
21441 \end_inset
21442
21443
21444 \begin_inset ERT
21445 status collapsed
21446
21447 \begin_layout Plain Layout
21448
21449 }{}
21450 \end_layout
21451
21452 \end_inset
21453
21454
21455 \begin_inset Note Note
21456 status collapsed
21457
21458 \begin_layout Plain Layout
21459
21460 \backslash
21461 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
21462  PDF.
21463 \end_layout
21464
21465 \begin_layout Plain Layout
21466 Más sobre 
21467 \backslash
21468 texorpdfstring en la sección 
21469 \begin_inset CommandInset ref
21470 LatexCommand ref
21471 reference "sub:Ecuaciones-en-encabezados"
21472
21473 \end_inset
21474
21475 .
21476 \end_layout
21477
21478 \end_inset
21479
21480
21481 \begin_inset Index idx
21482 status collapsed
21483
21484 \begin_layout Plain Layout
21485 Símbolos
21486 \end_layout
21487
21488 \end_inset
21489
21490
21491 \end_layout
21492
21493 \begin_layout Standard
21494 Muchos de los símbolos listados en esta sección se pueden insertar además
21495  mediante los botones 
21496 \begin_inset Info
21497 type  "icon"
21498 arg   "math-insert \\nabla"
21499 \end_inset
21500
21501  y 
21502 \begin_inset Info
21503 type  "icon"
21504 arg   "math-insert \\digamma"
21505 \end_inset
21506
21507  de la barra de ecuaciones.
21508 \end_layout
21509
21510 \begin_layout Subsection
21511 Símbolos matemáticos
21512 \begin_inset CommandInset label
21513 LatexCommand label
21514 name "sub:Símbolos-matemáticos"
21515
21516 \end_inset
21517
21518
21519 \begin_inset Index idx
21520 status collapsed
21521
21522 \begin_layout Plain Layout
21523 Símbolos ! matemáticos
21524 \end_layout
21525
21526 \end_inset
21527
21528
21529 \end_layout
21530
21531 \begin_layout Standard
21532 \begin_inset space \hfill{}
21533 \end_inset
21534
21535
21536 \begin_inset Tabular
21537 <lyxtabular version="3" rows="10" columns="2">
21538 <features rotate="0" tabularvalignment="middle">
21539 <column alignment="center" valignment="top" width="0pt">
21540 <column alignment="center" valignment="top" width="0pt">
21541 <row>
21542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546 Comando
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Plain Layout
21555 Símbolo
21556 \end_layout
21557
21558 \end_inset
21559 </cell>
21560 </row>
21561 <row>
21562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566
21567 \backslash
21568 neg
21569 \end_layout
21570
21571 \end_inset
21572 </cell>
21573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577 \begin_inset Formula $\neg$
21578 \end_inset
21579
21580
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 </row>
21586 <row>
21587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21588 \begin_inset Text
21589
21590 \begin_layout Plain Layout
21591
21592 \backslash
21593 Im
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602 \begin_inset Formula $\Im$
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \end_inset
21609 </cell>
21610 </row>
21611 <row>
21612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21613 \begin_inset Text
21614
21615 \begin_layout Plain Layout
21616
21617 \backslash
21618 Re
21619 \end_layout
21620
21621 \end_inset
21622 </cell>
21623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21624 \begin_inset Text
21625
21626 \begin_layout Plain Layout
21627 \begin_inset Formula $\Re$
21628 \end_inset
21629
21630
21631 \end_layout
21632
21633 \end_inset
21634 </cell>
21635 </row>
21636 <row>
21637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641
21642 \backslash
21643 aleph
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652 \begin_inset Formula $\aleph$
21653 \end_inset
21654
21655
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 </row>
21661 <row>
21662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666
21667 \backslash
21668 partial
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 \begin_inset Formula $\partial$
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 </row>
21686 <row>
21687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691
21692 \backslash
21693 infty
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 \begin_inset Formula $\infty$
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 </row>
21711 <row>
21712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716
21717 \backslash
21718 wp
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21724 \begin_inset Text
21725
21726 \begin_layout Plain Layout
21727 \begin_inset Formula $\wp$
21728 \end_inset
21729
21730
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 </row>
21736 <row>
21737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741
21742 \backslash
21743 imath
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 \begin_inset Formula $\imath$
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 </row>
21761 <row>
21762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766
21767 \backslash
21768 jmath
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777 \begin_inset Formula $\jmath$
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 </row>
21786 </lyxtabular>
21787
21788 \end_inset
21789
21790
21791 \begin_inset space \hfill{}
21792 \end_inset
21793
21794
21795 \begin_inset Tabular
21796 <lyxtabular version="3" rows="10" columns="2">
21797 <features rotate="0" tabularvalignment="middle">
21798 <column alignment="center" valignment="top" width="0pt">
21799 <column alignment="center" valignment="top" width="0pt">
21800 <row>
21801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805 Comando
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814 Símbolo
21815 \begin_inset Note Note
21816 status collapsed
21817
21818 \begin_layout Plain Layout
21819
21820 \series bold
21821
21822 \backslash
21823 raisebox
21824 \series default
21825  se usa sólo como espaciador
21826 \end_layout
21827
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 </row>
21836 <row>
21837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841
21842 \backslash
21843 forall
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852 \begin_inset Formula $\forall$
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 </row>
21861 <row>
21862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866
21867 \backslash
21868 exists
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877 \begin_inset Formula $\exists$
21878 \end_inset
21879
21880
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 </row>
21886 <row>
21887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891
21892 \backslash
21893 nexists
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 \begin_inset Formula $\nexists$
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 </row>
21911 <row>
21912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916
21917 \backslash
21918 emptyset
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927 \begin_inset Formula $\emptyset$
21928 \end_inset
21929
21930
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 </row>
21936 <row>
21937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21938 \begin_inset Text
21939
21940 \begin_layout Plain Layout
21941
21942 \backslash
21943 varnothing
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952 \begin_inset Formula $\varnothing$
21953 \end_inset
21954
21955
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 </row>
21961 <row>
21962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966
21967 \backslash
21968 dag
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 \begin_inset Formula $\dag$
21978 \end_inset
21979
21980
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 </row>
21986 <row>
21987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21988 \begin_inset Text
21989
21990 \begin_layout Plain Layout
21991
21992 \backslash
21993 ddag
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002 \begin_inset Formula $\ddag$
22003 \end_inset
22004
22005
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 </row>
22011 <row>
22012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22013 \begin_inset Text
22014
22015 \begin_layout Plain Layout
22016
22017 \backslash
22018 complement
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027 \begin_inset ERT
22028 status collapsed
22029
22030 \begin_layout Plain Layout
22031
22032
22033 \backslash
22034 raisebox{-0.8mm}{
22035 \end_layout
22036
22037 \end_inset
22038
22039
22040 \begin_inset Formula $\complement$
22041 \end_inset
22042
22043
22044 \begin_inset ERT
22045 status collapsed
22046
22047 \begin_layout Plain Layout
22048
22049 }
22050 \end_layout
22051
22052 \end_inset
22053
22054
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 </row>
22060 <row>
22061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22062 \begin_inset Text
22063
22064 \begin_layout Plain Layout
22065
22066 \backslash
22067 Bbbk
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076 \begin_inset Formula $\Bbbk$
22077 \end_inset
22078
22079
22080 \end_layout
22081
22082 \end_inset
22083 </cell>
22084 </row>
22085 </lyxtabular>
22086
22087 \end_inset
22088
22089
22090 \begin_inset space \hfill{}
22091 \end_inset
22092
22093
22094 \begin_inset Tabular
22095 <lyxtabular version="3" rows="10" columns="2">
22096 <features rotate="0" tabularvalignment="middle">
22097 <column alignment="center" valignment="top" width="0pt">
22098 <column alignment="center" valignment="top" width="0pt">
22099 <row>
22100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 Comando
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113 Símbolo
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 </row>
22119 <row>
22120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124
22125 \backslash
22126 prime
22127 \end_layout
22128
22129 \end_inset
22130 </cell>
22131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22132 \begin_inset Text
22133
22134 \begin_layout Plain Layout
22135 \begin_inset Formula $\prime$
22136 \end_inset
22137
22138
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 </row>
22144 <row>
22145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22146 \begin_inset Text
22147
22148 \begin_layout Plain Layout
22149
22150 \backslash
22151 backprime
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160 \begin_inset Formula $\backprime$
22161 \end_inset
22162
22163
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 </row>
22169 <row>
22170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174
22175 \backslash
22176 mho
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185 \begin_inset Formula $\mho$
22186 \end_inset
22187
22188
22189 \end_layout
22190
22191 \end_inset
22192 </cell>
22193 </row>
22194 <row>
22195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199
22200 \backslash
22201 triangle
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22207 \begin_inset Text
22208
22209 \begin_layout Plain Layout
22210 \begin_inset Formula $\triangle$
22211 \end_inset
22212
22213
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 </row>
22219 <row>
22220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224
22225 \backslash
22226 angle
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235 \begin_inset Formula $\angle$
22236 \end_inset
22237
22238
22239 \end_layout
22240
22241 \end_inset
22242 </cell>
22243 </row>
22244 <row>
22245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249
22250 \backslash
22251 measuredangle
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22257 \begin_inset Text
22258
22259 \begin_layout Plain Layout
22260 \begin_inset Formula $\measuredangle$
22261 \end_inset
22262
22263
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 </row>
22269 <row>
22270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274
22275 \backslash
22276 sphericalangle
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22282 \begin_inset Text
22283
22284 \begin_layout Plain Layout
22285 \begin_inset Formula $\sphericalangle$
22286 \end_inset
22287
22288
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 </row>
22294 <row>
22295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22296 \begin_inset Text
22297
22298 \begin_layout Plain Layout
22299
22300 \backslash
22301 top
22302 \end_layout
22303
22304 \end_inset
22305 </cell>
22306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22307 \begin_inset Text
22308
22309 \begin_layout Plain Layout
22310 \begin_inset Formula $\top$
22311 \end_inset
22312
22313
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 </row>
22319 <row>
22320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324
22325 \backslash
22326 bot
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335 \begin_inset Formula $\bot$
22336 \end_inset
22337
22338
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 </row>
22344 </lyxtabular>
22345
22346 \end_inset
22347
22348
22349 \begin_inset space \hfill{}
22350 \end_inset
22351
22352
22353 \end_layout
22354
22355 \begin_layout Standard
22356 \noindent
22357 \align center
22358 \begin_inset Newpage newpage
22359 \end_inset
22360
22361
22362 \end_layout
22363
22364 \begin_layout Subsection
22365 Símbolos misceláneos
22366 \begin_inset CommandInset label
22367 LatexCommand label
22368 name "sub:Símbolos-misceláneos"
22369
22370 \end_inset
22371
22372
22373 \begin_inset Index idx
22374 status collapsed
22375
22376 \begin_layout Plain Layout
22377 Símbolos ! misceláneos
22378 \end_layout
22379
22380 \end_inset
22381
22382
22383 \end_layout
22384
22385 \begin_layout Standard
22386 \noindent
22387 \align center
22388 \begin_inset Tabular
22389 <lyxtabular version="3" rows="10" columns="2">
22390 <features rotate="0" tabularvalignment="middle">
22391 <column alignment="center" valignment="top" width="0pt">
22392 <column alignment="center" valignment="top" width="0pt">
22393 <row>
22394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398 Comando
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407 Símbolo
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 </row>
22413 <row>
22414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418
22419 \backslash
22420 flat
22421 \end_layout
22422
22423 \end_inset
22424 </cell>
22425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Plain Layout
22429 \begin_inset Formula $\flat$
22430 \end_inset
22431
22432
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 </row>
22438 <row>
22439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443
22444 \backslash
22445 natural
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 \begin_inset Formula $\natural$
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 </row>
22463 <row>
22464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468
22469 \backslash
22470 sharp
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479 \begin_inset Formula $\sharp$
22480 \end_inset
22481
22482
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 </row>
22488 <row>
22489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493
22494 \backslash
22495 surd
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504 \begin_inset Formula $\surd$
22505 \end_inset
22506
22507
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 </row>
22513 <row>
22514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518
22519 \backslash
22520 checkmark
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529 \begin_inset Formula $\checkmark$
22530 \end_inset
22531
22532
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 </row>
22538 <row>
22539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543
22544 \backslash
22545 yen
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 \begin_inset Formula $\yen$
22555 \end_inset
22556
22557
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 </row>
22563 <row>
22564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568
22569 \backslash
22570 pounds
22571 \end_layout
22572
22573 \end_inset
22574 </cell>
22575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579 \begin_inset Formula $\pounds$
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 </row>
22588 <row>
22589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 $
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602 \begin_inset Formula $\$$
22603 \end_inset
22604
22605
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 </row>
22611 <row>
22612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 §
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625 \begin_inset Formula $§$
22626 \end_inset
22627
22628
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 </row>
22634 </lyxtabular>
22635
22636 \end_inset
22637
22638
22639 \begin_inset Tabular
22640 <lyxtabular version="3" rows="10" columns="2">
22641 <features rotate="0" tabularvalignment="middle">
22642 <column alignment="center" valignment="top">
22643 <column alignment="center" valignment="top">
22644 <row>
22645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22646 \begin_inset Text
22647
22648 \begin_layout Plain Layout
22649 Comando
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22655 \begin_inset Text
22656
22657 \begin_layout Plain Layout
22658 Símbolo
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 </row>
22664 <row>
22665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669
22670 \backslash
22671 hbar
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 \begin_inset Formula $\hbar$
22681 \end_inset
22682
22683
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 </row>
22689 <row>
22690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694
22695 \backslash
22696 hslash
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 \begin_inset Formula $\hslash$
22706 \end_inset
22707
22708
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 </row>
22714 <row>
22715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719
22720 \backslash
22721 clubsuit
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 \begin_inset Formula $\clubsuit$
22731 \end_inset
22732
22733
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 </row>
22739 <row>
22740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744
22745 \backslash
22746 spadesuit
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755 \begin_inset Formula $\spadesuit$
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 </row>
22764 <row>
22765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22766 \begin_inset Text
22767
22768 \begin_layout Plain Layout
22769
22770 \backslash
22771 bigstar
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 \begin_inset Formula $\bigstar$
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 </row>
22789 <row>
22790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794
22795 \backslash
22796 blacklozenge
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805 \begin_inset Formula $\blacklozenge$
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 </row>
22814 <row>
22815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819
22820 \backslash
22821 blacktriangle
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 \begin_inset Formula $\blacktriangle$
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 </row>
22839 <row>
22840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844
22845 \backslash
22846 blacktiangledown
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 \begin_inset Formula $\blacktriangledown$
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 </row>
22864 <row>
22865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869
22870 \backslash
22871 bullet
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880 \begin_inset Formula $\bullet$
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 </row>
22889 </lyxtabular>
22890
22891 \end_inset
22892
22893
22894 \begin_inset Tabular
22895 <lyxtabular version="3" rows="10" columns="2">
22896 <features rotate="0" tabularvalignment="middle">
22897 <column alignment="center" valignment="top" width="0pt">
22898 <column alignment="center" valignment="top" width="0pt">
22899 <row>
22900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904 Comando
22905 \end_layout
22906
22907 \end_inset
22908 </cell>
22909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913 Símbolo
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 </row>
22919 <row>
22920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22921 \begin_inset Text
22922
22923 \begin_layout Plain Layout
22924
22925 \backslash
22926 diamondsuit
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935 \begin_inset Formula $\diamondsuit$
22936 \end_inset
22937
22938
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 </row>
22944 <row>
22945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22946 \begin_inset Text
22947
22948 \begin_layout Plain Layout
22949
22950 \backslash
22951 Diamond
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960 \begin_inset Formula $\Diamond$
22961 \end_inset
22962
22963
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 </row>
22969 <row>
22970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22971 \begin_inset Text
22972
22973 \begin_layout Plain Layout
22974
22975 \backslash
22976 heartsuit
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 \begin_inset Formula $\heartsuit$
22986 \end_inset
22987
22988
22989 \end_layout
22990
22991 \end_inset
22992 </cell>
22993 </row>
22994 <row>
22995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999
23000 \backslash
23001 P
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010 \begin_inset Formula $\P$
23011 \end_inset
23012
23013
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 </row>
23019 <row>
23020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23021 \begin_inset Text
23022
23023 \begin_layout Plain Layout
23024
23025 \backslash
23026 copyright
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035 \begin_inset Formula $\copyright$
23036 \end_inset
23037
23038
23039 \end_layout
23040
23041 \end_inset
23042 </cell>
23043 </row>
23044 <row>
23045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049
23050 \backslash
23051 circledR
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060 \begin_inset Formula $\circledR$
23061 \end_inset
23062
23063
23064 \end_layout
23065
23066 \end_inset
23067 </cell>
23068 </row>
23069 <row>
23070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074
23075 \backslash
23076 maltese
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085 \begin_inset Formula $\maltese$
23086 \end_inset
23087
23088
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 </row>
23094 <row>
23095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099
23100 \backslash
23101 diagup
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110 \begin_inset Formula $\diagup$
23111 \end_inset
23112
23113
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 </row>
23119 <row>
23120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124
23125 \backslash
23126 diagdown
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135 \begin_inset Formula $\diagdown$
23136 \end_inset
23137
23138
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 </row>
23144 </lyxtabular>
23145
23146 \end_inset
23147
23148
23149 \end_layout
23150
23151 \begin_layout Standard
23152 \begin_inset VSpace medskip
23153 \end_inset
23154
23155
23156 \end_layout
23157
23158 \begin_layout Standard
23159 Algunos símbolos pueden presentarse en distintos tamaños, véase 
23160 \begin_inset CommandInset ref
23161 LatexCommand ref
23162 reference "sub:Tamaños-de-tipografías"
23163
23164 \end_inset
23165
23166
23167 \end_layout
23168
23169 \begin_layout Subsection
23170 El símbolo del euro, €
23171 \begin_inset Index idx
23172 status collapsed
23173
23174 \begin_layout Plain Layout
23175 Símbolos ! euro
23176 \end_layout
23177
23178 \end_inset
23179
23180
23181 \begin_inset Index idx
23182 status collapsed
23183
23184 \begin_layout Plain Layout
23185
23186 \backslash
23187 @
23188 \begin_inset ERT
23189 status collapsed
23190
23191 \begin_layout Plain Layout
23192
23193
23194 \backslash
23195 officialeuro
23196 \end_layout
23197
23198 \end_inset
23199
23200
23201 \end_layout
23202
23203 \end_inset
23204
23205
23206 \end_layout
23207
23208 \begin_layout Standard
23209 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
23210  LaTeX 
23211 \series bold
23212 eurosym
23213 \series default
23214
23215 \begin_inset Index idx
23216 status collapsed
23217
23218 \begin_layout Plain Layout
23219 Paquetes ! eurosym
23220 \end_layout
23221
23222 \end_inset
23223
23224 , y cargado en el preámbulo LaTeX con la línea
23225 \end_layout
23226
23227 \begin_layout Standard
23228
23229 \series bold
23230
23231 \backslash
23232 usepackage[gennarrow]{eurosym}
23233 \end_layout
23234
23235 \begin_layout Standard
23236 Actualmente también se puede insertar con el comando 
23237 \series bold
23238
23239 \backslash
23240 euro
23241 \series default
23242
23243 \begin_inset Index idx
23244 status collapsed
23245
23246 \begin_layout Plain Layout
23247 Comandos ! E ! 
23248 \backslash
23249 euro
23250 \end_layout
23251
23252 \end_inset
23253
23254 .
23255 \end_layout
23256
23257 \begin_layout Standard
23258 El símbolo del euro puede insertarse directamente con la tecla € en texto
23259  matemático sin tener 
23260 \series bold
23261 eurosym
23262 \series default
23263  instalado.
23264  Si 
23265 \series bold
23266 eurosym
23267 \series default
23268  está instalado, se puede insertar 
23269 \series bold
23270
23271 \backslash
23272 euro
23273 \series default
23274  en modo TeX.
23275  El símbolo oficial de la moneda se puede insertar con el comando 
23276 \series bold
23277
23278 \backslash
23279 officialeuro
23280 \series default
23281
23282 \begin_inset Index idx
23283 status collapsed
23284
23285 \begin_layout Plain Layout
23286 Comandos ! O ! 
23287 \backslash
23288 officialeuro
23289 \end_layout
23290
23291 \end_inset
23292
23293 , que sólo está disponible en modo TeX.
23294 \end_layout
23295
23296 \begin_layout Standard
23297 \begin_inset ERT
23298 status collapsed
23299
23300 \begin_layout Plain Layout
23301
23302
23303 \backslash
23304 ifeurosym
23305 \end_layout
23306
23307 \end_inset
23308
23309
23310 \begin_inset Note Note
23311 status collapsed
23312
23313 \begin_layout Plain Layout
23314 El cuadro siguiente sólo se mostrará si está instalado el paquete LaTeX
23315  
23316 \series bold
23317 eurosym
23318 \series default
23319 .
23320 \end_layout
23321
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \begin_layout Standard
23328 Un vistazo a los diferentes símbolos del euro.
23329 \end_layout
23330
23331 \begin_layout Standard
23332 \noindent
23333 \align center
23334 \begin_inset Tabular
23335 <lyxtabular version="3" rows="4" columns="3">
23336 <features rotate="0" tabularvalignment="middle">
23337 <column alignment="center" valignment="top">
23338 <column alignment="center" valignment="top">
23339 <column alignment="center" valignment="top">
23340 <row>
23341 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23342 \begin_inset Text
23343
23344 \begin_layout Plain Layout
23345
23346 \end_layout
23347
23348 \end_inset
23349 </cell>
23350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23351 \begin_inset Text
23352
23353 \begin_layout Plain Layout
23354 Comando
23355 \end_layout
23356
23357 \end_inset
23358 </cell>
23359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23360 \begin_inset Text
23361
23362 \begin_layout Plain Layout
23363 Símbolo
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 </row>
23369 <row>
23370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23371 \begin_inset Text
23372
23373 \begin_layout Plain Layout
23374 ecuación
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383
23384 \backslash
23385 euro
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394 \begin_inset Formula $\euro$
23395 \end_inset
23396
23397
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 </row>
23403 <row>
23404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408 texto matemático
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426 \begin_inset Formula $\mbox{€}$
23427 \end_inset
23428
23429
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 </row>
23435 <row>
23436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440 modo TeX
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449
23450 \backslash
23451 officialeuro
23452 \end_layout
23453
23454 \end_inset
23455 </cell>
23456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460 \begin_inset ERT
23461 status collapsed
23462
23463 \begin_layout Plain Layout
23464
23465
23466 \backslash
23467 officialeuro
23468 \end_layout
23469
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 </row>
23478 </lyxtabular>
23479
23480 \end_inset
23481
23482
23483 \end_layout
23484
23485 \begin_layout Standard
23486 \begin_inset ERT
23487 status collapsed
23488
23489 \begin_layout Plain Layout
23490
23491
23492 \backslash
23493 else
23494 \end_layout
23495
23496 \end_inset
23497
23498
23499 \begin_inset Note Note
23500 status collapsed
23501
23502 \begin_layout Plain Layout
23503 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
23504 \series bold
23505 eurosym
23506 \series default
23507 :
23508 \end_layout
23509
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \begin_layout Standard
23516 Para ver la salida completa de esta subsección debe estar instalado el paquete
23517  LaTeX 
23518 \series bold
23519 eurosym
23520 \series default
23521 .
23522 \end_layout
23523
23524 \begin_layout Standard
23525 \begin_inset ERT
23526 status collapsed
23527
23528 \begin_layout Plain Layout
23529
23530
23531 \backslash
23532 fi
23533 \end_layout
23534
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \begin_layout Section
23541 Relaciones
23542 \begin_inset CommandInset label
23543 LatexCommand label
23544 name "sec:Relaciones"
23545
23546 \end_inset
23547
23548
23549 \begin_inset Index idx
23550 status collapsed
23551
23552 \begin_layout Plain Layout
23553 Relaciones
23554 \end_layout
23555
23556 \end_inset
23557
23558
23559 \begin_inset Index idx
23560 status collapsed
23561
23562 \begin_layout Plain Layout
23563 Comparaciones|see
23564 \begin_inset ERT
23565 status collapsed
23566
23567 \begin_layout Plain Layout
23568
23569 {
23570 \end_layout
23571
23572 \end_inset
23573
23574 Relaciones
23575 \begin_inset ERT
23576 status collapsed
23577
23578 \begin_layout Plain Layout
23579
23580 }
23581 \end_layout
23582
23583 \end_inset
23584
23585
23586 \end_layout
23587
23588 \end_inset
23589
23590
23591 \end_layout
23592
23593 \begin_layout Standard
23594 Todas las relaciones siguientes se pueden insertar también con el botón
23595  
23596 \begin_inset Info
23597 type  "icon"
23598 arg   "math-insert \\leq"
23599 \end_inset
23600
23601  de la barra de ecuaciones.
23602 \end_layout
23603
23604 \begin_layout Standard
23605 \begin_inset space \hfill{}
23606 \end_inset
23607
23608
23609 \begin_inset Tabular
23610 <lyxtabular version="3" rows="17" columns="2">
23611 <features rotate="0" tabularvalignment="middle">
23612 <column alignment="center" valignment="top" width="0pt">
23613 <column alignment="center" valignment="top" width="0pt">
23614 <row>
23615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619 Comando
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628 Relación
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 </row>
23634 <row>
23635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23636 \begin_inset Text
23637
23638 \begin_layout Plain Layout
23639 <
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 $<$
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 le
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 $\le$
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 ll
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 $\ll$
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 prec
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 $\prec$
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 preceq
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 $\preceq$
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 subset
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 $\subset$
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 subseteq
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 $\subseteq$
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 sqsubseteq
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 $\sqsubseteq$
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 in
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 $\in$
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 vdash
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 $\vdash$
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" leftline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887
23888 \backslash
23889 smile
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898 \begin_inset Formula $\smile$
23899 \end_inset
23900
23901
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 </row>
23907 <row>
23908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912
23913 \backslash
23914 lhd
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923 \begin_inset Formula $\lhd$
23924 \end_inset
23925
23926
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 </row>
23932 <row>
23933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937
23938 \backslash
23939 unlhd
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948 \begin_inset Formula $\unlhd$
23949 \end_inset
23950
23951
23952 \end_layout
23953
23954 \end_inset
23955 </cell>
23956 </row>
23957 <row>
23958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23959 \begin_inset Text
23960
23961 \begin_layout Plain Layout
23962
23963 \backslash
23964 gtrless
23965 \end_layout
23966
23967 \end_inset
23968 </cell>
23969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23970 \begin_inset Text
23971
23972 \begin_layout Plain Layout
23973 \begin_inset Formula $\gtrless$
23974 \end_inset
23975
23976
23977 \end_layout
23978
23979 \end_inset
23980 </cell>
23981 </row>
23982 <row>
23983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23984 \begin_inset Text
23985
23986 \begin_layout Plain Layout
23987
23988 \backslash
23989 mid
23990 \end_layout
23991
23992 \end_inset
23993 </cell>
23994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998 \begin_inset Formula $\mid$
23999 \end_inset
24000
24001
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 </row>
24007 <row>
24008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24009 \begin_inset Text
24010
24011 \begin_layout Plain Layout
24012
24013 \backslash
24014 nmid
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023 \begin_inset Formula $\nmid$
24024 \end_inset
24025
24026
24027 \end_layout
24028
24029 \end_inset
24030 </cell>
24031 </row>
24032 </lyxtabular>
24033
24034 \end_inset
24035
24036
24037 \begin_inset space \hfill{}
24038 \end_inset
24039
24040
24041 \begin_inset Tabular
24042 <lyxtabular version="3" rows="17" columns="2">
24043 <features rotate="0" tabularvalignment="middle">
24044 <column alignment="center" valignment="top" width="0pt">
24045 <column alignment="center" valignment="top" width="0pt">
24046 <row>
24047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24048 \begin_inset Text
24049
24050 \begin_layout Plain Layout
24051 Comando
24052 \end_layout
24053
24054 \end_inset
24055 </cell>
24056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060 Relación
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 </row>
24066 <row>
24067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24068 \begin_inset Text
24069
24070 \begin_layout Plain Layout
24071 =
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 $=$
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 not=
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 $\not=$
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 equiv
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 $\equiv$
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 sim
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 $\sim$
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 simeq
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 $\simeq$
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 approx
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 $\approx$
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 cong
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 $\cong$
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 bowtie
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 $\bowtie$
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 notin
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 $\notin$
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 perp
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 $\perp$
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" leftline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319
24320 \backslash
24321 propto
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330 \begin_inset Formula $\propto$
24331 \end_inset
24332
24333
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 </row>
24339 <row>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344
24345 \backslash
24346 asymp
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355 \begin_inset Formula $\asymp$
24356 \end_inset
24357
24358
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 </row>
24364 <row>
24365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369
24370 \backslash
24371 doteq
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380 \begin_inset Formula $\doteq$
24381 \end_inset
24382
24383
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 </row>
24389 <row>
24390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394
24395 \backslash
24396 circeq
24397 \end_layout
24398
24399 \end_inset
24400 </cell>
24401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405 \begin_inset Formula $\circeq$
24406 \end_inset
24407
24408
24409 \end_layout
24410
24411 \end_inset
24412 </cell>
24413 </row>
24414 <row>
24415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419
24420 \backslash
24421 models
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430 \begin_inset Formula $\models$
24431 \end_inset
24432
24433
24434 \end_layout
24435
24436 \end_inset
24437 </cell>
24438 </row>
24439 <row>
24440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24441 \begin_inset Text
24442
24443 \begin_layout Plain Layout
24444
24445 \backslash
24446 widehat=
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455 \begin_inset Formula $\widehat{=}$
24456 \end_inset
24457
24458
24459 \end_layout
24460
24461 \end_inset
24462 </cell>
24463 </row>
24464 </lyxtabular>
24465
24466 \end_inset
24467
24468
24469 \begin_inset space \hfill{}
24470 \end_inset
24471
24472
24473 \begin_inset Tabular
24474 <lyxtabular version="3" rows="17" columns="2">
24475 <features rotate="0" tabularvalignment="middle">
24476 <column alignment="center" valignment="top" width="0pt">
24477 <column alignment="center" valignment="top" width="0pt">
24478 <row>
24479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483 Comando
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24489 \begin_inset Text
24490
24491 \begin_layout Plain Layout
24492 Relación
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 </row>
24498 <row>
24499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24500 \begin_inset Text
24501
24502 \begin_layout Plain Layout
24503 >
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 $>$
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 ge
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 $\ge$
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 gg
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 $\gg$
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 succ
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 $\succ$
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 succeq
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 $\succeq$
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 supset
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 $\supset$
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 supseteq
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 $\supseteq$
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 sqsupseteq
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 $\sqsupseteq$
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 ni
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 $\ni$
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 dashv
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 $\dashv$
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" leftline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751
24752 \backslash
24753 frown
24754 \end_layout
24755
24756 \end_inset
24757 </cell>
24758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24759 \begin_inset Text
24760
24761 \begin_layout Plain Layout
24762 \begin_inset Formula $\frown$
24763 \end_inset
24764
24765
24766 \end_layout
24767
24768 \end_inset
24769 </cell>
24770 </row>
24771 <row>
24772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776
24777 \backslash
24778 rhd
24779 \end_layout
24780
24781 \end_inset
24782 </cell>
24783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24784 \begin_inset Text
24785
24786 \begin_layout Plain Layout
24787 \begin_inset Formula $\rhd$
24788 \end_inset
24789
24790
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 </row>
24796 <row>
24797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801
24802 \backslash
24803 unrhd
24804 \end_layout
24805
24806 \end_inset
24807 </cell>
24808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812 \begin_inset Formula $\unrhd$
24813 \end_inset
24814
24815
24816 \end_layout
24817
24818 \end_inset
24819 </cell>
24820 </row>
24821 <row>
24822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24823 \begin_inset Text
24824
24825 \begin_layout Plain Layout
24826
24827 \backslash
24828 lessgtr
24829 \end_layout
24830
24831 \end_inset
24832 </cell>
24833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24834 \begin_inset Text
24835
24836 \begin_layout Plain Layout
24837 \begin_inset Formula $\lessgtr$
24838 \end_inset
24839
24840
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 </row>
24846 <row>
24847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24848 \begin_inset Text
24849
24850 \begin_layout Plain Layout
24851
24852 \backslash
24853 parallel
24854 \end_layout
24855
24856 \end_inset
24857 </cell>
24858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24859 \begin_inset Text
24860
24861 \begin_layout Plain Layout
24862 \begin_inset Formula $\parallel$
24863 \end_inset
24864
24865
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 </row>
24871 <row>
24872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24873 \begin_inset Text
24874
24875 \begin_layout Plain Layout
24876
24877 \backslash
24878 nparallel
24879 \end_layout
24880
24881 \end_inset
24882 </cell>
24883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24884 \begin_inset Text
24885
24886 \begin_layout Plain Layout
24887 \begin_inset Formula $\nparallel$
24888 \end_inset
24889
24890
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 </row>
24896 </lyxtabular>
24897
24898 \end_inset
24899
24900
24901 \begin_inset space \hfill{}
24902 \end_inset
24903
24904
24905 \end_layout
24906
24907 \begin_layout Standard
24908 \begin_inset VSpace medskip
24909 \end_inset
24910
24911
24912 \end_layout
24913
24914 \begin_layout Standard
24915 Los caracteres 
24916 \series bold
24917
24918 \backslash
24919 lhd
24920 \series default
24921  y 
24922 \series bold
24923
24924 \backslash
24925 rhd
24926 \series default
24927  son mayores que los operadores de aspecto similar 
24928 \series bold
24929
24930 \backslash
24931 triangleleft
24932 \series default
24933  y 
24934 \series bold
24935
24936 \backslash
24937 triangleright
24938 \series default
24939 , respectivamente.
24940 \end_layout
24941
24942 \begin_layout Standard
24943
24944 \lang english
24945 LyX supports also many special relations.
24946  Use the toolbar button
24947 \lang spanish
24948  
24949 \begin_inset Info
24950 type  "icon"
24951 arg   "math-insert \\leqq"
24952 \end_inset
24953
24954  
24955 \lang english
24956 to see a list of these relations.
24957 \end_layout
24958
24959 \begin_layout Standard
24960 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24961 \end_layout
24962
24963 \begin_layout Standard
24964 Se pueden componer relaciones con etiquetas con el comando 
24965 \series bold
24966
24967 \backslash
24968 stackrel
24969 \series default
24970
24971 \begin_inset Index idx
24972 status collapsed
24973
24974 \begin_layout Plain Layout
24975 Comandos ! S ! 
24976 \backslash
24977 stackrel
24978 \end_layout
24979
24980 \end_inset
24981
24982 :
24983 \end_layout
24984
24985 \begin_layout Standard
24986 \align center
24987 \begin_inset Tabular
24988 <lyxtabular version="3" rows="2" columns="2">
24989 <features rotate="0" tabularvalignment="middle">
24990 <column alignment="center" valignment="top">
24991 <column alignment="center" valignment="top">
24992 <row>
24993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997 Comando
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006 Resultado
25007 \begin_inset Note Note
25008 status collapsed
25009
25010 \begin_layout Plain Layout
25011
25012 \series bold
25013
25014 \backslash
25015 raisebox
25016 \series default
25017  se usa sólo como espaciador
25018 \end_layout
25019
25020 \end_inset
25021
25022
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 </row>
25028 <row>
25029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25030 \begin_inset Text
25031
25032 \begin_layout Plain Layout
25033 A(r)
25034 \backslash
25035 stackrel
25036 \begin_inset space \textvisiblespace{}
25037 \end_inset
25038
25039 r
25040 \backslash
25041 to
25042 \backslash
25043 infty
25044 \begin_inset space \textvisiblespace{}
25045 \end_inset
25046
25047
25048 \begin_inset Formula $\downarrow$
25049 \end_inset
25050
25051
25052 \backslash
25053 approx
25054 \begin_inset space \textvisiblespace{}
25055 \end_inset
25056
25057
25058 \begin_inset space \textvisiblespace{}
25059 \end_inset
25060
25061 B
25062 \end_layout
25063
25064 \end_inset
25065 </cell>
25066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25067 \begin_inset Text
25068
25069 \begin_layout Plain Layout
25070 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
25071 \end_inset
25072
25073
25074 \end_layout
25075
25076 \end_inset
25077 </cell>
25078 </row>
25079 </lyxtabular>
25080
25081 \end_inset
25082
25083
25084 \end_layout
25085
25086 \begin_layout Section
25087 Funciones
25088 \end_layout
25089
25090 \begin_layout Subsection
25091 Funciones predefinidas
25092 \begin_inset CommandInset label
25093 LatexCommand label
25094 name "sub:Funciones-predefinidas"
25095
25096 \end_inset
25097
25098
25099 \begin_inset Index idx
25100 status collapsed
25101
25102 \begin_layout Plain Layout
25103 Funciones ! predefinidas
25104 \end_layout
25105
25106 \end_inset
25107
25108
25109 \begin_inset Index idx
25110 status collapsed
25111
25112 \begin_layout Plain Layout
25113 Funciones ! en español
25114 \end_layout
25115
25116 \end_inset
25117
25118
25119 \end_layout
25120
25121 \begin_layout Standard
25122 En general las variables se escriben en 
25123 \emph on
25124 cursiva
25125 \emph default
25126  en expresiones matemáticas, pero no los nombres de las funciones, porque
25127  
25128 \begin_inset Formula $sen$
25129 \end_inset
25130
25131  podría confundirse con 
25132 \begin_inset Formula $s\cdot e\cdot n$
25133 \end_inset
25134
25135 .
25136  Por eso hay funciones predefinidas, que además se separan un poco del factor
25137  precedente.
25138  Se insertan como comandos con una barra inversa delante de su nombre.
25139 \end_layout
25140
25141 \begin_layout Standard
25142 \align center
25143 \begin_inset Tabular
25144 <lyxtabular version="3" rows="2" columns="4">
25145 <features rotate="0" tabularvalignment="middle">
25146 <column alignment="center" valignment="top" width="0pt">
25147 <column alignment="center" valignment="top" width="0pt">
25148 <column alignment="center" valignment="top" width="0pt">
25149 <column alignment="center" valignment="top" width="0pt">
25150 <row>
25151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155 Comando
25156 \end_layout
25157
25158 \end_inset
25159 </cell>
25160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25161 \begin_inset Text
25162
25163 \begin_layout Plain Layout
25164 Resultado
25165 \end_layout
25166
25167 \end_inset
25168 </cell>
25169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25170 \begin_inset Text
25171
25172 \begin_layout Plain Layout
25173 Comando
25174 \end_layout
25175
25176 \end_inset
25177 </cell>
25178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25179 \begin_inset Text
25180
25181 \begin_layout Plain Layout
25182 Resultado
25183 \end_layout
25184
25185 \end_inset
25186 </cell>
25187 </row>
25188 <row>
25189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25190 \begin_inset Text
25191
25192 \begin_layout Plain Layout
25193 Asen(x)+B
25194 \end_layout
25195
25196 \end_inset
25197 </cell>
25198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25199 \begin_inset Text
25200
25201 \begin_layout Plain Layout
25202 \begin_inset Formula $Asen(x)+B$
25203 \end_inset
25204
25205
25206 \end_layout
25207
25208 \end_inset
25209 </cell>
25210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Plain Layout
25214 A
25215 \backslash
25216 sen(x)+B
25217 \end_layout
25218
25219 \end_inset
25220 </cell>
25221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Plain Layout
25225 \begin_inset Formula $A\sen(x)+B$
25226 \end_inset
25227
25228
25229 \end_layout
25230
25231 \end_inset
25232 </cell>
25233 </row>
25234 </lyxtabular>
25235
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \begin_layout Standard
25242 Las funciones siguientes están predefinidas:
25243 \begin_inset Foot
25244 status collapsed
25245
25246 \begin_layout Plain Layout
25247 Se han añadido los comandos equivalentes proporcionados por el estilo 
25248 \series bold
25249 spanish
25250 \series default
25251  de 
25252 \series bold
25253 babel
25254 \series default
25255 .
25256  (Estos no están disponibles en el panel de funciones).
25257  Además, en su caso, las funciones serán acentuadas automáticamente en la
25258  salida, p.
25259 \begin_inset space \thinspace{}
25260 \end_inset
25261
25262 e.
25263  
25264 \begin_inset Quotes fld
25265 \end_inset
25266
25267 lím
25268 \begin_inset Quotes frd
25269 \end_inset
25270
25271  o 
25272 \begin_inset Quotes fld
25273 \end_inset
25274
25275 máx
25276 \begin_inset Quotes frd
25277 \end_inset
25278
25279 .
25280  Más información en 
25281 \begin_inset CommandInset citation
25282 LatexCommand cite
25283 key "spanish"
25284
25285 \end_inset
25286
25287 .
25288  (
25289 \emph on
25290 N.
25291 \begin_inset space \thinspace{}
25292 \end_inset
25293
25294 del t.
25295 \emph default
25296 )
25297 \end_layout
25298
25299 \end_inset
25300
25301
25302 \end_layout
25303
25304 \begin_layout Standard
25305 \begin_inset VSpace -2mm
25306 \end_inset
25307
25308
25309 \end_layout
25310
25311 \begin_layout Standard
25312 \align center
25313 \begin_inset Tabular
25314 <lyxtabular version="3" rows="9" columns="7">
25315 <features rotate="0" tabularvalignment="middle">
25316 <column alignment="center" valignment="top" width="0pt">
25317 <column alignment="center" valignment="top" width="0pt">
25318 <column alignment="center" valignment="top" width="0pt">
25319 <column alignment="center" valignment="top" width="0pt">
25320 <column alignment="center" valignment="top" width="0pt">
25321 <column alignment="center" valignment="top" width="0pt">
25322 <column alignment="center" valignment="top" width="0pt">
25323 <row>
25324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Plain Layout
25328 Comando
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25334 \begin_inset Text
25335
25336 \begin_layout Plain Layout
25337 español
25338 \end_layout
25339
25340 \end_inset
25341 </cell>
25342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25343 \begin_inset Text
25344
25345 \begin_layout Plain Layout
25346 Comando
25347 \end_layout
25348
25349 \end_inset
25350 </cell>
25351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355 español
25356 \end_layout
25357
25358 \end_inset
25359 </cell>
25360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Plain Layout
25364 Comando
25365 \end_layout
25366
25367 \end_inset
25368 </cell>
25369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25370 \begin_inset Text
25371
25372 \begin_layout Plain Layout
25373 español
25374 \end_layout
25375
25376 \end_inset
25377 </cell>
25378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25379 \begin_inset Text
25380
25381 \begin_layout Plain Layout
25382 Comando
25383 \end_layout
25384
25385 \end_inset
25386 </cell>
25387 </row>
25388 <row>
25389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25390 \begin_inset Text
25391
25392 \begin_layout Plain Layout
25393
25394 \backslash
25395 sin
25396 \end_layout
25397
25398 \end_inset
25399 </cell>
25400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25401 \begin_inset Text
25402
25403 \begin_layout Plain Layout
25404
25405 \backslash
25406 sen
25407 \end_layout
25408
25409 \end_inset
25410 </cell>
25411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25412 \begin_inset Text
25413
25414 \begin_layout Plain Layout
25415
25416 \backslash
25417 sinh
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 senh
25429 \end_layout
25430
25431 \end_inset
25432 </cell>
25433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25434 \begin_inset Text
25435
25436 \begin_layout Plain Layout
25437
25438 \backslash
25439 arcsin
25440 \end_layout
25441
25442 \end_inset
25443 </cell>
25444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25445 \begin_inset Text
25446
25447 \begin_layout Plain Layout
25448
25449 \backslash
25450 arcsen
25451 \end_layout
25452
25453 \end_inset
25454 </cell>
25455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25456 \begin_inset Text
25457
25458 \begin_layout Plain Layout
25459
25460 \backslash
25461 sup
25462 \end_layout
25463
25464 \end_inset
25465 </cell>
25466 </row>
25467 <row>
25468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25469 \begin_inset Text
25470
25471 \begin_layout Plain Layout
25472
25473 \backslash
25474 cos
25475 \end_layout
25476
25477 \end_inset
25478 </cell>
25479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Plain Layout
25483
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25489 \begin_inset Text
25490
25491 \begin_layout Plain Layout
25492
25493 \backslash
25494 cosh
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503
25504 \end_layout
25505
25506 \end_inset
25507 </cell>
25508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Plain Layout
25512
25513 \backslash
25514 arccos
25515 \end_layout
25516
25517 \end_inset
25518 </cell>
25519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25520 \begin_inset Text
25521
25522 \begin_layout Plain Layout
25523
25524 \end_layout
25525
25526 \end_inset
25527 </cell>
25528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Plain Layout
25532
25533 \backslash
25534 inf
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 </row>
25540 <row>
25541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25542 \begin_inset Text
25543
25544 \begin_layout Plain Layout
25545
25546 \backslash
25547 tan
25548 \end_layout
25549
25550 \end_inset
25551 </cell>
25552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25553 \begin_inset Text
25554
25555 \begin_layout Plain Layout
25556
25557 \backslash
25558 tg
25559 \end_layout
25560
25561 \end_inset
25562 </cell>
25563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25564 \begin_inset Text
25565
25566 \begin_layout Plain Layout
25567
25568 \backslash
25569 tanh
25570 \end_layout
25571
25572 \end_inset
25573 </cell>
25574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25575 \begin_inset Text
25576
25577 \begin_layout Plain Layout
25578
25579 \backslash
25580 tgh
25581 \end_layout
25582
25583 \end_inset
25584 </cell>
25585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25586 \begin_inset Text
25587
25588 \begin_layout Plain Layout
25589
25590 \backslash
25591 arctan
25592 \end_layout
25593
25594 \end_inset
25595 </cell>
25596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25597 \begin_inset Text
25598
25599 \begin_layout Plain Layout
25600
25601 \backslash
25602 arctg
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25608 \begin_inset Text
25609
25610 \begin_layout Plain Layout
25611
25612 \backslash
25613 lim
25614 \end_layout
25615
25616 \end_inset
25617 </cell>
25618 </row>
25619 <row>
25620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Plain Layout
25624
25625 \backslash
25626 cot
25627 \end_layout
25628
25629 \end_inset
25630 </cell>
25631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25632 \begin_inset Text
25633
25634 \begin_layout Plain Layout
25635
25636 \backslash
25637 cotg
25638 \end_layout
25639
25640 \end_inset
25641 </cell>
25642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25643 \begin_inset Text
25644
25645 \begin_layout Plain Layout
25646
25647 \backslash
25648 coth
25649 \end_layout
25650
25651 \end_inset
25652 </cell>
25653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25654 \begin_inset Text
25655
25656 \begin_layout Plain Layout
25657
25658 \end_layout
25659
25660 \end_inset
25661 </cell>
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 arg
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 \end_layout
25679
25680 \end_inset
25681 </cell>
25682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25683 \begin_inset Text
25684
25685 \begin_layout Plain Layout
25686
25687 \backslash
25688 liminf
25689 \end_layout
25690
25691 \end_inset
25692 </cell>
25693 </row>
25694 <row>
25695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699
25700 \backslash
25701 sec
25702 \end_layout
25703
25704 \end_inset
25705 </cell>
25706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25707 \begin_inset Text
25708
25709 \begin_layout Plain Layout
25710
25711 \end_layout
25712
25713 \end_inset
25714 </cell>
25715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25716 \begin_inset Text
25717
25718 \begin_layout Plain Layout
25719
25720 \backslash
25721 min
25722 \end_layout
25723
25724 \end_inset
25725 </cell>
25726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25727 \begin_inset Text
25728
25729 \begin_layout Plain Layout
25730
25731 \end_layout
25732
25733 \end_inset
25734 </cell>
25735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25736 \begin_inset Text
25737
25738 \begin_layout Plain Layout
25739
25740 \backslash
25741 deg
25742 \end_layout
25743
25744 \end_inset
25745 </cell>
25746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25747 \begin_inset Text
25748
25749 \begin_layout Plain Layout
25750
25751 \end_layout
25752
25753 \end_inset
25754 </cell>
25755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25756 \begin_inset Text
25757
25758 \begin_layout Plain Layout
25759
25760 \backslash
25761 limsup
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 </row>
25767 <row>
25768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25769 \begin_inset Text
25770
25771 \begin_layout Plain Layout
25772
25773 \backslash
25774 csc
25775 \end_layout
25776
25777 \end_inset
25778 </cell>
25779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25780 \begin_inset Text
25781
25782 \begin_layout Plain Layout
25783
25784 \backslash
25785 cosec
25786 \end_layout
25787
25788 \end_inset
25789 </cell>
25790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25791 \begin_inset Text
25792
25793 \begin_layout Plain Layout
25794
25795 \backslash
25796 max
25797 \end_layout
25798
25799 \end_inset
25800 </cell>
25801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25802 \begin_inset Text
25803
25804 \begin_layout Plain Layout
25805
25806 \end_layout
25807
25808 \end_inset
25809 </cell>
25810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25811 \begin_inset Text
25812
25813 \begin_layout Plain Layout
25814
25815 \backslash
25816 det
25817 \end_layout
25818
25819 \end_inset
25820 </cell>
25821 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Plain Layout
25834
25835 \backslash
25836 Pr
25837 \end_layout
25838
25839 \end_inset
25840 </cell>
25841 </row>
25842 <row>
25843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25844 \begin_inset Text
25845
25846 \begin_layout Plain Layout
25847
25848 \backslash
25849 ln
25850 \end_layout
25851
25852 \end_inset
25853 </cell>
25854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25864 \begin_inset Text
25865
25866 \begin_layout Plain Layout
25867
25868 \backslash
25869 exp
25870 \end_layout
25871
25872 \end_inset
25873 </cell>
25874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25875 \begin_inset Text
25876
25877 \begin_layout Plain Layout
25878
25879 \end_layout
25880
25881 \end_inset
25882 </cell>
25883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25884 \begin_inset Text
25885
25886 \begin_layout Plain Layout
25887
25888 \backslash
25889 dim
25890 \end_layout
25891
25892 \end_inset
25893 </cell>
25894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25895 \begin_inset Text
25896
25897 \begin_layout Plain Layout
25898
25899 \end_layout
25900
25901 \end_inset
25902 </cell>
25903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25904 \begin_inset Text
25905
25906 \begin_layout Plain Layout
25907
25908 \backslash
25909 hom
25910 \end_layout
25911
25912 \end_inset
25913 </cell>
25914 </row>
25915 <row>
25916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25917 \begin_inset Text
25918
25919 \begin_layout Plain Layout
25920
25921 \backslash
25922 lg
25923 \end_layout
25924
25925 \end_inset
25926 </cell>
25927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25928 \begin_inset Text
25929
25930 \begin_layout Plain Layout
25931
25932 \end_layout
25933
25934 \end_inset
25935 </cell>
25936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25937 \begin_inset Text
25938
25939 \begin_layout Plain Layout
25940
25941 \backslash
25942 log
25943 \end_layout
25944
25945 \end_inset
25946 </cell>
25947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25948 \begin_inset Text
25949
25950 \begin_layout Plain Layout
25951
25952 \end_layout
25953
25954 \end_inset
25955 </cell>
25956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25957 \begin_inset Text
25958
25959 \begin_layout Plain Layout
25960
25961 \backslash
25962 ker
25963 \end_layout
25964
25965 \end_inset
25966 </cell>
25967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25968 \begin_inset Text
25969
25970 \begin_layout Plain Layout
25971
25972 \end_layout
25973
25974 \end_inset
25975 </cell>
25976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25977 \begin_inset Text
25978
25979 \begin_layout Plain Layout
25980
25981 \backslash
25982 gcd
25983 \end_layout
25984
25985 \end_inset
25986 </cell>
25987 </row>
25988 </lyxtabular>
25989
25990 \end_inset
25991
25992
25993 \end_layout
25994
25995 \begin_layout Standard
25996 También se pueden insertar con el botón 
25997 \begin_inset Info
25998 type  "icon"
25999 arg   "math-insert \\functions"
26000 \end_inset
26001
26002  de la barra de ecuaciones.
26003 \end_layout
26004
26005 \begin_layout Subsection
26006 Funciones definidas por el usuario
26007 \begin_inset Index idx
26008 status collapsed
26009
26010 \begin_layout Plain Layout
26011 Funciones ! personalizadas
26012 \end_layout
26013
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \begin_layout Standard
26020 Para usar una función no predefinida, como por ejemplo la función signo,
26021  sgn(x), hay dos posibilidades:
26022 \end_layout
26023
26024 \begin_layout Itemize
26025 Define la función añadiendo al preámbulo LaTeX la línea
26026 \begin_inset Foot
26027 status collapsed
26028
26029 \begin_layout Plain Layout
26030 Más sobre 
26031 \series bold
26032
26033 \backslash
26034 DeclareMathOperator
26035 \series default
26036  en 
26037 \begin_inset CommandInset ref
26038 LatexCommand ref
26039 reference "sub:Operadores-de-usuario"
26040
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \end_inset
26047
26048
26049 \begin_inset Newline newline
26050 \end_inset
26051
26052
26053 \begin_inset VSpace -3mm
26054 \end_inset
26055
26056
26057 \begin_inset Newline newline
26058 \end_inset
26059
26060
26061 \series bold
26062
26063 \backslash
26064 DeclareMathOperator{
26065 \backslash
26066 sgn}{sgn}
26067 \series default
26068
26069 \begin_inset Index idx
26070 status collapsed
26071
26072 \begin_layout Plain Layout
26073 Comandos ! D ! 
26074 \backslash
26075 dbinom@
26076 \backslash
26077 DeclareMathOperator
26078 \end_layout
26079
26080 \end_inset
26081
26082
26083 \begin_inset Newline newline
26084 \end_inset
26085
26086
26087 \begin_inset VSpace -2mm
26088 \end_inset
26089
26090
26091 \begin_inset Newline newline
26092 \end_inset
26093
26094 Ahora la función recién definida se puede obtener con el comando 
26095 \series bold
26096
26097 \backslash
26098 sgn
26099 \series default
26100 .
26101 \end_layout
26102
26103 \begin_layout Itemize
26104 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
26105  en nuestro ejemplo las letras 
26106 \emph on
26107 sgn
26108 \emph default
26109 , y cámbialo a texto matemático.
26110  Entre el factor precedente y la función se inserta un espacio.
26111 \end_layout
26112
26113 \begin_layout Standard
26114 El resultado con ambos métodos es el mismo que con una función predefinida:
26115 \begin_inset Foot
26116 status collapsed
26117
26118 \begin_layout Plain Layout
26119 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
26120  negro.
26121 \end_layout
26122
26123 \end_inset
26124
26125
26126 \end_layout
26127
26128 \begin_layout Standard
26129 \align center
26130 \begin_inset Tabular
26131 <lyxtabular version="3" rows="3" columns="2">
26132 <features rotate="0" tabularvalignment="middle">
26133 <column alignment="center" valignment="top" width="0pt">
26134 <column alignment="center" valignment="top" width="0pt">
26135 <row>
26136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26137 \begin_inset Text
26138
26139 \begin_layout Plain Layout
26140 Comando
26141 \end_layout
26142
26143 \end_inset
26144 </cell>
26145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26146 \begin_inset Text
26147
26148 \begin_layout Plain Layout
26149 Resultado
26150 \end_layout
26151
26152 \end_inset
26153 </cell>
26154 </row>
26155 <row>
26156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26157 \begin_inset Text
26158
26159 \begin_layout Plain Layout
26160 A
26161 \backslash
26162 sgn(x)+B
26163 \end_layout
26164
26165 \end_inset
26166 </cell>
26167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26168 \begin_inset Text
26169
26170 \begin_layout Plain Layout
26171 \begin_inset Formula $A\sgn(x)+B$
26172 \end_inset
26173
26174
26175 \end_layout
26176
26177 \end_inset
26178 </cell>
26179 </row>
26180 <row>
26181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26182 \begin_inset Text
26183
26184 \begin_layout Plain Layout
26185 A
26186 \backslash
26187 ,
26188 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
26189 \end_inset
26190
26191 (x)+B
26192 \end_layout
26193
26194 \end_inset
26195 </cell>
26196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26197 \begin_inset Text
26198
26199 \begin_layout Plain Layout
26200 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
26201 \end_inset
26202
26203
26204 \end_layout
26205
26206 \end_inset
26207 </cell>
26208 </row>
26209 </lyxtabular>
26210
26211 \end_inset
26212
26213
26214 \end_layout
26215
26216 \begin_layout Standard
26217 El primer método es preferible si la función se va a usar varias veces.
26218 \end_layout
26219
26220 \begin_layout Standard
26221 \noindent
26222 \align center
26223 \begin_inset Newpage newpage
26224 \end_inset
26225
26226
26227 \end_layout
26228
26229 \begin_layout Subsection
26230 Límites
26231 \begin_inset Index idx
26232 status collapsed
26233
26234 \begin_layout Plain Layout
26235 Limites@Límites
26236 \end_layout
26237
26238 \end_inset
26239
26240
26241 \end_layout
26242
26243 \begin_layout Standard
26244 Para límites, además de 
26245 \series bold
26246
26247 \backslash
26248 lim
26249 \series default
26250
26251 \begin_inset Index idx
26252 status collapsed
26253
26254 \begin_layout Plain Layout
26255 Comandos ! L ! 
26256 \backslash
26257 lim
26258 \end_layout
26259
26260 \end_inset
26261
26262
26263 \series bold
26264
26265 \backslash
26266 liminf
26267 \series default
26268  y 
26269 \series bold
26270
26271 \backslash
26272 limsup
26273 \series default
26274  están definidas las siguientes funciones:
26275 \series bold
26276  
26277 \end_layout
26278
26279 \begin_layout Standard
26280 \noindent
26281 \align center
26282 \begin_inset Tabular
26283 <lyxtabular version="3" rows="5" columns="2">
26284 <features rotate="0" tabularvalignment="middle">
26285 <column alignment="center" valignment="top">
26286 <column alignment="center" valignment="top">
26287 <row>
26288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292 Comando
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26298 \begin_inset Text
26299
26300 \begin_layout Plain Layout
26301 Resultado
26302 \begin_inset Note Note
26303 status collapsed
26304
26305 \begin_layout Plain Layout
26306
26307 \series bold
26308
26309 \backslash
26310 raisebox
26311 \series default
26312  se usa sólo como espaciador
26313 \end_layout
26314
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 </row>
26323 <row>
26324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26325 \begin_inset Text
26326
26327 \begin_layout Plain Layout
26328
26329 \backslash
26330 varliminf
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 \begin_inset Formula $\varliminf$
26340 \end_inset
26341
26342
26343 \end_layout
26344
26345 \end_inset
26346 </cell>
26347 </row>
26348 <row>
26349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353
26354 \backslash
26355 varlimsup
26356 \end_layout
26357
26358 \end_inset
26359 </cell>
26360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364 \begin_inset Formula $\varlimsup$
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \end_inset
26371 </cell>
26372 </row>
26373 <row>
26374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26375 \begin_inset Text
26376
26377 \begin_layout Plain Layout
26378
26379 \backslash
26380 varprojlim
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 \begin_inset Formula $\varprojlim$
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 </row>
26398 <row>
26399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26400 \begin_inset Text
26401
26402 \begin_layout Plain Layout
26403
26404 \backslash
26405 varinjlim
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Plain Layout
26414 \begin_inset Formula $\varinjlim$
26415 \end_inset
26416
26417
26418 \begin_inset Formula $\raisebox{-2.5mm}{}$
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 </row>
26427 </lyxtabular>
26428
26429 \end_inset
26430
26431
26432 \end_layout
26433
26434 \begin_layout Standard
26435 \begin_inset VSpace medskip
26436 \end_inset
26437
26438
26439 \end_layout
26440
26441 \begin_layout Standard
26442 El límite se crea insertando un subíndice.
26443  Se imprime a la derecha junto a la función en una fórmula en línea:
26444 \end_layout
26445
26446 \begin_layout Standard
26447 \noindent
26448 \align center
26449 \begin_inset Tabular
26450 <lyxtabular version="3" rows="2" columns="2">
26451 <features rotate="0" tabularvalignment="middle">
26452 <column alignment="center" valignment="top" width="0pt">
26453 <column alignment="center" valignment="top" width="0pt">
26454 <row>
26455 <cell alignment="center" valignment="top" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459 Comando
26460 \end_layout
26461
26462 \end_inset
26463 </cell>
26464 <cell alignment="center" valignment="top" usebox="none">
26465 \begin_inset Text
26466
26467 \begin_layout Plain Layout
26468 \begin_inset space \hspace{}
26469 \length 1cm
26470 \end_inset
26471
26472 Resultado
26473 \begin_inset Note Note
26474 status collapsed
26475
26476 \begin_layout Plain Layout
26477
26478 \series bold
26479
26480 \backslash
26481 raisebox
26482 \series default
26483  se usa sólo como espaciador
26484 \end_layout
26485
26486 \end_inset
26487
26488
26489 \end_layout
26490
26491 \end_inset
26492 </cell>
26493 </row>
26494 <row>
26495 <cell alignment="center" valignment="top" usebox="none">
26496 \begin_inset Text
26497
26498 \begin_layout Plain Layout
26499
26500 \backslash
26501 lim_x
26502 \backslash
26503 to
26504 \begin_inset space \textvisiblespace{}
26505 \end_inset
26506
26507 A
26508 \begin_inset space \textvisiblespace{}
26509 \end_inset
26510
26511 x=B
26512 \end_layout
26513
26514 \end_inset
26515 </cell>
26516 <cell alignment="center" valignment="top" usebox="none">
26517 \begin_inset Text
26518
26519 \begin_layout Plain Layout
26520 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
26521 \end_inset
26522
26523
26524 \end_layout
26525
26526 \end_inset
26527 </cell>
26528 </row>
26529 </lyxtabular>
26530
26531 \end_inset
26532
26533
26534 \end_layout
26535
26536 \begin_layout Standard
26537 En una ecuación presentada el límite se imprime debajo, como es habitual:
26538 \begin_inset Formula 
26539 \[
26540 \lim\limits _{x\rightarrow A}=B
26541 \]
26542
26543 \end_inset
26544
26545
26546 \end_layout
26547
26548 \begin_layout Standard
26549 \begin_inset VSpace medskip
26550 \end_inset
26551
26552
26553 \end_layout
26554
26555 \begin_layout Standard
26556
26557 \lang english
26558 How to adjust the typesetting of the limits see
26559 \lang spanish
26560  
26561 \begin_inset CommandInset ref
26562 LatexCommand ref
26563 reference "sub:Límites-de-operadores"
26564
26565 \end_inset
26566
26567 .
26568 \end_layout
26569
26570 \begin_layout Subsection
26571 Función módulo
26572 \begin_inset Index idx
26573 status collapsed
26574
26575 \begin_layout Plain Layout
26576 Funciones ! módulo
26577 \end_layout
26578
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \begin_layout Standard
26585 La función módulo es especial, porque existe en cuatro variantes.
26586 \end_layout
26587
26588 \begin_layout Standard
26589 En una ecuación presentada:
26590 \begin_inset Formula 
26591 \begin{align*}
26592 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
26593 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26594 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26595 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26596 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26597 \end{align*}
26598
26599 \end_inset
26600
26601 En una ecuación en línea se pone menos espacio delante del nombre de la
26602  función para todas las variantes.
26603  Por omisión, las funciones módulo solo tienen en cuenta el primer carácter
26604  siguente.
26605  Para aplicarlas a más de un carácter hay que poner estos entre llaves TeX:
26606 \begin_inset Formula 
26607 \begin{align*}
26608 \underline{\textrm{Comando}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Resultado}}\\
26609 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26610 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26611 \end{align*}
26612
26613 \end_inset
26614
26615
26616 \end_layout
26617
26618 \begin_layout Section
26619 Caracteres especiales
26620 \begin_inset Index idx
26621 status collapsed
26622
26623 \begin_layout Plain Layout
26624 Caracteres especiales
26625 \end_layout
26626
26627 \end_inset
26628
26629
26630 \end_layout
26631
26632 \begin_layout Subsection
26633 Caracteres especiales en texto matemático
26634 \end_layout
26635
26636 \begin_layout Standard
26637 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
26638  TeX:
26639 \end_layout
26640
26641 \begin_layout Standard
26642 \begin_inset space \hfill{}
26643 \end_inset
26644
26645
26646 \begin_inset Tabular
26647 <lyxtabular version="3" rows="8" columns="2">
26648 <features rotate="0" tabularvalignment="middle">
26649 <column alignment="block" valignment="top">
26650 <column alignment="block" valignment="top">
26651 <row>
26652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656 Comando
26657 \end_layout
26658
26659 \end_inset
26660 </cell>
26661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26662 \begin_inset Text
26663
26664 \begin_layout Plain Layout
26665 Resultado
26666 \end_layout
26667
26668 \end_inset
26669 </cell>
26670 </row>
26671 <row>
26672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26673 \begin_inset Text
26674
26675 \begin_layout Plain Layout
26676
26677 \backslash
26678 oe
26679 \end_layout
26680
26681 \end_inset
26682 </cell>
26683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26684 \begin_inset Text
26685
26686 \begin_layout Plain Layout
26687 \begin_inset Formula $\textrm{œ}$
26688 \end_inset
26689
26690
26691 \end_layout
26692
26693 \end_inset
26694 </cell>
26695 </row>
26696 <row>
26697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26698 \begin_inset Text
26699
26700 \begin_layout Plain Layout
26701
26702 \backslash
26703 OE
26704 \end_layout
26705
26706 \end_inset
26707 </cell>
26708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26709 \begin_inset Text
26710
26711 \begin_layout Plain Layout
26712 \begin_inset Formula $\textrm{Œ}$
26713 \end_inset
26714
26715
26716 \end_layout
26717
26718 \end_inset
26719 </cell>
26720 </row>
26721 <row>
26722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Plain Layout
26726
26727 \backslash
26728 ae
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Plain Layout
26737 \begin_inset Formula $\textrm{æ}$
26738 \end_inset
26739
26740
26741 \end_layout
26742
26743 \end_inset
26744 </cell>
26745 </row>
26746 <row>
26747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26748 \begin_inset Text
26749
26750 \begin_layout Plain Layout
26751
26752 \backslash
26753 AE
26754 \end_layout
26755
26756 \end_inset
26757 </cell>
26758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26759 \begin_inset Text
26760
26761 \begin_layout Plain Layout
26762 \begin_inset Formula $\textrm{Æ}$
26763 \end_inset
26764
26765
26766 \end_layout
26767
26768 \end_inset
26769 </cell>
26770 </row>
26771 <row>
26772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26773 \begin_inset Text
26774
26775 \begin_layout Plain Layout
26776
26777 \backslash
26778 aa
26779 \end_layout
26780
26781 \end_inset
26782 </cell>
26783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26784 \begin_inset Text
26785
26786 \begin_layout Plain Layout
26787 \begin_inset Formula $\textrm{\aa}$
26788 \end_inset
26789
26790
26791 \end_layout
26792
26793 \end_inset
26794 </cell>
26795 </row>
26796 <row>
26797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26798 \begin_inset Text
26799
26800 \begin_layout Plain Layout
26801
26802 \backslash
26803 AA
26804 \begin_inset Index idx
26805 status collapsed
26806
26807 \begin_layout Plain Layout
26808
26809 \backslash
26810 @
26811 \begin_inset ERT
26812 status collapsed
26813
26814 \begin_layout Plain Layout
26815
26816
26817 \backslash
26818 textrm{
26819 \backslash
26820 AA}
26821 \end_layout
26822
26823 \end_inset
26824
26825
26826 \end_layout
26827
26828 \end_inset
26829
26830
26831 \end_layout
26832
26833 \end_inset
26834 </cell>
26835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26836 \begin_inset Text
26837
26838 \begin_layout Plain Layout
26839 \begin_inset Formula $\textrm{Å}$
26840 \end_inset
26841
26842
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 </row>
26848 <row>
26849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26850 \begin_inset Text
26851
26852 \begin_layout Plain Layout
26853
26854 \backslash
26855 i
26856 \end_layout
26857
26858 \end_inset
26859 </cell>
26860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26861 \begin_inset Text
26862
26863 \begin_layout Plain Layout
26864 \begin_inset Formula $\textrm{ı}$
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 </row>
26873 </lyxtabular>
26874
26875 \end_inset
26876
26877
26878 \begin_inset space \hfill{}
26879 \end_inset
26880
26881
26882 \begin_inset Tabular
26883 <lyxtabular version="3" rows="8" columns="2">
26884 <features rotate="0" tabularvalignment="middle">
26885 <column alignment="block" valignment="top">
26886 <column alignment="center" valignment="top">
26887 <row>
26888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26889 \begin_inset Text
26890
26891 \begin_layout Plain Layout
26892 Comando
26893 \begin_inset Note Note
26894 status collapsed
26895
26896 \begin_layout Plain Layout
26897
26898 \series bold
26899
26900 \backslash
26901 raisebox
26902 \series default
26903  se usa sólo como espaciador
26904 \end_layout
26905
26906 \end_inset
26907
26908
26909 \end_layout
26910
26911 \end_inset
26912 </cell>
26913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26914 \begin_inset Text
26915
26916 \begin_layout Plain Layout
26917 Resultado
26918 \end_layout
26919
26920 \end_inset
26921 </cell>
26922 </row>
26923 <row>
26924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26925 \begin_inset Text
26926
26927 \begin_layout Plain Layout
26928
26929 \backslash
26930 o
26931 \end_layout
26932
26933 \end_inset
26934 </cell>
26935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26936 \begin_inset Text
26937
26938 \begin_layout Plain Layout
26939 \begin_inset Formula $\textrm{ø}$
26940 \end_inset
26941
26942
26943 \end_layout
26944
26945 \end_inset
26946 </cell>
26947 </row>
26948 <row>
26949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26950 \begin_inset Text
26951
26952 \begin_layout Plain Layout
26953
26954 \backslash
26955 O
26956 \end_layout
26957
26958 \end_inset
26959 </cell>
26960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26961 \begin_inset Text
26962
26963 \begin_layout Plain Layout
26964 \begin_inset Formula $\textrm{Ø}$
26965 \end_inset
26966
26967
26968 \end_layout
26969
26970 \end_inset
26971 </cell>
26972 </row>
26973 <row>
26974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26975 \begin_inset Text
26976
26977 \begin_layout Plain Layout
26978
26979 \backslash
26980 l
26981 \end_layout
26982
26983 \end_inset
26984 </cell>
26985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26986 \begin_inset Text
26987
26988 \begin_layout Plain Layout
26989 \begin_inset Formula $\textrm{ł}$
26990 \end_inset
26991
26992
26993 \end_layout
26994
26995 \end_inset
26996 </cell>
26997 </row>
26998 <row>
26999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27000 \begin_inset Text
27001
27002 \begin_layout Plain Layout
27003
27004 \backslash
27005 L
27006 \end_layout
27007
27008 \end_inset
27009 </cell>
27010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27011 \begin_inset Text
27012
27013 \begin_layout Plain Layout
27014 \begin_inset Formula $\textrm{Ł}$
27015 \end_inset
27016
27017
27018 \end_layout
27019
27020 \end_inset
27021 </cell>
27022 </row>
27023 <row>
27024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27025 \begin_inset Text
27026
27027 \begin_layout Plain Layout
27028 !
27029 \begin_inset space \hspace{}
27030 \length 0mm
27031 \end_inset
27032
27033 `
27034 \begin_inset space \textvisiblespace{}
27035 \end_inset
27036
27037
27038 \end_layout
27039
27040 \end_inset
27041 </cell>
27042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27043 \begin_inset Text
27044
27045 \begin_layout Plain Layout
27046 \begin_inset Formula $\textrm{!`}$
27047 \end_inset
27048
27049
27050 \end_layout
27051
27052 \end_inset
27053 </cell>
27054 </row>
27055 <row>
27056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27057 \begin_inset Text
27058
27059 \begin_layout Plain Layout
27060 ?
27061 \begin_inset space \hspace{}
27062 \length 0mm
27063 \end_inset
27064
27065 `
27066 \begin_inset space \textvisiblespace{}
27067 \end_inset
27068
27069
27070 \end_layout
27071
27072 \end_inset
27073 </cell>
27074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27075 \begin_inset Text
27076
27077 \begin_layout Plain Layout
27078 \begin_inset Formula $\textrm{?`}$
27079 \end_inset
27080
27081
27082 \end_layout
27083
27084 \end_inset
27085 </cell>
27086 </row>
27087 <row>
27088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27089 \begin_inset Text
27090
27091 \begin_layout Plain Layout
27092
27093 \backslash
27094 j
27095 \end_layout
27096
27097 \end_inset
27098 </cell>
27099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27100 \begin_inset Text
27101
27102 \begin_layout Plain Layout
27103 \begin_inset Formula $\textrm{ȷ}$
27104 \end_inset
27105
27106
27107 \end_layout
27108
27109 \end_inset
27110 </cell>
27111 </row>
27112 </lyxtabular>
27113
27114 \end_inset
27115
27116
27117 \begin_inset space \hfill{}
27118 \end_inset
27119
27120
27121 \end_layout
27122
27123 \begin_layout Standard
27124 Los caracteres 
27125 \begin_inset Formula $\textrm{\textrm{Å}}$
27126 \end_inset
27127
27128  y 
27129 \begin_inset Formula $\textrm{\textrm{Ø}}$
27130 \end_inset
27131
27132  también se pueden insertar mediante el botón 
27133 \begin_inset Info
27134 type  "icon"
27135 arg   "math-insert \\digamma"
27136 \end_inset
27137
27138  de la barra de ecuaciones.
27139 \end_layout
27140
27141 \begin_layout Standard
27142 Los comandos 
27143 \series bold
27144 !
27145 \begin_inset space \hspace{}
27146 \length 0mm
27147 \end_inset
27148
27149 `
27150 \series default
27151  y 
27152 \series bold
27153 ?
27154 \begin_inset space \hspace{}
27155 \length 0mm
27156 \end_inset
27157
27158 `
27159 \series default
27160  son una excepción porque se pueden insertar directamente a texto en LyX.
27161  
27162 \end_layout
27163
27164 \begin_layout Subsection
27165 Acentos en texto
27166 \begin_inset CommandInset label
27167 LatexCommand label
27168 name "sub:Acentos-en-texto"
27169
27170 \end_inset
27171
27172
27173 \begin_inset Index idx
27174 status collapsed
27175
27176 \begin_layout Plain Layout
27177 Acentos ! en texto
27178 \end_layout
27179
27180 \end_inset
27181
27182
27183 \end_layout
27184
27185 \begin_layout Standard
27186 Con los siguientes comandos se pueden acentuar todas las letras.
27187  Los comandos deben ponerse en modo TeX.
27188 \end_layout
27189
27190 \begin_layout Standard
27191 \begin_inset space \hfill{}
27192 \end_inset
27193
27194
27195 \begin_inset Tabular
27196 <lyxtabular version="3" rows="8" columns="2">
27197 <features rotate="0" tabularvalignment="middle">
27198 <column alignment="block" valignment="top">
27199 <column alignment="block" valignment="top">
27200 <row>
27201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27202 \begin_inset Text
27203
27204 \begin_layout Plain Layout
27205 Comando
27206 \end_layout
27207
27208 \end_inset
27209 </cell>
27210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27211 \begin_inset Text
27212
27213 \begin_layout Plain Layout
27214 Resultado
27215 \end_layout
27216
27217 \end_inset
27218 </cell>
27219 </row>
27220 <row>
27221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27222 \begin_inset Text
27223
27224 \begin_layout Plain Layout
27225
27226 \backslash
27227
27228 \begin_inset Quotes grd
27229 \end_inset
27230
27231 e
27232 \end_layout
27233
27234 \end_inset
27235 </cell>
27236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27237 \begin_inset Text
27238
27239 \begin_layout Plain Layout
27240 \begin_inset ERT
27241 status collapsed
27242
27243 \begin_layout Plain Layout
27244
27245
27246 \backslash
27247 "e
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \end_layout
27254
27255 \end_inset
27256 </cell>
27257 </row>
27258 <row>
27259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27260 \begin_inset Text
27261
27262 \begin_layout Plain Layout
27263
27264 \backslash
27265 `e
27266 \end_layout
27267
27268 \end_inset
27269 </cell>
27270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27271 \begin_inset Text
27272
27273 \begin_layout Plain Layout
27274 \begin_inset ERT
27275 status collapsed
27276
27277 \begin_layout Plain Layout
27278
27279
27280 \backslash
27281 `e
27282 \end_layout
27283
27284 \end_inset
27285
27286
27287 \end_layout
27288
27289 \end_inset
27290 </cell>
27291 </row>
27292 <row>
27293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27294 \begin_inset Text
27295
27296 \begin_layout Plain Layout
27297
27298 \backslash
27299 ^
27300 \begin_inset space \textvisiblespace{}
27301 \end_inset
27302
27303 e
27304 \end_layout
27305
27306 \end_inset
27307 </cell>
27308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27309 \begin_inset Text
27310
27311 \begin_layout Plain Layout
27312 \begin_inset ERT
27313 status collapsed
27314
27315 \begin_layout Plain Layout
27316
27317
27318 \backslash
27319 ^e
27320 \end_layout
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \end_inset
27328 </cell>
27329 </row>
27330 <row>
27331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27332 \begin_inset Text
27333
27334 \begin_layout Plain Layout
27335
27336 \backslash
27337 =e
27338 \end_layout
27339
27340 \end_inset
27341 </cell>
27342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27343 \begin_inset Text
27344
27345 \begin_layout Plain Layout
27346 \begin_inset ERT
27347 status collapsed
27348
27349 \begin_layout Plain Layout
27350
27351
27352 \backslash
27353 =e
27354 \end_layout
27355
27356 \end_inset
27357
27358
27359 \end_layout
27360
27361 \end_inset
27362 </cell>
27363 </row>
27364 <row>
27365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27366 \begin_inset Text
27367
27368 \begin_layout Plain Layout
27369
27370 \backslash
27371 u
27372 \begin_inset space \textvisiblespace{}
27373 \end_inset
27374
27375 e
27376 \end_layout
27377
27378 \end_inset
27379 </cell>
27380 <cell alignment="center" valignment="top" topline="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 u e
27392 \end_layout
27393
27394 \end_inset
27395
27396
27397 \end_layout
27398
27399 \end_inset
27400 </cell>
27401 </row>
27402 <row>
27403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27404 \begin_inset Text
27405
27406 \begin_layout Plain Layout
27407
27408 \backslash
27409 b
27410 \begin_inset space \textvisiblespace{}
27411 \end_inset
27412
27413 e
27414 \end_layout
27415
27416 \end_inset
27417 </cell>
27418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27419 \begin_inset Text
27420
27421 \begin_layout Plain Layout
27422 \begin_inset ERT
27423 status collapsed
27424
27425 \begin_layout Plain Layout
27426
27427
27428 \backslash
27429 b e
27430 \end_layout
27431
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \end_inset
27438 </cell>
27439 </row>
27440 <row>
27441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27442 \begin_inset Text
27443
27444 \begin_layout Plain Layout
27445
27446 \backslash
27447 t
27448 \begin_inset space \textvisiblespace{}
27449 \end_inset
27450
27451 ee
27452 \end_layout
27453
27454 \end_inset
27455 </cell>
27456 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27457 \begin_inset Text
27458
27459 \begin_layout Plain Layout
27460 \begin_inset ERT
27461 status collapsed
27462
27463 \begin_layout Plain Layout
27464
27465
27466 \backslash
27467 t ee
27468 \end_layout
27469
27470 \end_inset
27471
27472
27473 \end_layout
27474
27475 \end_inset
27476 </cell>
27477 </row>
27478 </lyxtabular>
27479
27480 \end_inset
27481
27482
27483 \begin_inset space \hfill{}
27484 \end_inset
27485
27486
27487 \begin_inset Tabular
27488 <lyxtabular version="3" rows="8" columns="2">
27489 <features rotate="0" tabularvalignment="middle">
27490 <column alignment="block" valignment="top">
27491 <column alignment="center" valignment="top">
27492 <row>
27493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27494 \begin_inset Text
27495
27496 \begin_layout Plain Layout
27497 Comando
27498 \end_layout
27499
27500 \end_inset
27501 </cell>
27502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27503 \begin_inset Text
27504
27505 \begin_layout Plain Layout
27506 Resultado
27507 \end_layout
27508
27509 \end_inset
27510 </cell>
27511 </row>
27512 <row>
27513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27514 \begin_inset Text
27515
27516 \begin_layout Plain Layout
27517
27518 \backslash
27519 H
27520 \begin_inset space \textvisiblespace{}
27521 \end_inset
27522
27523 e
27524 \end_layout
27525
27526 \end_inset
27527 </cell>
27528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27529 \begin_inset Text
27530
27531 \begin_layout Plain Layout
27532 \begin_inset ERT
27533 status collapsed
27534
27535 \begin_layout Plain Layout
27536
27537
27538 \backslash
27539 H e
27540 \end_layout
27541
27542 \end_inset
27543
27544
27545 \end_layout
27546
27547 \end_inset
27548 </cell>
27549 </row>
27550 <row>
27551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27552 \begin_inset Text
27553
27554 \begin_layout Plain Layout
27555
27556 \backslash
27557 'e
27558 \end_layout
27559
27560 \end_inset
27561 </cell>
27562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27563 \begin_inset Text
27564
27565 \begin_layout Plain Layout
27566 \begin_inset ERT
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570
27571
27572 \backslash
27573 'e
27574 \end_layout
27575
27576 \end_inset
27577
27578
27579 \end_layout
27580
27581 \end_inset
27582 </cell>
27583 </row>
27584 <row>
27585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27586 \begin_inset Text
27587
27588 \begin_layout Plain Layout
27589
27590 \backslash
27591 ~e
27592 \begin_inset Index idx
27593 status collapsed
27594
27595 \begin_layout Plain Layout
27596 Tilde
27597 \end_layout
27598
27599 \end_inset
27600
27601
27602 \end_layout
27603
27604 \end_inset
27605 </cell>
27606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27607 \begin_inset Text
27608
27609 \begin_layout Plain Layout
27610 \begin_inset ERT
27611 status collapsed
27612
27613 \begin_layout Plain Layout
27614
27615
27616 \backslash
27617 ~e
27618 \end_layout
27619
27620 \end_inset
27621
27622
27623 \end_layout
27624
27625 \end_inset
27626 </cell>
27627 </row>
27628 <row>
27629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27630 \begin_inset Text
27631
27632 \begin_layout Plain Layout
27633
27634 \backslash
27635 .e
27636 \end_layout
27637
27638 \end_inset
27639 </cell>
27640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27641 \begin_inset Text
27642
27643 \begin_layout Plain Layout
27644 \begin_inset ERT
27645 status collapsed
27646
27647 \begin_layout Plain Layout
27648
27649
27650 \backslash
27651 .e
27652 \end_layout
27653
27654 \end_inset
27655
27656
27657 \end_layout
27658
27659 \end_inset
27660 </cell>
27661 </row>
27662 <row>
27663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27664 \begin_inset Text
27665
27666 \begin_layout Plain Layout
27667
27668 \backslash
27669 v
27670 \begin_inset space \textvisiblespace{}
27671 \end_inset
27672
27673 e
27674 \end_layout
27675
27676 \end_inset
27677 </cell>
27678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27679 \begin_inset Text
27680
27681 \begin_layout Plain Layout
27682 \begin_inset ERT
27683 status collapsed
27684
27685 \begin_layout Plain Layout
27686
27687
27688 \backslash
27689 v e
27690 \end_layout
27691
27692 \end_inset
27693
27694
27695 \end_layout
27696
27697 \end_inset
27698 </cell>
27699 </row>
27700 <row>
27701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27702 \begin_inset Text
27703
27704 \begin_layout Plain Layout
27705
27706 \backslash
27707 d
27708 \begin_inset space \textvisiblespace{}
27709 \end_inset
27710
27711 e
27712 \end_layout
27713
27714 \end_inset
27715 </cell>
27716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27717 \begin_inset Text
27718
27719 \begin_layout Plain Layout
27720 \begin_inset ERT
27721 status collapsed
27722
27723 \begin_layout Plain Layout
27724
27725
27726 \backslash
27727 d e
27728 \end_layout
27729
27730 \end_inset
27731
27732
27733 \end_layout
27734
27735 \end_inset
27736 </cell>
27737 </row>
27738 <row>
27739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27740 \begin_inset Text
27741
27742 \begin_layout Plain Layout
27743
27744 \backslash
27745 c
27746 \begin_inset space \textvisiblespace{}
27747 \end_inset
27748
27749 e
27750 \end_layout
27751
27752 \end_inset
27753 </cell>
27754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27755 \begin_inset Text
27756
27757 \begin_layout Plain Layout
27758 \begin_inset ERT
27759 status collapsed
27760
27761 \begin_layout Plain Layout
27762
27763
27764 \backslash
27765 c e
27766 \end_layout
27767
27768 \end_inset
27769
27770
27771 \end_layout
27772
27773 \end_inset
27774 </cell>
27775 </row>
27776 </lyxtabular>
27777
27778 \end_inset
27779
27780
27781 \begin_inset space \hfill{}
27782 \end_inset
27783
27784
27785 \end_layout
27786
27787 \begin_layout Standard
27788 \begin_inset VSpace medskip
27789 \end_inset
27790
27791
27792 \end_layout
27793
27794 \begin_layout Standard
27795 Con el comando 
27796 \series bold
27797
27798 \backslash
27799 t
27800 \series default
27801  también se pueden acentuar dos caracteres distintos.
27802  El comando 
27803 \series bold
27804
27805 \backslash
27806 t
27807 \begin_inset space \textvisiblespace{}
27808 \end_inset
27809
27810 sz
27811 \series default
27812  genera 
27813 \begin_inset ERT
27814 status collapsed
27815
27816 \begin_layout Plain Layout
27817
27818
27819 \backslash
27820 t sz
27821 \end_layout
27822
27823 \end_inset
27824
27825
27826 \end_layout
27827
27828 \begin_layout Standard
27829 Los acentos 
27830 \series bold
27831 `
27832 \series default
27833  , 
27834 \series bold
27835 '
27836 \series default
27837  y 
27838 \series bold
27839 ^
27840 \series default
27841  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27842  TeX.
27843  Lo mismo se aplica a la tilde
27844 \begin_inset Foot
27845 status collapsed
27846
27847 \begin_layout Plain Layout
27848 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27849 \end_layout
27850
27851 \end_inset
27852
27853  con 
27854 \emph on
27855 a
27856 \emph default
27857
27858 \emph on
27859 o
27860 \emph default
27861  y 
27862 \emph on
27863 n.
27864 \end_layout
27865
27866 \begin_layout Standard
27867 Los comandos 
27868 \series bold
27869
27870 \backslash
27871 b
27872 \series default
27873  , 
27874 \series bold
27875
27876 \backslash
27877 c
27878 \series default
27879  , 
27880 \series bold
27881
27882 \backslash
27883 d
27884 \series default
27885  , 
27886 \series bold
27887
27888 \backslash
27889 H
27890 \series default
27891  , 
27892 \series bold
27893
27894 \backslash
27895 t
27896 \series default
27897  , 
27898 \series bold
27899
27900 \backslash
27901 u
27902 \series default
27903  , 
27904 \series bold
27905
27906 \backslash
27907 v
27908 \series default
27909 , y acentos insertados directamente con el teclado también están disponibles
27910  en texto matemático.
27911  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27912  
27913 \begin_inset CommandInset ref
27914 LatexCommand ref
27915 reference "sub:Acentos-para-un"
27916
27917 \end_inset
27918
27919 .
27920 \end_layout
27921
27922 \begin_layout Standard
27923 \begin_inset VSpace bigskip
27924 \end_inset
27925
27926
27927 \end_layout
27928
27929 \begin_layout Standard
27930 Además, con el comando 
27931 \series bold
27932
27933 \backslash
27934 textcircled
27935 \series default
27936
27937 \begin_inset Index idx
27938 status collapsed
27939
27940 \begin_layout Plain Layout
27941 Comandos ! T ! 
27942 \backslash
27943 textcircled
27944 \end_layout
27945
27946 \end_inset
27947
27948  se pueden insertar en un círculo todos los números y letras, de forma parecida
27949  al símbolo copyright.
27950 \end_layout
27951
27952 \begin_layout Standard
27953 \noindent
27954 \align center
27955 \begin_inset Tabular
27956 <lyxtabular version="3" rows="3" columns="2">
27957 <features rotate="0" tabularvalignment="middle">
27958 <column alignment="center" valignment="top">
27959 <column alignment="center" valignment="top">
27960 <row>
27961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27962 \begin_inset Text
27963
27964 \begin_layout Plain Layout
27965 Comando
27966 \end_layout
27967
27968 \end_inset
27969 </cell>
27970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27971 \begin_inset Text
27972
27973 \begin_layout Plain Layout
27974 Resultado
27975 \begin_inset Note Note
27976 status collapsed
27977
27978 \begin_layout Plain Layout
27979
27980 \series bold
27981
27982 \backslash
27983 raisebox
27984 \series default
27985  se usa sólo como espaciador
27986 \end_layout
27987
27988 \end_inset
27989
27990
27991 \end_layout
27992
27993 \end_inset
27994 </cell>
27995 </row>
27996 <row>
27997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27998 \begin_inset Text
27999
28000 \begin_layout Plain Layout
28001
28002 \backslash
28003 textcircled{w}
28004 \end_layout
28005
28006 \end_inset
28007 </cell>
28008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28009 \begin_inset Text
28010
28011 \begin_layout Plain Layout
28012 \begin_inset ERT
28013 status collapsed
28014
28015 \begin_layout Plain Layout
28016
28017
28018 \backslash
28019 textcircled{w}
28020 \end_layout
28021
28022 \end_inset
28023
28024
28025 \end_layout
28026
28027 \end_inset
28028 </cell>
28029 </row>
28030 <row>
28031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28032 \begin_inset Text
28033
28034 \begin_layout Plain Layout
28035
28036 \backslash
28037 Large 
28038 \backslash
28039 textcircled{
28040 \backslash
28041 normalsize
28042 \backslash
28043 protect
28044 \backslash
28045 raisebox{-1.5pt}{W}}
28046 \end_layout
28047
28048 \end_inset
28049 </cell>
28050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28051 \begin_inset Text
28052
28053 \begin_layout Plain Layout
28054 \begin_inset Formula $\raisebox{4.5mm}{}$
28055 \end_inset
28056
28057
28058 \begin_inset ERT
28059 status collapsed
28060
28061 \begin_layout Plain Layout
28062
28063
28064 \backslash
28065 Large 
28066 \backslash
28067 textcircled{
28068 \backslash
28069 normalsize
28070 \backslash
28071 protect
28072 \backslash
28073 raisebox{-1.5pt}W}
28074 \end_layout
28075
28076 \end_inset
28077
28078
28079 \begin_inset Formula $\raisebox{-2mm}{}$
28080 \end_inset
28081
28082
28083 \end_layout
28084
28085 \end_inset
28086 </cell>
28087 </row>
28088 </lyxtabular>
28089
28090 \end_inset
28091
28092
28093 \end_layout
28094
28095 \begin_layout Standard
28096 Hay que tener cuidado que el carácter se ajuste al círculo.
28097  Por eso 
28098 \series bold
28099
28100 \backslash
28101 Large
28102 \begin_inset Foot
28103 status collapsed
28104
28105 \begin_layout Plain Layout
28106 véase 
28107 \begin_inset CommandInset ref
28108 LatexCommand ref
28109 reference "sub:Tamaños-de-tipografías"
28110
28111 \end_inset
28112
28113
28114 \end_layout
28115
28116 \end_inset
28117
28118
28119 \series default
28120  especifica el tamaño del círculo.
28121  Con ayuda de 
28122 \series bold
28123
28124 \backslash
28125 raisebox
28126 \begin_inset Foot
28127 status collapsed
28128
28129 \begin_layout Plain Layout
28130 véase 
28131 \begin_inset CommandInset ref
28132 LatexCommand ref
28133 reference "sub:Marcos-sin-bordes"
28134
28135 \end_inset
28136
28137
28138 \end_layout
28139
28140 \end_inset
28141
28142
28143 \series default
28144  se puede centrar el carácter.
28145 \end_layout
28146
28147 \begin_layout Subsection
28148 Números en estilo antiguo
28149 \begin_inset Index idx
28150 status collapsed
28151
28152 \begin_layout Plain Layout
28153 Numeros@Números ! en estilo antiguo
28154 \end_layout
28155
28156 \end_inset
28157
28158
28159 \end_layout
28160
28161 \begin_layout Standard
28162 Los números en estilo antiguo o elzevirianos se componen con el comando
28163  
28164 \series bold
28165
28166 \backslash
28167 oldstylenums
28168 \series default
28169
28170 \begin_inset Index idx
28171 status collapsed
28172
28173 \begin_layout Plain Layout
28174 Comandos ! O ! 
28175 \backslash
28176 oldstylenums
28177 \end_layout
28178
28179 \end_inset
28180
28181 .
28182  El comando se puede usar en ecuaciones y en modo TeX.
28183  Su esquema es:
28184 \end_layout
28185
28186 \begin_layout Standard
28187
28188 \series bold
28189
28190 \backslash
28191 oldstylenums{número}
28192 \end_layout
28193
28194 \begin_layout Standard
28195 El comando 
28196 \series bold
28197
28198 \backslash
28199 oldstylenums{0123456789}
28200 \series default
28201  genera: 
28202 \begin_inset Formula $\oldstylenums{0123456789}$
28203 \end_inset
28204
28205
28206 \end_layout
28207
28208 \begin_layout Section
28209 Estilos de ecuación
28210 \begin_inset CommandInset label
28211 LatexCommand label
28212 name "sec:Estilos-de-ecuación"
28213
28214 \end_inset
28215
28216
28217 \begin_inset Index idx
28218 status collapsed
28219
28220 \begin_layout Plain Layout
28221 Ecuación ! estilos de
28222 \end_layout
28223
28224 \end_inset
28225
28226
28227 \end_layout
28228
28229 \begin_layout Itemize
28230 Hay dos estilos diferentes de alineación:
28231 \end_layout
28232
28233 \begin_deeper
28234 \begin_layout Description
28235 Centrado es el estándar predefinido
28236 \end_layout
28237
28238 \begin_layout Description
28239 Sangrado para este estilo debe insertarse la opción de clase 
28240 \series bold
28241 fleqn
28242 \series default
28243  en el menú 
28244 \family sans
28245 Documento\SpecialChar \menuseparator
28246 Configuración
28247 \family default
28248  bajo 
28249 \family sans
28250 Clase de documento
28251 \end_layout
28252
28253 \begin_layout Standard
28254 Cuando se usa 
28255 \series bold
28256 Sangrado
28257 \series default
28258 , éste se puede ajustar con la longitud 
28259 \series bold
28260
28261 \backslash
28262 mathindent
28263 \series default
28264
28265 \begin_inset Index idx
28266 status collapsed
28267
28268 \begin_layout Plain Layout
28269 Comandos ! M ! 
28270 \backslash
28271 mathindent
28272 \end_layout
28273
28274 \end_inset
28275
28276 .
28277  Para 15
28278 \begin_inset space \thinspace{}
28279 \end_inset
28280
28281 mm, por ejemplo, se inserta esta línea de comando en el preámbulo LaTeX:
28282 \end_layout
28283
28284 \begin_layout Standard
28285
28286 \series bold
28287
28288 \backslash
28289 setlength{
28290 \backslash
28291 mathindent}{15mm}
28292 \end_layout
28293
28294 \begin_layout Standard
28295 Si no se especifica longitud se usa el valor predeterminado de 30
28296 \begin_inset space \thinspace{}
28297 \end_inset
28298
28299 pt.
28300 \end_layout
28301
28302 \end_deeper
28303 \begin_layout Itemize
28304 Y dos estilos diferentes de numeración:
28305 \end_layout
28306
28307 \begin_deeper
28308 \begin_layout Description
28309 Derecha es el estándar predefinido
28310 \end_layout
28311
28312 \begin_layout Description
28313 Izquierda para este estilo debe insertarse la opción de clase 
28314 \series bold
28315 leqno
28316 \series default
28317  en el menú 
28318 \family sans
28319 Documento\SpecialChar \menuseparator
28320 Configuración
28321 \family default
28322  bajo 
28323 \family sans
28324 Clase de documento
28325 \end_layout
28326
28327 \end_deeper
28328 \begin_layout Standard
28329
28330 \series bold
28331 fleqn
28332 \series default
28333  y 
28334 \series bold
28335 leqno
28336 \series default
28337  también se pueden usar juntos.
28338  En ese caso se insertan ambas opciones, separadas por una coma.
28339 \end_layout
28340
28341 \begin_layout Standard
28342 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
28343  documento.
28344  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
28345  estilo 
28346 \series bold
28347 Centrado
28348 \series default
28349  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
28350 \begin_inset CommandInset ref
28351 LatexCommand ref
28352 reference "sub:Entorno-flalign"
28353
28354 \end_inset
28355
28356 .
28357 \end_layout
28358
28359 \begin_layout Section
28360 Ecuaciones multilínea
28361 \begin_inset CommandInset label
28362 LatexCommand label
28363 name "sec:Ecuaciones-multilínea"
28364
28365 \end_inset
28366
28367
28368 \begin_inset Index idx
28369 status collapsed
28370
28371 \begin_layout Plain Layout
28372 Ecuación ! multilínea
28373 \end_layout
28374
28375 \end_inset
28376
28377
28378 \end_layout
28379
28380 \begin_layout Subsection
28381 General
28382 \end_layout
28383
28384 \begin_layout Standard
28385 En LyX se generan nuevas líneas en una ecuación con 
28386 \family sans
28387 Ctrl+Entrar
28388 \family default
28389 .
28390  Esto crea un 
28391 \series bold
28392 entorno eqnarray
28393 \series default
28394 , que se describe en
28395 \begin_inset space ~
28396 \end_inset
28397
28398
28399 \begin_inset CommandInset ref
28400 LatexCommand ref
28401 reference "sub:Entorno-eqnarray"
28402
28403 \end_inset
28404
28405  o, si se ha marcado la opción 
28406 \family sans
28407 Usar
28408 \begin_inset space ~
28409 \end_inset
28410
28411 el
28412 \begin_inset space ~
28413 \end_inset
28414
28415 paquete
28416 \begin_inset space ~
28417 \end_inset
28418
28419 de
28420 \begin_inset space ~
28421 \end_inset
28422
28423 ecuaciones
28424 \begin_inset space ~
28425 \end_inset
28426
28427 AMS
28428 \family default
28429  en la configuración del documento
28430 \family sans
28431 , un 
28432 \series bold
28433 entorno
28434 \family default
28435 \series default
28436  
28437 \series bold
28438 align
28439 \series default
28440 , que se describe en
28441 \begin_inset space ~
28442 \end_inset
28443
28444
28445 \begin_inset CommandInset ref
28446 LatexCommand ref
28447 reference "sub:Entorno-align-estándar"
28448
28449 \end_inset
28450
28451 .
28452  Se recomienda el entorno align porque proporciona una salida tipográficamente
28453  correcta en cualquier caso.
28454 \end_layout
28455
28456 \begin_layout Standard
28457 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28458  el menú 
28459 \family sans
28460 Insertar\SpecialChar \menuseparator
28461 Ecuación
28462 \family default
28463 .
28464  En las siguientes secciones se describen estos entornos.
28465 \end_layout
28466
28467 \begin_layout Standard
28468 En todos los entornos de ecuación multilínea la combinación 
28469 \family sans
28470 Ctrl+Entrar
28471 \family default
28472  genera una línea nueva.
28473  Para añadir o quitar líneas se pueden usar los botones 
28474 \begin_inset Info
28475 type  "icon"
28476 arg   "inset-modify tabular append-row"
28477 \end_inset
28478
28479  o 
28480 \begin_inset Info
28481 type  "icon"
28482 arg   "inset-modify tabular delete-row"
28483 \end_inset
28484
28485  de la barra de herramientas, respectivamente, o el menú 
28486 \family sans
28487 Editar\SpecialChar \menuseparator
28488 Filas y columnas
28489 \family default
28490 .
28491 \end_layout
28492
28493 \begin_layout Subsubsection
28494 Separación de líneas
28495 \begin_inset CommandInset label
28496 LatexCommand label
28497 name "sub:Separación-de-líneas"
28498
28499 \end_inset
28500
28501
28502 \begin_inset Index idx
28503 status collapsed
28504
28505 \begin_layout Plain Layout
28506 Ecuación ! multilínea ! separación de filas
28507 \end_layout
28508
28509 \end_inset
28510
28511
28512 \end_layout
28513
28514 \begin_layout Standard
28515 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28516 \begin_inset Formula 
28517 \begin{eqnarray*}
28518 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}\\
28519 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
28520 \end{eqnarray*}
28521
28522 \end_inset
28523
28524 En LaTeX un espacio adicional para una línea se especifica como argumento
28525  opcional del comando de nueva línea.
28526  Esto aún no es posible en LYX,
28527 \begin_inset Foot
28528 status collapsed
28529
28530 \begin_layout Plain Layout
28531 véase 
28532 \begin_inset CommandInset href
28533 LatexCommand href
28534 name "LyX-bug #1505"
28535 target "http://www.lyx.org/trac/ticket/1505"
28536
28537 \end_inset
28538
28539
28540 \end_layout
28541
28542 \end_inset
28543
28544  por lo que toda la ecuación debe insertarse en modo TeX.
28545  Para añadir espacio en nuestro ejemplo se inserta el comando 
28546 \series bold
28547
28548 \backslash
28549
28550 \backslash
28551 [3mm]
28552 \series default
28553  al final de la primera línea.
28554  Así: 
28555 \begin_inset ERT
28556 status collapsed
28557
28558 \begin_layout Plain Layout
28559
28560
28561 \backslash
28562 begin{eqnarray*}
28563 \end_layout
28564
28565 \begin_layout Plain Layout
28566
28567 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28568  = & 
28569 \backslash
28570 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28571 \backslash
28572
28573 \backslash
28574 [3mm]
28575 \end_layout
28576
28577 \begin_layout Plain Layout
28578
28579 4x^{2}
28580 \backslash
28581 left(B^{2}+x_{0}^{2}
28582 \backslash
28583 right)+4x_{0}x
28584 \backslash
28585 left(D-B^{2}
28586 \backslash
28587 right)+B^{2}
28588 \backslash
28589 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28590 \backslash
28591 right) & = & 0
28592 \end_layout
28593
28594 \begin_layout Plain Layout
28595
28596
28597 \backslash
28598 end{eqnarray*}
28599 \end_layout
28600
28601 \end_inset
28602
28603
28604 \begin_inset VSpace bigskip
28605 \end_inset
28606
28607
28608 \end_layout
28609
28610 \begin_layout Standard
28611 Para obtener separación en todas las líneas hay que cambiar la longitud
28612  
28613 \series bold
28614
28615 \backslash
28616 jot
28617 \series default
28618
28619 \begin_inset Index idx
28620 status collapsed
28621
28622 \begin_layout Plain Layout
28623 Comandos ! J ! 
28624 \backslash
28625 jot
28626 \end_layout
28627
28628 \end_inset
28629
28630 .
28631  La definición es: 
28632 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28633 \end_inset
28634
28635 .
28636  El valor predeterminado para 
28637 \series bold
28638
28639 \backslash
28640 jot
28641 \series default
28642  es 3
28643 \begin_inset space \thinspace{}
28644 \end_inset
28645
28646 pt.
28647  Para establecer una separación adicional de 3
28648 \begin_inset space \thinspace{}
28649 \end_inset
28650
28651 mm como en el ejemplo anterior, se inserta el comando
28652 \end_layout
28653
28654 \begin_layout Standard
28655
28656 \series bold
28657
28658 \backslash
28659 setlength{
28660 \backslash
28661 jot}{3mm+3pt}
28662 \end_layout
28663
28664 \begin_layout Standard
28665 en modo TeX antes de la ecuación.
28666  Es necesario cargar el paquete 
28667 \series bold
28668 calc
28669 \series default
28670
28671 \begin_inset Foot
28672 status collapsed
28673
28674 \begin_layout Plain Layout
28675
28676 \series bold
28677 calc
28678 \series default
28679  forma parte de toda instalación LaTeX estándar.
28680 \end_layout
28681
28682 \end_inset
28683
28684
28685 \begin_inset Index idx
28686 status collapsed
28687
28688 \begin_layout Plain Layout
28689 Paquetes ! calc
28690 \end_layout
28691
28692 \end_inset
28693
28694  en el preámbulo con la línea
28695 \end_layout
28696
28697 \begin_layout Standard
28698
28699 \series bold
28700
28701 \backslash
28702 usepackage{calc}
28703 \end_layout
28704
28705 \begin_layout Standard
28706 Se obtiene:
28707 \begin_inset ERT
28708 status collapsed
28709
28710 \begin_layout Plain Layout
28711
28712
28713 \backslash
28714 setlength{
28715 \backslash
28716 jot}{3mm+3pt}
28717 \end_layout
28718
28719 \end_inset
28720
28721
28722 \begin_inset Formula 
28723 \begin{eqnarray*}
28724 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}\\
28725 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
28726 \end{eqnarray*}
28727
28728 \end_inset
28729
28730
28731 \begin_inset ERT
28732 status collapsed
28733
28734 \begin_layout Plain Layout
28735
28736
28737 \backslash
28738 setlength{
28739 \backslash
28740 jot}{3pt}
28741 \end_layout
28742
28743 \end_inset
28744
28745  Para volver a la distancia predeterminada, 
28746 \series bold
28747
28748 \backslash
28749 jot
28750 \series default
28751  se establece en 3
28752 \begin_inset space \thinspace{}
28753 \end_inset
28754
28755 pt.
28756 \end_layout
28757
28758 \begin_layout Subsubsection
28759 Separación de columnas
28760 \begin_inset CommandInset label
28761 LatexCommand label
28762 name "sub:Separación-de-columnas"
28763
28764 \end_inset
28765
28766
28767 \begin_inset Index idx
28768 status collapsed
28769
28770 \begin_layout Plain Layout
28771 Ecuación ! multilínea !separación de columnas
28772 \end_layout
28773
28774 \end_inset
28775
28776
28777 \end_layout
28778
28779 \begin_layout Standard
28780 Una ecuación multilínea forma una matriz.
28781  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28782  columnas.
28783  Cambiando la separación de columnas en este entorno se puede cambiar el
28784  espacio junto al signo de relación.
28785 \end_layout
28786
28787 \begin_layout Standard
28788 La separación de columnas se especifica con la longitud
28789 \series bold
28790  
28791 \backslash
28792 arraycolsep
28793 \series default
28794
28795 \begin_inset Index idx
28796 status collapsed
28797
28798 \begin_layout Plain Layout
28799 Comandos ! A ! 
28800 \backslash
28801 arraycolsep
28802 \end_layout
28803
28804 \end_inset
28805
28806  según:
28807 \begin_inset Newline newline
28808 \end_inset
28809
28810 separación de columnas = 2
28811 \begin_inset space \thinspace{}
28812 \end_inset
28813
28814
28815 \series bold
28816
28817 \backslash
28818 arraycolsep
28819 \series default
28820
28821 \begin_inset Newline newline
28822 \end_inset
28823
28824 Así, el comando en modo TeX
28825 \end_layout
28826
28827 \begin_layout Standard
28828
28829 \series bold
28830
28831 \backslash
28832 setlength{
28833 \backslash
28834 arraycolsep}{1cm}
28835 \end_layout
28836
28837 \begin_layout Standard
28838 establece para todas las ecuaciones siguientes una separación de columnas
28839  de 2
28840 \begin_inset space \thinspace{}
28841 \end_inset
28842
28843 cm.
28844  Para volver al valor predefinido, 
28845 \series bold
28846
28847 \backslash
28848 arraycolsep
28849 \series default
28850  se pone en 5
28851 \begin_inset space \thinspace{}
28852 \end_inset
28853
28854 pt.
28855 \end_layout
28856
28857 \begin_layout Standard
28858 Una ecuación con separación de 2
28859 \begin_inset space \thinspace{}
28860 \end_inset
28861
28862 cm entre columnas:
28863 \begin_inset ERT
28864 status collapsed
28865
28866 \begin_layout Plain Layout
28867
28868
28869 \backslash
28870 setlength{
28871 \backslash
28872 arraycolsep}{1cm}
28873 \end_layout
28874
28875 \end_inset
28876
28877
28878 \begin_inset Formula 
28879 \begin{eqnarray*}
28880 A & = & B\\
28881 C & \ne & A
28882 \end{eqnarray*}
28883
28884 \end_inset
28885
28886 Una ecuación con la separación predefinida para matrices, 10
28887 \begin_inset space \thinspace{}
28888 \end_inset
28889
28890 pt:
28891 \begin_inset ERT
28892 status collapsed
28893
28894 \begin_layout Plain Layout
28895
28896
28897 \backslash
28898 setlength{
28899 \backslash
28900 arraycolsep}{5pt}
28901 \end_layout
28902
28903 \end_inset
28904
28905
28906 \begin_inset Formula 
28907 \begin{eqnarray*}
28908 A & = & B\\
28909 C & \ne & A
28910 \end{eqnarray*}
28911
28912 \end_inset
28913
28914
28915 \end_layout
28916
28917 \begin_layout Subsubsection
28918 Ecuaciones largas
28919 \begin_inset Index idx
28920 status collapsed
28921
28922 \begin_layout Plain Layout
28923 Ecuación ! larga
28924 \end_layout
28925
28926 \end_inset
28927
28928
28929 \end_layout
28930
28931 \begin_layout Standard
28932 Se pueden componer ecuaciones largas mediante estos métodos:
28933 \end_layout
28934
28935 \begin_layout Itemize
28936 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28937  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28938 \begin_inset Formula 
28939 \begin{eqnarray}
28940 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 \\
28941  &  & -\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}
28942 \end{eqnarray}
28943
28944 \end_inset
28945
28946 El signo menos al principio de la segunda línea normalmente no aparece como
28947  operador porque es el primer carácter de la línea.
28948  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28949  Para evitarlo se ha insertado 3
28950 \begin_inset space \thinspace{}
28951 \end_inset
28952
28953 pt de espacio detrás del menos con el comando 
28954 \series bold
28955
28956 \backslash
28957 hspace
28958 \series default
28959 .
28960 \begin_inset Foot
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964 véase más sobre 
28965 \series bold
28966
28967 \backslash
28968 hspace
28969 \series default
28970  en 
28971 \begin_inset CommandInset ref
28972 LatexCommand ref
28973 reference "sub:Espacio-variable"
28974
28975 \end_inset
28976
28977
28978 \end_layout
28979
28980 \end_inset
28981
28982
28983 \begin_inset Index idx
28984 status collapsed
28985
28986 \begin_layout Plain Layout
28987 Comandos ! H ! 
28988 \backslash
28989 hspace
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Itemize
28998 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28999 \series bold
29000
29001 \backslash
29002 lefteqn
29003 \series default
29004
29005 \begin_inset Index idx
29006 status collapsed
29007
29008 \begin_layout Plain Layout
29009 Comandos ! L ! 
29010 \backslash
29011 lefteqn
29012 \end_layout
29013
29014 \end_inset
29015
29016 .
29017  Se inserta en la primer columna de la primera línea y hace que todas las
29018  inserciones posteriores sobreescriban las columnas siguientes:
29019 \begin_inset Formula 
29020 \begin{eqnarray}
29021 \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 \\
29022  &  & -\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 \\
29023  &  & =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}
29024 \end{eqnarray}
29025
29026 \end_inset
29027
29028 Tras la inserción de 
29029 \series bold
29030
29031 \backslash
29032 lefteqn
29033 \series default
29034  el cursor está en un marco púrpura un poco a la izquierda del azul.
29035  La ecuación se inserta en éste.
29036 \begin_inset Newline newline
29037 \end_inset
29038
29039 El contenido de las restantes líneas se inserta en la segunda columna o
29040  en otra.
29041  A mayor número de columna donde se inserte, mayor sangrado.
29042 \begin_inset VSpace medskip
29043 \end_inset
29044
29045
29046 \begin_inset Newline newline
29047 \end_inset
29048
29049
29050 \begin_inset Note Greyedout
29051 status open
29052
29053 \begin_layout Plain Layout
29054 Ten en cuenta lo siguiente si usas 
29055 \series bold
29056
29057 \backslash
29058 lefteqn
29059 \series default
29060 :
29061 \end_layout
29062
29063 \begin_layout Itemize
29064 La ecuación no usa la anchura total de la página.
29065  Cuando se añade, p.
29066 \begin_inset space \thinspace{}
29067 \end_inset
29068
29069 e., el término 
29070 \begin_inset Formula $-B^{2}$
29071 \end_inset
29072
29073  en la primera línea del ejemplo, debería estar fuera del margen.
29074  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
29075  principio de la primera línea.
29076 \end_layout
29077
29078 \begin_layout Itemize
29079 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
29080  primera línea.
29081 \begin_inset Foot
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085 \begin_inset CommandInset href
29086 LatexCommand href
29087 name "LyX-bug #1429"
29088 target "http://www.lyx.org/trac/ticket/1429"
29089
29090 \end_inset
29091
29092
29093 \end_layout
29094
29095 \end_inset
29096
29097  Sólo se puede poner el cursor al principio de la línea y moverlo con las
29098  teclas de flecha.
29099 \end_layout
29100
29101 \end_inset
29102
29103  
29104 \end_layout
29105
29106 \begin_layout Itemize
29107 Se describen otros métodos para escribir fórmulas largas en 
29108 \begin_inset CommandInset ref
29109 LatexCommand ref
29110 reference "sub:Entorno-multilínea"
29111
29112 \end_inset
29113
29114  y 
29115 \begin_inset CommandInset ref
29116 LatexCommand ref
29117 reference "sub:Partes-multilínea"
29118
29119 \end_inset
29120
29121 .
29122 \end_layout
29123
29124 \begin_layout Subsubsection
29125 Fracciones multilínea
29126 \begin_inset CommandInset label
29127 LatexCommand label
29128 name "sub:Fracciones-multilínea"
29129
29130 \end_inset
29131
29132
29133 \begin_inset Index idx
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137 Fracciones ! multilínea
29138 \end_layout
29139
29140 \end_inset
29141
29142
29143 \end_layout
29144
29145 \begin_layout Standard
29146
29147 \lang english
29148 There are cases where the denominator and/or the numerator of a fraction
29149  is so long that the fraction does not fit into one line.
29150  It is then necessary to add a line break within the fraction.
29151  This can be done using the command
29152 \lang spanish
29153  
29154 \series bold
29155
29156 \backslash
29157 splitfrac
29158 \series default
29159
29160 \begin_inset Index idx
29161 status collapsed
29162
29163 \begin_layout Plain Layout
29164 Comandos ! S ! 
29165 \backslash
29166 splitfrac
29167 \end_layout
29168
29169 \end_inset
29170
29171 .
29172  
29173 \lang english
29174 To activate it, set in the document settings under 
29175 \family sans
29176 Math
29177 \begin_inset space ~
29178 \end_inset
29179
29180 Options
29181 \family default
29182  for the package 
29183 \series bold
29184 \lang spanish
29185 mathtools
29186 \series default
29187
29188 \begin_inset Index idx
29189 status collapsed
29190
29191 \begin_layout Plain Layout
29192 Paquetes ! mathtools
29193 \end_layout
29194
29195 \end_inset
29196
29197  
29198 \lang english
29199 the option 
29200 \family sans
29201 Load
29202 \begin_inset space ~
29203 \end_inset
29204
29205 always
29206 \family default
29207 .
29208  
29209 \series bold
29210
29211 \backslash
29212 splitfrac
29213 \series default
29214  has the scheme
29215 \end_layout
29216
29217 \begin_layout Standard
29218
29219 \series bold
29220 \lang english
29221
29222 \backslash
29223 splitfrac{first line}{second line}
29224 \end_layout
29225
29226 \begin_layout Standard
29227
29228 \lang english
29229 and is used as denominator and/or numerator:
29230 \end_layout
29231
29232 \begin_layout Standard
29233 \begin_inset Formula 
29234 \[
29235 a=\frac{\splitfrac{xy+xy+xy+xy+xy}{+wy+wy+wy+wy}}{z}\ne\frac{\splitdfrac{xy+\frac{xy}{z}+xy+xy+xy}{+xy+xy+xy+xy}}{z}
29236 \]
29237
29238 \end_inset
29239
29240
29241 \lang english
29242 The command for the first numerator above is:
29243 \end_layout
29244
29245 \begin_layout Standard
29246
29247 \series bold
29248
29249 \backslash
29250 splitfrac{xy+xy+xy+xy+xy
29251 \begin_inset space \textvisiblespace{}
29252 \end_inset
29253
29254
29255 \backslash
29256 {+wy+wy+wy+wy
29257 \end_layout
29258
29259 \begin_layout Subsubsection
29260 Delimitadores multilínea
29261 \begin_inset CommandInset label
29262 LatexCommand label
29263 name "sub:Delimitadores-multilínea"
29264
29265 \end_inset
29266
29267
29268 \begin_inset Index idx
29269 status collapsed
29270
29271 \begin_layout Plain Layout
29272 Delimitadores ! para varias líneas
29273 \end_layout
29274
29275 \end_inset
29276
29277
29278 \end_layout
29279
29280 \begin_layout Standard
29281 Para poner delimitadores que cubran varias líneas hay un problema:
29282 \begin_inset Formula 
29283 \begin{eqnarray*}
29284 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29285  &  & \left.\cdots+B-D\right]
29286 \end{eqnarray*}
29287
29288 \end_inset
29289
29290 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
29291 res con tamaño variable no abarcan líneas múltiples.
29292 \end_layout
29293
29294 \begin_layout Standard
29295 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
29296  primera línea se finaliza con 
29297 \series bold
29298
29299 \backslash
29300 right.
29301 \series default
29302
29303 \begin_inset Index idx
29304 status collapsed
29305
29306 \begin_layout Plain Layout
29307 Comandos ! R ! 
29308 \backslash
29309 right
29310 \end_layout
29311
29312 \end_inset
29313
29314  y la segunda con 
29315 \series bold
29316
29317 \backslash
29318 left.
29319 \series default
29320 .
29321 \begin_inset Foot
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325 Más sobre 
29326 \series bold
29327
29328 \backslash
29329 left.
29330
29331 \series default
29332  y 
29333 \series bold
29334
29335 \backslash
29336 right.
29337
29338 \series default
29339  en 
29340 \begin_inset CommandInset ref
29341 LatexCommand ref
29342 reference "sub:Tamaño-automático-de"
29343
29344 \end_inset
29345
29346
29347 \end_layout
29348
29349 \end_inset
29350
29351
29352 \begin_inset Index idx
29353 status collapsed
29354
29355 \begin_layout Plain Layout
29356 Comandos ! L ! 
29357 \backslash
29358 left
29359 \end_layout
29360
29361 \end_inset
29362
29363  Después de 
29364 \series bold
29365
29366 \backslash
29367 left.
29368
29369 \series default
29370  se inserta el comando 
29371 \series bold
29372
29373 \backslash
29374 vphantom
29375 \series default
29376
29377 \begin_inset space \textvisiblespace{}
29378 \end_inset
29379
29380
29381 \series bold
29382
29383 \backslash
29384 prod
29385 \series default
29386 ^
29387 \begin_inset space \textvisiblespace{}
29388 \end_inset
29389
29390
29391 \series bold
29392
29393 \backslash
29394 infty
29395 \series default
29396
29397 \begin_inset space \textvisiblespace{}
29398 \end_inset
29399
29400
29401 \series bold
29402
29403 \begin_inset Formula $\downarrow$
29404 \end_inset
29405
29406 _R=1}
29407 \series default
29408
29409 \begin_inset Index idx
29410 status collapsed
29411
29412 \begin_layout Plain Layout
29413 Comandos ! V ! 
29414 \backslash
29415 vphantom
29416 \end_layout
29417
29418 \end_inset
29419
29420 , porque el operador de multiplicación con sus límites es el símbolo mayor
29421  en la primera línea y ese debería ser el tamaño para el delimitador en
29422  la segunda línea.
29423 \end_layout
29424
29425 \begin_layout Standard
29426 El resultado es: 
29427 \begin_inset Formula 
29428 \begin{eqnarray*}
29429 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29430  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29431 \end{eqnarray*}
29432
29433 \end_inset
29434
29435
29436 \end_layout
29437
29438 \begin_layout Subsection
29439 Entornos align
29440 \end_layout
29441
29442 \begin_layout Standard
29443 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
29444  Son especialmente apropiados para poner ecuaciones adosadas.
29445 \end_layout
29446
29447 \begin_layout Standard
29448 Los entornos align constan de columnas.
29449  Las columnas impares se alinean a la derecha, las pares a la izquierda.
29450  En un entorno align se puede numerar cada línea.
29451 \end_layout
29452
29453 \begin_layout Standard
29454 Los entornos align se crean con el menú 
29455 \family sans
29456 Insertar\SpecialChar \menuseparator
29457 Ecuación
29458 \family default
29459 .
29460  Una ecuación existente se puede convertir a align con el menú 
29461 \family sans
29462 Editar\SpecialChar \menuseparator
29463 Ecuación\SpecialChar \menuseparator
29464 Cambiar tipo de ecuación
29465 \family default
29466 .
29467 \end_layout
29468
29469 \begin_layout Standard
29470 Para añadir o quitar columnas se pueden usar los botones 
29471 \begin_inset Info
29472 type  "icon"
29473 arg   "inset-modify tabular append-column"
29474 \end_inset
29475
29476  o 
29477 \begin_inset Info
29478 type  "icon"
29479 arg   "inset-modify tabular delete-column"
29480 \end_inset
29481
29482  de la barra de ecuaciones o el menú 
29483 \family sans
29484 Editar\SpecialChar \menuseparator
29485 Filas y columnas
29486 \family default
29487 .
29488 \end_layout
29489
29490 \begin_layout Subsubsection
29491 Entorno align estándar
29492 \begin_inset CommandInset label
29493 LatexCommand label
29494 name "sub:Entorno-align-estándar"
29495
29496 \end_inset
29497
29498
29499 \begin_inset Index idx
29500 status collapsed
29501
29502 \begin_layout Plain Layout
29503 Ecuación ! multilínea ! entorno align
29504 \end_layout
29505
29506 \end_inset
29507
29508
29509 \end_layout
29510
29511 \begin_layout Standard
29512 Este entorno align se crea pulsando 
29513 \family sans
29514 Ctrl+Entrar
29515 \family default
29516  en una ecuación o con el menú 
29517 \family sans
29518 Insertar\SpecialChar \menuseparator
29519 Ecuación\SpecialChar \menuseparator
29520 Entorno AMS align
29521 \family default
29522 .
29523 \end_layout
29524
29525 \begin_layout Standard
29526 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29527  align de cuatro columnas:
29528 \begin_inset Formula 
29529 \begin{align*}
29530 A & =\sen(B) & C & =D\\
29531 C & \neq A & B & \neq D
29532 \end{align*}
29533
29534 \end_inset
29535
29536 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29537  un 
29538 \series bold
29539
29540 \backslash
29541 hfill
29542 \series default
29543
29544 \begin_inset Foot
29545 status collapsed
29546
29547 \begin_layout Plain Layout
29548 Más sobre 
29549 \series bold
29550
29551 \backslash
29552 hfill
29553 \series default
29554  en 
29555 \begin_inset CommandInset ref
29556 LatexCommand ref
29557 reference "sub:Espacio-variable"
29558
29559 \end_inset
29560
29561
29562 \end_layout
29563
29564 \end_inset
29565
29566  antes de la primera y detrás de cada columna par.
29567  Si se pone en estilo 
29568 \series bold
29569 Sangrado
29570 \series default
29571 ,
29572 \begin_inset Foot
29573 status collapsed
29574
29575 \begin_layout Plain Layout
29576 véase estilos de ecuación en 
29577 \begin_inset CommandInset ref
29578 LatexCommand ref
29579 reference "sec:Estilos-de-ecuación"
29580
29581 \end_inset
29582
29583
29584 \end_layout
29585
29586 \end_inset
29587
29588  la ecuación queda sin el 
29589 \series bold
29590
29591 \backslash
29592 hfill
29593 \series default
29594  ante la primera columna.
29595 \end_layout
29596
29597 \begin_layout Subsubsection
29598 Entorno alignat
29599 \begin_inset Index idx
29600 status collapsed
29601
29602 \begin_layout Plain Layout
29603 Ecuación ! multilínea ! entorno alignat
29604 \end_layout
29605
29606 \end_inset
29607
29608
29609 \end_layout
29610
29611 \begin_layout Standard
29612 El entorno alignat no tiene separación predefinida de columnas.
29613  Se puede insertar manualmente con los espacios descritos en 
29614 \begin_inset CommandInset ref
29615 LatexCommand ref
29616 reference "sec:Espacio"
29617
29618 \end_inset
29619
29620 .
29621 \end_layout
29622
29623 \begin_layout Standard
29624 El ejemplo anterior en el entorno alignat, con un espacio de 1
29625 \begin_inset space \thinspace{}
29626 \end_inset
29627
29628 cm al comienzo da la segunda ecuación:
29629 \begin_inset Formula 
29630 \begin{alignat*}{2}
29631 A & =\sen(B)\hspace{1cm} & C & =D\\
29632 C & \neq A & B & \neq D
29633 \end{alignat*}
29634
29635 \end_inset
29636
29637 Como cada columna puede tener un espacio diferente, este entorno es especialment
29638 e apropiado para poner tres o más ecuaciones adosadas.
29639 \end_layout
29640
29641 \begin_layout Subsubsection
29642 Entorno flalign
29643 \begin_inset CommandInset label
29644 LatexCommand label
29645 name "sub:Entorno-flalign"
29646
29647 \end_inset
29648
29649
29650 \begin_inset Index idx
29651 status collapsed
29652
29653 \begin_layout Plain Layout
29654 Ecuación ! multilínea ! entorno flalign
29655 \end_layout
29656
29657 \end_inset
29658
29659
29660 \end_layout
29661
29662 \begin_layout Standard
29663 En este entorno las dos primeras columnas están siempre tan a la izquierda
29664  como sea posible y las dos últimas a la derecha.
29665  Ejemplo:
29666 \begin_inset Formula 
29667 \begin{flalign*}
29668 A & =1 & B & =2 & C & =3\\
29669 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
29670 \end{flalign*}
29671
29672 \end_inset
29673
29674 En un entorno flalign con un número impar de columnas, en la última de las
29675  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29676  alineadas a la izquierda, aunque se use el estilo 
29677 \series bold
29678 Centrado
29679 \series default
29680 .
29681  Un ejemplo de fórmula sangrada 
29682 \begin_inset CommandInset ref
29683 LatexCommand eqref
29684 reference "eq:IntVol"
29685
29686 \end_inset
29687
29688 :
29689 \begin_inset Formula 
29690 \begin{flalign}
29691 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
29692 \end{flalign}
29693
29694 \end_inset
29695
29696 Las dos primeras columnas contienen la fórmula.
29697  Para sangrarla como con el estilo 
29698 \series bold
29699 Sangrado
29700 \series default
29701 , se añade un espacio de 30
29702 \begin_inset space \thinspace{}
29703 \end_inset
29704
29705 pt al comienzo de la primera columna.
29706  
29707 \end_layout
29708
29709 \begin_layout Subsection
29710 Entorno eqnarray
29711 \begin_inset CommandInset label
29712 LatexCommand label
29713 name "sub:Entorno-eqnarray"
29714
29715 \end_inset
29716
29717
29718 \begin_inset Index idx
29719 status collapsed
29720
29721 \begin_layout Plain Layout
29722 Ecuación ! multilínea ! entorno eqnarray
29723 \end_layout
29724
29725 \end_inset
29726
29727
29728 \begin_inset Index idx
29729 status collapsed
29730
29731 \begin_layout Plain Layout
29732 Ecuación ! multilínea ! entorno eqnarray
29733 \end_layout
29734
29735 \end_inset
29736
29737
29738 \end_layout
29739
29740 \begin_layout Standard
29741 Al introducir este entorno aparecen tres marcos azules.
29742  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29743  El contenido del marco central está centrado y algo más pequeño, porque
29744  está diseñado para insertar sólo caracteres de relación.
29745 \begin_inset Formula 
29746 \begin{eqnarray*}
29747 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29748 AB & AB & AB\\
29749 A & = & A
29750 \end{eqnarray*}
29751
29752 \end_inset
29753
29754
29755 \end_layout
29756
29757 \begin_layout Subsection
29758 Entorno gather
29759 \begin_inset Index idx
29760 status collapsed
29761
29762 \begin_layout Plain Layout
29763 Ecuación ! multilínea ! entorno gather
29764 \end_layout
29765
29766 \end_inset
29767
29768
29769 \end_layout
29770
29771 \begin_layout Standard
29772 Este entorno consta de una sola columna centrada.
29773  Se puede numerar cada línea.
29774 \begin_inset Formula 
29775 \begin{gather}
29776 A=1\\
29777 X=\mbox{-}1
29778 \end{gather}
29779
29780 \end_inset
29781
29782
29783 \end_layout
29784
29785 \begin_layout Subsection
29786 Entorno multilínea
29787 \begin_inset CommandInset label
29788 LatexCommand label
29789 name "sub:Entorno-multilínea"
29790
29791 \end_inset
29792
29793
29794 \begin_inset Index idx
29795 status collapsed
29796
29797 \begin_layout Plain Layout
29798 Ecuación ! multilínea ! entorno multilínea
29799 \end_layout
29800
29801 \end_inset
29802
29803
29804 \end_layout
29805
29806 \begin_layout Standard
29807 El entorno multilínea, como gather, consta de una sola columna.
29808  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29809  Las demás están centradas.
29810  Por tanto este entorno es apropiado para ecuaciones largas.
29811  Como ejemplo, la ecuación
29812 \begin_inset space ~
29813 \end_inset
29814
29815
29816 \begin_inset CommandInset ref
29817 LatexCommand eqref
29818 reference "eq:lefteqn"
29819
29820 \end_inset
29821
29822  en entorno multilínea:
29823 \begin_inset Formula 
29824 \begin{multline}
29825 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}\\
29826 -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}\\
29827 =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}}
29828 \end{multline}
29829
29830 \end_inset
29831
29832 En la salida sólo aparece numerada la última (primera) línea si la numeración
29833  del documento es a la derecha (izquierda).
29834 \begin_inset Foot
29835 status collapsed
29836
29837 \begin_layout Plain Layout
29838 véanse los estilos de numeración en 
29839 \begin_inset CommandInset ref
29840 LatexCommand ref
29841 reference "sec:Estilos-de-ecuación"
29842
29843 \end_inset
29844
29845
29846 \end_layout
29847
29848 \end_inset
29849
29850
29851 \end_layout
29852
29853 \begin_layout Standard
29854 Con los comandos 
29855 \series bold
29856
29857 \backslash
29858 shoveright
29859 \series default
29860
29861 \begin_inset Index idx
29862 status collapsed
29863
29864 \begin_layout Plain Layout
29865 Comandos ! S ! 
29866 \backslash
29867 shoveright
29868 \end_layout
29869
29870 \end_inset
29871
29872  y 
29873 \series bold
29874
29875 \backslash
29876 shoveleft
29877 \series default
29878
29879 \begin_inset Index idx
29880 status collapsed
29881
29882 \begin_layout Plain Layout
29883 Comandos ! S ! 
29884 \backslash
29885 shoveleft
29886 \end_layout
29887
29888 \end_inset
29889
29890 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29891 ente.
29892  Los comandos se usan como sigue:
29893 \end_layout
29894
29895 \begin_layout Standard
29896
29897 \series bold
29898
29899 \backslash
29900 shoveright{contenido de la línea}
29901 \series default
29902  y 
29903 \series bold
29904
29905 \backslash
29906 shoveleft{contenido de la línea}
29907 \end_layout
29908
29909 \begin_layout Standard
29910 \begin_inset VSpace medskip
29911 \end_inset
29912
29913
29914 \end_layout
29915
29916 \begin_layout Standard
29917 La longitud 
29918 \series bold
29919
29920 \backslash
29921 multlinegap
29922 \series default
29923
29924 \begin_inset Index idx
29925 status collapsed
29926
29927 \begin_layout Plain Layout
29928 Comandos ! M ! 
29929 \backslash
29930 multlinegap
29931 \end_layout
29932
29933 \end_inset
29934
29935  especifica la distancia de la primera línea desde el margen izquierdo de
29936  la página.
29937  Esta longitud es 0
29938 \begin_inset space \thinspace{}
29939 \end_inset
29940
29941 pt por omisión.
29942 \end_layout
29943
29944 \begin_layout Standard
29945 Como ejemplo la ecuación anterior con el comando
29946 \end_layout
29947
29948 \begin_layout Standard
29949
29950 \series bold
29951
29952 \backslash
29953 setlength{
29954 \backslash
29955 multlinegap}{2cm}
29956 \end_layout
29957
29958 \begin_layout Standard
29959 insertado previamente en modo TeX:
29960 \begin_inset ERT
29961 status collapsed
29962
29963 \begin_layout Plain Layout
29964
29965
29966 \backslash
29967 setlength{
29968 \backslash
29969 multlinegap}{2cm}
29970 \end_layout
29971
29972 \end_inset
29973
29974
29975 \begin_inset Formula 
29976 \begin{multline}
29977 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}\\
29978 \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}}\\
29979 =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}}
29980 \end{multline}
29981
29982 \end_inset
29983
29984
29985 \begin_inset ERT
29986 status collapsed
29987
29988 \begin_layout Plain Layout
29989
29990
29991 \backslash
29992 setlength{
29993 \backslash
29994 multlinegap}{0pt}
29995 \end_layout
29996
29997 \end_inset
29998
29999 La segunda línea se ha alineado a la izquierda con 
30000 \series bold
30001
30002 \backslash
30003 shoveleft
30004 \series default
30005 .
30006 \end_layout
30007
30008 \begin_layout Subsection
30009 Ecuación con partes multilínea
30010 \begin_inset CommandInset label
30011 LatexCommand label
30012 name "sub:Partes-multilínea"
30013
30014 \end_inset
30015
30016
30017 \begin_inset Index idx
30018 status collapsed
30019
30020 \begin_layout Plain Layout
30021 Ecuación ! multilínea ! solo parte
30022 \end_layout
30023
30024 \end_inset
30025
30026
30027 \end_layout
30028
30029 \begin_layout Standard
30030 Para mostrar solo partes de una ecuación en modo multilínea usa uno de los
30031  siguientes entornos: 
30032 \series bold
30033 aligned
30034 \series default
30035
30036 \series bold
30037 alignedat
30038 \series default
30039
30040 \series bold
30041 gathered
30042 \series default
30043  o 
30044 \series bold
30045 split
30046 \series default
30047 .
30048  Se pueden elegir en el menú 
30049 \family sans
30050 Insertar\SpecialChar \menuseparator
30051 Ecuación
30052 \family default
30053  o usando los comandos aquí descritos.
30054 \end_layout
30055
30056 \begin_layout Standard
30057 Los tres primeros tienen las mismas propiedades que los correspondientes
30058  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
30059  Un ejemplo:
30060 \begin_inset Formula 
30061 \[
30062 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
30063 \Delta E\Delta t & \ge\frac{\hbar}{2}
30064 \end{aligned}
30065 \right\} \mbox{Relaciones de incertidumbre}
30066 \]
30067
30068 \end_inset
30069
30070 Para componer esta expresión se inserta una ecuación presentada y en ella
30071  se introduce el comando 
30072 \series bold
30073
30074 \backslash
30075 aligned
30076 \series default
30077
30078 \begin_inset Index idx
30079 status collapsed
30080
30081 \begin_layout Plain Layout
30082 Comandos ! A ! 
30083 \backslash
30084 aligned
30085 \end_layout
30086
30087 \end_inset
30088
30089 .
30090  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
30091  añadir filas y columnas.
30092  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
30093  como la llave.
30094 \end_layout
30095
30096 \begin_layout Standard
30097 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
30098  se alinean horizontalmente.
30099  Usar aligned en una ecuación presentada tiene la ventaja de que el número
30100  de ecuación se centra verticalmente con las líneas.
30101  Como ejemplo, la ecuación 
30102 \begin_inset CommandInset ref
30103 LatexCommand eqref
30104 reference "eq:cortolargo"
30105
30106 \end_inset
30107
30108  en entorno aligned: 
30109 \begin_inset Formula 
30110 \begin{equation}
30111 \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}|}\\
30112  & -\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}|}
30113 \end{aligned}
30114 \end{equation}
30115
30116 \end_inset
30117
30118 Para usar los entornos 
30119 \series bold
30120 alignedat
30121 \series default
30122
30123 \series bold
30124 gathered
30125 \series default
30126 , o 
30127 \series bold
30128 split
30129 \series default
30130 , se insertan respectivamente los comandos
30131 \series bold
30132  
30133 \backslash
30134 alignedat
30135 \series default
30136 ,
30137 \begin_inset Index idx
30138 status collapsed
30139
30140 \begin_layout Plain Layout
30141 Comandos ! A ! 
30142 \backslash
30143 alignedat
30144 \end_layout
30145
30146 \end_inset
30147
30148  
30149 \series bold
30150
30151 \backslash
30152 gathered
30153 \series default
30154
30155 \begin_inset Index idx
30156 status collapsed
30157
30158 \begin_layout Plain Layout
30159 Comandos ! G ! 
30160 \backslash
30161 gathered
30162 \end_layout
30163
30164 \end_inset
30165
30166 , o 
30167 \series bold
30168
30169 \backslash
30170 split
30171 \series default
30172
30173 \begin_inset Index idx
30174 status collapsed
30175
30176 \begin_layout Plain Layout
30177 Comandos ! S ! 
30178 \backslash
30179 split
30180 \end_layout
30181
30182 \end_inset
30183
30184 .
30185  El entorno split tiene las mismas propiedades que aligned pero sólo puede
30186  tener dos columnas.
30187 \end_layout
30188
30189 \begin_layout Subsection
30190 Texto en ecuaciones multilínea
30191 \begin_inset CommandInset label
30192 LatexCommand label
30193 name "sub:Texto-en-multilínea"
30194
30195 \end_inset
30196
30197
30198 \begin_inset Index idx
30199 status collapsed
30200
30201 \begin_layout Plain Layout
30202 Texto ! en ecuaciones
30203 \end_layout
30204
30205 \end_inset
30206
30207
30208 \begin_inset Index idx
30209 status collapsed
30210
30211 \begin_layout Plain Layout
30212 Ecuación ! multilínea ! texto en
30213 \end_layout
30214
30215 \end_inset
30216
30217
30218 \end_layout
30219
30220 \begin_layout Standard
30221 En los entornos align, multilínea y gather, se puede insertar texto que
30222  se mostrará en una línea separada y que no afecta la alineación de columna.
30223  Para esto se usa el comando 
30224 \series bold
30225
30226 \backslash
30227 intertext
30228 \series default
30229
30230 \begin_inset Index idx
30231 status collapsed
30232
30233 \begin_layout Plain Layout
30234 Comandos ! I ! 
30235 \backslash
30236 intertext
30237 \end_layout
30238
30239 \end_inset
30240
30241  con el siguiente esquema:
30242 \end_layout
30243
30244 \begin_layout Standard
30245
30246 \series bold
30247
30248 \backslash
30249 intertext{texto}
30250 \end_layout
30251
30252 \begin_layout Standard
30253 El texto no debería ocupar más de una línea porque no se puede partir con
30254  guión.
30255  Como LyX aún no soporta 
30256 \series bold
30257
30258 \backslash
30259 intertext
30260 \series default
30261  directamente, el texto se escribe como texto matemático.
30262  
30263 \series bold
30264
30265 \backslash
30266 intertext
30267 \series default
30268  debe por tanto estar al comienzo de una línea y en la salida se presenta
30269  sobre esta línea.
30270  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
30271 \begin_inset Formula 
30272 \begin{align}
30273 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30274 \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
30275 \end{align}
30276
30277 \end_inset
30278
30279
30280 \end_layout
30281
30282 \begin_layout Standard
30283
30284 \series bold
30285
30286 \backslash
30287 intertext
30288 \series default
30289  
30290 \lang english
30291 always creates some vertical space between the text and the formula lines.
30292  To avoid this space, set in the document settings under 
30293 \family sans
30294 Math
30295 \begin_inset space ~
30296 \end_inset
30297
30298 Options
30299 \family default
30300  for the package 
30301 \series bold
30302 \lang spanish
30303 mathtools
30304 \series default
30305
30306 \begin_inset Index idx
30307 status collapsed
30308
30309 \begin_layout Plain Layout
30310 Paquetes ! mathtools
30311 \end_layout
30312
30313 \end_inset
30314
30315  
30316 \lang english
30317 the option 
30318 \family sans
30319 Load
30320 \begin_inset space ~
30321 \end_inset
30322
30323 always
30324 \family default
30325 .
30326  Then you can use the command
30327 \lang spanish
30328  
30329 \series bold
30330
30331 \backslash
30332 shortintertext
30333 \series default
30334
30335 \begin_inset Index idx
30336 status collapsed
30337
30338 \begin_layout Plain Layout
30339 Comandos ! S ! 
30340 \backslash
30341 shortintertext
30342 \end_layout
30343
30344 \end_inset
30345
30346  
30347 \lang english
30348 instead of 
30349 \series bold
30350
30351 \backslash
30352 intertext
30353 \series default
30354 :
30355 \lang spanish
30356
30357 \begin_inset Formula 
30358 \begin{align}
30359 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30360 \shortintertext{\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
30361 \end{align}
30362
30363 \end_inset
30364
30365
30366 \end_layout
30367
30368 \begin_layout Section
30369 Numeración de ecuaciones
30370 \begin_inset Index idx
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374 Ecuación ! numeración|see
30375 \begin_inset ERT
30376 status collapsed
30377
30378 \begin_layout Plain Layout
30379
30380 {
30381 \end_layout
30382
30383 \end_inset
30384
30385 Numeración de ecuaciones
30386 \begin_inset ERT
30387 status collapsed
30388
30389 \begin_layout Plain Layout
30390
30391 }
30392 \end_layout
30393
30394 \end_inset
30395
30396
30397 \end_layout
30398
30399 \end_inset
30400
30401
30402 \begin_inset Index idx
30403 status collapsed
30404
30405 \begin_layout Plain Layout
30406 Numeración de ecuaciones
30407 \end_layout
30408
30409 \end_inset
30410
30411
30412 \end_layout
30413
30414 \begin_layout Subsection
30415 General
30416 \end_layout
30417
30418 \begin_layout Standard
30419 Las ecuaciones numeradas se insertan con el menú 
30420 \family sans
30421 Insertar\SpecialChar \menuseparator
30422 Ecuación
30423 \family default
30424  
30425 \family sans
30426 \SpecialChar \menuseparator
30427 Numerada
30428 \family default
30429  (atajo 
30430 \family sans
30431 Ctrl+Alt
30432 \begin_inset space ~
30433 \end_inset
30434
30435 N
30436 \family default
30437 ).
30438  Ecuaciones existentes se pueden numerar con el menú 
30439 \family sans
30440 Editar\SpecialChar \menuseparator
30441 Ecuación\SpecialChar \menuseparator
30442 Numerar la ecuación
30443 \family default
30444  (atajo
30445 \family sans
30446  Alt+M
30447 \begin_inset space ~
30448 \end_inset
30449
30450 N
30451 \family default
30452 ).
30453  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
30454  En la salida se muestra el número real.
30455 \end_layout
30456
30457 \begin_layout Standard
30458 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
30459  líneas.
30460  No obstante, la numeración se puede controlar en cada línea con el menú
30461  
30462 \family sans
30463 Editar\SpecialChar \menuseparator
30464 Ecuación\SpecialChar \menuseparator
30465 Numerar la línea
30466 \family default
30467  (atajo
30468 \family sans
30469  Alt+M
30470 \begin_inset space ~
30471 \end_inset
30472
30473 Mayúsculas+N
30474 \family default
30475 ).
30476 \end_layout
30477
30478 \begin_layout Standard
30479 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
30480  distintos, véase 
30481 \begin_inset CommandInset ref
30482 LatexCommand ref
30483 reference "sec:Estilos-de-ecuación"
30484
30485 \end_inset
30486
30487 .
30488 \end_layout
30489
30490 \begin_layout Subsection
30491 Referencias cruzadas
30492 \begin_inset Index idx
30493 status collapsed
30494
30495 \begin_layout Plain Layout
30496 Ecuación ! referencias cruzadas a
30497 \end_layout
30498
30499 \end_inset
30500
30501
30502 \end_layout
30503
30504 \begin_layout Standard
30505 Todas las ecuaciones con etiqueta se pueden referir.
30506  La etiqueta se añade con el menú 
30507 \family sans
30508 Insertar\SpecialChar \menuseparator
30509 Etiqueta
30510 \family default
30511  o con el botón 
30512 \begin_inset Info
30513 type  "icon"
30514 arg   "label-insert"
30515 \end_inset
30516
30517  de la barra de herramientas.
30518  El cursor debe estar dentro de una ecuación en modo presentación.
30519  Como alternativa, se puede hacer clic derecha sobre la fórmula y elegir
30520  
30521 \family sans
30522 Etiqueta de ecuación
30523 \family default
30524 .
30525  Surge un diálogo con el prefijo 
30526 \series bold
30527 eq:
30528 \series default
30529 , detrás del cual se escribe el texto de la etiqueta.
30530  El prefijo significa 
30531 \begin_inset Quotes fld
30532 \end_inset
30533
30534 equation
30535 \begin_inset Quotes frd
30536 \end_inset
30537
30538  y hace más fácil encontrar etiquetas en documentos extensos porque así
30539  se distingue p.
30540 \begin_inset space \thinspace{}
30541 \end_inset
30542
30543 ej.
30544 \begin_inset space ~
30545 \end_inset
30546
30547 de las etiquetas de sección.
30548  Para cambiar una etiqueta se usa de nuevo el menú 
30549 \family sans
30550 Insertar\SpecialChar \menuseparator
30551 Etiqueta 
30552 \family default
30553 o la opción 
30554 \family sans
30555 Etiqueta de ecuación
30556 \family default
30557  al hacer clic derecha sobre una fórmula.
30558 \end_layout
30559
30560 \begin_layout Standard
30561 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
30562  ecuación.
30563  Una ecuación con etiqueta se numera siempre.
30564 \end_layout
30565
30566 \begin_layout Standard
30567 Las referencias cruzadas se insertan mediante el menú 
30568 \family sans
30569 Insertar\SpecialChar \menuseparator
30570 Referencia cruzada
30571 \family default
30572  o con el botón 
30573 \begin_inset Info
30574 type  "icon"
30575 arg   "dialog-show-new-inset ref"
30576 \end_inset
30577
30578 .
30579  Una referencia a una ecuación aparece en la salida con su número.
30580  Si en el diálogo de referencia cruzada se elige el formato 
30581 \series bold
30582 (<referencia>)
30583 \series default
30584 , la referencia se muestra en la salida entre paréntesis.
30585  
30586 \begin_inset Newline newline
30587 \end_inset
30588
30589 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
30590  a la ecuación de referencia.
30591 \end_layout
30592
30593 \begin_layout Standard
30594 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30595  siguientes:
30596 \begin_inset Note Note
30597 status collapsed
30598
30599 \begin_layout Plain Layout
30600 Observa los distintos tipos de referencias cruzadas.
30601 \end_layout
30602
30603 \end_inset
30604
30605
30606 \end_layout
30607
30608 \begin_layout Standard
30609 Las ecuaciones 
30610 \begin_inset CommandInset ref
30611 LatexCommand eqref
30612 reference "eq:tag"
30613
30614 \end_inset
30615
30616  y 
30617 \begin_inset CommandInset ref
30618 LatexCommand eqref
30619 reference "eq:c"
30620
30621 \end_inset
30622
30623  son equivalentes.
30624  En (
30625 \begin_inset CommandInset ref
30626 LatexCommand ref
30627 reference "eq:Lat"
30628
30629 \end_inset
30630
30631 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30632 \begin_inset CommandInset ref
30633 LatexCommand ref
30634 reference "eq:Rom"
30635
30636 \end_inset
30637
30638 ).
30639 \begin_inset VSpace medskip
30640 \end_inset
30641
30642
30643 \end_layout
30644
30645 \begin_layout Standard
30646 Si el argumento de 
30647 \series bold
30648
30649 \backslash
30650 tag
30651 \begin_inset Foot
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655
30656 \series bold
30657
30658 \backslash
30659 tag
30660 \series default
30661  se describe en 
30662 \begin_inset CommandInset ref
30663 LatexCommand ref
30664 reference "sub:Numeración-personalizada"
30665
30666 \end_inset
30667
30668
30669 \end_layout
30670
30671 \end_inset
30672
30673
30674 \series default
30675  contiene un marco, como se describe en la 
30676 \begin_inset CommandInset ref
30677 LatexCommand ref
30678 reference "sub:Marcos-de-párrafo"
30679
30680 \end_inset
30681
30682 , no se puede referir la ecuación.
30683 \end_layout
30684
30685 \begin_layout Subsection
30686 Subnumeración
30687 \begin_inset Index idx
30688 status collapsed
30689
30690 \begin_layout Plain Layout
30691 Numeración de ecuaciones ! subnumeración
30692 \end_layout
30693
30694 \end_inset
30695
30696
30697 \end_layout
30698
30699 \begin_layout Standard
30700 Con ayuda de los comandos 
30701 \series bold
30702
30703 \backslash
30704 begin{subequations}
30705 \series default
30706  y 
30707 \series bold
30708
30709 \backslash
30710 end{subequations}
30711 \series default
30712  en modo TeX se pueden subnumerar ecuaciones.
30713 \end_layout
30714
30715 \begin_layout Standard
30716 Ejemplo:
30717 \begin_inset Formula 
30718 \begin{equation}
30719 A=C-B\label{eq:a}
30720 \end{equation}
30721
30722 \end_inset
30723
30724
30725 \begin_inset ERT
30726 status collapsed
30727
30728 \begin_layout Plain Layout
30729
30730
30731 \backslash
30732 addtocounter{equation}{-1}
30733 \end_layout
30734
30735 \end_inset
30736
30737
30738 \begin_inset ERT
30739 status collapsed
30740
30741 \begin_layout Plain Layout
30742
30743
30744 \backslash
30745 begin{subequations}
30746 \end_layout
30747
30748 \end_inset
30749
30750
30751 \begin_inset VSpace -5mm
30752 \end_inset
30753
30754
30755 \begin_inset Formula 
30756 \begin{equation}
30757 B=C-A\label{eq:b}
30758 \end{equation}
30759
30760 \end_inset
30761
30762
30763 \begin_inset Formula 
30764 \begin{equation}
30765 C=A+B\label{eq:c}
30766 \end{equation}
30767
30768 \end_inset
30769
30770
30771 \end_layout
30772
30773 \begin_layout Standard
30774 \begin_inset ERT
30775 status collapsed
30776
30777 \begin_layout Plain Layout
30778
30779
30780 \backslash
30781 end{subequations}
30782 \end_layout
30783
30784 \end_inset
30785
30786
30787 \end_layout
30788
30789 \begin_layout Standard
30790 Para este ejemplo se ha hecho lo siguiente:
30791 \end_layout
30792
30793 \begin_layout Enumerate
30794 se inserta la primera ecuación
30795 \end_layout
30796
30797 \begin_layout Enumerate
30798 después de ella se inserta
30799 \series bold
30800
30801 \begin_inset Newline newline
30802 \end_inset
30803
30804
30805 \backslash
30806 addtocounter{equation}{-1} 
30807 \backslash
30808 begin{subequations}
30809 \begin_inset Index idx
30810 status collapsed
30811
30812 \begin_layout Plain Layout
30813 Comandos ! A ! 
30814 \backslash
30815 addtocounter
30816 \end_layout
30817
30818 \end_inset
30819
30820
30821 \end_layout
30822
30823 \begin_layout Enumerate
30824 se inserta la segunda ecuación
30825 \end_layout
30826
30827 \begin_layout Enumerate
30828 se inserta la tercera ecuación
30829 \end_layout
30830
30831 \begin_layout Enumerate
30832 se inserta 
30833 \series bold
30834
30835 \backslash
30836 end{subequations}
30837 \series default
30838  tras la tercera ecuación
30839 \end_layout
30840
30841 \begin_layout Standard
30842 Toda ecuación entre los comandos 
30843 \series bold
30844
30845 \backslash
30846 begin
30847 \series default
30848  y 
30849 \series bold
30850
30851 \backslash
30852 end
30853 \series default
30854  se subnumera con a, b, c\SpecialChar \ldots{}
30855  En ecuaciones multilínea se subnumerará cada línea.
30856  Todas las ecuaciones subnumeradas son tratadas como 
30857 \emph on
30858 una
30859 \emph default
30860  ecuación numerada.
30861  Pero como cada ecuación numerada aumenta el contador 
30862 \series bold
30863 equation
30864 \series default
30865  en uno, hay que disminuir el comando 
30866 \series bold
30867
30868 \backslash
30869 addtocounter
30870 \series default
30871 .
30872  De lo contrario, las ecuaciones 
30873 \begin_inset CommandInset ref
30874 LatexCommand eqref
30875 reference "eq:a"
30876
30877 \end_inset
30878
30879
30880 \begin_inset CommandInset ref
30881 LatexCommand eqref
30882 reference "eq:b"
30883
30884 \end_inset
30885
30886
30887 \begin_inset CommandInset ref
30888 LatexCommand eqref
30889 reference "eq:c"
30890
30891 \end_inset
30892
30893  se numerarían 
30894 \begin_inset CommandInset ref
30895 LatexCommand eqref
30896 reference "eq:a"
30897
30898 \end_inset
30899
30900
30901 \begin_inset CommandInset ref
30902 LatexCommand eqref
30903 reference "eq:d"
30904
30905 \end_inset
30906
30907
30908 \begin_inset CommandInset ref
30909 LatexCommand eqref
30910 reference "eq:f"
30911
30912 \end_inset
30913
30914 .
30915 \end_layout
30916
30917 \begin_layout Standard
30918 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30919  ecuaciones.
30920  Para evitarlo se inserta ese espacio vertical de -5
30921 \begin_inset space \thinspace{}
30922 \end_inset
30923
30924 mm detrás del comando 
30925 \series bold
30926
30927 \backslash
30928 begin{subequations}
30929 \series default
30930 .
30931
30932 \series bold
30933  
30934 \series default
30935 Si se usa el estilo 
30936 \series bold
30937 Sangrado
30938 \series default
30939
30940 \begin_inset Foot
30941 status collapsed
30942
30943 \begin_layout Plain Layout
30944 véase estilos de ecuación en 
30945 \begin_inset CommandInset ref
30946 LatexCommand ref
30947 reference "sec:Estilos-de-ecuación"
30948
30949 \end_inset
30950
30951
30952 \end_layout
30953
30954 \end_inset
30955
30956 , entonces se inserta -7
30957 \begin_inset space \thinspace{}
30958 \end_inset
30959
30960 mm.
30961 \end_layout
30962
30963 \begin_layout Standard
30964 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30965  de la segunda línea:
30966 \begin_inset ERT
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970
30971
30972 \backslash
30973 begin{subequations}
30974 \end_layout
30975
30976 \end_inset
30977
30978
30979 \begin_inset Formula 
30980 \begin{eqnarray}
30981 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30982  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30983  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30984 \end{eqnarray}
30985
30986 \end_inset
30987
30988
30989 \begin_inset ERT
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993
30994
30995 \backslash
30996 end{subequations}
30997 \end_layout
30998
30999 \end_inset
31000
31001
31002 \end_layout
31003
31004 \begin_layout Subsection
31005 Numeración definida por el usuario
31006 \begin_inset CommandInset label
31007 LatexCommand label
31008 name "sub:Numeración-personalizada"
31009
31010 \end_inset
31011
31012
31013 \begin_inset Index idx
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017 Numeración de ecuaciones ! personalizada
31018 \end_layout
31019
31020 \end_inset
31021
31022
31023 \end_layout
31024
31025 \begin_layout Standard
31026 Con la numeración estándar el número se coloca entre paréntesis.
31027  Para reemplazar los paréntesis con barras verticales, p.
31028 \begin_inset space \thinspace{}
31029 \end_inset
31030
31031 e., se añade al preámbulo LaTeX la línea: 
31032 \end_layout
31033
31034 \begin_layout Standard
31035
31036 \series bold
31037
31038 \backslash
31039 def
31040 \backslash
31041 tagform@#1{
31042 \backslash
31043 maketag@@@{|#1|}}
31044 \series default
31045
31046 \begin_inset Note Note
31047 status collapsed
31048
31049 \begin_layout Plain Layout
31050 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
31051  Para activarlo, quita el % del principio.
31052 \end_layout
31053
31054 \end_inset
31055
31056
31057 \end_layout
31058
31059 \begin_layout Standard
31060 Para usar otros caracteres, se reemplazan las barras al lado de 
31061 \series bold
31062 #1
31063 \series default
31064  por ellos.
31065  Para obtener sólo el número de ecuación se omiten las barras verticales.
31066 \begin_inset VSpace bigskip
31067 \end_inset
31068
31069
31070 \end_layout
31071
31072 \begin_layout Standard
31073 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
31074  consecutivo, se usa el comando 
31075 \series bold
31076
31077 \backslash
31078 tag
31079 \begin_inset Index idx
31080 status collapsed
31081
31082 \begin_layout Plain Layout
31083 Comandos ! T ! 
31084 \backslash
31085 tag
31086 \end_layout
31087
31088 \end_inset
31089
31090
31091 \series default
31092 :
31093 \begin_inset Formula 
31094 \begin{equation}
31095 A+B=C\tag{algo}\label{eq:tag}
31096 \end{equation}
31097
31098 \end_inset
31099
31100 En este ejemplo se ha insertado el comando
31101 \series bold
31102  
31103 \backslash
31104 tag
31105 \begin_inset space \textvisiblespace{}
31106 \end_inset
31107
31108 algo
31109 \series default
31110  en la ecuación.
31111 \end_layout
31112
31113 \begin_layout Standard
31114 Si se usa en su lugar el comando con asterisco 
31115 \series bold
31116
31117 \backslash
31118 tag*
31119 \begin_inset space \textvisiblespace{}
31120 \end_inset
31121
31122 algo
31123 \series default
31124  no se imprimen los paréntesis:
31125 \begin_inset Formula 
31126 \[
31127 A+B=C\tag*{algo}
31128 \]
31129
31130 \end_inset
31131
31132
31133 \end_layout
31134
31135 \begin_layout Standard
31136 \begin_inset VSpace bigskip
31137 \end_inset
31138
31139
31140 \end_layout
31141
31142 \begin_layout Standard
31143 Para reiniciar la numeración en nuevas partes o secciones del documento
31144  se usan los siguientes comandos:
31145 \end_layout
31146
31147 \begin_layout Standard
31148
31149 \series bold
31150
31151 \backslash
31152 @addtoreset{equation}{part}
31153 \series default
31154
31155 \begin_inset Index idx
31156 status collapsed
31157
31158 \begin_layout Plain Layout
31159 Comandos ! 
31160 \begin_inset ERT
31161 status collapsed
31162
31163 \begin_layout Plain Layout
31164
31165 "
31166 \end_layout
31167
31168 \end_inset
31169
31170 @
31171 \begin_inset ERT
31172 status collapsed
31173
31174 \begin_layout Plain Layout
31175
31176 "
31177 \end_layout
31178
31179 \end_inset
31180
31181  ! 
31182 \backslash
31183
31184 \begin_inset ERT
31185 status collapsed
31186
31187 \begin_layout Plain Layout
31188
31189 "
31190 \end_layout
31191
31192 \end_inset
31193
31194 @
31195 \begin_inset ERT
31196 status collapsed
31197
31198 \begin_layout Plain Layout
31199
31200 "
31201 \end_layout
31202
31203 \end_inset
31204
31205 addtoreset
31206 \end_layout
31207
31208 \end_inset
31209
31210
31211 \begin_inset Newline newline
31212 \end_inset
31213
31214
31215 \series bold
31216
31217 \backslash
31218 @addtoreset{equation}{section}
31219 \end_layout
31220
31221 \begin_layout Standard
31222 Pata poder usar estos comandos en modo TeX, el carácter 
31223 \begin_inset Quotes fld
31224 \end_inset
31225
31226 @
31227 \begin_inset Quotes frd
31228 \end_inset
31229
31230  debe 
31231 \begin_inset Quotes fld
31232 \end_inset
31233
31234 activarse
31235 \begin_inset Quotes frd
31236 \end_inset
31237
31238  para LaTeX con el comando 
31239 \series bold
31240
31241 \backslash
31242 makeatletter
31243 \series default
31244 .
31245  El comando 
31246 \series bold
31247
31248 \backslash
31249 makeatother
31250 \series default
31251  deshace esto.
31252  Así pues, la secuencia de comandos en modo TeX es:
31253 \end_layout
31254
31255 \begin_layout Standard
31256
31257 \series bold
31258
31259 \backslash
31260 makeatletter
31261 \begin_inset Newline newline
31262 \end_inset
31263
31264
31265 \backslash
31266 @addtoreset{equation}{section}
31267 \begin_inset Newline newline
31268 \end_inset
31269
31270
31271 \backslash
31272 makeatother
31273 \end_layout
31274
31275 \begin_layout Standard
31276 En el preámbulo LaTeX se pueden omitir 
31277 \series bold
31278
31279 \backslash
31280 makeatletter
31281 \series default
31282  y 
31283 \series bold
31284
31285 \backslash
31286 makeatother
31287 \series default
31288  pues son automáticamente insertados por LyX.
31289 \end_layout
31290
31291 \begin_layout Standard
31292 Para el comando 
31293 \series bold
31294
31295 \backslash
31296 @addtoreset
31297 \series default
31298 ,
31299 \series bold
31300  
31301 \series default
31302 hay que cargar en el preámbulo LaTeX el archivo 
31303 \series bold
31304 remreset.sty
31305 \series default
31306
31307 \begin_inset Foot
31308 status collapsed
31309
31310 \begin_layout Plain Layout
31311
31312 \series bold
31313 remreset
31314 \series default
31315  es parte del paquete LaTeX 
31316 \series bold
31317 carlisle
31318 \series default
31319
31320 \begin_inset Index idx
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324 Paquetes ! carlisle
31325 \end_layout
31326
31327 \end_inset
31328
31329 , incluido en las instalaciones estándar de LaTeX.
31330 \end_layout
31331
31332 \end_inset
31333
31334
31335 \begin_inset Index idx
31336 status collapsed
31337
31338 \begin_layout Plain Layout
31339 Paquetes ! remreset
31340 \end_layout
31341
31342 \end_inset
31343
31344  con la línea
31345 \end_layout
31346
31347 \begin_layout Standard
31348
31349 \series bold
31350
31351 \backslash
31352 usepackage{remreset}
31353 \end_layout
31354
31355 \begin_layout Standard
31356 Entonces se puede usar el comando 
31357 \series bold
31358
31359 \backslash
31360 @removefromreset
31361 \series default
31362
31363 \begin_inset Index idx
31364 status collapsed
31365
31366 \begin_layout Plain Layout
31367 Comandos ! 
31368 \begin_inset ERT
31369 status collapsed
31370
31371 \begin_layout Plain Layout
31372
31373 "
31374 \end_layout
31375
31376 \end_inset
31377
31378 @
31379 \begin_inset ERT
31380 status collapsed
31381
31382 \begin_layout Plain Layout
31383
31384 "
31385 \end_layout
31386
31387 \end_inset
31388
31389  ! 
31390 \backslash
31391
31392 \begin_inset ERT
31393 status collapsed
31394
31395 \begin_layout Plain Layout
31396
31397 "
31398 \end_layout
31399
31400 \end_inset
31401
31402 @
31403 \begin_inset ERT
31404 status collapsed
31405
31406 \begin_layout Plain Layout
31407
31408 "
31409 \end_layout
31410
31411 \end_inset
31412
31413 removefromreset
31414 \end_layout
31415
31416 \end_inset
31417
31418  con el mismo esquema que 
31419 \series bold
31420
31421 \backslash
31422 @addtoreset
31423 \series default
31424 .
31425 \begin_inset VSpace bigskip
31426 \end_inset
31427
31428
31429 \end_layout
31430
31431 \begin_layout Standard
31432 A veces las ecuaciones deberían numerarse de la siguiente manera:
31433 \end_layout
31434
31435 \begin_layout Standard
31436
31437 \family typewriter
31438 (número de sección.número de ecuación)
31439 \end_layout
31440
31441 \begin_layout Standard
31442 El número de ecuación empezaría con 
31443 \begin_inset Quotes fld
31444 \end_inset
31445
31446 1
31447 \begin_inset Quotes frd
31448 \end_inset
31449
31450  en cada sección.
31451 \end_layout
31452
31453 \begin_layout Standard
31454 Para este caso hay el comando 
31455 \series bold
31456
31457 \backslash
31458 numberwithin
31459 \series default
31460
31461 \begin_inset Index idx
31462 status collapsed
31463
31464 \begin_layout Plain Layout
31465 Comandos ! N ! 
31466 \backslash
31467 numberwithin
31468 \end_layout
31469
31470 \end_inset
31471
31472 , que se usa con el esquema:
31473 \end_layout
31474
31475 \begin_layout Standard
31476
31477 \series bold
31478
31479 \backslash
31480 numberwithin{counter}{sectioning}
31481 \end_layout
31482
31483 \begin_layout Standard
31484 \begin_inset Quotes fld
31485 \end_inset
31486
31487 counter
31488 \begin_inset Quotes frd
31489 \end_inset
31490
31491  indica qué clase de numeración es afectada, 
31492 \begin_inset Quotes fld
31493 \end_inset
31494
31495 sectioning
31496 \begin_inset Quotes frd
31497 \end_inset
31498
31499  indica qué número va delante del punto.
31500  
31501 \end_layout
31502
31503 \begin_layout Standard
31504 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
31505  en el preámbulo LaTeX:
31506 \end_layout
31507
31508 \begin_layout Standard
31509
31510 \series bold
31511
31512 \backslash
31513 numberwithin{equation}{section}
31514 \end_layout
31515
31516 \begin_layout Standard
31517 Este es el resultado::
31518 \begin_inset ERT
31519 status collapsed
31520
31521 \begin_layout Plain Layout
31522
31523
31524 \backslash
31525 numberwithin{equation}{section}
31526 \end_layout
31527
31528 \end_inset
31529
31530
31531 \begin_inset Formula 
31532 \begin{equation}
31533 A+B=C
31534 \end{equation}
31535
31536 \end_inset
31537
31538
31539 \end_layout
31540
31541 \begin_layout Standard
31542 Para numerar cuadros de modo que, p.
31543 \begin_inset space \thinspace{}
31544 \end_inset
31545
31546 ej., 
31547 \begin_inset Quotes fld
31548 \end_inset
31549
31550 sectioning
31551 \begin_inset Quotes frd
31552 \end_inset
31553
31554  sea el número de la parte se usa
31555 \begin_inset Newline newline
31556 \end_inset
31557
31558
31559 \series bold
31560
31561 \backslash
31562 numberwithin{table}{part}
31563 \end_layout
31564
31565 \begin_layout Standard
31566 Para volver a la numeración estándar o evitar esta clase numeración cuando
31567  es definida por la clase de documento, se inserta el siguiente comando
31568  en código TeX o en el preámbulo LaTeX:
31569 \end_layout
31570
31571 \begin_layout Standard
31572
31573 \series bold
31574
31575 \backslash
31576 renewcommand{
31577 \backslash
31578 theequation}{
31579 \backslash
31580 arabic{equation}}
31581 \begin_inset Index idx
31582 status collapsed
31583
31584 \begin_layout Plain Layout
31585 Comandos ! A ! 
31586 \backslash
31587 arabic
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \series default
31594
31595 \begin_inset ERT
31596 status collapsed
31597
31598 \begin_layout Plain Layout
31599
31600
31601 \backslash
31602 renewcommand{
31603 \backslash
31604 theequation}{
31605 \backslash
31606 arabic{equation}}
31607 \end_layout
31608
31609 \end_inset
31610
31611
31612 \series bold
31613
31614 \begin_inset Newline newline
31615 \end_inset
31616
31617
31618 \series default
31619 o
31620 \series bold
31621
31622 \begin_inset Newline newline
31623 \end_inset
31624
31625
31626 \backslash
31627 renewcommand{
31628 \backslash
31629 thetable}{
31630 \backslash
31631 arabic{table}}
31632 \end_layout
31633
31634 \begin_layout Standard
31635
31636 \series bold
31637
31638 \backslash
31639 numberwithin
31640 \series default
31641  usa internamente el comando 
31642 \series bold
31643
31644 \backslash
31645 @addtoreset
31646 \series default
31647 , descrito arriba, que también debe ser restaurado.
31648 \begin_inset ERT
31649 status collapsed
31650
31651 \begin_layout Plain Layout
31652
31653
31654 \backslash
31655 makeatletter
31656 \end_layout
31657
31658 \begin_layout Plain Layout
31659
31660
31661 \backslash
31662 @removefromreset{equation}{section}
31663 \end_layout
31664
31665 \begin_layout Plain Layout
31666
31667
31668 \backslash
31669 makeatother
31670 \end_layout
31671
31672 \end_inset
31673
31674
31675 \end_layout
31676
31677 \begin_layout Subsection
31678 Numeración con números romanos y letras
31679 \begin_inset Index idx
31680 status collapsed
31681
31682 \begin_layout Plain Layout
31683 Numeración de ecuaciones ! con números romanos
31684 \end_layout
31685
31686 \end_inset
31687
31688
31689 \begin_inset Index idx
31690 status collapsed
31691
31692 \begin_layout Plain Layout
31693 Numeración de ecuaciones ! con letras
31694 \end_layout
31695
31696 \end_inset
31697
31698
31699 \end_layout
31700
31701 \begin_layout Standard
31702 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31703  Por ejemplo, para numerar con romanos en minúscula,
31704 \begin_inset Foot
31705 status collapsed
31706
31707 \begin_layout Plain Layout
31708 Como en español no se usan romanos en minúscula, el estilo 
31709 \series bold
31710 spanish
31711 \series default
31712  del sistema 
31713 \series bold
31714 babel
31715 \series default
31716  redefine 
31717 \series bold
31718
31719 \backslash
31720 roman
31721 \series default
31722  para que los dé en versalitas.
31723  Véase 
31724 \begin_inset CommandInset citation
31725 LatexCommand cite
31726 key "spanish"
31727
31728 \end_inset
31729
31730  (
31731 \emph on
31732 N.
31733 \begin_inset space \thinspace{}
31734 \end_inset
31735
31736 del t
31737 \emph default
31738 ).
31739 \end_layout
31740
31741 \end_inset
31742
31743  se inserta el comando
31744 \end_layout
31745
31746 \begin_layout Standard
31747
31748 \series bold
31749
31750 \backslash
31751 renewcommand{
31752 \backslash
31753 theequation}{
31754 \backslash
31755 roman{equation}}
31756 \end_layout
31757
31758 \begin_layout Standard
31759 antes de la ecuación en modo TeX.
31760  
31761 \series bold
31762
31763 \backslash
31764 renewcommand
31765 \series default
31766
31767 \begin_inset Index idx
31768 status collapsed
31769
31770 \begin_layout Plain Layout
31771 Comandos ! R ! 
31772 \backslash
31773 renewcommand
31774 \end_layout
31775
31776 \end_inset
31777
31778  redefine el comando predefinido 
31779 \series bold
31780
31781 \backslash
31782 theequation
31783 \series default
31784  como 
31785 \series bold
31786
31787 \backslash
31788 roman{equation}
31789 \series default
31790 .
31791 \begin_inset Foot
31792 status collapsed
31793
31794 \begin_layout Plain Layout
31795 El comando 
31796 \series bold
31797
31798 \backslash
31799 renewcommand
31800 \series default
31801  tiene el mismo esquema que el comando 
31802 \series bold
31803
31804 \backslash
31805 newcommand
31806 \series default
31807 , descrito en 
31808 \begin_inset CommandInset ref
31809 LatexCommand ref
31810 reference "sub:El-comando-newcommand"
31811
31812 \end_inset
31813
31814 .
31815 \end_layout
31816
31817 \end_inset
31818
31819  
31820 \series bold
31821 equation
31822 \series default
31823  es el contador de ecuaciones.
31824  Si se usa el comando 
31825 \series bold
31826
31827 \backslash
31828 the
31829 \series default
31830  como prefijo de un contador, el valor del contador sale en números arábigos.
31831  Si una ecuación es numerada, LaTeX pone internamente el comando 
31832 \series bold
31833
31834 \backslash
31835 theequation
31836 \series default
31837  detrás de la ecuación.
31838  
31839 \series bold
31840
31841 \backslash
31842 roman{equation}
31843 \series default
31844
31845 \begin_inset Index idx
31846 status collapsed
31847
31848 \begin_layout Plain Layout
31849 Comandos ! R ! 
31850 \backslash
31851 roman
31852 \end_layout
31853
31854 \end_inset
31855
31856  pone el contador en romanos en minúscula.
31857 \end_layout
31858
31859 \begin_layout Standard
31860 Todas las ecuaciones siguientes a 
31861 \series bold
31862
31863 \backslash
31864 renew
31865 \series default
31866 c
31867 \series bold
31868 ommand
31869 \series default
31870  se numerarán en romanos.
31871  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31872  cambiando 
31873 \series bold
31874
31875 \backslash
31876 roman
31877 \series default
31878  por 
31879 \series bold
31880
31881 \backslash
31882 Roman
31883 \series default
31884
31885 \begin_inset Index idx
31886 status collapsed
31887
31888 \begin_layout Plain Layout
31889 Comandos ! R ! 
31890 \backslash
31891 roman@
31892 \backslash
31893 Roman
31894 \end_layout
31895
31896 \end_inset
31897
31898 .
31899  Para 
31900 \begin_inset Quotes fld
31901 \end_inset
31902
31903 numerar
31904 \begin_inset Quotes frd
31905 \end_inset
31906
31907  con minúsculas latinas hay el comando 
31908 \series bold
31909
31910 \backslash
31911 alph
31912 \series default
31913
31914 \begin_inset Index idx
31915 status collapsed
31916
31917 \begin_layout Plain Layout
31918 Comandos ! A ! 
31919 \backslash
31920 alph
31921 \end_layout
31922
31923 \end_inset
31924
31925 , y para mayúsculas el comando 
31926 \series bold
31927
31928 \backslash
31929 Alph
31930 \series default
31931
31932 \begin_inset Index idx
31933 status collapsed
31934
31935 \begin_layout Plain Layout
31936 Comandos ! A ! 
31937 \backslash
31938 alph@
31939 \backslash
31940 Alph
31941 \end_layout
31942
31943 \end_inset
31944
31945 .
31946 \end_layout
31947
31948 \begin_layout Standard
31949 \begin_inset Note Greyedout
31950 status open
31951
31952 \begin_layout Plain Layout
31953
31954 \series bold
31955 \color none
31956 Nota:
31957 \series default
31958  Con letras latinas sólo se puede numerar hasta un máximo de 26
31959 \begin_inset space ~
31960 \end_inset
31961
31962 ecuaciones.
31963 \end_layout
31964
31965 \end_inset
31966
31967
31968 \end_layout
31969
31970 \begin_layout Standard
31971 \begin_inset ERT
31972 status collapsed
31973
31974 \begin_layout Plain Layout
31975
31976
31977 \backslash
31978 renewcommand{
31979 \backslash
31980 theequation}{
31981 \backslash
31982 roman{equation}}
31983 \end_layout
31984
31985 \end_inset
31986
31987
31988 \begin_inset Formula 
31989 \begin{equation}
31990 A=\textrm{romanos en minúscula}
31991 \end{equation}
31992
31993 \end_inset
31994
31995
31996 \begin_inset ERT
31997 status collapsed
31998
31999 \begin_layout Plain Layout
32000
32001
32002 \backslash
32003 renewcommand{
32004 \backslash
32005 theequation}{
32006 \backslash
32007 Roman{equation}}
32008 \end_layout
32009
32010 \end_inset
32011
32012
32013 \begin_inset Formula 
32014 \begin{equation}
32015 B=\textrm{romanos en mayúscula}\label{eq:Rom}
32016 \end{equation}
32017
32018 \end_inset
32019
32020
32021 \begin_inset ERT
32022 status collapsed
32023
32024 \begin_layout Plain Layout
32025
32026
32027 \backslash
32028 renewcommand{
32029 \backslash
32030 theequation}{
32031 \backslash
32032 alph{equation}}
32033 \end_layout
32034
32035 \end_inset
32036
32037
32038 \begin_inset Formula 
32039 \begin{equation}
32040 C=\textrm{latinas en minúscula}
32041 \end{equation}
32042
32043 \end_inset
32044
32045
32046 \begin_inset ERT
32047 status collapsed
32048
32049 \begin_layout Plain Layout
32050
32051
32052 \backslash
32053 renewcommand{
32054 \backslash
32055 theequation}{
32056 \backslash
32057 Alph{equation}}
32058 \end_layout
32059
32060 \end_inset
32061
32062
32063 \begin_inset Formula 
32064 \begin{equation}
32065 D=\textrm{latinas en mayúscula}\label{eq:Lat}
32066 \end{equation}
32067
32068 \end_inset
32069
32070
32071 \end_layout
32072
32073 \begin_layout Standard
32074 Para volver a la numeración por omisión se inserta el comando:
32075 \end_layout
32076
32077 \begin_layout Standard
32078
32079 \series bold
32080
32081 \backslash
32082 renewcommand{
32083 \backslash
32084 theequation}{
32085 \backslash
32086 arabic{equation}}
32087 \begin_inset Index idx
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091 Comandos ! A ! 
32092 \backslash
32093 arabic
32094 \end_layout
32095
32096 \end_inset
32097
32098
32099 \end_layout
32100
32101 \begin_layout Standard
32102 \begin_inset ERT
32103 status collapsed
32104
32105 \begin_layout Plain Layout
32106
32107
32108 \backslash
32109 renewcommand{
32110 \backslash
32111 theequation}{
32112 \backslash
32113 arabic{equation}}
32114 \end_layout
32115
32116 \end_inset
32117
32118
32119 \begin_inset Formula 
32120 \begin{equation}
32121 E=\mbox{arábigos}
32122 \end{equation}
32123
32124 \end_inset
32125
32126
32127 \end_layout
32128
32129 \begin_layout Standard
32130 \begin_inset VSpace medskip
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \begin_layout Standard
32137 Como ves, las ecuaciones se numeran consecutivamente independientemente
32138  del estilo de numeración.
32139  Cuando la numeración haya de empezar con 
32140 \begin_inset Quotes fld
32141 \end_inset
32142
32143 1
32144 \begin_inset Quotes frd
32145 \end_inset
32146
32147  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
32148  Una descripción sobre esto se encuentra en el archivo 
32149 \begin_inset CommandInset href
32150 LatexCommand href
32151 name "Formula-numbering.lyx"
32152 target "run:Formula-numbering.lyx"
32153
32154 \end_inset
32155
32156 .
32157 \end_layout
32158
32159 \begin_layout Section
32160 Símbolos y ecuaciones químicas
32161 \begin_inset CommandInset label
32162 LatexCommand label
32163 name "sub:Símbolos-y-ecuaciones-químicas"
32164
32165 \end_inset
32166
32167
32168 \begin_inset Index idx
32169 status collapsed
32170
32171 \begin_layout Plain Layout
32172 Química ! símbolos
32173 \end_layout
32174
32175 \end_inset
32176
32177
32178 \begin_inset Index idx
32179 status collapsed
32180
32181 \begin_layout Plain Layout
32182 Química ! caracteres
32183 \end_layout
32184
32185 \end_inset
32186
32187
32188 \begin_inset Index idx
32189 status collapsed
32190
32191 \begin_layout Plain Layout
32192 Ecuación ! química|see
32193 \begin_inset ERT
32194 status collapsed
32195
32196 \begin_layout Plain Layout
32197
32198 {
32199 \end_layout
32200
32201 \end_inset
32202
32203 Química
32204 \begin_inset ERT
32205 status collapsed
32206
32207 \begin_layout Plain Layout
32208
32209 }
32210 \end_layout
32211
32212 \end_inset
32213
32214
32215 \end_layout
32216
32217 \end_inset
32218
32219
32220 \begin_inset Index idx
32221 status collapsed
32222
32223 \begin_layout Plain Layout
32224 Química ! iones
32225 \end_layout
32226
32227 \end_inset
32228
32229
32230 \begin_inset Index idx
32231 status collapsed
32232
32233 \begin_layout Plain Layout
32234 Iones|see
32235 \begin_inset ERT
32236 status collapsed
32237
32238 \begin_layout Plain Layout
32239
32240 {
32241 \end_layout
32242
32243 \end_inset
32244
32245 Química
32246 \begin_inset ERT
32247 status collapsed
32248
32249 \begin_layout Plain Layout
32250
32251 }
32252 \end_layout
32253
32254 \end_inset
32255
32256
32257 \end_layout
32258
32259 \end_inset
32260
32261
32262 \begin_inset Index idx
32263 status collapsed
32264
32265 \begin_layout Plain Layout
32266 Química ! reacción
32267 \end_layout
32268
32269 \end_inset
32270
32271
32272 \end_layout
32273
32274 \begin_layout Standard
32275 Un ejemplo de texto de química:
32276 \end_layout
32277
32278 \begin_layout Quote
32279 El ion 
32280 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32281 \end_inset
32282
32283  reacciona con dos iones 
32284 \begin_inset Formula $\mathrm{Na^{+}}$
32285 \end_inset
32286
32287  para dar sulfato de sodio 
32288 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32289 \end_inset
32290
32291 .
32292  La ecuación química es:
32293 \begin_inset Formula 
32294 \begin{equation}
32295 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
32296 \end{equation}
32297
32298 \end_inset
32299
32300
32301 \end_layout
32302
32303 \begin_layout Standard
32304 Esta ecuación química puede componerse directamente en modo ecuación.
32305  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32306  y con el atajo 
32307 \family sans
32308 Alt+C
32309 \begin_inset space ~
32310 \end_inset
32311
32312 R
32313 \family default
32314  se cambia en redonda.
32315 \begin_inset Foot
32316 status collapsed
32317
32318 \begin_layout Plain Layout
32319 véase estilos de tipografías en 
32320 \begin_inset CommandInset ref
32321 LatexCommand ref
32322 reference "sub:Estilos-de-tipografías"
32323
32324 \end_inset
32325
32326 .
32327 \end_layout
32328
32329 \end_inset
32330
32331
32332 \end_layout
32333
32334 \begin_layout Standard
32335 Para escribir ecuaciones químicas es más conveniente usar el comando 
32336 \series bold
32337
32338 \backslash
32339 ce
32340 \series default
32341
32342 \begin_inset Index idx
32343 status collapsed
32344
32345 \begin_layout Plain Layout
32346 Comandos ! C ! 
32347 \backslash
32348 ce
32349 \end_layout
32350
32351 \end_inset
32352
32353 , que está disponible si está instalado el paquete LaTeX 
32354 \series bold
32355 mhchem
32356 \series default
32357
32358 \begin_inset Index idx
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362 Paquetes ! mhchem
32363 \end_layout
32364
32365 \end_inset
32366
32367 .
32368  Al insertar 
32369 \series bold
32370
32371 \backslash
32372 ce
32373 \series default
32374  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
32375  ecuaciones químicas de una forma intuitiva.
32376 \end_layout
32377
32378 \begin_layout Standard
32379 \align center
32380 \begin_inset Tabular
32381 <lyxtabular version="3" rows="9" columns="2">
32382 <features rotate="0" tabularvalignment="middle">
32383 <column alignment="center" valignment="top">
32384 <column alignment="center" valignment="top">
32385 <row>
32386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32387 \begin_inset Text
32388
32389 \begin_layout Plain Layout
32390 Comando
32391 \end_layout
32392
32393 \end_inset
32394 </cell>
32395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32396 \begin_inset Text
32397
32398 \begin_layout Plain Layout
32399 Resultado
32400 \begin_inset Note Note
32401 status collapsed
32402
32403 \begin_layout Plain Layout
32404
32405 \series bold
32406
32407 \backslash
32408 raisebox
32409 \series default
32410  se usa sólo como espaciador
32411 \end_layout
32412
32413 \end_inset
32414
32415
32416 \end_layout
32417
32418 \end_inset
32419 </cell>
32420 </row>
32421 <row>
32422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32423 \begin_inset Text
32424
32425 \begin_layout Plain Layout
32426
32427 \backslash
32428 ce
32429 \begin_inset space \textvisiblespace{}
32430 \end_inset
32431
32432 H2CO3
32433 \end_layout
32434
32435 \end_inset
32436 </cell>
32437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32438 \begin_inset Text
32439
32440 \begin_layout Plain Layout
32441 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32442 \end_inset
32443
32444
32445 \end_layout
32446
32447 \end_inset
32448 </cell>
32449 </row>
32450 <row>
32451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32452 \begin_inset Text
32453
32454 \begin_layout Plain Layout
32455
32456 \backslash
32457 ce
32458 \begin_inset space \textvisiblespace{}
32459 \end_inset
32460
32461 SO4^2-
32462 \end_layout
32463
32464 \end_inset
32465 </cell>
32466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32467 \begin_inset Text
32468
32469 \begin_layout Plain Layout
32470 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32471 \end_inset
32472
32473
32474 \end_layout
32475
32476 \end_inset
32477 </cell>
32478 </row>
32479 <row>
32480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32481 \begin_inset Text
32482
32483 \begin_layout Plain Layout
32484
32485 \backslash
32486 ce
32487 \begin_inset space \textvisiblespace{}
32488 \end_inset
32489
32490 (NH4)2S
32491 \end_layout
32492
32493 \end_inset
32494 </cell>
32495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32496 \begin_inset Text
32497
32498 \begin_layout Plain Layout
32499 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32500 \end_inset
32501
32502
32503 \end_layout
32504
32505 \end_inset
32506 </cell>
32507 </row>
32508 <row>
32509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32510 \begin_inset Text
32511
32512 \begin_layout Plain Layout
32513
32514 \backslash
32515 ce
32516 \begin_inset space \textvisiblespace{}
32517 \end_inset
32518
32519 KCr(SO4)2.12H2O
32520 \end_layout
32521
32522 \end_inset
32523 </cell>
32524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32525 \begin_inset Text
32526
32527 \begin_layout Plain Layout
32528 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32529 \end_inset
32530
32531
32532 \end_layout
32533
32534 \end_inset
32535 </cell>
32536 </row>
32537 <row>
32538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32539 \begin_inset Text
32540
32541 \begin_layout Plain Layout
32542
32543 \backslash
32544 ce
32545 \begin_inset space \textvisiblespace{}
32546 \end_inset
32547
32548 A-B
32549 \backslash
32550 dbond
32551 \begin_inset space \textvisiblespace{}
32552 \end_inset
32553
32554 C
32555 \backslash
32556 tbond
32557 \begin_inset space \textvisiblespace{}
32558 \end_inset
32559
32560 D
32561 \end_layout
32562
32563 \end_inset
32564 </cell>
32565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32566 \begin_inset Text
32567
32568 \begin_layout Plain Layout
32569 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32570 \end_inset
32571
32572
32573 \end_layout
32574
32575 \end_inset
32576 </cell>
32577 </row>
32578 <row>
32579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32580 \begin_inset Text
32581
32582 \begin_layout Plain Layout
32583
32584 \backslash
32585 ce
32586 \begin_inset space \textvisiblespace{}
32587 \end_inset
32588
32589 ^227
32590 \begin_inset Formula $\downarrow$
32591 \end_inset
32592
32593 _90
32594 \begin_inset Formula $\to$
32595 \end_inset
32596
32597 Th+
32598 \end_layout
32599
32600 \end_inset
32601 </cell>
32602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32603 \begin_inset Text
32604
32605 \begin_layout Plain Layout
32606 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32607 \end_inset
32608
32609
32610 \end_layout
32611
32612 \end_inset
32613 </cell>
32614 </row>
32615 <row>
32616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32617 \begin_inset Text
32618
32619 \begin_layout Plain Layout
32620
32621 \backslash
32622 ce
32623 \begin_inset space \textvisiblespace{}
32624 \end_inset
32625
32626 CO2
32627 \begin_inset space \textvisiblespace{}
32628 \end_inset
32629
32630 +
32631 \begin_inset space \textvisiblespace{}
32632 \end_inset
32633
32634 C
32635 \begin_inset space \textvisiblespace{}
32636 \end_inset
32637
32638 <=>
32639 \begin_inset space \textvisiblespace{}
32640 \end_inset
32641
32642 2CO
32643 \end_layout
32644
32645 \end_inset
32646 </cell>
32647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32648 \begin_inset Text
32649
32650 \begin_layout Plain Layout
32651 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32652 \end_inset
32653
32654
32655 \end_layout
32656
32657 \end_inset
32658 </cell>
32659 </row>
32660 <row>
32661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32662 \begin_inset Text
32663
32664 \begin_layout Plain Layout
32665
32666 \backslash
32667 ce
32668 \begin_inset space \textvisiblespace{}
32669 \end_inset
32670
32671 CO2
32672 \begin_inset space \textvisiblespace{}
32673 \end_inset
32674
32675 +
32676 \begin_inset space \textvisiblespace{}
32677 \end_inset
32678
32679 C
32680 \begin_inset space \textvisiblespace{}
32681 \end_inset
32682
32683 ->[
32684 \backslash
32685 alpha][
32686 \backslash
32687 beta]
32688 \begin_inset space \textvisiblespace{}
32689 \end_inset
32690
32691 2CO}
32692 \end_layout
32693
32694 \end_inset
32695 </cell>
32696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32697 \begin_inset Text
32698
32699 \begin_layout Plain Layout
32700 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32701 \end_inset
32702
32703
32704 \end_layout
32705
32706 \end_inset
32707 </cell>
32708 </row>
32709 </lyxtabular>
32710
32711 \end_inset
32712
32713
32714 \end_layout
32715
32716 \begin_layout Standard
32717 \begin_inset Note Greyedout
32718 status open
32719
32720 \begin_layout Plain Layout
32721
32722 \series bold
32723 \color none
32724 Nota:
32725 \series default
32726  Insertar modo matemático en un marco 
32727 \series bold
32728
32729 \backslash
32730 ce
32731 \series default
32732  provocará errores de LaTeX.
32733  En estos casos hay que usar código TeX, como en 
32734 \series bold
32735
32736 \backslash
32737 ce{$
32738 \backslash
32739 mu
32740 \backslash
32741 hyphen$Cl}
32742 \series default
32743
32744 \begin_inset ERT
32745 status collapsed
32746
32747 \begin_layout Plain Layout
32748
32749
32750 \backslash
32751 ce{$
32752 \backslash
32753 mu
32754 \backslash
32755 hyphen$Cl}
32756 \end_layout
32757
32758 \end_inset
32759
32760  
32761 \end_layout
32762
32763 \end_inset
32764
32765
32766 \end_layout
32767
32768 \begin_layout Standard
32769 \begin_inset Note Greyedout
32770 status collapsed
32771
32772 \begin_layout Plain Layout
32773
32774 \series bold
32775 Nota:
32776 \series default
32777  En LyX no es posible usar el carácter ^ para obtener una flecha hacia arriba,
32778  como se describe en el manual de 
32779 \series bold
32780 mhchem
32781 \series default
32782 .
32783  Como alternativa, inserta un espacio delgado negativo seguido por el comando
32784  
32785 \series bold
32786
32787 \backslash
32788 uparrow
32789 \series default
32790
32791 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32792 \end_inset
32793
32794
32795 \end_layout
32796
32797 \end_inset
32798
32799
32800 \end_layout
32801
32802 \begin_layout Standard
32803 El comando 
32804 \series bold
32805
32806 \backslash
32807 ce
32808 \series default
32809  para la 
32810 \begin_inset CommandInset ref
32811 LatexCommand ref
32812 reference "eq:reaccion-quimica"
32813
32814 \end_inset
32815
32816  es
32817 \begin_inset Newline newline
32818 \end_inset
32819
32820
32821 \series bold
32822  
32823 \backslash
32824 ce
32825 \begin_inset space \textvisiblespace{}
32826 \end_inset
32827
32828 2Na+
32829 \begin_inset space \textvisiblespace{}
32830 \end_inset
32831
32832 +
32833 \begin_inset space \textvisiblespace{}
32834 \end_inset
32835
32836 SO4^2-
32837 \begin_inset space \textvisiblespace{}
32838 \end_inset
32839
32840
32841 \begin_inset space \textvisiblespace{}
32842 \end_inset
32843
32844 ->
32845 \begin_inset space \textvisiblespace{}
32846 \end_inset
32847
32848 Na2SO4
32849 \end_layout
32850
32851 \begin_layout Standard
32852 Para componer ecuaciones químicas multilínea primero se crea una ecuación
32853  multilínea, tal como se describe en la 
32854 \begin_inset CommandInset ref
32855 LatexCommand ref
32856 reference "sec:Ecuaciones-multilínea"
32857
32858 \end_inset
32859
32860 .
32861  Después se utiliza el comando 
32862 \series bold
32863
32864 \backslash
32865 ce
32866 \series default
32867  en cada cuadrito azul de la ecuación.
32868  La 
32869 \begin_inset CommandInset ref
32870 LatexCommand ref
32871 reference "eq:TEOS-reac-1"
32872
32873 \end_inset
32874
32875  y la 
32876 \begin_inset CommandInset ref
32877 LatexCommand ref
32878 reference "eq:TEOS-reac-2"
32879
32880 \end_inset
32881
32882  son ejemplos de una reacción química en dos fases en la que cada ecuación
32883  tiene su propio número.
32884 \begin_inset Formula 
32885 \begin{eqnarray}
32886 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
32887 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
32888 \end{eqnarray}
32889
32890 \end_inset
32891
32892
32893 \end_layout
32894
32895 \begin_layout Standard
32896 Además de 
32897 \series bold
32898
32899 \backslash
32900 ce
32901 \series default
32902  el paquete 
32903 \series bold
32904 mhchem
32905 \series default
32906  suministra el comando 
32907 \series bold
32908
32909 \backslash
32910 cf
32911 \series default
32912
32913 \begin_inset Index idx
32914 status collapsed
32915
32916 \begin_layout Plain Layout
32917 Comandos ! C ! 
32918 \backslash
32919 cf
32920 \end_layout
32921
32922 \end_inset
32923
32924  que ha de utilizarse en casos especiales.
32925  Para más información sobre 
32926 \series bold
32927
32928 \backslash
32929 cf
32930 \series default
32931  y más ejemplos echa un vistazo a la documentación de 
32932 \series bold
32933 mhchem
32934 \series default
32935
32936 \begin_inset CommandInset citation
32937 LatexCommand cite
32938 key "mhchem"
32939
32940 \end_inset
32941
32942 .
32943 \end_layout
32944
32945 \begin_layout Section
32946 Diagramas
32947 \end_layout
32948
32949 \begin_layout Standard
32950 Lyx soporta dos tipos de diagramas conmutativos: 
32951 \series bold
32952 amscd
32953 \series default
32954  y 
32955 \series bold
32956 xymatrix
32957 \series default
32958 , que se explican a continuación.
32959 \end_layout
32960
32961 \begin_layout Subsection
32962 Diagramas amscd
32963 \begin_inset Index idx
32964 status collapsed
32965
32966 \begin_layout Plain Layout
32967 Diagramas ! amscd
32968 \end_layout
32969
32970 \end_inset
32971
32972
32973 \end_layout
32974
32975 \begin_layout Standard
32976 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
32977  verticales y horizontales:
32978 \begin_inset Formula 
32979 \[
32980 \begin{CD}A@)))B@)))C\\
32981 @AAA@.@VVV\\
32982 F@(((E@(((D
32983 \end{CD}
32984 \]
32985
32986 \end_inset
32987
32988 Para obtener el diagrama se inserta en la ecuación el comando 
32989 \series bold
32990
32991 \backslash
32992 CD
32993 \begin_inset Index idx
32994 status collapsed
32995
32996 \begin_layout Plain Layout
32997 Comandos ! C ! 
32998 \backslash
32999 CD
33000 \end_layout
33001
33002 \end_inset
33003
33004
33005 \series default
33006 .
33007  Surge un marco azul entre dos líneas de trazos en el que se insertan a
33008  continuación comandos.
33009  Con 
33010 \family sans
33011 Ctrl+Entrar
33012 \family default
33013  se inicia una nueva línea.
33014  En las líneas impares se insertan relaciones horizontales, en las pares
33015  verticales.
33016 \end_layout
33017
33018 \begin_layout Standard
33019 Para componer las relaciones hay los siguientes comandos:
33020 \begin_inset Foot
33021 status collapsed
33022
33023 \begin_layout Plain Layout
33024 \begin_inset CommandInset label
33025 LatexCommand label
33026 name "fn:sinónimos"
33027
33028 \end_inset
33029
33030 Los comandos con 
33031 \family sans
33032 '
33033 \series bold
33034 >
33035 \series default
33036 '
33037 \family default
33038  o 
33039 \family sans
33040 '
33041 \series bold
33042 <
33043 \series default
33044 '
33045 \family default
33046  pueden generar errores con el estilo 
33047 \series bold
33048 spanish
33049 \series default
33050  de 
33051 \series bold
33052 babel
33053 \series default
33054 .
33055  Para evitarlo se pueden sustituir por sus sinónimos 
33056 \family sans
33057 '
33058 \series bold
33059 )
33060 \series default
33061 '
33062 \family default
33063  y 
33064 \family sans
33065 '
33066 \series bold
33067 (
33068 \series default
33069 '
33070 \family default
33071  respectivamente.
33072  Véase 
33073 \begin_inset CommandInset citation
33074 LatexCommand cite
33075 key "spanish"
33076
33077 \end_inset
33078
33079 .
33080  (
33081 \emph on
33082 N.
33083 \begin_inset space \thinspace{}
33084 \end_inset
33085
33086 del t.
33087 \emph default
33088 )
33089 \end_layout
33090
33091 \end_inset
33092
33093
33094 \end_layout
33095
33096 \begin_layout Itemize
33097
33098 \series bold
33099 @<<<
33100 \series default
33101  genera una flecha hacia la izquierda, 
33102 \series bold
33103 @>>>
33104 \series default
33105  una hacia la derecha, y 
33106 \series bold
33107 @=
33108 \series default
33109  un signo igual largo
33110 \end_layout
33111
33112 \begin_layout Itemize
33113
33114 \series bold
33115 @AAA
33116 \series default
33117  genera una flecha hacia arriba, 
33118 \series bold
33119 @VVV
33120 \series default
33121  una hacia abajo, y 
33122 \series bold
33123 @|
33124 \series default
33125  un signo igual vertical
33126 \end_layout
33127
33128 \begin_layout Itemize
33129
33130 \series bold
33131 @.
33132
33133 \series default
33134  genera una ubicación vacía para relaciones inexistentes
33135 \end_layout
33136
33137 \begin_layout Standard
33138 Todas las flechas pueden etiquetarse como sigue:
33139 \end_layout
33140
33141 \begin_layout Itemize
33142 Si se inserta texto entre el primero y el segundo 
33143 \series bold
33144 <
33145 \series default
33146  o 
33147 \series bold
33148 >
33149 \series default
33150 , respectivamente, se muestra sobre la flecha.
33151  Si se inserta entre el segundo y el tercero, bajo la flecha.
33152 \end_layout
33153
33154 \begin_layout Itemize
33155 Para flechas verticales, si se inserta texto entre la primera y la segunda
33156  
33157 \series bold
33158 A
33159 \series default
33160  o 
33161 \series bold
33162 V
33163 \series default
33164 , respectivamente, se muestra al lado izquierdo de la flecha.
33165  Si se inserta entre la segunda y la tercera, al lado derecho.
33166  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33167 \end_layout
33168
33169 \begin_layout Standard
33170 Como ejemplo un diagrama con todas las relaciones posibles:
33171 \begin_inset Formula 
33172 \[
33173 \begin{CD}A@)j))B@))k)C@=F\\
33174 @AmAA@.@VV{V}V@|\\
33175 D@((j\,(E@)k))F@=C
33176 \end{CD}
33177 \]
33178
33179 \end_inset
33180
33181 El comando para este diagrama es:
33182 \begin_inset Newline newline
33183 \end_inset
33184
33185
33186 \series bold
33187
33188 \backslash
33189 CD
33190 \begin_inset space \textvisiblespace{}
33191 \end_inset
33192
33193 A@>j>>B@>>k>C@=F Ctrl+Entrar
33194 \begin_inset Newline newline
33195 \end_inset
33196
33197
33198 \begin_inset Phantom HPhantom
33199 status open
33200
33201 \begin_layout Plain Layout
33202
33203 \series bold
33204
33205 \backslash
33206 CD
33207 \begin_inset space \textvisiblespace{}
33208 \end_inset
33209
33210
33211 \end_layout
33212
33213 \end_inset
33214
33215 @AmAA@.@VV
33216 \backslash
33217 {V
33218 \series default
33219
33220 \begin_inset Formula $\to$
33221 \end_inset
33222
33223
33224 \series bold
33225 V@| Ctrl+Entrar
33226 \begin_inset Newline newline
33227 \end_inset
33228
33229
33230 \begin_inset Phantom HPhantom
33231 status open
33232
33233 \begin_layout Plain Layout
33234
33235 \series bold
33236
33237 \backslash
33238 CD
33239 \begin_inset space \textvisiblespace{}
33240 \end_inset
33241
33242
33243 \end_layout
33244
33245 \end_inset
33246
33247 D@<<j<E@>k>>F@=C
33248 \end_layout
33249
33250 \begin_layout Subsection
33251 Diagramas xymatrix
33252 \begin_inset Index idx
33253 status collapsed
33254
33255 \begin_layout Plain Layout
33256 Diagramas ! xymatrix
33257 \end_layout
33258
33259 \end_inset
33260
33261
33262 \end_layout
33263
33264 \begin_layout Standard
33265 Para usar matrices xy debe estar instalado el paquete LaTeX 
33266 \series bold
33267 xypic
33268 \series default
33269 .
33270  Una matriz xy se crea insertando el comando 
33271 \series bold
33272
33273 \backslash
33274 xymatrix
33275 \series default
33276  en una ecuación.
33277  Después podrás añadir nuevas columnas y filas como en matrices normales,
33278  véase
33279 \begin_inset space ~
33280 \end_inset
33281
33282
33283 \begin_inset CommandInset ref
33284 LatexCommand ref
33285 reference "sec:Matrices"
33286
33287 \end_inset
33288
33289 .
33290 \end_layout
33291
33292 \begin_layout Standard
33293 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33294  y curvadas, y mucho más.
33295  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33296  se explican en el 
33297 \emph on
33298 Manual de XY-pic
33299 \emph default
33300  que se encuentra en el menú 
33301 \family sans
33302 Ayuda\SpecialChar \menuseparator
33303 Manuales
33304 \begin_inset space ~
33305 \end_inset
33306
33307 específicos
33308 \family default
33309 .
33310 \end_layout
33311
33312 \begin_layout Subsection
33313 Diagramas 
33314 \noun on
33315 Feynman
33316 \noun default
33317
33318 \begin_inset Index idx
33319 status collapsed
33320
33321 \begin_layout Plain Layout
33322 Diagramas ! Feynman
33323 \end_layout
33324
33325 \end_inset
33326
33327
33328 \end_layout
33329
33330 \begin_layout Standard
33331 Para usar diagramas 
33332 \noun on
33333 Feynman
33334 \noun default
33335  debe estar instalado el paquete LaTeX 
33336 \series bold
33337 feyn
33338 \series default
33339 .
33340  Un diagrama 
33341 \noun on
33342 Feynman
33343 \noun default
33344  se crea insertando el comando 
33345 \series bold
33346
33347 \backslash
33348 Diagram
33349 \series default
33350  en una ecuación.
33351  Después podrás añadir nuevas columnas y filas como en matrices normales,
33352  véase
33353 \begin_inset space ~
33354 \end_inset
33355
33356
33357 \begin_inset CommandInset ref
33358 LatexCommand ref
33359 reference "sec:Matrices"
33360
33361 \end_inset
33362
33363 .
33364 \end_layout
33365
33366 \begin_layout Standard
33367 En el 
33368 \emph on
33369 Manual de diagramas Feynman
33370 \emph default
33371 , disponible en 
33372 \family sans
33373 Ayuda\SpecialChar \menuseparator
33374 Manuales
33375 \begin_inset space ~
33376 \end_inset
33377
33378 específicos
33379 \family default
33380 , hay ejemplos de diagramas de este tipo.
33381 \end_layout
33382
33383 \begin_layout Section
33384 Comandos definidos por el usuario
33385 \begin_inset Index idx
33386 status collapsed
33387
33388 \begin_layout Plain Layout
33389 Comandos de usuario
33390 \end_layout
33391
33392 \end_inset
33393
33394
33395 \end_layout
33396
33397 \begin_layout Standard
33398 \begin_inset Note Greyedout
33399 status open
33400
33401 \begin_layout Plain Layout
33402
33403 \series bold
33404 Nota:
33405 \series default
33406  Los nombres de los comandos definidos por el usuario y macros solo pueden
33407  contener letras latinas.
33408 \end_layout
33409
33410 \end_inset
33411
33412
33413 \end_layout
33414
33415 \begin_layout Subsection
33416 El comando 
33417 \backslash
33418 newcommand
33419 \begin_inset CommandInset label
33420 LatexCommand label
33421 name "sub:El-comando-newcommand"
33422
33423 \end_inset
33424
33425
33426 \begin_inset Index idx
33427 status collapsed
33428
33429 \begin_layout Plain Layout
33430 Comandos de usuario ! 
33431 \backslash
33432 newcommand
33433 \end_layout
33434
33435 \end_inset
33436
33437
33438 \begin_inset Index idx
33439 status collapsed
33440
33441 \begin_layout Plain Layout
33442 Comandos ! N ! 
33443 \backslash
33444 newcommand
33445 \end_layout
33446
33447 \end_inset
33448
33449
33450 \end_layout
33451
33452 \begin_layout Standard
33453 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
33454  Pero es posible definir nuevos comandos más cortos con el comando 
33455 \series bold
33456
33457 \backslash
33458 newcommand
33459 \series default
33460 .
33461  
33462 \end_layout
33463
33464 \begin_layout Standard
33465 El esquema del comando 
33466 \series bold
33467
33468 \backslash
33469 newcommand
33470 \series default
33471  es:
33472 \end_layout
33473
33474 \begin_layout Standard
33475
33476 \series bold
33477
33478 \backslash
33479 newcommand{nombre nuevo de comando}[número de argumentos]
33480 \begin_inset Newline newline
33481 \end_inset
33482
33483
33484 \begin_inset Phantom HPhantom
33485 status open
33486
33487 \begin_layout Plain Layout
33488
33489 \series bold
33490
33491 \backslash
33492 newcommand
33493 \end_layout
33494
33495 \end_inset
33496
33497 [valor opcional]{definición de comando}
33498 \end_layout
33499
33500 \begin_layout Standard
33501 \begin_inset Note Greyedout
33502 status open
33503
33504 \begin_layout Plain Layout
33505
33506 \series bold
33507 Nota:
33508 \series default
33509  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33510  documento o en paquetes LaTeX que uses.
33511  Por ejemplo, si defines el comando 
33512 \series bold
33513
33514 \backslash
33515 le
33516 \series default
33517  para 
33518 \series bold
33519
33520 \backslash
33521 Leftarrow,
33522 \series default
33523  se producirán errores porque 
33524 \series bold
33525
33526 \backslash
33527 le
33528 \series default
33529  ya existe para 
33530 \begin_inset Quotes fld
33531 \end_inset
33532
33533
33534 \begin_inset Formula $\le$
33535 \end_inset
33536
33537
33538 \begin_inset Quotes frd
33539 \end_inset
33540
33541 .
33542
33543 \series bold
33544  
33545 \end_layout
33546
33547 \end_inset
33548
33549
33550 \end_layout
33551
33552 \begin_layout Standard
33553 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33554  argumentos debería tener el nuevo comando.
33555  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33556  Cuando se hace esto, el 
33557 \emph on
33558 primer
33559 \emph default
33560  argumento del nuevo comando es automáticamente opcional.
33561 \end_layout
33562
33563 \begin_layout Standard
33564 \noindent
33565 \align center
33566 \begin_inset Newpage newpage
33567 \end_inset
33568
33569
33570 \end_layout
33571
33572 \begin_layout Standard
33573 Veamos unos ejemplos:
33574 \end_layout
33575
33576 \begin_layout Itemize
33577 Para definir el comando 
33578 \series bold
33579
33580 \backslash
33581 gr
33582 \series default
33583  para 
33584 \series bold
33585
33586 \backslash
33587 Longrightarrow
33588 \series default
33589 , la línea de preámbulo LaTeX es:
33590 \begin_inset VSpace medskip
33591 \end_inset
33592
33593
33594 \begin_inset Newline newline
33595 \end_inset
33596
33597
33598 \series bold
33599
33600 \backslash
33601 newcommand{
33602 \backslash
33603 gr}{
33604 \backslash
33605 Longrightarrow}
33606 \end_layout
33607
33608 \begin_layout Itemize
33609 Para definir el comando 
33610 \series bold
33611
33612 \backslash
33613 us
33614 \series default
33615  para 
33616 \series bold
33617
33618 \backslash
33619 underline
33620 \series default
33621 , el argumento (que sería subrayado) debe tenerse en cuenta.
33622  Para esto la línea de preámbulo es:
33623 \begin_inset VSpace medskip
33624 \end_inset
33625
33626
33627 \begin_inset Newline newline
33628 \end_inset
33629
33630
33631 \series bold
33632
33633 \backslash
33634 newcommand{
33635 \backslash
33636 us}[1]{
33637 \backslash
33638 underline{#1}}
33639 \series default
33640
33641 \begin_inset VSpace medskip
33642 \end_inset
33643
33644
33645 \begin_inset Newline newline
33646 \end_inset
33647
33648 El carácter 
33649 \series bold
33650 #
33651 \series default
33652  actúa como colocador del argumento, el 
33653 \series bold
33654 1
33655 \series default
33656  indica que es el colocador para el primer argumento.
33657 \end_layout
33658
33659 \begin_layout Itemize
33660 Para 
33661 \series bold
33662
33663 \backslash
33664 framebox
33665 \series default
33666  se puede definir, por ejemplo, el comando 
33667 \series bold
33668
33669 \backslash
33670 fb
33671 \series default
33672 :
33673 \begin_inset VSpace medskip
33674 \end_inset
33675
33676
33677 \begin_inset Newline newline
33678 \end_inset
33679
33680
33681 \series bold
33682
33683 \backslash
33684 newcommand{
33685 \backslash
33686 fb}[3]{
33687 \backslash
33688 framebox#1#2{$#3$}}
33689 \series default
33690
33691 \begin_inset VSpace medskip
33692 \end_inset
33693
33694
33695 \begin_inset Newline newline
33696 \end_inset
33697
33698 Los dos signos dólar generan la ecuación extra necesaria para 
33699 \series bold
33700
33701 \backslash
33702 framebox
33703 \series default
33704 , véase 
33705 \begin_inset CommandInset ref
33706 LatexCommand ref
33707 reference "sub:Marcos-con-bordes"
33708
33709 \end_inset
33710
33711 .
33712 \end_layout
33713
33714 \begin_layout Itemize
33715 Para crear un nuevo comando para 
33716 \series bold
33717
33718 \backslash
33719 fcolorbox
33720 \series default
33721  donde no es necesario especificar el color para el marco, el argumento
33722  para el color se define opcional:
33723 \begin_inset VSpace medskip
33724 \end_inset
33725
33726
33727 \begin_inset Newline newline
33728 \end_inset
33729
33730
33731 \series bold
33732
33733 \backslash
33734 newcommand{
33735 \backslash
33736 cb}[3][white]{
33737 \backslash
33738 fcolorbox{#2}{#1}{$#3$}}
33739 \series default
33740
33741 \begin_inset VSpace medskip
33742 \end_inset
33743
33744
33745 \begin_inset Newline newline
33746 \end_inset
33747
33748 Si el color no es especificado al usar 
33749 \series bold
33750
33751 \backslash
33752 cb
33753 \series default
33754 , se elige el color 
33755 \series bold
33756 white
33757 \series default
33758  predefinido.
33759 \end_layout
33760
33761 \begin_layout Standard
33762 Un ensayo con los nuevos comandos definidos:
33763 \end_layout
33764
33765 \begin_layout Standard
33766 \noindent
33767 \align center
33768 \begin_inset Tabular
33769 <lyxtabular version="3" rows="6" columns="2">
33770 <features rotate="0" tabularvalignment="middle">
33771 <column alignment="center" valignment="top">
33772 <column alignment="center" valignment="top">
33773 <row>
33774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33775 \begin_inset Text
33776
33777 \begin_layout Plain Layout
33778 Comando
33779 \end_layout
33780
33781 \end_inset
33782 </cell>
33783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33784 \begin_inset Text
33785
33786 \begin_layout Plain Layout
33787 Resultado
33788 \begin_inset Note Note
33789 status collapsed
33790
33791 \begin_layout Plain Layout
33792
33793 \series bold
33794
33795 \backslash
33796 raisebox
33797 \series default
33798  se usa sólo como espaciador
33799 \end_layout
33800
33801 \end_inset
33802
33803
33804 \end_layout
33805
33806 \end_inset
33807 </cell>
33808 </row>
33809 <row>
33810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33811 \begin_inset Text
33812
33813 \begin_layout Plain Layout
33814 A
33815 \backslash
33816 gr
33817 \begin_inset space \textvisiblespace{}
33818 \end_inset
33819
33820 B
33821 \end_layout
33822
33823 \end_inset
33824 </cell>
33825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33826 \begin_inset Text
33827
33828 \begin_layout Plain Layout
33829 \begin_inset Formula $A\gr B$
33830 \end_inset
33831
33832
33833 \end_layout
33834
33835 \end_inset
33836 </cell>
33837 </row>
33838 <row>
33839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33840 \begin_inset Text
33841
33842 \begin_layout Plain Layout
33843
33844 \backslash
33845 us{ABcd
33846 \end_layout
33847
33848 \end_inset
33849 </cell>
33850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33851 \begin_inset Text
33852
33853 \begin_layout Plain Layout
33854 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33855 \end_inset
33856
33857
33858 \end_layout
33859
33860 \end_inset
33861 </cell>
33862 </row>
33863 <row>
33864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33865 \begin_inset Text
33866
33867 \begin_layout Plain Layout
33868
33869 \backslash
33870 fb{[2cm]
33871 \begin_inset Formula $\to$
33872 \end_inset
33873
33874
33875 \backslash
33876 {
33877 \begin_inset Formula $\to$
33878 \end_inset
33879
33880
33881 \backslash
33882 {
33883 \backslash
33884 int
33885 \begin_inset space \textvisiblespace{}
33886 \end_inset
33887
33888 A=B
33889 \end_layout
33890
33891 \end_inset
33892 </cell>
33893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33894 \begin_inset Text
33895
33896 \begin_layout Plain Layout
33897 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33898 \end_inset
33899
33900
33901 \end_layout
33902
33903 \end_inset
33904 </cell>
33905 </row>
33906 <row>
33907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33908 \begin_inset Text
33909
33910 \begin_layout Plain Layout
33911
33912 \backslash
33913 cb{red
33914 \begin_inset Formula $\to$
33915 \end_inset
33916
33917
33918 \backslash
33919 {
33920 \backslash
33921 int
33922 \begin_inset space \textvisiblespace{}
33923 \end_inset
33924
33925 A=B
33926 \end_layout
33927
33928 \end_inset
33929 </cell>
33930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33931 \begin_inset Text
33932
33933 \begin_layout Plain Layout
33934 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33935 \end_inset
33936
33937
33938 \end_layout
33939
33940 \end_inset
33941 </cell>
33942 </row>
33943 <row>
33944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33945 \begin_inset Text
33946
33947 \begin_layout Plain Layout
33948
33949 \backslash
33950 cb[green]
33951 \backslash
33952 {red
33953 \begin_inset Formula $\to$
33954 \end_inset
33955
33956
33957 \backslash
33958 {
33959 \backslash
33960 int
33961 \begin_inset space \textvisiblespace{}
33962 \end_inset
33963
33964 A=B
33965 \end_layout
33966
33967 \end_inset
33968 </cell>
33969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33970 \begin_inset Text
33971
33972 \begin_layout Plain Layout
33973 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33974 \end_inset
33975
33976
33977 \end_layout
33978
33979 \end_inset
33980 </cell>
33981 </row>
33982 </lyxtabular>
33983
33984 \end_inset
33985
33986
33987 \end_layout
33988
33989 \begin_layout Subsection
33990 Macros de ecuaciones
33991 \begin_inset Index idx
33992 status collapsed
33993
33994 \begin_layout Plain Layout
33995 Comandos de usuario ! Macros de ecuaciones
33996 \end_layout
33997
33998 \end_inset
33999
34000
34001 \begin_inset Index idx
34002 status collapsed
34003
34004 \begin_layout Plain Layout
34005 Macros
34006 \end_layout
34007
34008 \end_inset
34009
34010
34011 \end_layout
34012
34013 \begin_layout Standard
34014 Los comandos definidos por el usuario son especialmente convenientes para
34015  expresiones complejas.
34016  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
34017  el mismo tipo de solución se repite varias veces.
34018  La forma general de una ecuación de segundo grado es:
34019 \begin_inset Formula 
34020 \[
34021 0=\lambda^{2}+p\lambda+q
34022 \]
34023
34024 \end_inset
34025
34026 La forma general de la solución es:
34027 \begin_inset Formula 
34028 \[
34029 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
34030 \]
34031
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \begin_layout Standard
34038 Para definir un comando para la ecuación de la solución, en donde solo hay
34039  que especificar los tres parámetros 
34040 \begin_inset Formula $\lambda$
34041 \end_inset
34042
34043
34044 \begin_inset Formula $p$
34045 \end_inset
34046
34047 , y 
34048 \begin_inset Formula $q$
34049 \end_inset
34050
34051 , y el índice de 
34052 \begin_inset Formula $\lambda$
34053 \end_inset
34054
34055  puede darse opcionalmente, la línea de preámbulo LaTeX es
34056 \begin_inset Newline newline
34057 \end_inset
34058
34059
34060 \series bold
34061
34062 \backslash
34063 newcommand{
34064 \backslash
34065 qG}[4][1,
34066 \backslash
34067 ,2]{#2_{#1}=-
34068 \backslash
34069 frac{#3}{2}
34070 \backslash
34071 pm
34072 \begin_inset Newline newline
34073 \end_inset
34074
34075
34076 \begin_inset Phantom HPhantom
34077 status open
34078
34079 \begin_layout Plain Layout
34080
34081 \series bold
34082
34083 \backslash
34084 newcommand
34085 \end_layout
34086
34087 \end_inset
34088
34089
34090 \backslash
34091 sqrt{
34092 \backslash
34093 frac{#3^{2}}{4}-#4}}
34094 \end_layout
34095
34096 \begin_layout Standard
34097 Para generar la solución se inserta el comando
34098 \begin_inset Newline newline
34099 \end_inset
34100
34101
34102 \series bold
34103
34104 \backslash
34105 qG{
34106 \backslash
34107 lambda
34108 \begin_inset Formula $\to$
34109 \end_inset
34110
34111
34112 \backslash
34113 {p
34114 \begin_inset Formula $\to$
34115 \end_inset
34116
34117
34118 \backslash
34119 {q
34120 \series default
34121  en una ecuación
34122 \series bold
34123 .
34124 \end_layout
34125
34126 \begin_layout Standard
34127 La definición del nuevo comando no es intuitiva porque hay que conocer los
34128  esquemas de todos los comandos LaTeX usados, por ejemplo, que una fracción
34129  se inserta en LaTeX como
34130 \series bold
34131  
34132 \backslash
34133 frac{numerador}{denominador}
34134 \series default
34135 .
34136  Además, uno puede olvidar fácilmente una llave en la definición y no puede
34137  ver en LyX lo que el nuevo comando está haciendo.
34138  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
34139  ecuación en vez del comando
34140 \series bold
34141  
34142 \backslash
34143 newcommand
34144 \series default
34145 .
34146 \end_layout
34147
34148 \begin_layout Standard
34149 Una macro de ecuación se crea con el menú 
34150 \family sans
34151 Insertar\SpecialChar \menuseparator
34152 Ecuación\SpecialChar \menuseparator
34153 Macro
34154 \family default
34155  o con el botón 
34156 \begin_inset Info
34157 type  "icon"
34158 arg   "math-macro newmacroname_newcommand"
34159 \end_inset
34160
34161  de la barra de herramientas.
34162  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
34163  como el siguiente donde se define la macro:
34164 \begin_inset Newline newline
34165 \end_inset
34166
34167
34168 \begin_inset space \hspace*{\fill}
34169 \end_inset
34170
34171
34172 \begin_inset Graphics
34173         filename ../clipart/macrobox.png
34174
34175 \end_inset
34176
34177
34178 \begin_inset space \hspace*{\fill}
34179 \end_inset
34180
34181
34182 \begin_inset Newline newline
34183 \end_inset
34184
34185
34186 \begin_inset FormulaMacro
34187 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
34188 \end_inset
34189
34190
34191 \backslash
34192 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
34193  En el primer marco azul se inserta la ecuación buscada.
34194  Con el comando 
34195 \series bold
34196
34197 \backslash
34198 #númerodeargumento
34199 \series default
34200 , , o con el botón 
34201 \begin_inset Info
34202 type  "icon"
34203 arg   "math-macro-add-param"
34204 \end_inset
34205
34206  de la barra de herramientas de macros se inserta un colocador de argumento,
34207  p.
34208 \begin_inset space \thinspace{}
34209 \end_inset
34210
34211 e
34212 \begin_inset space \space{}
34213 \end_inset
34214
34215
34216 \series bold
34217
34218 \backslash
34219 #1
34220 \series default
34221 .
34222  Los colocadores de argumento se muestran en rojo.
34223  Se pueden poner 9
34224 \begin_inset space ~
34225 \end_inset
34226
34227 argumentos como máximo.
34228  Con el botón 
34229 \begin_inset Info
34230 type  "icon"
34231 arg   "math-macro-add-optional-param"
34232 \end_inset
34233
34234  se crean argumentos opcionales.
34235  El primer argumento no opcional puede transformarse en opcional con el
34236  botón 
34237 \begin_inset Info
34238 type  "icon"
34239 arg   "math-macro-make-optional"
34240 \end_inset
34241
34242 .
34243  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
34244  Normalmente quieres verlo tal como está definido, así que el recuadro se
34245  deja vacío.
34246  Pero si has creado una macro que necesita mucho espacio en la pantalla,
34247  en dicho recuadro puedes insertar, por ejemplo
34248 \begin_inset Newline newline
34249 \end_inset
34250
34251
34252 \series bold
34253 qG: 
34254 \backslash
34255 #1
34256 \series default
34257  
34258 \series bold
34259 ,
34260 \series default
34261  
34262 \series bold
34263
34264 \backslash
34265 #2
34266 \series default
34267  
34268 \series bold
34269 ,
34270 \series default
34271  
34272 \series bold
34273
34274 \backslash
34275 #3, 
34276 \backslash
34277 #4
34278 \begin_inset Newline newline
34279 \end_inset
34280
34281
34282 \series default
34283 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
34284  en LyX, lo que conlleva una visualización mejor.
34285  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
34286 \begin_inset Newline newline
34287 \end_inset
34288
34289 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
34290  macros individuales situando el cursor en la macro y usando el menú 
34291 \family sans
34292 Ver\SpecialChar \menuseparator
34293 (Des)plegar macro de ecuación.
34294 \end_layout
34295
34296 \begin_layout Standard
34297 Para usar una macro, se inserta el nombre de la misma como comando en una
34298  ecuación, en nuestro caso 
34299 \series bold
34300
34301 \backslash
34302 qG
34303 \series default
34304 .
34305  Nuestra macro se muestra en LyX así:
34306 \begin_inset Newline newline
34307 \end_inset
34308
34309
34310 \begin_inset space \hspace*{\fill}
34311 \end_inset
34312
34313
34314 \begin_inset Graphics
34315         filename ../clipart/macrouse.png
34316
34317 \end_inset
34318
34319
34320 \begin_inset space \hspace*{\fill}
34321 \end_inset
34322
34323
34324 \begin_inset Newline newline
34325 \end_inset
34326
34327 Aquí tenemos nuestro ejemplo de macro con los argumentos 
34328 \begin_inset Formula $x$
34329 \end_inset
34330
34331
34332 \begin_inset Formula $\ln(x)$
34333 \end_inset
34334
34335 , y 
34336 \begin_inset Formula $B$
34337 \end_inset
34338
34339 :
34340 \end_layout
34341
34342 \begin_layout Standard
34343 \begin_inset Formula 
34344 \[
34345 \qG x{\ln(x)}B
34346 \]
34347
34348 \end_inset
34349
34350
34351 \end_layout
34352
34353 \begin_layout Standard
34354 LyX ofrece en el menú 
34355 \family sans
34356 Herramientas
34357 \family default
34358 \SpecialChar \menuseparator
34359
34360 \family sans
34361 Preferencias\SpecialChar \menuseparator
34362 Edición\SpecialChar \menuseparator
34363 Control
34364 \family default
34365  diferentes estilos para editar macros.
34366  Para encontrar el estilo que más te convenga, elige un estilo y pon el
34367  cursor en una macro para ver la diferencia.
34368 \end_layout
34369
34370 \begin_layout Standard
34371 Una macro de ecuación se transforma internamente en un comando 
34372 \series bold
34373
34374 \backslash
34375 newcommand
34376 \series default
34377  cuando se exporta el documento.
34378  El comando creado 
34379 \series bold
34380
34381 \backslash
34382 newcommand
34383 \series default
34384  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
34385  usar en ecuaciones que estén en recuadros de definición de macros en el
34386  documento.
34387  
34388 \end_layout
34389
34390 \begin_layout Standard
34391 Las macros de ecuación también pueden crearse directamente a partir de un
34392  comando
34393 \series bold
34394  
34395 \backslash
34396 newcommand
34397 \series default
34398 .
34399  Por ejemplo, escribiendo el comando
34400 \begin_inset Newline newline
34401 \end_inset
34402
34403
34404 \series bold
34405
34406 \backslash
34407 newcommand{
34408 \backslash
34409 larrow}[2]{
34410 \backslash
34411 xleftarrow[#2]{#1}}
34412 \begin_inset Newline newline
34413 \end_inset
34414
34415
34416 \series default
34417 como texto normal en LyX, seleccionándolo completamente y usando a continuación
34418  el atajo 
34419 \family sans
34420 Ctrl+M
34421 \family default
34422 , el comando se transformará en una macro de ecuación.
34423  Al emplear este método debes tener cuidado en escribir correctamente el
34424  comando 
34425 \series bold
34426
34427 \backslash
34428 newcommand
34429 \series default
34430 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
34431  
34432 \end_layout
34433
34434 \begin_layout Standard
34435 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34436  en definiciones de macros se manejan incorrectamente.
34437  Por eso el ejemplo 
34438 \series bold
34439
34440 \backslash
34441 fb
34442 \series default
34443  de 
34444 \begin_inset CommandInset ref
34445 LatexCommand ref
34446 reference "sub:El-comando-newcommand"
34447
34448 \end_inset
34449
34450  no puede crearse como macro.
34451 \end_layout
34452
34453 \begin_layout Standard
34454 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
34455  la barra de herramientas de macros:
34456 \end_layout
34457
34458 \begin_layout Standard
34459 \begin_inset VSpace defskip
34460 \end_inset
34461
34462
34463 \end_layout
34464
34465 \begin_layout Standard
34466 \begin_inset Graphics
34467         filename ../clipart/MacroToolbar.png
34468
34469 \end_inset
34470
34471
34472 \begin_inset Index idx
34473 status collapsed
34474
34475 \begin_layout Plain Layout
34476 Macros ! Barra de herramientas
34477 \end_layout
34478
34479 \end_inset
34480
34481
34482 \end_layout
34483
34484 \begin_layout Standard
34485 \begin_inset VSpace defskip
34486 \end_inset
34487
34488
34489 \end_layout
34490
34491 \begin_layout Standard
34492 La barra de herramientas de macros contiene los siguientes botones:
34493 \end_layout
34494
34495 \begin_layout Standard
34496 \begin_inset VSpace defskip
34497 \end_inset
34498
34499
34500 \end_layout
34501
34502 \begin_layout Standard
34503 \begin_inset Tabular
34504 <lyxtabular version="3" rows="9" columns="2">
34505 <features rotate="0" islongtable="true" longtabularalignment="center">
34506 <column alignment="left" valignment="top">
34507 <column alignment="left" valignment="top" width="85col%">
34508 <row interlinespace="2.5mm">
34509 <cell alignment="center" valignment="top" usebox="none">
34510 \begin_inset Text
34511
34512 \begin_layout Plain Layout
34513 \begin_inset Info
34514 type  "icon"
34515 arg   "math-macro-remove-param"
34516 \end_inset
34517
34518
34519 \end_layout
34520
34521 \end_inset
34522 </cell>
34523 <cell alignment="center" valignment="top" usebox="none">
34524 \begin_inset Text
34525
34526 \begin_layout Plain Layout
34527
34528 \family sans
34529 Editar\SpecialChar \menuseparator
34530 Ecuación\SpecialChar \menuseparator
34531 Definición de macro\SpecialChar \menuseparator
34532 Quitar último argumento
34533 \end_layout
34534
34535 \end_inset
34536 </cell>
34537 </row>
34538 <row interlinespace="2.5mm">
34539 <cell alignment="center" valignment="top" usebox="none">
34540 \begin_inset Text
34541
34542 \begin_layout Plain Layout
34543 \begin_inset Info
34544 type  "icon"
34545 arg   "math-macro-add-param"
34546 \end_inset
34547
34548
34549 \end_layout
34550
34551 \end_inset
34552 </cell>
34553 <cell alignment="center" valignment="top" usebox="none">
34554 \begin_inset Text
34555
34556 \begin_layout Plain Layout
34557
34558 \family sans
34559 Editar\SpecialChar \menuseparator
34560 Ecuación\SpecialChar \menuseparator
34561 Definición de macro\SpecialChar \menuseparator
34562 Añadir argumento
34563 \end_layout
34564
34565 \end_inset
34566 </cell>
34567 </row>
34568 <row interlinespace="2.5mm">
34569 <cell alignment="center" valignment="top" usebox="none">
34570 \begin_inset Text
34571
34572 \begin_layout Plain Layout
34573 \begin_inset Info
34574 type  "icon"
34575 arg   "math-macro-make-optional"
34576 \end_inset
34577
34578
34579 \end_layout
34580
34581 \end_inset
34582 </cell>
34583 <cell alignment="center" valignment="top" usebox="none">
34584 \begin_inset Text
34585
34586 \begin_layout Plain Layout
34587
34588 \family sans
34589 Editar\SpecialChar \menuseparator
34590 Ecuación\SpecialChar \menuseparator
34591 Definición de macro\SpecialChar \menuseparator
34592 Hacer opcional el primer
34593 \begin_inset Newline newline
34594 \end_inset
34595
34596
34597 \begin_inset Phantom HPhantom
34598 status open
34599
34600 \begin_layout Plain Layout
34601
34602 \family sans
34603 Editar\SpecialChar \menuseparator
34604 Ecuación\SpecialChar \menuseparator
34605 Definición de macro\SpecialChar \menuseparator
34606
34607 \end_layout
34608
34609 \end_inset
34610
34611 argumento no opcional
34612 \end_layout
34613
34614 \end_inset
34615 </cell>
34616 </row>
34617 <row interlinespace="2.5mm">
34618 <cell alignment="center" valignment="top" usebox="none">
34619 \begin_inset Text
34620
34621 \begin_layout Plain Layout
34622 \begin_inset Info
34623 type  "icon"
34624 arg   "math-macro-make-nonoptional"
34625 \end_inset
34626
34627
34628 \end_layout
34629
34630 \end_inset
34631 </cell>
34632 <cell alignment="center" valignment="top" usebox="none">
34633 \begin_inset Text
34634
34635 \begin_layout Plain Layout
34636
34637 \family sans
34638 Editar\SpecialChar \menuseparator
34639 Ecuación\SpecialChar \menuseparator
34640 Definición de macro\SpecialChar \menuseparator
34641 Hacer no opcional el primer
34642 \begin_inset Newline newline
34643 \end_inset
34644
34645
34646 \begin_inset Phantom HPhantom
34647 status open
34648
34649 \begin_layout Plain Layout
34650
34651 \family sans
34652 Editar\SpecialChar \menuseparator
34653 Ecuación\SpecialChar \menuseparator
34654 Definición de macro\SpecialChar \menuseparator
34655
34656 \end_layout
34657
34658 \end_inset
34659
34660 argumento opcional
34661 \end_layout
34662
34663 \end_inset
34664 </cell>
34665 </row>
34666 <row interlinespace="2.5mm">
34667 <cell alignment="center" valignment="top" usebox="none">
34668 \begin_inset Text
34669
34670 \begin_layout Plain Layout
34671 \begin_inset Info
34672 type  "icon"
34673 arg   "math-macro-remove-optional-param"
34674 \end_inset
34675
34676
34677 \end_layout
34678
34679 \end_inset
34680 </cell>
34681 <cell alignment="center" valignment="top" usebox="none">
34682 \begin_inset Text
34683
34684 \begin_layout Plain Layout
34685
34686 \family sans
34687 Editar\SpecialChar \menuseparator
34688 Ecuación\SpecialChar \menuseparator
34689 Definición de macro\SpecialChar \menuseparator
34690 Quitar argumento opcional
34691 \end_layout
34692
34693 \end_inset
34694 </cell>
34695 </row>
34696 <row interlinespace="2.5mm">
34697 <cell alignment="center" valignment="top" usebox="none">
34698 \begin_inset Text
34699
34700 \begin_layout Plain Layout
34701 \begin_inset Info
34702 type  "icon"
34703 arg   "math-macro-add-optional-param"
34704 \end_inset
34705
34706
34707 \end_layout
34708
34709 \end_inset
34710 </cell>
34711 <cell alignment="center" valignment="top" usebox="none">
34712 \begin_inset Text
34713
34714 \begin_layout Plain Layout
34715
34716 \family sans
34717 Editar\SpecialChar \menuseparator
34718 Ecuación\SpecialChar \menuseparator
34719 Definición de macro\SpecialChar \menuseparator
34720 Insertar argumento opcional
34721 \end_layout
34722
34723 \end_inset
34724 </cell>
34725 </row>
34726 <row interlinespace="2.5mm">
34727 <cell alignment="center" valignment="top" usebox="none">
34728 \begin_inset Text
34729
34730 \begin_layout Plain Layout
34731 \begin_inset Info
34732 type  "icon"
34733 arg   "math-macro-remove-greedy-param"
34734 \end_inset
34735
34736
34737 \end_layout
34738
34739 \end_inset
34740 </cell>
34741 <cell alignment="center" valignment="top" usebox="none">
34742 \begin_inset Text
34743
34744 \begin_layout Plain Layout
34745
34746 \family sans
34747 Editar\SpecialChar \menuseparator
34748 Ecuación\SpecialChar \menuseparator
34749 Definición de macro\SpecialChar \menuseparator
34750 Quitar último argumento
34751 \begin_inset Newline newline
34752 \end_inset
34753
34754
34755 \begin_inset Phantom HPhantom
34756 status open
34757
34758 \begin_layout Plain Layout
34759
34760 \family sans
34761 Editar\SpecialChar \menuseparator
34762 Ecuación\SpecialChar \menuseparator
34763 Definición de macro\SpecialChar \menuseparator
34764
34765 \end_layout
34766
34767 \end_inset
34768
34769 yendo hacia la derecha
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 Info
34781 type  "icon"
34782 arg   "math-macro-append-greedy-param"
34783 \end_inset
34784
34785
34786 \end_layout
34787
34788 \end_inset
34789 </cell>
34790 <cell alignment="center" valignment="top" usebox="none">
34791 \begin_inset Text
34792
34793 \begin_layout Plain Layout
34794
34795 \family sans
34796 Editar\SpecialChar \menuseparator
34797 Ecuación\SpecialChar \menuseparator
34798 Definición de macro\SpecialChar \menuseparator
34799 Añadir argumento comiendo
34800 \begin_inset Newline newline
34801 \end_inset
34802
34803
34804 \begin_inset Phantom HPhantom
34805 status open
34806
34807 \begin_layout Plain Layout
34808
34809 \family sans
34810 Editar\SpecialChar \menuseparator
34811 Ecuación\SpecialChar \menuseparator
34812 Definición de macro\SpecialChar \menuseparator
34813
34814 \end_layout
34815
34816 \end_inset
34817
34818 desde la derecha
34819 \end_layout
34820
34821 \end_inset
34822 </cell>
34823 </row>
34824 <row interlinespace="2.5mm">
34825 <cell alignment="center" valignment="top" usebox="none">
34826 \begin_inset Text
34827
34828 \begin_layout Plain Layout
34829 \begin_inset Info
34830 type  "icon"
34831 arg   "math-macro-add-greedy-optional-param"
34832 \end_inset
34833
34834
34835 \end_layout
34836
34837 \end_inset
34838 </cell>
34839 <cell alignment="center" valignment="top" usebox="none">
34840 \begin_inset Text
34841
34842 \begin_layout Plain Layout
34843
34844 \family sans
34845 Editar\SpecialChar \menuseparator
34846 Ecuación\SpecialChar \menuseparator
34847 Definición de macro\SpecialChar \menuseparator
34848 Añadir argumento opcional
34849 \begin_inset Newline newline
34850 \end_inset
34851
34852
34853 \begin_inset Phantom HPhantom
34854 status open
34855
34856 \begin_layout Plain Layout
34857
34858 \family sans
34859 Editar\SpecialChar \menuseparator
34860 Ecuación\SpecialChar \menuseparator
34861 Definición de macro\SpecialChar \menuseparator
34862
34863 \end_layout
34864
34865 \end_inset
34866
34867 comiendo desde la derecha
34868 \end_layout
34869
34870 \end_inset
34871 </cell>
34872 </row>
34873 </lyxtabular>
34874
34875 \end_inset
34876
34877
34878 \end_layout
34879
34880 \begin_layout Section
34881 Sistema algebraico computacional
34882 \end_layout
34883
34884 \begin_layout Standard
34885 LyX permite el intercambio entre expresiones matemáticas escritas con su
34886  editor de ecuaciones y aplicaciones externas o guiones definidos por el
34887  usuario.
34888  Las aplicaciones soportadas actualmente son 
34889 \family sans
34890 Maple
34891 \family default
34892
34893 \family sans
34894 Mathematica
34895 \family default
34896
34897 \family sans
34898 Maxima
34899 \family default
34900  y 
34901 \family sans
34902 Octave
34903 \family default
34904 .
34905  Hay que advertir que el conjunto de estructuras matemáticas soportadas
34906  se limita a casos muy simples.
34907 \end_layout
34908
34909 \begin_layout Subsection
34910 Utilización
34911 \end_layout
34912
34913 \begin_layout Standard
34914 Escribe alguna expresión en una ecuación, despliega el menú 
34915 \family sans
34916 Editar\SpecialChar \menuseparator
34917 Ecuación\SpecialChar \menuseparator
34918 Usar programa de álgebra
34919 \family default
34920  y elige la aplicación que esté instalada en tu ordenador.
34921  Después de eso el resultado de la computación debería mostrarse a la derecha
34922  de la expresión junto con el operador "=".
34923 \end_layout
34924
34925 \begin_layout Standard
34926 A continuación hay unos ejemplos sencillos (con resultados de 
34927 \family sans
34928 Maxima
34929 \family default
34930 ) que muestran qué tipos de computación se pueden realizar:
34931 \end_layout
34932
34933 \begin_layout Itemize
34934 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34935 \end_inset
34936
34937
34938 \end_layout
34939
34940 \begin_layout Itemize
34941 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34942 \end_inset
34943
34944
34945 \end_layout
34946
34947 \begin_layout Itemize
34948 \begin_inset Formula $\int_{1}^{2}\sen(x)dx=\cos1-\cos2$
34949 \end_inset
34950
34951
34952 \end_layout
34953
34954 \begin_layout Itemize
34955 \begin_inset Formula $\det\left[\begin{array}{ccc}
34956 1 & 6 & 7\\
34957 2 & 5 & 8\\
34958 3 & 4 & 17
34959 \end{array}\right]=-56$
34960 \end_inset
34961
34962
34963 \end_layout
34964
34965 \begin_layout Itemize
34966 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34967 \end_inset
34968
34969
34970 \end_layout
34971
34972 \begin_layout Subsection
34973 Atajos de teclado
34974 \end_layout
34975
34976 \begin_layout Standard
34977 Actualmente no hay atajos de teclado para ejecutar las aplicaciones de álgebra.
34978  Se puede vincular fácilmente una combinación de teclas a la función 
34979 \family sans
34980 math-extern
34981 \family default
34982  de Lyx (véase el manual 
34983 \emph on
34984 Funciones de LyX
34985 \emph default
34986 ).
34987  Por ejemplo, para vincular la tecla 
34988 \family sans
34989 Entrar
34990 \family default
34991  en el editor de ecuaciones a 
34992 \family sans
34993 Maxima
34994 \family default
34995  se podría usar este comando para definir el atajo de teclado:
34996 \end_layout
34997
34998 \begin_layout Standard
34999
35000 \series bold
35001 command-alternatives break-paragraph;math-extern maxima
35002 \end_layout
35003
35004 \begin_layout Section
35005 Consejos prácticos
35006 \begin_inset Index idx
35007 status collapsed
35008
35009 \begin_layout Plain Layout
35010 Consejos prácticos
35011 \end_layout
35012
35013 \end_inset
35014
35015
35016 \end_layout
35017
35018 \begin_layout Subsection
35019 Números negativos
35020 \begin_inset Index idx
35021 status collapsed
35022
35023 \begin_layout Plain Layout
35024 Numeros@Números ! negativos
35025 \end_layout
35026
35027 \end_inset
35028
35029
35030 \end_layout
35031
35032 \begin_layout Standard
35033 Los números negativos a veces se ven feos en las ecuaciones porque el signo
35034  menos delante del número tiene la misma longitud que el operador signo
35035  menos.
35036  Si se escribe el número negativo en texto normal el signo menos aparece
35037  correctamente.
35038 \end_layout
35039
35040 \begin_layout Standard
35041 Así pues, el problema desaparece si se convierte el signo menos a texto
35042  matemático.
35043 \end_layout
35044
35045 \begin_layout Standard
35046 Un ejemplo para visualizar el problema:
35047 \end_layout
35048
35049 \begin_layout Standard
35050 \noindent
35051 \align center
35052 \begin_inset Tabular
35053 <lyxtabular version="3" rows="3" columns="2">
35054 <features rotate="0" tabularvalignment="middle">
35055 <column alignment="center" valignment="top">
35056 <column alignment="center" valignment="top">
35057 <row>
35058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35059 \begin_inset Text
35060
35061 \begin_layout Plain Layout
35062 texto normal:
35063 \end_layout
35064
35065 \end_inset
35066 </cell>
35067 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35068 \begin_inset Text
35069
35070 \begin_layout Plain Layout
35071 x = -2
35072 \end_layout
35073
35074 \end_inset
35075 </cell>
35076 </row>
35077 <row>
35078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35079 \begin_inset Text
35080
35081 \begin_layout Plain Layout
35082 ecuación:
35083 \end_layout
35084
35085 \end_inset
35086 </cell>
35087 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35088 \begin_inset Text
35089
35090 \begin_layout Plain Layout
35091 \begin_inset Formula $x=-2$
35092 \end_inset
35093
35094
35095 \end_layout
35096
35097 \end_inset
35098 </cell>
35099 </row>
35100 <row>
35101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35102 \begin_inset Text
35103
35104 \begin_layout Plain Layout
35105 solución:
35106 \end_layout
35107
35108 \end_inset
35109 </cell>
35110 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35111 \begin_inset Text
35112
35113 \begin_layout Plain Layout
35114 \begin_inset Formula $x=\mbox{-}2$
35115 \end_inset
35116
35117
35118 \end_layout
35119
35120 \end_inset
35121 </cell>
35122 </row>
35123 </lyxtabular>
35124
35125 \end_inset
35126
35127
35128 \end_layout
35129
35130 \begin_layout Subsection
35131 Coma como separador decimal
35132 \begin_inset Index idx
35133 status collapsed
35134
35135 \begin_layout Plain Layout
35136 Coma decimal
35137 \end_layout
35138
35139 \end_inset
35140
35141
35142 \end_layout
35143
35144 \begin_layout Standard
35145 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
35146  de grupos numéricos.
35147  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
35148 \end_layout
35149
35150 \begin_layout Standard
35151 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
35152  
35153 \family sans
35154 Ctrl+M
35155 \family default
35156 ).
35157 \end_layout
35158
35159 \begin_layout Standard
35160 Para usar las comas en todas las fórmulas del documento como separador decimal,
35161  se carga el archivo 
35162 \series bold
35163 icomma.sty
35164 \series default
35165
35166 \begin_inset Foot
35167 status collapsed
35168
35169 \begin_layout Plain Layout
35170
35171 \series bold
35172 icomma
35173 \series default
35174  forma parte del paquete LaTeX 
35175 \series bold
35176 was
35177 \series default
35178
35179 \begin_inset Index idx
35180 status collapsed
35181
35182 \begin_layout Plain Layout
35183 Paquetes ! was
35184 \begin_inset ERT
35185 status collapsed
35186
35187 \begin_layout Plain Layout
35188
35189
35190 \backslash
35191 vspace{4mm}
35192 \end_layout
35193
35194 \end_inset
35195
35196
35197 \end_layout
35198
35199 \end_inset
35200
35201 .
35202 \end_layout
35203
35204 \end_inset
35205
35206
35207 \begin_inset Index idx
35208 status collapsed
35209
35210 \begin_layout Plain Layout
35211 Paquetes ! icomma
35212 \end_layout
35213
35214 \end_inset
35215
35216  en el preámbulo LaTeX con la línea: 
35217 \end_layout
35218
35219 \begin_layout Standard
35220
35221 \series bold
35222
35223 \backslash
35224 usepackage{icomma}
35225 \end_layout
35226
35227 \begin_layout Subsection
35228 Vectores cuánticos y notación bra-ket
35229 \begin_inset CommandInset label
35230 LatexCommand label
35231 name "sub:Vectores-cuánticos"
35232
35233 \end_inset
35234
35235
35236 \begin_inset Index idx
35237 status collapsed
35238
35239 \begin_layout Plain Layout
35240 Vectores cuánticos
35241 \end_layout
35242
35243 \end_inset
35244
35245
35246 \begin_inset Index idx
35247 status collapsed
35248
35249 \begin_layout Plain Layout
35250 Notación bra-ket
35251 \end_layout
35252
35253 \end_inset
35254
35255
35256 \end_layout
35257
35258 \begin_layout Standard
35259 El paquete LaTeX 
35260 \series bold
35261 braket
35262 \series default
35263
35264 \begin_inset Index idx
35265 status collapsed
35266
35267 \begin_layout Plain Layout
35268 Paquetes ! braket
35269 \end_layout
35270
35271 \end_inset
35272
35273  suministra comandos para escribir paréntesis angulares que se usan en mecánica
35274  cuántica: la notación 
35275 \begin_inset Quotes fld
35276 \end_inset
35277
35278 bra-ket
35279 \begin_inset Quotes frd
35280 \end_inset
35281
35282 ; se carga con la línea de preámbulo LaTeX:
35283 \end_layout
35284
35285 \begin_layout Standard
35286
35287 \series bold
35288
35289 \backslash
35290 usepackage{braket}
35291 \end_layout
35292
35293 \begin_layout Standard
35294 \begin_inset ERT
35295 status collapsed
35296
35297 \begin_layout Plain Layout
35298
35299
35300 \backslash
35301 ifbraket 
35302 \end_layout
35303
35304 \end_inset
35305
35306
35307 \begin_inset Note Note
35308 status open
35309
35310 \begin_layout Plain Layout
35311 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
35312 \series bold
35313 braket
35314 \series default
35315  está instalado.
35316 \end_layout
35317
35318 \end_inset
35319
35320
35321 \end_layout
35322
35323 \begin_layout Standard
35324 Están definidos los siguientes comandos:
35325 \end_layout
35326
35327 \begin_layout Standard
35328 \noindent
35329 \align center
35330 \begin_inset Tabular
35331 <lyxtabular version="3" rows="4" columns="2">
35332 <features rotate="0" tabularvalignment="middle">
35333 <column alignment="center" valignment="top">
35334 <column alignment="center" valignment="top">
35335 <row>
35336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35337 \begin_inset Text
35338
35339 \begin_layout Plain Layout
35340 Comando
35341 \end_layout
35342
35343 \end_inset
35344 </cell>
35345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35346 \begin_inset Text
35347
35348 \begin_layout Plain Layout
35349 Resultado
35350 \end_layout
35351
35352 \end_inset
35353 </cell>
35354 </row>
35355 <row>
35356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35357 \begin_inset Text
35358
35359 \begin_layout Plain Layout
35360
35361 \backslash
35362 Bra{
35363 \backslash
35364 psi
35365 \end_layout
35366
35367 \end_inset
35368 </cell>
35369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35370 \begin_inset Text
35371
35372 \begin_layout Plain Layout
35373 \begin_inset Formula $\Bra{\psi}$
35374 \end_inset
35375
35376
35377 \end_layout
35378
35379 \end_inset
35380 </cell>
35381 </row>
35382 <row>
35383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35384 \begin_inset Text
35385
35386 \begin_layout Plain Layout
35387
35388 \backslash
35389 Ket{
35390 \backslash
35391 psi
35392 \end_layout
35393
35394 \end_inset
35395 </cell>
35396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35397 \begin_inset Text
35398
35399 \begin_layout Plain Layout
35400 \begin_inset Formula $\Ket{\psi}$
35401 \end_inset
35402
35403
35404 \end_layout
35405
35406 \end_inset
35407 </cell>
35408 </row>
35409 <row>
35410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35411 \begin_inset Text
35412
35413 \begin_layout Plain Layout
35414
35415 \backslash
35416 Braket{
35417 \backslash
35418 psi|
35419 \backslash
35420 phi
35421 \end_layout
35422
35423 \end_inset
35424 </cell>
35425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35426 \begin_inset Text
35427
35428 \begin_layout Plain Layout
35429 \begin_inset Formula $\Braket{\psi|\phi}$
35430 \end_inset
35431
35432
35433 \end_layout
35434
35435 \end_inset
35436 </cell>
35437 </row>
35438 </lyxtabular>
35439
35440 \end_inset
35441
35442
35443 \end_layout
35444
35445 \begin_layout Standard
35446 El comando 
35447 \series bold
35448
35449 \backslash
35450 Braket
35451 \series default
35452  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35453  circundantes:
35454 \begin_inset Formula 
35455 \[
35456 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35457 \]
35458
35459 \end_inset
35460
35461
35462 \begin_inset ERT
35463 status collapsed
35464
35465 \begin_layout Plain Layout
35466
35467
35468 \backslash
35469 else
35470 \end_layout
35471
35472 \end_inset
35473
35474
35475 \begin_inset Note Note
35476 status open
35477
35478 \begin_layout Plain Layout
35479 Lo que sigue se verá en la salida si el paquete LaTeX 
35480 \series bold
35481 braket
35482 \series default
35483  no está instalado:
35484 \end_layout
35485
35486 \end_inset
35487
35488
35489 \end_layout
35490
35491 \begin_layout Standard
35492 Debes instalar el paquete LaTeX 
35493 \series bold
35494 braket
35495 \series default
35496  para ver en la salida el resto de esta subsección.
35497 \end_layout
35498
35499 \begin_layout Standard
35500 \begin_inset ERT
35501 status collapsed
35502
35503 \begin_layout Plain Layout
35504
35505
35506 \backslash
35507 fi
35508 \end_layout
35509
35510 \end_inset
35511
35512
35513 \end_layout
35514
35515 \begin_layout Standard
35516 El efecto de 
35517 \series bold
35518
35519 \backslash
35520 Braket
35521 \series default
35522  también se puede conseguir con el comando 
35523 \series bold
35524
35525 \backslash
35526 middle
35527 \series default
35528 , que se describe en 
35529 \begin_inset CommandInset ref
35530 LatexCommand ref
35531 reference "sub:Tamaño-automático-de"
35532
35533 \end_inset
35534
35535 .
35536 \end_layout
35537
35538 \begin_layout Subsection
35539 Fracciones definidas por el usuario
35540 \begin_inset CommandInset label
35541 LatexCommand label
35542 name "sub:Fracciones-personalizadas"
35543
35544 \end_inset
35545
35546
35547 \begin_inset Index idx
35548 status collapsed
35549
35550 \begin_layout Plain Layout
35551 Fracciones ! personalizadas
35552 \end_layout
35553
35554 \end_inset
35555
35556
35557 \end_layout
35558
35559 \begin_layout Standard
35560 Para definir comandos personalizados para fracciones, se usa el comando
35561  
35562 \series bold
35563
35564 \backslash
35565 genfrac
35566 \series default
35567
35568 \begin_inset Index idx
35569 status collapsed
35570
35571 \begin_layout Plain Layout
35572 Comandos ! G ! 
35573 \backslash
35574 genfrac
35575 \end_layout
35576
35577 \end_inset
35578
35579  con el siguiente esquema:
35580 \end_layout
35581
35582 \begin_layout Standard
35583
35584 \series bold
35585
35586 \backslash
35587 genfrac{delimitador izquierdo}{delimitador derecho}
35588 \begin_inset Newline newline
35589 \end_inset
35590
35591
35592 \begin_inset Phantom HPhantom
35593 status open
35594
35595 \begin_layout Plain Layout
35596
35597 \series bold
35598
35599 \backslash
35600 genfrac
35601 \end_layout
35602
35603 \end_inset
35604
35605 {grosor raya de fracción}{estilo}{numerador}{denominador}
35606 \end_layout
35607
35608 \begin_layout Standard
35609 El estilo es un número en el rango 0
35610 \begin_inset space \thinspace{}
35611 \end_inset
35612
35613 -
35614 \begin_inset space \thinspace{}
35615 \end_inset
35616
35617 3.
35618 \end_layout
35619
35620 \begin_layout Standard
35621 \align center
35622 \begin_inset Tabular
35623 <lyxtabular version="3" rows="5" columns="2">
35624 <features rotate="0" tabularvalignment="middle">
35625 <column alignment="center" valignment="top">
35626 <column alignment="center" valignment="top">
35627 <row>
35628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35629 \begin_inset Text
35630
35631 \begin_layout Plain Layout
35632 Número
35633 \end_layout
35634
35635 \end_inset
35636 </cell>
35637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35638 \begin_inset Text
35639
35640 \begin_layout Plain Layout
35641 Estilo (tamaño)
35642 \end_layout
35643
35644 \end_inset
35645 </cell>
35646 </row>
35647 <row>
35648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35649 \begin_inset Text
35650
35651 \begin_layout Plain Layout
35652 0
35653 \end_layout
35654
35655 \end_inset
35656 </cell>
35657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35658 \begin_inset Text
35659
35660 \begin_layout Plain Layout
35661 ecuación presentada
35662 \end_layout
35663
35664 \end_inset
35665 </cell>
35666 </row>
35667 <row>
35668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35669 \begin_inset Text
35670
35671 \begin_layout Plain Layout
35672 1
35673 \end_layout
35674
35675 \end_inset
35676 </cell>
35677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35678 \begin_inset Text
35679
35680 \begin_layout Plain Layout
35681 ecuación en línea
35682 \end_layout
35683
35684 \end_inset
35685 </cell>
35686 </row>
35687 <row>
35688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35689 \begin_inset Text
35690
35691 \begin_layout Plain Layout
35692 2
35693 \end_layout
35694
35695 \end_inset
35696 </cell>
35697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35698 \begin_inset Text
35699
35700 \begin_layout Plain Layout
35701 pequeño
35702 \end_layout
35703
35704 \end_inset
35705 </cell>
35706 </row>
35707 <row>
35708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35709 \begin_inset Text
35710
35711 \begin_layout Plain Layout
35712 3
35713 \end_layout
35714
35715 \end_inset
35716 </cell>
35717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35718 \begin_inset Text
35719
35720 \begin_layout Plain Layout
35721 muy pequeño
35722 \end_layout
35723
35724 \end_inset
35725 </cell>
35726 </row>
35727 </lyxtabular>
35728
35729 \end_inset
35730
35731
35732 \end_layout
35733
35734 \begin_layout Standard
35735 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
35736  
35737 \series bold
35738
35739 \backslash
35740 frac
35741 \series default
35742 .
35743 \end_layout
35744
35745 \begin_layout Standard
35746 Si no se pone grosor de la raya de fracción se usará el valor predefinido
35747  de 0.4
35748 \begin_inset space \thinspace{}
35749 \end_inset
35750
35751 pt.
35752 \end_layout
35753
35754 \begin_layout Standard
35755 Por ejemplo, los comandos 
35756 \series bold
35757
35758 \backslash
35759 dfrac
35760 \series default
35761  y 
35762 \series bold
35763
35764 \backslash
35765 tbinom
35766 \series default
35767  de la 
35768 \begin_inset CommandInset ref
35769 LatexCommand ref
35770 reference "sub:Fracciones"
35771
35772 \end_inset
35773
35774  se definen con los comandos:
35775 \end_layout
35776
35777 \begin_layout Standard
35778
35779 \series bold
35780
35781 \backslash
35782 newcommand{
35783 \backslash
35784 dfrac}[2]{
35785 \backslash
35786 genfrac{}{}{}{0}{#1}{#2}}
35787 \end_layout
35788
35789 \begin_layout Standard
35790 y
35791 \end_layout
35792
35793 \begin_layout Standard
35794
35795 \series bold
35796
35797 \backslash
35798 newcommand{
35799 \backslash
35800 tbinom}[2]{
35801 \backslash
35802 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35803 \end_layout
35804
35805 \begin_layout Standard
35806 \begin_inset VSpace medskip
35807 \end_inset
35808
35809
35810 \end_layout
35811
35812 \begin_layout Standard
35813 Para definir una fracción en la que el grosor de la raya se pueda definir
35814  como argumento opcional, se inserta la siguiente línea en el preámbulo
35815  LaTeX:
35816 \end_layout
35817
35818 \begin_layout Standard
35819
35820 \series bold
35821
35822 \backslash
35823 newcommand{
35824 \backslash
35825 fracS}[3][]{
35826 \backslash
35827 genfrac{}{}{#1}{}{#2}{#3}}
35828 \end_layout
35829
35830 \begin_layout Standard
35831 Un ensayo:
35832 \begin_inset Formula 
35833 \begin{align*}
35834 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35835 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35836 \end{align*}
35837
35838 \end_inset
35839
35840 Como se puede ver, la distancia del numerador y el denominador a la raya
35841  de fracción se redondea a unas tres veces el grosor de la raya.
35842 \end_layout
35843
35844 \begin_layout Subsection
35845 Ecuaciones canceladas
35846 \begin_inset Index idx
35847 status collapsed
35848
35849 \begin_layout Plain Layout
35850 Ecuación ! cancelada
35851 \end_layout
35852
35853 \end_inset
35854
35855
35856 \end_layout
35857
35858 \begin_layout Standard
35859 Hay cuatro formas de cancelar ecuaciones o partes de ellas:
35860 \end_layout
35861
35862 \begin_layout Standard
35863 \begin_inset ERT
35864 status collapsed
35865
35866 \begin_layout Plain Layout
35867
35868
35869 \backslash
35870 ifcancel 
35871 \end_layout
35872
35873 \end_inset
35874
35875
35876 \begin_inset Note Note
35877 status open
35878
35879 \begin_layout Plain Layout
35880 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
35881 \series bold
35882 cancel
35883 \series default
35884  está instalado.
35885 \end_layout
35886
35887 \end_inset
35888
35889
35890 \end_layout
35891
35892 \begin_layout Standard
35893 \align center
35894 \begin_inset Tabular
35895 <lyxtabular version="3" rows="5" columns="2">
35896 <features rotate="0" tabularvalignment="middle">
35897 <column alignment="center" valignment="top">
35898 <column alignment="center" valignment="top">
35899 <row>
35900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35901 \begin_inset Text
35902
35903 \begin_layout Plain Layout
35904 Comando
35905 \end_layout
35906
35907 \end_inset
35908 </cell>
35909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35910 \begin_inset Text
35911
35912 \begin_layout Plain Layout
35913 Resultado
35914 \begin_inset Note Note
35915 status collapsed
35916
35917 \begin_layout Plain Layout
35918 El
35919 \series bold
35920  
35921 \series default
35922 espacio y 
35923 \series bold
35924
35925 \backslash
35926 raisebox
35927 \series default
35928  se usa sólo como espaciador
35929 \end_layout
35930
35931 \end_inset
35932
35933
35934 \end_layout
35935
35936 \end_inset
35937 </cell>
35938 </row>
35939 <row>
35940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35941 \begin_inset Text
35942
35943 \begin_layout Plain Layout
35944
35945 \backslash
35946 cancel
35947 \begin_inset space \textvisiblespace{}
35948 \end_inset
35949
35950
35951 \backslash
35952 int
35953 \begin_inset space \textvisiblespace{}
35954 \end_inset
35955
35956 A=B
35957 \end_layout
35958
35959 \end_inset
35960 </cell>
35961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35962 \begin_inset Text
35963
35964 \begin_layout Plain Layout
35965 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35966 \end_inset
35967
35968
35969 \end_layout
35970
35971 \end_inset
35972 </cell>
35973 </row>
35974 <row>
35975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35976 \begin_inset Text
35977
35978 \begin_layout Plain Layout
35979
35980 \backslash
35981 bcancel
35982 \begin_inset space \textvisiblespace{}
35983 \end_inset
35984
35985
35986 \backslash
35987 int
35988 \begin_inset space \textvisiblespace{}
35989 \end_inset
35990
35991 A=B
35992 \end_layout
35993
35994 \end_inset
35995 </cell>
35996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35997 \begin_inset Text
35998
35999 \begin_layout Plain Layout
36000 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
36001 \end_inset
36002
36003
36004 \end_layout
36005
36006 \end_inset
36007 </cell>
36008 </row>
36009 <row>
36010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36011 \begin_inset Text
36012
36013 \begin_layout Plain Layout
36014
36015 \backslash
36016 xcancel
36017 \begin_inset space \textvisiblespace{}
36018 \end_inset
36019
36020
36021 \backslash
36022 int
36023 \begin_inset space \textvisiblespace{}
36024 \end_inset
36025
36026 A=B
36027 \end_layout
36028
36029 \end_inset
36030 </cell>
36031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36032 \begin_inset Text
36033
36034 \begin_layout Plain Layout
36035 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
36036 \end_inset
36037
36038
36039 \end_layout
36040
36041 \end_inset
36042 </cell>
36043 </row>
36044 <row>
36045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36046 \begin_inset Text
36047
36048 \begin_layout Plain Layout
36049
36050 \backslash
36051 cancelto
36052 \begin_inset space \textvisiblespace{}
36053 \end_inset
36054
36055
36056 \backslash
36057 int
36058 \begin_inset space \textvisiblespace{}
36059 \end_inset
36060
36061 A=B
36062 \begin_inset Formula $\to$
36063 \end_inset
36064
36065 1
36066 \end_layout
36067
36068 \end_inset
36069 </cell>
36070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36071 \begin_inset Text
36072
36073 \begin_layout Plain Layout
36074 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
36075 \end_inset
36076
36077
36078 \end_layout
36079
36080 \end_inset
36081 </cell>
36082 </row>
36083 </lyxtabular>
36084
36085 \end_inset
36086
36087
36088 \end_layout
36089
36090 \begin_layout Standard
36091
36092 \series bold
36093
36094 \backslash
36095 cancelto
36096 \series default
36097  es especialmente apropiado para visualizar la simplificación de fracciones
36098  en una ecuación:
36099 \begin_inset Formula 
36100 \[
36101 \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}}}
36102 \]
36103
36104 \end_inset
36105
36106
36107 \end_layout
36108
36109 \begin_layout Standard
36110 Para cambiar el tamaño del valor subscrito por 
36111 \series bold
36112
36113 \backslash
36114 cancelto
36115 \series default
36116  se puede 
36117 \lang english
36118 add the LaTeX-preamble line
36119 \end_layout
36120
36121 \begin_layout Standard
36122
36123 \series bold
36124
36125 \backslash
36126 PassOptionsToPackage{option}{cancel}
36127 \end_layout
36128
36129 \begin_layout Standard
36130
36131 \lang english
36132 where 
36133 \series bold
36134 option
36135 \series default
36136  is either
36137 \lang spanish
36138  
36139 \series bold
36140 samesize
36141 \series default
36142 , que da el mismo tamaño que para el valor cancelado, o 
36143 \series bold
36144 Smaller
36145 \series default
36146 , que da un tamaño un poco más pequeño que normal.
36147 \end_layout
36148
36149 \begin_layout Standard
36150 Para colorear la raya de cancelación añade el siguiente comando en código
36151  TeX:
36152 \end_layout
36153
36154 \begin_layout Standard
36155
36156 \series bold
36157
36158 \backslash
36159 renewcommand{
36160 \backslash
36161 CancelColor}{
36162 \backslash
36163 color{red}}
36164 \end_layout
36165
36166 \begin_layout Standard
36167 donde 
36168 \series bold
36169 red
36170 \series default
36171  puede reemplazarse por el color deseado.
36172 \end_layout
36173
36174 \begin_layout Standard
36175 \begin_inset ERT
36176 status collapsed
36177
36178 \begin_layout Plain Layout
36179
36180
36181 \backslash
36182 renewcommand{
36183 \backslash
36184 CancelColor}{
36185 \backslash
36186 color{red}}
36187 \end_layout
36188
36189 \end_inset
36190
36191
36192 \end_layout
36193
36194 \begin_layout Standard
36195 \begin_inset Formula 
36196 \[
36197 \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}}}
36198 \]
36199
36200 \end_inset
36201
36202
36203 \end_layout
36204
36205 \begin_layout Standard
36206 \begin_inset ERT
36207 status collapsed
36208
36209 \begin_layout Plain Layout
36210
36211
36212 \backslash
36213 renewcommand{
36214 \backslash
36215 CancelColor}{
36216 \backslash
36217 color{black}}
36218 \end_layout
36219
36220 \end_inset
36221
36222
36223 \begin_inset Note Note
36224 status open
36225
36226 \begin_layout Plain Layout
36227 restablece el color
36228 \end_layout
36229
36230 \end_inset
36231
36232
36233 \end_layout
36234
36235 \begin_layout Standard
36236 Para otras posibilidades de personalización, véase la documentación del
36237  paquete
36238 \series bold
36239  cancel
36240 \series default
36241
36242 \begin_inset CommandInset citation
36243 LatexCommand cite
36244 key "cancel"
36245
36246 \end_inset
36247
36248 .
36249 \begin_inset Index idx
36250 status collapsed
36251
36252 \begin_layout Plain Layout
36253 Paquetes ! cancel
36254 \end_layout
36255
36256 \end_inset
36257
36258
36259 \end_layout
36260
36261 \begin_layout Standard
36262 \begin_inset ERT
36263 status collapsed
36264
36265 \begin_layout Plain Layout
36266
36267
36268 \backslash
36269 else
36270 \end_layout
36271
36272 \end_inset
36273
36274
36275 \begin_inset Note Note
36276 status open
36277
36278 \begin_layout Plain Layout
36279 Lo que sigue se verá en la salida si el paquete LaTeX 
36280 \series bold
36281 cancel
36282 \series default
36283  no está instalado:
36284 \end_layout
36285
36286 \end_inset
36287
36288
36289 \end_layout
36290
36291 \begin_layout Standard
36292 Debes instalar el paquete LaTeX 
36293 \series bold
36294 cancel
36295 \series default
36296  para ver en la salida el resto de esta subsección.
36297 \end_layout
36298
36299 \begin_layout Standard
36300 \begin_inset ERT
36301 status collapsed
36302
36303 \begin_layout Plain Layout
36304
36305
36306 \backslash
36307 fi
36308 \end_layout
36309
36310 \end_inset
36311
36312
36313 \end_layout
36314
36315 \begin_layout Subsection
36316 Ecuaciones en encabezados de sección
36317 \begin_inset CommandInset label
36318 LatexCommand label
36319 name "sub:Ecuaciones-en-encabezados"
36320
36321 \end_inset
36322
36323
36324 \begin_inset Index idx
36325 status collapsed
36326
36327 \begin_layout Plain Layout
36328 Ecuación ! en encabezados de sección
36329 \end_layout
36330
36331 \end_inset
36332
36333
36334 \end_layout
36335
36336 \begin_layout Standard
36337 Si se quiere poner una ecuación en un encabezado de sección hay que tener
36338  en cuenta lo siguiente:
36339 \end_layout
36340
36341 \begin_layout Standard
36342 \begin_inset Note Greyedout
36343 status open
36344
36345 \begin_layout Plain Layout
36346 Si el soporte para 
36347 \series bold
36348 hyperref
36349 \series default
36350
36351 \begin_inset Index idx
36352 status collapsed
36353
36354 \begin_layout Plain Layout
36355 Paquetes ! hyperref
36356 \end_layout
36357
36358 \end_inset
36359
36360  está activado en la configuración del documento, 
36361 \family sans
36362 Propiedades
36363 \begin_inset space ~
36364 \end_inset
36365
36366
36367 \family default
36368 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
36369  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
36370  texto del marcador, porque se infringen las convenciones PDF.
36371 \end_layout
36372
36373 \end_inset
36374
36375
36376 \end_layout
36377
36378 \begin_layout Standard
36379 Estos problemas se pueden solucionar insertando al final del encabezado
36380  un título breve con el menú 
36381 \family sans
36382 Insertar\SpecialChar \menuseparator
36383 Título
36384 \begin_inset space ~
36385 \end_inset
36386
36387 breve
36388 \family default
36389 .
36390  Los títulos breves se usan como alternativa para encabezados de sección
36391  con más de una línea para mantener el buen aspecto del índice.
36392  En éste sólo aparece el título breve y por tanto también en los marcadores.
36393 \end_layout
36394
36395 \begin_layout Standard
36396 Si hay que poner ecuaciones en el índice y se usa 
36397 \series bold
36398 hyperref
36399 \series default
36400 , se puede insertar el siguiente comando en modo TeX:
36401 \end_layout
36402
36403 \begin_layout Standard
36404
36405 \series bold
36406
36407 \backslash
36408 texorpdfstring{parte}{alternativa}
36409 \begin_inset Index idx
36410 status collapsed
36411
36412 \begin_layout Plain Layout
36413 Comandos ! T ! 
36414 \backslash
36415 texorpdfstring
36416 \end_layout
36417
36418 \end_inset
36419
36420
36421 \end_layout
36422
36423 \begin_layout Standard
36424 parte se refiere a la parte del encabezado que no debería aparecer en el
36425  marcador PDF.
36426  Pueden ser caracteres, ecuaciones, notas al pie y también referencias cruzadas.
36427  La alternativa se usa para el marcador en vez de la parte.
36428 \end_layout
36429
36430 \begin_layout Standard
36431 Aquí hay dos ejemplos de encabezados con ecuación:
36432 \end_layout
36433
36434 \begin_layout Standard
36435 \begin_inset VSpace -3mm
36436 \end_inset
36437
36438
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 boldmath 
36450 \end_layout
36451
36452 \end_inset
36453
36454
36455 \end_layout
36456
36457 \begin_layout Subsubsection
36458 Encabezado sin ecuación en el índice 
36459 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36460 \end_inset
36461
36462
36463 \begin_inset Argument 1
36464 status collapsed
36465
36466 \begin_layout Plain Layout
36467 Encabezado sin ecuación en el índice
36468 \end_layout
36469
36470 \end_inset
36471
36472
36473 \end_layout
36474
36475 \begin_layout Subsubsection
36476 Encabezado con ecuación en el índice
36477 \begin_inset ERT
36478 status collapsed
36479
36480 \begin_layout Plain Layout
36481
36482
36483 \backslash
36484 texorpdfstring{
36485 \end_layout
36486
36487 \end_inset
36488
36489  
36490 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36491 \end_inset
36492
36493
36494 \begin_inset ERT
36495 status collapsed
36496
36497 \begin_layout Plain Layout
36498
36499 }{}
36500 \end_layout
36501
36502 \end_inset
36503
36504
36505 \end_layout
36506
36507 \begin_layout Standard
36508 \begin_inset ERT
36509 status collapsed
36510
36511 \begin_layout Plain Layout
36512
36513
36514 \backslash
36515 unboldmath 
36516 \end_layout
36517
36518 \end_inset
36519
36520 En el primer encabezado se ha puesto un título breve, en el segundo un 
36521 \series bold
36522
36523 \backslash
36524 texorpdfstring
36525 \series default
36526 .
36527 \end_layout
36528
36529 \begin_layout Standard
36530 Para obtener el mismo formato que en los demás encabezados se han puesto
36531  ambos en un entorno 
36532 \series bold
36533 boldmath
36534 \series default
36535 .
36536 \begin_inset Foot
36537 status collapsed
36538
36539 \begin_layout Plain Layout
36540 véase 
36541 \begin_inset CommandInset ref
36542 LatexCommand ref
36543 reference "sub:Ecuaciones-en-negrita"
36544
36545 \end_inset
36546
36547
36548 \end_layout
36549
36550 \end_inset
36551
36552
36553 \end_layout
36554
36555 \begin_layout Subsection
36556 Ecuaciones en texto multicolumna
36557 \begin_inset Index idx
36558 status collapsed
36559
36560 \begin_layout Plain Layout
36561 Ecuación ! en texto multicolumna
36562 \end_layout
36563
36564 \end_inset
36565
36566
36567 \end_layout
36568
36569 \begin_layout Standard
36570 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36571  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36572  de la página.
36573  Esto se hace usando el paquete LaTeX 
36574 \series bold
36575 multicol
36576 \series default
36577 ,
36578 \begin_inset Foot
36579 status collapsed
36580
36581 \begin_layout Plain Layout
36582
36583 \series bold
36584 multicol
36585 \series default
36586  forma parte de las distribuciones LaTeX estándar.
36587 \end_layout
36588
36589 \end_inset
36590
36591
36592 \begin_inset Index idx
36593 status collapsed
36594
36595 \begin_layout Plain Layout
36596 Paquetes ! multicol
36597 \end_layout
36598
36599 \end_inset
36600
36601  que se carga en el preámbulo LaTeX con la línea
36602 \end_layout
36603
36604 \begin_layout Standard
36605
36606 \series bold
36607
36608 \backslash
36609 usepackage{multicol}
36610 \end_layout
36611
36612 \begin_layout Standard
36613 \begin_inset Note Greyedout
36614 status open
36615
36616 \begin_layout Plain Layout
36617 Ten en cuenta que la opción 
36618 \family sans
36619 Documento
36620 \begin_inset space ~
36621 \end_inset
36622
36623 con
36624 \begin_inset space ~
36625 \end_inset
36626
36627 dos
36628 \begin_inset space ~
36629 \end_inset
36630
36631 caras
36632 \family default
36633 , bajo 
36634 \family sans
36635 Diseño
36636 \begin_inset space ~
36637 \end_inset
36638
36639 de
36640 \begin_inset space ~
36641 \end_inset
36642
36643 página 
36644 \family default
36645 en el menú 
36646 \family sans
36647 Documento\SpecialChar \menuseparator
36648 Configuración
36649 \family default
36650  
36651 \emph on
36652 debe
36653 \emph default
36654  estar desmarcada.
36655 \end_layout
36656
36657 \end_inset
36658
36659
36660 \end_layout
36661
36662 \begin_layout Standard
36663 Antes del texto multicolumna se inserta en modo TeX el comando
36664 \end_layout
36665
36666 \begin_layout Standard
36667
36668 \series bold
36669
36670 \backslash
36671 begin{multicols}{número de columnas}
36672 \end_layout
36673
36674 \begin_layout Standard
36675 El número de columnas está en el rango 2-10.
36676  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36677  TeX el comando
36678 \end_layout
36679
36680 \begin_layout Standard
36681
36682 \series bold
36683
36684 \backslash
36685 end{multicols}
36686 \end_layout
36687
36688 \begin_layout Standard
36689 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
36690  Para quitarlo se inserta un espacio vertical de -6
36691 \begin_inset space \thinspace{}
36692 \end_inset
36693
36694 mm antes de la ecuación.
36695  Si se usa el estilo 
36696 \series bold
36697 Sangrado
36698 \series default
36699 ,
36700 \begin_inset Foot
36701 status collapsed
36702
36703 \begin_layout Plain Layout
36704 véase estilos de ecuación en 
36705 \begin_inset CommandInset ref
36706 LatexCommand ref
36707 reference "sec:Estilos-de-ecuación"
36708
36709 \end_inset
36710
36711
36712 \end_layout
36713
36714 \end_inset
36715
36716  se inserta un espacio de -9
36717 \begin_inset space \thinspace{}
36718 \end_inset
36719
36720 mm.
36721 \end_layout
36722
36723 \begin_layout Standard
36724 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
36725 \end_layout
36726
36727 \begin_layout Standard
36728
36729 \lang german
36730 \begin_inset ERT
36731 status collapsed
36732
36733 \begin_layout Plain Layout
36734
36735
36736 \backslash
36737 begin{multicols}{2}
36738 \end_layout
36739
36740 \end_inset
36741
36742 Das Spektrum wird fouriertransformiert.
36743  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36744 , Lösungsmittel) zu trennen.
36745  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36746  nun das Aussehen des Ausgangssignals.
36747  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36748  über alle Phasen integrieren muss.
36749  Sei nun 
36750 \begin_inset Formula $S$
36751 \end_inset
36752
36753  unser normiertes Ausgangssignal und 
36754 \begin_inset Formula $P$
36755 \end_inset
36756
36757  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36758 \begin_inset ERT
36759 status collapsed
36760
36761 \begin_layout Plain Layout
36762
36763
36764 \backslash
36765 end{multicols}
36766 \end_layout
36767
36768 \end_inset
36769
36770
36771 \begin_inset VSpace -6mm
36772 \end_inset
36773
36774
36775 \begin_inset Formula 
36776 \begin{equation}
36777 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36778 \end{equation}
36779
36780 \end_inset
36781
36782
36783 \begin_inset ERT
36784 status collapsed
36785
36786 \begin_layout Plain Layout
36787
36788
36789 \backslash
36790 begin{multicols}{2}
36791 \end_layout
36792
36793 \end_inset
36794
36795 wobei 
36796 \begin_inset Formula $S_{0}$
36797 \end_inset
36798
36799  das Signal ohne Gradient ist und die Normierungsbedingung 
36800 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36801 \end_inset
36802
36803  gilt.
36804  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36805  Direkt nach dem 
36806 \begin_inset Formula $\nicefrac{\pi}{2}$
36807 \end_inset
36808
36809
36810 \begin_inset space \thinspace{}
36811 \end_inset
36812
36813 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36814  das Signal zusätzlich abschwächt.
36815  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36816  
36817 \begin_inset Formula $T_{2}$
36818 \end_inset
36819
36820 -Zeit.
36821 \end_layout
36822
36823 \begin_layout Standard
36824
36825 \lang german
36826 \begin_inset ERT
36827 status collapsed
36828
36829 \begin_layout Plain Layout
36830
36831
36832 \backslash
36833 end{multicols}
36834 \end_layout
36835
36836 \end_inset
36837
36838
36839 \end_layout
36840
36841 \begin_layout Subsection
36842 Ecuaciones con descripción de variables
36843 \begin_inset Index idx
36844 status collapsed
36845
36846 \begin_layout Plain Layout
36847 Ecuación ! con descripción de variables
36848 \end_layout
36849
36850 \end_inset
36851
36852
36853 \end_layout
36854
36855 \begin_layout Standard
36856 Para describir variables en una ecuación, como en la fórmula 
36857 \begin_inset CommandInset ref
36858 LatexCommand eqref
36859 reference "eq:within"
36860
36861 \end_inset
36862
36863 , se inserta una matriz 2×
36864 \begin_inset Formula $n$
36865 \end_inset
36866
36867  con columnas alineadas a la izquierda para las 
36868 \emph on
36869
36870 \begin_inset Formula $n$
36871 \end_inset
36872
36873
36874 \emph default
36875  variables usadas.
36876 \begin_inset Foot
36877 status collapsed
36878
36879 \begin_layout Plain Layout
36880 véase matrices en 
36881 \begin_inset CommandInset ref
36882 LatexCommand ref
36883 reference "sec:Matrices"
36884
36885 \end_inset
36886
36887
36888 \end_layout
36889
36890 \end_inset
36891
36892  Para poner la descripción en tamaño más pequeño se inserta, por ejemplo,
36893  el comando 
36894 \series bold
36895
36896 \backslash
36897 footnotesize
36898 \series default
36899  antes de la matriz.
36900 \begin_inset Foot
36901 status collapsed
36902
36903 \begin_layout Plain Layout
36904 véase tamaños de tipografías en 
36905 \begin_inset CommandInset ref
36906 LatexCommand ref
36907 reference "sub:Tamaños-de-tipografías"
36908
36909 \end_inset
36910
36911 .
36912 \end_layout
36913
36914 \end_inset
36915
36916
36917 \end_layout
36918
36919 \begin_layout Standard
36920 Si se usa el estilo 
36921 \series bold
36922 Sangrado
36923 \series default
36924 ,
36925 \begin_inset Foot
36926 status collapsed
36927
36928 \begin_layout Plain Layout
36929 véase estilos de ecuación en 
36930 \begin_inset CommandInset ref
36931 LatexCommand ref
36932 reference "sec:Estilos-de-ecuación"
36933
36934 \end_inset
36935
36936
36937 \end_layout
36938
36939 \end_inset
36940
36941  se inserta un 
36942 \series bold
36943
36944 \backslash
36945 hfill
36946 \series default
36947
36948 \begin_inset Foot
36949 status collapsed
36950
36951 \begin_layout Plain Layout
36952
36953 \series bold
36954
36955 \backslash
36956 hfill
36957 \series default
36958  sólo funciona en ecuaciones en estilo 
36959 \series bold
36960 Sangrado
36961 \series default
36962 , véase 
36963 \begin_inset CommandInset ref
36964 LatexCommand ref
36965 reference "sub:Espacio-variable"
36966
36967 \end_inset
36968
36969
36970 \end_layout
36971
36972 \end_inset
36973
36974  delante y detrás de la matriz para que tenga la misma separación con la
36975  ecuación y con el margen.
36976 \end_layout
36977
36978 \begin_layout Standard
36979 Si se usa el estilo 
36980 \series bold
36981 Centrado
36982 \series default
36983  se emplea el método descrito en la 
36984 \begin_inset CommandInset ref
36985 LatexCommand ref
36986 reference "sub:Entorno-flalign"
36987
36988 \end_inset
36989
36990  para sangrar la ecuación.
36991  La ecuación 
36992 \begin_inset CommandInset ref
36993 LatexCommand eqref
36994 reference "eq:within"
36995
36996 \end_inset
36997
36998  consta de cinco columnas ya que las dos primeras contienen la fórmula,
36999  la tercera la matriz y la última una llave TeX vacía.
37000 \begin_inset Formula 
37001 \begin{flalign}
37002 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
37003 \rho & \mbox{densidad}\\
37004 V & \mbox{volumen}\\
37005 g & \mbox{aceleración gravitatoria}
37006 \end{array} &  & {}\label{eq:within}
37007 \end{flalign}
37008
37009 \end_inset
37010
37011
37012 \end_layout
37013
37014 \begin_layout Subsection
37015 Letras griegas minúsculas en redonda
37016 \begin_inset CommandInset label
37017 LatexCommand label
37018 name "sub:Griegas-en-redonda"
37019
37020 \end_inset
37021
37022
37023 \begin_inset Index idx
37024 status collapsed
37025
37026 \begin_layout Plain Layout
37027 Letras griegas ! en redonda
37028 \end_layout
37029
37030 \end_inset
37031
37032
37033 \end_layout
37034
37035 \begin_layout Standard
37036 La mayoría de las tipografías sólo suministran letras griegas minúsculas
37037  en cursiva.
37038  Pero para símbolos de partículas elementales como piones y neutrinos hacen
37039  falta letras griegas en redonda.
37040  El archivo 
37041 \series bold
37042 upgreek.sty
37043 \series default
37044
37045 \begin_inset Foot
37046 status collapsed
37047
37048 \begin_layout Plain Layout
37049
37050 \series bold
37051 upgreek
37052 \series default
37053  forma parte del paquete LaTeX 
37054 \series bold
37055 was
37056 \series default
37057
37058 \begin_inset Index idx
37059 status collapsed
37060
37061 \begin_layout Plain Layout
37062 Paquetes ! was
37063 \begin_inset ERT
37064 status collapsed
37065
37066 \begin_layout Plain Layout
37067
37068
37069 \backslash
37070 vspace{4mm}
37071 \end_layout
37072
37073 \end_inset
37074
37075
37076 \end_layout
37077
37078 \end_inset
37079
37080 .
37081 \end_layout
37082
37083 \end_inset
37084
37085
37086 \begin_inset Index idx
37087 status collapsed
37088
37089 \begin_layout Plain Layout
37090 Paquetes ! upgreek
37091 \end_layout
37092
37093 \end_inset
37094
37095 , que se carga en el preámbulo LaTeX con la línea
37096 \end_layout
37097
37098 \begin_layout Standard
37099
37100 \series bold
37101
37102 \backslash
37103 usepackage{upgreek}
37104 \end_layout
37105
37106 \begin_layout Standard
37107 las suministra.
37108  
37109 \begin_inset ERT
37110 status collapsed
37111
37112 \begin_layout Plain Layout
37113
37114
37115 \backslash
37116 ifupgreek 
37117 \end_layout
37118
37119 \end_inset
37120
37121
37122 \begin_inset Note Note
37123 status open
37124
37125 \begin_layout Plain Layout
37126 Lo siguiente sólo se podrá ver si está instalado el paquete LaTeX 
37127 \series bold
37128 upgreek
37129 \series default
37130 :
37131 \end_layout
37132
37133 \end_inset
37134
37135  Se imprimen con el comando de la letra correspondiente precedido de 
37136 \series bold
37137 up
37138 \series default
37139 .
37140  Por ejemplo, el comando 
37141 \series bold
37142
37143 \backslash
37144 uptau
37145 \series default
37146  genera: 
37147 \begin_inset Formula $\uptau$
37148 \end_inset
37149
37150
37151 \end_layout
37152
37153 \begin_layout Standard
37154 Con estos comandos se pueden escribir reacciones entre partículas elementales:
37155 \begin_inset Formula 
37156 \[
37157 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
37158 \]
37159
37160 \end_inset
37161
37162
37163 \end_layout
37164
37165 \begin_layout Standard
37166 Las letras en redonda son más remarcadas y más grandes que las correspondientes
37167  en cursiva.
37168  Por tanto no deberían emplearse para unidades como 
37169 \begin_inset Quotes fld
37170 \end_inset
37171
37172 µm
37173 \begin_inset Quotes frd
37174 \end_inset
37175
37176 .
37177 \end_layout
37178
37179 \begin_layout Standard
37180 \begin_inset ERT
37181 status collapsed
37182
37183 \begin_layout Plain Layout
37184
37185
37186 \backslash
37187 else 
37188 \end_layout
37189
37190 \end_inset
37191
37192
37193 \begin_inset Note Note
37194 status open
37195
37196 \begin_layout Plain Layout
37197 Lo siguiente se mostrará si el paquete LaTeX 
37198 \series bold
37199 upgreek
37200 \series default
37201  no está instalado:
37202 \end_layout
37203
37204 \end_inset
37205
37206
37207 \end_layout
37208
37209 \begin_layout Standard
37210 Debes instalar el paquete LaTeX 
37211 \series bold
37212 upgreek
37213 \series default
37214  para ver en la salida el resto de esta subsección.
37215  
37216 \end_layout
37217
37218 \begin_layout Standard
37219 \begin_inset ERT
37220 status collapsed
37221
37222 \begin_layout Plain Layout
37223
37224
37225 \backslash
37226 fi
37227 \end_layout
37228
37229 \end_inset
37230
37231
37232 \end_layout
37233
37234 \begin_layout Standard
37235 \begin_inset Newpage newpage
37236 \end_inset
37237
37238
37239 \end_layout
37240
37241 \begin_layout Subsection
37242 Caracteres de texto en ecuaciones
37243 \begin_inset CommandInset label
37244 LatexCommand label
37245 name "sub:Caracteres-de-texto"
37246
37247 \end_inset
37248
37249
37250 \begin_inset Index idx
37251 status collapsed
37252
37253 \begin_layout Plain Layout
37254 Texto ! en ecuaciones
37255 \end_layout
37256
37257 \end_inset
37258
37259
37260 \end_layout
37261
37262 \begin_layout Standard
37263 En algunos casos podrías querer insertar caracteres de texto directamente
37264  en ecuaciones.
37265  Por ejemplo, cuando se usa con frecuencia el punto centrado 
37266 \begin_inset Formula $\cdot$
37267 \end_inset
37268
37269  en expresiones como 
37270 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
37271 \end_inset
37272
37273 , habría que insertar el comando 
37274 \series bold
37275
37276 \backslash
37277 cdot
37278 \series default
37279
37280 \begin_inset Foot
37281 status collapsed
37282
37283 \begin_layout Plain Layout
37284 véase 
37285 \begin_inset CommandInset ref
37286 LatexCommand ref
37287 reference "sub:Operadores-binarios"
37288
37289 \end_inset
37290
37291
37292 \end_layout
37293
37294 \end_inset
37295
37296  continuamente, porque este carácter está definido en todas las codificaciones
37297  como carácter de texto.
37298  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
37299 \end_layout
37300
37301 \begin_layout Standard
37302
37303 \series bold
37304
37305 \backslash
37306 Declare Inputtext{183}{
37307 \backslash
37308 ifmmode
37309 \backslash
37310 cdot
37311 \backslash
37312 else
37313 \backslash
37314 textperiodcentered
37315 \backslash
37316 f\SpecialChar \textcompwordmark{}
37317 i}
37318 \end_layout
37319
37320 \begin_layout Standard
37321 La codificación de caracteres (menú 
37322 \family sans
37323 Documento\SpecialChar \menuseparator
37324 Configuración\SpecialChar \menuseparator
37325 Idioma
37326 \family default
37327 ) especifica el carácter que se muestra al pulsar una tecla.
37328  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
37329  
37330 \series bold
37331
37332 \backslash
37333 textperiodcentered
37334 \series default
37335 .
37336  Pero este comando no está disponible en ecuaciones así que obtendrías errores
37337  de LaTeX.
37338  Con la codificación cambiada se escoge automáticamente el comando correcto,
37339  dependiendo de si el carácter se ha insertado en una ecuación o no.
37340 \end_layout
37341
37342 \begin_layout Standard
37343 La codificación de diversos caracteres se guarda en archivos de definición.
37344  Por ejemplo la codificación 
37345 \series bold
37346 latin9
37347 \series default
37348  se define en el archivo 
37349 \series bold
37350 latin9.def
37351 \series default
37352  que está en el directorio de LaTeX.
37353  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
37354  archivo de definición, de lo contrario nuestros documentos no podrían ser
37355  editados en otros ordenadores.
37356 \begin_inset VSpace medskip
37357 \end_inset
37358
37359
37360 \end_layout
37361
37362 \begin_layout Standard
37363 Además del punto centrado, en este documento se ha definido el símbolo grado
37364  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
37365  directamente en una fórmula:
37366 \end_layout
37367
37368 \begin_layout Standard
37369
37370 \series bold
37371
37372 \backslash
37373 DeclareInputtext{176}{
37374 \backslash
37375 ifmmode^
37376 \backslash
37377 circ
37378 \backslash
37379 else
37380 \backslash
37381 textdegree
37382 \backslash
37383 f\SpecialChar \textcompwordmark{}
37384 i}
37385 \begin_inset Newpage newpage
37386 \end_inset
37387
37388
37389 \end_layout
37390
37391 \begin_layout Section
37392 \start_of_appendix
37393 Notas sobre tipografía
37394 \begin_inset Index idx
37395 status collapsed
37396
37397 \begin_layout Plain Layout
37398 Tipografía, normas
37399 \end_layout
37400
37401 \end_inset
37402
37403
37404 \end_layout
37405
37406 \begin_layout Standard
37407 Esta sección es un resumen de las normas tipográficas ISO más importantes.
37408 \begin_inset Foot
37409 status collapsed
37410
37411 \begin_layout Plain Layout
37412 Este compendio se ha tomado parcialmente del diccionario semi-oficial alemán
37413  
37414 \begin_inset Quotes fld
37415 \end_inset
37416
37417 Duden
37418 \begin_inset Quotes frd
37419 \end_inset
37420
37421  
37422 \begin_inset CommandInset citation
37423 LatexCommand cite
37424 key "Duden"
37425
37426 \end_inset
37427
37428 , que incluye algunas de las normas ISO.
37429  
37430 \begin_inset Newline newline
37431 \end_inset
37432
37433 (
37434 \emph on
37435 N.
37436 \begin_inset space \thinspace{}
37437 \end_inset
37438
37439 del t.
37440 \emph default
37441 : Para documentación en español sobre el tema, véase 
37442 \begin_inset CommandInset citation
37443 LatexCommand cite
37444 key "Bezos"
37445
37446 \end_inset
37447
37448 .)
37449 \end_layout
37450
37451 \end_inset
37452
37453
37454 \end_layout
37455
37456 \begin_layout Itemize
37457 Las unidades físicas se escriben 
37458 \emph on
37459 siempre 
37460 \emph default
37461 en redonda
37462 \begin_inset Foot
37463 status collapsed
37464
37465 \begin_layout Plain Layout
37466 véase estilos de tipografías en 
37467 \begin_inset CommandInset ref
37468 LatexCommand ref
37469 reference "sub:Estilos-de-tipografías"
37470
37471 \end_inset
37472
37473
37474 \end_layout
37475
37476 \end_inset
37477
37478 , aunque aparezcan en un texto en cursiva: 30
37479 \begin_inset space \thinspace{}
37480 \end_inset
37481
37482 km/h
37483 \begin_inset Newline newline
37484 \end_inset
37485
37486 Entre el valor y la unidad hay un espacio delgado, véase 
37487 \begin_inset CommandInset ref
37488 LatexCommand ref
37489 reference "sub:Espacio-predefinido"
37490
37491 \end_inset
37492
37493 .
37494 \begin_inset Newline newline
37495 \end_inset
37496
37497 Esta norma la cumple automáticamente el comando 
37498 \series bold
37499
37500 \backslash
37501 unittwo
37502 \series default
37503 .
37504  Si se introduce en una fórmula aparecen dos marcos.
37505  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
37506  como antes, 
37507 \begin_inset Formula $\unit[30]{km/h}$
37508 \end_inset
37509
37510
37511 \begin_inset space \thinspace{}
37512 \end_inset
37513
37514 .
37515  Ten en cuenta que 
37516 \series bold
37517
37518 \backslash
37519 unittwo
37520 \series default
37521  no es un auténtico comando LaTeX, sino el comando 
37522 \series bold
37523
37524 \backslash
37525 unit[value]{unit}
37526 \series default
37527 , por tanto no lo puedes usar en código TeX.
37528 \end_layout
37529
37530 \begin_layout Itemize
37531 Los signos por ciento y por mil se escriben como las unidades físicas:
37532 \begin_inset Newline newline
37533 \end_inset
37534
37535 1,2
37536 \begin_inset space \thinspace{}
37537 \end_inset
37538
37539 ‰ de alcohol en sangre.
37540 \end_layout
37541
37542 \begin_layout Itemize
37543 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
37544  otra unidad: 15
37545 \begin_inset space \thinspace{}
37546 \end_inset
37547
37548 °C
37549 \end_layout
37550
37551 \begin_layout Itemize
37552 En números con más de cuatro dígitos se inserta un espacio delgado para
37553  separarlos en grupos de tres cifras: 18
37554 \begin_inset space \thinspace{}
37555 \end_inset
37556
37557 473
37558 \begin_inset space \thinspace{}
37559 \end_inset
37560
37561 588
37562 \end_layout
37563
37564 \begin_layout Itemize
37565 Para dimensiones como 120×90×40
37566 \begin_inset space \thinspace{}
37567 \end_inset
37568
37569 cm se usa el aspa de multiplicar 
37570 \begin_inset Quotes fld
37571 \end_inset
37572
37573 ×
37574 \begin_inset Quotes frd
37575 \end_inset
37576
37577 .
37578  Está disponible en el menú 
37579 \family sans
37580 Insertar\SpecialChar \menuseparator
37581 Carácter especial
37582 \family default
37583 \SpecialChar \menuseparator
37584
37585 \family sans
37586 Símbolos
37587 \family default
37588  o bien mediante el comando 
37589 \series bold
37590
37591 \backslash
37592 times
37593 \series default
37594 .
37595  Se puede insertar directamente con cierta combinación de teclas.
37596 \end_layout
37597
37598 \begin_layout Itemize
37599 Las funciones con nombres que constan de varias letras se escriben en redonda
37600  para evitar confusiones, véase 
37601 \begin_inset CommandInset ref
37602 LatexCommand ref
37603 reference "sub:Funciones-predefinidas"
37604
37605 \end_inset
37606
37607 .
37608 \end_layout
37609
37610 \begin_layout Itemize
37611 Los índices que constan de varias letras se escriben en redonda: 
37612 \begin_inset Formula $E_{\mathrm{cin}}$
37613 \end_inset
37614
37615
37616 \begin_inset Newline newline
37617 \end_inset
37618
37619 Los componentes de una matriz se escriben en cursiva: 
37620 \begin_inset Formula $\hat{H}_{kl}$
37621 \end_inset
37622
37623
37624 \end_layout
37625
37626 \begin_layout Itemize
37627 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37628  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37629 s con otras variables.
37630 \end_layout
37631
37632 \begin_layout Itemize
37633 El carácter que indica una transformación 
37634 \noun on
37635 Fourier
37636 \noun default
37637  se inserta con el comando 
37638 \series bold
37639
37640 \backslash
37641 mathscr
37642 \begin_inset space \textvisiblespace{}
37643 \end_inset
37644
37645 F
37646 \series default
37647  o mediante el menú
37648 \family sans
37649  Insertar\SpecialChar \menuseparator
37650 Carácter especial
37651 \family default
37652 \SpecialChar \menuseparator
37653
37654 \family sans
37655 Símbolos\SpecialChar \menuseparator
37656 Símbolos de letra
37657 \family default
37658
37659 \begin_inset Formula $\mathscr{F}$
37660 \end_inset
37661
37662
37663 \end_layout
37664
37665 \begin_layout Standard
37666 \begin_inset Newpage newpage
37667 \end_inset
37668
37669
37670 \end_layout
37671
37672 \begin_layout Section
37673 Sinónimos
37674 \begin_inset Index idx
37675 status collapsed
37676
37677 \begin_layout Plain Layout
37678 Sinónimos
37679 \end_layout
37680
37681 \end_inset
37682
37683
37684 \end_layout
37685
37686 \begin_layout Standard
37687 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
37688  como los que se recogen en esta lista:
37689 \begin_inset Foot
37690 status collapsed
37691
37692 \begin_layout Plain Layout
37693 véase también 
37694 \begin_inset CommandInset ref
37695 LatexCommand ref
37696 reference "fn:sinónimos"
37697
37698 \end_inset
37699
37700 .
37701 \end_layout
37702
37703 \end_inset
37704
37705
37706 \end_layout
37707
37708 \begin_layout Standard
37709 \begin_inset VSpace bigskip
37710 \end_inset
37711
37712
37713 \begin_inset space \hfill{}
37714 \end_inset
37715
37716
37717 \begin_inset Tabular
37718 <lyxtabular version="3" rows="12" columns="2">
37719 <features rotate="0" tabularvalignment="middle">
37720 <column alignment="center" valignment="top" width="0pt">
37721 <column alignment="center" valignment="top" width="0pt">
37722 <row>
37723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37724 \begin_inset Text
37725
37726 \begin_layout Plain Layout
37727 Comando
37728 \end_layout
37729
37730 \end_inset
37731 </cell>
37732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37733 \begin_inset Text
37734
37735 \begin_layout Plain Layout
37736 equivalente a
37737 \begin_inset Note Note
37738 status collapsed
37739
37740 \begin_layout Plain Layout
37741
37742 \series bold
37743
37744 \backslash
37745 raisebox
37746 \series default
37747  se usa sólo como espaciador
37748 \end_layout
37749
37750 \end_inset
37751
37752
37753 \end_layout
37754
37755 \end_inset
37756 </cell>
37757 </row>
37758 <row>
37759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37760 \begin_inset Text
37761
37762 \begin_layout Plain Layout
37763
37764 \backslash
37765 ast
37766 \end_layout
37767
37768 \end_inset
37769 </cell>
37770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37771 \begin_inset Text
37772
37773 \begin_layout Plain Layout
37774 \begin_inset ERT
37775 status collapsed
37776
37777 \begin_layout Plain Layout
37778
37779
37780 \backslash
37781 raisebox{-1.2mm}{
37782 \end_layout
37783
37784 \end_inset
37785
37786 *
37787 \begin_inset ERT
37788 status collapsed
37789
37790 \begin_layout Plain Layout
37791
37792 }
37793 \end_layout
37794
37795 \end_inset
37796
37797
37798 \end_layout
37799
37800 \end_inset
37801 </cell>
37802 </row>
37803 <row>
37804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37805 \begin_inset Text
37806
37807 \begin_layout Plain Layout
37808
37809 \backslash
37810 choose
37811 \end_layout
37812
37813 \end_inset
37814 </cell>
37815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37816 \begin_inset Text
37817
37818 \begin_layout Plain Layout
37819
37820 \backslash
37821 binom
37822 \end_layout
37823
37824 \end_inset
37825 </cell>
37826 </row>
37827 <row>
37828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37829 \begin_inset Text
37830
37831 \begin_layout Plain Layout
37832
37833 \backslash
37834 geq
37835 \end_layout
37836
37837 \end_inset
37838 </cell>
37839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37840 \begin_inset Text
37841
37842 \begin_layout Plain Layout
37843
37844 \backslash
37845 ge
37846 \end_layout
37847
37848 \end_inset
37849 </cell>
37850 </row>
37851 <row>
37852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37853 \begin_inset Text
37854
37855 \begin_layout Plain Layout
37856
37857 \backslash
37858 lbrace
37859 \end_layout
37860
37861 \end_inset
37862 </cell>
37863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37864 \begin_inset Text
37865
37866 \begin_layout Plain Layout
37867 {
37868 \end_layout
37869
37870 \end_inset
37871 </cell>
37872 </row>
37873 <row>
37874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37875 \begin_inset Text
37876
37877 \begin_layout Plain Layout
37878
37879 \backslash
37880 lbracket
37881 \end_layout
37882
37883 \end_inset
37884 </cell>
37885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37886 \begin_inset Text
37887
37888 \begin_layout Plain Layout
37889 [
37890 \end_layout
37891
37892 \end_inset
37893 </cell>
37894 </row>
37895 <row>
37896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37897 \begin_inset Text
37898
37899 \begin_layout Plain Layout
37900
37901 \backslash
37902 leftarrow
37903 \end_layout
37904
37905 \end_inset
37906 </cell>
37907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37908 \begin_inset Text
37909
37910 \begin_layout Plain Layout
37911
37912 \backslash
37913 gets
37914 \end_layout
37915
37916 \end_inset
37917 </cell>
37918 </row>
37919 <row>
37920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37921 \begin_inset Text
37922
37923 \begin_layout Plain Layout
37924
37925 \backslash
37926 leq
37927 \end_layout
37928
37929 \end_inset
37930 </cell>
37931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37932 \begin_inset Text
37933
37934 \begin_layout Plain Layout
37935
37936 \backslash
37937 le
37938 \end_layout
37939
37940 \end_inset
37941 </cell>
37942 </row>
37943 <row>
37944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37945 \begin_inset Text
37946
37947 \begin_layout Plain Layout
37948
37949 \backslash
37950 lor
37951 \end_layout
37952
37953 \end_inset
37954 </cell>
37955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37956 \begin_inset Text
37957
37958 \begin_layout Plain Layout
37959
37960 \backslash
37961 vee
37962 \end_layout
37963
37964 \end_inset
37965 </cell>
37966 </row>
37967 <row>
37968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37969 \begin_inset Text
37970
37971 \begin_layout Plain Layout
37972
37973 \backslash
37974 neq
37975 \end_layout
37976
37977 \end_inset
37978 </cell>
37979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37980 \begin_inset Text
37981
37982 \begin_layout Plain Layout
37983
37984 \backslash
37985 not=
37986 \end_layout
37987
37988 \end_inset
37989 </cell>
37990 </row>
37991 <row>
37992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37993 \begin_inset Text
37994
37995 \begin_layout Plain Layout
37996
37997 \backslash
37998 slash
37999 \end_layout
38000
38001 \end_inset
38002 </cell>
38003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38004 \begin_inset Text
38005
38006 \begin_layout Plain Layout
38007 /
38008 \end_layout
38009
38010 \end_inset
38011 </cell>
38012 </row>
38013 <row>
38014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38015 \begin_inset Text
38016
38017 \begin_layout Plain Layout
38018
38019 \backslash
38020 vert
38021 \end_layout
38022
38023 \end_inset
38024 </cell>
38025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38026 \begin_inset Text
38027
38028 \begin_layout Plain Layout
38029 |
38030 \end_layout
38031
38032 \end_inset
38033 </cell>
38034 </row>
38035 </lyxtabular>
38036
38037 \end_inset
38038
38039
38040 \begin_inset space \hfill{}
38041 \end_inset
38042
38043
38044 \begin_inset Tabular
38045 <lyxtabular version="3" rows="12" columns="2">
38046 <features rotate="0" tabularvalignment="middle">
38047 <column alignment="center" valignment="top" width="0pt">
38048 <column alignment="center" valignment="top" width="0pt">
38049 <row>
38050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38051 \begin_inset Text
38052
38053 \begin_layout Plain Layout
38054 Comando
38055 \end_layout
38056
38057 \end_inset
38058 </cell>
38059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38060 \begin_inset Text
38061
38062 \begin_layout Plain Layout
38063 equivalente a
38064 \end_layout
38065
38066 \end_inset
38067 </cell>
38068 </row>
38069 <row>
38070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38071 \begin_inset Text
38072
38073 \begin_layout Plain Layout
38074
38075 \backslash
38076 backslash
38077 \end_layout
38078
38079 \end_inset
38080 </cell>
38081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38082 \begin_inset Text
38083
38084 \begin_layout Plain Layout
38085
38086 \backslash
38087
38088 \backslash
38089
38090 \end_layout
38091
38092 \end_inset
38093 </cell>
38094 </row>
38095 <row>
38096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38097 \begin_inset Text
38098
38099 \begin_layout Plain Layout
38100
38101 \backslash
38102 dasharrow
38103 \end_layout
38104
38105 \end_inset
38106 </cell>
38107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38108 \begin_inset Text
38109
38110 \begin_layout Plain Layout
38111
38112 \backslash
38113 dashrightarrow
38114 \end_layout
38115
38116 \end_inset
38117 </cell>
38118 </row>
38119 <row>
38120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38121 \begin_inset Text
38122
38123 \begin_layout Plain Layout
38124
38125 \backslash
38126 land
38127 \end_layout
38128
38129 \end_inset
38130 </cell>
38131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38132 \begin_inset Text
38133
38134 \begin_layout Plain Layout
38135
38136 \backslash
38137 wedge
38138 \end_layout
38139
38140 \end_inset
38141 </cell>
38142 </row>
38143 <row>
38144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38145 \begin_inset Text
38146
38147 \begin_layout Plain Layout
38148
38149 \backslash
38150 rbrace
38151 \end_layout
38152
38153 \end_inset
38154 </cell>
38155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38156 \begin_inset Text
38157
38158 \begin_layout Plain Layout
38159 }
38160 \end_layout
38161
38162 \end_inset
38163 </cell>
38164 </row>
38165 <row>
38166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38167 \begin_inset Text
38168
38169 \begin_layout Plain Layout
38170
38171 \backslash
38172 rbracket
38173 \end_layout
38174
38175 \end_inset
38176 </cell>
38177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38178 \begin_inset Text
38179
38180 \begin_layout Plain Layout
38181 ]
38182 \end_layout
38183
38184 \end_inset
38185 </cell>
38186 </row>
38187 <row>
38188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38189 \begin_inset Text
38190
38191 \begin_layout Plain Layout
38192
38193 \backslash
38194 rightarrow
38195 \end_layout
38196
38197 \end_inset
38198 </cell>
38199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38200 \begin_inset Text
38201
38202 \begin_layout Plain Layout
38203
38204 \backslash
38205 to
38206 \end_layout
38207
38208 \end_inset
38209 </cell>
38210 </row>
38211 <row>
38212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38213 \begin_inset Text
38214
38215 \begin_layout Plain Layout
38216
38217 \backslash
38218 lnot
38219 \end_layout
38220
38221 \end_inset
38222 </cell>
38223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38224 \begin_inset Text
38225
38226 \begin_layout Plain Layout
38227
38228 \backslash
38229 neg
38230 \end_layout
38231
38232 \end_inset
38233 </cell>
38234 </row>
38235 <row>
38236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38237 \begin_inset Text
38238
38239 \begin_layout Plain Layout
38240
38241 \backslash
38242 ne
38243 \end_layout
38244
38245 \end_inset
38246 </cell>
38247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38248 \begin_inset Text
38249
38250 \begin_layout Plain Layout
38251
38252 \backslash
38253 not=
38254 \end_layout
38255
38256 \end_inset
38257 </cell>
38258 </row>
38259 <row>
38260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38261 \begin_inset Text
38262
38263 \begin_layout Plain Layout
38264
38265 \backslash
38266 owns
38267 \end_layout
38268
38269 \end_inset
38270 </cell>
38271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38272 \begin_inset Text
38273
38274 \begin_layout Plain Layout
38275
38276 \backslash
38277 ni
38278 \end_layout
38279
38280 \end_inset
38281 </cell>
38282 </row>
38283 <row>
38284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38285 \begin_inset Text
38286
38287 \begin_layout Plain Layout
38288
38289 \backslash
38290 square
38291 \end_layout
38292
38293 \end_inset
38294 </cell>
38295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38296 \begin_inset Text
38297
38298 \begin_layout Plain Layout
38299
38300 \backslash
38301 Box
38302 \end_layout
38303
38304 \end_inset
38305 </cell>
38306 </row>
38307 <row>
38308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38309 \begin_inset Text
38310
38311 \begin_layout Plain Layout
38312
38313 \backslash
38314 Vert
38315 \end_layout
38316
38317 \end_inset
38318 </cell>
38319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38320 \begin_inset Text
38321
38322 \begin_layout Plain Layout
38323
38324 \backslash
38325 |
38326 \end_layout
38327
38328 \end_inset
38329 </cell>
38330 </row>
38331 </lyxtabular>
38332
38333 \end_inset
38334
38335
38336 \begin_inset space \hfill{}
38337 \end_inset
38338
38339
38340 \end_layout
38341
38342 \begin_layout Standard
38343 \begin_inset Newpage newpage
38344 \end_inset
38345
38346
38347 \end_layout
38348
38349 \begin_layout Bibliography
38350 \begin_inset CommandInset bibitem
38351 LatexCommand bibitem
38352 key "TLC2"
38353
38354 \end_inset
38355
38356
38357 \shape smallcaps
38358 Mittelbach, F.
38359  ; Goossens, M.
38360 \shape default
38361
38362 \shape italic
38363 The LaTeX Companion
38364 \shape default
38365 .
38366  Addison Wesley, 2004
38367 \end_layout
38368
38369 \begin_layout Bibliography
38370 \begin_inset CommandInset bibitem
38371 LatexCommand bibitem
38372 key "Mathmode"
38373
38374 \end_inset
38375
38376
38377 \begin_inset CommandInset href
38378 LatexCommand href
38379 name "Descripción"
38380 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38381
38382 \end_inset
38383
38384  de habilidades matemáticas de LaTeX
38385 \end_layout
38386
38387 \begin_layout Bibliography
38388 \begin_inset CommandInset bibitem
38389 LatexCommand bibitem
38390 key "AMS"
38391
38392 \end_inset
38393
38394
38395 \begin_inset CommandInset href
38396 LatexCommand href
38397 name "Descripción"
38398 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
38399
38400 \end_inset
38401
38402  de 
38403 \begin_inset ERT
38404 status collapsed
38405
38406 \begin_layout Plain Layout
38407
38408
38409 \backslash
38410 AmS
38411 \end_layout
38412
38413 \end_inset
38414
38415 -LaTeX
38416 \end_layout
38417
38418 \begin_layout Bibliography
38419 \begin_inset CommandInset bibitem
38420 LatexCommand bibitem
38421 key "Symbols"
38422
38423 \end_inset
38424
38425
38426 \begin_inset CommandInset href
38427 LatexCommand href
38428 name "Lista"
38429 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38430
38431 \end_inset
38432
38433  de todos los símbolos disponibles con paquetes LaTeX
38434 \end_layout
38435
38436 \begin_layout Bibliography
38437 \begin_inset CommandInset bibitem
38438 LatexCommand bibitem
38439 key "cancel"
38440
38441 \end_inset
38442
38443
38444 \begin_inset CommandInset href
38445 LatexCommand href
38446 name "Documentación"
38447 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38448
38449 \end_inset
38450
38451  del paquete LaTeX 
38452 \series bold
38453 cancel
38454 \series default
38455
38456 \begin_inset Index idx
38457 status collapsed
38458
38459 \begin_layout Plain Layout
38460 Paquetes ! cancel
38461 \end_layout
38462
38463 \end_inset
38464
38465
38466 \end_layout
38467
38468 \begin_layout Bibliography
38469 \begin_inset CommandInset bibitem
38470 LatexCommand bibitem
38471 key "hyperref"
38472
38473 \end_inset
38474
38475
38476 \begin_inset CommandInset href
38477 LatexCommand href
38478 name "Documentación"
38479 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38480
38481 \end_inset
38482
38483  del paquete LaTeX 
38484 \series bold
38485 hyperref
38486 \series default
38487
38488 \begin_inset Index idx
38489 status collapsed
38490
38491 \begin_layout Plain Layout
38492 Paquetes ! hyperref
38493 \end_layout
38494
38495 \end_inset
38496
38497
38498 \end_layout
38499
38500 \begin_layout Bibliography
38501 \begin_inset CommandInset bibitem
38502 LatexCommand bibitem
38503 key "mhchem"
38504
38505 \end_inset
38506
38507
38508 \begin_inset CommandInset href
38509 LatexCommand href
38510 name "Documentación"
38511 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38512
38513 \end_inset
38514
38515  del paquete LaTeX 
38516 \series bold
38517 mhchem
38518 \series default
38519
38520 \begin_inset Index idx
38521 status collapsed
38522
38523 \begin_layout Plain Layout
38524 Paquetes ! mhchem
38525 \end_layout
38526
38527 \end_inset
38528
38529
38530 \end_layout
38531
38532 \begin_layout Bibliography
38533 \begin_inset CommandInset bibitem
38534 LatexCommand bibitem
38535 key "Mathclap"
38536
38537 \end_inset
38538
38539
38540 \begin_inset CommandInset href
38541 LatexCommand href
38542 name "Descripción"
38543 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38544
38545 \end_inset
38546
38547  del comando 
38548 \series bold
38549
38550 \backslash
38551 mathclap
38552 \series default
38553 , descrito en 
38554 \begin_inset CommandInset ref
38555 LatexCommand ref
38556 reference "sub:Límites-de-operadores"
38557
38558 \end_inset
38559
38560
38561 \begin_inset Index idx
38562 status collapsed
38563
38564 \begin_layout Plain Layout
38565 Comandos ! M ! 
38566 \backslash
38567 mathclap
38568 \end_layout
38569
38570 \end_inset
38571
38572
38573 \end_layout
38574
38575 \begin_layout Bibliography
38576 \begin_inset CommandInset bibitem
38577 LatexCommand bibitem
38578 key "Duden"
38579
38580 \end_inset
38581
38582
38583 \emph on
38584 Duden Band 1
38585 \emph default
38586 .
38587  22.
38588  Auflage, Duden 2001
38589 \end_layout
38590
38591 \begin_layout Bibliography
38592 \begin_inset CommandInset bibitem
38593 LatexCommand bibitem
38594 key "spanish"
38595
38596 \end_inset
38597
38598
38599 \begin_inset CommandInset href
38600 LatexCommand href
38601 name "Página web"
38602 target "http://www.tex-tipografia.com/spanish.html"
38603
38604 \end_inset
38605
38606  del estilo 
38607 \series bold
38608 spanish
38609 \family sans
38610 \series default
38611  
38612 \family default
38613 incluido en el paquete 
38614 \series bold
38615 babel
38616 \end_layout
38617
38618 \begin_layout Bibliography
38619 \begin_inset CommandInset bibitem
38620 LatexCommand bibitem
38621 key "Bezos"
38622
38623 \end_inset
38624
38625
38626 \begin_inset CommandInset href
38627 LatexCommand href
38628 name "Documento"
38629 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38630
38631 \end_inset
38632
38633  sobre ortotipografía y notaciones matemáticas en español
38634 \end_layout
38635
38636 \begin_layout Standard
38637 \begin_inset CommandInset index_print
38638 LatexCommand printindex
38639 type "idx"
38640
38641 \end_inset
38642
38643
38644 \end_layout
38645
38646 \end_body
38647 \end_document