]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
Math.lyx: replace tables by formal ones - part 1
[lyx.git] / lib / doc / es / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 498
3 \begin_document
4 \begin_header
5 \origin unavailable
6 \textclass scrartcl
7 \begin_preamble
8 % DO NOT ALTER THIS PREAMBLE!!!
9 %
10 % This preamble is designed to ensure that the file prints
11 % out as advertised. If you mess with this preamble,
12 % parts of this document may not print out as expected.  If you
13 % have problems LaTeXing this file, please contact 
14 % the documentation team
15 % email: lyx-docs@lists.lyx.org
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % increase link area for cross-references and autoname them,
37 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
38 \addto\extrasspanish{%
39  \renewcommand*{\equationautorefname}[1]{}%
40  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
41  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
42  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
43 }
44
45 % don't load packages twice
46 % see first footnote in sec. 9.3
47 \@ifundefined{textcolor}{\usepackage{color}}{}
48
49 % the pages of the TOC are numbered roman
50 % and a PDF-bookmark for the TOC is added
51 \pagenumbering{roman}
52 \let\myTOC\tableofcontents
53 \renewcommand{\tableofcontents}{%
54  \vspace{1cm}
55  \pdfbookmark[1]{\contentsname}{}
56  \myTOC
57  \cleardoublepage
58  \pagenumbering{arabic}}
59
60 % add 0.5 mm vertical space for table rows
61 \@ifundefined{extrarowheight} {\usepackage{array}}{}
62 \setlength{\extrarowheight}{0.5mm}
63
64 % insert additional vertical space of 1.5 mm between footnotes,
65 \let\myFoot\footnote
66 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
67
68 % makes caption labels bold
69 \setkomafont{captionlabel}{\bfseries}
70
71 % enables calculation of values
72 \usepackage{calc}
73
74 % for multiple columns used in sec. 24.7
75 \usepackage{multicol}
76
77 % needed in sec. 19.4
78 \usepackage{remreset}
79
80 % for the Fourier transformation symbol
81 \usepackage{mathrsfs}
82
83 % define a color, used in sec.9.3
84 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
85
86 % declare operators (see sec. 10.4 and sec. 15.2)
87 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
88 \DeclareMathOperator{\sgn}{sgn}
89
90 % example definitions for sec. 20.1 
91 \newcommand{\gr}{\Longrightarrow}
92 \newcommand{\us}[1]{\underline{#1}}
93 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
94 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
95 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
96
97 % example macro from sec. 19.4
98 %\def\tagform@#1{\maketag@@@{|#1|}}
99
100
101 % ------------------------------------
102 % used to check for needed LaTeX packages
103 \usepackage{ifthen}
104
105 % check for package undertilde
106 % used for the command \utilde
107 \newboolean{undertilde}
108 \IfFileExists{undertilde.sty}
109  {\usepackage{undertilde}
110   \setboolean{undertilde}{true}}
111  {\setboolean{undertilde}{false}}
112
113 % check for package eurosym
114 % used for the Euro symbol
115 \newboolean{eurosym}
116 \IfFileExists{eurosym.sty}
117  {\usepackage[gennarrow]{eurosym}
118   \setboolean{eurosym}{true}}
119  {\setboolean{eurosym}{false}}
120
121 % check for package braket
122 % used for physical vectors
123 \newboolean{braket}
124 \IfFileExists{braket.sty}
125  {\usepackage{braket}
126   \setboolean{braket}{true}}
127  {\setboolean{braket}{false}}
128
129 % check for package cancel
130 \newboolean{cancel}
131 \IfFileExists{cancel.sty}
132  {\usepackage{cancel}
133   \setboolean{cancel}{true}}
134  {\setboolean{cancel}{false}}
135
136 % check for package upgreek
137 \newboolean{upgreek}
138 \IfFileExists{upgreek.sty}
139  {\usepackage{upgreek}
140   \setboolean{upgreek}{true}}
141  {\setboolean{upgreek}{false}}
142 \end_preamble
143 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
144 \use_default_options false
145 \maintain_unincluded_children false
146 \language spanish
147 \language_package default
148 \inputencoding auto
149 \fontencoding global
150 \font_roman default
151 \font_sans default
152 \font_typewriter default
153 \font_math auto
154 \font_default_family default
155 \use_non_tex_fonts false
156 \font_sc false
157 \font_osf false
158 \font_sf_scale 100
159 \font_tt_scale 100
160 \graphics default
161 \default_output_format default
162 \output_sync 0
163 \bibtex_command default
164 \index_command default
165 \paperfontsize 12
166 \spacing single
167 \use_hyperref true
168 \pdf_title "Manual detallado de Matemáticas en LyX"
169 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
170 \pdf_subject "LyX-documentation about math"
171 \pdf_keywords "LyX, Mathed"
172 \pdf_bookmarks true
173 \pdf_bookmarksnumbered true
174 \pdf_bookmarksopen true
175 \pdf_bookmarksopenlevel 1
176 \pdf_breaklinks false
177 \pdf_pdfborder false
178 \pdf_colorlinks true
179 \pdf_backref false
180 \pdf_pdfusetitle false
181 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
182 \papersize a4paper
183 \use_geometry false
184 \use_package amsmath 2
185 \use_package amssymb 2
186 \use_package cancel 0
187 \use_package esint 1
188 \use_package mathdots 1
189 \use_package mathtools 2
190 \use_package mhchem 1
191 \use_package stackrel 0
192 \use_package stmaryrd 0
193 \use_package undertilde 0
194 \cite_engine basic
195 \cite_engine_type default
196 \biblio_style plain
197 \use_bibtopic false
198 \use_indices false
199 \paperorientation portrait
200 \suppress_date false
201 \justification true
202 \use_refstyle 0
203 \notefontcolor #0000ff
204 \index Índice
205 \shortcut idx
206 \color #008000
207 \end_index
208 \secnumdepth 4
209 \tocdepth 3
210 \paragraph_separation skip
211 \defskip medskip
212 \quotes_language french
213 \papercolumns 1
214 \papersides 2
215 \paperpagestyle plain
216 \bullet 1 0 6 -1
217 \bullet 2 2 35 -1
218 \bullet 3 2 7 -1
219 \tracking_changes false
220 \output_changes false
221 \html_math_output 0
222 \html_css_as_file 0
223 \html_be_strict false
224 \end_header
225
226 \begin_body
227
228 \begin_layout Title
229 Manual detallado de
230 \begin_inset Newline newline
231 \end_inset
232
233 Matemáticas en \SpecialChar LyX
234
235 \end_layout
236
237 \begin_layout Author
238 por el Equipo \SpecialChar LyX
239
240 \begin_inset Foot
241 status collapsed
242
243 \begin_layout Plain Layout
244 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
245  lista de correo de documentación de \SpecialChar LyX
246
247 \family typewriter
248
249 \begin_inset CommandInset href
250 LatexCommand href
251 name "lyx-docs@lists.lyx.org"
252 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
253
254 \end_inset
255
256
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Note Note
263 status collapsed
264
265 \begin_layout Plain Layout
266 autor: Uwe Stöhr, traducción: Ignacio García
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Newline newline
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279 Versión 2.1.x
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset CommandInset toc
284 LatexCommand tableofcontents
285
286 \end_inset
287
288
289 \end_layout
290
291 \begin_layout Standard
292 \begin_inset Note Note
293 status open
294
295 \begin_layout Plain Layout
296 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
297  paquetes \SpecialChar LaTeX
298  
299 \series bold
300 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
301 \series default
302  y 
303 \series bold
304 was
305 \series default
306 .
307  Si
308 \series bold
309  
310 \series default
311 no están instalados también puedes exportar el documento pero las secciones
312  en que se requieren dichos paquetes no aparecerán en la salida.
313  
314 \series bold
315 mhchem
316 \series default
317  es una excepción: si no está instalado no se puede exportar este archivo.
318 \end_layout
319
320 \begin_layout Plain Layout
321 La última versión PDF de este documento está disponible en:
322 \begin_inset Newline newline
323 \end_inset
324
325
326 \series bold
327 http://wiki.lyx.org/\SpecialChar LyX
328 /DocumentationDevelopment#Math
329 \end_layout
330
331 \end_inset
332
333
334 \begin_inset Newpage newpage
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Section
341 Introducción
342 \end_layout
343
344 \begin_layout Standard
345 Este documento explica las características matemáticas de \SpecialChar LyX
346  y además es una
347  colección de comandos \SpecialChar LaTeX
348  para caracteres y estructuras matemáticas.
349  Las explicaciones están diseñadas para el uso de comandos.
350  Por consiguiente es preciso que hayas leído la sección 
351 \emph on
352 Ecuaciones matemáticas
353 \emph default
354  de la 
355 \emph on
356 Guía del usuario
357 \emph default
358 .
359 \end_layout
360
361 \begin_layout Standard
362 La mayoría de caracteres y muchas estructuras explicadas en este manual
363  también son accesibles mediante el menú 
364 \family sans
365 Insertar\SpecialChar menuseparator
366 Ecuación
367 \family default
368  o la barra de herramientas
369 \family sans
370  Ecuaciones
371 \family default
372 .
373  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
374  mucho más rápido usar comandos que la barra de herramientas.
375  Por tanto este manual está enfocado al uso de comandos, aunque también
376  se mencionan los botones correspondientes de las barras de herramientas
377  cuando están disponibles.
378 \end_layout
379
380 \begin_layout Standard
381 Si no se especifica lo contrario los comandos sólo están disponibles dentro
382  de las fórmulas.
383  Para poder usar todos los comandos explicados en este documento, debe usarse
384  la opción 
385 \family sans
386 Usar el paquete de ecuaciones AMS
387 \family default
388  en la configuración del documento (menú 
389 \family sans
390 Documento\SpecialChar menuseparator
391 Configuración\SpecialChar menuseparator
392 Opciones de ecuación
393 \family default
394 )
395 \begin_inset Foot
396 status collapsed
397
398 \begin_layout Plain Layout
399 La opción 
400 \family sans
401 Usar el paquete de ecuaciones AMS automáticamente
402 \family default
403  sólo usa ecuaciones 
404 \begin_inset ERT
405 status collapsed
406
407 \begin_layout Plain Layout
408
409
410 \backslash
411 AmS 
412 \end_layout
413
414 \end_inset
415
416
417 \begin_inset space ~
418 \end_inset
419
420  si las estructuras matemáticas son soportadas por \SpecialChar LyX
421 .
422 \end_layout
423
424 \end_inset
425
426 .
427 \end_layout
428
429 \begin_layout Standard
430 Este documento no recoge todos los comandos de ecuaciones 
431 \begin_inset ERT
432 status collapsed
433
434 \begin_layout Plain Layout
435
436
437 \backslash
438 AmS 
439 \end_layout
440
441 \end_inset
442
443
444 \begin_inset Foot
445 status collapsed
446
447 \begin_layout Plain Layout
448 En el archivo 
449 \family sans
450
451 \begin_inset CommandInset href
452 LatexCommand href
453 name "amsguide.ps"
454 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
455
456 \end_inset
457
458
459 \family default
460 , que forma parte de todas las distribuciones estándar de \SpecialChar LaTeX
461 , hay una lista
462  con todos los comandos de ecuaciones 
463 \begin_inset ERT
464 status collapsed
465
466 \begin_layout Plain Layout
467
468
469 \backslash
470 AmS 
471 \end_layout
472
473 \end_inset
474
475 .
476 \end_layout
477
478 \end_inset
479
480  por razones de claridad.
481 \end_layout
482
483 \begin_layout Section
484 Instrucciones generales
485 \end_layout
486
487 \begin_layout Standard
488 Para crear una ecuación en línea
489 \begin_inset Index idx
490 status collapsed
491
492 \begin_layout Plain Layout
493 Ecuación ! en línea
494 \end_layout
495
496 \end_inset
497
498  insertada en una línea de texto, teclea una de las combinaciones 
499 \family sans
500 Ctrl+M, Alt+C M, Alt+M M
501 \family default
502  o pulsa el botón 
503 \begin_inset Info
504 type  "icon"
505 arg   "math-mode"
506 \end_inset
507
508  de la barra de herramientas.
509 \begin_inset Newline newline
510 \end_inset
511
512 Para crear una ecuación en estilo presentación
513 \begin_inset Index idx
514 status collapsed
515
516 \begin_layout Plain Layout
517 Ecuación ! presentada
518 \end_layout
519
520 \end_inset
521
522 , que se verá más grande y en su propio párrafo, teclea
523 \family sans
524  
525 \family default
526 una de estas combinaciones: 
527 \family sans
528 Ctrl+Mayúsculas+M, Alt+M D.
529 \end_layout
530
531 \begin_layout Standard
532 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
533  dentro de la ecuación y teclea
534 \family sans
535  Ctrl+M, Alt+C M, Alt+M M 
536 \family default
537 o usa el menú 
538 \family sans
539 Editar\SpecialChar menuseparator
540 Ecuación\SpecialChar menuseparator
541 Cambiar tipo de ecuación
542 \family default
543 .
544  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
545 \end_layout
546
547 \begin_layout Standard
548 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
549  presentada, escribe el comando 
550 \series bold
551
552 \backslash
553 displaystyle
554 \series default
555
556 \begin_inset Index idx
557 status collapsed
558
559 \begin_layout Plain Layout
560 Comandos ! D ! 
561 \backslash
562 displaystyle
563 \end_layout
564
565 \end_inset
566
567  en la ecuación y pulsa espacio.
568  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
569  de la ecuación.
570 \end_layout
571
572 \begin_layout Standard
573 En los cuadros sólo se permiten ecuaciones en línea.
574 \end_layout
575
576 \begin_layout Standard
577 Las barras 
578 \family sans
579 Ecuaciones
580 \family default
581  y 
582 \family sans
583 Paneles de ecuaciones 
584 \family default
585 se pueden visualizar mediante el menú 
586 \family sans
587 Ver\SpecialChar menuseparator
588 Barras de herramientas
589 \family default
590 .
591  Si ahí pulsas en 
592 \begin_inset Quotes fld
593 \end_inset
594
595 Ecuaciones
596 \begin_inset Quotes frd
597 \end_inset
598
599  y/o en 
600 \begin_inset Quotes fld
601 \end_inset
602
603 Paneles de ecuaciones
604 \begin_inset Quotes frd
605 \end_inset
606
607 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
608  estado se visualiza en el menú de las barras de herramientas con una marca.
609  Si en este estado pulsas de nuevo sobre 
610 \begin_inset Quotes fld
611 \end_inset
612
613 Ecuaciones
614 \begin_inset Quotes frd
615 \end_inset
616
617  y/o 
618 \begin_inset Quotes fld
619 \end_inset
620
621 Paneles de ecuaciones
622 \begin_inset Quotes frd
623 \end_inset
624
625  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
626  de una ecuación; este estado se indica añadiendo a las entradas del menú
627  la palabra 
628 \begin_inset Quotes fld
629 \end_inset
630
631 (auto)
632 \begin_inset Quotes frd
633 \end_inset
634
635 .
636  
637 \end_layout
638
639 \begin_layout Standard
640 El modo \SpecialChar TeX
641
642 \begin_inset Index idx
643 status collapsed
644
645 \begin_layout Plain Layout
646 T@\SpecialChar TeX
647  ! modo
648 \end_layout
649
650 \end_inset
651
652  se inicia pulsando el botón 
653 \begin_inset Info
654 type  "icon"
655 arg   "ert-insert"
656 \end_inset
657
658  de la barra de herramientas o con el menú 
659 \family sans
660 Insertar\SpecialChar menuseparator
661 Código Te
662 \begin_inset ERT
663 status collapsed
664
665 \begin_layout Plain Layout
666
667 {}
668 \end_layout
669
670 \end_inset
671
672 X
673 \family default
674 , (atajo 
675 \family sans
676 Ctrl+L
677 \family default
678 ).
679 \begin_inset Note Note
680 status collapsed
681
682 \begin_layout Plain Layout
683 En \SpecialChar LyX
684  hay tres 
685 \begin_inset Quotes fld
686 \end_inset
687
688 nombres propios
689 \begin_inset Quotes frd
690 \end_inset
691
692  que se ven en la salida con letras sobre o bajo la alineación normal: \SpecialChar TeX
693 ,
694  \SpecialChar LaTeX
695  y \SpecialChar LyX
696 .
697 \end_layout
698
699 \begin_layout Plain Layout
700 Para evitar que estas palabras sean reconocidas como tales nombres propios,
701  se inserta un par de llaves \SpecialChar TeX
702 .
703  
704 \end_layout
705
706 \end_inset
707
708
709 \end_layout
710
711 \begin_layout Standard
712 Para cambiar el preámbulo \SpecialChar LaTeX
713
714 \begin_inset Index idx
715 status collapsed
716
717 \begin_layout Plain Layout
718 \SpecialChar LaTeX
719 , preámbulo
720 \end_layout
721
722 \end_inset
723
724 , usa el menú 
725 \family sans
726 Documento\SpecialChar menuseparator
727 Configuración\SpecialChar menuseparator
728 Preámbulo LaT
729 \begin_inset ERT
730 status collapsed
731
732 \begin_layout Plain Layout
733
734 {}
735 \end_layout
736
737 \end_inset
738
739 eX
740 \family default
741 .
742 \end_layout
743
744 \begin_layout Standard
745 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
746  multilínea, se pueden usar los menús 
747 \family sans
748 Editar\SpecialChar menuseparator
749 Ecuación
750 \family default
751  y 
752 \family sans
753 Editar\SpecialChar menuseparator
754 Filas y columnas
755 \family default
756  o la barra de herramientas de 
757 \family sans
758 Cuadro
759 \family default
760 .
761  Cuando las líneas y columnas se intercambian mediante el menú, la columna
762  o línea en la que está se cambia con la columna de la derecha o con la
763  línea de abajo, respectivamente.
764  Si el cursor está en la última columna o fila, el cambio se hace con la
765  columna de la izquierda o la línea de arriba.
766 \end_layout
767
768 \begin_layout Standard
769 Para escribir texto en fórmulas se usa 
770 \emph on
771 texto de ecuaciones
772 \emph default
773
774 \begin_inset Index idx
775 status collapsed
776
777 \begin_layout Plain Layout
778 Texto ! en ecuaciones
779 \end_layout
780
781 \end_inset
782
783 .
784 \begin_inset Foot
785 status collapsed
786
787 \begin_layout Plain Layout
788 Para ecuaciones multilínea se usa el comando 
789 \series bold
790
791 \backslash
792 intertext
793 \series default
794 , véase
795 \begin_inset space ~
796 \end_inset
797
798
799 \begin_inset CommandInset ref
800 LatexCommand ref
801 reference "subsec:Texto-en-multilínea"
802
803 \end_inset
804
805 .
806 \end_layout
807
808 \end_inset
809
810  Este modo se inicia con el atajo 
811 \family sans
812 Alt+M
813 \begin_inset space ~
814 \end_inset
815
816 M
817 \family default
818  o
819 \family sans
820  Ctrl+M
821 \family default
822  o insertando el comando 
823 \series bold
824
825 \backslash
826 text
827 \series default
828
829 \begin_inset Index idx
830 status collapsed
831
832 \begin_layout Plain Layout
833 Comandos ! T ! 
834 \backslash
835 text
836 \end_layout
837
838 \end_inset
839
840 .
841  El texto se ve en negro en \SpecialChar LyX
842  y por tanto puede distinguirse de otras partes
843  de la ecuación que se ven en azul.
844  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
845 a de otras partes de la fórmula.
846 \end_layout
847
848 \begin_layout Subsection*
849 Esquema de comandos
850 \end_layout
851
852 \begin_layout Standard
853 La mayoría de los comandos \SpecialChar LaTeX
854  para estructuras matemáticas tienen el siguiente
855  esquema:
856 \end_layout
857
858 \begin_layout Standard
859
860 \series bold
861
862 \backslash
863 nombre_del_comando[argumento opcional]{argumento requerido}
864 \end_layout
865
866 \begin_layout Standard
867 Un comando empieza siempre por una barra inversa, 
868 \begin_inset Quotes fld
869 \end_inset
870
871
872 \series bold
873
874 \backslash
875
876 \series default
877
878 \begin_inset Quotes frd
879 \end_inset
880
881 .
882  Para omitir argumentos opcionales, quita también los corchetes asociados.
883  En este documento, las llaves que encierran los argumentos requeridos se
884  denominan llaves \SpecialChar TeX
885
886 \begin_inset Index idx
887 status collapsed
888
889 \begin_layout Plain Layout
890 T@\SpecialChar TeX
891  ! llaves
892 \end_layout
893
894 \end_inset
895
896 .
897  Si en una ecuación añades una llave de apertura al nombre de un comando,
898  \SpecialChar LyX
899  crea automáticamente una llave \SpecialChar TeX
900 .
901  En todos los demás casos las llaves \SpecialChar TeX
902  se crean en las ecuaciones con el
903  comando 
904 \series bold
905
906 \backslash
907 {
908 \series default
909 .
910  Las llaves \SpecialChar TeX
911  se ven en rojo en \SpecialChar LyX
912 , a diferencia de las llaves normales, que
913  se muestran en azul.
914  En modo \SpecialChar TeX
915  no hace falta comando para poner llaves \SpecialChar TeX
916 .
917  Las llaves \SpecialChar TeX
918  no aparecen en la salida.
919 \end_layout
920
921 \begin_layout Standard
922 En el caso de comandos sin argumentos, como los comandos para símbolos que
923  se introducen en modo \SpecialChar TeX
924
925 \emph on
926 siempre
927 \emph default
928  debe teclearse un espacio tras el comando para finalizarlo.
929  Este espacio no aparece en la salida.
930  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
931  de un espacio protegido en texto normal.
932 \end_layout
933
934 \begin_layout Standard
935 Un espacio protegido se inserta con 
936 \family sans
937 Ctrl+Espacio
938 \family default
939 .
940 \end_layout
941
942 \begin_layout Subsection*
943 Explicación de la sintaxis
944 \end_layout
945
946 \begin_layout Itemize
947 El símbolo 
948 \begin_inset space \textvisiblespace{}
949 \end_inset
950
951  indica que hay que teclear un espacio.
952 \end_layout
953
954 \begin_layout Itemize
955 Una flecha como 
956 \begin_inset Formula $\rightarrow$
957 \end_inset
958
959  indica el uso de la correspondiente tecla de flecha.
960  La tecla 
961 \family sans
962 Tab
963 \family default
964  se puede usar a menudo en vez de 
965 \begin_inset Formula $\rightarrow$
966 \end_inset
967
968  y 
969 \begin_inset Formula $\downarrow$
970 \end_inset
971
972 , y 
973 \family sans
974 Mayús+Tab
975 \family default
976  en vez de 
977 \begin_inset Formula $\leftarrow$
978 \end_inset
979
980  y 
981 \begin_inset Formula $\uparrow$
982 \end_inset
983
984 .
985 \end_layout
986
987 \begin_layout Subsection*
988 Unidades disponibles
989 \end_layout
990
991 \begin_layout Standard
992 \align center
993 \begin_inset Float table
994 placement H
995 wide false
996 sideways false
997 status open
998
999 \begin_layout Plain Layout
1000 \align center
1001 \begin_inset Caption Standard
1002
1003 \begin_layout Plain Layout
1004 \begin_inset CommandInset label
1005 LatexCommand label
1006 name "tab:Unidades-disponibles"
1007
1008 \end_inset
1009
1010 Unidades disponibles
1011 \end_layout
1012
1013 \end_inset
1014
1015
1016 \end_layout
1017
1018 \begin_layout Plain Layout
1019 \align center
1020 \begin_inset Tabular
1021 <lyxtabular version="3" rows="13" columns="2">
1022 <features booktabs="true" tabularvalignment="middle">
1023 <column alignment="center" valignment="top" width="0pt">
1024 <column alignment="center" valignment="top">
1025 <row>
1026 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1027 \begin_inset Text
1028
1029 \begin_layout Plain Layout
1030 Unidad
1031 \end_layout
1032
1033 \end_inset
1034 </cell>
1035 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1036 \begin_inset Text
1037
1038 \begin_layout Plain Layout
1039 Nombre / Descripción
1040 \end_layout
1041
1042 \end_inset
1043 </cell>
1044 </row>
1045 <row>
1046 <cell alignment="center" valignment="top" usebox="none">
1047 \begin_inset Text
1048
1049 \begin_layout Plain Layout
1050 mm
1051 \end_layout
1052
1053 \end_inset
1054 </cell>
1055 <cell alignment="center" valignment="top" usebox="none">
1056 \begin_inset Text
1057
1058 \begin_layout Plain Layout
1059 Milímetro
1060 \end_layout
1061
1062 \end_inset
1063 </cell>
1064 </row>
1065 <row>
1066 <cell alignment="center" valignment="top" usebox="none">
1067 \begin_inset Text
1068
1069 \begin_layout Plain Layout
1070 cm
1071 \end_layout
1072
1073 \end_inset
1074 </cell>
1075 <cell alignment="center" valignment="top" usebox="none">
1076 \begin_inset Text
1077
1078 \begin_layout Plain Layout
1079 Centímetro
1080 \end_layout
1081
1082 \end_inset
1083 </cell>
1084 </row>
1085 <row>
1086 <cell alignment="center" valignment="top" usebox="none">
1087 \begin_inset Text
1088
1089 \begin_layout Plain Layout
1090 in
1091 \end_layout
1092
1093 \end_inset
1094 </cell>
1095 <cell alignment="center" valignment="top" usebox="none">
1096 \begin_inset Text
1097
1098 \begin_layout Plain Layout
1099 Pulgada (1
1100 \begin_inset space \thinspace{}
1101 \end_inset
1102
1103 in = 2,54
1104 \begin_inset space \thinspace{}
1105 \end_inset
1106
1107 cm)
1108 \end_layout
1109
1110 \end_inset
1111 </cell>
1112 </row>
1113 <row>
1114 <cell alignment="center" valignment="top" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Plain Layout
1118 pt
1119 \end_layout
1120
1121 \end_inset
1122 </cell>
1123 <cell alignment="center" valignment="top" usebox="none">
1124 \begin_inset Text
1125
1126 \begin_layout Plain Layout
1127 Punto (72.27
1128 \begin_inset space \thinspace{}
1129 \end_inset
1130
1131 pt = 1
1132 \begin_inset space \thinspace{}
1133 \end_inset
1134
1135 in)
1136 \end_layout
1137
1138 \end_inset
1139 </cell>
1140 </row>
1141 <row>
1142 <cell alignment="center" valignment="top" usebox="none">
1143 \begin_inset Text
1144
1145 \begin_layout Plain Layout
1146 pc
1147 \end_layout
1148
1149 \end_inset
1150 </cell>
1151 <cell alignment="center" valignment="top" usebox="none">
1152 \begin_inset Text
1153
1154 \begin_layout Plain Layout
1155 Pica (1
1156 \begin_inset space \thinspace{}
1157 \end_inset
1158
1159 pc = 12
1160 \begin_inset space \thinspace{}
1161 \end_inset
1162
1163 pt)
1164 \end_layout
1165
1166 \end_inset
1167 </cell>
1168 </row>
1169 <row>
1170 <cell alignment="center" valignment="top" usebox="none">
1171 \begin_inset Text
1172
1173 \begin_layout Plain Layout
1174 sp
1175 \end_layout
1176
1177 \end_inset
1178 </cell>
1179 <cell alignment="center" valignment="top" usebox="none">
1180 \begin_inset Text
1181
1182 \begin_layout Plain Layout
1183 Punto escalado (65536
1184 \begin_inset space \thinspace{}
1185 \end_inset
1186
1187 sp = 1
1188 \begin_inset space \thinspace{}
1189 \end_inset
1190
1191 pt)
1192 \end_layout
1193
1194 \end_inset
1195 </cell>
1196 </row>
1197 <row>
1198 <cell alignment="center" valignment="top" usebox="none">
1199 \begin_inset Text
1200
1201 \begin_layout Plain Layout
1202 bp
1203 \end_layout
1204
1205 \end_inset
1206 </cell>
1207 <cell alignment="center" valignment="top" usebox="none">
1208 \begin_inset Text
1209
1210 \begin_layout Plain Layout
1211 Punto grande (72
1212 \begin_inset space \thinspace{}
1213 \end_inset
1214
1215 bp = 1
1216 \begin_inset space \thinspace{}
1217 \end_inset
1218
1219 in)
1220 \end_layout
1221
1222 \end_inset
1223 </cell>
1224 </row>
1225 <row>
1226 <cell alignment="center" valignment="top" usebox="none">
1227 \begin_inset Text
1228
1229 \begin_layout Plain Layout
1230 dd
1231 \end_layout
1232
1233 \end_inset
1234 </cell>
1235 <cell alignment="center" valignment="top" usebox="none">
1236 \begin_inset Text
1237
1238 \begin_layout Plain Layout
1239 Didot (1
1240 \begin_inset space \thinspace{}
1241 \end_inset
1242
1243 dd 
1244 \begin_inset Formula $\approx$
1245 \end_inset
1246
1247  0.376
1248 \begin_inset space \thinspace{}
1249 \end_inset
1250
1251 mm)
1252 \end_layout
1253
1254 \end_inset
1255 </cell>
1256 </row>
1257 <row>
1258 <cell alignment="center" valignment="top" usebox="none">
1259 \begin_inset Text
1260
1261 \begin_layout Plain Layout
1262 cc
1263 \end_layout
1264
1265 \end_inset
1266 </cell>
1267 <cell alignment="center" valignment="top" usebox="none">
1268 \begin_inset Text
1269
1270 \begin_layout Plain Layout
1271 Cicero (1
1272 \begin_inset space \thinspace{}
1273 \end_inset
1274
1275 cc = 12
1276 \begin_inset space \thinspace{}
1277 \end_inset
1278
1279 dd)
1280 \end_layout
1281
1282 \end_inset
1283 </cell>
1284 </row>
1285 <row>
1286 <cell alignment="center" valignment="top" usebox="none">
1287 \begin_inset Text
1288
1289 \begin_layout Plain Layout
1290 ex
1291 \end_layout
1292
1293 \end_inset
1294 </cell>
1295 <cell alignment="center" valignment="top" usebox="none">
1296 \begin_inset Text
1297
1298 \begin_layout Plain Layout
1299 Altura de la letra 
1300 \begin_inset Quotes fld
1301 \end_inset
1302
1303
1304 \emph on
1305 x
1306 \emph default
1307
1308 \begin_inset Quotes frd
1309 \end_inset
1310
1311  en la tipografía actual
1312 \end_layout
1313
1314 \end_inset
1315 </cell>
1316 </row>
1317 <row>
1318 <cell alignment="center" valignment="top" usebox="none">
1319 \begin_inset Text
1320
1321 \begin_layout Plain Layout
1322 em
1323 \end_layout
1324
1325 \end_inset
1326 </cell>
1327 <cell alignment="center" valignment="top" usebox="none">
1328 \begin_inset Text
1329
1330 \begin_layout Plain Layout
1331 Anchura de la letra 
1332 \begin_inset Quotes fld
1333 \end_inset
1334
1335
1336 \emph on
1337 M
1338 \emph default
1339
1340 \begin_inset Quotes frd
1341 \end_inset
1342
1343  en la tipografía actual
1344 \end_layout
1345
1346 \end_inset
1347 </cell>
1348 </row>
1349 <row>
1350 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1351 \begin_inset Text
1352
1353 \begin_layout Plain Layout
1354 mu
1355 \end_layout
1356
1357 \end_inset
1358 </cell>
1359 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1360 \begin_inset Text
1361
1362 \begin_layout Plain Layout
1363 Unidad matemática (1
1364 \begin_inset space \thinspace{}
1365 \end_inset
1366
1367 mu = 
1368 \begin_inset Formula $\nicefrac{1}{18}$
1369 \end_inset
1370
1371
1372 \begin_inset space \thinspace{}
1373 \end_inset
1374
1375 em)
1376 \end_layout
1377
1378 \end_inset
1379 </cell>
1380 </row>
1381 </lyxtabular>
1382
1383 \end_inset
1384
1385
1386 \end_layout
1387
1388 \end_inset
1389
1390
1391 \end_layout
1392
1393 \begin_layout Standard
1394 \align center
1395 \begin_inset Newpage newpage
1396 \end_inset
1397
1398
1399 \end_layout
1400
1401 \begin_layout Section
1402 Funciones básicas
1403 \end_layout
1404
1405 \begin_layout Subsection
1406 Exponentes
1407 \begin_inset Index idx
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411 Exponentes
1412 \end_layout
1413
1414 \end_inset
1415
1416  e índices
1417 \begin_inset Index idx
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421 Indices@Índices
1422 \end_layout
1423
1424 \end_inset
1425
1426
1427 \begin_inset Index idx
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431 Superíndices|see
1432 \begin_inset ERT
1433 status collapsed
1434
1435 \begin_layout Plain Layout
1436
1437 {
1438 \end_layout
1439
1440 \end_inset
1441
1442 Exponentes
1443 \begin_inset ERT
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447
1448 }
1449 \end_layout
1450
1451 \end_inset
1452
1453
1454 \end_layout
1455
1456 \end_inset
1457
1458
1459 \begin_inset Index idx
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463 Subíndices|see
1464 \begin_inset ERT
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468
1469 {
1470 \end_layout
1471
1472 \end_inset
1473
1474 Índices
1475 \begin_inset ERT
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479
1480 }
1481 \end_layout
1482
1483 \end_inset
1484
1485
1486 \end_layout
1487
1488 \end_inset
1489
1490
1491 \end_layout
1492
1493 \begin_layout Standard
1494 Los subíndices se componen con un guión bajo 
1495 \begin_inset Quotes fld
1496 \end_inset
1497
1498 _
1499 \begin_inset Quotes frd
1500 \end_inset
1501
1502  o con el botón de la barra de herramientas de ecuaciones 
1503 \begin_inset Info
1504 type  "icon"
1505 arg   "math-subscript"
1506 \end_inset
1507
1508 , los superíndices con un circunflejo 
1509 \begin_inset Quotes fld
1510 \end_inset
1511
1512 ^
1513 \begin_inset Quotes frd
1514 \end_inset
1515
1516  o con el botón de la barra de herramientas de ecuaciones 
1517 \begin_inset Info
1518 type  "icon"
1519 arg   "math-superscript"
1520 \end_inset
1521
1522 .
1523 \begin_inset Separator parbreak
1524 \end_inset
1525
1526
1527 \end_layout
1528
1529 \begin_layout Standard
1530 \noindent
1531 \align center
1532 \begin_inset Tabular
1533 <lyxtabular version="3" rows="4" columns="2">
1534 <features booktabs="true" tabularvalignment="middle">
1535 <column alignment="center" valignment="top" width="0pt">
1536 <column alignment="center" valignment="top" width="0pt">
1537 <row>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 Comando
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 Resultado
1552 \end_layout
1553
1554 \end_inset
1555 </cell>
1556 </row>
1557 <row>
1558 <cell alignment="center" valignment="top" usebox="none">
1559 \begin_inset Text
1560
1561 \begin_layout Plain Layout
1562 B_V
1563 \end_layout
1564
1565 \end_inset
1566 </cell>
1567 <cell alignment="center" valignment="top" usebox="none">
1568 \begin_inset Text
1569
1570 \begin_layout Plain Layout
1571 \begin_inset Formula $B_{V}$
1572 \end_inset
1573
1574
1575 \end_layout
1576
1577 \end_inset
1578 </cell>
1579 </row>
1580 <row topspace="1.5mm">
1581 <cell alignment="center" valignment="top" usebox="none">
1582 \begin_inset Text
1583
1584 \begin_layout Plain Layout
1585 B^V
1586 \end_layout
1587
1588 \end_inset
1589 </cell>
1590 <cell alignment="center" valignment="top" usebox="none">
1591 \begin_inset Text
1592
1593 \begin_layout Plain Layout
1594 \begin_inset Formula $B^{V}$
1595 \end_inset
1596
1597
1598 \end_layout
1599
1600 \end_inset
1601 </cell>
1602 </row>
1603 <row topspace="1.5mm">
1604 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1605 \begin_inset Text
1606
1607 \begin_layout Plain Layout
1608 B^
1609 \begin_inset space \textvisiblespace{}
1610 \end_inset
1611
1612 A
1613 \end_layout
1614
1615 \end_inset
1616 </cell>
1617 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1618 \begin_inset Text
1619
1620 \begin_layout Plain Layout
1621 \begin_inset Formula $B^{A}$
1622 \end_inset
1623
1624
1625 \end_layout
1626
1627 \end_inset
1628 </cell>
1629 </row>
1630 </lyxtabular>
1631
1632 \end_inset
1633
1634
1635 \end_layout
1636
1637 \begin_layout Standard
1638 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1639  caso acentuará las vocales y no servirá para entrar en modo exponente.
1640 \begin_inset Foot
1641 status collapsed
1642
1643 \begin_layout Plain Layout
1644 Dependiendo de la configuración del teclado esto puede suceder también con
1645  otros caracteres además de las vocales.
1646 \end_layout
1647
1648 \end_inset
1649
1650  Para conseguir exponentes en estos casos debes pulsar 
1651 \family sans
1652 Espacio
1653 \family default
1654  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1655  
1656 \end_layout
1657
1658 \begin_layout Subsection
1659 Fracciones
1660 \begin_inset CommandInset label
1661 LatexCommand label
1662 name "subsec:Fracciones"
1663
1664 \end_inset
1665
1666
1667 \begin_inset Index idx
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671 Fracciones
1672 \end_layout
1673
1674 \end_inset
1675
1676
1677 \end_layout
1678
1679 \begin_layout Standard
1680 Las fracciones se generan con el comando 
1681 \series bold
1682
1683 \backslash
1684 frac
1685 \series default
1686
1687 \begin_inset Index idx
1688 status collapsed
1689
1690 \begin_layout Plain Layout
1691 Comandos ! F ! 
1692 \backslash
1693 frac
1694 \end_layout
1695
1696 \end_inset
1697
1698  o con el botón 
1699 \begin_inset Info
1700 type  "icon"
1701 arg   "math-insert \\frac"
1702 \end_inset
1703
1704  de la barra de herramientas.
1705  El tamaño de tipografía se ajusta automáticamente, dependiendo de si la
1706  fracción está en línea o en estilo presentación.
1707  Con el botón 
1708 \begin_inset Info
1709 type  "icon"
1710 arg   "math-insert \\frac-square"
1711 \end_inset
1712
1713  de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1714  de fracciones.
1715 \end_layout
1716
1717 \begin_layout Standard
1718 Con el comando 
1719 \series bold
1720
1721 \backslash
1722 dfrac
1723 \series default
1724
1725 \begin_inset Index idx
1726 status collapsed
1727
1728 \begin_layout Plain Layout
1729 Comandos ! D ! 
1730 \backslash
1731 dfrac
1732 \end_layout
1733
1734 \end_inset
1735
1736  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1737  presentación.
1738  Con 
1739 \series bold
1740
1741 \backslash
1742 tfrac
1743 \series default
1744
1745 \begin_inset Index idx
1746 status collapsed
1747
1748 \begin_layout Plain Layout
1749 Comandos ! T ! 
1750 \backslash
1751 tfrac
1752 \end_layout
1753
1754 \end_inset
1755
1756  la fracción tiene siempre el tamaño del estilo en línea.
1757  Un ejemplo:
1758 \end_layout
1759
1760 \begin_layout Standard
1761 Una línea con la fracción 
1762 \begin_inset Formula $\frac{1}{2}$
1763 \end_inset
1764
1765  creada con el comando 
1766 \series bold
1767
1768 \backslash
1769 frac
1770 \series default
1771 .
1772  
1773 \end_layout
1774
1775 \begin_layout Standard
1776 Una línea con la fracción 
1777 \begin_inset Formula $\dfrac{1}{2}$
1778 \end_inset
1779
1780  creada con el comando 
1781 \series bold
1782
1783 \backslash
1784 dfrac
1785 \series default
1786 .
1787 \begin_inset Separator parbreak
1788 \end_inset
1789
1790
1791 \end_layout
1792
1793 \begin_layout Standard
1794 \noindent
1795 \align center
1796 \begin_inset Tabular
1797 <lyxtabular version="3" rows="4" columns="2">
1798 <features booktabs="true" tabularvalignment="middle">
1799 <column alignment="center" valignment="top" width="0pt">
1800 <column alignment="center" valignment="top" width="0pt">
1801 <row>
1802 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806 Comando
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815 Resultado
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 </row>
1821 <row topspace="1.5mm">
1822 <cell alignment="center" valignment="top" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \backslash
1828 frac
1829 \begin_inset space \textvisiblespace{}
1830 \end_inset
1831
1832 A
1833 \begin_inset Formula $\downarrow$
1834 \end_inset
1835
1836 B
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 <cell alignment="center" valignment="top" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845 \begin_inset Formula $\frac{A}{B}$
1846 \end_inset
1847
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 </row>
1854 <row topspace="2mm">
1855 <cell alignment="center" valignment="top" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \backslash
1861 dfrac
1862 \begin_inset space \textvisiblespace{}
1863 \end_inset
1864
1865 A
1866 \begin_inset Formula $\downarrow$
1867 \end_inset
1868
1869 B
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 <cell alignment="center" valignment="top" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878 \begin_inset Formula $\dfrac{A}{B}$
1879 \end_inset
1880
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 </row>
1887 <row topspace="2mm" bottomspace="1mm">
1888 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892
1893 \backslash
1894 dfrac
1895 \begin_inset space \textvisiblespace{}
1896 \end_inset
1897
1898 e^
1899 \backslash
1900 frac
1901 \begin_inset space \textvisiblespace{}
1902 \end_inset
1903
1904 1
1905 \begin_inset Formula $\downarrow$
1906 \end_inset
1907
1908 2
1909 \begin_inset Formula $\downarrow\downarrow$
1910 \end_inset
1911
1912 3
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1918 \begin_inset Text
1919
1920 \begin_layout Plain Layout
1921 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1922 \end_inset
1923
1924
1925 \end_layout
1926
1927 \end_inset
1928 </cell>
1929 </row>
1930 </lyxtabular>
1931
1932 \end_inset
1933
1934
1935 \begin_inset VSpace bigskip
1936 \end_inset
1937
1938
1939 \end_layout
1940
1941 \begin_layout Standard
1942 Para fracciones anidadas se puede usar el comando 
1943 \series bold
1944
1945 \backslash
1946 cfrac
1947 \series default
1948
1949 \begin_inset Index idx
1950 status collapsed
1951
1952 \begin_layout Plain Layout
1953 Comandos ! C ! 
1954 \backslash
1955 cfrac
1956 \end_layout
1957
1958 \end_inset
1959
1960 .
1961  Un ejemplo:
1962 \begin_inset VSpace -3mm
1963 \end_inset
1964
1965
1966 \end_layout
1967
1968 \begin_layout Standard
1969 \begin_inset Formula 
1970 \begin{align*}
1971 \textrm{creada con \textbf{\textbackslash frac}} &  & \textrm{creada con \textbf{\textbackslash cfrac}}\\
1972 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1973 \end{align*}
1974
1975 \end_inset
1976
1977
1978 \end_layout
1979
1980 \begin_layout Standard
1981 El comando para el ejemplo de arriba es:
1982 \end_layout
1983
1984 \begin_layout Standard
1985
1986 \series bold
1987
1988 \backslash
1989 cfrac
1990 \begin_inset space \textvisiblespace{}
1991 \end_inset
1992
1993 A
1994 \begin_inset Formula $\downarrow$
1995 \end_inset
1996
1997 B+
1998 \backslash
1999 cfrac
2000 \begin_inset space \textvisiblespace{}
2001 \end_inset
2002
2003 C+
2004 \backslash
2005 cfrac
2006 \begin_inset space \textvisiblespace{}
2007 \end_inset
2008
2009 E
2010 \begin_inset Formula $\downarrow$
2011 \end_inset
2012
2013 F
2014 \begin_inset Formula $\downarrow$
2015 \end_inset
2016
2017 D
2018 \end_layout
2019
2020 \begin_layout Standard
2021 \begin_inset VSpace medskip
2022 \end_inset
2023
2024
2025 \end_layout
2026
2027 \begin_layout Standard
2028
2029 \series bold
2030
2031 \backslash
2032 cfrac
2033 \series default
2034  compone la fracción siempre en el tamaño del estilo presentación, también
2035  cuando es parte de otra fracción.
2036 \end_layout
2037
2038 \begin_layout Standard
2039 Es posible especificar la alineación del numerador.
2040  El comando 
2041 \series bold
2042
2043 \backslash
2044 cfracleft
2045 \series default
2046  se usa para alinearlo a la izquierda, el comando 
2047 \series bold
2048
2049 \backslash
2050 cfracright
2051 \series default
2052  para alinearlo a la derecha, 
2053 \series bold
2054
2055 \backslash
2056 cfrac
2057 \series default
2058  centra el numerador.
2059 \end_layout
2060
2061 \begin_layout Standard
2062 Estas fracciones muestran las distintas alineaciones:
2063 \end_layout
2064
2065 \begin_layout Standard
2066
2067 \series bold
2068 \begin_inset Formula 
2069 \[
2070 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2071 \]
2072
2073 \end_inset
2074
2075
2076 \end_layout
2077
2078 \begin_layout Standard
2079 \noindent
2080 \begin_inset Note Greyedout
2081 status open
2082
2083 \begin_layout Plain Layout
2084
2085 \series bold
2086 Nota
2087 \series default
2088
2089 \series bold
2090
2091 \backslash
2092 cfracleft
2093 \series default
2094  y
2095 \series bold
2096  
2097 \backslash
2098 cfracright
2099 \series default
2100  no son comandos \SpecialChar LaTeX
2101  reales sino sustituciones del comando 
2102 \series bold
2103
2104 \backslash
2105 cfrac[posición del numerador]{numerador}{denominador}
2106 \series default
2107  .
2108  Por tanto no puedes usarlos código \SpecialChar TeX
2109 .
2110 \end_layout
2111
2112 \end_inset
2113
2114
2115 \begin_inset VSpace medskip
2116 \end_inset
2117
2118
2119 \end_layout
2120
2121 \begin_layout Standard
2122 Muchas veces es adecuado combinar 
2123 \series bold
2124
2125 \backslash
2126 cfrac
2127 \series default
2128  y 
2129 \series bold
2130
2131 \backslash
2132 frac
2133 \series default
2134 :
2135 \begin_inset Formula 
2136 \[
2137 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2138 \]
2139
2140 \end_inset
2141
2142
2143 \end_layout
2144
2145 \begin_layout Standard
2146 Para componer fracciones en línea con raya de fracción inclinada puedes
2147  usar el comando 
2148 \series bold
2149
2150 \backslash
2151 nicefrac
2152 \series default
2153
2154 \begin_inset Index idx
2155 status collapsed
2156
2157 \begin_layout Plain Layout
2158 Comandos ! N ! 
2159 \backslash
2160 nicefrac
2161 \end_layout
2162
2163 \end_inset
2164
2165
2166 \begin_inset Formula $\nicefrac{5}{31}$
2167 \end_inset
2168
2169  Hay además el comando 
2170 \series bold
2171
2172 \backslash
2173 unitfracthree
2174 \series default
2175  que permite escribir una fracción en combinación con un número: 
2176 \begin_inset Formula $\unitfrac[2]{1}{3}$
2177 \end_inset
2178
2179
2180 \end_layout
2181
2182 \begin_layout Standard
2183 \begin_inset Note Greyedout
2184 status open
2185
2186 \begin_layout Plain Layout
2187
2188 \series bold
2189 Nota
2190 \series default
2191
2192 \series bold
2193
2194 \backslash
2195 unitfracthree
2196 \series default
2197  no es un comando \SpecialChar LaTeX
2198  auténtico, sino un equivalente al comando
2199 \begin_inset Newline newline
2200 \end_inset
2201
2202
2203 \series bold
2204
2205 \backslash
2206 unitfrac[número]{numerador}{denominador}
2207 \series default
2208  .
2209  Por tanto no puedes usarlo en código \SpecialChar TeX
2210 .
2211 \end_layout
2212
2213 \end_inset
2214
2215
2216 \end_layout
2217
2218 \begin_layout Standard
2219 En la 
2220 \begin_inset CommandInset ref
2221 LatexCommand ref
2222 reference "subsec:Fracciones-personalizadas"
2223
2224 \end_inset
2225
2226  se explica cómo componer fracciones personalizadas en las que la raya de
2227  fracción se puede cambiar.
2228 \end_layout
2229
2230 \begin_layout Standard
2231 Las fracciones con varias líneas se explican en 
2232 \begin_inset CommandInset ref
2233 LatexCommand ref
2234 reference "subsec:Fracciones-multilínea"
2235
2236 \end_inset
2237
2238 .
2239 \end_layout
2240
2241 \begin_layout Subsection
2242 Raíces
2243 \begin_inset Index idx
2244 status collapsed
2245
2246 \begin_layout Plain Layout
2247 Raíces
2248 \end_layout
2249
2250 \end_inset
2251
2252
2253 \end_layout
2254
2255 \begin_layout Standard
2256 Las raíces cuadradas se componen con 
2257 \series bold
2258
2259 \backslash
2260 sqrt
2261 \series default
2262
2263 \begin_inset Index idx
2264 status collapsed
2265
2266 \begin_layout Plain Layout
2267 Comandos ! S ! 
2268 \backslash
2269 sqrt
2270 \end_layout
2271
2272 \end_inset
2273
2274  o con el botón 
2275 \begin_inset Info
2276 type  "icon"
2277 arg   "math-insert \\sqrt"
2278 \end_inset
2279
2280  de la barra de ecuaciones; todas las demás raíces con el comando 
2281 \series bold
2282
2283 \backslash
2284 root
2285 \series default
2286
2287 \begin_inset Index idx
2288 status collapsed
2289
2290 \begin_layout Plain Layout
2291 Comandos ! R ! 
2292 \backslash
2293 root
2294 \end_layout
2295
2296 \end_inset
2297
2298  o con el botón 
2299 \begin_inset Info
2300 type  "icon"
2301 arg   "math-insert \\root"
2302 \end_inset
2303
2304 .
2305 \begin_inset Separator parbreak
2306 \end_inset
2307
2308
2309 \end_layout
2310
2311 \begin_layout Standard
2312 \noindent
2313 \align center
2314 \begin_inset Tabular
2315 <lyxtabular version="3" rows="3" columns="2">
2316 <features booktabs="true" tabularvalignment="middle">
2317 <column alignment="center" valignment="top" width="0pt">
2318 <column alignment="center" valignment="top" width="0pt">
2319 <row>
2320 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2321 \begin_inset Text
2322
2323 \begin_layout Plain Layout
2324 Comando
2325 \end_layout
2326
2327 \end_inset
2328 </cell>
2329 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2330 \begin_inset Text
2331
2332 \begin_layout Plain Layout
2333 Resultado
2334 \end_layout
2335
2336 \end_inset
2337 </cell>
2338 </row>
2339 <row topspace="1mm">
2340 <cell alignment="center" valignment="top" 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" usebox="none">
2356 \begin_inset Text
2357
2358 \begin_layout Plain Layout
2359 \begin_inset Formula $\sqrt{A-B}$
2360 \end_inset
2361
2362
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 </row>
2368 <row topspace="1mm">
2369 <cell alignment="center" valignment="top" bottomline="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" bottomline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392 \begin_inset Formula $\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 \begin_inset Separator parbreak
2666 \end_inset
2667
2668
2669 \end_layout
2670
2671 \begin_layout Standard
2672 \noindent
2673 \align center
2674 \begin_inset Tabular
2675 <lyxtabular version="3" rows="6" columns="2">
2676 <features booktabs="true" tabularvalignment="middle">
2677 <column alignment="center" valignment="top" width="0pt">
2678 <column alignment="center" valignment="top" width="0pt">
2679 <row>
2680 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2681 \begin_inset Text
2682
2683 \begin_layout Plain Layout
2684 Comando
2685 \end_layout
2686
2687 \end_inset
2688 </cell>
2689 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2690 \begin_inset Text
2691
2692 \begin_layout Plain Layout
2693 Resultado
2694 \end_layout
2695
2696 \end_inset
2697 </cell>
2698 </row>
2699 <row topspace="1mm">
2700 <cell alignment="center" valignment="top" usebox="none">
2701 \begin_inset Text
2702
2703 \begin_layout Plain Layout
2704
2705 \backslash
2706 binom
2707 \begin_inset space \textvisiblespace{}
2708 \end_inset
2709
2710 A
2711 \begin_inset Formula $\downarrow$
2712 \end_inset
2713
2714 B
2715 \end_layout
2716
2717 \end_inset
2718 </cell>
2719 <cell alignment="center" valignment="top" usebox="none">
2720 \begin_inset Text
2721
2722 \begin_layout Plain Layout
2723 \begin_inset Formula $\binom{A}{B}$
2724 \end_inset
2725
2726
2727 \end_layout
2728
2729 \end_inset
2730 </cell>
2731 </row>
2732 <row topspace="2mm">
2733 <cell alignment="center" valignment="top" usebox="none">
2734 \begin_inset Text
2735
2736 \begin_layout Plain Layout
2737
2738 \backslash
2739 dbinom
2740 \begin_inset space \textvisiblespace{}
2741 \end_inset
2742
2743 A
2744 \begin_inset Formula $\downarrow$
2745 \end_inset
2746
2747 B
2748 \end_layout
2749
2750 \end_inset
2751 </cell>
2752 <cell alignment="center" valignment="top" usebox="none">
2753 \begin_inset Text
2754
2755 \begin_layout Plain Layout
2756 \begin_inset Formula $\dbinom{A}{B}$
2757 \end_inset
2758
2759
2760 \end_layout
2761
2762 \end_inset
2763 </cell>
2764 </row>
2765 <row topspace="2mm" bottomspace="0.5mm">
2766 <cell alignment="center" valignment="top" usebox="none">
2767 \begin_inset Text
2768
2769 \begin_layout Plain Layout
2770
2771 \backslash
2772 tbinom
2773 \begin_inset space \textvisiblespace{}
2774 \end_inset
2775
2776 A
2777 \begin_inset Formula $\downarrow$
2778 \end_inset
2779
2780 B
2781 \end_layout
2782
2783 \end_inset
2784 </cell>
2785 <cell alignment="center" valignment="top" usebox="none">
2786 \begin_inset Text
2787
2788 \begin_layout Plain Layout
2789 \begin_inset Formula $\tbinom{A}{B}$
2790 \end_inset
2791
2792
2793 \end_layout
2794
2795 \end_inset
2796 </cell>
2797 </row>
2798 <row topspace="1mm">
2799 <cell alignment="center" valignment="top" topline="true" usebox="none">
2800 \begin_inset Text
2801
2802 \begin_layout Plain Layout
2803
2804 \backslash
2805 brack
2806 \begin_inset space \textvisiblespace{}
2807 \end_inset
2808
2809 A
2810 \begin_inset Formula $\downarrow$
2811 \end_inset
2812
2813 B
2814 \end_layout
2815
2816 \end_inset
2817 </cell>
2818 <cell alignment="center" valignment="top" topline="true" usebox="none">
2819 \begin_inset Text
2820
2821 \begin_layout Plain Layout
2822 \begin_inset Formula ${A \brack B}$
2823 \end_inset
2824
2825
2826 \end_layout
2827
2828 \end_inset
2829 </cell>
2830 </row>
2831 <row topspace="2mm" bottomspace="0.5mm">
2832 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2833 \begin_inset Text
2834
2835 \begin_layout Plain Layout
2836
2837 \backslash
2838 brace
2839 \begin_inset space \textvisiblespace{}
2840 \end_inset
2841
2842 A
2843 \begin_inset Formula $\downarrow$
2844 \end_inset
2845
2846 B
2847 \end_layout
2848
2849 \end_inset
2850 </cell>
2851 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2852 \begin_inset Text
2853
2854 \begin_layout Plain Layout
2855 \begin_inset Formula ${A \brace B}$
2856 \end_inset
2857
2858
2859 \end_layout
2860
2861 \end_inset
2862 </cell>
2863 </row>
2864 </lyxtabular>
2865
2866 \end_inset
2867
2868
2869 \end_layout
2870
2871 \begin_layout Subsection
2872 Diferenciaciones de casos
2873 \begin_inset Index idx
2874 status collapsed
2875
2876 \begin_layout Plain Layout
2877 Casos
2878 \end_layout
2879
2880 \end_inset
2881
2882
2883 \end_layout
2884
2885 \begin_layout Standard
2886 \noindent
2887 \align center
2888 \begin_inset Tabular
2889 <lyxtabular version="3" rows="3" columns="2">
2890 <features booktabs="true" tabularvalignment="middle">
2891 <column alignment="center" valignment="top" width="0pt">
2892 <column alignment="center" valignment="top" width="0pt">
2893 <row>
2894 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Plain Layout
2898 Comando
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2904 \begin_inset Text
2905
2906 \begin_layout Plain Layout
2907 Resultado
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 </row>
2913 <row>
2914 <cell alignment="center" valignment="top" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918
2919 \backslash
2920 cases
2921 \begin_inset space \textvisiblespace{}
2922 \end_inset
2923
2924 A
2925 \begin_inset Formula $\to$
2926 \end_inset
2927
2928 B>0
2929 \begin_inset Index idx
2930 status collapsed
2931
2932 \begin_layout Plain Layout
2933 Comandos ! C ! 
2934 \backslash
2935 cases
2936 \end_layout
2937
2938 \end_inset
2939
2940
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 <cell alignment="center" valignment="top" usebox="none">
2946 \begin_inset Text
2947
2948 \begin_layout Plain Layout
2949 \begin_inset Formula $\begin{cases}
2950 A & B>0\end{cases}$
2951 \end_inset
2952
2953
2954 \end_layout
2955
2956 \end_inset
2957 </cell>
2958 </row>
2959 <row topspace="1.5mm">
2960 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2961 \begin_inset Text
2962
2963 \begin_layout Plain Layout
2964
2965 \backslash
2966 cases
2967 \begin_inset space \textvisiblespace{}
2968 \end_inset
2969
2970
2971 \family sans
2972 Ctrl+Entrar
2973 \end_layout
2974
2975 \end_inset
2976 </cell>
2977 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2978 \begin_inset Text
2979
2980 \begin_layout Plain Layout
2981 \begin_inset Formula $\begin{cases}
2982 A & \textrm{para }x>0\\
2983 B & \textrm{para }x=0
2984 \end{cases}$
2985 \end_inset
2986
2987
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 </row>
2993 </lyxtabular>
2994
2995 \end_inset
2996
2997
2998 \end_layout
2999
3000 \begin_layout Standard
3001 Después de insertar 
3002 \series bold
3003
3004 \backslash
3005 cases
3006 \series default
3007  o usar el botón 
3008 \begin_inset Info
3009 type  "icon"
3010 arg   "math-insert \\cases"
3011 \end_inset
3012
3013  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3014 \family sans
3015 Ctrl+Entrar
3016 \family default
3017  o con el botón
3018 \family sans
3019  
3020 \family default
3021
3022 \begin_inset Info
3023 type  "icon"
3024 arg   "inset-modify tabular append-row"
3025 \end_inset
3026
3027  de la barra de cuadros.
3028 \end_layout
3029
3030 \begin_layout Standard
3031 El comando 
3032 \series bold
3033
3034 \backslash
3035 cases
3036 \series default
3037  también está disponible en el menú 
3038 \family sans
3039 Insertar\SpecialChar menuseparator
3040 Ecuación\SpecialChar menuseparator
3041 Entorno casos
3042 \family default
3043 .
3044 \end_layout
3045
3046 \begin_layout Subsection
3047 Negaciones
3048 \begin_inset Index idx
3049 status collapsed
3050
3051 \begin_layout Plain Layout
3052 Negaciones
3053 \end_layout
3054
3055 \end_inset
3056
3057
3058 \end_layout
3059
3060 \begin_layout Standard
3061 Con el comando 
3062 \series bold
3063
3064 \backslash
3065 not
3066 \series default
3067
3068 \begin_inset Index idx
3069 status collapsed
3070
3071 \begin_layout Plain Layout
3072 Comandos ! N ! 
3073 \backslash
3074 not
3075 \end_layout
3076
3077 \end_inset
3078
3079  todo carácter se puede mostrar cancelado.
3080  Los caracteres son casi tachados con una barra inclinada.
3081 \begin_inset Separator parbreak
3082 \end_inset
3083
3084
3085 \end_layout
3086
3087 \begin_layout Standard
3088 \noindent
3089 \align center
3090 \begin_inset Tabular
3091 <lyxtabular version="3" rows="4" columns="2">
3092 <features booktabs="true" tabularvalignment="middle">
3093 <column alignment="center" valignment="top" width="0pt">
3094 <column alignment="center" valignment="top" width="0pt">
3095 <row>
3096 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3097 \begin_inset Text
3098
3099 \begin_layout Plain Layout
3100 Command
3101 \end_layout
3102
3103 \end_inset
3104 </cell>
3105 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109 Resultado
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 </row>
3115 <row>
3116 <cell alignment="center" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120
3121 \backslash
3122 not=
3123 \end_layout
3124
3125 \end_inset
3126 </cell>
3127 <cell alignment="center" valignment="top" usebox="none">
3128 \begin_inset Text
3129
3130 \begin_layout Plain Layout
3131 \begin_inset Formula $\not=$
3132 \end_inset
3133
3134
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 </row>
3140 <row>
3141 <cell alignment="center" valignment="top" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145
3146 \backslash
3147 not 
3148 \backslash
3149 le
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell alignment="center" valignment="top" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158 \begin_inset Formula $\not\le$
3159 \end_inset
3160
3161
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 </row>
3167 <row>
3168 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Plain Layout
3172
3173 \backslash
3174 not 
3175 \backslash
3176 parallel
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185 \begin_inset Formula $\not\parallel$
3186 \end_inset
3187
3188
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 </row>
3194 </lyxtabular>
3195
3196 \end_inset
3197
3198
3199 \end_layout
3200
3201 \begin_layout Standard
3202 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3203  Por tanto para algunas negaciones hay comandos especiales (véase 
3204 \begin_inset CommandInset ref
3205 LatexCommand ref
3206 reference "subsec:Símbolos-matemáticos"
3207
3208 \end_inset
3209
3210  y 
3211 \begin_inset CommandInset ref
3212 LatexCommand ref
3213 reference "sec:Relaciones"
3214
3215 \end_inset
3216
3217 ).
3218 \end_layout
3219
3220 \begin_layout Subsection
3221 Espacios reservados 
3222 \begin_inset CommandInset label
3223 LatexCommand label
3224 name "subsec:Espacios-reservados"
3225
3226 \end_inset
3227
3228
3229 \begin_inset Index idx
3230 status collapsed
3231
3232 \begin_layout Plain Layout
3233 Espacios reservados
3234 \end_layout
3235
3236 \end_inset
3237
3238
3239 \begin_inset Index idx
3240 status collapsed
3241
3242 \begin_layout Plain Layout
3243 Química ! isótopos
3244 \end_layout
3245
3246 \end_inset
3247
3248
3249 \begin_inset Index idx
3250 status collapsed
3251
3252 \begin_layout Plain Layout
3253 Isótopos|see
3254 \begin_inset ERT
3255 status collapsed
3256
3257 \begin_layout Plain Layout
3258
3259 {
3260 \end_layout
3261
3262 \end_inset
3263
3264 Química
3265 \begin_inset ERT
3266 status collapsed
3267
3268 \begin_layout Plain Layout
3269
3270 }
3271 \end_layout
3272
3273 \end_inset
3274
3275
3276 \end_layout
3277
3278 \end_inset
3279
3280
3281 \end_layout
3282
3283 \begin_layout Standard
3284 En la presentación de, p.
3285 \begin_inset space \thinspace{}
3286 \end_inset
3287
3288 e., isótopos,
3289 \begin_inset Foot
3290 status collapsed
3291
3292 \begin_layout Plain Layout
3293 Más sobre símbolos químicos en 
3294 \begin_inset CommandInset ref
3295 LatexCommand ref
3296 reference "subsec:Símbolos-y-ecuaciones-químicas"
3297
3298 \end_inset
3299
3300
3301 \end_layout
3302
3303 \end_inset
3304
3305  surge el problema siguiente:
3306 \begin_inset Separator parbreak
3307 \end_inset
3308
3309
3310 \end_layout
3311
3312 \begin_layout Standard
3313 \noindent
3314 \align center
3315 \begin_inset Tabular
3316 <lyxtabular version="3" rows="2" columns="2">
3317 <features booktabs="true" tabularvalignment="middle">
3318 <column alignment="center" valignment="top" width="0pt">
3319 <column alignment="center" valignment="top" width="0pt">
3320 <row>
3321 <cell alignment="center" valignment="top" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325 Índices generados con sub- y superíndices:
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 <cell alignment="center" valignment="top" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3335 \end_inset
3336
3337
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 </row>
3343 <row topspace="1.5mm">
3344 <cell alignment="center" valignment="top" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348 Índices correctos:
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 <cell alignment="center" valignment="top" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3358 \end_inset
3359
3360
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 </row>
3366 </lyxtabular>
3367
3368 \end_inset
3369
3370
3371 \end_layout
3372
3373 \begin_layout Standard
3374 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3375  del índice más largo.
3376  Para evitarlo está el comando 
3377 \series bold
3378
3379 \backslash
3380 phantom
3381 \series default
3382
3383 \begin_inset Index idx
3384 status collapsed
3385
3386 \begin_layout Plain Layout
3387 Comandos ! P ! 
3388 \backslash
3389 phantom
3390 \end_layout
3391
3392 \end_inset
3393
3394  o el botón 
3395 \begin_inset space ~
3396 \end_inset
3397
3398
3399 \begin_inset Graphics
3400         filename ../../../../../LyX 2.2/Resources/images/math/phantom.png
3401         scale 85
3402
3403 \end_inset
3404
3405  del submenú de espacios en ecuaciones
3406 \begin_inset Foot
3407 status collapsed
3408
3409 \begin_layout Plain Layout
3410 Botón 
3411 \begin_inset Info
3412 type  "icon"
3413 arg   "math-insert \\space"
3414 \end_inset
3415
3416  de la barra de ecuaciones
3417 \end_layout
3418
3419 \end_inset
3420
3421 , que genera uno o más espacios reservados.
3422  Al insertar 
3423 \series bold
3424
3425 \backslash
3426 phantom
3427 \series default
3428  aparece un pequeño marco azul con dos flechas rojas superpuestas
3429 \begin_inset Formula $\phantom{}$
3430 \end_inset
3431
3432 .
3433  Las flechas indican que se reservará un espacio equivalente a la anchura
3434  y altura totales del contenido del marco.
3435  Los espacios reservados son correspondientes al tamaño de los caracteres.
3436 \begin_inset Separator parbreak
3437 \end_inset
3438
3439
3440 \end_layout
3441
3442 \begin_layout Standard
3443 \noindent
3444 \align center
3445 \begin_inset Tabular
3446 <lyxtabular version="3" rows="4" columns="2">
3447 <features booktabs="true" tabularvalignment="middle">
3448 <column alignment="center" valignment="top" width="0pt">
3449 <column alignment="center" valignment="top" width="0pt">
3450 <row>
3451 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 Comando
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464 Resultado
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 </row>
3470 <row topspace="1.5mm">
3471 <cell alignment="center" valignment="top" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 ^19
3476 \begin_inset space \textvisiblespace{}
3477 \end_inset
3478
3479 _
3480 \backslash
3481 phantom
3482 \begin_inset space \textvisiblespace{}
3483 \end_inset
3484
3485 1
3486 \begin_inset Formula $\to$
3487 \end_inset
3488
3489 9
3490 \begin_inset space \textvisiblespace{}
3491 \end_inset
3492
3493 F
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell alignment="center" valignment="top" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3503 \end_inset
3504
3505
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 </row>
3511 <row topspace="1.5mm" bottomspace="0.5mm">
3512 <cell alignment="center" valignment="top" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 ^235
3517 \begin_inset space \textvisiblespace{}
3518 \end_inset
3519
3520 _
3521 \backslash
3522 phantom
3523 \begin_inset space \textvisiblespace{}
3524 \end_inset
3525
3526 23
3527 \begin_inset Formula $\to$
3528 \end_inset
3529
3530 9
3531 \begin_inset space \textvisiblespace{}
3532 \end_inset
3533
3534 F
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell alignment="center" valignment="top" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3544 \end_inset
3545
3546
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 </row>
3552 <row topspace="1.5mm" bottomspace="0.5mm">
3553 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \backslash
3559 Lambda^
3560 \begin_inset space \textvisiblespace{}
3561 \end_inset
3562
3563
3564 \backslash
3565 phantom
3566 \begin_inset space \textvisiblespace{}
3567 \end_inset
3568
3569 ii
3570 \begin_inset Formula $\to$
3571 \end_inset
3572
3573 t
3574 \begin_inset space \textvisiblespace{}
3575 \end_inset
3576
3577 _MMt
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3587 \end_inset
3588
3589
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 </lyxtabular>
3596
3597 \end_inset
3598
3599
3600 \end_layout
3601
3602 \begin_layout Standard
3603 Además hay los comandos 
3604 \series bold
3605
3606 \backslash
3607 vphantom
3608 \series default
3609
3610 \begin_inset Index idx
3611 status collapsed
3612
3613 \begin_layout Plain Layout
3614 Comandos ! V ! 
3615 \backslash
3616 vphantom
3617 \end_layout
3618
3619 \end_inset
3620
3621  (botón 
3622 \begin_inset space ~
3623 \end_inset
3624
3625
3626 \begin_inset Graphics
3627         filename ../../../../../LyX 2.2/Resources/images/math/vphantom.png
3628         scale 85
3629
3630 \end_inset
3631
3632 ) y 
3633 \series bold
3634
3635 \backslash
3636 hphantom
3637 \series default
3638
3639 \begin_inset Index idx
3640 status collapsed
3641
3642 \begin_layout Plain Layout
3643 Comandos ! H ! 
3644 \backslash
3645 hphantom
3646 \end_layout
3647
3648 \end_inset
3649
3650  (botón 
3651 \begin_inset space ~
3652 \end_inset
3653
3654
3655 \begin_inset Graphics
3656         filename ../../../../../LyX 2.2/Resources/images/math/hphantom.png
3657         scale 85
3658
3659 \end_inset
3660
3661 ).
3662  
3663 \series bold
3664
3665 \backslash
3666 hphantom
3667 \series default
3668  genera espacio en el marco sólo para la altura máxima de los caracteres,
3669  no para su anchura.
3670  
3671 \series bold
3672
3673 \backslash
3674 vphantom
3675 \series default
3676  genera espacio sólo para la anchura del contenido del marco.
3677  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3678 \end_layout
3679
3680 \begin_layout Standard
3681 Por ejemplo, 
3682 \series bold
3683
3684 \backslash
3685 vphantom
3686 \series default
3687
3688 \begin_inset space \textvisiblespace{}
3689 \end_inset
3690
3691
3692 \series bold
3693 a
3694 \backslash
3695 int
3696 \series default
3697  genera espacio de la altura del signo de la integral,
3698 \begin_inset Foot
3699 status collapsed
3700
3701 \begin_layout Plain Layout
3702 El comando 
3703 \series bold
3704
3705 \backslash
3706 int
3707 \series default
3708  genera un signo de integral, véase 
3709 \begin_inset CommandInset ref
3710 LatexCommand ref
3711 reference "subsec:Operadores-grandes"
3712
3713 \end_inset
3714
3715
3716 \end_layout
3717
3718 \end_inset
3719
3720  porque este es el carácter más largo.
3721  En la 
3722 \begin_inset CommandInset ref
3723 LatexCommand ref
3724 reference "subsec:Delimitadores-multilínea"
3725
3726 \end_inset
3727
3728  hay un ejemplo de aplicación.
3729 \end_layout
3730
3731 \begin_layout Standard
3732 Los espacios reservados también se pueden usar para un texto cuando se insertan
3733  mediante el menú 
3734 \family sans
3735 Insertar\SpecialChar menuseparator
3736 Formato\SpecialChar menuseparator
3737 Fantasma
3738 \family default
3739 :
3740 \end_layout
3741
3742 \begin_layout Standard
3743 Esto es una frase.
3744 \begin_inset Newline newline
3745 \end_inset
3746
3747
3748 \begin_inset Phantom Phantom
3749 status open
3750
3751 \begin_layout Plain Layout
3752 Esto
3753 \end_layout
3754
3755 \end_inset
3756
3757  es una frase.
3758 \end_layout
3759
3760 \begin_layout Standard
3761 \begin_inset Newpage newpage
3762 \end_inset
3763
3764
3765 \end_layout
3766
3767 \begin_layout Subsection
3768 Líneas
3769 \begin_inset Index idx
3770 status collapsed
3771
3772 \begin_layout Plain Layout
3773 Lineas@Líneas
3774 \end_layout
3775
3776 \end_inset
3777
3778
3779 \begin_inset Index idx
3780 status collapsed
3781
3782 \begin_layout Plain Layout
3783 Ecuación ! sub- o superrayada
3784 \end_layout
3785
3786 \end_inset
3787
3788
3789 \end_layout
3790
3791 \begin_layout Standard
3792 \noindent
3793 \align center
3794 \begin_inset Tabular
3795 <lyxtabular version="3" rows="4" columns="2">
3796 <features booktabs="true" tabularvalignment="middle">
3797 <column alignment="center" valignment="top" width="0pt">
3798 <column alignment="center" valignment="top" width="0pt">
3799 <row>
3800 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 Comando
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 Resultado
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 </row>
3819 <row topspace="2mm">
3820 <cell alignment="center" valignment="top" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824
3825 \backslash
3826 overline
3827 \begin_inset space \textvisiblespace{}
3828 \end_inset
3829
3830 A+B
3831 \begin_inset Index idx
3832 status collapsed
3833
3834 \begin_layout Plain Layout
3835 Comandos ! O ! 
3836 \backslash
3837 overline
3838 \end_layout
3839
3840 \end_inset
3841
3842
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851 \begin_inset Formula $\overline{A+B}$
3852 \end_inset
3853
3854
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 </row>
3860 <row bottomspace="1mm">
3861 <cell alignment="center" valignment="top" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865
3866 \backslash
3867 underline
3868 \begin_inset space \textvisiblespace{}
3869 \end_inset
3870
3871 A+B
3872 \begin_inset Index idx
3873 status collapsed
3874
3875 \begin_layout Plain Layout
3876 Comandos ! U ! 
3877 \backslash
3878 underline
3879 \end_layout
3880
3881 \end_inset
3882
3883
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 <cell alignment="center" valignment="top" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892 \begin_inset Formula $\underline{A+B}$
3893 \end_inset
3894
3895
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 </row>
3901 <row topspace="2mm" bottomspace="1mm">
3902 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906
3907 \backslash
3908 overline
3909 \begin_inset space \textvisiblespace{}
3910 \end_inset
3911
3912
3913 \backslash
3914 underline
3915 \begin_inset space \textvisiblespace{}
3916 \end_inset
3917
3918 A+B
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 \begin_inset Formula $\overline{\underline{A+B}}$
3928 \end_inset
3929
3930
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 </row>
3936 </lyxtabular>
3937
3938 \end_inset
3939
3940
3941 \end_layout
3942
3943 \begin_layout Standard
3944 En el último ejemplo es indiferente poner primero 
3945 \series bold
3946
3947 \backslash
3948 overline
3949 \series default
3950  o 
3951 \series bold
3952
3953 \backslash
3954 underline
3955 \series default
3956 .
3957 \end_layout
3958
3959 \begin_layout Standard
3960 Para poner doble subrayado, p.
3961 \begin_inset space \thinspace{}
3962 \end_inset
3963
3964 e.
3965  en resultados, se usa 
3966 \series bold
3967
3968 \backslash
3969 underline
3970 \series default
3971  dos veces.
3972 \end_layout
3973
3974 \begin_layout Standard
3975 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
3976 \begin_inset VSpace bigskip
3977 \end_inset
3978
3979 Se pueden crear líneas personalizadas con el comando 
3980 \series bold
3981
3982 \backslash
3983 rule
3984 \series default
3985
3986 \begin_inset Index idx
3987 status collapsed
3988
3989 \begin_layout Plain Layout
3990 Comandos ! R ! 
3991 \backslash
3992 rule
3993 \end_layout
3994
3995 \end_inset
3996
3997  con el esquema siguiente:
3998 \end_layout
3999
4000 \begin_layout Standard
4001
4002 \series bold
4003
4004 \backslash
4005 rule[hueco vertical]{longitud}{grosor}
4006 \end_layout
4007
4008 \begin_layout Standard
4009 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4010  si el valor es negativo).
4011  Las unidades disponibles para los valores están listadas en
4012 \begin_inset space ~
4013 \end_inset
4014
4015
4016 \begin_inset CommandInset ref
4017 LatexCommand ref
4018 reference "tab:Unidades-disponibles"
4019
4020 \end_inset
4021
4022 .
4023  A continuación hay dos ejemplos de líneas creadas con los comandos
4024 \series bold
4025
4026 \begin_inset Newline newline
4027 \end_inset
4028
4029
4030 \backslash
4031 rule[-2ex]{3cm}{2pt}
4032 \series default
4033  y 
4034 \series bold
4035
4036 \backslash
4037 rule{2cm}{1pt}
4038 \series default
4039 :
4040 \end_layout
4041
4042 \begin_layout Standard
4043 Esto es una frase 
4044 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4045 \end_inset
4046
4047  con dos líneas.
4048 \end_layout
4049
4050 \begin_layout Standard
4051
4052 \series bold
4053
4054 \backslash
4055 rule
4056 \series default
4057  también se puede usar para texto insertando una línea mediante el menú
4058  
4059 \family sans
4060 Insertar\SpecialChar menuseparator
4061 Formato\SpecialChar menuseparator
4062 Línea horizontal
4063 \family default
4064 :
4065 \end_layout
4066
4067 \begin_layout Standard
4068 Esto es una frase 
4069 \begin_inset CommandInset line
4070 LatexCommand rule
4071 offset "0.5ex"
4072 width "3cm"
4073 height "1pt"
4074
4075 \end_inset
4076
4077  con una línea insertada.
4078 \end_layout
4079
4080 \begin_layout Subsection
4081 Puntos
4082 \begin_inset CommandInset label
4083 LatexCommand label
4084 name "subsec:Puntos"
4085
4086 \end_inset
4087
4088
4089 \begin_inset Index idx
4090 status collapsed
4091
4092 \begin_layout Plain Layout
4093 Puntos
4094 \end_layout
4095
4096 \end_inset
4097
4098
4099 \end_layout
4100
4101 \begin_layout Standard
4102 Hay distintos tipos de puntos disponibles.
4103 \begin_inset Foot
4104 status collapsed
4105
4106 \begin_layout Plain Layout
4107 En la barra de herramientas de ecuaciones, en el panel del botón 
4108 \begin_inset Info
4109 type  "icon"
4110 arg   "math-insert \\ldots"
4111 \end_inset
4112
4113 .
4114 \end_layout
4115
4116 \end_inset
4117
4118  Para continuación en enumeraciones se usan puntos bajos, (
4119 \series bold
4120
4121 \backslash
4122 ldots
4123 \series default
4124
4125 \begin_inset Index idx
4126 status collapsed
4127
4128 \begin_layout Plain Layout
4129 Comandos ! L ! 
4130 \backslash
4131 ldots
4132 \end_layout
4133
4134 \end_inset
4135
4136 ), mientras que para operaciones se usan puntos centrados a la misma altura
4137  que los operadores, (
4138 \series bold
4139
4140 \backslash
4141 cdots
4142 \series default
4143
4144 \begin_inset Index idx
4145 status collapsed
4146
4147 \begin_layout Plain Layout
4148 Comandos ! C ! 
4149 \backslash
4150 cdots
4151 \end_layout
4152
4153 \end_inset
4154
4155 ).
4156  Si se usa el comando 
4157 \series bold
4158
4159 \backslash
4160 dots
4161 \series default
4162
4163 \begin_inset Index idx
4164 status collapsed
4165
4166 \begin_layout Plain Layout
4167 Comandos ! D ! 
4168 \backslash
4169 dots
4170 \end_layout
4171
4172 \end_inset
4173
4174 , \SpecialChar LaTeX
4175  decide el tipo a usar en función del carácter siguiente.
4176 \end_layout
4177
4178 \begin_layout Standard
4179 \begin_inset Newpage newpage
4180 \end_inset
4181
4182
4183 \begin_inset Separator parbreak
4184 \end_inset
4185
4186
4187 \end_layout
4188
4189 \begin_layout Standard
4190 \align center
4191 \begin_inset Tabular
4192 <lyxtabular version="3" rows="9" columns="2">
4193 <features booktabs="true" tabularvalignment="middle">
4194 <column alignment="center" valignment="top" width="0pt">
4195 <column alignment="center" valignment="top" width="0pt">
4196 <row>
4197 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 Comando
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 Resultado
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 </row>
4216 <row>
4217 <cell alignment="center" valignment="top" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 A_1
4222 \begin_inset space \textvisiblespace{}
4223 \end_inset
4224
4225 ,
4226 \backslash
4227 dots
4228 \begin_inset space \textvisiblespace{}
4229 \end_inset
4230
4231 ,A_n
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 <cell alignment="center" valignment="top" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240 \begin_inset Formula $A_{1},\dots,A_{n}$
4241 \end_inset
4242
4243
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="center" valignment="top" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 A_1
4255 \begin_inset space \textvisiblespace{}
4256 \end_inset
4257
4258 +
4259 \backslash
4260 dots
4261 \begin_inset space \textvisiblespace{}
4262 \end_inset
4263
4264 +A_n
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 \begin_inset Formula $A_{1}+\dots+A_{n}$
4274 \end_inset
4275
4276
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 </row>
4282 <row>
4283 <cell alignment="center" valignment="top" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 A_1
4288 \begin_inset space \textvisiblespace{}
4289 \end_inset
4290
4291 ,
4292 \backslash
4293 ldots
4294 \begin_inset space \textvisiblespace{}
4295 \end_inset
4296
4297 ,A_n
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell alignment="center" valignment="top" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306 \begin_inset Formula $A_{1},\ldots,A_{n}$
4307 \end_inset
4308
4309
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 </row>
4315 <row>
4316 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 A_1
4321 \begin_inset space \textvisiblespace{}
4322 \end_inset
4323
4324 +
4325 \backslash
4326 cdots
4327 \begin_inset space \textvisiblespace{}
4328 \end_inset
4329
4330 +A_n
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4340 \end_inset
4341
4342
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 </row>
4348 <row>
4349 <cell alignment="center" valignment="top" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353
4354 \backslash
4355 vdots
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 \begin_inset Formula $\vdots$
4365 \end_inset
4366
4367
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="center" valignment="top" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \backslash
4380 ddots
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 \begin_inset Formula $\ddots$
4390 \end_inset
4391
4392
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="center" valignment="top" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403
4404 \backslash
4405 iddots
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 \begin_inset Formula $\iddots$
4415 \end_inset
4416
4417
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 </row>
4423 <row>
4424 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 Matriz
4429 \begin_inset space \thinspace{}
4430 \end_inset
4431
4432 3×3 con los distintos puntos
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 \begin_inset Formula $\begin{array}{ccc}
4442 A_{11} & \cdots & A_{1m}\\
4443 \vdots & \ddots & \vdots\\
4444 A_{n1} & \cdots & A_{nm}
4445 \end{array}$
4446 \end_inset
4447
4448
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 </row>
4454 </lyxtabular>
4455
4456 \end_inset
4457
4458
4459 \end_layout
4460
4461 \begin_layout Standard
4462 Los puntos suspensivos disponibles en el menú 
4463 \family sans
4464 Insertar\SpecialChar menuseparator
4465 Carácter especial
4466 \family default
4467  son 
4468 \series bold
4469
4470 \backslash
4471 ldots
4472 \series default
4473 .
4474 \end_layout
4475
4476 \begin_layout Standard
4477 \begin_inset VSpace medskip
4478 \end_inset
4479
4480
4481 \end_layout
4482
4483 \begin_layout Standard
4484 Para usar 
4485 \series bold
4486
4487 \backslash
4488 iddots
4489 \series default
4490 , hay que marcar una de las opciones 
4491 \family sans
4492 Usar paquete mathdots (automáticamente)
4493 \family default
4494  en las 
4495 \family sans
4496 Opciones de ecuación
4497 \family default
4498  de la configuración del documento.
4499 \begin_inset Newline newline
4500 \end_inset
4501
4502 La opción 
4503 \family sans
4504 Usar paquete mathdots
4505 \family default
4506  mejorará el aspecto de todos los puntos en los documentos si su estilo
4507  o tamaño de tipografía no son los predeterminados.
4508 \end_layout
4509
4510 \begin_layout Standard
4511 \begin_inset VSpace medskip
4512 \end_inset
4513
4514 Hay puntos específicos para matrices que se extienden por varias columnas.
4515  Se generan con el comando 
4516 \series bold
4517
4518 \backslash
4519 hdotsfor
4520 \series default
4521
4522 \begin_inset Index idx
4523 status collapsed
4524
4525 \begin_layout Plain Layout
4526 Comandos ! H ! 
4527 \backslash
4528 hdotsfor
4529 \end_layout
4530
4531 \end_inset
4532
4533 , que tiene el siguiente esquema:
4534 \end_layout
4535
4536 \begin_layout Standard
4537
4538 \series bold
4539
4540 \backslash
4541 hdotsfor[distancia]{número de columnas}
4542 \end_layout
4543
4544 \begin_layout Standard
4545 Número de columnas especifica cuántas columnas deben abarcarse.
4546  Distancia es un factor para la separación entre los puntos.
4547 \end_layout
4548
4549 \begin_layout Standard
4550 En la siguiente matriz se ha insertado el comando 
4551 \series bold
4552
4553 \backslash
4554 hdotsfor[2]{4}
4555 \series default
4556  en el primer recuadro de la segunda línea para obtener puntos separados
4557  una distancia equivalente a dos veces la del comando 
4558 \series bold
4559
4560 \backslash
4561 dots
4562 \series default
4563 .
4564 \begin_inset Formula 
4565 \[
4566 \left(\begin{array}{cccc}
4567 A & B & C & D\\
4568 \hdotsfor[2]{4}\\
4569 q & w & e & r
4570 \end{array}\right)
4571 \]
4572
4573 \end_inset
4574
4575
4576 \end_layout
4577
4578 \begin_layout Standard
4579 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4580  de lo contrario se producen errores de \SpecialChar LaTeX
4581 .
4582 \end_layout
4583
4584 \begin_layout Standard
4585 \begin_inset VSpace bigskip
4586 \end_inset
4587
4588
4589 \end_layout
4590
4591 \begin_layout Standard
4592 Además, con el comando 
4593 \series bold
4594
4595 \backslash
4596 dotfill
4597 \series default
4598
4599 \begin_inset Index idx
4600 status collapsed
4601
4602 \begin_layout Plain Layout
4603 Comandos ! D ! 
4604 \backslash
4605 dotfill
4606 \end_layout
4607
4608 \end_inset
4609
4610  puedes completar con puntos una línea.
4611  El efecto de este tipo de comandos es como el de 
4612 \series bold
4613
4614 \backslash
4615 hfill
4616 \series default
4617 , véase 
4618 \begin_inset CommandInset ref
4619 LatexCommand ref
4620 reference "subsec:Espacio-variable"
4621
4622 \end_inset
4623
4624 .
4625 \end_layout
4626
4627 \begin_layout Standard
4628 Por ejemplo el comando 
4629 \series bold
4630 A
4631 \backslash
4632 dotfill
4633 \series default
4634
4635 \begin_inset space \textvisiblespace{}
4636 \end_inset
4637
4638
4639 \series bold
4640 B
4641 \series default
4642  genera
4643 \end_layout
4644
4645 \begin_layout Standard
4646 \begin_inset Formula $A\dotfill B$
4647 \end_inset
4648
4649
4650 \end_layout
4651
4652 \begin_layout Standard
4653 Un comando análogo a 
4654 \series bold
4655
4656 \backslash
4657 dotfill
4658 \series default
4659  para rellenar con una línea es 
4660 \series bold
4661
4662 \backslash
4663 hrulefill
4664 \series default
4665
4666 \begin_inset Index idx
4667 status collapsed
4668
4669 \begin_layout Plain Layout
4670 Comandos ! H ! 
4671 \backslash
4672 hrulefill
4673 \end_layout
4674
4675 \end_inset
4676
4677 :
4678 \end_layout
4679
4680 \begin_layout Standard
4681 \begin_inset Formula $A\hrulefill B$
4682 \end_inset
4683
4684
4685 \end_layout
4686
4687 \begin_layout Standard
4688 Para usar estos comandos en el texto, deben insertarse en modo \SpecialChar TeX
4689 .
4690 \end_layout
4691
4692 \begin_layout Section
4693 Matrices
4694 \begin_inset CommandInset label
4695 LatexCommand label
4696 name "sec:Matrices"
4697
4698 \end_inset
4699
4700
4701 \begin_inset Index idx
4702 status collapsed
4703
4704 \begin_layout Plain Layout
4705 Matrices
4706 \end_layout
4707
4708 \end_inset
4709
4710
4711 \end_layout
4712
4713 \begin_layout Standard
4714 Se pueden insertar con el botón 
4715 \begin_inset Info
4716 type  "icon"
4717 arg   "dialog-show mathmatrix"
4718 \end_inset
4719
4720  de la barra de ecuaciones o con el menú 
4721 \family sans
4722 Insertar\SpecialChar menuseparator
4723 Ecuación\SpecialChar menuseparator
4724 Matriz
4725 \family default
4726 .
4727  Aparece una ventana en la que se pide el número de filas y columnas, la
4728  alineación y la decoración.
4729  La alineación vertical sólo es relevante para matrices en línea:
4730 \end_layout
4731
4732 \begin_layout Standard
4733 Esta primera matriz tiene alineación superior 
4734 \begin_inset Formula $\begin{array}[t]{cccc}
4735 A & D & G & J\\
4736 B & E & H & K\\
4737 D & F & I & L
4738 \end{array}$
4739 \end_inset
4740
4741  , la segunda alineación central 
4742 \begin_inset Formula $\begin{array}{cccc}
4743 A & D & G & J\\
4744 B & E & H & K\\
4745 D & F & I & L
4746 \end{array}$
4747 \end_inset
4748
4749  , y la tercera alineación inferior 
4750 \begin_inset Formula $\begin{array}[b]{cccc}
4751 A & D & G & J\\
4752 B & E & H & K\\
4753 D & F & I & L
4754 \end{array}$
4755 \end_inset
4756
4757 .
4758 \end_layout
4759
4760 \begin_layout Standard
4761 La alineación horizontal especifica cómo deben alinearse las entradas de
4762  la columna.
4763  Se determina mediante una letra para cada columna.
4764  
4765 \emph on
4766 l
4767 \emph default
4768  indica alineación a la izquierda, 
4769 \emph on
4770 c
4771 \emph default
4772  alineación centrada y 
4773 \emph on
4774 r
4775 \emph default
4776  alineación a la derecha.
4777  Por ejemplo, para componer una matriz
4778 \begin_inset space ~
4779 \end_inset
4780
4781 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4782  centradas y la última a la derecha, se anota 
4783 \series bold
4784 lccr
4785 \series default
4786  en la alineación horizontal.
4787  Normalmente todas las columnas de una matriz están centradas, por tanto
4788  el valor por omisión es 
4789 \series bold
4790 c
4791 \series default
4792  para todas ellas.
4793 \end_layout
4794
4795 \begin_layout Standard
4796 Alineación horizontal:
4797 \end_layout
4798
4799 \begin_layout Standard
4800
4801 \series bold
4802 lll
4803 \series default
4804  : 
4805 \begin_inset Formula $\begin{array}{lll}
4806 10000 & D & G\\
4807 B & 10000 & H\\
4808 C & F & 10000
4809 \end{array}$
4810 \end_inset
4811
4812  , 
4813 \series bold
4814 ccc 
4815 \series default
4816
4817 \begin_inset Formula $\begin{array}{ccc}
4818 10000 & D & G\\
4819 B & 10000 & H\\
4820 C & F & 10000
4821 \end{array}$
4822 \end_inset
4823
4824  
4825 \series bold
4826 ,
4827 \series default
4828  
4829 \series bold
4830 rrr 
4831 \series default
4832
4833 \begin_inset Formula $\begin{array}{rrr}
4834 10000 & D & G\\
4835 B & 10000 & H\\
4836 C & F & 10000
4837 \end{array}$
4838 \end_inset
4839
4840
4841 \end_layout
4842
4843 \begin_layout Standard
4844 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
4845  botones 
4846 \begin_inset Info
4847 type  "icon"
4848 arg   "inset-modify tabular append-row"
4849 \end_inset
4850
4851
4852 \begin_inset Info
4853 type  "icon"
4854 arg   "inset-modify tabular delete-row"
4855 \end_inset
4856
4857 , etc.
4858  de la barra de ecuaciones o el menú 
4859 \family sans
4860 Editar\SpecialChar menuseparator
4861 Filas y columnas
4862 \family default
4863 .
4864  También se pueden añadir filas nuevas con 
4865 \family sans
4866 Ctrl+Entrar
4867 \family default
4868 .
4869 \end_layout
4870
4871 \begin_layout Standard
4872 \begin_inset VSpace bigskip
4873 \end_inset
4874
4875
4876 \end_layout
4877
4878 \begin_layout Standard
4879 La 
4880 \family sans
4881 Decoración
4882 \family default
4883  añade paréntesis en el estilo seleccionado alrededor de la matriz.
4884  Alternativamente, se pueden generar paréntesis con los comandos 
4885 \series bold
4886
4887 \backslash
4888 left
4889 \series default
4890
4891 \begin_inset Index idx
4892 status collapsed
4893
4894 \begin_layout Plain Layout
4895 Comandos ! L ! 
4896 \backslash
4897 left
4898 \end_layout
4899
4900 \end_inset
4901
4902  y 
4903 \series bold
4904
4905 \backslash
4906 right
4907 \series default
4908
4909 \begin_inset Index idx
4910 status collapsed
4911
4912 \begin_layout Plain Layout
4913 Comandos ! R ! 
4914 \backslash
4915 right
4916 \end_layout
4917
4918 \end_inset
4919
4920  (atajo 
4921 \family sans
4922 Alt+M
4923 \begin_inset space ~
4924 \end_inset
4925
4926 Paréntesis
4927 \family default
4928 ), véase 
4929 \begin_inset CommandInset ref
4930 LatexCommand ref
4931 reference "subsec:Tamaño-automático-de"
4932
4933 \end_inset
4934
4935 , o usando los comandos siguientes:
4936 \end_layout
4937
4938 \begin_layout Standard
4939 \begin_inset VSpace medskip
4940 \end_inset
4941
4942
4943 \end_layout
4944
4945 \begin_layout Standard
4946 \begin_inset space \hfill{}
4947 \end_inset
4948
4949
4950 \begin_inset Tabular
4951 <lyxtabular version="3" rows="4" columns="2">
4952 <features booktabs="true" tabularvalignment="middle">
4953 <column alignment="center" valignment="top" width="0pt">
4954 <column alignment="center" valignment="top">
4955 <row>
4956 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960 Comando
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 Resultado
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 </row>
4975 <row topspace="1.5mm">
4976 <cell alignment="center" valignment="top" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980
4981 \backslash
4982 bmatrix
4983 \begin_inset space \textvisiblespace{}
4984 \end_inset
4985
4986 2
4987 \series bold
4988 ×
4989 \series default
4990 2
4991 \begin_inset space \thinspace{}
4992 \end_inset
4993
4994 matriz
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
5004 0 & \textrm{-}\mathrm{i}\\
5005 \mathrm{i} & 0
5006 \end{array}\end{bmatrix}$
5007 \end_inset
5008
5009
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 </row>
5015 <row topspace="1.5mm" bottomspace="0.5mm">
5016 <cell alignment="center" valignment="top" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020
5021 \backslash
5022 Bmatrix
5023 \begin_inset space \textvisiblespace{}
5024 \end_inset
5025
5026 2×2
5027 \begin_inset space \thinspace{}
5028 \end_inset
5029
5030 matriz
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 <cell alignment="center" valignment="top" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
5040 0 & \textrm{-}\mathrm{i}\\
5041 \mathrm{i} & 0
5042 \end{array}\end{Bmatrix}$
5043 \end_inset
5044
5045
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 </row>
5051 <row>
5052 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056
5057 \backslash
5058 pmatrix
5059 \begin_inset space \textvisiblespace{}
5060 \end_inset
5061
5062 2
5063 \series bold
5064 ×
5065 \series default
5066 2
5067 \begin_inset space \thinspace{}
5068 \end_inset
5069
5070 matriz
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5080 0 & \textrm{-}\mathrm{i}\\
5081 \mathrm{i} & 0
5082 \end{array}\end{pmatrix}$
5083 \end_inset
5084
5085
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 </row>
5091 </lyxtabular>
5092
5093 \end_inset
5094
5095
5096 \begin_inset space \hfill{}
5097 \end_inset
5098
5099
5100 \begin_inset Tabular
5101 <lyxtabular version="3" rows="4" columns="2">
5102 <features booktabs="true" tabularvalignment="middle">
5103 <column alignment="center" valignment="top" width="0pt">
5104 <column alignment="center" valignment="top">
5105 <row>
5106 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 Comando
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119 Resultado
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 </row>
5125 <row topspace="1.5mm">
5126 <cell alignment="center" valignment="top" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130
5131 \backslash
5132 vmatrix
5133 \begin_inset space \textvisiblespace{}
5134 \end_inset
5135
5136 2
5137 \series bold
5138 ×
5139 \series default
5140 2
5141 \begin_inset space \thinspace{}
5142 \end_inset
5143
5144 matriz
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5154 0 & \textrm{-}\mathrm{i}\\
5155 \mathrm{i} & 0
5156 \end{array}\end{vmatrix}$
5157 \end_inset
5158
5159
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 </row>
5165 <row topspace="1.5mm" bottomspace="0.5mm">
5166 <cell alignment="center" valignment="top" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170
5171 \backslash
5172 Vmatrix
5173 \begin_inset space \textvisiblespace{}
5174 \end_inset
5175
5176 2
5177 \series bold
5178 ×
5179 \series default
5180 2
5181 \begin_inset space \thinspace{}
5182 \end_inset
5183
5184 matriz
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 <cell alignment="center" valignment="top" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5194 0 & \textrm{-}\mathrm{i}\\
5195 \mathrm{i} & 0
5196 \end{array}\end{Vmatrix}$
5197 \end_inset
5198
5199
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 </row>
5205 <row>
5206 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210
5211 \backslash
5212 matrix
5213 \begin_inset space \textvisiblespace{}
5214 \end_inset
5215
5216 2
5217 \series bold
5218 ×
5219 \series default
5220 2
5221 \begin_inset space \thinspace{}
5222 \end_inset
5223
5224 matriz
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5234 0 & \textrm{-}\mathrm{i}\\
5235 \mathrm{i} & 0
5236 \end{array}\end{matrix}$
5237 \end_inset
5238
5239
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 </row>
5245 </lyxtabular>
5246
5247 \end_inset
5248
5249
5250 \begin_inset space \hfill{}
5251 \end_inset
5252
5253
5254 \end_layout
5255
5256 \begin_layout Standard
5257 \begin_inset VSpace medskip
5258 \end_inset
5259
5260
5261 \end_layout
5262
5263 \begin_layout Standard
5264 Cuando se inserta p.
5265 \begin_inset space \thinspace{}
5266 \end_inset
5267
5268 e.
5269 \begin_inset space ~
5270 \end_inset
5271
5272
5273 \series bold
5274
5275 \backslash
5276 vmatrix
5277 \series default
5278 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5279  la matriz.
5280 \begin_inset Newline newline
5281 \end_inset
5282
5283 Hay que tener en cuenta que las matrices decoradas ignoran el alineamiento
5284  vertical.
5285 \end_layout
5286
5287 \begin_layout Standard
5288 \begin_inset VSpace bigskip
5289 \end_inset
5290
5291
5292 \end_layout
5293
5294 \begin_layout Standard
5295 Como todas las ecuaciones multilínea son matrices, la longitud 
5296 \series bold
5297
5298 \backslash
5299 arraycolsep
5300 \series default
5301
5302 \begin_inset Index idx
5303 status collapsed
5304
5305 \begin_layout Plain Layout
5306 Comandos ! A ! 
5307 \backslash
5308 arraycolsep
5309 \end_layout
5310
5311 \end_inset
5312
5313 , que se describe en 
5314 \begin_inset CommandInset ref
5315 LatexCommand ref
5316 reference "subsec:Separación-de-columnas"
5317
5318 \end_inset
5319
5320 , también se puede usar para cambiar la separación de las columnas en una
5321  matriz.
5322  Para cambiar la separación de las filas, se usa el comando 
5323 \series bold
5324
5325 \backslash
5326 arraystretch
5327 \series default
5328
5329 \begin_inset Index idx
5330 status collapsed
5331
5332 \begin_layout Plain Layout
5333 Comandos ! A ! 
5334 \backslash
5335 arraystretch
5336 \end_layout
5337
5338 \end_inset
5339
5340  de la siguiente manera:
5341 \end_layout
5342
5343 \begin_layout Standard
5344
5345 \series bold
5346
5347 \backslash
5348 renewcommand{
5349 \backslash
5350 arraystretch}{factor de separación}
5351 \begin_inset Index idx
5352 status collapsed
5353
5354 \begin_layout Plain Layout
5355 Comandos ! R ! 
5356 \backslash
5357 renewcommand
5358 \end_layout
5359
5360 \end_inset
5361
5362
5363 \end_layout
5364
5365 \begin_layout Standard
5366 El comando 
5367 \series bold
5368
5369 \backslash
5370 renewcommand
5371 \series default
5372  asigna el factor de separación al comando predefinido 
5373 \series bold
5374
5375 \backslash
5376 arraystretch
5377 \series default
5378 .
5379  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5380  Además, éste se usa para todas las matrices siguientes.
5381  Para volver a la separación original, asigna factor 1 a 
5382 \series bold
5383
5384 \backslash
5385 arraystretch
5386 \series default
5387 .
5388 \end_layout
5389
5390 \begin_layout Standard
5391 Para poner matrices en línea se usa el comando 
5392 \series bold
5393
5394 \backslash
5395 smallmatrix
5396 \series default
5397
5398 \begin_inset Index idx
5399 status collapsed
5400
5401 \begin_layout Plain Layout
5402 Comandos ! S ! 
5403 \backslash
5404 smallmatrix
5405 \end_layout
5406
5407 \end_inset
5408
5409 .
5410  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5411  se inserta la matriz.
5412  
5413 \end_layout
5414
5415 \begin_layout Standard
5416 Esto es una matriz 
5417 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5418 C & D
5419 \end{smallmatrix}\right)$
5420 \end_inset
5421
5422  en línea.
5423 \end_layout
5424
5425 \begin_layout Section
5426 Delimitadores
5427 \begin_inset Index idx
5428 status collapsed
5429
5430 \begin_layout Plain Layout
5431 Delimitadores
5432 \end_layout
5433
5434 \end_inset
5435
5436
5437 \end_layout
5438
5439 \begin_layout Subsection
5440 Delimitadores verticales
5441 \begin_inset Index idx
5442 status collapsed
5443
5444 \begin_layout Plain Layout
5445 Delimitadores ! verticales
5446 \end_layout
5447
5448 \end_inset
5449
5450
5451 \end_layout
5452
5453 \begin_layout Standard
5454 \begin_inset space \hfill{}
5455 \end_inset
5456
5457
5458 \begin_inset Tabular
5459 <lyxtabular version="3" rows="9" columns="2">
5460 <features booktabs="true" tabularvalignment="middle">
5461 <column alignment="center" valignment="top" width="0pt">
5462 <column alignment="center" valignment="top" width="0pt">
5463 <row>
5464 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 Comando
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 Resultado
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 </row>
5483 <row>
5484 <cell alignment="center" valignment="top" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 (
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell alignment="center" valignment="top" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497 \begin_inset Formula $($
5498 \end_inset
5499
5500
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 </row>
5506 <row>
5507 <cell alignment="center" valignment="top" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 {
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 \begin_inset Formula $\{$
5521 \end_inset
5522
5523
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 </row>
5529 <row>
5530 <cell alignment="center" valignment="top" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 [
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 \begin_inset Formula $[$
5544 \end_inset
5545
5546
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 </row>
5552 <row>
5553 <cell alignment="center" valignment="top" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557
5558 \backslash
5559 langle
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 \begin_inset Formula $\langle$
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 <row>
5578 <cell alignment="center" valignment="top" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582
5583 \backslash
5584 lceil
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 \begin_inset Formula $\lceil$
5594 \end_inset
5595
5596
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 </row>
5602 <row>
5603 <cell alignment="center" valignment="top" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607
5608 \backslash
5609 lfloor
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 \begin_inset Formula $\lfloor$
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 </row>
5627 <row>
5628 <cell alignment="center" valignment="top" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 /
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 \begin_inset Formula $/$
5642 \end_inset
5643
5644
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 </row>
5650 <row>
5651 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 |
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664 \begin_inset Formula $|$
5665 \end_inset
5666
5667
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 </row>
5673 </lyxtabular>
5674
5675 \end_inset
5676
5677
5678 \begin_inset space \hfill{}
5679 \end_inset
5680
5681
5682 \begin_inset Tabular
5683 <lyxtabular version="3" rows="9" columns="2">
5684 <features booktabs="true" tabularvalignment="middle">
5685 <column alignment="center" valignment="top" width="0pt">
5686 <column alignment="center" valignment="top" width="0pt">
5687 <row>
5688 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 Comando
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 Resultado
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 </row>
5707 <row>
5708 <cell alignment="center" valignment="top" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 )
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 <cell alignment="center" valignment="top" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Plain Layout
5721 \begin_inset Formula $)$
5722 \end_inset
5723
5724
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 </row>
5730 <row>
5731 <cell alignment="center" valignment="top" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 }
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 \begin_inset Formula $\}$
5745 \end_inset
5746
5747
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 </row>
5753 <row>
5754 <cell alignment="center" valignment="top" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 ]
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 \begin_inset Formula $]$
5768 \end_inset
5769
5770
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 </row>
5776 <row>
5777 <cell alignment="center" valignment="top" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781
5782 \backslash
5783 rangle
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 \begin_inset Formula $\rangle$
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 </row>
5801 <row>
5802 <cell alignment="center" valignment="top" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806
5807 \backslash
5808 rceil
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 \begin_inset Formula $\rceil$
5818 \end_inset
5819
5820
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 </row>
5826 <row>
5827 <cell alignment="center" valignment="top" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831
5832 \backslash
5833 rfloor
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell alignment="center" valignment="top" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 \begin_inset Formula $\rfloor$
5843 \end_inset
5844
5845
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 </row>
5851 <row>
5852 <cell alignment="center" valignment="top" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856
5857 \backslash
5858
5859 \backslash
5860
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 \begin_inset Formula $\backslash$
5870 \end_inset
5871
5872
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 </row>
5878 <row>
5879 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883
5884 \backslash
5885 |
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 \begin_inset Formula $\|$
5895 \end_inset
5896
5897
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 </row>
5903 </lyxtabular>
5904
5905 \end_inset
5906
5907
5908 \begin_inset space \hfill{}
5909 \end_inset
5910
5911
5912 \end_layout
5913
5914 \begin_layout Standard
5915 \begin_inset Note Greyedout
5916 status open
5917
5918 \begin_layout Plain Layout
5919
5920 \series bold
5921 Nota
5922 \series default
5923 : En modo \SpecialChar TeX
5924  hay que usar el comando 
5925 \series bold
5926
5927 \backslash
5928 textbackslash
5929 \series default
5930
5931 \begin_inset Index idx
5932 status collapsed
5933
5934 \begin_layout Plain Layout
5935 Comandos ! T ! 
5936 \backslash
5937 textbackslash
5938 \end_layout
5939
5940 \end_inset
5941
5942  para la barra invertida, porque si no el comando 
5943 \series bold
5944
5945 \backslash
5946
5947 \backslash
5948
5949 \series default
5950  genera un salto de línea.
5951 \end_layout
5952
5953 \end_inset
5954
5955
5956 \end_layout
5957
5958 \begin_layout Standard
5959 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
5960  descritos en las dos subsecciones siguientes.
5961  Cuando se emplean esos comandos se pueden usar directamente los caracteres
5962  < y > en vez de los comandos 
5963 \series bold
5964
5965 \backslash
5966 langle
5967 \series default
5968  y 
5969 \series bold
5970
5971 \backslash
5972 rangle
5973 \series default
5974 .
5975  
5976 \end_layout
5977
5978 \begin_layout Subsubsection
5979 Tamaño manual de los delimitadores
5980 \begin_inset CommandInset label
5981 LatexCommand label
5982 name "subsec:Tamaño-manual-de"
5983
5984 \end_inset
5985
5986
5987 \begin_inset Index idx
5988 status collapsed
5989
5990 \begin_layout Plain Layout
5991 Delimitadores ! tamaño manual
5992 \end_layout
5993
5994 \end_inset
5995
5996
5997 \end_layout
5998
5999 \begin_layout Standard
6000 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6001  \SpecialChar LaTeX
6002  
6003 \series bold
6004
6005 \backslash
6006 big
6007 \series default
6008
6009 \begin_inset Index idx
6010 status collapsed
6011
6012 \begin_layout Plain Layout
6013 Comandos ! B ! 
6014 \backslash
6015 big
6016 \end_layout
6017
6018 \end_inset
6019
6020
6021 \series bold
6022
6023 \backslash
6024 Big
6025 \series default
6026
6027 \series bold
6028
6029 \backslash
6030 bigg
6031 \series default
6032 , y 
6033 \series bold
6034
6035 \backslash
6036 Bigg
6037 \series default
6038 .
6039  
6040 \series bold
6041
6042 \backslash
6043 big
6044 \series default
6045  indica el tamaño menor y 
6046 \series bold
6047
6048 \backslash
6049 Bigg
6050 \series default
6051  el mayor.
6052 \end_layout
6053
6054 \begin_layout Standard
6055 Estos comandos se usan para resaltar niveles de delimitación:
6056 \begin_inset Separator parbreak
6057 \end_inset
6058
6059
6060 \end_layout
6061
6062 \begin_layout Standard
6063 \noindent
6064 \align center
6065 \begin_inset Tabular
6066 <lyxtabular version="3" rows="2" columns="2">
6067 <features tabularvalignment="middle">
6068 <column alignment="center" valignment="top">
6069 <column alignment="center" valignment="top">
6070 <row>
6071 <cell alignment="center" valignment="top" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 todos los delimitadores de igual tamaño:
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6085 \end_inset
6086
6087
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 </row>
6093 <row>
6094 <cell alignment="center" valignment="top" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 así tiene mejor aspecto:
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 <cell alignment="center" valignment="top" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6108 \end_inset
6109
6110
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 </row>
6116 </lyxtabular>
6117
6118 \end_inset
6119
6120
6121 \begin_inset Note Note
6122 status collapsed
6123
6124 \begin_layout Plain Layout
6125
6126 \series bold
6127
6128 \backslash
6129 raisebox
6130 \series default
6131  se usa sólo como espaciador
6132 \end_layout
6133
6134 \end_inset
6135
6136
6137 \end_layout
6138
6139 \begin_layout Standard
6140 Para la segunda expresión se ha empleado el comando 
6141 \series bold
6142
6143 \backslash
6144 Big((A+B)(A-B)
6145 \backslash
6146 Big)^
6147 \series default
6148
6149 \begin_inset space \textvisiblespace{}
6150 \end_inset
6151
6152
6153 \series bold
6154 C
6155 \series default
6156 .
6157 \end_layout
6158
6159 \begin_layout Standard
6160 He aquí una visión conjunta de todos los tamaños y delimitadores:
6161 \begin_inset Separator parbreak
6162 \end_inset
6163
6164
6165 \end_layout
6166
6167 \begin_layout Standard
6168 \noindent
6169 \align center
6170
6171 \backslash
6172 Bigg(
6173 \backslash
6174 exp
6175 \backslash
6176 bigg<
6177 \backslash
6178 Big[
6179 \backslash
6180 big{
6181 \backslash
6182 ln(3x)
6183 \backslash
6184 big}^2
6185 \begin_inset space \textvisiblespace{}
6186 \end_inset
6187
6188
6189 \backslash
6190 sen(x)
6191 \backslash
6192 Big]^
6193 \begin_inset space \textvisiblespace{}
6194 \end_inset
6195
6196 A
6197 \begin_inset space \textvisiblespace{}
6198 \end_inset
6199
6200
6201 \backslash
6202 bigg>
6203 \backslash
6204 Bigg)^0,5
6205 \begin_inset Formula 
6206 \[
6207 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6208 \]
6209
6210 \end_inset
6211
6212
6213 \end_layout
6214
6215 \begin_layout Standard
6216 Además de los comandos 
6217 \series bold
6218
6219 \backslash
6220 big
6221 \series default
6222  hay la variante 
6223 \series bold
6224
6225 \backslash
6226 bigm
6227 \series default
6228
6229 \begin_inset Index idx
6230 status collapsed
6231
6232 \begin_layout Plain Layout
6233 Comandos ! B ! 
6234 \backslash
6235 bigm
6236 \end_layout
6237
6238 \end_inset
6239
6240 , que añade un poco más de espacio entre el delimitador y su contenido,
6241  y la variante 
6242 \series bold
6243
6244 \backslash
6245 bigl
6246 \series default
6247 -
6248 \series bold
6249
6250 \backslash
6251 bigr
6252 \series default
6253
6254 \begin_inset Index idx
6255 status collapsed
6256
6257 \begin_layout Plain Layout
6258 Comandos ! B ! 
6259 \backslash
6260 bigl - 
6261 \backslash
6262 bigr
6263 \end_layout
6264
6265 \end_inset
6266
6267 , que no añade espacio adicional.
6268  La 
6269 \emph on
6270 l
6271 \emph default
6272  al final del comando 
6273 \series bold
6274
6275 \backslash
6276 bigl 
6277 \series default
6278 es para el delimitador izquierdo, la 
6279 \emph on
6280 r
6281 \emph default
6282  es para el delimitador derecho.
6283  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6284  apertura o de cierre.
6285 \end_layout
6286
6287 \begin_layout Standard
6288 En el siguiente cuadro hay una comparación de las variantes:
6289 \begin_inset Separator parbreak
6290 \end_inset
6291
6292
6293 \end_layout
6294
6295 \begin_layout Standard
6296 \noindent
6297 \align center
6298 \begin_inset Tabular
6299 <lyxtabular version="3" rows="5" columns="2">
6300 <features tabularvalignment="middle">
6301 <column alignment="center" valignment="top">
6302 <column alignment="center" valignment="top">
6303 <row>
6304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 Comando
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 Resultado
6318 \begin_inset Note Note
6319 status collapsed
6320
6321 \begin_layout Plain Layout
6322
6323 \series bold
6324
6325 \backslash
6326 raisebox
6327 \series default
6328  se usa sólo como espaciador
6329 \end_layout
6330
6331 \end_inset
6332
6333
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 </row>
6339 <row>
6340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344
6345 \backslash
6346 Bigm(
6347 \backslash
6348 bigm(
6349 \backslash
6350 ln(3x)
6351 \backslash
6352 bigm)^2
6353 \series bold
6354
6355 \begin_inset space \textvisiblespace{}
6356 \end_inset
6357
6358
6359 \series default
6360
6361 \backslash
6362 Bigm)
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6372 \end_inset
6373
6374
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 <row>
6381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385
6386 \backslash
6387 Big(
6388 \backslash
6389 big(
6390 \backslash
6391 ln(3x)
6392 \backslash
6393 big)^2
6394 \series bold
6395
6396 \begin_inset space \textvisiblespace{}
6397 \end_inset
6398
6399
6400 \series default
6401
6402 \backslash
6403 Big)
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6413 \end_inset
6414
6415
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 </row>
6421 <row>
6422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426
6427 \backslash
6428 Bigl(
6429 \backslash
6430 bigl(
6431 \backslash
6432 ln(3x)
6433 \backslash
6434 bigr)^2
6435 \series bold
6436
6437 \begin_inset space \textvisiblespace{}
6438 \end_inset
6439
6440
6441 \series default
6442
6443 \backslash
6444 Bigr)
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6454 \end_inset
6455
6456
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 </row>
6462 <row>
6463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Plain Layout
6467
6468 \backslash
6469 bigl)
6470 \backslash
6471 ln(3x)
6472 \backslash
6473 bigr(
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6483 \end_inset
6484
6485
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 </row>
6491 </lyxtabular>
6492
6493 \end_inset
6494
6495
6496 \end_layout
6497
6498 \begin_layout Subsubsection
6499 Tamaño automático de los delimitadores
6500 \begin_inset CommandInset label
6501 LatexCommand label
6502 name "subsec:Tamaño-automático-de"
6503
6504 \end_inset
6505
6506
6507 \begin_inset Index idx
6508 status collapsed
6509
6510 \begin_layout Plain Layout
6511 Delimitadores ! tamaño automático
6512 \end_layout
6513
6514 \end_inset
6515
6516
6517 \end_layout
6518
6519 \begin_layout Standard
6520 Se pueden insertar delimitadores de tamaño variable con los comandos 
6521 \series bold
6522
6523 \backslash
6524 left
6525 \series default
6526
6527 \begin_inset Index idx
6528 status collapsed
6529
6530 \begin_layout Plain Layout
6531 Comandos ! L ! 
6532 \backslash
6533 left
6534 \end_layout
6535
6536 \end_inset
6537
6538  y 
6539 \series bold
6540
6541 \backslash
6542 right
6543 \series default
6544
6545 \begin_inset Index idx
6546 status collapsed
6547
6548 \begin_layout Plain Layout
6549 Comandos ! R ! 
6550 \backslash
6551 right
6552 \end_layout
6553
6554 \end_inset
6555
6556  o con el botón de la barra de ecuaciones 
6557 \begin_inset Info
6558 type  "icon"
6559 arg   "dialog-show mathdelimiter"
6560 \end_inset
6561
6562 .
6563  El delimitador deseado se debe insertar directamente detrás de 
6564 \series bold
6565
6566 \backslash
6567 left
6568 \series default
6569  y 
6570 \series bold
6571
6572 \backslash
6573 right
6574 \series default
6575 .
6576  El tamaño se calculará automáticamente después para la salida.
6577  
6578 \begin_inset Separator parbreak
6579 \end_inset
6580
6581
6582 \end_layout
6583
6584 \begin_layout Standard
6585 \noindent
6586 \align center
6587 delimitador normal: El comando 
6588 \series bold
6589
6590 \backslash
6591 ln(
6592 \backslash
6593 frac
6594 \series default
6595
6596 \begin_inset space \textvisiblespace{}
6597 \end_inset
6598
6599
6600 \series bold
6601 A
6602 \begin_inset Formula $\downarrow$
6603 \end_inset
6604
6605 C
6606 \series default
6607
6608 \begin_inset space \textvisiblespace{}
6609 \end_inset
6610
6611
6612 \series bold
6613 )
6614 \series default
6615  genera
6616 \begin_inset Formula 
6617 \[
6618 \ln(\frac{A}{C})
6619 \]
6620
6621 \end_inset
6622
6623
6624 \end_layout
6625
6626 \begin_layout Standard
6627 \noindent
6628 \align center
6629 delimitador multilínea: El comando 
6630 \series bold
6631
6632 \backslash
6633 ln
6634 \backslash
6635 left(
6636 \backslash
6637 frac
6638 \series default
6639
6640 \begin_inset space \textvisiblespace{}
6641 \end_inset
6642
6643
6644 \series bold
6645 A
6646 \begin_inset Formula $\downarrow$
6647 \end_inset
6648
6649 C
6650 \series default
6651
6652 \begin_inset space \textvisiblespace{}
6653 \end_inset
6654
6655
6656 \series bold
6657
6658 \backslash
6659 right)
6660 \series default
6661  genera
6662 \begin_inset Formula 
6663 \[
6664 \ln\left(\frac{A}{C}\right)
6665 \]
6666
6667 \end_inset
6668
6669
6670 \end_layout
6671
6672 \begin_layout Standard
6673 En lugar de 
6674 \series bold
6675
6676 \backslash
6677 left
6678 \series default
6679  y 
6680 \series bold
6681
6682 \backslash
6683 right
6684 \series default
6685  se puede usar el atajo 
6686 \family sans
6687 Alt+M
6688 \begin_inset space ~
6689 \end_inset
6690
6691 Corchete
6692 \family default
6693 .
6694  Esto tiene la ventaja de que puedes ver inmediatamente en \SpecialChar LyX
6695  el tamaño real
6696  del delimitador y además se genera el correspondiente delimitador de cierre.
6697 \begin_inset Newline newline
6698 \end_inset
6699
6700 El comando para el último ejemplo sería 
6701 \series bold
6702
6703 \backslash
6704 ln Alt+M
6705 \series default
6706  
6707 \series bold
6708 (
6709 \backslash
6710 frac
6711 \begin_inset space \textvisiblespace{}
6712 \end_inset
6713
6714 A
6715 \begin_inset Formula $\downarrow$
6716 \end_inset
6717
6718
6719 \end_layout
6720
6721 \begin_layout Standard
6722 Para omitir uno de los dos delimitadores se inserta un punto.
6723  Por ejemplo, el comando 
6724 \series bold
6725
6726 \backslash
6727 left.
6728 \backslash
6729 frac
6730 \series default
6731
6732 \begin_inset space \textvisiblespace{}
6733 \end_inset
6734
6735
6736 \series bold
6737 A
6738 \begin_inset Formula $\downarrow$
6739 \end_inset
6740
6741 B
6742 \series default
6743
6744 \begin_inset space \textvisiblespace{}
6745 \end_inset
6746
6747
6748 \series bold
6749
6750 \backslash
6751 right}
6752 \series default
6753  da lugar a:
6754 \begin_inset Formula 
6755 \[
6756 \left.\frac{A}{B}\right\} 
6757 \]
6758
6759 \end_inset
6760
6761
6762 \end_layout
6763
6764 \begin_layout Standard
6765 \SpecialChar LyX
6766  convertirá los comandos 
6767 \series bold
6768
6769 \backslash
6770 left
6771 \series default
6772  y 
6773 \series bold
6774
6775 \backslash
6776 right
6777 \series default
6778  a su tamaño adecuado cuando el documento sea recargado y el delimitador
6779  omitido aparecerá como línea de trazos.
6780  
6781 \begin_inset VSpace bigskip
6782 \end_inset
6783
6784
6785 \end_layout
6786
6787 \begin_layout Standard
6788 Como todas las distribuciones habituales de \SpecialChar LaTeX
6789  incluyen e\SpecialChar TeX
6790 , una extensión de
6791  \SpecialChar LaTeX
6792 , el comando 
6793 \series bold
6794
6795 \backslash
6796 middle
6797 \series default
6798
6799 \begin_inset Index idx
6800 status collapsed
6801
6802 \begin_layout Plain Layout
6803 Comandos ! M ! 
6804 \backslash
6805 middle
6806 \end_layout
6807
6808 \end_inset
6809
6810  está también disponible para todos los delimitadores y límites.
6811  Con este comando la altura del siguiente carácter se adapta a la de los
6812  delimitadores circundantes, lo que es necesario, p.
6813 \begin_inset space \thinspace{}
6814 \end_inset
6815
6816 e., para vectores cuánticos: 
6817 \begin_inset Formula 
6818 \[
6819 \left\langle \phi\;\middle|\;J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6820 \]
6821
6822 \end_inset
6823
6824
6825 \end_layout
6826
6827 \begin_layout Standard
6828 Para este tipo de vectores hay un paquete \SpecialChar LaTeX
6829  específico que se describe en
6830 \begin_inset space ~
6831 \end_inset
6832
6833
6834 \begin_inset CommandInset ref
6835 LatexCommand ref
6836 reference "subsec:Vectores-cuánticos"
6837
6838 \end_inset
6839
6840 .
6841 \end_layout
6842
6843 \begin_layout Standard
6844 \begin_inset Newpage newpage
6845 \end_inset
6846
6847
6848 \end_layout
6849
6850 \begin_layout Subsection
6851 Delimitadores horizontales
6852 \begin_inset Index idx
6853 status collapsed
6854
6855 \begin_layout Plain Layout
6856 Delimitadores ! horizontales
6857 \end_layout
6858
6859 \end_inset
6860
6861
6862 \end_layout
6863
6864 \begin_layout Standard
6865 \noindent
6866 \align center
6867 \begin_inset Tabular
6868 <lyxtabular version="3" rows="4" columns="2">
6869 <features tabularvalignment="middle">
6870 <column alignment="center" valignment="top">
6871 <column alignment="center" valignment="top">
6872 <row>
6873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 Comando
6878 \begin_inset Note Note
6879 status collapsed
6880
6881 \begin_layout Plain Layout
6882
6883 \series bold
6884
6885 \backslash
6886 raisebox
6887 \series default
6888  se usa sólo como espaciador
6889 \end_layout
6890
6891 \end_inset
6892
6893
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902 Resultado
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 </row>
6908 <row>
6909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Plain Layout
6913 \begin_inset ERT
6914 status collapsed
6915
6916 \begin_layout Plain Layout
6917
6918
6919 \backslash
6920 raisebox{2.3mm}{
6921 \end_layout
6922
6923 \end_inset
6924
6925
6926 \backslash
6927 overbrace
6928 \begin_inset space \textvisiblespace{}
6929 \end_inset
6930
6931 A+B
6932 \begin_inset space \textvisiblespace{}
6933 \end_inset
6934
6935 ^
6936 \begin_inset space \textvisiblespace{}
6937 \end_inset
6938
6939 3
6940 \begin_inset ERT
6941 status collapsed
6942
6943 \begin_layout Plain Layout
6944
6945 }
6946 \end_layout
6947
6948 \end_inset
6949
6950
6951 \begin_inset Index idx
6952 status collapsed
6953
6954 \begin_layout Plain Layout
6955 Comandos ! O ! 
6956 \backslash
6957 overbrace
6958 \end_layout
6959
6960 \end_inset
6961
6962
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971 \begin_inset Formula $\overbrace{A+B}^{3}$
6972 \end_inset
6973
6974
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 </row>
6980 <row>
6981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 \begin_inset ERT
6986 status collapsed
6987
6988 \begin_layout Plain Layout
6989
6990
6991 \backslash
6992 raisebox{-2.2mm}{
6993 \end_layout
6994
6995 \end_inset
6996
6997
6998 \backslash
6999 underbrace
7000 \begin_inset space \textvisiblespace{}
7001 \end_inset
7002
7003 A+B
7004 \begin_inset space \textvisiblespace{}
7005 \end_inset
7006
7007 _5
7008 \begin_inset ERT
7009 status collapsed
7010
7011 \begin_layout Plain Layout
7012
7013 }
7014 \end_layout
7015
7016 \end_inset
7017
7018
7019 \begin_inset Index idx
7020 status collapsed
7021
7022 \begin_layout Plain Layout
7023 Comandos ! U ! 
7024 \backslash
7025 underbrace
7026 \end_layout
7027
7028 \end_inset
7029
7030
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 \begin_inset Formula $\underbrace{A+B}_{5}$
7040 \end_inset
7041
7042
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 </row>
7048 <row>
7049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053
7054 \backslash
7055 overbrace
7056 \begin_inset space \textvisiblespace{}
7057 \end_inset
7058
7059
7060 \backslash
7061 underbrace
7062 \begin_inset space \textvisiblespace{}
7063 \end_inset
7064
7065 A+B_w
7066 \begin_inset space \textvisiblespace{}
7067 \end_inset
7068
7069
7070 \begin_inset space \textvisiblespace{}
7071 \end_inset
7072
7073 _7
7074 \begin_inset space \textvisiblespace{}
7075 \end_inset
7076
7077
7078 \begin_inset space \textvisiblespace{}
7079 \end_inset
7080
7081 ^
7082 \begin_inset space \textvisiblespace{}
7083 \end_inset
7084
7085 C
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7095 \end_inset
7096
7097
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 </row>
7103 </lyxtabular>
7104
7105 \end_inset
7106
7107
7108 \end_layout
7109
7110 \begin_layout Standard
7111 En el último ejemplo no importa en qué orden se introducen los comandos
7112  
7113 \series bold
7114
7115 \backslash
7116 overbrace
7117 \series default
7118  y 
7119 \series bold
7120
7121 \backslash
7122 underbrace
7123 \series default
7124 .
7125 \end_layout
7126
7127 \begin_layout Standard
7128 \begin_inset VSpace medskip
7129 \end_inset
7130
7131
7132 \end_layout
7133
7134 \begin_layout Standard
7135 Si en la configuración del documento, en 
7136 \family sans
7137 Opciones
7138 \begin_inset space ~
7139 \end_inset
7140
7141 de
7142 \begin_inset space ~
7143 \end_inset
7144
7145 ecuación
7146 \family default
7147 , marcas la opción 
7148 \family sans
7149 Cargar
7150 \begin_inset space ~
7151 \end_inset
7152
7153 siempre
7154 \family default
7155  el paquete 
7156 \series bold
7157 mathtools
7158 \series default
7159
7160 \begin_inset Index idx
7161 status collapsed
7162
7163 \begin_layout Plain Layout
7164 Paquetes ! mathtools
7165 \end_layout
7166
7167 \end_inset
7168
7169 , tendrás acceso a los corchetes:
7170 \begin_inset Separator parbreak
7171 \end_inset
7172
7173
7174 \end_layout
7175
7176 \begin_layout Standard
7177 \align center
7178 \begin_inset Tabular
7179 <lyxtabular version="3" rows="4" columns="2">
7180 <features tabularvalignment="middle">
7181 <column alignment="center" valignment="top" width="0pt">
7182 <column alignment="center" valignment="top" width="0pt">
7183 <row>
7184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 Comando
7189 \begin_inset Note Note
7190 status collapsed
7191
7192 \begin_layout Plain Layout
7193
7194 \series bold
7195
7196 \backslash
7197 raisebox
7198 \series default
7199  se usa sólo como espaciador
7200 \end_layout
7201
7202 \end_inset
7203
7204
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213 Resultado
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 </row>
7219 <row>
7220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 \begin_inset ERT
7225 status collapsed
7226
7227 \begin_layout Plain Layout
7228
7229
7230 \backslash
7231 raisebox{2.3mm}{
7232 \end_layout
7233
7234 \end_inset
7235
7236
7237 \backslash
7238 overbracket{A+B
7239 \begin_inset space \textvisiblespace{}
7240 \end_inset
7241
7242 ^3
7243 \begin_inset ERT
7244 status collapsed
7245
7246 \begin_layout Plain Layout
7247
7248 }
7249 \end_layout
7250
7251 \end_inset
7252
7253
7254 \begin_inset Index idx
7255 status collapsed
7256
7257 \begin_layout Plain Layout
7258 Comandos ! O ! 
7259 \backslash
7260 overbracket
7261 \end_layout
7262
7263 \end_inset
7264
7265
7266 \end_layout
7267
7268 \end_inset
7269 </cell>
7270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Plain Layout
7274 \begin_inset Formula $\overbracket{A+B}^{3}$
7275 \end_inset
7276
7277
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 </row>
7283 <row>
7284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 \begin_inset ERT
7289 status collapsed
7290
7291 \begin_layout Plain Layout
7292
7293
7294 \backslash
7295 raisebox{-2.2mm}{
7296 \end_layout
7297
7298 \end_inset
7299
7300
7301 \backslash
7302 underbracket{A+B
7303 \begin_inset space \textvisiblespace{}
7304 \end_inset
7305
7306 _5
7307 \begin_inset ERT
7308 status collapsed
7309
7310 \begin_layout Plain Layout
7311
7312 }
7313 \end_layout
7314
7315 \end_inset
7316
7317
7318 \begin_inset Index idx
7319 status collapsed
7320
7321 \begin_layout Plain Layout
7322 Comandos ! U ! 
7323 \backslash
7324 under
7325 \size normal
7326 bracket
7327 \end_layout
7328
7329 \end_inset
7330
7331
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 \begin_inset Formula $\underbracket{A+B}_{5}$
7341 \end_inset
7342
7343
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 </row>
7349 <row>
7350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354
7355 \backslash
7356 overbracket{
7357 \backslash
7358 underbracket{A+B_w
7359 \begin_inset space \textvisiblespace{}
7360 \end_inset
7361
7362
7363 \begin_inset space \textvisiblespace{}
7364 \end_inset
7365
7366 _7
7367 \begin_inset space \textvisiblespace{}
7368 \end_inset
7369
7370
7371 \begin_inset space \textvisiblespace{}
7372 \end_inset
7373
7374 ^
7375 \begin_inset space \textvisiblespace{}
7376 \end_inset
7377
7378 C
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7388 \end_inset
7389
7390
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 </row>
7396 </lyxtabular>
7397
7398 \end_inset
7399
7400
7401 \end_layout
7402
7403 \begin_layout Standard
7404 Para 
7405 \series bold
7406
7407 \backslash
7408 overbracket
7409 \series default
7410  y 
7411 \series bold
7412
7413 \backslash
7414 underbracket
7415 \series default
7416  puedes cambiar el grosor de los corchetes especificándolo entre corchetes
7417  tras el nombre del comando:
7418 \begin_inset Separator parbreak
7419 \end_inset
7420
7421
7422 \end_layout
7423
7424 \begin_layout Standard
7425 \align center
7426 \begin_inset Tabular
7427 <lyxtabular version="3" rows="3" columns="2">
7428 <features tabularvalignment="middle">
7429 <column alignment="center" valignment="top" width="0pt">
7430 <column alignment="center" valignment="top" width="0pt">
7431 <row>
7432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436 Comando
7437 \begin_inset Note Note
7438 status collapsed
7439
7440 \begin_layout Plain Layout
7441
7442 \series bold
7443
7444 \backslash
7445 raisebox
7446 \series default
7447  se usa sólo como espaciador
7448 \end_layout
7449
7450 \end_inset
7451
7452
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Plain Layout
7461 Resultado
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 </row>
7467 <row>
7468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472 \begin_inset ERT
7473 status collapsed
7474
7475 \begin_layout Plain Layout
7476
7477
7478 \backslash
7479 raisebox{2.3mm}{
7480 \end_layout
7481
7482 \end_inset
7483
7484
7485 \backslash
7486 overbracket[3pt]
7487 \backslash
7488 {A+B
7489 \begin_inset space \textvisiblespace{}
7490 \end_inset
7491
7492 ^3
7493 \begin_inset ERT
7494 status collapsed
7495
7496 \begin_layout Plain Layout
7497
7498 }
7499 \end_layout
7500
7501 \end_inset
7502
7503
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7513 \end_inset
7514
7515
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 </row>
7521 <row>
7522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526 \begin_inset ERT
7527 status collapsed
7528
7529 \begin_layout Plain Layout
7530
7531
7532 \backslash
7533 raisebox{-2.2mm}{
7534 \end_layout
7535
7536 \end_inset
7537
7538
7539 \backslash
7540 underbracket[1pt]
7541 \backslash
7542 {A+B
7543 \begin_inset space \textvisiblespace{}
7544 \end_inset
7545
7546 _5
7547 \begin_inset ERT
7548 status collapsed
7549
7550 \begin_layout Plain Layout
7551
7552 }
7553 \end_layout
7554
7555 \end_inset
7556
7557
7558 \end_layout
7559
7560 \end_inset
7561 </cell>
7562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7563 \begin_inset Text
7564
7565 \begin_layout Plain Layout
7566 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7567 \end_inset
7568
7569
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 </row>
7575 </lyxtabular>
7576
7577 \end_inset
7578
7579
7580 \end_layout
7581
7582 \begin_layout Standard
7583 \begin_inset VSpace bigskip
7584 \end_inset
7585
7586
7587 \end_layout
7588
7589 \begin_layout Standard
7590 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7591  multilínea, como se describe en
7592 \begin_inset space ~
7593 \end_inset
7594
7595
7596 \begin_inset CommandInset ref
7597 LatexCommand ref
7598 reference "sec:Ecuaciones-multilínea"
7599
7600 \end_inset
7601
7602 :
7603 \begin_inset Formula 
7604 \begin{eqnarray*}
7605 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7606  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7607 \end{eqnarray*}
7608
7609 \end_inset
7610
7611 En la primera fila se insertan la ecuación y la primera llave.
7612  Aquí es importante insertar el comando de espacio
7613 \begin_inset Foot
7614 status collapsed
7615
7616 \begin_layout Plain Layout
7617 Los comandos para espacios se explican en 
7618 \begin_inset CommandInset ref
7619 LatexCommand ref
7620 reference "subsec:Espacio-predefinido"
7621
7622 \end_inset
7623
7624
7625 \end_layout
7626
7627 \end_inset
7628
7629  
7630 \series bold
7631
7632 \backslash
7633 :
7634 \series default
7635  antes de la primera
7636 \series bold
7637  
7638 \series default
7639
7640 \begin_inset Formula $d$
7641 \end_inset
7642
7643 , porque la llave que termina detrás de 
7644 \begin_inset Formula $q$
7645 \end_inset
7646
7647  impide que el siguiente 
7648 \begin_inset Quotes fld
7649 \end_inset
7650
7651 +
7652 \begin_inset Quotes frd
7653 \end_inset
7654
7655  esté rodeado de espacio.
7656 \begin_inset Foot
7657 status collapsed
7658
7659 \begin_layout Plain Layout
7660 Debido a que la llave no es considerada como carácter, véase 
7661 \begin_inset CommandInset ref
7662 LatexCommand ref
7663 reference "subsec:Operadores-binarios"
7664
7665 \end_inset
7666
7667
7668 \end_layout
7669
7670 \end_inset
7671
7672  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7673  de 
7674 \begin_inset Formula $b$
7675 \end_inset
7676
7677  se inserta antes el comando 
7678 \series bold
7679
7680 \backslash
7681 hphantom{gggg+
7682 \backslash
7683 :}
7684 \series default
7685 .
7686 \begin_inset Foot
7687 status collapsed
7688
7689 \begin_layout Plain Layout
7690 Más sobre 
7691 \series bold
7692
7693 \backslash
7694 hphantom
7695 \series default
7696  en 
7697 \begin_inset CommandInset ref
7698 LatexCommand ref
7699 reference "subsec:Espacios-reservados"
7700
7701 \end_inset
7702
7703
7704 \end_layout
7705
7706 \end_inset
7707
7708  Ese espacio es necesario porque el signo 
7709 \begin_inset Quotes fld
7710 \end_inset
7711
7712 +
7713 \begin_inset Quotes frd
7714 \end_inset
7715
7716  va seguido de un espacio en la ecuación.
7717  La llave se coloca bajo el comando 
7718 \series bold
7719
7720 \backslash
7721 hphantom{bbqq+dddd}
7722 \series default
7723 .
7724  
7725 \end_layout
7726
7727 \begin_layout Standard
7728 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7729  ejemplo:
7730 \begin_inset ERT
7731 status collapsed
7732
7733 \begin_layout Plain Layout
7734
7735
7736 \backslash
7737 setlength{
7738 \backslash
7739 jot}{-6pt}
7740 \end_layout
7741
7742 \end_inset
7743
7744
7745 \begin_inset Formula 
7746 \begin{eqnarray*}
7747  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7748 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7749 \end{eqnarray*}
7750
7751 \end_inset
7752
7753
7754 \begin_inset ERT
7755 status collapsed
7756
7757 \begin_layout Plain Layout
7758
7759
7760 \backslash
7761 setlength{
7762 \backslash
7763 jot}{3pt}
7764 \end_layout
7765
7766 \end_inset
7767
7768 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7769  anterior, con la diferencia de que la llave está encima.
7770  La segunda fila contiene la ecuación junto con la segunda llave.
7771  Para evitar que haya demasiado espacio entre la llave superior en la primera
7772  fila y la ecuación hay que reducirlo.
7773  Esto no es fácil de hacer debido a un fallo de \SpecialChar LyX
7774 .
7775 \begin_inset Foot
7776 status collapsed
7777
7778 \begin_layout Plain Layout
7779 \begin_inset CommandInset href
7780 LatexCommand href
7781 name "LyX-bug #1505"
7782 target "http://www.lyx.org/trac/ticket/1505"
7783
7784 \end_inset
7785
7786
7787 \end_layout
7788
7789 \end_inset
7790
7791  Una solución es cambiar la separación global de filas en la ecuación, 
7792 \series bold
7793
7794 \backslash
7795 jot
7796 \series default
7797
7798 \begin_inset Index idx
7799 status collapsed
7800
7801 \begin_layout Plain Layout
7802 Comandos ! J ! 
7803 \backslash
7804 jot
7805 \end_layout
7806
7807 \end_inset
7808
7809 , en -6
7810 \begin_inset space \thinspace{}
7811 \end_inset
7812
7813 pt insertando antes de la ecuación el comando 
7814 \series bold
7815
7816 \backslash
7817 setlength{
7818 \backslash
7819 jot}{-6pt}
7820 \series default
7821  en modo \SpecialChar TeX
7822 .
7823  Después de la ecuación se vuelve al valor normal 3
7824 \begin_inset space \thinspace{}
7825 \end_inset
7826
7827 pt de 
7828 \series bold
7829
7830 \backslash
7831 jot
7832 \series default
7833  usando el mismo comando.
7834  Más información sobre separación de filas en ecuaciones en
7835 \begin_inset space ~
7836 \end_inset
7837
7838
7839 \begin_inset CommandInset ref
7840 LatexCommand ref
7841 reference "subsec:Separación-de-líneas"
7842
7843 \end_inset
7844
7845 .
7846 \end_layout
7847
7848 \begin_layout Section
7849 Flechas
7850 \begin_inset Index idx
7851 status collapsed
7852
7853 \begin_layout Plain Layout
7854 Flechas
7855 \end_layout
7856
7857 \end_inset
7858
7859
7860 \end_layout
7861
7862 \begin_layout Standard
7863 Las flechas se pueden insertar con el botón 
7864 \begin_inset Info
7865 type  "icon"
7866 arg   "math-insert \\leftarrow"
7867 \end_inset
7868
7869  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7870  siguientes.
7871 \end_layout
7872
7873 \begin_layout Subsection
7874 Flechas horizontales
7875 \begin_inset Index idx
7876 status collapsed
7877
7878 \begin_layout Plain Layout
7879 Flechas ! horizontales
7880 \end_layout
7881
7882 \end_inset
7883
7884
7885 \end_layout
7886
7887 \begin_layout Standard
7888 \begin_inset space \hfill{}
7889 \end_inset
7890
7891
7892 \begin_inset Tabular
7893 <lyxtabular version="3" rows="8" columns="2">
7894 <features tabularvalignment="middle">
7895 <column alignment="center" valignment="top" width="0pt">
7896 <column alignment="center" valignment="top" width="0pt">
7897 <row>
7898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 Comando
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 Resultado
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 </row>
7917 <row>
7918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \backslash
7924 gets
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 \begin_inset Formula $\gets$
7934 \end_inset
7935
7936
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 </row>
7942 <row>
7943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \backslash
7949 Leftarrow
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 \begin_inset Formula $\Leftarrow$
7959 \end_inset
7960
7961
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 </row>
7967 <row>
7968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972
7973 \backslash
7974 longleftarrow
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983 \begin_inset Formula $\longleftarrow$
7984 \end_inset
7985
7986
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 </row>
7992 <row>
7993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \backslash
7999 Longleftarrow
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 \begin_inset Formula $\Longleftarrow$
8009 \end_inset
8010
8011
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 </row>
8017 <row>
8018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \backslash
8024 leftharpoonup
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 \begin_inset Formula $\leftharpoonup$
8034 \end_inset
8035
8036
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 </row>
8042 <row>
8043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047
8048 \backslash
8049 leftharpoondown
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 \begin_inset Formula $\leftharpoondown$
8059 \end_inset
8060
8061
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 </row>
8067 <row>
8068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072
8073 \backslash
8074 hookleftarrow
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 \begin_inset Formula $\hookleftarrow$
8084 \end_inset
8085
8086
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 </row>
8092 </lyxtabular>
8093
8094 \end_inset
8095
8096
8097 \begin_inset space \hfill{}
8098 \end_inset
8099
8100
8101 \begin_inset Tabular
8102 <lyxtabular version="3" rows="8" columns="2">
8103 <features tabularvalignment="middle">
8104 <column alignment="center" valignment="top" width="0pt">
8105 <column alignment="center" valignment="top" width="0pt">
8106 <row>
8107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 Comando
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 Resultado
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 </row>
8126 <row>
8127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131
8132 \backslash
8133 to
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 \begin_inset Formula $\to$
8143 \end_inset
8144
8145
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 </row>
8151 <row>
8152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156
8157 \backslash
8158 Rightarrow
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 \begin_inset Formula $\Rightarrow$
8168 \end_inset
8169
8170
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 </row>
8176 <row>
8177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181
8182 \backslash
8183 longrightarrow
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192 \begin_inset Formula $\longrightarrow$
8193 \end_inset
8194
8195
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206
8207 \backslash
8208 Longrightarrow
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 \begin_inset Formula $\Longrightarrow$
8218 \end_inset
8219
8220
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 </row>
8226 <row>
8227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231
8232 \backslash
8233 rightharpoonup
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 \begin_inset Formula $\rightharpoonup$
8243 \end_inset
8244
8245
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \backslash
8258 rightharpoondown
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 \begin_inset Formula $\rightharpoondown$
8268 \end_inset
8269
8270
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \backslash
8283 hookrightarrow
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 \begin_inset Formula $\hookrightarrow$
8293 \end_inset
8294
8295
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 </row>
8301 </lyxtabular>
8302
8303 \end_inset
8304
8305
8306 \begin_inset space \hfill{}
8307 \end_inset
8308
8309
8310 \end_layout
8311
8312 \begin_layout Standard
8313 \begin_inset space \hfill{}
8314 \end_inset
8315
8316
8317 \begin_inset Tabular
8318 <lyxtabular version="3" rows="6" columns="2">
8319 <features tabularvalignment="middle">
8320 <column alignment="center" valignment="top" width="0pt">
8321 <column alignment="center" valignment="top" width="0pt">
8322 <row>
8323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 Comando
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 Resultado
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \backslash
8349 leftrightarrow
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 \begin_inset Formula $\leftrightarrow$
8359 \end_inset
8360
8361
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 </row>
8367 <row>
8368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372
8373 \backslash
8374 Leftrightarrow
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 \begin_inset Formula $\Leftrightarrow$
8384 \end_inset
8385
8386
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \backslash
8399 longleftrightarrow
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 \begin_inset Formula $\longleftrightarrow$
8409 \end_inset
8410
8411
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \backslash
8424 Longleftrightarrow
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 \begin_inset Formula $\Longleftrightarrow$
8434 \end_inset
8435
8436
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447
8448 \backslash
8449 rightleftharpoons
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 \begin_inset Formula $\rightleftharpoons$
8459 \end_inset
8460
8461
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 </row>
8467 </lyxtabular>
8468
8469 \end_inset
8470
8471
8472 \begin_inset space \hspace{}
8473 \length 25pt
8474 \end_inset
8475
8476
8477 \begin_inset space \hfill{}
8478 \end_inset
8479
8480
8481 \begin_inset Tabular
8482 <lyxtabular version="3" rows="5" columns="2">
8483 <features tabularvalignment="middle">
8484 <column alignment="center" valignment="top" width="0pt">
8485 <column alignment="center" valignment="top" width="0pt">
8486 <row>
8487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 Comando
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 Resultado
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 </row>
8506 <row>
8507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511
8512 \backslash
8513 mapsto
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522 \begin_inset Formula $\mapsto$
8523 \end_inset
8524
8525
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 </row>
8531 <row>
8532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536
8537 \backslash
8538 longmapsto
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 \begin_inset Formula $\longmapsto$
8548 \end_inset
8549
8550
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 </row>
8556 <row>
8557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561
8562 \backslash
8563 leadsto
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 \begin_inset Formula $\leadsto$
8573 \end_inset
8574
8575
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 </row>
8581 <row>
8582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \backslash
8588 dasharrow
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 \begin_inset Formula $\dasharrow$
8598 \end_inset
8599
8600
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 </row>
8606 </lyxtabular>
8607
8608 \end_inset
8609
8610
8611 \begin_inset space \hfill{}
8612 \end_inset
8613
8614
8615 \begin_inset VSpace medskip
8616 \end_inset
8617
8618
8619 \end_layout
8620
8621 \begin_layout Standard
8622 Las flechas que se utilizan como acentos, p.
8623 \begin_inset space \thinspace{}
8624 \end_inset
8625
8626 e.
8627  en vectores, se describen en 
8628 \begin_inset CommandInset ref
8629 LatexCommand ref
8630 reference "sec:Acentos"
8631
8632 \end_inset
8633
8634 .
8635  
8636 \begin_inset VSpace bigskip
8637 \end_inset
8638
8639
8640 \end_layout
8641
8642 \begin_layout Standard
8643 Además hay las flechas etiquetadas
8644 \begin_inset Index idx
8645 status collapsed
8646
8647 \begin_layout Plain Layout
8648 Flechas ! etiquetadas
8649 \end_layout
8650
8651 \end_inset
8652
8653  
8654 \series bold
8655
8656 \backslash
8657 xleftarrow
8658 \series default
8659
8660 \begin_inset Index idx
8661 status collapsed
8662
8663 \begin_layout Plain Layout
8664 Comandos ! X ! 
8665 \backslash
8666 xleftarrow
8667 \end_layout
8668
8669 \end_inset
8670
8671  y 
8672 \series bold
8673
8674 \backslash
8675 xrightarrow
8676 \series default
8677
8678 \begin_inset Index idx
8679 status collapsed
8680
8681 \begin_layout Plain Layout
8682 Comandos ! X ! 
8683 \backslash
8684 xrightarrow
8685 \begin_inset ERT
8686 status collapsed
8687
8688 \begin_layout Plain Layout
8689
8690
8691 \backslash
8692 vspace{4mm}
8693 \end_layout
8694
8695 \end_inset
8696
8697
8698 \end_layout
8699
8700 \end_inset
8701
8702 .
8703  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8704  con dos marcos azules donde se puede insertar la etiqueta.
8705  La longitud de la flecha se adapta a la anchura de la etiqueta.
8706 \begin_inset Separator parbreak
8707 \end_inset
8708
8709
8710 \end_layout
8711
8712 \begin_layout Standard
8713 \noindent
8714 \align center
8715 \begin_inset Tabular
8716 <lyxtabular version="3" rows="3" columns="2">
8717 <features tabularvalignment="middle">
8718 <column alignment="center" valignment="top">
8719 <column alignment="center" valignment="top">
8720 <row>
8721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 Comando
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 Resultado
8735 \begin_inset Note Note
8736 status collapsed
8737
8738 \begin_layout Plain Layout
8739
8740 \series bold
8741
8742 \backslash
8743 raisebox
8744 \series default
8745  se usa sólo como espaciador
8746 \end_layout
8747
8748 \end_inset
8749
8750
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 F(a)
8762 \backslash
8763 xleftarrow
8764 \begin_inset space \textvisiblespace{}
8765 \end_inset
8766
8767 x=a
8768 \begin_inset Formula $\downarrow$
8769 \end_inset
8770
8771 x>0
8772 \begin_inset Formula $\to$
8773 \end_inset
8774
8775 F(x)
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 \begin_inset Formula $\raisebox{5.5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8785 \end_inset
8786
8787
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 </row>
8793 <row>
8794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 F(x)
8799 \backslash
8800 xrightarrow
8801 \begin_inset space \textvisiblespace{}
8802 \end_inset
8803
8804 x=a
8805 \begin_inset Formula $\downarrow$
8806 \end_inset
8807
8808 x>0
8809 \begin_inset Formula $\to$
8810 \end_inset
8811
8812 F(a)
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 \begin_inset Formula $\raisebox{5.5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8822 \end_inset
8823
8824
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 </row>
8830 </lyxtabular>
8831
8832 \end_inset
8833
8834
8835 \end_layout
8836
8837 \begin_layout Standard
8838 \begin_inset VSpace medskip
8839 \end_inset
8840
8841
8842 \end_layout
8843
8844 \begin_layout Standard
8845 Si en las 
8846 \family sans
8847 Opciones
8848 \begin_inset space ~
8849 \end_inset
8850
8851 para
8852 \begin_inset space ~
8853 \end_inset
8854
8855 ecuaciones
8856 \family default
8857  de la configuración del documento se marca 
8858 \family sans
8859 Cargar
8860 \begin_inset space ~
8861 \end_inset
8862
8863 siempre
8864 \family default
8865  el paquete 
8866 \series bold
8867 mathtools
8868 \series default
8869
8870 \begin_inset Index idx
8871 status collapsed
8872
8873 \begin_layout Plain Layout
8874 Paquetes ! mathtools
8875 \end_layout
8876
8877 \end_inset
8878
8879 , estarán disponibles las siguientes flechas etiquetadas:
8880 \begin_inset Separator parbreak
8881 \end_inset
8882
8883
8884 \end_layout
8885
8886 \begin_layout Standard
8887 \align center
8888 \begin_inset space \hspace*{\fill}
8889 \end_inset
8890
8891
8892 \begin_inset Tabular
8893 <lyxtabular version="3" rows="7" columns="2">
8894 <features tabularvalignment="middle">
8895 <column alignment="center" valignment="top" width="0pt">
8896 <column alignment="center" valignment="top" width="0pt">
8897 <row>
8898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 Comando
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 Ejemplo
8912 \begin_inset Note Note
8913 status collapsed
8914
8915 \begin_layout Plain Layout
8916
8917 \series bold
8918
8919 \backslash
8920 raisebox
8921 \series default
8922  se usa sólo como espaciador
8923 \end_layout
8924
8925 \end_inset
8926
8927
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 <row>
8934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938
8939 \backslash
8940 xleftrightarrow
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 \begin_inset Formula $\raisebox{6mm}{}\xleftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8950 \end_inset
8951
8952
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 </row>
8958 <row>
8959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963
8964 \backslash
8965 xLeftarrow
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 \begin_inset Formula $\raisebox{6mm}{}\xLeftarrow[x=a]{x>0}\raisebox{-4mm}{}$
8975 \end_inset
8976
8977
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 </row>
8983 <row>
8984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988
8989 \backslash
8990 xRightarrow
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 \begin_inset Formula $\raisebox{6mm}{}\xRightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9000 \end_inset
9001
9002
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 </row>
9008 <row>
9009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013
9014 \backslash
9015 xLeftrightarrow
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 \begin_inset Formula $\raisebox{6mm}{}\xLeftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9025 \end_inset
9026
9027
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 </row>
9033 <row>
9034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038
9039 \backslash
9040 xhookleftarrow
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 \begin_inset Formula $\raisebox{6mm}{}\xhookleftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9050 \end_inset
9051
9052
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row>
9059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063
9064 \backslash
9065 xhookrightarrow
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 \begin_inset Formula $\raisebox{6mm}{}\xhookrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9075 \end_inset
9076
9077
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 </lyxtabular>
9084
9085 \end_inset
9086
9087
9088 \begin_inset space \hspace*{\fill}
9089 \end_inset
9090
9091
9092 \begin_inset Tabular
9093 <lyxtabular version="3" rows="7" columns="2">
9094 <features tabularvalignment="middle">
9095 <column alignment="center" valignment="top" width="0pt">
9096 <column alignment="center" valignment="top" width="0pt">
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 Comando
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 Ejemplo
9112 \begin_inset Note Note
9113 status collapsed
9114
9115 \begin_layout Plain Layout
9116
9117 \series bold
9118
9119 \backslash
9120 raisebox
9121 \series default
9122  se usa sólo como espaciador
9123 \end_layout
9124
9125 \end_inset
9126
9127
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row>
9134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \backslash
9140 xleftharpoondown
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9150 \end_inset
9151
9152
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \backslash
9165 xleftharpoonup
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9175 \end_inset
9176
9177
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 <row>
9184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188
9189 \backslash
9190 xrightharpoondown
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9200 \end_inset
9201
9202
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 </row>
9208 <row>
9209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213
9214 \backslash
9215 xrightharpoonup
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9225 \end_inset
9226
9227
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 </row>
9233 <row>
9234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238
9239 \backslash
9240 xleftrightharpoons
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249 \begin_inset Formula $\raisebox{6mm}{}\xleftrightharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9250 \end_inset
9251
9252
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 </row>
9258 <row>
9259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263
9264 \backslash
9265 xrightleftharpoons
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274 \begin_inset Formula $\raisebox{6mm}{}\xrightleftharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9275 \end_inset
9276
9277
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 </row>
9283 </lyxtabular>
9284
9285 \end_inset
9286
9287
9288 \begin_inset space \hspace*{\fill}
9289 \end_inset
9290
9291
9292 \end_layout
9293
9294 \begin_layout Standard
9295 La sintaxis del comando para todas estas flechas es:
9296 \begin_inset Separator parbreak
9297 \end_inset
9298
9299
9300 \end_layout
9301
9302 \begin_layout Standard
9303 \align center
9304 \begin_inset Tabular
9305 <lyxtabular version="3" rows="2" columns="2">
9306 <features tabularvalignment="middle">
9307 <column alignment="center" valignment="top" width="0pt">
9308 <column alignment="center" valignment="top" width="0pt">
9309 <row>
9310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314 Comando
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 Resultado
9324 \begin_inset Note Note
9325 status collapsed
9326
9327 \begin_layout Plain Layout
9328
9329 \series bold
9330
9331 \backslash
9332 raisebox
9333 \series default
9334  se usa sólo como espaciador
9335 \end_layout
9336
9337 \end_inset
9338
9339
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350 F(a)
9351 \backslash
9352 xleftrightarrow[x=a]
9353 \backslash
9354 {x>0
9355 \begin_inset Formula $\to$
9356 \end_inset
9357
9358 F(x)
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367 \begin_inset Formula $\raisebox{6mm}{}F(a)\xleftrightarrow[x=a]{x>0}F(x)\raisebox{-4mm}{}$
9368 \end_inset
9369
9370
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 </lyxtabular>
9377
9378 \end_inset
9379
9380
9381 \end_layout
9382
9383 \begin_layout Subsection
9384 Flechas verticales y diagonales
9385 \begin_inset Index idx
9386 status collapsed
9387
9388 \begin_layout Plain Layout
9389 Flechas ! diagonales
9390 \end_layout
9391
9392 \end_inset
9393
9394
9395 \begin_inset Index idx
9396 status collapsed
9397
9398 \begin_layout Plain Layout
9399 Flechas ! verticales
9400 \end_layout
9401
9402 \end_inset
9403
9404
9405 \end_layout
9406
9407 \begin_layout Standard
9408 \begin_inset space \hfill{}
9409 \end_inset
9410
9411
9412 \begin_inset Tabular
9413 <lyxtabular version="3" rows="7" columns="2">
9414 <features tabularvalignment="middle">
9415 <column alignment="center" valignment="top" width="0pt">
9416 <column alignment="center" valignment="top" width="0pt">
9417 <row>
9418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 Comando
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 Resultado
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 </row>
9437 <row>
9438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442
9443 \backslash
9444 uparrow
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 \begin_inset Formula $\uparrow$
9454 \end_inset
9455
9456
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 </row>
9462 <row>
9463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467
9468 \backslash
9469 Uparrow
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478 \begin_inset Formula $\Uparrow$
9479 \end_inset
9480
9481
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 </row>
9487 <row>
9488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492
9493 \backslash
9494 updownarrow
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503 \begin_inset Formula $\updownarrow$
9504 \end_inset
9505
9506
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 </row>
9512 <row>
9513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Plain Layout
9517
9518 \backslash
9519 Updownarrow
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528 \begin_inset Formula $\Updownarrow$
9529 \end_inset
9530
9531
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 </row>
9537 <row>
9538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542
9543 \backslash
9544 Downarrow
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553 \begin_inset Formula $\Downarrow$
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 <row>
9563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567
9568 \backslash
9569 downarrow
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578 \begin_inset Formula $\downarrow$
9579 \end_inset
9580
9581
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 </row>
9587 </lyxtabular>
9588
9589 \end_inset
9590
9591
9592 \begin_inset space \hfill{}
9593 \end_inset
9594
9595
9596 \begin_inset Tabular
9597 <lyxtabular version="3" rows="5" columns="2">
9598 <features tabularvalignment="middle">
9599 <column alignment="center" valignment="top" width="0pt">
9600 <column alignment="center" valignment="top" width="0pt">
9601 <row>
9602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606 Comando
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615 Resultado
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 </row>
9621 <row>
9622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626
9627 \backslash
9628 nearrow
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637 \begin_inset Formula $\nearrow$
9638 \end_inset
9639
9640
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 </row>
9646 <row>
9647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Plain Layout
9651
9652 \backslash
9653 searrow
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662 \begin_inset Formula $\searrow$
9663 \end_inset
9664
9665
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 </row>
9671 <row>
9672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676
9677 \backslash
9678 swarrow
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687 \begin_inset Formula $\swarrow$
9688 \end_inset
9689
9690
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 </row>
9696 <row>
9697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701
9702 \backslash
9703 nwarrow
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712 \begin_inset Formula $\nwarrow$
9713 \end_inset
9714
9715
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 </row>
9721 </lyxtabular>
9722
9723 \end_inset
9724
9725
9726 \begin_inset space \hfill{}
9727 \end_inset
9728
9729
9730 \end_layout
9731
9732 \begin_layout Standard
9733 \begin_inset VSpace medskip
9734 \end_inset
9735
9736
9737 \end_layout
9738
9739 \begin_layout Standard
9740 Las flechas verticales también se pueden usar como delimitadores junto con
9741  los comandos descritos en
9742 \begin_inset space ~
9743 \end_inset
9744
9745
9746 \begin_inset CommandInset ref
9747 LatexCommand ref
9748 reference "subsec:Tamaño-manual-de"
9749
9750 \end_inset
9751
9752  y 
9753 \begin_inset CommandInset ref
9754 LatexCommand ref
9755 reference "subsec:Tamaño-automático-de"
9756
9757 \end_inset
9758
9759 .
9760 \end_layout
9761
9762 \begin_layout Section
9763 Acentos
9764 \begin_inset CommandInset label
9765 LatexCommand label
9766 name "sec:Acentos"
9767
9768 \end_inset
9769
9770
9771 \begin_inset Index idx
9772 status collapsed
9773
9774 \begin_layout Plain Layout
9775 Acentos
9776 \end_layout
9777
9778 \end_inset
9779
9780
9781 \end_layout
9782
9783 \begin_layout Standard
9784 Los acentos se pueden insertar con el botón 
9785 \begin_inset Info
9786 type  "icon"
9787 arg   "math-insert \\hat"
9788 \end_inset
9789
9790  o mediante los comandos listados en las siguientes subsecciones.
9791 \end_layout
9792
9793 \begin_layout Subsection
9794 Acentos para un carácter
9795 \begin_inset ERT
9796 status collapsed
9797
9798 \begin_layout Plain Layout
9799
9800
9801 \backslash
9802 texorpdfstring{
9803 \end_layout
9804
9805 \end_inset
9806
9807
9808 \begin_inset Foot
9809 status collapsed
9810
9811 \begin_layout Plain Layout
9812 Para acentos en texto, véase 
9813 \begin_inset CommandInset ref
9814 LatexCommand ref
9815 reference "subsec:Acentos-en-texto"
9816
9817 \end_inset
9818
9819
9820 \end_layout
9821
9822 \end_inset
9823
9824
9825 \begin_inset ERT
9826 status collapsed
9827
9828 \begin_layout Plain Layout
9829
9830 }{}
9831 \end_layout
9832
9833 \end_inset
9834
9835
9836 \begin_inset Note Note
9837 status collapsed
9838
9839 \begin_layout Plain Layout
9840
9841 \series bold
9842
9843 \backslash
9844 texorpdfstring
9845 \series default
9846  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
9847 \end_layout
9848
9849 \begin_layout Plain Layout
9850 Más sobre 
9851 \series bold
9852
9853 \backslash
9854 texorpdfstring
9855 \series default
9856  en la sección 
9857 \begin_inset CommandInset ref
9858 LatexCommand ref
9859 reference "subsec:Ecuaciones-en-encabezados"
9860
9861 \end_inset
9862
9863 .
9864 \end_layout
9865
9866 \end_inset
9867
9868
9869 \begin_inset CommandInset label
9870 LatexCommand label
9871 name "subsec:Acentos-para-un"
9872
9873 \end_inset
9874
9875
9876 \begin_inset Index idx
9877 status collapsed
9878
9879 \begin_layout Plain Layout
9880 Acentos ! para un carácter
9881 \end_layout
9882
9883 \end_inset
9884
9885
9886 \end_layout
9887
9888 \begin_layout Standard
9889 \begin_inset space \hfill{}
9890 \end_inset
9891
9892
9893 \begin_inset Tabular
9894 <lyxtabular version="3" rows="8" columns="2">
9895 <features tabularvalignment="middle">
9896 <column alignment="center" valignment="top" width="0pt">
9897 <column alignment="center" valignment="top" width="0pt">
9898 <row>
9899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903 Comando
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912 Resultado
9913 \begin_inset Note Note
9914 status collapsed
9915
9916 \begin_layout Plain Layout
9917
9918 \series bold
9919
9920 \backslash
9921 raisebox
9922 \series default
9923  se usa sólo como espaciador
9924 \end_layout
9925
9926 \end_inset
9927
9928
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 </row>
9934 <row>
9935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939
9940 \backslash
9941 dot
9942 \begin_inset space \textvisiblespace{}
9943 \end_inset
9944
9945 A
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9955 \end_inset
9956
9957
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 </row>
9963 <row>
9964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968
9969 \backslash
9970 ddot
9971 \begin_inset space \textvisiblespace{}
9972 \end_inset
9973
9974 A
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9984 \end_inset
9985
9986
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 </row>
9992 <row>
9993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997
9998 \backslash
9999 dddot
10000 \begin_inset space \textvisiblespace{}
10001 \end_inset
10002
10003 A
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
10013 \end_inset
10014
10015
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 </row>
10021 <row>
10022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \backslash
10028 ddddot
10029 \begin_inset space \textvisiblespace{}
10030 \end_inset
10031
10032 A
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
10042 \end_inset
10043
10044
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 </row>
10050 <row>
10051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \backslash
10057 vec
10058 \begin_inset space \textvisiblespace{}
10059 \end_inset
10060
10061 A
10062 \begin_inset Index idx
10063 status collapsed
10064
10065 \begin_layout Plain Layout
10066 Vectores
10067 \end_layout
10068
10069 \end_inset
10070
10071
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
10081 \end_inset
10082
10083
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 </row>
10089 <row>
10090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094
10095 \backslash
10096 bar
10097 \begin_inset space \textvisiblespace{}
10098 \end_inset
10099
10100 A
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
10110 \end_inset
10111
10112
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 </row>
10118 <row>
10119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123
10124 \backslash
10125 mathring
10126 \begin_inset space \textvisiblespace{}
10127 \end_inset
10128
10129 A
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
10139 \end_inset
10140
10141
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 </row>
10147 </lyxtabular>
10148
10149 \end_inset
10150
10151
10152 \begin_inset space \hfill{}
10153 \end_inset
10154
10155
10156 \begin_inset Tabular
10157 <lyxtabular version="3" rows="7" columns="2">
10158 <features tabularvalignment="middle">
10159 <column alignment="center" valignment="top" width="0pt">
10160 <column alignment="center" valignment="top" width="0pt">
10161 <row>
10162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 Comando
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 Resultado
10176 \begin_inset Note Note
10177 status collapsed
10178
10179 \begin_layout Plain Layout
10180
10181 \series bold
10182
10183 \backslash
10184 raisebox
10185 \series default
10186  se usa sólo como espaciador
10187 \end_layout
10188
10189 \end_inset
10190
10191
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 </row>
10197 <row>
10198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202
10203 \backslash
10204 tilde
10205 \begin_inset space \textvisiblespace{}
10206 \end_inset
10207
10208 A
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10218 \end_inset
10219
10220
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 </row>
10226 <row>
10227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231
10232 \backslash
10233 hat
10234 \begin_inset space \textvisiblespace{}
10235 \end_inset
10236
10237 A
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10247 \end_inset
10248
10249
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 </row>
10255 <row>
10256 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260
10261 \backslash
10262 check
10263 \begin_inset space \textvisiblespace{}
10264 \end_inset
10265
10266 A
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10276 \end_inset
10277
10278
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 </row>
10284 <row>
10285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289
10290 \backslash
10291 acute
10292 \begin_inset space \textvisiblespace{}
10293 \end_inset
10294
10295 A
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10305 \end_inset
10306
10307
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 </row>
10313 <row>
10314 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318
10319 \backslash
10320 grave
10321 \begin_inset space \textvisiblespace{}
10322 \end_inset
10323
10324 A
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10334 \end_inset
10335
10336
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 </row>
10342 <row>
10343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347
10348 \backslash
10349 breve
10350 \begin_inset space \textvisiblespace{}
10351 \end_inset
10352
10353 A
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10363 \end_inset
10364
10365
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 </row>
10371 </lyxtabular>
10372
10373 \end_inset
10374
10375
10376 \begin_inset space \hfill{}
10377 \end_inset
10378
10379
10380 \end_layout
10381
10382 \begin_layout Standard
10383 \begin_inset VSpace bigskip
10384 \end_inset
10385
10386
10387 \end_layout
10388
10389 \begin_layout Standard
10390 En ecuaciones se pueden insertar acentos como 
10391 \begin_inset Quotes fld
10392 \end_inset
10393
10394 é
10395 \begin_inset Quotes frd
10396 \end_inset
10397
10398  directamente.
10399  \SpecialChar LyX
10400  los transformará al comando de acento correspondiente.
10401  Para poner diéresis
10402 \begin_inset Index idx
10403 status collapsed
10404
10405 \begin_layout Plain Layout
10406 Dieresis@Diéresis
10407 \end_layout
10408
10409 \end_inset
10410
10411  es mejor insertar comillas antes de la vocal.
10412  Estos dos caracteres son considerados por \SpecialChar LaTeX
10413  como 
10414 \emph on
10415 un solo
10416 \emph default
10417  carácter si la parte de la ecuación con la diéresis se marca en idioma
10418  alemán.
10419 \begin_inset Foot
10420 status collapsed
10421
10422 \begin_layout Plain Layout
10423 O algún otro idioma que use acentos, p.
10424 \begin_inset space \thinspace{}
10425 \end_inset
10426
10427 e.
10428  catalán.
10429  Aunque esto no funciona en español por algún conflicto con el estilo 
10430 \series bold
10431 spanish
10432 \series default
10433  de 
10434 \series bold
10435 babel
10436 \series default
10437 , no es necesario: se puede escribir 
10438 \begin_inset Formula $ï$
10439 \end_inset
10440
10441  en una ecuación igual que se hace en texto normal, ï.
10442  (
10443 \emph on
10444 N.
10445 \begin_inset space \thinspace{}
10446 \end_inset
10447
10448 del t.
10449 \emph default
10450 )
10451 \end_layout
10452
10453 \end_inset
10454
10455  A diferencia de 
10456 \series bold
10457
10458 \backslash
10459 ddot
10460 \series default
10461 , con este método se generan diéresis 
10462 \begin_inset Quotes fld
10463 \end_inset
10464
10465 reales
10466 \begin_inset Quotes frd
10467 \end_inset
10468
10469 , como se demuestra en el siguiente ejemplo:
10470 \begin_inset VSpace -2mm
10471 \end_inset
10472
10473
10474 \end_layout
10475
10476 \begin_layout Standard
10477 \noindent
10478 \align center
10479 \begin_inset Tabular
10480 <lyxtabular version="3" rows="3" columns="2">
10481 <features tabularvalignment="middle">
10482 <column alignment="center" valignment="top">
10483 <column alignment="center" valignment="top">
10484 <row>
10485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 Comando
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 Resultado
10499 \begin_inset Note Note
10500 status collapsed
10501
10502 \begin_layout Plain Layout
10503
10504 \series bold
10505
10506 \backslash
10507 raisebox
10508 \series default
10509  se usa sólo como espaciador.
10510 \end_layout
10511
10512 \end_inset
10513
10514
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 </row>
10520 <row>
10521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525 ï
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 \begin_inset Formula $ï$
10535 \end_inset
10536
10537
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 </row>
10543 <row>
10544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548
10549 \backslash
10550 ddot
10551 \begin_inset space \textvisiblespace{}
10552 \end_inset
10553
10554 i
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10564 \end_inset
10565
10566
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 </row>
10572 </lyxtabular>
10573
10574 \end_inset
10575
10576
10577 \end_layout
10578
10579 \begin_layout Standard
10580 Otra ventaja frente a 
10581 \series bold
10582
10583 \backslash
10584 ddot
10585 \series default
10586  es que la diéresis puede convertirse directamente a texto matemático, porque
10587  los anteriores comandos para acentos 
10588 \emph on
10589 no están permitidos en texto matemático
10590 \emph default
10591 .
10592  Para convertir un carácter acentuado a texto matemático, se debe convertir
10593  sólo el carácter bajo el acento.
10594  Esto también se aplica para otras conversiones, p.
10595 \begin_inset space \thinspace{}
10596 \end_inset
10597
10598 e.
10599 \begin_inset space ~
10600 \end_inset
10601
10602 cursiva o negrita.
10603 \end_layout
10604
10605 \begin_layout Standard
10606 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10607 \end_layout
10608
10609 \begin_layout Standard
10610 \begin_inset VSpace bigskip
10611 \end_inset
10612
10613
10614 \end_layout
10615
10616 \begin_layout Standard
10617 \SpecialChar LyX
10618  también soporta tilde bajo un carácter si está instalado el paquete 
10619 \series bold
10620 undertilde
10621 \series default
10622
10623 \begin_inset Index idx
10624 status collapsed
10625
10626 \begin_layout Plain Layout
10627 Paquetes ! undertilde
10628 \end_layout
10629
10630 \end_inset
10631
10632 :
10633 \end_layout
10634
10635 \begin_layout Standard
10636 \begin_inset ERT
10637 status collapsed
10638
10639 \begin_layout Plain Layout
10640
10641
10642 \backslash
10643 ifundertilde 
10644 \end_layout
10645
10646 \end_inset
10647
10648
10649 \begin_inset Note Note
10650 status open
10651
10652 \begin_layout Plain Layout
10653 El cuadro siguiente sólo se mostrará en la salida si el paquete \SpecialChar LaTeX
10654  
10655 \series bold
10656 undertilde
10657 \series default
10658  está instalado.
10659 \end_layout
10660
10661 \end_inset
10662
10663
10664 \begin_inset Separator parbreak
10665 \end_inset
10666
10667
10668 \end_layout
10669
10670 \begin_layout Standard
10671 \noindent
10672 \align center
10673 \begin_inset Tabular
10674 <lyxtabular version="3" rows="2" columns="2">
10675 <features tabularvalignment="middle">
10676 <column alignment="center" valignment="top" width="0pt">
10677 <column alignment="center" valignment="top" width="0pt">
10678 <row>
10679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 Comando
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 Resultado
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 <row>
10699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703
10704 \backslash
10705 utilde
10706 \begin_inset space \textvisiblespace{}
10707 \end_inset
10708
10709 A
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
10719 \end_inset
10720
10721
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 </row>
10727 </lyxtabular>
10728
10729 \end_inset
10730
10731
10732 \end_layout
10733
10734 \begin_layout Standard
10735 \begin_inset ERT
10736 status collapsed
10737
10738 \begin_layout Plain Layout
10739
10740
10741 \backslash
10742 else
10743 \end_layout
10744
10745 \end_inset
10746
10747
10748 \begin_inset Note Note
10749 status open
10750
10751 \begin_layout Plain Layout
10752 Lo que sigue se verá en la salida si el paquete \SpecialChar LaTeX
10753  
10754 \series bold
10755 undertilde
10756 \series default
10757  no está instalado:
10758 \end_layout
10759
10760 \end_inset
10761
10762
10763 \end_layout
10764
10765 \begin_layout Standard
10766 Debes instalar el paquete \SpecialChar LaTeX
10767  
10768 \series bold
10769 undertilde
10770 \series default
10771  para ver en la salida el resto de esta subsección.
10772 \end_layout
10773
10774 \begin_layout Standard
10775 \begin_inset ERT
10776 status collapsed
10777
10778 \begin_layout Plain Layout
10779
10780
10781 \backslash
10782 fi
10783 \end_layout
10784
10785 \end_inset
10786
10787
10788 \end_layout
10789
10790 \begin_layout Subsection
10791 Acentos para varios caracteres
10792 \begin_inset Index idx
10793 status collapsed
10794
10795 \begin_layout Plain Layout
10796 Acentos ! en varios caracteres
10797 \end_layout
10798
10799 \end_inset
10800
10801
10802 \end_layout
10803
10804 \begin_layout Standard
10805 \begin_inset space \hfill{}
10806 \end_inset
10807
10808
10809 \begin_inset Tabular
10810 <lyxtabular version="3" rows="5" columns="2">
10811 <features tabularvalignment="middle">
10812 <column alignment="center" valignment="top" width="0pt">
10813 <column alignment="center" valignment="top" width="0pt">
10814 <row>
10815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819 Comando
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828 Resultado
10829 \begin_inset Note Note
10830 status collapsed
10831
10832 \begin_layout Plain Layout
10833
10834 \series bold
10835
10836 \backslash
10837 raisebox
10838 \series default
10839  se usa sólo como espaciador
10840 \end_layout
10841
10842 \end_inset
10843
10844
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 </row>
10850 <row>
10851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855
10856 \backslash
10857 overleftarrow
10858 \begin_inset space \textvisiblespace{}
10859 \end_inset
10860
10861 A=B
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10871 \end_inset
10872
10873
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 </row>
10879 <row>
10880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884
10885 \backslash
10886 underleftarrow
10887 \begin_inset space \textvisiblespace{}
10888 \end_inset
10889
10890 A=B
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10900 \end_inset
10901
10902
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 </row>
10908 <row>
10909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913
10914 \backslash
10915 overleftrightarrow
10916 \begin_inset space \textvisiblespace{}
10917 \end_inset
10918
10919 A=B
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10929 \end_inset
10930
10931
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 </row>
10937 <row>
10938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942
10943 \backslash
10944 underleftrightarrow
10945 \begin_inset space \textvisiblespace{}
10946 \end_inset
10947
10948 A=B
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10958 \end_inset
10959
10960
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 </row>
10966 </lyxtabular>
10967
10968 \end_inset
10969
10970
10971 \begin_inset space \hfill{}
10972 \end_inset
10973
10974
10975 \begin_inset Tabular
10976 <lyxtabular version="3" rows="5" columns="2">
10977 <features tabularvalignment="middle">
10978 <column alignment="center" valignment="top" width="0pt">
10979 <column alignment="center" valignment="top" width="0pt">
10980 <row>
10981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 Comando
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 Resultado
10995 \begin_inset Note Note
10996 status collapsed
10997
10998 \begin_layout Plain Layout
10999
11000 \series bold
11001
11002 \backslash
11003 raisebox
11004 \series default
11005  se usa sólo como espaciador
11006 \end_layout
11007
11008 \end_inset
11009
11010
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 </row>
11016 <row>
11017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021
11022 \backslash
11023 overrightarrow
11024 \begin_inset space \textvisiblespace{}
11025 \end_inset
11026
11027 A=B
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
11037 \end_inset
11038
11039
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 </row>
11045 <row>
11046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050
11051 \backslash
11052 underrightarrow
11053 \begin_inset space \textvisiblespace{}
11054 \end_inset
11055
11056 A=B
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11066 \end_inset
11067
11068
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 </row>
11074 <row>
11075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079
11080 \backslash
11081 widetilde
11082 \begin_inset space \textvisiblespace{}
11083 \end_inset
11084
11085 A=B
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11095 \end_inset
11096
11097
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 </row>
11103 <row>
11104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108
11109 \backslash
11110 widehat
11111 \begin_inset space \textvisiblespace{}
11112 \end_inset
11113
11114 A=B
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11124 \end_inset
11125
11126
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 </row>
11132 </lyxtabular>
11133
11134 \end_inset
11135
11136
11137 \begin_inset space \hfill{}
11138 \end_inset
11139
11140
11141 \end_layout
11142
11143 \begin_layout Standard
11144 \begin_inset VSpace medskip
11145 \end_inset
11146
11147
11148 \end_layout
11149
11150 \begin_layout Standard
11151 Con estos comandos se pueden acentuar tantos caracteres como quieras.
11152  Pero los acentos 
11153 \series bold
11154
11155 \backslash
11156 widetilde
11157 \series default
11158  y 
11159 \series bold
11160
11161 \backslash
11162 widehat
11163 \series default
11164  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
11165  ejemplo:
11166 \begin_inset Formula 
11167 \[
11168 \widetilde{A+B=C-D}
11169 \]
11170
11171 \end_inset
11172
11173
11174 \end_layout
11175
11176 \begin_layout Standard
11177 Con los comandos 
11178 \series bold
11179
11180 \backslash
11181 overset
11182 \series default
11183
11184 \begin_inset Index idx
11185 status collapsed
11186
11187 \begin_layout Plain Layout
11188 Comandos ! O ! 
11189 \backslash
11190 overset
11191 \end_layout
11192
11193 \end_inset
11194
11195  y 
11196 \series bold
11197
11198 \backslash
11199 underset
11200 \series default
11201
11202 \begin_inset Index idx
11203 status collapsed
11204
11205 \begin_layout Plain Layout
11206 Comandos ! U ! 
11207 \backslash
11208 underset
11209 \end_layout
11210
11211 \end_inset
11212
11213 , descritos en la subsección anterior, también se pueden acentuar varios
11214  caracteres.
11215  El comando 
11216 \series bold
11217
11218 \backslash
11219 underset
11220 \begin_inset space \textvisiblespace{}
11221 \end_inset
11222
11223 A=B
11224 \begin_inset Formula $\downarrow$
11225 \end_inset
11226
11227 ***
11228 \series default
11229  da:
11230 \begin_inset Formula 
11231 \[
11232 \underset{***}{A=B}
11233 \]
11234
11235 \end_inset
11236
11237
11238 \end_layout
11239
11240 \begin_layout Section
11241 Espacios
11242 \begin_inset CommandInset label
11243 LatexCommand label
11244 name "sec:Espacio"
11245
11246 \end_inset
11247
11248
11249 \begin_inset Index idx
11250 status collapsed
11251
11252 \begin_layout Plain Layout
11253 Espacio ! horizontal
11254 \end_layout
11255
11256 \end_inset
11257
11258
11259 \end_layout
11260
11261 \begin_layout Subsection
11262 Espacio predefinido
11263 \begin_inset CommandInset label
11264 LatexCommand label
11265 name "subsec:Espacio-predefinido"
11266
11267 \end_inset
11268
11269
11270 \begin_inset Index idx
11271 status collapsed
11272
11273 \begin_layout Plain Layout
11274 Espacio ! horizontal ! predefinido
11275 \end_layout
11276
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \begin_layout Standard
11283 A veces es necesario insertar espacio horizontal en una ecuación.
11284  Esto se hace insertando un espacio protegido (atajo 
11285 \family sans
11286 Ctrl+Espacio
11287 \family default
11288 ).
11289  Aparece un 
11290 \begin_inset Quotes fld
11291 \end_inset
11292
11293
11294 \color black
11295
11296 \begin_inset space \textvisiblespace{}
11297 \end_inset
11298
11299
11300 \color inherit
11301
11302 \begin_inset Quotes frd
11303 \end_inset
11304
11305 , y pulsando 
11306 \family sans
11307 Espacio
11308 \family default
11309  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11310  espacio.
11311  También se pueden insertar espacios mediante el botón 
11312 \begin_inset Info
11313 type  "icon"
11314 arg   "math-insert \\space"
11315 \end_inset
11316
11317  de la barra de ecuaciones o con comandos especiales.
11318  Independientemente del comando insertado, se puede seleccionar un nuevo
11319  tamaño pulsando acto seguido 
11320 \family sans
11321 Espacio.
11322  
11323 \family default
11324
11325 \begin_inset Separator parbreak
11326 \end_inset
11327
11328
11329 \end_layout
11330
11331 \begin_layout Standard
11332 \noindent
11333 \align center
11334 \begin_inset Tabular
11335 <lyxtabular version="3" rows="6" columns="3">
11336 <features tabularvalignment="middle">
11337 <column alignment="center" valignment="top">
11338 <column alignment="center" valignment="top" width="14col%">
11339 <column alignment="center" valignment="top">
11340 <row>
11341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 Comando
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 Número de pulsaciones de 
11355 \family sans
11356 Espacio
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 Resultado
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 </row>
11371 <row>
11372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376
11377 \backslash
11378 ,
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387 0
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 \begin_inset Formula $A\,B$
11397 \end_inset
11398
11399
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 </row>
11405 <row>
11406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410
11411 \backslash
11412 :
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 1
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430 \begin_inset Formula $A\:B$
11431 \end_inset
11432
11433
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 </row>
11439 <row>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444
11445 \backslash
11446 ;
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 2
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 \begin_inset Formula $A\;B$
11465 \end_inset
11466
11467
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 </row>
11473 <row>
11474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478
11479 \backslash
11480 quad
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 3
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 \begin_inset Formula $A\quad B$
11499 \end_inset
11500
11501
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 </row>
11507 <row>
11508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11509 \begin_inset Text
11510
11511 \begin_layout Plain Layout
11512
11513 \backslash
11514 qquad
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 4
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 \begin_inset Formula $A\qquad B$
11533 \end_inset
11534
11535
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 </row>
11541 </lyxtabular>
11542
11543 \end_inset
11544
11545
11546 \begin_inset space \hfill{}
11547 \end_inset
11548
11549
11550 \begin_inset Tabular
11551 <lyxtabular version="3" rows="6" columns="3">
11552 <features tabularvalignment="middle">
11553 <column alignment="center" valignment="top">
11554 <column alignment="center" valignment="top" width="14col%">
11555 <column alignment="center" valignment="top">
11556 <row>
11557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 Comando
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 Número de pulsaciones de 
11571 \family sans
11572 Espacio
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 Resultado
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 </row>
11587 <row>
11588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11589 \begin_inset Text
11590
11591 \begin_layout Plain Layout
11592
11593 \backslash
11594 hfill
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 5
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 \begin_inset Formula $A\hfill B$
11613 \end_inset
11614
11615
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 </row>
11621 <row>
11622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626
11627 \backslash
11628 hspace*{1em}
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 6
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 \begin_inset Formula $A\hspace*{1em}B$
11647 \end_inset
11648
11649
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 </row>
11655 <row>
11656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660
11661 \backslash
11662 hspace{1em}
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 7
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 \begin_inset Formula $A\hspace{1em}B$
11681 \end_inset
11682
11683
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 </row>
11689 <row>
11690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694
11695 \backslash
11696
11697 \begin_inset space \textvisiblespace{}
11698 \end_inset
11699
11700
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 8
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 \begin_inset Formula $A\ B$
11719 \end_inset
11720
11721
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 </row>
11727 <row>
11728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732
11733 \backslash
11734 !
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 9
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752 \begin_inset Formula $A\!B$
11753 \end_inset
11754
11755
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 </row>
11761 </lyxtabular>
11762
11763 \end_inset
11764
11765
11766 \end_layout
11767
11768 \begin_layout Standard
11769 Los espacios
11770 \begin_inset space ~
11771 \end_inset
11772
11773 5
11774 \begin_inset space \thinspace{}
11775 \end_inset
11776
11777
11778 \begin_inset space \thinspace{}
11779 \end_inset
11780
11781 7 son variables; se describen en 
11782 \begin_inset CommandInset ref
11783 LatexCommand ref
11784 reference "subsec:Espacio-variable"
11785
11786 \end_inset
11787
11788 .
11789  El tamaño
11790 \begin_inset space ~
11791 \end_inset
11792
11793 9 parece no generar espacio.
11794  A diferencia de los otros se muestra en rojo en \SpecialChar LyX
11795 , porque es un espacio
11796  negativo.
11797  Hay otros dos espacios negativos:
11798 \begin_inset Separator parbreak
11799 \end_inset
11800
11801
11802 \end_layout
11803
11804 \begin_layout Standard
11805 \align center
11806 \begin_inset Tabular
11807 <lyxtabular version="3" rows="3" columns="3">
11808 <features tabularvalignment="middle">
11809 <column alignment="center" valignment="middle" width="6.8cm">
11810 <column alignment="center" valignment="top" width="0pt">
11811 <column alignment="center" valignment="top" width="0pt">
11812 <row>
11813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817 Comando
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826
11827 \backslash
11828 negmedspace
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11834 \begin_inset Text
11835
11836 \begin_layout Plain Layout
11837
11838 \backslash
11839 negthickspace
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 </row>
11845 <row>
11846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11847 \begin_inset Text
11848
11849 \begin_layout Plain Layout
11850 Número de pulsaciones de 
11851 \family sans
11852 Espacio
11853 \family default
11854  tras insertar el espacio protegido
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863 10
11864 \end_layout
11865
11866 \end_inset
11867 </cell>
11868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872 11
11873 \end_layout
11874
11875 \end_inset
11876 </cell>
11877 </row>
11878 <row>
11879 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11880 \begin_inset Text
11881
11882 \begin_layout Plain Layout
11883 Resultado
11884 \end_layout
11885
11886 \end_inset
11887 </cell>
11888 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11889 \begin_inset Text
11890
11891 \begin_layout Plain Layout
11892 \begin_inset Formula $A\negmedspace B$
11893 \end_inset
11894
11895
11896 \end_layout
11897
11898 \end_inset
11899 </cell>
11900 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11901 \begin_inset Text
11902
11903 \begin_layout Plain Layout
11904 \begin_inset Formula $A\negthickspace B$
11905 \end_inset
11906
11907
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 </row>
11913 </lyxtabular>
11914
11915 \end_inset
11916
11917
11918 \end_layout
11919
11920 \begin_layout Standard
11921 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11922  Así, se pueden usar para forzar ligaduras, lo que es apropiado, por ejemplo,
11923  para operadores suma: 
11924 \begin_inset Separator parbreak
11925 \end_inset
11926
11927
11928 \end_layout
11929
11930 \begin_layout Standard
11931 \noindent
11932 \align center
11933 \begin_inset Tabular
11934 <lyxtabular version="3" rows="3" columns="2">
11935 <features tabularvalignment="middle">
11936 <column alignment="center" valignment="top">
11937 <column alignment="center" valignment="top">
11938 <row>
11939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 Comando
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952 Resultado
11953 \begin_inset Note Note
11954 status collapsed
11955
11956 \begin_layout Plain Layout
11957
11958 \series bold
11959
11960 \backslash
11961 raisebox
11962 \series default
11963  se usa sólo como espaciador
11964 \end_layout
11965
11966 \end_inset
11967
11968
11969 \end_layout
11970
11971 \end_inset
11972 </cell>
11973 </row>
11974 <row>
11975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11976 \begin_inset Text
11977
11978 \begin_layout Plain Layout
11979
11980 \backslash
11981 sum
11982 \backslash
11983 sum
11984 \begin_inset space \textvisiblespace{}
11985 \end_inset
11986
11987 f_kl
11988 \end_layout
11989
11990 \end_inset
11991 </cell>
11992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11993 \begin_inset Text
11994
11995 \begin_layout Plain Layout
11996 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11997 \end_inset
11998
11999
12000 \end_layout
12001
12002 \end_inset
12003 </cell>
12004 </row>
12005 <row>
12006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12007 \begin_inset Text
12008
12009 \begin_layout Plain Layout
12010
12011 \backslash
12012 sum
12013 \backslash
12014 negmedspace
12015 \backslash
12016 sum
12017 \begin_inset space \textvisiblespace{}
12018 \end_inset
12019
12020 f_kl
12021 \end_layout
12022
12023 \end_inset
12024 </cell>
12025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12026 \begin_inset Text
12027
12028 \begin_layout Plain Layout
12029 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
12030 \end_inset
12031
12032
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 </row>
12038 </lyxtabular>
12039
12040 \end_inset
12041
12042
12043 \end_layout
12044
12045 \begin_layout Standard
12046 \noindent
12047 \begin_inset VSpace medskip
12048 \end_inset
12049
12050
12051 \end_layout
12052
12053 \begin_layout Standard
12054 \noindent
12055 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
12056  Para suprimirlos, el signo igual se coloca entre llaves \SpecialChar TeX
12057 .
12058  El siguiente ejemplo lo ilustra:
12059 \begin_inset Separator parbreak
12060 \end_inset
12061
12062
12063 \end_layout
12064
12065 \begin_layout Standard
12066 \noindent
12067 \align center
12068 \begin_inset Tabular
12069 <lyxtabular version="3" rows="2" columns="2">
12070 <features tabularvalignment="middle">
12071 <column alignment="center" valignment="top">
12072 <column alignment="center" valignment="top">
12073 <row>
12074 <cell alignment="center" valignment="top" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 ecuación normal
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 <cell alignment="center" valignment="top" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087 \begin_inset Formula $A=B$
12088 \end_inset
12089
12090
12091 \end_layout
12092
12093 \end_inset
12094 </cell>
12095 </row>
12096 <row>
12097 <cell alignment="center" valignment="top" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Plain Layout
12101 \begin_inset Note Note
12102 status collapsed
12103
12104 \begin_layout Plain Layout
12105
12106 \series bold
12107
12108 \backslash
12109 raisebox
12110 \series default
12111  se usa sólo como espaciador
12112 \end_layout
12113
12114 \end_inset
12115
12116
12117 \begin_inset Formula $\raisebox{5mm}{}$
12118 \end_inset
12119
12120 ecuación sin espacio
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 <cell alignment="center" valignment="top" usebox="none">
12126 \begin_inset Text
12127
12128 \begin_layout Plain Layout
12129 \begin_inset Formula $A{=}B$
12130 \end_inset
12131
12132
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 </row>
12138 </lyxtabular>
12139
12140 \end_inset
12141
12142
12143 \end_layout
12144
12145 \begin_layout Standard
12146 El comando para la segunda ecuación es: 
12147 \series bold
12148 A
12149 \backslash
12150 {=
12151 \begin_inset Formula $\rightarrow$
12152 \end_inset
12153
12154 B
12155 \series default
12156  
12157 \begin_inset VSpace bigskip
12158 \end_inset
12159
12160
12161 \end_layout
12162
12163 \begin_layout Standard
12164 Para las unidades físicas hacen falta espacios, porque entre el valor y
12165  su unidad se pone un espacio más pequeño que el normal.
12166  Para unidades en el texto se inserta con el menú 
12167 \family sans
12168 Insertar\SpecialChar menuseparator
12169 Formato\SpecialChar menuseparator
12170 Espacio
12171 \begin_inset space ~
12172 \end_inset
12173
12174 delgado
12175 \family default
12176  (atajo 
12177 \family sans
12178 Ctrl+Mayúscula+Espacio
12179 \family default
12180 ).
12181 \end_layout
12182
12183 \begin_layout Standard
12184 Un ejemplo para visualizar la diferencia:
12185 \end_layout
12186
12187 \begin_layout Standard
12188 \begin_inset Tabular
12189 <lyxtabular version="3" rows="2" columns="2">
12190 <features tabularvalignment="middle">
12191 <column alignment="center" valignment="top">
12192 <column alignment="left" valignment="top">
12193 <row>
12194 <cell alignment="center" valignment="top" usebox="none">
12195 \begin_inset Text
12196
12197 \begin_layout Plain Layout
12198 24 kW
12199 \begin_inset Formula $\cdot$
12200 \end_inset
12201
12202 h
12203 \end_layout
12204
12205 \end_inset
12206 </cell>
12207 <cell alignment="center" valignment="top" usebox="none">
12208 \begin_inset Text
12209
12210 \begin_layout Plain Layout
12211 espacio entre valor y unidad 
12212 \end_layout
12213
12214 \end_inset
12215 </cell>
12216 </row>
12217 <row>
12218 <cell alignment="center" valignment="top" usebox="none">
12219 \begin_inset Text
12220
12221 \begin_layout Plain Layout
12222 24
12223 \begin_inset space \thinspace{}
12224 \end_inset
12225
12226 kW
12227 \begin_inset Formula $\cdot$
12228 \end_inset
12229
12230 h
12231 \end_layout
12232
12233 \end_inset
12234 </cell>
12235 <cell alignment="center" valignment="top" usebox="none">
12236 \begin_inset Text
12237
12238 \begin_layout Plain Layout
12239 espacio delgado entre valor y unidad
12240 \end_layout
12241
12242 \end_inset
12243 </cell>
12244 </row>
12245 </lyxtabular>
12246
12247 \end_inset
12248
12249
12250 \end_layout
12251
12252 \begin_layout Subsection
12253 Espacio variable
12254 \begin_inset ERT
12255 status collapsed
12256
12257 \begin_layout Plain Layout
12258
12259
12260 \backslash
12261 texorpdfstring{
12262 \end_layout
12263
12264 \end_inset
12265
12266
12267 \begin_inset Foot
12268 status collapsed
12269
12270 \begin_layout Plain Layout
12271 Para espacio vertical en ecuaciones véase 
12272 \begin_inset CommandInset ref
12273 LatexCommand ref
12274 reference "subsec:Separación-de-líneas"
12275
12276 \end_inset
12277
12278
12279 \end_layout
12280
12281 \end_inset
12282
12283
12284 \begin_inset ERT
12285 status collapsed
12286
12287 \begin_layout Plain Layout
12288
12289 }{}
12290 \end_layout
12291
12292 \end_inset
12293
12294
12295 \begin_inset Note Note
12296 status collapsed
12297
12298 \begin_layout Plain Layout
12299
12300 \backslash
12301 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
12302  PDF.
12303 \end_layout
12304
12305 \begin_layout Plain Layout
12306 Más sobre 
12307 \backslash
12308 texorpdfstring en la sección 
12309 \begin_inset CommandInset ref
12310 LatexCommand ref
12311 reference "subsec:Ecuaciones-en-encabezados"
12312
12313 \end_inset
12314
12315 .
12316 \end_layout
12317
12318 \end_inset
12319
12320
12321 \begin_inset CommandInset label
12322 LatexCommand label
12323 name "subsec:Espacio-variable"
12324
12325 \end_inset
12326
12327
12328 \begin_inset Index idx
12329 status collapsed
12330
12331 \begin_layout Plain Layout
12332 Espacio ! horizontal ! variable
12333 \end_layout
12334
12335 \end_inset
12336
12337
12338 \end_layout
12339
12340 \begin_layout Standard
12341 En \SpecialChar LyX
12342  se puede insertar espacio con una longitud definida con el comando 
12343 \series bold
12344
12345 \backslash
12346 hspace
12347 \series default
12348
12349 \begin_inset Index idx
12350 status collapsed
12351
12352 \begin_layout Plain Layout
12353 Comandos ! H ! 
12354 \backslash
12355 hspace
12356 \end_layout
12357
12358 \end_inset
12359
12360 .
12361  Aparece un 
12362 \begin_inset Quotes fld
12363 \end_inset
12364
12365
12366 \color black
12367
12368 \begin_inset space \textvisiblespace{}
12369 \end_inset
12370
12371
12372 \color inherit
12373
12374 \begin_inset Quotes frd
12375 \end_inset
12376
12377  largo.
12378  La longitud se puede ajustar haciendo clic izquierdo sobre el 
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 .
12395  La longitud también puede ser negativa.
12396  Si se pone un espacio como primer carácter de una línea es omitido.
12397  Para forzar su presencia usa el comando 
12398 \series bold
12399
12400 \backslash
12401 hspace*
12402 \series default
12403  en lugar de 
12404 \series bold
12405
12406 \backslash
12407 hspace
12408 \series default
12409  o haz clic izquierdo sobre 
12410 \begin_inset Quotes eld
12411 \end_inset
12412
12413
12414 \color blue
12415
12416 \begin_inset space \textvisiblespace{}
12417 \end_inset
12418
12419
12420 \color inherit
12421
12422 \begin_inset Quotes erd
12423 \end_inset
12424
12425  y marca la opción 
12426 \family sans
12427 Proteger
12428 \family default
12429 .
12430 \begin_inset Newline newline
12431 \end_inset
12432
12433 Para insertar en una ecuación tanto espacio como esté disponible se usa
12434  el comando 
12435 \series bold
12436
12437 \backslash
12438 hfill
12439 \series default
12440
12441 \begin_inset Index idx
12442 status collapsed
12443
12444 \begin_layout Plain Layout
12445 Comandos ! H ! 
12446 \backslash
12447 hfill
12448 \end_layout
12449
12450 \end_inset
12451
12452 .
12453 \begin_inset VSpace -1mm
12454 \end_inset
12455
12456
12457 \end_layout
12458
12459 \begin_layout Standard
12460 \noindent
12461 \align center
12462 \begin_inset Tabular
12463 <lyxtabular version="3" rows="4" columns="2">
12464 <features tabularvalignment="middle">
12465 <column alignment="center" valignment="top">
12466 <column alignment="center" valignment="top">
12467 <row>
12468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12469 \begin_inset Text
12470
12471 \begin_layout Plain Layout
12472 Comando (
12473 \backslash
12474 hspace longitud)
12475 \end_layout
12476
12477 \end_inset
12478 </cell>
12479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12480 \begin_inset Text
12481
12482 \begin_layout Plain Layout
12483 Resultado
12484 \end_layout
12485
12486 \end_inset
12487 </cell>
12488 </row>
12489 <row>
12490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12491 \begin_inset Text
12492
12493 \begin_layout Plain Layout
12494 A=B
12495 \backslash
12496 hspace
12497 \begin_inset space \textvisiblespace{}
12498 \end_inset
12499
12500 A
12501 \backslash
12502 not=C (3
12503 \begin_inset space \thinspace{}
12504 \end_inset
12505
12506 cm)
12507 \end_layout
12508
12509 \end_inset
12510 </cell>
12511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12512 \begin_inset Text
12513
12514 \begin_layout Plain Layout
12515 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12516 \end_inset
12517
12518
12519 \end_layout
12520
12521 \end_inset
12522 </cell>
12523 </row>
12524 <row>
12525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12526 \begin_inset Text
12527
12528 \begin_layout Plain Layout
12529 A
12530 \backslash
12531 hspace
12532 \begin_inset space \textvisiblespace{}
12533 \end_inset
12534
12535 A
12536 \backslash
12537 not=A (-1
12538 \begin_inset space \thinspace{}
12539 \end_inset
12540
12541 mm)
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12547 \begin_inset Text
12548
12549 \begin_layout Plain Layout
12550 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12551 \end_inset
12552
12553
12554 \end_layout
12555
12556 \end_inset
12557 </cell>
12558 </row>
12559 <row>
12560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 A=A
12565 \backslash
12566 hfill
12567 \begin_inset space \textvisiblespace{}
12568 \end_inset
12569
12570 B=B
12571 \end_layout
12572
12573 \end_inset
12574 </cell>
12575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12576 \begin_inset Text
12577
12578 \begin_layout Plain Layout
12579 \begin_inset Formula $A=A\hfill B=B$
12580 \end_inset
12581
12582
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 </row>
12588 </lyxtabular>
12589
12590 \end_inset
12591
12592
12593 \end_layout
12594
12595 \begin_layout Standard
12596 En el último ejemplo el espacio disponible viene dado por la entrada más
12597  larga de columna en el cuadro.
12598  En una ecuación en línea el espacio depende de la longitud de la línea
12599  en la que se inserta 
12600 \series bold
12601
12602 \backslash
12603 hfill
12604 \series default
12605 .
12606  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12607  
12608 \series bold
12609
12610 \backslash
12611 hfill
12612 \series default
12613  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12614 \series bold
12615 Sangrado
12616 \series default
12617 .
12618  (Los estilos de ecuaciones se explican en
12619 \begin_inset space ~
12620 \end_inset
12621
12622
12623 \begin_inset CommandInset ref
12624 LatexCommand ref
12625 reference "sec:Estilos-de-ecuación"
12626
12627 \end_inset
12628
12629 ).
12630 \end_layout
12631
12632 \begin_layout Standard
12633 Además de 
12634 \series bold
12635
12636 \backslash
12637 hfill
12638 \series default
12639  hay los comandos 
12640 \series bold
12641
12642 \backslash
12643 dotfill
12644 \series default
12645  y 
12646 \series bold
12647
12648 \backslash
12649 hrulefill
12650 \series default
12651  que llenan el espacio con un patrón, véase un ejemplo en
12652 \begin_inset space ~
12653 \end_inset
12654
12655
12656 \begin_inset CommandInset ref
12657 LatexCommand ref
12658 reference "subsec:Puntos"
12659
12660 \end_inset
12661
12662 .
12663 \end_layout
12664
12665 \begin_layout Standard
12666 Para texto se puede insertar espacio variable con el menú 
12667 \family sans
12668 Insertar\SpecialChar menuseparator
12669 Formato\SpecialChar menuseparator
12670 Espacio
12671 \begin_inset space ~
12672 \end_inset
12673
12674 horizontal
12675 \family default
12676 :
12677 \end_layout
12678
12679 \begin_layout Standard
12680 En esta línea hay un espacio
12681 \begin_inset space \hspace{}
12682 \length 2cm
12683 \end_inset
12684
12685 de 2
12686 \begin_inset space \thinspace{}
12687 \end_inset
12688
12689 cm.
12690 \end_layout
12691
12692 \begin_layout Standard
12693 En esta línea hay un
12694 \begin_inset space \hfill{}
12695 \end_inset
12696
12697 espacio máximo.
12698 \end_layout
12699
12700 \begin_layout Subsection
12701 Espacio adicional en ecuaciones en línea
12702 \begin_inset Index idx
12703 status collapsed
12704
12705 \begin_layout Plain Layout
12706 Espacio ! adicional en línea
12707 \end_layout
12708
12709 \end_inset
12710
12711
12712 \end_layout
12713
12714 \begin_layout Standard
12715 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12716  
12717 \series bold
12718
12719 \backslash
12720 mathsurround
12721 \series default
12722
12723 \begin_inset Index idx
12724 status collapsed
12725
12726 \begin_layout Plain Layout
12727 Comandos ! M ! 
12728 \backslash
12729 mathsurround
12730 \end_layout
12731
12732 \end_inset
12733
12734 .
12735  El valor de una longitud se establece con el comando 
12736 \series bold
12737
12738 \backslash
12739 setlength
12740 \series default
12741
12742 \begin_inset Index idx
12743 status collapsed
12744
12745 \begin_layout Plain Layout
12746 Comandos ! S ! 
12747 \backslash
12748 setlength
12749 \end_layout
12750
12751 \end_inset
12752
12753  según el siguiente esquema:
12754 \end_layout
12755
12756 \begin_layout Standard
12757
12758 \series bold
12759
12760 \backslash
12761 setlength{nombre de la longitud}{valor}
12762 \end_layout
12763
12764 \begin_layout Standard
12765 Para poner a 
12766 \series bold
12767
12768 \backslash
12769 mathsurround
12770 \series default
12771  un valor de 5
12772 \begin_inset space \thinspace{}
12773 \end_inset
12774
12775 mm, se inserta el comando
12776 \end_layout
12777
12778 \begin_layout Standard
12779
12780 \series bold
12781
12782 \backslash
12783 setlength{
12784 \backslash
12785 mathsurround}{5mm}
12786 \end_layout
12787
12788 \begin_layout Standard
12789 en modo \SpecialChar TeX
12790 .
12791  Se establecerá un espacio de 5
12792 \begin_inset space \thinspace{}
12793 \end_inset
12794
12795 mm alrededor de todas las ecuaciones en línea:
12796 \begin_inset ERT
12797 status collapsed
12798
12799 \begin_layout Plain Layout
12800
12801
12802 \backslash
12803 setlength{
12804 \backslash
12805 mathsurround}{5mm}
12806 \end_layout
12807
12808 \end_inset
12809
12810
12811 \end_layout
12812
12813 \begin_layout Standard
12814 En esta línea hay una ecuación 
12815 \begin_inset Formula $A=B$
12816 \end_inset
12817
12818  rodeada por espacios de 5
12819 \begin_inset space \thinspace{}
12820 \end_inset
12821
12822 mm.
12823 \begin_inset ERT
12824 status collapsed
12825
12826 \begin_layout Plain Layout
12827
12828
12829 \backslash
12830 setlength{
12831 \backslash
12832 mathsurround}{0mm}
12833 \end_layout
12834
12835 \end_inset
12836
12837
12838 \end_layout
12839
12840 \begin_layout Standard
12841 Para volver al espacio predeterminado, 
12842 \series bold
12843
12844 \backslash
12845 mathsurround
12846 \series default
12847  se restablece al valor 0
12848 \begin_inset space \thinspace{}
12849 \end_inset
12850
12851 pt.
12852 \end_layout
12853
12854 \begin_layout Section
12855 Marcos y bordes
12856 \begin_inset Index idx
12857 status collapsed
12858
12859 \begin_layout Plain Layout
12860 Marcos
12861 \end_layout
12862
12863 \end_inset
12864
12865
12866 \end_layout
12867
12868 \begin_layout Standard
12869 Los marcos para texto se describen en el capítulo 
12870 \emph on
12871 Marcos
12872 \emph default
12873  del manual 
12874 \emph on
12875 Objetos insertados
12876 \emph default
12877 .
12878 \end_layout
12879
12880 \begin_layout Subsection
12881 Marcos con bordes
12882 \begin_inset CommandInset label
12883 LatexCommand label
12884 name "subsec:Marcos-con-bordes"
12885
12886 \end_inset
12887
12888
12889 \begin_inset Index idx
12890 status collapsed
12891
12892 \begin_layout Plain Layout
12893 Marcos ! con bordes
12894 \end_layout
12895
12896 \end_inset
12897
12898
12899 \end_layout
12900
12901 \begin_layout Standard
12902 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12903 \series bold
12904
12905 \backslash
12906 fbox
12907 \series default
12908
12909 \begin_inset Index idx
12910 status collapsed
12911
12912 \begin_layout Plain Layout
12913 Comandos ! F ! 
12914 \backslash
12915 fbox
12916 \end_layout
12917
12918 \end_inset
12919
12920  y 
12921 \series bold
12922
12923 \backslash
12924 boxed
12925 \series default
12926
12927 \begin_inset Index idx
12928 status collapsed
12929
12930 \begin_layout Plain Layout
12931 Comandos ! B ! 
12932 \backslash
12933 boxed
12934 \end_layout
12935
12936 \end_inset
12937
12938 .
12939 \end_layout
12940
12941 \begin_layout Standard
12942 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12943  azul en un marco donde se introducen partes de una ecuación.
12944  Para 
12945 \series bold
12946
12947 \backslash
12948 fbox
12949 \series default
12950  hay que generar una ecuación adicional con 
12951 \family sans
12952 Ctrl+M
12953 \family default
12954  dentro del recuadro, porque si no el contenido del mismo sería considerado
12955  texto matemático.
12956  Si se usa 
12957 \series bold
12958
12959 \backslash
12960 boxed
12961 \series default
12962  la nueva ecuación se genera automáticamente dentro del marco.
12963 \end_layout
12964
12965 \begin_layout Standard
12966 El comando 
12967 \series bold
12968
12969 \backslash
12970 fbox
12971 \series default
12972  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12973  ecuación tendría siempre el tamaño del texto.
12974  Por otra parte, 
12975 \series bold
12976
12977 \backslash
12978 fboxed
12979 \series default
12980  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12981  siempre el tamaño de una ecuación presentada.
12982 \end_layout
12983
12984 \begin_layout Standard
12985 El comando 
12986 \series bold
12987
12988 \backslash
12989 framebox
12990 \series default
12991
12992 \begin_inset Index idx
12993 status collapsed
12994
12995 \begin_layout Plain Layout
12996 Comandos ! F ! 
12997 \backslash
12998 framebox
12999 \end_layout
13000
13001 \end_inset
13002
13003  es una extensión de 
13004 \series bold
13005
13006 \backslash
13007 fbox
13008 \series default
13009 , que permite especificar además la anchura del marco y la alineación.
13010  
13011 \series bold
13012
13013 \backslash
13014 framebox
13015 \series default
13016  se usa con el siguiente esquema: 
13017 \end_layout
13018
13019 \begin_layout Standard
13020
13021 \series bold
13022
13023 \backslash
13024 framebox[anchura del marco][posición]{contenido del cuadro}
13025 \end_layout
13026
13027 \begin_layout Standard
13028 La posición puede ser 
13029 \emph on
13030 l
13031 \emph default
13032  o 
13033 \emph on
13034 r
13035 \emph default
13036
13037 \emph on
13038 l
13039 \emph default
13040  alinea la ecuación a la izquierda del marcro, 
13041 \emph on
13042 r
13043 \emph default
13044  la alinea a la derecha.
13045  Si no se da posición la ecuación será centrada.
13046 \begin_inset Newline newline
13047 \end_inset
13048
13049 Si no se pone anchura tampoco puede darse posición.
13050  En este caso la anchura del borde se ajusta al contenido del cuadro, como
13051  con 
13052 \series bold
13053
13054 \backslash
13055 fbox
13056 \series default
13057 .
13058  
13059 \end_layout
13060
13061 \begin_layout Standard
13062 Cuando se inserta el comando 
13063 \series bold
13064
13065 \backslash
13066 framebox
13067 \series default
13068  aparece un recuadro con tres marcos azules.
13069  Los dos primeros marcos están encerrados entre corchetes e indican los
13070  dos argumentos opcionales.
13071  El tercer marco es para partes de la ecuación, como para 
13072 \series bold
13073
13074 \backslash
13075 fbox
13076 \series default
13077 .
13078 \begin_inset Separator parbreak
13079 \end_inset
13080
13081
13082 \end_layout
13083
13084 \begin_layout Standard
13085 \noindent
13086 \align center
13087 \begin_inset Tabular
13088 <lyxtabular version="3" rows="5" columns="2">
13089 <features tabularvalignment="middle">
13090 <column alignment="center" valignment="top">
13091 <column alignment="center" valignment="top">
13092 <row>
13093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 Comando
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 Resultado
13107 \begin_inset Note Note
13108 status collapsed
13109
13110 \begin_layout Plain Layout
13111
13112 \series bold
13113
13114 \backslash
13115 raisebox
13116 \series default
13117  se usa sólo como espaciador
13118 \end_layout
13119
13120 \end_inset
13121
13122
13123 \end_layout
13124
13125 \end_inset
13126 </cell>
13127 </row>
13128 <row>
13129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13130 \begin_inset Text
13131
13132 \begin_layout Plain Layout
13133
13134 \backslash
13135 fbox
13136 \begin_inset space \textvisiblespace{}
13137 \end_inset
13138
13139
13140 \family sans
13141 Ctrl+M
13142 \family default
13143  
13144 \backslash
13145 int
13146 \begin_inset space \textvisiblespace{}
13147 \end_inset
13148
13149 A=B
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13159 \end_inset
13160
13161
13162 \end_layout
13163
13164 \end_inset
13165 </cell>
13166 </row>
13167 <row>
13168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13169 \begin_inset Text
13170
13171 \begin_layout Plain Layout
13172
13173 \backslash
13174 boxed
13175 \begin_inset space \textvisiblespace{}
13176 \end_inset
13177
13178
13179 \backslash
13180 int
13181 \begin_inset space \textvisiblespace{}
13182 \end_inset
13183
13184 A=B
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Plain Layout
13193 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13194 \end_inset
13195
13196
13197 \end_layout
13198
13199 \end_inset
13200 </cell>
13201 </row>
13202 <row>
13203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13204 \begin_inset Text
13205
13206 \begin_layout Plain Layout
13207 A+
13208 \backslash
13209 fbox
13210 \begin_inset space \textvisiblespace{}
13211 \end_inset
13212
13213 B
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13223 \end_inset
13224
13225
13226 \end_layout
13227
13228 \end_inset
13229 </cell>
13230 </row>
13231 <row>
13232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13233 \begin_inset Text
13234
13235 \begin_layout Plain Layout
13236
13237 \backslash
13238 framebox
13239 \begin_inset space \textvisiblespace{}
13240 \end_inset
13241
13242 20mm
13243 \begin_inset Formula $\to$
13244 \end_inset
13245
13246
13247 \begin_inset Formula $\to$
13248 \end_inset
13249
13250
13251 \family sans
13252 Ctrl+M
13253 \family default
13254  
13255 \backslash
13256 frac
13257 \begin_inset space \textvisiblespace{}
13258 \end_inset
13259
13260 A
13261 \begin_inset Formula $\downarrow$
13262 \end_inset
13263
13264 B
13265 \end_layout
13266
13267 \end_inset
13268 </cell>
13269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13270 \begin_inset Text
13271
13272 \begin_layout Plain Layout
13273 \begin_inset Formula $\raisebox{6mm}{}$
13274 \end_inset
13275
13276
13277 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13278 \end_inset
13279
13280
13281 \begin_inset Formula $\raisebox{-4mm}{}$
13282 \end_inset
13283
13284
13285 \end_layout
13286
13287 \end_inset
13288 </cell>
13289 </row>
13290 </lyxtabular>
13291
13292 \end_inset
13293
13294
13295 \end_layout
13296
13297 \begin_layout Standard
13298 El grosor del borde también se puede ajustar.
13299  Para ello hay que insertar los siguientes comandos en modo \SpecialChar TeX
13300  antes de la
13301  fórmula:
13302 \end_layout
13303
13304 \begin_layout Standard
13305
13306 \series bold
13307
13308 \backslash
13309 fboxrule
13310 \series default
13311  
13312 \series bold
13313
13314 \begin_inset Quotes fld
13315 \end_inset
13316
13317 grosor
13318 \begin_inset Quotes frd
13319 \end_inset
13320
13321
13322 \series default
13323  
13324 \series bold
13325
13326 \backslash
13327 fboxsep
13328 \series default
13329  
13330 \series bold
13331
13332 \begin_inset Quotes fld
13333 \end_inset
13334
13335 distancia
13336 \begin_inset Quotes frd
13337 \end_inset
13338
13339
13340 \end_layout
13341
13342 \begin_layout Standard
13343 \begin_inset Quotes fld
13344 \end_inset
13345
13346 distancia
13347 \begin_inset Quotes frd
13348 \end_inset
13349
13350  especifica la distancia mínima entre el borde y el primer carácter en el
13351  cuadro.
13352  Un ejemplo de esto es la siguiente ecuación enmarcada:
13353 \begin_inset ERT
13354 status collapsed
13355
13356 \begin_layout Plain Layout
13357
13358
13359 \backslash
13360 fboxrule 2mm 
13361 \backslash
13362 fboxsep 3mm
13363 \end_layout
13364
13365 \end_inset
13366
13367
13368 \begin_inset Formula 
13369 \[
13370 \boxed{A+B=C}
13371 \]
13372
13373 \end_inset
13374
13375
13376 \end_layout
13377
13378 \begin_layout Standard
13379 Delante de esta ecuación se han insertado los comandos
13380 \end_layout
13381
13382 \begin_layout Standard
13383
13384 \series bold
13385
13386 \backslash
13387 fboxrule
13388 \series default
13389  
13390 \series bold
13391 2mm
13392 \series default
13393  
13394 \series bold
13395
13396 \backslash
13397 fboxsep
13398 \series default
13399  
13400 \series bold
13401 3mm
13402 \end_layout
13403
13404 \begin_layout Standard
13405 en modo \SpecialChar TeX
13406 .
13407  Los valores dados se usan para todos los marcos siguientes.
13408 \end_layout
13409
13410 \begin_layout Standard
13411 Para volver al tamaño estándar del marco se inserta el comando
13412 \end_layout
13413
13414 \begin_layout Standard
13415
13416 \series bold
13417
13418 \backslash
13419 fboxrule
13420 \series default
13421  
13422 \series bold
13423 0.4pt
13424 \series default
13425  
13426 \series bold
13427
13428 \backslash
13429 fboxsep
13430 \series default
13431  
13432 \series bold
13433 3pt
13434 \series default
13435
13436 \begin_inset ERT
13437 status collapsed
13438
13439 \begin_layout Plain Layout
13440
13441
13442 \backslash
13443 fboxrule 0.4pt 
13444 \backslash
13445 fboxsep 3pt
13446 \end_layout
13447
13448 \end_inset
13449
13450
13451 \end_layout
13452
13453 \begin_layout Standard
13454 en modo \SpecialChar TeX
13455  antes de la ecuación siguiente.
13456 \end_layout
13457
13458 \begin_layout Subsection
13459 Marcos sin bordes
13460 \begin_inset CommandInset label
13461 LatexCommand label
13462 name "subsec:Marcos-sin-bordes"
13463
13464 \end_inset
13465
13466
13467 \begin_inset Index idx
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471 Marcos ! sin borde
13472 \end_layout
13473
13474 \end_inset
13475
13476
13477 \end_layout
13478
13479 \begin_layout Standard
13480 Para marcos sin borde hay los comandos: 
13481 \series bold
13482
13483 \backslash
13484 mbox
13485 \series default
13486
13487 \begin_inset Index idx
13488 status collapsed
13489
13490 \begin_layout Plain Layout
13491 Comandos ! M ! 
13492 \backslash
13493 mbox
13494 \end_layout
13495
13496 \end_inset
13497
13498
13499 \series bold
13500
13501 \backslash
13502 makebox
13503 \series default
13504
13505 \begin_inset Index idx
13506 status collapsed
13507
13508 \begin_layout Plain Layout
13509 Comandos ! M ! 
13510 \backslash
13511 makebox
13512 \end_layout
13513
13514 \end_inset
13515
13516  y 
13517 \series bold
13518
13519 \backslash
13520 raisebox
13521 \series default
13522
13523 \begin_inset Index idx
13524 status collapsed
13525
13526 \begin_layout Plain Layout
13527 Comandos ! R ! 
13528 \backslash
13529 raisebox
13530 \end_layout
13531
13532 \end_inset
13533
13534 .
13535 \end_layout
13536
13537 \begin_layout Standard
13538 Con 
13539 \series bold
13540
13541 \backslash
13542 raisebox
13543 \series default
13544  se puede poner un marco subíndice o superíndice, pero a diferencia de los
13545  normales, los caracteres en el marco mantienen su tamaño de tipografía.
13546  
13547 \series bold
13548
13549 \backslash
13550 raisebox
13551 \series default
13552  se usa con el siguiente esquema: 
13553 \end_layout
13554
13555 \begin_layout Standard
13556
13557 \series bold
13558
13559 \backslash
13560 raisebox{altura}{contenido del marco}
13561 \end_layout
13562
13563 \begin_layout Standard
13564 Cuando el marco tenga que contener una ecuación, hace falta una ecuación
13565  extra, como con 
13566 \series bold
13567
13568 \backslash
13569 fbox
13570 \series default
13571 .
13572  
13573 \begin_inset Note Greyedout
13574 status open
13575
13576 \begin_layout Plain Layout
13577
13578 \series bold
13579 Nota
13580 \series default
13581 : Para
13582 \series bold
13583  
13584 \backslash
13585 raisebox
13586 \series default
13587  se ha creado esta ecuación extra tecleando 
13588 \family sans
13589 Ctrl+M
13590 \family default
13591  dos veces en vez de una porque \SpecialChar LyX
13592  aún no soporta 
13593 \series bold
13594
13595 \backslash
13596 raisebox
13597 \series default
13598  directamente.
13599 \end_layout
13600
13601 \end_inset
13602
13603
13604 \begin_inset Separator parbreak
13605 \end_inset
13606
13607
13608 \end_layout
13609
13610 \begin_layout Standard
13611 \align center
13612 \begin_inset Tabular
13613 <lyxtabular version="3" rows="4" columns="2">
13614 <features tabularvalignment="middle">
13615 <column alignment="center" valignment="top">
13616 <column alignment="center" valignment="top">
13617 <row>
13618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13619 \begin_inset Text
13620
13621 \begin_layout Plain Layout
13622 Comando
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Plain Layout
13631 Resultado
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 </row>
13637 <row>
13638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Plain Layout
13642 H
13643 \backslash
13644 raisebox{2mm
13645 \begin_inset Formula $\to$
13646 \end_inset
13647
13648
13649 \backslash
13650 {al
13651 \begin_inset Formula $\to$
13652 \end_inset
13653
13654  lo
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13664 \end_inset
13665
13666
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 </row>
13672 <row>
13673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Plain Layout
13677 H
13678 \backslash
13679 raisebox{-2mm
13680 \begin_inset Formula $\to$
13681 \end_inset
13682
13683
13684 \backslash
13685 {al
13686 \begin_inset Formula $\to$
13687 \end_inset
13688
13689 lo
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Plain Layout
13698 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13699 \end_inset
13700
13701
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 </row>
13707 <row>
13708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712 A=
13713 \backslash
13714 raisebox{-2mm
13715 \begin_inset Formula $\to$
13716 \end_inset
13717
13718
13719 \backslash
13720 {
13721 \family sans
13722 Ctrl+M Ctrl+M
13723 \family default
13724  
13725 \backslash
13726 sqrt
13727 \begin_inset space \textvisiblespace{}
13728 \end_inset
13729
13730
13731 \end_layout
13732
13733 \end_inset
13734 </cell>
13735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13740 \end_inset
13741
13742
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 </row>
13748 </lyxtabular>
13749
13750 \end_inset
13751
13752
13753 \end_layout
13754
13755 \begin_layout Standard
13756 El comando 
13757 \series bold
13758
13759 \backslash
13760 mbox
13761 \series default
13762  es equivalente a 
13763 \series bold
13764
13765 \backslash
13766 fbox
13767 \series default
13768  y 
13769 \series bold
13770
13771 \backslash
13772 makebox
13773 \series default
13774  es equivalente a 
13775 \series bold
13776
13777 \backslash
13778 framebox
13779 \series default
13780 , con la diferencia de que no hay marco.
13781 \end_layout
13782
13783 \begin_layout Subsection
13784 Marcos coloreados
13785 \begin_inset CommandInset label
13786 LatexCommand label
13787 name "subsec:Marcos-coloreados"
13788
13789 \end_inset
13790
13791
13792 \begin_inset Index idx
13793 status collapsed
13794
13795 \begin_layout Plain Layout
13796 Marcos ! coloreados
13797 \end_layout
13798
13799 \end_inset
13800
13801
13802 \end_layout
13803
13804 \begin_layout Standard
13805 Para poder usar todos los comandos explicados en esta sección hay que cargar
13806  en el preámbulo \SpecialChar LaTeX
13807  el paquete \SpecialChar LaTeX
13808  
13809 \series bold
13810 color
13811 \series default
13812
13813 \begin_inset Foot
13814 status collapsed
13815
13816 \begin_layout Plain Layout
13817 El paquete \SpecialChar LaTeX
13818  
13819 \series bold
13820 color
13821 \series default
13822  forma parte de toda distribución \SpecialChar LaTeX
13823  estándar.
13824 \end_layout
13825
13826 \end_inset
13827
13828
13829 \begin_inset Index idx
13830 status collapsed
13831
13832 \begin_layout Plain Layout
13833 Paquetes ! color
13834 \end_layout
13835
13836 \end_inset
13837
13838 , con la línea
13839 \begin_inset Foot
13840 status collapsed
13841
13842 \begin_layout Plain Layout
13843 Cuando hay texto coloreado con un color predefinido en alguna parte del
13844  documento, \SpecialChar LyX
13845  carga automáticamente el paquete \SpecialChar LaTeX
13846  
13847 \series bold
13848 color
13849 \series default
13850 .
13851  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13852  origina problemas.
13853 \end_layout
13854
13855 \end_inset
13856
13857
13858 \begin_inset Note Note
13859 status collapsed
13860
13861 \begin_layout Plain Layout
13862 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13863  en el preámbulo \SpecialChar LaTeX
13864 .
13865 \end_layout
13866
13867 \end_inset
13868
13869
13870 \end_layout
13871
13872 \begin_layout Standard
13873
13874 \series bold
13875
13876 \backslash
13877 usepackage{color}
13878 \begin_inset VSpace medskip
13879 \end_inset
13880
13881
13882 \end_layout
13883
13884 \begin_layout Standard
13885 Para colorear marcos se usa el comando 
13886 \series bold
13887
13888 \backslash
13889 colorbox
13890 \series default
13891
13892 \begin_inset Index idx
13893 status collapsed
13894
13895 \begin_layout Plain Layout
13896 Comandos ! C ! 
13897 \backslash
13898 colorbox
13899 \end_layout
13900
13901 \end_inset
13902
13903  con el siguiente esquema:
13904 \end_layout
13905
13906 \begin_layout Standard
13907
13908 \series bold
13909
13910 \backslash
13911 colorbox{color}{contenido del marco}
13912 \end_layout
13913
13914 \begin_layout Standard
13915 El contenido del marco puede ser otro marco, y también un 
13916 \backslash
13917
13918 \series bold
13919 colorbox
13920 \series default
13921  puede ser parte de otro marco (véanse los ejemplos 2º y 3º).
13922  Si el marco debe contener una ecuación debe crearse una ecuación extra,
13923  como con 
13924 \series bold
13925
13926 \backslash
13927 raisebox
13928 \series default
13929 .
13930 \begin_inset Foot
13931 status collapsed
13932
13933 \begin_layout Plain Layout
13934 Esto también se aplica para el comando 
13935 \series bold
13936
13937 \backslash
13938 fcolorbox
13939 \series default
13940 .
13941 \end_layout
13942
13943 \end_inset
13944
13945  
13946 \end_layout
13947
13948 \begin_layout Standard
13949 Se puede elegir uno de los siguientes colores predefinidos:
13950 \end_layout
13951
13952 \begin_layout Standard
13953
13954 \series bold
13955 black
13956 \series default
13957
13958 \series bold
13959 blue
13960 \series default
13961
13962 \series bold
13963 cyan
13964 \series default
13965
13966 \series bold
13967 green
13968 \series default
13969
13970 \series bold
13971 magenta
13972 \series default
13973
13974 \series bold
13975 red
13976 \series default
13977
13978 \series bold
13979 white
13980 \series default
13981
13982 \series bold
13983 yellow
13984 \series default
13985
13986 \begin_inset Separator parbreak
13987 \end_inset
13988
13989
13990 \end_layout
13991
13992 \begin_layout Standard
13993 \align center
13994 \begin_inset Tabular
13995 <lyxtabular version="3" rows="4" columns="2">
13996 <features tabularvalignment="middle">
13997 <column alignment="center" valignment="top">
13998 <column alignment="center" valignment="top">
13999 <row>
14000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14001 \begin_inset Text
14002
14003 \begin_layout Plain Layout
14004 Comando
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14010 \begin_inset Text
14011
14012 \begin_layout Plain Layout
14013 Resultado
14014 \begin_inset Note Note
14015 status collapsed
14016
14017 \begin_layout Plain Layout
14018
14019 \series bold
14020
14021 \backslash
14022 raisebox
14023 \series default
14024  se usa sólo como espaciador
14025 \end_layout
14026
14027 \end_inset
14028
14029
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 </row>
14035 <row>
14036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040
14041 \backslash
14042 colorbox{yellow
14043 \begin_inset Formula $\to$
14044 \end_inset
14045
14046
14047 \backslash
14048 {A=B
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
14058 \end_inset
14059
14060
14061 \end_layout
14062
14063 \end_inset
14064 </cell>
14065 </row>
14066 <row>
14067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14068 \begin_inset Text
14069
14070 \begin_layout Plain Layout
14071
14072 \backslash
14073 colorbox{green
14074 \begin_inset Formula $\to$
14075 \end_inset
14076
14077
14078 \backslash
14079 {
14080 \backslash
14081 fbox
14082 \begin_inset space \textvisiblespace{}
14083 \end_inset
14084
14085 A=B
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14091 \begin_inset Text
14092
14093 \begin_layout Plain Layout
14094 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
14095 \end_inset
14096
14097
14098 \end_layout
14099
14100 \end_inset
14101 </cell>
14102 </row>
14103 <row>
14104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14105 \begin_inset Text
14106
14107 \begin_layout Plain Layout
14108
14109 \backslash
14110 fbox
14111 \begin_inset space \textvisiblespace{}
14112 \end_inset
14113
14114
14115 \backslash
14116 colorbox{green
14117 \begin_inset Formula $\to$
14118 \end_inset
14119
14120
14121 \backslash
14122 {
14123 \family sans
14124 Ctrl+M Ctrl+M
14125 \family default
14126  
14127 \backslash
14128 int
14129 \begin_inset space \textvisiblespace{}
14130 \end_inset
14131
14132 C=D
14133 \end_layout
14134
14135 \end_inset
14136 </cell>
14137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14138 \begin_inset Text
14139
14140 \begin_layout Plain Layout
14141 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14142 \end_inset
14143
14144
14145 \end_layout
14146
14147 \end_inset
14148 </cell>
14149 </row>
14150 </lyxtabular>
14151
14152 \end_inset
14153
14154
14155 \end_layout
14156
14157 \begin_layout Standard
14158
14159 \series bold
14160
14161 \backslash
14162 colorbox
14163 \series default
14164  sólo colorea el marco pero no los caracteres.
14165  Para colorear todos los caracteres se selecciona toda la ecuación y se
14166  elige un color en el diálogo 
14167 \family sans
14168 Estilo
14169 \begin_inset space ~
14170 \end_inset
14171
14172 del
14173 \begin_inset space ~
14174 \end_inset
14175
14176 texto
14177 \family default
14178 .
14179  El diálogo puede abrirse con el botón 
14180 \begin_inset Info
14181 type  "icon"
14182 arg   "dialog-show character"
14183 \end_inset
14184
14185  de la barra de herramientas o con el menú 
14186 \family sans
14187 Editar\SpecialChar menuseparator
14188 Estilo
14189 \begin_inset space ~
14190 \end_inset
14191
14192 del
14193 \begin_inset space ~
14194 \end_inset
14195
14196 texto\SpecialChar menuseparator
14197 Personalizado
14198 \family default
14199 .
14200  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
14201  Si el número de la ecuación debe tener otro color que el de los caracteres
14202  de la ecuación, el color debe cambiarse dentro de la ecuación.
14203 \end_layout
14204
14205 \begin_layout Standard
14206 Un ejemplo:
14207 \color red
14208
14209 \begin_inset Formula 
14210 \begin{equation}
14211 {\color{red}\int A=B}\label{eq:rojo}
14212 \end{equation}
14213
14214 \end_inset
14215
14216
14217 \color green
14218
14219 \begin_inset Formula 
14220 \begin{equation}
14221 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
14222 \end{equation}
14223
14224 \end_inset
14225
14226
14227 \end_layout
14228
14229 \begin_layout Standard
14230 La ecuación 
14231 \begin_inset CommandInset ref
14232 LatexCommand eqref
14233 reference "eq:rojo"
14234
14235 \end_inset
14236
14237  está toda coloreada en rojo.
14238 \begin_inset Newline newline
14239 \end_inset
14240
14241 La ecuación 
14242 \begin_inset CommandInset ref
14243 LatexCommand eqref
14244 reference "eq:rojoverde"
14245
14246 \end_inset
14247
14248  se ha coloreado en primer lugar toda en verde para colorear el número de
14249  la ecuación.
14250  Posteriormente se han coloreado en rojo los caracteres.
14251 \family sans
14252
14253 \begin_inset VSpace bigskip
14254 \end_inset
14255
14256
14257 \end_layout
14258
14259 \begin_layout Standard
14260 Para colorear diferente el borde y el marcose usa el comando 
14261 \series bold
14262
14263 \backslash
14264 fcolorbox
14265 \series default
14266
14267 \begin_inset Index idx
14268 status collapsed
14269
14270 \begin_layout Plain Layout
14271 Comandos ! F ! 
14272 \backslash
14273 fcolorbox
14274 \end_layout
14275
14276 \end_inset
14277
14278  con el siguiente esquema:
14279 \end_layout
14280
14281 \begin_layout Standard
14282
14283 \series bold
14284
14285 \backslash
14286 fcolorbox{color del borde}{color}{contenido del marco}
14287 \end_layout
14288
14289 \begin_layout Standard
14290 Así pues 
14291 \series bold
14292
14293 \backslash
14294 fcolorbox
14295 \series default
14296  es una extensión del comando 
14297 \series bold
14298
14299 \backslash
14300 colorbox
14301 \series default
14302 .
14303  La anchura del borde se establece, como para 
14304 \series bold
14305
14306 \backslash
14307 framebox
14308 \series default
14309 , con 
14310 \series bold
14311
14312 \backslash
14313 fboxrule
14314 \series default
14315  y 
14316 \series bold
14317
14318 \backslash
14319 fboxsep
14320 \series default
14321 .
14322  Un ejemplo:
14323 \begin_inset ERT
14324 status collapsed
14325
14326 \begin_layout Plain Layout
14327
14328
14329 \backslash
14330 fboxrule 1mm 
14331 \backslash
14332 fboxsep 1mm
14333 \end_layout
14334
14335 \end_inset
14336
14337
14338 \begin_inset Formula 
14339 \[
14340 \fcolorbox{cyan}{magenta}{A=B}
14341 \]
14342
14343 \end_inset
14344
14345
14346 \end_layout
14347
14348 \begin_layout Standard
14349 \begin_inset ERT
14350 status collapsed
14351
14352 \begin_layout Plain Layout
14353
14354
14355 \backslash
14356 fboxrule 0.4pt 
14357 \backslash
14358 fboxsep 3pt
14359 \end_layout
14360
14361 \end_inset
14362
14363
14364 \end_layout
14365
14366 \begin_layout Standard
14367 Esta ecuación se ha compuesto con el comando
14368 \begin_inset Newline newline
14369 \end_inset
14370
14371
14372 \series bold
14373
14374 \backslash
14375 fcolorbox{cyan
14376 \begin_inset Formula $\to$
14377 \end_inset
14378
14379
14380 \backslash
14381 {magenta
14382 \begin_inset Formula $\to$
14383 \end_inset
14384
14385
14386 \backslash
14387 {A=B
14388 \end_layout
14389
14390 \begin_layout Standard
14391 \begin_inset VSpace bigskip
14392 \end_inset
14393
14394
14395 \end_layout
14396
14397 \begin_layout Standard
14398 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14399 \end_layout
14400
14401 \begin_layout Standard
14402 Por ejemplo, se puede definir el color 
14403 \begin_inset Quotes fld
14404 \end_inset
14405
14406
14407 \series bold
14408 verdeoscuro
14409 \series default
14410
14411 \begin_inset Quotes frd
14412 \end_inset
14413
14414  con la línea de preámbulo \SpecialChar LaTeX
14415 :
14416 \end_layout
14417
14418 \begin_layout Standard
14419
14420 \series bold
14421
14422 \backslash
14423 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14424 \series default
14425
14426 \begin_inset Index idx
14427 status collapsed
14428
14429 \begin_layout Plain Layout
14430 Comandos ! D ! 
14431 \backslash
14432 definecolor
14433 \end_layout
14434
14435 \end_inset
14436
14437
14438 \end_layout
14439
14440 \begin_layout Standard
14441
14442 \series bold
14443 cmyk
14444 \series default
14445  es el espacio de color referido a los colores 
14446 \series bold
14447 cyan
14448 \series default
14449
14450 \series bold
14451 magenta
14452 \series default
14453
14454 \series bold
14455 yellow
14456 \series default
14457  y 
14458 \series bold
14459 black
14460 \series default
14461 .
14462  Los cuatro números separados por coma son el factor de cuota para los colores
14463  correspondientes del espacio de color.
14464  Los factores pueden estar en el rango 0-1.
14465  En vez de 
14466 \series bold
14467 cmyk
14468 \series default
14469  se puede usar el espacio de color 
14470 \series bold
14471 rgb
14472 \series default
14473 , que se refiere a 
14474 \series bold
14475 red
14476 \series default
14477
14478 \series bold
14479 green
14480 \series default
14481  y 
14482 \series bold
14483 blue
14484 \series default
14485 , así pues en este caso hay tres factores de cuota para los correspondientes
14486  colores.
14487  Además hay el espacio de color 
14488 \series bold
14489 gray
14490 \series default
14491  con un factor de cuota para el valor gris.
14492 \end_layout
14493
14494 \begin_layout Standard
14495 Como ejemplo he aquí un marco con el nuevo color definido 
14496 \series bold
14497 verdeoscuro
14498 \series default
14499  y los caracteres en color amarillo:
14500 \color black
14501
14502 \begin_inset Formula 
14503 \begin{equation}
14504 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
14505 \end{equation}
14506
14507 \end_inset
14508
14509
14510 \end_layout
14511
14512 \begin_layout Standard
14513 Los colores personalizados también se pueden usar para texto con la ayuda
14514  del comando 
14515 \series bold
14516
14517 \backslash
14518 textcolor
14519 \series default
14520
14521 \begin_inset Index idx
14522 status collapsed
14523
14524 \begin_layout Plain Layout
14525 Texto ! coloreado
14526 \end_layout
14527
14528 \end_inset
14529
14530
14531 \end_layout
14532
14533 \begin_layout Standard
14534 \begin_inset ERT
14535 status collapsed
14536
14537 \begin_layout Plain Layout
14538
14539
14540 \backslash
14541 textcolor{verdeoscuro}{
14542 \end_layout
14543
14544 \end_inset
14545
14546 Esta frase en 
14547 \begin_inset Quotes fld
14548 \end_inset
14549
14550 verdeoscuro
14551 \begin_inset Quotes frd
14552 \end_inset
14553
14554 .
14555 \begin_inset ERT
14556 status collapsed
14557
14558 \begin_layout Plain Layout
14559
14560 }
14561 \end_layout
14562
14563 \end_inset
14564
14565
14566 \end_layout
14567
14568 \begin_layout Standard
14569
14570 \series bold
14571
14572 \backslash
14573 textcolor
14574 \series default
14575
14576 \begin_inset Index idx
14577 status collapsed
14578
14579 \begin_layout Plain Layout
14580 Comandos ! T ! 
14581 \backslash
14582 textcolor
14583 \end_layout
14584
14585 \end_inset
14586
14587  se usa con el esquema 
14588 \series bold
14589
14590 \backslash
14591 textcolor{color}{caracteres a colorear}
14592 \series default
14593 .
14594 \end_layout
14595
14596 \begin_layout Subsection
14597 Marcos de párrafo
14598 \begin_inset CommandInset label
14599 LatexCommand label
14600 name "subsec:Marcos-de-párrafo"
14601
14602 \end_inset
14603
14604
14605 \begin_inset Index idx
14606 status collapsed
14607
14608 \begin_layout Plain Layout
14609 Marcos ! para párrafos
14610 \end_layout
14611
14612 \end_inset
14613
14614
14615 \end_layout
14616
14617 \begin_layout Standard
14618 Un marco que puede contener varias líneas y párrafos, denominado marco de
14619  párrafo (parbox), se puede generar con el menú 
14620 \family sans
14621 Insertar\SpecialChar menuseparator
14622 Marco
14623 \family default
14624  o con el botón 
14625 \begin_inset Info
14626 type  "icon"
14627 arg   "box-insert"
14628 \end_inset
14629
14630  de la barra de herramientas.
14631 \end_layout
14632
14633 \begin_layout Standard
14634 El siguiente ejemplo muestra un marco de párrafo en línea:
14635 \begin_inset VSpace medskip
14636 \end_inset
14637
14638 Esta línea contiene 
14639 \begin_inset Box Boxed
14640 position "c"
14641 hor_pos "c"
14642 has_inner_box 1
14643 inner_pos "c"
14644 use_parbox 1
14645 use_makebox 0
14646 width "5cm"
14647 special "none"
14648 height "1in"
14649 height_special "totalheight"
14650 thickness "0.4pt"
14651 separation "3pt"
14652 shadowsize "4pt"
14653 framecolor "black"
14654 backgroundcolor "none"
14655 status collapsed
14656
14657 \begin_layout Plain Layout
14658 Esto es un marco de párrafo.
14659  Tiene exactamente 5
14660 \begin_inset space \thinspace{}
14661 \end_inset
14662
14663 cm de largo y además puede contener ecuaciones: 
14664 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14665 \end_inset
14666
14667
14668 \end_layout
14669
14670 \end_inset
14671
14672
14673 \begin_inset space ~
14674 \end_inset
14675
14676  un marco de párrafo.
14677 \begin_inset VSpace medskip
14678 \end_inset
14679
14680 Ese marco se compone haciendo clic derecho sobre el rectángulo gris insertado.
14681  Surge un diálogo con las propiedades del marco.
14682  En este caso: 
14683 \emph on
14684 Decoración
14685 \emph default
14686 : Marco rectangular, 
14687 \emph on
14688 marco interior
14689 \emph default
14690 : Párrafo, 
14691 \emph on
14692 Ancho
14693 \emph default
14694 : 5
14695 \begin_inset space \thinspace{}
14696 \end_inset
14697
14698 cm, 
14699 \emph on
14700 Alineación Vertical
14701 \emph default
14702  
14703 \emph on
14704 marco
14705 \emph default
14706 : Medio.
14707 \end_layout
14708
14709 \begin_layout Standard
14710 \begin_inset VSpace medskip
14711 \end_inset
14712
14713 En \SpecialChar LaTeX
14714 , un marco de párrafo se inserta con el comando 
14715 \series bold
14716
14717 \backslash
14718 parbox
14719 \series default
14720
14721 \begin_inset Index idx
14722 status collapsed
14723
14724 \begin_layout Plain Layout
14725 Comandos ! P ! 
14726 \backslash
14727 parbox
14728 \end_layout
14729
14730 \end_inset
14731
14732  con el esquema siguiente:
14733 \end_layout
14734
14735 \begin_layout Standard
14736
14737 \series bold
14738
14739 \backslash
14740 parbox[posición]{anchura}{contenido}
14741 \end_layout
14742
14743 \begin_layout Standard
14744 Son posibles las posiciones 
14745 \emph on
14746 b
14747 \emph default
14748  y 
14749 \emph on
14750 t
14751 \emph default
14752
14753 \emph on
14754 b
14755 \emph default
14756  por 
14757 \begin_inset Quotes fld
14758 \end_inset
14759
14760 bottom
14761 \begin_inset Quotes frd
14762 \end_inset
14763
14764  (abajo), que alinea la última línea del marco con el texto de alrededor.
14765  Con 
14766 \emph on
14767 t
14768 \emph default
14769 , por 
14770 \begin_inset Quotes fld
14771 \end_inset
14772
14773 top
14774 \begin_inset Quotes frd
14775 \end_inset
14776
14777  (arriba), la alineación se hace con la primera línea.
14778  Si no se da posición, el marco se centrará verticalmente, véase la sección
14779  
14780 \emph on
14781 Marcos
14782 \emph default
14783  del manual 
14784 \emph on
14785 Objetos insertados
14786 \emph default
14787  para ejemplos.
14788 \end_layout
14789
14790 \begin_layout Standard
14791 \begin_inset VSpace bigskip
14792 \end_inset
14793
14794 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14795  ponerse en un marco de párrafo.
14796  Para ello se inserta el comando
14797 \begin_inset Newline newline
14798 \end_inset
14799
14800
14801 \series bold
14802
14803 \backslash
14804 fbox{
14805 \backslash
14806 parbox{
14807 \backslash
14808 linewidth-2
14809 \backslash
14810 fboxsep-2
14811 \backslash
14812 fboxrule}{
14813 \begin_inset Newline newline
14814 \end_inset
14815
14816
14817 \series default
14818 en modo \SpecialChar TeX
14819  delante de la ecuación.
14820  Aquí 
14821 \series bold
14822
14823 \backslash
14824 linewidth
14825 \series default
14826
14827 \begin_inset Index idx
14828 status collapsed
14829
14830 \begin_layout Plain Layout
14831 Comandos ! L ! 
14832 \backslash
14833 linewidth
14834 \begin_inset ERT
14835 status open
14836
14837 \begin_layout Plain Layout
14838
14839
14840 \backslash
14841 vspace{5mm}
14842 \end_layout
14843
14844 \end_inset
14845
14846
14847 \end_layout
14848
14849 \end_inset
14850
14851  es la anchura de línea establecida para el documento.
14852  Como el marco está por fuera del marco de párrafo, hay que restar de dicha
14853  anchura dos veces la separación del marco y el grosor.
14854  Como \SpecialChar LyX
14855  no lo hace automáticamente debido a un fallo,
14856 \begin_inset Foot
14857 status collapsed
14858
14859 \begin_layout Plain Layout
14860 \begin_inset CommandInset href
14861 LatexCommand href
14862 name "LyX-bug #4483"
14863 target "http://www.lyx.org/trac/ticket/4483"
14864
14865 \end_inset
14866
14867
14868 \end_layout
14869
14870 \end_inset
14871
14872  hay que usar modo \SpecialChar TeX
14873 .
14874  Para poder multiplicar y restar en los argumentos hay que cargar en el
14875  preámbulo \SpecialChar LaTeX
14876  el paquete \SpecialChar LaTeX
14877  
14878 \series bold
14879 calc
14880 \series default
14881 ,
14882 \begin_inset Foot
14883 status collapsed
14884
14885 \begin_layout Plain Layout
14886
14887 \series bold
14888 calc
14889 \series default
14890  es parte de toda instalación \SpecialChar LaTeX
14891  estándar.
14892 \end_layout
14893
14894 \end_inset
14895
14896
14897 \begin_inset Index idx
14898 status collapsed
14899
14900 \begin_layout Plain Layout
14901 Paquetes ! calc
14902 \end_layout
14903
14904 \end_inset
14905
14906  con la línea
14907 \end_layout
14908
14909 \begin_layout Standard
14910
14911 \series bold
14912
14913 \backslash
14914 usepackage{calc}
14915 \end_layout
14916
14917 \begin_layout Standard
14918 Detrás de la ecuación se cierran ambos marcos con 
14919 \series bold
14920 }}
14921 \series default
14922  en modo \SpecialChar TeX
14923 .
14924  Aquí hay un ejemplo:
14925 \begin_inset ERT
14926 status collapsed
14927
14928 \begin_layout Plain Layout
14929
14930
14931 \backslash
14932 fboxsep 5mm 
14933 \backslash
14934 fboxrule 5mm
14935 \end_layout
14936
14937 \end_inset
14938
14939
14940 \end_layout
14941
14942 \begin_layout Standard
14943 \begin_inset ERT
14944 status collapsed
14945
14946 \begin_layout Plain Layout
14947
14948
14949 \backslash
14950 fbox{
14951 \backslash
14952 parbox{
14953 \backslash
14954 linewidth-2
14955 \backslash
14956 fboxsep-2
14957 \backslash
14958 fboxrule}{
14959 \end_layout
14960
14961 \end_inset
14962
14963
14964 \begin_inset Formula 
14965 \begin{equation}
14966 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14967 \end{equation}
14968
14969 \end_inset
14970
14971
14972 \end_layout
14973
14974 \begin_layout Standard
14975 \begin_inset ERT
14976 status collapsed
14977
14978 \begin_layout Plain Layout
14979
14980 }}
14981 \end_layout
14982
14983 \end_inset
14984
14985
14986 \begin_inset ERT
14987 status collapsed
14988
14989 \begin_layout Plain Layout
14990
14991
14992 \backslash
14993 fboxrule 0.4pt 
14994 \backslash
14995 fboxsep 3pt
14996 \end_layout
14997
14998 \end_inset
14999
15000
15001 \end_layout
15002
15003 \begin_layout Standard
15004 \begin_inset VSpace medskip
15005 \end_inset
15006
15007
15008 \end_layout
15009
15010 \begin_layout Standard
15011 Como se ha usado el marco de párrafo como argumento de 
15012 \series bold
15013
15014 \backslash
15015 fbox
15016 \series default
15017 , en este caso no hay diferencia entre 
15018 \series bold
15019
15020 \backslash
15021 fbox
15022 \series default
15023  y 
15024 \series bold
15025
15026 \backslash
15027 boxed
15028 \series default
15029 .
15030  
15031 \end_layout
15032
15033 \begin_layout Standard
15034 \begin_inset VSpace bigskip
15035 \end_inset
15036
15037
15038 \end_layout
15039
15040 \begin_layout Standard
15041 Los marcos de párrafo son muy útiles para comentar ecuaciones directamente.
15042  Para hacerlo, se usa 
15043 \series bold
15044
15045 \backslash
15046 parbox
15047 \series default
15048  en combinación con el comando 
15049 \series bold
15050
15051 \backslash
15052 tag
15053 \series default
15054 .
15055  (Véase más sobre 
15056 \series bold
15057
15058 \backslash
15059 tag
15060 \series default
15061  en 
15062 \begin_inset CommandInset ref
15063 LatexCommand ref
15064 reference "subsec:Numeración-personalizada"
15065
15066 \end_inset
15067
15068 ).
15069 \end_layout
15070
15071 \begin_layout Standard
15072 Un ejemplo de ecuación comentada con 
15073 \series bold
15074
15075 \backslash
15076 parbox
15077 \series default
15078 :
15079 \end_layout
15080
15081 \begin_layout Standard
15082 \begin_inset ERT
15083 status collapsed
15084
15085 \begin_layout Plain Layout
15086
15087
15088 \backslash
15089 [5x-7b=3b
15090 \backslash
15091 tag*{
15092 \backslash
15093 parbox{5cm}{
15094 \end_layout
15095
15096 \end_inset
15097
15098 Esto es una descripción.
15099  Está claramente separada de la ecuación y es multilínea.
15100 \begin_inset ERT
15101 status collapsed
15102
15103 \begin_layout Plain Layout
15104
15105 }}
15106 \backslash
15107 ]
15108 \end_layout
15109
15110 \end_inset
15111
15112
15113 \end_layout
15114
15115 \begin_layout Standard
15116 Tales ecuaciones deben insertarse completamente en modo \SpecialChar TeX
15117  porque \SpecialChar LyX
15118  aún no
15119  soporta el comando 
15120 \series bold
15121
15122 \backslash
15123 parbox
15124 \series default
15125  en ecuaciones.
15126  La ecuación se compone con la siguiente secuencia de comandos:
15127 \end_layout
15128
15129 \begin_layout Standard
15130 El comando 
15131 \series bold
15132
15133 \backslash
15134 [5x-7b=3b
15135 \backslash
15136 tag*
15137 \backslash
15138 {
15139 \backslash
15140 parbox{5cm}{
15141 \series default
15142  se inserta en modo \SpecialChar TeX
15143 .
15144 \begin_inset Foot
15145 status collapsed
15146
15147 \begin_layout Plain Layout
15148 Si se usa el estilo de ecuación 
15149 \series bold
15150 Sangrado
15151 \series default
15152
15153 \series bold
15154
15155 \backslash
15156 tag*
15157 \backslash
15158
15159 \series default
15160  se puede reemplazar por 
15161 \series bold
15162
15163 \backslash
15164 hfill
15165 \series default
15166 .
15167  (Véanse los estilos de ecuación en 
15168 \begin_inset CommandInset ref
15169 LatexCommand ref
15170 reference "sec:Estilos-de-ecuación"
15171
15172 \end_inset
15173
15174 ).
15175 \end_layout
15176
15177 \end_inset
15178
15179  Después sigue la descripción en texto normal, y por último 
15180 \series bold
15181 }}
15182 \backslash
15183 ]
15184 \series default
15185  en modo \SpecialChar TeX
15186 .
15187  Aquí los comandos 
15188 \series bold
15189
15190 \backslash
15191 [
15192 \series default
15193  y 
15194 \series bold
15195
15196 \backslash
15197 ]
15198 \series default
15199  crean una ecuación presentada.
15200 \end_layout
15201
15202 \begin_layout Standard
15203 Las ventajas de 
15204 \series bold
15205
15206 \backslash
15207 parbox
15208 \series default
15209  pueden verse en este ejemplo que se ha 
15210 \begin_inset Quotes fld
15211 \end_inset
15212
15213 comentado
15214 \begin_inset Quotes frd
15215 \end_inset
15216
15217  usando el modo texto matemático:
15218 \begin_inset Formula 
15219 \[
15220 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
15221 \]
15222
15223 \end_inset
15224
15225
15226 \end_layout
15227
15228 \begin_layout Section
15229 Operadores
15230 \begin_inset Index idx
15231 status collapsed
15232
15233 \begin_layout Plain Layout
15234 Operadores
15235 \end_layout
15236
15237 \end_inset
15238
15239
15240 \end_layout
15241
15242 \begin_layout Subsection
15243 Operadores grandes
15244 \begin_inset CommandInset label
15245 LatexCommand label
15246 name "subsec:Operadores-grandes"
15247
15248 \end_inset
15249
15250
15251 \begin_inset Index idx
15252 status collapsed
15253
15254 \begin_layout Plain Layout
15255 Operadores ! grandes
15256 \end_layout
15257
15258 \end_inset
15259
15260
15261 \begin_inset Index idx
15262 status collapsed
15263
15264 \begin_layout Plain Layout
15265 Sumatorios
15266 \end_layout
15267
15268 \end_inset
15269
15270
15271 \begin_inset Index idx
15272 status collapsed
15273
15274 \begin_layout Plain Layout
15275 Integrales
15276 \end_layout
15277
15278 \end_inset
15279
15280
15281 \end_layout
15282
15283 \begin_layout Standard
15284 Para poder usar todos los comandos de integrales listados aquí, debe estar
15285  marcada la opción 
15286 \family sans
15287 Usar paquete esint automáticamente
15288 \family default
15289  en el apartado 
15290 \family sans
15291 Opciones de ecuación
15292 \family default
15293  de la configuración del documento.
15294  
15295 \end_layout
15296
15297 \begin_layout Standard
15298 \begin_inset space \hfill{}
15299 \end_inset
15300
15301
15302 \begin_inset Tabular
15303 <lyxtabular version="3" rows="11" columns="2">
15304 <features tabularvalignment="middle">
15305 <column alignment="center" valignment="top" width="0pt">
15306 <column alignment="center" valignment="top" width="0pt">
15307 <row>
15308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312 Comando
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321 Resultado
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 </row>
15327 <row>
15328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332
15333 \backslash
15334 int
15335 \begin_inset Index idx
15336 status collapsed
15337
15338 \begin_layout Plain Layout
15339 Comandos ! I ! 
15340 \backslash
15341 int
15342 \end_layout
15343
15344 \end_inset
15345
15346
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355 \begin_inset Formula $\int$
15356 \end_inset
15357
15358
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 </row>
15364 <row>
15365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Plain Layout
15369
15370 \backslash
15371 oint
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380 \begin_inset Formula $\oint$
15381 \end_inset
15382
15383
15384 \end_layout
15385
15386 \end_inset
15387 </cell>
15388 </row>
15389 <row>
15390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Plain Layout
15394
15395 \backslash
15396 ointctrclockwise
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Plain Layout
15405 \begin_inset Formula $\ointctrclockwise$
15406 \end_inset
15407
15408
15409 \end_layout
15410
15411 \end_inset
15412 </cell>
15413 </row>
15414 <row>
15415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419
15420 \backslash
15421 ointclockwise
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430 \begin_inset Formula $\ointclockwise$
15431 \end_inset
15432
15433
15434 \end_layout
15435
15436 \end_inset
15437 </cell>
15438 </row>
15439 <row>
15440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Plain Layout
15444
15445 \backslash
15446 sqint
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455 \begin_inset Formula $\sqint$
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 </row>
15464 <row>
15465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469
15470 \backslash
15471 fint
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480  
15481 \begin_inset Formula $\fint$
15482 \end_inset
15483
15484
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 </row>
15490 <row>
15491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15492 \begin_inset Text
15493
15494 \begin_layout Plain Layout
15495
15496 \backslash
15497 landupint
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506  
15507 \begin_inset Formula $\landupint$
15508 \end_inset
15509
15510
15511 \end_layout
15512
15513 \end_inset
15514 </cell>
15515 </row>
15516 <row>
15517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15518 \begin_inset Text
15519
15520 \begin_layout Plain Layout
15521
15522 \backslash
15523 landdownint
15524 \end_layout
15525
15526 \end_inset
15527 </cell>
15528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532  
15533 \begin_inset Formula $\landdownint$
15534 \end_inset
15535
15536
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 </row>
15542 <row>
15543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547
15548 \backslash
15549 bigcap
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558 \begin_inset Formula $\bigcap$
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 </row>
15567 <row>
15568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572
15573 \backslash
15574 bigcup
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583 \begin_inset Formula $\bigcup$
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 </row>
15592 </lyxtabular>
15593
15594 \end_inset
15595
15596
15597 \begin_inset space \hfill{}
15598 \end_inset
15599
15600
15601 \begin_inset Tabular
15602 <lyxtabular version="3" rows="11" columns="2">
15603 <features tabularvalignment="middle">
15604 <column alignment="center" valignment="top" width="0pt">
15605 <column alignment="center" valignment="top" width="0pt">
15606 <row>
15607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15608 \begin_inset Text
15609
15610 \begin_layout Plain Layout
15611 Comando
15612 \end_layout
15613
15614 \end_inset
15615 </cell>
15616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620 Resultado
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 </row>
15626 <row>
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631
15632 \backslash
15633 sum
15634 \begin_inset Index idx
15635 status collapsed
15636
15637 \begin_layout Plain Layout
15638 Comandos ! S ! 
15639 \backslash
15640 sum
15641 \end_layout
15642
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \end_inset
15649 </cell>
15650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15651 \begin_inset Text
15652
15653 \begin_layout Plain Layout
15654 \begin_inset Formula $\sum$
15655 \end_inset
15656
15657
15658 \end_layout
15659
15660 \end_inset
15661 </cell>
15662 </row>
15663 <row>
15664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668
15669 \backslash
15670 prod
15671 \begin_inset Index idx
15672 status collapsed
15673
15674 \begin_layout Plain Layout
15675 Comandos ! P ! 
15676 \backslash
15677 prod
15678 \end_layout
15679
15680 \end_inset
15681
15682
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691 \begin_inset Formula $\prod$
15692 \end_inset
15693
15694
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 </row>
15700 <row>
15701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705
15706 \backslash
15707 coprod
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Plain Layout
15716 \begin_inset Formula $\coprod$
15717 \end_inset
15718
15719
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 </row>
15725 <row>
15726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \backslash
15732 bigodot
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741 \begin_inset Formula $\bigodot$
15742 \end_inset
15743
15744
15745 \end_layout
15746
15747 \end_inset
15748 </cell>
15749 </row>
15750 <row>
15751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Plain Layout
15755
15756 \backslash
15757 bigotimes
15758 \end_layout
15759
15760 \end_inset
15761 </cell>
15762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766 \begin_inset Formula $\bigotimes$
15767 \end_inset
15768
15769
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 </row>
15775 <row>
15776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780
15781 \backslash
15782 bigoplus
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791 \begin_inset Formula $\bigoplus$
15792 \end_inset
15793
15794
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 </row>
15800 <row>
15801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805
15806 \backslash
15807 bigwedge
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816 \begin_inset Formula $\bigwedge$
15817 \end_inset
15818
15819
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 </row>
15825 <row>
15826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830
15831 \backslash
15832 bigvee
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841 \begin_inset Formula $\bigvee$
15842 \end_inset
15843
15844
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 </row>
15850 <row>
15851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855
15856 \backslash
15857 bigsqcup
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 \begin_inset Formula $\bigsqcup$
15867 \end_inset
15868
15869
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 </row>
15875 <row>
15876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880
15881 \backslash
15882 biguplus
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891 \begin_inset Formula $\biguplus$
15892 \end_inset
15893
15894
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 </row>
15900 </lyxtabular>
15901
15902 \end_inset
15903
15904
15905 \begin_inset space \hfill{}
15906 \end_inset
15907
15908
15909 \end_layout
15910
15911 \begin_layout Standard
15912 Todos los operadores grandes se pueden insertar con el botón 
15913 \begin_inset Info
15914 type  "icon"
15915 arg   "math-insert \\intop"
15916 \end_inset
15917
15918  de la barra de ecuaciones.
15919 \end_layout
15920
15921 \begin_layout Standard
15922 Estos operadores son llamados grandes porque son mayores que los operadores
15923  binarios de aspecto semejante.
15924  Todos los operadores grandes pueden tener límites, como se describe en
15925  la subsección siguiente.
15926 \end_layout
15927
15928 \begin_layout Standard
15929 Para todos los operadores de integral hay una segunda versión disponible,
15930  terminando en 
15931 \series bold
15932 op
15933 \series default
15934
15935 \series bold
15936
15937 \backslash
15938 intop
15939 \series default
15940
15941 \series bold
15942
15943 \backslash
15944 ointop
15945 \series default
15946  etc.
15947  Estos operadores difieren de 
15948 \series bold
15949
15950 \backslash
15951 int
15952 \series default
15953 , etc., en el estilo en que se presentan los límites, véase
15954 \series bold
15955  
15956 \series default
15957
15958 \begin_inset CommandInset ref
15959 LatexCommand ref
15960 reference "subsec:Límites-de-operadores"
15961
15962 \end_inset
15963
15964 .
15965 \end_layout
15966
15967 \begin_layout Subsubsection*
15968 Sugerencias para las integrales
15969 \end_layout
15970
15971 \begin_layout Standard
15972 La letra 
15973 \emph on
15974 d
15975 \emph default
15976  en una integral es un operador, por consiguiente debe escribirse en redonda.
15977  Esto se hace resaltando la 
15978 \emph on
15979 d
15980 \emph default
15981  y usando el atajo de teclado 
15982 \family sans
15983 Alt+C
15984 \begin_inset space ~
15985 \end_inset
15986
15987 R
15988 \family default
15989 .
15990 \begin_inset Foot
15991 status collapsed
15992
15993 \begin_layout Plain Layout
15994 véase estilos de letras en 
15995 \begin_inset CommandInset ref
15996 LatexCommand ref
15997 reference "subsec:Estilos-de-tipografías"
15998
15999 \end_inset
16000
16001  
16002 \end_layout
16003
16004 \end_inset
16005
16006  Delante de la 
16007 \emph on
16008 d
16009 \emph default
16010  se inserta un espacio delgado, como es habitual en los operadores.
16011  Un ejemplo:
16012 \end_layout
16013
16014 \begin_layout Standard
16015 incorrecto: 
16016 \begin_inset Formula $\int A(x)dx$
16017 \end_inset
16018
16019
16020 \begin_inset Newline newline
16021 \end_inset
16022
16023
16024 \begin_inset Phantom HPhantom
16025 status open
16026
16027 \begin_layout Plain Layout
16028 in
16029 \end_layout
16030
16031 \end_inset
16032
16033 correcto: 
16034 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
16035 \end_inset
16036
16037
16038 \end_layout
16039
16040 \begin_layout Standard
16041 Para integrales múltiples hay los siguientes comandos:
16042 \begin_inset VSpace medskip
16043 \end_inset
16044
16045
16046 \end_layout
16047
16048 \begin_layout Standard
16049 \begin_inset space \hfill{}
16050 \end_inset
16051
16052
16053 \begin_inset Tabular
16054 <lyxtabular version="3" rows="4" columns="2">
16055 <features tabularvalignment="middle">
16056 <column alignment="center" valignment="top">
16057 <column alignment="center" valignment="top">
16058 <row>
16059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063 Comando
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 Resultado
16073 \begin_inset Note Note
16074 status collapsed
16075
16076 \begin_layout Plain Layout
16077
16078 \series bold
16079
16080 \backslash
16081 raisebox
16082 \series default
16083  se usa sólo como espaciador
16084 \end_layout
16085
16086 \end_inset
16087
16088
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 </row>
16094 <row>
16095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Plain Layout
16099
16100 \backslash
16101 iint
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
16111 \end_inset
16112
16113
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 </row>
16119 <row>
16120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16121 \begin_inset Text
16122
16123 \begin_layout Plain Layout
16124
16125 \backslash
16126 oiint
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16136 \end_inset
16137
16138
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 </row>
16144 <row>
16145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Plain Layout
16149
16150 \backslash
16151 sqiint
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Plain Layout
16160 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16161 \end_inset
16162
16163
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 </row>
16169 </lyxtabular>
16170
16171 \end_inset
16172
16173
16174 \begin_inset space \hfill{}
16175 \end_inset
16176
16177
16178 \begin_inset Tabular
16179 <lyxtabular version="3" rows="4" columns="2">
16180 <features tabularvalignment="middle">
16181 <column alignment="center" valignment="top">
16182 <column alignment="center" valignment="top">
16183 <row>
16184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188 Comando
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 Resultado
16198 \begin_inset Note Note
16199 status collapsed
16200
16201 \begin_layout Plain Layout
16202
16203 \series bold
16204
16205 \backslash
16206 raisebox
16207 \series default
16208  se usa sólo como espaciador
16209 \end_layout
16210
16211 \end_inset
16212
16213
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 </row>
16219 <row>
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224
16225 \backslash
16226 iiint
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16236 \end_inset
16237
16238
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 </row>
16244 <row>
16245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249
16250 \backslash
16251 iiiint
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16261 \end_inset
16262
16263
16264 \end_layout
16265
16266 \end_inset
16267 </cell>
16268 </row>
16269 <row>
16270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274
16275 \backslash
16276 dotsint
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16282 \begin_inset Text
16283
16284 \begin_layout Plain Layout
16285 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16286 \end_inset
16287
16288
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 </row>
16294 </lyxtabular>
16295
16296 \end_inset
16297
16298
16299 \begin_inset space \hfill{}
16300 \end_inset
16301
16302
16303 \end_layout
16304
16305 \begin_layout Subsection
16306 Límites de operadores
16307 \begin_inset CommandInset label
16308 LatexCommand label
16309 name "subsec:Límites-de-operadores"
16310
16311 \end_inset
16312
16313
16314 \begin_inset Index idx
16315 status collapsed
16316
16317 \begin_layout Plain Layout
16318 Operadores ! límites de
16319 \end_layout
16320
16321 \end_inset
16322
16323
16324 \end_layout
16325
16326 \begin_layout Standard
16327 Los límites se crean mediante superíndices y subíndices:
16328 \begin_inset Separator parbreak
16329 \end_inset
16330
16331
16332 \end_layout
16333
16334 \begin_layout Standard
16335 \noindent
16336 \align center
16337 \begin_inset Tabular
16338 <lyxtabular version="3" rows="2" columns="2">
16339 <features tabularvalignment="middle">
16340 <column alignment="center" valignment="top">
16341 <column alignment="center" valignment="top">
16342 <row>
16343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347 Comando
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356 Resultado
16357 \begin_inset Note Note
16358 status collapsed
16359
16360 \begin_layout Plain Layout
16361
16362 \series bold
16363
16364 \backslash
16365 raisebox
16366 \series default
16367  se usa sólo como espaciador
16368 \end_layout
16369
16370 \end_inset
16371
16372
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 </row>
16378 <row>
16379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383
16384 \backslash
16385 prod^
16386 \backslash
16387 infty
16388 \begin_inset space \textvisiblespace{}
16389 \end_inset
16390
16391
16392 \begin_inset Formula $\to$
16393 \end_inset
16394
16395 _0
16396 \begin_inset Formula $\to$
16397 \end_inset
16398
16399 A(x)
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16409 \end_inset
16410
16411
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 </row>
16417 </lyxtabular>
16418
16419 \end_inset
16420
16421
16422 \end_layout
16423
16424 \begin_layout Standard
16425 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16426  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16427 \end_layout
16428
16429 \begin_layout Standard
16430 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16431  directamente detrás del operador y se elige 
16432 \series bold
16433 Alineado
16434 \series default
16435  en el menú 
16436 \family sans
16437 Editar\SpecialChar menuseparator
16438 Ecuación\SpecialChar menuseparator
16439 Cambiar tipo de límites
16440 \family default
16441  (atajo 
16442 \family sans
16443 Alt+M
16444 \begin_inset space ~
16445 \end_inset
16446
16447 L
16448 \family default
16449 ).
16450  Un ejemplo:
16451 \end_layout
16452
16453 \begin_layout Standard
16454 El tipo de límites por omisión es:
16455 \begin_inset Formula 
16456 \[
16457 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16458 \]
16459
16460 \end_inset
16461
16462
16463 \end_layout
16464
16465 \begin_layout Standard
16466 Así se ven si se cambia el tipo de límites a 
16467 \series bold
16468 Alineado
16469 \series default
16470 :
16471 \begin_inset Formula 
16472 \[
16473 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16474 \]
16475
16476 \end_inset
16477
16478
16479 \end_layout
16480
16481 \begin_layout Standard
16482 En integrales, excepto las que terminan en 
16483 \series bold
16484 op
16485 \series default
16486  como 
16487 \series bold
16488
16489 \backslash
16490 intop
16491 \series default
16492
16493 \series bold
16494
16495 \backslash
16496 ointop
16497 \series default
16498 , etc., los límites se colocan por omisión junto al operador.
16499  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16500  operador.
16501  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16502 \series bold
16503 Presentado
16504 \series default
16505  para poner el límite debajo:
16506 \begin_inset Formula 
16507 \begin{equation}
16508 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
16509 \end{equation}
16510
16511 \end_inset
16512
16513
16514 \begin_inset VSpace medskip
16515 \end_inset
16516
16517 Para especificar condiciones en los límites se usan los comandos 
16518 \series bold
16519
16520 \backslash
16521 subarray
16522 \series default
16523
16524 \begin_inset Index idx
16525 status collapsed
16526
16527 \begin_layout Plain Layout
16528 Comandos ! S ! 
16529 \backslash
16530 subarray
16531 \end_layout
16532
16533 \end_inset
16534
16535  y 
16536 \series bold
16537
16538 \backslash
16539 substack
16540 \series default
16541
16542 \begin_inset Index idx
16543 status collapsed
16544
16545 \begin_layout Plain Layout
16546 Comandos ! S ! 
16547 \backslash
16548 substack
16549 \end_layout
16550
16551 \end_inset
16552
16553 .
16554  Por ejemplo, para componer la expresión
16555 \begin_inset Formula 
16556 \begin{equation}
16557 \sum_{\begin{subarray}{c}
16558 0<k<1000\\
16559 \\
16560 k\,\in\,\mathbb{N}
16561 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16562 \end{equation}
16563
16564 \end_inset
16565
16566 se ha hecho lo siguiente: primero se escribe el comando 
16567 \series bold
16568
16569 \backslash
16570 sum^n
16571 \series default
16572
16573 \begin_inset space \textvisiblespace{}
16574 \end_inset
16575
16576
16577 \series bold
16578 _
16579 \series default
16580 .
16581  Ahora el cursor está en un marco azul bajo el operador sumatorio y ahí
16582  se inserta el comando 
16583 \series bold
16584
16585 \backslash
16586 subarray
16587 \series default
16588
16589 \begin_inset space \textvisiblespace{}
16590 \end_inset
16591
16592 .
16593  Ahora el marco azul está en un marco púrpura donde pueden escribirse líneas
16594  distintas.
16595  Cada línea nueva se crea con un salto de línea (
16596 \family sans
16597 Ctrl+Entrar
16598 \family default
16599 ).
16600  Si ahora se teclea en ella
16601 \begin_inset Newline newline
16602 \end_inset
16603
16604
16605 \series bold
16606 0<k<1000 Ctrl+Entrar
16607 \begin_inset Newline newline
16608 \end_inset
16609
16610
16611 \series default
16612 aparece debajo un nuevo marco para la línea nueva.
16613 \end_layout
16614
16615 \begin_layout Standard
16616 La alineación de las líneas puede cambiarse a la izquierda con la 
16617 \family sans
16618 barra de herramientas de cuadros
16619 \family default
16620  o con el menú 
16621 \family sans
16622 Editar\SpecialChar menuseparator
16623 Filas y columnas
16624 \family default
16625 .
16626  Para obtener alineación derecha se inserta 
16627 \series bold
16628
16629 \backslash
16630 hfill
16631 \series default
16632
16633 \begin_inset space \textvisiblespace{}
16634 \end_inset
16635
16636  al principio de la línea.
16637 \end_layout
16638
16639 \begin_layout Standard
16640 El comando 
16641 \series bold
16642
16643 \backslash
16644 substack
16645 \series default
16646  es equivalente a 
16647 \series bold
16648
16649 \backslash
16650 subarray
16651 \series default
16652  con la diferencia de que las líneas están siempre centradas.
16653 \begin_inset VSpace bigskip
16654 \end_inset
16655
16656
16657 \end_layout
16658
16659 \begin_layout Standard
16660 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16661  siguientes, como en la ecuación 
16662 \begin_inset CommandInset ref
16663 LatexCommand eqref
16664 reference "eq:substack"
16665
16666 \end_inset
16667
16668 , porque éstos se colocan junto a los límites.
16669  Para evitarlo se puede usar el comando 
16670 \series bold
16671
16672 \backslash
16673 smashoperator
16674 \series default
16675
16676 \begin_inset Index idx
16677 status collapsed
16678
16679 \begin_layout Plain Layout
16680 Comandos ! S ! 
16681 \backslash
16682 smashoperator
16683 \end_layout
16684
16685 \end_inset
16686
16687 .
16688  Para esto, en 
16689 \family sans
16690 Opciones
16691 \begin_inset space ~
16692 \end_inset
16693
16694 para
16695 \begin_inset space ~
16696 \end_inset
16697
16698 ecuaciones
16699 \family default
16700  de la configuración del documento debe estar marcado 
16701 \family sans
16702 Cargar
16703 \begin_inset space ~
16704 \end_inset
16705
16706 siempre
16707 \family default
16708  el paquete 
16709 \series bold
16710 mathtools
16711 \series default
16712
16713 \begin_inset Index idx
16714 status collapsed
16715
16716 \begin_layout Plain Layout
16717 Paquetes ! mathtools
16718 \end_layout
16719
16720 \end_inset
16721
16722  
16723 \series bold
16724
16725 \backslash
16726 smashoperator
16727 \series default
16728  establece el espacio junto al operador en 0
16729 \begin_inset space \thinspace{}
16730 \end_inset
16731
16732 pt.
16733 \begin_inset Newline newline
16734 \end_inset
16735
16736 Aplicado en la ecuación 
16737 \begin_inset CommandInset ref
16738 LatexCommand eqref
16739 reference "eq:substack"
16740
16741 \end_inset
16742
16743  se usa el comando
16744 \end_layout
16745
16746 \begin_layout Standard
16747
16748 \series bold
16749
16750 \backslash
16751 smashoperator{
16752 \end_layout
16753
16754 \begin_layout Standard
16755 e inserta el operador con sus límites entre las llaves.
16756  A continuación sigue el resto de la ecuación:
16757 \begin_inset Formula 
16758 \[
16759 \smashoperator{\sum_{\begin{subarray}{c}
16760 0<k<1000\\
16761 \\
16762 k\,\in\,\mathbb{N}
16763 \end{subarray}}^{n}}k^{-2}
16764 \]
16765
16766 \end_inset
16767
16768
16769 \end_layout
16770
16771 \begin_layout Standard
16772 Es posible establecer el espacio de 0
16773 \begin_inset space \thinspace{}
16774 \end_inset
16775
16776 pt en un solo lado de la expresión.
16777  Para eso escribe 
16778 \series bold
16779 [l]
16780 \series default
16781  o 
16782 \series bold
16783 [r]
16784 \series default
16785  entre 
16786 \series bold
16787
16788 \backslash
16789 smashoperator
16790 \series default
16791  y su llave.
16792  
16793 \series bold
16794 l
16795 \series default
16796  es para el lado izquierdo y 
16797 \series bold
16798 r
16799 \series default
16800  para el derecho.
16801  Un ejemplo de dichas posibilidades para 
16802 \series bold
16803
16804 \backslash
16805 smashoperator
16806 \series default
16807 :
16808 \end_layout
16809
16810 \begin_layout Standard
16811 \begin_inset Formula 
16812 \[
16813 Y\smashoperator{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[l]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[r]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}
16814 \]
16815
16816 \end_inset
16817
16818
16819 \end_layout
16820
16821 \begin_layout Standard
16822 \begin_inset VSpace bigskip
16823 \end_inset
16824
16825
16826 \end_layout
16827
16828 \begin_layout Standard
16829 Cuando hay varios operadores consecutivos con límites, éstos pueden resultar
16830  mal alineados en la salida, como se ve en este ejemplo:
16831 \begin_inset Formula 
16832 \[
16833 \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}
16834 \]
16835
16836 \end_inset
16837
16838 Para mejorar este aspecto, en 
16839 \family sans
16840 Opciones
16841 \begin_inset space ~
16842 \end_inset
16843
16844 para
16845 \begin_inset space ~
16846 \end_inset
16847
16848 ecuaciones
16849 \family default
16850  de la configuración del documento debe estar marcado 
16851 \family sans
16852 Cargar
16853 \begin_inset space ~
16854 \end_inset
16855
16856 siempre
16857 \family default
16858  el paquete 
16859 \series bold
16860 mathtools
16861 \series default
16862
16863 \begin_inset Index idx
16864 status collapsed
16865
16866 \begin_layout Plain Layout
16867 Paquetes ! mathtools
16868 \end_layout
16869
16870 \end_inset
16871
16872 .
16873  Después inserta en la ecuación el comando 
16874 \series bold
16875
16876 \backslash
16877 adjustlimits
16878 \series default
16879
16880 \begin_inset Index idx
16881 status collapsed
16882
16883 \begin_layout Plain Layout
16884 Comandos ! A ! 
16885 \backslash
16886 adjustlimits
16887 \end_layout
16888
16889 \end_inset
16890
16891  delante de cada operador.
16892  El ejemplo anterior tendrá ahora este aspecto:
16893 \begin_inset Formula 
16894 \[
16895 \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}
16896 \]
16897
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \begin_layout Standard
16904 \begin_inset VSpace bigskip
16905 \end_inset
16906
16907 Cómo utilizar un límite para varios operadores se describe en la 
16908 \begin_inset CommandInset ref
16909 LatexCommand ref
16910 reference "subsec:Operadores-de-usuario"
16911
16912 \end_inset
16913
16914 .
16915 \end_layout
16916
16917 \begin_layout Subsection
16918 Decoración para operadores
16919 \begin_inset Index idx
16920 status collapsed
16921
16922 \begin_layout Plain Layout
16923 Operadores ! Decoración
16924 \end_layout
16925
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \begin_layout Standard
16932 Con los comandos 
16933 \series bold
16934
16935 \backslash
16936 overset
16937 \series default
16938
16939 \begin_inset Index idx
16940 status collapsed
16941
16942 \begin_layout Plain Layout
16943 Comandos ! O ! 
16944 \backslash
16945 overset
16946 \end_layout
16947
16948 \end_inset
16949
16950  y 
16951 \series bold
16952
16953 \backslash
16954 underset
16955 \series default
16956
16957 \begin_inset Index idx
16958 status collapsed
16959
16960 \begin_layout Plain Layout
16961 Comandos ! U ! 
16962 \backslash
16963 underset
16964 \end_layout
16965
16966 \end_inset
16967
16968  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
16969  Con el comando 
16970 \series bold
16971
16972 \backslash
16973 sideset
16974 \series default
16975
16976 \begin_inset Index idx
16977 status collapsed
16978
16979 \begin_layout Plain Layout
16980 Comandos ! S ! 
16981 \backslash
16982 sideset
16983 \end_layout
16984
16985 \end_inset
16986
16987  se pueden poner caracteres delante y detrás de un operador grande.
16988 \end_layout
16989
16990 \begin_layout Standard
16991 Hay cuatro variantes de 
16992 \series bold
16993
16994 \backslash
16995 sideset
16996 \series default
16997 :
16998 \end_layout
16999
17000 \begin_layout Itemize
17001
17002 \series bold
17003
17004 \backslash
17005 sideset
17006 \series default
17007  para poner caracteres en las esquinas del operador
17008 \end_layout
17009
17010 \begin_layout Itemize
17011
17012 \series bold
17013
17014 \backslash
17015 sidesetn
17016 \series default
17017  para poner caracteres delante y/o detrás del operador (esta variante representa
17018  el comando original de \SpecialChar LaTeX
17019  
17020 \series bold
17021
17022 \backslash
17023 sideset
17024 \series default
17025 )
17026 \end_layout
17027
17028 \begin_layout Itemize
17029
17030 \series bold
17031
17032 \backslash
17033 sidesetl
17034 \series default
17035  para poner caracteres en las esquinas de la izquierda y/o detrás del operador
17036 \end_layout
17037
17038 \begin_layout Itemize
17039
17040 \series bold
17041
17042 \backslash
17043 sidesetr
17044 \series default
17045  para poner caracteres en las esquinas de la derecha y/o delante del operador
17046 \end_layout
17047
17048 \begin_layout Standard
17049 Por ejemplo, el comando 
17050 \series bold
17051
17052 \backslash
17053 sidesetn
17054 \begin_inset space \textvisiblespace{}
17055 \end_inset
17056
17057
17058 \backslash
17059 sum
17060 \begin_inset space \textvisiblespace{}
17061 \end_inset
17062
17063
17064 \begin_inset Formula $\to$
17065 \end_inset
17066
17067 '
17068 \begin_inset Formula $\to$
17069 \end_inset
17070
17071 _k=1
17072 \begin_inset space \textvisiblespace{}
17073 \end_inset
17074
17075
17076 \series default
17077 ^
17078 \series bold
17079 n
17080 \series default
17081  genera:
17082 \begin_inset Formula 
17083 \[
17084 \sideset{}{'}\sum_{k=1}^{n}
17085 \]
17086
17087 \end_inset
17088
17089
17090 \end_layout
17091
17092 \begin_layout Standard
17093 \begin_inset Note Greyedout
17094 status open
17095
17096 \begin_layout Plain Layout
17097
17098 \series bold
17099 Nota: 
17100 \backslash
17101 sideset
17102 \series default
17103  sólo se puede usar para decorar operadores grandes, no permite operadores
17104  binarios.
17105 \end_layout
17106
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \begin_layout Standard
17113 Con 
17114 \series bold
17115
17116 \backslash
17117 overset
17118 \series default
17119  y 
17120 \series bold
17121
17122 \backslash
17123 underset
17124 \series default
17125  también se pueden decorar símbolos y caracteres.
17126  Por ejemplo el comando 
17127 \series bold
17128
17129 \backslash
17130 overset
17131 \begin_inset space \textvisiblespace{}
17132 \end_inset
17133
17134
17135 \backslash
17136 maltese
17137 \begin_inset space \textvisiblespace{}
17138 \end_inset
17139
17140
17141 \series default
17142
17143 \begin_inset Formula $\uparrow$
17144 \end_inset
17145
17146
17147 \series bold
17148 a
17149 \series default
17150  genera:
17151 \begin_inset Formula 
17152 \[
17153 \overset{a}{\maltese}
17154 \]
17155
17156 \end_inset
17157
17158
17159 \end_layout
17160
17161 \begin_layout Standard
17162 \begin_inset Newpage newpage
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \begin_layout Subsection
17169 Operadores binarios
17170 \begin_inset CommandInset label
17171 LatexCommand label
17172 name "subsec:Operadores-binarios"
17173
17174 \end_inset
17175
17176
17177 \begin_inset Index idx
17178 status collapsed
17179
17180 \begin_layout Plain Layout
17181 Operadores ! binarios
17182 \end_layout
17183
17184 \end_inset
17185
17186
17187 \end_layout
17188
17189 \begin_layout Standard
17190 Los operadores binarios se rodean por espacios si llevan un carácter delante
17191  o detrás.
17192 \begin_inset VSpace medskip
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \begin_layout Standard
17199 \begin_inset space \hfill{}
17200 \end_inset
17201
17202
17203 \begin_inset Tabular
17204 <lyxtabular version="3" rows="13" columns="2">
17205 <features tabularvalignment="middle">
17206 <column alignment="center" valignment="top" width="0pt">
17207 <column alignment="center" valignment="top" width="0pt">
17208 <row>
17209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213 Comando
17214 \begin_inset Note Note
17215 status collapsed
17216
17217 \begin_layout Plain Layout
17218
17219 \series bold
17220
17221 \backslash
17222 raisebox
17223 \series default
17224  se usa sólo como espaciador
17225 \end_layout
17226
17227 \end_inset
17228
17229
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238 Operador
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 </row>
17244 <row>
17245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249 +
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258 \begin_inset Formula $+$
17259 \end_inset
17260
17261
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 </row>
17267 <row>
17268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17269 \begin_inset Text
17270
17271 \begin_layout Plain Layout
17272 -
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281 \begin_inset Formula $-$
17282 \end_inset
17283
17284
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 </row>
17290 <row>
17291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295
17296 \backslash
17297 pm
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306 \begin_inset Formula $\pm$
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 </row>
17315 <row>
17316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320
17321 \backslash
17322 mp
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331 \begin_inset Formula $\mp$
17332 \end_inset
17333
17334
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 </row>
17340 <row>
17341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345
17346 \backslash
17347 cdot
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356 \begin_inset Formula $\cdot$
17357 \end_inset
17358
17359
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 </row>
17365 <row>
17366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370
17371 \backslash
17372 times
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381 \begin_inset Formula $\times$
17382 \end_inset
17383
17384
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 </row>
17390 <row>
17391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395
17396 \backslash
17397 div
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406 \begin_inset Formula $\div$
17407 \end_inset
17408
17409
17410 \end_layout
17411
17412 \end_inset
17413 </cell>
17414 </row>
17415 <row>
17416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Plain Layout
17420 \begin_inset ERT
17421 status collapsed
17422
17423 \begin_layout Plain Layout
17424
17425
17426 \backslash
17427 raisebox{-1.2mm}{
17428 \end_layout
17429
17430 \end_inset
17431
17432 *
17433 \begin_inset ERT
17434 status collapsed
17435
17436 \begin_layout Plain Layout
17437
17438 }
17439 \end_layout
17440
17441 \end_inset
17442
17443
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Plain Layout
17452 \begin_inset Formula $*$
17453 \end_inset
17454
17455
17456 \end_layout
17457
17458 \end_inset
17459 </cell>
17460 </row>
17461 <row>
17462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17463 \begin_inset Text
17464
17465 \begin_layout Plain Layout
17466
17467 \backslash
17468 star
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477 \begin_inset Formula $\star$
17478 \end_inset
17479
17480
17481 \end_layout
17482
17483 \end_inset
17484 </cell>
17485 </row>
17486 <row>
17487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17488 \begin_inset Text
17489
17490 \begin_layout Plain Layout
17491
17492 \backslash
17493 circ
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502 \begin_inset Formula $\circ$
17503 \end_inset
17504
17505
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 </row>
17511 <row>
17512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516
17517 \backslash
17518 diamond
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527 \begin_inset Formula $\diamond$
17528 \end_inset
17529
17530
17531 \end_layout
17532
17533 \end_inset
17534 </cell>
17535 </row>
17536 <row>
17537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541
17542 \backslash
17543 bullet
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Plain Layout
17552 \begin_inset Formula $\bullet$
17553 \end_inset
17554
17555
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 </row>
17561 </lyxtabular>
17562
17563 \end_inset
17564
17565
17566 \begin_inset space \hfill{}
17567 \end_inset
17568
17569
17570 \begin_inset Tabular
17571 <lyxtabular version="3" rows="13" columns="2">
17572 <features tabularvalignment="middle">
17573 <column alignment="center" valignment="top" width="0pt">
17574 <column alignment="center" valignment="top" width="0pt">
17575 <row>
17576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 Comando
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589 Operador
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 </row>
17595 <row>
17596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600
17601 \backslash
17602 nabla
17603 \end_layout
17604
17605 \end_inset
17606 </cell>
17607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Plain Layout
17611 \begin_inset Formula $\nabla$
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \end_inset
17618 </cell>
17619 </row>
17620 <row>
17621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625
17626 \backslash
17627 bigtriangledown
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Plain Layout
17636 \begin_inset Formula $\bigtriangledown$
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 </row>
17645 <row>
17646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17647 \begin_inset Text
17648
17649 \begin_layout Plain Layout
17650
17651 \backslash
17652 bigtriangleup
17653 \end_layout
17654
17655 \end_inset
17656 </cell>
17657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661 \begin_inset Formula $\bigtriangleup$
17662 \end_inset
17663
17664
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 </row>
17670 <row>
17671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675
17676 \backslash
17677 Box
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686 \begin_inset Formula $\Box$
17687 \end_inset
17688
17689
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 </row>
17695 <row>
17696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700
17701 \backslash
17702 cap 
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711 \begin_inset Formula $\cap$
17712 \end_inset
17713
17714
17715 \end_layout
17716
17717 \end_inset
17718 </cell>
17719 </row>
17720 <row>
17721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17722 \begin_inset Text
17723
17724 \begin_layout Plain Layout
17725
17726 \backslash
17727 cup
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736 \begin_inset Formula $\cup$
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 </row>
17745 <row>
17746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750
17751 \backslash
17752 dagger
17753 \end_layout
17754
17755 \end_inset
17756 </cell>
17757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761 \begin_inset Formula $\dagger$
17762 \end_inset
17763
17764
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 </row>
17770 <row>
17771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17772 \begin_inset Text
17773
17774 \begin_layout Plain Layout
17775
17776 \backslash
17777 ddagger
17778 \end_layout
17779
17780 \end_inset
17781 </cell>
17782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786 \begin_inset Formula $\ddagger$
17787 \end_inset
17788
17789
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 </row>
17795 <row>
17796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800
17801 \backslash
17802 wr
17803 \end_layout
17804
17805 \end_inset
17806 </cell>
17807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17808 \begin_inset Text
17809
17810 \begin_layout Plain Layout
17811 \begin_inset Formula $\wr$
17812 \end_inset
17813
17814
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 </row>
17820 <row>
17821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17822 \begin_inset Text
17823
17824 \begin_layout Plain Layout
17825
17826 \backslash
17827 bigcirc
17828 \end_layout
17829
17830 \end_inset
17831 </cell>
17832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17833 \begin_inset Text
17834
17835 \begin_layout Plain Layout
17836 \begin_inset Formula $\bigcirc$
17837 \end_inset
17838
17839
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 </row>
17845 <row>
17846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850
17851 \backslash
17852 wedge
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Plain Layout
17861 \begin_inset Formula $\wedge$
17862 \end_inset
17863
17864
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 </row>
17870 <row>
17871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17872 \begin_inset Text
17873
17874 \begin_layout Plain Layout
17875
17876 \backslash
17877 vee
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886 \begin_inset Formula $\vee$
17887 \end_inset
17888
17889
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 </row>
17895 </lyxtabular>
17896
17897 \end_inset
17898
17899
17900 \begin_inset space \hfill{}
17901 \end_inset
17902
17903
17904 \begin_inset Tabular
17905 <lyxtabular version="3" rows="13" columns="2">
17906 <features tabularvalignment="middle">
17907 <column alignment="center" valignment="top" width="0pt">
17908 <column alignment="center" valignment="top" width="0pt">
17909 <row>
17910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914 Comando
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17920 \begin_inset Text
17921
17922 \begin_layout Plain Layout
17923 Operador
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 </row>
17929 <row>
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934
17935 \backslash
17936 oplus
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945 \begin_inset Formula $\oplus$
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \end_inset
17952 </cell>
17953 </row>
17954 <row>
17955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959
17960 \backslash
17961 ominus
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970 \begin_inset Formula $\ominus$
17971 \end_inset
17972
17973
17974 \end_layout
17975
17976 \end_inset
17977 </cell>
17978 </row>
17979 <row>
17980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17981 \begin_inset Text
17982
17983 \begin_layout Plain Layout
17984
17985 \backslash
17986 otimes
17987 \end_layout
17988
17989 \end_inset
17990 </cell>
17991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17992 \begin_inset Text
17993
17994 \begin_layout Plain Layout
17995 \begin_inset Formula $\otimes$
17996 \end_inset
17997
17998
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 </row>
18004 <row>
18005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009
18010 \backslash
18011 oslash
18012 \end_layout
18013
18014 \end_inset
18015 </cell>
18016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18017 \begin_inset Text
18018
18019 \begin_layout Plain Layout
18020 \begin_inset Formula $\oslash$
18021 \end_inset
18022
18023
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 </row>
18029 <row>
18030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18031 \begin_inset Text
18032
18033 \begin_layout Plain Layout
18034
18035 \backslash
18036 odot
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18042 \begin_inset Text
18043
18044 \begin_layout Plain Layout
18045 \begin_inset Formula $\odot$
18046 \end_inset
18047
18048
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 </row>
18054 <row>
18055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059
18060 \backslash
18061 amalg
18062 \end_layout
18063
18064 \end_inset
18065 </cell>
18066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070 \begin_inset Formula $\amalg$
18071 \end_inset
18072
18073
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 </row>
18079 <row>
18080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084
18085 \backslash
18086 uplus
18087 \end_layout
18088
18089 \end_inset
18090 </cell>
18091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095 \begin_inset Formula $\uplus$
18096 \end_inset
18097
18098
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 </row>
18104 <row>
18105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109
18110 \backslash
18111 setminus
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120 \begin_inset Formula $\setminus$
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 </row>
18129 <row>
18130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134
18135 \backslash
18136 sqcap
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145 \begin_inset Formula $\sqcap$
18146 \end_inset
18147
18148
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 </row>
18154 <row>
18155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159
18160 \backslash
18161 sqcup
18162 \end_layout
18163
18164 \end_inset
18165 </cell>
18166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170 \begin_inset Formula $\sqcup$
18171 \end_inset
18172
18173
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 </row>
18179 <row>
18180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184
18185 \backslash
18186 triangleleft
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195 \begin_inset Formula $\triangleleft$
18196 \end_inset
18197
18198
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 </row>
18204 <row>
18205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209
18210 \backslash
18211 triangleright
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220 \begin_inset Formula $\triangleright$
18221 \end_inset
18222
18223
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 </row>
18229 </lyxtabular>
18230
18231 \end_inset
18232
18233
18234 \begin_inset space \hfill{}
18235 \end_inset
18236
18237
18238 \end_layout
18239
18240 \begin_layout Standard
18241 Todos los operadores binarios se pueden insertar también con el botón 
18242 \begin_inset Info
18243 type  "icon"
18244 arg   "math-insert \\pm"
18245 \end_inset
18246
18247  de la barra de ecuaciones.
18248 \end_layout
18249
18250 \begin_layout Standard
18251 Para imprimir el operador Laplace se pueden usar 
18252 \series bold
18253
18254 \backslash
18255 Delta
18256 \series default
18257  o 
18258 \series bold
18259
18260 \backslash
18261 nabla
18262 \series default
18263 ^
18264 \series bold
18265 2
18266 \series default
18267  (
18268 \begin_inset Formula $\nabla^{2}$
18269 \end_inset
18270
18271 ) en vez de 
18272 \series bold
18273
18274 \backslash
18275 bigtriangleup
18276 \series default
18277 .
18278 \end_layout
18279
18280 \begin_layout Standard
18281 El carácter 
18282 \family sans
18283 Separador de menú
18284 \family default
18285  del menú 
18286 \family sans
18287 Insertar\SpecialChar menuseparator
18288 Carácter especial
18289 \family default
18290  es el operador 
18291 \series bold
18292
18293 \backslash
18294 triangleright
18295 \series default
18296 .
18297 \end_layout
18298
18299 \begin_layout Subsection
18300 Operadores definidos por el usuario
18301 \begin_inset CommandInset label
18302 LatexCommand label
18303 name "subsec:Operadores-de-usuario"
18304
18305 \end_inset
18306
18307
18308 \begin_inset Index idx
18309 status collapsed
18310
18311 \begin_layout Plain Layout
18312 Operadores ! personalizados
18313 \end_layout
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Standard
18321 Con ayuda del comando 
18322 \series bold
18323
18324 \backslash
18325 DeclareMathOperator
18326 \series default
18327
18328 \begin_inset Index idx
18329 status collapsed
18330
18331 \begin_layout Plain Layout
18332 Comandos ! D ! 
18333 \backslash
18334 dbinom@
18335 \backslash
18336 DeclareMathOperator
18337 \end_layout
18338
18339 \end_inset
18340
18341  se pueden definir operadores personalizados en el preámbulo \SpecialChar LaTeX
18342 .
18343  Su esquema es:
18344 \end_layout
18345
18346 \begin_layout Standard
18347
18348 \series bold
18349
18350 \backslash
18351 DeclareMathOperator{comando nuevo}{presentación}
18352 \end_layout
18353
18354 \begin_layout Standard
18355 Presentación puede ser un carácter o símbolo que define el aspecto del operador
18356  en la salida.
18357  Para definir un operador grande hay que añadirle un * detrás.
18358  Todos los operadores grandes personalizados pueden tener límites como se
18359  describe en 
18360 \begin_inset CommandInset ref
18361 LatexCommand ref
18362 reference "subsec:Límites-de-operadores"
18363
18364 \end_inset
18365
18366 .
18367 \end_layout
18368
18369 \begin_layout Standard
18370 Por ejemplo, la línea en el preámbulo \SpecialChar LaTeX
18371
18372 \end_layout
18373
18374 \begin_layout Standard
18375
18376 \series bold
18377
18378 \backslash
18379 DeclareMathOperator*{
18380 \backslash
18381 Lozenge}{
18382 \backslash
18383 blacklozenge}
18384 \end_layout
18385
18386 \begin_layout Standard
18387 define el comando 
18388 \series bold
18389
18390 \backslash
18391 Lozenge
18392 \series default
18393 , que inserta un operador grande que es el símbolo blacklozenge de la 
18394 \begin_inset CommandInset ref
18395 LatexCommand ref
18396 reference "subsec:Símbolos-misceláneos"
18397
18398 \end_inset
18399
18400 .
18401 \begin_inset Formula 
18402 \[
18403 \Lozenge_{n=1}^{\infty}
18404 \]
18405
18406 \end_inset
18407
18408 El comando para esta expresión es: 
18409 \series bold
18410
18411 \backslash
18412 Lozenge^
18413 \backslash
18414 infty
18415 \begin_inset Formula $\rightarrow$
18416 \end_inset
18417
18418 _n=1
18419 \begin_inset VSpace bigskip
18420 \end_inset
18421
18422
18423 \end_layout
18424
18425 \begin_layout Standard
18426 Si los operadores personalizados no se van a usar varias veces en el documento,
18427  se pueden también definir con los comandos 
18428 \series bold
18429
18430 \backslash
18431 mathop
18432 \series default
18433
18434 \begin_inset Index idx
18435 status collapsed
18436
18437 \begin_layout Plain Layout
18438 Comandos ! M ! 
18439 \backslash
18440 mathop
18441 \end_layout
18442
18443 \end_inset
18444
18445  y 
18446 \series bold
18447
18448 \backslash
18449 mathbin
18450 \series default
18451
18452 \begin_inset Index idx
18453 status collapsed
18454
18455 \begin_layout Plain Layout
18456 Comandos ! M ! 
18457 \backslash
18458 mathbin
18459 \end_layout
18460
18461 \end_inset
18462
18463 , con el siguiente esquema:
18464 \end_layout
18465
18466 \begin_layout Standard
18467
18468 \series bold
18469
18470 \backslash
18471 mathop{presentación}
18472 \series default
18473  y 
18474 \series bold
18475
18476 \backslash
18477 mathbin{presentación}
18478 \end_layout
18479
18480 \begin_layout Standard
18481
18482 \series bold
18483
18484 \backslash
18485 mathop
18486 \series default
18487  define operadores grandes, 
18488 \series bold
18489
18490 \backslash
18491 mathbin
18492 \series default
18493  operadores binarios.
18494 \end_layout
18495
18496 \begin_layout Standard
18497
18498 \series bold
18499
18500 \backslash
18501 mathop
18502 \series default
18503  se puede usar, p.e., para poner un límite a varios operadores:
18504 \begin_inset Formula 
18505 \[
18506 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18507 \]
18508
18509 \end_inset
18510
18511
18512 \end_layout
18513
18514 \begin_layout Standard
18515 El comando para la expresión anterior es:
18516 \begin_inset Newline newline
18517 \end_inset
18518
18519
18520 \series bold
18521
18522 \backslash
18523 mathop{
18524 \backslash
18525 sum
18526 \backslash
18527 negmedspace
18528 \backslash
18529 sum
18530 \series default
18531
18532 \begin_inset space \textvisiblespace{}
18533 \end_inset
18534
18535
18536 \series bold
18537
18538 \begin_inset Formula $\to$
18539 \end_inset
18540
18541 ^N
18542 \series default
18543
18544 \begin_inset space \textvisiblespace{}
18545 \end_inset
18546
18547
18548 \series bold
18549 _i,j=1
18550 \end_layout
18551
18552 \begin_layout Section
18553 Tipografías
18554 \begin_inset Index idx
18555 status collapsed
18556
18557 \begin_layout Plain Layout
18558 Tipografías
18559 \end_layout
18560
18561 \end_inset
18562
18563
18564 \end_layout
18565
18566 \begin_layout Subsection
18567 Estilos de tipografías
18568 \begin_inset CommandInset label
18569 LatexCommand label
18570 name "subsec:Estilos-de-tipografías"
18571
18572 \end_inset
18573
18574
18575 \begin_inset Index idx
18576 status collapsed
18577
18578 \begin_layout Plain Layout
18579 Tipografías ! estilos de
18580 \end_layout
18581
18582 \end_inset
18583
18584
18585 \end_layout
18586
18587 \begin_layout Standard
18588 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
18589  estilos:
18590 \end_layout
18591
18592 \begin_layout Standard
18593 \align center
18594 \begin_inset space \hfill{}
18595 \end_inset
18596
18597
18598 \begin_inset Tabular
18599 <lyxtabular version="3" rows="6" columns="2">
18600 <features tabularvalignment="middle">
18601 <column alignment="center" valignment="top">
18602 <column alignment="center" valignment="top">
18603 <row>
18604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608 Comando
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617 Resultado
18618 \end_layout
18619
18620 \end_inset
18621 </cell>
18622 </row>
18623 <row>
18624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628
18629 \backslash
18630 mathbb
18631 \series bold
18632
18633 \begin_inset space \textvisiblespace{}
18634 \end_inset
18635
18636
18637 \series default
18638 ABC
18639 \end_layout
18640
18641 \end_inset
18642 </cell>
18643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18644 \begin_inset Text
18645
18646 \begin_layout Plain Layout
18647 \begin_inset Formula $\mathbb{ABC}$
18648 \end_inset
18649
18650
18651 \end_layout
18652
18653 \end_inset
18654 </cell>
18655 </row>
18656 <row>
18657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661
18662 \backslash
18663 mathbf
18664 \series bold
18665
18666 \begin_inset space \textvisiblespace{}
18667 \end_inset
18668
18669
18670 \series default
18671 AbC
18672 \end_layout
18673
18674 \end_inset
18675 </cell>
18676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18677 \begin_inset Text
18678
18679 \begin_layout Plain Layout
18680 \begin_inset Formula $\mathbf{AbC}$
18681 \end_inset
18682
18683
18684 \end_layout
18685
18686 \end_inset
18687 </cell>
18688 </row>
18689 <row>
18690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694
18695 \backslash
18696 boldsymbol
18697 \series bold
18698
18699 \begin_inset space \textvisiblespace{}
18700 \end_inset
18701
18702
18703 \series default
18704 AbC
18705 \end_layout
18706
18707 \end_inset
18708 </cell>
18709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18710 \begin_inset Text
18711
18712 \begin_layout Plain Layout
18713 \begin_inset Formula $\boldsymbol{AbC}$
18714 \end_inset
18715
18716
18717 \end_layout
18718
18719 \end_inset
18720 </cell>
18721 </row>
18722 <row>
18723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18724 \begin_inset Text
18725
18726 \begin_layout Plain Layout
18727
18728 \backslash
18729 mathcal
18730 \series bold
18731
18732 \begin_inset space \textvisiblespace{}
18733 \end_inset
18734
18735
18736 \series default
18737 ABC
18738 \end_layout
18739
18740 \end_inset
18741 </cell>
18742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18743 \begin_inset Text
18744
18745 \begin_layout Plain Layout
18746 \begin_inset Formula $\mathcal{ABC}$
18747 \end_inset
18748
18749
18750 \end_layout
18751
18752 \end_inset
18753 </cell>
18754 </row>
18755 <row>
18756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18757 \begin_inset Text
18758
18759 \begin_layout Plain Layout
18760
18761 \backslash
18762 mathfrak
18763 \series bold
18764
18765 \begin_inset space \textvisiblespace{}
18766 \end_inset
18767
18768
18769 \series default
18770 AbC
18771 \end_layout
18772
18773 \end_inset
18774 </cell>
18775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779 \begin_inset Formula $\mathfrak{AbC}$
18780 \end_inset
18781
18782
18783 \end_layout
18784
18785 \end_inset
18786 </cell>
18787 </row>
18788 </lyxtabular>
18789
18790 \end_inset
18791
18792
18793 \begin_inset space \hfill{}
18794 \end_inset
18795
18796
18797 \begin_inset Tabular
18798 <lyxtabular version="3" rows="6" columns="2">
18799 <features tabularvalignment="middle">
18800 <column alignment="center" valignment="top">
18801 <column alignment="center" valignment="top">
18802 <row>
18803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807 Comando
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18813 \begin_inset Text
18814
18815 \begin_layout Plain Layout
18816 Resultado
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 </row>
18822 <row>
18823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18824 \begin_inset Text
18825
18826 \begin_layout Plain Layout
18827
18828 \backslash
18829 mathit
18830 \series bold
18831
18832 \begin_inset space \textvisiblespace{}
18833 \end_inset
18834
18835
18836 \series default
18837 AbC
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846 \begin_inset Formula $\mathit{AbC}$
18847 \end_inset
18848
18849
18850 \end_layout
18851
18852 \end_inset
18853 </cell>
18854 </row>
18855 <row>
18856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860
18861 \backslash
18862 mathrm
18863 \series bold
18864
18865 \begin_inset space \textvisiblespace{}
18866 \end_inset
18867
18868
18869 \series default
18870 AbC
18871 \end_layout
18872
18873 \end_inset
18874 </cell>
18875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18876 \begin_inset Text
18877
18878 \begin_layout Plain Layout
18879 \begin_inset Formula $\mathrm{AbC}$
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 </row>
18888 <row>
18889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893
18894 \backslash
18895 mathsf
18896 \series bold
18897
18898 \begin_inset space \textvisiblespace{}
18899 \end_inset
18900
18901
18902 \series default
18903 AbC
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912 \begin_inset Formula $\mathsf{AbC}$
18913 \end_inset
18914
18915
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 </row>
18921 <row>
18922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18923 \begin_inset Text
18924
18925 \begin_layout Plain Layout
18926
18927 \backslash
18928 mathtt
18929 \series bold
18930
18931 \begin_inset space \textvisiblespace{}
18932 \end_inset
18933
18934
18935 \series default
18936 AbC
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945 \begin_inset Formula $\mathtt{AbC}$
18946 \end_inset
18947
18948
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 </row>
18954 <row>
18955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959
18960 \backslash
18961 mathscr
18962 \series bold
18963
18964 \begin_inset space \textvisiblespace{}
18965 \end_inset
18966
18967
18968 \series default
18969 ABC
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978 \begin_inset Formula $\mathscr{ABC}$
18979 \end_inset
18980
18981
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 </row>
18987 </lyxtabular>
18988
18989 \end_inset
18990
18991
18992 \begin_inset space \hfill{}
18993 \end_inset
18994
18995
18996 \end_layout
18997
18998 \begin_layout Standard
18999 \begin_inset Note Greyedout
19000 status open
19001
19002 \begin_layout Plain Layout
19003
19004 \series bold
19005 Nota
19006 \series default
19007 : Los estilos 
19008 \series bold
19009
19010 \backslash
19011 mathbb
19012 \series default
19013
19014 \series bold
19015
19016 \backslash
19017 mathcal
19018 \series default
19019  y 
19020 \series bold
19021
19022 \backslash
19023 mathscr
19024 \series default
19025  sólo se aplican a letras mayúsculas.
19026 \end_layout
19027
19028 \end_inset
19029
19030
19031 \end_layout
19032
19033 \begin_layout Standard
19034 El estilo predeterminado es 
19035 \series bold
19036
19037 \backslash
19038 mathnormal
19039 \series default
19040 .
19041 \end_layout
19042
19043 \begin_layout Standard
19044 Los comandos de estilo funcionan también en estructuras matemáticas:
19045 \begin_inset Formula 
19046 \[
19047 \mathfrak{A=\frac{b}{C}}
19048 \]
19049
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \begin_layout Standard
19056 Los caracteres en texto matemático no aparecen en un estilo tipográfico
19057  de ecuaciones sino en el estilo tipográfico de texto 
19058 \series bold
19059
19060 \backslash
19061 textrm
19062 \series default
19063 .
19064  Este estilo no se puede poner correctamente con el diálogo de estilo de
19065  texto por un fallo de \SpecialChar LyX
19066 .
19067 \begin_inset Foot
19068 status collapsed
19069
19070 \begin_layout Plain Layout
19071 \begin_inset CommandInset href
19072 LatexCommand href
19073 name "LyX-bug #4629"
19074 target "http://www.lyx.org/trac/ticket/4629"
19075
19076 \end_inset
19077
19078
19079 \end_layout
19080
19081 \end_inset
19082
19083
19084 \end_layout
19085
19086 \begin_layout Standard
19087 En vez de comandos se puede usar el menú 
19088 \family sans
19089 Editar\SpecialChar menuseparator
19090 Ecuación\SpecialChar menuseparator
19091 Estilo del texto
19092 \family default
19093  o el botón 
19094 \begin_inset Info
19095 type  "icon"
19096 arg   "math-insert \\font"
19097 \end_inset
19098
19099 .
19100 \end_layout
19101
19102 \begin_layout Subsection
19103 Ecuaciones en negrita
19104 \begin_inset CommandInset label
19105 LatexCommand label
19106 name "subsec:Ecuaciones-en-negrita"
19107
19108 \end_inset
19109
19110
19111 \begin_inset Index idx
19112 status collapsed
19113
19114 \begin_layout Plain Layout
19115 Ecuación ! en negrita
19116 \end_layout
19117
19118 \end_inset
19119
19120
19121 \end_layout
19122
19123 \begin_layout Standard
19124 Para poner en negrita una ecuación completa no se puede usar el comando
19125  
19126 \series bold
19127
19128 \backslash
19129 mathbf
19130 \series default
19131 , porque no funciona con minúsculas griegas.
19132  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
19133 \begin_inset Formula 
19134 \[
19135 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
19136 \]
19137
19138 \end_inset
19139
19140
19141 \end_layout
19142
19143 \begin_layout Standard
19144 Para presentar la ecuación correctamente se usa el comando 
19145 \series bold
19146 boldsymbol
19147 \series default
19148 :
19149 \begin_inset Formula 
19150 \[
19151 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
19152 \]
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Standard
19160 También es posible poner la fórmula en un 
19161 \series bold
19162 entorno boldmath
19163 \series default
19164 , que se inserta con el comando 
19165 \series bold
19166
19167 \backslash
19168 boldmath
19169 \series default
19170
19171 \begin_inset Index idx
19172 status collapsed
19173
19174 \begin_layout Plain Layout
19175 Comandos ! B ! 
19176 \backslash
19177 boldmath
19178 \end_layout
19179
19180 \end_inset
19181
19182  en modo \SpecialChar TeX
19183 .
19184  Para finalizar el entorno se usa el comando 
19185 \series bold
19186
19187 \backslash
19188 unboldmath
19189 \series default
19190
19191 \begin_inset Index idx
19192 status collapsed
19193
19194 \begin_layout Plain Layout
19195 Comandos ! U ! 
19196 \backslash
19197 unboldmath
19198 \end_layout
19199
19200 \end_inset
19201
19202  en modo \SpecialChar TeX
19203 .
19204 \begin_inset ERT
19205 status collapsed
19206
19207 \begin_layout Plain Layout
19208
19209
19210 \backslash
19211 boldmath
19212 \end_layout
19213
19214 \end_inset
19215
19216
19217 \begin_inset Formula 
19218 \[
19219 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
19220 \]
19221
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \begin_layout Standard
19228 \begin_inset ERT
19229 status collapsed
19230
19231 \begin_layout Plain Layout
19232
19233
19234 \backslash
19235 unboldmath
19236 \end_layout
19237
19238 \end_inset
19239
19240
19241 \end_layout
19242
19243 \begin_layout Subsection
19244 Ecuaciones coloreadas
19245 \begin_inset Index idx
19246 status collapsed
19247
19248 \begin_layout Plain Layout
19249 Ecuación ! coloreada
19250 \end_layout
19251
19252 \end_inset
19253
19254
19255 \end_layout
19256
19257 \begin_layout Standard
19258 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
19259  o una parte de una ecuación y usa el diálogo 
19260 \family sans
19261 Estilo del texto
19262 \family default
19263 .
19264  Aquí hay una ecuación en magenta:
19265 \begin_inset Formula 
19266 \[
19267 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19268 \]
19269
19270 \end_inset
19271
19272 También puedes definir tus propios colores como se describe en
19273 \begin_inset space ~
19274 \end_inset
19275
19276
19277 \begin_inset CommandInset ref
19278 LatexCommand ref
19279 reference "subsec:Marcos-coloreados"
19280
19281 \end_inset
19282
19283 .
19284  Pueden usarse con el comando en código \SpecialChar TeX
19285  
19286 \series bold
19287
19288 \backslash
19289 textcolor
19290 \series default
19291
19292 \begin_inset Index idx
19293 status collapsed
19294
19295 \begin_layout Plain Layout
19296 Comandos ! T ! 
19297 \backslash
19298 textcolor
19299 \end_layout
19300
19301 \end_inset
19302
19303  según el esquema
19304 \end_layout
19305
19306 \begin_layout Standard
19307
19308 \series bold
19309
19310 \backslash
19311 textcolor{color}{caracteres o ecuación}
19312 \end_layout
19313
19314 \begin_layout Standard
19315 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
19316 e en rojo:
19317 \end_layout
19318
19319 \begin_layout Standard
19320 \begin_inset ERT
19321 status collapsed
19322
19323 \begin_layout Plain Layout
19324
19325
19326 \backslash
19327 textcolor{verdeoscuro}{
19328 \end_layout
19329
19330 \end_inset
19331
19332
19333 \begin_inset Formula 
19334 \[
19335 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19336 \]
19337
19338 \end_inset
19339
19340
19341 \begin_inset ERT
19342 status collapsed
19343
19344 \begin_layout Plain Layout
19345
19346 }
19347 \end_layout
19348
19349 \end_inset
19350
19351
19352 \end_layout
19353
19354 \begin_layout Standard
19355 Debido a un error en \SpecialChar LyX
19356  los colores personalizados se pueden aplicar sólo
19357  a ecuaciones completas.
19358 \begin_inset Foot
19359 status collapsed
19360
19361 \begin_layout Plain Layout
19362 \begin_inset CommandInset href
19363 LatexCommand href
19364 name "LyX-bug #5269"
19365 target "http://www.lyx.org/trac/ticket/5269"
19366
19367 \end_inset
19368
19369
19370 \end_layout
19371
19372 \end_inset
19373
19374
19375 \end_layout
19376
19377 \begin_layout Subsection
19378 Tamaños de tipografías
19379 \begin_inset CommandInset label
19380 LatexCommand label
19381 name "subsec:Tamaños-de-tipografías"
19382
19383 \end_inset
19384
19385
19386 \begin_inset Index idx
19387 status collapsed
19388
19389 \begin_layout Plain Layout
19390 Tipografías ! tamaño
19391 \end_layout
19392
19393 \end_inset
19394
19395
19396 \end_layout
19397
19398 \begin_layout Standard
19399 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
19400  siguientes comandos de tamaño:
19401 \end_layout
19402
19403 \begin_layout Standard
19404
19405 \series bold
19406
19407 \backslash
19408 Huge
19409 \series default
19410
19411 \series bold
19412
19413 \backslash
19414 huge
19415 \series default
19416
19417 \series bold
19418
19419 \backslash
19420 LARGE
19421 \series default
19422
19423 \series bold
19424
19425 \backslash
19426 Large
19427 \series default
19428
19429 \series bold
19430
19431 \backslash
19432 large
19433 \series default
19434
19435 \series bold
19436
19437 \backslash
19438 normalsize
19439 \series default
19440
19441 \series bold
19442
19443 \backslash
19444 small
19445 \series default
19446 ,
19447 \begin_inset Newline newline
19448 \end_inset
19449
19450
19451 \series bold
19452
19453 \backslash
19454 footnotesize
19455 \series default
19456
19457 \series bold
19458
19459 \backslash
19460 scriptsize
19461 \series default
19462 , y 
19463 \series bold
19464
19465 \backslash
19466 tiny
19467 \end_layout
19468
19469 \begin_layout Standard
19470 El tamaño dado por los comandos depende del tamaño base de la tipografía
19471  en el documento, dado por el comando 
19472 \series bold
19473
19474 \backslash
19475 normalsize
19476 \series default
19477 .
19478  Los demás comandos producen tamaños menores o mayores que 
19479 \series bold
19480
19481 \backslash
19482 normalsize
19483 \series default
19484 .
19485  No obstante, puede que el tamaño de tipografía no exceda de cierto valor.
19486  Si, por ejemplo, la tipografía del documento es de 12
19487 \begin_inset space \thinspace{}
19488 \end_inset
19489
19490 pt, el comando 
19491 \series bold
19492
19493 \backslash
19494 Huge
19495 \series default
19496  da el mismo tamaño que 
19497 \series bold
19498
19499 \backslash
19500 huge
19501 \series default
19502 .
19503 \end_layout
19504
19505 \begin_layout Standard
19506 Un comando de tamaño se inserta en modo \SpecialChar TeX
19507  antes de la ecuación, y se aplica
19508  a todas las ecuaciones y texto siguientes.
19509  Para volver al tamaño anterior hay que insertar el comando 
19510 \series bold
19511
19512 \backslash
19513 normalsize
19514 \series default
19515  en modo \SpecialChar TeX
19516  detrás de la ecuación.
19517 \end_layout
19518
19519 \begin_layout Standard
19520 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
19521  comandos de tamaño o el botón 
19522 \begin_inset Info
19523 type  "icon"
19524 arg   "math-insert \\style"
19525 \end_inset
19526
19527 :
19528 \begin_inset Separator parbreak
19529 \end_inset
19530
19531
19532 \end_layout
19533
19534 \begin_layout Standard
19535 \noindent
19536 \align center
19537 \begin_inset Tabular
19538 <lyxtabular version="3" rows="5" columns="2">
19539 <features tabularvalignment="middle">
19540 <column alignment="center" valignment="top">
19541 <column alignment="center" valignment="top">
19542 <row>
19543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547 Comando
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556 Resultado
19557 \begin_inset Note Note
19558 status collapsed
19559
19560 \begin_layout Plain Layout
19561
19562 \series bold
19563
19564 \backslash
19565 raisebox
19566 \series default
19567  se usa sólo como espaciador
19568 \end_layout
19569
19570 \end_inset
19571
19572
19573 \end_layout
19574
19575 \end_inset
19576 </cell>
19577 </row>
19578 <row>
19579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19580 \begin_inset Text
19581
19582 \begin_layout Plain Layout
19583
19584 \backslash
19585 displaystyle
19586 \begin_inset Index idx
19587 status collapsed
19588
19589 \begin_layout Plain Layout
19590 Comandos ! D ! 
19591 \backslash
19592 displaystyle
19593 \end_layout
19594
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \end_inset
19601 </cell>
19602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19607 \end_inset
19608
19609
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 </row>
19615 <row>
19616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620
19621 \backslash
19622 textstyle
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19632 \end_inset
19633
19634
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 </row>
19640 <row>
19641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19642 \begin_inset Text
19643
19644 \begin_layout Plain Layout
19645
19646 \backslash
19647 scriptstyle
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 </row>
19665 <row>
19666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670
19671 \backslash
19672 scriptscriptstyle
19673 \end_layout
19674
19675 \end_inset
19676 </cell>
19677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19682 \end_inset
19683
19684
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 </row>
19690 </lyxtabular>
19691
19692 \end_inset
19693
19694
19695 \end_layout
19696
19697 \begin_layout Standard
19698 Después de introducir estos comandos, aparece un marco azul en el que se
19699  insertan las partes de la fórmula.
19700 \end_layout
19701
19702 \begin_layout Standard
19703 Hay un método más para cambiar el tamaño de tipografía, aunque solo funciona
19704  para símbolos o letras en texto matemático.
19705  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
19706  de texto anteriores.
19707  Todos los caracteres siguientes, hasta el final del texto matemático o
19708  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19709  Dos ejemplos:
19710 \begin_inset VSpace -2mm
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \begin_layout Standard
19717 \begin_inset ERT
19718 status collapsed
19719
19720 \begin_layout Plain Layout
19721
19722
19723 \backslash
19724 huge
19725 \end_layout
19726
19727 \end_inset
19728
19729
19730 \begin_inset Formula 
19731 \[
19732 A=\frac{B}{c}\cdot\maltese
19733 \]
19734
19735 \end_inset
19736
19737
19738 \begin_inset Formula 
19739 \[
19740 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19741 \]
19742
19743 \end_inset
19744
19745
19746 \end_layout
19747
19748 \begin_layout Standard
19749 \begin_inset ERT
19750 status collapsed
19751
19752 \begin_layout Plain Layout
19753
19754
19755 \backslash
19756 normalsize
19757 \end_layout
19758
19759 \end_inset
19760
19761
19762 \begin_inset VSpace medskip
19763 \end_inset
19764
19765
19766 \end_layout
19767
19768 \begin_layout Standard
19769 Antes de las ecuaciones se ha insertado el comando 
19770 \series bold
19771
19772 \backslash
19773 huge
19774 \series default
19775 .
19776  Para la segunda ecuación el comando es:
19777 \begin_inset Newline newline
19778 \end_inset
19779
19780
19781 \series bold
19782
19783 \backslash
19784 maltese
19785 \begin_inset space \textvisiblespace{}
19786 \end_inset
19787
19788 A Alt+M M 
19789 \backslash
19790 Large
19791 \begin_inset space \textvisiblespace{}
19792 \end_inset
19793
19794
19795 \backslash
19796 maltese
19797 \begin_inset space \textvisiblespace{}
19798 \end_inset
19799
19800
19801 \backslash
19802 textit
19803 \begin_inset space \textvisiblespace{}
19804 \end_inset
19805
19806 A
19807 \begin_inset Formula $\to$
19808 \end_inset
19809
19810
19811 \begin_inset Formula $\to$
19812 \end_inset
19813
19814
19815 \begin_inset Newline newline
19816 \end_inset
19817
19818
19819 \begin_inset space \hspace*{}
19820 \length 1cm
19821 \end_inset
19822
19823 Alt+M M 
19824 \backslash
19825 tiny
19826 \begin_inset space \textvisiblespace{}
19827 \end_inset
19828
19829
19830 \backslash
19831 maltese
19832 \begin_inset space \textvisiblespace{}
19833 \end_inset
19834
19835
19836 \backslash
19837 textit
19838 \begin_inset space \textvisiblespace{}
19839 \end_inset
19840
19841 A
19842 \end_layout
19843
19844 \begin_layout Standard
19845 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19846  el tamaño por omisión.
19847 \end_layout
19848
19849 \begin_layout Section
19850 Letras griegas
19851 \begin_inset Index idx
19852 status collapsed
19853
19854 \begin_layout Plain Layout
19855 Letras griegas
19856 \end_layout
19857
19858 \end_inset
19859
19860
19861 \end_layout
19862
19863 \begin_layout Standard
19864 Las letras griegas se pueden insertar además mediante el botón 
19865 \begin_inset Info
19866 type  "icon"
19867 arg   "math-insert \\alpha"
19868 \end_inset
19869
19870  de la barra de ecuaciones.
19871  Las normas internacionales de tipografía proponen que las letras griegas
19872  en ecuaciones deben escribirse en cursiva/inclinada.
19873  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
19874  en redonda.
19875  Para las normas en español, véase
19876 \begin_inset space ~
19877 \end_inset
19878
19879
19880 \begin_inset CommandInset citation
19881 LatexCommand cite
19882 key "Bezos"
19883
19884 \end_inset
19885
19886 .
19887 \end_layout
19888
19889 \begin_layout Subsection
19890 Minúsculas
19891 \begin_inset Index idx
19892 status collapsed
19893
19894 \begin_layout Plain Layout
19895 Letras griegas ! minúsculas
19896 \end_layout
19897
19898 \end_inset
19899
19900
19901 \end_layout
19902
19903 \begin_layout Standard
19904 \begin_inset space \hfill{}
19905 \end_inset
19906
19907
19908 \begin_inset Tabular
19909 <lyxtabular version="3" rows="11" columns="2">
19910 <features tabularvalignment="middle">
19911 <column alignment="center" valignment="top" width="0pt">
19912 <column alignment="center" valignment="top" width="0pt">
19913 <row>
19914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918 Comando
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927 Símbolo
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 </row>
19933 <row>
19934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938
19939 \backslash
19940 alpha
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949 \begin_inset Formula $\alpha$
19950 \end_inset
19951
19952
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 </row>
19958 <row>
19959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963
19964 \backslash
19965 beta
19966 \end_layout
19967
19968 \end_inset
19969 </cell>
19970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19971 \begin_inset Text
19972
19973 \begin_layout Plain Layout
19974 \begin_inset Formula $\beta$
19975 \end_inset
19976
19977
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 </row>
19983 <row>
19984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988
19989 \backslash
19990 gamma
19991 \end_layout
19992
19993 \end_inset
19994 </cell>
19995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999 \begin_inset Formula $\gamma$
20000 \end_inset
20001
20002
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 </row>
20008 <row>
20009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20010 \begin_inset Text
20011
20012 \begin_layout Plain Layout
20013
20014 \backslash
20015 delta
20016 \end_layout
20017
20018 \end_inset
20019 </cell>
20020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024 \begin_inset Formula $\delta$
20025 \end_inset
20026
20027
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 </row>
20033 <row>
20034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038
20039 \backslash
20040 epsilon
20041 \end_layout
20042
20043 \end_inset
20044 </cell>
20045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20046 \begin_inset Text
20047
20048 \begin_layout Plain Layout
20049 \begin_inset Formula $\epsilon$
20050 \end_inset
20051
20052
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 </row>
20058 <row>
20059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063
20064 \backslash
20065 varepsilon
20066 \end_layout
20067
20068 \end_inset
20069 </cell>
20070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20071 \begin_inset Text
20072
20073 \begin_layout Plain Layout
20074 \begin_inset Formula $\varepsilon$
20075 \end_inset
20076
20077
20078 \end_layout
20079
20080 \end_inset
20081 </cell>
20082 </row>
20083 <row>
20084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088
20089 \backslash
20090 zeta
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099 \begin_inset Formula $\zeta$
20100 \end_inset
20101
20102
20103 \end_layout
20104
20105 \end_inset
20106 </cell>
20107 </row>
20108 <row>
20109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20110 \begin_inset Text
20111
20112 \begin_layout Plain Layout
20113
20114 \backslash
20115 eta
20116 \end_layout
20117
20118 \end_inset
20119 </cell>
20120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20121 \begin_inset Text
20122
20123 \begin_layout Plain Layout
20124 \begin_inset Formula $\eta$
20125 \end_inset
20126
20127
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 </row>
20133 <row>
20134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138
20139 \backslash
20140 theta
20141 \end_layout
20142
20143 \end_inset
20144 </cell>
20145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20146 \begin_inset Text
20147
20148 \begin_layout Plain Layout
20149 \begin_inset Formula $\theta$
20150 \end_inset
20151
20152
20153 \end_layout
20154
20155 \end_inset
20156 </cell>
20157 </row>
20158 <row>
20159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Plain Layout
20163
20164 \backslash
20165 vartheta
20166 \end_layout
20167
20168 \end_inset
20169 </cell>
20170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20171 \begin_inset Text
20172
20173 \begin_layout Plain Layout
20174 \begin_inset Formula $\vartheta$
20175 \end_inset
20176
20177
20178 \end_layout
20179
20180 \end_inset
20181 </cell>
20182 </row>
20183 </lyxtabular>
20184
20185 \end_inset
20186
20187
20188 \begin_inset space \hfill{}
20189 \end_inset
20190
20191
20192 \begin_inset Tabular
20193 <lyxtabular version="3" rows="12" columns="2">
20194 <features tabularvalignment="middle">
20195 <column alignment="center" valignment="top" width="0pt">
20196 <column alignment="center" valignment="top" width="0pt">
20197 <row>
20198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202 Comando
20203 \end_layout
20204
20205 \end_inset
20206 </cell>
20207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211 Símbolo
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 </row>
20217 <row>
20218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222
20223 \backslash
20224 iota
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233 \begin_inset Formula $\iota$
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 </row>
20242 <row>
20243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247
20248 \backslash
20249 kappa
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258 \begin_inset Formula $\kappa$
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 </row>
20267 <row>
20268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272
20273 \backslash
20274 varkappa
20275 \end_layout
20276
20277 \end_inset
20278 </cell>
20279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Plain Layout
20283 \begin_inset Formula $\varkappa$
20284 \end_inset
20285
20286
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 </row>
20292 <row>
20293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297
20298 \backslash
20299 lambda
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20305 \begin_inset Text
20306
20307 \begin_layout Plain Layout
20308 \begin_inset Formula $\lambda$
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 </row>
20317 <row>
20318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322
20323 \backslash
20324 mu
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Plain Layout
20333 \begin_inset Formula $\mu$
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 </row>
20342 <row>
20343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347
20348 \backslash
20349 nu
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20355 \begin_inset Text
20356
20357 \begin_layout Plain Layout
20358 \begin_inset Formula $\nu$
20359 \end_inset
20360
20361
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 </row>
20367 <row>
20368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372
20373 \backslash
20374 xi
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20380 \begin_inset Text
20381
20382 \begin_layout Plain Layout
20383 \begin_inset Formula $\xi$
20384 \end_inset
20385
20386
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 </row>
20392 <row>
20393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Plain Layout
20397 o
20398 \end_layout
20399
20400 \end_inset
20401 </cell>
20402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20403 \begin_inset Text
20404
20405 \begin_layout Plain Layout
20406 \begin_inset Formula $o$
20407 \end_inset
20408
20409
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 </row>
20415 <row>
20416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420
20421 \backslash
20422 pi
20423 \end_layout
20424
20425 \end_inset
20426 </cell>
20427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20428 \begin_inset Text
20429
20430 \begin_layout Plain Layout
20431 \begin_inset Formula $\pi$
20432 \end_inset
20433
20434
20435 \end_layout
20436
20437 \end_inset
20438 </cell>
20439 </row>
20440 <row>
20441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445
20446 \backslash
20447 varpi
20448 \end_layout
20449
20450 \end_inset
20451 </cell>
20452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20453 \begin_inset Text
20454
20455 \begin_layout Plain Layout
20456 \begin_inset Formula $\varpi$
20457 \end_inset
20458
20459
20460 \end_layout
20461
20462 \end_inset
20463 </cell>
20464 </row>
20465 <row>
20466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470
20471 \backslash
20472 rho
20473 \end_layout
20474
20475 \end_inset
20476 </cell>
20477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20478 \begin_inset Text
20479
20480 \begin_layout Plain Layout
20481 \begin_inset Formula $\rho$
20482 \end_inset
20483
20484
20485 \end_layout
20486
20487 \end_inset
20488 </cell>
20489 </row>
20490 </lyxtabular>
20491
20492 \end_inset
20493
20494
20495 \begin_inset space \hfill{}
20496 \end_inset
20497
20498
20499 \begin_inset Tabular
20500 <lyxtabular version="3" rows="11" columns="2">
20501 <features tabularvalignment="middle">
20502 <column alignment="center" valignment="top" width="0pt">
20503 <column alignment="center" valignment="top" width="0pt">
20504 <row>
20505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509 Comando
20510 \end_layout
20511
20512 \end_inset
20513 </cell>
20514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518 Símbolo
20519 \end_layout
20520
20521 \end_inset
20522 </cell>
20523 </row>
20524 <row>
20525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529
20530 \backslash
20531 varrho
20532 \end_layout
20533
20534 \end_inset
20535 </cell>
20536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540 \begin_inset Formula $\varrho$
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \end_inset
20547 </cell>
20548 </row>
20549 <row>
20550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554
20555 \backslash
20556 sigma
20557 \end_layout
20558
20559 \end_inset
20560 </cell>
20561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565 \begin_inset Formula $\sigma$
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \end_inset
20572 </cell>
20573 </row>
20574 <row>
20575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579
20580 \backslash
20581 varsigma
20582 \end_layout
20583
20584 \end_inset
20585 </cell>
20586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20587 \begin_inset Text
20588
20589 \begin_layout Plain Layout
20590 \begin_inset Formula $\varsigma$
20591 \end_inset
20592
20593
20594 \end_layout
20595
20596 \end_inset
20597 </cell>
20598 </row>
20599 <row>
20600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604
20605 \backslash
20606 tau
20607 \end_layout
20608
20609 \end_inset
20610 </cell>
20611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615 \begin_inset Formula $\tau$
20616 \end_inset
20617
20618
20619 \end_layout
20620
20621 \end_inset
20622 </cell>
20623 </row>
20624 <row>
20625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629
20630 \backslash
20631 upsilon
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640 \begin_inset Formula $\upsilon$
20641 \end_inset
20642
20643
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 </row>
20649 <row>
20650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654
20655 \backslash
20656 phi
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665 \begin_inset Formula $\phi$
20666 \end_inset
20667
20668
20669 \end_layout
20670
20671 \end_inset
20672 </cell>
20673 </row>
20674 <row>
20675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679
20680 \backslash
20681 varphi
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690 \begin_inset Formula $\varphi$
20691 \end_inset
20692
20693
20694 \end_layout
20695
20696 \end_inset
20697 </cell>
20698 </row>
20699 <row>
20700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704
20705 \backslash
20706 chi
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715 \begin_inset Formula $\chi$
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \end_inset
20722 </cell>
20723 </row>
20724 <row>
20725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729
20730 \backslash
20731 psi
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740 \begin_inset Formula $\psi$
20741 \end_inset
20742
20743
20744 \end_layout
20745
20746 \end_inset
20747 </cell>
20748 </row>
20749 <row>
20750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754
20755 \backslash
20756 omega
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765 \begin_inset Formula $\omega$
20766 \end_inset
20767
20768
20769 \end_layout
20770
20771 \end_inset
20772 </cell>
20773 </row>
20774 </lyxtabular>
20775
20776 \end_inset
20777
20778
20779 \begin_inset space \hfill{}
20780 \end_inset
20781
20782
20783 \end_layout
20784
20785 \begin_layout Standard
20786 \begin_inset VSpace medskip
20787 \end_inset
20788
20789
20790 \end_layout
20791
20792 \begin_layout Standard
20793 Cómo escribir letras griegas especiales en redonda se explica en 
20794 \begin_inset CommandInset ref
20795 LatexCommand ref
20796 reference "subsec:Griegas-en-redonda"
20797
20798 \end_inset
20799
20800 .
20801 \end_layout
20802
20803 \begin_layout Subsection
20804 Mayúsculas
20805 \begin_inset Index idx
20806 status collapsed
20807
20808 \begin_layout Plain Layout
20809 Letras griegas ! mayúsculas
20810 \end_layout
20811
20812 \end_inset
20813
20814
20815 \end_layout
20816
20817 \begin_layout Standard
20818 \begin_inset space \hfill{}
20819 \end_inset
20820
20821
20822 \begin_inset Tabular
20823 <lyxtabular version="3" rows="7" columns="2">
20824 <features tabularvalignment="middle">
20825 <column alignment="center" valignment="top" width="0pt">
20826 <column alignment="center" valignment="top" width="0pt">
20827 <row>
20828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832 Comando
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 Símbolo
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 </row>
20847 <row>
20848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852
20853 \backslash
20854 Gamma
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20860 \begin_inset Text
20861
20862 \begin_layout Plain Layout
20863 \begin_inset Formula $\Gamma$
20864 \end_inset
20865
20866
20867 \end_layout
20868
20869 \end_inset
20870 </cell>
20871 </row>
20872 <row>
20873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877
20878 \backslash
20879 Delta
20880 \end_layout
20881
20882 \end_inset
20883 </cell>
20884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20885 \begin_inset Text
20886
20887 \begin_layout Plain Layout
20888 \begin_inset Formula $\Delta$
20889 \end_inset
20890
20891
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 </row>
20897 <row>
20898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20899 \begin_inset Text
20900
20901 \begin_layout Plain Layout
20902
20903 \backslash
20904 Theta
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913 \begin_inset Formula $\Theta$
20914 \end_inset
20915
20916
20917 \end_layout
20918
20919 \end_inset
20920 </cell>
20921 </row>
20922 <row>
20923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927
20928 \backslash
20929 Lambda
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Plain Layout
20938 \begin_inset Formula $\Lambda$
20939 \end_inset
20940
20941
20942 \end_layout
20943
20944 \end_inset
20945 </cell>
20946 </row>
20947 <row>
20948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952
20953 \backslash
20954 Xi
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20960 \begin_inset Text
20961
20962 \begin_layout Plain Layout
20963 \begin_inset Formula $\Xi$
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \end_inset
20970 </cell>
20971 </row>
20972 <row>
20973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977
20978 \backslash
20979 Pi
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988 \begin_inset Formula $\Pi$
20989 \end_inset
20990
20991
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 </row>
20997 </lyxtabular>
20998
20999 \end_inset
21000
21001
21002 \begin_inset space \hfill{}
21003 \end_inset
21004
21005
21006 \begin_inset Tabular
21007 <lyxtabular version="3" rows="6" columns="2">
21008 <features tabularvalignment="middle">
21009 <column alignment="center" valignment="top" width="0pt">
21010 <column alignment="center" valignment="top" width="0pt">
21011 <row>
21012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016 Comando
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Plain Layout
21025 Símbolo
21026 \end_layout
21027
21028 \end_inset
21029 </cell>
21030 </row>
21031 <row>
21032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036
21037 \backslash
21038 Sigma
21039 \end_layout
21040
21041 \end_inset
21042 </cell>
21043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047 \begin_inset Formula $\Sigma$
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 </row>
21056 <row>
21057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21058 \begin_inset Text
21059
21060 \begin_layout Plain Layout
21061
21062 \backslash
21063 Upsilon
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072 \begin_inset Formula $\Upsilon$
21073 \end_inset
21074
21075
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 </row>
21081 <row>
21082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086
21087 \backslash
21088 Phi
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097 \begin_inset Formula $\Phi$
21098 \end_inset
21099
21100
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 </row>
21106 <row>
21107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111
21112 \backslash
21113 Psi
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 \begin_inset Formula $\Psi$
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 </row>
21131 <row>
21132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136
21137 \backslash
21138 Omega
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147 \begin_inset Formula $\Omega$
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 </row>
21156 </lyxtabular>
21157
21158 \end_inset
21159
21160
21161 \begin_inset space \hfill{}
21162 \end_inset
21163
21164
21165 \end_layout
21166
21167 \begin_layout Standard
21168 \begin_inset VSpace medskip
21169 \end_inset
21170
21171
21172 \end_layout
21173
21174 \begin_layout Standard
21175 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
21176  cuando se desarrolló \SpecialChar TeX
21177 .
21178  Para obtener mayúsculas en cursiva, inicia cada comando con 
21179 \series bold
21180 var
21181 \series default
21182 .
21183  Por ejemplo, el comando 
21184 \series bold
21185
21186 \backslash
21187 varGamma
21188 \series default
21189  genera 
21190 \begin_inset Formula $\varGamma$
21191 \end_inset
21192
21193 .
21194  Otra forma es cargar el paquete 
21195 \series bold
21196 fixmath
21197 \series default
21198
21199 \begin_inset Foot
21200 status collapsed
21201
21202 \begin_layout Plain Layout
21203
21204 \series bold
21205 fixmath
21206 \series default
21207  forma parte del paquete \SpecialChar LaTeX
21208  
21209 \series bold
21210 was
21211 \series default
21212
21213 \begin_inset Index idx
21214 status collapsed
21215
21216 \begin_layout Plain Layout
21217 Paquetes ! was
21218 \begin_inset ERT
21219 status collapsed
21220
21221 \begin_layout Plain Layout
21222
21223
21224 \backslash
21225 vspace{4mm}
21226 \end_layout
21227
21228 \end_inset
21229
21230
21231 \end_layout
21232
21233 \end_inset
21234
21235 .
21236 \end_layout
21237
21238 \end_inset
21239
21240
21241 \begin_inset Index idx
21242 status collapsed
21243
21244 \begin_layout Plain Layout
21245 Paquetes ! fixmath
21246 \end_layout
21247
21248 \end_inset
21249
21250  con la línea siguiente en el preámbulo \SpecialChar LaTeX
21251
21252 \end_layout
21253
21254 \begin_layout Standard
21255
21256 \series bold
21257
21258 \backslash
21259 usepackage{fixmath}
21260 \end_layout
21261
21262 \begin_layout Standard
21263 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
21264 ente en cursiva.
21265 \end_layout
21266
21267 \begin_layout Subsection
21268 Letras en negrita
21269 \begin_inset Index idx
21270 status collapsed
21271
21272 \begin_layout Plain Layout
21273 Letras griegas ! en negrita
21274 \end_layout
21275
21276 \end_inset
21277
21278
21279 \end_layout
21280
21281 \begin_layout Standard
21282 Las letras griegas no admiten diferentes estilos de letra como las latinas.
21283  Sólo se pueden poner en negrita con el comando 
21284 \series bold
21285
21286 \backslash
21287 boldsymbol
21288 \series default
21289
21290 \begin_inset Index idx
21291 status collapsed
21292
21293 \begin_layout Plain Layout
21294 Comandos ! B ! 
21295 \backslash
21296 boldsymbol
21297 \end_layout
21298
21299 \end_inset
21300
21301 .
21302 \begin_inset Separator parbreak
21303 \end_inset
21304
21305
21306 \end_layout
21307
21308 \begin_layout Standard
21309 \align center
21310 \begin_inset Tabular
21311 <lyxtabular version="3" rows="3" columns="2">
21312 <features tabularvalignment="middle">
21313 <column alignment="center" valignment="top">
21314 <column alignment="center" valignment="top">
21315 <row>
21316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 Comando
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21326 \begin_inset Text
21327
21328 \begin_layout Plain Layout
21329 Símbolo
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 </row>
21335 <row>
21336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340
21341 \backslash
21342 Upsilon
21343 \backslash
21344 boldsymbol
21345 \backslash
21346 Upsilon
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21356 \end_inset
21357
21358
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 </row>
21364 <row>
21365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369
21370 \backslash
21371 theta
21372 \backslash
21373 boldsymbol
21374 \backslash
21375 theta
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384 \begin_inset Formula $\theta\boldsymbol{\theta}$
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 </row>
21393 </lyxtabular>
21394
21395 \end_inset
21396
21397
21398 \end_layout
21399
21400 \begin_layout Section
21401 Símbolos
21402 \begin_inset ERT
21403 status collapsed
21404
21405 \begin_layout Plain Layout
21406
21407
21408 \backslash
21409 texorpdfstring{
21410 \end_layout
21411
21412 \end_inset
21413
21414
21415 \begin_inset Foot
21416 status collapsed
21417
21418 \begin_layout Plain Layout
21419 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
21420  \SpecialChar LaTeX
21421  en 
21422 \begin_inset CommandInset citation
21423 LatexCommand cite
21424 key "Symbols"
21425
21426 \end_inset
21427
21428 .
21429 \end_layout
21430
21431 \end_inset
21432
21433
21434 \begin_inset ERT
21435 status collapsed
21436
21437 \begin_layout Plain Layout
21438
21439 }{}
21440 \end_layout
21441
21442 \end_inset
21443
21444
21445 \begin_inset Note Note
21446 status collapsed
21447
21448 \begin_layout Plain Layout
21449
21450 \backslash
21451 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
21452  PDF.
21453 \end_layout
21454
21455 \begin_layout Plain Layout
21456 Más sobre 
21457 \backslash
21458 texorpdfstring en la sección 
21459 \begin_inset CommandInset ref
21460 LatexCommand ref
21461 reference "subsec:Ecuaciones-en-encabezados"
21462
21463 \end_inset
21464
21465 .
21466 \end_layout
21467
21468 \end_inset
21469
21470
21471 \begin_inset Index idx
21472 status collapsed
21473
21474 \begin_layout Plain Layout
21475 Símbolos
21476 \end_layout
21477
21478 \end_inset
21479
21480
21481 \end_layout
21482
21483 \begin_layout Standard
21484 Muchos de los símbolos listados en esta sección se pueden insertar además
21485  mediante los botones 
21486 \begin_inset Info
21487 type  "icon"
21488 arg   "math-insert \\nabla"
21489 \end_inset
21490
21491  y 
21492 \begin_inset Info
21493 type  "icon"
21494 arg   "math-insert \\digamma"
21495 \end_inset
21496
21497  de la barra de ecuaciones.
21498 \end_layout
21499
21500 \begin_layout Subsection
21501 Símbolos matemáticos
21502 \begin_inset CommandInset label
21503 LatexCommand label
21504 name "subsec:Símbolos-matemáticos"
21505
21506 \end_inset
21507
21508
21509 \begin_inset Index idx
21510 status collapsed
21511
21512 \begin_layout Plain Layout
21513 Símbolos ! matemáticos
21514 \end_layout
21515
21516 \end_inset
21517
21518
21519 \end_layout
21520
21521 \begin_layout Standard
21522 \begin_inset space \hfill{}
21523 \end_inset
21524
21525
21526 \begin_inset Tabular
21527 <lyxtabular version="3" rows="10" columns="2">
21528 <features tabularvalignment="middle">
21529 <column alignment="center" valignment="top" width="0pt">
21530 <column alignment="center" valignment="top" width="0pt">
21531 <row>
21532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536 Comando
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545 Símbolo
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 </row>
21551 <row>
21552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21553 \begin_inset Text
21554
21555 \begin_layout Plain Layout
21556
21557 \backslash
21558 neg
21559 \end_layout
21560
21561 \end_inset
21562 </cell>
21563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567 \begin_inset Formula $\neg$
21568 \end_inset
21569
21570
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 </row>
21576 <row>
21577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581
21582 \backslash
21583 Im
21584 \end_layout
21585
21586 \end_inset
21587 </cell>
21588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592 \begin_inset Formula $\Im$
21593 \end_inset
21594
21595
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 </row>
21601 <row>
21602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606
21607 \backslash
21608 Re
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617 \begin_inset Formula $\Re$
21618 \end_inset
21619
21620
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 </row>
21626 <row>
21627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631
21632 \backslash
21633 aleph
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642 \begin_inset Formula $\aleph$
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 </row>
21651 <row>
21652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656
21657 \backslash
21658 partial
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667 \begin_inset Formula $\partial$
21668 \end_inset
21669
21670
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 </row>
21676 <row>
21677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681
21682 \backslash
21683 infty
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692 \begin_inset Formula $\infty$
21693 \end_inset
21694
21695
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 </row>
21701 <row>
21702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706
21707 \backslash
21708 wp
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717 \begin_inset Formula $\wp$
21718 \end_inset
21719
21720
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 </row>
21726 <row>
21727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731
21732 \backslash
21733 imath
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 \begin_inset Formula $\imath$
21743 \end_inset
21744
21745
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 </row>
21751 <row>
21752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756
21757 \backslash
21758 jmath
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767 \begin_inset Formula $\jmath$
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 </row>
21776 </lyxtabular>
21777
21778 \end_inset
21779
21780
21781 \begin_inset space \hfill{}
21782 \end_inset
21783
21784
21785 \begin_inset Tabular
21786 <lyxtabular version="3" rows="10" columns="2">
21787 <features tabularvalignment="middle">
21788 <column alignment="center" valignment="top" width="0pt">
21789 <column alignment="center" valignment="top" width="0pt">
21790 <row>
21791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795 Comando
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804 Símbolo
21805 \begin_inset Note Note
21806 status collapsed
21807
21808 \begin_layout Plain Layout
21809
21810 \series bold
21811
21812 \backslash
21813 raisebox
21814 \series default
21815  se usa sólo como espaciador
21816 \end_layout
21817
21818 \end_inset
21819
21820
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 </row>
21826 <row>
21827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831
21832 \backslash
21833 forall
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Plain Layout
21842 \begin_inset Formula $\forall$
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 </row>
21851 <row>
21852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21853 \begin_inset Text
21854
21855 \begin_layout Plain Layout
21856
21857 \backslash
21858 exists
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21864 \begin_inset Text
21865
21866 \begin_layout Plain Layout
21867 \begin_inset Formula $\exists$
21868 \end_inset
21869
21870
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 </row>
21876 <row>
21877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881
21882 \backslash
21883 nexists
21884 \end_layout
21885
21886 \end_inset
21887 </cell>
21888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892 \begin_inset Formula $\nexists$
21893 \end_inset
21894
21895
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 </row>
21901 <row>
21902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906
21907 \backslash
21908 emptyset
21909 \end_layout
21910
21911 \end_inset
21912 </cell>
21913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21914 \begin_inset Text
21915
21916 \begin_layout Plain Layout
21917 \begin_inset Formula $\emptyset$
21918 \end_inset
21919
21920
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 </row>
21926 <row>
21927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931
21932 \backslash
21933 varnothing
21934 \end_layout
21935
21936 \end_inset
21937 </cell>
21938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21939 \begin_inset Text
21940
21941 \begin_layout Plain Layout
21942 \begin_inset Formula $\varnothing$
21943 \end_inset
21944
21945
21946 \end_layout
21947
21948 \end_inset
21949 </cell>
21950 </row>
21951 <row>
21952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956
21957 \backslash
21958 dag
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967 \begin_inset Formula $\dag$
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 </row>
21976 <row>
21977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981
21982 \backslash
21983 ddag
21984 \end_layout
21985
21986 \end_inset
21987 </cell>
21988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21989 \begin_inset Text
21990
21991 \begin_layout Plain Layout
21992 \begin_inset Formula $\ddag$
21993 \end_inset
21994
21995
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 </row>
22001 <row>
22002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006
22007 \backslash
22008 complement
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017 \begin_inset ERT
22018 status collapsed
22019
22020 \begin_layout Plain Layout
22021
22022
22023 \backslash
22024 raisebox{-0.8mm}{
22025 \end_layout
22026
22027 \end_inset
22028
22029
22030 \begin_inset Formula $\complement$
22031 \end_inset
22032
22033
22034 \begin_inset ERT
22035 status collapsed
22036
22037 \begin_layout Plain Layout
22038
22039 }
22040 \end_layout
22041
22042 \end_inset
22043
22044
22045 \end_layout
22046
22047 \end_inset
22048 </cell>
22049 </row>
22050 <row>
22051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22052 \begin_inset Text
22053
22054 \begin_layout Plain Layout
22055
22056 \backslash
22057 Bbbk
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22063 \begin_inset Text
22064
22065 \begin_layout Plain Layout
22066 \begin_inset Formula $\Bbbk$
22067 \end_inset
22068
22069
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 </row>
22075 </lyxtabular>
22076
22077 \end_inset
22078
22079
22080 \begin_inset space \hfill{}
22081 \end_inset
22082
22083
22084 \begin_inset Tabular
22085 <lyxtabular version="3" rows="10" columns="2">
22086 <features tabularvalignment="middle">
22087 <column alignment="center" valignment="top" width="0pt">
22088 <column alignment="center" valignment="top" width="0pt">
22089 <row>
22090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094 Comando
22095 \end_layout
22096
22097 \end_inset
22098 </cell>
22099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103 Símbolo
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 </row>
22109 <row>
22110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114
22115 \backslash
22116 prime
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125 \begin_inset Formula $\prime$
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 </row>
22134 <row>
22135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139
22140 \backslash
22141 backprime
22142 \end_layout
22143
22144 \end_inset
22145 </cell>
22146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22147 \begin_inset Text
22148
22149 \begin_layout Plain Layout
22150 \begin_inset Formula $\backprime$
22151 \end_inset
22152
22153
22154 \end_layout
22155
22156 \end_inset
22157 </cell>
22158 </row>
22159 <row>
22160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164
22165 \backslash
22166 mho
22167 \end_layout
22168
22169 \end_inset
22170 </cell>
22171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22172 \begin_inset Text
22173
22174 \begin_layout Plain Layout
22175 \begin_inset Formula $\mho$
22176 \end_inset
22177
22178
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 </row>
22184 <row>
22185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22186 \begin_inset Text
22187
22188 \begin_layout Plain Layout
22189
22190 \backslash
22191 triangle
22192 \end_layout
22193
22194 \end_inset
22195 </cell>
22196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22197 \begin_inset Text
22198
22199 \begin_layout Plain Layout
22200 \begin_inset Formula $\triangle$
22201 \end_inset
22202
22203
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 </row>
22209 <row>
22210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214
22215 \backslash
22216 angle
22217 \end_layout
22218
22219 \end_inset
22220 </cell>
22221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225 \begin_inset Formula $\angle$
22226 \end_inset
22227
22228
22229 \end_layout
22230
22231 \end_inset
22232 </cell>
22233 </row>
22234 <row>
22235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239
22240 \backslash
22241 measuredangle
22242 \end_layout
22243
22244 \end_inset
22245 </cell>
22246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Plain Layout
22250 \begin_inset Formula $\measuredangle$
22251 \end_inset
22252
22253
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 </row>
22259 <row>
22260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22261 \begin_inset Text
22262
22263 \begin_layout Plain Layout
22264
22265 \backslash
22266 sphericalangle
22267 \end_layout
22268
22269 \end_inset
22270 </cell>
22271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275 \begin_inset Formula $\sphericalangle$
22276 \end_inset
22277
22278
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 </row>
22284 <row>
22285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22286 \begin_inset Text
22287
22288 \begin_layout Plain Layout
22289
22290 \backslash
22291 top
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300 \begin_inset Formula $\top$
22301 \end_inset
22302
22303
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 </row>
22309 <row>
22310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314
22315 \backslash
22316 bot
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325 \begin_inset Formula $\bot$
22326 \end_inset
22327
22328
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 </row>
22334 </lyxtabular>
22335
22336 \end_inset
22337
22338
22339 \begin_inset space \hfill{}
22340 \end_inset
22341
22342
22343 \end_layout
22344
22345 \begin_layout Subsection
22346 Símbolos misceláneos
22347 \begin_inset CommandInset label
22348 LatexCommand label
22349 name "subsec:Símbolos-misceláneos"
22350
22351 \end_inset
22352
22353
22354 \begin_inset Index idx
22355 status collapsed
22356
22357 \begin_layout Plain Layout
22358 Símbolos ! misceláneos
22359 \end_layout
22360
22361 \end_inset
22362
22363
22364 \end_layout
22365
22366 \begin_layout Standard
22367 \noindent
22368 \align center
22369 \begin_inset Tabular
22370 <lyxtabular version="3" rows="10" columns="2">
22371 <features tabularvalignment="middle">
22372 <column alignment="center" valignment="top" width="0pt">
22373 <column alignment="center" valignment="top" width="0pt">
22374 <row>
22375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379 Comando
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388 Símbolo
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 </row>
22394 <row>
22395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399
22400 \backslash
22401 flat
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410 \begin_inset Formula $\flat$
22411 \end_inset
22412
22413
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 </row>
22419 <row>
22420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424
22425 \backslash
22426 natural
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435 \begin_inset Formula $\natural$
22436 \end_inset
22437
22438
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 </row>
22444 <row>
22445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449
22450 \backslash
22451 sharp
22452 \end_layout
22453
22454 \end_inset
22455 </cell>
22456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22457 \begin_inset Text
22458
22459 \begin_layout Plain Layout
22460 \begin_inset Formula $\sharp$
22461 \end_inset
22462
22463
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 </row>
22469 <row>
22470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22471 \begin_inset Text
22472
22473 \begin_layout Plain Layout
22474
22475 \backslash
22476 surd
22477 \end_layout
22478
22479 \end_inset
22480 </cell>
22481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485 \begin_inset Formula $\surd$
22486 \end_inset
22487
22488
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 </row>
22494 <row>
22495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499
22500 \backslash
22501 checkmark
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510 \begin_inset Formula $\checkmark$
22511 \end_inset
22512
22513
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 </row>
22519 <row>
22520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524
22525 \backslash
22526 yen
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535 \begin_inset Formula $\yen$
22536 \end_inset
22537
22538
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 </row>
22544 <row>
22545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549
22550 \backslash
22551 pounds
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 \begin_inset Formula $\pounds$
22561 \end_inset
22562
22563
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 </row>
22569 <row>
22570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574 $
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583 \begin_inset Formula $\$$
22584 \end_inset
22585
22586
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 </row>
22592 <row>
22593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597 §
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606 \begin_inset Formula $§$
22607 \end_inset
22608
22609
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 </row>
22615 </lyxtabular>
22616
22617 \end_inset
22618
22619
22620 \begin_inset Tabular
22621 <lyxtabular version="3" rows="10" columns="2">
22622 <features tabularvalignment="middle">
22623 <column alignment="center" valignment="top">
22624 <column alignment="center" valignment="top">
22625 <row>
22626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630 Comando
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639 Símbolo
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 </row>
22645 <row>
22646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650
22651 \backslash
22652 hbar
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 \begin_inset Formula $\hbar$
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 </row>
22670 <row>
22671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675
22676 \backslash
22677 hslash
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 \begin_inset Formula $\hslash$
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 </row>
22695 <row>
22696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700
22701 \backslash
22702 clubsuit
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 \begin_inset Formula $\clubsuit$
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 </row>
22720 <row>
22721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725
22726 \backslash
22727 spadesuit
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736 \begin_inset Formula $\spadesuit$
22737 \end_inset
22738
22739
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 </row>
22745 <row>
22746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750
22751 \backslash
22752 bigstar
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 \begin_inset Formula $\bigstar$
22762 \end_inset
22763
22764
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 </row>
22770 <row>
22771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775
22776 \backslash
22777 blacklozenge
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 \begin_inset Formula $\blacklozenge$
22787 \end_inset
22788
22789
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 </row>
22795 <row>
22796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800
22801 \backslash
22802 blacktriangle
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 \begin_inset Formula $\blacktriangle$
22812 \end_inset
22813
22814
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 </row>
22820 <row>
22821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825
22826 \backslash
22827 blacktiangledown
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22833 \begin_inset Text
22834
22835 \begin_layout Plain Layout
22836 \begin_inset Formula $\blacktriangledown$
22837 \end_inset
22838
22839
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 </row>
22845 <row>
22846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850
22851 \backslash
22852 bullet
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 \begin_inset Formula $\bullet$
22862 \end_inset
22863
22864
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 </row>
22870 </lyxtabular>
22871
22872 \end_inset
22873
22874
22875 \begin_inset Tabular
22876 <lyxtabular version="3" rows="10" columns="2">
22877 <features tabularvalignment="middle">
22878 <column alignment="center" valignment="top" width="0pt">
22879 <column alignment="center" valignment="top" width="0pt">
22880 <row>
22881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885 Comando
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894 Símbolo
22895 \end_layout
22896
22897 \end_inset
22898 </cell>
22899 </row>
22900 <row>
22901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905
22906 \backslash
22907 diamondsuit
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916 \begin_inset Formula $\diamondsuit$
22917 \end_inset
22918
22919
22920 \end_layout
22921
22922 \end_inset
22923 </cell>
22924 </row>
22925 <row>
22926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22927 \begin_inset Text
22928
22929 \begin_layout Plain Layout
22930
22931 \backslash
22932 Diamond
22933 \end_layout
22934
22935 \end_inset
22936 </cell>
22937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22938 \begin_inset Text
22939
22940 \begin_layout Plain Layout
22941 \begin_inset Formula $\Diamond$
22942 \end_inset
22943
22944
22945 \end_layout
22946
22947 \end_inset
22948 </cell>
22949 </row>
22950 <row>
22951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955
22956 \backslash
22957 heartsuit
22958 \end_layout
22959
22960 \end_inset
22961 </cell>
22962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22963 \begin_inset Text
22964
22965 \begin_layout Plain Layout
22966 \begin_inset Formula $\heartsuit$
22967 \end_inset
22968
22969
22970 \end_layout
22971
22972 \end_inset
22973 </cell>
22974 </row>
22975 <row>
22976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22977 \begin_inset Text
22978
22979 \begin_layout Plain Layout
22980
22981 \backslash
22982 P
22983 \end_layout
22984
22985 \end_inset
22986 </cell>
22987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22988 \begin_inset Text
22989
22990 \begin_layout Plain Layout
22991 \begin_inset Formula $\P$
22992 \end_inset
22993
22994
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 </row>
23000 <row>
23001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005
23006 \backslash
23007 copyright
23008 \end_layout
23009
23010 \end_inset
23011 </cell>
23012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23013 \begin_inset Text
23014
23015 \begin_layout Plain Layout
23016 \begin_inset Formula $\copyright$
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \end_inset
23023 </cell>
23024 </row>
23025 <row>
23026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030
23031 \backslash
23032 circledR
23033 \end_layout
23034
23035 \end_inset
23036 </cell>
23037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041 \begin_inset Formula $\circledR$
23042 \end_inset
23043
23044
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 </row>
23050 <row>
23051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055
23056 \backslash
23057 maltese
23058 \end_layout
23059
23060 \end_inset
23061 </cell>
23062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066 \begin_inset Formula $\maltese$
23067 \end_inset
23068
23069
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 </row>
23075 <row>
23076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080
23081 \backslash
23082 diagup
23083 \end_layout
23084
23085 \end_inset
23086 </cell>
23087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091 \begin_inset Formula $\diagup$
23092 \end_inset
23093
23094
23095 \end_layout
23096
23097 \end_inset
23098 </cell>
23099 </row>
23100 <row>
23101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105
23106 \backslash
23107 diagdown
23108 \end_layout
23109
23110 \end_inset
23111 </cell>
23112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23113 \begin_inset Text
23114
23115 \begin_layout Plain Layout
23116 \begin_inset Formula $\diagdown$
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 </row>
23125 </lyxtabular>
23126
23127 \end_inset
23128
23129
23130 \end_layout
23131
23132 \begin_layout Standard
23133 \begin_inset VSpace medskip
23134 \end_inset
23135
23136
23137 \end_layout
23138
23139 \begin_layout Standard
23140 Algunos símbolos pueden presentarse en distintos tamaños, véase 
23141 \begin_inset CommandInset ref
23142 LatexCommand ref
23143 reference "subsec:Tamaños-de-tipografías"
23144
23145 \end_inset
23146
23147
23148 \end_layout
23149
23150 \begin_layout Subsection
23151 El símbolo del euro, €
23152 \begin_inset Index idx
23153 status collapsed
23154
23155 \begin_layout Plain Layout
23156 Símbolos ! euro
23157 \end_layout
23158
23159 \end_inset
23160
23161
23162 \begin_inset Index idx
23163 status collapsed
23164
23165 \begin_layout Plain Layout
23166
23167 \backslash
23168 @
23169 \begin_inset ERT
23170 status collapsed
23171
23172 \begin_layout Plain Layout
23173
23174
23175 \backslash
23176 officialeuro
23177 \end_layout
23178
23179 \end_inset
23180
23181
23182 \end_layout
23183
23184 \end_inset
23185
23186
23187 \end_layout
23188
23189 \begin_layout Standard
23190 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
23191  \SpecialChar LaTeX
23192  
23193 \series bold
23194 eurosym
23195 \series default
23196
23197 \begin_inset Index idx
23198 status collapsed
23199
23200 \begin_layout Plain Layout
23201 Paquetes ! eurosym
23202 \end_layout
23203
23204 \end_inset
23205
23206 , y cargado en el preámbulo \SpecialChar LaTeX
23207  con la línea
23208 \end_layout
23209
23210 \begin_layout Standard
23211
23212 \series bold
23213
23214 \backslash
23215 usepackage[gennarrow]{eurosym}
23216 \end_layout
23217
23218 \begin_layout Standard
23219 Actualmente también se puede insertar con el comando 
23220 \series bold
23221
23222 \backslash
23223 euro
23224 \series default
23225
23226 \begin_inset Index idx
23227 status collapsed
23228
23229 \begin_layout Plain Layout
23230 Comandos ! E ! 
23231 \backslash
23232 euro
23233 \end_layout
23234
23235 \end_inset
23236
23237 .
23238 \end_layout
23239
23240 \begin_layout Standard
23241 El símbolo del euro puede insertarse directamente con la tecla € en texto
23242  matemático sin tener 
23243 \series bold
23244 eurosym
23245 \series default
23246  instalado.
23247  Si 
23248 \series bold
23249 eurosym
23250 \series default
23251  está instalado, se puede insertar 
23252 \series bold
23253
23254 \backslash
23255 euro
23256 \series default
23257  en modo \SpecialChar TeX
23258 .
23259  El símbolo oficial de la moneda se puede insertar con el comando 
23260 \series bold
23261
23262 \backslash
23263 officialeuro
23264 \series default
23265
23266 \begin_inset Index idx
23267 status collapsed
23268
23269 \begin_layout Plain Layout
23270 Comandos ! O ! 
23271 \backslash
23272 officialeuro
23273 \end_layout
23274
23275 \end_inset
23276
23277 , que sólo está disponible en modo \SpecialChar TeX
23278 .
23279 \end_layout
23280
23281 \begin_layout Standard
23282 \begin_inset ERT
23283 status collapsed
23284
23285 \begin_layout Plain Layout
23286
23287
23288 \backslash
23289 ifeurosym
23290 \end_layout
23291
23292 \end_inset
23293
23294
23295 \begin_inset Note Note
23296 status collapsed
23297
23298 \begin_layout Plain Layout
23299 El cuadro siguiente sólo se mostrará si está instalado el paquete \SpecialChar LaTeX
23300  
23301 \series bold
23302 eurosym
23303 \series default
23304 .
23305 \end_layout
23306
23307 \end_inset
23308
23309
23310 \end_layout
23311
23312 \begin_layout Standard
23313 Un vistazo a los diferentes símbolos del euro.
23314 \begin_inset Separator parbreak
23315 \end_inset
23316
23317
23318 \end_layout
23319
23320 \begin_layout Standard
23321 \noindent
23322 \align center
23323 \begin_inset Tabular
23324 <lyxtabular version="3" rows="4" columns="3">
23325 <features tabularvalignment="middle">
23326 <column alignment="center" valignment="top">
23327 <column alignment="center" valignment="top">
23328 <column alignment="center" valignment="top">
23329 <row>
23330 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout Plain Layout
23343 Comando
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 Símbolo
23353 \end_layout
23354
23355 \end_inset
23356 </cell>
23357 </row>
23358 <row>
23359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23360 \begin_inset Text
23361
23362 \begin_layout Plain Layout
23363 ecuación
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372
23373 \backslash
23374 euro
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383 \begin_inset Formula $\euro$
23384 \end_inset
23385
23386
23387 \end_layout
23388
23389 \end_inset
23390 </cell>
23391 </row>
23392 <row>
23393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 texto matemático
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 \begin_inset Formula $\mbox{€}$
23416 \end_inset
23417
23418
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 </row>
23424 <row>
23425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23426 \begin_inset Text
23427
23428 \begin_layout Plain Layout
23429 modo \SpecialChar TeX
23430
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439
23440 \backslash
23441 officialeuro
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450 \begin_inset ERT
23451 status collapsed
23452
23453 \begin_layout Plain Layout
23454
23455
23456 \backslash
23457 officialeuro
23458 \end_layout
23459
23460 \end_inset
23461
23462
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 </row>
23468 </lyxtabular>
23469
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \begin_layout Standard
23476 \begin_inset ERT
23477 status collapsed
23478
23479 \begin_layout Plain Layout
23480
23481
23482 \backslash
23483 else
23484 \end_layout
23485
23486 \end_inset
23487
23488
23489 \begin_inset Note Note
23490 status collapsed
23491
23492 \begin_layout Plain Layout
23493 Se mostrará lo siguiente si no está instalado el paquete \SpecialChar LaTeX
23494  
23495 \series bold
23496 eurosym
23497 \series default
23498 :
23499 \end_layout
23500
23501 \end_inset
23502
23503
23504 \end_layout
23505
23506 \begin_layout Standard
23507 Para ver la salida completa de esta subsección debe estar instalado el paquete
23508  \SpecialChar LaTeX
23509  
23510 \series bold
23511 eurosym
23512 \series default
23513 .
23514 \end_layout
23515
23516 \begin_layout Standard
23517 \begin_inset ERT
23518 status collapsed
23519
23520 \begin_layout Plain Layout
23521
23522
23523 \backslash
23524 fi
23525 \end_layout
23526
23527 \end_inset
23528
23529
23530 \end_layout
23531
23532 \begin_layout Section
23533 Relaciones
23534 \begin_inset CommandInset label
23535 LatexCommand label
23536 name "sec:Relaciones"
23537
23538 \end_inset
23539
23540
23541 \begin_inset Index idx
23542 status collapsed
23543
23544 \begin_layout Plain Layout
23545 Relaciones
23546 \end_layout
23547
23548 \end_inset
23549
23550
23551 \begin_inset Index idx
23552 status collapsed
23553
23554 \begin_layout Plain Layout
23555 Comparaciones|see
23556 \begin_inset ERT
23557 status collapsed
23558
23559 \begin_layout Plain Layout
23560
23561 {
23562 \end_layout
23563
23564 \end_inset
23565
23566 Relaciones
23567 \begin_inset ERT
23568 status collapsed
23569
23570 \begin_layout Plain Layout
23571
23572 }
23573 \end_layout
23574
23575 \end_inset
23576
23577
23578 \end_layout
23579
23580 \end_inset
23581
23582
23583 \end_layout
23584
23585 \begin_layout Standard
23586 Todas las relaciones siguientes se pueden insertar también con el botón
23587  
23588 \begin_inset Info
23589 type  "icon"
23590 arg   "math-insert \\leq"
23591 \end_inset
23592
23593  de la barra de ecuaciones.
23594 \end_layout
23595
23596 \begin_layout Standard
23597 \begin_inset space \hfill{}
23598 \end_inset
23599
23600
23601 \begin_inset Tabular
23602 <lyxtabular version="3" rows="17" columns="2">
23603 <features tabularvalignment="middle">
23604 <column alignment="center" valignment="top" width="0pt">
23605 <column alignment="center" valignment="top" width="0pt">
23606 <row>
23607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611 Comando
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620 Relación
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 </row>
23626 <row>
23627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631 <
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640 \begin_inset Formula $<$
23641 \end_inset
23642
23643
23644 \end_layout
23645
23646 \end_inset
23647 </cell>
23648 </row>
23649 <row>
23650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654
23655 \backslash
23656 le
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665 \begin_inset Formula $\le$
23666 \end_inset
23667
23668
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 </row>
23674 <row>
23675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679
23680 \backslash
23681 ll
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23687 \begin_inset Text
23688
23689 \begin_layout Plain Layout
23690 \begin_inset Formula $\ll$
23691 \end_inset
23692
23693
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 </row>
23699 <row>
23700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704
23705 \backslash
23706 prec
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715 \begin_inset Formula $\prec$
23716 \end_inset
23717
23718
23719 \end_layout
23720
23721 \end_inset
23722 </cell>
23723 </row>
23724 <row>
23725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729
23730 \backslash
23731 preceq
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740 \begin_inset Formula $\preceq$
23741 \end_inset
23742
23743
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 </row>
23749 <row>
23750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754
23755 \backslash
23756 subset
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765 \begin_inset Formula $\subset$
23766 \end_inset
23767
23768
23769 \end_layout
23770
23771 \end_inset
23772 </cell>
23773 </row>
23774 <row>
23775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779
23780 \backslash
23781 subseteq
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23787 \begin_inset Text
23788
23789 \begin_layout Plain Layout
23790 \begin_inset Formula $\subseteq$
23791 \end_inset
23792
23793
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 </row>
23799 <row>
23800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804
23805 \backslash
23806 sqsubseteq
23807 \end_layout
23808
23809 \end_inset
23810 </cell>
23811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23812 \begin_inset Text
23813
23814 \begin_layout Plain Layout
23815 \begin_inset Formula $\sqsubseteq$
23816 \end_inset
23817
23818
23819 \end_layout
23820
23821 \end_inset
23822 </cell>
23823 </row>
23824 <row>
23825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23826 \begin_inset Text
23827
23828 \begin_layout Plain Layout
23829
23830 \backslash
23831 in
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Plain Layout
23840 \begin_inset Formula $\in$
23841 \end_inset
23842
23843
23844 \end_layout
23845
23846 \end_inset
23847 </cell>
23848 </row>
23849 <row>
23850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854
23855 \backslash
23856 vdash
23857 \end_layout
23858
23859 \end_inset
23860 </cell>
23861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23862 \begin_inset Text
23863
23864 \begin_layout Plain Layout
23865 \begin_inset Formula $\vdash$
23866 \end_inset
23867
23868
23869 \end_layout
23870
23871 \end_inset
23872 </cell>
23873 </row>
23874 <row>
23875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23876 \begin_inset Text
23877
23878 \begin_layout Plain Layout
23879
23880 \backslash
23881 smile
23882 \end_layout
23883
23884 \end_inset
23885 </cell>
23886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890 \begin_inset Formula $\smile$
23891 \end_inset
23892
23893
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 </row>
23899 <row>
23900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904
23905 \backslash
23906 lhd
23907 \end_layout
23908
23909 \end_inset
23910 </cell>
23911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23912 \begin_inset Text
23913
23914 \begin_layout Plain Layout
23915 \begin_inset Formula $\lhd$
23916 \end_inset
23917
23918
23919 \end_layout
23920
23921 \end_inset
23922 </cell>
23923 </row>
23924 <row>
23925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929
23930 \backslash
23931 unlhd
23932 \end_layout
23933
23934 \end_inset
23935 </cell>
23936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23937 \begin_inset Text
23938
23939 \begin_layout Plain Layout
23940 \begin_inset Formula $\unlhd$
23941 \end_inset
23942
23943
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 </row>
23949 <row>
23950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23951 \begin_inset Text
23952
23953 \begin_layout Plain Layout
23954
23955 \backslash
23956 gtrless
23957 \end_layout
23958
23959 \end_inset
23960 </cell>
23961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23962 \begin_inset Text
23963
23964 \begin_layout Plain Layout
23965 \begin_inset Formula $\gtrless$
23966 \end_inset
23967
23968
23969 \end_layout
23970
23971 \end_inset
23972 </cell>
23973 </row>
23974 <row>
23975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979
23980 \backslash
23981 mid
23982 \end_layout
23983
23984 \end_inset
23985 </cell>
23986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990 \begin_inset Formula $\mid$
23991 \end_inset
23992
23993
23994 \end_layout
23995
23996 \end_inset
23997 </cell>
23998 </row>
23999 <row>
24000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24001 \begin_inset Text
24002
24003 \begin_layout Plain Layout
24004
24005 \backslash
24006 nmid
24007 \end_layout
24008
24009 \end_inset
24010 </cell>
24011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24012 \begin_inset Text
24013
24014 \begin_layout Plain Layout
24015 \begin_inset Formula $\nmid$
24016 \end_inset
24017
24018
24019 \end_layout
24020
24021 \end_inset
24022 </cell>
24023 </row>
24024 </lyxtabular>
24025
24026 \end_inset
24027
24028
24029 \begin_inset space \hfill{}
24030 \end_inset
24031
24032
24033 \begin_inset Tabular
24034 <lyxtabular version="3" rows="17" columns="2">
24035 <features tabularvalignment="middle">
24036 <column alignment="center" valignment="top" width="0pt">
24037 <column alignment="center" valignment="top" width="0pt">
24038 <row>
24039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Plain Layout
24043 Comando
24044 \end_layout
24045
24046 \end_inset
24047 </cell>
24048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052 Relación
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 </row>
24058 <row>
24059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063 =
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24069 \begin_inset Text
24070
24071 \begin_layout Plain Layout
24072 \begin_inset Formula $=$
24073 \end_inset
24074
24075
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 </row>
24081 <row>
24082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086
24087 \backslash
24088 not=
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097 \begin_inset Formula $\not=$
24098 \end_inset
24099
24100
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 </row>
24106 <row>
24107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111
24112 \backslash
24113 equiv
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122 \begin_inset Formula $\equiv$
24123 \end_inset
24124
24125
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 </row>
24131 <row>
24132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136
24137 \backslash
24138 sim
24139 \end_layout
24140
24141 \end_inset
24142 </cell>
24143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147 \begin_inset Formula $\sim$
24148 \end_inset
24149
24150
24151 \end_layout
24152
24153 \end_inset
24154 </cell>
24155 </row>
24156 <row>
24157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161
24162 \backslash
24163 simeq
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172 \begin_inset Formula $\simeq$
24173 \end_inset
24174
24175
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 </row>
24181 <row>
24182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186
24187 \backslash
24188 approx
24189 \end_layout
24190
24191 \end_inset
24192 </cell>
24193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24194 \begin_inset Text
24195
24196 \begin_layout Plain Layout
24197 \begin_inset Formula $\approx$
24198 \end_inset
24199
24200
24201 \end_layout
24202
24203 \end_inset
24204 </cell>
24205 </row>
24206 <row>
24207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Plain Layout
24211
24212 \backslash
24213 cong
24214 \end_layout
24215
24216 \end_inset
24217 </cell>
24218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24219 \begin_inset Text
24220
24221 \begin_layout Plain Layout
24222 \begin_inset Formula $\cong$
24223 \end_inset
24224
24225
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 </row>
24231 <row>
24232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24233 \begin_inset Text
24234
24235 \begin_layout Plain Layout
24236
24237 \backslash
24238 bowtie
24239 \end_layout
24240
24241 \end_inset
24242 </cell>
24243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24244 \begin_inset Text
24245
24246 \begin_layout Plain Layout
24247 \begin_inset Formula $\bowtie$
24248 \end_inset
24249
24250
24251 \end_layout
24252
24253 \end_inset
24254 </cell>
24255 </row>
24256 <row>
24257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261
24262 \backslash
24263 notin
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272 \begin_inset Formula $\notin$
24273 \end_inset
24274
24275
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 </row>
24281 <row>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286
24287 \backslash
24288 perp
24289 \end_layout
24290
24291 \end_inset
24292 </cell>
24293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297 \begin_inset Formula $\perp$
24298 \end_inset
24299
24300
24301 \end_layout
24302
24303 \end_inset
24304 </cell>
24305 </row>
24306 <row>
24307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311
24312 \backslash
24313 propto
24314 \end_layout
24315
24316 \end_inset
24317 </cell>
24318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24319 \begin_inset Text
24320
24321 \begin_layout Plain Layout
24322 \begin_inset Formula $\propto$
24323 \end_inset
24324
24325
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 </row>
24331 <row>
24332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Plain Layout
24336
24337 \backslash
24338 asymp
24339 \end_layout
24340
24341 \end_inset
24342 </cell>
24343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24344 \begin_inset Text
24345
24346 \begin_layout Plain Layout
24347 \begin_inset Formula $\asymp$
24348 \end_inset
24349
24350
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 </row>
24356 <row>
24357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24358 \begin_inset Text
24359
24360 \begin_layout Plain Layout
24361
24362 \backslash
24363 doteq
24364 \end_layout
24365
24366 \end_inset
24367 </cell>
24368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24369 \begin_inset Text
24370
24371 \begin_layout Plain Layout
24372 \begin_inset Formula $\doteq$
24373 \end_inset
24374
24375
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 </row>
24381 <row>
24382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Plain Layout
24386
24387 \backslash
24388 circeq
24389 \end_layout
24390
24391 \end_inset
24392 </cell>
24393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24394 \begin_inset Text
24395
24396 \begin_layout Plain Layout
24397 \begin_inset Formula $\circeq$
24398 \end_inset
24399
24400
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 </row>
24406 <row>
24407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411
24412 \backslash
24413 models
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24419 \begin_inset Text
24420
24421 \begin_layout Plain Layout
24422 \begin_inset Formula $\models$
24423 \end_inset
24424
24425
24426 \end_layout
24427
24428 \end_inset
24429 </cell>
24430 </row>
24431 <row>
24432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24433 \begin_inset Text
24434
24435 \begin_layout Plain Layout
24436
24437 \backslash
24438 widehat=
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Plain Layout
24447 \begin_inset Formula $\widehat{=}$
24448 \end_inset
24449
24450
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 </row>
24456 </lyxtabular>
24457
24458 \end_inset
24459
24460
24461 \begin_inset space \hfill{}
24462 \end_inset
24463
24464
24465 \begin_inset Tabular
24466 <lyxtabular version="3" rows="17" columns="2">
24467 <features tabularvalignment="middle">
24468 <column alignment="center" valignment="top" width="0pt">
24469 <column alignment="center" valignment="top" width="0pt">
24470 <row>
24471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475 Comando
24476 \end_layout
24477
24478 \end_inset
24479 </cell>
24480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Plain Layout
24484 Relación
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 </row>
24490 <row>
24491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495 >
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504 \begin_inset Formula $>$
24505 \end_inset
24506
24507
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 </row>
24513 <row>
24514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Plain Layout
24518
24519 \backslash
24520 ge
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529 \begin_inset Formula $\ge$
24530 \end_inset
24531
24532
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 </row>
24538 <row>
24539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24540 \begin_inset Text
24541
24542 \begin_layout Plain Layout
24543
24544 \backslash
24545 gg
24546 \end_layout
24547
24548 \end_inset
24549 </cell>
24550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24551 \begin_inset Text
24552
24553 \begin_layout Plain Layout
24554 \begin_inset Formula $\gg$
24555 \end_inset
24556
24557
24558 \end_layout
24559
24560 \end_inset
24561 </cell>
24562 </row>
24563 <row>
24564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24565 \begin_inset Text
24566
24567 \begin_layout Plain Layout
24568
24569 \backslash
24570 succ
24571 \end_layout
24572
24573 \end_inset
24574 </cell>
24575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24576 \begin_inset Text
24577
24578 \begin_layout Plain Layout
24579 \begin_inset Formula $\succ$
24580 \end_inset
24581
24582
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 </row>
24588 <row>
24589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593
24594 \backslash
24595 succeq
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604 \begin_inset Formula $\succeq$
24605 \end_inset
24606
24607
24608 \end_layout
24609
24610 \end_inset
24611 </cell>
24612 </row>
24613 <row>
24614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24615 \begin_inset Text
24616
24617 \begin_layout Plain Layout
24618
24619 \backslash
24620 supset
24621 \end_layout
24622
24623 \end_inset
24624 </cell>
24625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24626 \begin_inset Text
24627
24628 \begin_layout Plain Layout
24629 \begin_inset Formula $\supset$
24630 \end_inset
24631
24632
24633 \end_layout
24634
24635 \end_inset
24636 </cell>
24637 </row>
24638 <row>
24639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24640 \begin_inset Text
24641
24642 \begin_layout Plain Layout
24643
24644 \backslash
24645 supseteq
24646 \end_layout
24647
24648 \end_inset
24649 </cell>
24650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24651 \begin_inset Text
24652
24653 \begin_layout Plain Layout
24654 \begin_inset Formula $\supseteq$
24655 \end_inset
24656
24657
24658 \end_layout
24659
24660 \end_inset
24661 </cell>
24662 </row>
24663 <row>
24664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668
24669 \backslash
24670 sqsupseteq
24671 \end_layout
24672
24673 \end_inset
24674 </cell>
24675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24676 \begin_inset Text
24677
24678 \begin_layout Plain Layout
24679 \begin_inset Formula $\sqsupseteq$
24680 \end_inset
24681
24682
24683 \end_layout
24684
24685 \end_inset
24686 </cell>
24687 </row>
24688 <row>
24689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24690 \begin_inset Text
24691
24692 \begin_layout Plain Layout
24693
24694 \backslash
24695 ni
24696 \end_layout
24697
24698 \end_inset
24699 </cell>
24700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24701 \begin_inset Text
24702
24703 \begin_layout Plain Layout
24704 \begin_inset Formula $\ni$
24705 \end_inset
24706
24707
24708 \end_layout
24709
24710 \end_inset
24711 </cell>
24712 </row>
24713 <row>
24714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24715 \begin_inset Text
24716
24717 \begin_layout Plain Layout
24718
24719 \backslash
24720 dashv
24721 \end_layout
24722
24723 \end_inset
24724 </cell>
24725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24726 \begin_inset Text
24727
24728 \begin_layout Plain Layout
24729 \begin_inset Formula $\dashv$
24730 \end_inset
24731
24732
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 </row>
24738 <row>
24739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24740 \begin_inset Text
24741
24742 \begin_layout Plain Layout
24743
24744 \backslash
24745 frown
24746 \end_layout
24747
24748 \end_inset
24749 </cell>
24750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754 \begin_inset Formula $\frown$
24755 \end_inset
24756
24757
24758 \end_layout
24759
24760 \end_inset
24761 </cell>
24762 </row>
24763 <row>
24764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768
24769 \backslash
24770 rhd
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779 \begin_inset Formula $\rhd$
24780 \end_inset
24781
24782
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 </row>
24788 <row>
24789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24790 \begin_inset Text
24791
24792 \begin_layout Plain Layout
24793
24794 \backslash
24795 unrhd
24796 \end_layout
24797
24798 \end_inset
24799 </cell>
24800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24801 \begin_inset Text
24802
24803 \begin_layout Plain Layout
24804 \begin_inset Formula $\unrhd$
24805 \end_inset
24806
24807
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 </row>
24813 <row>
24814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24815 \begin_inset Text
24816
24817 \begin_layout Plain Layout
24818
24819 \backslash
24820 lessgtr
24821 \end_layout
24822
24823 \end_inset
24824 </cell>
24825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24826 \begin_inset Text
24827
24828 \begin_layout Plain Layout
24829 \begin_inset Formula $\lessgtr$
24830 \end_inset
24831
24832
24833 \end_layout
24834
24835 \end_inset
24836 </cell>
24837 </row>
24838 <row>
24839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24840 \begin_inset Text
24841
24842 \begin_layout Plain Layout
24843
24844 \backslash
24845 parallel
24846 \end_layout
24847
24848 \end_inset
24849 </cell>
24850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854 \begin_inset Formula $\parallel$
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \end_inset
24861 </cell>
24862 </row>
24863 <row>
24864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868
24869 \backslash
24870 nparallel
24871 \end_layout
24872
24873 \end_inset
24874 </cell>
24875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24876 \begin_inset Text
24877
24878 \begin_layout Plain Layout
24879 \begin_inset Formula $\nparallel$
24880 \end_inset
24881
24882
24883 \end_layout
24884
24885 \end_inset
24886 </cell>
24887 </row>
24888 </lyxtabular>
24889
24890 \end_inset
24891
24892
24893 \begin_inset space \hfill{}
24894 \end_inset
24895
24896
24897 \end_layout
24898
24899 \begin_layout Standard
24900 \begin_inset VSpace medskip
24901 \end_inset
24902
24903
24904 \end_layout
24905
24906 \begin_layout Standard
24907 Los caracteres 
24908 \series bold
24909
24910 \backslash
24911 lhd
24912 \series default
24913  y 
24914 \series bold
24915
24916 \backslash
24917 rhd
24918 \series default
24919  son mayores que los operadores de aspecto similar 
24920 \series bold
24921
24922 \backslash
24923 triangleleft
24924 \series default
24925  y 
24926 \series bold
24927
24928 \backslash
24929 triangleright
24930 \series default
24931 , respectivamente.
24932 \end_layout
24933
24934 \begin_layout Standard
24935 \SpecialChar LyX
24936  soporta muchas otras relaciones especiales que se pueden ver pulsando el
24937  botón 
24938 \begin_inset Info
24939 type  "icon"
24940 arg   "math-insert \\leqq"
24941 \end_inset
24942
24943  de la barra de herramientas de ecuaciones.
24944 \end_layout
24945
24946 \begin_layout Standard
24947 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24948 \end_layout
24949
24950 \begin_layout Standard
24951 Se pueden componer relaciones con etiquetas con el comando 
24952 \series bold
24953
24954 \backslash
24955 stackrel
24956 \series default
24957
24958 \begin_inset Index idx
24959 status collapsed
24960
24961 \begin_layout Plain Layout
24962 Comandos ! S ! 
24963 \backslash
24964 stackrel
24965 \end_layout
24966
24967 \end_inset
24968
24969 :
24970 \begin_inset Separator parbreak
24971 \end_inset
24972
24973
24974 \end_layout
24975
24976 \begin_layout Standard
24977 \align center
24978 \begin_inset Tabular
24979 <lyxtabular version="3" rows="2" columns="2">
24980 <features tabularvalignment="middle">
24981 <column alignment="center" valignment="top">
24982 <column alignment="center" valignment="top">
24983 <row>
24984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24985 \begin_inset Text
24986
24987 \begin_layout Plain Layout
24988 Comando
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997 Resultado
24998 \begin_inset Note Note
24999 status collapsed
25000
25001 \begin_layout Plain Layout
25002
25003 \series bold
25004
25005 \backslash
25006 raisebox
25007 \series default
25008  se usa sólo como espaciador
25009 \end_layout
25010
25011 \end_inset
25012
25013
25014 \end_layout
25015
25016 \end_inset
25017 </cell>
25018 </row>
25019 <row>
25020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25021 \begin_inset Text
25022
25023 \begin_layout Plain Layout
25024 A(r)
25025 \backslash
25026 stackrel
25027 \begin_inset space \textvisiblespace{}
25028 \end_inset
25029
25030 r
25031 \backslash
25032 to
25033 \backslash
25034 infty
25035 \begin_inset space \textvisiblespace{}
25036 \end_inset
25037
25038
25039 \begin_inset Formula $\downarrow$
25040 \end_inset
25041
25042
25043 \backslash
25044 approx
25045 \begin_inset space \textvisiblespace{}
25046 \end_inset
25047
25048
25049 \begin_inset space \textvisiblespace{}
25050 \end_inset
25051
25052 B
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25058 \begin_inset Text
25059
25060 \begin_layout Plain Layout
25061 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
25062 \end_inset
25063
25064
25065 \end_layout
25066
25067 \end_inset
25068 </cell>
25069 </row>
25070 </lyxtabular>
25071
25072 \end_inset
25073
25074
25075 \end_layout
25076
25077 \begin_layout Section
25078 Funciones
25079 \end_layout
25080
25081 \begin_layout Subsection
25082 Funciones predefinidas
25083 \begin_inset CommandInset label
25084 LatexCommand label
25085 name "subsec:Funciones-predefinidas"
25086
25087 \end_inset
25088
25089
25090 \begin_inset Index idx
25091 status collapsed
25092
25093 \begin_layout Plain Layout
25094 Funciones ! predefinidas
25095 \end_layout
25096
25097 \end_inset
25098
25099
25100 \begin_inset Index idx
25101 status collapsed
25102
25103 \begin_layout Plain Layout
25104 Funciones ! en español
25105 \end_layout
25106
25107 \end_inset
25108
25109
25110 \end_layout
25111
25112 \begin_layout Standard
25113 En general las variables se escriben en 
25114 \emph on
25115 cursiva
25116 \emph default
25117  en expresiones matemáticas, pero no los nombres de las funciones, porque
25118  
25119 \begin_inset Formula $sen$
25120 \end_inset
25121
25122  podría confundirse con 
25123 \begin_inset Formula $s\cdot e\cdot n$
25124 \end_inset
25125
25126 .
25127  Por eso hay funciones predefinidas, que además se separan un poco del factor
25128  precedente.
25129  Se insertan como comandos con una barra inversa delante de su nombre.
25130 \begin_inset Separator parbreak
25131 \end_inset
25132
25133
25134 \end_layout
25135
25136 \begin_layout Standard
25137 \align center
25138 \begin_inset Tabular
25139 <lyxtabular version="3" rows="2" columns="4">
25140 <features tabularvalignment="middle">
25141 <column alignment="center" valignment="top" width="0pt">
25142 <column alignment="center" valignment="top" width="0pt">
25143 <column alignment="center" valignment="top" width="0pt">
25144 <column alignment="center" valignment="top" width="0pt">
25145 <row>
25146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25147 \begin_inset Text
25148
25149 \begin_layout Plain Layout
25150 Comando
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159 Resultado
25160 \end_layout
25161
25162 \end_inset
25163 </cell>
25164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168 Comando
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25174 \begin_inset Text
25175
25176 \begin_layout Plain Layout
25177 Resultado
25178 \end_layout
25179
25180 \end_inset
25181 </cell>
25182 </row>
25183 <row>
25184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188 Asen(x)+B
25189 \end_layout
25190
25191 \end_inset
25192 </cell>
25193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Plain Layout
25197 \begin_inset Formula $Asen(x)+B$
25198 \end_inset
25199
25200
25201 \end_layout
25202
25203 \end_inset
25204 </cell>
25205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25206 \begin_inset Text
25207
25208 \begin_layout Plain Layout
25209 A
25210 \backslash
25211 sen(x)+B
25212 \end_layout
25213
25214 \end_inset
25215 </cell>
25216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25217 \begin_inset Text
25218
25219 \begin_layout Plain Layout
25220 \begin_inset Formula $A\sen(x)+B$
25221 \end_inset
25222
25223
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 </row>
25229 </lyxtabular>
25230
25231 \end_inset
25232
25233
25234 \end_layout
25235
25236 \begin_layout Standard
25237 Las funciones siguientes están predefinidas:
25238 \begin_inset Foot
25239 status collapsed
25240
25241 \begin_layout Plain Layout
25242 Se han añadido los comandos equivalentes proporcionados por el estilo 
25243 \series bold
25244 spanish
25245 \series default
25246  de 
25247 \series bold
25248 babel
25249 \series default
25250 .
25251  (Estos no están disponibles en el panel de funciones).
25252  Además, en su caso, las funciones serán acentuadas automáticamente en la
25253  salida, p.
25254 \begin_inset space \thinspace{}
25255 \end_inset
25256
25257 e.
25258  
25259 \begin_inset Quotes fld
25260 \end_inset
25261
25262 lím
25263 \begin_inset Quotes frd
25264 \end_inset
25265
25266  o 
25267 \begin_inset Quotes fld
25268 \end_inset
25269
25270 máx
25271 \begin_inset Quotes frd
25272 \end_inset
25273
25274 .
25275  Más información en 
25276 \begin_inset CommandInset citation
25277 LatexCommand cite
25278 key "spanish"
25279
25280 \end_inset
25281
25282 .
25283  (
25284 \emph on
25285 N.
25286 \begin_inset space \thinspace{}
25287 \end_inset
25288
25289 del t.
25290 \emph default
25291 )
25292 \end_layout
25293
25294 \end_inset
25295
25296
25297 \end_layout
25298
25299 \begin_layout Standard
25300 \begin_inset VSpace -2mm
25301 \end_inset
25302
25303
25304 \end_layout
25305
25306 \begin_layout Standard
25307 \align center
25308 \begin_inset Tabular
25309 <lyxtabular version="3" rows="9" columns="7">
25310 <features tabularvalignment="middle">
25311 <column alignment="center" valignment="top" width="0pt">
25312 <column alignment="center" valignment="top" width="0pt">
25313 <column alignment="center" valignment="top" width="0pt">
25314 <column alignment="center" valignment="top" width="0pt">
25315 <column alignment="center" valignment="top" width="0pt">
25316 <column alignment="center" valignment="top" width="0pt">
25317 <column alignment="center" valignment="top" width="0pt">
25318 <row>
25319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25320 \begin_inset Text
25321
25322 \begin_layout Plain Layout
25323 Comando
25324 \end_layout
25325
25326 \end_inset
25327 </cell>
25328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25329 \begin_inset Text
25330
25331 \begin_layout Plain Layout
25332 español
25333 \end_layout
25334
25335 \end_inset
25336 </cell>
25337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341 Comando
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350 español
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Plain Layout
25359 Comando
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25365 \begin_inset Text
25366
25367 \begin_layout Plain Layout
25368 español
25369 \end_layout
25370
25371 \end_inset
25372 </cell>
25373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25374 \begin_inset Text
25375
25376 \begin_layout Plain Layout
25377 Comando
25378 \end_layout
25379
25380 \end_inset
25381 </cell>
25382 </row>
25383 <row>
25384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25385 \begin_inset Text
25386
25387 \begin_layout Plain Layout
25388
25389 \backslash
25390 sin
25391 \end_layout
25392
25393 \end_inset
25394 </cell>
25395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25396 \begin_inset Text
25397
25398 \begin_layout Plain Layout
25399
25400 \backslash
25401 sen
25402 \end_layout
25403
25404 \end_inset
25405 </cell>
25406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25407 \begin_inset Text
25408
25409 \begin_layout Plain Layout
25410
25411 \backslash
25412 sinh
25413 \end_layout
25414
25415 \end_inset
25416 </cell>
25417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25418 \begin_inset Text
25419
25420 \begin_layout Plain Layout
25421
25422 \backslash
25423 senh
25424 \end_layout
25425
25426 \end_inset
25427 </cell>
25428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25429 \begin_inset Text
25430
25431 \begin_layout Plain Layout
25432
25433 \backslash
25434 arcsin
25435 \end_layout
25436
25437 \end_inset
25438 </cell>
25439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25440 \begin_inset Text
25441
25442 \begin_layout Plain Layout
25443
25444 \backslash
25445 arcsen
25446 \end_layout
25447
25448 \end_inset
25449 </cell>
25450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Plain Layout
25454
25455 \backslash
25456 sup
25457 \end_layout
25458
25459 \end_inset
25460 </cell>
25461 </row>
25462 <row>
25463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25464 \begin_inset Text
25465
25466 \begin_layout Plain Layout
25467
25468 \backslash
25469 cos
25470 \end_layout
25471
25472 \end_inset
25473 </cell>
25474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25475 \begin_inset Text
25476
25477 \begin_layout Plain Layout
25478
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Plain Layout
25487
25488 \backslash
25489 cosh
25490 \end_layout
25491
25492 \end_inset
25493 </cell>
25494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25495 \begin_inset Text
25496
25497 \begin_layout Plain Layout
25498
25499 \end_layout
25500
25501 \end_inset
25502 </cell>
25503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25504 \begin_inset Text
25505
25506 \begin_layout Plain Layout
25507
25508 \backslash
25509 arccos
25510 \end_layout
25511
25512 \end_inset
25513 </cell>
25514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25515 \begin_inset Text
25516
25517 \begin_layout Plain Layout
25518
25519 \end_layout
25520
25521 \end_inset
25522 </cell>
25523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25524 \begin_inset Text
25525
25526 \begin_layout Plain Layout
25527
25528 \backslash
25529 inf
25530 \end_layout
25531
25532 \end_inset
25533 </cell>
25534 </row>
25535 <row>
25536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25537 \begin_inset Text
25538
25539 \begin_layout Plain Layout
25540
25541 \backslash
25542 tan
25543 \end_layout
25544
25545 \end_inset
25546 </cell>
25547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25548 \begin_inset Text
25549
25550 \begin_layout Plain Layout
25551
25552 \backslash
25553 tg
25554 \end_layout
25555
25556 \end_inset
25557 </cell>
25558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25559 \begin_inset Text
25560
25561 \begin_layout Plain Layout
25562
25563 \backslash
25564 tanh
25565 \end_layout
25566
25567 \end_inset
25568 </cell>
25569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25570 \begin_inset Text
25571
25572 \begin_layout Plain Layout
25573
25574 \backslash
25575 tgh
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25581 \begin_inset Text
25582
25583 \begin_layout Plain Layout
25584
25585 \backslash
25586 arctan
25587 \end_layout
25588
25589 \end_inset
25590 </cell>
25591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25592 \begin_inset Text
25593
25594 \begin_layout Plain Layout
25595
25596 \backslash
25597 arctg
25598 \end_layout
25599
25600 \end_inset
25601 </cell>
25602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25603 \begin_inset Text
25604
25605 \begin_layout Plain Layout
25606
25607 \backslash
25608 lim
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 </row>
25614 <row>
25615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619
25620 \backslash
25621 cot
25622 \end_layout
25623
25624 \end_inset
25625 </cell>
25626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25627 \begin_inset Text
25628
25629 \begin_layout Plain Layout
25630
25631 \backslash
25632 cotg
25633 \end_layout
25634
25635 \end_inset
25636 </cell>
25637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25638 \begin_inset Text
25639
25640 \begin_layout Plain Layout
25641
25642 \backslash
25643 coth
25644 \end_layout
25645
25646 \end_inset
25647 </cell>
25648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25649 \begin_inset Text
25650
25651 \begin_layout Plain Layout
25652
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25658 \begin_inset Text
25659
25660 \begin_layout Plain Layout
25661
25662 \backslash
25663 arg
25664 \end_layout
25665
25666 \end_inset
25667 </cell>
25668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Plain Layout
25672
25673 \end_layout
25674
25675 \end_inset
25676 </cell>
25677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25678 \begin_inset Text
25679
25680 \begin_layout Plain Layout
25681
25682 \backslash
25683 liminf
25684 \end_layout
25685
25686 \end_inset
25687 </cell>
25688 </row>
25689 <row>
25690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25691 \begin_inset Text
25692
25693 \begin_layout Plain Layout
25694
25695 \backslash
25696 sec
25697 \end_layout
25698
25699 \end_inset
25700 </cell>
25701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25702 \begin_inset Text
25703
25704 \begin_layout Plain Layout
25705
25706 \end_layout
25707
25708 \end_inset
25709 </cell>
25710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25711 \begin_inset Text
25712
25713 \begin_layout Plain Layout
25714
25715 \backslash
25716 min
25717 \end_layout
25718
25719 \end_inset
25720 </cell>
25721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25722 \begin_inset Text
25723
25724 \begin_layout Plain Layout
25725
25726 \end_layout
25727
25728 \end_inset
25729 </cell>
25730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25731 \begin_inset Text
25732
25733 \begin_layout Plain Layout
25734
25735 \backslash
25736 deg
25737 \end_layout
25738
25739 \end_inset
25740 </cell>
25741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25742 \begin_inset Text
25743
25744 \begin_layout Plain Layout
25745
25746 \end_layout
25747
25748 \end_inset
25749 </cell>
25750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25751 \begin_inset Text
25752
25753 \begin_layout Plain Layout
25754
25755 \backslash
25756 limsup
25757 \end_layout
25758
25759 \end_inset
25760 </cell>
25761 </row>
25762 <row>
25763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25764 \begin_inset Text
25765
25766 \begin_layout Plain Layout
25767
25768 \backslash
25769 csc
25770 \end_layout
25771
25772 \end_inset
25773 </cell>
25774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25775 \begin_inset Text
25776
25777 \begin_layout Plain Layout
25778
25779 \backslash
25780 cosec
25781 \end_layout
25782
25783 \end_inset
25784 </cell>
25785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25786 \begin_inset Text
25787
25788 \begin_layout Plain Layout
25789
25790 \backslash
25791 max
25792 \end_layout
25793
25794 \end_inset
25795 </cell>
25796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25797 \begin_inset Text
25798
25799 \begin_layout Plain Layout
25800
25801 \end_layout
25802
25803 \end_inset
25804 </cell>
25805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25806 \begin_inset Text
25807
25808 \begin_layout Plain Layout
25809
25810 \backslash
25811 det
25812 \end_layout
25813
25814 \end_inset
25815 </cell>
25816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Plain Layout
25820
25821 \end_layout
25822
25823 \end_inset
25824 </cell>
25825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Plain Layout
25829
25830 \backslash
25831 Pr
25832 \end_layout
25833
25834 \end_inset
25835 </cell>
25836 </row>
25837 <row>
25838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25839 \begin_inset Text
25840
25841 \begin_layout Plain Layout
25842
25843 \backslash
25844 ln
25845 \end_layout
25846
25847 \end_inset
25848 </cell>
25849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853
25854 \end_layout
25855
25856 \end_inset
25857 </cell>
25858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25859 \begin_inset Text
25860
25861 \begin_layout Plain Layout
25862
25863 \backslash
25864 exp
25865 \end_layout
25866
25867 \end_inset
25868 </cell>
25869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25870 \begin_inset Text
25871
25872 \begin_layout Plain Layout
25873
25874 \end_layout
25875
25876 \end_inset
25877 </cell>
25878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25879 \begin_inset Text
25880
25881 \begin_layout Plain Layout
25882
25883 \backslash
25884 dim
25885 \end_layout
25886
25887 \end_inset
25888 </cell>
25889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25890 \begin_inset Text
25891
25892 \begin_layout Plain Layout
25893
25894 \end_layout
25895
25896 \end_inset
25897 </cell>
25898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25899 \begin_inset Text
25900
25901 \begin_layout Plain Layout
25902
25903 \backslash
25904 hom
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 </row>
25910 <row>
25911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25912 \begin_inset Text
25913
25914 \begin_layout Plain Layout
25915
25916 \backslash
25917 lg
25918 \end_layout
25919
25920 \end_inset
25921 </cell>
25922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Plain Layout
25926
25927 \end_layout
25928
25929 \end_inset
25930 </cell>
25931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25932 \begin_inset Text
25933
25934 \begin_layout Plain Layout
25935
25936 \backslash
25937 log
25938 \end_layout
25939
25940 \end_inset
25941 </cell>
25942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25943 \begin_inset Text
25944
25945 \begin_layout Plain Layout
25946
25947 \end_layout
25948
25949 \end_inset
25950 </cell>
25951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25952 \begin_inset Text
25953
25954 \begin_layout Plain Layout
25955
25956 \backslash
25957 ker
25958 \end_layout
25959
25960 \end_inset
25961 </cell>
25962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Plain Layout
25975
25976 \backslash
25977 gcd
25978 \end_layout
25979
25980 \end_inset
25981 </cell>
25982 </row>
25983 </lyxtabular>
25984
25985 \end_inset
25986
25987
25988 \end_layout
25989
25990 \begin_layout Standard
25991 También se pueden insertar con el botón 
25992 \begin_inset Info
25993 type  "icon"
25994 arg   "math-insert \\functions"
25995 \end_inset
25996
25997  de la barra de ecuaciones.
25998 \end_layout
25999
26000 \begin_layout Subsection
26001 Funciones definidas por el usuario
26002 \begin_inset Index idx
26003 status collapsed
26004
26005 \begin_layout Plain Layout
26006 Funciones ! personalizadas
26007 \end_layout
26008
26009 \end_inset
26010
26011
26012 \end_layout
26013
26014 \begin_layout Standard
26015 Para usar una función no predefinida, como por ejemplo la función signo,
26016  sgn(x), hay dos posibilidades:
26017 \end_layout
26018
26019 \begin_layout Itemize
26020 Define la función añadiendo al preámbulo \SpecialChar LaTeX
26021  la línea
26022 \begin_inset Foot
26023 status collapsed
26024
26025 \begin_layout Plain Layout
26026 Más sobre 
26027 \series bold
26028
26029 \backslash
26030 DeclareMathOperator
26031 \series default
26032  en 
26033 \begin_inset CommandInset ref
26034 LatexCommand ref
26035 reference "subsec:Operadores-de-usuario"
26036
26037 \end_inset
26038
26039
26040 \end_layout
26041
26042 \end_inset
26043
26044
26045 \begin_inset Newline newline
26046 \end_inset
26047
26048
26049 \begin_inset VSpace -3mm
26050 \end_inset
26051
26052
26053 \begin_inset Newline newline
26054 \end_inset
26055
26056
26057 \series bold
26058
26059 \backslash
26060 DeclareMathOperator{
26061 \backslash
26062 sgn}{sgn}
26063 \series default
26064
26065 \begin_inset Index idx
26066 status collapsed
26067
26068 \begin_layout Plain Layout
26069 Comandos ! D ! 
26070 \backslash
26071 dbinom@
26072 \backslash
26073 DeclareMathOperator
26074 \end_layout
26075
26076 \end_inset
26077
26078
26079 \begin_inset Newline newline
26080 \end_inset
26081
26082
26083 \begin_inset VSpace -2mm
26084 \end_inset
26085
26086
26087 \begin_inset Newline newline
26088 \end_inset
26089
26090 Ahora la función recién definida se puede obtener con el comando 
26091 \series bold
26092
26093 \backslash
26094 sgn
26095 \series default
26096 .
26097 \end_layout
26098
26099 \begin_layout Itemize
26100 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
26101  en nuestro ejemplo las letras 
26102 \emph on
26103 sgn
26104 \emph default
26105 , y cámbialo a texto matemático.
26106  Entre el factor precedente y la función se inserta un espacio.
26107 \end_layout
26108
26109 \begin_layout Standard
26110 El resultado con ambos métodos es el mismo que con una función predefinida:
26111 \begin_inset Foot
26112 status collapsed
26113
26114 \begin_layout Plain Layout
26115 En \SpecialChar LyX
26116 , las funciones personalizadas se ven en rojo, las predefinidas en negro.
26117 \end_layout
26118
26119 \end_inset
26120
26121
26122 \begin_inset Separator parbreak
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 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 Subsection
26221 Límites
26222 \begin_inset Index idx
26223 status collapsed
26224
26225 \begin_layout Plain Layout
26226 Limites@Límites
26227 \end_layout
26228
26229 \end_inset
26230
26231
26232 \end_layout
26233
26234 \begin_layout Standard
26235 Para límites, además de 
26236 \series bold
26237
26238 \backslash
26239 lim
26240 \series default
26241
26242 \begin_inset Index idx
26243 status collapsed
26244
26245 \begin_layout Plain Layout
26246 Comandos ! L ! 
26247 \backslash
26248 lim
26249 \end_layout
26250
26251 \end_inset
26252
26253
26254 \series bold
26255
26256 \backslash
26257 liminf
26258 \series default
26259  y 
26260 \series bold
26261
26262 \backslash
26263 limsup
26264 \series default
26265  están definidas las siguientes funciones:
26266 \series bold
26267  
26268 \series default
26269
26270 \begin_inset Separator parbreak
26271 \end_inset
26272
26273
26274 \end_layout
26275
26276 \begin_layout Standard
26277 \noindent
26278 \align center
26279 \begin_inset Tabular
26280 <lyxtabular version="3" rows="5" columns="2">
26281 <features tabularvalignment="middle">
26282 <column alignment="center" valignment="top">
26283 <column alignment="center" valignment="top">
26284 <row>
26285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26286 \begin_inset Text
26287
26288 \begin_layout Plain Layout
26289 Comando
26290 \end_layout
26291
26292 \end_inset
26293 </cell>
26294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26295 \begin_inset Text
26296
26297 \begin_layout Plain Layout
26298 Resultado
26299 \begin_inset Note Note
26300 status collapsed
26301
26302 \begin_layout Plain Layout
26303
26304 \series bold
26305
26306 \backslash
26307 raisebox
26308 \series default
26309  se usa sólo como espaciador
26310 \end_layout
26311
26312 \end_inset
26313
26314
26315 \end_layout
26316
26317 \end_inset
26318 </cell>
26319 </row>
26320 <row>
26321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26322 \begin_inset Text
26323
26324 \begin_layout Plain Layout
26325
26326 \backslash
26327 varliminf
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Plain Layout
26336 \begin_inset Formula $\varliminf$
26337 \end_inset
26338
26339
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 </row>
26345 <row>
26346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26347 \begin_inset Text
26348
26349 \begin_layout Plain Layout
26350
26351 \backslash
26352 varlimsup
26353 \end_layout
26354
26355 \end_inset
26356 </cell>
26357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26358 \begin_inset Text
26359
26360 \begin_layout Plain Layout
26361 \begin_inset Formula $\varlimsup$
26362 \end_inset
26363
26364
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 </row>
26370 <row>
26371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26372 \begin_inset Text
26373
26374 \begin_layout Plain Layout
26375
26376 \backslash
26377 varprojlim
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26383 \begin_inset Text
26384
26385 \begin_layout Plain Layout
26386 \begin_inset Formula $\varprojlim$
26387 \end_inset
26388
26389
26390 \end_layout
26391
26392 \end_inset
26393 </cell>
26394 </row>
26395 <row>
26396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26397 \begin_inset Text
26398
26399 \begin_layout Plain Layout
26400
26401 \backslash
26402 varinjlim
26403 \end_layout
26404
26405 \end_inset
26406 </cell>
26407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26408 \begin_inset Text
26409
26410 \begin_layout Plain Layout
26411 \begin_inset Formula $\varinjlim$
26412 \end_inset
26413
26414
26415 \begin_inset Formula $\raisebox{-2.5mm}{}$
26416 \end_inset
26417
26418
26419 \end_layout
26420
26421 \end_inset
26422 </cell>
26423 </row>
26424 </lyxtabular>
26425
26426 \end_inset
26427
26428
26429 \end_layout
26430
26431 \begin_layout Standard
26432 \begin_inset VSpace medskip
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \begin_layout Standard
26439 El límite se crea insertando un subíndice.
26440  Se imprime a la derecha junto a la función en una fórmula en línea:
26441 \begin_inset Separator parbreak
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \begin_layout Standard
26448 \noindent
26449 \align center
26450 \begin_inset Tabular
26451 <lyxtabular version="3" rows="2" columns="2">
26452 <features tabularvalignment="middle">
26453 <column alignment="center" valignment="top" width="0pt">
26454 <column alignment="center" valignment="top" width="0pt">
26455 <row>
26456 <cell alignment="center" valignment="top" usebox="none">
26457 \begin_inset Text
26458
26459 \begin_layout Plain Layout
26460 Comando
26461 \end_layout
26462
26463 \end_inset
26464 </cell>
26465 <cell alignment="center" valignment="top" usebox="none">
26466 \begin_inset Text
26467
26468 \begin_layout Plain Layout
26469 \begin_inset space \hspace{}
26470 \length 1cm
26471 \end_inset
26472
26473 Resultado
26474 \begin_inset Note Note
26475 status collapsed
26476
26477 \begin_layout Plain Layout
26478
26479 \series bold
26480
26481 \backslash
26482 raisebox
26483 \series default
26484  se usa sólo como espaciador
26485 \end_layout
26486
26487 \end_inset
26488
26489
26490 \end_layout
26491
26492 \end_inset
26493 </cell>
26494 </row>
26495 <row>
26496 <cell alignment="center" valignment="top" usebox="none">
26497 \begin_inset Text
26498
26499 \begin_layout Plain Layout
26500
26501 \backslash
26502 lim_x
26503 \backslash
26504 to
26505 \begin_inset space \textvisiblespace{}
26506 \end_inset
26507
26508 A
26509 \begin_inset space \textvisiblespace{}
26510 \end_inset
26511
26512 x=B
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 <cell alignment="center" valignment="top" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Plain Layout
26521 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
26522 \end_inset
26523
26524
26525 \end_layout
26526
26527 \end_inset
26528 </cell>
26529 </row>
26530 </lyxtabular>
26531
26532 \end_inset
26533
26534
26535 \end_layout
26536
26537 \begin_layout Standard
26538 En una ecuación presentada el límite se imprime debajo, como es habitual:
26539 \begin_inset Formula 
26540 \[
26541 \lim\limits _{x\rightarrow A}=B
26542 \]
26543
26544 \end_inset
26545
26546
26547 \end_layout
26548
26549 \begin_layout Standard
26550 \begin_inset VSpace medskip
26551 \end_inset
26552
26553
26554 \end_layout
26555
26556 \begin_layout Standard
26557 Para el ajuste de la presentación de límites véase 
26558 \begin_inset CommandInset ref
26559 LatexCommand ref
26560 reference "subsec:Límites-de-operadores"
26561
26562 \end_inset
26563
26564 .
26565 \end_layout
26566
26567 \begin_layout Subsection
26568 Función módulo
26569 \begin_inset Index idx
26570 status collapsed
26571
26572 \begin_layout Plain Layout
26573 Funciones ! módulo
26574 \end_layout
26575
26576 \end_inset
26577
26578
26579 \end_layout
26580
26581 \begin_layout Standard
26582 La función módulo es especial, porque existe en cuatro variantes.
26583 \end_layout
26584
26585 \begin_layout Standard
26586 En una ecuación presentada:
26587 \begin_inset Formula 
26588 \begin{align*}
26589 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
26590 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26591 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26592 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26593 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26594 \end{align*}
26595
26596 \end_inset
26597
26598 En una ecuación en línea se pone menos espacio delante del nombre de la
26599  función para todas las variantes.
26600  Por omisión, las funciones módulo solo tienen en cuenta el primer carácter
26601  siguente.
26602  Para aplicarlas a más de un carácter hay que poner estos entre llaves \SpecialChar TeX
26603 :
26604 \begin_inset Formula 
26605 \begin{align*}
26606 \underline{\textrm{Comando}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Resultado}}\\
26607 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26608 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26609 \end{align*}
26610
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \begin_layout Section
26617 Caracteres especiales
26618 \begin_inset Index idx
26619 status collapsed
26620
26621 \begin_layout Plain Layout
26622 Caracteres especiales
26623 \end_layout
26624
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \begin_layout Standard
26631 Las teclas ^ y _ generan normalmente un exponente y un subíndice respectivamente.
26632  Para insertar estos caracteres como tales deben ir precedidos por 
26633 \backslash
26634 :
26635 \begin_inset Separator parbreak
26636 \end_inset
26637
26638
26639 \end_layout
26640
26641 \begin_layout Standard
26642 \noindent
26643 \align center
26644 \begin_inset Tabular
26645 <lyxtabular version="3" rows="3" columns="2">
26646 <features tabularvalignment="middle">
26647 <column alignment="block" valignment="top">
26648 <column alignment="block" valignment="top">
26649 <row>
26650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26651 \begin_inset Text
26652
26653 \begin_layout Plain Layout
26654 Comando
26655 \end_layout
26656
26657 \end_inset
26658 </cell>
26659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26660 \begin_inset Text
26661
26662 \begin_layout Plain Layout
26663 Resultado
26664 \end_layout
26665
26666 \end_inset
26667 </cell>
26668 </row>
26669 <row>
26670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26671 \begin_inset Text
26672
26673 \begin_layout Plain Layout
26674
26675 \backslash
26676 ^
26677 \begin_inset space \textvisiblespace{}
26678 \end_inset
26679
26680
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26686 \begin_inset Text
26687
26688 \begin_layout Plain Layout
26689 \begin_inset Formula $\mathcircumflex$
26690 \end_inset
26691
26692
26693 \end_layout
26694
26695 \end_inset
26696 </cell>
26697 </row>
26698 <row>
26699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Plain Layout
26703
26704 \backslash
26705 _
26706 \end_layout
26707
26708 \end_inset
26709 </cell>
26710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26711 \begin_inset Text
26712
26713 \begin_layout Plain Layout
26714 \begin_inset Formula $\_$
26715 \end_inset
26716
26717
26718 \end_layout
26719
26720 \end_inset
26721 </cell>
26722 </row>
26723 </lyxtabular>
26724
26725 \end_inset
26726
26727
26728 \end_layout
26729
26730 \begin_layout Subsection
26731 Caracteres especiales en texto matemático
26732 \end_layout
26733
26734 \begin_layout Standard
26735 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
26736  \SpecialChar TeX
26737 :
26738 \end_layout
26739
26740 \begin_layout Standard
26741 \begin_inset space \hfill{}
26742 \end_inset
26743
26744
26745 \begin_inset Tabular
26746 <lyxtabular version="3" rows="8" columns="2">
26747 <features tabularvalignment="middle">
26748 <column alignment="block" valignment="top">
26749 <column alignment="block" valignment="top">
26750 <row>
26751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26752 \begin_inset Text
26753
26754 \begin_layout Plain Layout
26755 Comando
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26761 \begin_inset Text
26762
26763 \begin_layout Plain Layout
26764 Resultado
26765 \end_layout
26766
26767 \end_inset
26768 </cell>
26769 </row>
26770 <row>
26771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26772 \begin_inset Text
26773
26774 \begin_layout Plain Layout
26775
26776 \backslash
26777 oe
26778 \end_layout
26779
26780 \end_inset
26781 </cell>
26782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26783 \begin_inset Text
26784
26785 \begin_layout Plain Layout
26786 \begin_inset Formula $\textrm{œ}$
26787 \end_inset
26788
26789
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 </row>
26795 <row>
26796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26797 \begin_inset Text
26798
26799 \begin_layout Plain Layout
26800
26801 \backslash
26802 OE
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26808 \begin_inset Text
26809
26810 \begin_layout Plain Layout
26811 \begin_inset Formula $\textrm{Œ}$
26812 \end_inset
26813
26814
26815 \end_layout
26816
26817 \end_inset
26818 </cell>
26819 </row>
26820 <row>
26821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26822 \begin_inset Text
26823
26824 \begin_layout Plain Layout
26825
26826 \backslash
26827 ae
26828 \end_layout
26829
26830 \end_inset
26831 </cell>
26832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26833 \begin_inset Text
26834
26835 \begin_layout Plain Layout
26836 \begin_inset Formula $\textrm{æ}$
26837 \end_inset
26838
26839
26840 \end_layout
26841
26842 \end_inset
26843 </cell>
26844 </row>
26845 <row>
26846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26847 \begin_inset Text
26848
26849 \begin_layout Plain Layout
26850
26851 \backslash
26852 AE
26853 \end_layout
26854
26855 \end_inset
26856 </cell>
26857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26858 \begin_inset Text
26859
26860 \begin_layout Plain Layout
26861 \begin_inset Formula $\textrm{Æ}$
26862 \end_inset
26863
26864
26865 \end_layout
26866
26867 \end_inset
26868 </cell>
26869 </row>
26870 <row>
26871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26872 \begin_inset Text
26873
26874 \begin_layout Plain Layout
26875
26876 \backslash
26877 aa
26878 \end_layout
26879
26880 \end_inset
26881 </cell>
26882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26883 \begin_inset Text
26884
26885 \begin_layout Plain Layout
26886 \begin_inset Formula $\textrm{\aa}$
26887 \end_inset
26888
26889
26890 \end_layout
26891
26892 \end_inset
26893 </cell>
26894 </row>
26895 <row>
26896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26897 \begin_inset Text
26898
26899 \begin_layout Plain Layout
26900
26901 \backslash
26902 AA
26903 \begin_inset Index idx
26904 status collapsed
26905
26906 \begin_layout Plain Layout
26907
26908 \backslash
26909 @
26910 \begin_inset ERT
26911 status collapsed
26912
26913 \begin_layout Plain Layout
26914
26915
26916 \backslash
26917 textrm{
26918 \backslash
26919 AA}
26920 \end_layout
26921
26922 \end_inset
26923
26924
26925 \end_layout
26926
26927 \end_inset
26928
26929
26930 \end_layout
26931
26932 \end_inset
26933 </cell>
26934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26935 \begin_inset Text
26936
26937 \begin_layout Plain Layout
26938 \begin_inset Formula $\textrm{Å}$
26939 \end_inset
26940
26941
26942 \end_layout
26943
26944 \end_inset
26945 </cell>
26946 </row>
26947 <row>
26948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26949 \begin_inset Text
26950
26951 \begin_layout Plain Layout
26952
26953 \backslash
26954 i
26955 \end_layout
26956
26957 \end_inset
26958 </cell>
26959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26960 \begin_inset Text
26961
26962 \begin_layout Plain Layout
26963 \begin_inset Formula $\textrm{ı}$
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \end_inset
26970 </cell>
26971 </row>
26972 </lyxtabular>
26973
26974 \end_inset
26975
26976
26977 \begin_inset space \hfill{}
26978 \end_inset
26979
26980
26981 \begin_inset Tabular
26982 <lyxtabular version="3" rows="8" columns="2">
26983 <features tabularvalignment="middle">
26984 <column alignment="block" valignment="top">
26985 <column alignment="center" valignment="top">
26986 <row>
26987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26988 \begin_inset Text
26989
26990 \begin_layout Plain Layout
26991 Comando
26992 \begin_inset Note Note
26993 status collapsed
26994
26995 \begin_layout Plain Layout
26996
26997 \series bold
26998
26999 \backslash
27000 raisebox
27001 \series default
27002  se usa sólo como espaciador
27003 \end_layout
27004
27005 \end_inset
27006
27007
27008 \end_layout
27009
27010 \end_inset
27011 </cell>
27012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27013 \begin_inset Text
27014
27015 \begin_layout Plain Layout
27016 Resultado
27017 \end_layout
27018
27019 \end_inset
27020 </cell>
27021 </row>
27022 <row>
27023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27024 \begin_inset Text
27025
27026 \begin_layout Plain Layout
27027
27028 \backslash
27029 o
27030 \end_layout
27031
27032 \end_inset
27033 </cell>
27034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27035 \begin_inset Text
27036
27037 \begin_layout Plain Layout
27038 \begin_inset Formula $\textrm{ø}$
27039 \end_inset
27040
27041
27042 \end_layout
27043
27044 \end_inset
27045 </cell>
27046 </row>
27047 <row>
27048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27049 \begin_inset Text
27050
27051 \begin_layout Plain Layout
27052
27053 \backslash
27054 O
27055 \end_layout
27056
27057 \end_inset
27058 </cell>
27059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27060 \begin_inset Text
27061
27062 \begin_layout Plain Layout
27063 \begin_inset Formula $\textrm{Ø}$
27064 \end_inset
27065
27066
27067 \end_layout
27068
27069 \end_inset
27070 </cell>
27071 </row>
27072 <row>
27073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27074 \begin_inset Text
27075
27076 \begin_layout Plain Layout
27077
27078 \backslash
27079 l
27080 \end_layout
27081
27082 \end_inset
27083 </cell>
27084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27085 \begin_inset Text
27086
27087 \begin_layout Plain Layout
27088 \begin_inset Formula $\textrm{ł}$
27089 \end_inset
27090
27091
27092 \end_layout
27093
27094 \end_inset
27095 </cell>
27096 </row>
27097 <row>
27098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27099 \begin_inset Text
27100
27101 \begin_layout Plain Layout
27102
27103 \backslash
27104 L
27105 \end_layout
27106
27107 \end_inset
27108 </cell>
27109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27110 \begin_inset Text
27111
27112 \begin_layout Plain Layout
27113 \begin_inset Formula $\textrm{Ł}$
27114 \end_inset
27115
27116
27117 \end_layout
27118
27119 \end_inset
27120 </cell>
27121 </row>
27122 <row>
27123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27124 \begin_inset Text
27125
27126 \begin_layout Plain Layout
27127 !
27128 \begin_inset space \hspace{}
27129 \length 0mm
27130 \end_inset
27131
27132 `
27133 \begin_inset space \textvisiblespace{}
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \end_inset
27140 </cell>
27141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27142 \begin_inset Text
27143
27144 \begin_layout Plain Layout
27145 \begin_inset Formula $\textrm{!`}$
27146 \end_inset
27147
27148
27149 \end_layout
27150
27151 \end_inset
27152 </cell>
27153 </row>
27154 <row>
27155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27156 \begin_inset Text
27157
27158 \begin_layout Plain Layout
27159 ?
27160 \begin_inset space \hspace{}
27161 \length 0mm
27162 \end_inset
27163
27164 `
27165 \begin_inset space \textvisiblespace{}
27166 \end_inset
27167
27168
27169 \end_layout
27170
27171 \end_inset
27172 </cell>
27173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27174 \begin_inset Text
27175
27176 \begin_layout Plain Layout
27177 \begin_inset Formula $\textrm{?`}$
27178 \end_inset
27179
27180
27181 \end_layout
27182
27183 \end_inset
27184 </cell>
27185 </row>
27186 <row>
27187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27188 \begin_inset Text
27189
27190 \begin_layout Plain Layout
27191
27192 \backslash
27193 j
27194 \end_layout
27195
27196 \end_inset
27197 </cell>
27198 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27199 \begin_inset Text
27200
27201 \begin_layout Plain Layout
27202 \begin_inset Formula $\textrm{ȷ}$
27203 \end_inset
27204
27205
27206 \end_layout
27207
27208 \end_inset
27209 </cell>
27210 </row>
27211 </lyxtabular>
27212
27213 \end_inset
27214
27215
27216 \begin_inset space \hfill{}
27217 \end_inset
27218
27219
27220 \end_layout
27221
27222 \begin_layout Standard
27223 Los caracteres 
27224 \begin_inset Formula $\textrm{\textrm{Å}}$
27225 \end_inset
27226
27227  y 
27228 \begin_inset Formula $\textrm{\textrm{Ø}}$
27229 \end_inset
27230
27231  también se pueden insertar mediante el botón 
27232 \begin_inset Info
27233 type  "icon"
27234 arg   "math-insert \\digamma"
27235 \end_inset
27236
27237  de la barra de ecuaciones.
27238 \end_layout
27239
27240 \begin_layout Standard
27241 Los comandos 
27242 \series bold
27243 !
27244 \begin_inset space \hspace{}
27245 \length 0mm
27246 \end_inset
27247
27248 `
27249 \series default
27250  y 
27251 \series bold
27252 ?
27253 \begin_inset space \hspace{}
27254 \length 0mm
27255 \end_inset
27256
27257 `
27258 \series default
27259  son una excepción porque se pueden insertar directamente a texto en \SpecialChar LyX
27260 .
27261  
27262 \end_layout
27263
27264 \begin_layout Subsection
27265 Acentos en texto
27266 \begin_inset CommandInset label
27267 LatexCommand label
27268 name "subsec:Acentos-en-texto"
27269
27270 \end_inset
27271
27272
27273 \begin_inset Index idx
27274 status collapsed
27275
27276 \begin_layout Plain Layout
27277 Acentos ! en texto
27278 \end_layout
27279
27280 \end_inset
27281
27282
27283 \end_layout
27284
27285 \begin_layout Standard
27286 Con los siguientes comandos se pueden acentuar todas las letras.
27287  Los comandos deben ponerse en modo \SpecialChar TeX
27288 .
27289 \end_layout
27290
27291 \begin_layout Standard
27292 \begin_inset space \hfill{}
27293 \end_inset
27294
27295
27296 \begin_inset Tabular
27297 <lyxtabular version="3" rows="8" columns="2">
27298 <features tabularvalignment="middle">
27299 <column alignment="block" valignment="top">
27300 <column alignment="block" valignment="top">
27301 <row>
27302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27303 \begin_inset Text
27304
27305 \begin_layout Plain Layout
27306 Comando
27307 \end_layout
27308
27309 \end_inset
27310 </cell>
27311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27312 \begin_inset Text
27313
27314 \begin_layout Plain Layout
27315 Resultado
27316 \end_layout
27317
27318 \end_inset
27319 </cell>
27320 </row>
27321 <row>
27322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27323 \begin_inset Text
27324
27325 \begin_layout Plain Layout
27326
27327 \backslash
27328
27329 \begin_inset Quotes grd
27330 \end_inset
27331
27332 e
27333 \end_layout
27334
27335 \end_inset
27336 </cell>
27337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27338 \begin_inset Text
27339
27340 \begin_layout Plain Layout
27341 \begin_inset ERT
27342 status collapsed
27343
27344 \begin_layout Plain Layout
27345
27346
27347 \backslash
27348 "e
27349 \end_layout
27350
27351 \end_inset
27352
27353
27354 \end_layout
27355
27356 \end_inset
27357 </cell>
27358 </row>
27359 <row>
27360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27361 \begin_inset Text
27362
27363 \begin_layout Plain Layout
27364
27365 \backslash
27366 `e
27367 \end_layout
27368
27369 \end_inset
27370 </cell>
27371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27372 \begin_inset Text
27373
27374 \begin_layout Plain Layout
27375 \begin_inset ERT
27376 status collapsed
27377
27378 \begin_layout Plain Layout
27379
27380
27381 \backslash
27382 `e
27383 \end_layout
27384
27385 \end_inset
27386
27387
27388 \end_layout
27389
27390 \end_inset
27391 </cell>
27392 </row>
27393 <row>
27394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27395 \begin_inset Text
27396
27397 \begin_layout Plain Layout
27398
27399 \backslash
27400 ^
27401 \begin_inset space \textvisiblespace{}
27402 \end_inset
27403
27404 e
27405 \end_layout
27406
27407 \end_inset
27408 </cell>
27409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27410 \begin_inset Text
27411
27412 \begin_layout Plain Layout
27413 \begin_inset ERT
27414 status collapsed
27415
27416 \begin_layout Plain Layout
27417
27418
27419 \backslash
27420 ^e
27421 \end_layout
27422
27423 \end_inset
27424
27425
27426 \end_layout
27427
27428 \end_inset
27429 </cell>
27430 </row>
27431 <row>
27432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27433 \begin_inset Text
27434
27435 \begin_layout Plain Layout
27436
27437 \backslash
27438 =e
27439 \end_layout
27440
27441 \end_inset
27442 </cell>
27443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27444 \begin_inset Text
27445
27446 \begin_layout Plain Layout
27447 \begin_inset ERT
27448 status collapsed
27449
27450 \begin_layout Plain Layout
27451
27452
27453 \backslash
27454 =e
27455 \end_layout
27456
27457 \end_inset
27458
27459
27460 \end_layout
27461
27462 \end_inset
27463 </cell>
27464 </row>
27465 <row>
27466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27467 \begin_inset Text
27468
27469 \begin_layout Plain Layout
27470
27471 \backslash
27472 u
27473 \begin_inset space \textvisiblespace{}
27474 \end_inset
27475
27476 e
27477 \end_layout
27478
27479 \end_inset
27480 </cell>
27481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27482 \begin_inset Text
27483
27484 \begin_layout Plain Layout
27485 \begin_inset ERT
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489
27490
27491 \backslash
27492 u e
27493 \end_layout
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \end_inset
27501 </cell>
27502 </row>
27503 <row>
27504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27505 \begin_inset Text
27506
27507 \begin_layout Plain Layout
27508
27509 \backslash
27510 b
27511 \begin_inset space \textvisiblespace{}
27512 \end_inset
27513
27514 e
27515 \end_layout
27516
27517 \end_inset
27518 </cell>
27519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27520 \begin_inset Text
27521
27522 \begin_layout Plain Layout
27523 \begin_inset ERT
27524 status collapsed
27525
27526 \begin_layout Plain Layout
27527
27528
27529 \backslash
27530 b e
27531 \end_layout
27532
27533 \end_inset
27534
27535
27536 \end_layout
27537
27538 \end_inset
27539 </cell>
27540 </row>
27541 <row>
27542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27543 \begin_inset Text
27544
27545 \begin_layout Plain Layout
27546
27547 \backslash
27548 t
27549 \begin_inset space \textvisiblespace{}
27550 \end_inset
27551
27552 ee
27553 \end_layout
27554
27555 \end_inset
27556 </cell>
27557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27558 \begin_inset Text
27559
27560 \begin_layout Plain Layout
27561 \begin_inset ERT
27562 status collapsed
27563
27564 \begin_layout Plain Layout
27565
27566
27567 \backslash
27568 t ee
27569 \end_layout
27570
27571 \end_inset
27572
27573
27574 \end_layout
27575
27576 \end_inset
27577 </cell>
27578 </row>
27579 </lyxtabular>
27580
27581 \end_inset
27582
27583
27584 \begin_inset space \hfill{}
27585 \end_inset
27586
27587
27588 \begin_inset Tabular
27589 <lyxtabular version="3" rows="8" columns="2">
27590 <features tabularvalignment="middle">
27591 <column alignment="block" valignment="top">
27592 <column alignment="center" valignment="top">
27593 <row>
27594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27595 \begin_inset Text
27596
27597 \begin_layout Plain Layout
27598 Comando
27599 \end_layout
27600
27601 \end_inset
27602 </cell>
27603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27604 \begin_inset Text
27605
27606 \begin_layout Plain Layout
27607 Resultado
27608 \end_layout
27609
27610 \end_inset
27611 </cell>
27612 </row>
27613 <row>
27614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27615 \begin_inset Text
27616
27617 \begin_layout Plain Layout
27618
27619 \backslash
27620 H
27621 \begin_inset space \textvisiblespace{}
27622 \end_inset
27623
27624 e
27625 \end_layout
27626
27627 \end_inset
27628 </cell>
27629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27630 \begin_inset Text
27631
27632 \begin_layout Plain Layout
27633 \begin_inset ERT
27634 status collapsed
27635
27636 \begin_layout Plain Layout
27637
27638
27639 \backslash
27640 H e
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \end_inset
27649 </cell>
27650 </row>
27651 <row>
27652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27653 \begin_inset Text
27654
27655 \begin_layout Plain Layout
27656
27657 \backslash
27658 'e
27659 \end_layout
27660
27661 \end_inset
27662 </cell>
27663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27664 \begin_inset Text
27665
27666 \begin_layout Plain Layout
27667 \begin_inset ERT
27668 status collapsed
27669
27670 \begin_layout Plain Layout
27671
27672
27673 \backslash
27674 'e
27675 \end_layout
27676
27677 \end_inset
27678
27679
27680 \end_layout
27681
27682 \end_inset
27683 </cell>
27684 </row>
27685 <row>
27686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27687 \begin_inset Text
27688
27689 \begin_layout Plain Layout
27690
27691 \backslash
27692 ~e
27693 \begin_inset Index idx
27694 status collapsed
27695
27696 \begin_layout Plain Layout
27697 Tilde
27698 \end_layout
27699
27700 \end_inset
27701
27702
27703 \end_layout
27704
27705 \end_inset
27706 </cell>
27707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27708 \begin_inset Text
27709
27710 \begin_layout Plain Layout
27711 \begin_inset ERT
27712 status collapsed
27713
27714 \begin_layout Plain Layout
27715
27716
27717 \backslash
27718 ~e
27719 \end_layout
27720
27721 \end_inset
27722
27723
27724 \end_layout
27725
27726 \end_inset
27727 </cell>
27728 </row>
27729 <row>
27730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27731 \begin_inset Text
27732
27733 \begin_layout Plain Layout
27734
27735 \backslash
27736 .e
27737 \end_layout
27738
27739 \end_inset
27740 </cell>
27741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27742 \begin_inset Text
27743
27744 \begin_layout Plain Layout
27745 \begin_inset ERT
27746 status collapsed
27747
27748 \begin_layout Plain Layout
27749
27750
27751 \backslash
27752 .e
27753 \end_layout
27754
27755 \end_inset
27756
27757
27758 \end_layout
27759
27760 \end_inset
27761 </cell>
27762 </row>
27763 <row>
27764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27765 \begin_inset Text
27766
27767 \begin_layout Plain Layout
27768
27769 \backslash
27770 v
27771 \begin_inset space \textvisiblespace{}
27772 \end_inset
27773
27774 e
27775 \end_layout
27776
27777 \end_inset
27778 </cell>
27779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27780 \begin_inset Text
27781
27782 \begin_layout Plain Layout
27783 \begin_inset ERT
27784 status collapsed
27785
27786 \begin_layout Plain Layout
27787
27788
27789 \backslash
27790 v e
27791 \end_layout
27792
27793 \end_inset
27794
27795
27796 \end_layout
27797
27798 \end_inset
27799 </cell>
27800 </row>
27801 <row>
27802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27803 \begin_inset Text
27804
27805 \begin_layout Plain Layout
27806
27807 \backslash
27808 d
27809 \begin_inset space \textvisiblespace{}
27810 \end_inset
27811
27812 e
27813 \end_layout
27814
27815 \end_inset
27816 </cell>
27817 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27818 \begin_inset Text
27819
27820 \begin_layout Plain Layout
27821 \begin_inset ERT
27822 status collapsed
27823
27824 \begin_layout Plain Layout
27825
27826
27827 \backslash
27828 d e
27829 \end_layout
27830
27831 \end_inset
27832
27833
27834 \end_layout
27835
27836 \end_inset
27837 </cell>
27838 </row>
27839 <row>
27840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27841 \begin_inset Text
27842
27843 \begin_layout Plain Layout
27844
27845 \backslash
27846 c
27847 \begin_inset space \textvisiblespace{}
27848 \end_inset
27849
27850 e
27851 \end_layout
27852
27853 \end_inset
27854 </cell>
27855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27856 \begin_inset Text
27857
27858 \begin_layout Plain Layout
27859 \begin_inset ERT
27860 status collapsed
27861
27862 \begin_layout Plain Layout
27863
27864
27865 \backslash
27866 c e
27867 \end_layout
27868
27869 \end_inset
27870
27871
27872 \end_layout
27873
27874 \end_inset
27875 </cell>
27876 </row>
27877 </lyxtabular>
27878
27879 \end_inset
27880
27881
27882 \begin_inset space \hfill{}
27883 \end_inset
27884
27885
27886 \end_layout
27887
27888 \begin_layout Standard
27889 \begin_inset VSpace medskip
27890 \end_inset
27891
27892
27893 \end_layout
27894
27895 \begin_layout Standard
27896 Con el comando 
27897 \series bold
27898
27899 \backslash
27900 t
27901 \series default
27902  también se pueden acentuar dos caracteres distintos.
27903  El comando 
27904 \series bold
27905
27906 \backslash
27907 t
27908 \begin_inset space \textvisiblespace{}
27909 \end_inset
27910
27911 sz
27912 \series default
27913  genera 
27914 \begin_inset ERT
27915 status collapsed
27916
27917 \begin_layout Plain Layout
27918
27919
27920 \backslash
27921 t sz
27922 \end_layout
27923
27924 \end_inset
27925
27926
27927 \end_layout
27928
27929 \begin_layout Standard
27930 Los acentos 
27931 \series bold
27932 `
27933 \series default
27934  , 
27935 \series bold
27936 '
27937 \series default
27938  y 
27939 \series bold
27940 ^
27941 \series default
27942  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27943  \SpecialChar TeX
27944 .
27945  Lo mismo se aplica a la tilde
27946 \begin_inset Foot
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27951 \end_layout
27952
27953 \end_inset
27954
27955  con 
27956 \emph on
27957 a
27958 \emph default
27959
27960 \emph on
27961 o
27962 \emph default
27963  y 
27964 \emph on
27965 n.
27966 \end_layout
27967
27968 \begin_layout Standard
27969 Los comandos 
27970 \series bold
27971
27972 \backslash
27973 b
27974 \series default
27975  , 
27976 \series bold
27977
27978 \backslash
27979 c
27980 \series default
27981  , 
27982 \series bold
27983
27984 \backslash
27985 d
27986 \series default
27987  , 
27988 \series bold
27989
27990 \backslash
27991 H
27992 \series default
27993  , 
27994 \series bold
27995
27996 \backslash
27997 t
27998 \series default
27999  , 
28000 \series bold
28001
28002 \backslash
28003 u
28004 \series default
28005  , 
28006 \series bold
28007
28008 \backslash
28009 v
28010 \series default
28011 , y acentos insertados directamente con el teclado también están disponibles
28012  en texto matemático.
28013  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
28014  
28015 \begin_inset CommandInset ref
28016 LatexCommand ref
28017 reference "subsec:Acentos-para-un"
28018
28019 \end_inset
28020
28021 .
28022 \end_layout
28023
28024 \begin_layout Standard
28025 \begin_inset VSpace bigskip
28026 \end_inset
28027
28028
28029 \end_layout
28030
28031 \begin_layout Standard
28032 Además, con el comando 
28033 \series bold
28034
28035 \backslash
28036 textcircled
28037 \series default
28038
28039 \begin_inset Index idx
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043 Comandos ! T ! 
28044 \backslash
28045 textcircled
28046 \end_layout
28047
28048 \end_inset
28049
28050  se pueden insertar en un círculo todos los números y letras, de forma parecida
28051  al símbolo copyright.
28052 \begin_inset Separator parbreak
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \begin_layout Standard
28059 \noindent
28060 \align center
28061 \begin_inset Tabular
28062 <lyxtabular version="3" rows="3" columns="2">
28063 <features tabularvalignment="middle">
28064 <column alignment="center" valignment="top">
28065 <column alignment="center" valignment="top">
28066 <row>
28067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28068 \begin_inset Text
28069
28070 \begin_layout Plain Layout
28071 Comando
28072 \end_layout
28073
28074 \end_inset
28075 </cell>
28076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28077 \begin_inset Text
28078
28079 \begin_layout Plain Layout
28080 Resultado
28081 \begin_inset Note Note
28082 status collapsed
28083
28084 \begin_layout Plain Layout
28085
28086 \series bold
28087
28088 \backslash
28089 raisebox
28090 \series default
28091  se usa sólo como espaciador
28092 \end_layout
28093
28094 \end_inset
28095
28096
28097 \end_layout
28098
28099 \end_inset
28100 </cell>
28101 </row>
28102 <row>
28103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28104 \begin_inset Text
28105
28106 \begin_layout Plain Layout
28107
28108 \backslash
28109 textcircled{w}
28110 \end_layout
28111
28112 \end_inset
28113 </cell>
28114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28115 \begin_inset Text
28116
28117 \begin_layout Plain Layout
28118 \begin_inset ERT
28119 status collapsed
28120
28121 \begin_layout Plain Layout
28122
28123
28124 \backslash
28125 textcircled{w}
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \end_layout
28132
28133 \end_inset
28134 </cell>
28135 </row>
28136 <row>
28137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28138 \begin_inset Text
28139
28140 \begin_layout Plain Layout
28141
28142 \backslash
28143 Large 
28144 \backslash
28145 textcircled{
28146 \backslash
28147 normalsize
28148 \backslash
28149 protect
28150 \backslash
28151 raisebox{-1.5pt}{W}}
28152 \end_layout
28153
28154 \end_inset
28155 </cell>
28156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28157 \begin_inset Text
28158
28159 \begin_layout Plain Layout
28160 \begin_inset Formula $\raisebox{4.5mm}{}$
28161 \end_inset
28162
28163
28164 \begin_inset ERT
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168
28169
28170 \backslash
28171 Large 
28172 \backslash
28173 textcircled{
28174 \backslash
28175 normalsize
28176 \backslash
28177 protect
28178 \backslash
28179 raisebox{-1.5pt}W}
28180 \end_layout
28181
28182 \end_inset
28183
28184
28185 \begin_inset Formula $\raisebox{-2mm}{}$
28186 \end_inset
28187
28188
28189 \end_layout
28190
28191 \end_inset
28192 </cell>
28193 </row>
28194 </lyxtabular>
28195
28196 \end_inset
28197
28198
28199 \end_layout
28200
28201 \begin_layout Standard
28202 Hay que tener cuidado que el carácter se ajuste al círculo.
28203  Por eso 
28204 \series bold
28205
28206 \backslash
28207 Large
28208 \begin_inset Foot
28209 status collapsed
28210
28211 \begin_layout Plain Layout
28212 véase 
28213 \begin_inset CommandInset ref
28214 LatexCommand ref
28215 reference "subsec:Tamaños-de-tipografías"
28216
28217 \end_inset
28218
28219
28220 \end_layout
28221
28222 \end_inset
28223
28224
28225 \series default
28226  especifica el tamaño del círculo.
28227  Con ayuda de 
28228 \series bold
28229
28230 \backslash
28231 raisebox
28232 \begin_inset Foot
28233 status collapsed
28234
28235 \begin_layout Plain Layout
28236 véase 
28237 \begin_inset CommandInset ref
28238 LatexCommand ref
28239 reference "subsec:Marcos-sin-bordes"
28240
28241 \end_inset
28242
28243
28244 \end_layout
28245
28246 \end_inset
28247
28248
28249 \series default
28250  se puede centrar el carácter.
28251 \end_layout
28252
28253 \begin_layout Subsection
28254 Números en estilo antiguo
28255 \begin_inset Index idx
28256 status collapsed
28257
28258 \begin_layout Plain Layout
28259 Numeros@Números ! en estilo antiguo
28260 \end_layout
28261
28262 \end_inset
28263
28264
28265 \end_layout
28266
28267 \begin_layout Standard
28268 Los números en estilo antiguo o elzevirianos se componen con el comando
28269  
28270 \series bold
28271
28272 \backslash
28273 oldstylenums
28274 \series default
28275
28276 \begin_inset Index idx
28277 status collapsed
28278
28279 \begin_layout Plain Layout
28280 Comandos ! O ! 
28281 \backslash
28282 oldstylenums
28283 \end_layout
28284
28285 \end_inset
28286
28287 .
28288  El comando se puede usar en ecuaciones y en modo \SpecialChar TeX
28289 .
28290  Su esquema es:
28291 \end_layout
28292
28293 \begin_layout Standard
28294
28295 \series bold
28296
28297 \backslash
28298 oldstylenums{número}
28299 \end_layout
28300
28301 \begin_layout Standard
28302 El comando 
28303 \series bold
28304
28305 \backslash
28306 oldstylenums{0123456789}
28307 \series default
28308  genera: 
28309 \begin_inset Formula $\oldstylenums{0123456789}$
28310 \end_inset
28311
28312
28313 \end_layout
28314
28315 \begin_layout Section
28316 Estilos de ecuación
28317 \begin_inset CommandInset label
28318 LatexCommand label
28319 name "sec:Estilos-de-ecuación"
28320
28321 \end_inset
28322
28323
28324 \begin_inset Index idx
28325 status collapsed
28326
28327 \begin_layout Plain Layout
28328 Ecuación ! estilos de
28329 \end_layout
28330
28331 \end_inset
28332
28333
28334 \end_layout
28335
28336 \begin_layout Itemize
28337 Hay dos estilos diferentes de alineación:
28338 \begin_inset Separator parbreak
28339 \end_inset
28340
28341
28342 \end_layout
28343
28344 \begin_deeper
28345 \begin_layout Description
28346 Centrado es el estándar predefinido
28347 \end_layout
28348
28349 \begin_layout Description
28350 Sangrado para este estilo debe insertarse la opción de clase 
28351 \series bold
28352 fleqn
28353 \series default
28354  en el menú 
28355 \family sans
28356 Documento\SpecialChar menuseparator
28357 Configuración
28358 \family default
28359  bajo 
28360 \family sans
28361 Clase de documento
28362 \end_layout
28363
28364 \begin_layout Standard
28365 Cuando se usa 
28366 \series bold
28367 Sangrado
28368 \series default
28369 , éste se puede ajustar con la longitud 
28370 \series bold
28371
28372 \backslash
28373 mathindent
28374 \series default
28375
28376 \begin_inset Index idx
28377 status collapsed
28378
28379 \begin_layout Plain Layout
28380 Comandos ! M ! 
28381 \backslash
28382 mathindent
28383 \end_layout
28384
28385 \end_inset
28386
28387 .
28388  Para 15
28389 \begin_inset space \thinspace{}
28390 \end_inset
28391
28392 mm, por ejemplo, se inserta esta línea de comando en el preámbulo \SpecialChar LaTeX
28393 :
28394 \end_layout
28395
28396 \begin_layout Standard
28397
28398 \series bold
28399
28400 \backslash
28401 setlength{
28402 \backslash
28403 mathindent}{15mm}
28404 \end_layout
28405
28406 \begin_layout Standard
28407 Si no se especifica longitud se usa el valor predeterminado de 30
28408 \begin_inset space \thinspace{}
28409 \end_inset
28410
28411 pt.
28412 \end_layout
28413
28414 \end_deeper
28415 \begin_layout Itemize
28416 Y dos estilos diferentes de numeración:
28417 \begin_inset Separator parbreak
28418 \end_inset
28419
28420
28421 \end_layout
28422
28423 \begin_deeper
28424 \begin_layout Description
28425 Derecha es el estándar predefinido
28426 \end_layout
28427
28428 \begin_layout Description
28429 Izquierda para este estilo debe insertarse la opción de clase 
28430 \series bold
28431 leqno
28432 \series default
28433  en el menú 
28434 \family sans
28435 Documento\SpecialChar menuseparator
28436 Configuración
28437 \family default
28438  bajo 
28439 \family sans
28440 Clase de documento
28441 \end_layout
28442
28443 \end_deeper
28444 \begin_layout Standard
28445
28446 \series bold
28447 fleqn
28448 \series default
28449  y 
28450 \series bold
28451 leqno
28452 \series default
28453  también se pueden usar juntos.
28454  En ese caso se insertan ambas opciones, separadas por una coma.
28455 \end_layout
28456
28457 \begin_layout Standard
28458 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
28459  documento.
28460  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
28461  estilo 
28462 \series bold
28463 Centrado
28464 \series default
28465  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
28466 \begin_inset CommandInset ref
28467 LatexCommand ref
28468 reference "subsec:Entorno-flalign"
28469
28470 \end_inset
28471
28472 .
28473 \end_layout
28474
28475 \begin_layout Section
28476 Ecuaciones multilínea
28477 \begin_inset CommandInset label
28478 LatexCommand label
28479 name "sec:Ecuaciones-multilínea"
28480
28481 \end_inset
28482
28483
28484 \begin_inset Index idx
28485 status collapsed
28486
28487 \begin_layout Plain Layout
28488 Ecuación ! multilínea
28489 \end_layout
28490
28491 \end_inset
28492
28493
28494 \end_layout
28495
28496 \begin_layout Subsection
28497 General
28498 \end_layout
28499
28500 \begin_layout Standard
28501 En \SpecialChar LyX
28502  se generan nuevas líneas en una ecuación con 
28503 \family sans
28504 Ctrl+Entrar
28505 \family default
28506 .
28507  Esto crea un 
28508 \series bold
28509 entorno eqnarray
28510 \series default
28511 , que se describe en
28512 \begin_inset space ~
28513 \end_inset
28514
28515
28516 \begin_inset CommandInset ref
28517 LatexCommand ref
28518 reference "subsec:Entorno-eqnarray"
28519
28520 \end_inset
28521
28522  o, si se ha marcado la opción 
28523 \family sans
28524 Usar
28525 \begin_inset space ~
28526 \end_inset
28527
28528 el
28529 \begin_inset space ~
28530 \end_inset
28531
28532 paquete
28533 \begin_inset space ~
28534 \end_inset
28535
28536 de
28537 \begin_inset space ~
28538 \end_inset
28539
28540 ecuaciones
28541 \begin_inset space ~
28542 \end_inset
28543
28544 AMS
28545 \family default
28546  en la configuración del documento
28547 \family sans
28548 , un 
28549 \series bold
28550 entorno
28551 \family default
28552 \series default
28553  
28554 \series bold
28555 align
28556 \series default
28557 , que se describe en
28558 \begin_inset space ~
28559 \end_inset
28560
28561
28562 \begin_inset CommandInset ref
28563 LatexCommand ref
28564 reference "subsec:Entorno-align-estándar"
28565
28566 \end_inset
28567
28568 .
28569  Se recomienda el entorno align porque proporciona una salida tipográficamente
28570  correcta en cualquier caso.
28571 \end_layout
28572
28573 \begin_layout Standard
28574 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28575  el menú 
28576 \family sans
28577 Insertar\SpecialChar menuseparator
28578 Ecuación
28579 \family default
28580 .
28581  En las siguientes secciones se describen estos entornos.
28582 \end_layout
28583
28584 \begin_layout Standard
28585 En todos los entornos de ecuación multilínea la combinación 
28586 \family sans
28587 Ctrl+Entrar
28588 \family default
28589  genera una línea nueva.
28590  Para añadir o quitar líneas se pueden usar los botones 
28591 \begin_inset Info
28592 type  "icon"
28593 arg   "inset-modify tabular append-row"
28594 \end_inset
28595
28596  o 
28597 \begin_inset Info
28598 type  "icon"
28599 arg   "inset-modify tabular delete-row"
28600 \end_inset
28601
28602  de la barra de herramientas, respectivamente, o el menú 
28603 \family sans
28604 Editar\SpecialChar menuseparator
28605 Filas y columnas
28606 \family default
28607 .
28608 \end_layout
28609
28610 \begin_layout Subsubsection
28611 Separación de líneas
28612 \begin_inset CommandInset label
28613 LatexCommand label
28614 name "subsec:Separación-de-líneas"
28615
28616 \end_inset
28617
28618
28619 \begin_inset Index idx
28620 status collapsed
28621
28622 \begin_layout Plain Layout
28623 Ecuación ! multilínea ! separación de filas
28624 \end_layout
28625
28626 \end_inset
28627
28628
28629 \end_layout
28630
28631 \begin_layout Standard
28632 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28633 \begin_inset Formula 
28634 \begin{eqnarray*}
28635 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}\\
28636 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
28637 \end{eqnarray*}
28638
28639 \end_inset
28640
28641 En \SpecialChar LaTeX
28642  un espacio adicional para una línea se especifica como argumento opcional
28643  del comando de nueva línea.
28644  Esto aún no es posible en LYX,
28645 \begin_inset Foot
28646 status collapsed
28647
28648 \begin_layout Plain Layout
28649 véase 
28650 \begin_inset CommandInset href
28651 LatexCommand href
28652 name "LyX-bug #1505"
28653 target "http://www.lyx.org/trac/ticket/1505"
28654
28655 \end_inset
28656
28657
28658 \end_layout
28659
28660 \end_inset
28661
28662  por lo que toda la ecuación debe insertarse en modo \SpecialChar TeX
28663 .
28664  Para añadir espacio en nuestro ejemplo se inserta el comando 
28665 \series bold
28666
28667 \backslash
28668
28669 \backslash
28670 [3mm]
28671 \series default
28672  al final de la primera línea.
28673  Así: 
28674 \begin_inset ERT
28675 status collapsed
28676
28677 \begin_layout Plain Layout
28678
28679
28680 \backslash
28681 begin{eqnarray*}
28682 \end_layout
28683
28684 \begin_layout Plain Layout
28685
28686 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28687  = & 
28688 \backslash
28689 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28690 \backslash
28691
28692 \backslash
28693 [3mm]
28694 \end_layout
28695
28696 \begin_layout Plain Layout
28697
28698 4x^{2}
28699 \backslash
28700 left(B^{2}+x_{0}^{2}
28701 \backslash
28702 right)+4x_{0}x
28703 \backslash
28704 left(D-B^{2}
28705 \backslash
28706 right)+B^{2}
28707 \backslash
28708 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28709 \backslash
28710 right) & = & 0
28711 \end_layout
28712
28713 \begin_layout Plain Layout
28714
28715
28716 \backslash
28717 end{eqnarray*}
28718 \end_layout
28719
28720 \end_inset
28721
28722
28723 \begin_inset VSpace bigskip
28724 \end_inset
28725
28726
28727 \end_layout
28728
28729 \begin_layout Standard
28730 Para obtener separación en todas las líneas hay que cambiar la longitud
28731  
28732 \series bold
28733
28734 \backslash
28735 jot
28736 \series default
28737
28738 \begin_inset Index idx
28739 status collapsed
28740
28741 \begin_layout Plain Layout
28742 Comandos ! J ! 
28743 \backslash
28744 jot
28745 \end_layout
28746
28747 \end_inset
28748
28749 .
28750  La definición es: 
28751 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\,pt+\backslash jot}$
28752 \end_inset
28753
28754 .
28755  El valor predeterminado para 
28756 \series bold
28757
28758 \backslash
28759 jot
28760 \series default
28761  es 3
28762 \begin_inset space \thinspace{}
28763 \end_inset
28764
28765 pt.
28766  Para establecer una separación adicional de 3
28767 \begin_inset space \thinspace{}
28768 \end_inset
28769
28770 mm como en el ejemplo anterior, se inserta el comando
28771 \end_layout
28772
28773 \begin_layout Standard
28774
28775 \series bold
28776
28777 \backslash
28778 setlength{
28779 \backslash
28780 jot}{3mm+3pt}
28781 \end_layout
28782
28783 \begin_layout Standard
28784 en modo \SpecialChar TeX
28785  antes de la ecuación.
28786  Es necesario cargar el paquete 
28787 \series bold
28788 calc
28789 \series default
28790
28791 \begin_inset Foot
28792 status collapsed
28793
28794 \begin_layout Plain Layout
28795
28796 \series bold
28797 calc
28798 \series default
28799  forma parte de toda instalación \SpecialChar LaTeX
28800  estándar.
28801 \end_layout
28802
28803 \end_inset
28804
28805
28806 \begin_inset Index idx
28807 status collapsed
28808
28809 \begin_layout Plain Layout
28810 Paquetes ! calc
28811 \end_layout
28812
28813 \end_inset
28814
28815  en el preámbulo con la línea
28816 \end_layout
28817
28818 \begin_layout Standard
28819
28820 \series bold
28821
28822 \backslash
28823 usepackage{calc}
28824 \end_layout
28825
28826 \begin_layout Standard
28827 Se obtiene:
28828 \begin_inset ERT
28829 status collapsed
28830
28831 \begin_layout Plain Layout
28832
28833
28834 \backslash
28835 setlength{
28836 \backslash
28837 jot}{3mm+3pt}
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \begin_inset Formula 
28844 \begin{eqnarray*}
28845 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}\\
28846 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
28847 \end{eqnarray*}
28848
28849 \end_inset
28850
28851
28852 \begin_inset ERT
28853 status collapsed
28854
28855 \begin_layout Plain Layout
28856
28857
28858 \backslash
28859 setlength{
28860 \backslash
28861 jot}{3pt}
28862 \end_layout
28863
28864 \end_inset
28865
28866  Para volver a la distancia predeterminada, 
28867 \series bold
28868
28869 \backslash
28870 jot
28871 \series default
28872  se establece en 3
28873 \begin_inset space \thinspace{}
28874 \end_inset
28875
28876 pt.
28877 \end_layout
28878
28879 \begin_layout Subsubsection
28880 Separación de columnas
28881 \begin_inset CommandInset label
28882 LatexCommand label
28883 name "subsec:Separación-de-columnas"
28884
28885 \end_inset
28886
28887
28888 \begin_inset Index idx
28889 status collapsed
28890
28891 \begin_layout Plain Layout
28892 Ecuación ! multilínea !separación de columnas
28893 \end_layout
28894
28895 \end_inset
28896
28897
28898 \end_layout
28899
28900 \begin_layout Standard
28901 Una ecuación multilínea forma una matriz.
28902  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28903  columnas.
28904  Cambiando la separación de columnas en este entorno se puede cambiar el
28905  espacio junto al signo de relación.
28906 \end_layout
28907
28908 \begin_layout Standard
28909 La separación de columnas se especifica con la longitud
28910 \series bold
28911  
28912 \backslash
28913 arraycolsep
28914 \series default
28915
28916 \begin_inset Index idx
28917 status collapsed
28918
28919 \begin_layout Plain Layout
28920 Comandos ! A ! 
28921 \backslash
28922 arraycolsep
28923 \end_layout
28924
28925 \end_inset
28926
28927  según:
28928 \begin_inset Newline newline
28929 \end_inset
28930
28931 separación de columnas = 2
28932 \begin_inset space \thinspace{}
28933 \end_inset
28934
28935
28936 \series bold
28937
28938 \backslash
28939 arraycolsep
28940 \series default
28941
28942 \begin_inset Newline newline
28943 \end_inset
28944
28945 Así, el comando en modo \SpecialChar TeX
28946
28947 \end_layout
28948
28949 \begin_layout Standard
28950
28951 \series bold
28952
28953 \backslash
28954 setlength{
28955 \backslash
28956 arraycolsep}{1cm}
28957 \end_layout
28958
28959 \begin_layout Standard
28960 establece para todas las ecuaciones siguientes una separación de columnas
28961  de 2
28962 \begin_inset space \thinspace{}
28963 \end_inset
28964
28965 cm.
28966  Para volver al valor predefinido, 
28967 \series bold
28968
28969 \backslash
28970 arraycolsep
28971 \series default
28972  se pone en 5
28973 \begin_inset space \thinspace{}
28974 \end_inset
28975
28976 pt.
28977 \end_layout
28978
28979 \begin_layout Standard
28980 Una ecuación con separación de 2
28981 \begin_inset space \thinspace{}
28982 \end_inset
28983
28984 cm entre columnas:
28985 \begin_inset ERT
28986 status collapsed
28987
28988 \begin_layout Plain Layout
28989
28990
28991 \backslash
28992 setlength{
28993 \backslash
28994 arraycolsep}{1cm}
28995 \end_layout
28996
28997 \end_inset
28998
28999
29000 \begin_inset Formula 
29001 \begin{eqnarray*}
29002 A & = & B\\
29003 C & \ne & A
29004 \end{eqnarray*}
29005
29006 \end_inset
29007
29008 Una ecuación con la separación predefinida para matrices, 10
29009 \begin_inset space \thinspace{}
29010 \end_inset
29011
29012 pt:
29013 \begin_inset ERT
29014 status collapsed
29015
29016 \begin_layout Plain Layout
29017
29018
29019 \backslash
29020 setlength{
29021 \backslash
29022 arraycolsep}{5pt}
29023 \end_layout
29024
29025 \end_inset
29026
29027
29028 \begin_inset Formula 
29029 \begin{eqnarray*}
29030 A & = & B\\
29031 C & \ne & A
29032 \end{eqnarray*}
29033
29034 \end_inset
29035
29036
29037 \end_layout
29038
29039 \begin_layout Subsubsection
29040 Ecuaciones largas
29041 \begin_inset Index idx
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045 Ecuación ! larga
29046 \end_layout
29047
29048 \end_inset
29049
29050
29051 \end_layout
29052
29053 \begin_layout Standard
29054 Se pueden componer ecuaciones largas mediante estos métodos:
29055 \end_layout
29056
29057 \begin_layout Itemize
29058 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
29059  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
29060 \begin_inset Formula 
29061 \begin{eqnarray}
29062 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 \\
29063  &  & -\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}
29064 \end{eqnarray}
29065
29066 \end_inset
29067
29068 El signo menos al principio de la segunda línea normalmente no aparece como
29069  operador porque es el primer carácter de la línea.
29070  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
29071  Para evitarlo se ha insertado 3
29072 \begin_inset space \thinspace{}
29073 \end_inset
29074
29075 pt de espacio detrás del menos con el comando 
29076 \series bold
29077
29078 \backslash
29079 hspace
29080 \series default
29081 .
29082 \begin_inset Foot
29083 status collapsed
29084
29085 \begin_layout Plain Layout
29086 véase más sobre 
29087 \series bold
29088
29089 \backslash
29090 hspace
29091 \series default
29092  en 
29093 \begin_inset CommandInset ref
29094 LatexCommand ref
29095 reference "subsec:Espacio-variable"
29096
29097 \end_inset
29098
29099
29100 \end_layout
29101
29102 \end_inset
29103
29104
29105 \begin_inset Index idx
29106 status collapsed
29107
29108 \begin_layout Plain Layout
29109 Comandos ! H ! 
29110 \backslash
29111 hspace
29112 \end_layout
29113
29114 \end_inset
29115
29116
29117 \end_layout
29118
29119 \begin_layout Itemize
29120 Si ambos lados de la ecuación son demasiado largos se usa el comando 
29121 \series bold
29122
29123 \backslash
29124 lefteqn
29125 \series default
29126
29127 \begin_inset Index idx
29128 status collapsed
29129
29130 \begin_layout Plain Layout
29131 Comandos ! L ! 
29132 \backslash
29133 lefteqn
29134 \end_layout
29135
29136 \end_inset
29137
29138 .
29139  Se inserta en la primer columna de la primera línea y hace que todas las
29140  inserciones posteriores sobreescriban las columnas siguientes:
29141 \begin_inset Formula 
29142 \begin{eqnarray}
29143 \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 \\
29144  &  & -\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 \\
29145  &  & =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}
29146 \end{eqnarray}
29147
29148 \end_inset
29149
29150 Tras la inserción de 
29151 \series bold
29152
29153 \backslash
29154 lefteqn
29155 \series default
29156  el cursor está en un marco púrpura un poco a la izquierda del azul.
29157  La ecuación se inserta en éste.
29158 \begin_inset Newline newline
29159 \end_inset
29160
29161 El contenido de las restantes líneas se inserta en la segunda columna o
29162  en otra.
29163  A mayor número de columna donde se inserte, mayor sangrado.
29164 \begin_inset VSpace medskip
29165 \end_inset
29166
29167
29168 \begin_inset Newline newline
29169 \end_inset
29170
29171
29172 \begin_inset Note Greyedout
29173 status open
29174
29175 \begin_layout Plain Layout
29176 Ten en cuenta lo siguiente si usas 
29177 \series bold
29178
29179 \backslash
29180 lefteqn
29181 \series default
29182 :
29183 \end_layout
29184
29185 \begin_layout Itemize
29186 La ecuación no usa la anchura total de la página.
29187  Cuando se añade, p.
29188 \begin_inset space \thinspace{}
29189 \end_inset
29190
29191 e., el término 
29192 \begin_inset Formula $-B^{2}$
29193 \end_inset
29194
29195  en la primera línea del ejemplo, debería estar fuera del margen.
29196  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
29197  principio de la primera línea.
29198 \end_layout
29199
29200 \begin_layout Itemize
29201 Debido a un fallo en \SpecialChar LyX
29202  el cursor no se puede poner con el ratón en la primera
29203  línea.
29204 \begin_inset Foot
29205 status collapsed
29206
29207 \begin_layout Plain Layout
29208 \begin_inset CommandInset href
29209 LatexCommand href
29210 name "LyX-bug #1429"
29211 target "http://www.lyx.org/trac/ticket/1429"
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \end_inset
29219
29220  Sólo se puede poner el cursor al principio de la línea y moverlo con las
29221  teclas de flecha.
29222 \end_layout
29223
29224 \end_inset
29225
29226  
29227 \end_layout
29228
29229 \begin_layout Itemize
29230 Se describen otros métodos para escribir fórmulas largas en 
29231 \begin_inset CommandInset ref
29232 LatexCommand ref
29233 reference "subsec:Entorno-multilínea"
29234
29235 \end_inset
29236
29237  y 
29238 \begin_inset CommandInset ref
29239 LatexCommand ref
29240 reference "subsec:Partes-multilínea"
29241
29242 \end_inset
29243
29244 .
29245 \end_layout
29246
29247 \begin_layout Subsubsection
29248 Fracciones multilínea
29249 \begin_inset CommandInset label
29250 LatexCommand label
29251 name "subsec:Fracciones-multilínea"
29252
29253 \end_inset
29254
29255
29256 \begin_inset Index idx
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260 Fracciones ! multilínea
29261 \end_layout
29262
29263 \end_inset
29264
29265
29266 \end_layout
29267
29268 \begin_layout Standard
29269 Hay casos en que el denominador y/o el numerador de una fracción son tan
29270  largos que no caben en una línea.
29271  Es necesario añadir un salto de línea mediante el comando 
29272 \series bold
29273
29274 \backslash
29275 splitfrac
29276 \series default
29277
29278 \begin_inset Index idx
29279 status collapsed
29280
29281 \begin_layout Plain Layout
29282 Comandos ! S ! 
29283 \backslash
29284 splitfrac
29285 \end_layout
29286
29287 \end_inset
29288
29289 .
29290  Para utilizarlo debe estar marcada la opción 
29291 \family sans
29292 Cargar
29293 \begin_inset space ~
29294 \end_inset
29295
29296 siempre
29297 \family default
29298  el paquete 
29299 \series bold
29300 mathtools
29301 \series default
29302
29303 \begin_inset Index idx
29304 status collapsed
29305
29306 \begin_layout Plain Layout
29307 Paquetes ! mathtools
29308 \end_layout
29309
29310 \end_inset
29311
29312  en las 
29313 \family sans
29314 Opciones
29315 \begin_inset space ~
29316 \end_inset
29317
29318 para
29319 \begin_inset space ~
29320 \end_inset
29321
29322 ecuaciones
29323 \family default
29324  en la configuración del documento.
29325
29326 \series bold
29327  
29328 \backslash
29329 splitfrac
29330 \series default
29331  se usa con la sintaxis
29332 \end_layout
29333
29334 \begin_layout Standard
29335
29336 \series bold
29337
29338 \backslash
29339 splitfrac{primera línea}{segunda línea}
29340 \end_layout
29341
29342 \begin_layout Standard
29343 en el denominador y/o en el numerador.
29344 \end_layout
29345
29346 \begin_layout Standard
29347 \begin_inset Formula 
29348 \[
29349 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}
29350 \]
29351
29352 \end_inset
29353
29354 El comando para el primer numerador es:
29355 \end_layout
29356
29357 \begin_layout Standard
29358
29359 \series bold
29360
29361 \backslash
29362 splitfrac{xy+xy+xy+xy+xy
29363 \begin_inset space \textvisiblespace{}
29364 \end_inset
29365
29366
29367 \backslash
29368 {+wy+wy+wy+wy
29369 \end_layout
29370
29371 \begin_layout Subsubsection
29372 Delimitadores multilínea
29373 \begin_inset CommandInset label
29374 LatexCommand label
29375 name "subsec:Delimitadores-multilínea"
29376
29377 \end_inset
29378
29379
29380 \begin_inset Index idx
29381 status collapsed
29382
29383 \begin_layout Plain Layout
29384 Delimitadores ! para varias líneas
29385 \end_layout
29386
29387 \end_inset
29388
29389
29390 \end_layout
29391
29392 \begin_layout Standard
29393 Para poner delimitadores que cubran varias líneas hay un problema:
29394 \begin_inset Formula 
29395 \begin{eqnarray*}
29396 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29397  &  & \left.\cdots+B-D\right]
29398 \end{eqnarray*}
29399
29400 \end_inset
29401
29402 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
29403 res con tamaño variable no abarcan líneas múltiples.
29404 \end_layout
29405
29406 \begin_layout Standard
29407 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
29408  primera línea se finaliza con 
29409 \series bold
29410
29411 \backslash
29412 right.
29413 \series default
29414
29415 \begin_inset Index idx
29416 status collapsed
29417
29418 \begin_layout Plain Layout
29419 Comandos ! R ! 
29420 \backslash
29421 right
29422 \end_layout
29423
29424 \end_inset
29425
29426  y la segunda con 
29427 \series bold
29428
29429 \backslash
29430 left.
29431 \series default
29432 .
29433 \begin_inset Foot
29434 status collapsed
29435
29436 \begin_layout Plain Layout
29437 Más sobre 
29438 \series bold
29439
29440 \backslash
29441 left.
29442
29443 \series default
29444  y 
29445 \series bold
29446
29447 \backslash
29448 right.
29449
29450 \series default
29451  en 
29452 \begin_inset CommandInset ref
29453 LatexCommand ref
29454 reference "subsec:Tamaño-automático-de"
29455
29456 \end_inset
29457
29458
29459 \end_layout
29460
29461 \end_inset
29462
29463
29464 \begin_inset Index idx
29465 status collapsed
29466
29467 \begin_layout Plain Layout
29468 Comandos ! L ! 
29469 \backslash
29470 left
29471 \end_layout
29472
29473 \end_inset
29474
29475  Después de 
29476 \series bold
29477
29478 \backslash
29479 left.
29480
29481 \series default
29482  se inserta el comando 
29483 \series bold
29484
29485 \backslash
29486 vphantom
29487 \series default
29488
29489 \begin_inset space \textvisiblespace{}
29490 \end_inset
29491
29492
29493 \series bold
29494
29495 \backslash
29496 prod
29497 \series default
29498 ^
29499 \begin_inset space \textvisiblespace{}
29500 \end_inset
29501
29502
29503 \series bold
29504
29505 \backslash
29506 infty
29507 \series default
29508
29509 \begin_inset space \textvisiblespace{}
29510 \end_inset
29511
29512
29513 \series bold
29514
29515 \begin_inset Formula $\downarrow$
29516 \end_inset
29517
29518 _R=1}
29519 \series default
29520
29521 \begin_inset Index idx
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525 Comandos ! V ! 
29526 \backslash
29527 vphantom
29528 \end_layout
29529
29530 \end_inset
29531
29532 , porque el operador de multiplicación con sus límites es el símbolo mayor
29533  en la primera línea y ese debería ser el tamaño para el delimitador en
29534  la segunda línea.
29535 \end_layout
29536
29537 \begin_layout Standard
29538 El resultado es: 
29539 \begin_inset Formula 
29540 \begin{eqnarray*}
29541 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29542  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29543 \end{eqnarray*}
29544
29545 \end_inset
29546
29547
29548 \end_layout
29549
29550 \begin_layout Subsection
29551 Entornos align
29552 \end_layout
29553
29554 \begin_layout Standard
29555 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
29556  Son especialmente apropiados para poner ecuaciones adosadas.
29557 \end_layout
29558
29559 \begin_layout Standard
29560 Los entornos align constan de columnas.
29561  Las columnas impares se alinean a la derecha, las pares a la izquierda.
29562  En un entorno align se puede numerar cada línea.
29563 \end_layout
29564
29565 \begin_layout Standard
29566 Los entornos align se crean con el menú 
29567 \family sans
29568 Insertar\SpecialChar menuseparator
29569 Ecuación
29570 \family default
29571 .
29572  Una ecuación existente se puede convertir a align con el menú 
29573 \family sans
29574 Editar\SpecialChar menuseparator
29575 Ecuación\SpecialChar menuseparator
29576 Cambiar tipo de ecuación
29577 \family default
29578 .
29579 \end_layout
29580
29581 \begin_layout Standard
29582 Para añadir o quitar columnas se pueden usar los botones 
29583 \begin_inset Info
29584 type  "icon"
29585 arg   "inset-modify tabular append-column"
29586 \end_inset
29587
29588  o 
29589 \begin_inset Info
29590 type  "icon"
29591 arg   "inset-modify tabular delete-column"
29592 \end_inset
29593
29594  de la barra de ecuaciones o el menú 
29595 \family sans
29596 Editar\SpecialChar menuseparator
29597 Filas y columnas
29598 \family default
29599 .
29600 \end_layout
29601
29602 \begin_layout Subsubsection
29603 Entorno align estándar
29604 \begin_inset CommandInset label
29605 LatexCommand label
29606 name "subsec:Entorno-align-estándar"
29607
29608 \end_inset
29609
29610
29611 \begin_inset Index idx
29612 status collapsed
29613
29614 \begin_layout Plain Layout
29615 Ecuación ! multilínea ! entorno align
29616 \end_layout
29617
29618 \end_inset
29619
29620
29621 \end_layout
29622
29623 \begin_layout Standard
29624 Este entorno align se crea pulsando 
29625 \family sans
29626 Ctrl+Entrar
29627 \family default
29628  en una ecuación o con el menú 
29629 \family sans
29630 Insertar\SpecialChar menuseparator
29631 Ecuación\SpecialChar menuseparator
29632 Entorno AMS align
29633 \family default
29634 .
29635 \end_layout
29636
29637 \begin_layout Standard
29638 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29639  align de cuatro columnas:
29640 \begin_inset Formula 
29641 \begin{align*}
29642 A & =\sen(B) & C & =D\\
29643 C & \neq A & B & \neq D
29644 \end{align*}
29645
29646 \end_inset
29647
29648 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29649  un 
29650 \series bold
29651
29652 \backslash
29653 hfill
29654 \series default
29655
29656 \begin_inset Foot
29657 status collapsed
29658
29659 \begin_layout Plain Layout
29660 Más sobre 
29661 \series bold
29662
29663 \backslash
29664 hfill
29665 \series default
29666  en 
29667 \begin_inset CommandInset ref
29668 LatexCommand ref
29669 reference "subsec:Espacio-variable"
29670
29671 \end_inset
29672
29673
29674 \end_layout
29675
29676 \end_inset
29677
29678  antes de la primera y detrás de cada columna par.
29679  Si se pone en estilo 
29680 \series bold
29681 Sangrado
29682 \series default
29683 ,
29684 \begin_inset Foot
29685 status collapsed
29686
29687 \begin_layout Plain Layout
29688 véase estilos de ecuación en 
29689 \begin_inset CommandInset ref
29690 LatexCommand ref
29691 reference "sec:Estilos-de-ecuación"
29692
29693 \end_inset
29694
29695
29696 \end_layout
29697
29698 \end_inset
29699
29700  la ecuación queda sin el 
29701 \series bold
29702
29703 \backslash
29704 hfill
29705 \series default
29706  ante la primera columna.
29707 \end_layout
29708
29709 \begin_layout Subsubsection
29710 Entorno alignat
29711 \begin_inset Index idx
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715 Ecuación ! multilínea ! entorno alignat
29716 \end_layout
29717
29718 \end_inset
29719
29720
29721 \end_layout
29722
29723 \begin_layout Standard
29724 El entorno alignat no tiene separación predefinida de columnas.
29725  Se puede insertar manualmente con los espacios descritos en 
29726 \begin_inset CommandInset ref
29727 LatexCommand ref
29728 reference "sec:Espacio"
29729
29730 \end_inset
29731
29732 .
29733 \end_layout
29734
29735 \begin_layout Standard
29736 El ejemplo anterior en el entorno alignat, con un espacio de 1
29737 \begin_inset space \thinspace{}
29738 \end_inset
29739
29740 cm al comienzo da la segunda ecuación:
29741 \begin_inset Formula 
29742 \begin{alignat*}{2}
29743 A & =\sen(B)\hspace{1cm} & C & =D\\
29744 C & \neq A & B & \neq D
29745 \end{alignat*}
29746
29747 \end_inset
29748
29749 Como cada columna puede tener un espacio diferente, este entorno es especialment
29750 e apropiado para poner tres o más ecuaciones adosadas.
29751 \end_layout
29752
29753 \begin_layout Subsubsection
29754 Entorno flalign
29755 \begin_inset CommandInset label
29756 LatexCommand label
29757 name "subsec:Entorno-flalign"
29758
29759 \end_inset
29760
29761
29762 \begin_inset Index idx
29763 status collapsed
29764
29765 \begin_layout Plain Layout
29766 Ecuación ! multilínea ! entorno flalign
29767 \end_layout
29768
29769 \end_inset
29770
29771
29772 \end_layout
29773
29774 \begin_layout Standard
29775 En este entorno las dos primeras columnas están siempre tan a la izquierda
29776  como sea posible y las dos últimas a la derecha.
29777  Ejemplo:
29778 \begin_inset Formula 
29779 \begin{flalign*}
29780 A & =1 & B & =2 & C & =3\\
29781 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
29782 \end{flalign*}
29783
29784 \end_inset
29785
29786 En un entorno flalign con un número impar de columnas, en la última de las
29787  cuales se inserta una llave \SpecialChar TeX
29788  vacía, se pueden poner varias ecuaciones alineadas
29789  a la izquierda, aunque se use el estilo 
29790 \series bold
29791 Centrado
29792 \series default
29793 .
29794  Un ejemplo de fórmula sangrada 
29795 \begin_inset CommandInset ref
29796 LatexCommand eqref
29797 reference "eq:IntVol"
29798
29799 \end_inset
29800
29801 :
29802 \begin_inset Formula 
29803 \begin{flalign}
29804 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
29805 \end{flalign}
29806
29807 \end_inset
29808
29809 Las dos primeras columnas contienen la fórmula.
29810  Para sangrarla como con el estilo 
29811 \series bold
29812 Sangrado
29813 \series default
29814 , se añade un espacio de 30
29815 \begin_inset space \thinspace{}
29816 \end_inset
29817
29818 pt al comienzo de la primera columna.
29819  
29820 \end_layout
29821
29822 \begin_layout Subsection
29823 Entorno eqnarray
29824 \begin_inset CommandInset label
29825 LatexCommand label
29826 name "subsec:Entorno-eqnarray"
29827
29828 \end_inset
29829
29830
29831 \begin_inset Index idx
29832 status collapsed
29833
29834 \begin_layout Plain Layout
29835 Ecuación ! multilínea ! entorno eqnarray
29836 \end_layout
29837
29838 \end_inset
29839
29840
29841 \begin_inset Index idx
29842 status collapsed
29843
29844 \begin_layout Plain Layout
29845 Ecuación ! multilínea ! entorno eqnarray
29846 \end_layout
29847
29848 \end_inset
29849
29850
29851 \end_layout
29852
29853 \begin_layout Standard
29854 Al introducir este entorno aparecen tres marcos azules.
29855  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29856  El contenido del marco central está centrado y algo más pequeño, porque
29857  está diseñado para insertar sólo caracteres de relación.
29858 \begin_inset Formula 
29859 \begin{eqnarray*}
29860 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29861 AB & AB & AB\\
29862 A & = & A
29863 \end{eqnarray*}
29864
29865 \end_inset
29866
29867
29868 \end_layout
29869
29870 \begin_layout Subsection
29871 Entorno gather
29872 \begin_inset Index idx
29873 status collapsed
29874
29875 \begin_layout Plain Layout
29876 Ecuación ! multilínea ! entorno gather
29877 \end_layout
29878
29879 \end_inset
29880
29881
29882 \end_layout
29883
29884 \begin_layout Standard
29885 Este entorno consta de una sola columna centrada.
29886  Se puede numerar cada línea.
29887 \begin_inset Formula 
29888 \begin{gather}
29889 A=1\\
29890 X=\mbox{-}1
29891 \end{gather}
29892
29893 \end_inset
29894
29895
29896 \end_layout
29897
29898 \begin_layout Subsection
29899 Entorno multilínea
29900 \begin_inset CommandInset label
29901 LatexCommand label
29902 name "subsec:Entorno-multilínea"
29903
29904 \end_inset
29905
29906
29907 \begin_inset Index idx
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911 Ecuación ! multilínea ! entorno multilínea
29912 \end_layout
29913
29914 \end_inset
29915
29916
29917 \end_layout
29918
29919 \begin_layout Standard
29920 El entorno multilínea, como gather, consta de una sola columna.
29921  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29922  Las demás están centradas.
29923  Por tanto este entorno es apropiado para ecuaciones largas.
29924  Como ejemplo, la ecuación
29925 \begin_inset space ~
29926 \end_inset
29927
29928
29929 \begin_inset CommandInset ref
29930 LatexCommand eqref
29931 reference "eq:lefteqn"
29932
29933 \end_inset
29934
29935  en entorno multilínea:
29936 \begin_inset Formula 
29937 \begin{multline}
29938 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}\\
29939 -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}\\
29940 =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}}
29941 \end{multline}
29942
29943 \end_inset
29944
29945 En la salida sólo aparece numerada la última (primera) línea si la numeración
29946  del documento es a la derecha (izquierda).
29947 \begin_inset Foot
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951 véanse los estilos de numeración en 
29952 \begin_inset CommandInset ref
29953 LatexCommand ref
29954 reference "sec:Estilos-de-ecuación"
29955
29956 \end_inset
29957
29958
29959 \end_layout
29960
29961 \end_inset
29962
29963
29964 \end_layout
29965
29966 \begin_layout Standard
29967 Con los comandos 
29968 \series bold
29969
29970 \backslash
29971 shoveright
29972 \series default
29973
29974 \begin_inset Index idx
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978 Comandos ! S ! 
29979 \backslash
29980 shoveright
29981 \end_layout
29982
29983 \end_inset
29984
29985  y 
29986 \series bold
29987
29988 \backslash
29989 shoveleft
29990 \series default
29991
29992 \begin_inset Index idx
29993 status collapsed
29994
29995 \begin_layout Plain Layout
29996 Comandos ! S ! 
29997 \backslash
29998 shoveleft
29999 \end_layout
30000
30001 \end_inset
30002
30003 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
30004 ente.
30005  Los comandos se usan como sigue:
30006 \end_layout
30007
30008 \begin_layout Standard
30009
30010 \series bold
30011
30012 \backslash
30013 shoveright{contenido de la línea}
30014 \series default
30015  y 
30016 \series bold
30017
30018 \backslash
30019 shoveleft{contenido de la línea}
30020 \end_layout
30021
30022 \begin_layout Standard
30023 \begin_inset VSpace medskip
30024 \end_inset
30025
30026
30027 \end_layout
30028
30029 \begin_layout Standard
30030 La longitud 
30031 \series bold
30032
30033 \backslash
30034 multlinegap
30035 \series default
30036
30037 \begin_inset Index idx
30038 status collapsed
30039
30040 \begin_layout Plain Layout
30041 Comandos ! M ! 
30042 \backslash
30043 multlinegap
30044 \end_layout
30045
30046 \end_inset
30047
30048  especifica la distancia de la primera línea desde el margen izquierdo de
30049  la página.
30050  Esta longitud es 0
30051 \begin_inset space \thinspace{}
30052 \end_inset
30053
30054 pt por omisión.
30055 \end_layout
30056
30057 \begin_layout Standard
30058 Como ejemplo la ecuación anterior con el comando
30059 \end_layout
30060
30061 \begin_layout Standard
30062
30063 \series bold
30064
30065 \backslash
30066 setlength{
30067 \backslash
30068 multlinegap}{2cm}
30069 \end_layout
30070
30071 \begin_layout Standard
30072 insertado previamente en modo \SpecialChar TeX
30073 :
30074 \begin_inset ERT
30075 status collapsed
30076
30077 \begin_layout Plain Layout
30078
30079
30080 \backslash
30081 setlength{
30082 \backslash
30083 multlinegap}{2cm}
30084 \end_layout
30085
30086 \end_inset
30087
30088
30089 \begin_inset Formula 
30090 \begin{multline}
30091 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}\\
30092 \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}}\\
30093 =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}}
30094 \end{multline}
30095
30096 \end_inset
30097
30098
30099 \begin_inset ERT
30100 status collapsed
30101
30102 \begin_layout Plain Layout
30103
30104
30105 \backslash
30106 setlength{
30107 \backslash
30108 multlinegap}{0pt}
30109 \end_layout
30110
30111 \end_inset
30112
30113 La segunda línea se ha alineado a la izquierda con 
30114 \series bold
30115
30116 \backslash
30117 shoveleft
30118 \series default
30119 .
30120 \end_layout
30121
30122 \begin_layout Subsection
30123 Ecuación con partes multilínea
30124 \begin_inset CommandInset label
30125 LatexCommand label
30126 name "subsec:Partes-multilínea"
30127
30128 \end_inset
30129
30130
30131 \begin_inset Index idx
30132 status collapsed
30133
30134 \begin_layout Plain Layout
30135 Ecuación ! multilínea ! solo parte
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \end_layout
30142
30143 \begin_layout Standard
30144 Para mostrar solo partes de una ecuación en modo multilínea usa uno de los
30145  siguientes entornos: 
30146 \series bold
30147 aligned
30148 \series default
30149
30150 \series bold
30151 alignedat
30152 \series default
30153
30154 \series bold
30155 gathered
30156 \series default
30157  o 
30158 \series bold
30159 split
30160 \series default
30161 .
30162  Se pueden elegir en el menú 
30163 \family sans
30164 Insertar\SpecialChar menuseparator
30165 Ecuación
30166 \family default
30167  o usando los comandos aquí descritos.
30168 \end_layout
30169
30170 \begin_layout Standard
30171 Los tres primeros tienen las mismas propiedades que los correspondientes
30172  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
30173  Un ejemplo:
30174 \begin_inset Formula 
30175 \[
30176 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
30177 \Delta E\Delta t & \ge\frac{\hbar}{2}
30178 \end{aligned}
30179 \right\} \mbox{Relaciones de incertidumbre}
30180 \]
30181
30182 \end_inset
30183
30184 Para componer esta expresión se inserta una ecuación presentada y en ella
30185  se introduce el comando 
30186 \series bold
30187
30188 \backslash
30189 aligned
30190 \series default
30191
30192 \begin_inset Index idx
30193 status collapsed
30194
30195 \begin_layout Plain Layout
30196 Comandos ! A ! 
30197 \backslash
30198 aligned
30199 \end_layout
30200
30201 \end_inset
30202
30203 .
30204  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
30205  añadir filas y columnas.
30206  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
30207  como la llave.
30208 \end_layout
30209
30210 \begin_layout Standard
30211 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
30212  se alinean horizontalmente.
30213  Usar aligned en una ecuación presentada tiene la ventaja de que el número
30214  de ecuación se centra verticalmente con las líneas.
30215  Como ejemplo, la ecuación 
30216 \begin_inset CommandInset ref
30217 LatexCommand eqref
30218 reference "eq:cortolargo"
30219
30220 \end_inset
30221
30222  en entorno aligned: 
30223 \begin_inset Formula 
30224 \begin{equation}
30225 \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}|}\\
30226  & -\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}|}
30227 \end{aligned}
30228 \end{equation}
30229
30230 \end_inset
30231
30232 Para usar los entornos 
30233 \series bold
30234 alignedat
30235 \series default
30236
30237 \series bold
30238 gathered
30239 \series default
30240 , o 
30241 \series bold
30242 split
30243 \series default
30244 , se insertan respectivamente los comandos
30245 \series bold
30246  
30247 \backslash
30248 alignedat
30249 \series default
30250 ,
30251 \begin_inset Index idx
30252 status collapsed
30253
30254 \begin_layout Plain Layout
30255 Comandos ! A ! 
30256 \backslash
30257 alignedat
30258 \end_layout
30259
30260 \end_inset
30261
30262  
30263 \series bold
30264
30265 \backslash
30266 gathered
30267 \series default
30268
30269 \begin_inset Index idx
30270 status collapsed
30271
30272 \begin_layout Plain Layout
30273 Comandos ! G ! 
30274 \backslash
30275 gathered
30276 \end_layout
30277
30278 \end_inset
30279
30280 , o 
30281 \series bold
30282
30283 \backslash
30284 split
30285 \series default
30286
30287 \begin_inset Index idx
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291 Comandos ! S ! 
30292 \backslash
30293 split
30294 \end_layout
30295
30296 \end_inset
30297
30298 .
30299  El entorno split tiene las mismas propiedades que aligned pero sólo puede
30300  tener dos columnas.
30301 \end_layout
30302
30303 \begin_layout Subsection
30304 Texto en ecuaciones multilínea
30305 \begin_inset CommandInset label
30306 LatexCommand label
30307 name "subsec:Texto-en-multilínea"
30308
30309 \end_inset
30310
30311
30312 \begin_inset Index idx
30313 status collapsed
30314
30315 \begin_layout Plain Layout
30316 Texto ! en ecuaciones
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \begin_inset Index idx
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326 Ecuación ! multilínea ! texto en
30327 \end_layout
30328
30329 \end_inset
30330
30331
30332 \end_layout
30333
30334 \begin_layout Standard
30335 En los entornos align, multilínea y gather, se puede insertar texto que
30336  se mostrará en una línea separada y que no afecta la alineación de columna.
30337  Para esto se usa el comando 
30338 \series bold
30339
30340 \backslash
30341 intertext
30342 \series default
30343
30344 \begin_inset Index idx
30345 status collapsed
30346
30347 \begin_layout Plain Layout
30348 Comandos ! I ! 
30349 \backslash
30350 intertext
30351 \end_layout
30352
30353 \end_inset
30354
30355  con el siguiente esquema:
30356 \end_layout
30357
30358 \begin_layout Standard
30359
30360 \series bold
30361
30362 \backslash
30363 intertext{texto}
30364 \end_layout
30365
30366 \begin_layout Standard
30367 El texto no debería ocupar más de una línea porque no se puede partir con
30368  guión.
30369  Como \SpecialChar LyX
30370  aún no soporta 
30371 \series bold
30372
30373 \backslash
30374 intertext
30375 \series default
30376  directamente, el texto se escribe como texto matemático.
30377  
30378 \series bold
30379
30380 \backslash
30381 intertext
30382 \series default
30383  debe por tanto estar al comienzo de una línea y en la salida se presenta
30384  sobre esta línea.
30385  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
30386 \begin_inset Formula 
30387 \begin{align}
30388 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30389 \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
30390 \end{align}
30391
30392 \end_inset
30393
30394
30395 \end_layout
30396
30397 \begin_layout Standard
30398
30399 \series bold
30400
30401 \backslash
30402 intertext
30403 \series default
30404  siempre genera algo de espacio vertical entre el texto y las líneas de
30405  la ecuación.
30406  Para evitarlo, si está activa la opción 
30407 \family sans
30408 Cargar
30409 \begin_inset space ~
30410 \end_inset
30411
30412 siempre
30413 \family default
30414  el paquete 
30415 \series bold
30416 mathtools
30417 \series default
30418
30419 \begin_inset Index idx
30420 status collapsed
30421
30422 \begin_layout Plain Layout
30423 Paquetes ! mathtools
30424 \end_layout
30425
30426 \end_inset
30427
30428  en las 
30429 \family sans
30430 Opciones
30431 \begin_inset space ~
30432 \end_inset
30433
30434 para
30435 \begin_inset space ~
30436 \end_inset
30437
30438 ecuaciones
30439 \family default
30440  en la configuración del documento, se puede usar el comando 
30441 \series bold
30442
30443 \backslash
30444 shortintertext
30445 \series default
30446
30447 \begin_inset Index idx
30448 status collapsed
30449
30450 \begin_layout Plain Layout
30451 Comandos ! S ! 
30452 \backslash
30453 shortintertext
30454 \end_layout
30455
30456 \end_inset
30457
30458  en lugar de 
30459 \series bold
30460
30461 \backslash
30462 intertext
30463 \series default
30464 :
30465 \begin_inset Formula 
30466 \begin{align}
30467 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30468 \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
30469 \end{align}
30470
30471 \end_inset
30472
30473
30474 \end_layout
30475
30476 \begin_layout Section
30477 Numeración de ecuaciones
30478 \begin_inset Index idx
30479 status collapsed
30480
30481 \begin_layout Plain Layout
30482 Ecuación ! numeración|see
30483 \begin_inset ERT
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487
30488 {
30489 \end_layout
30490
30491 \end_inset
30492
30493 Numeración de ecuaciones
30494 \begin_inset ERT
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498
30499 }
30500 \end_layout
30501
30502 \end_inset
30503
30504
30505 \end_layout
30506
30507 \end_inset
30508
30509
30510 \begin_inset Index idx
30511 status collapsed
30512
30513 \begin_layout Plain Layout
30514 Numeración de ecuaciones
30515 \end_layout
30516
30517 \end_inset
30518
30519
30520 \end_layout
30521
30522 \begin_layout Subsection
30523 General
30524 \end_layout
30525
30526 \begin_layout Standard
30527 Las ecuaciones numeradas se insertan con el menú 
30528 \family sans
30529 Insertar\SpecialChar menuseparator
30530 Ecuación
30531 \family default
30532  
30533 \family sans
30534 \SpecialChar menuseparator
30535 Numerada
30536 \family default
30537  (atajo 
30538 \family sans
30539 Ctrl+Alt
30540 \begin_inset space ~
30541 \end_inset
30542
30543 N
30544 \family default
30545 ).
30546  Ecuaciones existentes se pueden numerar con el menú 
30547 \family sans
30548 Editar\SpecialChar menuseparator
30549 Ecuación\SpecialChar menuseparator
30550 Numerar la ecuación
30551 \family default
30552  (atajo
30553 \family sans
30554  Alt+M
30555 \begin_inset space ~
30556 \end_inset
30557
30558 N
30559 \family default
30560 ).
30561  En \SpecialChar LyX
30562  se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
30563  En la salida se muestra el número real.
30564 \end_layout
30565
30566 \begin_layout Standard
30567 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
30568  líneas.
30569  No obstante, la numeración se puede controlar en cada línea con el menú
30570  
30571 \family sans
30572 Editar\SpecialChar menuseparator
30573 Ecuación\SpecialChar menuseparator
30574 Numerar la línea
30575 \family default
30576  (atajo
30577 \family sans
30578  Alt+M
30579 \begin_inset space ~
30580 \end_inset
30581
30582 Mayúsculas+N
30583 \family default
30584 ).
30585 \end_layout
30586
30587 \begin_layout Standard
30588 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
30589  distintos, véase 
30590 \begin_inset CommandInset ref
30591 LatexCommand ref
30592 reference "sec:Estilos-de-ecuación"
30593
30594 \end_inset
30595
30596 .
30597 \end_layout
30598
30599 \begin_layout Subsection
30600 Referencias cruzadas
30601 \begin_inset Index idx
30602 status collapsed
30603
30604 \begin_layout Plain Layout
30605 Ecuación ! referencias cruzadas a
30606 \end_layout
30607
30608 \end_inset
30609
30610
30611 \end_layout
30612
30613 \begin_layout Standard
30614 Todas las ecuaciones con etiqueta se pueden referir.
30615  La etiqueta se añade con el menú 
30616 \family sans
30617 Insertar\SpecialChar menuseparator
30618 Etiqueta
30619 \family default
30620  o con el botón 
30621 \begin_inset Info
30622 type  "icon"
30623 arg   "label-insert"
30624 \end_inset
30625
30626  de la barra de herramientas.
30627  El cursor debe estar dentro de una ecuación en modo presentación.
30628  Como alternativa, se puede hacer clic derecha sobre la fórmula y elegir
30629  
30630 \family sans
30631 Etiqueta de ecuación
30632 \family default
30633 .
30634  Surge un diálogo con el prefijo 
30635 \series bold
30636 eq:
30637 \series default
30638 , detrás del cual se escribe el texto de la etiqueta.
30639  El prefijo significa 
30640 \begin_inset Quotes fld
30641 \end_inset
30642
30643 equation
30644 \begin_inset Quotes frd
30645 \end_inset
30646
30647  y hace más fácil encontrar etiquetas en documentos extensos porque así
30648  se distingue p.
30649 \begin_inset space \thinspace{}
30650 \end_inset
30651
30652 ej.
30653 \begin_inset space ~
30654 \end_inset
30655
30656 de las etiquetas de sección.
30657  Para cambiar una etiqueta se usa de nuevo el menú 
30658 \family sans
30659 Insertar\SpecialChar menuseparator
30660 Etiqueta 
30661 \family default
30662 o la opción 
30663 \family sans
30664 Etiqueta de ecuación
30665 \family default
30666  al hacer clic derecha sobre una fórmula.
30667 \end_layout
30668
30669 \begin_layout Standard
30670 En \SpecialChar LyX
30671 , el nombre de la etiqueta se muestra entre paréntesis detrás de la ecuación.
30672  Una ecuación con etiqueta se numera siempre.
30673 \end_layout
30674
30675 \begin_layout Standard
30676 Las referencias cruzadas se insertan mediante el menú 
30677 \family sans
30678 Insertar\SpecialChar menuseparator
30679 Referencia cruzada
30680 \family default
30681  o con el botón 
30682 \begin_inset Info
30683 type  "icon"
30684 arg   "dialog-show-new-inset ref"
30685 \end_inset
30686
30687 .
30688  Una referencia a una ecuación aparece en la salida con su número.
30689  Si en el diálogo de referencia cruzada se elige el formato 
30690 \series bold
30691 (<referencia>)
30692 \series default
30693 , la referencia se muestra en la salida entre paréntesis.
30694  
30695 \begin_inset Newline newline
30696 \end_inset
30697
30698 En \SpecialChar LyX
30699 , pulsando clic derecho sobre una referencia cruzada el cursor salta
30700  a la ecuación de referencia.
30701 \end_layout
30702
30703 \begin_layout Standard
30704 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30705  siguientes:
30706 \begin_inset Note Note
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710 Observa los distintos tipos de referencias cruzadas.
30711 \end_layout
30712
30713 \end_inset
30714
30715
30716 \end_layout
30717
30718 \begin_layout Standard
30719 Las ecuaciones 
30720 \begin_inset CommandInset ref
30721 LatexCommand eqref
30722 reference "eq:tag"
30723
30724 \end_inset
30725
30726  y 
30727 \begin_inset CommandInset ref
30728 LatexCommand eqref
30729 reference "eq:c"
30730
30731 \end_inset
30732
30733  son equivalentes.
30734  En (
30735 \begin_inset CommandInset ref
30736 LatexCommand ref
30737 reference "eq:Lat"
30738
30739 \end_inset
30740
30741 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30742 \begin_inset CommandInset ref
30743 LatexCommand ref
30744 reference "eq:Rom"
30745
30746 \end_inset
30747
30748 ).
30749 \begin_inset VSpace medskip
30750 \end_inset
30751
30752
30753 \end_layout
30754
30755 \begin_layout Standard
30756 Si el argumento de 
30757 \series bold
30758
30759 \backslash
30760 tag
30761 \begin_inset Foot
30762 status collapsed
30763
30764 \begin_layout Plain Layout
30765
30766 \series bold
30767
30768 \backslash
30769 tag
30770 \series default
30771  se describe en 
30772 \begin_inset CommandInset ref
30773 LatexCommand ref
30774 reference "subsec:Numeración-personalizada"
30775
30776 \end_inset
30777
30778
30779 \end_layout
30780
30781 \end_inset
30782
30783
30784 \series default
30785  contiene un marco, como se describe en la 
30786 \begin_inset CommandInset ref
30787 LatexCommand ref
30788 reference "subsec:Marcos-de-párrafo"
30789
30790 \end_inset
30791
30792 , no se puede referir la ecuación.
30793 \end_layout
30794
30795 \begin_layout Subsection
30796 Subnumeración
30797 \begin_inset Index idx
30798 status collapsed
30799
30800 \begin_layout Plain Layout
30801 Numeración de ecuaciones ! subnumeración
30802 \end_layout
30803
30804 \end_inset
30805
30806
30807 \end_layout
30808
30809 \begin_layout Standard
30810 Con ayuda de los comandos 
30811 \series bold
30812
30813 \backslash
30814 begin{subequations}
30815 \series default
30816  y 
30817 \series bold
30818
30819 \backslash
30820 end{subequations}
30821 \series default
30822  en modo \SpecialChar TeX
30823  se pueden subnumerar ecuaciones.
30824 \end_layout
30825
30826 \begin_layout Standard
30827 Ejemplo:
30828 \begin_inset Formula 
30829 \begin{equation}
30830 A=C-B\label{eq:a}
30831 \end{equation}
30832
30833 \end_inset
30834
30835
30836 \begin_inset ERT
30837 status collapsed
30838
30839 \begin_layout Plain Layout
30840
30841
30842 \backslash
30843 addtocounter{equation}{-1}
30844 \end_layout
30845
30846 \end_inset
30847
30848
30849 \begin_inset ERT
30850 status collapsed
30851
30852 \begin_layout Plain Layout
30853
30854
30855 \backslash
30856 begin{subequations}
30857 \end_layout
30858
30859 \end_inset
30860
30861
30862 \begin_inset VSpace -5mm
30863 \end_inset
30864
30865
30866 \begin_inset Formula 
30867 \begin{equation}
30868 B=C-A\label{eq:b}
30869 \end{equation}
30870
30871 \end_inset
30872
30873
30874 \begin_inset Formula 
30875 \begin{equation}
30876 C=A+B\label{eq:c}
30877 \end{equation}
30878
30879 \end_inset
30880
30881
30882 \end_layout
30883
30884 \begin_layout Standard
30885 \begin_inset ERT
30886 status collapsed
30887
30888 \begin_layout Plain Layout
30889
30890
30891 \backslash
30892 end{subequations}
30893 \end_layout
30894
30895 \end_inset
30896
30897
30898 \end_layout
30899
30900 \begin_layout Standard
30901 Para este ejemplo se ha hecho lo siguiente:
30902 \end_layout
30903
30904 \begin_layout Enumerate
30905 se inserta la primera ecuación
30906 \end_layout
30907
30908 \begin_layout Enumerate
30909 después de ella se inserta
30910 \series bold
30911
30912 \begin_inset Newline newline
30913 \end_inset
30914
30915
30916 \backslash
30917 addtocounter{equation}{-1} 
30918 \backslash
30919 begin{subequations}
30920 \begin_inset Index idx
30921 status collapsed
30922
30923 \begin_layout Plain Layout
30924 Comandos ! A ! 
30925 \backslash
30926 addtocounter
30927 \end_layout
30928
30929 \end_inset
30930
30931
30932 \end_layout
30933
30934 \begin_layout Enumerate
30935 se inserta la segunda ecuación
30936 \end_layout
30937
30938 \begin_layout Enumerate
30939 se inserta la tercera ecuación
30940 \end_layout
30941
30942 \begin_layout Enumerate
30943 se inserta 
30944 \series bold
30945
30946 \backslash
30947 end{subequations}
30948 \series default
30949  tras la tercera ecuación
30950 \end_layout
30951
30952 \begin_layout Standard
30953 Toda ecuación entre los comandos 
30954 \series bold
30955
30956 \backslash
30957 begin
30958 \series default
30959  y 
30960 \series bold
30961
30962 \backslash
30963 end
30964 \series default
30965  se subnumera con a, b, c\SpecialChar ldots
30966  En ecuaciones multilínea se subnumerará cada línea.
30967  Todas las ecuaciones subnumeradas son tratadas como 
30968 \emph on
30969 una
30970 \emph default
30971  ecuación numerada.
30972  Pero como cada ecuación numerada aumenta el contador 
30973 \series bold
30974 equation
30975 \series default
30976  en uno, hay que disminuir el comando 
30977 \series bold
30978
30979 \backslash
30980 addtocounter
30981 \series default
30982 .
30983  De lo contrario, las ecuaciones 
30984 \begin_inset CommandInset ref
30985 LatexCommand eqref
30986 reference "eq:a"
30987
30988 \end_inset
30989
30990
30991 \begin_inset CommandInset ref
30992 LatexCommand eqref
30993 reference "eq:b"
30994
30995 \end_inset
30996
30997
30998 \begin_inset CommandInset ref
30999 LatexCommand eqref
31000 reference "eq:c"
31001
31002 \end_inset
31003
31004  se numerarían 
31005 \begin_inset CommandInset ref
31006 LatexCommand eqref
31007 reference "eq:a"
31008
31009 \end_inset
31010
31011
31012 \begin_inset CommandInset ref
31013 LatexCommand eqref
31014 reference "eq:d"
31015
31016 \end_inset
31017
31018
31019 \begin_inset CommandInset ref
31020 LatexCommand eqref
31021 reference "eq:f"
31022
31023 \end_inset
31024
31025 .
31026 \end_layout
31027
31028 \begin_layout Standard
31029 Al insertar los comandos en modo \SpecialChar TeX
31030  se crea un espacio entre las dos primeras
31031  ecuaciones.
31032  Para evitarlo se inserta ese espacio vertical de -5
31033 \begin_inset space \thinspace{}
31034 \end_inset
31035
31036 mm detrás del comando 
31037 \series bold
31038
31039 \backslash
31040 begin{subequations}
31041 \series default
31042 .
31043
31044 \series bold
31045  
31046 \series default
31047 Si se usa el estilo 
31048 \series bold
31049 Sangrado
31050 \series default
31051
31052 \begin_inset Foot
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056 véase estilos de ecuación en 
31057 \begin_inset CommandInset ref
31058 LatexCommand ref
31059 reference "sec:Estilos-de-ecuación"
31060
31061 \end_inset
31062
31063
31064 \end_layout
31065
31066 \end_inset
31067
31068 , entonces se inserta -7
31069 \begin_inset space \thinspace{}
31070 \end_inset
31071
31072 mm.
31073 \end_layout
31074
31075 \begin_layout Standard
31076 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
31077  de la segunda línea:
31078 \begin_inset ERT
31079 status collapsed
31080
31081 \begin_layout Plain Layout
31082
31083
31084 \backslash
31085 begin{subequations}
31086 \end_layout
31087
31088 \end_inset
31089
31090
31091 \begin_inset Formula 
31092 \begin{eqnarray}
31093 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
31094  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
31095  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
31096 \end{eqnarray}
31097
31098 \end_inset
31099
31100
31101 \begin_inset ERT
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105
31106
31107 \backslash
31108 end{subequations}
31109 \end_layout
31110
31111 \end_inset
31112
31113
31114 \end_layout
31115
31116 \begin_layout Subsection
31117 Numeración definida por el usuario
31118 \begin_inset CommandInset label
31119 LatexCommand label
31120 name "subsec:Numeración-personalizada"
31121
31122 \end_inset
31123
31124
31125 \begin_inset Index idx
31126 status collapsed
31127
31128 \begin_layout Plain Layout
31129 Numeración de ecuaciones ! personalizada
31130 \end_layout
31131
31132 \end_inset
31133
31134
31135 \end_layout
31136
31137 \begin_layout Standard
31138 Con la numeración estándar el número se coloca entre paréntesis.
31139  Para reemplazar los paréntesis con barras verticales, p.
31140 \begin_inset space \thinspace{}
31141 \end_inset
31142
31143 e., se añade al preámbulo \SpecialChar LaTeX
31144  la línea: 
31145 \end_layout
31146
31147 \begin_layout Standard
31148
31149 \series bold
31150
31151 \backslash
31152 def
31153 \backslash
31154 tagform@#1{
31155 \backslash
31156 maketag@@@{|#1|}}
31157 \series default
31158
31159 \begin_inset Note Note
31160 status collapsed
31161
31162 \begin_layout Plain Layout
31163 Esta macro ya está declarada en el preámbulo \SpecialChar LaTeX
31164  para pruebas.
31165  Para activarlo, quita el % del principio.
31166 \end_layout
31167
31168 \end_inset
31169
31170
31171 \end_layout
31172
31173 \begin_layout Standard
31174 Para usar otros caracteres, se reemplazan las barras al lado de 
31175 \series bold
31176 #1
31177 \series default
31178  por ellos.
31179  Para obtener sólo el número de ecuación se omiten las barras verticales.
31180 \begin_inset VSpace bigskip
31181 \end_inset
31182
31183
31184 \end_layout
31185
31186 \begin_layout Standard
31187 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
31188  consecutivo, se usa el comando 
31189 \series bold
31190
31191 \backslash
31192 tag
31193 \begin_inset Index idx
31194 status collapsed
31195
31196 \begin_layout Plain Layout
31197 Comandos ! T ! 
31198 \backslash
31199 tag
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \series default
31206 :
31207 \begin_inset Formula 
31208 \begin{equation}
31209 A+B=C\tag{algo}\label{eq:tag}
31210 \end{equation}
31211
31212 \end_inset
31213
31214 En este ejemplo se ha insertado el comando
31215 \series bold
31216  
31217 \backslash
31218 tag
31219 \begin_inset space \textvisiblespace{}
31220 \end_inset
31221
31222 algo
31223 \series default
31224  en la ecuación.
31225 \end_layout
31226
31227 \begin_layout Standard
31228 Si se usa en su lugar el comando con asterisco 
31229 \series bold
31230
31231 \backslash
31232 tag*
31233 \begin_inset space \textvisiblespace{}
31234 \end_inset
31235
31236 algo
31237 \series default
31238  no se imprimen los paréntesis:
31239 \begin_inset Formula 
31240 \[
31241 A+B=C\tag*{algo}
31242 \]
31243
31244 \end_inset
31245
31246
31247 \end_layout
31248
31249 \begin_layout Standard
31250 \begin_inset VSpace bigskip
31251 \end_inset
31252
31253
31254 \end_layout
31255
31256 \begin_layout Standard
31257 Para reiniciar la numeración en nuevas partes o secciones del documento
31258  se usan los siguientes comandos:
31259 \end_layout
31260
31261 \begin_layout Standard
31262
31263 \series bold
31264
31265 \backslash
31266 @addtoreset{equation}{part}
31267 \series default
31268
31269 \begin_inset Index idx
31270 status collapsed
31271
31272 \begin_layout Plain Layout
31273 Comandos ! 
31274 \begin_inset ERT
31275 status collapsed
31276
31277 \begin_layout Plain Layout
31278
31279 "
31280 \end_layout
31281
31282 \end_inset
31283
31284 @
31285 \begin_inset ERT
31286 status collapsed
31287
31288 \begin_layout Plain Layout
31289
31290 "
31291 \end_layout
31292
31293 \end_inset
31294
31295  ! 
31296 \backslash
31297
31298 \begin_inset ERT
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302
31303 "
31304 \end_layout
31305
31306 \end_inset
31307
31308 @
31309 \begin_inset ERT
31310 status collapsed
31311
31312 \begin_layout Plain Layout
31313
31314 "
31315 \end_layout
31316
31317 \end_inset
31318
31319 addtoreset
31320 \end_layout
31321
31322 \end_inset
31323
31324
31325 \begin_inset Newline newline
31326 \end_inset
31327
31328
31329 \series bold
31330
31331 \backslash
31332 @addtoreset{equation}{section}
31333 \end_layout
31334
31335 \begin_layout Standard
31336 Pata poder usar estos comandos en modo \SpecialChar TeX
31337 , el carácter 
31338 \begin_inset Quotes fld
31339 \end_inset
31340
31341 @
31342 \begin_inset Quotes frd
31343 \end_inset
31344
31345  debe 
31346 \begin_inset Quotes fld
31347 \end_inset
31348
31349 activarse
31350 \begin_inset Quotes frd
31351 \end_inset
31352
31353  para \SpecialChar LaTeX
31354  con el comando 
31355 \series bold
31356
31357 \backslash
31358 makeatletter
31359 \series default
31360 .
31361  El comando 
31362 \series bold
31363
31364 \backslash
31365 makeatother
31366 \series default
31367  deshace esto.
31368  Así pues, la secuencia de comandos en modo \SpecialChar TeX
31369  es:
31370 \end_layout
31371
31372 \begin_layout Standard
31373
31374 \series bold
31375
31376 \backslash
31377 makeatletter
31378 \begin_inset Newline newline
31379 \end_inset
31380
31381
31382 \backslash
31383 @addtoreset{equation}{section}
31384 \begin_inset Newline newline
31385 \end_inset
31386
31387
31388 \backslash
31389 makeatother
31390 \end_layout
31391
31392 \begin_layout Standard
31393 En el preámbulo \SpecialChar LaTeX
31394  se pueden omitir 
31395 \series bold
31396
31397 \backslash
31398 makeatletter
31399 \series default
31400  y 
31401 \series bold
31402
31403 \backslash
31404 makeatother
31405 \series default
31406  pues son automáticamente insertados por \SpecialChar LyX
31407 .
31408 \end_layout
31409
31410 \begin_layout Standard
31411 Para el comando 
31412 \series bold
31413
31414 \backslash
31415 @addtoreset
31416 \series default
31417 ,
31418 \series bold
31419  
31420 \series default
31421 hay que cargar en el preámbulo \SpecialChar LaTeX
31422  el archivo 
31423 \series bold
31424 remreset.sty
31425 \series default
31426
31427 \begin_inset Foot
31428 status collapsed
31429
31430 \begin_layout Plain Layout
31431
31432 \series bold
31433 remreset
31434 \series default
31435  es parte del paquete \SpecialChar LaTeX
31436  
31437 \series bold
31438 carlisle
31439 \series default
31440
31441 \begin_inset Index idx
31442 status collapsed
31443
31444 \begin_layout Plain Layout
31445 Paquetes ! carlisle
31446 \end_layout
31447
31448 \end_inset
31449
31450 , incluido en las instalaciones estándar de \SpecialChar LaTeX
31451 .
31452 \end_layout
31453
31454 \end_inset
31455
31456
31457 \begin_inset Index idx
31458 status collapsed
31459
31460 \begin_layout Plain Layout
31461 Paquetes ! remreset
31462 \end_layout
31463
31464 \end_inset
31465
31466  con la línea
31467 \end_layout
31468
31469 \begin_layout Standard
31470
31471 \series bold
31472
31473 \backslash
31474 usepackage{remreset}
31475 \end_layout
31476
31477 \begin_layout Standard
31478 Entonces se puede usar el comando 
31479 \series bold
31480
31481 \backslash
31482 @removefromreset
31483 \series default
31484
31485 \begin_inset Index idx
31486 status collapsed
31487
31488 \begin_layout Plain Layout
31489 Comandos ! 
31490 \begin_inset ERT
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494
31495 "
31496 \end_layout
31497
31498 \end_inset
31499
31500 @
31501 \begin_inset ERT
31502 status collapsed
31503
31504 \begin_layout Plain Layout
31505
31506 "
31507 \end_layout
31508
31509 \end_inset
31510
31511  ! 
31512 \backslash
31513
31514 \begin_inset ERT
31515 status collapsed
31516
31517 \begin_layout Plain Layout
31518
31519 "
31520 \end_layout
31521
31522 \end_inset
31523
31524 @
31525 \begin_inset ERT
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529
31530 "
31531 \end_layout
31532
31533 \end_inset
31534
31535 removefromreset
31536 \end_layout
31537
31538 \end_inset
31539
31540  con el mismo esquema que 
31541 \series bold
31542
31543 \backslash
31544 @addtoreset
31545 \series default
31546 .
31547 \begin_inset VSpace bigskip
31548 \end_inset
31549
31550
31551 \end_layout
31552
31553 \begin_layout Standard
31554 A veces las ecuaciones deberían numerarse de la siguiente manera:
31555 \end_layout
31556
31557 \begin_layout Standard
31558
31559 \family typewriter
31560 (número de sección.número de ecuación)
31561 \end_layout
31562
31563 \begin_layout Standard
31564 El número de ecuación empezaría con 
31565 \begin_inset Quotes fld
31566 \end_inset
31567
31568 1
31569 \begin_inset Quotes frd
31570 \end_inset
31571
31572  en cada sección.
31573 \end_layout
31574
31575 \begin_layout Standard
31576 Para este caso hay el comando 
31577 \series bold
31578
31579 \backslash
31580 numberwithin
31581 \series default
31582
31583 \begin_inset Index idx
31584 status collapsed
31585
31586 \begin_layout Plain Layout
31587 Comandos ! N ! 
31588 \backslash
31589 numberwithin
31590 \end_layout
31591
31592 \end_inset
31593
31594 , que se usa con el esquema:
31595 \end_layout
31596
31597 \begin_layout Standard
31598
31599 \series bold
31600
31601 \backslash
31602 numberwithin{counter}{sectioning}
31603 \end_layout
31604
31605 \begin_layout Standard
31606 \begin_inset Quotes fld
31607 \end_inset
31608
31609 counter
31610 \begin_inset Quotes frd
31611 \end_inset
31612
31613  indica qué clase de numeración es afectada, 
31614 \begin_inset Quotes fld
31615 \end_inset
31616
31617 sectioning
31618 \begin_inset Quotes frd
31619 \end_inset
31620
31621  indica qué número va delante del punto.
31622  
31623 \end_layout
31624
31625 \begin_layout Standard
31626 Así pues, en nuestro caso se ha usado la siguiente línea en código \SpecialChar TeX
31627  o en
31628  el preámbulo \SpecialChar LaTeX
31629 :
31630 \end_layout
31631
31632 \begin_layout Standard
31633
31634 \series bold
31635
31636 \backslash
31637 numberwithin{equation}{section}
31638 \end_layout
31639
31640 \begin_layout Standard
31641 Este es el resultado::
31642 \begin_inset ERT
31643 status collapsed
31644
31645 \begin_layout Plain Layout
31646
31647
31648 \backslash
31649 numberwithin{equation}{section}
31650 \end_layout
31651
31652 \end_inset
31653
31654
31655 \begin_inset Formula 
31656 \begin{equation}
31657 A+B=C
31658 \end{equation}
31659
31660 \end_inset
31661
31662
31663 \end_layout
31664
31665 \begin_layout Standard
31666 Para numerar cuadros de modo que, p.
31667 \begin_inset space \thinspace{}
31668 \end_inset
31669
31670 ej., 
31671 \begin_inset Quotes fld
31672 \end_inset
31673
31674 sectioning
31675 \begin_inset Quotes frd
31676 \end_inset
31677
31678  sea el número de la parte se usa
31679 \begin_inset Newline newline
31680 \end_inset
31681
31682
31683 \series bold
31684
31685 \backslash
31686 numberwithin{table}{part}
31687 \end_layout
31688
31689 \begin_layout Standard
31690 Para volver a la numeración estándar o evitar esta clase numeración cuando
31691  es definida por la clase de documento, se inserta el siguiente comando
31692  en código \SpecialChar TeX
31693  o en el preámbulo \SpecialChar LaTeX
31694 :
31695 \end_layout
31696
31697 \begin_layout Standard
31698
31699 \series bold
31700
31701 \backslash
31702 renewcommand{
31703 \backslash
31704 theequation}{
31705 \backslash
31706 arabic{equation}}
31707 \begin_inset Index idx
31708 status collapsed
31709
31710 \begin_layout Plain Layout
31711 Comandos ! A ! 
31712 \backslash
31713 arabic
31714 \end_layout
31715
31716 \end_inset
31717
31718
31719 \series default
31720
31721 \begin_inset ERT
31722 status collapsed
31723
31724 \begin_layout Plain Layout
31725
31726
31727 \backslash
31728 renewcommand{
31729 \backslash
31730 theequation}{
31731 \backslash
31732 arabic{equation}}
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \series bold
31739
31740 \begin_inset Newline newline
31741 \end_inset
31742
31743
31744 \series default
31745 o
31746 \series bold
31747
31748 \begin_inset Newline newline
31749 \end_inset
31750
31751
31752 \backslash
31753 renewcommand{
31754 \backslash
31755 thetable}{
31756 \backslash
31757 arabic{table}}
31758 \end_layout
31759
31760 \begin_layout Standard
31761
31762 \series bold
31763
31764 \backslash
31765 numberwithin
31766 \series default
31767  usa internamente el comando 
31768 \series bold
31769
31770 \backslash
31771 @addtoreset
31772 \series default
31773 , descrito arriba, que también debe ser restaurado.
31774 \begin_inset ERT
31775 status collapsed
31776
31777 \begin_layout Plain Layout
31778
31779
31780 \backslash
31781 makeatletter
31782 \end_layout
31783
31784 \begin_layout Plain Layout
31785
31786
31787 \backslash
31788 @removefromreset{equation}{section}
31789 \end_layout
31790
31791 \begin_layout Plain Layout
31792
31793
31794 \backslash
31795 makeatother
31796 \end_layout
31797
31798 \end_inset
31799
31800
31801 \end_layout
31802
31803 \begin_layout Subsection
31804 Numeración con números romanos y letras
31805 \begin_inset Index idx
31806 status collapsed
31807
31808 \begin_layout Plain Layout
31809 Numeración de ecuaciones ! con números romanos
31810 \end_layout
31811
31812 \end_inset
31813
31814
31815 \begin_inset Index idx
31816 status collapsed
31817
31818 \begin_layout Plain Layout
31819 Numeración de ecuaciones ! con letras
31820 \end_layout
31821
31822 \end_inset
31823
31824
31825 \end_layout
31826
31827 \begin_layout Standard
31828 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31829  Por ejemplo, para numerar con romanos en minúscula,
31830 \begin_inset Foot
31831 status collapsed
31832
31833 \begin_layout Plain Layout
31834 Como en español no se usan romanos en minúscula, el estilo 
31835 \series bold
31836 spanish
31837 \series default
31838  del sistema 
31839 \series bold
31840 babel
31841 \series default
31842  redefine 
31843 \series bold
31844
31845 \backslash
31846 roman
31847 \series default
31848  para que los dé en versalitas.
31849  Véase 
31850 \begin_inset CommandInset citation
31851 LatexCommand cite
31852 key "spanish"
31853
31854 \end_inset
31855
31856  (
31857 \emph on
31858 N.
31859 \begin_inset space \thinspace{}
31860 \end_inset
31861
31862 del t
31863 \emph default
31864 ).
31865 \end_layout
31866
31867 \end_inset
31868
31869  se inserta el comando
31870 \end_layout
31871
31872 \begin_layout Standard
31873
31874 \series bold
31875
31876 \backslash
31877 renewcommand{
31878 \backslash
31879 theequation}{
31880 \backslash
31881 roman{equation}}
31882 \end_layout
31883
31884 \begin_layout Standard
31885 antes de la ecuación en modo \SpecialChar TeX
31886 .
31887  
31888 \series bold
31889
31890 \backslash
31891 renewcommand
31892 \series default
31893
31894 \begin_inset Index idx
31895 status collapsed
31896
31897 \begin_layout Plain Layout
31898 Comandos ! R ! 
31899 \backslash
31900 renewcommand
31901 \end_layout
31902
31903 \end_inset
31904
31905  redefine el comando predefinido 
31906 \series bold
31907
31908 \backslash
31909 theequation
31910 \series default
31911  como 
31912 \series bold
31913
31914 \backslash
31915 roman{equation}
31916 \series default
31917 .
31918 \begin_inset Foot
31919 status collapsed
31920
31921 \begin_layout Plain Layout
31922 El comando 
31923 \series bold
31924
31925 \backslash
31926 renewcommand
31927 \series default
31928  tiene el mismo esquema que el comando 
31929 \series bold
31930
31931 \backslash
31932 newcommand
31933 \series default
31934 , descrito en 
31935 \begin_inset CommandInset ref
31936 LatexCommand ref
31937 reference "subsec:El-comando-newcommand"
31938
31939 \end_inset
31940
31941 .
31942 \end_layout
31943
31944 \end_inset
31945
31946  
31947 \series bold
31948 equation
31949 \series default
31950  es el contador de ecuaciones.
31951  Si se usa el comando 
31952 \series bold
31953
31954 \backslash
31955 the
31956 \series default
31957  como prefijo de un contador, el valor del contador sale en números arábigos.
31958  Si una ecuación es numerada, \SpecialChar LaTeX
31959  pone internamente el comando 
31960 \series bold
31961
31962 \backslash
31963 theequation
31964 \series default
31965  detrás de la ecuación.
31966  
31967 \series bold
31968
31969 \backslash
31970 roman{equation}
31971 \series default
31972
31973 \begin_inset Index idx
31974 status collapsed
31975
31976 \begin_layout Plain Layout
31977 Comandos ! R ! 
31978 \backslash
31979 roman
31980 \end_layout
31981
31982 \end_inset
31983
31984  pone el contador en romanos en minúscula.
31985 \end_layout
31986
31987 \begin_layout Standard
31988 Todas las ecuaciones siguientes a 
31989 \series bold
31990
31991 \backslash
31992 renew
31993 \series default
31994 c
31995 \series bold
31996 ommand
31997 \series default
31998  se numerarán en romanos.
31999  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
32000  cambiando 
32001 \series bold
32002
32003 \backslash
32004 roman
32005 \series default
32006  por 
32007 \series bold
32008
32009 \backslash
32010 Roman
32011 \series default
32012
32013 \begin_inset Index idx
32014 status collapsed
32015
32016 \begin_layout Plain Layout
32017 Comandos ! R ! 
32018 \backslash
32019 roman@
32020 \backslash
32021 Roman
32022 \end_layout
32023
32024 \end_inset
32025
32026 .
32027  Para 
32028 \begin_inset Quotes fld
32029 \end_inset
32030
32031 numerar
32032 \begin_inset Quotes frd
32033 \end_inset
32034
32035  con minúsculas latinas hay el comando 
32036 \series bold
32037
32038 \backslash
32039 alph
32040 \series default
32041
32042 \begin_inset Index idx
32043 status collapsed
32044
32045 \begin_layout Plain Layout
32046 Comandos ! A ! 
32047 \backslash
32048 alph
32049 \end_layout
32050
32051 \end_inset
32052
32053 , y para mayúsculas el comando 
32054 \series bold
32055
32056 \backslash
32057 Alph
32058 \series default
32059
32060 \begin_inset Index idx
32061 status collapsed
32062
32063 \begin_layout Plain Layout
32064 Comandos ! A ! 
32065 \backslash
32066 alph@
32067 \backslash
32068 Alph
32069 \end_layout
32070
32071 \end_inset
32072
32073 .
32074 \end_layout
32075
32076 \begin_layout Standard
32077 \begin_inset Note Greyedout
32078 status open
32079
32080 \begin_layout Plain Layout
32081
32082 \series bold
32083 \color none
32084 Nota:
32085 \series default
32086  Con letras latinas sólo se puede numerar hasta un máximo de 26
32087 \begin_inset space ~
32088 \end_inset
32089
32090 ecuaciones.
32091 \end_layout
32092
32093 \end_inset
32094
32095
32096 \end_layout
32097
32098 \begin_layout Standard
32099 \begin_inset ERT
32100 status collapsed
32101
32102 \begin_layout Plain Layout
32103
32104
32105 \backslash
32106 renewcommand{
32107 \backslash
32108 theequation}{
32109 \backslash
32110 roman{equation}}
32111 \end_layout
32112
32113 \end_inset
32114
32115
32116 \begin_inset Formula 
32117 \begin{equation}
32118 A=\textrm{romanos en minúscula}
32119 \end{equation}
32120
32121 \end_inset
32122
32123
32124 \begin_inset ERT
32125 status collapsed
32126
32127 \begin_layout Plain Layout
32128
32129
32130 \backslash
32131 renewcommand{
32132 \backslash
32133 theequation}{
32134 \backslash
32135 Roman{equation}}
32136 \end_layout
32137
32138 \end_inset
32139
32140
32141 \begin_inset Formula 
32142 \begin{equation}
32143 B=\textrm{romanos en mayúscula}\label{eq:Rom}
32144 \end{equation}
32145
32146 \end_inset
32147
32148
32149 \begin_inset ERT
32150 status collapsed
32151
32152 \begin_layout Plain Layout
32153
32154
32155 \backslash
32156 renewcommand{
32157 \backslash
32158 theequation}{
32159 \backslash
32160 alph{equation}}
32161 \end_layout
32162
32163 \end_inset
32164
32165
32166 \begin_inset Formula 
32167 \begin{equation}
32168 C=\textrm{latinas en minúscula}
32169 \end{equation}
32170
32171 \end_inset
32172
32173
32174 \begin_inset ERT
32175 status collapsed
32176
32177 \begin_layout Plain Layout
32178
32179
32180 \backslash
32181 renewcommand{
32182 \backslash
32183 theequation}{
32184 \backslash
32185 Alph{equation}}
32186 \end_layout
32187
32188 \end_inset
32189
32190
32191 \begin_inset Formula 
32192 \begin{equation}
32193 D=\textrm{latinas en mayúscula}\label{eq:Lat}
32194 \end{equation}
32195
32196 \end_inset
32197
32198
32199 \end_layout
32200
32201 \begin_layout Standard
32202 Para volver a la numeración por omisión se inserta el comando:
32203 \end_layout
32204
32205 \begin_layout Standard
32206
32207 \series bold
32208
32209 \backslash
32210 renewcommand{
32211 \backslash
32212 theequation}{
32213 \backslash
32214 arabic{equation}}
32215 \begin_inset Index idx
32216 status collapsed
32217
32218 \begin_layout Plain Layout
32219 Comandos ! A ! 
32220 \backslash
32221 arabic
32222 \end_layout
32223
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \begin_layout Standard
32230 \begin_inset ERT
32231 status collapsed
32232
32233 \begin_layout Plain Layout
32234
32235
32236 \backslash
32237 renewcommand{
32238 \backslash
32239 theequation}{
32240 \backslash
32241 arabic{equation}}
32242 \end_layout
32243
32244 \end_inset
32245
32246
32247 \begin_inset Formula 
32248 \begin{equation}
32249 E=\mbox{arábigos}
32250 \end{equation}
32251
32252 \end_inset
32253
32254
32255 \end_layout
32256
32257 \begin_layout Standard
32258 \begin_inset VSpace medskip
32259 \end_inset
32260
32261
32262 \end_layout
32263
32264 \begin_layout Standard
32265 Como ves, las ecuaciones se numeran consecutivamente independientemente
32266  del estilo de numeración.
32267  Cuando la numeración haya de empezar con 
32268 \begin_inset Quotes fld
32269 \end_inset
32270
32271 1
32272 \begin_inset Quotes frd
32273 \end_inset
32274
32275  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
32276  Una descripción sobre esto se encuentra en el archivo 
32277 \begin_inset CommandInset href
32278 LatexCommand href
32279 name "Formula-numbering.lyx"
32280 target "run:Formula-numbering.lyx"
32281
32282 \end_inset
32283
32284 .
32285 \end_layout
32286
32287 \begin_layout Section
32288 Símbolos y ecuaciones químicas
32289 \begin_inset CommandInset label
32290 LatexCommand label
32291 name "subsec:Símbolos-y-ecuaciones-químicas"
32292
32293 \end_inset
32294
32295
32296 \begin_inset Index idx
32297 status collapsed
32298
32299 \begin_layout Plain Layout
32300 Química ! símbolos
32301 \end_layout
32302
32303 \end_inset
32304
32305
32306 \begin_inset Index idx
32307 status collapsed
32308
32309 \begin_layout Plain Layout
32310 Química ! caracteres
32311 \end_layout
32312
32313 \end_inset
32314
32315
32316 \begin_inset Index idx
32317 status collapsed
32318
32319 \begin_layout Plain Layout
32320 Ecuación ! química|see
32321 \begin_inset ERT
32322 status collapsed
32323
32324 \begin_layout Plain Layout
32325
32326 {
32327 \end_layout
32328
32329 \end_inset
32330
32331 Química
32332 \begin_inset ERT
32333 status collapsed
32334
32335 \begin_layout Plain Layout
32336
32337 }
32338 \end_layout
32339
32340 \end_inset
32341
32342
32343 \end_layout
32344
32345 \end_inset
32346
32347
32348 \begin_inset Index idx
32349 status collapsed
32350
32351 \begin_layout Plain Layout
32352 Química ! iones
32353 \end_layout
32354
32355 \end_inset
32356
32357
32358 \begin_inset Index idx
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362 Iones|see
32363 \begin_inset ERT
32364 status collapsed
32365
32366 \begin_layout Plain Layout
32367
32368 {
32369 \end_layout
32370
32371 \end_inset
32372
32373 Química
32374 \begin_inset ERT
32375 status collapsed
32376
32377 \begin_layout Plain Layout
32378
32379 }
32380 \end_layout
32381
32382 \end_inset
32383
32384
32385 \end_layout
32386
32387 \end_inset
32388
32389
32390 \begin_inset Index idx
32391 status collapsed
32392
32393 \begin_layout Plain Layout
32394 Química ! reacción
32395 \end_layout
32396
32397 \end_inset
32398
32399
32400 \end_layout
32401
32402 \begin_layout Standard
32403 Un ejemplo de texto de química:
32404 \end_layout
32405
32406 \begin_layout Quote
32407 El ion 
32408 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32409 \end_inset
32410
32411  reacciona con dos iones 
32412 \begin_inset Formula $\mathrm{Na^{+}}$
32413 \end_inset
32414
32415  para dar sulfato de sodio 
32416 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32417 \end_inset
32418
32419 .
32420  La ecuación química es:
32421 \begin_inset Formula 
32422 \begin{equation}
32423 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
32424 \end{equation}
32425
32426 \end_inset
32427
32428
32429 \end_layout
32430
32431 \begin_layout Standard
32432 Esta ecuación química puede componerse directamente en modo ecuación.
32433  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32434  y con el atajo 
32435 \family sans
32436 Alt+C
32437 \begin_inset space ~
32438 \end_inset
32439
32440 R
32441 \family default
32442  se cambia en redonda.
32443 \begin_inset Foot
32444 status collapsed
32445
32446 \begin_layout Plain Layout
32447 véase estilos de tipografías en 
32448 \begin_inset CommandInset ref
32449 LatexCommand ref
32450 reference "subsec:Estilos-de-tipografías"
32451
32452 \end_inset
32453
32454 .
32455 \end_layout
32456
32457 \end_inset
32458
32459
32460 \end_layout
32461
32462 \begin_layout Standard
32463 Para escribir ecuaciones químicas es más conveniente usar el comando 
32464 \series bold
32465
32466 \backslash
32467 ce
32468 \series default
32469
32470 \begin_inset Index idx
32471 status collapsed
32472
32473 \begin_layout Plain Layout
32474 Comandos ! C ! 
32475 \backslash
32476 ce
32477 \end_layout
32478
32479 \end_inset
32480
32481 , que está disponible si está instalado el paquete \SpecialChar LaTeX
32482  
32483 \series bold
32484 mhchem
32485 \series default
32486
32487 \begin_inset Index idx
32488 status collapsed
32489
32490 \begin_layout Plain Layout
32491 Paquetes ! mhchem
32492 \end_layout
32493
32494 \end_inset
32495
32496 .
32497  Al insertar 
32498 \series bold
32499
32500 \backslash
32501 ce
32502 \series default
32503  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
32504  ecuaciones químicas de una forma intuitiva.
32505 \begin_inset Separator parbreak
32506 \end_inset
32507
32508
32509 \end_layout
32510
32511 \begin_layout Standard
32512 \align center
32513 \begin_inset Tabular
32514 <lyxtabular version="3" rows="10" columns="2">
32515 <features tabularvalignment="middle">
32516 <column alignment="center" valignment="top">
32517 <column alignment="center" valignment="top">
32518 <row>
32519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32520 \begin_inset Text
32521
32522 \begin_layout Plain Layout
32523 Comando
32524 \end_layout
32525
32526 \end_inset
32527 </cell>
32528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32529 \begin_inset Text
32530
32531 \begin_layout Plain Layout
32532 Resultado
32533 \begin_inset Note Note
32534 status collapsed
32535
32536 \begin_layout Plain Layout
32537
32538 \series bold
32539
32540 \backslash
32541 raisebox
32542 \series default
32543  se usa sólo como espaciador
32544 \end_layout
32545
32546 \end_inset
32547
32548
32549 \end_layout
32550
32551 \end_inset
32552 </cell>
32553 </row>
32554 <row>
32555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32556 \begin_inset Text
32557
32558 \begin_layout Plain Layout
32559
32560 \backslash
32561 ce
32562 \begin_inset space \textvisiblespace{}
32563 \end_inset
32564
32565 H2CO3
32566 \end_layout
32567
32568 \end_inset
32569 </cell>
32570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32571 \begin_inset Text
32572
32573 \begin_layout Plain Layout
32574 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32575 \end_inset
32576
32577
32578 \end_layout
32579
32580 \end_inset
32581 </cell>
32582 </row>
32583 <row>
32584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32585 \begin_inset Text
32586
32587 \begin_layout Plain Layout
32588
32589 \backslash
32590 ce
32591 \begin_inset space \textvisiblespace{}
32592 \end_inset
32593
32594 SO4^2-
32595 \end_layout
32596
32597 \end_inset
32598 </cell>
32599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32600 \begin_inset Text
32601
32602 \begin_layout Plain Layout
32603 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32604 \end_inset
32605
32606
32607 \end_layout
32608
32609 \end_inset
32610 </cell>
32611 </row>
32612 <row>
32613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32614 \begin_inset Text
32615
32616 \begin_layout Plain Layout
32617
32618 \backslash
32619 ce
32620 \begin_inset space \textvisiblespace{}
32621 \end_inset
32622
32623 (NH4)2S
32624 \end_layout
32625
32626 \end_inset
32627 </cell>
32628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32629 \begin_inset Text
32630
32631 \begin_layout Plain Layout
32632 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32633 \end_inset
32634
32635
32636 \end_layout
32637
32638 \end_inset
32639 </cell>
32640 </row>
32641 <row>
32642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32643 \begin_inset Text
32644
32645 \begin_layout Plain Layout
32646
32647 \backslash
32648 ce
32649 \begin_inset space \textvisiblespace{}
32650 \end_inset
32651
32652 KCr(SO4)2.12H2O
32653 \end_layout
32654
32655 \end_inset
32656 </cell>
32657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32658 \begin_inset Text
32659
32660 \begin_layout Plain Layout
32661 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32662 \end_inset
32663
32664
32665 \end_layout
32666
32667 \end_inset
32668 </cell>
32669 </row>
32670 <row>
32671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32672 \begin_inset Text
32673
32674 \begin_layout Plain Layout
32675
32676 \backslash
32677 ce
32678 \begin_inset space \textvisiblespace{}
32679 \end_inset
32680
32681 A-B
32682 \backslash
32683 dbond
32684 \begin_inset space \textvisiblespace{}
32685 \end_inset
32686
32687 C
32688 \backslash
32689 tbond
32690 \begin_inset space \textvisiblespace{}
32691 \end_inset
32692
32693 D
32694 \end_layout
32695
32696 \end_inset
32697 </cell>
32698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32699 \begin_inset Text
32700
32701 \begin_layout Plain Layout
32702 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32703 \end_inset
32704
32705
32706 \end_layout
32707
32708 \end_inset
32709 </cell>
32710 </row>
32711 <row>
32712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32713 \begin_inset Text
32714
32715 \begin_layout Plain Layout
32716
32717 \backslash
32718 ce
32719 \begin_inset space \textvisiblespace{}
32720 \end_inset
32721
32722 ^227
32723 \begin_inset Formula $\downarrow$
32724 \end_inset
32725
32726 _90
32727 \begin_inset Formula $\to$
32728 \end_inset
32729
32730 Th+
32731 \end_layout
32732
32733 \end_inset
32734 </cell>
32735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32736 \begin_inset Text
32737
32738 \begin_layout Plain Layout
32739 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32740 \end_inset
32741
32742
32743 \end_layout
32744
32745 \end_inset
32746 </cell>
32747 </row>
32748 <row>
32749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32750 \begin_inset Text
32751
32752 \begin_layout Plain Layout
32753
32754 \backslash
32755 ce
32756 \begin_inset space \textvisiblespace{}
32757 \end_inset
32758
32759
32760 \backslash
32761 mu
32762 \begin_inset space \textvisiblespace{}
32763 \end_inset
32764
32765
32766 \backslash
32767 hyphen
32768 \begin_inset space \textvisiblespace{}
32769 \end_inset
32770
32771 Cl
32772 \end_layout
32773
32774 \end_inset
32775 </cell>
32776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32777 \begin_inset Text
32778
32779 \begin_layout Plain Layout
32780 \begin_inset Formula $\raisebox{4.5mm}{}\ce{\ensuremath{\mu\hyphen}Cl}\raisebox{-2mm}{}$
32781 \end_inset
32782
32783
32784 \end_layout
32785
32786 \end_inset
32787 </cell>
32788 </row>
32789 <row>
32790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32791 \begin_inset Text
32792
32793 \begin_layout Plain Layout
32794
32795 \backslash
32796 ce
32797 \begin_inset space \textvisiblespace{}
32798 \end_inset
32799
32800 CO2
32801 \begin_inset space \textvisiblespace{}
32802 \end_inset
32803
32804 +
32805 \begin_inset space \textvisiblespace{}
32806 \end_inset
32807
32808 C
32809 \begin_inset space \textvisiblespace{}
32810 \end_inset
32811
32812 <=>
32813 \begin_inset space \textvisiblespace{}
32814 \end_inset
32815
32816 2CO
32817 \end_layout
32818
32819 \end_inset
32820 </cell>
32821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32822 \begin_inset Text
32823
32824 \begin_layout Plain Layout
32825 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \end_inset
32832 </cell>
32833 </row>
32834 <row>
32835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32836 \begin_inset Text
32837
32838 \begin_layout Plain Layout
32839
32840 \backslash
32841 ce
32842 \begin_inset space \textvisiblespace{}
32843 \end_inset
32844
32845 CO2
32846 \begin_inset space \textvisiblespace{}
32847 \end_inset
32848
32849 +
32850 \begin_inset space \textvisiblespace{}
32851 \end_inset
32852
32853 C
32854 \begin_inset space \textvisiblespace{}
32855 \end_inset
32856
32857 ->[
32858 \backslash
32859 alpha][
32860 \backslash
32861 beta]
32862 \begin_inset space \textvisiblespace{}
32863 \end_inset
32864
32865 2CO}
32866 \end_layout
32867
32868 \end_inset
32869 </cell>
32870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32871 \begin_inset Text
32872
32873 \begin_layout Plain Layout
32874 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32875 \end_inset
32876
32877
32878 \end_layout
32879
32880 \end_inset
32881 </cell>
32882 </row>
32883 </lyxtabular>
32884
32885 \end_inset
32886
32887
32888 \end_layout
32889
32890 \begin_layout Standard
32891 \begin_inset Note Greyedout
32892 status open
32893
32894 \begin_layout Plain Layout
32895
32896 \series bold
32897 Nota:
32898 \series default
32899  En \SpecialChar LyX
32900  no es posible usar el carácter ^ para obtener una flecha hacia arriba,
32901  como se describe en el manual de 
32902 \series bold
32903 mhchem
32904 \series default
32905 .
32906  Como alternativa, inserta un espacio delgado negativo seguido por el comando
32907  
32908 \series bold
32909
32910 \backslash
32911 uparrow
32912 \series default
32913
32914 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32915 \end_inset
32916
32917
32918 \end_layout
32919
32920 \end_inset
32921
32922
32923 \end_layout
32924
32925 \begin_layout Standard
32926 El comando 
32927 \series bold
32928
32929 \backslash
32930 ce
32931 \series default
32932  para la 
32933 \begin_inset CommandInset ref
32934 LatexCommand ref
32935 reference "eq:reaccion-quimica"
32936
32937 \end_inset
32938
32939  es
32940 \begin_inset Newline newline
32941 \end_inset
32942
32943
32944 \series bold
32945  
32946 \backslash
32947 ce
32948 \begin_inset space \textvisiblespace{}
32949 \end_inset
32950
32951 2Na+
32952 \begin_inset space \textvisiblespace{}
32953 \end_inset
32954
32955 +
32956 \begin_inset space \textvisiblespace{}
32957 \end_inset
32958
32959 SO4^2-
32960 \begin_inset space \textvisiblespace{}
32961 \end_inset
32962
32963
32964 \begin_inset space \textvisiblespace{}
32965 \end_inset
32966
32967 ->
32968 \begin_inset space \textvisiblespace{}
32969 \end_inset
32970
32971 Na2SO4
32972 \end_layout
32973
32974 \begin_layout Standard
32975 Para componer ecuaciones químicas multilínea primero se crea una ecuación
32976  multilínea, tal como se describe en la 
32977 \begin_inset CommandInset ref
32978 LatexCommand ref
32979 reference "sec:Ecuaciones-multilínea"
32980
32981 \end_inset
32982
32983 .
32984  Después se utiliza el comando 
32985 \series bold
32986
32987 \backslash
32988 ce
32989 \series default
32990  en cada cuadrito azul de la ecuación.
32991  La 
32992 \begin_inset CommandInset ref
32993 LatexCommand ref
32994 reference "eq:TEOS-reac-1"
32995
32996 \end_inset
32997
32998  y la 
32999 \begin_inset CommandInset ref
33000 LatexCommand ref
33001 reference "eq:TEOS-reac-2"
33002
33003 \end_inset
33004
33005  son ejemplos de una reacción química en dos fases en la que cada ecuación
33006  tiene su propio número.
33007 \begin_inset Formula 
33008 \begin{eqnarray}
33009 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
33010 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
33011 \end{eqnarray}
33012
33013 \end_inset
33014
33015
33016 \end_layout
33017
33018 \begin_layout Standard
33019 Además de 
33020 \series bold
33021
33022 \backslash
33023 ce
33024 \series default
33025  el paquete 
33026 \series bold
33027 mhchem
33028 \series default
33029  suministra el comando 
33030 \series bold
33031
33032 \backslash
33033 cf
33034 \series default
33035
33036 \begin_inset Index idx
33037 status collapsed
33038
33039 \begin_layout Plain Layout
33040 Comandos ! C ! 
33041 \backslash
33042 cf
33043 \end_layout
33044
33045 \end_inset
33046
33047  que ha de utilizarse en casos especiales.
33048  Para más información sobre 
33049 \series bold
33050
33051 \backslash
33052 cf
33053 \series default
33054  y más ejemplos echa un vistazo a la documentación de 
33055 \series bold
33056 mhchem
33057 \series default
33058
33059 \begin_inset CommandInset citation
33060 LatexCommand cite
33061 key "mhchem"
33062
33063 \end_inset
33064
33065 .
33066 \end_layout
33067
33068 \begin_layout Section
33069 Diagramas
33070 \end_layout
33071
33072 \begin_layout Standard
33073 Lyx soporta dos tipos de diagramas conmutativos: 
33074 \series bold
33075 amscd
33076 \series default
33077  y 
33078 \series bold
33079 xymatrix
33080 \series default
33081 , que se explican a continuación.
33082 \end_layout
33083
33084 \begin_layout Subsection
33085 Diagramas amscd
33086 \begin_inset Index idx
33087 status collapsed
33088
33089 \begin_layout Plain Layout
33090 Diagramas ! amscd
33091 \end_layout
33092
33093 \end_inset
33094
33095
33096 \end_layout
33097
33098 \begin_layout Standard
33099 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
33100  verticales y horizontales:
33101 \begin_inset Formula 
33102 \[
33103 \begin{CD}A@)))B@)))C\\
33104 @AAA@.@VVV\\
33105 F@(((E@(((D
33106 \end{CD}
33107 \]
33108
33109 \end_inset
33110
33111 Para obtener el diagrama se inserta en la ecuación el comando 
33112 \series bold
33113
33114 \backslash
33115 CD
33116 \begin_inset Index idx
33117 status collapsed
33118
33119 \begin_layout Plain Layout
33120 Comandos ! C ! 
33121 \backslash
33122 CD
33123 \end_layout
33124
33125 \end_inset
33126
33127
33128 \series default
33129 .
33130  Surge un marco azul entre dos líneas de trazos en el que se insertan a
33131  continuación comandos.
33132  Con 
33133 \family sans
33134 Ctrl+Entrar
33135 \family default
33136  se inicia una nueva línea.
33137  En las líneas impares se insertan relaciones horizontales, en las pares
33138  verticales.
33139 \end_layout
33140
33141 \begin_layout Standard
33142 Para componer las relaciones hay los siguientes comandos:
33143 \begin_inset Foot
33144 status collapsed
33145
33146 \begin_layout Plain Layout
33147 \begin_inset CommandInset label
33148 LatexCommand label
33149 name "fn:sinónimos"
33150
33151 \end_inset
33152
33153 Los comandos con 
33154 \family sans
33155 '
33156 \series bold
33157 >
33158 \series default
33159 '
33160 \family default
33161  o 
33162 \family sans
33163 '
33164 \series bold
33165 <
33166 \series default
33167 '
33168 \family default
33169  pueden generar errores con el estilo 
33170 \series bold
33171 spanish
33172 \series default
33173  de 
33174 \series bold
33175 babel
33176 \series default
33177 .
33178  Para evitarlo se pueden sustituir por sus sinónimos 
33179 \family sans
33180 '
33181 \series bold
33182 )
33183 \series default
33184 '
33185 \family default
33186  y 
33187 \family sans
33188 '
33189 \series bold
33190 (
33191 \series default
33192 '
33193 \family default
33194  respectivamente.
33195  Véase 
33196 \begin_inset CommandInset citation
33197 LatexCommand cite
33198 key "spanish"
33199
33200 \end_inset
33201
33202 .
33203  (
33204 \emph on
33205 N.
33206 \begin_inset space \thinspace{}
33207 \end_inset
33208
33209 del t.
33210 \emph default
33211 )
33212 \end_layout
33213
33214 \end_inset
33215
33216
33217 \end_layout
33218
33219 \begin_layout Itemize
33220
33221 \series bold
33222 @<<<
33223 \series default
33224  genera una flecha hacia la izquierda, 
33225 \series bold
33226 @>>>
33227 \series default
33228  una hacia la derecha, y 
33229 \series bold
33230 @=
33231 \series default
33232  un signo igual largo
33233 \end_layout
33234
33235 \begin_layout Itemize
33236
33237 \series bold
33238 @AAA
33239 \series default
33240  genera una flecha hacia arriba, 
33241 \series bold
33242 @VVV
33243 \series default
33244  una hacia abajo, y 
33245 \series bold
33246 @|
33247 \series default
33248  un signo igual vertical
33249 \end_layout
33250
33251 \begin_layout Itemize
33252
33253 \series bold
33254 @.
33255
33256 \series default
33257  genera una ubicación vacía para relaciones inexistentes
33258 \end_layout
33259
33260 \begin_layout Standard
33261 Todas las flechas pueden etiquetarse como sigue:
33262 \end_layout
33263
33264 \begin_layout Itemize
33265 Si se inserta texto entre el primero y el segundo 
33266 \series bold
33267 <
33268 \series default
33269  o 
33270 \series bold
33271 >
33272 \series default
33273 , respectivamente, se muestra sobre la flecha.
33274  Si se inserta entre el segundo y el tercero, bajo la flecha.
33275 \end_layout
33276
33277 \begin_layout Itemize
33278 Para flechas verticales, si se inserta texto entre la primera y la segunda
33279  
33280 \series bold
33281 A
33282 \series default
33283  o 
33284 \series bold
33285 V
33286 \series default
33287 , respectivamente, se muestra al lado izquierdo de la flecha.
33288  Si se inserta entre la segunda y la tercera, al lado derecho.
33289  Si el texto contiene A o V, estas letras deben ponerse entre llaves \SpecialChar TeX
33290 .
33291 \end_layout
33292
33293 \begin_layout Standard
33294 Como ejemplo un diagrama con todas las relaciones posibles:
33295 \begin_inset Formula 
33296 \[
33297 \begin{CD}A@)j))B@))k)C@=F\\
33298 @AmAA@.@VV{V}V@|\\
33299 D@((j\,(E@)k))F@=C
33300 \end{CD}
33301 \]
33302
33303 \end_inset
33304
33305 El comando para este diagrama es:
33306 \begin_inset Newline newline
33307 \end_inset
33308
33309
33310 \series bold
33311
33312 \backslash
33313 CD
33314 \begin_inset space \textvisiblespace{}
33315 \end_inset
33316
33317 A@>j>>B@>>k>C@=F Ctrl+Entrar
33318 \begin_inset Newline newline
33319 \end_inset
33320
33321
33322 \begin_inset Phantom HPhantom
33323 status open
33324
33325 \begin_layout Plain Layout
33326
33327 \series bold
33328
33329 \backslash
33330 CD
33331 \begin_inset space \textvisiblespace{}
33332 \end_inset
33333
33334
33335 \end_layout
33336
33337 \end_inset
33338
33339 @AmAA@.@VV
33340 \backslash
33341 {V
33342 \series default
33343
33344 \begin_inset Formula $\to$
33345 \end_inset
33346
33347
33348 \series bold
33349 V@| Ctrl+Entrar
33350 \begin_inset Newline newline
33351 \end_inset
33352
33353
33354 \begin_inset Phantom HPhantom
33355 status open
33356
33357 \begin_layout Plain Layout
33358
33359 \series bold
33360
33361 \backslash
33362 CD
33363 \begin_inset space \textvisiblespace{}
33364 \end_inset
33365
33366
33367 \end_layout
33368
33369 \end_inset
33370
33371 D@<<j<E@>k>>F@=C
33372 \end_layout
33373
33374 \begin_layout Subsection
33375 Diagramas xymatrix
33376 \begin_inset Index idx
33377 status collapsed
33378
33379 \begin_layout Plain Layout
33380 Diagramas ! xymatrix
33381 \end_layout
33382
33383 \end_inset
33384
33385
33386 \end_layout
33387
33388 \begin_layout Standard
33389 Para usar matrices xy debe estar instalado el paquete \SpecialChar LaTeX
33390  
33391 \series bold
33392 xypic
33393 \series default
33394 .
33395  Una matriz xy se crea insertando el comando 
33396 \series bold
33397
33398 \backslash
33399 xymatrix
33400 \series default
33401  en una ecuación.
33402  Después podrás añadir nuevas columnas y filas como en matrices normales,
33403  véase
33404 \begin_inset space ~
33405 \end_inset
33406
33407
33408 \begin_inset CommandInset ref
33409 LatexCommand ref
33410 reference "sec:Matrices"
33411
33412 \end_inset
33413
33414 .
33415 \end_layout
33416
33417 \begin_layout Standard
33418 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33419  y curvadas, y mucho más.
33420  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33421  se explican en el 
33422 \emph on
33423 Manual de XY-pic
33424 \emph default
33425  que se encuentra en el menú 
33426 \family sans
33427 Ayuda\SpecialChar menuseparator
33428 Manuales
33429 \begin_inset space ~
33430 \end_inset
33431
33432 específicos
33433 \family default
33434 .
33435 \end_layout
33436
33437 \begin_layout Subsection
33438 Diagramas 
33439 \noun on
33440 Feynman
33441 \noun default
33442
33443 \begin_inset Index idx
33444 status collapsed
33445
33446 \begin_layout Plain Layout
33447 Diagramas ! Feynman
33448 \end_layout
33449
33450 \end_inset
33451
33452
33453 \end_layout
33454
33455 \begin_layout Standard
33456 Para usar diagramas 
33457 \noun on
33458 Feynman
33459 \noun default
33460  debe estar instalado el paquete \SpecialChar LaTeX
33461  
33462 \series bold
33463 feyn
33464 \series default
33465 .
33466  Un diagrama 
33467 \noun on
33468 Feynman
33469 \noun default
33470  se crea insertando el comando 
33471 \series bold
33472
33473 \backslash
33474 Diagram
33475 \series default
33476  en una ecuación.
33477  Después podrás añadir nuevas columnas y filas como en matrices normales,
33478  véase
33479 \begin_inset space ~
33480 \end_inset
33481
33482
33483 \begin_inset CommandInset ref
33484 LatexCommand ref
33485 reference "sec:Matrices"
33486
33487 \end_inset
33488
33489 .
33490 \end_layout
33491
33492 \begin_layout Standard
33493 En el 
33494 \emph on
33495 Manual de diagramas Feynman
33496 \emph default
33497 , disponible en 
33498 \family sans
33499 Ayuda\SpecialChar menuseparator
33500 Manuales
33501 \begin_inset space ~
33502 \end_inset
33503
33504 específicos
33505 \family default
33506 , hay ejemplos de diagramas de este tipo.
33507 \end_layout
33508
33509 \begin_layout Standard
33510 \begin_inset Newpage newpage
33511 \end_inset
33512
33513
33514 \end_layout
33515
33516 \begin_layout Section
33517 Comandos definidos por el usuario
33518 \begin_inset Index idx
33519 status collapsed
33520
33521 \begin_layout Plain Layout
33522 Comandos de usuario
33523 \end_layout
33524
33525 \end_inset
33526
33527
33528 \end_layout
33529
33530 \begin_layout Standard
33531 \begin_inset Note Greyedout
33532 status open
33533
33534 \begin_layout Plain Layout
33535
33536 \series bold
33537 Nota:
33538 \series default
33539  Los nombres de los comandos definidos por el usuario y macros solo pueden
33540  contener letras latinas.
33541 \end_layout
33542
33543 \end_inset
33544
33545
33546 \end_layout
33547
33548 \begin_layout Subsection
33549 El comando 
33550 \backslash
33551 newcommand
33552 \begin_inset CommandInset label
33553 LatexCommand label
33554 name "subsec:El-comando-newcommand"
33555
33556 \end_inset
33557
33558
33559 \begin_inset Index idx
33560 status collapsed
33561
33562 \begin_layout Plain Layout
33563 Comandos de usuario ! 
33564 \backslash
33565 newcommand
33566 \end_layout
33567
33568 \end_inset
33569
33570
33571 \begin_inset Index idx
33572 status collapsed
33573
33574 \begin_layout Plain Layout
33575 Comandos ! N ! 
33576 \backslash
33577 newcommand
33578 \end_layout
33579
33580 \end_inset
33581
33582
33583 \end_layout
33584
33585 \begin_layout Standard
33586 Muchos comandos \SpecialChar LaTeX
33587  son demasiado largos para usarlos con frecuencia.
33588  Pero es posible definir nuevos comandos más cortos con el comando 
33589 \series bold
33590
33591 \backslash
33592 newcommand
33593 \series default
33594 .
33595  
33596 \end_layout
33597
33598 \begin_layout Standard
33599 El esquema del comando 
33600 \series bold
33601
33602 \backslash
33603 newcommand
33604 \series default
33605  es:
33606 \end_layout
33607
33608 \begin_layout Standard
33609
33610 \series bold
33611
33612 \backslash
33613 newcommand{nombre nuevo de comando}[número de argumentos]
33614 \begin_inset Newline newline
33615 \end_inset
33616
33617
33618 \begin_inset Phantom HPhantom
33619 status open
33620
33621 \begin_layout Plain Layout
33622
33623 \series bold
33624
33625 \backslash
33626 newcommand
33627 \end_layout
33628
33629 \end_inset
33630
33631 [valor opcional]{definición de comando}
33632 \end_layout
33633
33634 \begin_layout Standard
33635 \begin_inset Note Greyedout
33636 status open
33637
33638 \begin_layout Plain Layout
33639
33640 \series bold
33641 Nota:
33642 \series default
33643  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33644  documento o en paquetes \SpecialChar LaTeX
33645  que uses.
33646  Por ejemplo, si defines el comando 
33647 \series bold
33648
33649 \backslash
33650 le
33651 \series default
33652  para 
33653 \series bold
33654
33655 \backslash
33656 Leftarrow,
33657 \series default
33658  se producirán errores porque 
33659 \series bold
33660
33661 \backslash
33662 le
33663 \series default
33664  ya existe para 
33665 \begin_inset Quotes fld
33666 \end_inset
33667
33668
33669 \begin_inset Formula $\le$
33670 \end_inset
33671
33672
33673 \begin_inset Quotes frd
33674 \end_inset
33675
33676 .
33677
33678 \series bold
33679  
33680 \end_layout
33681
33682 \end_inset
33683
33684
33685 \end_layout
33686
33687 \begin_layout Standard
33688 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33689  argumentos debería tener el nuevo comando.
33690  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33691  Cuando se hace esto, el 
33692 \emph on
33693 primer
33694 \emph default
33695  argumento del nuevo comando es automáticamente opcional.
33696 \end_layout
33697
33698 \begin_layout Standard
33699 Veamos unos ejemplos:
33700 \end_layout
33701
33702 \begin_layout Itemize
33703 Para definir el comando 
33704 \series bold
33705
33706 \backslash
33707 gr
33708 \series default
33709  para 
33710 \series bold
33711
33712 \backslash
33713 Longrightarrow
33714 \series default
33715 , la línea de preámbulo \SpecialChar LaTeX
33716  es:
33717 \begin_inset VSpace medskip
33718 \end_inset
33719
33720
33721 \begin_inset Newline newline
33722 \end_inset
33723
33724
33725 \series bold
33726
33727 \backslash
33728 newcommand{
33729 \backslash
33730 gr}{
33731 \backslash
33732 Longrightarrow}
33733 \end_layout
33734
33735 \begin_layout Itemize
33736 Para definir el comando 
33737 \series bold
33738
33739 \backslash
33740 us
33741 \series default
33742  para 
33743 \series bold
33744
33745 \backslash
33746 underline
33747 \series default
33748 , el argumento (que sería subrayado) debe tenerse en cuenta.
33749  Para esto la línea de preámbulo es:
33750 \begin_inset VSpace medskip
33751 \end_inset
33752
33753
33754 \begin_inset Newline newline
33755 \end_inset
33756
33757
33758 \series bold
33759
33760 \backslash
33761 newcommand{
33762 \backslash
33763 us}[1]{
33764 \backslash
33765 underline{#1}}
33766 \series default
33767
33768 \begin_inset VSpace medskip
33769 \end_inset
33770
33771
33772 \begin_inset Newline newline
33773 \end_inset
33774
33775 El carácter 
33776 \series bold
33777 #
33778 \series default
33779  actúa como colocador del argumento, el 
33780 \series bold
33781 1
33782 \series default
33783  indica que es el colocador para el primer argumento.
33784 \end_layout
33785
33786 \begin_layout Itemize
33787 Para 
33788 \series bold
33789
33790 \backslash
33791 framebox
33792 \series default
33793  se puede definir, por ejemplo, el comando 
33794 \series bold
33795
33796 \backslash
33797 fb
33798 \series default
33799 :
33800 \begin_inset VSpace medskip
33801 \end_inset
33802
33803
33804 \begin_inset Newline newline
33805 \end_inset
33806
33807
33808 \series bold
33809
33810 \backslash
33811 newcommand{
33812 \backslash
33813 fb}[3]{
33814 \backslash
33815 framebox#1#2{$#3$}}
33816 \series default
33817
33818 \begin_inset VSpace medskip
33819 \end_inset
33820
33821
33822 \begin_inset Newline newline
33823 \end_inset
33824
33825 Los dos signos dólar generan la ecuación extra necesaria para 
33826 \series bold
33827
33828 \backslash
33829 framebox
33830 \series default
33831 , véase 
33832 \begin_inset CommandInset ref
33833 LatexCommand ref
33834 reference "subsec:Marcos-con-bordes"
33835
33836 \end_inset
33837
33838 .
33839 \end_layout
33840
33841 \begin_layout Itemize
33842 Para crear un nuevo comando para 
33843 \series bold
33844
33845 \backslash
33846 fcolorbox
33847 \series default
33848  donde no es necesario especificar el color para el marco, el argumento
33849  para el color se define opcional:
33850 \begin_inset VSpace medskip
33851 \end_inset
33852
33853
33854 \begin_inset Newline newline
33855 \end_inset
33856
33857
33858 \series bold
33859
33860 \backslash
33861 newcommand{
33862 \backslash
33863 cb}[3][white]{
33864 \backslash
33865 fcolorbox{#2}{#1}{$#3$}}
33866 \series default
33867
33868 \begin_inset VSpace medskip
33869 \end_inset
33870
33871
33872 \begin_inset Newline newline
33873 \end_inset
33874
33875 Si el color no es especificado al usar 
33876 \series bold
33877
33878 \backslash
33879 cb
33880 \series default
33881 , se elige el color 
33882 \series bold
33883 white
33884 \series default
33885  predefinido.
33886 \end_layout
33887
33888 \begin_layout Standard
33889 Un ensayo con los nuevos comandos definidos:
33890 \begin_inset Separator parbreak
33891 \end_inset
33892
33893
33894 \end_layout
33895
33896 \begin_layout Standard
33897 \noindent
33898 \align center
33899 \begin_inset Tabular
33900 <lyxtabular version="3" rows="6" columns="2">
33901 <features tabularvalignment="middle">
33902 <column alignment="center" valignment="top">
33903 <column alignment="center" valignment="top">
33904 <row>
33905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33906 \begin_inset Text
33907
33908 \begin_layout Plain Layout
33909 Comando
33910 \end_layout
33911
33912 \end_inset
33913 </cell>
33914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33915 \begin_inset Text
33916
33917 \begin_layout Plain Layout
33918 Resultado
33919 \begin_inset Note Note
33920 status collapsed
33921
33922 \begin_layout Plain Layout
33923
33924 \series bold
33925
33926 \backslash
33927 raisebox
33928 \series default
33929  se usa sólo como espaciador
33930 \end_layout
33931
33932 \end_inset
33933
33934
33935 \end_layout
33936
33937 \end_inset
33938 </cell>
33939 </row>
33940 <row>
33941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33942 \begin_inset Text
33943
33944 \begin_layout Plain Layout
33945 A
33946 \backslash
33947 gr
33948 \begin_inset space \textvisiblespace{}
33949 \end_inset
33950
33951 B
33952 \end_layout
33953
33954 \end_inset
33955 </cell>
33956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33957 \begin_inset Text
33958
33959 \begin_layout Plain Layout
33960 \begin_inset Formula $A\gr B$
33961 \end_inset
33962
33963
33964 \end_layout
33965
33966 \end_inset
33967 </cell>
33968 </row>
33969 <row>
33970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33971 \begin_inset Text
33972
33973 \begin_layout Plain Layout
33974
33975 \backslash
33976 us{ABcd
33977 \end_layout
33978
33979 \end_inset
33980 </cell>
33981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33982 \begin_inset Text
33983
33984 \begin_layout Plain Layout
33985 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33986 \end_inset
33987
33988
33989 \end_layout
33990
33991 \end_inset
33992 </cell>
33993 </row>
33994 <row>
33995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33996 \begin_inset Text
33997
33998 \begin_layout Plain Layout
33999
34000 \backslash
34001 fb{[2cm]
34002 \begin_inset Formula $\to$
34003 \end_inset
34004
34005
34006 \backslash
34007 {
34008 \begin_inset Formula $\to$
34009 \end_inset
34010
34011
34012 \backslash
34013 {
34014 \backslash
34015 int
34016 \begin_inset space \textvisiblespace{}
34017 \end_inset
34018
34019 A=B
34020 \end_layout
34021
34022 \end_inset
34023 </cell>
34024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34025 \begin_inset Text
34026
34027 \begin_layout Plain Layout
34028 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
34029 \end_inset
34030
34031
34032 \end_layout
34033
34034 \end_inset
34035 </cell>
34036 </row>
34037 <row>
34038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34039 \begin_inset Text
34040
34041 \begin_layout Plain Layout
34042
34043 \backslash
34044 cb{red
34045 \begin_inset Formula $\to$
34046 \end_inset
34047
34048
34049 \backslash
34050 {
34051 \backslash
34052 int
34053 \begin_inset space \textvisiblespace{}
34054 \end_inset
34055
34056 A=B
34057 \end_layout
34058
34059 \end_inset
34060 </cell>
34061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34062 \begin_inset Text
34063
34064 \begin_layout Plain Layout
34065 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
34066 \end_inset
34067
34068
34069 \end_layout
34070
34071 \end_inset
34072 </cell>
34073 </row>
34074 <row>
34075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34076 \begin_inset Text
34077
34078 \begin_layout Plain Layout
34079
34080 \backslash
34081 cb[green]
34082 \backslash
34083 {red
34084 \begin_inset Formula $\to$
34085 \end_inset
34086
34087
34088 \backslash
34089 {
34090 \backslash
34091 int
34092 \begin_inset space \textvisiblespace{}
34093 \end_inset
34094
34095 A=B
34096 \end_layout
34097
34098 \end_inset
34099 </cell>
34100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34101 \begin_inset Text
34102
34103 \begin_layout Plain Layout
34104 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
34105 \end_inset
34106
34107
34108 \end_layout
34109
34110 \end_inset
34111 </cell>
34112 </row>
34113 </lyxtabular>
34114
34115 \end_inset
34116
34117
34118 \end_layout
34119
34120 \begin_layout Subsection
34121 Macros de ecuaciones
34122 \begin_inset Index idx
34123 status collapsed
34124
34125 \begin_layout Plain Layout
34126 Comandos de usuario ! Macros de ecuaciones
34127 \end_layout
34128
34129 \end_inset
34130
34131
34132 \begin_inset Index idx
34133 status collapsed
34134
34135 \begin_layout Plain Layout
34136 Macros
34137 \end_layout
34138
34139 \end_inset
34140
34141
34142 \end_layout
34143
34144 \begin_layout Standard
34145 Los comandos definidos por el usuario son especialmente convenientes para
34146  expresiones complejas.
34147  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
34148  el mismo tipo de solución se repite varias veces.
34149  La forma general de una ecuación de segundo grado es:
34150 \begin_inset Formula 
34151 \[
34152 0=\lambda^{2}+p\lambda+q
34153 \]
34154
34155 \end_inset
34156
34157 La forma general de la solución es:
34158 \begin_inset Formula 
34159 \[
34160 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
34161 \]
34162
34163 \end_inset
34164
34165
34166 \end_layout
34167
34168 \begin_layout Standard
34169 Para definir un comando para la ecuación de la solución, en donde solo hay
34170  que especificar los tres parámetros 
34171 \begin_inset Formula $\lambda$
34172 \end_inset
34173
34174
34175 \begin_inset Formula $p$
34176 \end_inset
34177
34178 , y 
34179 \begin_inset Formula $q$
34180 \end_inset
34181
34182 , y el índice de 
34183 \begin_inset Formula $\lambda$
34184 \end_inset
34185
34186  puede darse opcionalmente, la línea de preámbulo \SpecialChar LaTeX
34187  es
34188 \begin_inset Newline newline
34189 \end_inset
34190
34191
34192 \series bold
34193
34194 \backslash
34195 newcommand{
34196 \backslash
34197 qG}[4][1,
34198 \backslash
34199 ,2]{#2_{#1}=-
34200 \backslash
34201 frac{#3}{2}
34202 \backslash
34203 pm
34204 \begin_inset Newline newline
34205 \end_inset
34206
34207
34208 \begin_inset Phantom HPhantom
34209 status open
34210
34211 \begin_layout Plain Layout
34212
34213 \series bold
34214
34215 \backslash
34216 newcommand
34217 \end_layout
34218
34219 \end_inset
34220
34221
34222 \backslash
34223 sqrt{
34224 \backslash
34225 frac{#3^{2}}{4}-#4}}
34226 \end_layout
34227
34228 \begin_layout Standard
34229 Para generar la solución se inserta el comando
34230 \begin_inset Newline newline
34231 \end_inset
34232
34233
34234 \series bold
34235
34236 \backslash
34237 qG{
34238 \backslash
34239 lambda
34240 \begin_inset Formula $\to$
34241 \end_inset
34242
34243
34244 \backslash
34245 {p
34246 \begin_inset Formula $\to$
34247 \end_inset
34248
34249
34250 \backslash
34251 {q
34252 \series default
34253  en una ecuación
34254 \series bold
34255 .
34256 \end_layout
34257
34258 \begin_layout Standard
34259 La definición del nuevo comando no es intuitiva porque hay que conocer los
34260  esquemas de todos los comandos \SpecialChar LaTeX
34261  usados, por ejemplo, que una fracción se
34262  inserta en \SpecialChar LaTeX
34263  como
34264 \series bold
34265  
34266 \backslash
34267 frac{numerador}{denominador}
34268 \series default
34269 .
34270  Además, uno puede olvidar fácilmente una llave en la definición y no puede
34271  ver en \SpecialChar LyX
34272  lo que el nuevo comando está haciendo.
34273  Para evitar estos problemas, \SpecialChar LyX
34274  ofrece la posibilidad de usar macros de ecuación
34275  en vez del comando
34276 \series bold
34277  
34278 \backslash
34279 newcommand
34280 \series default
34281 .
34282 \end_layout
34283
34284 \begin_layout Standard
34285 Una macro de ecuación se crea con el menú 
34286 \family sans
34287 Insertar\SpecialChar menuseparator
34288 Ecuación\SpecialChar menuseparator
34289 Macro
34290 \family default
34291  o con el botón 
34292 \begin_inset Info
34293 type  "icon"
34294 arg   "math-macro newmacroname_newcommand"
34295 \end_inset
34296
34297  de la barra de herramientas.
34298  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
34299  como el siguiente donde se define la macro:
34300 \begin_inset Newline newline
34301 \end_inset
34302
34303
34304 \begin_inset space \hspace*{\fill}
34305 \end_inset
34306
34307
34308 \begin_inset Graphics
34309         filename ../../../../../LyX 2.2/Resources/doc/clipart/macrobox.png
34310         scale 75
34311
34312 \end_inset
34313
34314
34315 \begin_inset space \hspace*{\fill}
34316 \end_inset
34317
34318
34319 \begin_inset Newline newline
34320 \end_inset
34321
34322
34323 \begin_inset FormulaMacro
34324 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
34325 \end_inset
34326
34327
34328 \backslash
34329 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
34330  En el primer marco azul se inserta la ecuación buscada.
34331  Con el comando 
34332 \series bold
34333
34334 \backslash
34335 #númerodeargumento
34336 \series default
34337 , , o con el botón 
34338 \begin_inset Info
34339 type  "icon"
34340 arg   "math-macro-add-param"
34341 \end_inset
34342
34343  de la barra de herramientas de macros se inserta un colocador de argumento,
34344  p.
34345 \begin_inset space \thinspace{}
34346 \end_inset
34347
34348 e
34349 \begin_inset space \space{}
34350 \end_inset
34351
34352
34353 \series bold
34354
34355 \backslash
34356 #1
34357 \series default
34358 .
34359  Los colocadores de argumento se muestran en rojo.
34360  Se pueden poner 9
34361 \begin_inset space ~
34362 \end_inset
34363
34364 argumentos como máximo.
34365  Con el botón 
34366 \begin_inset Info
34367 type  "icon"
34368 arg   "math-macro-add-optional-param"
34369 \end_inset
34370
34371  se crean argumentos opcionales.
34372  El primer argumento no opcional puede transformarse en opcional con el
34373  botón 
34374 \begin_inset Info
34375 type  "icon"
34376 arg   "math-macro-make-optional"
34377 \end_inset
34378
34379 .
34380  En el segundo marco azul puede definirse el aspecto de la macro en \SpecialChar LyX
34381 .
34382  Normalmente quieres verlo tal como está definido, así que el recuadro se
34383  deja vacío.
34384  Pero si has creado una macro que necesita mucho espacio en la pantalla,
34385  en dicho recuadro puedes insertar, por ejemplo
34386 \begin_inset Newline newline
34387 \end_inset
34388
34389
34390 \series bold
34391 qG: 
34392 \backslash
34393 #1
34394 \series default
34395  
34396 \series bold
34397 ,
34398 \series default
34399  
34400 \series bold
34401
34402 \backslash
34403 #2
34404 \series default
34405  
34406 \series bold
34407 ,
34408 \series default
34409  
34410 \series bold
34411
34412 \backslash
34413 #3, 
34414 \backslash
34415 #4
34416 \begin_inset Newline newline
34417 \end_inset
34418
34419
34420 \series default
34421 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
34422  en \SpecialChar LyX
34423 , lo que conlleva una visualización mejor.
34424  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
34425 \begin_inset Newline newline
34426 \end_inset
34427
34428 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
34429  macros individuales situando el cursor en la macro y usando el menú 
34430 \family sans
34431 Ver\SpecialChar menuseparator
34432 (Des)plegar macro de ecuación.
34433 \end_layout
34434
34435 \begin_layout Standard
34436 Para usar una macro, se inserta el nombre de la misma como comando en una
34437  ecuación, en nuestro caso 
34438 \series bold
34439
34440 \backslash
34441 qG
34442 \series default
34443 .
34444  Nuestra macro se muestra en \SpecialChar LyX
34445  así:
34446 \begin_inset Newline newline
34447 \end_inset
34448
34449
34450 \begin_inset space \hspace*{\fill}
34451 \end_inset
34452
34453
34454 \begin_inset Graphics
34455         filename ../../../../../LyX 2.2/Resources/doc/clipart/macrouse.png
34456         scale 75
34457
34458 \end_inset
34459
34460
34461 \begin_inset space \hspace*{\fill}
34462 \end_inset
34463
34464
34465 \begin_inset Newline newline
34466 \end_inset
34467
34468 Aquí tenemos nuestro ejemplo de macro con los argumentos 
34469 \begin_inset Formula $x$
34470 \end_inset
34471
34472
34473 \begin_inset Formula $\ln(x)$
34474 \end_inset
34475
34476 , y 
34477 \begin_inset Formula $B$
34478 \end_inset
34479
34480 :
34481 \end_layout
34482
34483 \begin_layout Standard
34484 \begin_inset Formula 
34485 \[
34486 \qG x{\ln(x)}B
34487 \]
34488
34489 \end_inset
34490
34491
34492 \end_layout
34493
34494 \begin_layout Standard
34495 \SpecialChar LyX
34496  ofrece en el menú 
34497 \family sans
34498 Herramientas
34499 \family default
34500 \SpecialChar menuseparator
34501
34502 \family sans
34503 Preferencias\SpecialChar menuseparator
34504 Edición\SpecialChar menuseparator
34505 Control
34506 \family default
34507  diferentes estilos para editar macros.
34508  Para encontrar el estilo que más te convenga, elige un estilo y pon el
34509  cursor en una macro para ver la diferencia.
34510 \end_layout
34511
34512 \begin_layout Standard
34513 Una macro de ecuación se transforma internamente en un comando 
34514 \series bold
34515
34516 \backslash
34517 newcommand
34518 \series default
34519  cuando se exporta el documento.
34520  El comando creado 
34521 \series bold
34522
34523 \backslash
34524 newcommand
34525 \series default
34526  no se coloca en el preámbulo \SpecialChar LaTeX
34527 , por tanto las macros solo se pueden usar
34528  en ecuaciones que estén en recuadros de definición de macros en el documento.
34529  
34530 \end_layout
34531
34532 \begin_layout Standard
34533 Las macros de ecuación también pueden crearse directamente a partir de un
34534  comando
34535 \series bold
34536  
34537 \backslash
34538 newcommand
34539 \series default
34540 .
34541  Por ejemplo, escribiendo el comando
34542 \begin_inset Newline newline
34543 \end_inset
34544
34545
34546 \series bold
34547
34548 \backslash
34549 newcommand{
34550 \backslash
34551 larrow}[2]{
34552 \backslash
34553 xleftarrow[#2]{#1}}
34554 \begin_inset Newline newline
34555 \end_inset
34556
34557
34558 \series default
34559 como texto normal en \SpecialChar LyX
34560 , seleccionándolo completamente y usando a continuación
34561  el atajo 
34562 \family sans
34563 Ctrl+M
34564 \family default
34565 , el comando se transformará en una macro de ecuación.
34566  Al emplear este método debes tener cuidado en escribir correctamente el
34567  comando 
34568 \series bold
34569
34570 \backslash
34571 newcommand
34572 \series default
34573 , de lo contrario la macro defectuosa lleva a obtener errores \SpecialChar LaTeX
34574 .
34575  
34576 \end_layout
34577
34578 \begin_layout Standard
34579 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34580  en definiciones de macros se manejan incorrectamente.
34581  Por eso el ejemplo 
34582 \series bold
34583
34584 \backslash
34585 fb
34586 \series default
34587  de 
34588 \begin_inset CommandInset ref
34589 LatexCommand ref
34590 reference "subsec:El-comando-newcommand"
34591
34592 \end_inset
34593
34594  no puede crearse como macro.
34595 \end_layout
34596
34597 \begin_layout Standard
34598 Cuando el cursor está en un recuadro de definición de macro, verás en \SpecialChar LyX
34599  la
34600  barra de herramientas de macros:
34601 \end_layout
34602
34603 \begin_layout Standard
34604 \begin_inset VSpace defskip
34605 \end_inset
34606
34607
34608 \end_layout
34609
34610 \begin_layout Standard
34611 \begin_inset Graphics
34612         filename ../../../../../LyX 2.2/Resources/doc/clipart/MacroToolbar.png
34613
34614 \end_inset
34615
34616
34617 \begin_inset Index idx
34618 status collapsed
34619
34620 \begin_layout Plain Layout
34621 Macros ! Barra de herramientas
34622 \end_layout
34623
34624 \end_inset
34625
34626
34627 \end_layout
34628
34629 \begin_layout Standard
34630 \begin_inset VSpace defskip
34631 \end_inset
34632
34633
34634 \end_layout
34635
34636 \begin_layout Standard
34637 La barra de herramientas de macros contiene los siguientes botones:
34638 \end_layout
34639
34640 \begin_layout Standard
34641 \begin_inset VSpace defskip
34642 \end_inset
34643
34644
34645 \end_layout
34646
34647 \begin_layout Standard
34648 \begin_inset Tabular
34649 <lyxtabular version="3" rows="9" columns="2">
34650 <features islongtable="true" longtabularalignment="center">
34651 <column alignment="left" valignment="top">
34652 <column alignment="left" valignment="top" width="85col%">
34653 <row interlinespace="2.5mm">
34654 <cell alignment="center" valignment="top" usebox="none">
34655 \begin_inset Text
34656
34657 \begin_layout Plain Layout
34658 \begin_inset Info
34659 type  "icon"
34660 arg   "math-macro-remove-param"
34661 \end_inset
34662
34663
34664 \end_layout
34665
34666 \end_inset
34667 </cell>
34668 <cell alignment="center" valignment="top" usebox="none">
34669 \begin_inset Text
34670
34671 \begin_layout Plain Layout
34672
34673 \family sans
34674 Editar\SpecialChar menuseparator
34675 Ecuación\SpecialChar menuseparator
34676 Definición de macro\SpecialChar menuseparator
34677 Quitar último argumento
34678 \end_layout
34679
34680 \end_inset
34681 </cell>
34682 </row>
34683 <row interlinespace="2.5mm">
34684 <cell alignment="center" valignment="top" usebox="none">
34685 \begin_inset Text
34686
34687 \begin_layout Plain Layout
34688 \begin_inset Info
34689 type  "icon"
34690 arg   "math-macro-add-param"
34691 \end_inset
34692
34693
34694 \end_layout
34695
34696 \end_inset
34697 </cell>
34698 <cell alignment="center" valignment="top" usebox="none">
34699 \begin_inset Text
34700
34701 \begin_layout Plain Layout
34702
34703 \family sans
34704 Editar\SpecialChar menuseparator
34705 Ecuación\SpecialChar menuseparator
34706 Definición de macro\SpecialChar menuseparator
34707 Añadir argumento
34708 \end_layout
34709
34710 \end_inset
34711 </cell>
34712 </row>
34713 <row interlinespace="2.5mm">
34714 <cell alignment="center" valignment="top" usebox="none">
34715 \begin_inset Text
34716
34717 \begin_layout Plain Layout
34718 \begin_inset Info
34719 type  "icon"
34720 arg   "math-macro-make-optional"
34721 \end_inset
34722
34723
34724 \end_layout
34725
34726 \end_inset
34727 </cell>
34728 <cell alignment="center" valignment="top" usebox="none">
34729 \begin_inset Text
34730
34731 \begin_layout Plain Layout
34732
34733 \family sans
34734 Editar\SpecialChar menuseparator
34735 Ecuación\SpecialChar menuseparator
34736 Definición de macro\SpecialChar menuseparator
34737 Hacer opcional el primer
34738 \begin_inset Newline newline
34739 \end_inset
34740
34741
34742 \begin_inset Phantom HPhantom
34743 status open
34744
34745 \begin_layout Plain Layout
34746
34747 \family sans
34748 Editar\SpecialChar menuseparator
34749 Ecuación\SpecialChar menuseparator
34750 Definición de macro\SpecialChar menuseparator
34751
34752 \end_layout
34753
34754 \end_inset
34755
34756 argumento no opcional
34757 \end_layout
34758
34759 \end_inset
34760 </cell>
34761 </row>
34762 <row interlinespace="2.5mm">
34763 <cell alignment="center" valignment="top" usebox="none">
34764 \begin_inset Text
34765
34766 \begin_layout Plain Layout
34767 \begin_inset Info
34768 type  "icon"
34769 arg   "math-macro-make-nonoptional"
34770 \end_inset
34771
34772
34773 \end_layout
34774
34775 \end_inset
34776 </cell>
34777 <cell alignment="center" valignment="top" usebox="none">
34778 \begin_inset Text
34779
34780 \begin_layout Plain Layout
34781
34782 \family sans
34783 Editar\SpecialChar menuseparator
34784 Ecuación\SpecialChar menuseparator
34785 Definición de macro\SpecialChar menuseparator
34786 Hacer no opcional el primer
34787 \begin_inset Newline newline
34788 \end_inset
34789
34790
34791 \begin_inset Phantom HPhantom
34792 status open
34793
34794 \begin_layout Plain Layout
34795
34796 \family sans
34797 Editar\SpecialChar menuseparator
34798 Ecuación\SpecialChar menuseparator
34799 Definición de macro\SpecialChar menuseparator
34800
34801 \end_layout
34802
34803 \end_inset
34804
34805 argumento opcional
34806 \end_layout
34807
34808 \end_inset
34809 </cell>
34810 </row>
34811 <row interlinespace="2.5mm">
34812 <cell alignment="center" valignment="top" usebox="none">
34813 \begin_inset Text
34814
34815 \begin_layout Plain Layout
34816 \begin_inset Info
34817 type  "icon"
34818 arg   "math-macro-remove-optional-param"
34819 \end_inset
34820
34821
34822 \end_layout
34823
34824 \end_inset
34825 </cell>
34826 <cell alignment="center" valignment="top" usebox="none">
34827 \begin_inset Text
34828
34829 \begin_layout Plain Layout
34830
34831 \family sans
34832 Editar\SpecialChar menuseparator
34833 Ecuación\SpecialChar menuseparator
34834 Definición de macro\SpecialChar menuseparator
34835 Quitar argumento opcional
34836 \end_layout
34837
34838 \end_inset
34839 </cell>
34840 </row>
34841 <row interlinespace="2.5mm">
34842 <cell alignment="center" valignment="top" usebox="none">
34843 \begin_inset Text
34844
34845 \begin_layout Plain Layout
34846 \begin_inset Info
34847 type  "icon"
34848 arg   "math-macro-add-optional-param"
34849 \end_inset
34850
34851
34852 \end_layout
34853
34854 \end_inset
34855 </cell>
34856 <cell alignment="center" valignment="top" usebox="none">
34857 \begin_inset Text
34858
34859 \begin_layout Plain Layout
34860
34861 \family sans
34862 Editar\SpecialChar menuseparator
34863 Ecuación\SpecialChar menuseparator
34864 Definición de macro\SpecialChar menuseparator
34865 Insertar argumento opcional
34866 \end_layout
34867
34868 \end_inset
34869 </cell>
34870 </row>
34871 <row interlinespace="2.5mm">
34872 <cell alignment="center" valignment="top" usebox="none">
34873 \begin_inset Text
34874
34875 \begin_layout Plain Layout
34876 \begin_inset Info
34877 type  "icon"
34878 arg   "math-macro-remove-greedy-param"
34879 \end_inset
34880
34881
34882 \end_layout
34883
34884 \end_inset
34885 </cell>
34886 <cell alignment="center" valignment="top" usebox="none">
34887 \begin_inset Text
34888
34889 \begin_layout Plain Layout
34890
34891 \family sans
34892 Editar\SpecialChar menuseparator
34893 Ecuación\SpecialChar menuseparator
34894 Definición de macro\SpecialChar menuseparator
34895 Quitar último argumento
34896 \begin_inset Newline newline
34897 \end_inset
34898
34899
34900 \begin_inset Phantom HPhantom
34901 status open
34902
34903 \begin_layout Plain Layout
34904
34905 \family sans
34906 Editar\SpecialChar menuseparator
34907 Ecuación\SpecialChar menuseparator
34908 Definición de macro\SpecialChar menuseparator
34909
34910 \end_layout
34911
34912 \end_inset
34913
34914 yendo hacia la derecha
34915 \end_layout
34916
34917 \end_inset
34918 </cell>
34919 </row>
34920 <row interlinespace="2.5mm">
34921 <cell alignment="center" valignment="top" usebox="none">
34922 \begin_inset Text
34923
34924 \begin_layout Plain Layout
34925 \begin_inset Info
34926 type  "icon"
34927 arg   "math-macro-append-greedy-param"
34928 \end_inset
34929
34930
34931 \end_layout
34932
34933 \end_inset
34934 </cell>
34935 <cell alignment="center" valignment="top" usebox="none">
34936 \begin_inset Text
34937
34938 \begin_layout Plain Layout
34939
34940 \family sans
34941 Editar\SpecialChar menuseparator
34942 Ecuación\SpecialChar menuseparator
34943 Definición de macro\SpecialChar menuseparator
34944 Añadir argumento comiendo
34945 \begin_inset Newline newline
34946 \end_inset
34947
34948
34949 \begin_inset Phantom HPhantom
34950 status open
34951
34952 \begin_layout Plain Layout
34953
34954 \family sans
34955 Editar\SpecialChar menuseparator
34956 Ecuación\SpecialChar menuseparator
34957 Definición de macro\SpecialChar menuseparator
34958
34959 \end_layout
34960
34961 \end_inset
34962
34963 desde la derecha
34964 \end_layout
34965
34966 \end_inset
34967 </cell>
34968 </row>
34969 <row interlinespace="2.5mm">
34970 <cell alignment="center" valignment="top" usebox="none">
34971 \begin_inset Text
34972
34973 \begin_layout Plain Layout
34974 \begin_inset Info
34975 type  "icon"
34976 arg   "math-macro-add-greedy-optional-param"
34977 \end_inset
34978
34979
34980 \end_layout
34981
34982 \end_inset
34983 </cell>
34984 <cell alignment="center" valignment="top" usebox="none">
34985 \begin_inset Text
34986
34987 \begin_layout Plain Layout
34988
34989 \family sans
34990 Editar\SpecialChar menuseparator
34991 Ecuación\SpecialChar menuseparator
34992 Definición de macro\SpecialChar menuseparator
34993 Añadir argumento opcional
34994 \begin_inset Newline newline
34995 \end_inset
34996
34997
34998 \begin_inset Phantom HPhantom
34999 status open
35000
35001 \begin_layout Plain Layout
35002
35003 \family sans
35004 Editar\SpecialChar menuseparator
35005 Ecuación\SpecialChar menuseparator
35006 Definición de macro\SpecialChar menuseparator
35007
35008 \end_layout
35009
35010 \end_inset
35011
35012 comiendo desde la derecha
35013 \end_layout
35014
35015 \end_inset
35016 </cell>
35017 </row>
35018 </lyxtabular>
35019
35020 \end_inset
35021
35022
35023 \end_layout
35024
35025 \begin_layout Section
35026 Sistema algebraico computacional
35027 \end_layout
35028
35029 \begin_layout Standard
35030 \SpecialChar LyX
35031  permite el intercambio entre expresiones matemáticas escritas con su editor
35032  de ecuaciones y aplicaciones externas o guiones definidos por el usuario.
35033  Las aplicaciones soportadas actualmente son 
35034 \family sans
35035 Maple
35036 \family default
35037
35038 \family sans
35039 Mathematica
35040 \family default
35041
35042 \family sans
35043 Maxima
35044 \family default
35045  y 
35046 \family sans
35047 Octave
35048 \family default
35049 .
35050  Hay que advertir que el conjunto de estructuras matemáticas soportadas
35051  se limita a casos muy simples.
35052 \end_layout
35053
35054 \begin_layout Subsection
35055 Utilización
35056 \end_layout
35057
35058 \begin_layout Standard
35059 Escribe alguna expresión en una ecuación, despliega el menú 
35060 \family sans
35061 Editar\SpecialChar menuseparator
35062 Ecuación\SpecialChar menuseparator
35063 Usar programa de álgebra
35064 \family default
35065  y elige la aplicación que esté instalada en tu ordenador.
35066  Después de eso el resultado de la computación debería mostrarse a la derecha
35067  de la expresión junto con el operador "=".
35068 \end_layout
35069
35070 \begin_layout Standard
35071 A continuación hay unos ejemplos sencillos (con resultados de 
35072 \family sans
35073 Maxima
35074 \family default
35075 ) que muestran qué tipos de computación se pueden realizar:
35076 \end_layout
35077
35078 \begin_layout Itemize
35079 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
35080 \end_inset
35081
35082
35083 \end_layout
35084
35085 \begin_layout Itemize
35086 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
35087 \end_inset
35088
35089
35090 \end_layout
35091
35092 \begin_layout Itemize
35093 \begin_inset Formula $\int_{1}^{2}\sen(x)dx=\cos1-\cos2$
35094 \end_inset
35095
35096
35097 \end_layout
35098
35099 \begin_layout Itemize
35100 \begin_inset Formula $\det\left[\begin{array}{ccc}
35101 1 & 6 & 7\\
35102 2 & 5 & 8\\
35103 3 & 4 & 17
35104 \end{array}\right]=-56$
35105 \end_inset
35106
35107
35108 \end_layout
35109
35110 \begin_layout Itemize
35111 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
35112 \end_inset
35113
35114
35115 \end_layout
35116
35117 \begin_layout Subsection
35118 Atajos de teclado
35119 \end_layout
35120
35121 \begin_layout Standard
35122 Actualmente no hay atajos de teclado para ejecutar las aplicaciones de álgebra.
35123  Se puede vincular fácilmente una combinación de teclas a la función 
35124 \family sans
35125 math-extern
35126 \family default
35127  de Lyx (véase el manual 
35128 \emph on
35129 Funciones de \SpecialChar LyX
35130
35131 \emph default
35132 ).
35133  Por ejemplo, para vincular la tecla 
35134 \family sans
35135 Entrar
35136 \family default
35137  en el editor de ecuaciones a 
35138 \family sans
35139 Maxima
35140 \family default
35141  se podría usar este comando para definir el atajo de teclado:
35142 \end_layout
35143
35144 \begin_layout Standard
35145
35146 \series bold
35147 command-alternatives paragraph-break;math-extern maxima
35148 \end_layout
35149
35150 \begin_layout Section
35151 Miscelánea
35152 \begin_inset Index idx
35153 status open
35154
35155 \begin_layout Plain Layout
35156 Miscelánea
35157 \end_layout
35158
35159 \end_inset
35160
35161
35162 \end_layout
35163
35164 \begin_layout Subsection
35165 Números negativos
35166 \begin_inset Index idx
35167 status collapsed
35168
35169 \begin_layout Plain Layout
35170 Numeros@Números ! negativos
35171 \end_layout
35172
35173 \end_inset
35174
35175
35176 \end_layout
35177
35178 \begin_layout Standard
35179 Los números negativos a veces se ven feos en las ecuaciones porque el signo
35180  menos delante del número tiene la misma longitud que el operador signo
35181  menos.
35182  Si se escribe el número negativo en texto normal el signo menos aparece
35183  correctamente.
35184 \end_layout
35185
35186 \begin_layout Standard
35187 Así pues, el problema desaparece si se convierte el signo menos a texto
35188  matemático.
35189 \end_layout
35190
35191 \begin_layout Standard
35192 Un ejemplo para visualizar el problema:
35193 \begin_inset Separator parbreak
35194 \end_inset
35195
35196
35197 \end_layout
35198
35199 \begin_layout Standard
35200 \noindent
35201 \align center
35202 \begin_inset Tabular
35203 <lyxtabular version="3" rows="3" columns="2">
35204 <features tabularvalignment="middle">
35205 <column alignment="center" valignment="top">
35206 <column alignment="center" valignment="top">
35207 <row>
35208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35209 \begin_inset Text
35210
35211 \begin_layout Plain Layout
35212 texto normal:
35213 \end_layout
35214
35215 \end_inset
35216 </cell>
35217 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35218 \begin_inset Text
35219
35220 \begin_layout Plain Layout
35221 x = -2
35222 \end_layout
35223
35224 \end_inset
35225 </cell>
35226 </row>
35227 <row>
35228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35229 \begin_inset Text
35230
35231 \begin_layout Plain Layout
35232 ecuación:
35233 \end_layout
35234
35235 \end_inset
35236 </cell>
35237 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35238 \begin_inset Text
35239
35240 \begin_layout Plain Layout
35241 \begin_inset Formula $x=-2$
35242 \end_inset
35243
35244
35245 \end_layout
35246
35247 \end_inset
35248 </cell>
35249 </row>
35250 <row>
35251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35252 \begin_inset Text
35253
35254 \begin_layout Plain Layout
35255 solución:
35256 \end_layout
35257
35258 \end_inset
35259 </cell>
35260 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35261 \begin_inset Text
35262
35263 \begin_layout Plain Layout
35264 \begin_inset Formula $x=\mbox{-}2$
35265 \end_inset
35266
35267
35268 \end_layout
35269
35270 \end_inset
35271 </cell>
35272 </row>
35273 </lyxtabular>
35274
35275 \end_inset
35276
35277
35278 \end_layout
35279
35280 \begin_layout Subsection
35281 Coma como separador decimal
35282 \begin_inset Index idx
35283 status collapsed
35284
35285 \begin_layout Plain Layout
35286 Coma decimal
35287 \end_layout
35288
35289 \end_inset
35290
35291
35292 \end_layout
35293
35294 \begin_layout Standard
35295 En \SpecialChar LaTeX
35296 , de acuerdo con la convención inglesa, se usa la coma como separador
35297  de grupos numéricos.
35298  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
35299 \end_layout
35300
35301 \begin_layout Standard
35302 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
35303  
35304 \family sans
35305 Ctrl+M
35306 \family default
35307 ).
35308 \end_layout
35309
35310 \begin_layout Standard
35311 Para usar las comas en todas las fórmulas del documento como separador decimal,
35312  se carga el archivo 
35313 \series bold
35314 icomma.sty
35315 \series default
35316
35317 \begin_inset Foot
35318 status collapsed
35319
35320 \begin_layout Plain Layout
35321
35322 \series bold
35323 icomma
35324 \series default
35325  forma parte del paquete \SpecialChar LaTeX
35326  
35327 \series bold
35328 was
35329 \series default
35330
35331 \begin_inset Index idx
35332 status collapsed
35333
35334 \begin_layout Plain Layout
35335 Paquetes ! was
35336 \begin_inset ERT
35337 status collapsed
35338
35339 \begin_layout Plain Layout
35340
35341
35342 \backslash
35343 vspace{4mm}
35344 \end_layout
35345
35346 \end_inset
35347
35348
35349 \end_layout
35350
35351 \end_inset
35352
35353 .
35354 \end_layout
35355
35356 \end_inset
35357
35358
35359 \begin_inset Index idx
35360 status collapsed
35361
35362 \begin_layout Plain Layout
35363 Paquetes ! icomma
35364 \end_layout
35365
35366 \end_inset
35367
35368  en el preámbulo \SpecialChar LaTeX
35369  con la línea: 
35370 \end_layout
35371
35372 \begin_layout Standard
35373
35374 \series bold
35375
35376 \backslash
35377 usepackage{icomma}
35378 \end_layout
35379
35380 \begin_layout Subsection
35381 Vectores cuánticos y notación bra-ket
35382 \begin_inset CommandInset label
35383 LatexCommand label
35384 name "subsec:Vectores-cuánticos"
35385
35386 \end_inset
35387
35388
35389 \begin_inset Index idx
35390 status collapsed
35391
35392 \begin_layout Plain Layout
35393 Vectores cuánticos
35394 \end_layout
35395
35396 \end_inset
35397
35398
35399 \begin_inset Index idx
35400 status collapsed
35401
35402 \begin_layout Plain Layout
35403 Notación bra-ket
35404 \end_layout
35405
35406 \end_inset
35407
35408
35409 \end_layout
35410
35411 \begin_layout Standard
35412 El paquete \SpecialChar LaTeX
35413  
35414 \series bold
35415 braket
35416 \series default
35417
35418 \begin_inset Index idx
35419 status collapsed
35420
35421 \begin_layout Plain Layout
35422 Paquetes ! braket
35423 \end_layout
35424
35425 \end_inset
35426
35427  suministra comandos para escribir paréntesis angulares que se usan en mecánica
35428  cuántica: la notación 
35429 \begin_inset Quotes fld
35430 \end_inset
35431
35432 bra-ket
35433 \begin_inset Quotes frd
35434 \end_inset
35435
35436 ; se carga con la línea de preámbulo \SpecialChar LaTeX
35437 :
35438 \end_layout
35439
35440 \begin_layout Standard
35441
35442 \series bold
35443
35444 \backslash
35445 usepackage{braket}
35446 \end_layout
35447
35448 \begin_layout Standard
35449 \begin_inset ERT
35450 status collapsed
35451
35452 \begin_layout Plain Layout
35453
35454
35455 \backslash
35456 ifbraket 
35457 \end_layout
35458
35459 \end_inset
35460
35461
35462 \begin_inset Note Note
35463 status open
35464
35465 \begin_layout Plain Layout
35466 El cuadro siguiente sólo se mostrará en la salida si el paquete \SpecialChar LaTeX
35467  
35468 \series bold
35469 braket
35470 \series default
35471  está instalado.
35472 \end_layout
35473
35474 \end_inset
35475
35476
35477 \end_layout
35478
35479 \begin_layout Standard
35480 Están definidos los siguientes comandos:
35481 \begin_inset Separator parbreak
35482 \end_inset
35483
35484
35485 \end_layout
35486
35487 \begin_layout Standard
35488 \noindent
35489 \align center
35490 \begin_inset Tabular
35491 <lyxtabular version="3" rows="4" columns="2">
35492 <features tabularvalignment="middle">
35493 <column alignment="center" valignment="top">
35494 <column alignment="center" valignment="top">
35495 <row>
35496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35497 \begin_inset Text
35498
35499 \begin_layout Plain Layout
35500 Comando
35501 \end_layout
35502
35503 \end_inset
35504 </cell>
35505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35506 \begin_inset Text
35507
35508 \begin_layout Plain Layout
35509 Resultado
35510 \end_layout
35511
35512 \end_inset
35513 </cell>
35514 </row>
35515 <row>
35516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35517 \begin_inset Text
35518
35519 \begin_layout Plain Layout
35520
35521 \backslash
35522 Bra{
35523 \backslash
35524 psi
35525 \end_layout
35526
35527 \end_inset
35528 </cell>
35529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35530 \begin_inset Text
35531
35532 \begin_layout Plain Layout
35533 \begin_inset Formula $\Bra{\psi}$
35534 \end_inset
35535
35536
35537 \end_layout
35538
35539 \end_inset
35540 </cell>
35541 </row>
35542 <row>
35543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35544 \begin_inset Text
35545
35546 \begin_layout Plain Layout
35547
35548 \backslash
35549 Ket{
35550 \backslash
35551 psi
35552 \end_layout
35553
35554 \end_inset
35555 </cell>
35556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35557 \begin_inset Text
35558
35559 \begin_layout Plain Layout
35560 \begin_inset Formula $\Ket{\psi}$
35561 \end_inset
35562
35563
35564 \end_layout
35565
35566 \end_inset
35567 </cell>
35568 </row>
35569 <row>
35570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35571 \begin_inset Text
35572
35573 \begin_layout Plain Layout
35574
35575 \backslash
35576 Braket{
35577 \backslash
35578 psi|
35579 \backslash
35580 phi
35581 \end_layout
35582
35583 \end_inset
35584 </cell>
35585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35586 \begin_inset Text
35587
35588 \begin_layout Plain Layout
35589 \begin_inset Formula $\Braket{\psi|\phi}$
35590 \end_inset
35591
35592
35593 \end_layout
35594
35595 \end_inset
35596 </cell>
35597 </row>
35598 </lyxtabular>
35599
35600 \end_inset
35601
35602
35603 \end_layout
35604
35605 \begin_layout Standard
35606 El comando 
35607 \series bold
35608
35609 \backslash
35610 Braket
35611 \series default
35612  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35613  circundantes:
35614 \begin_inset Formula 
35615 \[
35616 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
35617 \]
35618
35619 \end_inset
35620
35621
35622 \begin_inset ERT
35623 status collapsed
35624
35625 \begin_layout Plain Layout
35626
35627
35628 \backslash
35629 else
35630 \end_layout
35631
35632 \end_inset
35633
35634
35635 \begin_inset Note Note
35636 status open
35637
35638 \begin_layout Plain Layout
35639 Lo que sigue se verá en la salida si el paquete \SpecialChar LaTeX
35640  
35641 \series bold
35642 braket
35643 \series default
35644  no está instalado:
35645 \end_layout
35646
35647 \end_inset
35648
35649
35650 \end_layout
35651
35652 \begin_layout Standard
35653 Debes instalar el paquete \SpecialChar LaTeX
35654  
35655 \series bold
35656 braket
35657 \series default
35658  para ver en la salida el resto de esta subsección.
35659 \end_layout
35660
35661 \begin_layout Standard
35662 \begin_inset ERT
35663 status collapsed
35664
35665 \begin_layout Plain Layout
35666
35667
35668 \backslash
35669 fi
35670 \end_layout
35671
35672 \end_inset
35673
35674
35675 \end_layout
35676
35677 \begin_layout Standard
35678 El efecto de 
35679 \series bold
35680
35681 \backslash
35682 Braket
35683 \series default
35684  también se puede conseguir con el comando 
35685 \series bold
35686
35687 \backslash
35688 middle
35689 \series default
35690 , que se describe en 
35691 \begin_inset CommandInset ref
35692 LatexCommand ref
35693 reference "subsec:Tamaño-automático-de"
35694
35695 \end_inset
35696
35697 .
35698 \end_layout
35699
35700 \begin_layout Subsection
35701 Fracciones definidas por el usuario
35702 \begin_inset CommandInset label
35703 LatexCommand label
35704 name "subsec:Fracciones-personalizadas"
35705
35706 \end_inset
35707
35708
35709 \begin_inset Index idx
35710 status collapsed
35711
35712 \begin_layout Plain Layout
35713 Fracciones ! personalizadas
35714 \end_layout
35715
35716 \end_inset
35717
35718
35719 \end_layout
35720
35721 \begin_layout Standard
35722 Para definir comandos personalizados para fracciones, se usa el comando
35723  
35724 \series bold
35725
35726 \backslash
35727 genfrac
35728 \series default
35729
35730 \begin_inset Index idx
35731 status collapsed
35732
35733 \begin_layout Plain Layout
35734 Comandos ! G ! 
35735 \backslash
35736 genfrac
35737 \end_layout
35738
35739 \end_inset
35740
35741  con el siguiente esquema:
35742 \end_layout
35743
35744 \begin_layout Standard
35745
35746 \series bold
35747
35748 \backslash
35749 genfrac{delimitador izquierdo}{delimitador derecho}
35750 \begin_inset Newline newline
35751 \end_inset
35752
35753
35754 \begin_inset Phantom HPhantom
35755 status open
35756
35757 \begin_layout Plain Layout
35758
35759 \series bold
35760
35761 \backslash
35762 genfrac
35763 \end_layout
35764
35765 \end_inset
35766
35767 {grosor raya de fracción}{estilo}{numerador}{denominador}
35768 \end_layout
35769
35770 \begin_layout Standard
35771 El estilo es un número en el rango 0
35772 \begin_inset space \thinspace{}
35773 \end_inset
35774
35775 -
35776 \begin_inset space \thinspace{}
35777 \end_inset
35778
35779 3.
35780 \begin_inset Separator parbreak
35781 \end_inset
35782
35783
35784 \end_layout
35785
35786 \begin_layout Standard
35787 \align center
35788 \begin_inset Tabular
35789 <lyxtabular version="3" rows="5" columns="2">
35790 <features tabularvalignment="middle">
35791 <column alignment="center" valignment="top">
35792 <column alignment="center" valignment="top">
35793 <row>
35794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35795 \begin_inset Text
35796
35797 \begin_layout Plain Layout
35798 Número
35799 \end_layout
35800
35801 \end_inset
35802 </cell>
35803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35804 \begin_inset Text
35805
35806 \begin_layout Plain Layout
35807 Estilo (tamaño)
35808 \end_layout
35809
35810 \end_inset
35811 </cell>
35812 </row>
35813 <row>
35814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35815 \begin_inset Text
35816
35817 \begin_layout Plain Layout
35818 0
35819 \end_layout
35820
35821 \end_inset
35822 </cell>
35823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35824 \begin_inset Text
35825
35826 \begin_layout Plain Layout
35827 ecuación presentada
35828 \end_layout
35829
35830 \end_inset
35831 </cell>
35832 </row>
35833 <row>
35834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35835 \begin_inset Text
35836
35837 \begin_layout Plain Layout
35838 1
35839 \end_layout
35840
35841 \end_inset
35842 </cell>
35843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35844 \begin_inset Text
35845
35846 \begin_layout Plain Layout
35847 ecuación en línea
35848 \end_layout
35849
35850 \end_inset
35851 </cell>
35852 </row>
35853 <row>
35854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35855 \begin_inset Text
35856
35857 \begin_layout Plain Layout
35858 2
35859 \end_layout
35860
35861 \end_inset
35862 </cell>
35863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35864 \begin_inset Text
35865
35866 \begin_layout Plain Layout
35867 pequeño
35868 \end_layout
35869
35870 \end_inset
35871 </cell>
35872 </row>
35873 <row>
35874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35875 \begin_inset Text
35876
35877 \begin_layout Plain Layout
35878 3
35879 \end_layout
35880
35881 \end_inset
35882 </cell>
35883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35884 \begin_inset Text
35885
35886 \begin_layout Plain Layout
35887 muy pequeño
35888 \end_layout
35889
35890 \end_inset
35891 </cell>
35892 </row>
35893 </lyxtabular>
35894
35895 \end_inset
35896
35897
35898 \end_layout
35899
35900 \begin_layout Standard
35901 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
35902  
35903 \series bold
35904
35905 \backslash
35906 frac
35907 \series default
35908 .
35909 \end_layout
35910
35911 \begin_layout Standard
35912 Si no se pone grosor de la raya de fracción se usará el valor predefinido
35913  de 0.4
35914 \begin_inset space \thinspace{}
35915 \end_inset
35916
35917 pt.
35918 \end_layout
35919
35920 \begin_layout Standard
35921 Por ejemplo, los comandos 
35922 \series bold
35923
35924 \backslash
35925 dfrac
35926 \series default
35927  y 
35928 \series bold
35929
35930 \backslash
35931 tbinom
35932 \series default
35933  de la 
35934 \begin_inset CommandInset ref
35935 LatexCommand ref
35936 reference "subsec:Fracciones"
35937
35938 \end_inset
35939
35940  se definen con los comandos:
35941 \end_layout
35942
35943 \begin_layout Standard
35944
35945 \series bold
35946
35947 \backslash
35948 newcommand{
35949 \backslash
35950 dfrac}[2]{
35951 \backslash
35952 genfrac{}{}{}{0}{#1}{#2}}
35953 \end_layout
35954
35955 \begin_layout Standard
35956 y
35957 \end_layout
35958
35959 \begin_layout Standard
35960
35961 \series bold
35962
35963 \backslash
35964 newcommand{
35965 \backslash
35966 tbinom}[2]{
35967 \backslash
35968 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35969 \end_layout
35970
35971 \begin_layout Standard
35972 \begin_inset VSpace medskip
35973 \end_inset
35974
35975
35976 \end_layout
35977
35978 \begin_layout Standard
35979 Para definir una fracción en la que el grosor de la raya se pueda definir
35980  como argumento opcional, se inserta la siguiente línea en el preámbulo
35981  \SpecialChar LaTeX
35982 :
35983 \end_layout
35984
35985 \begin_layout Standard
35986
35987 \series bold
35988
35989 \backslash
35990 newcommand{
35991 \backslash
35992 fracS}[3][]{
35993 \backslash
35994 genfrac{}{}{#1}{}{#2}{#3}}
35995 \end_layout
35996
35997 \begin_layout Standard
35998 Un ensayo:
35999 \begin_inset Formula 
36000 \begin{align*}
36001 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
36002 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
36003 \end{align*}
36004
36005 \end_inset
36006
36007 Como se puede ver, la distancia del numerador y el denominador a la raya
36008  de fracción se redondea a unas tres veces el grosor de la raya.
36009 \end_layout
36010
36011 \begin_layout Subsection
36012 Ecuaciones canceladas
36013 \begin_inset Index idx
36014 status collapsed
36015
36016 \begin_layout Plain Layout
36017 Ecuación ! cancelada
36018 \end_layout
36019
36020 \end_inset
36021
36022
36023 \end_layout
36024
36025 \begin_layout Standard
36026 Hay cuatro formas de cancelar ecuaciones o partes de ellas:
36027 \end_layout
36028
36029 \begin_layout Standard
36030 \begin_inset ERT
36031 status collapsed
36032
36033 \begin_layout Plain Layout
36034
36035
36036 \backslash
36037 ifcancel 
36038 \end_layout
36039
36040 \end_inset
36041
36042
36043 \begin_inset Note Note
36044 status open
36045
36046 \begin_layout Plain Layout
36047 El cuadro siguiente sólo se mostrará en la salida si el paquete \SpecialChar LaTeX
36048  
36049 \series bold
36050 cancel
36051 \series default
36052  está instalado.
36053 \end_layout
36054
36055 \end_inset
36056
36057
36058 \begin_inset Separator parbreak
36059 \end_inset
36060
36061
36062 \end_layout
36063
36064 \begin_layout Standard
36065 \align center
36066 \begin_inset Tabular
36067 <lyxtabular version="3" rows="5" columns="2">
36068 <features tabularvalignment="middle">
36069 <column alignment="center" valignment="top">
36070 <column alignment="center" valignment="top">
36071 <row>
36072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36073 \begin_inset Text
36074
36075 \begin_layout Plain Layout
36076 Comando
36077 \end_layout
36078
36079 \end_inset
36080 </cell>
36081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36082 \begin_inset Text
36083
36084 \begin_layout Plain Layout
36085 Resultado
36086 \begin_inset Note Note
36087 status collapsed
36088
36089 \begin_layout Plain Layout
36090 El
36091 \series bold
36092  
36093 \series default
36094 espacio y 
36095 \series bold
36096
36097 \backslash
36098 raisebox
36099 \series default
36100  se usa sólo como espaciador
36101 \end_layout
36102
36103 \end_inset
36104
36105
36106 \end_layout
36107
36108 \end_inset
36109 </cell>
36110 </row>
36111 <row>
36112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36113 \begin_inset Text
36114
36115 \begin_layout Plain Layout
36116
36117 \backslash
36118 cancel
36119 \begin_inset space \textvisiblespace{}
36120 \end_inset
36121
36122
36123 \backslash
36124 int
36125 \begin_inset space \textvisiblespace{}
36126 \end_inset
36127
36128 A=B
36129 \end_layout
36130
36131 \end_inset
36132 </cell>
36133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36134 \begin_inset Text
36135
36136 \begin_layout Plain Layout
36137 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
36138 \end_inset
36139
36140
36141 \end_layout
36142
36143 \end_inset
36144 </cell>
36145 </row>
36146 <row>
36147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36148 \begin_inset Text
36149
36150 \begin_layout Plain Layout
36151
36152 \backslash
36153 bcancel
36154 \begin_inset space \textvisiblespace{}
36155 \end_inset
36156
36157
36158 \backslash
36159 int
36160 \begin_inset space \textvisiblespace{}
36161 \end_inset
36162
36163 A=B
36164 \end_layout
36165
36166 \end_inset
36167 </cell>
36168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36169 \begin_inset Text
36170
36171 \begin_layout Plain Layout
36172 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
36173 \end_inset
36174
36175
36176 \end_layout
36177
36178 \end_inset
36179 </cell>
36180 </row>
36181 <row>
36182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36183 \begin_inset Text
36184
36185 \begin_layout Plain Layout
36186
36187 \backslash
36188 xcancel
36189 \begin_inset space \textvisiblespace{}
36190 \end_inset
36191
36192
36193 \backslash
36194 int
36195 \begin_inset space \textvisiblespace{}
36196 \end_inset
36197
36198 A=B
36199 \end_layout
36200
36201 \end_inset
36202 </cell>
36203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36204 \begin_inset Text
36205
36206 \begin_layout Plain Layout
36207 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
36208 \end_inset
36209
36210
36211 \end_layout
36212
36213 \end_inset
36214 </cell>
36215 </row>
36216 <row>
36217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36218 \begin_inset Text
36219
36220 \begin_layout Plain Layout
36221
36222 \backslash
36223 cancelto
36224 \begin_inset space \textvisiblespace{}
36225 \end_inset
36226
36227
36228 \backslash
36229 int
36230 \begin_inset space \textvisiblespace{}
36231 \end_inset
36232
36233 A=B
36234 \begin_inset Formula $\to$
36235 \end_inset
36236
36237 1
36238 \end_layout
36239
36240 \end_inset
36241 </cell>
36242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36243 \begin_inset Text
36244
36245 \begin_layout Plain Layout
36246 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
36247 \end_inset
36248
36249
36250 \end_layout
36251
36252 \end_inset
36253 </cell>
36254 </row>
36255 </lyxtabular>
36256
36257 \end_inset
36258
36259
36260 \end_layout
36261
36262 \begin_layout Standard
36263
36264 \series bold
36265
36266 \backslash
36267 cancelto
36268 \series default
36269  es especialmente apropiado para visualizar la simplificación de fracciones
36270  en una ecuación:
36271 \begin_inset Formula 
36272 \[
36273 \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}}}
36274 \]
36275
36276 \end_inset
36277
36278
36279 \end_layout
36280
36281 \begin_layout Standard
36282 Se puede cambiar el tamaño del valor impreso por 
36283 \series bold
36284
36285 \backslash
36286 cancelto
36287 \series default
36288  añadiendo en el preámbulo \SpecialChar LaTeX
36289  la línea
36290 \end_layout
36291
36292 \begin_layout Standard
36293
36294 \series bold
36295
36296 \backslash
36297 PassOptionsToPackage{option}{cancel}
36298 \end_layout
36299
36300 \begin_layout Standard
36301 donde 
36302 \series bold
36303 option
36304 \series default
36305  puede ser 
36306 \series bold
36307 samesize
36308 \series default
36309 , que da el mismo tamaño que el valor cancelado, o 
36310 \series bold
36311 Smaller
36312 \series default
36313 , que da un tamaño un poco más pequeño que el normal.
36314 \end_layout
36315
36316 \begin_layout Standard
36317 Para colorear la raya de cancelación añade el siguiente comando en código
36318  \SpecialChar TeX
36319 :
36320 \end_layout
36321
36322 \begin_layout Standard
36323
36324 \series bold
36325
36326 \backslash
36327 renewcommand{
36328 \backslash
36329 CancelColor}{
36330 \backslash
36331 color{red}}
36332 \end_layout
36333
36334 \begin_layout Standard
36335 donde 
36336 \series bold
36337 red
36338 \series default
36339  puede reemplazarse por el color deseado.
36340 \end_layout
36341
36342 \begin_layout Standard
36343 \begin_inset ERT
36344 status collapsed
36345
36346 \begin_layout Plain Layout
36347
36348
36349 \backslash
36350 renewcommand{
36351 \backslash
36352 CancelColor}{
36353 \backslash
36354 color{red}}
36355 \end_layout
36356
36357 \end_inset
36358
36359
36360 \end_layout
36361
36362 \begin_layout Standard
36363 \begin_inset Formula 
36364 \[
36365 \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}}}
36366 \]
36367
36368 \end_inset
36369
36370
36371 \end_layout
36372
36373 \begin_layout Standard
36374 \begin_inset ERT
36375 status collapsed
36376
36377 \begin_layout Plain Layout
36378
36379
36380 \backslash
36381 renewcommand{
36382 \backslash
36383 CancelColor}{
36384 \backslash
36385 color{black}}
36386 \end_layout
36387
36388 \end_inset
36389
36390
36391 \begin_inset Note Note
36392 status open
36393
36394 \begin_layout Plain Layout
36395 restablece el color
36396 \end_layout
36397
36398 \end_inset
36399
36400
36401 \end_layout
36402
36403 \begin_layout Standard
36404 Para otras posibilidades de personalización, véase la documentación del
36405  paquete
36406 \series bold
36407  cancel
36408 \series default
36409
36410 \begin_inset CommandInset citation
36411 LatexCommand cite
36412 key "cancel"
36413
36414 \end_inset
36415
36416 .
36417 \begin_inset Index idx
36418 status collapsed
36419
36420 \begin_layout Plain Layout
36421 Paquetes ! cancel
36422 \end_layout
36423
36424 \end_inset
36425
36426
36427 \end_layout
36428
36429 \begin_layout Standard
36430 \begin_inset ERT
36431 status collapsed
36432
36433 \begin_layout Plain Layout
36434
36435
36436 \backslash
36437 else
36438 \end_layout
36439
36440 \end_inset
36441
36442
36443 \begin_inset Note Note
36444 status open
36445
36446 \begin_layout Plain Layout
36447 Lo que sigue se verá en la salida si el paquete \SpecialChar LaTeX
36448  
36449 \series bold
36450 cancel
36451 \series default
36452  no está instalado:
36453 \end_layout
36454
36455 \end_inset
36456
36457
36458 \end_layout
36459
36460 \begin_layout Standard
36461 Debes instalar el paquete \SpecialChar LaTeX
36462  
36463 \series bold
36464 cancel
36465 \series default
36466  para ver en la salida el resto de esta subsección.
36467 \end_layout
36468
36469 \begin_layout Standard
36470 \begin_inset ERT
36471 status collapsed
36472
36473 \begin_layout Plain Layout
36474
36475
36476 \backslash
36477 fi
36478 \end_layout
36479
36480 \end_inset
36481
36482
36483 \end_layout
36484
36485 \begin_layout Subsection
36486 Ecuaciones en encabezados de sección
36487 \begin_inset CommandInset label
36488 LatexCommand label
36489 name "subsec:Ecuaciones-en-encabezados"
36490
36491 \end_inset
36492
36493
36494 \begin_inset Index idx
36495 status collapsed
36496
36497 \begin_layout Plain Layout
36498 Ecuación ! en encabezados de sección
36499 \end_layout
36500
36501 \end_inset
36502
36503
36504 \end_layout
36505
36506 \begin_layout Standard
36507 Si se quiere poner una ecuación en un encabezado de sección hay que tener
36508  en cuenta lo siguiente:
36509 \end_layout
36510
36511 \begin_layout Standard
36512 \begin_inset Note Greyedout
36513 status open
36514
36515 \begin_layout Plain Layout
36516 Si el soporte para 
36517 \series bold
36518 hyperref
36519 \series default
36520
36521 \begin_inset Index idx
36522 status collapsed
36523
36524 \begin_layout Plain Layout
36525 Paquetes ! hyperref
36526 \end_layout
36527
36528 \end_inset
36529
36530  está activado en la configuración del documento, 
36531 \family sans
36532 Propiedades
36533 \begin_inset space ~
36534 \end_inset
36535
36536
36537 \family default
36538 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
36539  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
36540  texto del marcador, porque se infringen las convenciones PDF.
36541 \end_layout
36542
36543 \end_inset
36544
36545
36546 \end_layout
36547
36548 \begin_layout Standard
36549 Estos problemas se pueden solucionar insertando al final del encabezado
36550  un título breve con el menú 
36551 \family sans
36552 Insertar\SpecialChar menuseparator
36553 Título
36554 \begin_inset space ~
36555 \end_inset
36556
36557 breve
36558 \family default
36559 .
36560  Los títulos breves se usan como alternativa para encabezados de sección
36561  con más de una línea para mantener el buen aspecto del índice.
36562  En éste sólo aparece el título breve y por tanto también en los marcadores.
36563 \end_layout
36564
36565 \begin_layout Standard
36566 Si hay que poner ecuaciones en el índice y se usa 
36567 \series bold
36568 hyperref
36569 \series default
36570 , se puede insertar el siguiente comando en modo \SpecialChar TeX
36571 :
36572 \end_layout
36573
36574 \begin_layout Standard
36575
36576 \series bold
36577
36578 \backslash
36579 texorpdfstring{parte}{alternativa}
36580 \begin_inset Index idx
36581 status collapsed
36582
36583 \begin_layout Plain Layout
36584 Comandos ! T ! 
36585 \backslash
36586 texorpdfstring
36587 \end_layout
36588
36589 \end_inset
36590
36591
36592 \end_layout
36593
36594 \begin_layout Standard
36595 parte se refiere a la parte del encabezado que no debería aparecer en el
36596  marcador PDF.
36597  Pueden ser caracteres, ecuaciones, notas al pie y también referencias cruzadas.
36598  La alternativa se usa para el marcador en vez de la parte.
36599 \end_layout
36600
36601 \begin_layout Standard
36602 Aquí hay dos ejemplos de encabezados con ecuación:
36603 \end_layout
36604
36605 \begin_layout Standard
36606 \begin_inset VSpace -3mm
36607 \end_inset
36608
36609
36610 \end_layout
36611
36612 \begin_layout Standard
36613 \begin_inset ERT
36614 status collapsed
36615
36616 \begin_layout Plain Layout
36617
36618
36619 \backslash
36620 boldmath 
36621 \end_layout
36622
36623 \end_inset
36624
36625
36626 \end_layout
36627
36628 \begin_layout Subsubsection
36629 Encabezado sin ecuación en el índice 
36630 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36631 \end_inset
36632
36633
36634 \begin_inset Argument 1
36635 status collapsed
36636
36637 \begin_layout Plain Layout
36638 Encabezado sin ecuación en el índice
36639 \end_layout
36640
36641 \end_inset
36642
36643
36644 \end_layout
36645
36646 \begin_layout Subsubsection
36647 Encabezado con ecuación en el índice
36648 \begin_inset ERT
36649 status collapsed
36650
36651 \begin_layout Plain Layout
36652
36653
36654 \backslash
36655 texorpdfstring{
36656 \end_layout
36657
36658 \end_inset
36659
36660  
36661 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36662 \end_inset
36663
36664
36665 \begin_inset ERT
36666 status collapsed
36667
36668 \begin_layout Plain Layout
36669
36670 }{}
36671 \end_layout
36672
36673 \end_inset
36674
36675
36676 \end_layout
36677
36678 \begin_layout Standard
36679 \begin_inset ERT
36680 status collapsed
36681
36682 \begin_layout Plain Layout
36683
36684
36685 \backslash
36686 unboldmath 
36687 \end_layout
36688
36689 \end_inset
36690
36691 En el primer encabezado se ha puesto un título breve, en el segundo un 
36692 \series bold
36693
36694 \backslash
36695 texorpdfstring
36696 \series default
36697 .
36698 \end_layout
36699
36700 \begin_layout Standard
36701 Para obtener el mismo formato que en los demás encabezados se han puesto
36702  ambos en un entorno 
36703 \series bold
36704 boldmath
36705 \series default
36706 .
36707 \begin_inset Foot
36708 status collapsed
36709
36710 \begin_layout Plain Layout
36711 véase 
36712 \begin_inset CommandInset ref
36713 LatexCommand ref
36714 reference "subsec:Ecuaciones-en-negrita"
36715
36716 \end_inset
36717
36718
36719 \end_layout
36720
36721 \end_inset
36722
36723
36724 \end_layout
36725
36726 \begin_layout Subsection
36727 Ecuaciones en texto multicolumna
36728 \begin_inset Index idx
36729 status collapsed
36730
36731 \begin_layout Plain Layout
36732 Ecuación ! en texto multicolumna
36733 \end_layout
36734
36735 \end_inset
36736
36737
36738 \end_layout
36739
36740 \begin_layout Standard
36741 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36742  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36743  de la página.
36744  Esto se hace usando el paquete \SpecialChar LaTeX
36745  
36746 \series bold
36747 multicol
36748 \series default
36749 ,
36750 \begin_inset Foot
36751 status collapsed
36752
36753 \begin_layout Plain Layout
36754
36755 \series bold
36756 multicol
36757 \series default
36758  forma parte de las distribuciones \SpecialChar LaTeX
36759  estándar.
36760 \end_layout
36761
36762 \end_inset
36763
36764
36765 \begin_inset Index idx
36766 status collapsed
36767
36768 \begin_layout Plain Layout
36769 Paquetes ! multicol
36770 \end_layout
36771
36772 \end_inset
36773
36774  que se carga en el preámbulo \SpecialChar LaTeX
36775  con la línea
36776 \end_layout
36777
36778 \begin_layout Standard
36779
36780 \series bold
36781
36782 \backslash
36783 usepackage{multicol}
36784 \end_layout
36785
36786 \begin_layout Standard
36787 \begin_inset Note Greyedout
36788 status open
36789
36790 \begin_layout Plain Layout
36791 Ten en cuenta que la opción 
36792 \family sans
36793 Documento
36794 \begin_inset space ~
36795 \end_inset
36796
36797 con
36798 \begin_inset space ~
36799 \end_inset
36800
36801 dos
36802 \begin_inset space ~
36803 \end_inset
36804
36805 caras
36806 \family default
36807 , bajo 
36808 \family sans
36809 Diseño
36810 \begin_inset space ~
36811 \end_inset
36812
36813 de
36814 \begin_inset space ~
36815 \end_inset
36816
36817 página 
36818 \family default
36819 en el menú 
36820 \family sans
36821 Documento\SpecialChar menuseparator
36822 Configuración
36823 \family default
36824  
36825 \emph on
36826 debe
36827 \emph default
36828  estar desmarcada.
36829 \end_layout
36830
36831 \end_inset
36832
36833
36834 \end_layout
36835
36836 \begin_layout Standard
36837 Antes del texto multicolumna se inserta en modo \SpecialChar TeX
36838  el comando
36839 \end_layout
36840
36841 \begin_layout Standard
36842
36843 \series bold
36844
36845 \backslash
36846 begin{multicols}{número de columnas}
36847 \end_layout
36848
36849 \begin_layout Standard
36850 El número de columnas está en el rango 2-10.
36851  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36852  \SpecialChar TeX
36853  el comando
36854 \end_layout
36855
36856 \begin_layout Standard
36857
36858 \series bold
36859
36860 \backslash
36861 end{multicols}
36862 \end_layout
36863
36864 \begin_layout Standard
36865 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
36866  Para quitarlo se inserta un espacio vertical de -6
36867 \begin_inset space \thinspace{}
36868 \end_inset
36869
36870 mm antes de la ecuación.
36871  Si se usa el estilo 
36872 \series bold
36873 Sangrado
36874 \series default
36875 ,
36876 \begin_inset Foot
36877 status collapsed
36878
36879 \begin_layout Plain Layout
36880 véase estilos de ecuación en 
36881 \begin_inset CommandInset ref
36882 LatexCommand ref
36883 reference "sec:Estilos-de-ecuación"
36884
36885 \end_inset
36886
36887
36888 \end_layout
36889
36890 \end_inset
36891
36892  se inserta un espacio de -9
36893 \begin_inset space \thinspace{}
36894 \end_inset
36895
36896 mm.
36897 \end_layout
36898
36899 \begin_layout Standard
36900 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
36901 \end_layout
36902
36903 \begin_layout Standard
36904
36905 \lang ngerman
36906 \begin_inset ERT
36907 status collapsed
36908
36909 \begin_layout Plain Layout
36910
36911
36912 \backslash
36913 begin{multicols}{2}
36914 \end_layout
36915
36916 \end_inset
36917
36918 Das Spektrum wird fouriertransformiert.
36919  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36920 , Lösungsmittel) zu trennen.
36921  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36922  nun das Aussehen des Ausgangssignals.
36923  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36924  über alle Phasen integrieren muss.
36925  Sei nun 
36926 \begin_inset Formula $S$
36927 \end_inset
36928
36929  unser normiertes Ausgangssignal und 
36930 \begin_inset Formula $P$
36931 \end_inset
36932
36933  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36934 \begin_inset ERT
36935 status collapsed
36936
36937 \begin_layout Plain Layout
36938
36939
36940 \backslash
36941 end{multicols}
36942 \end_layout
36943
36944 \end_inset
36945
36946
36947 \begin_inset VSpace -6mm
36948 \end_inset
36949
36950
36951 \begin_inset Formula 
36952 \begin{equation}
36953 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36954 \end{equation}
36955
36956 \end_inset
36957
36958
36959 \begin_inset ERT
36960 status collapsed
36961
36962 \begin_layout Plain Layout
36963
36964
36965 \backslash
36966 begin{multicols}{2}
36967 \end_layout
36968
36969 \end_inset
36970
36971 wobei 
36972 \begin_inset Formula $S_{0}$
36973 \end_inset
36974
36975  das Signal ohne Gradient ist und die Normierungsbedingung 
36976 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36977 \end_inset
36978
36979  gilt.
36980  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36981  Direkt nach dem 
36982 \begin_inset Formula $\nicefrac{\pi}{2}$
36983 \end_inset
36984
36985
36986 \begin_inset space \thinspace{}
36987 \end_inset
36988
36989 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36990  das Signal zusätzlich abschwächt.
36991  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36992  
36993 \begin_inset Formula $T_{2}$
36994 \end_inset
36995
36996 -Zeit.
36997 \end_layout
36998
36999 \begin_layout Standard
37000
37001 \lang ngerman
37002 \begin_inset ERT
37003 status collapsed
37004
37005 \begin_layout Plain Layout
37006
37007
37008 \backslash
37009 end{multicols}
37010 \end_layout
37011
37012 \end_inset
37013
37014
37015 \end_layout
37016
37017 \begin_layout Subsection
37018 Ecuaciones con descripción de variables
37019 \begin_inset Index idx
37020 status collapsed
37021
37022 \begin_layout Plain Layout
37023 Ecuación ! con descripción de variables
37024 \end_layout
37025
37026 \end_inset
37027
37028
37029 \end_layout
37030
37031 \begin_layout Standard
37032 Para describir variables en una ecuación, como en la fórmula 
37033 \begin_inset CommandInset ref
37034 LatexCommand eqref
37035 reference "eq:within"
37036
37037 \end_inset
37038
37039 , se inserta una matriz 2×
37040 \begin_inset Formula $n$
37041 \end_inset
37042
37043  con columnas alineadas a la izquierda para las 
37044 \emph on
37045
37046 \begin_inset Formula $n$
37047 \end_inset
37048
37049
37050 \emph default
37051  variables usadas.
37052 \begin_inset Foot
37053 status collapsed
37054
37055 \begin_layout Plain Layout
37056 véase matrices en 
37057 \begin_inset CommandInset ref
37058 LatexCommand ref
37059 reference "sec:Matrices"
37060
37061 \end_inset
37062
37063
37064 \end_layout
37065
37066 \end_inset
37067
37068  Para poner la descripción en tamaño más pequeño se inserta, por ejemplo,
37069  el comando 
37070 \series bold
37071
37072 \backslash
37073 footnotesize
37074 \series default
37075  antes de la matriz.
37076 \begin_inset Foot
37077 status collapsed
37078
37079 \begin_layout Plain Layout
37080 véase tamaños de tipografías en 
37081 \begin_inset CommandInset ref
37082 LatexCommand ref
37083 reference "subsec:Tamaños-de-tipografías"
37084
37085 \end_inset
37086
37087 .
37088 \end_layout
37089
37090 \end_inset
37091
37092
37093 \end_layout
37094
37095 \begin_layout Standard
37096 Si se usa el estilo 
37097 \series bold
37098 Sangrado
37099 \series default
37100 ,
37101 \begin_inset Foot
37102 status collapsed
37103
37104 \begin_layout Plain Layout
37105 véase estilos de ecuación en 
37106 \begin_inset CommandInset ref
37107 LatexCommand ref
37108 reference "sec:Estilos-de-ecuación"
37109
37110 \end_inset
37111
37112
37113 \end_layout
37114
37115 \end_inset
37116
37117  se inserta un 
37118 \series bold
37119
37120 \backslash
37121 hfill
37122 \series default
37123
37124 \begin_inset Foot
37125 status collapsed
37126
37127 \begin_layout Plain Layout
37128
37129 \series bold
37130
37131 \backslash
37132 hfill
37133 \series default
37134  sólo funciona en ecuaciones en estilo 
37135 \series bold
37136 Sangrado
37137 \series default
37138 , véase 
37139 \begin_inset CommandInset ref
37140 LatexCommand ref
37141 reference "subsec:Espacio-variable"
37142
37143 \end_inset
37144
37145
37146 \end_layout
37147
37148 \end_inset
37149
37150  delante y detrás de la matriz para que tenga la misma separación con la
37151  ecuación y con el margen.
37152 \end_layout
37153
37154 \begin_layout Standard
37155 Si se usa el estilo 
37156 \series bold
37157 Centrado
37158 \series default
37159  se emplea el método descrito en la 
37160 \begin_inset CommandInset ref
37161 LatexCommand ref
37162 reference "subsec:Entorno-flalign"
37163
37164 \end_inset
37165
37166  para sangrar la ecuación.
37167  La ecuación 
37168 \begin_inset CommandInset ref
37169 LatexCommand eqref
37170 reference "eq:within"
37171
37172 \end_inset
37173
37174  consta de cinco columnas ya que las dos primeras contienen la fórmula,
37175  la tercera la matriz y la última una llave \SpecialChar TeX
37176  vacía.
37177 \begin_inset Formula 
37178 \begin{flalign}
37179 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
37180 \rho & \mbox{densidad}\\
37181 V & \mbox{volumen}\\
37182 g & \mbox{aceleración gravitatoria}
37183 \end{array} &  & {}\label{eq:within}
37184 \end{flalign}
37185
37186 \end_inset
37187
37188
37189 \end_layout
37190
37191 \begin_layout Subsection
37192 Letras griegas minúsculas en redonda
37193 \begin_inset CommandInset label
37194 LatexCommand label
37195 name "subsec:Griegas-en-redonda"
37196
37197 \end_inset
37198
37199
37200 \begin_inset Index idx
37201 status collapsed
37202
37203 \begin_layout Plain Layout
37204 Letras griegas ! en redonda
37205 \end_layout
37206
37207 \end_inset
37208
37209
37210 \end_layout
37211
37212 \begin_layout Standard
37213 La mayoría de las tipografías sólo suministran letras griegas minúsculas
37214  en cursiva.
37215  Pero para símbolos de partículas elementales como piones y neutrinos hacen
37216  falta letras griegas en redonda.
37217  El archivo 
37218 \series bold
37219 upgreek.sty
37220 \series default
37221
37222 \begin_inset Foot
37223 status collapsed
37224
37225 \begin_layout Plain Layout
37226
37227 \series bold
37228 upgreek
37229 \series default
37230  forma parte del paquete \SpecialChar LaTeX
37231  
37232 \series bold
37233 was
37234 \series default
37235
37236 \begin_inset Index idx
37237 status collapsed
37238
37239 \begin_layout Plain Layout
37240 Paquetes ! was
37241 \begin_inset ERT
37242 status collapsed
37243
37244 \begin_layout Plain Layout
37245
37246
37247 \backslash
37248 vspace{4mm}
37249 \end_layout
37250
37251 \end_inset
37252
37253
37254 \end_layout
37255
37256 \end_inset
37257
37258 .
37259 \end_layout
37260
37261 \end_inset
37262
37263
37264 \begin_inset Index idx
37265 status collapsed
37266
37267 \begin_layout Plain Layout
37268 Paquetes ! upgreek
37269 \end_layout
37270
37271 \end_inset
37272
37273 , que se carga en el preámbulo \SpecialChar LaTeX
37274  con la línea
37275 \end_layout
37276
37277 \begin_layout Standard
37278
37279 \series bold
37280
37281 \backslash
37282 usepackage{upgreek}
37283 \end_layout
37284
37285 \begin_layout Standard
37286 las suministra.
37287  
37288 \begin_inset ERT
37289 status collapsed
37290
37291 \begin_layout Plain Layout
37292
37293
37294 \backslash
37295 ifupgreek 
37296 \end_layout
37297
37298 \end_inset
37299
37300
37301 \begin_inset Note Note
37302 status open
37303
37304 \begin_layout Plain Layout
37305 Lo siguiente sólo se podrá ver si está instalado el paquete \SpecialChar LaTeX
37306  
37307 \series bold
37308 upgreek
37309 \series default
37310 :
37311 \end_layout
37312
37313 \end_inset
37314
37315  Se imprimen con el comando de la letra correspondiente precedido de 
37316 \series bold
37317 up
37318 \series default
37319 .
37320  Por ejemplo, el comando 
37321 \series bold
37322
37323 \backslash
37324 uptau
37325 \series default
37326  genera: 
37327 \begin_inset Formula $\uptau$
37328 \end_inset
37329
37330
37331 \end_layout
37332
37333 \begin_layout Standard
37334 Con estos comandos se pueden escribir reacciones entre partículas elementales:
37335 \begin_inset Formula 
37336 \[
37337 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
37338 \]
37339
37340 \end_inset
37341
37342
37343 \end_layout
37344
37345 \begin_layout Standard
37346 Las letras en redonda son más remarcadas y más grandes que las correspondientes
37347  en cursiva.
37348  Por tanto no deberían emplearse para unidades como 
37349 \begin_inset Quotes fld
37350 \end_inset
37351
37352 µm
37353 \begin_inset Quotes frd
37354 \end_inset
37355
37356 .
37357 \end_layout
37358
37359 \begin_layout Standard
37360 \begin_inset ERT
37361 status collapsed
37362
37363 \begin_layout Plain Layout
37364
37365
37366 \backslash
37367 else 
37368 \end_layout
37369
37370 \end_inset
37371
37372
37373 \begin_inset Note Note
37374 status open
37375
37376 \begin_layout Plain Layout
37377 Lo siguiente se mostrará si el paquete \SpecialChar LaTeX
37378  
37379 \series bold
37380 upgreek
37381 \series default
37382  no está instalado:
37383 \end_layout
37384
37385 \end_inset
37386
37387
37388 \end_layout
37389
37390 \begin_layout Standard
37391 Debes instalar el paquete \SpecialChar LaTeX
37392  
37393 \series bold
37394 upgreek
37395 \series default
37396  para ver en la salida el resto de esta subsección.
37397  
37398 \end_layout
37399
37400 \begin_layout Standard
37401 \begin_inset ERT
37402 status collapsed
37403
37404 \begin_layout Plain Layout
37405
37406
37407 \backslash
37408 fi
37409 \end_layout
37410
37411 \end_inset
37412
37413
37414 \end_layout
37415
37416 \begin_layout Subsection
37417 Caracteres de texto en ecuaciones
37418 \begin_inset Index idx
37419 status collapsed
37420
37421 \begin_layout Plain Layout
37422 Texto ! en ecuaciones
37423 \end_layout
37424
37425 \end_inset
37426
37427
37428 \end_layout
37429
37430 \begin_layout Standard
37431 En algunos casos podrías querer insertar caracteres de texto directamente
37432  en ecuaciones.
37433  Por ejemplo, cuando se usa con frecuencia el punto centrado 
37434 \begin_inset Formula $\cdot$
37435 \end_inset
37436
37437  en expresiones como 
37438 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
37439 \end_inset
37440
37441 , habría que insertar el comando 
37442 \series bold
37443
37444 \backslash
37445 cdot
37446 \series default
37447
37448 \begin_inset Foot
37449 status collapsed
37450
37451 \begin_layout Plain Layout
37452 véase 
37453 \begin_inset CommandInset ref
37454 LatexCommand ref
37455 reference "subsec:Operadores-binarios"
37456
37457 \end_inset
37458
37459
37460 \end_layout
37461
37462 \end_inset
37463
37464  continuamente, porque este carácter está definido en todas las codificaciones
37465  como carácter de texto.
37466  Pero la codificación se puede cambiar con la línea de preámbulo \SpecialChar LaTeX
37467 :
37468 \end_layout
37469
37470 \begin_layout Standard
37471
37472 \series bold
37473
37474 \backslash
37475 Declare Inputtext{183}{
37476 \backslash
37477 ifmmode
37478 \backslash
37479 cdot
37480 \backslash
37481 else
37482 \backslash
37483 textperiodcentered
37484 \backslash
37485 f\SpecialChar ligaturebreak
37486 i}
37487 \end_layout
37488
37489 \begin_layout Standard
37490 La codificación de caracteres (menú 
37491 \family sans
37492 Documento\SpecialChar menuseparator
37493 Configuración\SpecialChar menuseparator
37494 Idioma
37495 \family default
37496 ) especifica el carácter que se muestra al pulsar una tecla.
37497  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
37498  
37499 \series bold
37500
37501 \backslash
37502 textperiodcentered
37503 \series default
37504 .
37505  Pero este comando no está disponible en ecuaciones así que obtendrías errores
37506  de \SpecialChar LaTeX
37507 .
37508  Con la codificación cambiada se escoge automáticamente el comando correcto,
37509  dependiendo de si el carácter se ha insertado en una ecuación o no.
37510 \end_layout
37511
37512 \begin_layout Standard
37513 La codificación de diversos caracteres se guarda en archivos de definición.
37514  Por ejemplo la codificación 
37515 \series bold
37516 latin9
37517 \series default
37518  se define en el archivo 
37519 \series bold
37520 latin9.def
37521 \series default
37522  que está en el directorio de \SpecialChar LaTeX
37523 .
37524  La codificación sólo debería cambiarse en el preámbulo \SpecialChar LaTeX
37525  y no en el archivo
37526  de definición, de lo contrario nuestros documentos no podrían ser editados
37527  en otros ordenadores.
37528 \begin_inset VSpace medskip
37529 \end_inset
37530
37531
37532 \end_layout
37533
37534 \begin_layout Standard
37535 Además del punto centrado, en este documento se ha definido el símbolo grado
37536  ° con la siguiente línea de preámbulo \SpecialChar LaTeX
37537 , para que se pueda insertar directamente
37538  en una fórmula:
37539 \end_layout
37540
37541 \begin_layout Standard
37542
37543 \series bold
37544
37545 \backslash
37546 DeclareInputtext{176}{
37547 \backslash
37548 ifmmode^
37549 \backslash
37550 circ
37551 \backslash
37552 else
37553 \backslash
37554 textdegree
37555 \backslash
37556 f\SpecialChar ligaturebreak
37557 i}
37558 \end_layout
37559
37560 \begin_layout Subsection
37561 Comentarios de \SpecialChar LaTeX
37562  en ecuaciones
37563 \end_layout
37564
37565 \begin_layout Standard
37566 En texto se pueden insertar comentarios que sólo son visibles en el código
37567  fuente de \SpecialChar LaTeX
37568  con el menú 
37569 \family sans
37570 Insertar\SpecialChar menuseparator
37571 Nota\SpecialChar menuseparator
37572 Comentario
37573 \family default
37574 .
37575  Esto no es posible en ecuaciones, pero puedes insertar comentarios en \SpecialChar LaTeX
37576
37577  con el comando
37578 \end_layout
37579
37580 \begin_layout Standard
37581
37582 \series bold
37583
37584 \backslash
37585 %
37586 \end_layout
37587
37588 \begin_layout Standard
37589 Este comando crea un marco en el que puedes escribir el comentario.
37590  Debido a un fallo de \SpecialChar LyX
37591
37592 \begin_inset Foot
37593 status collapsed
37594
37595 \begin_layout Plain Layout
37596 \begin_inset CommandInset href
37597 LatexCommand href
37598 name "LyX-bug #9002"
37599 target "http://www.lyx.org/trac/ticket/9002"
37600
37601 \end_inset
37602
37603
37604 \end_layout
37605
37606 \end_inset
37607
37608  no puedes escribir texto normal en el comentario, incluso si usas texto
37609  matemático verás sus comandos \SpecialChar LaTeX
37610  en la salida \SpecialChar LaTeX
37611 .
37612 \begin_inset Newline newline
37613 \end_inset
37614
37615 Una ecuación con un comentario en \SpecialChar LaTeX
37616 :
37617 \begin_inset Formula 
37618 \[
37619 A=B%\text{Esto es el comentario}
37620 \]
37621
37622 \end_inset
37623
37624
37625 \series bold
37626
37627 \begin_inset Newpage newpage
37628 \end_inset
37629
37630
37631 \end_layout
37632
37633 \begin_layout Section
37634 \start_of_appendix
37635 Notas sobre tipografía
37636 \begin_inset Index idx
37637 status collapsed
37638
37639 \begin_layout Plain Layout
37640 Tipografía, normas
37641 \end_layout
37642
37643 \end_inset
37644
37645
37646 \end_layout
37647
37648 \begin_layout Standard
37649 Esta sección es un resumen de las normas tipográficas ISO más importantes.
37650 \begin_inset Foot
37651 status collapsed
37652
37653 \begin_layout Plain Layout
37654 Este compendio se ha tomado parcialmente del diccionario semi-oficial alemán
37655  
37656 \begin_inset Quotes fld
37657 \end_inset
37658
37659 Duden
37660 \begin_inset Quotes frd
37661 \end_inset
37662
37663  
37664 \begin_inset CommandInset citation
37665 LatexCommand cite
37666 key "Duden"
37667
37668 \end_inset
37669
37670 , que incluye algunas de las normas ISO.
37671  
37672 \begin_inset Newline newline
37673 \end_inset
37674
37675 (
37676 \emph on
37677 N.
37678 \begin_inset space \thinspace{}
37679 \end_inset
37680
37681 del t.
37682 \emph default
37683 : Para documentación en español sobre el tema, véase 
37684 \begin_inset CommandInset citation
37685 LatexCommand cite
37686 key "Bezos"
37687
37688 \end_inset
37689
37690 .)
37691 \end_layout
37692
37693 \end_inset
37694
37695
37696 \end_layout
37697
37698 \begin_layout Itemize
37699 Las unidades físicas se escriben 
37700 \emph on
37701 siempre 
37702 \emph default
37703 en redonda
37704 \begin_inset Foot
37705 status collapsed
37706
37707 \begin_layout Plain Layout
37708 véase estilos de tipografías en 
37709 \begin_inset CommandInset ref
37710 LatexCommand ref
37711 reference "subsec:Estilos-de-tipografías"
37712
37713 \end_inset
37714
37715
37716 \end_layout
37717
37718 \end_inset
37719
37720 , aunque aparezcan en un texto en cursiva: 30
37721 \begin_inset space \thinspace{}
37722 \end_inset
37723
37724 km/h
37725 \begin_inset Newline newline
37726 \end_inset
37727
37728 Entre el valor y la unidad hay un espacio delgado, véase 
37729 \begin_inset CommandInset ref
37730 LatexCommand ref
37731 reference "subsec:Espacio-predefinido"
37732
37733 \end_inset
37734
37735 .
37736 \begin_inset Newline newline
37737 \end_inset
37738
37739 Esta norma la cumple automáticamente el comando 
37740 \series bold
37741
37742 \backslash
37743 unittwo
37744 \series default
37745 .
37746  Si se introduce en una fórmula aparecen dos marcos.
37747  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
37748  como antes, 
37749 \begin_inset Formula $\unit[30]{km/h}$
37750 \end_inset
37751
37752
37753 \begin_inset space \thinspace{}
37754 \end_inset
37755
37756 .
37757  Ten en cuenta que 
37758 \series bold
37759
37760 \backslash
37761 unittwo
37762 \series default
37763  no es un auténtico comando \SpecialChar LaTeX
37764 , sino el comando 
37765 \series bold
37766
37767 \backslash
37768 unit[value]{unit}
37769 \series default
37770 , por tanto no lo puedes usar en código \SpecialChar TeX
37771 .
37772 \end_layout
37773
37774 \begin_layout Itemize
37775 Los signos por ciento y por mil se escriben como las unidades físicas:
37776 \begin_inset Newline newline
37777 \end_inset
37778
37779 1,2
37780 \begin_inset space \thinspace{}
37781 \end_inset
37782
37783 ‰ de alcohol en sangre.
37784 \end_layout
37785
37786 \begin_layout Itemize
37787 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
37788  otra unidad: 15
37789 \begin_inset space \thinspace{}
37790 \end_inset
37791
37792 °C
37793 \end_layout
37794
37795 \begin_layout Itemize
37796 En números con más de cuatro dígitos se inserta un espacio delgado para
37797  separarlos en grupos de tres cifras: 18
37798 \begin_inset space \thinspace{}
37799 \end_inset
37800
37801 473
37802 \begin_inset space \thinspace{}
37803 \end_inset
37804
37805 588
37806 \end_layout
37807
37808 \begin_layout Itemize
37809 Para dimensiones como 120×90×40
37810 \begin_inset space \thinspace{}
37811 \end_inset
37812
37813 cm se usa el aspa de multiplicar 
37814 \begin_inset Quotes fld
37815 \end_inset
37816
37817 ×
37818 \begin_inset Quotes frd
37819 \end_inset
37820
37821 .
37822  Está disponible en el menú 
37823 \family sans
37824 Insertar\SpecialChar menuseparator
37825 Carácter especial
37826 \family default
37827 \SpecialChar menuseparator
37828
37829 \family sans
37830 Símbolos
37831 \family default
37832  o bien mediante el comando 
37833 \series bold
37834
37835 \backslash
37836 times
37837 \series default
37838 .
37839  Se puede insertar directamente con cierta combinación de teclas.
37840 \end_layout
37841
37842 \begin_layout Itemize
37843 Las funciones con nombres que constan de varias letras se escriben en redonda
37844  para evitar confusiones, véase 
37845 \begin_inset CommandInset ref
37846 LatexCommand ref
37847 reference "subsec:Funciones-predefinidas"
37848
37849 \end_inset
37850
37851 .
37852 \end_layout
37853
37854 \begin_layout Itemize
37855 Los índices que constan de varias letras se escriben en redonda: 
37856 \begin_inset Formula $E_{\mathrm{cin}}$
37857 \end_inset
37858
37859
37860 \begin_inset Newline newline
37861 \end_inset
37862
37863 Los componentes de una matriz se escriben en cursiva: 
37864 \begin_inset Formula $\hat{H}_{kl}$
37865 \end_inset
37866
37867
37868 \end_layout
37869
37870 \begin_layout Itemize
37871 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37872  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37873 s con otras variables.
37874 \end_layout
37875
37876 \begin_layout Itemize
37877 El carácter que indica una transformación 
37878 \noun on
37879 Fourier
37880 \noun default
37881  se inserta con el comando 
37882 \series bold
37883
37884 \backslash
37885 mathscr
37886 \begin_inset space \textvisiblespace{}
37887 \end_inset
37888
37889 F
37890 \series default
37891  o mediante el menú
37892 \family sans
37893  Insertar\SpecialChar menuseparator
37894 Carácter especial
37895 \family default
37896 \SpecialChar menuseparator
37897
37898 \family sans
37899 Símbolos\SpecialChar menuseparator
37900 Símbolos de letra
37901 \family default
37902
37903 \begin_inset Formula $\mathscr{F}$
37904 \end_inset
37905
37906
37907 \end_layout
37908
37909 \begin_layout Standard
37910 \begin_inset Newpage newpage
37911 \end_inset
37912
37913
37914 \end_layout
37915
37916 \begin_layout Section
37917 Comandos sinónimos
37918 \begin_inset Index idx
37919 status collapsed
37920
37921 \begin_layout Plain Layout
37922 Sinónimos
37923 \end_layout
37924
37925 \end_inset
37926
37927
37928 \end_layout
37929
37930 \begin_layout Standard
37931 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
37932  como los que se recogen en esta lista:
37933 \begin_inset Foot
37934 status collapsed
37935
37936 \begin_layout Plain Layout
37937 véase también 
37938 \begin_inset CommandInset ref
37939 LatexCommand ref
37940 reference "fn:sinónimos"
37941
37942 \end_inset
37943
37944 .
37945 \end_layout
37946
37947 \end_inset
37948
37949
37950 \end_layout
37951
37952 \begin_layout Standard
37953 \begin_inset VSpace bigskip
37954 \end_inset
37955
37956
37957 \begin_inset space \hfill{}
37958 \end_inset
37959
37960
37961 \begin_inset Tabular
37962 <lyxtabular version="3" rows="12" columns="2">
37963 <features tabularvalignment="middle">
37964 <column alignment="center" valignment="top" width="0pt">
37965 <column alignment="center" valignment="top" width="0pt">
37966 <row>
37967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37968 \begin_inset Text
37969
37970 \begin_layout Plain Layout
37971 Comando
37972 \end_layout
37973
37974 \end_inset
37975 </cell>
37976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37977 \begin_inset Text
37978
37979 \begin_layout Plain Layout
37980 equivalente a
37981 \begin_inset Note Note
37982 status collapsed
37983
37984 \begin_layout Plain Layout
37985
37986 \series bold
37987
37988 \backslash
37989 raisebox
37990 \series default
37991  se usa sólo como espaciador
37992 \end_layout
37993
37994 \end_inset
37995
37996
37997 \end_layout
37998
37999 \end_inset
38000 </cell>
38001 </row>
38002 <row>
38003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38004 \begin_inset Text
38005
38006 \begin_layout Plain Layout
38007
38008 \backslash
38009 ast
38010 \end_layout
38011
38012 \end_inset
38013 </cell>
38014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38015 \begin_inset Text
38016
38017 \begin_layout Plain Layout
38018 \begin_inset ERT
38019 status collapsed
38020
38021 \begin_layout Plain Layout
38022
38023
38024 \backslash
38025 raisebox{-1.2mm}{
38026 \end_layout
38027
38028 \end_inset
38029
38030 *
38031 \begin_inset ERT
38032 status collapsed
38033
38034 \begin_layout Plain Layout
38035
38036 }
38037 \end_layout
38038
38039 \end_inset
38040
38041
38042 \end_layout
38043
38044 \end_inset
38045 </cell>
38046 </row>
38047 <row>
38048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38049 \begin_inset Text
38050
38051 \begin_layout Plain Layout
38052
38053 \backslash
38054 choose
38055 \end_layout
38056
38057 \end_inset
38058 </cell>
38059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38060 \begin_inset Text
38061
38062 \begin_layout Plain Layout
38063
38064 \backslash
38065 binom
38066 \end_layout
38067
38068 \end_inset
38069 </cell>
38070 </row>
38071 <row>
38072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38073 \begin_inset Text
38074
38075 \begin_layout Plain Layout
38076
38077 \backslash
38078 geq
38079 \end_layout
38080
38081 \end_inset
38082 </cell>
38083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38084 \begin_inset Text
38085
38086 \begin_layout Plain Layout
38087
38088 \backslash
38089 ge
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 lbrace
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 \end_layout
38113
38114 \end_inset
38115 </cell>
38116 </row>
38117 <row>
38118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38119 \begin_inset Text
38120
38121 \begin_layout Plain Layout
38122
38123 \backslash
38124 lbracket
38125 \end_layout
38126
38127 \end_inset
38128 </cell>
38129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38130 \begin_inset Text
38131
38132 \begin_layout Plain Layout
38133 [
38134 \end_layout
38135
38136 \end_inset
38137 </cell>
38138 </row>
38139 <row>
38140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38141 \begin_inset Text
38142
38143 \begin_layout Plain Layout
38144
38145 \backslash
38146 leftarrow
38147 \end_layout
38148
38149 \end_inset
38150 </cell>
38151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38152 \begin_inset Text
38153
38154 \begin_layout Plain Layout
38155
38156 \backslash
38157 gets
38158 \end_layout
38159
38160 \end_inset
38161 </cell>
38162 </row>
38163 <row>
38164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38165 \begin_inset Text
38166
38167 \begin_layout Plain Layout
38168
38169 \backslash
38170 leq
38171 \end_layout
38172
38173 \end_inset
38174 </cell>
38175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38176 \begin_inset Text
38177
38178 \begin_layout Plain Layout
38179
38180 \backslash
38181 le
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 lor
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 vee
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 neq
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 not=
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 slash
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 \end_layout
38253
38254 \end_inset
38255 </cell>
38256 </row>
38257 <row>
38258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38259 \begin_inset Text
38260
38261 \begin_layout Plain Layout
38262
38263 \backslash
38264 vert
38265 \end_layout
38266
38267 \end_inset
38268 </cell>
38269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38270 \begin_inset Text
38271
38272 \begin_layout Plain Layout
38273 |
38274 \end_layout
38275
38276 \end_inset
38277 </cell>
38278 </row>
38279 </lyxtabular>
38280
38281 \end_inset
38282
38283
38284 \begin_inset space \hfill{}
38285 \end_inset
38286
38287
38288 \begin_inset Tabular
38289 <lyxtabular version="3" rows="12" columns="2">
38290 <features tabularvalignment="middle">
38291 <column alignment="center" valignment="top" width="0pt">
38292 <column alignment="center" valignment="top" width="0pt">
38293 <row>
38294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38295 \begin_inset Text
38296
38297 \begin_layout Plain Layout
38298 Comando
38299 \end_layout
38300
38301 \end_inset
38302 </cell>
38303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38304 \begin_inset Text
38305
38306 \begin_layout Plain Layout
38307 equivalente a
38308 \end_layout
38309
38310 \end_inset
38311 </cell>
38312 </row>
38313 <row>
38314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38315 \begin_inset Text
38316
38317 \begin_layout Plain Layout
38318
38319 \backslash
38320 backslash
38321 \end_layout
38322
38323 \end_inset
38324 </cell>
38325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38326 \begin_inset Text
38327
38328 \begin_layout Plain Layout
38329
38330 \backslash
38331
38332 \backslash
38333
38334 \end_layout
38335
38336 \end_inset
38337 </cell>
38338 </row>
38339 <row>
38340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38341 \begin_inset Text
38342
38343 \begin_layout Plain Layout
38344
38345 \backslash
38346 dasharrow
38347 \end_layout
38348
38349 \end_inset
38350 </cell>
38351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38352 \begin_inset Text
38353
38354 \begin_layout Plain Layout
38355
38356 \backslash
38357 dashrightarrow
38358 \end_layout
38359
38360 \end_inset
38361 </cell>
38362 </row>
38363 <row>
38364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38365 \begin_inset Text
38366
38367 \begin_layout Plain Layout
38368
38369 \backslash
38370 land
38371 \end_layout
38372
38373 \end_inset
38374 </cell>
38375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38376 \begin_inset Text
38377
38378 \begin_layout Plain Layout
38379
38380 \backslash
38381 wedge
38382 \end_layout
38383
38384 \end_inset
38385 </cell>
38386 </row>
38387 <row>
38388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38389 \begin_inset Text
38390
38391 \begin_layout Plain Layout
38392
38393 \backslash
38394 rbrace
38395 \end_layout
38396
38397 \end_inset
38398 </cell>
38399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38400 \begin_inset Text
38401
38402 \begin_layout Plain Layout
38403 }
38404 \end_layout
38405
38406 \end_inset
38407 </cell>
38408 </row>
38409 <row>
38410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38411 \begin_inset Text
38412
38413 \begin_layout Plain Layout
38414
38415 \backslash
38416 rbracket
38417 \end_layout
38418
38419 \end_inset
38420 </cell>
38421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38422 \begin_inset Text
38423
38424 \begin_layout Plain Layout
38425 ]
38426 \end_layout
38427
38428 \end_inset
38429 </cell>
38430 </row>
38431 <row>
38432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38433 \begin_inset Text
38434
38435 \begin_layout Plain Layout
38436
38437 \backslash
38438 rightarrow
38439 \end_layout
38440
38441 \end_inset
38442 </cell>
38443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38444 \begin_inset Text
38445
38446 \begin_layout Plain Layout
38447
38448 \backslash
38449 to
38450 \end_layout
38451
38452 \end_inset
38453 </cell>
38454 </row>
38455 <row>
38456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38457 \begin_inset Text
38458
38459 \begin_layout Plain Layout
38460
38461 \backslash
38462 lnot
38463 \end_layout
38464
38465 \end_inset
38466 </cell>
38467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38468 \begin_inset Text
38469
38470 \begin_layout Plain Layout
38471
38472 \backslash
38473 neg
38474 \end_layout
38475
38476 \end_inset
38477 </cell>
38478 </row>
38479 <row>
38480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38481 \begin_inset Text
38482
38483 \begin_layout Plain Layout
38484
38485 \backslash
38486 ne
38487 \end_layout
38488
38489 \end_inset
38490 </cell>
38491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38492 \begin_inset Text
38493
38494 \begin_layout Plain Layout
38495
38496 \backslash
38497 not=
38498 \end_layout
38499
38500 \end_inset
38501 </cell>
38502 </row>
38503 <row>
38504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38505 \begin_inset Text
38506
38507 \begin_layout Plain Layout
38508
38509 \backslash
38510 owns
38511 \end_layout
38512
38513 \end_inset
38514 </cell>
38515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38516 \begin_inset Text
38517
38518 \begin_layout Plain Layout
38519
38520 \backslash
38521 ni
38522 \end_layout
38523
38524 \end_inset
38525 </cell>
38526 </row>
38527 <row>
38528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38529 \begin_inset Text
38530
38531 \begin_layout Plain Layout
38532
38533 \backslash
38534 square
38535 \end_layout
38536
38537 \end_inset
38538 </cell>
38539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38540 \begin_inset Text
38541
38542 \begin_layout Plain Layout
38543
38544 \backslash
38545 Box
38546 \end_layout
38547
38548 \end_inset
38549 </cell>
38550 </row>
38551 <row>
38552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38553 \begin_inset Text
38554
38555 \begin_layout Plain Layout
38556
38557 \backslash
38558 Vert
38559 \end_layout
38560
38561 \end_inset
38562 </cell>
38563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38564 \begin_inset Text
38565
38566 \begin_layout Plain Layout
38567
38568 \backslash
38569 |
38570 \end_layout
38571
38572 \end_inset
38573 </cell>
38574 </row>
38575 </lyxtabular>
38576
38577 \end_inset
38578
38579
38580 \begin_inset space \hfill{}
38581 \end_inset
38582
38583
38584 \end_layout
38585
38586 \begin_layout Standard
38587 \begin_inset Newpage newpage
38588 \end_inset
38589
38590
38591 \end_layout
38592
38593 \begin_layout Bibliography
38594 \begin_inset CommandInset bibitem
38595 LatexCommand bibitem
38596 key "TLC2"
38597
38598 \end_inset
38599
38600
38601 \shape smallcaps
38602 Mittelbach, F.
38603  ; Goossens, M.
38604 \shape default
38605
38606 \shape italic
38607 The \SpecialChar LaTeX
38608  Companion
38609 \shape default
38610 .
38611  Addison Wesley, 2004
38612 \end_layout
38613
38614 \begin_layout Bibliography
38615 \begin_inset CommandInset bibitem
38616 LatexCommand bibitem
38617 key "Mathmode"
38618
38619 \end_inset
38620
38621
38622 \begin_inset CommandInset href
38623 LatexCommand href
38624 name "Descripción"
38625 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38626
38627 \end_inset
38628
38629  de habilidades matemáticas de \SpecialChar LaTeX
38630
38631 \end_layout
38632
38633 \begin_layout Bibliography
38634 \begin_inset CommandInset bibitem
38635 LatexCommand bibitem
38636 key "AMS"
38637
38638 \end_inset
38639
38640
38641 \begin_inset CommandInset href
38642 LatexCommand href
38643 name "Descripción"
38644 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
38645
38646 \end_inset
38647
38648  de 
38649 \begin_inset ERT
38650 status collapsed
38651
38652 \begin_layout Plain Layout
38653
38654
38655 \backslash
38656 AmS
38657 \end_layout
38658
38659 \end_inset
38660
38661 -\SpecialChar LaTeX
38662
38663 \end_layout
38664
38665 \begin_layout Bibliography
38666 \begin_inset CommandInset bibitem
38667 LatexCommand bibitem
38668 key "Symbols"
38669
38670 \end_inset
38671
38672
38673 \begin_inset CommandInset href
38674 LatexCommand href
38675 name "Lista"
38676 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38677
38678 \end_inset
38679
38680  de todos los símbolos disponibles con paquetes \SpecialChar LaTeX
38681
38682 \end_layout
38683
38684 \begin_layout Bibliography
38685 \begin_inset CommandInset bibitem
38686 LatexCommand bibitem
38687 key "cancel"
38688
38689 \end_inset
38690
38691
38692 \begin_inset CommandInset href
38693 LatexCommand href
38694 name "Documentación"
38695 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38696
38697 \end_inset
38698
38699  del paquete \SpecialChar LaTeX
38700  
38701 \series bold
38702 cancel
38703 \series default
38704
38705 \begin_inset Index idx
38706 status collapsed
38707
38708 \begin_layout Plain Layout
38709 Paquetes ! cancel
38710 \end_layout
38711
38712 \end_inset
38713
38714
38715 \end_layout
38716
38717 \begin_layout Bibliography
38718 \begin_inset CommandInset bibitem
38719 LatexCommand bibitem
38720 key "hyperref"
38721
38722 \end_inset
38723
38724
38725 \begin_inset CommandInset href
38726 LatexCommand href
38727 name "Documentación"
38728 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38729
38730 \end_inset
38731
38732  del paquete \SpecialChar LaTeX
38733  
38734 \series bold
38735 hyperref
38736 \series default
38737
38738 \begin_inset Index idx
38739 status collapsed
38740
38741 \begin_layout Plain Layout
38742 Paquetes ! hyperref
38743 \end_layout
38744
38745 \end_inset
38746
38747
38748 \end_layout
38749
38750 \begin_layout Bibliography
38751 \begin_inset CommandInset bibitem
38752 LatexCommand bibitem
38753 key "mhchem"
38754
38755 \end_inset
38756
38757
38758 \begin_inset CommandInset href
38759 LatexCommand href
38760 name "Documentación"
38761 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38762
38763 \end_inset
38764
38765  del paquete \SpecialChar LaTeX
38766  
38767 \series bold
38768 mhchem
38769 \series default
38770
38771 \begin_inset Index idx
38772 status collapsed
38773
38774 \begin_layout Plain Layout
38775 Paquetes ! mhchem
38776 \end_layout
38777
38778 \end_inset
38779
38780
38781 \end_layout
38782
38783 \begin_layout Bibliography
38784 \begin_inset CommandInset bibitem
38785 LatexCommand bibitem
38786 key "Duden"
38787
38788 \end_inset
38789
38790
38791 \emph on
38792 Duden Band 1
38793 \emph default
38794 .
38795  22.
38796  Auflage, Duden 2001
38797 \end_layout
38798
38799 \begin_layout Bibliography
38800 \begin_inset CommandInset bibitem
38801 LatexCommand bibitem
38802 key "spanish"
38803
38804 \end_inset
38805
38806
38807 \begin_inset CommandInset href
38808 LatexCommand href
38809 name "Página web"
38810 target "http://www.tex-tipografia.com/spanish.html"
38811
38812 \end_inset
38813
38814  del estilo 
38815 \series bold
38816 spanish
38817 \family sans
38818 \series default
38819  
38820 \family default
38821 incluido en el paquete 
38822 \series bold
38823 babel
38824 \end_layout
38825
38826 \begin_layout Bibliography
38827 \begin_inset CommandInset bibitem
38828 LatexCommand bibitem
38829 key "Bezos"
38830
38831 \end_inset
38832
38833
38834 \begin_inset CommandInset href
38835 LatexCommand href
38836 name "Documento"
38837 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38838
38839 \end_inset
38840
38841  sobre ortotipografía y notaciones matemáticas en español
38842 \end_layout
38843
38844 \begin_layout Standard
38845 \begin_inset CommandInset index_print
38846 LatexCommand printindex
38847 type "idx"
38848
38849 \end_inset
38850
38851
38852 \end_layout
38853
38854 \end_body
38855 \end_document