]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
Math.lyx: update description for command \mathclap
[lyx.git] / lib / doc / es / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % increase link area for cross-references and autoname them,
36 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
37 \addto\extrasspanish{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
42 }
43
44 % don't load packages twice
45 % see first footnote in sec. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % the pages of the TOC are numbered roman
49 % and a PDF-bookmark for the TOC is added
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % insert additional vertical space of 1.5 mm between footnotes,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % enables calculation of values
67 \usepackage{calc}
68
69 % for multiple columns used in sec. 24.7
70 \usepackage{multicol}
71
72 % needed in sec. 19.4
73 \usepackage{remreset}
74
75 % for the Fourier transformation symbol
76 \usepackage{mathrsfs}
77
78 % define a color, used in sec.9.3
79 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
80
81 % declare operators (see sec. 10.4 and sec. 15.2)
82 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
83 \DeclareMathOperator{\sgn}{sgn}
84
85 % example definitions for sec. 20.1 
86 \newcommand{\gr}{\Longrightarrow}
87 \newcommand{\us}[1]{\underline{#1}}
88 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
89 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
90 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
91
92 % example macro from sec. 19.4
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94
95
96 % ------------------------------------
97 % used to check for needed LaTeX packages
98 \usepackage{ifthen}
99
100 % check for package undertilde
101 % used for the command \utilde
102 \newboolean{undertilde}
103 \IfFileExists{undertilde.sty}
104  {\usepackage{undertilde}
105   \setboolean{undertilde}{true}}
106  {\setboolean{undertilde}{false}}
107
108 % check for package eurosym
109 % used for the Euro symbol
110 \newboolean{eurosym}
111 \IfFileExists{eurosym.sty}
112  {\usepackage[gennarrow]{eurosym}
113   \setboolean{eurosym}{true}}
114  {\setboolean{eurosym}{false}}
115
116 % check for package braket
117 % used for physical vectors
118 \newboolean{braket}
119 \IfFileExists{braket.sty}
120  {\usepackage{braket}
121   \setboolean{braket}{true}}
122  {\setboolean{braket}{false}}
123
124 % check for package cancel
125 \newboolean{cancel}
126 \IfFileExists{cancel.sty}
127  {\usepackage{cancel}
128   \setboolean{cancel}{true}}
129  {\setboolean{cancel}{false}}
130
131 % check for package upgreek
132 \newboolean{upgreek}
133 \IfFileExists{upgreek.sty}
134  {\usepackage{upgreek}
135   \setboolean{upgreek}{true}}
136  {\setboolean{upgreek}{false}}
137 \end_preamble
138 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
139 \use_default_options false
140 \maintain_unincluded_children false
141 \language spanish
142 \language_package default
143 \inputencoding auto
144 \fontencoding global
145 \font_roman default
146 \font_sans default
147 \font_typewriter default
148 \font_math auto
149 \font_default_family default
150 \use_non_tex_fonts false
151 \font_sc false
152 \font_osf false
153 \font_sf_scale 100
154 \font_tt_scale 100
155 \graphics default
156 \default_output_format default
157 \output_sync 0
158 \bibtex_command default
159 \index_command default
160 \paperfontsize 12
161 \spacing single
162 \use_hyperref true
163 \pdf_title "Manual detallado de Matemáticas en LyX"
164 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
165 \pdf_subject "LyX-documentation about math"
166 \pdf_keywords "LyX, Mathed"
167 \pdf_bookmarks true
168 \pdf_bookmarksnumbered true
169 \pdf_bookmarksopen true
170 \pdf_bookmarksopenlevel 1
171 \pdf_breaklinks false
172 \pdf_pdfborder false
173 \pdf_colorlinks true
174 \pdf_backref false
175 \pdf_pdfusetitle false
176 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
177 \papersize a4paper
178 \use_geometry false
179 \use_package amsmath 2
180 \use_package amssymb 2
181 \use_package cancel 0
182 \use_package esint 1
183 \use_package mathdots 1
184 \use_package mathtools 1
185 \use_package mhchem 1
186 \use_package stackrel 0
187 \use_package stmaryrd 0
188 \use_package undertilde 0
189 \cite_engine basic
190 \cite_engine_type default
191 \biblio_style plain
192 \use_bibtopic false
193 \use_indices false
194 \paperorientation portrait
195 \suppress_date false
196 \justification true
197 \use_refstyle 0
198 \notefontcolor #0000ff
199 \index Índice
200 \shortcut idx
201 \color #008000
202 \end_index
203 \secnumdepth 4
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language french
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle plain
211 \bullet 1 0 6 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \html_math_output 0
217 \html_css_as_file 0
218 \html_be_strict false
219 \end_header
220
221 \begin_body
222
223 \begin_layout Title
224 Manual detallado de
225 \begin_inset Newline newline
226 \end_inset
227
228 Matemáticas en LyX
229 \end_layout
230
231 \begin_layout Author
232 por el Equipo LyX
233 \begin_inset Foot
234 status collapsed
235
236 \begin_layout Plain Layout
237 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
238  lista de correo de documentación de LyX
239 \family typewriter
240
241 \begin_inset CommandInset href
242 LatexCommand href
243 name "lyx-docs@lists.lyx.org"
244 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
245
246 \end_inset
247
248
249 \end_layout
250
251 \end_inset
252
253
254 \begin_inset Note Note
255 status collapsed
256
257 \begin_layout Plain Layout
258 autor: Uwe Stöhr, traducción: Ignacio García
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset Newline newline
265 \end_inset
266
267
268 \begin_inset Newline newline
269 \end_inset
270
271 Versión 2.1.x
272 \end_layout
273
274 \begin_layout Standard
275 \begin_inset CommandInset toc
276 LatexCommand tableofcontents
277
278 \end_inset
279
280
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset Note Note
285 status open
286
287 \begin_layout Plain Layout
288 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
289  paquetes LaTeX 
290 \series bold
291 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
292 \series default
293  y 
294 \series bold
295 was
296 \series default
297 .
298  Si
299 \series bold
300  
301 \series default
302 no están instalados también puedes exportar el documento pero las secciones
303  en que se requieren dichos paquetes no aparecerán en la salida.
304  
305 \series bold
306 mhchem
307 \series default
308  es una excepción: si no está instalado no se puede exportar este archivo.
309 \end_layout
310
311 \begin_layout Plain Layout
312 La última versión PDF de este documento está disponible en:
313 \begin_inset Newline newline
314 \end_inset
315
316
317 \series bold
318 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
319 \end_layout
320
321 \end_inset
322
323
324 \begin_inset Newpage newpage
325 \end_inset
326
327
328 \end_layout
329
330 \begin_layout Section
331 Introducción
332 \end_layout
333
334 \begin_layout Standard
335 Este documento explica las características matemáticas de LyX y además es
336  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
337  Las explicaciones están diseñadas para el uso de comandos.
338  Por consiguiente es preciso que hayas leído la sección 
339 \emph on
340 Ecuaciones matemáticas
341 \emph default
342  de la 
343 \emph on
344 Guía del usuario
345 \emph default
346 .
347 \end_layout
348
349 \begin_layout Standard
350 La mayoría de caracteres y muchas estructuras explicadas en este manual
351  también son accesibles mediante el menú 
352 \family sans
353 Insertar\SpecialChar \menuseparator
354 Ecuación
355 \family default
356  o la barra de herramientas
357 \family sans
358  Ecuaciones
359 \family default
360 .
361  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
362  mucho más rápido usar comandos que la barra de herramientas.
363  Por tanto este manual está enfocado al uso de comandos, aunque también
364  se mencionan los botones correspondientes de las barras de herramientas
365  cuando están disponibles.
366 \end_layout
367
368 \begin_layout Standard
369 Si no se especifica lo contrario los comandos sólo están disponibles dentro
370  de las fórmulas.
371  Para poder usar todos los comandos explicados en este documento, debe usarse
372  la opción 
373 \family sans
374 Usar el paquete de ecuaciones AMS
375 \family default
376  en la configuración del documento (menú 
377 \family sans
378 Documento\SpecialChar \menuseparator
379 Configuración\SpecialChar \menuseparator
380 Opciones de ecuación
381 \family default
382 )
383 \begin_inset Foot
384 status collapsed
385
386 \begin_layout Plain Layout
387 La opción 
388 \family sans
389 Usar el paquete de ecuaciones AMS automáticamente
390 \family default
391  sólo usa ecuaciones 
392 \begin_inset ERT
393 status collapsed
394
395 \begin_layout Plain Layout
396
397
398 \backslash
399 AmS 
400 \end_layout
401
402 \end_inset
403
404
405 \begin_inset space ~
406 \end_inset
407
408  si las estructuras matemáticas son soportadas por LyX.
409 \end_layout
410
411 \end_inset
412
413 .
414 \end_layout
415
416 \begin_layout Standard
417 Este documento no recoge todos los comandos de ecuaciones 
418 \begin_inset ERT
419 status collapsed
420
421 \begin_layout Plain Layout
422
423
424 \backslash
425 AmS 
426 \end_layout
427
428 \end_inset
429
430
431 \begin_inset Foot
432 status collapsed
433
434 \begin_layout Plain Layout
435 En el archivo 
436 \family sans
437
438 \begin_inset CommandInset href
439 LatexCommand href
440 name "amsguide.ps"
441 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
442
443 \end_inset
444
445
446 \family default
447 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
448  lista con todos los comandos de ecuaciones 
449 \begin_inset ERT
450 status collapsed
451
452 \begin_layout Plain Layout
453
454
455 \backslash
456 AmS 
457 \end_layout
458
459 \end_inset
460
461 .
462 \end_layout
463
464 \end_inset
465
466  por razones de claridad.
467 \end_layout
468
469 \begin_layout Section
470 Instrucciones generales
471 \end_layout
472
473 \begin_layout Standard
474 Para crear una ecuación en línea
475 \begin_inset Index idx
476 status collapsed
477
478 \begin_layout Plain Layout
479 Ecuación ! en línea
480 \end_layout
481
482 \end_inset
483
484  insertada en una línea de texto, teclea una de las combinaciones 
485 \family sans
486 Ctrl+M, Alt+C M, Alt+M M
487 \family default
488  o pulsa el botón 
489 \begin_inset Graphics
490         filename ../../images/math-mode.png
491         scale 85
492
493 \end_inset
494
495  de la barra de herramientas.
496 \begin_inset Newline newline
497 \end_inset
498
499 Para crear una ecuación en estilo presentación
500 \begin_inset Index idx
501 status collapsed
502
503 \begin_layout Plain Layout
504 Ecuación ! presentada
505 \end_layout
506
507 \end_inset
508
509 , que se verá más grande y en su propio párrafo, teclea
510 \family sans
511  
512 \family default
513 una de estas combinaciones: 
514 \family sans
515 Ctrl+Mayúsculas+M, Alt+M D.
516 \end_layout
517
518 \begin_layout Standard
519 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
520  dentro de la ecuación y teclea
521 \family sans
522  Ctrl+M, Alt+C M, Alt+M M 
523 \family default
524 o usa el menú 
525 \family sans
526 Editar\SpecialChar \menuseparator
527 Ecuación\SpecialChar \menuseparator
528 Cambiar tipo de ecuación
529 \family default
530 .
531  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
532 \end_layout
533
534 \begin_layout Standard
535 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
536  presentada, escribe el comando 
537 \series bold
538
539 \backslash
540 displaystyle
541 \series default
542
543 \begin_inset Index idx
544 status collapsed
545
546 \begin_layout Plain Layout
547 Comandos ! D ! 
548 \backslash
549 displaystyle
550 \end_layout
551
552 \end_inset
553
554  en la ecuación y pulsa espacio.
555  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
556  de la ecuación.
557 \end_layout
558
559 \begin_layout Standard
560 En los cuadros sólo se permiten ecuaciones en línea.
561 \end_layout
562
563 \begin_layout Standard
564 Las barras 
565 \family sans
566 Ecuaciones
567 \family default
568  y 
569 \family sans
570 Paneles de ecuaciones 
571 \family default
572 se pueden visualizar mediante el menú 
573 \family sans
574 Ver\SpecialChar \menuseparator
575 Barras de herramientas
576 \family default
577 .
578  Si ahí pulsas en 
579 \begin_inset Quotes fld
580 \end_inset
581
582 Ecuaciones
583 \begin_inset Quotes frd
584 \end_inset
585
586  y/o en 
587 \begin_inset Quotes fld
588 \end_inset
589
590 Paneles de ecuaciones
591 \begin_inset Quotes frd
592 \end_inset
593
594 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
595  estado se visualiza en el menú de las barras de herramientas con una marca.
596  Si en este estado pulsas de nuevo sobre 
597 \begin_inset Quotes fld
598 \end_inset
599
600 Ecuaciones
601 \begin_inset Quotes frd
602 \end_inset
603
604  y/o 
605 \begin_inset Quotes fld
606 \end_inset
607
608 Paneles de ecuaciones
609 \begin_inset Quotes frd
610 \end_inset
611
612  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
613  de una ecuación; este estado se indica añadiendo a las entradas del menú
614  la palabra 
615 \begin_inset Quotes fld
616 \end_inset
617
618 (auto)
619 \begin_inset Quotes frd
620 \end_inset
621
622 .
623  
624 \end_layout
625
626 \begin_layout Standard
627 El modo TeX
628 \begin_inset Index idx
629 status collapsed
630
631 \begin_layout Plain Layout
632 T@TeX ! modo
633 \end_layout
634
635 \end_inset
636
637  se inicia pulsando el botón 
638 \begin_inset Graphics
639         filename ../../images/ert-insert.png
640         scale 85
641
642 \end_inset
643
644  de la barra de herramientas o con el menú 
645 \family sans
646 Insertar\SpecialChar \menuseparator
647 Código Te
648 \begin_inset ERT
649 status collapsed
650
651 \begin_layout Plain Layout
652
653 {}
654 \end_layout
655
656 \end_inset
657
658 X
659 \family default
660 , (atajo 
661 \family sans
662 Ctrl+L
663 \family default
664 ).
665 \begin_inset Note Note
666 status collapsed
667
668 \begin_layout Plain Layout
669 En LyX hay tres 
670 \begin_inset Quotes fld
671 \end_inset
672
673 nombres propios
674 \begin_inset Quotes frd
675 \end_inset
676
677  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
678  LaTeX y LyX.
679 \end_layout
680
681 \begin_layout Plain Layout
682 Para evitar que estas palabras sean reconocidas como tales nombres propios,
683  se inserta un par de llaves TeX.
684  
685 \end_layout
686
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Standard
693 Para cambiar el preámbulo LaTeX
694 \begin_inset Index idx
695 status collapsed
696
697 \begin_layout Plain Layout
698 LaTeX, preámbulo
699 \end_layout
700
701 \end_inset
702
703 , usa el menú 
704 \family sans
705 Documento\SpecialChar \menuseparator
706 Configuración\SpecialChar \menuseparator
707 Preámbulo LaT
708 \begin_inset ERT
709 status collapsed
710
711 \begin_layout Plain Layout
712
713 {}
714 \end_layout
715
716 \end_inset
717
718 eX
719 \family default
720 .
721 \end_layout
722
723 \begin_layout Standard
724 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
725  multilínea, se pueden usar los menús 
726 \family sans
727 Editar\SpecialChar \menuseparator
728 Ecuación
729 \family default
730  y 
731 \family sans
732 Editar\SpecialChar \menuseparator
733 Filas y columnas
734 \family default
735  o la barra de herramientas de 
736 \family sans
737 Cuadro
738 \family default
739 .
740  Cuando las líneas y columnas se intercambian mediante el menú, la columna
741  o línea en la que está se cambia con la columna de la derecha o con la
742  línea de abajo, respectivamente.
743  Si el cursor está en la última columna o fila, el cambio se hace con la
744  columna de la izquierda o la línea de arriba.
745 \end_layout
746
747 \begin_layout Standard
748 Para escribir texto en fórmulas se usa 
749 \emph on
750 texto de ecuaciones
751 \emph default
752
753 \begin_inset Index idx
754 status collapsed
755
756 \begin_layout Plain Layout
757 Texto ! en ecuaciones
758 \end_layout
759
760 \end_inset
761
762 .
763 \begin_inset Foot
764 status collapsed
765
766 \begin_layout Plain Layout
767 Para ecuaciones multilínea se usa el comando 
768 \series bold
769
770 \backslash
771 intertext
772 \series default
773 , véase
774 \begin_inset space ~
775 \end_inset
776
777
778 \begin_inset CommandInset ref
779 LatexCommand ref
780 reference "sub:Texto-en-multilínea"
781
782 \end_inset
783
784 .
785 \end_layout
786
787 \end_inset
788
789  Este modo se inicia con el atajo 
790 \family sans
791 Alt+M
792 \begin_inset space ~
793 \end_inset
794
795 M
796 \family default
797  o
798 \family sans
799  Ctrl+M
800 \family default
801  o insertando el comando 
802 \series bold
803
804 \backslash
805 text
806 \series default
807
808 \begin_inset Index idx
809 status collapsed
810
811 \begin_layout Plain Layout
812 Comandos ! T ! 
813 \backslash
814 text
815 \end_layout
816
817 \end_inset
818
819 .
820  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
821  partes de la ecuación que se ven en azul.
822  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
823 a de otras partes de la fórmula.
824 \end_layout
825
826 \begin_layout Subsection*
827 Esquema de comandos
828 \end_layout
829
830 \begin_layout Standard
831 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
832  siguiente esquema:
833 \end_layout
834
835 \begin_layout Standard
836
837 \series bold
838
839 \backslash
840 nombre_del_comando[argumento opcional]{argumento requerido}
841 \end_layout
842
843 \begin_layout Standard
844 Un comando empieza siempre por una barra inversa, 
845 \begin_inset Quotes fld
846 \end_inset
847
848
849 \series bold
850
851 \backslash
852
853 \series default
854
855 \begin_inset Quotes frd
856 \end_inset
857
858 .
859  Para omitir argumentos opcionales, quita también los corchetes asociados.
860  En este documento, las llaves que encierran los argumentos requeridos se
861  denominan llaves TeX
862 \begin_inset Index idx
863 status collapsed
864
865 \begin_layout Plain Layout
866 T@TeX ! llaves
867 \end_layout
868
869 \end_inset
870
871 .
872  Si en una ecuación añades una llave de apertura al nombre de un comando,
873  LyX crea automáticamente una llave TeX.
874  En todos los demás casos las llaves TeX se crean en las ecuaciones con
875  el comando 
876 \series bold
877
878 \backslash
879 {
880 \series default
881 .
882  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
883  que se muestran en azul.
884  En modo TeX no hace falta comando para poner llaves TeX.
885  Las llaves TeX no aparecen en la salida.
886 \end_layout
887
888 \begin_layout Standard
889 En el caso de comandos sin argumentos, como los comandos para símbolos que
890  se introducen en modo TeX, 
891 \emph on
892 siempre
893 \emph default
894  debe teclearse un espacio tras el comando para finalizarlo.
895  Este espacio no aparece en la salida.
896  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
897  de un espacio protegido en texto normal.
898 \end_layout
899
900 \begin_layout Standard
901 Un espacio protegido se inserta con 
902 \family sans
903 Ctrl+Espacio
904 \family default
905 .
906 \end_layout
907
908 \begin_layout Subsection*
909 Explicación de la sintaxis
910 \end_layout
911
912 \begin_layout Itemize
913 El símbolo 
914 \begin_inset space \textvisiblespace{}
915 \end_inset
916
917  indica que hay que teclear un espacio.
918 \end_layout
919
920 \begin_layout Itemize
921 Una flecha como 
922 \begin_inset Formula $\rightarrow$
923 \end_inset
924
925  indica el uso de la correspondiente tecla de flecha.
926  La tecla 
927 \family sans
928 Tab
929 \family default
930  se puede usar a menudo en vez de 
931 \begin_inset Formula $\rightarrow$
932 \end_inset
933
934  y 
935 \begin_inset Formula $\downarrow$
936 \end_inset
937
938 , y 
939 \family sans
940 Mayús+Tab
941 \family default
942  en vez de 
943 \begin_inset Formula $\leftarrow$
944 \end_inset
945
946  y 
947 \begin_inset Formula $\uparrow$
948 \end_inset
949
950 .
951 \end_layout
952
953 \begin_layout Subsection*
954 Unidades disponibles
955 \end_layout
956
957 \begin_layout Standard
958 \align center
959 \begin_inset Float table
960 placement H
961 wide false
962 sideways false
963 status open
964
965 \begin_layout Plain Layout
966 \align center
967 \begin_inset Caption Standard
968
969 \begin_layout Plain Layout
970 \begin_inset CommandInset label
971 LatexCommand label
972 name "tab:Unidades-disponibles"
973
974 \end_inset
975
976 Unidades disponibles
977 \end_layout
978
979 \end_inset
980
981
982 \end_layout
983
984 \begin_layout Plain Layout
985 \align center
986 \begin_inset Tabular
987 <lyxtabular version="3" rows="13" columns="2">
988 <features rotate="0" tabularvalignment="middle">
989 <column alignment="center" valignment="top">
990 <column alignment="center" valignment="top">
991 <row>
992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
993 \begin_inset Text
994
995 \begin_layout Plain Layout
996 Unidad
997 \end_layout
998
999 \end_inset
1000 </cell>
1001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1002 \begin_inset Text
1003
1004 \begin_layout Plain Layout
1005 Nombre / Descripción
1006 \end_layout
1007
1008 \end_inset
1009 </cell>
1010 </row>
1011 <row>
1012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1013 \begin_inset Text
1014
1015 \begin_layout Plain Layout
1016 mm
1017 \end_layout
1018
1019 \end_inset
1020 </cell>
1021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1022 \begin_inset Text
1023
1024 \begin_layout Plain Layout
1025 Milímetro
1026 \end_layout
1027
1028 \end_inset
1029 </cell>
1030 </row>
1031 <row>
1032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1033 \begin_inset Text
1034
1035 \begin_layout Plain Layout
1036 cm
1037 \end_layout
1038
1039 \end_inset
1040 </cell>
1041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1042 \begin_inset Text
1043
1044 \begin_layout Plain Layout
1045 Centímetro
1046 \end_layout
1047
1048 \end_inset
1049 </cell>
1050 </row>
1051 <row>
1052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1053 \begin_inset Text
1054
1055 \begin_layout Plain Layout
1056 in
1057 \end_layout
1058
1059 \end_inset
1060 </cell>
1061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1062 \begin_inset Text
1063
1064 \begin_layout Plain Layout
1065 Pulgada (1
1066 \begin_inset space \thinspace{}
1067 \end_inset
1068
1069 in = 2,54
1070 \begin_inset space \thinspace{}
1071 \end_inset
1072
1073 cm)
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 </row>
1079 <row>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 pt
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 Punto (72.27
1094 \begin_inset space \thinspace{}
1095 \end_inset
1096
1097 pt = 1
1098 \begin_inset space \thinspace{}
1099 \end_inset
1100
1101 in)
1102 \end_layout
1103
1104 \end_inset
1105 </cell>
1106 </row>
1107 <row>
1108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1109 \begin_inset Text
1110
1111 \begin_layout Plain Layout
1112 pc
1113 \end_layout
1114
1115 \end_inset
1116 </cell>
1117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1118 \begin_inset Text
1119
1120 \begin_layout Plain Layout
1121 Pica (1
1122 \begin_inset space \thinspace{}
1123 \end_inset
1124
1125 pc = 12
1126 \begin_inset space \thinspace{}
1127 \end_inset
1128
1129 pt)
1130 \end_layout
1131
1132 \end_inset
1133 </cell>
1134 </row>
1135 <row>
1136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1137 \begin_inset Text
1138
1139 \begin_layout Plain Layout
1140 sp
1141 \end_layout
1142
1143 \end_inset
1144 </cell>
1145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1146 \begin_inset Text
1147
1148 \begin_layout Plain Layout
1149 Punto escalado (65536
1150 \begin_inset space \thinspace{}
1151 \end_inset
1152
1153 sp = 1
1154 \begin_inset space \thinspace{}
1155 \end_inset
1156
1157 pt)
1158 \end_layout
1159
1160 \end_inset
1161 </cell>
1162 </row>
1163 <row>
1164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1165 \begin_inset Text
1166
1167 \begin_layout Plain Layout
1168 bp
1169 \end_layout
1170
1171 \end_inset
1172 </cell>
1173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1174 \begin_inset Text
1175
1176 \begin_layout Plain Layout
1177 Punto grande (72
1178 \begin_inset space \thinspace{}
1179 \end_inset
1180
1181 bp = 1
1182 \begin_inset space \thinspace{}
1183 \end_inset
1184
1185 in)
1186 \end_layout
1187
1188 \end_inset
1189 </cell>
1190 </row>
1191 <row>
1192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 dd
1197 \end_layout
1198
1199 \end_inset
1200 </cell>
1201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1202 \begin_inset Text
1203
1204 \begin_layout Plain Layout
1205 Didot (1
1206 \begin_inset space \thinspace{}
1207 \end_inset
1208
1209 dd 
1210 \begin_inset Formula $\approx$
1211 \end_inset
1212
1213  0.376
1214 \begin_inset space \thinspace{}
1215 \end_inset
1216
1217 mm)
1218 \end_layout
1219
1220 \end_inset
1221 </cell>
1222 </row>
1223 <row>
1224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1225 \begin_inset Text
1226
1227 \begin_layout Plain Layout
1228 cc
1229 \end_layout
1230
1231 \end_inset
1232 </cell>
1233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1234 \begin_inset Text
1235
1236 \begin_layout Plain Layout
1237 Cicero (1
1238 \begin_inset space \thinspace{}
1239 \end_inset
1240
1241 cc = 12
1242 \begin_inset space \thinspace{}
1243 \end_inset
1244
1245 dd)
1246 \end_layout
1247
1248 \end_inset
1249 </cell>
1250 </row>
1251 <row>
1252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1253 \begin_inset Text
1254
1255 \begin_layout Plain Layout
1256 ex
1257 \end_layout
1258
1259 \end_inset
1260 </cell>
1261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1262 \begin_inset Text
1263
1264 \begin_layout Plain Layout
1265 Altura de la letra 
1266 \begin_inset Quotes fld
1267 \end_inset
1268
1269
1270 \emph on
1271 x
1272 \emph default
1273
1274 \begin_inset Quotes frd
1275 \end_inset
1276
1277  en la tipografía actual
1278 \end_layout
1279
1280 \end_inset
1281 </cell>
1282 </row>
1283 <row>
1284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1285 \begin_inset Text
1286
1287 \begin_layout Plain Layout
1288 em
1289 \end_layout
1290
1291 \end_inset
1292 </cell>
1293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1294 \begin_inset Text
1295
1296 \begin_layout Plain Layout
1297 Anchura de la letra 
1298 \begin_inset Quotes fld
1299 \end_inset
1300
1301
1302 \emph on
1303 M
1304 \emph default
1305
1306 \begin_inset Quotes frd
1307 \end_inset
1308
1309  en la tipografía actual
1310 \end_layout
1311
1312 \end_inset
1313 </cell>
1314 </row>
1315 <row>
1316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1317 \begin_inset Text
1318
1319 \begin_layout Plain Layout
1320 mu
1321 \end_layout
1322
1323 \end_inset
1324 </cell>
1325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1326 \begin_inset Text
1327
1328 \begin_layout Plain Layout
1329 Unidad matemática (1
1330 \begin_inset space \thinspace{}
1331 \end_inset
1332
1333 mu = 
1334 \begin_inset Formula $\nicefrac{1}{18}$
1335 \end_inset
1336
1337
1338 \begin_inset space \thinspace{}
1339 \end_inset
1340
1341 em)
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 </row>
1347 </lyxtabular>
1348
1349 \end_inset
1350
1351
1352 \end_layout
1353
1354 \end_inset
1355
1356
1357 \end_layout
1358
1359 \begin_layout Standard
1360 \align center
1361 \begin_inset Newpage newpage
1362 \end_inset
1363
1364
1365 \end_layout
1366
1367 \begin_layout Section
1368 Funciones básicas
1369 \end_layout
1370
1371 \begin_layout Subsection
1372 Exponentes
1373 \begin_inset Index idx
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377 Exponentes
1378 \end_layout
1379
1380 \end_inset
1381
1382  e índices
1383 \begin_inset Index idx
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387 Indices@Índices
1388 \end_layout
1389
1390 \end_inset
1391
1392
1393 \begin_inset Index idx
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397 Superíndices|see
1398 \begin_inset ERT
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402
1403 {
1404 \end_layout
1405
1406 \end_inset
1407
1408 Exponentes
1409 \begin_inset ERT
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413
1414 }
1415 \end_layout
1416
1417 \end_inset
1418
1419
1420 \end_layout
1421
1422 \end_inset
1423
1424
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 Subíndices|see
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 {
1436 \end_layout
1437
1438 \end_inset
1439
1440 Índices
1441 \begin_inset ERT
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445
1446 }
1447 \end_layout
1448
1449 \end_inset
1450
1451
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \end_layout
1458
1459 \begin_layout Standard
1460 Los subíndices se componen con un guión bajo 
1461 \begin_inset Quotes fld
1462 \end_inset
1463
1464 _
1465 \begin_inset Quotes frd
1466 \end_inset
1467
1468  o con el botón de la barra de herramientas de ecuaciones 
1469 \begin_inset Graphics
1470         filename ../../images/math-subscript.png
1471         scale 85
1472
1473 \end_inset
1474
1475 , los superíndices con un circunflejo 
1476 \begin_inset Quotes fld
1477 \end_inset
1478
1479 ^
1480 \begin_inset Quotes frd
1481 \end_inset
1482
1483  o con el botón de la barra de herramientas de ecuaciones 
1484 \begin_inset Graphics
1485         filename ../../images/math-superscript.png
1486         scale 85
1487
1488 \end_inset
1489
1490 .
1491 \end_layout
1492
1493 \begin_layout Standard
1494 \noindent
1495 \align center
1496 \begin_inset Tabular
1497 <lyxtabular version="3" rows="4" columns="2">
1498 <features rotate="0" tabularvalignment="middle">
1499 <column alignment="center" valignment="top">
1500 <column alignment="center" valignment="top">
1501 <row>
1502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1503 \begin_inset Text
1504
1505 \begin_layout Plain Layout
1506 Comando
1507 \end_layout
1508
1509 \end_inset
1510 </cell>
1511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1512 \begin_inset Text
1513
1514 \begin_layout Plain Layout
1515 Resultado
1516 \begin_inset Note Note
1517 status open
1518
1519 \begin_layout Plain Layout
1520
1521 \series bold
1522
1523 \backslash
1524 raisebox
1525 \series default
1526  sólo se usa como espaciador.
1527 \end_layout
1528
1529 \end_inset
1530
1531
1532 \end_layout
1533
1534 \end_inset
1535 </cell>
1536 </row>
1537 <row>
1538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 B_V
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 \begin_inset Formula $B_{V}$
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558 </cell>
1559 </row>
1560 <row>
1561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565 B^V
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1571 \begin_inset Text
1572
1573 \begin_layout Plain Layout
1574 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1575 \end_inset
1576
1577
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 </row>
1583 <row>
1584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1585 \begin_inset Text
1586
1587 \begin_layout Plain Layout
1588 B^
1589 \begin_inset space \textvisiblespace{}
1590 \end_inset
1591
1592 A
1593 \end_layout
1594
1595 \end_inset
1596 </cell>
1597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 </row>
1610 </lyxtabular>
1611
1612 \end_inset
1613
1614
1615 \end_layout
1616
1617 \begin_layout Standard
1618 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1619  caso acentuará las vocales y no servirá para entrar en modo exponente.
1620 \begin_inset Foot
1621 status collapsed
1622
1623 \begin_layout Plain Layout
1624 Dependiendo de la configuración del teclado esto puede suceder también con
1625  otros caracteres además de las vocales.
1626 \end_layout
1627
1628 \end_inset
1629
1630  Para conseguir exponentes en estos casos debes pulsar 
1631 \family sans
1632 Espacio
1633 \family default
1634  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1635  
1636 \end_layout
1637
1638 \begin_layout Subsection
1639 Fracciones
1640 \begin_inset CommandInset label
1641 LatexCommand label
1642 name "sub:Fracciones"
1643
1644 \end_inset
1645
1646
1647 \begin_inset Index idx
1648 status collapsed
1649
1650 \begin_layout Plain Layout
1651 Fracciones
1652 \end_layout
1653
1654 \end_inset
1655
1656
1657 \end_layout
1658
1659 \begin_layout Standard
1660 Las fracciones se generan con el comando 
1661 \series bold
1662
1663 \backslash
1664 frac
1665 \series default
1666
1667 \begin_inset Index idx
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671 Comandos ! F ! 
1672 \backslash
1673 frac
1674 \end_layout
1675
1676 \end_inset
1677
1678  o con el botón 
1679 \begin_inset Graphics
1680         filename ../../images/math/frac.png
1681         scale 50
1682
1683 \end_inset
1684
1685  de la barra de herramientas.
1686  El tamaño de tipografía se ajusta automáticamente, dependiendo de si la
1687  fracción está en línea o en estilo presentación.
1688  Con el botón 
1689 \begin_inset Graphics
1690         filename ../../images/math/frac-square.png
1691         scale 85
1692
1693 \end_inset
1694
1695 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1696  de fracciones.
1697 \end_layout
1698
1699 \begin_layout Standard
1700 Con el comando 
1701 \series bold
1702
1703 \backslash
1704 dfrac
1705 \series default
1706
1707 \begin_inset Index idx
1708 status collapsed
1709
1710 \begin_layout Plain Layout
1711 Comandos ! D ! 
1712 \backslash
1713 dfrac
1714 \end_layout
1715
1716 \end_inset
1717
1718  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1719  presentación.
1720  Con 
1721 \series bold
1722
1723 \backslash
1724 tfrac
1725 \series default
1726
1727 \begin_inset Index idx
1728 status collapsed
1729
1730 \begin_layout Plain Layout
1731 Comandos ! T ! 
1732 \backslash
1733 tfrac
1734 \end_layout
1735
1736 \end_inset
1737
1738  la fracción tiene siempre el tamaño del estilo en línea.
1739  Un ejemplo:
1740 \end_layout
1741
1742 \begin_layout Standard
1743 Una línea con la fracción 
1744 \begin_inset Formula $\frac{1}{2}$
1745 \end_inset
1746
1747  creada con el comando 
1748 \series bold
1749
1750 \backslash
1751 frac
1752 \series default
1753 .
1754  
1755 \end_layout
1756
1757 \begin_layout Standard
1758 Una línea con la fracción 
1759 \begin_inset Formula $\dfrac{1}{2}$
1760 \end_inset
1761
1762  creada con el comando 
1763 \series bold
1764
1765 \backslash
1766 dfrac
1767 \series default
1768 .
1769 \end_layout
1770
1771 \begin_layout Standard
1772 \noindent
1773 \align center
1774 \begin_inset Tabular
1775 <lyxtabular version="3" rows="4" columns="2">
1776 <features rotate="0" tabularvalignment="middle">
1777 <column alignment="center" valignment="top">
1778 <column alignment="center" valignment="top">
1779 <row>
1780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1781 \begin_inset Text
1782
1783 \begin_layout Plain Layout
1784 Comando
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793 Resultado
1794 \begin_inset Note Note
1795 status collapsed
1796
1797 \begin_layout Plain Layout
1798
1799 \series bold
1800
1801 \backslash
1802 raisebox
1803 \series default
1804  se usa sólo como espaciador
1805 \end_layout
1806
1807 \end_inset
1808
1809
1810 \end_layout
1811
1812 \end_inset
1813 </cell>
1814 </row>
1815 <row>
1816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820
1821 \backslash
1822 frac
1823 \begin_inset space \textvisiblespace{}
1824 \end_inset
1825
1826 A
1827 \begin_inset Formula $\downarrow$
1828 \end_inset
1829
1830 B
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1840 \end_inset
1841
1842
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 </row>
1848 <row>
1849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853
1854 \backslash
1855 dfrac
1856 \begin_inset space \textvisiblespace{}
1857 \end_inset
1858
1859 A
1860 \begin_inset Formula $\downarrow$
1861 \end_inset
1862
1863 B
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1873 \end_inset
1874
1875
1876 \end_layout
1877
1878 \end_inset
1879 </cell>
1880 </row>
1881 <row>
1882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886
1887 \backslash
1888 dfrac
1889 \begin_inset space \textvisiblespace{}
1890 \end_inset
1891
1892 e^
1893 \backslash
1894 frac
1895 \begin_inset space \textvisiblespace{}
1896 \end_inset
1897
1898 1
1899 \begin_inset Formula $\downarrow$
1900 \end_inset
1901
1902 2
1903 \begin_inset Formula $\downarrow$
1904 \end_inset
1905
1906 3
1907 \end_layout
1908
1909 \end_inset
1910 </cell>
1911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1912 \begin_inset Text
1913
1914 \begin_layout Plain Layout
1915 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1916 \end_inset
1917
1918
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 </row>
1924 </lyxtabular>
1925
1926 \end_inset
1927
1928
1929 \begin_inset VSpace bigskip
1930 \end_inset
1931
1932
1933 \end_layout
1934
1935 \begin_layout Standard
1936 Para fracciones anidadas se puede usar el comando 
1937 \series bold
1938
1939 \backslash
1940 cfrac
1941 \series default
1942
1943 \begin_inset Index idx
1944 status collapsed
1945
1946 \begin_layout Plain Layout
1947 Comandos ! C ! 
1948 \backslash
1949 cfrac
1950 \end_layout
1951
1952 \end_inset
1953
1954 .
1955  Un ejemplo:
1956 \begin_inset VSpace -3mm
1957 \end_inset
1958
1959
1960 \end_layout
1961
1962 \begin_layout Standard
1963 \begin_inset Formula 
1964 \begin{align*}
1965 \textrm{creada con \textbf{\textbackslash frac}} &  & \textrm{creada con \textbf{\textbackslash cfrac}}\\
1966 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1967 \end{align*}
1968
1969 \end_inset
1970
1971
1972 \end_layout
1973
1974 \begin_layout Standard
1975 El comando para el ejemplo de arriba es:
1976 \end_layout
1977
1978 \begin_layout Standard
1979
1980 \series bold
1981
1982 \backslash
1983 cfrac
1984 \begin_inset space \textvisiblespace{}
1985 \end_inset
1986
1987 A
1988 \begin_inset Formula $\downarrow$
1989 \end_inset
1990
1991 B+
1992 \backslash
1993 cfrac
1994 \begin_inset space \textvisiblespace{}
1995 \end_inset
1996
1997 C+
1998 \backslash
1999 cfrac
2000 \begin_inset space \textvisiblespace{}
2001 \end_inset
2002
2003 E
2004 \begin_inset Formula $\downarrow$
2005 \end_inset
2006
2007 F
2008 \begin_inset Formula $\downarrow$
2009 \end_inset
2010
2011 D
2012 \end_layout
2013
2014 \begin_layout Standard
2015 \begin_inset VSpace medskip
2016 \end_inset
2017
2018
2019 \end_layout
2020
2021 \begin_layout Standard
2022
2023 \series bold
2024
2025 \backslash
2026 cfrac
2027 \series default
2028  compone la fracción siempre en el tamaño del estilo presentación, también
2029  cuando es parte de otra fracción.
2030 \end_layout
2031
2032 \begin_layout Standard
2033 Es posible especificar la alineación del numerador.
2034  El comando 
2035 \series bold
2036
2037 \backslash
2038 cfracleft
2039 \series default
2040  se usa para alinearlo a la izquierda, el comando 
2041 \series bold
2042
2043 \backslash
2044 cfracright
2045 \series default
2046  para alinearlo a la derecha, 
2047 \series bold
2048
2049 \backslash
2050 cfrac
2051 \series default
2052  centra el numerador.
2053 \end_layout
2054
2055 \begin_layout Standard
2056 Estas fracciones muestran las distintas alineaciones:
2057 \end_layout
2058
2059 \begin_layout Standard
2060
2061 \series bold
2062 \begin_inset Formula 
2063 \[
2064 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2065 \]
2066
2067 \end_inset
2068
2069
2070 \end_layout
2071
2072 \begin_layout Standard
2073 \noindent
2074 \begin_inset Note Greyedout
2075 status open
2076
2077 \begin_layout Plain Layout
2078
2079 \series bold
2080 Nota
2081 \series default
2082
2083 \series bold
2084
2085 \backslash
2086 cfracleft
2087 \series default
2088  y
2089 \series bold
2090  
2091 \backslash
2092 cfracright
2093 \series default
2094  no son comandos LaTeX reales sino sustituciones del comando 
2095 \series bold
2096
2097 \backslash
2098 cfrac[posición del numerador]{numerador}{denominador}
2099 \series default
2100  .
2101  Por tanto no puedes usarlos código TeX.
2102 \end_layout
2103
2104 \end_inset
2105
2106
2107 \begin_inset VSpace medskip
2108 \end_inset
2109
2110
2111 \end_layout
2112
2113 \begin_layout Standard
2114 Muchas veces es adecuado combinar 
2115 \series bold
2116
2117 \backslash
2118 cfrac
2119 \series default
2120  y 
2121 \series bold
2122
2123 \backslash
2124 frac
2125 \series default
2126 :
2127 \begin_inset Formula 
2128 \[
2129 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2130 \]
2131
2132 \end_inset
2133
2134
2135 \end_layout
2136
2137 \begin_layout Standard
2138 Para componer fracciones en línea con raya de fracción inclinada puedes
2139  usar el comando 
2140 \series bold
2141
2142 \backslash
2143 nicefrac
2144 \series default
2145
2146 \begin_inset Index idx
2147 status collapsed
2148
2149 \begin_layout Plain Layout
2150 Comandos ! N ! 
2151 \backslash
2152 nicefrac
2153 \end_layout
2154
2155 \end_inset
2156
2157
2158 \begin_inset Formula $\nicefrac{5}{31}$
2159 \end_inset
2160
2161  Hay además el comando 
2162 \series bold
2163
2164 \backslash
2165 unitfracthree
2166 \series default
2167  que permite escribir una fracción en combinación con un número: 
2168 \begin_inset Formula $\unitfrac[2]{1}{3}$
2169 \end_inset
2170
2171
2172 \end_layout
2173
2174 \begin_layout Standard
2175 \begin_inset Note Greyedout
2176 status open
2177
2178 \begin_layout Plain Layout
2179
2180 \series bold
2181 Nota
2182 \series default
2183
2184 \series bold
2185
2186 \backslash
2187 unitfracthree
2188 \series default
2189  no es un comando LaTeX auténtico, sino un equivalente al comando
2190 \begin_inset Newline newline
2191 \end_inset
2192
2193
2194 \series bold
2195
2196 \backslash
2197 unitfrac[número]{numerador}{denominador}
2198 \series default
2199  .
2200  Por tanto no puedes usarlo en código TeX.
2201 \end_layout
2202
2203 \end_inset
2204
2205
2206 \end_layout
2207
2208 \begin_layout Standard
2209 En la 
2210 \begin_inset CommandInset ref
2211 LatexCommand ref
2212 reference "sub:Fracciones-personalizadas"
2213
2214 \end_inset
2215
2216  se explica cómo componer fracciones personalizadas en las que la raya de
2217  fracción se puede cambiar.
2218 \end_layout
2219
2220 \begin_layout Standard
2221 \begin_inset Newpage newpage
2222 \end_inset
2223
2224
2225 \end_layout
2226
2227 \begin_layout Subsection
2228 Raíces
2229 \begin_inset Index idx
2230 status collapsed
2231
2232 \begin_layout Plain Layout
2233 Raíces
2234 \end_layout
2235
2236 \end_inset
2237
2238
2239 \end_layout
2240
2241 \begin_layout Standard
2242 Las raíces cuadradas se componen con 
2243 \series bold
2244
2245 \backslash
2246 sqrt
2247 \series default
2248
2249 \begin_inset Index idx
2250 status collapsed
2251
2252 \begin_layout Plain Layout
2253 Comandos ! S ! 
2254 \backslash
2255 sqrt
2256 \end_layout
2257
2258 \end_inset
2259
2260  o con el botón 
2261 \begin_inset Graphics
2262         filename ../../images/math/sqrt.png
2263         scale 85
2264
2265 \end_inset
2266
2267  de la barra de ecuaciones; todas las demás raíces con el comando 
2268 \series bold
2269
2270 \backslash
2271 root
2272 \series default
2273
2274 \begin_inset Index idx
2275 status collapsed
2276
2277 \begin_layout Plain Layout
2278 Comandos ! R ! 
2279 \backslash
2280 root
2281 \end_layout
2282
2283 \end_inset
2284
2285  o con el botón 
2286 \begin_inset Graphics
2287         filename ../../images/math/root.png
2288         scale 85
2289
2290 \end_inset
2291
2292 .
2293 \end_layout
2294
2295 \begin_layout Standard
2296 \noindent
2297 \align center
2298 \begin_inset Tabular
2299 <lyxtabular version="3" rows="3" columns="2">
2300 <features rotate="0" tabularvalignment="middle">
2301 <column alignment="center" valignment="top">
2302 <column alignment="center" valignment="top">
2303 <row>
2304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2305 \begin_inset Text
2306
2307 \begin_layout Plain Layout
2308 Comando
2309 \end_layout
2310
2311 \end_inset
2312 </cell>
2313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2314 \begin_inset Text
2315
2316 \begin_layout Plain Layout
2317 Resultado
2318 \begin_inset Note Note
2319 status collapsed
2320
2321 \begin_layout Plain Layout
2322
2323 \series bold
2324
2325 \backslash
2326 raisebox
2327 \series default
2328  se usa sólo como espaciador
2329 \end_layout
2330
2331 \end_inset
2332
2333
2334 \end_layout
2335
2336 \end_inset
2337 </cell>
2338 </row>
2339 <row>
2340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2341 \begin_inset Text
2342
2343 \begin_layout Plain Layout
2344
2345 \backslash
2346 sqrt
2347 \begin_inset space \textvisiblespace{}
2348 \end_inset
2349
2350 A-B
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2356 \begin_inset Text
2357
2358 \begin_layout Plain Layout
2359 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2360 \end_inset
2361
2362
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 </row>
2368 <row>
2369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373
2374 \backslash
2375 root
2376 \begin_inset space \textvisiblespace{}
2377 \end_inset
2378
2379 3
2380 \begin_inset Formula $\downarrow$
2381 \end_inset
2382
2383 A-B
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2393 \end_inset
2394
2395
2396 \end_layout
2397
2398 \end_inset
2399 </cell>
2400 </row>
2401 </lyxtabular>
2402
2403 \end_inset
2404
2405
2406 \end_layout
2407
2408 \begin_layout Standard
2409 Una raíz cuadrada se compone también con 
2410 \series bold
2411
2412 \backslash
2413 root
2414 \series default
2415  dejando vacío el campo del índice.
2416 \end_layout
2417
2418 \begin_layout Standard
2419 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2420  la raíz: 
2421 \begin_inset Formula $\sqrt[\beta]{B}$
2422 \end_inset
2423
2424
2425 \begin_inset Newline newline
2426 \end_inset
2427
2428 La 
2429 \begin_inset Formula $\beta$
2430 \end_inset
2431
2432  toca la raíz.
2433  Para evitar esto se usan los comandos 
2434 \series bold
2435
2436 \backslash
2437 leftroot
2438 \series default
2439
2440 \begin_inset Index idx
2441 status collapsed
2442
2443 \begin_layout Plain Layout
2444 Comandos ! L ! 
2445 \backslash
2446 leftroot
2447 \end_layout
2448
2449 \end_inset
2450
2451  y 
2452 \series bold
2453
2454 \backslash
2455 uproot
2456 \series default
2457
2458 \begin_inset Index idx
2459 status collapsed
2460
2461 \begin_layout Plain Layout
2462 Comandos ! U ! 
2463 \backslash
2464 uproot
2465 \end_layout
2466
2467 \end_inset
2468
2469  con el esquema siguiente:
2470 \end_layout
2471
2472 \begin_layout Standard
2473
2474 \series bold
2475
2476 \backslash
2477 leftroot{distancia}
2478 \series default
2479  y 
2480 \series bold
2481
2482 \backslash
2483 uproot{distancia}
2484 \end_layout
2485
2486 \begin_layout Standard
2487 Distancia es el número de Puntos Grandes (
2488 \begin_inset Quotes fld
2489 \end_inset
2490
2491 Big Points
2492 \begin_inset Quotes frd
2493 \end_inset
2494
2495 , unidad bp; 
2496 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2497 \end_inset
2498
2499 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2500  Los comandos se escriben en el índice.
2501  Así, el comando:
2502 \begin_inset Newline newline
2503 \end_inset
2504
2505
2506 \series bold
2507
2508 \backslash
2509 root
2510 \backslash
2511 leftroot{-1
2512 \begin_inset Formula $\to$
2513 \end_inset
2514
2515
2516 \backslash
2517 uproot{2
2518 \begin_inset Formula $\to$
2519 \end_inset
2520
2521
2522 \backslash
2523 beta
2524 \begin_inset space \textvisiblespace{}
2525 \end_inset
2526
2527
2528 \begin_inset Formula $\to$
2529 \end_inset
2530
2531 B
2532 \begin_inset Newline newline
2533 \end_inset
2534
2535
2536 \series default
2537 genera una fórmula correctamente tipografiada: 
2538 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2539 \end_inset
2540
2541
2542 \end_layout
2543
2544 \begin_layout Subsection
2545 Coeficientes de un binomio
2546 \begin_inset Index idx
2547 status collapsed
2548
2549 \begin_layout Plain Layout
2550 Binomios
2551 \end_layout
2552
2553 \end_inset
2554
2555
2556 \end_layout
2557
2558 \begin_layout Standard
2559 Los coeficientes de un binomio se insertan con el comando 
2560 \series bold
2561
2562 \backslash
2563 binom
2564 \series default
2565
2566 \begin_inset Index idx
2567 status collapsed
2568
2569 \begin_layout Plain Layout
2570 Comandos ! B ! 
2571 \backslash
2572 binom
2573 \end_layout
2574
2575 \end_inset
2576
2577  o con el submenú del botón 
2578 \begin_inset Graphics
2579         filename ../../images/math/frac-square.png
2580         scale 85
2581
2582 \end_inset
2583
2584 de la barra de herramientas de ecuaciones.
2585  Como en las fracciones, además de 
2586 \series bold
2587
2588 \backslash
2589 binom
2590 \series default
2591  hay los comandos 
2592 \series bold
2593
2594 \backslash
2595 dbinom
2596 \series default
2597
2598 \begin_inset Index idx
2599 status collapsed
2600
2601 \begin_layout Plain Layout
2602 Comandos ! D ! 
2603 \backslash
2604 dbinom
2605 \end_layout
2606
2607 \end_inset
2608
2609  y 
2610 \series bold
2611
2612 \backslash
2613 tbinom
2614 \series default
2615
2616 \begin_inset Index idx
2617 status collapsed
2618
2619 \begin_layout Plain Layout
2620 Comandos ! T ! 
2621 \backslash
2622 tbinom
2623 \end_layout
2624
2625 \end_inset
2626
2627 .
2628  Para otros delimitadores de coeficientes de un binomio hay los comandos
2629  
2630 \series bold
2631
2632 \backslash
2633 brace
2634 \series default
2635
2636 \begin_inset Index idx
2637 status collapsed
2638
2639 \begin_layout Plain Layout
2640 Comandos ! B ! 
2641 \backslash
2642 brace
2643 \end_layout
2644
2645 \end_inset
2646
2647  y 
2648 \series bold
2649
2650 \backslash
2651 brack
2652 \series default
2653
2654 \begin_inset Index idx
2655 status collapsed
2656
2657 \begin_layout Plain Layout
2658 Comandos ! B ! 
2659 \backslash
2660 brack
2661 \end_layout
2662
2663 \end_inset
2664
2665 .
2666 \end_layout
2667
2668 \begin_layout Standard
2669 \noindent
2670 \align center
2671 \begin_inset Tabular
2672 <lyxtabular version="3" rows="6" columns="2">
2673 <features rotate="0" tabularvalignment="middle">
2674 <column alignment="center" valignment="top">
2675 <column alignment="center" valignment="top">
2676 <row>
2677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2678 \begin_inset Text
2679
2680 \begin_layout Plain Layout
2681 Comando
2682 \end_layout
2683
2684 \end_inset
2685 </cell>
2686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Plain Layout
2690 Resultado
2691 \begin_inset Note Note
2692 status collapsed
2693
2694 \begin_layout Plain Layout
2695
2696 \series bold
2697
2698 \backslash
2699 raisebox
2700 \series default
2701  se usa sólo como espaciador
2702 \end_layout
2703
2704 \end_inset
2705
2706
2707 \end_layout
2708
2709 \end_inset
2710 </cell>
2711 </row>
2712 <row>
2713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2714 \begin_inset Text
2715
2716 \begin_layout Plain Layout
2717
2718 \backslash
2719 binom
2720 \begin_inset space \textvisiblespace{}
2721 \end_inset
2722
2723 A
2724 \begin_inset Formula $\downarrow$
2725 \end_inset
2726
2727 B
2728 \end_layout
2729
2730 \end_inset
2731 </cell>
2732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Plain Layout
2736 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2737 \end_inset
2738
2739
2740 \end_layout
2741
2742 \end_inset
2743 </cell>
2744 </row>
2745 <row>
2746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2747 \begin_inset Text
2748
2749 \begin_layout Plain Layout
2750
2751 \backslash
2752 dbinom
2753 \begin_inset space \textvisiblespace{}
2754 \end_inset
2755
2756 A
2757 \begin_inset Formula $\downarrow$
2758 \end_inset
2759
2760 B
2761 \end_layout
2762
2763 \end_inset
2764 </cell>
2765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2766 \begin_inset Text
2767
2768 \begin_layout Plain Layout
2769 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2770 \end_inset
2771
2772
2773 \end_layout
2774
2775 \end_inset
2776 </cell>
2777 </row>
2778 <row>
2779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2780 \begin_inset Text
2781
2782 \begin_layout Plain Layout
2783
2784 \backslash
2785 tbinom
2786 \begin_inset space \textvisiblespace{}
2787 \end_inset
2788
2789 A
2790 \begin_inset Formula $\downarrow$
2791 \end_inset
2792
2793 B
2794 \end_layout
2795
2796 \end_inset
2797 </cell>
2798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2799 \begin_inset Text
2800
2801 \begin_layout Plain Layout
2802 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2803 \end_inset
2804
2805
2806 \end_layout
2807
2808 \end_inset
2809 </cell>
2810 </row>
2811 <row>
2812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2813 \begin_inset Text
2814
2815 \begin_layout Plain Layout
2816
2817 \backslash
2818 brack
2819 \begin_inset space \textvisiblespace{}
2820 \end_inset
2821
2822 A
2823 \begin_inset Formula $\downarrow$
2824 \end_inset
2825
2826 B
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2832 \begin_inset Text
2833
2834 \begin_layout Plain Layout
2835 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2836 \end_inset
2837
2838
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 </row>
2844 <row>
2845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2846 \begin_inset Text
2847
2848 \begin_layout Plain Layout
2849
2850 \backslash
2851 brace
2852 \begin_inset space \textvisiblespace{}
2853 \end_inset
2854
2855 A
2856 \begin_inset Formula $\downarrow$
2857 \end_inset
2858
2859 B
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2865 \begin_inset Text
2866
2867 \begin_layout Plain Layout
2868 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2869 \end_inset
2870
2871
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 </row>
2877 </lyxtabular>
2878
2879 \end_inset
2880
2881
2882 \begin_inset Newpage newpage
2883 \end_inset
2884
2885
2886 \end_layout
2887
2888 \begin_layout Subsection
2889 Diferenciaciones de casos
2890 \begin_inset Index idx
2891 status collapsed
2892
2893 \begin_layout Plain Layout
2894 Casos
2895 \end_layout
2896
2897 \end_inset
2898
2899
2900 \end_layout
2901
2902 \begin_layout Standard
2903 \noindent
2904 \align center
2905 \begin_inset Tabular
2906 <lyxtabular version="3" rows="3" columns="2">
2907 <features rotate="0" tabularvalignment="middle">
2908 <column alignment="center" valignment="top">
2909 <column alignment="center" valignment="top">
2910 <row>
2911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Plain Layout
2915 Comando
2916 \end_layout
2917
2918 \end_inset
2919 </cell>
2920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2921 \begin_inset Text
2922
2923 \begin_layout Plain Layout
2924 Resultado
2925 \end_layout
2926
2927 \end_inset
2928 </cell>
2929 </row>
2930 <row>
2931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2932 \begin_inset Text
2933
2934 \begin_layout Plain Layout
2935
2936 \backslash
2937 cases
2938 \begin_inset space \textvisiblespace{}
2939 \end_inset
2940
2941 A
2942 \begin_inset Formula $\to$
2943 \end_inset
2944
2945 B>0
2946 \begin_inset Index idx
2947 status collapsed
2948
2949 \begin_layout Plain Layout
2950 Comandos ! C ! 
2951 \backslash
2952 cases
2953 \end_layout
2954
2955 \end_inset
2956
2957
2958 \end_layout
2959
2960 \end_inset
2961 </cell>
2962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2963 \begin_inset Text
2964
2965 \begin_layout Plain Layout
2966 \begin_inset Formula $\begin{cases}
2967 A & B>0\end{cases}$
2968 \end_inset
2969
2970
2971 \end_layout
2972
2973 \end_inset
2974 </cell>
2975 </row>
2976 <row>
2977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2978 \begin_inset Text
2979
2980 \begin_layout Plain Layout
2981
2982 \backslash
2983 cases
2984 \begin_inset space \textvisiblespace{}
2985 \end_inset
2986
2987
2988 \family sans
2989 Ctrl+Entrar
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998 \begin_inset Formula $\begin{cases}
2999 A & \textrm{para }x>0\\
3000 B & \textrm{para }x=0
3001 \end{cases}$
3002 \end_inset
3003
3004
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 </row>
3010 </lyxtabular>
3011
3012 \end_inset
3013
3014
3015 \end_layout
3016
3017 \begin_layout Standard
3018 Después de insertar 
3019 \series bold
3020
3021 \backslash
3022 cases
3023 \series default
3024  o usar el botón 
3025 \begin_inset Graphics
3026         filename ../../images/math/cases.png
3027         scale 85
3028
3029 \end_inset
3030
3031  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3032 \family sans
3033 Ctrl+Entrar
3034 \family default
3035  o con el botón
3036 \family sans
3037  
3038 \family default
3039
3040 \begin_inset Graphics
3041         filename ../../images/tabular-feature_append-row.png
3042         scale 85
3043
3044 \end_inset
3045
3046  de la barra de cuadros.
3047 \end_layout
3048
3049 \begin_layout Standard
3050 El comando 
3051 \series bold
3052
3053 \backslash
3054 cases
3055 \series default
3056  también está disponible en el menú 
3057 \family sans
3058 Insertar\SpecialChar \menuseparator
3059 Ecuación\SpecialChar \menuseparator
3060 Entorno casos
3061 \family default
3062 .
3063 \end_layout
3064
3065 \begin_layout Subsection
3066 Negaciones
3067 \begin_inset Index idx
3068 status collapsed
3069
3070 \begin_layout Plain Layout
3071 Negaciones
3072 \end_layout
3073
3074 \end_inset
3075
3076
3077 \end_layout
3078
3079 \begin_layout Standard
3080 Con el comando 
3081 \series bold
3082
3083 \backslash
3084 not
3085 \series default
3086
3087 \begin_inset Index idx
3088 status collapsed
3089
3090 \begin_layout Plain Layout
3091 Comandos ! N ! 
3092 \backslash
3093 not
3094 \end_layout
3095
3096 \end_inset
3097
3098  todo carácter se puede mostrar cancelado.
3099  Los caracteres son casi tachados con una barra inclinada.
3100 \end_layout
3101
3102 \begin_layout Standard
3103 \noindent
3104 \align center
3105 \begin_inset Tabular
3106 <lyxtabular version="3" rows="4" columns="2">
3107 <features rotate="0" tabularvalignment="middle">
3108 <column alignment="center" valignment="top">
3109 <column alignment="center" valignment="top">
3110 <row>
3111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115 Comando
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124 Resultado
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 </row>
3130 <row>
3131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135
3136 \backslash
3137 not=
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146 \begin_inset Formula $\not=$
3147 \end_inset
3148
3149
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 </row>
3155 <row>
3156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160
3161 \backslash
3162 not 
3163 \backslash
3164 le
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Plain Layout
3173 \begin_inset Formula $\not\le$
3174 \end_inset
3175
3176
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 </row>
3182 <row>
3183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187
3188 \backslash
3189 not 
3190 \backslash
3191 parallel
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200 \begin_inset Formula $\not\parallel$
3201 \end_inset
3202
3203
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 </row>
3209 </lyxtabular>
3210
3211 \end_inset
3212
3213
3214 \end_layout
3215
3216 \begin_layout Standard
3217 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3218  Por tanto para algunas negaciones hay comandos especiales (véase 
3219 \begin_inset CommandInset ref
3220 LatexCommand ref
3221 reference "sub:Símbolos-matemáticos"
3222
3223 \end_inset
3224
3225  y 
3226 \begin_inset CommandInset ref
3227 LatexCommand ref
3228 reference "sec:Relaciones"
3229
3230 \end_inset
3231
3232 ).
3233 \end_layout
3234
3235 \begin_layout Subsection
3236 Espacios reservados 
3237 \begin_inset CommandInset label
3238 LatexCommand label
3239 name "sub:Espacios-reservados"
3240
3241 \end_inset
3242
3243
3244 \begin_inset Index idx
3245 status collapsed
3246
3247 \begin_layout Plain Layout
3248 Espacios reservados
3249 \end_layout
3250
3251 \end_inset
3252
3253
3254 \begin_inset Index idx
3255 status collapsed
3256
3257 \begin_layout Plain Layout
3258 Química ! isótopos
3259 \end_layout
3260
3261 \end_inset
3262
3263
3264 \begin_inset Index idx
3265 status collapsed
3266
3267 \begin_layout Plain Layout
3268 Isótopos|see
3269 \begin_inset ERT
3270 status collapsed
3271
3272 \begin_layout Plain Layout
3273
3274 {
3275 \end_layout
3276
3277 \end_inset
3278
3279 Química
3280 \begin_inset ERT
3281 status collapsed
3282
3283 \begin_layout Plain Layout
3284
3285 }
3286 \end_layout
3287
3288 \end_inset
3289
3290
3291 \end_layout
3292
3293 \end_inset
3294
3295
3296 \end_layout
3297
3298 \begin_layout Standard
3299 En la presentación de, p.
3300 \begin_inset space \thinspace{}
3301 \end_inset
3302
3303 e., isótopos,
3304 \begin_inset Foot
3305 status collapsed
3306
3307 \begin_layout Plain Layout
3308 Más sobre símbolos químicos en 
3309 \begin_inset CommandInset ref
3310 LatexCommand ref
3311 reference "sub:Símbolos-y-ecuaciones-químicas"
3312
3313 \end_inset
3314
3315
3316 \end_layout
3317
3318 \end_inset
3319
3320  surge el problema siguiente:
3321 \end_layout
3322
3323 \begin_layout Standard
3324 \noindent
3325 \align center
3326 \begin_inset Tabular
3327 <lyxtabular version="3" rows="2" columns="2">
3328 <features rotate="0" tabularvalignment="middle">
3329 <column alignment="center" valignment="top">
3330 <column alignment="center" valignment="top">
3331 <row>
3332 <cell alignment="center" valignment="top" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 Índices generados con sub- y superíndices:
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3346 \end_inset
3347
3348
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 </row>
3354 <row>
3355 <cell alignment="center" valignment="top" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359 Índices correctos:
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3369 \end_inset
3370
3371
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 </row>
3377 </lyxtabular>
3378
3379 \end_inset
3380
3381
3382 \begin_inset Note Note
3383 status collapsed
3384
3385 \begin_layout Plain Layout
3386
3387 \series bold
3388
3389 \backslash
3390 raisebox
3391 \series default
3392  se usa sólo como espaciador
3393 \end_layout
3394
3395 \end_inset
3396
3397
3398 \end_layout
3399
3400 \begin_layout Standard
3401 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3402  del índice más largo.
3403  Para evitarlo está el comando 
3404 \series bold
3405
3406 \backslash
3407 phantom
3408 \series default
3409
3410 \begin_inset Index idx
3411 status collapsed
3412
3413 \begin_layout Plain Layout
3414 Comandos ! P ! 
3415 \backslash
3416 phantom
3417 \end_layout
3418
3419 \end_inset
3420
3421  o el botón 
3422 \begin_inset space ~
3423 \end_inset
3424
3425
3426 \begin_inset Graphics
3427         filename ../../images/math/phantom.png
3428         scale 85
3429
3430 \end_inset
3431
3432  del submenú de espacios en ecuaciones
3433 \begin_inset Foot
3434 status collapsed
3435
3436 \begin_layout Plain Layout
3437 Botón 
3438 \begin_inset Graphics
3439         filename ../../images/math/space.png
3440         scale 85
3441
3442 \end_inset
3443
3444  de la barra de ecuaciones
3445 \end_layout
3446
3447 \end_inset
3448
3449 , que genera uno o más espacios reservados.
3450  Al insertar 
3451 \series bold
3452
3453 \backslash
3454 phantom
3455 \series default
3456  aparece un pequeño marco azul con dos flechas rojas superpuestas
3457 \begin_inset Formula $\phantom{}$
3458 \end_inset
3459
3460 .
3461  Las flechas indican que se reservará un espacio equivalente a la anchura
3462  y altura totales del contenido del marco.
3463  Los espacios reservados son correspondientes al tamaño de los caracteres.
3464 \end_layout
3465
3466 \begin_layout Standard
3467 \noindent
3468 \align center
3469 \begin_inset Tabular
3470 <lyxtabular version="3" rows="4" columns="2">
3471 <features rotate="0" tabularvalignment="middle">
3472 <column alignment="center" valignment="top">
3473 <column alignment="center" valignment="top">
3474 <row>
3475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479 Comando
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488 Resultado
3489 \begin_inset Note Note
3490 status collapsed
3491
3492 \begin_layout Plain Layout
3493
3494 \series bold
3495
3496 \backslash
3497 raisebox
3498 \series default
3499  se usa sólo como espaciador
3500 \end_layout
3501
3502 \end_inset
3503
3504
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 </row>
3510 <row>
3511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 ^19
3516 \begin_inset space \textvisiblespace{}
3517 \end_inset
3518
3519 _
3520 \backslash
3521 phantom
3522 \begin_inset space \textvisiblespace{}
3523 \end_inset
3524
3525 1
3526 \begin_inset Formula $\rightarrow$
3527 \end_inset
3528
3529 9
3530 \begin_inset space \textvisiblespace{}
3531 \end_inset
3532
3533 F
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3543 \end_inset
3544
3545
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 ^235
3557 \begin_inset space \textvisiblespace{}
3558 \end_inset
3559
3560 _
3561 \backslash
3562 phantom
3563 \begin_inset space \textvisiblespace{}
3564 \end_inset
3565
3566 23
3567 \begin_inset Formula $\rightarrow$
3568 \end_inset
3569
3570 9
3571 \begin_inset space \textvisiblespace{}
3572 \end_inset
3573
3574 F
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3584 \end_inset
3585
3586
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597
3598 \backslash
3599 Lambda^
3600 \begin_inset space \textvisiblespace{}
3601 \end_inset
3602
3603
3604 \backslash
3605 phantom
3606 \begin_inset space \textvisiblespace{}
3607 \end_inset
3608
3609 ii
3610 \begin_inset Formula $\rightarrow$
3611 \end_inset
3612
3613 t
3614 \begin_inset space \textvisiblespace{}
3615 \end_inset
3616
3617 _MMt
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3627 \end_inset
3628
3629
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 </row>
3635 </lyxtabular>
3636
3637 \end_inset
3638
3639
3640 \end_layout
3641
3642 \begin_layout Standard
3643 Además hay los comandos 
3644 \series bold
3645
3646 \backslash
3647 vphantom
3648 \series default
3649
3650 \begin_inset Index idx
3651 status collapsed
3652
3653 \begin_layout Plain Layout
3654 Comandos ! V ! 
3655 \backslash
3656 vphantom
3657 \end_layout
3658
3659 \end_inset
3660
3661  (botón 
3662 \begin_inset space ~
3663 \end_inset
3664
3665
3666 \begin_inset Graphics
3667         filename ../../images/math/vphantom.png
3668         scale 85
3669
3670 \end_inset
3671
3672 ) y 
3673 \series bold
3674
3675 \backslash
3676 hphantom
3677 \series default
3678
3679 \begin_inset Index idx
3680 status collapsed
3681
3682 \begin_layout Plain Layout
3683 Comandos ! H ! 
3684 \backslash
3685 hphantom
3686 \end_layout
3687
3688 \end_inset
3689
3690  (botón 
3691 \begin_inset space ~
3692 \end_inset
3693
3694
3695 \begin_inset Graphics
3696         filename ../../images/math/hphantom.png
3697         scale 85
3698
3699 \end_inset
3700
3701 ).
3702  
3703 \series bold
3704
3705 \backslash
3706 hphantom
3707 \series default
3708  genera espacio en el marco sólo para la altura máxima de los caracteres,
3709  no para su anchura.
3710  
3711 \series bold
3712
3713 \backslash
3714 vphantom
3715 \series default
3716  genera espacio sólo para la anchura del contenido del marco.
3717  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3718 \end_layout
3719
3720 \begin_layout Standard
3721 Por ejemplo, 
3722 \series bold
3723
3724 \backslash
3725 vphantom
3726 \series default
3727
3728 \begin_inset space \textvisiblespace{}
3729 \end_inset
3730
3731
3732 \series bold
3733 a
3734 \backslash
3735 int
3736 \series default
3737  genera espacio de la altura del signo de la integral,
3738 \begin_inset Foot
3739 status collapsed
3740
3741 \begin_layout Plain Layout
3742 El comando 
3743 \series bold
3744
3745 \backslash
3746 int
3747 \series default
3748  genera un signo de integral, véase 
3749 \begin_inset CommandInset ref
3750 LatexCommand ref
3751 reference "sub:Operadores-grandes"
3752
3753 \end_inset
3754
3755
3756 \end_layout
3757
3758 \end_inset
3759
3760  porque este es el carácter más largo.
3761  En la 
3762 \begin_inset CommandInset ref
3763 LatexCommand ref
3764 reference "sub:Delimitadores-multilínea"
3765
3766 \end_inset
3767
3768  hay un ejemplo de aplicación.
3769 \end_layout
3770
3771 \begin_layout Standard
3772 Los espacios reservados también se pueden usar para un texto cuando se insertan
3773  mediante el menú 
3774 \family sans
3775 Insertar\SpecialChar \menuseparator
3776 Formato\SpecialChar \menuseparator
3777 Fantasma
3778 \family default
3779 :
3780 \end_layout
3781
3782 \begin_layout Standard
3783 Esto es una frase.
3784 \begin_inset Newline newline
3785 \end_inset
3786
3787
3788 \begin_inset Phantom Phantom
3789 status open
3790
3791 \begin_layout Plain Layout
3792 Esto
3793 \end_layout
3794
3795 \end_inset
3796
3797  es una frase.
3798 \end_layout
3799
3800 \begin_layout Subsection
3801 Líneas
3802 \begin_inset Index idx
3803 status collapsed
3804
3805 \begin_layout Plain Layout
3806 Lineas@Líneas
3807 \end_layout
3808
3809 \end_inset
3810
3811
3812 \begin_inset Index idx
3813 status collapsed
3814
3815 \begin_layout Plain Layout
3816 Ecuación ! sub- o superrayada
3817 \end_layout
3818
3819 \end_inset
3820
3821
3822 \end_layout
3823
3824 \begin_layout Standard
3825 \noindent
3826 \align center
3827 \begin_inset Tabular
3828 <lyxtabular version="3" rows="4" columns="2">
3829 <features rotate="0" tabularvalignment="middle">
3830 <column alignment="center" valignment="top">
3831 <column alignment="center" valignment="top">
3832 <row>
3833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837 Comando
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 Resultado
3847 \begin_inset Note Note
3848 status collapsed
3849
3850 \begin_layout Plain Layout
3851
3852 \series bold
3853
3854 \backslash
3855 raisebox
3856 \series default
3857  se usa sólo como espaciador
3858 \end_layout
3859
3860 \end_inset
3861
3862
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 </row>
3868 <row>
3869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873
3874 \backslash
3875 overline
3876 \begin_inset space \textvisiblespace{}
3877 \end_inset
3878
3879 A+B
3880 \begin_inset Index idx
3881 status collapsed
3882
3883 \begin_layout Plain Layout
3884 Comandos ! O ! 
3885 \backslash
3886 overline
3887 \end_layout
3888
3889 \end_inset
3890
3891
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3901 \end_inset
3902
3903
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row>
3910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914
3915 \backslash
3916 underline
3917 \begin_inset space \textvisiblespace{}
3918 \end_inset
3919
3920 A+B
3921 \begin_inset Index idx
3922 status collapsed
3923
3924 \begin_layout Plain Layout
3925 Comandos ! U ! 
3926 \backslash
3927 underline
3928 \end_layout
3929
3930 \end_inset
3931
3932
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3942 \end_inset
3943
3944
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 </row>
3950 <row>
3951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955
3956 \backslash
3957 overline
3958 \begin_inset space \textvisiblespace{}
3959 \end_inset
3960
3961
3962 \backslash
3963 underline
3964 \begin_inset space \textvisiblespace{}
3965 \end_inset
3966
3967 A+B
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
3977 \end_inset
3978
3979
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 </lyxtabular>
3986
3987 \end_inset
3988
3989
3990 \end_layout
3991
3992 \begin_layout Standard
3993 En el último ejemplo es indiferente poner primero 
3994 \series bold
3995
3996 \backslash
3997 overline
3998 \series default
3999  o 
4000 \series bold
4001
4002 \backslash
4003 underline
4004 \series default
4005 .
4006 \end_layout
4007
4008 \begin_layout Standard
4009 Para poner doble subrayado, p.
4010 \begin_inset space \thinspace{}
4011 \end_inset
4012
4013 e.
4014  en resultados, se usa 
4015 \series bold
4016
4017 \backslash
4018 underline
4019 \series default
4020  dos veces.
4021 \end_layout
4022
4023 \begin_layout Standard
4024 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4025 \begin_inset VSpace bigskip
4026 \end_inset
4027
4028 Se pueden crear líneas personalizadas con el comando 
4029 \series bold
4030
4031 \backslash
4032 rule
4033 \series default
4034
4035 \begin_inset Index idx
4036 status collapsed
4037
4038 \begin_layout Plain Layout
4039 Comandos ! R ! 
4040 \backslash
4041 rule
4042 \end_layout
4043
4044 \end_inset
4045
4046  con el esquema siguiente:
4047 \end_layout
4048
4049 \begin_layout Standard
4050
4051 \series bold
4052
4053 \backslash
4054 rule[hueco vertical]{longitud}{grosor}
4055 \end_layout
4056
4057 \begin_layout Standard
4058 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4059  si el valor es negativo).
4060  Las unidades disponibles para los valores están listadas en
4061 \begin_inset space ~
4062 \end_inset
4063
4064
4065 \begin_inset CommandInset ref
4066 LatexCommand ref
4067 reference "tab:Unidades-disponibles"
4068
4069 \end_inset
4070
4071 .
4072  A continuación hay dos ejemplos de líneas creadas con los comandos
4073 \series bold
4074
4075 \begin_inset Newline newline
4076 \end_inset
4077
4078
4079 \backslash
4080 rule[-2ex]{3cm}{2pt}
4081 \series default
4082  y 
4083 \series bold
4084
4085 \backslash
4086 rule{2cm}{1pt}
4087 \series default
4088 :
4089 \end_layout
4090
4091 \begin_layout Standard
4092 Esto es una frase 
4093 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4094 \end_inset
4095
4096  con dos líneas.
4097 \end_layout
4098
4099 \begin_layout Standard
4100
4101 \series bold
4102
4103 \backslash
4104 rule
4105 \series default
4106  también se puede usar para texto insertando una línea mediante el menú
4107  
4108 \family sans
4109 Insertar\SpecialChar \menuseparator
4110 Formato\SpecialChar \menuseparator
4111 Línea horizontal
4112 \family default
4113 :
4114 \end_layout
4115
4116 \begin_layout Standard
4117 Esto es una frase 
4118 \begin_inset CommandInset line
4119 LatexCommand rule
4120 offset "0.5ex"
4121 width "3cm"
4122 height "1pt"
4123
4124 \end_inset
4125
4126  con una línea insertada.
4127 \end_layout
4128
4129 \begin_layout Subsection
4130 Puntos
4131 \begin_inset CommandInset label
4132 LatexCommand label
4133 name "sub:Puntos"
4134
4135 \end_inset
4136
4137
4138 \begin_inset Index idx
4139 status collapsed
4140
4141 \begin_layout Plain Layout
4142 Puntos
4143 \end_layout
4144
4145 \end_inset
4146
4147
4148 \end_layout
4149
4150 \begin_layout Standard
4151 Hay distintos tipos de puntos disponibles.
4152 \begin_inset Foot
4153 status open
4154
4155 \begin_layout Plain Layout
4156 En la barra de herramientas de ecuaciones, en el panel del botón 
4157 \begin_inset Graphics
4158         filename ../../images/math/ldots.png
4159         scale 85
4160
4161 \end_inset
4162
4163 .
4164 \end_layout
4165
4166 \end_inset
4167
4168  Para continuación en enumeraciones se usan puntos bajos, (
4169 \series bold
4170
4171 \backslash
4172 ldots
4173 \series default
4174
4175 \begin_inset Index idx
4176 status collapsed
4177
4178 \begin_layout Plain Layout
4179 Comandos ! L ! 
4180 \backslash
4181 ldots
4182 \end_layout
4183
4184 \end_inset
4185
4186 ), mientras que para operaciones se usan puntos centrados a la misma altura
4187  que los operadores, (
4188 \series bold
4189
4190 \backslash
4191 cdots
4192 \series default
4193
4194 \begin_inset Index idx
4195 status collapsed
4196
4197 \begin_layout Plain Layout
4198 Comandos ! C ! 
4199 \backslash
4200 cdots
4201 \end_layout
4202
4203 \end_inset
4204
4205 ).
4206  Si se usa el comando 
4207 \series bold
4208
4209 \backslash
4210 dots
4211 \series default
4212
4213 \begin_inset Index idx
4214 status collapsed
4215
4216 \begin_layout Plain Layout
4217 Comandos ! D ! 
4218 \backslash
4219 dots
4220 \end_layout
4221
4222 \end_inset
4223
4224 , LaTeX decide el tipo a usar en función del carácter siguiente.
4225 \end_layout
4226
4227 \begin_layout Standard
4228 \align center
4229 \begin_inset Tabular
4230 <lyxtabular version="3" rows="9" columns="2">
4231 <features rotate="0" tabularvalignment="middle">
4232 <column alignment="center" valignment="top" width="0pt">
4233 <column alignment="center" valignment="top" width="0pt">
4234 <row>
4235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 Comando
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 Resultado
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 </row>
4254 <row>
4255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 A_1
4260 \begin_inset space \textvisiblespace{}
4261 \end_inset
4262
4263 ,
4264 \backslash
4265 dots
4266 \begin_inset space \textvisiblespace{}
4267 \end_inset
4268
4269 ,A_n
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 \begin_inset Formula $A_{1},\dots,A_{n}$
4279 \end_inset
4280
4281
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 A_1
4293 \begin_inset space \textvisiblespace{}
4294 \end_inset
4295
4296 +
4297 \backslash
4298 dots
4299 \begin_inset space \textvisiblespace{}
4300 \end_inset
4301
4302 +A_n
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 \begin_inset Formula $A_{1}+\dots+A_{n}$
4312 \end_inset
4313
4314
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 </row>
4320 <row>
4321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 A_1
4326 \begin_inset space \textvisiblespace{}
4327 \end_inset
4328
4329 ,
4330 \backslash
4331 ldots
4332 \begin_inset space \textvisiblespace{}
4333 \end_inset
4334
4335 ,A_n
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 \begin_inset Formula $A_{1},\ldots,A_{n}$
4345 \end_inset
4346
4347
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 </row>
4353 <row>
4354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 A_1
4359 \begin_inset space \textvisiblespace{}
4360 \end_inset
4361
4362 +
4363 \backslash
4364 cdots
4365 \begin_inset space \textvisiblespace{}
4366 \end_inset
4367
4368 +A_n
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4378 \end_inset
4379
4380
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391
4392 \backslash
4393 vdots
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 \begin_inset Formula $\vdots$
4403 \end_inset
4404
4405
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 <row>
4412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416
4417 \backslash
4418 ddots
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 \begin_inset Formula $\ddots$
4428 \end_inset
4429
4430
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 </row>
4436 <row>
4437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441
4442 \backslash
4443 iddots
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 \begin_inset Formula $\iddots$
4453 \end_inset
4454
4455
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 Matriz
4467 \begin_inset space \thinspace{}
4468 \end_inset
4469
4470 3×3 con los distintos puntos
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479 \begin_inset Formula $\begin{array}{ccc}
4480 A_{11} & \cdots & A_{1m}\\
4481 \vdots & \ddots & \vdots\\
4482 A_{n1} & \cdots & A_{nm}
4483 \end{array}$
4484 \end_inset
4485
4486
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 </row>
4492 </lyxtabular>
4493
4494 \end_inset
4495
4496
4497 \end_layout
4498
4499 \begin_layout Standard
4500 Los puntos suspensivos disponibles en el menú 
4501 \family sans
4502 Insertar\SpecialChar \menuseparator
4503 Carácter especial
4504 \family default
4505  son 
4506 \series bold
4507
4508 \backslash
4509 ldots
4510 \series default
4511 .
4512 \end_layout
4513
4514 \begin_layout Standard
4515 \begin_inset VSpace medskip
4516 \end_inset
4517
4518
4519 \end_layout
4520
4521 \begin_layout Standard
4522 Para usar 
4523 \series bold
4524
4525 \backslash
4526 iddots
4527 \series default
4528 , hay que marcar una de las opciones 
4529 \family sans
4530 Usar paquete mathdots (automáticamente)
4531 \family default
4532  en las 
4533 \family sans
4534 Opciones de ecuación
4535 \family default
4536  de la configuración del documento.
4537 \begin_inset Newline newline
4538 \end_inset
4539
4540 La opción 
4541 \family sans
4542 Usar paquete mathdots
4543 \family default
4544  mejorará el aspecto de todos los puntos en los documentos si su estilo
4545  o tamaño de tipografía no son los predeterminados.
4546 \end_layout
4547
4548 \begin_layout Standard
4549 \begin_inset VSpace medskip
4550 \end_inset
4551
4552 Hay puntos específicos para matrices que se extienden por varias columnas.
4553  Se generan con el comando 
4554 \series bold
4555
4556 \backslash
4557 hdotsfor
4558 \series default
4559
4560 \begin_inset Index idx
4561 status collapsed
4562
4563 \begin_layout Plain Layout
4564 Comandos ! H ! 
4565 \backslash
4566 hdotsfor
4567 \end_layout
4568
4569 \end_inset
4570
4571 , que tiene el siguiente esquema:
4572 \end_layout
4573
4574 \begin_layout Standard
4575
4576 \series bold
4577
4578 \backslash
4579 hdotsfor[distancia]{número de columnas}
4580 \end_layout
4581
4582 \begin_layout Standard
4583 Número de columnas especifica cuántas columnas deben abarcarse.
4584  Distancia es un factor para la separación entre los puntos.
4585 \end_layout
4586
4587 \begin_layout Standard
4588 En la siguiente matriz se ha insertado el comando 
4589 \series bold
4590
4591 \backslash
4592 hdotsfor[2]{4}
4593 \series default
4594  en el primer recuadro de la segunda línea para obtener puntos separados
4595  una distancia equivalente a dos veces la del comando 
4596 \series bold
4597
4598 \backslash
4599 dots
4600 \series default
4601 .
4602 \begin_inset Formula 
4603 \[
4604 \left(\begin{array}{cccc}
4605 A & B & C & D\\
4606 \hdotsfor[2]{4}\\
4607 q & w & e & r
4608 \end{array}\right)
4609 \]
4610
4611 \end_inset
4612
4613
4614 \end_layout
4615
4616 \begin_layout Standard
4617 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4618  de lo contrario se producen errores de LaTeX.
4619 \end_layout
4620
4621 \begin_layout Standard
4622 \begin_inset VSpace bigskip
4623 \end_inset
4624
4625
4626 \end_layout
4627
4628 \begin_layout Standard
4629 Además, con el comando 
4630 \series bold
4631
4632 \backslash
4633 dotfill
4634 \series default
4635
4636 \begin_inset Index idx
4637 status collapsed
4638
4639 \begin_layout Plain Layout
4640 Comandos ! D ! 
4641 \backslash
4642 dotfill
4643 \end_layout
4644
4645 \end_inset
4646
4647  puedes completar con puntos una línea.
4648  El efecto de este tipo de comandos es como el de 
4649 \series bold
4650
4651 \backslash
4652 hfill
4653 \series default
4654 , véase 
4655 \begin_inset CommandInset ref
4656 LatexCommand ref
4657 reference "sub:Espacio-variable"
4658
4659 \end_inset
4660
4661 .
4662 \end_layout
4663
4664 \begin_layout Standard
4665 Por ejemplo el comando 
4666 \series bold
4667 A
4668 \backslash
4669 dotfill
4670 \series default
4671
4672 \begin_inset space \textvisiblespace{}
4673 \end_inset
4674
4675
4676 \series bold
4677 B
4678 \series default
4679  genera
4680 \end_layout
4681
4682 \begin_layout Standard
4683 \begin_inset Formula $A\dotfill B$
4684 \end_inset
4685
4686
4687 \end_layout
4688
4689 \begin_layout Standard
4690 Un comando análogo a 
4691 \series bold
4692
4693 \backslash
4694 dotfill
4695 \series default
4696  para rellenar con una línea es 
4697 \series bold
4698
4699 \backslash
4700 hrulefill
4701 \series default
4702
4703 \begin_inset Index idx
4704 status collapsed
4705
4706 \begin_layout Plain Layout
4707 Comandos ! H ! 
4708 \backslash
4709 hrulefill
4710 \end_layout
4711
4712 \end_inset
4713
4714 :
4715 \end_layout
4716
4717 \begin_layout Standard
4718 \begin_inset Formula $A\hrulefill B$
4719 \end_inset
4720
4721
4722 \end_layout
4723
4724 \begin_layout Standard
4725 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4726 \end_layout
4727
4728 \begin_layout Section
4729 Matrices
4730 \begin_inset CommandInset label
4731 LatexCommand label
4732 name "sec:Matrices"
4733
4734 \end_inset
4735
4736
4737 \begin_inset Index idx
4738 status collapsed
4739
4740 \begin_layout Plain Layout
4741 Matrices
4742 \end_layout
4743
4744 \end_inset
4745
4746
4747 \end_layout
4748
4749 \begin_layout Standard
4750 Se pueden insertar con el botón 
4751 \begin_inset Graphics
4752         filename ../../images/dialog-show_mathmatrix.png
4753         scale 85
4754
4755 \end_inset
4756
4757  de la barra de ecuaciones o con el menú 
4758 \family sans
4759 Insertar\SpecialChar \menuseparator
4760 Ecuación\SpecialChar \menuseparator
4761 Matriz
4762 \family default
4763 .
4764  Aparece una ventana en la que se pide el número de filas y columnas, la
4765  alineación y la decoración.
4766  La alineación vertical sólo es relevante para matrices en línea:
4767 \end_layout
4768
4769 \begin_layout Standard
4770 Esta primera matriz tiene alineación superior 
4771 \begin_inset Formula $\begin{array}[t]{cccc}
4772 A & D & G & J\\
4773 B & E & H & K\\
4774 D & F & I & L
4775 \end{array}$
4776 \end_inset
4777
4778  , la segunda alineación central 
4779 \begin_inset Formula $\begin{array}{cccc}
4780 A & D & G & J\\
4781 B & E & H & K\\
4782 D & F & I & L
4783 \end{array}$
4784 \end_inset
4785
4786  , y la tercera alineación inferior 
4787 \begin_inset Formula $\begin{array}[b]{cccc}
4788 A & D & G & J\\
4789 B & E & H & K\\
4790 D & F & I & L
4791 \end{array}$
4792 \end_inset
4793
4794 .
4795 \end_layout
4796
4797 \begin_layout Standard
4798 La alineación horizontal especifica cómo deben alinearse las entradas de
4799  la columna.
4800  Se determina mediante una letra para cada columna.
4801  
4802 \emph on
4803 l
4804 \emph default
4805  indica alineación a la izquierda, 
4806 \emph on
4807 c
4808 \emph default
4809  alineación centrada y 
4810 \emph on
4811 r
4812 \emph default
4813  alineación a la derecha.
4814  Por ejemplo, para componer una matriz
4815 \begin_inset space ~
4816 \end_inset
4817
4818 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4819  centradas y la última a la derecha, se anota 
4820 \series bold
4821 lccr
4822 \series default
4823  en la alineación horizontal.
4824  Normalmente todas las columnas de una matriz están centradas, por tanto
4825  el valor por omisión es 
4826 \series bold
4827 c
4828 \series default
4829  para todas ellas.
4830 \end_layout
4831
4832 \begin_layout Standard
4833 Alineación horizontal:
4834 \end_layout
4835
4836 \begin_layout Standard
4837
4838 \series bold
4839 lll
4840 \series default
4841  : 
4842 \begin_inset Formula $\begin{array}{lll}
4843 10000 & D & G\\
4844 B & 10000 & H\\
4845 C & F & 10000
4846 \end{array}$
4847 \end_inset
4848
4849  , 
4850 \series bold
4851 ccc 
4852 \series default
4853
4854 \begin_inset Formula $\begin{array}{ccc}
4855 10000 & D & G\\
4856 B & 10000 & H\\
4857 C & F & 10000
4858 \end{array}$
4859 \end_inset
4860
4861  
4862 \series bold
4863 ,
4864 \series default
4865  
4866 \series bold
4867 rrr 
4868 \series default
4869
4870 \begin_inset Formula $\begin{array}{rrr}
4871 10000 & D & G\\
4872 B & 10000 & H\\
4873 C & F & 10000
4874 \end{array}$
4875 \end_inset
4876
4877
4878 \end_layout
4879
4880 \begin_layout Standard
4881 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
4882  botones 
4883 \begin_inset Graphics
4884         filename ../../images/tabular-feature_append-row.png
4885         scale 85
4886
4887 \end_inset
4888
4889
4890 \begin_inset Graphics
4891         filename ../../images/tabular-feature_delete-row.png
4892         scale 85
4893
4894 \end_inset
4895
4896 , etc.
4897  de la barra de ecuaciones o el menú 
4898 \family sans
4899 Editar\SpecialChar \menuseparator
4900 Filas y columnas
4901 \family default
4902 .
4903  También se pueden añadir filas nuevas con 
4904 \family sans
4905 Ctrl+Entrar
4906 \family default
4907 .
4908 \end_layout
4909
4910 \begin_layout Standard
4911 \begin_inset VSpace bigskip
4912 \end_inset
4913
4914
4915 \end_layout
4916
4917 \begin_layout Standard
4918 La 
4919 \family sans
4920 Decoración
4921 \family default
4922  añade paréntesis en el estilo seleccionado alrededor de la matriz.
4923  Alternativamente, se pueden generar paréntesis con los comandos 
4924 \series bold
4925
4926 \backslash
4927 left
4928 \series default
4929
4930 \begin_inset Index idx
4931 status collapsed
4932
4933 \begin_layout Plain Layout
4934 Comandos ! L ! 
4935 \backslash
4936 left
4937 \end_layout
4938
4939 \end_inset
4940
4941  y 
4942 \series bold
4943
4944 \backslash
4945 right
4946 \series default
4947
4948 \begin_inset Index idx
4949 status collapsed
4950
4951 \begin_layout Plain Layout
4952 Comandos ! R ! 
4953 \backslash
4954 right
4955 \end_layout
4956
4957 \end_inset
4958
4959  (atajo 
4960 \family sans
4961 Alt+M
4962 \begin_inset space ~
4963 \end_inset
4964
4965 Paréntesis
4966 \family default
4967 ), véase 
4968 \begin_inset CommandInset ref
4969 LatexCommand ref
4970 reference "sub:Tamaño-automático-de"
4971
4972 \end_inset
4973
4974 , o usando los comandos siguientes:
4975 \end_layout
4976
4977 \begin_layout Standard
4978 \begin_inset VSpace medskip
4979 \end_inset
4980
4981
4982 \end_layout
4983
4984 \begin_layout Standard
4985 \begin_inset space \hfill{}
4986 \end_inset
4987
4988
4989 \begin_inset Tabular
4990 <lyxtabular version="3" rows="4" columns="2">
4991 <features rotate="0" tabularvalignment="middle">
4992 <column alignment="center" valignment="top">
4993 <column alignment="center" valignment="top">
4994 <row>
4995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999 Comando
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 Resultado
5009 \begin_inset Note Note
5010 status collapsed
5011
5012 \begin_layout Plain Layout
5013
5014 \series bold
5015
5016 \backslash
5017 raisebox
5018 \series default
5019  se usa sólo como espaciador
5020 \end_layout
5021
5022 \end_inset
5023
5024
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 </row>
5030 <row>
5031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035
5036 \backslash
5037 bmatrix
5038 \begin_inset space \textvisiblespace{}
5039 \end_inset
5040
5041 2
5042 \series bold
5043 ×
5044 \series default
5045 2
5046 \begin_inset space \thinspace{}
5047 \end_inset
5048
5049 matriz
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5059 0 & \textrm{-}\mathrm{i}\\
5060 \mathrm{i} & 0
5061 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5062 \end_inset
5063
5064
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 </row>
5070 <row>
5071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075
5076 \backslash
5077 Bmatrix
5078 \begin_inset space \textvisiblespace{}
5079 \end_inset
5080
5081 2×2
5082 \begin_inset space \thinspace{}
5083 \end_inset
5084
5085 matriz
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5095 0 & \textrm{-}\mathrm{i}\\
5096 \mathrm{i} & 0
5097 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5098 \end_inset
5099
5100
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 </row>
5106 <row>
5107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111
5112 \backslash
5113 pmatrix
5114 \begin_inset space \textvisiblespace{}
5115 \end_inset
5116
5117 2
5118 \series bold
5119 ×
5120 \series default
5121 2
5122 \begin_inset space \thinspace{}
5123 \end_inset
5124
5125 matriz
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5135 0 & \textrm{-}\mathrm{i}\\
5136 \mathrm{i} & 0
5137 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5138 \end_inset
5139
5140
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 </row>
5146 </lyxtabular>
5147
5148 \end_inset
5149
5150
5151 \begin_inset space \hfill{}
5152 \end_inset
5153
5154
5155 \begin_inset Tabular
5156 <lyxtabular version="3" rows="4" columns="2">
5157 <features rotate="0" tabularvalignment="middle">
5158 <column alignment="center" valignment="top">
5159 <column alignment="center" valignment="top">
5160 <row>
5161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 Comando
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174 Resultado
5175 \begin_inset Note Note
5176 status collapsed
5177
5178 \begin_layout Plain Layout
5179
5180 \series bold
5181
5182 \backslash
5183 raisebox
5184 \series default
5185  se usa sólo como espaciador
5186 \end_layout
5187
5188 \end_inset
5189
5190
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 </row>
5196 <row>
5197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201
5202 \backslash
5203 vmatrix
5204 \begin_inset space \textvisiblespace{}
5205 \end_inset
5206
5207 2
5208 \series bold
5209 ×
5210 \series default
5211 2
5212 \begin_inset space \thinspace{}
5213 \end_inset
5214
5215 matriz
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5225 0 & \textrm{-}\mathrm{i}\\
5226 \mathrm{i} & 0
5227 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5228 \end_inset
5229
5230
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 </row>
5236 <row>
5237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241
5242 \backslash
5243 Vmatrix
5244 \begin_inset space \textvisiblespace{}
5245 \end_inset
5246
5247 2
5248 \series bold
5249 ×
5250 \series default
5251 2
5252 \begin_inset space \thinspace{}
5253 \end_inset
5254
5255 matriz
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5265 0 & \textrm{-}\mathrm{i}\\
5266 \mathrm{i} & 0
5267 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5268 \end_inset
5269
5270
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 </row>
5276 <row>
5277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281
5282 \backslash
5283 matrix
5284 \begin_inset space \textvisiblespace{}
5285 \end_inset
5286
5287 2
5288 \series bold
5289 ×
5290 \series default
5291 2
5292 \begin_inset space \thinspace{}
5293 \end_inset
5294
5295 matriz
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5305 0 & \textrm{-}\mathrm{i}\\
5306 \mathrm{i} & 0
5307 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5308 \end_inset
5309
5310
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 </row>
5316 </lyxtabular>
5317
5318 \end_inset
5319
5320
5321 \begin_inset space \hfill{}
5322 \end_inset
5323
5324
5325 \end_layout
5326
5327 \begin_layout Standard
5328 \begin_inset VSpace medskip
5329 \end_inset
5330
5331
5332 \end_layout
5333
5334 \begin_layout Standard
5335 Cuando se inserta p.
5336 \begin_inset space \thinspace{}
5337 \end_inset
5338
5339 e.
5340 \begin_inset space ~
5341 \end_inset
5342
5343
5344 \series bold
5345
5346 \backslash
5347 vmatrix
5348 \series default
5349 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5350  la matriz.
5351 \begin_inset Newline newline
5352 \end_inset
5353
5354 Hay que tener en cuenta que las matrices decoradas ignoran el alineamiento
5355  vertical.
5356 \end_layout
5357
5358 \begin_layout Standard
5359 \begin_inset VSpace bigskip
5360 \end_inset
5361
5362
5363 \end_layout
5364
5365 \begin_layout Standard
5366 Como todas las ecuaciones multilínea son matrices, la longitud 
5367 \series bold
5368
5369 \backslash
5370 arraycolsep
5371 \series default
5372
5373 \begin_inset Index idx
5374 status collapsed
5375
5376 \begin_layout Plain Layout
5377 Comandos ! A ! 
5378 \backslash
5379 arraycolsep
5380 \end_layout
5381
5382 \end_inset
5383
5384 , que se describe en 
5385 \begin_inset CommandInset ref
5386 LatexCommand ref
5387 reference "sub:Separación-de-columnas"
5388
5389 \end_inset
5390
5391 , también se puede usar para cambiar la separación de las columnas en una
5392  matriz.
5393  Para cambiar la separación de las filas, se usa el comando 
5394 \series bold
5395
5396 \backslash
5397 arraystretch
5398 \series default
5399
5400 \begin_inset Index idx
5401 status collapsed
5402
5403 \begin_layout Plain Layout
5404 Comandos ! A ! 
5405 \backslash
5406 arraystretch
5407 \end_layout
5408
5409 \end_inset
5410
5411  de la siguiente manera:
5412 \end_layout
5413
5414 \begin_layout Standard
5415
5416 \series bold
5417
5418 \backslash
5419 renewcommand{
5420 \backslash
5421 arraystretch}{factor de separación}
5422 \begin_inset Index idx
5423 status collapsed
5424
5425 \begin_layout Plain Layout
5426 Comandos ! R ! 
5427 \backslash
5428 renewcommand
5429 \end_layout
5430
5431 \end_inset
5432
5433
5434 \end_layout
5435
5436 \begin_layout Standard
5437 El comando 
5438 \series bold
5439
5440 \backslash
5441 renewcommand
5442 \series default
5443  asigna el factor de separación al comando predefinido 
5444 \series bold
5445
5446 \backslash
5447 arraystretch
5448 \series default
5449 .
5450  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5451  Además, éste se usa para todas las matrices siguientes.
5452  Para volver a la separación original, asigna factor 1 a 
5453 \series bold
5454
5455 \backslash
5456 arraystretch
5457 \series default
5458 .
5459 \end_layout
5460
5461 \begin_layout Standard
5462 Para poner matrices en línea se usa el comando 
5463 \series bold
5464
5465 \backslash
5466 smallmatrix
5467 \series default
5468
5469 \begin_inset Index idx
5470 status collapsed
5471
5472 \begin_layout Plain Layout
5473 Comandos ! S ! 
5474 \backslash
5475 smallmatrix
5476 \end_layout
5477
5478 \end_inset
5479
5480 .
5481  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5482  se inserta la matriz.
5483  
5484 \end_layout
5485
5486 \begin_layout Standard
5487 Esto es una matriz 
5488 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5489 C & D
5490 \end{smallmatrix}\right)$
5491 \end_inset
5492
5493  en línea.
5494 \end_layout
5495
5496 \begin_layout Section
5497 Delimitadores
5498 \begin_inset Index idx
5499 status collapsed
5500
5501 \begin_layout Plain Layout
5502 Delimitadores
5503 \end_layout
5504
5505 \end_inset
5506
5507
5508 \end_layout
5509
5510 \begin_layout Subsection
5511 Delimitadores verticales
5512 \begin_inset Index idx
5513 status collapsed
5514
5515 \begin_layout Plain Layout
5516 Delimitadores ! verticales
5517 \end_layout
5518
5519 \end_inset
5520
5521
5522 \end_layout
5523
5524 \begin_layout Standard
5525 \begin_inset space \hfill{}
5526 \end_inset
5527
5528
5529 \begin_inset Tabular
5530 <lyxtabular version="3" rows="9" columns="2">
5531 <features rotate="0" tabularvalignment="middle">
5532 <column alignment="center" valignment="top" width="0pt">
5533 <column alignment="center" valignment="top" width="0pt">
5534 <row>
5535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 Comando
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548 Resultado
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 </row>
5554 <row>
5555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 (
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 \begin_inset Formula $($
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 <row>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582 {
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591 \begin_inset Formula $\{$
5592 \end_inset
5593
5594
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 </row>
5600 <row>
5601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5602 \begin_inset Text
5603
5604 \begin_layout Plain Layout
5605 [
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 \begin_inset Formula $[$
5615 \end_inset
5616
5617
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 </row>
5623 <row>
5624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628
5629 \backslash
5630 langle
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 \begin_inset Formula $\langle$
5640 \end_inset
5641
5642
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 </row>
5648 <row>
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Plain Layout
5653
5654 \backslash
5655 lceil
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664 \begin_inset Formula $\lceil$
5665 \end_inset
5666
5667
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 </row>
5673 <row>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678
5679 \backslash
5680 lfloor
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 \begin_inset Formula $\lfloor$
5690 \end_inset
5691
5692
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 <row>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 /
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 \begin_inset Formula $/$
5713 \end_inset
5714
5715
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 </row>
5721 <row>
5722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 |
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 \begin_inset Formula $|$
5736 \end_inset
5737
5738
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 </lyxtabular>
5745
5746 \end_inset
5747
5748
5749 \begin_inset space \hfill{}
5750 \end_inset
5751
5752
5753 \begin_inset Tabular
5754 <lyxtabular version="3" rows="9" columns="2">
5755 <features rotate="0" tabularvalignment="middle">
5756 <column alignment="center" valignment="top" width="0pt">
5757 <column alignment="center" valignment="top" width="0pt">
5758 <row>
5759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763 Comando
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 Resultado
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 </row>
5778 <row>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 )
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 \begin_inset Formula $)$
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 </row>
5801 <row>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 }
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 \begin_inset Formula $\}$
5816 \end_inset
5817
5818
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 </row>
5824 <row>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 ]
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 \begin_inset Formula $]$
5839 \end_inset
5840
5841
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 </row>
5847 <row>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852
5853 \backslash
5854 rangle
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 \begin_inset Formula $\rangle$
5864 \end_inset
5865
5866
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 </row>
5872 <row>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877
5878 \backslash
5879 rceil
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 \begin_inset Formula $\rceil$
5889 \end_inset
5890
5891
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 </row>
5897 <row>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902
5903 \backslash
5904 rfloor
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 \begin_inset Formula $\rfloor$
5914 \end_inset
5915
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 </row>
5922 <row>
5923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927
5928 \backslash
5929
5930 \backslash
5931
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 \begin_inset Formula $\backslash$
5941 \end_inset
5942
5943
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 </row>
5949 <row>
5950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954
5955 \backslash
5956 |
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 \begin_inset Formula $\|$
5966 \end_inset
5967
5968
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 </row>
5974 </lyxtabular>
5975
5976 \end_inset
5977
5978
5979 \begin_inset space \hfill{}
5980 \end_inset
5981
5982
5983 \end_layout
5984
5985 \begin_layout Standard
5986 \begin_inset Note Greyedout
5987 status open
5988
5989 \begin_layout Plain Layout
5990
5991 \series bold
5992 Nota
5993 \series default
5994 : En modo TeX hay que usar el comando 
5995 \series bold
5996
5997 \backslash
5998 textbackslash
5999 \series default
6000
6001 \begin_inset Index idx
6002 status collapsed
6003
6004 \begin_layout Plain Layout
6005 Comandos ! T ! 
6006 \backslash
6007 textbackslash
6008 \end_layout
6009
6010 \end_inset
6011
6012  para la barra invertida, porque si no el comando 
6013 \series bold
6014
6015 \backslash
6016
6017 \backslash
6018
6019 \series default
6020  genera un salto de línea.
6021 \end_layout
6022
6023 \end_inset
6024
6025
6026 \end_layout
6027
6028 \begin_layout Standard
6029 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6030  descritos en las dos subsecciones siguientes.
6031  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6032  < y > en vez de los comandos 
6033 \series bold
6034
6035 \backslash
6036 langle
6037 \series default
6038  y 
6039 \series bold
6040
6041 \backslash
6042 rangle
6043 \series default
6044 .
6045  
6046 \end_layout
6047
6048 \begin_layout Subsubsection
6049 Tamaño manual de los delimitadores
6050 \begin_inset CommandInset label
6051 LatexCommand label
6052 name "sub:Tamaño-manual-de"
6053
6054 \end_inset
6055
6056
6057 \begin_inset Index idx
6058 status collapsed
6059
6060 \begin_layout Plain Layout
6061 Delimitadores ! tamaño manual
6062 \end_layout
6063
6064 \end_inset
6065
6066
6067 \end_layout
6068
6069 \begin_layout Standard
6070 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6071  LaTeX 
6072 \series bold
6073
6074 \backslash
6075 big
6076 \series default
6077
6078 \begin_inset Index idx
6079 status collapsed
6080
6081 \begin_layout Plain Layout
6082 Comandos ! B ! 
6083 \backslash
6084 big
6085 \end_layout
6086
6087 \end_inset
6088
6089
6090 \series bold
6091
6092 \backslash
6093 Big
6094 \series default
6095
6096 \series bold
6097
6098 \backslash
6099 bigg
6100 \series default
6101 , y 
6102 \series bold
6103
6104 \backslash
6105 Bigg
6106 \series default
6107 .
6108  
6109 \series bold
6110
6111 \backslash
6112 big
6113 \series default
6114  indica el tamaño menor y 
6115 \series bold
6116
6117 \backslash
6118 Bigg
6119 \series default
6120  el mayor.
6121 \end_layout
6122
6123 \begin_layout Standard
6124 Estos comandos se usan para resaltar niveles de delimitación:
6125 \end_layout
6126
6127 \begin_layout Standard
6128 \noindent
6129 \align center
6130 \begin_inset Tabular
6131 <lyxtabular version="3" rows="2" columns="2">
6132 <features rotate="0" tabularvalignment="middle">
6133 <column alignment="center" valignment="top">
6134 <column alignment="center" valignment="top">
6135 <row>
6136 <cell alignment="center" valignment="top" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140 todos los delimitadores de igual tamaño:
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell alignment="center" valignment="top" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6150 \end_inset
6151
6152
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 </row>
6158 <row>
6159 <cell alignment="center" valignment="top" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163 así tiene mejor aspecto:
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell alignment="center" valignment="top" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6173 \end_inset
6174
6175
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 </row>
6181 </lyxtabular>
6182
6183 \end_inset
6184
6185
6186 \begin_inset Note Note
6187 status collapsed
6188
6189 \begin_layout Plain Layout
6190
6191 \series bold
6192
6193 \backslash
6194 raisebox
6195 \series default
6196  se usa sólo como espaciador
6197 \end_layout
6198
6199 \end_inset
6200
6201
6202 \end_layout
6203
6204 \begin_layout Standard
6205 Para la segunda expresión se ha empleado el comando 
6206 \series bold
6207
6208 \backslash
6209 Big((A+B)(A-B)
6210 \backslash
6211 Big)^
6212 \series default
6213
6214 \begin_inset space \textvisiblespace{}
6215 \end_inset
6216
6217
6218 \series bold
6219 C
6220 \series default
6221 .
6222 \end_layout
6223
6224 \begin_layout Standard
6225 He aquí una visión conjunta de todos los tamaños y delimitadores:
6226 \end_layout
6227
6228 \begin_layout Standard
6229 \noindent
6230 \align center
6231
6232 \backslash
6233 Bigg(
6234 \backslash
6235 exp
6236 \backslash
6237 bigg<
6238 \backslash
6239 Big[
6240 \backslash
6241 big{
6242 \backslash
6243 ln(3x)
6244 \backslash
6245 big}^2
6246 \begin_inset space \textvisiblespace{}
6247 \end_inset
6248
6249
6250 \backslash
6251 sen(x)
6252 \backslash
6253 Big]^
6254 \begin_inset space \textvisiblespace{}
6255 \end_inset
6256
6257 A
6258 \begin_inset space \textvisiblespace{}
6259 \end_inset
6260
6261
6262 \backslash
6263 bigg>
6264 \backslash
6265 Bigg)^0,5
6266 \begin_inset Formula 
6267 \[
6268 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6269 \]
6270
6271 \end_inset
6272
6273
6274 \end_layout
6275
6276 \begin_layout Standard
6277 Además de los comandos 
6278 \series bold
6279
6280 \backslash
6281 big
6282 \series default
6283  hay la variante 
6284 \series bold
6285
6286 \backslash
6287 bigm
6288 \series default
6289
6290 \begin_inset Index idx
6291 status collapsed
6292
6293 \begin_layout Plain Layout
6294 Comandos ! B ! 
6295 \backslash
6296 bigm
6297 \end_layout
6298
6299 \end_inset
6300
6301 , que añade un poco más de espacio entre el delimitador y su contenido,
6302  y la variante 
6303 \series bold
6304
6305 \backslash
6306 bigl
6307 \series default
6308 -
6309 \series bold
6310
6311 \backslash
6312 bigr
6313 \series default
6314
6315 \begin_inset Index idx
6316 status collapsed
6317
6318 \begin_layout Plain Layout
6319 Comandos ! B ! 
6320 \backslash
6321 bigl - 
6322 \backslash
6323 bigr
6324 \end_layout
6325
6326 \end_inset
6327
6328 , que no añade espacio adicional.
6329  La 
6330 \emph on
6331 l
6332 \emph default
6333  al final del comando 
6334 \series bold
6335
6336 \backslash
6337 bigl 
6338 \series default
6339 es para el delimitador izquierdo, la 
6340 \emph on
6341 r
6342 \emph default
6343  es para el delimitador derecho.
6344  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6345  apertura o de cierre.
6346 \end_layout
6347
6348 \begin_layout Standard
6349 En el siguiente cuadro hay una comparación de las variantes:
6350 \end_layout
6351
6352 \begin_layout Standard
6353 \noindent
6354 \align center
6355 \begin_inset Tabular
6356 <lyxtabular version="3" rows="5" columns="2">
6357 <features rotate="0" tabularvalignment="middle">
6358 <column alignment="center" valignment="top">
6359 <column alignment="center" valignment="top">
6360 <row>
6361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 Comando
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 Resultado
6375 \begin_inset Note Note
6376 status collapsed
6377
6378 \begin_layout Plain Layout
6379
6380 \series bold
6381
6382 \backslash
6383 raisebox
6384 \series default
6385  se usa sólo como espaciador
6386 \end_layout
6387
6388 \end_inset
6389
6390
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 </row>
6396 <row>
6397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401
6402 \backslash
6403 Bigm(
6404 \backslash
6405 bigm(
6406 \backslash
6407 ln(3x)
6408 \backslash
6409 bigm)^2
6410 \series bold
6411
6412 \begin_inset space \textvisiblespace{}
6413 \end_inset
6414
6415
6416 \series default
6417
6418 \backslash
6419 Bigm)
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6429 \end_inset
6430
6431
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 </row>
6437 <row>
6438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442
6443 \backslash
6444 Big(
6445 \backslash
6446 big(
6447 \backslash
6448 ln(3x)
6449 \backslash
6450 big)^2
6451 \series bold
6452
6453 \begin_inset space \textvisiblespace{}
6454 \end_inset
6455
6456
6457 \series default
6458
6459 \backslash
6460 Big)
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6466 \begin_inset Text
6467
6468 \begin_layout Plain Layout
6469 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6470 \end_inset
6471
6472
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 </row>
6478 <row>
6479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Plain Layout
6483
6484 \backslash
6485 Bigl(
6486 \backslash
6487 bigl(
6488 \backslash
6489 ln(3x)
6490 \backslash
6491 bigr)^2
6492 \series bold
6493
6494 \begin_inset space \textvisiblespace{}
6495 \end_inset
6496
6497
6498 \series default
6499
6500 \backslash
6501 Bigr)
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6511 \end_inset
6512
6513
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 </row>
6519 <row>
6520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524
6525 \backslash
6526 bigl)
6527 \backslash
6528 ln(3x)
6529 \backslash
6530 bigr(
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6540 \end_inset
6541
6542
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 </row>
6548 </lyxtabular>
6549
6550 \end_inset
6551
6552
6553 \end_layout
6554
6555 \begin_layout Subsubsection
6556 Tamaño automático de los delimitadores
6557 \begin_inset CommandInset label
6558 LatexCommand label
6559 name "sub:Tamaño-automático-de"
6560
6561 \end_inset
6562
6563
6564 \begin_inset Index idx
6565 status collapsed
6566
6567 \begin_layout Plain Layout
6568 Delimitadores ! tamaño automático
6569 \end_layout
6570
6571 \end_inset
6572
6573
6574 \end_layout
6575
6576 \begin_layout Standard
6577 Se pueden insertar delimitadores de tamaño variable con los comandos 
6578 \series bold
6579
6580 \backslash
6581 left
6582 \series default
6583
6584 \begin_inset Index idx
6585 status collapsed
6586
6587 \begin_layout Plain Layout
6588 Comandos ! L ! 
6589 \backslash
6590 left
6591 \end_layout
6592
6593 \end_inset
6594
6595  y 
6596 \series bold
6597
6598 \backslash
6599 right
6600 \series default
6601
6602 \begin_inset Index idx
6603 status collapsed
6604
6605 \begin_layout Plain Layout
6606 Comandos ! R ! 
6607 \backslash
6608 right
6609 \end_layout
6610
6611 \end_inset
6612
6613  o con el botón de la barra de ecuaciones 
6614 \begin_inset Graphics
6615         filename ../../images/dialog-show_mathdelimiter.png
6616         scale 85
6617
6618 \end_inset
6619
6620 .
6621  El delimitador deseado se debe insertar directamente detrás de 
6622 \series bold
6623
6624 \backslash
6625 left
6626 \series default
6627  y 
6628 \series bold
6629
6630 \backslash
6631 right
6632 \series default
6633 .
6634  El tamaño se calculará automáticamente después para la salida.
6635  
6636 \end_layout
6637
6638 \begin_layout Standard
6639 \noindent
6640 \align center
6641 delimitador normal: El comando 
6642 \series bold
6643
6644 \backslash
6645 ln(
6646 \backslash
6647 frac
6648 \series default
6649
6650 \begin_inset space \textvisiblespace{}
6651 \end_inset
6652
6653
6654 \series bold
6655 A
6656 \begin_inset Formula $\downarrow$
6657 \end_inset
6658
6659 C
6660 \series default
6661
6662 \begin_inset space \textvisiblespace{}
6663 \end_inset
6664
6665
6666 \series bold
6667 )
6668 \series default
6669  genera
6670 \begin_inset Formula 
6671 \[
6672 \ln(\frac{A}{C})
6673 \]
6674
6675 \end_inset
6676
6677
6678 \end_layout
6679
6680 \begin_layout Standard
6681 \noindent
6682 \align center
6683 delimitador multilínea: El comando 
6684 \series bold
6685
6686 \backslash
6687 ln
6688 \backslash
6689 left(
6690 \backslash
6691 frac
6692 \series default
6693
6694 \begin_inset space \textvisiblespace{}
6695 \end_inset
6696
6697
6698 \series bold
6699 A
6700 \begin_inset Formula $\downarrow$
6701 \end_inset
6702
6703 C
6704 \series default
6705
6706 \begin_inset space \textvisiblespace{}
6707 \end_inset
6708
6709
6710 \series bold
6711
6712 \backslash
6713 right)
6714 \series default
6715  genera
6716 \begin_inset Formula 
6717 \[
6718 \ln\left(\frac{A}{C}\right)
6719 \]
6720
6721 \end_inset
6722
6723
6724 \end_layout
6725
6726 \begin_layout Standard
6727 En lugar de 
6728 \series bold
6729
6730 \backslash
6731 left
6732 \series default
6733  y 
6734 \series bold
6735
6736 \backslash
6737 right
6738 \series default
6739  se puede usar el atajo 
6740 \family sans
6741 Alt+M
6742 \begin_inset space ~
6743 \end_inset
6744
6745 Corchete
6746 \family default
6747 .
6748  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
6749  real del delimitador y además se genera el correspondiente delimitador
6750  de cierre.
6751 \begin_inset Newline newline
6752 \end_inset
6753
6754 El comando para el último ejemplo sería 
6755 \series bold
6756
6757 \backslash
6758 ln Alt+M
6759 \series default
6760  
6761 \series bold
6762 (
6763 \backslash
6764 frac
6765 \begin_inset space \textvisiblespace{}
6766 \end_inset
6767
6768 A
6769 \begin_inset Formula $\downarrow$
6770 \end_inset
6771
6772
6773 \end_layout
6774
6775 \begin_layout Standard
6776 Para omitir uno de los dos delimitadores se inserta un punto.
6777  Por ejemplo, el comando 
6778 \series bold
6779
6780 \backslash
6781 left.
6782 \backslash
6783 frac
6784 \series default
6785
6786 \begin_inset space \textvisiblespace{}
6787 \end_inset
6788
6789
6790 \series bold
6791 A
6792 \begin_inset Formula $\downarrow$
6793 \end_inset
6794
6795 B
6796 \series default
6797
6798 \begin_inset space \textvisiblespace{}
6799 \end_inset
6800
6801
6802 \series bold
6803
6804 \backslash
6805 right}
6806 \series default
6807  da lugar a:
6808 \begin_inset Formula 
6809 \[
6810 \left.\frac{A}{B}\right\} 
6811 \]
6812
6813 \end_inset
6814
6815
6816 \end_layout
6817
6818 \begin_layout Standard
6819 LyX convertirá los comandos 
6820 \series bold
6821
6822 \backslash
6823 left
6824 \series default
6825  y 
6826 \series bold
6827
6828 \backslash
6829 right
6830 \series default
6831  a su tamaño adecuado cuando el documento sea recargado y el delimitador
6832  omitido aparecerá como línea de trazos.
6833  
6834 \begin_inset VSpace bigskip
6835 \end_inset
6836
6837
6838 \end_layout
6839
6840 \begin_layout Standard
6841 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
6842  de LaTeX, el comando 
6843 \series bold
6844
6845 \backslash
6846 middle
6847 \series default
6848
6849 \begin_inset Index idx
6850 status collapsed
6851
6852 \begin_layout Plain Layout
6853 Comandos ! M ! 
6854 \backslash
6855 middle
6856 \end_layout
6857
6858 \end_inset
6859
6860  está también disponible para todos los delimitadores y límites.
6861  Con este comando la altura del siguiente carácter se adapta a la de los
6862  delimitadores circundantes, lo que es necesario, p.
6863 \begin_inset space \thinspace{}
6864 \end_inset
6865
6866 e., para vectores cuánticos: 
6867 \begin_inset Formula 
6868 \[
6869 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6870 \]
6871
6872 \end_inset
6873
6874
6875 \end_layout
6876
6877 \begin_layout Standard
6878 Para este tipo de vectores hay un paquete LaTeX específico que se describe
6879  en
6880 \begin_inset space ~
6881 \end_inset
6882
6883
6884 \begin_inset CommandInset ref
6885 LatexCommand ref
6886 reference "sub:Vectores-cuánticos"
6887
6888 \end_inset
6889
6890 .
6891 \end_layout
6892
6893 \begin_layout Subsection
6894 Delimitadores horizontales
6895 \begin_inset Index idx
6896 status collapsed
6897
6898 \begin_layout Plain Layout
6899 Delimitadores ! horizontales
6900 \end_layout
6901
6902 \end_inset
6903
6904
6905 \end_layout
6906
6907 \begin_layout Standard
6908 \noindent
6909 \align center
6910 \begin_inset Tabular
6911 <lyxtabular version="3" rows="4" columns="2">
6912 <features rotate="0" tabularvalignment="middle">
6913 <column alignment="center" valignment="top">
6914 <column alignment="center" valignment="top">
6915 <row>
6916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 Comando
6921 \begin_inset Note Note
6922 status collapsed
6923
6924 \begin_layout Plain Layout
6925
6926 \series bold
6927
6928 \backslash
6929 raisebox
6930 \series default
6931  se usa sólo como espaciador
6932 \end_layout
6933
6934 \end_inset
6935
6936
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 Resultado
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 </row>
6951 <row>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 \begin_inset ERT
6957 status collapsed
6958
6959 \begin_layout Plain Layout
6960
6961
6962 \backslash
6963 raisebox{2.3mm}{
6964 \end_layout
6965
6966 \end_inset
6967
6968
6969 \backslash
6970 overbrace
6971 \begin_inset space \textvisiblespace{}
6972 \end_inset
6973
6974 A+B
6975 \begin_inset space \textvisiblespace{}
6976 \end_inset
6977
6978 ^
6979 \begin_inset space \textvisiblespace{}
6980 \end_inset
6981
6982 3
6983 \begin_inset ERT
6984 status collapsed
6985
6986 \begin_layout Plain Layout
6987
6988 }
6989 \end_layout
6990
6991 \end_inset
6992
6993
6994 \begin_inset Index idx
6995 status collapsed
6996
6997 \begin_layout Plain Layout
6998 Comandos ! O ! 
6999 \backslash
7000 overbrace
7001 \end_layout
7002
7003 \end_inset
7004
7005
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 \begin_inset Formula $\overbrace{A+B}^{3}$
7015 \end_inset
7016
7017
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 </row>
7023 <row>
7024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 \begin_inset ERT
7029 status collapsed
7030
7031 \begin_layout Plain Layout
7032
7033
7034 \backslash
7035 raisebox{-2.2mm}{
7036 \end_layout
7037
7038 \end_inset
7039
7040
7041 \backslash
7042 underbrace
7043 \begin_inset space \textvisiblespace{}
7044 \end_inset
7045
7046 A+B
7047 \begin_inset space \textvisiblespace{}
7048 \end_inset
7049
7050 _5
7051 \begin_inset ERT
7052 status collapsed
7053
7054 \begin_layout Plain Layout
7055
7056 }
7057 \end_layout
7058
7059 \end_inset
7060
7061
7062 \begin_inset Index idx
7063 status collapsed
7064
7065 \begin_layout Plain Layout
7066 Comandos ! U ! 
7067 \backslash
7068 underbrace
7069 \end_layout
7070
7071 \end_inset
7072
7073
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 \begin_inset Formula $\underbrace{A+B}_{5}$
7083 \end_inset
7084
7085
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 </row>
7091 <row>
7092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096
7097 \backslash
7098 overbrace
7099 \begin_inset space \textvisiblespace{}
7100 \end_inset
7101
7102
7103 \backslash
7104 underbrace
7105 \begin_inset space \textvisiblespace{}
7106 \end_inset
7107
7108 A+B_w
7109 \begin_inset space \textvisiblespace{}
7110 \end_inset
7111
7112
7113 \begin_inset space \textvisiblespace{}
7114 \end_inset
7115
7116 _7
7117 \begin_inset space \textvisiblespace{}
7118 \end_inset
7119
7120
7121 \begin_inset space \textvisiblespace{}
7122 \end_inset
7123
7124 ^
7125 \begin_inset space \textvisiblespace{}
7126 \end_inset
7127
7128 C
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7138 \end_inset
7139
7140
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 </row>
7146 </lyxtabular>
7147
7148 \end_inset
7149
7150
7151 \end_layout
7152
7153 \begin_layout Standard
7154 En el último ejemplo no importa en qué orden se introducen los comandos
7155  
7156 \series bold
7157
7158 \backslash
7159 overbrace
7160 \series default
7161  y 
7162 \series bold
7163
7164 \backslash
7165 underbrace
7166 \series default
7167 .
7168 \begin_inset VSpace bigskip
7169 \end_inset
7170
7171
7172 \end_layout
7173
7174 \begin_layout Standard
7175 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7176  multilínea, como se describe en
7177 \begin_inset space ~
7178 \end_inset
7179
7180
7181 \begin_inset CommandInset ref
7182 LatexCommand ref
7183 reference "sec:Ecuaciones-multilínea"
7184
7185 \end_inset
7186
7187 :
7188 \begin_inset Formula 
7189 \begin{eqnarray*}
7190 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7191  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7192 \end{eqnarray*}
7193
7194 \end_inset
7195
7196 En la primera fila se insertan la ecuación y la primera llave.
7197  Aquí es importante insertar el comando de espacio
7198 \begin_inset Foot
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202 Los comandos para espacios se explican en 
7203 \begin_inset CommandInset ref
7204 LatexCommand ref
7205 reference "sub:Espacio-predefinido"
7206
7207 \end_inset
7208
7209
7210 \end_layout
7211
7212 \end_inset
7213
7214  
7215 \series bold
7216
7217 \backslash
7218 :
7219 \series default
7220  antes de la primera
7221 \series bold
7222  
7223 \series default
7224
7225 \begin_inset Formula $d$
7226 \end_inset
7227
7228 , porque la llave que termina detrás de 
7229 \begin_inset Formula $q$
7230 \end_inset
7231
7232  impide que el siguiente 
7233 \begin_inset Quotes fld
7234 \end_inset
7235
7236 +
7237 \begin_inset Quotes frd
7238 \end_inset
7239
7240  esté rodeado de espacio.
7241 \begin_inset Foot
7242 status collapsed
7243
7244 \begin_layout Plain Layout
7245 Debido a que la llave no es considerada como carácter, véase 
7246 \begin_inset CommandInset ref
7247 LatexCommand ref
7248 reference "sub:Operadores-binarios"
7249
7250 \end_inset
7251
7252
7253 \end_layout
7254
7255 \end_inset
7256
7257  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7258  de 
7259 \begin_inset Formula $b$
7260 \end_inset
7261
7262  se inserta antes el comando 
7263 \series bold
7264
7265 \backslash
7266 hphantom{gggg+
7267 \backslash
7268 :}
7269 \series default
7270 .
7271 \begin_inset Foot
7272 status collapsed
7273
7274 \begin_layout Plain Layout
7275 Más sobre 
7276 \series bold
7277
7278 \backslash
7279 hphantom
7280 \series default
7281  en 
7282 \begin_inset CommandInset ref
7283 LatexCommand ref
7284 reference "sub:Espacios-reservados"
7285
7286 \end_inset
7287
7288
7289 \end_layout
7290
7291 \end_inset
7292
7293  Ese espacio es necesario porque el signo 
7294 \begin_inset Quotes fld
7295 \end_inset
7296
7297 +
7298 \begin_inset Quotes frd
7299 \end_inset
7300
7301  va seguido de un espacio en la ecuación.
7302  La llave se coloca bajo el comando 
7303 \series bold
7304
7305 \backslash
7306 hphantom{bbqq+dddd}
7307 \series default
7308 .
7309  
7310 \end_layout
7311
7312 \begin_layout Standard
7313 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7314  ejemplo:
7315 \begin_inset ERT
7316 status collapsed
7317
7318 \begin_layout Plain Layout
7319
7320
7321 \backslash
7322 setlength{
7323 \backslash
7324 jot}{-6pt}
7325 \end_layout
7326
7327 \end_inset
7328
7329
7330 \begin_inset Formula 
7331 \begin{eqnarray*}
7332  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7333 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7334 \end{eqnarray*}
7335
7336 \end_inset
7337
7338
7339 \begin_inset ERT
7340 status collapsed
7341
7342 \begin_layout Plain Layout
7343
7344
7345 \backslash
7346 setlength{
7347 \backslash
7348 jot}{3pt}
7349 \end_layout
7350
7351 \end_inset
7352
7353 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7354  anterior, con la diferencia de que la llave está encima.
7355  La segunda fila contiene la ecuación junto con la segunda llave.
7356  Para evitar que haya demasiado espacio entre la llave superior en la primera
7357  fila y la ecuación hay que reducirlo.
7358  Esto no es fácil de hacer debido a un fallo de LyX.
7359 \begin_inset Foot
7360 status collapsed
7361
7362 \begin_layout Plain Layout
7363 \begin_inset CommandInset href
7364 LatexCommand href
7365 name "LyX-bug #1505"
7366 target "http://www.lyx.org/trac/ticket/1505"
7367
7368 \end_inset
7369
7370
7371 \end_layout
7372
7373 \end_inset
7374
7375  Una solución es cambiar la separación global de filas en la ecuación, 
7376 \series bold
7377
7378 \backslash
7379 jot
7380 \series default
7381
7382 \begin_inset Index idx
7383 status collapsed
7384
7385 \begin_layout Plain Layout
7386 Comandos ! J ! 
7387 \backslash
7388 jot
7389 \end_layout
7390
7391 \end_inset
7392
7393 , en -6
7394 \begin_inset space \thinspace{}
7395 \end_inset
7396
7397 pt insertando antes de la ecuación el comando 
7398 \series bold
7399
7400 \backslash
7401 setlength{
7402 \backslash
7403 jot}{-6pt}
7404 \series default
7405  en modo TeX.
7406  Después de la ecuación se vuelve al valor normal 3
7407 \begin_inset space \thinspace{}
7408 \end_inset
7409
7410 pt de 
7411 \series bold
7412
7413 \backslash
7414 jot
7415 \series default
7416  usando el mismo comando.
7417  Más información sobre separación de filas en ecuaciones en
7418 \begin_inset space ~
7419 \end_inset
7420
7421
7422 \begin_inset CommandInset ref
7423 LatexCommand ref
7424 reference "sub:Separación-de-líneas"
7425
7426 \end_inset
7427
7428 .
7429 \end_layout
7430
7431 \begin_layout Section
7432 Flechas
7433 \begin_inset Index idx
7434 status collapsed
7435
7436 \begin_layout Plain Layout
7437 Flechas
7438 \end_layout
7439
7440 \end_inset
7441
7442
7443 \end_layout
7444
7445 \begin_layout Standard
7446 Las flechas se pueden insertar con el botón 
7447 \begin_inset Graphics
7448         filename ../../images/math/leftarrow.png
7449         scale 85
7450
7451 \end_inset
7452
7453  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7454  siguientes.
7455 \end_layout
7456
7457 \begin_layout Subsection
7458 Flechas horizontales
7459 \begin_inset Index idx
7460 status collapsed
7461
7462 \begin_layout Plain Layout
7463 Flechas ! horizontales
7464 \end_layout
7465
7466 \end_inset
7467
7468
7469 \end_layout
7470
7471 \begin_layout Standard
7472 \begin_inset space \hfill{}
7473 \end_inset
7474
7475
7476 \begin_inset Tabular
7477 <lyxtabular version="3" rows="8" columns="2">
7478 <features rotate="0" tabularvalignment="middle">
7479 <column alignment="center" valignment="top" width="0pt">
7480 <column alignment="center" valignment="top" width="0pt">
7481 <row>
7482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486 Comando
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495 Resultado
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 </row>
7501 <row>
7502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506
7507 \backslash
7508 gets
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517 \begin_inset Formula $\gets$
7518 \end_inset
7519
7520
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 </row>
7526 <row>
7527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531
7532 \backslash
7533 Leftarrow
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 \begin_inset Formula $\Leftarrow$
7543 \end_inset
7544
7545
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 </row>
7551 <row>
7552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556
7557 \backslash
7558 longleftarrow
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 \begin_inset Formula $\longleftarrow$
7568 \end_inset
7569
7570
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 </row>
7576 <row>
7577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581
7582 \backslash
7583 Longleftarrow
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592 \begin_inset Formula $\Longleftarrow$
7593 \end_inset
7594
7595
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 </row>
7601 <row>
7602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606
7607 \backslash
7608 leftharpoonup
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 \begin_inset Formula $\leftharpoonup$
7618 \end_inset
7619
7620
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 </row>
7626 <row>
7627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631
7632 \backslash
7633 leftharpoondown
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642 \begin_inset Formula $\leftharpoondown$
7643 \end_inset
7644
7645
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 </row>
7651 <row>
7652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656
7657 \backslash
7658 hookleftarrow
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667 \begin_inset Formula $\hookleftarrow$
7668 \end_inset
7669
7670
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 </row>
7676 </lyxtabular>
7677
7678 \end_inset
7679
7680
7681 \begin_inset space \hfill{}
7682 \end_inset
7683
7684
7685 \begin_inset Tabular
7686 <lyxtabular version="3" rows="8" columns="2">
7687 <features rotate="0" tabularvalignment="middle">
7688 <column alignment="center" valignment="top" width="0pt">
7689 <column alignment="center" valignment="top" width="0pt">
7690 <row>
7691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695 Comando
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Plain Layout
7704 Resultado
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 </row>
7710 <row>
7711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715
7716 \backslash
7717 to
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726 \begin_inset Formula $\to$
7727 \end_inset
7728
7729
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 </row>
7735 <row>
7736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740
7741 \backslash
7742 Rightarrow
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751 \begin_inset Formula $\Rightarrow$
7752 \end_inset
7753
7754
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 </row>
7760 <row>
7761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765
7766 \backslash
7767 longrightarrow
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776 \begin_inset Formula $\longrightarrow$
7777 \end_inset
7778
7779
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 </row>
7785 <row>
7786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \backslash
7792 Longrightarrow
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 \begin_inset Formula $\Longrightarrow$
7802 \end_inset
7803
7804
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 </row>
7810 <row>
7811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \backslash
7817 rightharpoonup
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826 \begin_inset Formula $\rightharpoonup$
7827 \end_inset
7828
7829
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 </row>
7835 <row>
7836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840
7841 \backslash
7842 rightharpoondown
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851 \begin_inset Formula $\rightharpoondown$
7852 \end_inset
7853
7854
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 </row>
7860 <row>
7861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865
7866 \backslash
7867 hookrightarrow
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876 \begin_inset Formula $\hookrightarrow$
7877 \end_inset
7878
7879
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 </row>
7885 </lyxtabular>
7886
7887 \end_inset
7888
7889
7890 \begin_inset space \hfill{}
7891 \end_inset
7892
7893
7894 \end_layout
7895
7896 \begin_layout Standard
7897 \begin_inset space \hfill{}
7898 \end_inset
7899
7900
7901 \begin_inset Tabular
7902 <lyxtabular version="3" rows="6" columns="2">
7903 <features rotate="0" tabularvalignment="middle">
7904 <column alignment="center" valignment="top" width="0pt">
7905 <column alignment="center" valignment="top" width="0pt">
7906 <row>
7907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 Comando
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920 Resultado
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 </row>
7926 <row>
7927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931
7932 \backslash
7933 leftrightarrow
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 \begin_inset Formula $\leftrightarrow$
7943 \end_inset
7944
7945
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 </row>
7951 <row>
7952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \backslash
7958 Leftrightarrow
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 \begin_inset Formula $\Leftrightarrow$
7968 \end_inset
7969
7970
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 </row>
7976 <row>
7977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981
7982 \backslash
7983 longleftrightarrow
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992 \begin_inset Formula $\longleftrightarrow$
7993 \end_inset
7994
7995
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \backslash
8008 Longleftrightarrow
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 \begin_inset Formula $\Longleftrightarrow$
8018 \end_inset
8019
8020
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row>
8027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \backslash
8033 rightleftharpoons
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 \begin_inset Formula $\rightleftharpoons$
8043 \end_inset
8044
8045
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 </row>
8051 </lyxtabular>
8052
8053 \end_inset
8054
8055
8056 \begin_inset space \hspace{}
8057 \length 25pt
8058 \end_inset
8059
8060
8061 \begin_inset space \hfill{}
8062 \end_inset
8063
8064
8065 \begin_inset Tabular
8066 <lyxtabular version="3" rows="5" columns="2">
8067 <features rotate="0" tabularvalignment="middle">
8068 <column alignment="center" valignment="top" width="0pt">
8069 <column alignment="center" valignment="top" width="0pt">
8070 <row>
8071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 Comando
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 Resultado
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 </row>
8090 <row>
8091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095
8096 \backslash
8097 mapsto
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 \begin_inset Formula $\mapsto$
8107 \end_inset
8108
8109
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 </row>
8115 <row>
8116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120
8121 \backslash
8122 longmapsto
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 \begin_inset Formula $\longmapsto$
8132 \end_inset
8133
8134
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 </row>
8140 <row>
8141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145
8146 \backslash
8147 leadsto
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 \begin_inset Formula $\leadsto$
8157 \end_inset
8158
8159
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 </row>
8165 <row>
8166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170
8171 \backslash
8172 dasharrow
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 \begin_inset Formula $\dasharrow$
8182 \end_inset
8183
8184
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 </row>
8190 </lyxtabular>
8191
8192 \end_inset
8193
8194
8195 \begin_inset space \hfill{}
8196 \end_inset
8197
8198
8199 \begin_inset VSpace medskip
8200 \end_inset
8201
8202
8203 \end_layout
8204
8205 \begin_layout Standard
8206 Las flechas que se utilizan como acentos, p.
8207 \begin_inset space \thinspace{}
8208 \end_inset
8209
8210 e.
8211  en vectores, se describen en 
8212 \begin_inset CommandInset ref
8213 LatexCommand ref
8214 reference "sec:Acentos"
8215
8216 \end_inset
8217
8218 .
8219  
8220 \begin_inset VSpace bigskip
8221 \end_inset
8222
8223
8224 \end_layout
8225
8226 \begin_layout Standard
8227 Además hay las flechas etiquetadas
8228 \begin_inset Index idx
8229 status collapsed
8230
8231 \begin_layout Plain Layout
8232 Flechas ! etiquetadas
8233 \end_layout
8234
8235 \end_inset
8236
8237  
8238 \series bold
8239
8240 \backslash
8241 xleftarrow
8242 \series default
8243
8244 \begin_inset Index idx
8245 status collapsed
8246
8247 \begin_layout Plain Layout
8248 Comandos ! X ! 
8249 \backslash
8250 xleftarrow
8251 \end_layout
8252
8253 \end_inset
8254
8255  y 
8256 \series bold
8257
8258 \backslash
8259 xrightarrow
8260 \series default
8261
8262 \begin_inset Index idx
8263 status collapsed
8264
8265 \begin_layout Plain Layout
8266 Comandos ! X ! 
8267 \backslash
8268 xrightarrow
8269 \begin_inset ERT
8270 status collapsed
8271
8272 \begin_layout Plain Layout
8273
8274
8275 \backslash
8276 vspace{4mm}
8277 \end_layout
8278
8279 \end_inset
8280
8281
8282 \end_layout
8283
8284 \end_inset
8285
8286 .
8287  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8288  con dos marcos azules donde se puede insertar la etiqueta.
8289  La longitud de la flecha se adapta a la anchura de la etiqueta.
8290 \end_layout
8291
8292 \begin_layout Standard
8293 \noindent
8294 \align center
8295 \begin_inset Tabular
8296 <lyxtabular version="3" rows="3" columns="2">
8297 <features rotate="0" tabularvalignment="middle">
8298 <column alignment="center" valignment="top">
8299 <column alignment="center" valignment="top">
8300 <row>
8301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 Comando
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 Resultado
8315 \begin_inset Note Note
8316 status collapsed
8317
8318 \begin_layout Plain Layout
8319
8320 \series bold
8321
8322 \backslash
8323 raisebox
8324 \series default
8325  se usa sólo como espaciador
8326 \end_layout
8327
8328 \end_inset
8329
8330
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 <row>
8337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 F(a)
8342 \backslash
8343 xleftarrow
8344 \begin_inset space \textvisiblespace{}
8345 \end_inset
8346
8347 x=a
8348 \begin_inset Formula $\downarrow$
8349 \end_inset
8350
8351 x>0
8352 \begin_inset Formula $\to$
8353 \end_inset
8354
8355 F(x)
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8365 \end_inset
8366
8367
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 F(x)
8379 \backslash
8380 xrightarrow
8381 \begin_inset space \textvisiblespace{}
8382 \end_inset
8383
8384 x=a
8385 \begin_inset Formula $\downarrow$
8386 \end_inset
8387
8388 x>0
8389 \begin_inset Formula $\to$
8390 \end_inset
8391
8392 F(a)
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8402 \end_inset
8403
8404
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 </row>
8410 </lyxtabular>
8411
8412 \end_inset
8413
8414
8415 \end_layout
8416
8417 \begin_layout Subsection
8418 Flechas verticales y diagonales
8419 \begin_inset Index idx
8420 status collapsed
8421
8422 \begin_layout Plain Layout
8423 Flechas ! diagonales
8424 \end_layout
8425
8426 \end_inset
8427
8428
8429 \begin_inset Index idx
8430 status collapsed
8431
8432 \begin_layout Plain Layout
8433 Flechas ! verticales
8434 \end_layout
8435
8436 \end_inset
8437
8438
8439 \end_layout
8440
8441 \begin_layout Standard
8442 \begin_inset space \hfill{}
8443 \end_inset
8444
8445
8446 \begin_inset Tabular
8447 <lyxtabular version="3" rows="7" columns="2">
8448 <features rotate="0" tabularvalignment="middle">
8449 <column alignment="center" valignment="top" width="0pt">
8450 <column alignment="center" valignment="top" width="0pt">
8451 <row>
8452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 Comando
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 Resultado
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 </row>
8471 <row>
8472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476
8477 \backslash
8478 uparrow
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 \begin_inset Formula $\uparrow$
8488 \end_inset
8489
8490
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 </row>
8496 <row>
8497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501
8502 \backslash
8503 Uparrow
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 \begin_inset Formula $\Uparrow$
8513 \end_inset
8514
8515
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 </row>
8521 <row>
8522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526
8527 \backslash
8528 updownarrow
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 \begin_inset Formula $\updownarrow$
8538 \end_inset
8539
8540
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 </row>
8546 <row>
8547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551
8552 \backslash
8553 Updownarrow
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 \begin_inset Formula $\Updownarrow$
8563 \end_inset
8564
8565
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \backslash
8578 Downarrow
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 \begin_inset Formula $\Downarrow$
8588 \end_inset
8589
8590
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 </row>
8596 <row>
8597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601
8602 \backslash
8603 downarrow
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 \begin_inset Formula $\downarrow$
8613 \end_inset
8614
8615
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 </row>
8621 </lyxtabular>
8622
8623 \end_inset
8624
8625
8626 \begin_inset space \hfill{}
8627 \end_inset
8628
8629
8630 \begin_inset Tabular
8631 <lyxtabular version="3" rows="5" columns="2">
8632 <features rotate="0" tabularvalignment="middle">
8633 <column alignment="center" valignment="top" width="0pt">
8634 <column alignment="center" valignment="top" width="0pt">
8635 <row>
8636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 Comando
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 Resultado
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 </row>
8655 <row>
8656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660
8661 \backslash
8662 nearrow
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 \begin_inset Formula $\nearrow$
8672 \end_inset
8673
8674
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 </row>
8680 <row>
8681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \backslash
8687 searrow
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 \begin_inset Formula $\searrow$
8697 \end_inset
8698
8699
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 <row>
8706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710
8711 \backslash
8712 swarrow
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 \begin_inset Formula $\swarrow$
8722 \end_inset
8723
8724
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 </row>
8730 <row>
8731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735
8736 \backslash
8737 nwarrow
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 \begin_inset Formula $\nwarrow$
8747 \end_inset
8748
8749
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 </lyxtabular>
8756
8757 \end_inset
8758
8759
8760 \begin_inset space \hfill{}
8761 \end_inset
8762
8763
8764 \end_layout
8765
8766 \begin_layout Standard
8767 \begin_inset VSpace medskip
8768 \end_inset
8769
8770
8771 \end_layout
8772
8773 \begin_layout Standard
8774 Las flechas verticales también se pueden usar como delimitadores junto con
8775  los comandos descritos en
8776 \begin_inset space ~
8777 \end_inset
8778
8779
8780 \begin_inset CommandInset ref
8781 LatexCommand ref
8782 reference "sub:Tamaño-manual-de"
8783
8784 \end_inset
8785
8786  y 
8787 \begin_inset CommandInset ref
8788 LatexCommand ref
8789 reference "sub:Tamaño-automático-de"
8790
8791 \end_inset
8792
8793 .
8794 \end_layout
8795
8796 \begin_layout Standard
8797 \noindent
8798 \align center
8799 \begin_inset Newpage newpage
8800 \end_inset
8801
8802
8803 \end_layout
8804
8805 \begin_layout Section
8806 Acentos
8807 \begin_inset CommandInset label
8808 LatexCommand label
8809 name "sec:Acentos"
8810
8811 \end_inset
8812
8813
8814 \begin_inset Index idx
8815 status collapsed
8816
8817 \begin_layout Plain Layout
8818 Acentos
8819 \end_layout
8820
8821 \end_inset
8822
8823
8824 \end_layout
8825
8826 \begin_layout Standard
8827 Los acentos se pueden insertar con el botón 
8828 \begin_inset Graphics
8829         filename ../../images/math/hat.png
8830         scale 85
8831
8832 \end_inset
8833
8834  o mediante los comandos listados en las siguientes subsecciones.
8835 \end_layout
8836
8837 \begin_layout Subsection
8838 Acentos para un carácter
8839 \begin_inset ERT
8840 status collapsed
8841
8842 \begin_layout Plain Layout
8843
8844
8845 \backslash
8846 texorpdfstring{
8847 \end_layout
8848
8849 \end_inset
8850
8851
8852 \begin_inset Foot
8853 status collapsed
8854
8855 \begin_layout Plain Layout
8856 Para acentos en texto, véase 
8857 \begin_inset CommandInset ref
8858 LatexCommand ref
8859 reference "sub:Acentos-en-texto"
8860
8861 \end_inset
8862
8863
8864 \end_layout
8865
8866 \end_inset
8867
8868
8869 \begin_inset ERT
8870 status collapsed
8871
8872 \begin_layout Plain Layout
8873
8874 }{}
8875 \end_layout
8876
8877 \end_inset
8878
8879
8880 \begin_inset Note Note
8881 status collapsed
8882
8883 \begin_layout Plain Layout
8884
8885 \series bold
8886
8887 \backslash
8888 texorpdfstring
8889 \series default
8890  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
8891 \end_layout
8892
8893 \begin_layout Plain Layout
8894 Más sobre 
8895 \series bold
8896
8897 \backslash
8898 texorpdfstring
8899 \series default
8900  en la sección 
8901 \begin_inset CommandInset ref
8902 LatexCommand ref
8903 reference "sub:Ecuaciones-en-encabezados"
8904
8905 \end_inset
8906
8907 .
8908 \end_layout
8909
8910 \end_inset
8911
8912
8913 \begin_inset CommandInset label
8914 LatexCommand label
8915 name "sub:Acentos-para-un"
8916
8917 \end_inset
8918
8919
8920 \begin_inset Index idx
8921 status collapsed
8922
8923 \begin_layout Plain Layout
8924 Acentos ! para un carácter
8925 \end_layout
8926
8927 \end_inset
8928
8929
8930 \end_layout
8931
8932 \begin_layout Standard
8933 \begin_inset space \hfill{}
8934 \end_inset
8935
8936
8937 \begin_inset Tabular
8938 <lyxtabular version="3" rows="8" columns="2">
8939 <features rotate="0" tabularvalignment="middle">
8940 <column alignment="center" valignment="top" width="0pt">
8941 <column alignment="center" valignment="top" width="0pt">
8942 <row>
8943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 Comando
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 Resultado
8957 \begin_inset Note Note
8958 status collapsed
8959
8960 \begin_layout Plain Layout
8961
8962 \series bold
8963
8964 \backslash
8965 raisebox
8966 \series default
8967  se usa sólo como espaciador
8968 \end_layout
8969
8970 \end_inset
8971
8972
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 </row>
8978 <row>
8979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983
8984 \backslash
8985 dot
8986 \begin_inset space \textvisiblespace{}
8987 \end_inset
8988
8989 A
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8999 \end_inset
9000
9001
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 </row>
9007 <row>
9008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012
9013 \backslash
9014 ddot
9015 \begin_inset space \textvisiblespace{}
9016 \end_inset
9017
9018 A
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9028 \end_inset
9029
9030
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row>
9037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041
9042 \backslash
9043 dddot
9044 \begin_inset space \textvisiblespace{}
9045 \end_inset
9046
9047 A
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9057 \end_inset
9058
9059
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \backslash
9072 ddddot
9073 \begin_inset space \textvisiblespace{}
9074 \end_inset
9075
9076 A
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9086 \end_inset
9087
9088
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099
9100 \backslash
9101 vec
9102 \begin_inset space \textvisiblespace{}
9103 \end_inset
9104
9105 A
9106 \begin_inset Index idx
9107 status collapsed
9108
9109 \begin_layout Plain Layout
9110 Vectores
9111 \end_layout
9112
9113 \end_inset
9114
9115
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9125 \end_inset
9126
9127
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row>
9134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \backslash
9140 bar
9141 \begin_inset space \textvisiblespace{}
9142 \end_inset
9143
9144 A
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9154 \end_inset
9155
9156
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 </row>
9162 <row>
9163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167
9168 \backslash
9169 mathring
9170 \begin_inset space \textvisiblespace{}
9171 \end_inset
9172
9173 A
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9183 \end_inset
9184
9185
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 </row>
9191 </lyxtabular>
9192
9193 \end_inset
9194
9195
9196 \begin_inset space \hfill{}
9197 \end_inset
9198
9199
9200 \begin_inset Tabular
9201 <lyxtabular version="3" rows="7" columns="2">
9202 <features rotate="0" tabularvalignment="middle">
9203 <column alignment="center" valignment="top" width="0pt">
9204 <column alignment="center" valignment="top" width="0pt">
9205 <row>
9206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 Comando
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 Resultado
9220 \begin_inset Note Note
9221 status collapsed
9222
9223 \begin_layout Plain Layout
9224
9225 \series bold
9226
9227 \backslash
9228 raisebox
9229 \series default
9230  se usa sólo como espaciador
9231 \end_layout
9232
9233 \end_inset
9234
9235
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 </row>
9241 <row>
9242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246
9247 \backslash
9248 tilde
9249 \begin_inset space \textvisiblespace{}
9250 \end_inset
9251
9252 A
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \backslash
9277 hat
9278 \begin_inset space \textvisiblespace{}
9279 \end_inset
9280
9281 A
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9291 \end_inset
9292
9293
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 </row>
9299 <row>
9300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304
9305 \backslash
9306 check
9307 \begin_inset space \textvisiblespace{}
9308 \end_inset
9309
9310 A
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9320 \end_inset
9321
9322
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 </row>
9328 <row>
9329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333
9334 \backslash
9335 acute
9336 \begin_inset space \textvisiblespace{}
9337 \end_inset
9338
9339 A
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9349 \end_inset
9350
9351
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 </row>
9357 <row>
9358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362
9363 \backslash
9364 grave
9365 \begin_inset space \textvisiblespace{}
9366 \end_inset
9367
9368 A
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9378 \end_inset
9379
9380
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 </row>
9386 <row>
9387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391
9392 \backslash
9393 breve
9394 \begin_inset space \textvisiblespace{}
9395 \end_inset
9396
9397 A
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9407 \end_inset
9408
9409
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 </row>
9415 </lyxtabular>
9416
9417 \end_inset
9418
9419
9420 \begin_inset space \hfill{}
9421 \end_inset
9422
9423
9424 \end_layout
9425
9426 \begin_layout Standard
9427 \begin_inset VSpace bigskip
9428 \end_inset
9429
9430
9431 \end_layout
9432
9433 \begin_layout Standard
9434 En ecuaciones se pueden insertar acentos como 
9435 \begin_inset Quotes fld
9436 \end_inset
9437
9438 é
9439 \begin_inset Quotes frd
9440 \end_inset
9441
9442  directamente.
9443  LyX los transformará al comando de acento correspondiente.
9444  Para poner diéresis
9445 \begin_inset Index idx
9446 status collapsed
9447
9448 \begin_layout Plain Layout
9449 Dieresis@Diéresis
9450 \end_layout
9451
9452 \end_inset
9453
9454  es mejor insertar comillas antes de la vocal.
9455  Estos dos caracteres son considerados por LaTeX como 
9456 \emph on
9457 un solo
9458 \emph default
9459  carácter si la parte de la ecuación con la diéresis se marca en idioma
9460  alemán.
9461 \begin_inset Foot
9462 status collapsed
9463
9464 \begin_layout Plain Layout
9465 O algún otro idioma que use acentos, p.
9466 \begin_inset space \thinspace{}
9467 \end_inset
9468
9469 e.
9470  catalán.
9471  Aunque esto no funciona en español por algún conflicto con el estilo 
9472 \series bold
9473 spanish
9474 \series default
9475  de 
9476 \series bold
9477 babel
9478 \series default
9479 , no es necesario: se puede escribir 
9480 \begin_inset Formula $ï$
9481 \end_inset
9482
9483  en una ecuación igual que se hace en texto normal, ï.
9484  (
9485 \emph on
9486 N.
9487 \begin_inset space \thinspace{}
9488 \end_inset
9489
9490 del t.
9491 \emph default
9492 )
9493 \end_layout
9494
9495 \end_inset
9496
9497  A diferencia de 
9498 \series bold
9499
9500 \backslash
9501 ddot
9502 \series default
9503 , con este método se generan diéresis 
9504 \begin_inset Quotes fld
9505 \end_inset
9506
9507 reales
9508 \begin_inset Quotes frd
9509 \end_inset
9510
9511 , como se demuestra en el siguiente ejemplo:
9512 \begin_inset VSpace -2mm
9513 \end_inset
9514
9515
9516 \end_layout
9517
9518 \begin_layout Standard
9519 \noindent
9520 \align center
9521 \begin_inset Tabular
9522 <lyxtabular version="3" rows="3" columns="2">
9523 <features rotate="0" tabularvalignment="middle">
9524 <column alignment="center" valignment="top">
9525 <column alignment="center" valignment="top">
9526 <row>
9527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531 Comando
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540 Resultado
9541 \begin_inset Note Note
9542 status collapsed
9543
9544 \begin_layout Plain Layout
9545
9546 \series bold
9547
9548 \backslash
9549 raisebox
9550 \series default
9551  se usa sólo como espaciador.
9552 \end_layout
9553
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 <row>
9563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567 ï
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576 \begin_inset Formula $ï$
9577 \end_inset
9578
9579
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 </row>
9585 <row>
9586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590
9591 \backslash
9592 ddot
9593 \begin_inset space \textvisiblespace{}
9594 \end_inset
9595
9596 i
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9606 \end_inset
9607
9608
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 </row>
9614 </lyxtabular>
9615
9616 \end_inset
9617
9618
9619 \end_layout
9620
9621 \begin_layout Standard
9622 Otra ventaja frente a 
9623 \series bold
9624
9625 \backslash
9626 ddot
9627 \series default
9628  es que la diéresis puede convertirse directamente a texto matemático, porque
9629  los anteriores comandos para acentos 
9630 \emph on
9631 no están permitidos en texto matemático
9632 \emph default
9633 .
9634  Para convertir un carácter acentuado a texto matemático, se debe convertir
9635  sólo el carácter bajo el acento.
9636  Esto también se aplica para otras conversiones, p.
9637 \begin_inset space \thinspace{}
9638 \end_inset
9639
9640 e.
9641 \begin_inset space ~
9642 \end_inset
9643
9644 cursiva o negrita.
9645 \end_layout
9646
9647 \begin_layout Standard
9648 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
9649 \end_layout
9650
9651 \begin_layout Standard
9652 \begin_inset VSpace bigskip
9653 \end_inset
9654
9655
9656 \end_layout
9657
9658 \begin_layout Standard
9659
9660 \lang english
9661 LyX also supports a tilde under the character if the LaTeX-package
9662 \lang spanish
9663  
9664 \series bold
9665 undertilde
9666 \series default
9667
9668 \begin_inset Index idx
9669 status collapsed
9670
9671 \begin_layout Plain Layout
9672 Paquetes ! undertilde
9673 \end_layout
9674
9675 \end_inset
9676
9677  
9678 \lang english
9679 is installed on your system:
9680 \end_layout
9681
9682 \begin_layout Standard
9683 \begin_inset ERT
9684 status collapsed
9685
9686 \begin_layout Plain Layout
9687
9688
9689 \backslash
9690 ifundertilde 
9691 \end_layout
9692
9693 \end_inset
9694
9695
9696 \begin_inset Note Note
9697 status open
9698
9699 \begin_layout Plain Layout
9700 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
9701 \series bold
9702 undertilde
9703 \series default
9704  está instalado.
9705 \end_layout
9706
9707 \end_inset
9708
9709
9710 \end_layout
9711
9712 \begin_layout Standard
9713 \noindent
9714 \align center
9715 \begin_inset Tabular
9716 <lyxtabular version="3" rows="2" columns="2">
9717 <features rotate="0" tabularvalignment="middle">
9718 <column alignment="center" valignment="top" width="0pt">
9719 <column alignment="center" valignment="top" width="0pt">
9720 <row>
9721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725 Comando
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734 Resultado
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 </row>
9740 <row>
9741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745
9746 \backslash
9747 utilde
9748 \begin_inset space \textvisiblespace{}
9749 \end_inset
9750
9751 A
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9761 \end_inset
9762
9763
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 </row>
9769 </lyxtabular>
9770
9771 \end_inset
9772
9773
9774 \end_layout
9775
9776 \begin_layout Standard
9777 \begin_inset ERT
9778 status collapsed
9779
9780 \begin_layout Plain Layout
9781
9782
9783 \backslash
9784 else
9785 \end_layout
9786
9787 \end_inset
9788
9789
9790 \begin_inset Note Note
9791 status open
9792
9793 \begin_layout Plain Layout
9794 Lo que sigue se verá en la salida si el paquete LaTeX 
9795 \series bold
9796 undertilde
9797 \series default
9798  no está instalado:
9799 \end_layout
9800
9801 \end_inset
9802
9803
9804 \end_layout
9805
9806 \begin_layout Standard
9807 Debes instalar el paquete LaTeX 
9808 \series bold
9809 undertilde
9810 \series default
9811  para ver en la salida el resto de esta subsección.
9812 \end_layout
9813
9814 \begin_layout Standard
9815 \begin_inset ERT
9816 status collapsed
9817
9818 \begin_layout Plain Layout
9819
9820
9821 \backslash
9822 fi
9823 \end_layout
9824
9825 \end_inset
9826
9827
9828 \end_layout
9829
9830 \begin_layout Subsection
9831 Acentos para varios caracteres
9832 \begin_inset Index idx
9833 status collapsed
9834
9835 \begin_layout Plain Layout
9836 Acentos ! en varios caracteres
9837 \end_layout
9838
9839 \end_inset
9840
9841
9842 \end_layout
9843
9844 \begin_layout Standard
9845 \begin_inset space \hfill{}
9846 \end_inset
9847
9848
9849 \begin_inset Tabular
9850 <lyxtabular version="3" rows="5" columns="2">
9851 <features rotate="0" tabularvalignment="middle">
9852 <column alignment="center" valignment="top" width="0pt">
9853 <column alignment="center" valignment="top" width="0pt">
9854 <row>
9855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859 Comando
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868 Resultado
9869 \begin_inset Note Note
9870 status collapsed
9871
9872 \begin_layout Plain Layout
9873
9874 \series bold
9875
9876 \backslash
9877 raisebox
9878 \series default
9879  se usa sólo como espaciador
9880 \end_layout
9881
9882 \end_inset
9883
9884
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 <row>
9891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \backslash
9897 overleftarrow
9898 \begin_inset space \textvisiblespace{}
9899 \end_inset
9900
9901 A=B
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9911 \end_inset
9912
9913
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 </row>
9919 <row>
9920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \backslash
9926 underleftarrow
9927 \begin_inset space \textvisiblespace{}
9928 \end_inset
9929
9930 A=B
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9940 \end_inset
9941
9942
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 </row>
9948 <row>
9949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953
9954 \backslash
9955 overleftrightarrow
9956 \begin_inset space \textvisiblespace{}
9957 \end_inset
9958
9959 A=B
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9969 \end_inset
9970
9971
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 </row>
9977 <row>
9978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982
9983 \backslash
9984 underleftrightarrow
9985 \begin_inset space \textvisiblespace{}
9986 \end_inset
9987
9988 A=B
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9998 \end_inset
9999
10000
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 </row>
10006 </lyxtabular>
10007
10008 \end_inset
10009
10010
10011 \begin_inset space \hfill{}
10012 \end_inset
10013
10014
10015 \begin_inset Tabular
10016 <lyxtabular version="3" rows="5" columns="2">
10017 <features rotate="0" tabularvalignment="middle">
10018 <column alignment="center" valignment="top" width="0pt">
10019 <column alignment="center" valignment="top" width="0pt">
10020 <row>
10021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025 Comando
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 Resultado
10035 \begin_inset Note Note
10036 status collapsed
10037
10038 \begin_layout Plain Layout
10039
10040 \series bold
10041
10042 \backslash
10043 raisebox
10044 \series default
10045  se usa sólo como espaciador
10046 \end_layout
10047
10048 \end_inset
10049
10050
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 </row>
10056 <row>
10057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \backslash
10063 overrightarrow
10064 \begin_inset space \textvisiblespace{}
10065 \end_inset
10066
10067 A=B
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10077 \end_inset
10078
10079
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 </row>
10085 <row>
10086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \backslash
10092 underrightarrow
10093 \begin_inset space \textvisiblespace{}
10094 \end_inset
10095
10096 A=B
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10106 \end_inset
10107
10108
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 </row>
10114 <row>
10115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \backslash
10121 widetilde
10122 \begin_inset space \textvisiblespace{}
10123 \end_inset
10124
10125 A=B
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10135 \end_inset
10136
10137
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 </row>
10143 <row>
10144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148
10149 \backslash
10150 widehat
10151 \begin_inset space \textvisiblespace{}
10152 \end_inset
10153
10154 A=B
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10164 \end_inset
10165
10166
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 </row>
10172 </lyxtabular>
10173
10174 \end_inset
10175
10176
10177 \begin_inset space \hfill{}
10178 \end_inset
10179
10180
10181 \end_layout
10182
10183 \begin_layout Standard
10184 \begin_inset VSpace medskip
10185 \end_inset
10186
10187
10188 \end_layout
10189
10190 \begin_layout Standard
10191 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10192  Pero los acentos 
10193 \series bold
10194
10195 \backslash
10196 widetilde
10197 \series default
10198  y 
10199 \series bold
10200
10201 \backslash
10202 widehat
10203 \series default
10204  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10205  ejemplo:
10206 \begin_inset Formula 
10207 \[
10208 \widetilde{A+B=C-D}
10209 \]
10210
10211 \end_inset
10212
10213
10214 \end_layout
10215
10216 \begin_layout Standard
10217 Con los comandos 
10218 \series bold
10219
10220 \backslash
10221 overset
10222 \series default
10223
10224 \begin_inset Index idx
10225 status collapsed
10226
10227 \begin_layout Plain Layout
10228 Comandos ! O ! 
10229 \backslash
10230 overset
10231 \end_layout
10232
10233 \end_inset
10234
10235  y 
10236 \series bold
10237
10238 \backslash
10239 underset
10240 \series default
10241
10242 \begin_inset Index idx
10243 status collapsed
10244
10245 \begin_layout Plain Layout
10246 Comandos ! U ! 
10247 \backslash
10248 underset
10249 \end_layout
10250
10251 \end_inset
10252
10253 , descritos en la subsección anterior, también se pueden acentuar varios
10254  caracteres.
10255  El comando 
10256 \series bold
10257
10258 \backslash
10259 underset
10260 \begin_inset space \textvisiblespace{}
10261 \end_inset
10262
10263 A=B
10264 \begin_inset Formula $\downarrow$
10265 \end_inset
10266
10267 ***
10268 \series default
10269  da:
10270 \begin_inset Formula 
10271 \[
10272 \underset{***}{A=B}
10273 \]
10274
10275 \end_inset
10276
10277
10278 \end_layout
10279
10280 \begin_layout Section
10281 Espacios
10282 \begin_inset CommandInset label
10283 LatexCommand label
10284 name "sec:Espacio"
10285
10286 \end_inset
10287
10288
10289 \begin_inset Index idx
10290 status collapsed
10291
10292 \begin_layout Plain Layout
10293 Espacio ! horizontal
10294 \end_layout
10295
10296 \end_inset
10297
10298
10299 \end_layout
10300
10301 \begin_layout Subsection
10302 Espacio predefinido
10303 \begin_inset CommandInset label
10304 LatexCommand label
10305 name "sub:Espacio-predefinido"
10306
10307 \end_inset
10308
10309
10310 \begin_inset Index idx
10311 status collapsed
10312
10313 \begin_layout Plain Layout
10314 Espacio ! horizontal ! predefinido
10315 \end_layout
10316
10317 \end_inset
10318
10319
10320 \end_layout
10321
10322 \begin_layout Standard
10323 A veces es necesario insertar espacio horizontal en una ecuación.
10324  Esto se hace insertando un espacio protegido (atajo 
10325 \family sans
10326 Ctrl+Espacio
10327 \family default
10328 ).
10329  Aparece un 
10330 \begin_inset Quotes fld
10331 \end_inset
10332
10333
10334 \color black
10335
10336 \begin_inset space \textvisiblespace{}
10337 \end_inset
10338
10339
10340 \color inherit
10341
10342 \begin_inset Quotes frd
10343 \end_inset
10344
10345 , y pulsando 
10346 \family sans
10347 Espacio
10348 \family default
10349  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
10350  espacio.
10351  También se pueden insertar espacios mediante el botón 
10352 \begin_inset Graphics
10353         filename ../../images/math/space.png
10354         scale 85
10355
10356 \end_inset
10357
10358  de la barra de ecuaciones o con comandos especiales.
10359  Independientemente del comando insertado, se puede seleccionar un nuevo
10360  tamaño pulsando acto seguido 
10361 \family sans
10362 Espacio.
10363  
10364 \end_layout
10365
10366 \begin_layout Standard
10367 \noindent
10368 \align center
10369 \begin_inset Tabular
10370 <lyxtabular version="3" rows="6" columns="3">
10371 <features rotate="0" tabularvalignment="middle">
10372 <column alignment="center" valignment="top">
10373 <column alignment="center" valignment="top" width="14col%">
10374 <column alignment="center" valignment="top">
10375 <row>
10376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 Comando
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 Número de pulsaciones de 
10390 \family sans
10391 Espacio
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 Resultado
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 </row>
10406 <row>
10407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411
10412 \backslash
10413 ,
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422 0
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 \begin_inset Formula $A\, B$
10432 \end_inset
10433
10434
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 </row>
10440 <row>
10441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445
10446 \backslash
10447 :
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 1
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 \begin_inset Formula $A\: B$
10466 \end_inset
10467
10468
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 </row>
10474 <row>
10475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479
10480 \backslash
10481 ;
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 2
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 \begin_inset Formula $A\; B$
10500 \end_inset
10501
10502
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 </row>
10508 <row>
10509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513
10514 \backslash
10515 quad
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 3
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 \begin_inset Formula $A\quad B$
10534 \end_inset
10535
10536
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 </row>
10542 <row>
10543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547
10548 \backslash
10549 qquad
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 4
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 \begin_inset Formula $A\qquad B$
10568 \end_inset
10569
10570
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 </lyxtabular>
10577
10578 \end_inset
10579
10580
10581 \begin_inset space \hfill{}
10582 \end_inset
10583
10584
10585 \begin_inset Tabular
10586 <lyxtabular version="3" rows="6" columns="3">
10587 <features rotate="0" tabularvalignment="middle">
10588 <column alignment="center" valignment="top">
10589 <column alignment="center" valignment="top" width="14col%">
10590 <column alignment="center" valignment="top">
10591 <row>
10592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Comando
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 Número de pulsaciones de 
10606 \family sans
10607 Espacio
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 Resultado
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 </row>
10622 <row>
10623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \backslash
10629 hfill
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 5
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 \begin_inset Formula $A\hfill B$
10648 \end_inset
10649
10650
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 </row>
10656 <row>
10657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661
10662 \backslash
10663 hspace*{1em}
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 6
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 \begin_inset Formula $A\hspace*{1em}B$
10682 \end_inset
10683
10684
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 </row>
10690 <row>
10691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695
10696 \backslash
10697 hspace{1em}
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 7
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 \begin_inset Formula $A\hspace{1em}B$
10716 \end_inset
10717
10718
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 </row>
10724 <row>
10725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729
10730 \backslash
10731
10732 \begin_inset space \textvisiblespace{}
10733 \end_inset
10734
10735
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 8
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 \begin_inset Formula $A\ B$
10754 \end_inset
10755
10756
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 </row>
10762 <row>
10763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767
10768 \backslash
10769 !
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778 9
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787 \begin_inset Formula $A\! B$
10788 \end_inset
10789
10790
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 </row>
10796 </lyxtabular>
10797
10798 \end_inset
10799
10800
10801 \end_layout
10802
10803 \begin_layout Standard
10804
10805 \lang english
10806 Space
10807 \begin_inset space ~
10808 \end_inset
10809
10810 5
10811 \begin_inset space \thinspace{}
10812 \end_inset
10813
10814 --
10815 \begin_inset space \thinspace{}
10816 \end_inset
10817
10818 7 are variable spaces which are explained in
10819 \lang spanish
10820  
10821 \begin_inset CommandInset ref
10822 LatexCommand ref
10823 reference "sub:Espacio-variable"
10824
10825 \end_inset
10826
10827 .
10828  El tamaño
10829 \begin_inset space ~
10830 \end_inset
10831
10832 9 parece no generar espacio.
10833  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
10834  negativo.
10835  Hay otros dos espacios negativos:
10836 \end_layout
10837
10838 \begin_layout Standard
10839 \align center
10840 \begin_inset Tabular
10841 <lyxtabular version="3" rows="3" columns="3">
10842 <features rotate="0" tabularvalignment="middle">
10843 <column alignment="center" valignment="middle" width="6.8cm">
10844 <column alignment="center" valignment="top" width="0pt">
10845 <column alignment="center" valignment="top" width="0pt">
10846 <row>
10847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851 Comando
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860
10861 \backslash
10862 negmedspace
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871
10872 \backslash
10873 negthickspace
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 Número de pulsaciones de 
10885 \family sans
10886 Espacio
10887 \family default
10888  tras insertar el espacio protegido
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 10
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 11
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 </row>
10912 <row>
10913 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 Resultado
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 \begin_inset Formula $A\negmedspace B$
10927 \end_inset
10928
10929
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 \begin_inset Formula $A\negthickspace B$
10939 \end_inset
10940
10941
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 </row>
10947 </lyxtabular>
10948
10949 \end_inset
10950
10951
10952 \end_layout
10953
10954 \begin_layout Standard
10955 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
10956  Así, se pueden usar para forzar ligaduras, lo que es apropiado, por ejemplo,
10957  para operadores suma: 
10958 \end_layout
10959
10960 \begin_layout Standard
10961 \noindent
10962 \align center
10963 \begin_inset Tabular
10964 <lyxtabular version="3" rows="3" columns="2">
10965 <features rotate="0" tabularvalignment="middle">
10966 <column alignment="center" valignment="top">
10967 <column alignment="center" valignment="top">
10968 <row>
10969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 Comando
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982 Resultado
10983 \begin_inset Note Note
10984 status collapsed
10985
10986 \begin_layout Plain Layout
10987
10988 \series bold
10989
10990 \backslash
10991 raisebox
10992 \series default
10993  se usa sólo como espaciador
10994 \end_layout
10995
10996 \end_inset
10997
10998
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 </row>
11004 <row>
11005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009
11010 \backslash
11011 sum
11012 \backslash
11013 sum
11014 \begin_inset space \textvisiblespace{}
11015 \end_inset
11016
11017 f_kl
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11027 \end_inset
11028
11029
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 </row>
11035 <row>
11036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040
11041 \backslash
11042 sum
11043 \backslash
11044 negmedspace
11045 \backslash
11046 sum
11047 \begin_inset space \textvisiblespace{}
11048 \end_inset
11049
11050 f_kl
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11060 \end_inset
11061
11062
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 </row>
11068 </lyxtabular>
11069
11070 \end_inset
11071
11072
11073 \end_layout
11074
11075 \begin_layout Standard
11076 \noindent
11077 \begin_inset VSpace medskip
11078 \end_inset
11079
11080
11081 \end_layout
11082
11083 \begin_layout Standard
11084 \noindent
11085 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11086  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11087  El siguiente ejemplo lo ilustra:
11088 \end_layout
11089
11090 \begin_layout Standard
11091 \noindent
11092 \align center
11093 \begin_inset Tabular
11094 <lyxtabular version="3" rows="2" columns="2">
11095 <features rotate="0" tabularvalignment="middle">
11096 <column alignment="center" valignment="top">
11097 <column alignment="center" valignment="top">
11098 <row>
11099 <cell alignment="center" valignment="top" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 ecuación normal
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 \begin_inset Formula $A=B$
11113 \end_inset
11114
11115
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 </row>
11121 <row>
11122 <cell alignment="center" valignment="top" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 \begin_inset Note Note
11127 status collapsed
11128
11129 \begin_layout Plain Layout
11130
11131 \series bold
11132
11133 \backslash
11134 raisebox
11135 \series default
11136  se usa sólo como espaciador
11137 \end_layout
11138
11139 \end_inset
11140
11141
11142 \begin_inset Formula $\raisebox{5mm}{}$
11143 \end_inset
11144
11145 ecuación sin espacio
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 <cell alignment="center" valignment="top" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 \begin_inset Formula $A{=}B$
11155 \end_inset
11156
11157
11158 \end_layout
11159
11160 \end_inset
11161 </cell>
11162 </row>
11163 </lyxtabular>
11164
11165 \end_inset
11166
11167
11168 \end_layout
11169
11170 \begin_layout Standard
11171 El comando para la segunda ecuación es: 
11172 \series bold
11173 A
11174 \backslash
11175 {=
11176 \begin_inset Formula $\rightarrow$
11177 \end_inset
11178
11179 B
11180 \series default
11181  
11182 \begin_inset VSpace bigskip
11183 \end_inset
11184
11185
11186 \end_layout
11187
11188 \begin_layout Standard
11189 Para las unidades físicas hacen falta espacios, porque entre el valor y
11190  su unidad se pone un espacio más pequeño que el normal.
11191  Para unidades en el texto se inserta con el menú 
11192 \family sans
11193 Insertar\SpecialChar \menuseparator
11194 Formato\SpecialChar \menuseparator
11195 Espacio
11196 \begin_inset space ~
11197 \end_inset
11198
11199 delgado
11200 \family default
11201  (atajo 
11202 \family sans
11203 Ctrl+Mayúscula+Espacio
11204 \family default
11205 ).
11206 \end_layout
11207
11208 \begin_layout Standard
11209 Un ejemplo para visualizar la diferencia:
11210 \end_layout
11211
11212 \begin_layout Standard
11213 \begin_inset Tabular
11214 <lyxtabular version="3" rows="2" columns="2">
11215 <features rotate="0" tabularvalignment="middle">
11216 <column alignment="center" valignment="top">
11217 <column alignment="left" valignment="top">
11218 <row>
11219 <cell alignment="center" valignment="top" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 24 kW
11224 \begin_inset Formula $\cdot$
11225 \end_inset
11226
11227 h
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 espacio entre valor y unidad 
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 </row>
11242 <row>
11243 <cell alignment="center" valignment="top" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 24
11248 \begin_inset space \thinspace{}
11249 \end_inset
11250
11251 kW
11252 \begin_inset Formula $\cdot$
11253 \end_inset
11254
11255 h
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 espacio delgado entre valor y unidad
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 </row>
11270 </lyxtabular>
11271
11272 \end_inset
11273
11274
11275 \end_layout
11276
11277 \begin_layout Subsection
11278 Espacio variable
11279 \begin_inset ERT
11280 status collapsed
11281
11282 \begin_layout Plain Layout
11283
11284
11285 \backslash
11286 texorpdfstring{
11287 \end_layout
11288
11289 \end_inset
11290
11291
11292 \begin_inset Foot
11293 status collapsed
11294
11295 \begin_layout Plain Layout
11296 Para espacio vertical en ecuaciones véase 
11297 \begin_inset CommandInset ref
11298 LatexCommand ref
11299 reference "sub:Separación-de-líneas"
11300
11301 \end_inset
11302
11303
11304 \end_layout
11305
11306 \end_inset
11307
11308
11309 \begin_inset ERT
11310 status collapsed
11311
11312 \begin_layout Plain Layout
11313
11314 }{}
11315 \end_layout
11316
11317 \end_inset
11318
11319
11320 \begin_inset Note Note
11321 status collapsed
11322
11323 \begin_layout Plain Layout
11324
11325 \backslash
11326 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11327  PDF.
11328 \end_layout
11329
11330 \begin_layout Plain Layout
11331 Más sobre 
11332 \backslash
11333 texorpdfstring en la sección 
11334 \begin_inset CommandInset ref
11335 LatexCommand ref
11336 reference "sub:Ecuaciones-en-encabezados"
11337
11338 \end_inset
11339
11340 .
11341 \end_layout
11342
11343 \end_inset
11344
11345
11346 \begin_inset CommandInset label
11347 LatexCommand label
11348 name "sub:Espacio-variable"
11349
11350 \end_inset
11351
11352
11353 \begin_inset Index idx
11354 status collapsed
11355
11356 \begin_layout Plain Layout
11357 Espacio ! horizontal ! variable
11358 \end_layout
11359
11360 \end_inset
11361
11362
11363 \end_layout
11364
11365 \begin_layout Standard
11366 En LyX se puede insertar espacio con una longitud definida con el comando
11367  
11368 \series bold
11369
11370 \backslash
11371 hspace
11372 \series default
11373
11374 \begin_inset Index idx
11375 status collapsed
11376
11377 \begin_layout Plain Layout
11378 Comandos ! H ! 
11379 \backslash
11380 hspace
11381 \end_layout
11382
11383 \end_inset
11384
11385 .
11386  Aparece un 
11387 \begin_inset Quotes fld
11388 \end_inset
11389
11390
11391 \color black
11392
11393 \begin_inset space \textvisiblespace{}
11394 \end_inset
11395
11396
11397 \color inherit
11398
11399 \begin_inset Quotes frd
11400 \end_inset
11401
11402  largo.
11403  La longitud se puede ajustar haciendo clic izquierdo sobre el 
11404 \begin_inset Quotes fld
11405 \end_inset
11406
11407
11408 \color black
11409
11410 \begin_inset space \textvisiblespace{}
11411 \end_inset
11412
11413
11414 \color inherit
11415
11416 \begin_inset Quotes frd
11417 \end_inset
11418
11419 .
11420  La longitud también puede ser negativa.
11421  
11422 \lang english
11423 When a space would be the first character in a line it would be omitted.
11424  To force its output use the command 
11425 \series bold
11426
11427 \backslash
11428 hspace*
11429 \series default
11430  instead of 
11431 \series bold
11432
11433 \backslash
11434 hspace
11435 \series default
11436  or left-click on the 
11437 \begin_inset Quotes eld
11438 \end_inset
11439
11440
11441 \color blue
11442
11443 \begin_inset space \textvisiblespace{}
11444 \end_inset
11445
11446
11447 \color inherit
11448
11449 \begin_inset Quotes erd
11450 \end_inset
11451
11452  and check the option 
11453 \family sans
11454 Protect
11455 \family default
11456 .
11457 \lang spanish
11458
11459 \begin_inset Newline newline
11460 \end_inset
11461
11462 Para insertar en una ecuación tanto espacio como esté disponible se usa
11463  el comando 
11464 \series bold
11465
11466 \backslash
11467 hfill
11468 \series default
11469
11470 \begin_inset Index idx
11471 status collapsed
11472
11473 \begin_layout Plain Layout
11474 Comandos ! H ! 
11475 \backslash
11476 hfill
11477 \end_layout
11478
11479 \end_inset
11480
11481 .
11482 \begin_inset VSpace -1mm
11483 \end_inset
11484
11485
11486 \end_layout
11487
11488 \begin_layout Standard
11489 \noindent
11490 \align center
11491 \begin_inset Tabular
11492 <lyxtabular version="3" rows="4" columns="2">
11493 <features rotate="0" tabularvalignment="middle">
11494 <column alignment="center" valignment="top">
11495 <column alignment="center" valignment="top">
11496 <row>
11497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 Comando (
11502 \backslash
11503 hspace longitud)
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11509 \begin_inset Text
11510
11511 \begin_layout Plain Layout
11512 Resultado
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 </row>
11518 <row>
11519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 A=B
11524 \backslash
11525 hspace
11526 \begin_inset space \textvisiblespace{}
11527 \end_inset
11528
11529 A
11530 \backslash
11531 not=C (3
11532 \begin_inset space \thinspace{}
11533 \end_inset
11534
11535 cm)
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11545 \end_inset
11546
11547
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 </row>
11553 <row>
11554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 A
11559 \backslash
11560 hspace
11561 \begin_inset space \textvisiblespace{}
11562 \end_inset
11563
11564 A
11565 \backslash
11566 not=A (-1
11567 \begin_inset space \thinspace{}
11568 \end_inset
11569
11570 mm)
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11580 \end_inset
11581
11582
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 </row>
11588 <row>
11589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 A=A
11594 \backslash
11595 hfill
11596 \begin_inset space \textvisiblespace{}
11597 \end_inset
11598
11599 B=B
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 \begin_inset Formula $A=A\hfill B=B$
11609 \end_inset
11610
11611
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 </row>
11617 </lyxtabular>
11618
11619 \end_inset
11620
11621
11622 \end_layout
11623
11624 \begin_layout Standard
11625 En el último ejemplo el espacio disponible viene dado por la entrada más
11626  larga de columna en el cuadro.
11627  En una ecuación en línea el espacio depende de la longitud de la línea
11628  en la que se inserta 
11629 \series bold
11630
11631 \backslash
11632 hfill
11633 \series default
11634 .
11635  Así, cuando la línea ocupa toda la anchura no se creará espacio.
11636  
11637 \series bold
11638
11639 \backslash
11640 hfill
11641 \series default
11642  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
11643 \series bold
11644 Sangrado
11645 \series default
11646 .
11647  (Los estilos de ecuaciones se explican en
11648 \begin_inset space ~
11649 \end_inset
11650
11651
11652 \begin_inset CommandInset ref
11653 LatexCommand ref
11654 reference "sec:Estilos-de-ecuación"
11655
11656 \end_inset
11657
11658 ).
11659 \end_layout
11660
11661 \begin_layout Standard
11662 Además de 
11663 \series bold
11664
11665 \backslash
11666 hfill
11667 \series default
11668  hay los comandos 
11669 \series bold
11670
11671 \backslash
11672 dotfill
11673 \series default
11674  y 
11675 \series bold
11676
11677 \backslash
11678 hrulefill
11679 \series default
11680  que llenan el espacio con un patrón, véase un ejemplo en
11681 \begin_inset space ~
11682 \end_inset
11683
11684
11685 \begin_inset CommandInset ref
11686 LatexCommand ref
11687 reference "sub:Puntos"
11688
11689 \end_inset
11690
11691 .
11692 \end_layout
11693
11694 \begin_layout Standard
11695 Para texto se puede insertar espacio variable con el menú 
11696 \family sans
11697 Insertar\SpecialChar \menuseparator
11698 Formato\SpecialChar \menuseparator
11699 Espacio
11700 \begin_inset space ~
11701 \end_inset
11702
11703 horizontal
11704 \family default
11705 :
11706 \end_layout
11707
11708 \begin_layout Standard
11709 En esta línea hay un espacio
11710 \begin_inset space \hspace{}
11711 \length 2cm
11712 \end_inset
11713
11714 de 2
11715 \begin_inset space \thinspace{}
11716 \end_inset
11717
11718 cm.
11719 \end_layout
11720
11721 \begin_layout Standard
11722 En esta línea hay un
11723 \begin_inset space \hfill{}
11724 \end_inset
11725
11726 espacio máximo.
11727 \end_layout
11728
11729 \begin_layout Subsection
11730 Espacio adicional en ecuaciones en línea
11731 \begin_inset Index idx
11732 status collapsed
11733
11734 \begin_layout Plain Layout
11735 Espacio ! adicional en línea
11736 \end_layout
11737
11738 \end_inset
11739
11740
11741 \end_layout
11742
11743 \begin_layout Standard
11744 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
11745  
11746 \series bold
11747
11748 \backslash
11749 mathsurround
11750 \series default
11751
11752 \begin_inset Index idx
11753 status collapsed
11754
11755 \begin_layout Plain Layout
11756 Comandos ! M ! 
11757 \backslash
11758 mathsurround
11759 \end_layout
11760
11761 \end_inset
11762
11763 .
11764  El valor de una longitud se establece con el comando 
11765 \series bold
11766
11767 \backslash
11768 setlength
11769 \series default
11770
11771 \begin_inset Index idx
11772 status collapsed
11773
11774 \begin_layout Plain Layout
11775 Comandos ! S ! 
11776 \backslash
11777 setlength
11778 \end_layout
11779
11780 \end_inset
11781
11782  según el siguiente esquema:
11783 \end_layout
11784
11785 \begin_layout Standard
11786
11787 \series bold
11788
11789 \backslash
11790 setlength{nombre de la longitud}{valor}
11791 \end_layout
11792
11793 \begin_layout Standard
11794 Para poner a 
11795 \series bold
11796
11797 \backslash
11798 mathsurround
11799 \series default
11800  un valor de 5
11801 \begin_inset space \thinspace{}
11802 \end_inset
11803
11804 mm, se inserta el comando
11805 \end_layout
11806
11807 \begin_layout Standard
11808
11809 \series bold
11810
11811 \backslash
11812 setlength{
11813 \backslash
11814 mathsurround}{5mm}
11815 \end_layout
11816
11817 \begin_layout Standard
11818 en modo TeX.
11819  Se establecerá un espacio de 5
11820 \begin_inset space \thinspace{}
11821 \end_inset
11822
11823 mm alrededor de todas las ecuaciones en línea:
11824 \begin_inset ERT
11825 status collapsed
11826
11827 \begin_layout Plain Layout
11828
11829
11830 \backslash
11831 setlength{
11832 \backslash
11833 mathsurround}{5mm}
11834 \end_layout
11835
11836 \end_inset
11837
11838
11839 \end_layout
11840
11841 \begin_layout Standard
11842 En esta línea hay una ecuación 
11843 \begin_inset Formula $A=B$
11844 \end_inset
11845
11846  rodeada por espacios de 5
11847 \begin_inset space \thinspace{}
11848 \end_inset
11849
11850 mm.
11851 \begin_inset ERT
11852 status collapsed
11853
11854 \begin_layout Plain Layout
11855
11856
11857 \backslash
11858 setlength{
11859 \backslash
11860 mathsurround}{0mm}
11861 \end_layout
11862
11863 \end_inset
11864
11865
11866 \end_layout
11867
11868 \begin_layout Standard
11869 Para volver al espacio predeterminado, 
11870 \series bold
11871
11872 \backslash
11873 mathsurround
11874 \series default
11875  se restablece al valor 0
11876 \begin_inset space \thinspace{}
11877 \end_inset
11878
11879 pt.
11880 \end_layout
11881
11882 \begin_layout Section
11883 Marcos y bordes
11884 \begin_inset Index idx
11885 status collapsed
11886
11887 \begin_layout Plain Layout
11888 Marcos
11889 \end_layout
11890
11891 \end_inset
11892
11893
11894 \end_layout
11895
11896 \begin_layout Standard
11897 Los marcos para texto se describen en el capítulo 
11898 \emph on
11899 Marcos
11900 \emph default
11901  del manual 
11902 \emph on
11903 Objetos insertados
11904 \emph default
11905 .
11906 \end_layout
11907
11908 \begin_layout Subsection
11909 Marcos con bordes
11910 \begin_inset CommandInset label
11911 LatexCommand label
11912 name "sub:Marcos-con-bordes"
11913
11914 \end_inset
11915
11916
11917 \begin_inset Index idx
11918 status collapsed
11919
11920 \begin_layout Plain Layout
11921 Marcos ! con bordes
11922 \end_layout
11923
11924 \end_inset
11925
11926
11927 \end_layout
11928
11929 \begin_layout Standard
11930 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
11931 \series bold
11932
11933 \backslash
11934 fbox
11935 \series default
11936
11937 \begin_inset Index idx
11938 status collapsed
11939
11940 \begin_layout Plain Layout
11941 Comandos ! F ! 
11942 \backslash
11943 fbox
11944 \end_layout
11945
11946 \end_inset
11947
11948  y 
11949 \series bold
11950
11951 \backslash
11952 boxed
11953 \series default
11954
11955 \begin_inset Index idx
11956 status collapsed
11957
11958 \begin_layout Plain Layout
11959 Comandos ! B ! 
11960 \backslash
11961 boxed
11962 \end_layout
11963
11964 \end_inset
11965
11966 .
11967 \end_layout
11968
11969 \begin_layout Standard
11970 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
11971  azul en un marco donde se introducen partes de una ecuación.
11972  Para 
11973 \series bold
11974
11975 \backslash
11976 fbox
11977 \series default
11978  hay que generar una ecuación adicional con 
11979 \family sans
11980 Ctrl+M
11981 \family default
11982  dentro del recuadro, porque si no el contenido del mismo sería considerado
11983  texto matemático.
11984  Si se usa 
11985 \series bold
11986
11987 \backslash
11988 boxed
11989 \series default
11990  la nueva ecuación se genera automáticamente dentro del marco.
11991 \end_layout
11992
11993 \begin_layout Standard
11994 El comando 
11995 \series bold
11996
11997 \backslash
11998 fbox
11999 \series default
12000  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12001  ecuación tendría siempre el tamaño del texto.
12002  Por otra parte, 
12003 \series bold
12004
12005 \backslash
12006 fboxed
12007 \series default
12008  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12009  siempre el tamaño de una ecuación presentada.
12010 \end_layout
12011
12012 \begin_layout Standard
12013 El comando 
12014 \series bold
12015
12016 \backslash
12017 framebox
12018 \series default
12019
12020 \begin_inset Index idx
12021 status collapsed
12022
12023 \begin_layout Plain Layout
12024 Comandos ! F ! 
12025 \backslash
12026 framebox
12027 \end_layout
12028
12029 \end_inset
12030
12031  es una extensión de 
12032 \series bold
12033
12034 \backslash
12035 fbox
12036 \series default
12037 , que permite especificar además la anchura del marco y la alineación.
12038  
12039 \series bold
12040
12041 \backslash
12042 framebox
12043 \series default
12044  se usa con el siguiente esquema: 
12045 \end_layout
12046
12047 \begin_layout Standard
12048
12049 \series bold
12050
12051 \backslash
12052 framebox[anchura del marco][posición]{contenido del cuadro}
12053 \end_layout
12054
12055 \begin_layout Standard
12056 La posición puede ser 
12057 \emph on
12058 l
12059 \emph default
12060  o 
12061 \emph on
12062 r
12063 \emph default
12064
12065 \emph on
12066 l
12067 \emph default
12068  alinea la ecuación a la izquierda del marcro, 
12069 \emph on
12070 r
12071 \emph default
12072  la alinea a la derecha.
12073  Si no se da posición la ecuación será centrada.
12074 \begin_inset Newline newline
12075 \end_inset
12076
12077 Si no se pone anchura tampoco puede darse posición.
12078  En este caso la anchura del borde se ajusta al contenido del cuadro, como
12079  con 
12080 \series bold
12081
12082 \backslash
12083 fbox
12084 \series default
12085 .
12086  
12087 \end_layout
12088
12089 \begin_layout Standard
12090 Cuando se inserta el comando 
12091 \series bold
12092
12093 \backslash
12094 framebox
12095 \series default
12096  aparece un recuadro con tres marcos azules.
12097  Los dos primeros marcos están encerrados entre corchetes e indican los
12098  dos argumentos opcionales.
12099  El tercer marco es para partes de la ecuación, como para 
12100 \series bold
12101
12102 \backslash
12103 fbox
12104 \series default
12105 .
12106 \end_layout
12107
12108 \begin_layout Standard
12109 \noindent
12110 \align center
12111 \begin_inset Tabular
12112 <lyxtabular version="3" rows="5" columns="2">
12113 <features rotate="0" tabularvalignment="middle">
12114 <column alignment="center" valignment="top">
12115 <column alignment="center" valignment="top">
12116 <row>
12117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121 Comando
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130 Resultado
12131 \begin_inset Note Note
12132 status collapsed
12133
12134 \begin_layout Plain Layout
12135
12136 \series bold
12137
12138 \backslash
12139 raisebox
12140 \series default
12141  se usa sólo como espaciador
12142 \end_layout
12143
12144 \end_inset
12145
12146
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 </row>
12152 <row>
12153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12154 \begin_inset Text
12155
12156 \begin_layout Plain Layout
12157
12158 \backslash
12159 fbox
12160 \begin_inset space \textvisiblespace{}
12161 \end_inset
12162
12163
12164 \family sans
12165 Ctrl+M
12166 \family default
12167  
12168 \backslash
12169 int
12170 \begin_inset space \textvisiblespace{}
12171 \end_inset
12172
12173 A=B
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Plain Layout
12182 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12183 \end_inset
12184
12185
12186 \end_layout
12187
12188 \end_inset
12189 </cell>
12190 </row>
12191 <row>
12192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12193 \begin_inset Text
12194
12195 \begin_layout Plain Layout
12196
12197 \backslash
12198 boxed
12199 \begin_inset space \textvisiblespace{}
12200 \end_inset
12201
12202
12203 \backslash
12204 int
12205 \begin_inset space \textvisiblespace{}
12206 \end_inset
12207
12208 A=B
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12214 \begin_inset Text
12215
12216 \begin_layout Plain Layout
12217 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12218 \end_inset
12219
12220
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 </row>
12226 <row>
12227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12228 \begin_inset Text
12229
12230 \begin_layout Plain Layout
12231 A+
12232 \backslash
12233 fbox
12234 \begin_inset space \textvisiblespace{}
12235 \end_inset
12236
12237 B
12238 \end_layout
12239
12240 \end_inset
12241 </cell>
12242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12243 \begin_inset Text
12244
12245 \begin_layout Plain Layout
12246 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12247 \end_inset
12248
12249
12250 \end_layout
12251
12252 \end_inset
12253 </cell>
12254 </row>
12255 <row>
12256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12257 \begin_inset Text
12258
12259 \begin_layout Plain Layout
12260
12261 \backslash
12262 framebox
12263 \begin_inset space \textvisiblespace{}
12264 \end_inset
12265
12266 20mm
12267 \begin_inset Formula $\to$
12268 \end_inset
12269
12270
12271 \begin_inset Formula $\to$
12272 \end_inset
12273
12274
12275 \family sans
12276 Ctrl+M
12277 \family default
12278  
12279 \backslash
12280 frac
12281 \begin_inset space \textvisiblespace{}
12282 \end_inset
12283
12284 A
12285 \begin_inset Formula $\downarrow$
12286 \end_inset
12287
12288 B
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Plain Layout
12297 \begin_inset Formula $\raisebox{6mm}{}$
12298 \end_inset
12299
12300
12301 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12302 \end_inset
12303
12304
12305 \begin_inset Formula $\raisebox{-4mm}{}$
12306 \end_inset
12307
12308
12309 \end_layout
12310
12311 \end_inset
12312 </cell>
12313 </row>
12314 </lyxtabular>
12315
12316 \end_inset
12317
12318
12319 \end_layout
12320
12321 \begin_layout Standard
12322 El grosor del borde también se puede ajustar.
12323  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12324  la fórmula:
12325 \end_layout
12326
12327 \begin_layout Standard
12328
12329 \series bold
12330
12331 \backslash
12332 fboxrule
12333 \series default
12334  
12335 \series bold
12336
12337 \begin_inset Quotes fld
12338 \end_inset
12339
12340 grosor
12341 \begin_inset Quotes frd
12342 \end_inset
12343
12344
12345 \series default
12346  
12347 \series bold
12348
12349 \backslash
12350 fboxsep
12351 \series default
12352  
12353 \series bold
12354
12355 \begin_inset Quotes fld
12356 \end_inset
12357
12358 distancia
12359 \begin_inset Quotes frd
12360 \end_inset
12361
12362
12363 \end_layout
12364
12365 \begin_layout Standard
12366 \begin_inset Quotes fld
12367 \end_inset
12368
12369 distancia
12370 \begin_inset Quotes frd
12371 \end_inset
12372
12373  especifica la distancia mínima entre el borde y el primer carácter en el
12374  cuadro.
12375  Un ejemplo de esto es la siguiente ecuación enmarcada:
12376 \begin_inset ERT
12377 status collapsed
12378
12379 \begin_layout Plain Layout
12380
12381
12382 \backslash
12383 fboxrule 2mm 
12384 \backslash
12385 fboxsep 3mm
12386 \end_layout
12387
12388 \end_inset
12389
12390
12391 \begin_inset Formula 
12392 \[
12393 \boxed{A+B=C}
12394 \]
12395
12396 \end_inset
12397
12398
12399 \end_layout
12400
12401 \begin_layout Standard
12402 Delante de esta ecuación se han insertado los comandos
12403 \end_layout
12404
12405 \begin_layout Standard
12406
12407 \series bold
12408
12409 \backslash
12410 fboxrule
12411 \series default
12412  
12413 \series bold
12414 2mm
12415 \series default
12416  
12417 \series bold
12418
12419 \backslash
12420 fboxsep
12421 \series default
12422  
12423 \series bold
12424 3mm
12425 \end_layout
12426
12427 \begin_layout Standard
12428 en modo TeX.
12429  Los valores dados se usan para todos los marcos siguientes.
12430 \end_layout
12431
12432 \begin_layout Standard
12433 Para volver al tamaño estándar del marco se inserta el comando
12434 \end_layout
12435
12436 \begin_layout Standard
12437
12438 \series bold
12439
12440 \backslash
12441 fboxrule
12442 \series default
12443  
12444 \series bold
12445 0.4pt
12446 \series default
12447  
12448 \series bold
12449
12450 \backslash
12451 fboxsep
12452 \series default
12453  
12454 \series bold
12455 3pt
12456 \series default
12457
12458 \begin_inset ERT
12459 status collapsed
12460
12461 \begin_layout Plain Layout
12462
12463
12464 \backslash
12465 fboxrule 0.4pt 
12466 \backslash
12467 fboxsep 3pt
12468 \end_layout
12469
12470 \end_inset
12471
12472
12473 \end_layout
12474
12475 \begin_layout Standard
12476 en modo TeX antes de la ecuación siguiente.
12477 \end_layout
12478
12479 \begin_layout Subsection
12480 Marcos sin bordes
12481 \begin_inset CommandInset label
12482 LatexCommand label
12483 name "sub:Marcos-sin-bordes"
12484
12485 \end_inset
12486
12487
12488 \begin_inset Index idx
12489 status collapsed
12490
12491 \begin_layout Plain Layout
12492 Marcos ! sin borde
12493 \end_layout
12494
12495 \end_inset
12496
12497
12498 \end_layout
12499
12500 \begin_layout Standard
12501 Para marcos sin borde hay los comandos: 
12502 \series bold
12503
12504 \backslash
12505 mbox
12506 \series default
12507
12508 \begin_inset Index idx
12509 status collapsed
12510
12511 \begin_layout Plain Layout
12512 Comandos ! M ! 
12513 \backslash
12514 mbox
12515 \end_layout
12516
12517 \end_inset
12518
12519
12520 \series bold
12521
12522 \backslash
12523 makebox
12524 \series default
12525
12526 \begin_inset Index idx
12527 status collapsed
12528
12529 \begin_layout Plain Layout
12530 Comandos ! M ! 
12531 \backslash
12532 makebox
12533 \end_layout
12534
12535 \end_inset
12536
12537  y 
12538 \series bold
12539
12540 \backslash
12541 raisebox
12542 \series default
12543
12544 \begin_inset Index idx
12545 status collapsed
12546
12547 \begin_layout Plain Layout
12548 Comandos ! R ! 
12549 \backslash
12550 raisebox
12551 \end_layout
12552
12553 \end_inset
12554
12555 .
12556 \end_layout
12557
12558 \begin_layout Standard
12559 Con 
12560 \series bold
12561
12562 \backslash
12563 raisebox
12564 \series default
12565  se puede poner un marco subíndice o superíndice, pero a diferencia de los
12566  normales, los caracteres en el marco mantienen su tamaño de tipografía.
12567  
12568 \series bold
12569
12570 \backslash
12571 raisebox
12572 \series default
12573  se usa con el siguiente esquema: 
12574 \end_layout
12575
12576 \begin_layout Standard
12577
12578 \series bold
12579
12580 \backslash
12581 raisebox{altura}{contenido del marco}
12582 \end_layout
12583
12584 \begin_layout Standard
12585 Cuando el marco tenga que contener una ecuación, hace falta una ecuación
12586  extra, como con 
12587 \series bold
12588
12589 \backslash
12590 fbox
12591 \series default
12592 .
12593  
12594 \begin_inset Note Greyedout
12595 status open
12596
12597 \begin_layout Plain Layout
12598
12599 \series bold
12600 Nota
12601 \series default
12602 : Para
12603 \series bold
12604  
12605 \backslash
12606 raisebox
12607 \series default
12608  se ha creado esta ecuación extra tecleando 
12609 \family sans
12610 Ctrl+M
12611 \family default
12612  dos veces en vez de una porque LyX aún no soporta 
12613 \series bold
12614
12615 \backslash
12616 raisebox
12617 \series default
12618  directamente.
12619 \end_layout
12620
12621 \end_inset
12622
12623
12624 \end_layout
12625
12626 \begin_layout Standard
12627 \align center
12628 \begin_inset Tabular
12629 <lyxtabular version="3" rows="4" columns="2">
12630 <features rotate="0" tabularvalignment="middle">
12631 <column alignment="center" valignment="top">
12632 <column alignment="center" valignment="top">
12633 <row>
12634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Plain Layout
12638 Comando
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 Resultado
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 </row>
12653 <row>
12654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Plain Layout
12658 H
12659 \backslash
12660 raisebox{2mm
12661 \begin_inset Formula $\to$
12662 \end_inset
12663
12664
12665 \backslash
12666 {al
12667 \begin_inset Formula $\to$
12668 \end_inset
12669
12670  lo
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12676 \begin_inset Text
12677
12678 \begin_layout Plain Layout
12679 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12680 \end_inset
12681
12682
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 </row>
12688 <row>
12689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Plain Layout
12693 H
12694 \backslash
12695 raisebox{-2mm
12696 \begin_inset Formula $\to$
12697 \end_inset
12698
12699
12700 \backslash
12701 {al
12702 \begin_inset Formula $\to$
12703 \end_inset
12704
12705 lo
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12715 \end_inset
12716
12717
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 </row>
12723 <row>
12724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Plain Layout
12728 A=
12729 \backslash
12730 raisebox{-2mm
12731 \begin_inset Formula $\to$
12732 \end_inset
12733
12734
12735 \backslash
12736 {
12737 \family sans
12738 Ctrl+M Ctrl+M
12739 \family default
12740  
12741 \backslash
12742 sqrt
12743 \begin_inset space \textvisiblespace{}
12744 \end_inset
12745
12746
12747 \end_layout
12748
12749 \end_inset
12750 </cell>
12751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12756 \end_inset
12757
12758
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 </row>
12764 </lyxtabular>
12765
12766 \end_inset
12767
12768
12769 \end_layout
12770
12771 \begin_layout Standard
12772 El comando 
12773 \series bold
12774
12775 \backslash
12776 mbox
12777 \series default
12778  es equivalente a 
12779 \series bold
12780
12781 \backslash
12782 fbox
12783 \series default
12784  y 
12785 \series bold
12786
12787 \backslash
12788 makebox
12789 \series default
12790  es equivalente a 
12791 \series bold
12792
12793 \backslash
12794 framebox
12795 \series default
12796 , con la diferencia de que no hay marco.
12797 \end_layout
12798
12799 \begin_layout Subsection
12800 Marcos coloreados
12801 \begin_inset CommandInset label
12802 LatexCommand label
12803 name "sub:Marcos-coloreados"
12804
12805 \end_inset
12806
12807
12808 \begin_inset Index idx
12809 status collapsed
12810
12811 \begin_layout Plain Layout
12812 Marcos ! coloreados
12813 \end_layout
12814
12815 \end_inset
12816
12817
12818 \end_layout
12819
12820 \begin_layout Standard
12821 Para poder usar todos los comandos explicados en esta sección hay que cargar
12822  en el preámbulo LaTeX el paquete LaTeX 
12823 \series bold
12824 color
12825 \series default
12826
12827 \begin_inset Foot
12828 status collapsed
12829
12830 \begin_layout Plain Layout
12831 El paquete LaTeX 
12832 \series bold
12833 color
12834 \series default
12835  forma parte de toda distribución LaTeX estándar.
12836 \end_layout
12837
12838 \end_inset
12839
12840
12841 \begin_inset Index idx
12842 status collapsed
12843
12844 \begin_layout Plain Layout
12845 Paquetes ! color
12846 \end_layout
12847
12848 \end_inset
12849
12850 , con la línea
12851 \begin_inset Foot
12852 status collapsed
12853
12854 \begin_layout Plain Layout
12855 Cuando hay texto coloreado con un color predefinido en alguna parte del
12856  documento, LyX carga automáticamente el paquete LaTeX 
12857 \series bold
12858 color
12859 \series default
12860 .
12861  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
12862  origina problemas.
12863 \end_layout
12864
12865 \end_inset
12866
12867
12868 \begin_inset Note Note
12869 status collapsed
12870
12871 \begin_layout Plain Layout
12872 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
12873  en el preámbulo LaTeX.
12874 \end_layout
12875
12876 \end_inset
12877
12878
12879 \end_layout
12880
12881 \begin_layout Standard
12882
12883 \series bold
12884
12885 \backslash
12886 usepackage{color}
12887 \begin_inset VSpace medskip
12888 \end_inset
12889
12890
12891 \end_layout
12892
12893 \begin_layout Standard
12894 Para colorear marcos se usa el comando 
12895 \series bold
12896
12897 \backslash
12898 colorbox
12899 \series default
12900
12901 \begin_inset Index idx
12902 status collapsed
12903
12904 \begin_layout Plain Layout
12905 Comandos ! C ! 
12906 \backslash
12907 colorbox
12908 \end_layout
12909
12910 \end_inset
12911
12912  con el siguiente esquema:
12913 \end_layout
12914
12915 \begin_layout Standard
12916
12917 \series bold
12918
12919 \backslash
12920 colorbox{color}{contenido del marco}
12921 \end_layout
12922
12923 \begin_layout Standard
12924 El contenido del marco puede ser otro marco, y también un 
12925 \backslash
12926
12927 \series bold
12928 colorbox
12929 \series default
12930  puede ser parte de otro marco (véanse los ejemplos 2º y 3º).
12931  Si el marco debe contener una ecuación debe crearse una ecuación extra,
12932  como con 
12933 \series bold
12934
12935 \backslash
12936 raisebox
12937 \series default
12938 .
12939 \begin_inset Foot
12940 status collapsed
12941
12942 \begin_layout Plain Layout
12943 Esto también se aplica para el comando 
12944 \series bold
12945
12946 \backslash
12947 fcolorbox
12948 \series default
12949 .
12950 \end_layout
12951
12952 \end_inset
12953
12954  
12955 \end_layout
12956
12957 \begin_layout Standard
12958 Se puede elegir uno de los siguientes colores predefinidos:
12959 \end_layout
12960
12961 \begin_layout Standard
12962
12963 \series bold
12964 black
12965 \series default
12966
12967 \series bold
12968 blue
12969 \series default
12970
12971 \series bold
12972 cyan
12973 \series default
12974
12975 \series bold
12976 green
12977 \series default
12978
12979 \series bold
12980 magenta
12981 \series default
12982
12983 \series bold
12984 red
12985 \series default
12986
12987 \series bold
12988 white
12989 \series default
12990
12991 \series bold
12992 yellow
12993 \end_layout
12994
12995 \begin_layout Standard
12996 \align center
12997 \begin_inset Tabular
12998 <lyxtabular version="3" rows="4" columns="2">
12999 <features rotate="0" tabularvalignment="middle">
13000 <column alignment="center" valignment="top">
13001 <column alignment="center" valignment="top">
13002 <row>
13003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 Comando
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 Resultado
13017 \begin_inset Note Note
13018 status collapsed
13019
13020 \begin_layout Plain Layout
13021
13022 \series bold
13023
13024 \backslash
13025 raisebox
13026 \series default
13027  se usa sólo como espaciador
13028 \end_layout
13029
13030 \end_inset
13031
13032
13033 \end_layout
13034
13035 \end_inset
13036 </cell>
13037 </row>
13038 <row>
13039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Plain Layout
13043
13044 \backslash
13045 colorbox{yellow
13046 \begin_inset Formula $\to$
13047 \end_inset
13048
13049
13050 \backslash
13051 {A=B
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13057 \begin_inset Text
13058
13059 \begin_layout Plain Layout
13060 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13061 \end_inset
13062
13063
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 </row>
13069 <row>
13070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13071 \begin_inset Text
13072
13073 \begin_layout Plain Layout
13074
13075 \backslash
13076 colorbox{green
13077 \begin_inset Formula $\to$
13078 \end_inset
13079
13080
13081 \backslash
13082 {
13083 \backslash
13084 fbox
13085 \begin_inset space \textvisiblespace{}
13086 \end_inset
13087
13088 A=B
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13098 \end_inset
13099
13100
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 </row>
13106 <row>
13107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111
13112 \backslash
13113 fbox
13114 \begin_inset space \textvisiblespace{}
13115 \end_inset
13116
13117
13118 \backslash
13119 colorbox{green
13120 \begin_inset Formula $\to$
13121 \end_inset
13122
13123
13124 \backslash
13125 {
13126 \family sans
13127 Ctrl+M Ctrl+M
13128 \family default
13129  
13130 \backslash
13131 int
13132 \begin_inset space \textvisiblespace{}
13133 \end_inset
13134
13135 C=D
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13145 \end_inset
13146
13147
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 </row>
13153 </lyxtabular>
13154
13155 \end_inset
13156
13157
13158 \end_layout
13159
13160 \begin_layout Standard
13161
13162 \series bold
13163
13164 \backslash
13165 colorbox
13166 \series default
13167  sólo colorea el marco pero no los caracteres.
13168  Para colorear todos los caracteres se selecciona toda la ecuación y se
13169  elige un color en el diálogo 
13170 \family sans
13171 Estilo
13172 \begin_inset space ~
13173 \end_inset
13174
13175 del
13176 \begin_inset space ~
13177 \end_inset
13178
13179 texto
13180 \family default
13181 .
13182  El diálogo puede abrirse con el botón 
13183 \begin_inset Graphics
13184         filename ../../images/dialog-show_character.png
13185         scale 85
13186
13187 \end_inset
13188
13189  de la barra de herramientas o con el menú 
13190 \family sans
13191 Editar\SpecialChar \menuseparator
13192 Estilo
13193 \begin_inset space ~
13194 \end_inset
13195
13196 del
13197 \begin_inset space ~
13198 \end_inset
13199
13200 texto\SpecialChar \menuseparator
13201 Personalizado
13202 \family default
13203 .
13204  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13205  Si el número de la ecuación debe tener otro color que el de los caracteres
13206  de la ecuación, el color debe cambiarse dentro de la ecuación.
13207 \end_layout
13208
13209 \begin_layout Standard
13210 Un ejemplo:
13211 \color red
13212
13213 \begin_inset Formula 
13214 \begin{equation}
13215 {\color{red}\int A=B}\label{eq:rojo}
13216 \end{equation}
13217
13218 \end_inset
13219
13220
13221 \color green
13222
13223 \begin_inset Formula 
13224 \begin{equation}
13225 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
13226 \end{equation}
13227
13228 \end_inset
13229
13230
13231 \end_layout
13232
13233 \begin_layout Standard
13234 La ecuación 
13235 \begin_inset CommandInset ref
13236 LatexCommand eqref
13237 reference "eq:rojo"
13238
13239 \end_inset
13240
13241  está toda coloreada en rojo.
13242 \begin_inset Newline newline
13243 \end_inset
13244
13245 La ecuación 
13246 \begin_inset CommandInset ref
13247 LatexCommand eqref
13248 reference "eq:rojoverde"
13249
13250 \end_inset
13251
13252  se ha coloreado en primer lugar toda en verde para colorear el número de
13253  la ecuación.
13254  Posteriormente se han coloreado en rojo los caracteres.
13255 \family sans
13256
13257 \begin_inset VSpace bigskip
13258 \end_inset
13259
13260
13261 \end_layout
13262
13263 \begin_layout Standard
13264 Para colorear diferente el borde y el marcose usa el comando 
13265 \series bold
13266
13267 \backslash
13268 fcolorbox
13269 \series default
13270
13271 \begin_inset Index idx
13272 status collapsed
13273
13274 \begin_layout Plain Layout
13275 Comandos ! F ! 
13276 \backslash
13277 fcolorbox
13278 \end_layout
13279
13280 \end_inset
13281
13282  con el siguiente esquema:
13283 \end_layout
13284
13285 \begin_layout Standard
13286
13287 \series bold
13288
13289 \backslash
13290 fcolorbox{color del borde}{color}{contenido del marco}
13291 \end_layout
13292
13293 \begin_layout Standard
13294 Así pues 
13295 \series bold
13296
13297 \backslash
13298 fcolorbox
13299 \series default
13300  es una extensión del comando 
13301 \series bold
13302
13303 \backslash
13304 colorbox
13305 \series default
13306 .
13307  La anchura del borde se establece, como para 
13308 \series bold
13309
13310 \backslash
13311 framebox
13312 \series default
13313 , con 
13314 \series bold
13315
13316 \backslash
13317 fboxrule
13318 \series default
13319  y 
13320 \series bold
13321
13322 \backslash
13323 fboxsep
13324 \series default
13325 .
13326  Un ejemplo:
13327 \begin_inset ERT
13328 status collapsed
13329
13330 \begin_layout Plain Layout
13331
13332
13333 \backslash
13334 fboxrule 1mm 
13335 \backslash
13336 fboxsep 1mm
13337 \end_layout
13338
13339 \end_inset
13340
13341
13342 \begin_inset Formula 
13343 \[
13344 \fcolorbox{cyan}{magenta}{A=B}
13345 \]
13346
13347 \end_inset
13348
13349
13350 \end_layout
13351
13352 \begin_layout Standard
13353 \begin_inset ERT
13354 status collapsed
13355
13356 \begin_layout Plain Layout
13357
13358
13359 \backslash
13360 fboxrule 0.4pt 
13361 \backslash
13362 fboxsep 3pt
13363 \end_layout
13364
13365 \end_inset
13366
13367
13368 \end_layout
13369
13370 \begin_layout Standard
13371 Esta ecuación se ha compuesto con el comando
13372 \begin_inset Newline newline
13373 \end_inset
13374
13375
13376 \series bold
13377
13378 \backslash
13379 fcolorbox{cyan
13380 \begin_inset Formula $\to$
13381 \end_inset
13382
13383
13384 \backslash
13385 {magenta
13386 \begin_inset Formula $\to$
13387 \end_inset
13388
13389
13390 \backslash
13391 {A=B
13392 \end_layout
13393
13394 \begin_layout Standard
13395 \begin_inset VSpace bigskip
13396 \end_inset
13397
13398
13399 \end_layout
13400
13401 \begin_layout Standard
13402 Para usar colores distintos de los predefinidos deben ser definidos previamente.
13403 \end_layout
13404
13405 \begin_layout Standard
13406 Por ejemplo, se puede definir el color 
13407 \begin_inset Quotes fld
13408 \end_inset
13409
13410
13411 \series bold
13412 verdeoscuro
13413 \series default
13414
13415 \begin_inset Quotes frd
13416 \end_inset
13417
13418  con la línea de preámbulo LaTeX:
13419 \end_layout
13420
13421 \begin_layout Standard
13422
13423 \series bold
13424
13425 \backslash
13426 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13427 \series default
13428
13429 \begin_inset Index idx
13430 status collapsed
13431
13432 \begin_layout Plain Layout
13433 Comandos ! D ! 
13434 \backslash
13435 definecolor
13436 \end_layout
13437
13438 \end_inset
13439
13440
13441 \end_layout
13442
13443 \begin_layout Standard
13444
13445 \series bold
13446 cmyk
13447 \series default
13448  es el espacio de color referido a los colores 
13449 \series bold
13450 cyan
13451 \series default
13452
13453 \series bold
13454 magenta
13455 \series default
13456
13457 \series bold
13458 yellow
13459 \series default
13460  y 
13461 \series bold
13462 black
13463 \series default
13464 .
13465  Los cuatro números separados por coma son el factor de cuota para los colores
13466  correspondientes del espacio de color.
13467  Los factores pueden estar en el rango 0-1.
13468  En vez de 
13469 \series bold
13470 cmyk
13471 \series default
13472  se puede usar el espacio de color 
13473 \series bold
13474 rgb
13475 \series default
13476 , que se refiere a 
13477 \series bold
13478 red
13479 \series default
13480
13481 \series bold
13482 green
13483 \series default
13484  y 
13485 \series bold
13486 blue
13487 \series default
13488 , así pues en este caso hay tres factores de cuota para los correspondientes
13489  colores.
13490  Además hay el espacio de color 
13491 \series bold
13492 gray
13493 \series default
13494  con un factor de cuota para el valor gris.
13495 \end_layout
13496
13497 \begin_layout Standard
13498 Como ejemplo he aquí un marco con el nuevo color definido 
13499 \series bold
13500 verdeoscuro
13501 \series default
13502  y los caracteres en color amarillo:
13503 \color black
13504
13505 \begin_inset Formula 
13506 \begin{equation}
13507 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
13508 \end{equation}
13509
13510 \end_inset
13511
13512
13513 \end_layout
13514
13515 \begin_layout Standard
13516 Los colores personalizados también se pueden usar para texto con la ayuda
13517  del comando 
13518 \series bold
13519
13520 \backslash
13521 textcolor
13522 \series default
13523
13524 \begin_inset Index idx
13525 status collapsed
13526
13527 \begin_layout Plain Layout
13528 Texto ! coloreado
13529 \end_layout
13530
13531 \end_inset
13532
13533
13534 \end_layout
13535
13536 \begin_layout Standard
13537 \begin_inset ERT
13538 status collapsed
13539
13540 \begin_layout Plain Layout
13541
13542
13543 \backslash
13544 textcolor{verdeoscuro}{
13545 \end_layout
13546
13547 \end_inset
13548
13549 Esta frase en 
13550 \begin_inset Quotes fld
13551 \end_inset
13552
13553 verdeoscuro
13554 \begin_inset Quotes frd
13555 \end_inset
13556
13557 .
13558 \begin_inset ERT
13559 status collapsed
13560
13561 \begin_layout Plain Layout
13562
13563 }
13564 \end_layout
13565
13566 \end_inset
13567
13568
13569 \end_layout
13570
13571 \begin_layout Standard
13572
13573 \series bold
13574
13575 \backslash
13576 textcolor
13577 \series default
13578
13579 \begin_inset Index idx
13580 status collapsed
13581
13582 \begin_layout Plain Layout
13583 Comandos ! T ! 
13584 \backslash
13585 textcolor
13586 \end_layout
13587
13588 \end_inset
13589
13590  se usa con el esquema 
13591 \series bold
13592
13593 \backslash
13594 textcolor{color}{caracteres a colorear}
13595 \series default
13596 .
13597 \end_layout
13598
13599 \begin_layout Subsection
13600 Marcos de párrafo
13601 \begin_inset CommandInset label
13602 LatexCommand label
13603 name "sub:Marcos-de-párrafo"
13604
13605 \end_inset
13606
13607
13608 \begin_inset Index idx
13609 status collapsed
13610
13611 \begin_layout Plain Layout
13612 Marcos ! para párrafos
13613 \end_layout
13614
13615 \end_inset
13616
13617
13618 \end_layout
13619
13620 \begin_layout Standard
13621 Un marco que puede contener varias líneas y párrafos, denominado marco de
13622  párrafo (parbox), se puede generar con el menú 
13623 \family sans
13624 Insertar\SpecialChar \menuseparator
13625 Marco
13626 \family default
13627  o con el botón 
13628 \begin_inset Graphics
13629         filename ../../images/box-insert.png
13630         scale 85
13631
13632 \end_inset
13633
13634  de la barra de herramientas.
13635 \end_layout
13636
13637 \begin_layout Standard
13638 El siguiente ejemplo muestra un marco de párrafo en línea:
13639 \begin_inset VSpace medskip
13640 \end_inset
13641
13642 Esta línea contiene 
13643 \begin_inset Box Boxed
13644 position "c"
13645 hor_pos "c"
13646 has_inner_box 1
13647 inner_pos "c"
13648 use_parbox 1
13649 use_makebox 0
13650 width "5cm"
13651 special "none"
13652 height "1in"
13653 height_special "totalheight"
13654 status collapsed
13655
13656 \begin_layout Plain Layout
13657 Esto es un marco de párrafo.
13658  Tiene exactamente 5
13659 \begin_inset space \thinspace{}
13660 \end_inset
13661
13662 cm de largo y además puede contener ecuaciones: 
13663 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13664 \end_inset
13665
13666
13667 \end_layout
13668
13669 \end_inset
13670
13671
13672 \begin_inset space ~
13673 \end_inset
13674
13675  un marco de párrafo.
13676 \begin_inset VSpace medskip
13677 \end_inset
13678
13679 Ese marco se compone haciendo clic derecho sobre el rectángulo gris insertado.
13680  Surge un diálogo con las propiedades del marco.
13681  En este caso: 
13682 \emph on
13683 Decoración
13684 \emph default
13685 : Marco rectangular, 
13686 \emph on
13687 marco interior
13688 \emph default
13689 : Párrafo, 
13690 \emph on
13691 Ancho
13692 \emph default
13693 : 5
13694 \begin_inset space \thinspace{}
13695 \end_inset
13696
13697 cm, 
13698 \emph on
13699 Alineación Vertical
13700 \emph default
13701  
13702 \emph on
13703 marco
13704 \emph default
13705 : Medio.
13706 \end_layout
13707
13708 \begin_layout Standard
13709 \begin_inset VSpace medskip
13710 \end_inset
13711
13712 En LaTeX, un marco de párrafo se inserta con el comando 
13713 \series bold
13714
13715 \backslash
13716 parbox
13717 \series default
13718
13719 \begin_inset Index idx
13720 status collapsed
13721
13722 \begin_layout Plain Layout
13723 Comandos ! P ! 
13724 \backslash
13725 parbox
13726 \end_layout
13727
13728 \end_inset
13729
13730  con el esquema siguiente:
13731 \end_layout
13732
13733 \begin_layout Standard
13734
13735 \series bold
13736
13737 \backslash
13738 parbox[posición]{anchura}{contenido}
13739 \end_layout
13740
13741 \begin_layout Standard
13742 Son posibles las posiciones 
13743 \emph on
13744 b
13745 \emph default
13746  y 
13747 \emph on
13748 t
13749 \emph default
13750
13751 \emph on
13752 b
13753 \emph default
13754  por 
13755 \begin_inset Quotes fld
13756 \end_inset
13757
13758 bottom
13759 \begin_inset Quotes frd
13760 \end_inset
13761
13762  (abajo), que alinea la última línea del marco con el texto de alrededor.
13763  Con 
13764 \emph on
13765 t
13766 \emph default
13767 , por 
13768 \begin_inset Quotes fld
13769 \end_inset
13770
13771 top
13772 \begin_inset Quotes frd
13773 \end_inset
13774
13775  (arriba), la alineación se hace con la primera línea.
13776  Si no se da posición, el marco se centrará verticalmente, véase la sección
13777  
13778 \emph on
13779 Marcos
13780 \emph default
13781  del manual 
13782 \emph on
13783 Objetos insertados
13784 \emph default
13785  para ejemplos.
13786 \end_layout
13787
13788 \begin_layout Standard
13789 \begin_inset VSpace bigskip
13790 \end_inset
13791
13792 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
13793  ponerse en un marco de párrafo.
13794  Para ello se inserta el comando
13795 \begin_inset Newline newline
13796 \end_inset
13797
13798
13799 \series bold
13800
13801 \backslash
13802 fbox{
13803 \backslash
13804 parbox{
13805 \backslash
13806 linewidth-2
13807 \backslash
13808 fboxsep-2
13809 \backslash
13810 fboxrule}{
13811 \begin_inset Newline newline
13812 \end_inset
13813
13814
13815 \series default
13816 en modo TeX delante de la ecuación.
13817  Aquí 
13818 \series bold
13819
13820 \backslash
13821 linewidth
13822 \series default
13823
13824 \begin_inset Index idx
13825 status collapsed
13826
13827 \begin_layout Plain Layout
13828 Comandos ! L ! 
13829 \backslash
13830 linewidth
13831 \begin_inset ERT
13832 status open
13833
13834 \begin_layout Plain Layout
13835
13836
13837 \backslash
13838 vspace{5mm}
13839 \end_layout
13840
13841 \end_inset
13842
13843
13844 \end_layout
13845
13846 \end_inset
13847
13848  es la anchura de línea establecida para el documento.
13849  Como el marco está por fuera del marco de párrafo, hay que restar de dicha
13850  anchura dos veces la separación del marco y el grosor.
13851  Como LyX no lo hace automáticamente debido a un fallo,
13852 \begin_inset Foot
13853 status collapsed
13854
13855 \begin_layout Plain Layout
13856 \begin_inset CommandInset href
13857 LatexCommand href
13858 name "LyX-bug #4483"
13859 target "http://www.lyx.org/trac/ticket/4483"
13860
13861 \end_inset
13862
13863
13864 \end_layout
13865
13866 \end_inset
13867
13868  hay que usar modo TeX.
13869  Para poder multiplicar y restar en los argumentos hay que cargar en el
13870  preámbulo LaTeX el paquete LaTeX 
13871 \series bold
13872 calc
13873 \series default
13874 ,
13875 \begin_inset Foot
13876 status collapsed
13877
13878 \begin_layout Plain Layout
13879
13880 \series bold
13881 calc
13882 \series default
13883  es parte de toda instalación LaTeX estándar.
13884 \end_layout
13885
13886 \end_inset
13887
13888
13889 \begin_inset Index idx
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893 Paquetes ! calc
13894 \end_layout
13895
13896 \end_inset
13897
13898  con la línea
13899 \end_layout
13900
13901 \begin_layout Standard
13902
13903 \series bold
13904
13905 \backslash
13906 usepackage{calc}
13907 \end_layout
13908
13909 \begin_layout Standard
13910 Detrás de la ecuación se cierran ambos marcos con 
13911 \series bold
13912 }}
13913 \series default
13914  en modo TeX.
13915  Aquí hay un ejemplo:
13916 \begin_inset ERT
13917 status collapsed
13918
13919 \begin_layout Plain Layout
13920
13921
13922 \backslash
13923 fboxsep 5mm 
13924 \backslash
13925 fboxrule 5mm
13926 \end_layout
13927
13928 \end_inset
13929
13930
13931 \end_layout
13932
13933 \begin_layout Standard
13934 \begin_inset ERT
13935 status collapsed
13936
13937 \begin_layout Plain Layout
13938
13939
13940 \backslash
13941 fbox{
13942 \backslash
13943 parbox{
13944 \backslash
13945 linewidth-2
13946 \backslash
13947 fboxsep-2
13948 \backslash
13949 fboxrule}{
13950 \end_layout
13951
13952 \end_inset
13953
13954
13955 \begin_inset Formula 
13956 \begin{equation}
13957 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13958 \end{equation}
13959
13960 \end_inset
13961
13962
13963 \end_layout
13964
13965 \begin_layout Standard
13966 \begin_inset ERT
13967 status collapsed
13968
13969 \begin_layout Plain Layout
13970
13971 }}
13972 \end_layout
13973
13974 \end_inset
13975
13976
13977 \begin_inset ERT
13978 status collapsed
13979
13980 \begin_layout Plain Layout
13981
13982
13983 \backslash
13984 fboxrule 0.4pt 
13985 \backslash
13986 fboxsep 3pt
13987 \end_layout
13988
13989 \end_inset
13990
13991
13992 \end_layout
13993
13994 \begin_layout Standard
13995 \begin_inset VSpace medskip
13996 \end_inset
13997
13998
13999 \end_layout
14000
14001 \begin_layout Standard
14002 Como se ha usado el marco de párrafo como argumento de 
14003 \series bold
14004
14005 \backslash
14006 fbox
14007 \series default
14008 , en este caso no hay diferencia entre 
14009 \series bold
14010
14011 \backslash
14012 fbox
14013 \series default
14014  y 
14015 \series bold
14016
14017 \backslash
14018 boxed
14019 \series default
14020 .
14021  
14022 \end_layout
14023
14024 \begin_layout Standard
14025 \begin_inset VSpace bigskip
14026 \end_inset
14027
14028
14029 \end_layout
14030
14031 \begin_layout Standard
14032 Los marcos de párrafo son muy útiles para comentar ecuaciones directamente.
14033  Para hacerlo, se usa 
14034 \series bold
14035
14036 \backslash
14037 parbox
14038 \series default
14039  en combinación con el comando 
14040 \series bold
14041
14042 \backslash
14043 tag
14044 \series default
14045 .
14046  (Véase más sobre 
14047 \series bold
14048
14049 \backslash
14050 tag
14051 \series default
14052  en 
14053 \begin_inset CommandInset ref
14054 LatexCommand ref
14055 reference "sub:Numeración-personalizada"
14056
14057 \end_inset
14058
14059 ).
14060 \end_layout
14061
14062 \begin_layout Standard
14063 Un ejemplo de ecuación comentada con 
14064 \series bold
14065
14066 \backslash
14067 parbox
14068 \series default
14069 :
14070 \end_layout
14071
14072 \begin_layout Standard
14073 \begin_inset ERT
14074 status collapsed
14075
14076 \begin_layout Plain Layout
14077
14078
14079 \backslash
14080 [5x-7b=3b
14081 \backslash
14082 tag*{
14083 \backslash
14084 parbox{5cm}{
14085 \end_layout
14086
14087 \end_inset
14088
14089 Esto es una descripción.
14090  Está claramente separada de la ecuación y es multilínea.
14091 \begin_inset ERT
14092 status collapsed
14093
14094 \begin_layout Plain Layout
14095
14096 }}
14097 \backslash
14098 ]
14099 \end_layout
14100
14101 \end_inset
14102
14103
14104 \end_layout
14105
14106 \begin_layout Standard
14107 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14108  no soporta el comando 
14109 \series bold
14110
14111 \backslash
14112 parbox
14113 \series default
14114  en ecuaciones.
14115  La ecuación se compone con la siguiente secuencia de comandos:
14116 \end_layout
14117
14118 \begin_layout Standard
14119 El comando 
14120 \series bold
14121
14122 \backslash
14123 [5x-7b=3b
14124 \backslash
14125 tag*
14126 \backslash
14127 {
14128 \backslash
14129 parbox{5cm}{
14130 \series default
14131  se inserta en modo TeX.
14132 \begin_inset Foot
14133 status collapsed
14134
14135 \begin_layout Plain Layout
14136 Si se usa el estilo de ecuación 
14137 \series bold
14138 Sangrado
14139 \series default
14140
14141 \series bold
14142
14143 \backslash
14144 tag*
14145 \backslash
14146
14147 \series default
14148  se puede reemplazar por 
14149 \series bold
14150
14151 \backslash
14152 hfill
14153 \series default
14154 .
14155  (Véanse los estilos de ecuación en 
14156 \begin_inset CommandInset ref
14157 LatexCommand ref
14158 reference "sec:Estilos-de-ecuación"
14159
14160 \end_inset
14161
14162 ).
14163 \end_layout
14164
14165 \end_inset
14166
14167  Después sigue la descripción en texto normal, y por último 
14168 \series bold
14169 }}
14170 \backslash
14171 ]
14172 \series default
14173  en modo TeX.
14174  Aquí los comandos 
14175 \series bold
14176
14177 \backslash
14178 [
14179 \series default
14180  y 
14181 \series bold
14182
14183 \backslash
14184 ]
14185 \series default
14186  crean una ecuación presentada.
14187 \end_layout
14188
14189 \begin_layout Standard
14190 Las ventajas de 
14191 \series bold
14192
14193 \backslash
14194 parbox
14195 \series default
14196  pueden verse en este ejemplo que se ha 
14197 \begin_inset Quotes fld
14198 \end_inset
14199
14200 comentado
14201 \begin_inset Quotes frd
14202 \end_inset
14203
14204  usando el modo texto matemático:
14205 \begin_inset Formula 
14206 \[
14207 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
14208 \]
14209
14210 \end_inset
14211
14212
14213 \end_layout
14214
14215 \begin_layout Section
14216 Operadores
14217 \begin_inset Index idx
14218 status collapsed
14219
14220 \begin_layout Plain Layout
14221 Operadores
14222 \end_layout
14223
14224 \end_inset
14225
14226
14227 \end_layout
14228
14229 \begin_layout Subsection
14230 Operadores grandes
14231 \begin_inset CommandInset label
14232 LatexCommand label
14233 name "sub:Operadores-grandes"
14234
14235 \end_inset
14236
14237
14238 \begin_inset Index idx
14239 status collapsed
14240
14241 \begin_layout Plain Layout
14242 Operadores ! grandes
14243 \end_layout
14244
14245 \end_inset
14246
14247
14248 \begin_inset Index idx
14249 status collapsed
14250
14251 \begin_layout Plain Layout
14252 Sumatorios
14253 \end_layout
14254
14255 \end_inset
14256
14257
14258 \begin_inset Index idx
14259 status collapsed
14260
14261 \begin_layout Plain Layout
14262 Integrales
14263 \end_layout
14264
14265 \end_inset
14266
14267
14268 \end_layout
14269
14270 \begin_layout Standard
14271 Para poder usar todos los comandos de integrales listados aquí, debe estar
14272  marcada la opción 
14273 \family sans
14274 Usar paquete esint automáticamente
14275 \family default
14276  en el apartado 
14277 \family sans
14278 Opciones de ecuación
14279 \family default
14280  de la configuración del documento.
14281  
14282 \end_layout
14283
14284 \begin_layout Standard
14285 \begin_inset space \hfill{}
14286 \end_inset
14287
14288
14289 \begin_inset Tabular
14290 <lyxtabular version="3" rows="11" columns="2">
14291 <features rotate="0" tabularvalignment="middle">
14292 <column alignment="center" valignment="top" width="0pt">
14293 <column alignment="center" valignment="top" width="0pt">
14294 <row>
14295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 Comando
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308 Resultado
14309 \end_layout
14310
14311 \end_inset
14312 </cell>
14313 </row>
14314 <row>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319
14320 \backslash
14321 int
14322 \begin_inset Index idx
14323 status collapsed
14324
14325 \begin_layout Plain Layout
14326 Comandos ! I ! 
14327 \backslash
14328 int
14329 \end_layout
14330
14331 \end_inset
14332
14333
14334 \end_layout
14335
14336 \end_inset
14337 </cell>
14338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14339 \begin_inset Text
14340
14341 \begin_layout Plain Layout
14342 \begin_inset Formula $\int$
14343 \end_inset
14344
14345
14346 \end_layout
14347
14348 \end_inset
14349 </cell>
14350 </row>
14351 <row>
14352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14353 \begin_inset Text
14354
14355 \begin_layout Plain Layout
14356
14357 \backslash
14358 oint
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Plain Layout
14367 \begin_inset Formula $\oint$
14368 \end_inset
14369
14370
14371 \end_layout
14372
14373 \end_inset
14374 </cell>
14375 </row>
14376 <row>
14377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381
14382 \backslash
14383 ointctrclockwise
14384 \end_layout
14385
14386 \end_inset
14387 </cell>
14388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392 \begin_inset Formula $\ointctrclockwise$
14393 \end_inset
14394
14395
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 </row>
14401 <row>
14402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14403 \begin_inset Text
14404
14405 \begin_layout Plain Layout
14406
14407 \backslash
14408 ointclockwise
14409 \end_layout
14410
14411 \end_inset
14412 </cell>
14413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417 \begin_inset Formula $\ointclockwise$
14418 \end_inset
14419
14420
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 </row>
14426 <row>
14427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431
14432 \backslash
14433 sqint
14434 \end_layout
14435
14436 \end_inset
14437 </cell>
14438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Plain Layout
14442 \begin_inset Formula $\sqint$
14443 \end_inset
14444
14445
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 </row>
14451 <row>
14452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14453 \begin_inset Text
14454
14455 \begin_layout Plain Layout
14456
14457 \backslash
14458 fint
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467  
14468 \begin_inset Formula $\fint$
14469 \end_inset
14470
14471
14472 \end_layout
14473
14474 \end_inset
14475 </cell>
14476 </row>
14477 <row>
14478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482
14483 \backslash
14484 landupint
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Plain Layout
14493  
14494 \begin_inset Formula $\landupint$
14495 \end_inset
14496
14497
14498 \end_layout
14499
14500 \end_inset
14501 </cell>
14502 </row>
14503 <row>
14504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508
14509 \backslash
14510 landdownint
14511 \end_layout
14512
14513 \end_inset
14514 </cell>
14515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14516 \begin_inset Text
14517
14518 \begin_layout Plain Layout
14519  
14520 \begin_inset Formula $\landdownint$
14521 \end_inset
14522
14523
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 </row>
14529 <row>
14530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14531 \begin_inset Text
14532
14533 \begin_layout Plain Layout
14534
14535 \backslash
14536 bigcap
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Plain Layout
14545 \begin_inset Formula $\bigcap$
14546 \end_inset
14547
14548
14549 \end_layout
14550
14551 \end_inset
14552 </cell>
14553 </row>
14554 <row>
14555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14556 \begin_inset Text
14557
14558 \begin_layout Plain Layout
14559
14560 \backslash
14561 bigcup
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 \begin_inset Formula $\bigcup$
14571 \end_inset
14572
14573
14574 \end_layout
14575
14576 \end_inset
14577 </cell>
14578 </row>
14579 </lyxtabular>
14580
14581 \end_inset
14582
14583
14584 \begin_inset space \hfill{}
14585 \end_inset
14586
14587
14588 \begin_inset Tabular
14589 <lyxtabular version="3" rows="11" columns="2">
14590 <features rotate="0" tabularvalignment="middle">
14591 <column alignment="center" valignment="top" width="0pt">
14592 <column alignment="center" valignment="top" width="0pt">
14593 <row>
14594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Plain Layout
14598 Comando
14599 \end_layout
14600
14601 \end_inset
14602 </cell>
14603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14604 \begin_inset Text
14605
14606 \begin_layout Plain Layout
14607 Resultado
14608 \end_layout
14609
14610 \end_inset
14611 </cell>
14612 </row>
14613 <row>
14614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14615 \begin_inset Text
14616
14617 \begin_layout Plain Layout
14618
14619 \backslash
14620 sum
14621 \begin_inset Index idx
14622 status collapsed
14623
14624 \begin_layout Plain Layout
14625 Comandos ! S ! 
14626 \backslash
14627 sum
14628 \end_layout
14629
14630 \end_inset
14631
14632
14633 \end_layout
14634
14635 \end_inset
14636 </cell>
14637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14638 \begin_inset Text
14639
14640 \begin_layout Plain Layout
14641 \begin_inset Formula $\sum$
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 </row>
14650 <row>
14651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14652 \begin_inset Text
14653
14654 \begin_layout Plain Layout
14655
14656 \backslash
14657 prod
14658 \begin_inset Index idx
14659 status collapsed
14660
14661 \begin_layout Plain Layout
14662 Comandos ! P ! 
14663 \backslash
14664 prod
14665 \end_layout
14666
14667 \end_inset
14668
14669
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678 \begin_inset Formula $\prod$
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \end_inset
14685 </cell>
14686 </row>
14687 <row>
14688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14689 \begin_inset Text
14690
14691 \begin_layout Plain Layout
14692
14693 \backslash
14694 coprod
14695 \end_layout
14696
14697 \end_inset
14698 </cell>
14699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14700 \begin_inset Text
14701
14702 \begin_layout Plain Layout
14703 \begin_inset Formula $\coprod$
14704 \end_inset
14705
14706
14707 \end_layout
14708
14709 \end_inset
14710 </cell>
14711 </row>
14712 <row>
14713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717
14718 \backslash
14719 bigodot
14720 \end_layout
14721
14722 \end_inset
14723 </cell>
14724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14725 \begin_inset Text
14726
14727 \begin_layout Plain Layout
14728 \begin_inset Formula $\bigodot$
14729 \end_inset
14730
14731
14732 \end_layout
14733
14734 \end_inset
14735 </cell>
14736 </row>
14737 <row>
14738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14739 \begin_inset Text
14740
14741 \begin_layout Plain Layout
14742
14743 \backslash
14744 bigotimes
14745 \end_layout
14746
14747 \end_inset
14748 </cell>
14749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14750 \begin_inset Text
14751
14752 \begin_layout Plain Layout
14753 \begin_inset Formula $\bigotimes$
14754 \end_inset
14755
14756
14757 \end_layout
14758
14759 \end_inset
14760 </cell>
14761 </row>
14762 <row>
14763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14764 \begin_inset Text
14765
14766 \begin_layout Plain Layout
14767
14768 \backslash
14769 bigoplus
14770 \end_layout
14771
14772 \end_inset
14773 </cell>
14774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14775 \begin_inset Text
14776
14777 \begin_layout Plain Layout
14778 \begin_inset Formula $\bigoplus$
14779 \end_inset
14780
14781
14782 \end_layout
14783
14784 \end_inset
14785 </cell>
14786 </row>
14787 <row>
14788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14789 \begin_inset Text
14790
14791 \begin_layout Plain Layout
14792
14793 \backslash
14794 bigwedge
14795 \end_layout
14796
14797 \end_inset
14798 </cell>
14799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14800 \begin_inset Text
14801
14802 \begin_layout Plain Layout
14803 \begin_inset Formula $\bigwedge$
14804 \end_inset
14805
14806
14807 \end_layout
14808
14809 \end_inset
14810 </cell>
14811 </row>
14812 <row>
14813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14814 \begin_inset Text
14815
14816 \begin_layout Plain Layout
14817
14818 \backslash
14819 bigvee
14820 \end_layout
14821
14822 \end_inset
14823 </cell>
14824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14825 \begin_inset Text
14826
14827 \begin_layout Plain Layout
14828 \begin_inset Formula $\bigvee$
14829 \end_inset
14830
14831
14832 \end_layout
14833
14834 \end_inset
14835 </cell>
14836 </row>
14837 <row>
14838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Plain Layout
14842
14843 \backslash
14844 bigsqcup
14845 \end_layout
14846
14847 \end_inset
14848 </cell>
14849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Plain Layout
14853 \begin_inset Formula $\bigsqcup$
14854 \end_inset
14855
14856
14857 \end_layout
14858
14859 \end_inset
14860 </cell>
14861 </row>
14862 <row>
14863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867
14868 \backslash
14869 biguplus
14870 \end_layout
14871
14872 \end_inset
14873 </cell>
14874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14875 \begin_inset Text
14876
14877 \begin_layout Plain Layout
14878 \begin_inset Formula $\biguplus$
14879 \end_inset
14880
14881
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 </row>
14887 </lyxtabular>
14888
14889 \end_inset
14890
14891
14892 \begin_inset space \hfill{}
14893 \end_inset
14894
14895
14896 \end_layout
14897
14898 \begin_layout Standard
14899 Todos los operadores grandes se pueden insertar con el botón 
14900 \begin_inset Graphics
14901         filename ../../images/math/intop.png
14902         scale 85
14903
14904 \end_inset
14905
14906  de la barra de ecuaciones.
14907 \end_layout
14908
14909 \begin_layout Standard
14910 Estos operadores son llamados grandes porque son mayores que los operadores
14911  binarios de aspecto semejante.
14912  Todos los operadores grandes pueden tener límites, como se describe en
14913  la subsección siguiente.
14914 \end_layout
14915
14916 \begin_layout Standard
14917 Para todos los operadores de integral hay una segunda versión disponible,
14918  terminando en 
14919 \series bold
14920 op
14921 \series default
14922
14923 \series bold
14924
14925 \backslash
14926 intop
14927 \series default
14928
14929 \series bold
14930
14931 \backslash
14932 ointop
14933 \series default
14934  etc.
14935  Estos operadores difieren de 
14936 \series bold
14937
14938 \backslash
14939 int
14940 \series default
14941 , etc., en el estilo en que se presentan los límites, véase
14942 \series bold
14943  
14944 \series default
14945
14946 \begin_inset CommandInset ref
14947 LatexCommand ref
14948 reference "sub:Límites-de-operadores"
14949
14950 \end_inset
14951
14952 .
14953 \end_layout
14954
14955 \begin_layout Subsubsection*
14956 Sugerencias para las integrales
14957 \end_layout
14958
14959 \begin_layout Standard
14960 La letra 
14961 \emph on
14962 d
14963 \emph default
14964  en una integral es un operador, por consiguiente debe escribirse en redonda.
14965  Esto se hace resaltando la 
14966 \emph on
14967 d
14968 \emph default
14969  y usando el atajo de teclado 
14970 \family sans
14971 Alt+C
14972 \begin_inset space ~
14973 \end_inset
14974
14975 R
14976 \family default
14977 .
14978 \begin_inset Foot
14979 status collapsed
14980
14981 \begin_layout Plain Layout
14982 véase estilos de letras en 
14983 \begin_inset CommandInset ref
14984 LatexCommand ref
14985 reference "sub:Estilos-de-tipografías"
14986
14987 \end_inset
14988
14989  
14990 \end_layout
14991
14992 \end_inset
14993
14994  Delante de la 
14995 \emph on
14996 d
14997 \emph default
14998  se inserta un espacio delgado, como es habitual en los operadores.
14999  Un ejemplo:
15000 \end_layout
15001
15002 \begin_layout Standard
15003 incorrecto: 
15004 \begin_inset Formula $\int A(x)dx$
15005 \end_inset
15006
15007
15008 \begin_inset Newline newline
15009 \end_inset
15010
15011
15012 \begin_inset Phantom HPhantom
15013 status open
15014
15015 \begin_layout Plain Layout
15016 in
15017 \end_layout
15018
15019 \end_inset
15020
15021 correcto: 
15022 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15023 \end_inset
15024
15025
15026 \end_layout
15027
15028 \begin_layout Standard
15029 Para integrales múltiples hay los siguientes comandos:
15030 \begin_inset VSpace medskip
15031 \end_inset
15032
15033
15034 \end_layout
15035
15036 \begin_layout Standard
15037 \begin_inset space \hfill{}
15038 \end_inset
15039
15040
15041 \begin_inset Tabular
15042 <lyxtabular version="3" rows="4" columns="2">
15043 <features rotate="0" tabularvalignment="middle">
15044 <column alignment="center" valignment="top">
15045 <column alignment="center" valignment="top">
15046 <row>
15047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051 Comando
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060 Resultado
15061 \begin_inset Note Note
15062 status collapsed
15063
15064 \begin_layout Plain Layout
15065
15066 \series bold
15067
15068 \backslash
15069 raisebox
15070 \series default
15071  se usa sólo como espaciador
15072 \end_layout
15073
15074 \end_inset
15075
15076
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 </row>
15082 <row>
15083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087
15088 \backslash
15089 iint
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15099 \end_inset
15100
15101
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 </row>
15107 <row>
15108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112
15113 \backslash
15114 oiint
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15124 \end_inset
15125
15126
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 </row>
15132 <row>
15133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137
15138 \backslash
15139 sqiint
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Plain Layout
15148 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15149 \end_inset
15150
15151
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 </row>
15157 </lyxtabular>
15158
15159 \end_inset
15160
15161
15162 \begin_inset space \hfill{}
15163 \end_inset
15164
15165
15166 \begin_inset Tabular
15167 <lyxtabular version="3" rows="4" columns="2">
15168 <features rotate="0" tabularvalignment="middle">
15169 <column alignment="center" valignment="top">
15170 <column alignment="center" valignment="top">
15171 <row>
15172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176 Comando
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185 Resultado
15186 \begin_inset Note Note
15187 status collapsed
15188
15189 \begin_layout Plain Layout
15190
15191 \series bold
15192
15193 \backslash
15194 raisebox
15195 \series default
15196  se usa sólo como espaciador
15197 \end_layout
15198
15199 \end_inset
15200
15201
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 </row>
15207 <row>
15208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212
15213 \backslash
15214 iiint
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15224 \end_inset
15225
15226
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 </row>
15232 <row>
15233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237
15238 \backslash
15239 iiiint
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15249 \end_inset
15250
15251
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 </row>
15257 <row>
15258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262
15263 \backslash
15264 dotsint
15265 \end_layout
15266
15267 \end_inset
15268 </cell>
15269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15274 \end_inset
15275
15276
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 </row>
15282 </lyxtabular>
15283
15284 \end_inset
15285
15286
15287 \begin_inset space \hfill{}
15288 \end_inset
15289
15290
15291 \end_layout
15292
15293 \begin_layout Subsection
15294 Límites de operadores
15295 \begin_inset CommandInset label
15296 LatexCommand label
15297 name "sub:Límites-de-operadores"
15298
15299 \end_inset
15300
15301
15302 \begin_inset Index idx
15303 status collapsed
15304
15305 \begin_layout Plain Layout
15306 Operadores ! límites de
15307 \end_layout
15308
15309 \end_inset
15310
15311
15312 \end_layout
15313
15314 \begin_layout Standard
15315 Los límites se crean mediante superíndices y subíndices:
15316 \end_layout
15317
15318 \begin_layout Standard
15319 \noindent
15320 \align center
15321 \begin_inset Tabular
15322 <lyxtabular version="3" rows="2" columns="2">
15323 <features rotate="0" tabularvalignment="middle">
15324 <column alignment="center" valignment="top">
15325 <column alignment="center" valignment="top">
15326 <row>
15327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15328 \begin_inset Text
15329
15330 \begin_layout Plain Layout
15331 Comando
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340 Resultado
15341 \begin_inset Note Note
15342 status collapsed
15343
15344 \begin_layout Plain Layout
15345
15346 \series bold
15347
15348 \backslash
15349 raisebox
15350 \series default
15351  se usa sólo como espaciador
15352 \end_layout
15353
15354 \end_inset
15355
15356
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 </row>
15362 <row>
15363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367
15368 \backslash
15369 prod^
15370 \backslash
15371 infty
15372 \begin_inset space \textvisiblespace{}
15373 \end_inset
15374
15375
15376 \begin_inset Formula $\to$
15377 \end_inset
15378
15379 _0
15380 \begin_inset Formula $\to$
15381 \end_inset
15382
15383 A(x)
15384 \end_layout
15385
15386 \end_inset
15387 </cell>
15388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15389 \begin_inset Text
15390
15391 \begin_layout Plain Layout
15392 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15393 \end_inset
15394
15395
15396 \end_layout
15397
15398 \end_inset
15399 </cell>
15400 </row>
15401 </lyxtabular>
15402
15403 \end_inset
15404
15405
15406 \end_layout
15407
15408 \begin_layout Standard
15409 En ecuaciones en línea los límites se colocan al lado derecho del operador.
15410  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
15411 \end_layout
15412
15413 \begin_layout Standard
15414 Para forzar que los límites se coloquen junto al operador, se pone el cursor
15415  directamente detrás del operador y se elige 
15416 \series bold
15417 Alineado
15418 \series default
15419  en el menú 
15420 \family sans
15421 Editar\SpecialChar \menuseparator
15422 Ecuación\SpecialChar \menuseparator
15423 Cambiar tipo de límites
15424 \family default
15425  (atajo 
15426 \family sans
15427 Alt+M
15428 \begin_inset space ~
15429 \end_inset
15430
15431 L
15432 \family default
15433 ).
15434  Un ejemplo:
15435 \end_layout
15436
15437 \begin_layout Standard
15438 El tipo de límites por omisión es:
15439 \begin_inset Formula 
15440 \[
15441 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15442 \]
15443
15444 \end_inset
15445
15446
15447 \end_layout
15448
15449 \begin_layout Standard
15450 Así se ven si se cambia el tipo de límites a 
15451 \series bold
15452 Alineado
15453 \series default
15454 :
15455 \begin_inset Formula 
15456 \[
15457 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15458 \]
15459
15460 \end_inset
15461
15462
15463 \end_layout
15464
15465 \begin_layout Standard
15466 En integrales, excepto las que terminan en 
15467 \series bold
15468 op
15469 \series default
15470  como 
15471 \series bold
15472
15473 \backslash
15474 intop
15475 \series default
15476
15477 \series bold
15478
15479 \backslash
15480 ointop
15481 \series default
15482 , etc., los límites se colocan por omisión junto al operador.
15483  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
15484  operador.
15485  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
15486 \series bold
15487 Presentado
15488 \series default
15489  para poner el límite debajo:
15490 \begin_inset Formula 
15491 \begin{equation}
15492 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
15493 \end{equation}
15494
15495 \end_inset
15496
15497
15498 \begin_inset VSpace medskip
15499 \end_inset
15500
15501 Para especificar condiciones en los límites se usan los comandos 
15502 \series bold
15503
15504 \backslash
15505 subarray
15506 \series default
15507
15508 \begin_inset Index idx
15509 status collapsed
15510
15511 \begin_layout Plain Layout
15512 Comandos ! S ! 
15513 \backslash
15514 subarray
15515 \end_layout
15516
15517 \end_inset
15518
15519  y 
15520 \series bold
15521
15522 \backslash
15523 substack
15524 \series default
15525
15526 \begin_inset Index idx
15527 status collapsed
15528
15529 \begin_layout Plain Layout
15530 Comandos ! S ! 
15531 \backslash
15532 substack
15533 \end_layout
15534
15535 \end_inset
15536
15537 .
15538  Por ejemplo, para componer la expresión
15539 \begin_inset Formula 
15540 \begin{equation}
15541 \sum_{\begin{subarray}{c}
15542 0<k<1000\\
15543 \\
15544 k\,\in\,\mathbb{N}
15545 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15546 \end{equation}
15547
15548 \end_inset
15549
15550 se ha hecho lo siguiente: primero se escribe el comando 
15551 \series bold
15552
15553 \backslash
15554 sum^n
15555 \series default
15556
15557 \begin_inset space \textvisiblespace{}
15558 \end_inset
15559
15560
15561 \series bold
15562 _
15563 \series default
15564 .
15565  Ahora el cursor está en un marco azul bajo el operador sumatorio y ahí
15566  se inserta el comando 
15567 \series bold
15568
15569 \backslash
15570 subarray
15571 \series default
15572
15573 \begin_inset space \textvisiblespace{}
15574 \end_inset
15575
15576 .
15577  Ahora el marco azul está en un marco púrpura donde pueden escribirse líneas
15578  distintas.
15579  Cada línea nueva se crea con un salto de línea (
15580 \family sans
15581 Ctrl+Entrar
15582 \family default
15583 ).
15584  Si ahora se teclea en ella
15585 \begin_inset Newline newline
15586 \end_inset
15587
15588
15589 \series bold
15590 0<k<1000 Ctrl+Entrar
15591 \begin_inset Newline newline
15592 \end_inset
15593
15594
15595 \series default
15596 aparece debajo un nuevo marco para la línea nueva.
15597 \end_layout
15598
15599 \begin_layout Standard
15600 La alineación de las líneas puede cambiarse a la izquierda con la 
15601 \family sans
15602 barra de herramientas de cuadros
15603 \family default
15604  o con el menú 
15605 \family sans
15606 Editar\SpecialChar \menuseparator
15607 Filas y columnas
15608 \family default
15609 .
15610  Para obtener alineación derecha se inserta 
15611 \series bold
15612
15613 \backslash
15614 hfill
15615 \series default
15616
15617 \begin_inset space \textvisiblespace{}
15618 \end_inset
15619
15620  al principio de la línea.
15621 \end_layout
15622
15623 \begin_layout Standard
15624 El comando 
15625 \series bold
15626
15627 \backslash
15628 substack
15629 \series default
15630  es equivalente a 
15631 \series bold
15632
15633 \backslash
15634 subarray
15635 \series default
15636  con la diferencia de que las líneas están siempre centradas.
15637 \begin_inset VSpace bigskip
15638 \end_inset
15639
15640
15641 \end_layout
15642
15643 \begin_layout Standard
15644 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
15645  siguientes, como en la ecuación 
15646 \begin_inset CommandInset ref
15647 LatexCommand eqref
15648 reference "eq:substack"
15649
15650 \end_inset
15651
15652 , porque éstos se colocan junto a los límites.
15653  Para evitarlo se puede usar comando 
15654 \series bold
15655
15656 \backslash
15657 mathclap
15658 \series default
15659
15660 \begin_inset Index idx
15661 status collapsed
15662
15663 \begin_layout Plain Layout
15664 Comandos ! M ! 
15665 \backslash
15666 mathclap
15667 \end_layout
15668
15669 \end_inset
15670
15671  que 
15672 \lang english
15673 sets the width of its content to
15674 \lang spanish
15675  0
15676 \begin_inset space \thinspace{}
15677 \end_inset
15678
15679 pt.
15680 \begin_inset Newline newline
15681 \end_inset
15682
15683 Aplicado en la ecuación 
15684 \begin_inset CommandInset ref
15685 LatexCommand eqref
15686 reference "eq:substack"
15687
15688 \end_inset
15689
15690  se usa el comando
15691 \end_layout
15692
15693 \begin_layout Standard
15694
15695 \series bold
15696
15697 \backslash
15698 sum_
15699 \backslash
15700 mathclap
15701 \backslash
15702 substack
15703 \begin_inset space \textvisiblespace{}
15704 \end_inset
15705
15706 0<k<1000 Ctrl+Entrar
15707 \end_layout
15708
15709 \begin_layout Standard
15710 para componer el límite inferior.
15711  Ahora el sumando está junto al sumatorio:
15712 \begin_inset Formula 
15713 \[
15714 \sum_{\mathclap{\substack{0<k<1000\\
15715 \\
15716 k\,\in\,\mathbb{N}
15717 }
15718 }}^{n}k^{-2}
15719 \]
15720
15721 \end_inset
15722
15723
15724 \begin_inset VSpace bigskip
15725 \end_inset
15726
15727 Cómo utilizar un límite para varios operadores se describe en la 
15728 \begin_inset CommandInset ref
15729 LatexCommand ref
15730 reference "sub:Operadores-de-usuario"
15731
15732 \end_inset
15733
15734 .
15735 \end_layout
15736
15737 \begin_layout Subsection
15738 Decoración para operadores
15739 \begin_inset Index idx
15740 status collapsed
15741
15742 \begin_layout Plain Layout
15743 Operadores ! Decoración
15744 \end_layout
15745
15746 \end_inset
15747
15748
15749 \end_layout
15750
15751 \begin_layout Standard
15752 Con los comandos 
15753 \series bold
15754
15755 \backslash
15756 overset
15757 \series default
15758
15759 \begin_inset Index idx
15760 status collapsed
15761
15762 \begin_layout Plain Layout
15763 Comandos ! O ! 
15764 \backslash
15765 overset
15766 \end_layout
15767
15768 \end_inset
15769
15770  y 
15771 \series bold
15772
15773 \backslash
15774 underset
15775 \series default
15776
15777 \begin_inset Index idx
15778 status collapsed
15779
15780 \begin_layout Plain Layout
15781 Comandos ! U ! 
15782 \backslash
15783 underset
15784 \end_layout
15785
15786 \end_inset
15787
15788  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
15789  Con el comando 
15790 \series bold
15791
15792 \backslash
15793 sideset
15794 \series default
15795
15796 \begin_inset Index idx
15797 status collapsed
15798
15799 \begin_layout Plain Layout
15800 Comandos ! S ! 
15801 \backslash
15802 sideset
15803 \end_layout
15804
15805 \end_inset
15806
15807  se pueden poner caracteres delante y detrás de un operador grande.
15808 \end_layout
15809
15810 \begin_layout Standard
15811
15812 \lang english
15813 There are 4
15814 \begin_inset space ~
15815 \end_inset
15816
15817 variants of 
15818 \series bold
15819
15820 \backslash
15821 sideset
15822 \series default
15823 :
15824 \end_layout
15825
15826 \begin_layout Itemize
15827
15828 \series bold
15829 \lang english
15830
15831 \backslash
15832 sideset
15833 \series default
15834  is used to set characters at the corners of the operator
15835 \end_layout
15836
15837 \begin_layout Itemize
15838
15839 \series bold
15840 \lang english
15841
15842 \backslash
15843 sidesetn
15844 \series default
15845  is used to set characters before and/or behind the operator (this variant
15846  represents LaTeX's original 
15847 \series bold
15848
15849 \backslash
15850 sideset
15851 \series default
15852  command)
15853 \end_layout
15854
15855 \begin_layout Itemize
15856
15857 \series bold
15858 \lang english
15859
15860 \backslash
15861 sidesetl
15862 \series default
15863  is used to set characters at the left corners and/or behind the operator
15864 \end_layout
15865
15866 \begin_layout Itemize
15867
15868 \series bold
15869 \lang english
15870
15871 \backslash
15872 sidesetr
15873 \series default
15874  is used to set characters at the right corners and/or before the operator
15875 \end_layout
15876
15877 \begin_layout Standard
15878 Por ejemplo, el comando 
15879 \series bold
15880
15881 \backslash
15882 sidesetn
15883 \begin_inset space \textvisiblespace{}
15884 \end_inset
15885
15886
15887 \backslash
15888 sum
15889 \begin_inset space \textvisiblespace{}
15890 \end_inset
15891
15892
15893 \begin_inset Formula $\to$
15894 \end_inset
15895
15896 '
15897 \begin_inset Formula $\to$
15898 \end_inset
15899
15900 _k=1
15901 \begin_inset space \textvisiblespace{}
15902 \end_inset
15903
15904
15905 \series default
15906 ^
15907 \series bold
15908 n
15909 \series default
15910  genera:
15911 \begin_inset Formula 
15912 \[
15913 \sideset{}{'}\sum_{k=1}^{n}
15914 \]
15915
15916 \end_inset
15917
15918
15919 \end_layout
15920
15921 \begin_layout Standard
15922 \begin_inset Note Greyedout
15923 status open
15924
15925 \begin_layout Plain Layout
15926
15927 \series bold
15928 Nota: 
15929 \backslash
15930 sideset
15931 \series default
15932  sólo se puede usar para decorar operadores grandes, no permite operadores
15933  binarios.
15934 \end_layout
15935
15936 \end_inset
15937
15938
15939 \end_layout
15940
15941 \begin_layout Standard
15942 Con 
15943 \series bold
15944
15945 \backslash
15946 overset
15947 \series default
15948  y 
15949 \series bold
15950
15951 \backslash
15952 underset
15953 \series default
15954  también se pueden decorar símbolos y caracteres.
15955  Por ejemplo el comando 
15956 \series bold
15957
15958 \backslash
15959 overset
15960 \begin_inset space \textvisiblespace{}
15961 \end_inset
15962
15963
15964 \backslash
15965 maltese
15966 \begin_inset space \textvisiblespace{}
15967 \end_inset
15968
15969
15970 \series default
15971
15972 \begin_inset Formula $\uparrow$
15973 \end_inset
15974
15975
15976 \series bold
15977 a
15978 \series default
15979  genera:
15980 \begin_inset Formula 
15981 \[
15982 \overset{a}{\maltese}
15983 \]
15984
15985 \end_inset
15986
15987
15988 \end_layout
15989
15990 \begin_layout Subsection
15991 Operadores binarios
15992 \begin_inset CommandInset label
15993 LatexCommand label
15994 name "sub:Operadores-binarios"
15995
15996 \end_inset
15997
15998
15999 \begin_inset Index idx
16000 status collapsed
16001
16002 \begin_layout Plain Layout
16003 Operadores ! binarios
16004 \end_layout
16005
16006 \end_inset
16007
16008
16009 \end_layout
16010
16011 \begin_layout Standard
16012 Los operadores binarios se rodean por espacios si llevan un carácter delante
16013  o detrás.
16014 \begin_inset VSpace medskip
16015 \end_inset
16016
16017
16018 \end_layout
16019
16020 \begin_layout Standard
16021 \begin_inset space \hfill{}
16022 \end_inset
16023
16024
16025 \begin_inset Tabular
16026 <lyxtabular version="3" rows="13" columns="2">
16027 <features rotate="0" tabularvalignment="middle">
16028 <column alignment="center" valignment="top" width="0pt">
16029 <column alignment="center" valignment="top" width="0pt">
16030 <row>
16031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035 Comando
16036 \begin_inset Note Note
16037 status collapsed
16038
16039 \begin_layout Plain Layout
16040
16041 \series bold
16042
16043 \backslash
16044 raisebox
16045 \series default
16046  se usa sólo como espaciador
16047 \end_layout
16048
16049 \end_inset
16050
16051
16052 \end_layout
16053
16054 \end_inset
16055 </cell>
16056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Plain Layout
16060 Operador
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 </row>
16066 <row>
16067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071 +
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Plain Layout
16080 \begin_inset Formula $+$
16081 \end_inset
16082
16083
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 </row>
16089 <row>
16090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094 -
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103 \begin_inset Formula $-$
16104 \end_inset
16105
16106
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 </row>
16112 <row>
16113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117
16118 \backslash
16119 pm
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Plain Layout
16128 \begin_inset Formula $\pm$
16129 \end_inset
16130
16131
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 </row>
16137 <row>
16138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Plain Layout
16142
16143 \backslash
16144 mp
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153 \begin_inset Formula $\mp$
16154 \end_inset
16155
16156
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 </row>
16162 <row>
16163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167
16168 \backslash
16169 cdot
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16175 \begin_inset Text
16176
16177 \begin_layout Plain Layout
16178 \begin_inset Formula $\cdot$
16179 \end_inset
16180
16181
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 </row>
16187 <row>
16188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192
16193 \backslash
16194 times
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Plain Layout
16203 \begin_inset Formula $\times$
16204 \end_inset
16205
16206
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 </row>
16212 <row>
16213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217
16218 \backslash
16219 div
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228 \begin_inset Formula $\div$
16229 \end_inset
16230
16231
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 </row>
16237 <row>
16238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242 \begin_inset ERT
16243 status collapsed
16244
16245 \begin_layout Plain Layout
16246
16247
16248 \backslash
16249 raisebox{-1.2mm}{
16250 \end_layout
16251
16252 \end_inset
16253
16254 *
16255 \begin_inset ERT
16256 status collapsed
16257
16258 \begin_layout Plain Layout
16259
16260 }
16261 \end_layout
16262
16263 \end_inset
16264
16265
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274 \begin_inset Formula $*$
16275 \end_inset
16276
16277
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 </row>
16283 <row>
16284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288
16289 \backslash
16290 star
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299 \begin_inset Formula $\star$
16300 \end_inset
16301
16302
16303 \end_layout
16304
16305 \end_inset
16306 </cell>
16307 </row>
16308 <row>
16309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313
16314 \backslash
16315 circ
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324 \begin_inset Formula $\circ$
16325 \end_inset
16326
16327
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 </row>
16333 <row>
16334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338
16339 \backslash
16340 diamond
16341 \end_layout
16342
16343 \end_inset
16344 </cell>
16345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349 \begin_inset Formula $\diamond$
16350 \end_inset
16351
16352
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 </row>
16358 <row>
16359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363
16364 \backslash
16365 bullet
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 \begin_inset Formula $\bullet$
16375 \end_inset
16376
16377
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 </row>
16383 </lyxtabular>
16384
16385 \end_inset
16386
16387
16388 \begin_inset space \hfill{}
16389 \end_inset
16390
16391
16392 \begin_inset Tabular
16393 <lyxtabular version="3" rows="13" columns="2">
16394 <features rotate="0" tabularvalignment="middle">
16395 <column alignment="center" valignment="top" width="0pt">
16396 <column alignment="center" valignment="top" width="0pt">
16397 <row>
16398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402 Comando
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411 Operador
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 </row>
16417 <row>
16418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422
16423 \backslash
16424 nabla
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 \begin_inset Formula $\nabla$
16434 \end_inset
16435
16436
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 </row>
16442 <row>
16443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447
16448 \backslash
16449 bigtriangledown
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 \begin_inset Formula $\bigtriangledown$
16459 \end_inset
16460
16461
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 </row>
16467 <row>
16468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472
16473 \backslash
16474 bigtriangleup
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483 \begin_inset Formula $\bigtriangleup$
16484 \end_inset
16485
16486
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 </row>
16492 <row>
16493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497
16498 \backslash
16499 Box
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Plain Layout
16508 \begin_inset Formula $\Box$
16509 \end_inset
16510
16511
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 </row>
16517 <row>
16518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522
16523 \backslash
16524 cap 
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 \begin_inset Formula $\cap$
16534 \end_inset
16535
16536
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 </row>
16542 <row>
16543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547
16548 \backslash
16549 cup
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16555 \begin_inset Text
16556
16557 \begin_layout Plain Layout
16558 \begin_inset Formula $\cup$
16559 \end_inset
16560
16561
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 </row>
16567 <row>
16568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572
16573 \backslash
16574 dagger
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 \begin_inset Formula $\dagger$
16584 \end_inset
16585
16586
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 </row>
16592 <row>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597
16598 \backslash
16599 ddagger
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 \begin_inset Formula $\ddagger$
16609 \end_inset
16610
16611
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 </row>
16617 <row>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622
16623 \backslash
16624 wr
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633 \begin_inset Formula $\wr$
16634 \end_inset
16635
16636
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 </row>
16642 <row>
16643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647
16648 \backslash
16649 bigcirc
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658 \begin_inset Formula $\bigcirc$
16659 \end_inset
16660
16661
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 </row>
16667 <row>
16668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Plain Layout
16672
16673 \backslash
16674 wedge
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 \begin_inset Formula $\wedge$
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 </row>
16692 <row>
16693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697
16698 \backslash
16699 vee
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708 \begin_inset Formula $\vee$
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 </row>
16717 </lyxtabular>
16718
16719 \end_inset
16720
16721
16722 \begin_inset space \hfill{}
16723 \end_inset
16724
16725
16726 \begin_inset Tabular
16727 <lyxtabular version="3" rows="13" columns="2">
16728 <features rotate="0" tabularvalignment="middle">
16729 <column alignment="center" valignment="top" width="0pt">
16730 <column alignment="center" valignment="top" width="0pt">
16731 <row>
16732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736 Comando
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745 Operador
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 </row>
16751 <row>
16752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756
16757 \backslash
16758 oplus
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 \begin_inset Formula $\oplus$
16768 \end_inset
16769
16770
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 </row>
16776 <row>
16777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781
16782 \backslash
16783 ominus
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792 \begin_inset Formula $\ominus$
16793 \end_inset
16794
16795
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 </row>
16801 <row>
16802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806
16807 \backslash
16808 otimes
16809 \end_layout
16810
16811 \end_inset
16812 </cell>
16813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Plain Layout
16817 \begin_inset Formula $\otimes$
16818 \end_inset
16819
16820
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 <row>
16827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831
16832 \backslash
16833 oslash
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Plain Layout
16842 \begin_inset Formula $\oslash$
16843 \end_inset
16844
16845
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 </row>
16851 <row>
16852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856
16857 \backslash
16858 odot
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867 \begin_inset Formula $\odot$
16868 \end_inset
16869
16870
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 </row>
16876 <row>
16877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881
16882 \backslash
16883 amalg
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892 \begin_inset Formula $\amalg$
16893 \end_inset
16894
16895
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 </row>
16901 <row>
16902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906
16907 \backslash
16908 uplus
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917 \begin_inset Formula $\uplus$
16918 \end_inset
16919
16920
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 </row>
16926 <row>
16927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931
16932 \backslash
16933 setminus
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942 \begin_inset Formula $\setminus$
16943 \end_inset
16944
16945
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 </row>
16951 <row>
16952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956
16957 \backslash
16958 sqcap
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967 \begin_inset Formula $\sqcap$
16968 \end_inset
16969
16970
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 </row>
16976 <row>
16977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981
16982 \backslash
16983 sqcup
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992 \begin_inset Formula $\sqcup$
16993 \end_inset
16994
16995
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 </row>
17001 <row>
17002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006
17007 \backslash
17008 triangleleft
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017 \begin_inset Formula $\triangleleft$
17018 \end_inset
17019
17020
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 </row>
17026 <row>
17027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031
17032 \backslash
17033 triangleright
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042 \begin_inset Formula $\triangleright$
17043 \end_inset
17044
17045
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 </row>
17051 </lyxtabular>
17052
17053 \end_inset
17054
17055
17056 \begin_inset space \hfill{}
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \begin_layout Standard
17063 Todos los operadores binarios se pueden insertar también con el botón 
17064 \begin_inset Graphics
17065         filename ../../images/math/pm.png
17066         scale 85
17067
17068 \end_inset
17069
17070  de la barra de ecuaciones.
17071 \end_layout
17072
17073 \begin_layout Standard
17074 Para imprimir el operador Laplace se pueden usar 
17075 \series bold
17076
17077 \backslash
17078 Delta
17079 \series default
17080  o 
17081 \series bold
17082
17083 \backslash
17084 nabla
17085 \series default
17086 ^
17087 \series bold
17088 2
17089 \series default
17090  (
17091 \begin_inset Formula $\nabla^{2}$
17092 \end_inset
17093
17094 ) en vez de 
17095 \series bold
17096
17097 \backslash
17098 bigtriangleup
17099 \series default
17100 .
17101 \end_layout
17102
17103 \begin_layout Standard
17104 El carácter 
17105 \family sans
17106 Separador de menú
17107 \family default
17108  del menú 
17109 \family sans
17110 Insertar\SpecialChar \menuseparator
17111 Carácter especial
17112 \family default
17113  es el operador 
17114 \series bold
17115
17116 \backslash
17117 triangleright
17118 \series default
17119 .
17120 \end_layout
17121
17122 \begin_layout Subsection
17123 Operadores definidos por el usuario
17124 \begin_inset CommandInset label
17125 LatexCommand label
17126 name "sub:Operadores-de-usuario"
17127
17128 \end_inset
17129
17130
17131 \begin_inset Index idx
17132 status collapsed
17133
17134 \begin_layout Plain Layout
17135 Operadores ! personalizados
17136 \end_layout
17137
17138 \end_inset
17139
17140
17141 \end_layout
17142
17143 \begin_layout Standard
17144 Con ayuda del comando 
17145 \series bold
17146
17147 \backslash
17148 DeclareMathOperator
17149 \series default
17150
17151 \begin_inset Index idx
17152 status collapsed
17153
17154 \begin_layout Plain Layout
17155 Comandos ! D ! 
17156 \backslash
17157 dbinom@
17158 \backslash
17159 DeclareMathOperator
17160 \end_layout
17161
17162 \end_inset
17163
17164  se pueden definir operadores personalizados en el preámbulo LaTeX.
17165  Su esquema es:
17166 \end_layout
17167
17168 \begin_layout Standard
17169
17170 \series bold
17171
17172 \backslash
17173 DeclareMathOperator{comando nuevo}{presentación}
17174 \end_layout
17175
17176 \begin_layout Standard
17177 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17178  en la salida.
17179  Para definir un operador grande hay que añadirle un * detrás.
17180  Todos los operadores grandes personalizados pueden tener límites como se
17181  describe en 
17182 \begin_inset CommandInset ref
17183 LatexCommand ref
17184 reference "sub:Límites-de-operadores"
17185
17186 \end_inset
17187
17188 .
17189 \end_layout
17190
17191 \begin_layout Standard
17192 Por ejemplo, la línea en el preámbulo LaTeX
17193 \end_layout
17194
17195 \begin_layout Standard
17196
17197 \series bold
17198
17199 \backslash
17200 DeclareMathOperator*{
17201 \backslash
17202 Lozenge}{
17203 \backslash
17204 blacklozenge}
17205 \end_layout
17206
17207 \begin_layout Standard
17208 define el comando 
17209 \series bold
17210
17211 \backslash
17212 Lozenge
17213 \series default
17214 , que inserta un operador grande que es el símbolo blacklozenge de la 
17215 \begin_inset CommandInset ref
17216 LatexCommand ref
17217 reference "sub:Símbolos-misceláneos"
17218
17219 \end_inset
17220
17221 .
17222 \begin_inset Formula 
17223 \[
17224 \Lozenge_{n=1}^{\infty}
17225 \]
17226
17227 \end_inset
17228
17229 El comando para esta expresión es: 
17230 \series bold
17231
17232 \backslash
17233 Lozenge^
17234 \backslash
17235 infty
17236 \begin_inset Formula $\rightarrow$
17237 \end_inset
17238
17239 _n=1
17240 \begin_inset VSpace bigskip
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \begin_layout Standard
17247 Si los operadores personalizados no se van a usar varias veces en el documento,
17248  se pueden también definir con los comandos 
17249 \series bold
17250
17251 \backslash
17252 mathop
17253 \series default
17254
17255 \begin_inset Index idx
17256 status collapsed
17257
17258 \begin_layout Plain Layout
17259 Comandos ! M ! 
17260 \backslash
17261 mathop
17262 \end_layout
17263
17264 \end_inset
17265
17266  y 
17267 \series bold
17268
17269 \backslash
17270 mathbin
17271 \series default
17272
17273 \begin_inset Index idx
17274 status collapsed
17275
17276 \begin_layout Plain Layout
17277 Comandos ! M ! 
17278 \backslash
17279 mathbin
17280 \end_layout
17281
17282 \end_inset
17283
17284 , con el siguiente esquema:
17285 \end_layout
17286
17287 \begin_layout Standard
17288
17289 \series bold
17290
17291 \backslash
17292 mathop{presentación}
17293 \series default
17294  y 
17295 \series bold
17296
17297 \backslash
17298 mathbin{presentación}
17299 \end_layout
17300
17301 \begin_layout Standard
17302
17303 \series bold
17304
17305 \backslash
17306 mathop
17307 \series default
17308  define operadores grandes, 
17309 \series bold
17310
17311 \backslash
17312 mathbin
17313 \series default
17314  operadores binarios.
17315 \end_layout
17316
17317 \begin_layout Standard
17318
17319 \series bold
17320
17321 \backslash
17322 mathop
17323 \series default
17324  se puede usar, p.e., para poner un límite a varios operadores:
17325 \begin_inset Formula 
17326 \[
17327 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17328 \]
17329
17330 \end_inset
17331
17332
17333 \end_layout
17334
17335 \begin_layout Standard
17336 El comando para la expresión anterior es:
17337 \begin_inset Newline newline
17338 \end_inset
17339
17340
17341 \series bold
17342
17343 \backslash
17344 mathop{
17345 \backslash
17346 sum
17347 \backslash
17348 negmedspace
17349 \backslash
17350 sum
17351 \series default
17352
17353 \begin_inset space \textvisiblespace{}
17354 \end_inset
17355
17356
17357 \series bold
17358
17359 \begin_inset Formula $\to$
17360 \end_inset
17361
17362 ^N
17363 \series default
17364
17365 \begin_inset space \textvisiblespace{}
17366 \end_inset
17367
17368
17369 \series bold
17370 _i,j=1
17371 \end_layout
17372
17373 \begin_layout Standard
17374 \begin_inset Newpage newpage
17375 \end_inset
17376
17377
17378 \end_layout
17379
17380 \begin_layout Section
17381 Tipografías
17382 \begin_inset Index idx
17383 status collapsed
17384
17385 \begin_layout Plain Layout
17386 Tipografías
17387 \end_layout
17388
17389 \end_inset
17390
17391
17392 \end_layout
17393
17394 \begin_layout Subsection
17395 Estilos de tipografías
17396 \begin_inset CommandInset label
17397 LatexCommand label
17398 name "sub:Estilos-de-tipografías"
17399
17400 \end_inset
17401
17402
17403 \begin_inset Index idx
17404 status collapsed
17405
17406 \begin_layout Plain Layout
17407 Tipografías ! estilos de
17408 \end_layout
17409
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \begin_layout Standard
17416 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17417  estilos:
17418 \end_layout
17419
17420 \begin_layout Standard
17421 \begin_inset VSpace -2mm
17422 \end_inset
17423
17424
17425 \end_layout
17426
17427 \begin_layout Standard
17428 \align center
17429 \begin_inset Tabular
17430 <lyxtabular version="3" rows="7" columns="3">
17431 <features rotate="0" tabularvalignment="middle">
17432 <column alignment="center" valignment="top">
17433 <column alignment="center" valignment="top">
17434 <column alignment="center" valignment="top">
17435 <row>
17436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 Comando
17441 \end_layout
17442
17443 \end_inset
17444 </cell>
17445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449 Resultado
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 atajo
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 </row>
17464 <row>
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469
17470 \backslash
17471 mathbb
17472 \series bold
17473
17474 \begin_inset space \textvisiblespace{}
17475 \end_inset
17476
17477
17478 \series default
17479 ABC
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488 \begin_inset Formula $\mathbb{ABC}$
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500
17501 \family sans
17502 Alt+C C
17503 \end_layout
17504
17505 \end_inset
17506 </cell>
17507 </row>
17508 <row>
17509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513
17514 \backslash
17515 mathbf
17516 \series bold
17517
17518 \begin_inset space \textvisiblespace{}
17519 \end_inset
17520
17521
17522 \series default
17523 AbC
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532 \begin_inset Formula $\mathbf{AbC}$
17533 \end_inset
17534
17535
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544
17545 \family sans
17546 Ctrl+B
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 </row>
17552 <row>
17553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557
17558 \backslash
17559 boldsymbol
17560 \series bold
17561
17562 \begin_inset space \textvisiblespace{}
17563 \end_inset
17564
17565
17566 \series default
17567 AbC
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576 \begin_inset Formula $\boldsymbol{AbC}$
17577 \end_inset
17578
17579
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Plain Layout
17588
17589 \family sans
17590 Ctrl+Alt+B , Alt+C B
17591 \end_layout
17592
17593 \end_inset
17594 </cell>
17595 </row>
17596 <row>
17597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601
17602 \backslash
17603 mathcal
17604 \series bold
17605
17606 \begin_inset space \textvisiblespace{}
17607 \end_inset
17608
17609
17610 \series default
17611 ABC
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620 \begin_inset Formula $\mathcal{ABC}$
17621 \end_inset
17622
17623
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632
17633 \family sans
17634 Ctrl+E , Alt+C E
17635 \end_layout
17636
17637 \end_inset
17638 </cell>
17639 </row>
17640 <row>
17641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17642 \begin_inset Text
17643
17644 \begin_layout Plain Layout
17645
17646 \backslash
17647 mathfrak
17648 \series bold
17649
17650 \begin_inset space \textvisiblespace{}
17651 \end_inset
17652
17653
17654 \series default
17655 AbC
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664 \begin_inset Formula $\mathfrak{AbC}$
17665 \end_inset
17666
17667
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676 -
17677 \end_layout
17678
17679 \end_inset
17680 </cell>
17681 </row>
17682 <row>
17683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687
17688 \backslash
17689 mathscr
17690 \series bold
17691
17692 \begin_inset space \textvisiblespace{}
17693 \end_inset
17694
17695
17696 \series default
17697 AbC
17698 \end_layout
17699
17700 \end_inset
17701 </cell>
17702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706 \begin_inset Formula $\mathscr{AbC}$
17707 \end_inset
17708
17709
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718 -
17719 \end_layout
17720
17721 \end_inset
17722 </cell>
17723 </row>
17724 </lyxtabular>
17725
17726 \end_inset
17727
17728
17729 \end_layout
17730
17731 \begin_layout Standard
17732 \align center
17733 \begin_inset Tabular
17734 <lyxtabular version="3" rows="5" columns="3">
17735 <features rotate="0" tabularvalignment="middle">
17736 <column alignment="center" valignment="top">
17737 <column alignment="center" valignment="top">
17738 <column alignment="center" valignment="top">
17739 <row>
17740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744 Comando
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753 Resultado
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762 atajo
17763 \end_layout
17764
17765 \end_inset
17766 </cell>
17767 </row>
17768 <row>
17769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Plain Layout
17773
17774 \backslash
17775 mathit
17776 \series bold
17777
17778 \begin_inset space \textvisiblespace{}
17779 \end_inset
17780
17781
17782 \series default
17783 AbC
17784 \end_layout
17785
17786 \end_inset
17787 </cell>
17788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792 \begin_inset Formula $\mathit{AbC}$
17793 \end_inset
17794
17795
17796 \end_layout
17797
17798 \end_inset
17799 </cell>
17800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804 -
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 </row>
17810 <row>
17811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815
17816 \backslash
17817 mathrm
17818 \series bold
17819
17820 \begin_inset space \textvisiblespace{}
17821 \end_inset
17822
17823
17824 \series default
17825 AbC
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834 \begin_inset Formula $\mathrm{AbC}$
17835 \end_inset
17836
17837
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846
17847 \family sans
17848 Alt+C R
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 </row>
17854 <row>
17855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17856 \begin_inset Text
17857
17858 \begin_layout Plain Layout
17859
17860 \backslash
17861 mathsf
17862 \series bold
17863
17864 \begin_inset space \textvisiblespace{}
17865 \end_inset
17866
17867
17868 \series default
17869 AbC
17870 \end_layout
17871
17872 \end_inset
17873 </cell>
17874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878 \begin_inset Formula $\mathsf{AbC}$
17879 \end_inset
17880
17881
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890
17891 \family sans
17892 Alt+C S
17893 \end_layout
17894
17895 \end_inset
17896 </cell>
17897 </row>
17898 <row>
17899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903
17904 \backslash
17905 mathtt
17906 \series bold
17907
17908 \begin_inset space \textvisiblespace{}
17909 \end_inset
17910
17911
17912 \series default
17913 AbC
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 \begin_inset Formula $\mathtt{AbC}$
17923 \end_inset
17924
17925
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934
17935 \family sans
17936 Ctrl+Mayúsculas+P
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 </row>
17942 </lyxtabular>
17943
17944 \end_inset
17945
17946
17947 \end_layout
17948
17949 \begin_layout Standard
17950 \begin_inset Note Greyedout
17951 status open
17952
17953 \begin_layout Plain Layout
17954
17955 \series bold
17956 Nota
17957 \series default
17958 : Los estilos 
17959 \series bold
17960
17961 \backslash
17962 mathbb
17963 \series default
17964  y 
17965 \series bold
17966
17967 \backslash
17968 mathcal
17969 \series default
17970  sólo se aplican a letras mayúsculas.
17971 \end_layout
17972
17973 \end_inset
17974
17975
17976 \end_layout
17977
17978 \begin_layout Standard
17979 El estilo predeterminado es 
17980 \series bold
17981
17982 \backslash
17983 mathnormal
17984 \series default
17985 .
17986 \end_layout
17987
17988 \begin_layout Standard
17989 Los comandos de estilo funcionan también en estructuras matemáticas:
17990 \begin_inset Formula 
17991 \[
17992 \mathfrak{A=\frac{b}{C}}
17993 \]
17994
17995 \end_inset
17996
17997
17998 \end_layout
17999
18000 \begin_layout Standard
18001 Los caracteres en texto matemático no aparecen en un estilo tipográfico
18002  de ecuaciones sino en el estilo tipográfico de texto 
18003 \series bold
18004
18005 \backslash
18006 textrm
18007 \series default
18008 .
18009  Este estilo no se puede poner correctamente con el diálogo de estilo de
18010  texto por un fallo de LyX.
18011 \begin_inset Foot
18012 status open
18013
18014 \begin_layout Plain Layout
18015 \begin_inset CommandInset href
18016 LatexCommand href
18017 name "LyX-bug #4629"
18018 target "http://www.lyx.org/trac/ticket/4629"
18019
18020 \end_inset
18021
18022
18023 \end_layout
18024
18025 \end_inset
18026
18027
18028 \end_layout
18029
18030 \begin_layout Standard
18031 En vez de comandos se puede usar el menú 
18032 \family sans
18033 Editar\SpecialChar \menuseparator
18034 Ecuación\SpecialChar \menuseparator
18035 Estilo del texto
18036 \family default
18037  o el botón 
18038 \begin_inset Graphics
18039         filename ../../images/math/font.png
18040         scale 85
18041
18042 \end_inset
18043
18044 .
18045 \end_layout
18046
18047 \begin_layout Subsection
18048 Ecuaciones en negrita
18049 \begin_inset CommandInset label
18050 LatexCommand label
18051 name "sub:Ecuaciones-en-negrita"
18052
18053 \end_inset
18054
18055
18056 \begin_inset Index idx
18057 status collapsed
18058
18059 \begin_layout Plain Layout
18060 Ecuación ! en negrita
18061 \end_layout
18062
18063 \end_inset
18064
18065
18066 \end_layout
18067
18068 \begin_layout Standard
18069 Para poner en negrita una ecuación completa no se puede usar el comando
18070  
18071 \series bold
18072
18073 \backslash
18074 mathbf
18075 \series default
18076 , porque no funciona con minúsculas griegas.
18077  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18078 \begin_inset Formula 
18079 \[
18080 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
18081 \]
18082
18083 \end_inset
18084
18085
18086 \end_layout
18087
18088 \begin_layout Standard
18089 Para presentar la ecuación correctamente se usa el comando 
18090 \series bold
18091 boldsymbol
18092 \series default
18093 :
18094 \begin_inset Formula 
18095 \[
18096 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
18097 \]
18098
18099 \end_inset
18100
18101
18102 \end_layout
18103
18104 \begin_layout Standard
18105 También es posible poner la fórmula en un 
18106 \series bold
18107 entorno boldmath
18108 \series default
18109 , que se inserta con el comando 
18110 \series bold
18111
18112 \backslash
18113 boldmath
18114 \series default
18115
18116 \begin_inset Index idx
18117 status collapsed
18118
18119 \begin_layout Plain Layout
18120 Comandos ! B ! 
18121 \backslash
18122 boldmath
18123 \end_layout
18124
18125 \end_inset
18126
18127  en modo TeX.
18128  Para finalizar el entorno se usa el comando 
18129 \series bold
18130
18131 \backslash
18132 unboldmath
18133 \series default
18134
18135 \begin_inset Index idx
18136 status collapsed
18137
18138 \begin_layout Plain Layout
18139 Comandos ! U ! 
18140 \backslash
18141 unboldmath
18142 \end_layout
18143
18144 \end_inset
18145
18146  en modo TeX.
18147 \begin_inset ERT
18148 status collapsed
18149
18150 \begin_layout Plain Layout
18151
18152
18153 \backslash
18154 boldmath
18155 \end_layout
18156
18157 \end_inset
18158
18159
18160 \begin_inset Formula 
18161 \[
18162 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
18163 \]
18164
18165 \end_inset
18166
18167
18168 \end_layout
18169
18170 \begin_layout Standard
18171 \begin_inset ERT
18172 status collapsed
18173
18174 \begin_layout Plain Layout
18175
18176
18177 \backslash
18178 unboldmath
18179 \end_layout
18180
18181 \end_inset
18182
18183
18184 \end_layout
18185
18186 \begin_layout Subsection
18187 Ecuaciones coloreadas
18188 \begin_inset Index idx
18189 status collapsed
18190
18191 \begin_layout Plain Layout
18192 Ecuación ! coloreada
18193 \end_layout
18194
18195 \end_inset
18196
18197
18198 \end_layout
18199
18200 \begin_layout Standard
18201 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
18202  o una parte de una ecuación y usa el diálogo 
18203 \family sans
18204 Estilo del texto
18205 \family default
18206 .
18207  Aquí hay una ecuación en magenta:
18208 \begin_inset Formula 
18209 \[
18210 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18211 \]
18212
18213 \end_inset
18214
18215 También puedes definir tus propios colores como se describe en
18216 \begin_inset space ~
18217 \end_inset
18218
18219
18220 \begin_inset CommandInset ref
18221 LatexCommand ref
18222 reference "sub:Marcos-coloreados"
18223
18224 \end_inset
18225
18226 .
18227  Pueden usarse con el comando en código TeX 
18228 \series bold
18229
18230 \backslash
18231 textcolor
18232 \series default
18233
18234 \begin_inset Index idx
18235 status collapsed
18236
18237 \begin_layout Plain Layout
18238 Comandos ! T ! 
18239 \backslash
18240 textcolor
18241 \end_layout
18242
18243 \end_inset
18244
18245  según el esquema
18246 \end_layout
18247
18248 \begin_layout Standard
18249
18250 \series bold
18251
18252 \backslash
18253 textcolor{color}{caracteres o ecuación}
18254 \end_layout
18255
18256 \begin_layout Standard
18257 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
18258 e en rojo:
18259 \end_layout
18260
18261 \begin_layout Standard
18262 \begin_inset ERT
18263 status collapsed
18264
18265 \begin_layout Plain Layout
18266
18267
18268 \backslash
18269 textcolor{verdeoscuro}{
18270 \end_layout
18271
18272 \end_inset
18273
18274
18275 \begin_inset Formula 
18276 \[
18277 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18278 \]
18279
18280 \end_inset
18281
18282
18283 \begin_inset ERT
18284 status collapsed
18285
18286 \begin_layout Plain Layout
18287
18288 }
18289 \end_layout
18290
18291 \end_inset
18292
18293
18294 \end_layout
18295
18296 \begin_layout Standard
18297 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
18298  a ecuaciones completas.
18299 \begin_inset Foot
18300 status collapsed
18301
18302 \begin_layout Plain Layout
18303 \begin_inset CommandInset href
18304 LatexCommand href
18305 name "LyX-bug #5269"
18306 target "http://www.lyx.org/trac/ticket/5269"
18307
18308 \end_inset
18309
18310
18311 \end_layout
18312
18313 \end_inset
18314
18315
18316 \end_layout
18317
18318 \begin_layout Subsection
18319 Tamaños de tipografías
18320 \begin_inset CommandInset label
18321 LatexCommand label
18322 name "sub:Tamaños-de-tipografías"
18323
18324 \end_inset
18325
18326
18327 \begin_inset Index idx
18328 status collapsed
18329
18330 \begin_layout Plain Layout
18331 Tipografías ! tamaño
18332 \end_layout
18333
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \begin_layout Standard
18340 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18341  siguientes comandos de tamaño:
18342 \end_layout
18343
18344 \begin_layout Standard
18345
18346 \series bold
18347
18348 \backslash
18349 Huge
18350 \series default
18351
18352 \series bold
18353
18354 \backslash
18355 huge
18356 \series default
18357
18358 \series bold
18359
18360 \backslash
18361 LARGE
18362 \series default
18363
18364 \series bold
18365
18366 \backslash
18367 Large
18368 \series default
18369
18370 \series bold
18371
18372 \backslash
18373 large
18374 \series default
18375
18376 \series bold
18377
18378 \backslash
18379 normalsize
18380 \series default
18381
18382 \series bold
18383
18384 \backslash
18385 small
18386 \series default
18387 ,
18388 \begin_inset Newline newline
18389 \end_inset
18390
18391
18392 \series bold
18393
18394 \backslash
18395 footnotesize
18396 \series default
18397
18398 \series bold
18399
18400 \backslash
18401 scriptsize
18402 \series default
18403 , y 
18404 \series bold
18405
18406 \backslash
18407 tiny
18408 \end_layout
18409
18410 \begin_layout Standard
18411 El tamaño dado por los comandos depende del tamaño base de la tipografía
18412  en el documento, dado por el comando 
18413 \series bold
18414
18415 \backslash
18416 normalsize
18417 \series default
18418 .
18419  Los demás comandos producen tamaños menores o mayores que 
18420 \series bold
18421
18422 \backslash
18423 normalsize
18424 \series default
18425 .
18426  No obstante, puede que el tamaño de tipografía no exceda de cierto valor.
18427  Si, por ejemplo, la tipografía del documento es de 12
18428 \begin_inset space \thinspace{}
18429 \end_inset
18430
18431 pt, el comando 
18432 \series bold
18433
18434 \backslash
18435 Huge
18436 \series default
18437  da el mismo tamaño que 
18438 \series bold
18439
18440 \backslash
18441 huge
18442 \series default
18443 .
18444 \end_layout
18445
18446 \begin_layout Standard
18447 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18448  a todas las ecuaciones y texto siguientes.
18449  Para volver al tamaño anterior hay que insertar el comando 
18450 \series bold
18451
18452 \backslash
18453 normalsize
18454 \series default
18455  en modo TeX detrás de la ecuación.
18456 \end_layout
18457
18458 \begin_layout Standard
18459 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
18460  comandos de tamaño:
18461 \end_layout
18462
18463 \begin_layout Standard
18464 \noindent
18465 \align center
18466 \begin_inset Tabular
18467 <lyxtabular version="3" rows="5" columns="2">
18468 <features rotate="0" tabularvalignment="middle">
18469 <column alignment="center" valignment="top">
18470 <column alignment="center" valignment="top">
18471 <row>
18472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476 Comando
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18482 \begin_inset Text
18483
18484 \begin_layout Plain Layout
18485 Resultado
18486 \begin_inset Note Note
18487 status collapsed
18488
18489 \begin_layout Plain Layout
18490
18491 \series bold
18492
18493 \backslash
18494 raisebox
18495 \series default
18496  se usa sólo como espaciador
18497 \end_layout
18498
18499 \end_inset
18500
18501
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 </row>
18507 <row>
18508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512
18513 \backslash
18514 displaystyle
18515 \begin_inset Index idx
18516 status collapsed
18517
18518 \begin_layout Plain Layout
18519 Comandos ! D ! 
18520 \backslash
18521 displaystyle
18522 \end_layout
18523
18524 \end_inset
18525
18526
18527 \end_layout
18528
18529 \end_inset
18530 </cell>
18531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18532 \begin_inset Text
18533
18534 \begin_layout Plain Layout
18535 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18536 \end_inset
18537
18538
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 </row>
18544 <row>
18545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549
18550 \backslash
18551 textstyle
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18561 \end_inset
18562
18563
18564 \end_layout
18565
18566 \end_inset
18567 </cell>
18568 </row>
18569 <row>
18570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574
18575 \backslash
18576 scriptstyle
18577 \end_layout
18578
18579 \end_inset
18580 </cell>
18581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 </row>
18594 <row>
18595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599
18600 \backslash
18601 scriptscriptstyle
18602 \end_layout
18603
18604 \end_inset
18605 </cell>
18606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18611 \end_inset
18612
18613
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 </row>
18619 </lyxtabular>
18620
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \begin_layout Standard
18627 Después de introducir estos comandos, aparece un marco azul en el que se
18628  insertan las partes de la fórmula.
18629 \end_layout
18630
18631 \begin_layout Standard
18632 Hay un método más para cambiar el tamaño de tipografía, aunque solo funciona
18633  para símbolos o letras en texto matemático.
18634  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
18635  de texto anteriores.
18636  Todos los caracteres siguientes, hasta el final del texto matemático o
18637  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
18638  Dos ejemplos:
18639 \begin_inset VSpace -2mm
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \begin_layout Standard
18646 \begin_inset ERT
18647 status collapsed
18648
18649 \begin_layout Plain Layout
18650
18651
18652 \backslash
18653 huge
18654 \end_layout
18655
18656 \end_inset
18657
18658
18659 \begin_inset Formula 
18660 \[
18661 A=\frac{B}{c}\cdot\maltese
18662 \]
18663
18664 \end_inset
18665
18666
18667 \begin_inset Formula 
18668 \[
18669 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18670 \]
18671
18672 \end_inset
18673
18674
18675 \end_layout
18676
18677 \begin_layout Standard
18678 \begin_inset ERT
18679 status collapsed
18680
18681 \begin_layout Plain Layout
18682
18683
18684 \backslash
18685 normalsize
18686 \end_layout
18687
18688 \end_inset
18689
18690
18691 \begin_inset VSpace medskip
18692 \end_inset
18693
18694
18695 \end_layout
18696
18697 \begin_layout Standard
18698 Antes de las ecuaciones se ha insertado el comando 
18699 \series bold
18700
18701 \backslash
18702 huge
18703 \series default
18704 .
18705  Para la segunda ecuación el comando es:
18706 \begin_inset Newline newline
18707 \end_inset
18708
18709
18710 \series bold
18711
18712 \backslash
18713 maltese
18714 \begin_inset space \textvisiblespace{}
18715 \end_inset
18716
18717 A Alt+M M 
18718 \backslash
18719 Large
18720 \begin_inset space \textvisiblespace{}
18721 \end_inset
18722
18723
18724 \backslash
18725 maltese
18726 \begin_inset space \textvisiblespace{}
18727 \end_inset
18728
18729
18730 \backslash
18731 textit
18732 \begin_inset space \textvisiblespace{}
18733 \end_inset
18734
18735 A
18736 \begin_inset Formula $\to$
18737 \end_inset
18738
18739
18740 \begin_inset Formula $\to$
18741 \end_inset
18742
18743
18744 \begin_inset Newline newline
18745 \end_inset
18746
18747
18748 \begin_inset space \hspace*{}
18749 \length 1cm
18750 \end_inset
18751
18752 Alt+M M 
18753 \backslash
18754 tiny
18755 \begin_inset space \textvisiblespace{}
18756 \end_inset
18757
18758
18759 \backslash
18760 maltese
18761 \begin_inset space \textvisiblespace{}
18762 \end_inset
18763
18764
18765 \backslash
18766 textit
18767 \begin_inset space \textvisiblespace{}
18768 \end_inset
18769
18770 A
18771 \end_layout
18772
18773 \begin_layout Standard
18774 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
18775  el tamaño por omisión.
18776 \end_layout
18777
18778 \begin_layout Section
18779 Letras griegas
18780 \begin_inset Index idx
18781 status collapsed
18782
18783 \begin_layout Plain Layout
18784 Letras griegas
18785 \end_layout
18786
18787 \end_inset
18788
18789
18790 \end_layout
18791
18792 \begin_layout Standard
18793 Las letras griegas se pueden insertar además mediante el botón 
18794 \begin_inset Graphics
18795         filename ../../images/math/alpha.png
18796         scale 85
18797
18798 \end_inset
18799
18800  de la barra de ecuaciones.
18801  Las normas internacionales de tipografía proponen que las letras griegas
18802  en ecuaciones deben escribirse en cursiva/inclinada.
18803  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
18804  en redonda.
18805  Para las normas en español, véase
18806 \begin_inset space ~
18807 \end_inset
18808
18809
18810 \begin_inset CommandInset citation
18811 LatexCommand cite
18812 key "Bezos"
18813
18814 \end_inset
18815
18816 .
18817 \end_layout
18818
18819 \begin_layout Subsection
18820 Minúsculas
18821 \begin_inset Index idx
18822 status collapsed
18823
18824 \begin_layout Plain Layout
18825 Letras griegas ! minúsculas
18826 \end_layout
18827
18828 \end_inset
18829
18830
18831 \end_layout
18832
18833 \begin_layout Standard
18834 \begin_inset space \hfill{}
18835 \end_inset
18836
18837
18838 \begin_inset Tabular
18839 <lyxtabular version="3" rows="11" columns="2">
18840 <features rotate="0" tabularvalignment="middle">
18841 <column alignment="center" valignment="top" width="0pt">
18842 <column alignment="center" valignment="top" width="0pt">
18843 <row>
18844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18845 \begin_inset Text
18846
18847 \begin_layout Plain Layout
18848 Comando
18849 \end_layout
18850
18851 \end_inset
18852 </cell>
18853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857 Símbolo
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 </row>
18863 <row>
18864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18865 \begin_inset Text
18866
18867 \begin_layout Plain Layout
18868
18869 \backslash
18870 alpha
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 $\alpha$
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 beta
18896 \end_layout
18897
18898 \end_inset
18899 </cell>
18900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904 \begin_inset Formula $\beta$
18905 \end_inset
18906
18907
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 </row>
18913 <row>
18914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918
18919 \backslash
18920 gamma
18921 \end_layout
18922
18923 \end_inset
18924 </cell>
18925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929 \begin_inset Formula $\gamma$
18930 \end_inset
18931
18932
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 </row>
18938 <row>
18939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943
18944 \backslash
18945 delta
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954 \begin_inset Formula $\delta$
18955 \end_inset
18956
18957
18958 \end_layout
18959
18960 \end_inset
18961 </cell>
18962 </row>
18963 <row>
18964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968
18969 \backslash
18970 epsilon
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18976 \begin_inset Text
18977
18978 \begin_layout Plain Layout
18979 \begin_inset Formula $\epsilon$
18980 \end_inset
18981
18982
18983 \end_layout
18984
18985 \end_inset
18986 </cell>
18987 </row>
18988 <row>
18989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993
18994 \backslash
18995 varepsilon
18996 \end_layout
18997
18998 \end_inset
18999 </cell>
19000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19001 \begin_inset Text
19002
19003 \begin_layout Plain Layout
19004 \begin_inset Formula $\varepsilon$
19005 \end_inset
19006
19007
19008 \end_layout
19009
19010 \end_inset
19011 </cell>
19012 </row>
19013 <row>
19014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19015 \begin_inset Text
19016
19017 \begin_layout Plain Layout
19018
19019 \backslash
19020 zeta
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029 \begin_inset Formula $\zeta$
19030 \end_inset
19031
19032
19033 \end_layout
19034
19035 \end_inset
19036 </cell>
19037 </row>
19038 <row>
19039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043
19044 \backslash
19045 eta
19046 \end_layout
19047
19048 \end_inset
19049 </cell>
19050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054 \begin_inset Formula $\eta$
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \end_inset
19061 </cell>
19062 </row>
19063 <row>
19064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068
19069 \backslash
19070 theta
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19076 \begin_inset Text
19077
19078 \begin_layout Plain Layout
19079 \begin_inset Formula $\theta$
19080 \end_inset
19081
19082
19083 \end_layout
19084
19085 \end_inset
19086 </cell>
19087 </row>
19088 <row>
19089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19090 \begin_inset Text
19091
19092 \begin_layout Plain Layout
19093
19094 \backslash
19095 vartheta
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104 \begin_inset Formula $\vartheta$
19105 \end_inset
19106
19107
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 </row>
19113 </lyxtabular>
19114
19115 \end_inset
19116
19117
19118 \begin_inset space \hfill{}
19119 \end_inset
19120
19121
19122 \begin_inset Tabular
19123 <lyxtabular version="3" rows="12" columns="2">
19124 <features rotate="0" tabularvalignment="middle">
19125 <column alignment="center" valignment="top" width="0pt">
19126 <column alignment="center" valignment="top" width="0pt">
19127 <row>
19128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132 Comando
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19138 \begin_inset Text
19139
19140 \begin_layout Plain Layout
19141 Símbolo
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 </row>
19147 <row>
19148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152
19153 \backslash
19154 iota
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Plain Layout
19163 \begin_inset Formula $\iota$
19164 \end_inset
19165
19166
19167 \end_layout
19168
19169 \end_inset
19170 </cell>
19171 </row>
19172 <row>
19173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177
19178 \backslash
19179 kappa
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188 \begin_inset Formula $\kappa$
19189 \end_inset
19190
19191
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 </row>
19197 <row>
19198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19199 \begin_inset Text
19200
19201 \begin_layout Plain Layout
19202
19203 \backslash
19204 varkappa
19205 \end_layout
19206
19207 \end_inset
19208 </cell>
19209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19210 \begin_inset Text
19211
19212 \begin_layout Plain Layout
19213 \begin_inset Formula $\varkappa$
19214 \end_inset
19215
19216
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 </row>
19222 <row>
19223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227
19228 \backslash
19229 lambda
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Plain Layout
19238 \begin_inset Formula $\lambda$
19239 \end_inset
19240
19241
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 </row>
19247 <row>
19248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19249 \begin_inset Text
19250
19251 \begin_layout Plain Layout
19252
19253 \backslash
19254 mu
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19260 \begin_inset Text
19261
19262 \begin_layout Plain Layout
19263 \begin_inset Formula $\mu$
19264 \end_inset
19265
19266
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 </row>
19272 <row>
19273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277
19278 \backslash
19279 nu
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 \begin_inset Formula $\nu$
19289 \end_inset
19290
19291
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 </row>
19297 <row>
19298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302
19303 \backslash
19304 xi
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19310 \begin_inset Text
19311
19312 \begin_layout Plain Layout
19313 \begin_inset Formula $\xi$
19314 \end_inset
19315
19316
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 </row>
19322 <row>
19323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19324 \begin_inset Text
19325
19326 \begin_layout Plain Layout
19327 o
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336 \begin_inset Formula $o$
19337 \end_inset
19338
19339
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 </row>
19345 <row>
19346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350
19351 \backslash
19352 pi
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361 \begin_inset Formula $\pi$
19362 \end_inset
19363
19364
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 </row>
19370 <row>
19371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375
19376 \backslash
19377 varpi
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Plain Layout
19386 \begin_inset Formula $\varpi$
19387 \end_inset
19388
19389
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 </row>
19395 <row>
19396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Plain Layout
19400
19401 \backslash
19402 rho
19403 \end_layout
19404
19405 \end_inset
19406 </cell>
19407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Plain Layout
19411 \begin_inset Formula $\rho$
19412 \end_inset
19413
19414
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 </row>
19420 </lyxtabular>
19421
19422 \end_inset
19423
19424
19425 \begin_inset space \hfill{}
19426 \end_inset
19427
19428
19429 \begin_inset Tabular
19430 <lyxtabular version="3" rows="11" columns="2">
19431 <features rotate="0" tabularvalignment="middle">
19432 <column alignment="center" valignment="top" width="0pt">
19433 <column alignment="center" valignment="top" width="0pt">
19434 <row>
19435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19436 \begin_inset Text
19437
19438 \begin_layout Plain Layout
19439 Comando
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 Símbolo
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 </row>
19454 <row>
19455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459
19460 \backslash
19461 varrho
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470 \begin_inset Formula $\varrho$
19471 \end_inset
19472
19473
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 </row>
19479 <row>
19480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484
19485 \backslash
19486 sigma
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495 \begin_inset Formula $\sigma$
19496 \end_inset
19497
19498
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 </row>
19504 <row>
19505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509
19510 \backslash
19511 varsigma
19512 \end_layout
19513
19514 \end_inset
19515 </cell>
19516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19517 \begin_inset Text
19518
19519 \begin_layout Plain Layout
19520 \begin_inset Formula $\varsigma$
19521 \end_inset
19522
19523
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 </row>
19529 <row>
19530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19531 \begin_inset Text
19532
19533 \begin_layout Plain Layout
19534
19535 \backslash
19536 tau
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545 \begin_inset Formula $\tau$
19546 \end_inset
19547
19548
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 </row>
19554 <row>
19555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559
19560 \backslash
19561 upsilon
19562 \end_layout
19563
19564 \end_inset
19565 </cell>
19566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19567 \begin_inset Text
19568
19569 \begin_layout Plain Layout
19570 \begin_inset Formula $\upsilon$
19571 \end_inset
19572
19573
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 </row>
19579 <row>
19580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Plain Layout
19584
19585 \backslash
19586 phi
19587 \end_layout
19588
19589 \end_inset
19590 </cell>
19591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19592 \begin_inset Text
19593
19594 \begin_layout Plain Layout
19595 \begin_inset Formula $\phi$
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \end_inset
19602 </cell>
19603 </row>
19604 <row>
19605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19606 \begin_inset Text
19607
19608 \begin_layout Plain Layout
19609
19610 \backslash
19611 varphi
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620 \begin_inset Formula $\varphi$
19621 \end_inset
19622
19623
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 </row>
19629 <row>
19630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634
19635 \backslash
19636 chi
19637 \end_layout
19638
19639 \end_inset
19640 </cell>
19641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19642 \begin_inset Text
19643
19644 \begin_layout Plain Layout
19645 \begin_inset Formula $\chi$
19646 \end_inset
19647
19648
19649 \end_layout
19650
19651 \end_inset
19652 </cell>
19653 </row>
19654 <row>
19655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659
19660 \backslash
19661 psi
19662 \end_layout
19663
19664 \end_inset
19665 </cell>
19666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670 \begin_inset Formula $\psi$
19671 \end_inset
19672
19673
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 </row>
19679 <row>
19680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19681 \begin_inset Text
19682
19683 \begin_layout Plain Layout
19684
19685 \backslash
19686 omega
19687 \end_layout
19688
19689 \end_inset
19690 </cell>
19691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695 \begin_inset Formula $\omega$
19696 \end_inset
19697
19698
19699 \end_layout
19700
19701 \end_inset
19702 </cell>
19703 </row>
19704 </lyxtabular>
19705
19706 \end_inset
19707
19708
19709 \begin_inset space \hfill{}
19710 \end_inset
19711
19712
19713 \end_layout
19714
19715 \begin_layout Standard
19716 \begin_inset VSpace medskip
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \begin_layout Standard
19723 Cómo escribir letras griegas especiales en redonda se explica en 
19724 \begin_inset CommandInset ref
19725 LatexCommand ref
19726 reference "sub:Griegas-en-redonda"
19727
19728 \end_inset
19729
19730 .
19731 \end_layout
19732
19733 \begin_layout Subsection
19734 Mayúsculas
19735 \begin_inset Index idx
19736 status collapsed
19737
19738 \begin_layout Plain Layout
19739 Letras griegas ! mayúsculas
19740 \end_layout
19741
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \begin_layout Standard
19748 \begin_inset space \hfill{}
19749 \end_inset
19750
19751
19752 \begin_inset Tabular
19753 <lyxtabular version="3" rows="7" columns="2">
19754 <features rotate="0" tabularvalignment="middle">
19755 <column alignment="center" valignment="top" width="0pt">
19756 <column alignment="center" valignment="top" width="0pt">
19757 <row>
19758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762 Comando
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771 Símbolo
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 </row>
19777 <row>
19778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782
19783 \backslash
19784 Gamma
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793 \begin_inset Formula $\Gamma$
19794 \end_inset
19795
19796
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 </row>
19802 <row>
19803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807
19808 \backslash
19809 Delta
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818 \begin_inset Formula $\Delta$
19819 \end_inset
19820
19821
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 </row>
19827 <row>
19828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832
19833 \backslash
19834 Theta
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843 \begin_inset Formula $\Theta$
19844 \end_inset
19845
19846
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 </row>
19852 <row>
19853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857
19858 \backslash
19859 Lambda
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868 \begin_inset Formula $\Lambda$
19869 \end_inset
19870
19871
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 </row>
19877 <row>
19878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882
19883 \backslash
19884 Xi
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893 \begin_inset Formula $\Xi$
19894 \end_inset
19895
19896
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 </row>
19902 <row>
19903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907
19908 \backslash
19909 Pi
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918 \begin_inset Formula $\Pi$
19919 \end_inset
19920
19921
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 </row>
19927 </lyxtabular>
19928
19929 \end_inset
19930
19931
19932 \begin_inset space \hfill{}
19933 \end_inset
19934
19935
19936 \begin_inset Tabular
19937 <lyxtabular version="3" rows="6" columns="2">
19938 <features rotate="0" tabularvalignment="middle">
19939 <column alignment="center" valignment="top" width="0pt">
19940 <column alignment="center" valignment="top" width="0pt">
19941 <row>
19942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19943 \begin_inset Text
19944
19945 \begin_layout Plain Layout
19946 Comando
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955 Símbolo
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 </row>
19961 <row>
19962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966
19967 \backslash
19968 Sigma
19969 \end_layout
19970
19971 \end_inset
19972 </cell>
19973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19974 \begin_inset Text
19975
19976 \begin_layout Plain Layout
19977 \begin_inset Formula $\Sigma$
19978 \end_inset
19979
19980
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 </row>
19986 <row>
19987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991
19992 \backslash
19993 Upsilon
19994 \end_layout
19995
19996 \end_inset
19997 </cell>
19998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002 \begin_inset Formula $\Upsilon$
20003 \end_inset
20004
20005
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 </row>
20011 <row>
20012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016
20017 \backslash
20018 Phi
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027 \begin_inset Formula $\Phi$
20028 \end_inset
20029
20030
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 </row>
20036 <row>
20037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041
20042 \backslash
20043 Psi
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052 \begin_inset Formula $\Psi$
20053 \end_inset
20054
20055
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 </row>
20061 <row>
20062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066
20067 \backslash
20068 Omega
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077 \begin_inset Formula $\Omega$
20078 \end_inset
20079
20080
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 </row>
20086 </lyxtabular>
20087
20088 \end_inset
20089
20090
20091 \begin_inset space \hfill{}
20092 \end_inset
20093
20094
20095 \end_layout
20096
20097 \begin_layout Standard
20098 \begin_inset VSpace medskip
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \begin_layout Standard
20105 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20106  cuando se desarrolló TeX.
20107  Para obtener mayúsculas en cursiva, inicia cada comando con 
20108 \series bold
20109 var
20110 \series default
20111 .
20112  Por ejemplo, el comando 
20113 \series bold
20114
20115 \backslash
20116 varGamma
20117 \series default
20118  genera 
20119 \begin_inset Formula $\varGamma$
20120 \end_inset
20121
20122 .
20123  Otra forma es cargar el paquete 
20124 \series bold
20125 fixmath
20126 \series default
20127
20128 \begin_inset Foot
20129 status collapsed
20130
20131 \begin_layout Plain Layout
20132
20133 \series bold
20134 fixmath
20135 \series default
20136  forma parte del paquete LaTeX 
20137 \series bold
20138 was
20139 \series default
20140
20141 \begin_inset Index idx
20142 status collapsed
20143
20144 \begin_layout Plain Layout
20145 Paquetes ! was
20146 \begin_inset ERT
20147 status collapsed
20148
20149 \begin_layout Plain Layout
20150
20151
20152 \backslash
20153 vspace{4mm}
20154 \end_layout
20155
20156 \end_inset
20157
20158
20159 \end_layout
20160
20161 \end_inset
20162
20163 .
20164 \end_layout
20165
20166 \end_inset
20167
20168
20169 \begin_inset Index idx
20170 status collapsed
20171
20172 \begin_layout Plain Layout
20173 Paquetes ! fixmath
20174 \end_layout
20175
20176 \end_inset
20177
20178  con la línea siguiente en el preámbulo LaTeX
20179 \end_layout
20180
20181 \begin_layout Standard
20182
20183 \series bold
20184
20185 \backslash
20186 usepackage{fixmath}
20187 \end_layout
20188
20189 \begin_layout Standard
20190 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
20191 ente en cursiva.
20192 \end_layout
20193
20194 \begin_layout Subsection
20195 Letras en negrita
20196 \begin_inset Index idx
20197 status collapsed
20198
20199 \begin_layout Plain Layout
20200 Letras griegas ! en negrita
20201 \end_layout
20202
20203 \end_inset
20204
20205
20206 \end_layout
20207
20208 \begin_layout Standard
20209 Las letras griegas no admiten diferentes estilos de letra como las latinas.
20210  Sólo se pueden poner en negrita con el comando 
20211 \series bold
20212
20213 \backslash
20214 boldsymbol
20215 \series default
20216
20217 \begin_inset Index idx
20218 status collapsed
20219
20220 \begin_layout Plain Layout
20221 Comandos ! B ! 
20222 \backslash
20223 boldsymbol
20224 \end_layout
20225
20226 \end_inset
20227
20228 .
20229 \end_layout
20230
20231 \begin_layout Standard
20232 \align center
20233 \begin_inset Tabular
20234 <lyxtabular version="3" rows="3" columns="2">
20235 <features rotate="0" tabularvalignment="middle">
20236 <column alignment="center" valignment="top">
20237 <column alignment="center" valignment="top">
20238 <row>
20239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20240 \begin_inset Text
20241
20242 \begin_layout Plain Layout
20243 Comando
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252 Símbolo
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 </row>
20258 <row>
20259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20260 \begin_inset Text
20261
20262 \begin_layout Plain Layout
20263
20264 \backslash
20265 Upsilon
20266 \backslash
20267 boldsymbol
20268 \backslash
20269 Upsilon
20270 \end_layout
20271
20272 \end_inset
20273 </cell>
20274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20275 \begin_inset Text
20276
20277 \begin_layout Plain Layout
20278 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20279 \end_inset
20280
20281
20282 \end_layout
20283
20284 \end_inset
20285 </cell>
20286 </row>
20287 <row>
20288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20289 \begin_inset Text
20290
20291 \begin_layout Plain Layout
20292
20293 \backslash
20294 theta
20295 \backslash
20296 boldsymbol
20297 \backslash
20298 theta
20299 \end_layout
20300
20301 \end_inset
20302 </cell>
20303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20304 \begin_inset Text
20305
20306 \begin_layout Plain Layout
20307 \begin_inset Formula $\theta\boldsymbol{\theta}$
20308 \end_inset
20309
20310
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 </row>
20316 </lyxtabular>
20317
20318 \end_inset
20319
20320
20321 \end_layout
20322
20323 \begin_layout Section
20324 Símbolos
20325 \begin_inset ERT
20326 status collapsed
20327
20328 \begin_layout Plain Layout
20329
20330
20331 \backslash
20332 texorpdfstring{
20333 \end_layout
20334
20335 \end_inset
20336
20337
20338 \begin_inset Foot
20339 status collapsed
20340
20341 \begin_layout Plain Layout
20342 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20343  LaTeX en 
20344 \begin_inset CommandInset citation
20345 LatexCommand cite
20346 key "Symbols"
20347
20348 \end_inset
20349
20350 .
20351 \end_layout
20352
20353 \end_inset
20354
20355
20356 \begin_inset ERT
20357 status collapsed
20358
20359 \begin_layout Plain Layout
20360
20361 }{}
20362 \end_layout
20363
20364 \end_inset
20365
20366
20367 \begin_inset Note Note
20368 status collapsed
20369
20370 \begin_layout Plain Layout
20371
20372 \backslash
20373 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20374  PDF.
20375 \end_layout
20376
20377 \begin_layout Plain Layout
20378 Más sobre 
20379 \backslash
20380 texorpdfstring en la sección 
20381 \begin_inset CommandInset ref
20382 LatexCommand ref
20383 reference "sub:Ecuaciones-en-encabezados"
20384
20385 \end_inset
20386
20387 .
20388 \end_layout
20389
20390 \end_inset
20391
20392
20393 \begin_inset Index idx
20394 status collapsed
20395
20396 \begin_layout Plain Layout
20397 Símbolos
20398 \end_layout
20399
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \begin_layout Standard
20406 Muchos de los símbolos listados en esta sección se pueden insertar además
20407  mediante los botones 
20408 \begin_inset Graphics
20409         filename ../../images/math/nabla.png
20410         scale 85
20411
20412 \end_inset
20413
20414  y 
20415 \begin_inset Graphics
20416         filename ../../images/math/digamma.png
20417         scale 85
20418
20419 \end_inset
20420
20421  de la barra de ecuaciones.
20422 \end_layout
20423
20424 \begin_layout Subsection
20425 Símbolos matemáticos
20426 \begin_inset CommandInset label
20427 LatexCommand label
20428 name "sub:Símbolos-matemáticos"
20429
20430 \end_inset
20431
20432
20433 \begin_inset Index idx
20434 status collapsed
20435
20436 \begin_layout Plain Layout
20437 Símbolos ! matemáticos
20438 \end_layout
20439
20440 \end_inset
20441
20442
20443 \end_layout
20444
20445 \begin_layout Standard
20446 \begin_inset space \hfill{}
20447 \end_inset
20448
20449
20450 \begin_inset Tabular
20451 <lyxtabular version="3" rows="10" columns="2">
20452 <features rotate="0" tabularvalignment="middle">
20453 <column alignment="center" valignment="top" width="0pt">
20454 <column alignment="center" valignment="top" width="0pt">
20455 <row>
20456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460 Comando
20461 \end_layout
20462
20463 \end_inset
20464 </cell>
20465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20466 \begin_inset Text
20467
20468 \begin_layout Plain Layout
20469 Símbolo
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 </row>
20475 <row>
20476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Plain Layout
20480
20481 \backslash
20482 neg
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20488 \begin_inset Text
20489
20490 \begin_layout Plain Layout
20491 \begin_inset Formula $\neg$
20492 \end_inset
20493
20494
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 </row>
20500 <row>
20501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20502 \begin_inset Text
20503
20504 \begin_layout Plain Layout
20505
20506 \backslash
20507 Im
20508 \end_layout
20509
20510 \end_inset
20511 </cell>
20512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20513 \begin_inset Text
20514
20515 \begin_layout Plain Layout
20516 \begin_inset Formula $\Im$
20517 \end_inset
20518
20519
20520 \end_layout
20521
20522 \end_inset
20523 </cell>
20524 </row>
20525 <row>
20526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530
20531 \backslash
20532 Re
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20538 \begin_inset Text
20539
20540 \begin_layout Plain Layout
20541 \begin_inset Formula $\Re$
20542 \end_inset
20543
20544
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 </row>
20550 <row>
20551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20552 \begin_inset Text
20553
20554 \begin_layout Plain Layout
20555
20556 \backslash
20557 aleph
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20563 \begin_inset Text
20564
20565 \begin_layout Plain Layout
20566 \begin_inset Formula $\aleph$
20567 \end_inset
20568
20569
20570 \end_layout
20571
20572 \end_inset
20573 </cell>
20574 </row>
20575 <row>
20576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20577 \begin_inset Text
20578
20579 \begin_layout Plain Layout
20580
20581 \backslash
20582 partial
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591 \begin_inset Formula $\partial$
20592 \end_inset
20593
20594
20595 \end_layout
20596
20597 \end_inset
20598 </cell>
20599 </row>
20600 <row>
20601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20602 \begin_inset Text
20603
20604 \begin_layout Plain Layout
20605
20606 \backslash
20607 infty
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20613 \begin_inset Text
20614
20615 \begin_layout Plain Layout
20616 \begin_inset Formula $\infty$
20617 \end_inset
20618
20619
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 </row>
20625 <row>
20626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20627 \begin_inset Text
20628
20629 \begin_layout Plain Layout
20630
20631 \backslash
20632 wp
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641 \begin_inset Formula $\wp$
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \end_inset
20648 </cell>
20649 </row>
20650 <row>
20651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655
20656 \backslash
20657 imath
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666 \begin_inset Formula $\imath$
20667 \end_inset
20668
20669
20670 \end_layout
20671
20672 \end_inset
20673 </cell>
20674 </row>
20675 <row>
20676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20677 \begin_inset Text
20678
20679 \begin_layout Plain Layout
20680
20681 \backslash
20682 jmath
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Plain Layout
20691 \begin_inset Formula $\jmath$
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 </row>
20700 </lyxtabular>
20701
20702 \end_inset
20703
20704
20705 \begin_inset space \hfill{}
20706 \end_inset
20707
20708
20709 \begin_inset Tabular
20710 <lyxtabular version="3" rows="10" columns="2">
20711 <features rotate="0" tabularvalignment="middle">
20712 <column alignment="center" valignment="top" width="0pt">
20713 <column alignment="center" valignment="top" width="0pt">
20714 <row>
20715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20716 \begin_inset Text
20717
20718 \begin_layout Plain Layout
20719 Comando
20720 \end_layout
20721
20722 \end_inset
20723 </cell>
20724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728 Símbolo
20729 \begin_inset Note Note
20730 status collapsed
20731
20732 \begin_layout Plain Layout
20733
20734 \series bold
20735
20736 \backslash
20737 raisebox
20738 \series default
20739  se usa sólo como espaciador
20740 \end_layout
20741
20742 \end_inset
20743
20744
20745 \end_layout
20746
20747 \end_inset
20748 </cell>
20749 </row>
20750 <row>
20751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20752 \begin_inset Text
20753
20754 \begin_layout Plain Layout
20755
20756 \backslash
20757 forall
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20763 \begin_inset Text
20764
20765 \begin_layout Plain Layout
20766 \begin_inset Formula $\forall$
20767 \end_inset
20768
20769
20770 \end_layout
20771
20772 \end_inset
20773 </cell>
20774 </row>
20775 <row>
20776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780
20781 \backslash
20782 exists
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791 \begin_inset Formula $\exists$
20792 \end_inset
20793
20794
20795 \end_layout
20796
20797 \end_inset
20798 </cell>
20799 </row>
20800 <row>
20801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20802 \begin_inset Text
20803
20804 \begin_layout Plain Layout
20805
20806 \backslash
20807 nexists
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816 \begin_inset Formula $\nexists$
20817 \end_inset
20818
20819
20820 \end_layout
20821
20822 \end_inset
20823 </cell>
20824 </row>
20825 <row>
20826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830
20831 \backslash
20832 emptyset
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 \begin_inset Formula $\emptyset$
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 </row>
20850 <row>
20851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Plain Layout
20855
20856 \backslash
20857 varnothing
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866 \begin_inset Formula $\varnothing$
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 </row>
20875 <row>
20876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880
20881 \backslash
20882 dag
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891 \begin_inset Formula $\dag$
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \end_inset
20898 </cell>
20899 </row>
20900 <row>
20901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905
20906 \backslash
20907 ddag
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916 \begin_inset Formula $\ddag$
20917 \end_inset
20918
20919
20920 \end_layout
20921
20922 \end_inset
20923 </cell>
20924 </row>
20925 <row>
20926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930
20931 \backslash
20932 complement
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941 \begin_inset ERT
20942 status collapsed
20943
20944 \begin_layout Plain Layout
20945
20946
20947 \backslash
20948 raisebox{-0.8mm}{
20949 \end_layout
20950
20951 \end_inset
20952
20953
20954 \begin_inset Formula $\complement$
20955 \end_inset
20956
20957
20958 \begin_inset ERT
20959 status collapsed
20960
20961 \begin_layout Plain Layout
20962
20963 }
20964 \end_layout
20965
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 </row>
20974 <row>
20975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979
20980 \backslash
20981 Bbbk
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990 \begin_inset Formula $\Bbbk$
20991 \end_inset
20992
20993
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 </row>
20999 </lyxtabular>
21000
21001 \end_inset
21002
21003
21004 \begin_inset space \hfill{}
21005 \end_inset
21006
21007
21008 \begin_inset Tabular
21009 <lyxtabular version="3" rows="10" columns="2">
21010 <features rotate="0" tabularvalignment="middle">
21011 <column alignment="center" valignment="top" width="0pt">
21012 <column alignment="center" valignment="top" width="0pt">
21013 <row>
21014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018 Comando
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027 Símbolo
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 </row>
21033 <row>
21034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21035 \begin_inset Text
21036
21037 \begin_layout Plain Layout
21038
21039 \backslash
21040 prime
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21046 \begin_inset Text
21047
21048 \begin_layout Plain Layout
21049 \begin_inset Formula $\prime$
21050 \end_inset
21051
21052
21053 \end_layout
21054
21055 \end_inset
21056 </cell>
21057 </row>
21058 <row>
21059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063
21064 \backslash
21065 backprime
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074 \begin_inset Formula $\backprime$
21075 \end_inset
21076
21077
21078 \end_layout
21079
21080 \end_inset
21081 </cell>
21082 </row>
21083 <row>
21084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088
21089 \backslash
21090 mho
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099 \begin_inset Formula $\mho$
21100 \end_inset
21101
21102
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 </row>
21108 <row>
21109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113
21114 \backslash
21115 triangle
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124 \begin_inset Formula $\triangle$
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 </row>
21133 <row>
21134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21135 \begin_inset Text
21136
21137 \begin_layout Plain Layout
21138
21139 \backslash
21140 angle
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149 \begin_inset Formula $\angle$
21150 \end_inset
21151
21152
21153 \end_layout
21154
21155 \end_inset
21156 </cell>
21157 </row>
21158 <row>
21159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163
21164 \backslash
21165 measuredangle
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21171 \begin_inset Text
21172
21173 \begin_layout Plain Layout
21174 \begin_inset Formula $\measuredangle$
21175 \end_inset
21176
21177
21178 \end_layout
21179
21180 \end_inset
21181 </cell>
21182 </row>
21183 <row>
21184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188
21189 \backslash
21190 sphericalangle
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199 \begin_inset Formula $\sphericalangle$
21200 \end_inset
21201
21202
21203 \end_layout
21204
21205 \end_inset
21206 </cell>
21207 </row>
21208 <row>
21209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213
21214 \backslash
21215 top
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21221 \begin_inset Text
21222
21223 \begin_layout Plain Layout
21224 \begin_inset Formula $\top$
21225 \end_inset
21226
21227
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 </row>
21233 <row>
21234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238
21239 \backslash
21240 bot
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249 \begin_inset Formula $\bot$
21250 \end_inset
21251
21252
21253 \end_layout
21254
21255 \end_inset
21256 </cell>
21257 </row>
21258 </lyxtabular>
21259
21260 \end_inset
21261
21262
21263 \begin_inset space \hfill{}
21264 \end_inset
21265
21266
21267 \end_layout
21268
21269 \begin_layout Standard
21270 \noindent
21271 \align center
21272 \begin_inset Newpage newpage
21273 \end_inset
21274
21275
21276 \end_layout
21277
21278 \begin_layout Subsection
21279 Símbolos misceláneos
21280 \begin_inset CommandInset label
21281 LatexCommand label
21282 name "sub:Símbolos-misceláneos"
21283
21284 \end_inset
21285
21286
21287 \begin_inset Index idx
21288 status collapsed
21289
21290 \begin_layout Plain Layout
21291 Símbolos ! misceláneos
21292 \end_layout
21293
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \begin_layout Standard
21300 \noindent
21301 \align center
21302 \begin_inset Tabular
21303 <lyxtabular version="3" rows="10" columns="2">
21304 <features rotate="0" tabularvalignment="middle">
21305 <column alignment="center" valignment="top" width="0pt">
21306 <column alignment="center" valignment="top" width="0pt">
21307 <row>
21308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312 Comando
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321 Símbolo
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 </row>
21327 <row>
21328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332
21333 \backslash
21334 flat
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343 \begin_inset Formula $\flat$
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 </row>
21352 <row>
21353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357
21358 \backslash
21359 natural
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368 \begin_inset Formula $\natural$
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 </row>
21377 <row>
21378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382
21383 \backslash
21384 sharp
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393 \begin_inset Formula $\sharp$
21394 \end_inset
21395
21396
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 </row>
21402 <row>
21403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407
21408 \backslash
21409 surd
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Plain Layout
21418 \begin_inset Formula $\surd$
21419 \end_inset
21420
21421
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 </row>
21427 <row>
21428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432
21433 \backslash
21434 checkmark
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443 \begin_inset Formula $\checkmark$
21444 \end_inset
21445
21446
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 </row>
21452 <row>
21453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457
21458 \backslash
21459 yen
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468 \begin_inset Formula $\yen$
21469 \end_inset
21470
21471
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 </row>
21477 <row>
21478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482
21483 \backslash
21484 pounds
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493 \begin_inset Formula $\pounds$
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 </row>
21502 <row>
21503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507 $
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21513 \begin_inset Text
21514
21515 \begin_layout Plain Layout
21516 \begin_inset Formula $\$$
21517 \end_inset
21518
21519
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 </row>
21525 <row>
21526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530 §
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539 \begin_inset Formula $§$
21540 \end_inset
21541
21542
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 </row>
21548 </lyxtabular>
21549
21550 \end_inset
21551
21552
21553 \begin_inset Tabular
21554 <lyxtabular version="3" rows="10" columns="2">
21555 <features rotate="0" tabularvalignment="middle">
21556 <column alignment="center" valignment="top">
21557 <column alignment="center" valignment="top">
21558 <row>
21559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563 Comando
21564 \end_layout
21565
21566 \end_inset
21567 </cell>
21568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572 Símbolo
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 </row>
21578 <row>
21579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583
21584 \backslash
21585 hbar
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594 \begin_inset Formula $\hbar$
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 </row>
21603 <row>
21604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608
21609 \backslash
21610 hslash
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 \begin_inset Formula $\hslash$
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 </row>
21628 <row>
21629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633
21634 \backslash
21635 clubsuit
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 \begin_inset Formula $\clubsuit$
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 </row>
21653 <row>
21654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658
21659 \backslash
21660 spadesuit
21661 \end_layout
21662
21663 \end_inset
21664 </cell>
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669 \begin_inset Formula $\spadesuit$
21670 \end_inset
21671
21672
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 </row>
21678 <row>
21679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683
21684 \backslash
21685 bigstar
21686 \end_layout
21687
21688 \end_inset
21689 </cell>
21690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694 \begin_inset Formula $\bigstar$
21695 \end_inset
21696
21697
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 </row>
21703 <row>
21704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708
21709 \backslash
21710 blacklozenge
21711 \end_layout
21712
21713 \end_inset
21714 </cell>
21715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719 \begin_inset Formula $\blacklozenge$
21720 \end_inset
21721
21722
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 </row>
21728 <row>
21729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733
21734 \backslash
21735 blacktriangle
21736 \end_layout
21737
21738 \end_inset
21739 </cell>
21740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744 \begin_inset Formula $\blacktriangle$
21745 \end_inset
21746
21747
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 </row>
21753 <row>
21754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21755 \begin_inset Text
21756
21757 \begin_layout Plain Layout
21758
21759 \backslash
21760 blacktiangledown
21761 \end_layout
21762
21763 \end_inset
21764 </cell>
21765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769 \begin_inset Formula $\blacktriangledown$
21770 \end_inset
21771
21772
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 </row>
21778 <row>
21779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783
21784 \backslash
21785 bullet
21786 \end_layout
21787
21788 \end_inset
21789 </cell>
21790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794 \begin_inset Formula $\bullet$
21795 \end_inset
21796
21797
21798 \end_layout
21799
21800 \end_inset
21801 </cell>
21802 </row>
21803 </lyxtabular>
21804
21805 \end_inset
21806
21807
21808 \begin_inset Tabular
21809 <lyxtabular version="3" rows="10" columns="2">
21810 <features rotate="0" tabularvalignment="middle">
21811 <column alignment="center" valignment="top" width="0pt">
21812 <column alignment="center" valignment="top" width="0pt">
21813 <row>
21814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818 Comando
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827 Símbolo
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 </row>
21833 <row>
21834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838
21839 \backslash
21840 diamondsuit
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849 \begin_inset Formula $\diamondsuit$
21850 \end_inset
21851
21852
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 </row>
21858 <row>
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863
21864 \backslash
21865 Diamond
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874 \begin_inset Formula $\Diamond$
21875 \end_inset
21876
21877
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 </row>
21883 <row>
21884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888
21889 \backslash
21890 heartsuit
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Plain Layout
21899 \begin_inset Formula $\heartsuit$
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 </row>
21908 <row>
21909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913
21914 \backslash
21915 P
21916 \end_layout
21917
21918 \end_inset
21919 </cell>
21920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924 \begin_inset Formula $\P$
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 </row>
21933 <row>
21934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938
21939 \backslash
21940 copyright
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 \begin_inset Formula $\copyright$
21950 \end_inset
21951
21952
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 </row>
21958 <row>
21959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963
21964 \backslash
21965 circledR
21966 \end_layout
21967
21968 \end_inset
21969 </cell>
21970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21971 \begin_inset Text
21972
21973 \begin_layout Plain Layout
21974 \begin_inset Formula $\circledR$
21975 \end_inset
21976
21977
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 </row>
21983 <row>
21984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988
21989 \backslash
21990 maltese
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21996 \begin_inset Text
21997
21998 \begin_layout Plain Layout
21999 \begin_inset Formula $\maltese$
22000 \end_inset
22001
22002
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 </row>
22008 <row>
22009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013
22014 \backslash
22015 diagup
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024 \begin_inset Formula $\diagup$
22025 \end_inset
22026
22027
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 </row>
22033 <row>
22034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22035 \begin_inset Text
22036
22037 \begin_layout Plain Layout
22038
22039 \backslash
22040 diagdown
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049 \begin_inset Formula $\diagdown$
22050 \end_inset
22051
22052
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 </row>
22058 </lyxtabular>
22059
22060 \end_inset
22061
22062
22063 \end_layout
22064
22065 \begin_layout Standard
22066 \begin_inset VSpace medskip
22067 \end_inset
22068
22069
22070 \end_layout
22071
22072 \begin_layout Standard
22073 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22074 \begin_inset CommandInset ref
22075 LatexCommand ref
22076 reference "sub:Tamaños-de-tipografías"
22077
22078 \end_inset
22079
22080
22081 \end_layout
22082
22083 \begin_layout Subsection
22084 El símbolo del euro, €
22085 \begin_inset Index idx
22086 status collapsed
22087
22088 \begin_layout Plain Layout
22089 Símbolos ! euro
22090 \end_layout
22091
22092 \end_inset
22093
22094
22095 \begin_inset Index idx
22096 status collapsed
22097
22098 \begin_layout Plain Layout
22099
22100 \backslash
22101 @
22102 \begin_inset ERT
22103 status collapsed
22104
22105 \begin_layout Plain Layout
22106
22107
22108 \backslash
22109 officialeuro
22110 \end_layout
22111
22112 \end_inset
22113
22114
22115 \end_layout
22116
22117 \end_inset
22118
22119
22120 \end_layout
22121
22122 \begin_layout Standard
22123 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22124  LaTeX 
22125 \series bold
22126 eurosym
22127 \series default
22128
22129 \begin_inset Index idx
22130 status collapsed
22131
22132 \begin_layout Plain Layout
22133 Paquetes ! eurosym
22134 \end_layout
22135
22136 \end_inset
22137
22138 , y cargado en el preámbulo LaTeX con la línea
22139 \end_layout
22140
22141 \begin_layout Standard
22142
22143 \series bold
22144
22145 \backslash
22146 usepackage[gennarrow]{eurosym}
22147 \end_layout
22148
22149 \begin_layout Standard
22150 Actualmente también se puede insertar con el comando 
22151 \series bold
22152
22153 \backslash
22154 euro
22155 \series default
22156
22157 \begin_inset Index idx
22158 status collapsed
22159
22160 \begin_layout Plain Layout
22161 Comandos ! E ! 
22162 \backslash
22163 euro
22164 \end_layout
22165
22166 \end_inset
22167
22168 .
22169 \end_layout
22170
22171 \begin_layout Standard
22172 El símbolo del euro puede insertarse directamente con la tecla € en texto
22173  matemático sin tener 
22174 \series bold
22175 eurosym
22176 \series default
22177  instalado.
22178  Si 
22179 \series bold
22180 eurosym
22181 \series default
22182  está instalado, se puede insertar 
22183 \series bold
22184
22185 \backslash
22186 euro
22187 \series default
22188  en modo TeX.
22189  El símbolo oficial de la moneda se puede insertar con el comando 
22190 \series bold
22191
22192 \backslash
22193 officialeuro
22194 \series default
22195
22196 \begin_inset Index idx
22197 status collapsed
22198
22199 \begin_layout Plain Layout
22200 Comandos ! O ! 
22201 \backslash
22202 officialeuro
22203 \end_layout
22204
22205 \end_inset
22206
22207 , que sólo está disponible en modo TeX.
22208 \end_layout
22209
22210 \begin_layout Standard
22211 \begin_inset ERT
22212 status collapsed
22213
22214 \begin_layout Plain Layout
22215
22216
22217 \backslash
22218 ifeurosym
22219 \end_layout
22220
22221 \end_inset
22222
22223
22224 \begin_inset Note Note
22225 status collapsed
22226
22227 \begin_layout Plain Layout
22228 El cuadro siguiente sólo se mostrará si está instalado el paquete LaTeX
22229  
22230 \series bold
22231 eurosym
22232 \series default
22233 .
22234 \end_layout
22235
22236 \end_inset
22237
22238
22239 \end_layout
22240
22241 \begin_layout Standard
22242 Un vistazo a los diferentes símbolos del euro.
22243 \end_layout
22244
22245 \begin_layout Standard
22246 \noindent
22247 \align center
22248 \begin_inset Tabular
22249 <lyxtabular version="3" rows="4" columns="3">
22250 <features rotate="0" tabularvalignment="middle">
22251 <column alignment="center" valignment="top">
22252 <column alignment="center" valignment="top">
22253 <column alignment="center" valignment="top">
22254 <row>
22255 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22256 \begin_inset Text
22257
22258 \begin_layout Plain Layout
22259
22260 \end_layout
22261
22262 \end_inset
22263 </cell>
22264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268 Comando
22269 \end_layout
22270
22271 \end_inset
22272 </cell>
22273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277 Símbolo
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 </row>
22283 <row>
22284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22285 \begin_inset Text
22286
22287 \begin_layout Plain Layout
22288 ecuación
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297
22298 \backslash
22299 euro
22300 \end_layout
22301
22302 \end_inset
22303 </cell>
22304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22305 \begin_inset Text
22306
22307 \begin_layout Plain Layout
22308 \begin_inset Formula $\euro$
22309 \end_inset
22310
22311
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 </row>
22317 <row>
22318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322 texto matemático
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331
22332 \end_layout
22333
22334 \end_inset
22335 </cell>
22336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340 \begin_inset Formula $\mbox{€}$
22341 \end_inset
22342
22343
22344 \end_layout
22345
22346 \end_inset
22347 </cell>
22348 </row>
22349 <row>
22350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354 modo TeX
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363
22364 \backslash
22365 officialeuro
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22371 \begin_inset Text
22372
22373 \begin_layout Plain Layout
22374 \begin_inset ERT
22375 status collapsed
22376
22377 \begin_layout Plain Layout
22378
22379
22380 \backslash
22381 officialeuro
22382 \end_layout
22383
22384 \end_inset
22385
22386
22387 \end_layout
22388
22389 \end_inset
22390 </cell>
22391 </row>
22392 </lyxtabular>
22393
22394 \end_inset
22395
22396
22397 \end_layout
22398
22399 \begin_layout Standard
22400 \begin_inset ERT
22401 status collapsed
22402
22403 \begin_layout Plain Layout
22404
22405
22406 \backslash
22407 else
22408 \end_layout
22409
22410 \end_inset
22411
22412
22413 \begin_inset Note Note
22414 status collapsed
22415
22416 \begin_layout Plain Layout
22417 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22418 \series bold
22419 eurosym
22420 \series default
22421 :
22422 \end_layout
22423
22424 \end_inset
22425
22426
22427 \end_layout
22428
22429 \begin_layout Standard
22430 Para ver la salida completa de esta subsección debe estar instalado el paquete
22431  LaTeX 
22432 \series bold
22433 eurosym
22434 \series default
22435 .
22436 \end_layout
22437
22438 \begin_layout Standard
22439 \begin_inset ERT
22440 status collapsed
22441
22442 \begin_layout Plain Layout
22443
22444
22445 \backslash
22446 fi
22447 \end_layout
22448
22449 \end_inset
22450
22451
22452 \end_layout
22453
22454 \begin_layout Section
22455 Relaciones
22456 \begin_inset CommandInset label
22457 LatexCommand label
22458 name "sec:Relaciones"
22459
22460 \end_inset
22461
22462
22463 \begin_inset Index idx
22464 status collapsed
22465
22466 \begin_layout Plain Layout
22467 Relaciones
22468 \end_layout
22469
22470 \end_inset
22471
22472
22473 \begin_inset Index idx
22474 status collapsed
22475
22476 \begin_layout Plain Layout
22477 Comparaciones|see
22478 \begin_inset ERT
22479 status collapsed
22480
22481 \begin_layout Plain Layout
22482
22483 {
22484 \end_layout
22485
22486 \end_inset
22487
22488 Relaciones
22489 \begin_inset ERT
22490 status collapsed
22491
22492 \begin_layout Plain Layout
22493
22494 }
22495 \end_layout
22496
22497 \end_inset
22498
22499
22500 \end_layout
22501
22502 \end_inset
22503
22504
22505 \end_layout
22506
22507 \begin_layout Standard
22508 Todas las relaciones se pueden insertar también con el botón 
22509 \begin_inset Graphics
22510         filename ../../images/math/leq.png
22511         scale 85
22512
22513 \end_inset
22514
22515  de la barra de ecuaciones.
22516 \end_layout
22517
22518 \begin_layout Standard
22519 \begin_inset space \hfill{}
22520 \end_inset
22521
22522
22523 \begin_inset Tabular
22524 <lyxtabular version="3" rows="17" columns="2">
22525 <features rotate="0" tabularvalignment="middle">
22526 <column alignment="center" valignment="top" width="0pt">
22527 <column alignment="center" valignment="top" width="0pt">
22528 <row>
22529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533 Comando
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542 Relación
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 </row>
22548 <row>
22549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553 <
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22559 \begin_inset Text
22560
22561 \begin_layout Plain Layout
22562 \begin_inset Formula $<$
22563 \end_inset
22564
22565
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 </row>
22571 <row>
22572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576
22577 \backslash
22578 le
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587 \begin_inset Formula $\le$
22588 \end_inset
22589
22590
22591 \end_layout
22592
22593 \end_inset
22594 </cell>
22595 </row>
22596 <row>
22597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22598 \begin_inset Text
22599
22600 \begin_layout Plain Layout
22601
22602 \backslash
22603 ll
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612 \begin_inset Formula $\ll$
22613 \end_inset
22614
22615
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 </row>
22621 <row>
22622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22623 \begin_inset Text
22624
22625 \begin_layout Plain Layout
22626
22627 \backslash
22628 prec
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637 \begin_inset Formula $\prec$
22638 \end_inset
22639
22640
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 </row>
22646 <row>
22647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651
22652 \backslash
22653 preceq
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 \begin_inset Formula $\preceq$
22663 \end_inset
22664
22665
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 </row>
22671 <row>
22672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22673 \begin_inset Text
22674
22675 \begin_layout Plain Layout
22676
22677 \backslash
22678 subset
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687 \begin_inset Formula $\subset$
22688 \end_inset
22689
22690
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 </row>
22696 <row>
22697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701
22702 \backslash
22703 subseteq
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712 \begin_inset Formula $\subseteq$
22713 \end_inset
22714
22715
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 </row>
22721 <row>
22722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726
22727 \backslash
22728 sqsubseteq
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737 \begin_inset Formula $\sqsubseteq$
22738 \end_inset
22739
22740
22741 \end_layout
22742
22743 \end_inset
22744 </cell>
22745 </row>
22746 <row>
22747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22748 \begin_inset Text
22749
22750 \begin_layout Plain Layout
22751
22752 \backslash
22753 in
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762 \begin_inset Formula $\in$
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \end_inset
22769 </cell>
22770 </row>
22771 <row>
22772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Plain Layout
22776
22777 \backslash
22778 vdash
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787 \begin_inset Formula $\vdash$
22788 \end_inset
22789
22790
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 </row>
22796 <row>
22797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22798 \begin_inset Text
22799
22800 \begin_layout Plain Layout
22801
22802 \backslash
22803 smile
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812 \begin_inset Formula $\smile$
22813 \end_inset
22814
22815
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 </row>
22821 <row>
22822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Plain Layout
22826
22827 \backslash
22828 lhd
22829 \end_layout
22830
22831 \end_inset
22832 </cell>
22833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837 \begin_inset Formula $\lhd$
22838 \end_inset
22839
22840
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 </row>
22846 <row>
22847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22848 \begin_inset Text
22849
22850 \begin_layout Plain Layout
22851
22852 \backslash
22853 unlhd
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862 \begin_inset Formula $\unlhd$
22863 \end_inset
22864
22865
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 </row>
22871 <row>
22872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876
22877 \backslash
22878 gtrless
22879 \end_layout
22880
22881 \end_inset
22882 </cell>
22883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887 \begin_inset Formula $\gtrless$
22888 \end_inset
22889
22890
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 </row>
22896 <row>
22897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22898 \begin_inset Text
22899
22900 \begin_layout Plain Layout
22901
22902 \backslash
22903 mid
22904 \end_layout
22905
22906 \end_inset
22907 </cell>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912 \begin_inset Formula $\mid$
22913 \end_inset
22914
22915
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 </row>
22921 <row>
22922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22923 \begin_inset Text
22924
22925 \begin_layout Plain Layout
22926
22927 \backslash
22928 nmid
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937 \begin_inset Formula $\nmid$
22938 \end_inset
22939
22940
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 </row>
22946 </lyxtabular>
22947
22948 \end_inset
22949
22950
22951 \begin_inset space \hfill{}
22952 \end_inset
22953
22954
22955 \begin_inset Tabular
22956 <lyxtabular version="3" rows="17" columns="2">
22957 <features rotate="0" tabularvalignment="middle">
22958 <column alignment="center" valignment="top" width="0pt">
22959 <column alignment="center" valignment="top" width="0pt">
22960 <row>
22961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22962 \begin_inset Text
22963
22964 \begin_layout Plain Layout
22965 Comando
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22971 \begin_inset Text
22972
22973 \begin_layout Plain Layout
22974 Relación
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 </row>
22980 <row>
22981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 =
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994 \begin_inset Formula $=$
22995 \end_inset
22996
22997
22998 \end_layout
22999
23000 \end_inset
23001 </cell>
23002 </row>
23003 <row>
23004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008
23009 \backslash
23010 not=
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019 \begin_inset Formula $\not=$
23020 \end_inset
23021
23022
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 </row>
23028 <row>
23029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23030 \begin_inset Text
23031
23032 \begin_layout Plain Layout
23033
23034 \backslash
23035 equiv
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044 \begin_inset Formula $\equiv$
23045 \end_inset
23046
23047
23048 \end_layout
23049
23050 \end_inset
23051 </cell>
23052 </row>
23053 <row>
23054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23055 \begin_inset Text
23056
23057 \begin_layout Plain Layout
23058
23059 \backslash
23060 sim
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069 \begin_inset Formula $\sim$
23070 \end_inset
23071
23072
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 </row>
23078 <row>
23079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23080 \begin_inset Text
23081
23082 \begin_layout Plain Layout
23083
23084 \backslash
23085 simeq
23086 \end_layout
23087
23088 \end_inset
23089 </cell>
23090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23091 \begin_inset Text
23092
23093 \begin_layout Plain Layout
23094 \begin_inset Formula $\simeq$
23095 \end_inset
23096
23097
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 </row>
23103 <row>
23104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23105 \begin_inset Text
23106
23107 \begin_layout Plain Layout
23108
23109 \backslash
23110 approx
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119 \begin_inset Formula $\approx$
23120 \end_inset
23121
23122
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 </row>
23128 <row>
23129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133
23134 \backslash
23135 cong
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144 \begin_inset Formula $\cong$
23145 \end_inset
23146
23147
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 </row>
23153 <row>
23154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23155 \begin_inset Text
23156
23157 \begin_layout Plain Layout
23158
23159 \backslash
23160 bowtie
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169 \begin_inset Formula $\bowtie$
23170 \end_inset
23171
23172
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 </row>
23178 <row>
23179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23180 \begin_inset Text
23181
23182 \begin_layout Plain Layout
23183
23184 \backslash
23185 notin
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194 \begin_inset Formula $\notin$
23195 \end_inset
23196
23197
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 </row>
23203 <row>
23204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23205 \begin_inset Text
23206
23207 \begin_layout Plain Layout
23208
23209 \backslash
23210 perp
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219 \begin_inset Formula $\perp$
23220 \end_inset
23221
23222
23223 \end_layout
23224
23225 \end_inset
23226 </cell>
23227 </row>
23228 <row>
23229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233
23234 \backslash
23235 propto
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244 \begin_inset Formula $\propto$
23245 \end_inset
23246
23247
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 </row>
23253 <row>
23254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258
23259 \backslash
23260 asymp
23261 \end_layout
23262
23263 \end_inset
23264 </cell>
23265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269 \begin_inset Formula $\asymp$
23270 \end_inset
23271
23272
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 </row>
23278 <row>
23279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283
23284 \backslash
23285 doteq
23286 \end_layout
23287
23288 \end_inset
23289 </cell>
23290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294 \begin_inset Formula $\doteq$
23295 \end_inset
23296
23297
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 </row>
23303 <row>
23304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23305 \begin_inset Text
23306
23307 \begin_layout Plain Layout
23308
23309 \backslash
23310 circeq
23311 \end_layout
23312
23313 \end_inset
23314 </cell>
23315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319 \begin_inset Formula $\circeq$
23320 \end_inset
23321
23322
23323 \end_layout
23324
23325 \end_inset
23326 </cell>
23327 </row>
23328 <row>
23329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333
23334 \backslash
23335 models
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 \begin_inset Formula $\models$
23345 \end_inset
23346
23347
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 </row>
23353 <row>
23354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358
23359 \backslash
23360 widehat=
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369 \begin_inset Formula $\widehat{=}$
23370 \end_inset
23371
23372
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 </row>
23378 </lyxtabular>
23379
23380 \end_inset
23381
23382
23383 \begin_inset space \hfill{}
23384 \end_inset
23385
23386
23387 \begin_inset Tabular
23388 <lyxtabular version="3" rows="17" columns="2">
23389 <features rotate="0" tabularvalignment="middle">
23390 <column alignment="center" valignment="top" width="0pt">
23391 <column alignment="center" valignment="top" width="0pt">
23392 <row>
23393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 Comando
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406 Relación
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 </row>
23412 <row>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 >
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426 \begin_inset Formula $>$
23427 \end_inset
23428
23429
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 </row>
23435 <row>
23436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440
23441 \backslash
23442 ge
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451 \begin_inset Formula $\ge$
23452 \end_inset
23453
23454
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 </row>
23460 <row>
23461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23462 \begin_inset Text
23463
23464 \begin_layout Plain Layout
23465
23466 \backslash
23467 gg
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476 \begin_inset Formula $\gg$
23477 \end_inset
23478
23479
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 </row>
23485 <row>
23486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490
23491 \backslash
23492 succ
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501 \begin_inset Formula $\succ$
23502 \end_inset
23503
23504
23505 \end_layout
23506
23507 \end_inset
23508 </cell>
23509 </row>
23510 <row>
23511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515
23516 \backslash
23517 succeq
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 \begin_inset Formula $\succeq$
23527 \end_inset
23528
23529
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 </row>
23535 <row>
23536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540
23541 \backslash
23542 supset
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551 \begin_inset Formula $\supset$
23552 \end_inset
23553
23554
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 </row>
23560 <row>
23561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565
23566 \backslash
23567 supseteq
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576 \begin_inset Formula $\supseteq$
23577 \end_inset
23578
23579
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 </row>
23585 <row>
23586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590
23591 \backslash
23592 sqsupseteq
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601 \begin_inset Formula $\sqsupseteq$
23602 \end_inset
23603
23604
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 </row>
23610 <row>
23611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615
23616 \backslash
23617 ni
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626 \begin_inset Formula $\ni$
23627 \end_inset
23628
23629
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 </row>
23635 <row>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640
23641 \backslash
23642 dashv
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651 \begin_inset Formula $\dashv$
23652 \end_inset
23653
23654
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 </row>
23660 <row>
23661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665
23666 \backslash
23667 frown
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676 \begin_inset Formula $\frown$
23677 \end_inset
23678
23679
23680 \end_layout
23681
23682 \end_inset
23683 </cell>
23684 </row>
23685 <row>
23686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23687 \begin_inset Text
23688
23689 \begin_layout Plain Layout
23690
23691 \backslash
23692 rhd
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701 \begin_inset Formula $\rhd$
23702 \end_inset
23703
23704
23705 \end_layout
23706
23707 \end_inset
23708 </cell>
23709 </row>
23710 <row>
23711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715
23716 \backslash
23717 unrhd
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726 \begin_inset Formula $\unrhd$
23727 \end_inset
23728
23729
23730 \end_layout
23731
23732 \end_inset
23733 </cell>
23734 </row>
23735 <row>
23736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740
23741 \backslash
23742 lessgtr
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751 \begin_inset Formula $\lessgtr$
23752 \end_inset
23753
23754
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 </row>
23760 <row>
23761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765
23766 \backslash
23767 parallel
23768 \end_layout
23769
23770 \end_inset
23771 </cell>
23772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776 \begin_inset Formula $\parallel$
23777 \end_inset
23778
23779
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 </row>
23785 <row>
23786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23787 \begin_inset Text
23788
23789 \begin_layout Plain Layout
23790
23791 \backslash
23792 nparallel
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801 \begin_inset Formula $\nparallel$
23802 \end_inset
23803
23804
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 </row>
23810 </lyxtabular>
23811
23812 \end_inset
23813
23814
23815 \begin_inset space \hfill{}
23816 \end_inset
23817
23818
23819 \end_layout
23820
23821 \begin_layout Standard
23822 \begin_inset VSpace medskip
23823 \end_inset
23824
23825
23826 \end_layout
23827
23828 \begin_layout Standard
23829 Los caracteres 
23830 \series bold
23831
23832 \backslash
23833 lhd
23834 \series default
23835  y 
23836 \series bold
23837
23838 \backslash
23839 rhd
23840 \series default
23841  son mayores que los operadores de aspecto similar 
23842 \series bold
23843
23844 \backslash
23845 triangleleft
23846 \series default
23847  y 
23848 \series bold
23849
23850 \backslash
23851 triangleright
23852 \series default
23853 , respectivamente.
23854 \end_layout
23855
23856 \begin_layout Standard
23857 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
23858 \end_layout
23859
23860 \begin_layout Standard
23861 Se pueden componer relaciones con etiquetas con el comando 
23862 \series bold
23863
23864 \backslash
23865 stackrel
23866 \series default
23867
23868 \begin_inset Index idx
23869 status collapsed
23870
23871 \begin_layout Plain Layout
23872 Comandos ! S ! 
23873 \backslash
23874 stackrel
23875 \end_layout
23876
23877 \end_inset
23878
23879 :
23880 \end_layout
23881
23882 \begin_layout Standard
23883 \align center
23884 \begin_inset Tabular
23885 <lyxtabular version="3" rows="2" columns="2">
23886 <features rotate="0" tabularvalignment="middle">
23887 <column alignment="center" valignment="top">
23888 <column alignment="center" valignment="top">
23889 <row>
23890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894 Comando
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23900 \begin_inset Text
23901
23902 \begin_layout Plain Layout
23903 Resultado
23904 \begin_inset Note Note
23905 status collapsed
23906
23907 \begin_layout Plain Layout
23908
23909 \series bold
23910
23911 \backslash
23912 raisebox
23913 \series default
23914  se usa sólo como espaciador
23915 \end_layout
23916
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 </row>
23925 <row>
23926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930 A(r)
23931 \backslash
23932 stackrel
23933 \begin_inset space \textvisiblespace{}
23934 \end_inset
23935
23936 r
23937 \backslash
23938 to
23939 \backslash
23940 infty
23941 \begin_inset space \textvisiblespace{}
23942 \end_inset
23943
23944
23945 \begin_inset Formula $\downarrow$
23946 \end_inset
23947
23948
23949 \backslash
23950 approx
23951 \begin_inset space \textvisiblespace{}
23952 \end_inset
23953
23954
23955 \begin_inset space \textvisiblespace{}
23956 \end_inset
23957
23958 B
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23964 \begin_inset Text
23965
23966 \begin_layout Plain Layout
23967 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23968 \end_inset
23969
23970
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 </row>
23976 </lyxtabular>
23977
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \begin_layout Section
23984 Funciones
23985 \end_layout
23986
23987 \begin_layout Subsection
23988 Funciones predefinidas
23989 \begin_inset CommandInset label
23990 LatexCommand label
23991 name "sub:Funciones-predefinidas"
23992
23993 \end_inset
23994
23995
23996 \begin_inset Index idx
23997 status collapsed
23998
23999 \begin_layout Plain Layout
24000 Funciones ! predefinidas
24001 \end_layout
24002
24003 \end_inset
24004
24005
24006 \begin_inset Index idx
24007 status collapsed
24008
24009 \begin_layout Plain Layout
24010 Funciones ! en español
24011 \end_layout
24012
24013 \end_inset
24014
24015
24016 \end_layout
24017
24018 \begin_layout Standard
24019 En general las variables se escriben en 
24020 \emph on
24021 cursiva
24022 \emph default
24023  en expresiones matemáticas, pero no los nombres de las funciones, porque
24024  
24025 \begin_inset Formula $sen$
24026 \end_inset
24027
24028  podría confundirse con 
24029 \begin_inset Formula $s\cdot e\cdot n$
24030 \end_inset
24031
24032 .
24033  Por eso hay funciones predefinidas, que además se separan un poco del factor
24034  precedente.
24035  Se insertan como comandos con una barra inversa delante de su nombre.
24036 \end_layout
24037
24038 \begin_layout Standard
24039 \align center
24040 \begin_inset Tabular
24041 <lyxtabular version="3" rows="2" columns="4">
24042 <features rotate="0" tabularvalignment="middle">
24043 <column alignment="center" valignment="top" width="0pt">
24044 <column alignment="center" valignment="top" width="0pt">
24045 <column alignment="center" valignment="top" width="0pt">
24046 <column alignment="center" valignment="top" width="0pt">
24047 <row>
24048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052 Comando
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Plain Layout
24061 Resultado
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070 Comando
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079 Resultado
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 </row>
24085 <row>
24086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24087 \begin_inset Text
24088
24089 \begin_layout Plain Layout
24090 Asen(x)+B
24091 \end_layout
24092
24093 \end_inset
24094 </cell>
24095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24096 \begin_inset Text
24097
24098 \begin_layout Plain Layout
24099 \begin_inset Formula $Asen(x)+B$
24100 \end_inset
24101
24102
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111 A
24112 \backslash
24113 sen(x)+B
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122 \begin_inset Formula $A\sen(x)+B$
24123 \end_inset
24124
24125
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 </row>
24131 </lyxtabular>
24132
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \begin_layout Standard
24139 Las funciones siguientes están predefinidas:
24140 \begin_inset Foot
24141 status collapsed
24142
24143 \begin_layout Plain Layout
24144 Se han añadido los comandos equivalentes proporcionados por el estilo 
24145 \series bold
24146 spanish
24147 \series default
24148  de 
24149 \series bold
24150 babel
24151 \series default
24152 .
24153  (Estos no están disponibles en el panel de funciones).
24154  Además, en su caso, las funciones serán acentuadas automáticamente en la
24155  salida, p.
24156 \begin_inset space \thinspace{}
24157 \end_inset
24158
24159 e.
24160  
24161 \begin_inset Quotes fld
24162 \end_inset
24163
24164 lím
24165 \begin_inset Quotes frd
24166 \end_inset
24167
24168  o 
24169 \begin_inset Quotes fld
24170 \end_inset
24171
24172 máx
24173 \begin_inset Quotes frd
24174 \end_inset
24175
24176 .
24177  Más información en 
24178 \begin_inset CommandInset citation
24179 LatexCommand cite
24180 key "spanish"
24181
24182 \end_inset
24183
24184 .
24185  (
24186 \emph on
24187 N.
24188 \begin_inset space \thinspace{}
24189 \end_inset
24190
24191 del t.
24192 \emph default
24193 )
24194 \end_layout
24195
24196 \end_inset
24197
24198
24199 \end_layout
24200
24201 \begin_layout Standard
24202 \begin_inset VSpace -2mm
24203 \end_inset
24204
24205
24206 \end_layout
24207
24208 \begin_layout Standard
24209 \align center
24210 \begin_inset Tabular
24211 <lyxtabular version="3" rows="9" columns="7">
24212 <features rotate="0" tabularvalignment="middle">
24213 <column alignment="center" valignment="top" width="0pt">
24214 <column alignment="center" valignment="top" width="0pt">
24215 <column alignment="center" valignment="top" width="0pt">
24216 <column alignment="center" valignment="top" width="0pt">
24217 <column alignment="center" valignment="top" width="0pt">
24218 <column alignment="center" valignment="top" width="0pt">
24219 <column alignment="center" valignment="top" width="0pt">
24220 <row>
24221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225 Comando
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234 español
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24240 \begin_inset Text
24241
24242 \begin_layout Plain Layout
24243 Comando
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Plain Layout
24252 español
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261 Comando
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270 español
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24276 \begin_inset Text
24277
24278 \begin_layout Plain Layout
24279 Comando
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 </row>
24285 <row>
24286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24287 \begin_inset Text
24288
24289 \begin_layout Plain Layout
24290
24291 \backslash
24292 sin
24293 \end_layout
24294
24295 \end_inset
24296 </cell>
24297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24298 \begin_inset Text
24299
24300 \begin_layout Plain Layout
24301
24302 \backslash
24303 sen
24304 \end_layout
24305
24306 \end_inset
24307 </cell>
24308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312
24313 \backslash
24314 sinh
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323
24324 \backslash
24325 senh
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334
24335 \backslash
24336 arcsin
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345
24346 \backslash
24347 arcsen
24348 \end_layout
24349
24350 \end_inset
24351 </cell>
24352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356
24357 \backslash
24358 sup
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 </row>
24364 <row>
24365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369
24370 \backslash
24371 cos
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389
24390 \backslash
24391 cosh
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409
24410 \backslash
24411 arccos
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420
24421 \end_layout
24422
24423 \end_inset
24424 </cell>
24425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429
24430 \backslash
24431 inf
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 </row>
24437 <row>
24438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24439 \begin_inset Text
24440
24441 \begin_layout Plain Layout
24442
24443 \backslash
24444 tan
24445 \end_layout
24446
24447 \end_inset
24448 </cell>
24449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24450 \begin_inset Text
24451
24452 \begin_layout Plain Layout
24453
24454 \backslash
24455 tg
24456 \end_layout
24457
24458 \end_inset
24459 </cell>
24460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24461 \begin_inset Text
24462
24463 \begin_layout Plain Layout
24464
24465 \backslash
24466 tanh
24467 \end_layout
24468
24469 \end_inset
24470 </cell>
24471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475
24476 \backslash
24477 tgh
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24483 \begin_inset Text
24484
24485 \begin_layout Plain Layout
24486
24487 \backslash
24488 arctan
24489 \end_layout
24490
24491 \end_inset
24492 </cell>
24493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24494 \begin_inset Text
24495
24496 \begin_layout Plain Layout
24497
24498 \backslash
24499 arctg
24500 \end_layout
24501
24502 \end_inset
24503 </cell>
24504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24505 \begin_inset Text
24506
24507 \begin_layout Plain Layout
24508
24509 \backslash
24510 lim
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 </row>
24516 <row>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521
24522 \backslash
24523 cot
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532
24533 \backslash
24534 cotg
24535 \end_layout
24536
24537 \end_inset
24538 </cell>
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 coth
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
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563
24564 \backslash
24565 arg
24566 \end_layout
24567
24568 \end_inset
24569 </cell>
24570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24580 \begin_inset Text
24581
24582 \begin_layout Plain Layout
24583
24584 \backslash
24585 liminf
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 </row>
24591 <row>
24592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596
24597 \backslash
24598 sec
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607
24608 \end_layout
24609
24610 \end_inset
24611 </cell>
24612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24613 \begin_inset Text
24614
24615 \begin_layout Plain Layout
24616
24617 \backslash
24618 min
24619 \end_layout
24620
24621 \end_inset
24622 </cell>
24623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24624 \begin_inset Text
24625
24626 \begin_layout Plain Layout
24627
24628 \end_layout
24629
24630 \end_inset
24631 </cell>
24632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24633 \begin_inset Text
24634
24635 \begin_layout Plain Layout
24636
24637 \backslash
24638 deg
24639 \end_layout
24640
24641 \end_inset
24642 </cell>
24643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24644 \begin_inset Text
24645
24646 \begin_layout Plain Layout
24647
24648 \end_layout
24649
24650 \end_inset
24651 </cell>
24652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24653 \begin_inset Text
24654
24655 \begin_layout Plain Layout
24656
24657 \backslash
24658 limsup
24659 \end_layout
24660
24661 \end_inset
24662 </cell>
24663 </row>
24664 <row>
24665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Plain Layout
24669
24670 \backslash
24671 csc
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24677 \begin_inset Text
24678
24679 \begin_layout Plain Layout
24680
24681 \backslash
24682 cosec
24683 \end_layout
24684
24685 \end_inset
24686 </cell>
24687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24688 \begin_inset Text
24689
24690 \begin_layout Plain Layout
24691
24692 \backslash
24693 max
24694 \end_layout
24695
24696 \end_inset
24697 </cell>
24698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24699 \begin_inset Text
24700
24701 \begin_layout Plain Layout
24702
24703 \end_layout
24704
24705 \end_inset
24706 </cell>
24707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711
24712 \backslash
24713 det
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Plain Layout
24731
24732 \backslash
24733 Pr
24734 \end_layout
24735
24736 \end_inset
24737 </cell>
24738 </row>
24739 <row>
24740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24741 \begin_inset Text
24742
24743 \begin_layout Plain Layout
24744
24745 \backslash
24746 ln
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755
24756 \end_layout
24757
24758 \end_inset
24759 </cell>
24760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24761 \begin_inset Text
24762
24763 \begin_layout Plain Layout
24764
24765 \backslash
24766 exp
24767 \end_layout
24768
24769 \end_inset
24770 </cell>
24771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24772 \begin_inset Text
24773
24774 \begin_layout Plain Layout
24775
24776 \end_layout
24777
24778 \end_inset
24779 </cell>
24780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24781 \begin_inset Text
24782
24783 \begin_layout Plain Layout
24784
24785 \backslash
24786 dim
24787 \end_layout
24788
24789 \end_inset
24790 </cell>
24791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24792 \begin_inset Text
24793
24794 \begin_layout Plain Layout
24795
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
24805 \backslash
24806 hom
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 </row>
24812 <row>
24813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24814 \begin_inset Text
24815
24816 \begin_layout Plain Layout
24817
24818 \backslash
24819 lg
24820 \end_layout
24821
24822 \end_inset
24823 </cell>
24824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24825 \begin_inset Text
24826
24827 \begin_layout Plain Layout
24828
24829 \end_layout
24830
24831 \end_inset
24832 </cell>
24833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24834 \begin_inset Text
24835
24836 \begin_layout Plain Layout
24837
24838 \backslash
24839 log
24840 \end_layout
24841
24842 \end_inset
24843 </cell>
24844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24845 \begin_inset Text
24846
24847 \begin_layout Plain Layout
24848
24849 \end_layout
24850
24851 \end_inset
24852 </cell>
24853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24854 \begin_inset Text
24855
24856 \begin_layout Plain Layout
24857
24858 \backslash
24859 ker
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868
24869 \end_layout
24870
24871 \end_inset
24872 </cell>
24873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24874 \begin_inset Text
24875
24876 \begin_layout Plain Layout
24877
24878 \backslash
24879 gcd
24880 \end_layout
24881
24882 \end_inset
24883 </cell>
24884 </row>
24885 </lyxtabular>
24886
24887 \end_inset
24888
24889
24890 \end_layout
24891
24892 \begin_layout Standard
24893 También se pueden insertar con el botón 
24894 \begin_inset Graphics
24895         filename ../../images/math/functions.png
24896         scale 85
24897
24898 \end_inset
24899
24900  de la barra de ecuaciones.
24901 \end_layout
24902
24903 \begin_layout Subsection
24904 Funciones definidas por el usuario
24905 \begin_inset Index idx
24906 status collapsed
24907
24908 \begin_layout Plain Layout
24909 Funciones ! personalizadas
24910 \end_layout
24911
24912 \end_inset
24913
24914
24915 \end_layout
24916
24917 \begin_layout Standard
24918 Para usar una función no predefinida, como por ejemplo la función signo,
24919  sgn(x), hay dos posibilidades:
24920 \end_layout
24921
24922 \begin_layout Itemize
24923 Define la función añadiendo al preámbulo LaTeX la línea
24924 \begin_inset Foot
24925 status collapsed
24926
24927 \begin_layout Plain Layout
24928 Más sobre 
24929 \series bold
24930
24931 \backslash
24932 DeclareMathOperator
24933 \series default
24934  en 
24935 \begin_inset CommandInset ref
24936 LatexCommand ref
24937 reference "sub:Operadores-de-usuario"
24938
24939 \end_inset
24940
24941
24942 \end_layout
24943
24944 \end_inset
24945
24946
24947 \begin_inset Newline newline
24948 \end_inset
24949
24950
24951 \begin_inset VSpace -3mm
24952 \end_inset
24953
24954
24955 \begin_inset Newline newline
24956 \end_inset
24957
24958
24959 \series bold
24960
24961 \backslash
24962 DeclareMathOperator{
24963 \backslash
24964 sgn}{sgn}
24965 \series default
24966
24967 \begin_inset Index idx
24968 status collapsed
24969
24970 \begin_layout Plain Layout
24971 Comandos ! D ! 
24972 \backslash
24973 dbinom@
24974 \backslash
24975 DeclareMathOperator
24976 \end_layout
24977
24978 \end_inset
24979
24980
24981 \begin_inset Newline newline
24982 \end_inset
24983
24984
24985 \begin_inset VSpace -2mm
24986 \end_inset
24987
24988
24989 \begin_inset Newline newline
24990 \end_inset
24991
24992 Ahora la función recién definida se puede obtener con el comando 
24993 \series bold
24994
24995 \backslash
24996 sgn
24997 \series default
24998 .
24999 \end_layout
25000
25001 \begin_layout Itemize
25002 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25003  en nuestro ejemplo las letras 
25004 \emph on
25005 sgn
25006 \emph default
25007 , y cámbialo a texto matemático.
25008  Entre el factor precedente y la función se inserta un espacio.
25009 \end_layout
25010
25011 \begin_layout Standard
25012 El resultado con ambos métodos es el mismo que con una función predefinida:
25013 \begin_inset Foot
25014 status collapsed
25015
25016 \begin_layout Plain Layout
25017 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25018  negro.
25019 \end_layout
25020
25021 \end_inset
25022
25023
25024 \end_layout
25025
25026 \begin_layout Standard
25027 \align center
25028 \begin_inset Tabular
25029 <lyxtabular version="3" rows="3" columns="2">
25030 <features rotate="0" tabularvalignment="middle">
25031 <column alignment="center" valignment="top" width="0pt">
25032 <column alignment="center" valignment="top" width="0pt">
25033 <row>
25034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25035 \begin_inset Text
25036
25037 \begin_layout Plain Layout
25038 Comando
25039 \end_layout
25040
25041 \end_inset
25042 </cell>
25043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25044 \begin_inset Text
25045
25046 \begin_layout Plain Layout
25047 Resultado
25048 \end_layout
25049
25050 \end_inset
25051 </cell>
25052 </row>
25053 <row>
25054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058 A
25059 \backslash
25060 sgn(x)+B
25061 \end_layout
25062
25063 \end_inset
25064 </cell>
25065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25066 \begin_inset Text
25067
25068 \begin_layout Plain Layout
25069 \begin_inset Formula $A\sgn(x)+B$
25070 \end_inset
25071
25072
25073 \end_layout
25074
25075 \end_inset
25076 </cell>
25077 </row>
25078 <row>
25079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25080 \begin_inset Text
25081
25082 \begin_layout Plain Layout
25083 A
25084 \backslash
25085 ,
25086 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
25087 \end_inset
25088
25089 (x)+B
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25099 \end_inset
25100
25101
25102 \end_layout
25103
25104 \end_inset
25105 </cell>
25106 </row>
25107 </lyxtabular>
25108
25109 \end_inset
25110
25111
25112 \end_layout
25113
25114 \begin_layout Standard
25115 El primer método es preferible si la función se va a usar varias veces.
25116 \end_layout
25117
25118 \begin_layout Standard
25119 \noindent
25120 \align center
25121 \begin_inset Newpage newpage
25122 \end_inset
25123
25124
25125 \end_layout
25126
25127 \begin_layout Subsection
25128 Límites
25129 \begin_inset Index idx
25130 status collapsed
25131
25132 \begin_layout Plain Layout
25133 Limites@Límites
25134 \end_layout
25135
25136 \end_inset
25137
25138
25139 \end_layout
25140
25141 \begin_layout Standard
25142 Para límites, además de 
25143 \series bold
25144
25145 \backslash
25146 lim
25147 \series default
25148
25149 \begin_inset Index idx
25150 status collapsed
25151
25152 \begin_layout Plain Layout
25153 Comandos ! L ! 
25154 \backslash
25155 lim
25156 \end_layout
25157
25158 \end_inset
25159
25160
25161 \series bold
25162
25163 \backslash
25164 liminf
25165 \series default
25166  y 
25167 \series bold
25168
25169 \backslash
25170 limsup
25171 \series default
25172  están definidas las siguientes funciones:
25173 \series bold
25174  
25175 \end_layout
25176
25177 \begin_layout Standard
25178 \noindent
25179 \align center
25180 \begin_inset Tabular
25181 <lyxtabular version="3" rows="5" columns="2">
25182 <features rotate="0" tabularvalignment="middle">
25183 <column alignment="center" valignment="top">
25184 <column alignment="center" valignment="top">
25185 <row>
25186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190 Comando
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25196 \begin_inset Text
25197
25198 \begin_layout Plain Layout
25199 Resultado
25200 \begin_inset Note Note
25201 status collapsed
25202
25203 \begin_layout Plain Layout
25204
25205 \series bold
25206
25207 \backslash
25208 raisebox
25209 \series default
25210  se usa sólo como espaciador
25211 \end_layout
25212
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \end_inset
25219 </cell>
25220 </row>
25221 <row>
25222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25223 \begin_inset Text
25224
25225 \begin_layout Plain Layout
25226
25227 \backslash
25228 varliminf
25229 \end_layout
25230
25231 \end_inset
25232 </cell>
25233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237 \begin_inset Formula $\varliminf$
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 </row>
25246 <row>
25247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 varlimsup
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262 \begin_inset Formula $\varlimsup$
25263 \end_inset
25264
25265
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 </row>
25271 <row>
25272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25273 \begin_inset Text
25274
25275 \begin_layout Plain Layout
25276
25277 \backslash
25278 varprojlim
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287 \begin_inset Formula $\varprojlim$
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \end_inset
25294 </cell>
25295 </row>
25296 <row>
25297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301
25302 \backslash
25303 varinjlim
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25309 \begin_inset Text
25310
25311 \begin_layout Plain Layout
25312 \begin_inset Formula $\varinjlim$
25313 \end_inset
25314
25315
25316 \begin_inset Formula $\raisebox{-2.5mm}{}$
25317 \end_inset
25318
25319
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 </row>
25325 </lyxtabular>
25326
25327 \end_inset
25328
25329
25330 \end_layout
25331
25332 \begin_layout Standard
25333 \begin_inset VSpace medskip
25334 \end_inset
25335
25336
25337 \end_layout
25338
25339 \begin_layout Standard
25340 El límite se crea insertando un subíndice.
25341  Se imprime a la derecha junto a la función en una fórmula en línea:
25342 \end_layout
25343
25344 \begin_layout Standard
25345 \noindent
25346 \align center
25347 \begin_inset Tabular
25348 <lyxtabular version="3" rows="2" columns="2">
25349 <features rotate="0" tabularvalignment="middle">
25350 <column alignment="center" valignment="top" width="0pt">
25351 <column alignment="center" valignment="top" width="0pt">
25352 <row>
25353 <cell alignment="center" valignment="top" usebox="none">
25354 \begin_inset Text
25355
25356 \begin_layout Plain Layout
25357 Comando
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 <cell alignment="center" valignment="top" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Plain Layout
25366 \begin_inset space \hspace{}
25367 \length 1cm
25368 \end_inset
25369
25370 Resultado
25371 \begin_inset Note Note
25372 status collapsed
25373
25374 \begin_layout Plain Layout
25375
25376 \series bold
25377
25378 \backslash
25379 raisebox
25380 \series default
25381  se usa sólo como espaciador
25382 \end_layout
25383
25384 \end_inset
25385
25386
25387 \end_layout
25388
25389 \end_inset
25390 </cell>
25391 </row>
25392 <row>
25393 <cell alignment="center" valignment="top" usebox="none">
25394 \begin_inset Text
25395
25396 \begin_layout Plain Layout
25397
25398 \backslash
25399 lim_x
25400 \backslash
25401 to
25402 \begin_inset space \textvisiblespace{}
25403 \end_inset
25404
25405 A
25406 \begin_inset space \textvisiblespace{}
25407 \end_inset
25408
25409 x=B
25410 \end_layout
25411
25412 \end_inset
25413 </cell>
25414 <cell alignment="center" valignment="top" usebox="none">
25415 \begin_inset Text
25416
25417 \begin_layout Plain Layout
25418 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \end_inset
25425 </cell>
25426 </row>
25427 </lyxtabular>
25428
25429 \end_inset
25430
25431
25432 \end_layout
25433
25434 \begin_layout Standard
25435 En una ecuación presentada el límite se imprime debajo, como es habitual:
25436 \begin_inset Formula 
25437 \[
25438 \lim\limits _{x\rightarrow A}=B
25439 \]
25440
25441 \end_inset
25442
25443
25444 \end_layout
25445
25446 \begin_layout Subsection
25447 Función módulo
25448 \begin_inset Index idx
25449 status collapsed
25450
25451 \begin_layout Plain Layout
25452 Funciones ! módulo
25453 \end_layout
25454
25455 \end_inset
25456
25457
25458 \end_layout
25459
25460 \begin_layout Standard
25461 La función módulo es especial, porque existe en cuatro variantes.
25462 \end_layout
25463
25464 \begin_layout Standard
25465 En una ecuación presentada:
25466 \begin_inset Formula 
25467 \begin{align*}
25468 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25469 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25470 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25471 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25472 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25473 \end{align*}
25474
25475 \end_inset
25476
25477 En una ecuación en línea se pone menos espacio delante del nombre de la
25478  función para todas las variantes.
25479  Por omisión, las funciones módulo solo tienen en cuenta el primer carácter
25480  siguente.
25481  Para aplicarlas a más de un carácter hay que poner estos entre llaves TeX:
25482 \begin_inset Formula 
25483 \begin{align*}
25484 \underline{\textrm{Comando}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Resultado}}\\
25485 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25486 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25487 \end{align*}
25488
25489 \end_inset
25490
25491
25492 \end_layout
25493
25494 \begin_layout Section
25495 Caracteres especiales
25496 \begin_inset Index idx
25497 status collapsed
25498
25499 \begin_layout Plain Layout
25500 Caracteres especiales
25501 \end_layout
25502
25503 \end_inset
25504
25505
25506 \end_layout
25507
25508 \begin_layout Subsection
25509 Caracteres especiales en texto matemático
25510 \end_layout
25511
25512 \begin_layout Standard
25513 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25514  TeX:
25515 \end_layout
25516
25517 \begin_layout Standard
25518 \begin_inset space \hfill{}
25519 \end_inset
25520
25521
25522 \begin_inset Tabular
25523 <lyxtabular version="3" rows="8" columns="2">
25524 <features rotate="0" tabularvalignment="middle">
25525 <column alignment="block" valignment="top">
25526 <column alignment="block" valignment="top">
25527 <row>
25528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Plain Layout
25532 Comando
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541 Resultado
25542 \end_layout
25543
25544 \end_inset
25545 </cell>
25546 </row>
25547 <row>
25548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25549 \begin_inset Text
25550
25551 \begin_layout Plain Layout
25552
25553 \backslash
25554 oe
25555 \end_layout
25556
25557 \end_inset
25558 </cell>
25559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25560 \begin_inset Text
25561
25562 \begin_layout Plain Layout
25563 \begin_inset Formula $\textrm{œ}$
25564 \end_inset
25565
25566
25567 \end_layout
25568
25569 \end_inset
25570 </cell>
25571 </row>
25572 <row>
25573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25574 \begin_inset Text
25575
25576 \begin_layout Plain Layout
25577
25578 \backslash
25579 OE
25580 \end_layout
25581
25582 \end_inset
25583 </cell>
25584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25585 \begin_inset Text
25586
25587 \begin_layout Plain Layout
25588 \begin_inset Formula $\textrm{Œ}$
25589 \end_inset
25590
25591
25592 \end_layout
25593
25594 \end_inset
25595 </cell>
25596 </row>
25597 <row>
25598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602
25603 \backslash
25604 ae
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613 \begin_inset Formula $\textrm{æ}$
25614 \end_inset
25615
25616
25617 \end_layout
25618
25619 \end_inset
25620 </cell>
25621 </row>
25622 <row>
25623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25624 \begin_inset Text
25625
25626 \begin_layout Plain Layout
25627
25628 \backslash
25629 AE
25630 \end_layout
25631
25632 \end_inset
25633 </cell>
25634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638 \begin_inset Formula $\textrm{Æ}$
25639 \end_inset
25640
25641
25642 \end_layout
25643
25644 \end_inset
25645 </cell>
25646 </row>
25647 <row>
25648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25649 \begin_inset Text
25650
25651 \begin_layout Plain Layout
25652
25653 \backslash
25654 aa
25655 \end_layout
25656
25657 \end_inset
25658 </cell>
25659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25660 \begin_inset Text
25661
25662 \begin_layout Plain Layout
25663 \begin_inset Formula $\textrm{\aa}$
25664 \end_inset
25665
25666
25667 \end_layout
25668
25669 \end_inset
25670 </cell>
25671 </row>
25672 <row>
25673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25674 \begin_inset Text
25675
25676 \begin_layout Plain Layout
25677
25678 \backslash
25679 AA
25680 \begin_inset Index idx
25681 status collapsed
25682
25683 \begin_layout Plain Layout
25684
25685 \backslash
25686 @
25687 \begin_inset ERT
25688 status collapsed
25689
25690 \begin_layout Plain Layout
25691
25692
25693 \backslash
25694 textrm{
25695 \backslash
25696 AA}
25697 \end_layout
25698
25699 \end_inset
25700
25701
25702 \end_layout
25703
25704 \end_inset
25705
25706
25707 \end_layout
25708
25709 \end_inset
25710 </cell>
25711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25712 \begin_inset Text
25713
25714 \begin_layout Plain Layout
25715 \begin_inset Formula $\textrm{Å}$
25716 \end_inset
25717
25718
25719 \end_layout
25720
25721 \end_inset
25722 </cell>
25723 </row>
25724 <row>
25725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25726 \begin_inset Text
25727
25728 \begin_layout Plain Layout
25729
25730 \backslash
25731 i
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25737 \begin_inset Text
25738
25739 \begin_layout Plain Layout
25740 \begin_inset Formula $\textrm{ı}$
25741 \end_inset
25742
25743
25744 \end_layout
25745
25746 \end_inset
25747 </cell>
25748 </row>
25749 </lyxtabular>
25750
25751 \end_inset
25752
25753
25754 \begin_inset space \hfill{}
25755 \end_inset
25756
25757
25758 \begin_inset Tabular
25759 <lyxtabular version="3" rows="8" columns="2">
25760 <features rotate="0" tabularvalignment="middle">
25761 <column alignment="block" valignment="top">
25762 <column alignment="center" valignment="top">
25763 <row>
25764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25765 \begin_inset Text
25766
25767 \begin_layout Plain Layout
25768 Comando
25769 \begin_inset Note Note
25770 status collapsed
25771
25772 \begin_layout Plain Layout
25773
25774 \series bold
25775
25776 \backslash
25777 raisebox
25778 \series default
25779  se usa sólo como espaciador
25780 \end_layout
25781
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25790 \begin_inset Text
25791
25792 \begin_layout Plain Layout
25793 Resultado
25794 \end_layout
25795
25796 \end_inset
25797 </cell>
25798 </row>
25799 <row>
25800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Plain Layout
25804
25805 \backslash
25806 o
25807 \end_layout
25808
25809 \end_inset
25810 </cell>
25811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815 \begin_inset Formula $\textrm{ø}$
25816 \end_inset
25817
25818
25819 \end_layout
25820
25821 \end_inset
25822 </cell>
25823 </row>
25824 <row>
25825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Plain Layout
25829
25830 \backslash
25831 O
25832 \end_layout
25833
25834 \end_inset
25835 </cell>
25836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25837 \begin_inset Text
25838
25839 \begin_layout Plain Layout
25840 \begin_inset Formula $\textrm{Ø}$
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \end_inset
25847 </cell>
25848 </row>
25849 <row>
25850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25851 \begin_inset Text
25852
25853 \begin_layout Plain Layout
25854
25855 \backslash
25856 l
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25862 \begin_inset Text
25863
25864 \begin_layout Plain Layout
25865 \begin_inset Formula $\textrm{ł}$
25866 \end_inset
25867
25868
25869 \end_layout
25870
25871 \end_inset
25872 </cell>
25873 </row>
25874 <row>
25875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25876 \begin_inset Text
25877
25878 \begin_layout Plain Layout
25879
25880 \backslash
25881 L
25882 \end_layout
25883
25884 \end_inset
25885 </cell>
25886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25887 \begin_inset Text
25888
25889 \begin_layout Plain Layout
25890 \begin_inset Formula $\textrm{Ł}$
25891 \end_inset
25892
25893
25894 \end_layout
25895
25896 \end_inset
25897 </cell>
25898 </row>
25899 <row>
25900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25901 \begin_inset Text
25902
25903 \begin_layout Plain Layout
25904 !
25905 \begin_inset space \hspace{}
25906 \length 0mm
25907 \end_inset
25908
25909 `
25910 \begin_inset space \textvisiblespace{}
25911 \end_inset
25912
25913
25914 \end_layout
25915
25916 \end_inset
25917 </cell>
25918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25919 \begin_inset Text
25920
25921 \begin_layout Plain Layout
25922 \begin_inset Formula $\textrm{!`}$
25923 \end_inset
25924
25925
25926 \end_layout
25927
25928 \end_inset
25929 </cell>
25930 </row>
25931 <row>
25932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25933 \begin_inset Text
25934
25935 \begin_layout Plain Layout
25936 ?
25937 \begin_inset space \hspace{}
25938 \length 0mm
25939 \end_inset
25940
25941 `
25942 \begin_inset space \textvisiblespace{}
25943 \end_inset
25944
25945
25946 \end_layout
25947
25948 \end_inset
25949 </cell>
25950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25951 \begin_inset Text
25952
25953 \begin_layout Plain Layout
25954 \begin_inset Formula $\textrm{?`}$
25955 \end_inset
25956
25957
25958 \end_layout
25959
25960 \end_inset
25961 </cell>
25962 </row>
25963 <row>
25964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25965 \begin_inset Text
25966
25967 \begin_layout Plain Layout
25968
25969 \backslash
25970 j
25971 \end_layout
25972
25973 \end_inset
25974 </cell>
25975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25976 \begin_inset Text
25977
25978 \begin_layout Plain Layout
25979 \begin_inset Formula $\textrm{ȷ}$
25980 \end_inset
25981
25982
25983 \end_layout
25984
25985 \end_inset
25986 </cell>
25987 </row>
25988 </lyxtabular>
25989
25990 \end_inset
25991
25992
25993 \begin_inset space \hfill{}
25994 \end_inset
25995
25996
25997 \end_layout
25998
25999 \begin_layout Standard
26000 Los caracteres 
26001 \begin_inset Formula $\textrm{\textrm{Å}}$
26002 \end_inset
26003
26004  y 
26005 \begin_inset Formula $\textrm{\textrm{Ø}}$
26006 \end_inset
26007
26008  también se pueden insertar mediante el botón 
26009 \begin_inset Graphics
26010         filename ../../images/math/digamma.png
26011         scale 85
26012
26013 \end_inset
26014
26015  de la barra de ecuaciones.
26016 \end_layout
26017
26018 \begin_layout Standard
26019 Los comandos 
26020 \series bold
26021 !
26022 \begin_inset space \hspace{}
26023 \length 0mm
26024 \end_inset
26025
26026 `
26027 \series default
26028  y 
26029 \series bold
26030 ?
26031 \begin_inset space \hspace{}
26032 \length 0mm
26033 \end_inset
26034
26035 `
26036 \series default
26037  son una excepción porque se pueden insertar directamente a texto en LyX.
26038  
26039 \end_layout
26040
26041 \begin_layout Subsection
26042 Acentos en texto
26043 \begin_inset CommandInset label
26044 LatexCommand label
26045 name "sub:Acentos-en-texto"
26046
26047 \end_inset
26048
26049
26050 \begin_inset Index idx
26051 status collapsed
26052
26053 \begin_layout Plain Layout
26054 Acentos ! en texto
26055 \end_layout
26056
26057 \end_inset
26058
26059
26060 \end_layout
26061
26062 \begin_layout Standard
26063 Con los siguientes comandos se pueden acentuar todas las letras.
26064  Los comandos deben ponerse en modo TeX.
26065 \end_layout
26066
26067 \begin_layout Standard
26068 \begin_inset space \hfill{}
26069 \end_inset
26070
26071
26072 \begin_inset Tabular
26073 <lyxtabular version="3" rows="8" columns="2">
26074 <features rotate="0" tabularvalignment="middle">
26075 <column alignment="block" valignment="top">
26076 <column alignment="block" valignment="top">
26077 <row>
26078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082 Comando
26083 \end_layout
26084
26085 \end_inset
26086 </cell>
26087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26088 \begin_inset Text
26089
26090 \begin_layout Plain Layout
26091 Resultado
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 </row>
26097 <row>
26098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102
26103 \backslash
26104
26105 \begin_inset Quotes grd
26106 \end_inset
26107
26108 e
26109 \end_layout
26110
26111 \end_inset
26112 </cell>
26113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26114 \begin_inset Text
26115
26116 \begin_layout Plain Layout
26117 \begin_inset ERT
26118 status collapsed
26119
26120 \begin_layout Plain Layout
26121
26122
26123 \backslash
26124 "e
26125 \end_layout
26126
26127 \end_inset
26128
26129
26130 \end_layout
26131
26132 \end_inset
26133 </cell>
26134 </row>
26135 <row>
26136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26137 \begin_inset Text
26138
26139 \begin_layout Plain Layout
26140
26141 \backslash
26142 `e
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26148 \begin_inset Text
26149
26150 \begin_layout Plain Layout
26151 \begin_inset ERT
26152 status collapsed
26153
26154 \begin_layout Plain Layout
26155
26156
26157 \backslash
26158 `e
26159 \end_layout
26160
26161 \end_inset
26162
26163
26164 \end_layout
26165
26166 \end_inset
26167 </cell>
26168 </row>
26169 <row>
26170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Plain Layout
26174
26175 \backslash
26176 ^
26177 \begin_inset space \textvisiblespace{}
26178 \end_inset
26179
26180 e
26181 \end_layout
26182
26183 \end_inset
26184 </cell>
26185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Plain Layout
26189 \begin_inset ERT
26190 status collapsed
26191
26192 \begin_layout Plain Layout
26193
26194
26195 \backslash
26196 ^e
26197 \end_layout
26198
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \end_inset
26205 </cell>
26206 </row>
26207 <row>
26208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212
26213 \backslash
26214 =e
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223 \begin_inset ERT
26224 status collapsed
26225
26226 \begin_layout Plain Layout
26227
26228
26229 \backslash
26230 =e
26231 \end_layout
26232
26233 \end_inset
26234
26235
26236 \end_layout
26237
26238 \end_inset
26239 </cell>
26240 </row>
26241 <row>
26242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26243 \begin_inset Text
26244
26245 \begin_layout Plain Layout
26246
26247 \backslash
26248 u
26249 \begin_inset space \textvisiblespace{}
26250 \end_inset
26251
26252 e
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Plain Layout
26261 \begin_inset ERT
26262 status collapsed
26263
26264 \begin_layout Plain Layout
26265
26266
26267 \backslash
26268 u e
26269 \end_layout
26270
26271 \end_inset
26272
26273
26274 \end_layout
26275
26276 \end_inset
26277 </cell>
26278 </row>
26279 <row>
26280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Plain Layout
26284
26285 \backslash
26286 b
26287 \begin_inset space \textvisiblespace{}
26288 \end_inset
26289
26290 e
26291 \end_layout
26292
26293 \end_inset
26294 </cell>
26295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Plain Layout
26299 \begin_inset ERT
26300 status collapsed
26301
26302 \begin_layout Plain Layout
26303
26304
26305 \backslash
26306 b e
26307 \end_layout
26308
26309 \end_inset
26310
26311
26312 \end_layout
26313
26314 \end_inset
26315 </cell>
26316 </row>
26317 <row>
26318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26319 \begin_inset Text
26320
26321 \begin_layout Plain Layout
26322
26323 \backslash
26324 t
26325 \begin_inset space \textvisiblespace{}
26326 \end_inset
26327
26328 ee
26329 \end_layout
26330
26331 \end_inset
26332 </cell>
26333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26334 \begin_inset Text
26335
26336 \begin_layout Plain Layout
26337 \begin_inset ERT
26338 status collapsed
26339
26340 \begin_layout Plain Layout
26341
26342
26343 \backslash
26344 t ee
26345 \end_layout
26346
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 </row>
26355 </lyxtabular>
26356
26357 \end_inset
26358
26359
26360 \begin_inset space \hfill{}
26361 \end_inset
26362
26363
26364 \begin_inset Tabular
26365 <lyxtabular version="3" rows="8" columns="2">
26366 <features rotate="0" tabularvalignment="middle">
26367 <column alignment="block" valignment="top">
26368 <column alignment="center" valignment="top">
26369 <row>
26370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Plain Layout
26374 Comando
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383 Resultado
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 </row>
26389 <row>
26390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Plain Layout
26394
26395 \backslash
26396 H
26397 \begin_inset space \textvisiblespace{}
26398 \end_inset
26399
26400 e
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409 \begin_inset ERT
26410 status collapsed
26411
26412 \begin_layout Plain Layout
26413
26414
26415 \backslash
26416 H e
26417 \end_layout
26418
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 </row>
26427 <row>
26428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Plain Layout
26432
26433 \backslash
26434 'e
26435 \end_layout
26436
26437 \end_inset
26438 </cell>
26439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26440 \begin_inset Text
26441
26442 \begin_layout Plain Layout
26443 \begin_inset ERT
26444 status collapsed
26445
26446 \begin_layout Plain Layout
26447
26448
26449 \backslash
26450 'e
26451 \end_layout
26452
26453 \end_inset
26454
26455
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 </row>
26461 <row>
26462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Plain Layout
26466
26467 \backslash
26468 ~e
26469 \begin_inset Index idx
26470 status collapsed
26471
26472 \begin_layout Plain Layout
26473 Tilde
26474 \end_layout
26475
26476 \end_inset
26477
26478
26479 \end_layout
26480
26481 \end_inset
26482 </cell>
26483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26484 \begin_inset Text
26485
26486 \begin_layout Plain Layout
26487 \begin_inset ERT
26488 status collapsed
26489
26490 \begin_layout Plain Layout
26491
26492
26493 \backslash
26494 ~e
26495 \end_layout
26496
26497 \end_inset
26498
26499
26500 \end_layout
26501
26502 \end_inset
26503 </cell>
26504 </row>
26505 <row>
26506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26507 \begin_inset Text
26508
26509 \begin_layout Plain Layout
26510
26511 \backslash
26512 .e
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Plain Layout
26521 \begin_inset ERT
26522 status collapsed
26523
26524 \begin_layout Plain Layout
26525
26526
26527 \backslash
26528 .e
26529 \end_layout
26530
26531 \end_inset
26532
26533
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 </row>
26539 <row>
26540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544
26545 \backslash
26546 v
26547 \begin_inset space \textvisiblespace{}
26548 \end_inset
26549
26550 e
26551 \end_layout
26552
26553 \end_inset
26554 </cell>
26555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26556 \begin_inset Text
26557
26558 \begin_layout Plain Layout
26559 \begin_inset ERT
26560 status collapsed
26561
26562 \begin_layout Plain Layout
26563
26564
26565 \backslash
26566 v e
26567 \end_layout
26568
26569 \end_inset
26570
26571
26572 \end_layout
26573
26574 \end_inset
26575 </cell>
26576 </row>
26577 <row>
26578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26579 \begin_inset Text
26580
26581 \begin_layout Plain Layout
26582
26583 \backslash
26584 d
26585 \begin_inset space \textvisiblespace{}
26586 \end_inset
26587
26588 e
26589 \end_layout
26590
26591 \end_inset
26592 </cell>
26593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26594 \begin_inset Text
26595
26596 \begin_layout Plain Layout
26597 \begin_inset ERT
26598 status collapsed
26599
26600 \begin_layout Plain Layout
26601
26602
26603 \backslash
26604 d e
26605 \end_layout
26606
26607 \end_inset
26608
26609
26610 \end_layout
26611
26612 \end_inset
26613 </cell>
26614 </row>
26615 <row>
26616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26617 \begin_inset Text
26618
26619 \begin_layout Plain Layout
26620
26621 \backslash
26622 c
26623 \begin_inset space \textvisiblespace{}
26624 \end_inset
26625
26626 e
26627 \end_layout
26628
26629 \end_inset
26630 </cell>
26631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Plain Layout
26635 \begin_inset ERT
26636 status collapsed
26637
26638 \begin_layout Plain Layout
26639
26640
26641 \backslash
26642 c e
26643 \end_layout
26644
26645 \end_inset
26646
26647
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 </row>
26653 </lyxtabular>
26654
26655 \end_inset
26656
26657
26658 \begin_inset space \hfill{}
26659 \end_inset
26660
26661
26662 \end_layout
26663
26664 \begin_layout Standard
26665 \begin_inset VSpace medskip
26666 \end_inset
26667
26668
26669 \end_layout
26670
26671 \begin_layout Standard
26672 Con el comando 
26673 \series bold
26674
26675 \backslash
26676 t
26677 \series default
26678  también se pueden acentuar dos caracteres distintos.
26679  El comando 
26680 \series bold
26681
26682 \backslash
26683 t
26684 \begin_inset space \textvisiblespace{}
26685 \end_inset
26686
26687 sz
26688 \series default
26689  genera 
26690 \begin_inset ERT
26691 status collapsed
26692
26693 \begin_layout Plain Layout
26694
26695
26696 \backslash
26697 t sz
26698 \end_layout
26699
26700 \end_inset
26701
26702
26703 \end_layout
26704
26705 \begin_layout Standard
26706 Los acentos 
26707 \series bold
26708 `
26709 \series default
26710  , 
26711 \series bold
26712 '
26713 \series default
26714  y 
26715 \series bold
26716 ^
26717 \series default
26718  se pueden insertar directamente con el teclado sobre vocales sin usar modo
26719  TeX.
26720  Lo mismo se aplica a la tilde
26721 \begin_inset Foot
26722 status collapsed
26723
26724 \begin_layout Plain Layout
26725 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
26726 \end_layout
26727
26728 \end_inset
26729
26730  con 
26731 \emph on
26732 a
26733 \emph default
26734
26735 \emph on
26736 o
26737 \emph default
26738  y 
26739 \emph on
26740 n.
26741 \end_layout
26742
26743 \begin_layout Standard
26744 Los comandos 
26745 \series bold
26746
26747 \backslash
26748 b
26749 \series default
26750  , 
26751 \series bold
26752
26753 \backslash
26754 c
26755 \series default
26756  , 
26757 \series bold
26758
26759 \backslash
26760 d
26761 \series default
26762  , 
26763 \series bold
26764
26765 \backslash
26766 H
26767 \series default
26768  , 
26769 \series bold
26770
26771 \backslash
26772 t
26773 \series default
26774  , 
26775 \series bold
26776
26777 \backslash
26778 u
26779 \series default
26780  , 
26781 \series bold
26782
26783 \backslash
26784 v
26785 \series default
26786 , y acentos insertados directamente con el teclado también están disponibles
26787  en texto matemático.
26788  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
26789  
26790 \begin_inset CommandInset ref
26791 LatexCommand ref
26792 reference "sub:Acentos-para-un"
26793
26794 \end_inset
26795
26796 .
26797 \end_layout
26798
26799 \begin_layout Standard
26800 \begin_inset VSpace bigskip
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \begin_layout Standard
26807 Además, con el comando 
26808 \series bold
26809
26810 \backslash
26811 textcircled
26812 \series default
26813
26814 \begin_inset Index idx
26815 status collapsed
26816
26817 \begin_layout Plain Layout
26818 Comandos ! T ! 
26819 \backslash
26820 textcircled
26821 \end_layout
26822
26823 \end_inset
26824
26825  se pueden insertar en un círculo todos los números y letras, de forma parecida
26826  al símbolo copyright.
26827 \end_layout
26828
26829 \begin_layout Standard
26830 \noindent
26831 \align center
26832 \begin_inset Tabular
26833 <lyxtabular version="3" rows="3" columns="2">
26834 <features rotate="0" tabularvalignment="middle">
26835 <column alignment="center" valignment="top">
26836 <column alignment="center" valignment="top">
26837 <row>
26838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26839 \begin_inset Text
26840
26841 \begin_layout Plain Layout
26842 Comando
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26848 \begin_inset Text
26849
26850 \begin_layout Plain Layout
26851 Resultado
26852 \begin_inset Note Note
26853 status collapsed
26854
26855 \begin_layout Plain Layout
26856
26857 \series bold
26858
26859 \backslash
26860 raisebox
26861 \series default
26862  se usa sólo como espaciador
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 </row>
26873 <row>
26874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Plain Layout
26878
26879 \backslash
26880 textcircled{w}
26881 \end_layout
26882
26883 \end_inset
26884 </cell>
26885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Plain Layout
26889 \begin_inset ERT
26890 status collapsed
26891
26892 \begin_layout Plain Layout
26893
26894
26895 \backslash
26896 textcircled{w}
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \end_inset
26905 </cell>
26906 </row>
26907 <row>
26908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26909 \begin_inset Text
26910
26911 \begin_layout Plain Layout
26912
26913 \backslash
26914 Large 
26915 \backslash
26916 textcircled{
26917 \backslash
26918 normalsize
26919 \backslash
26920 protect
26921 \backslash
26922 raisebox{-1.5pt}{W}}
26923 \end_layout
26924
26925 \end_inset
26926 </cell>
26927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26928 \begin_inset Text
26929
26930 \begin_layout Plain Layout
26931 \begin_inset Formula $\raisebox{4.5mm}{}$
26932 \end_inset
26933
26934
26935 \begin_inset ERT
26936 status collapsed
26937
26938 \begin_layout Plain Layout
26939
26940
26941 \backslash
26942 Large 
26943 \backslash
26944 textcircled{
26945 \backslash
26946 normalsize
26947 \backslash
26948 protect
26949 \backslash
26950 raisebox{-1.5pt}W}
26951 \end_layout
26952
26953 \end_inset
26954
26955
26956 \begin_inset Formula $\raisebox{-2mm}{}$
26957 \end_inset
26958
26959
26960 \end_layout
26961
26962 \end_inset
26963 </cell>
26964 </row>
26965 </lyxtabular>
26966
26967 \end_inset
26968
26969
26970 \end_layout
26971
26972 \begin_layout Standard
26973 Hay que tener cuidado que el carácter se ajuste al círculo.
26974  Por eso 
26975 \series bold
26976
26977 \backslash
26978 Large
26979 \begin_inset Foot
26980 status collapsed
26981
26982 \begin_layout Plain Layout
26983 véase 
26984 \begin_inset CommandInset ref
26985 LatexCommand ref
26986 reference "sub:Tamaños-de-tipografías"
26987
26988 \end_inset
26989
26990
26991 \end_layout
26992
26993 \end_inset
26994
26995
26996 \series default
26997  especifica el tamaño del círculo.
26998  Con ayuda de 
26999 \series bold
27000
27001 \backslash
27002 raisebox
27003 \begin_inset Foot
27004 status collapsed
27005
27006 \begin_layout Plain Layout
27007 véase 
27008 \begin_inset CommandInset ref
27009 LatexCommand ref
27010 reference "sub:Marcos-sin-bordes"
27011
27012 \end_inset
27013
27014
27015 \end_layout
27016
27017 \end_inset
27018
27019
27020 \series default
27021  se puede centrar el carácter.
27022 \end_layout
27023
27024 \begin_layout Subsection
27025 Números en estilo antiguo
27026 \begin_inset Index idx
27027 status collapsed
27028
27029 \begin_layout Plain Layout
27030 Numeros@Números ! en estilo antiguo
27031 \end_layout
27032
27033 \end_inset
27034
27035
27036 \end_layout
27037
27038 \begin_layout Standard
27039 Los números en estilo antiguo o elzevirianos se componen con el comando
27040  
27041 \series bold
27042
27043 \backslash
27044 oldstylenums
27045 \series default
27046
27047 \begin_inset Index idx
27048 status collapsed
27049
27050 \begin_layout Plain Layout
27051 Comandos ! O ! 
27052 \backslash
27053 oldstylenums
27054 \end_layout
27055
27056 \end_inset
27057
27058 .
27059  El comando se puede usar en ecuaciones y en modo TeX.
27060  Su esquema es:
27061 \end_layout
27062
27063 \begin_layout Standard
27064
27065 \series bold
27066
27067 \backslash
27068 oldstylenums{número}
27069 \end_layout
27070
27071 \begin_layout Standard
27072 El comando 
27073 \series bold
27074
27075 \backslash
27076 oldstylenums{0123456789}
27077 \series default
27078  genera: 
27079 \begin_inset Formula $\oldstylenums{0123456789}$
27080 \end_inset
27081
27082
27083 \end_layout
27084
27085 \begin_layout Section
27086 Estilos de ecuación
27087 \begin_inset CommandInset label
27088 LatexCommand label
27089 name "sec:Estilos-de-ecuación"
27090
27091 \end_inset
27092
27093
27094 \begin_inset Index idx
27095 status collapsed
27096
27097 \begin_layout Plain Layout
27098 Ecuación ! estilos de
27099 \end_layout
27100
27101 \end_inset
27102
27103
27104 \end_layout
27105
27106 \begin_layout Itemize
27107 Hay dos estilos diferentes de alineación:
27108 \end_layout
27109
27110 \begin_deeper
27111 \begin_layout Description
27112 Centrado es el estándar predefinido
27113 \end_layout
27114
27115 \begin_layout Description
27116 Sangrado para este estilo debe insertarse la opción de clase 
27117 \series bold
27118 fleqn
27119 \series default
27120  en el menú 
27121 \family sans
27122 Documento\SpecialChar \menuseparator
27123 Configuración
27124 \family default
27125  bajo 
27126 \family sans
27127 Clase de documento
27128 \end_layout
27129
27130 \begin_layout Standard
27131 Cuando se usa 
27132 \series bold
27133 Sangrado
27134 \series default
27135 , éste se puede ajustar con la longitud 
27136 \series bold
27137
27138 \backslash
27139 mathindent
27140 \series default
27141
27142 \begin_inset Index idx
27143 status collapsed
27144
27145 \begin_layout Plain Layout
27146 Comandos ! M ! 
27147 \backslash
27148 mathindent
27149 \end_layout
27150
27151 \end_inset
27152
27153 .
27154  Para 15
27155 \begin_inset space \thinspace{}
27156 \end_inset
27157
27158 mm, por ejemplo, se inserta esta línea de comando en el preámbulo LaTeX:
27159 \end_layout
27160
27161 \begin_layout Standard
27162
27163 \series bold
27164
27165 \backslash
27166 setlength{
27167 \backslash
27168 mathindent}{15mm}
27169 \end_layout
27170
27171 \begin_layout Standard
27172 Si no se especifica longitud se usa el valor predeterminado de 30
27173 \begin_inset space \thinspace{}
27174 \end_inset
27175
27176 pt.
27177 \end_layout
27178
27179 \end_deeper
27180 \begin_layout Itemize
27181 Y dos estilos diferentes de numeración:
27182 \end_layout
27183
27184 \begin_deeper
27185 \begin_layout Description
27186 Derecha es el estándar predefinido
27187 \end_layout
27188
27189 \begin_layout Description
27190 Izquierda para este estilo debe insertarse la opción de clase 
27191 \series bold
27192 leqno
27193 \series default
27194  en el menú 
27195 \family sans
27196 Documento\SpecialChar \menuseparator
27197 Configuración
27198 \family default
27199  bajo 
27200 \family sans
27201 Clase de documento
27202 \end_layout
27203
27204 \end_deeper
27205 \begin_layout Standard
27206
27207 \series bold
27208 fleqn
27209 \series default
27210  y 
27211 \series bold
27212 leqno
27213 \series default
27214  también se pueden usar juntos.
27215  En ese caso se insertan ambas opciones, separadas por una coma.
27216 \end_layout
27217
27218 \begin_layout Standard
27219 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
27220  documento.
27221  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27222  estilo 
27223 \series bold
27224 Centrado
27225 \series default
27226  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27227 \begin_inset CommandInset ref
27228 LatexCommand ref
27229 reference "sub:Entorno-flalign"
27230
27231 \end_inset
27232
27233 .
27234 \end_layout
27235
27236 \begin_layout Section
27237 Ecuaciones multilínea
27238 \begin_inset CommandInset label
27239 LatexCommand label
27240 name "sec:Ecuaciones-multilínea"
27241
27242 \end_inset
27243
27244
27245 \begin_inset Index idx
27246 status collapsed
27247
27248 \begin_layout Plain Layout
27249 Ecuación ! multilínea
27250 \end_layout
27251
27252 \end_inset
27253
27254
27255 \end_layout
27256
27257 \begin_layout Subsection
27258 General
27259 \end_layout
27260
27261 \begin_layout Standard
27262 En LyX se generan nuevas líneas en una ecuación con 
27263 \family sans
27264 \series bold
27265 Ctrl+Entrar
27266 \family default
27267 \series default
27268 .
27269  Esto crea un 
27270 \series bold
27271 entorno eqnarray
27272 \series default
27273 , que se describe en
27274 \begin_inset space ~
27275 \end_inset
27276
27277
27278 \begin_inset CommandInset ref
27279 LatexCommand ref
27280 reference "sub:Entorno-eqnarray"
27281
27282 \end_inset
27283
27284  o, si se ha marcado la opción 
27285 \family sans
27286 Usar
27287 \begin_inset space ~
27288 \end_inset
27289
27290 el
27291 \begin_inset space ~
27292 \end_inset
27293
27294 paquete
27295 \begin_inset space ~
27296 \end_inset
27297
27298 de
27299 \begin_inset space ~
27300 \end_inset
27301
27302 ecuaciones
27303 \begin_inset space ~
27304 \end_inset
27305
27306 AMS
27307 \family default
27308  en la configuración del documento
27309 \family sans
27310 , un 
27311 \series bold
27312 entorno
27313 \family default
27314 \series default
27315  
27316 \series bold
27317 align
27318 \series default
27319 , que se describe en
27320 \begin_inset space ~
27321 \end_inset
27322
27323
27324 \begin_inset CommandInset ref
27325 LatexCommand ref
27326 reference "sub:Entorno-align-estándar"
27327
27328 \end_inset
27329
27330 .
27331  Se recomienda el entorno align porque proporciona una salida tipográficamente
27332  correcta en cualquier caso.
27333 \end_layout
27334
27335 \begin_layout Standard
27336 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
27337  el menú 
27338 \family sans
27339 Insertar\SpecialChar \menuseparator
27340 Ecuación
27341 \family default
27342 .
27343  En las siguientes secciones se describen estos entornos.
27344 \end_layout
27345
27346 \begin_layout Standard
27347 En todos los entornos de ecuación multilínea la combinación 
27348 \family sans
27349 Ctrl+Entrar
27350 \family default
27351  genera una línea nueva.
27352  Para añadir o quitar líneas se pueden usar los botones 
27353 \begin_inset Graphics
27354         filename ../../images/tabular-feature_append-row.png
27355         scale 85
27356
27357 \end_inset
27358
27359  o 
27360 \begin_inset Graphics
27361         filename ../../images/tabular-feature_delete-row.png
27362         scale 85
27363
27364 \end_inset
27365
27366 de la barra de herramientas, respectivamente, o el menú 
27367 \family sans
27368 Editar\SpecialChar \menuseparator
27369 Filas y columnas
27370 \family default
27371 .
27372 \end_layout
27373
27374 \begin_layout Subsubsection
27375 Separación de líneas
27376 \begin_inset CommandInset label
27377 LatexCommand label
27378 name "sub:Separación-de-líneas"
27379
27380 \end_inset
27381
27382
27383 \begin_inset Index idx
27384 status collapsed
27385
27386 \begin_layout Plain Layout
27387 Ecuación ! multilínea ! separación de filas
27388 \end_layout
27389
27390 \end_inset
27391
27392
27393 \end_layout
27394
27395 \begin_layout Standard
27396 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
27397 \begin_inset Formula 
27398 \begin{eqnarray*}
27399 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}\\
27400 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
27401 \end{eqnarray*}
27402
27403 \end_inset
27404
27405 En LaTeX un espacio adicional para una línea se especifica como argumento
27406  opcional del comando de nueva línea.
27407  Esto aún no es posible en LYX,
27408 \begin_inset Foot
27409 status collapsed
27410
27411 \begin_layout Plain Layout
27412 véase 
27413 \begin_inset CommandInset href
27414 LatexCommand href
27415 name "LyX-bug #1505"
27416 target "http://www.lyx.org/trac/ticket/1505"
27417
27418 \end_inset
27419
27420
27421 \end_layout
27422
27423 \end_inset
27424
27425  por lo que toda la ecuación debe insertarse en modo TeX.
27426  Para añadir espacio en nuestro ejemplo se inserta el comando 
27427 \series bold
27428
27429 \backslash
27430
27431 \backslash
27432 [3mm]
27433 \series default
27434  al final de la primera línea.
27435  Así: 
27436 \begin_inset ERT
27437 status collapsed
27438
27439 \begin_layout Plain Layout
27440
27441
27442 \backslash
27443 begin{eqnarray*}
27444 \end_layout
27445
27446 \begin_layout Plain Layout
27447
27448 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27449  = & 
27450 \backslash
27451 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27452 \backslash
27453
27454 \backslash
27455 [3mm]
27456 \end_layout
27457
27458 \begin_layout Plain Layout
27459
27460 4x^{2}
27461 \backslash
27462 left(B^{2}+x_{0}^{2}
27463 \backslash
27464 right)+4x_{0}x
27465 \backslash
27466 left(D-B^{2}
27467 \backslash
27468 right)+B^{2}
27469 \backslash
27470 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27471 \backslash
27472 right) & = & 0
27473 \end_layout
27474
27475 \begin_layout Plain Layout
27476
27477
27478 \backslash
27479 end{eqnarray*}
27480 \end_layout
27481
27482 \end_inset
27483
27484
27485 \begin_inset VSpace bigskip
27486 \end_inset
27487
27488
27489 \end_layout
27490
27491 \begin_layout Standard
27492 Para obtener separación en todas las líneas hay que cambiar la longitud
27493  
27494 \series bold
27495
27496 \backslash
27497 jot
27498 \series default
27499
27500 \begin_inset Index idx
27501 status collapsed
27502
27503 \begin_layout Plain Layout
27504 Comandos ! J ! 
27505 \backslash
27506 jot
27507 \end_layout
27508
27509 \end_inset
27510
27511 .
27512  La definición es: 
27513 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
27514 \end_inset
27515
27516 .
27517  El valor predeterminado para 
27518 \series bold
27519
27520 \backslash
27521 jot
27522 \series default
27523  es 3
27524 \begin_inset space \thinspace{}
27525 \end_inset
27526
27527 pt.
27528  Para establecer una separación adicional de 3
27529 \begin_inset space \thinspace{}
27530 \end_inset
27531
27532 mm como en el ejemplo anterior, se inserta el comando
27533 \end_layout
27534
27535 \begin_layout Standard
27536
27537 \series bold
27538
27539 \backslash
27540 setlength{
27541 \backslash
27542 jot}{3mm+3pt}
27543 \end_layout
27544
27545 \begin_layout Standard
27546 en modo TeX antes de la ecuación.
27547  Es necesario cargar el paquete 
27548 \series bold
27549 calc
27550 \series default
27551
27552 \begin_inset Foot
27553 status collapsed
27554
27555 \begin_layout Plain Layout
27556
27557 \series bold
27558 calc
27559 \series default
27560  forma parte de toda instalación LaTeX estándar.
27561 \end_layout
27562
27563 \end_inset
27564
27565
27566 \begin_inset Index idx
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570 Paquetes ! calc
27571 \end_layout
27572
27573 \end_inset
27574
27575  en el preámbulo con la línea
27576 \end_layout
27577
27578 \begin_layout Standard
27579
27580 \series bold
27581
27582 \backslash
27583 usepackage{calc}
27584 \end_layout
27585
27586 \begin_layout Standard
27587 Se obtiene:
27588 \begin_inset ERT
27589 status collapsed
27590
27591 \begin_layout Plain Layout
27592
27593
27594 \backslash
27595 setlength{
27596 \backslash
27597 jot}{3mm+3pt}
27598 \end_layout
27599
27600 \end_inset
27601
27602
27603 \begin_inset Formula 
27604 \begin{eqnarray*}
27605 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}\\
27606 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
27607 \end{eqnarray*}
27608
27609 \end_inset
27610
27611
27612 \begin_inset ERT
27613 status collapsed
27614
27615 \begin_layout Plain Layout
27616
27617
27618 \backslash
27619 setlength{
27620 \backslash
27621 jot}{3pt}
27622 \end_layout
27623
27624 \end_inset
27625
27626  Para volver a la distancia predeterminada, 
27627 \series bold
27628
27629 \backslash
27630 jot
27631 \series default
27632  se establece en 3
27633 \begin_inset space \thinspace{}
27634 \end_inset
27635
27636 pt.
27637 \end_layout
27638
27639 \begin_layout Subsubsection
27640 Separación de columnas
27641 \begin_inset CommandInset label
27642 LatexCommand label
27643 name "sub:Separación-de-columnas"
27644
27645 \end_inset
27646
27647
27648 \begin_inset Index idx
27649 status collapsed
27650
27651 \begin_layout Plain Layout
27652 Ecuación ! multilínea !separación de columnas
27653 \end_layout
27654
27655 \end_inset
27656
27657
27658 \end_layout
27659
27660 \begin_layout Standard
27661 Una ecuación multilínea forma una matriz.
27662  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
27663  columnas.
27664  Cambiando la separación de columnas en este entorno se puede cambiar el
27665  espacio junto al signo de relación.
27666 \end_layout
27667
27668 \begin_layout Standard
27669 La separación de columnas se especifica con la longitud
27670 \series bold
27671  
27672 \backslash
27673 arraycolsep
27674 \series default
27675
27676 \begin_inset Index idx
27677 status collapsed
27678
27679 \begin_layout Plain Layout
27680 Comandos ! A ! 
27681 \backslash
27682 arraycolsep
27683 \end_layout
27684
27685 \end_inset
27686
27687  según:
27688 \begin_inset Newline newline
27689 \end_inset
27690
27691 separación de columnas = 2
27692 \begin_inset space \thinspace{}
27693 \end_inset
27694
27695
27696 \series bold
27697
27698 \backslash
27699 arraycolsep
27700 \series default
27701
27702 \begin_inset Newline newline
27703 \end_inset
27704
27705 Así, el comando en modo TeX
27706 \end_layout
27707
27708 \begin_layout Standard
27709
27710 \series bold
27711
27712 \backslash
27713 setlength{
27714 \backslash
27715 arraycolsep}{1cm}
27716 \end_layout
27717
27718 \begin_layout Standard
27719 establece para todas las ecuaciones siguientes una separación de columnas
27720  de 2
27721 \begin_inset space \thinspace{}
27722 \end_inset
27723
27724 cm.
27725  Para volver al valor predefinido, 
27726 \series bold
27727
27728 \backslash
27729 arraycolsep
27730 \series default
27731  se pone en 5
27732 \begin_inset space \thinspace{}
27733 \end_inset
27734
27735 pt.
27736 \end_layout
27737
27738 \begin_layout Standard
27739 Una ecuación con separación de 2
27740 \begin_inset space \thinspace{}
27741 \end_inset
27742
27743 cm entre columnas:
27744 \begin_inset ERT
27745 status collapsed
27746
27747 \begin_layout Plain Layout
27748
27749
27750 \backslash
27751 setlength{
27752 \backslash
27753 arraycolsep}{1cm}
27754 \end_layout
27755
27756 \end_inset
27757
27758
27759 \begin_inset Formula 
27760 \begin{eqnarray*}
27761 A & = & B\\
27762 C & \ne & A
27763 \end{eqnarray*}
27764
27765 \end_inset
27766
27767 Una ecuación con la separación predefinida para matrices, 10
27768 \begin_inset space \thinspace{}
27769 \end_inset
27770
27771 pt:
27772 \begin_inset ERT
27773 status collapsed
27774
27775 \begin_layout Plain Layout
27776
27777
27778 \backslash
27779 setlength{
27780 \backslash
27781 arraycolsep}{5pt}
27782 \end_layout
27783
27784 \end_inset
27785
27786
27787 \begin_inset Formula 
27788 \begin{eqnarray*}
27789 A & = & B\\
27790 C & \ne & A
27791 \end{eqnarray*}
27792
27793 \end_inset
27794
27795
27796 \end_layout
27797
27798 \begin_layout Subsubsection
27799 Ecuaciones largas
27800 \begin_inset Index idx
27801 status collapsed
27802
27803 \begin_layout Plain Layout
27804 Ecuación ! larga
27805 \end_layout
27806
27807 \end_inset
27808
27809
27810 \end_layout
27811
27812 \begin_layout Standard
27813 Se pueden componer ecuaciones largas mediante estos métodos:
27814 \end_layout
27815
27816 \begin_layout Itemize
27817 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
27818  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
27819 \begin_inset Formula 
27820 \begin{eqnarray}
27821 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 \\
27822  &  & -\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}
27823 \end{eqnarray}
27824
27825 \end_inset
27826
27827 El signo menos al principio de la segunda línea normalmente no aparece como
27828  operador porque es el primer carácter de la línea.
27829  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
27830  Para evitarlo se ha insertado 3
27831 \begin_inset space \thinspace{}
27832 \end_inset
27833
27834 pt de espacio detrás del menos con el comando 
27835 \series bold
27836
27837 \backslash
27838 hspace
27839 \series default
27840 .
27841 \begin_inset Foot
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845 véase más sobre 
27846 \series bold
27847
27848 \backslash
27849 hspace
27850 \series default
27851  en 
27852 \begin_inset CommandInset ref
27853 LatexCommand ref
27854 reference "sub:Espacio-variable"
27855
27856 \end_inset
27857
27858
27859 \end_layout
27860
27861 \end_inset
27862
27863
27864 \begin_inset Index idx
27865 status collapsed
27866
27867 \begin_layout Plain Layout
27868 Comandos ! H ! 
27869 \backslash
27870 hspace
27871 \end_layout
27872
27873 \end_inset
27874
27875
27876 \end_layout
27877
27878 \begin_layout Itemize
27879 Si ambos lados de la ecuación son demasiado largos se usa el comando 
27880 \series bold
27881
27882 \backslash
27883 lefteqn
27884 \series default
27885
27886 \begin_inset Index idx
27887 status collapsed
27888
27889 \begin_layout Plain Layout
27890 Comandos ! L ! 
27891 \backslash
27892 lefteqn
27893 \end_layout
27894
27895 \end_inset
27896
27897 .
27898  Se inserta en la primer columna de la primera línea y hace que todas las
27899  inserciones posteriores sobreescriban las columnas siguientes:
27900 \begin_inset Formula 
27901 \begin{eqnarray}
27902 \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 \\
27903  &  & -\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 \\
27904  &  & =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}
27905 \end{eqnarray}
27906
27907 \end_inset
27908
27909 Tras la inserción de 
27910 \series bold
27911
27912 \backslash
27913 lefteqn
27914 \series default
27915  el cursor está en un marco púrpura un poco a la izquierda del azul.
27916  La ecuación se inserta en éste.
27917 \begin_inset Newline newline
27918 \end_inset
27919
27920 El contenido de las restantes líneas se inserta en la segunda columna o
27921  en otra.
27922  A mayor número de columna donde se inserte, mayor sangrado.
27923 \begin_inset VSpace medskip
27924 \end_inset
27925
27926
27927 \begin_inset Newline newline
27928 \end_inset
27929
27930
27931 \begin_inset Note Greyedout
27932 status collapsed
27933
27934 \begin_layout Plain Layout
27935 Ten en cuenta lo siguiente si usas 
27936 \series bold
27937
27938 \backslash
27939 lefteqn
27940 \series default
27941 :
27942 \end_layout
27943
27944 \begin_layout Itemize
27945 La ecuación no usa la anchura total de la página.
27946  Cuando se añade, p.
27947 \begin_inset space \thinspace{}
27948 \end_inset
27949
27950 e., el término 
27951 \begin_inset Formula $-B^{2}$
27952 \end_inset
27953
27954  en la primera línea del ejemplo, debería estar fuera del margen.
27955  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
27956  principio de la primera línea.
27957 \end_layout
27958
27959 \begin_layout Itemize
27960 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
27961  primera línea.
27962 \begin_inset Foot
27963 status collapsed
27964
27965 \begin_layout Plain Layout
27966 \begin_inset CommandInset href
27967 LatexCommand href
27968 name "LyX-bug #1429"
27969 target "http://www.lyx.org/trac/ticket/1429"
27970
27971 \end_inset
27972
27973
27974 \end_layout
27975
27976 \end_inset
27977
27978  Sólo se puede poner el cursor al principio de la línea y moverlo con las
27979  teclas de flecha.
27980 \end_layout
27981
27982 \end_inset
27983
27984  
27985 \end_layout
27986
27987 \begin_layout Itemize
27988 Se describen otros métodos para escribir fórmulas largas en 
27989 \begin_inset CommandInset ref
27990 LatexCommand ref
27991 reference "sub:Entorno-multilínea"
27992
27993 \end_inset
27994
27995  y 
27996 \begin_inset CommandInset ref
27997 LatexCommand ref
27998 reference "sub:Partes-multilínea"
27999
28000 \end_inset
28001
28002 .
28003 \end_layout
28004
28005 \begin_layout Subsubsection
28006 Delimitadores multilínea
28007 \begin_inset CommandInset label
28008 LatexCommand label
28009 name "sub:Delimitadores-multilínea"
28010
28011 \end_inset
28012
28013
28014 \begin_inset Index idx
28015 status collapsed
28016
28017 \begin_layout Plain Layout
28018 Delimitadores ! para varias líneas
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \begin_layout Standard
28027 Para poner delimitadores que cubran varias líneas hay un problema:
28028 \begin_inset Formula 
28029 \begin{eqnarray*}
28030 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28031  &  & \left.\cdots+B-D\right]
28032 \end{eqnarray*}
28033
28034 \end_inset
28035
28036 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28037 res con tamaño variable no abarcan líneas múltiples.
28038 \end_layout
28039
28040 \begin_layout Standard
28041 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28042  primera línea se finaliza con 
28043 \series bold
28044
28045 \backslash
28046 right.
28047 \series default
28048
28049 \begin_inset Index idx
28050 status collapsed
28051
28052 \begin_layout Plain Layout
28053 Comandos ! R ! 
28054 \backslash
28055 right
28056 \end_layout
28057
28058 \end_inset
28059
28060  y la segunda con 
28061 \series bold
28062
28063 \backslash
28064 left.
28065 \series default
28066 .
28067 \begin_inset Foot
28068 status collapsed
28069
28070 \begin_layout Plain Layout
28071 Más sobre 
28072 \series bold
28073
28074 \backslash
28075 left.
28076
28077 \series default
28078  y 
28079 \series bold
28080
28081 \backslash
28082 right.
28083
28084 \series default
28085  en 
28086 \begin_inset CommandInset ref
28087 LatexCommand ref
28088 reference "sub:Tamaño-automático-de"
28089
28090 \end_inset
28091
28092
28093 \end_layout
28094
28095 \end_inset
28096
28097
28098 \begin_inset Index idx
28099 status collapsed
28100
28101 \begin_layout Plain Layout
28102 Comandos ! L ! 
28103 \backslash
28104 left
28105 \end_layout
28106
28107 \end_inset
28108
28109  Después de 
28110 \series bold
28111
28112 \backslash
28113 left.
28114
28115 \series default
28116  se inserta el comando 
28117 \series bold
28118
28119 \backslash
28120 vphantom
28121 \series default
28122
28123 \begin_inset space \textvisiblespace{}
28124 \end_inset
28125
28126
28127 \series bold
28128
28129 \backslash
28130 prod
28131 \series default
28132 ^
28133 \begin_inset space \textvisiblespace{}
28134 \end_inset
28135
28136
28137 \series bold
28138
28139 \backslash
28140 infty
28141 \series default
28142
28143 \begin_inset space \textvisiblespace{}
28144 \end_inset
28145
28146
28147 \series bold
28148
28149 \begin_inset Formula $\downarrow$
28150 \end_inset
28151
28152 _R=1}
28153 \series default
28154
28155 \begin_inset Index idx
28156 status collapsed
28157
28158 \begin_layout Plain Layout
28159 Comandos ! V ! 
28160 \backslash
28161 vphantom
28162 \end_layout
28163
28164 \end_inset
28165
28166 , porque el operador de multiplicación con sus límites es el símbolo mayor
28167  en la primera línea y ese debería ser el tamaño para el delimitador en
28168  la segunda línea.
28169 \end_layout
28170
28171 \begin_layout Standard
28172 El resultado es: 
28173 \begin_inset Formula 
28174 \begin{eqnarray*}
28175 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28176  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28177 \end{eqnarray*}
28178
28179 \end_inset
28180
28181
28182 \end_layout
28183
28184 \begin_layout Subsection
28185 Entornos align
28186 \end_layout
28187
28188 \begin_layout Standard
28189 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28190  Son especialmente apropiados para poner ecuaciones adosadas.
28191 \end_layout
28192
28193 \begin_layout Standard
28194 Los entornos align constan de columnas.
28195  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28196  En un entorno align se puede numerar cada línea.
28197 \end_layout
28198
28199 \begin_layout Standard
28200 Los entornos align se crean con el menú 
28201 \family sans
28202 Insertar\SpecialChar \menuseparator
28203 Ecuación
28204 \family default
28205 .
28206  Una ecuación existente se puede convertir a align con el menú 
28207 \family sans
28208 Editar\SpecialChar \menuseparator
28209 Ecuación\SpecialChar \menuseparator
28210 Cambiar tipo de ecuación
28211 \family default
28212 .
28213 \end_layout
28214
28215 \begin_layout Standard
28216 Para añadir o quitar columnas se pueden usar los botones 
28217 \begin_inset Graphics
28218         filename ../../images/tabular-feature_append-row.png
28219         scale 85
28220
28221 \end_inset
28222
28223  o 
28224 \begin_inset Graphics
28225         filename ../../images/tabular-feature_delete-row.png
28226         scale 85
28227
28228 \end_inset
28229
28230  de la barra de ecuaciones o el menú 
28231 \family sans
28232 Editar\SpecialChar \menuseparator
28233 Filas y columnas
28234 \family default
28235 .
28236 \end_layout
28237
28238 \begin_layout Subsubsection
28239 Entorno align estándar
28240 \begin_inset CommandInset label
28241 LatexCommand label
28242 name "sub:Entorno-align-estándar"
28243
28244 \end_inset
28245
28246
28247 \begin_inset Index idx
28248 status collapsed
28249
28250 \begin_layout Plain Layout
28251 Ecuación ! multilínea ! entorno align
28252 \end_layout
28253
28254 \end_inset
28255
28256
28257 \end_layout
28258
28259 \begin_layout Standard
28260 Este entorno align se crea pulsando 
28261 \family sans
28262 Ctrl+Entrar
28263 \family default
28264  en una ecuación o con el menú 
28265 \family sans
28266 Insertar\SpecialChar \menuseparator
28267 Ecuación\SpecialChar \menuseparator
28268 Entorno AMS align
28269 \family default
28270 .
28271 \end_layout
28272
28273 \begin_layout Standard
28274 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28275  align de cuatro columnas:
28276 \begin_inset Formula 
28277 \begin{align*}
28278 A & =\sen(B) & C & =D\\
28279 C & \neq A & B & \neq D
28280 \end{align*}
28281
28282 \end_inset
28283
28284 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28285  un 
28286 \series bold
28287
28288 \backslash
28289 hfill
28290 \series default
28291
28292 \begin_inset Foot
28293 status collapsed
28294
28295 \begin_layout Plain Layout
28296 Más sobre 
28297 \series bold
28298
28299 \backslash
28300 hfill
28301 \series default
28302  en 
28303 \begin_inset CommandInset ref
28304 LatexCommand ref
28305 reference "sub:Espacio-variable"
28306
28307 \end_inset
28308
28309
28310 \end_layout
28311
28312 \end_inset
28313
28314  antes de la primera y detrás de cada columna par.
28315  Si se pone en estilo 
28316 \series bold
28317 Sangrado
28318 \series default
28319 ,
28320 \begin_inset Foot
28321 status collapsed
28322
28323 \begin_layout Plain Layout
28324 véase estilos de ecuación en 
28325 \begin_inset CommandInset ref
28326 LatexCommand ref
28327 reference "sec:Estilos-de-ecuación"
28328
28329 \end_inset
28330
28331
28332 \end_layout
28333
28334 \end_inset
28335
28336  la ecuación queda sin el 
28337 \series bold
28338
28339 \backslash
28340 hfill
28341 \series default
28342  ante la primera columna.
28343 \end_layout
28344
28345 \begin_layout Subsubsection
28346 Entorno alignat
28347 \begin_inset Index idx
28348 status collapsed
28349
28350 \begin_layout Plain Layout
28351 Ecuación ! multilínea ! entorno alignat
28352 \end_layout
28353
28354 \end_inset
28355
28356
28357 \end_layout
28358
28359 \begin_layout Standard
28360 El entorno alignat no tiene separación predefinida de columnas.
28361  Se puede insertar manualmente con los espacios descritos en 
28362 \begin_inset CommandInset ref
28363 LatexCommand ref
28364 reference "sec:Espacio"
28365
28366 \end_inset
28367
28368 .
28369 \end_layout
28370
28371 \begin_layout Standard
28372 El ejemplo anterior en el entorno alignat, con un espacio de 1
28373 \begin_inset space \thinspace{}
28374 \end_inset
28375
28376 cm al comienzo da la segunda ecuación:
28377 \begin_inset Formula 
28378 \begin{alignat*}{2}
28379 A & =\sen(B)\hspace{1cm} & C & =D\\
28380 C & \neq A & B & \neq D
28381 \end{alignat*}
28382
28383 \end_inset
28384
28385 Como cada columna puede tener un espacio diferente, este entorno es especialment
28386 e apropiado para poner tres o más ecuaciones adosadas.
28387 \end_layout
28388
28389 \begin_layout Subsubsection
28390 Entorno flalign
28391 \begin_inset CommandInset label
28392 LatexCommand label
28393 name "sub:Entorno-flalign"
28394
28395 \end_inset
28396
28397
28398 \begin_inset Index idx
28399 status collapsed
28400
28401 \begin_layout Plain Layout
28402 Ecuación ! multilínea ! entorno flalign
28403 \end_layout
28404
28405 \end_inset
28406
28407
28408 \end_layout
28409
28410 \begin_layout Standard
28411 En este entorno las dos primeras columnas están siempre tan a la izquierda
28412  como sea posible y las dos últimas a la derecha.
28413  Ejemplo:
28414 \begin_inset Formula 
28415 \begin{flalign*}
28416 A & =1 & B & =2 & C & =3\\
28417 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
28418 \end{flalign*}
28419
28420 \end_inset
28421
28422 En un entorno flalign con un número impar de columnas, en la última de las
28423  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
28424  alineadas a la izquierda, aunque se use el estilo 
28425 \series bold
28426 Centrado
28427 \series default
28428 .
28429  Un ejemplo de fórmula sangrada 
28430 \begin_inset CommandInset ref
28431 LatexCommand eqref
28432 reference "eq:IntVol"
28433
28434 \end_inset
28435
28436 :
28437 \begin_inset Formula 
28438 \begin{flalign}
28439 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
28440 \end{flalign}
28441
28442 \end_inset
28443
28444 Las dos primeras columnas contienen la fórmula.
28445  Para sangrarla como con el estilo 
28446 \series bold
28447 Sangrado
28448 \series default
28449 , se añade un espacio de 30
28450 \begin_inset space \thinspace{}
28451 \end_inset
28452
28453 pt al comienzo de la primera columna.
28454  
28455 \end_layout
28456
28457 \begin_layout Subsection
28458 Entorno eqnarray
28459 \begin_inset CommandInset label
28460 LatexCommand label
28461 name "sub:Entorno-eqnarray"
28462
28463 \end_inset
28464
28465
28466 \begin_inset Index idx
28467 status collapsed
28468
28469 \begin_layout Plain Layout
28470 Ecuación ! multilínea ! entorno eqnarray
28471 \end_layout
28472
28473 \end_inset
28474
28475
28476 \begin_inset Index idx
28477 status collapsed
28478
28479 \begin_layout Plain Layout
28480 Ecuación ! multilínea ! entorno eqnarray
28481 \end_layout
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \begin_layout Standard
28489 Al introducir este entorno aparecen tres marcos azules.
28490  El contenido del primero se alinea a la derecha, el del último a la izquierda.
28491  El contenido del marco central está centrado y algo más pequeño, porque
28492  está diseñado para insertar sólo caracteres de relación.
28493 \begin_inset Formula 
28494 \begin{eqnarray*}
28495 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28496 AB & AB & AB\\
28497 A & = & A
28498 \end{eqnarray*}
28499
28500 \end_inset
28501
28502
28503 \end_layout
28504
28505 \begin_layout Subsection
28506 Entorno gather
28507 \begin_inset Index idx
28508 status collapsed
28509
28510 \begin_layout Plain Layout
28511 Ecuación ! multilínea ! entorno gather
28512 \end_layout
28513
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \begin_layout Standard
28520 Este entorno consta de una sola columna centrada.
28521  Se puede numerar cada línea.
28522 \begin_inset Formula 
28523 \begin{gather}
28524 A=1\\
28525 X=\mbox{-}1
28526 \end{gather}
28527
28528 \end_inset
28529
28530
28531 \end_layout
28532
28533 \begin_layout Subsection
28534 Entorno multilínea
28535 \begin_inset CommandInset label
28536 LatexCommand label
28537 name "sub:Entorno-multilínea"
28538
28539 \end_inset
28540
28541
28542 \begin_inset Index idx
28543 status collapsed
28544
28545 \begin_layout Plain Layout
28546 Ecuación ! multilínea ! entorno multilínea
28547 \end_layout
28548
28549 \end_inset
28550
28551
28552 \end_layout
28553
28554 \begin_layout Standard
28555 El entorno multilínea, como gather, consta de una sola columna.
28556  Pero la primera línea está alineada a la izquierda, la última a la derecha.
28557  Las demás están centradas.
28558  Por tanto este entorno es apropiado para ecuaciones largas.
28559  Como ejemplo, la ecuación
28560 \begin_inset space ~
28561 \end_inset
28562
28563
28564 \begin_inset CommandInset ref
28565 LatexCommand eqref
28566 reference "eq:lefteqn"
28567
28568 \end_inset
28569
28570  en entorno multilínea:
28571 \begin_inset Formula 
28572 \begin{multline}
28573 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}\\
28574 -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}\\
28575 =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}}
28576 \end{multline}
28577
28578 \end_inset
28579
28580 En la salida sólo aparece numerada la última (primera) línea si la numeración
28581  del documento es a la derecha (izquierda).
28582 \begin_inset Foot
28583 status collapsed
28584
28585 \begin_layout Plain Layout
28586 véanse los estilos de numeración en 
28587 \begin_inset CommandInset ref
28588 LatexCommand ref
28589 reference "sec:Estilos-de-ecuación"
28590
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \end_inset
28597
28598
28599 \end_layout
28600
28601 \begin_layout Standard
28602 Con los comandos 
28603 \series bold
28604
28605 \backslash
28606 shoveright
28607 \series default
28608
28609 \begin_inset Index idx
28610 status collapsed
28611
28612 \begin_layout Plain Layout
28613 Comandos ! S ! 
28614 \backslash
28615 shoveright
28616 \end_layout
28617
28618 \end_inset
28619
28620  y 
28621 \series bold
28622
28623 \backslash
28624 shoveleft
28625 \series default
28626
28627 \begin_inset Index idx
28628 status collapsed
28629
28630 \begin_layout Plain Layout
28631 Comandos ! S ! 
28632 \backslash
28633 shoveleft
28634 \end_layout
28635
28636 \end_inset
28637
28638 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
28639 ente.
28640  Los comandos se usan como sigue:
28641 \end_layout
28642
28643 \begin_layout Standard
28644
28645 \series bold
28646
28647 \backslash
28648 shoveright{contenido de la línea}
28649 \series default
28650  y 
28651 \series bold
28652
28653 \backslash
28654 shoveleft{contenido de la línea}
28655 \end_layout
28656
28657 \begin_layout Standard
28658 \begin_inset VSpace medskip
28659 \end_inset
28660
28661
28662 \end_layout
28663
28664 \begin_layout Standard
28665 La longitud 
28666 \series bold
28667
28668 \backslash
28669 multlinegap
28670 \series default
28671
28672 \begin_inset Index idx
28673 status collapsed
28674
28675 \begin_layout Plain Layout
28676 Comandos ! M ! 
28677 \backslash
28678 multlinegap
28679 \end_layout
28680
28681 \end_inset
28682
28683  especifica la distancia de la primera línea desde el margen izquierdo de
28684  la página.
28685  Esta longitud es 0
28686 \begin_inset space \thinspace{}
28687 \end_inset
28688
28689 pt por omisión.
28690 \end_layout
28691
28692 \begin_layout Standard
28693 Como ejemplo la ecuación anterior con el comando
28694 \end_layout
28695
28696 \begin_layout Standard
28697
28698 \series bold
28699
28700 \backslash
28701 setlength{
28702 \backslash
28703 multlinegap}{2cm}
28704 \end_layout
28705
28706 \begin_layout Standard
28707 insertado previamente en modo TeX:
28708 \begin_inset ERT
28709 status collapsed
28710
28711 \begin_layout Plain Layout
28712
28713
28714 \backslash
28715 setlength{
28716 \backslash
28717 multlinegap}{2cm}
28718 \end_layout
28719
28720 \end_inset
28721
28722
28723 \begin_inset Formula 
28724 \begin{multline}
28725 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}\\
28726 \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}}\\
28727 =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}}
28728 \end{multline}
28729
28730 \end_inset
28731
28732
28733 \begin_inset ERT
28734 status collapsed
28735
28736 \begin_layout Plain Layout
28737
28738
28739 \backslash
28740 setlength{
28741 \backslash
28742 multlinegap}{0pt}
28743 \end_layout
28744
28745 \end_inset
28746
28747 La segunda línea se ha alineado a la izquierda con 
28748 \series bold
28749
28750 \backslash
28751 shoveleft
28752 \series default
28753 .
28754 \end_layout
28755
28756 \begin_layout Subsection
28757 Ecuación con partes multilínea
28758 \begin_inset CommandInset label
28759 LatexCommand label
28760 name "sub:Partes-multilínea"
28761
28762 \end_inset
28763
28764
28765 \begin_inset Index idx
28766 status collapsed
28767
28768 \begin_layout Plain Layout
28769 Ecuación ! multilínea ! solo parte
28770 \end_layout
28771
28772 \end_inset
28773
28774
28775 \end_layout
28776
28777 \begin_layout Standard
28778 Para mostrar solo partes de una ecuación en modo multilínea usa uno de los
28779  siguientes entornos: 
28780 \series bold
28781 aligned
28782 \series default
28783
28784 \series bold
28785 alignedat
28786 \series default
28787
28788 \series bold
28789 gathered
28790 \series default
28791  o 
28792 \series bold
28793 split
28794 \series default
28795 .
28796  Se pueden elegir en el menú 
28797 \family sans
28798 Insertar\SpecialChar \menuseparator
28799 Ecuación
28800 \family default
28801  o usando los comandos aquí descritos.
28802 \end_layout
28803
28804 \begin_layout Standard
28805 Los tres primeros tienen las mismas propiedades que los correspondientes
28806  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
28807  Un ejemplo:
28808 \begin_inset Formula 
28809 \[
28810 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28811 \Delta E\Delta t & \ge\frac{\hbar}{2}
28812 \end{aligned}
28813 \right\} \mbox{Relaciones de incertidumbre}
28814 \]
28815
28816 \end_inset
28817
28818 Para componer esta expresión se inserta una ecuación presentada y en ella
28819  se introduce el comando 
28820 \series bold
28821
28822 \backslash
28823 aligned
28824 \series default
28825
28826 \begin_inset Index idx
28827 status collapsed
28828
28829 \begin_layout Plain Layout
28830 Comandos ! A ! 
28831 \backslash
28832 aligned
28833 \end_layout
28834
28835 \end_inset
28836
28837 .
28838  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
28839  añadir filas y columnas.
28840  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
28841  como la llave.
28842 \end_layout
28843
28844 \begin_layout Standard
28845 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
28846  se alinean horizontalmente.
28847  Usar aligned en una ecuación presentada tiene la ventaja de que el número
28848  de ecuación se centra verticalmente con las líneas.
28849  Como ejemplo, la ecuación 
28850 \begin_inset CommandInset ref
28851 LatexCommand eqref
28852 reference "eq:cortolargo"
28853
28854 \end_inset
28855
28856  en entorno aligned: 
28857 \begin_inset Formula 
28858 \begin{equation}
28859 \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}|}\\
28860  & -\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}|}
28861 \end{aligned}
28862 \end{equation}
28863
28864 \end_inset
28865
28866 Para usar los entornos 
28867 \series bold
28868 alignedat
28869 \series default
28870
28871 \series bold
28872 gathered
28873 \series default
28874 , o 
28875 \series bold
28876 split
28877 \series default
28878 , se insertan respectivamente los comandos
28879 \series bold
28880  
28881 \backslash
28882 alignedat
28883 \series default
28884 ,
28885 \begin_inset Index idx
28886 status collapsed
28887
28888 \begin_layout Plain Layout
28889 Comandos ! A ! 
28890 \backslash
28891 alignedat
28892 \end_layout
28893
28894 \end_inset
28895
28896  
28897 \series bold
28898
28899 \backslash
28900 gathered
28901 \series default
28902
28903 \begin_inset Index idx
28904 status collapsed
28905
28906 \begin_layout Plain Layout
28907 Comandos ! G ! 
28908 \backslash
28909 gathered
28910 \end_layout
28911
28912 \end_inset
28913
28914 , o 
28915 \series bold
28916
28917 \backslash
28918 split
28919 \series default
28920
28921 \begin_inset Index idx
28922 status collapsed
28923
28924 \begin_layout Plain Layout
28925 Comandos ! S ! 
28926 \backslash
28927 split
28928 \end_layout
28929
28930 \end_inset
28931
28932 .
28933  El entorno split tiene las mismas propiedades que aligned pero sólo puede
28934  tener dos columnas.
28935 \end_layout
28936
28937 \begin_layout Subsection
28938 Texto en ecuaciones multilínea
28939 \begin_inset CommandInset label
28940 LatexCommand label
28941 name "sub:Texto-en-multilínea"
28942
28943 \end_inset
28944
28945
28946 \begin_inset Index idx
28947 status collapsed
28948
28949 \begin_layout Plain Layout
28950 Texto ! en ecuaciones
28951 \end_layout
28952
28953 \end_inset
28954
28955
28956 \begin_inset Index idx
28957 status collapsed
28958
28959 \begin_layout Plain Layout
28960 Ecuación ! multilínea ! texto en
28961 \end_layout
28962
28963 \end_inset
28964
28965
28966 \end_layout
28967
28968 \begin_layout Standard
28969 En los entornos align, multilínea y gather, se puede insertar texto que
28970  se mostrará en una línea separada y que no afecta la alineación de columna.
28971  Para esto se usa el comando 
28972 \series bold
28973
28974 \backslash
28975 intertext
28976 \series default
28977
28978 \begin_inset Index idx
28979 status collapsed
28980
28981 \begin_layout Plain Layout
28982 Comandos ! I ! 
28983 \backslash
28984 intertext
28985 \end_layout
28986
28987 \end_inset
28988
28989  con el siguiente esquema:
28990 \end_layout
28991
28992 \begin_layout Standard
28993
28994 \series bold
28995
28996 \backslash
28997 intertext{texto}
28998 \end_layout
28999
29000 \begin_layout Standard
29001 El texto no debería ocupar más de una línea porque no se puede partir con
29002  guión.
29003  Como LyX aún no soporta 
29004 \series bold
29005
29006 \backslash
29007 intertext
29008 \series default
29009  directamente, el texto se escribe como texto matemático.
29010  
29011 \series bold
29012
29013 \backslash
29014 intertext
29015 \series default
29016  debe por tanto estar al comienzo de una línea y en la salida se presenta
29017  sobre esta línea.
29018  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29019 \begin_inset Formula 
29020 \begin{align}
29021 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29022 \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
29023 \end{align}
29024
29025 \end_inset
29026
29027
29028 \end_layout
29029
29030 \begin_layout Standard
29031 \noindent
29032 \align center
29033 \begin_inset Newpage newpage
29034 \end_inset
29035
29036
29037 \end_layout
29038
29039 \begin_layout Section
29040 Numeración de ecuaciones
29041 \begin_inset Index idx
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045 Ecuación ! numeración|see
29046 \begin_inset ERT
29047 status collapsed
29048
29049 \begin_layout Plain Layout
29050
29051 {
29052 \end_layout
29053
29054 \end_inset
29055
29056 Numeración de ecuaciones
29057 \begin_inset ERT
29058 status collapsed
29059
29060 \begin_layout Plain Layout
29061
29062 }
29063 \end_layout
29064
29065 \end_inset
29066
29067
29068 \end_layout
29069
29070 \end_inset
29071
29072
29073 \begin_inset Index idx
29074 status collapsed
29075
29076 \begin_layout Plain Layout
29077 Numeración de ecuaciones
29078 \end_layout
29079
29080 \end_inset
29081
29082
29083 \end_layout
29084
29085 \begin_layout Subsection
29086 General
29087 \end_layout
29088
29089 \begin_layout Standard
29090 Las ecuaciones numeradas se insertan con el menú 
29091 \family sans
29092 Insertar\SpecialChar \menuseparator
29093 Ecuación
29094 \family default
29095  
29096 \family sans
29097 \SpecialChar \menuseparator
29098 Numerada
29099 \family default
29100  (atajo 
29101 \family sans
29102 Ctrl+Alt
29103 \begin_inset space ~
29104 \end_inset
29105
29106 N
29107 \family default
29108 ).
29109  Ecuaciones existentes se pueden numerar con el menú 
29110 \family sans
29111 Editar\SpecialChar \menuseparator
29112 Ecuación\SpecialChar \menuseparator
29113 Numerar la ecuación
29114 \family default
29115  (atajo
29116 \family sans
29117  Alt+M
29118 \begin_inset space ~
29119 \end_inset
29120
29121 N
29122 \family default
29123 ).
29124  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29125  En la salida se muestra el número real.
29126 \end_layout
29127
29128 \begin_layout Standard
29129 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29130  líneas.
29131  No obstante, la numeración se puede controlar en cada línea con el menú
29132  
29133 \family sans
29134 Editar\SpecialChar \menuseparator
29135 Ecuación\SpecialChar \menuseparator
29136 Numerar la línea
29137 \family default
29138  (atajo
29139 \family sans
29140  Alt+M
29141 \begin_inset space ~
29142 \end_inset
29143
29144 Mayúsculas+N
29145 \family default
29146 ).
29147 \end_layout
29148
29149 \begin_layout Standard
29150 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29151  distintos, véase 
29152 \begin_inset CommandInset ref
29153 LatexCommand ref
29154 reference "sec:Estilos-de-ecuación"
29155
29156 \end_inset
29157
29158 .
29159 \end_layout
29160
29161 \begin_layout Subsection
29162 Referencias cruzadas
29163 \begin_inset Index idx
29164 status collapsed
29165
29166 \begin_layout Plain Layout
29167 Ecuación ! referencias cruzadas a
29168 \end_layout
29169
29170 \end_inset
29171
29172
29173 \end_layout
29174
29175 \begin_layout Standard
29176 Todas las ecuaciones con etiqueta se pueden referir.
29177  La etiqueta se añade con el menú 
29178 \family sans
29179 Insertar\SpecialChar \menuseparator
29180 Etiqueta
29181 \family default
29182  o con el botón 
29183 \begin_inset Graphics
29184         filename ../../images/label-insert.png
29185         scale 85
29186
29187 \end_inset
29188
29189  de la barra de herramientas.
29190  El cursor debe estar dentro de una ecuación en modo presentación.
29191  Como alternativa, se puede hacer clic derecha sobre la fórmula y elegir
29192  
29193 \family sans
29194 Etiqueta de ecuación
29195 \family default
29196 .
29197  Surge un diálogo con el prefijo 
29198 \series bold
29199 eq:
29200 \series default
29201 , detrás del cual se escribe el texto de la etiqueta.
29202  El prefijo significa 
29203 \begin_inset Quotes fld
29204 \end_inset
29205
29206 equation
29207 \begin_inset Quotes frd
29208 \end_inset
29209
29210  y hace más fácil encontrar etiquetas en documentos extensos porque así
29211  se distingue p.
29212 \begin_inset space \thinspace{}
29213 \end_inset
29214
29215 ej.
29216 \begin_inset space ~
29217 \end_inset
29218
29219 de las etiquetas de sección.
29220  Para cambiar una etiqueta se usa de nuevo el menú 
29221 \family sans
29222 Insertar\SpecialChar \menuseparator
29223 Etiqueta 
29224 \family default
29225 o la opción 
29226 \family sans
29227 Etiqueta de ecuación
29228 \family default
29229  al hacer clic derecha sobre una fórmula.
29230 \end_layout
29231
29232 \begin_layout Standard
29233 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29234  ecuación.
29235  Una ecuación con etiqueta se numera siempre.
29236 \end_layout
29237
29238 \begin_layout Standard
29239 Las referencias cruzadas se insertan mediante el menú 
29240 \family sans
29241 Insertar\SpecialChar \menuseparator
29242 Referencia cruzada
29243 \family default
29244  o con el botón 
29245 \begin_inset Graphics
29246         filename ../../images/dialog-show-new-inset_ref.png
29247         scale 85
29248
29249 \end_inset
29250
29251 .
29252  Una referencia a una ecuación aparece en la salida con su número.
29253  Si en el diálogo de referencia cruzada se elige el formato 
29254 \series bold
29255 (<referencia>)
29256 \series default
29257 , la referencia se muestra en la salida entre paréntesis.
29258  
29259 \begin_inset Newline newline
29260 \end_inset
29261
29262 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29263  a la ecuación de referencia.
29264 \end_layout
29265
29266 \begin_layout Standard
29267 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29268  siguientes:
29269 \begin_inset Note Note
29270 status collapsed
29271
29272 \begin_layout Plain Layout
29273 Observa los distintos tipos de referencias cruzadas.
29274 \end_layout
29275
29276 \end_inset
29277
29278
29279 \end_layout
29280
29281 \begin_layout Standard
29282 Las ecuaciones 
29283 \begin_inset CommandInset ref
29284 LatexCommand eqref
29285 reference "eq:tag"
29286
29287 \end_inset
29288
29289  y 
29290 \begin_inset CommandInset ref
29291 LatexCommand eqref
29292 reference "eq:c"
29293
29294 \end_inset
29295
29296  son equivalentes.
29297  En (
29298 \begin_inset CommandInset ref
29299 LatexCommand ref
29300 reference "eq:Lat"
29301
29302 \end_inset
29303
29304 ) se usan mayúsculas latinas para la numeración, a diferencia de (
29305 \begin_inset CommandInset ref
29306 LatexCommand ref
29307 reference "eq:Rom"
29308
29309 \end_inset
29310
29311 ).
29312 \begin_inset VSpace medskip
29313 \end_inset
29314
29315
29316 \end_layout
29317
29318 \begin_layout Standard
29319 Si el argumento de 
29320 \series bold
29321
29322 \backslash
29323 tag
29324 \begin_inset Foot
29325 status collapsed
29326
29327 \begin_layout Plain Layout
29328
29329 \series bold
29330
29331 \backslash
29332 tag
29333 \series default
29334  se describe en 
29335 \begin_inset CommandInset ref
29336 LatexCommand ref
29337 reference "sub:Numeración-personalizada"
29338
29339 \end_inset
29340
29341
29342 \end_layout
29343
29344 \end_inset
29345
29346
29347 \series default
29348  contiene un marco, como se describe en la 
29349 \begin_inset CommandInset ref
29350 LatexCommand ref
29351 reference "sub:Marcos-de-párrafo"
29352
29353 \end_inset
29354
29355 , no se puede referir la ecuación.
29356 \end_layout
29357
29358 \begin_layout Subsection
29359 Subnumeración
29360 \begin_inset Index idx
29361 status collapsed
29362
29363 \begin_layout Plain Layout
29364 Numeración de ecuaciones ! subnumeración
29365 \end_layout
29366
29367 \end_inset
29368
29369
29370 \end_layout
29371
29372 \begin_layout Standard
29373 Con ayuda de los comandos 
29374 \series bold
29375
29376 \backslash
29377 begin{subequations}
29378 \series default
29379  y 
29380 \series bold
29381
29382 \backslash
29383 end{subequations}
29384 \series default
29385  en modo TeX se pueden subnumerar ecuaciones.
29386 \end_layout
29387
29388 \begin_layout Standard
29389 Ejemplo:
29390 \begin_inset Formula 
29391 \begin{equation}
29392 A=C-B\label{eq:a}
29393 \end{equation}
29394
29395 \end_inset
29396
29397
29398 \begin_inset ERT
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402
29403
29404 \backslash
29405 addtocounter{equation}{-1}
29406 \end_layout
29407
29408 \end_inset
29409
29410
29411 \begin_inset ERT
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415
29416
29417 \backslash
29418 begin{subequations}
29419 \end_layout
29420
29421 \end_inset
29422
29423
29424 \begin_inset VSpace -5mm
29425 \end_inset
29426
29427
29428 \begin_inset Formula 
29429 \begin{equation}
29430 B=C-A\label{eq:b}
29431 \end{equation}
29432
29433 \end_inset
29434
29435
29436 \begin_inset Formula 
29437 \begin{equation}
29438 C=A+B\label{eq:c}
29439 \end{equation}
29440
29441 \end_inset
29442
29443
29444 \end_layout
29445
29446 \begin_layout Standard
29447 \begin_inset ERT
29448 status collapsed
29449
29450 \begin_layout Plain Layout
29451
29452
29453 \backslash
29454 end{subequations}
29455 \end_layout
29456
29457 \end_inset
29458
29459
29460 \end_layout
29461
29462 \begin_layout Standard
29463 Para este ejemplo se ha hecho lo siguiente:
29464 \end_layout
29465
29466 \begin_layout Enumerate
29467 se inserta la primera ecuación
29468 \end_layout
29469
29470 \begin_layout Enumerate
29471 después de ella se inserta
29472 \series bold
29473
29474 \begin_inset Newline newline
29475 \end_inset
29476
29477
29478 \backslash
29479 addtocounter{equation}{-1} 
29480 \backslash
29481 begin{subequations}
29482 \begin_inset Index idx
29483 status collapsed
29484
29485 \begin_layout Plain Layout
29486 Comandos ! A ! 
29487 \backslash
29488 addtocounter
29489 \end_layout
29490
29491 \end_inset
29492
29493
29494 \end_layout
29495
29496 \begin_layout Enumerate
29497 se inserta la segunda ecuación
29498 \end_layout
29499
29500 \begin_layout Enumerate
29501 se inserta la tercera ecuación
29502 \end_layout
29503
29504 \begin_layout Enumerate
29505 se inserta 
29506 \series bold
29507
29508 \backslash
29509 end{subequations}
29510 \series default
29511  tras la tercera ecuación
29512 \end_layout
29513
29514 \begin_layout Standard
29515 Toda ecuación entre los comandos 
29516 \series bold
29517
29518 \backslash
29519 begin
29520 \series default
29521  y 
29522 \series bold
29523
29524 \backslash
29525 end
29526 \series default
29527  se subnumera con a, b, c\SpecialChar \ldots{}
29528  En ecuaciones multilínea se subnumerará cada línea.
29529  Todas las ecuaciones subnumeradas son tratadas como 
29530 \emph on
29531 una
29532 \emph default
29533  ecuación numerada.
29534  Pero como cada ecuación numerada aumenta el contador 
29535 \series bold
29536 equation
29537 \series default
29538  en uno, hay que disminuir el comando 
29539 \series bold
29540
29541 \backslash
29542 addtocounter
29543 \series default
29544 .
29545  De lo contrario, las ecuaciones 
29546 \begin_inset CommandInset ref
29547 LatexCommand eqref
29548 reference "eq:a"
29549
29550 \end_inset
29551
29552
29553 \begin_inset CommandInset ref
29554 LatexCommand eqref
29555 reference "eq:b"
29556
29557 \end_inset
29558
29559
29560 \begin_inset CommandInset ref
29561 LatexCommand eqref
29562 reference "eq:c"
29563
29564 \end_inset
29565
29566  se numerarían 
29567 \begin_inset CommandInset ref
29568 LatexCommand eqref
29569 reference "eq:a"
29570
29571 \end_inset
29572
29573
29574 \begin_inset CommandInset ref
29575 LatexCommand eqref
29576 reference "eq:d"
29577
29578 \end_inset
29579
29580
29581 \begin_inset CommandInset ref
29582 LatexCommand eqref
29583 reference "eq:f"
29584
29585 \end_inset
29586
29587 .
29588 \end_layout
29589
29590 \begin_layout Standard
29591 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
29592  ecuaciones.
29593  Para evitarlo se inserta ese espacio vertical de -5
29594 \begin_inset space \thinspace{}
29595 \end_inset
29596
29597 mm detrás del comando 
29598 \series bold
29599
29600 \backslash
29601 begin{subequations}
29602 \series default
29603 .
29604
29605 \series bold
29606  
29607 \series default
29608 Si se usa el estilo 
29609 \series bold
29610 Sangrado
29611 \series default
29612
29613 \begin_inset Foot
29614 status collapsed
29615
29616 \begin_layout Plain Layout
29617 véase estilos de ecuación en 
29618 \begin_inset CommandInset ref
29619 LatexCommand ref
29620 reference "sec:Estilos-de-ecuación"
29621
29622 \end_inset
29623
29624
29625 \end_layout
29626
29627 \end_inset
29628
29629 , entonces se inserta -7
29630 \begin_inset space \thinspace{}
29631 \end_inset
29632
29633 mm.
29634 \end_layout
29635
29636 \begin_layout Standard
29637 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
29638  de la segunda línea:
29639 \begin_inset ERT
29640 status collapsed
29641
29642 \begin_layout Plain Layout
29643
29644
29645 \backslash
29646 begin{subequations}
29647 \end_layout
29648
29649 \end_inset
29650
29651
29652 \begin_inset Formula 
29653 \begin{eqnarray}
29654 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29655  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29656  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29657 \end{eqnarray}
29658
29659 \end_inset
29660
29661
29662 \begin_inset ERT
29663 status collapsed
29664
29665 \begin_layout Plain Layout
29666
29667
29668 \backslash
29669 end{subequations}
29670 \end_layout
29671
29672 \end_inset
29673
29674
29675 \end_layout
29676
29677 \begin_layout Subsection
29678 Numeración definida por el usuario
29679 \begin_inset CommandInset label
29680 LatexCommand label
29681 name "sub:Numeración-personalizada"
29682
29683 \end_inset
29684
29685
29686 \begin_inset Index idx
29687 status collapsed
29688
29689 \begin_layout Plain Layout
29690 Numeración de ecuaciones ! personalizada
29691 \end_layout
29692
29693 \end_inset
29694
29695
29696 \end_layout
29697
29698 \begin_layout Standard
29699 Con la numeración estándar el número se coloca entre paréntesis.
29700  Para reemplazar los paréntesis con barras verticales, p.
29701 \begin_inset space \thinspace{}
29702 \end_inset
29703
29704 e., se añade al preámbulo LaTeX la línea: 
29705 \end_layout
29706
29707 \begin_layout Standard
29708
29709 \series bold
29710
29711 \backslash
29712 def
29713 \backslash
29714 tagform@#1{
29715 \backslash
29716 maketag@@@{|#1|}}
29717 \series default
29718
29719 \begin_inset Note Note
29720 status collapsed
29721
29722 \begin_layout Plain Layout
29723 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
29724  Para activarlo, quita el % del principio.
29725 \end_layout
29726
29727 \end_inset
29728
29729
29730 \end_layout
29731
29732 \begin_layout Standard
29733 Para usar otros caracteres, se reemplazan las barras al lado de 
29734 \series bold
29735 #1
29736 \series default
29737  por ellos.
29738  Para obtener sólo el número de ecuación se omiten las barras verticales.
29739 \begin_inset VSpace bigskip
29740 \end_inset
29741
29742
29743 \end_layout
29744
29745 \begin_layout Standard
29746 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
29747  consecutivo, se usa el comando 
29748 \series bold
29749
29750 \backslash
29751 tag
29752 \begin_inset Index idx
29753 status collapsed
29754
29755 \begin_layout Plain Layout
29756 Comandos ! T ! 
29757 \backslash
29758 tag
29759 \end_layout
29760
29761 \end_inset
29762
29763
29764 \series default
29765 :
29766 \begin_inset Formula 
29767 \begin{equation}
29768 A+B=C\tag{algo}\label{eq:tag}
29769 \end{equation}
29770
29771 \end_inset
29772
29773 En este ejemplo se ha insertado el comando
29774 \series bold
29775  
29776 \backslash
29777 tag
29778 \begin_inset space \textvisiblespace{}
29779 \end_inset
29780
29781 algo
29782 \series default
29783  en la ecuación.
29784 \end_layout
29785
29786 \begin_layout Standard
29787 Si se usa en su lugar el comando con asterisco 
29788 \series bold
29789
29790 \backslash
29791 tag*
29792 \begin_inset space \textvisiblespace{}
29793 \end_inset
29794
29795 algo
29796 \series default
29797  no se imprimen los paréntesis:
29798 \begin_inset Formula 
29799 \[
29800 A+B=C\tag*{algo}
29801 \]
29802
29803 \end_inset
29804
29805
29806 \end_layout
29807
29808 \begin_layout Standard
29809 \begin_inset VSpace bigskip
29810 \end_inset
29811
29812
29813 \end_layout
29814
29815 \begin_layout Standard
29816 Para reiniciar la numeración en nuevas partes o secciones del documento
29817  se usan los siguientes comandos:
29818 \end_layout
29819
29820 \begin_layout Standard
29821
29822 \series bold
29823
29824 \backslash
29825 @addtoreset{equation}{part}
29826 \series default
29827
29828 \begin_inset Index idx
29829 status collapsed
29830
29831 \begin_layout Plain Layout
29832 Comandos ! 
29833 \begin_inset ERT
29834 status collapsed
29835
29836 \begin_layout Plain Layout
29837
29838 "
29839 \end_layout
29840
29841 \end_inset
29842
29843 @
29844 \begin_inset ERT
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848
29849 "
29850 \end_layout
29851
29852 \end_inset
29853
29854  ! 
29855 \backslash
29856
29857 \begin_inset ERT
29858 status collapsed
29859
29860 \begin_layout Plain Layout
29861
29862 "
29863 \end_layout
29864
29865 \end_inset
29866
29867 @
29868 \begin_inset ERT
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872
29873 "
29874 \end_layout
29875
29876 \end_inset
29877
29878 addtoreset
29879 \end_layout
29880
29881 \end_inset
29882
29883
29884 \begin_inset Newline newline
29885 \end_inset
29886
29887
29888 \series bold
29889
29890 \backslash
29891 @addtoreset{equation}{section}
29892 \end_layout
29893
29894 \begin_layout Standard
29895 Pata poder usar estos comandos en modo TeX, el carácter 
29896 \begin_inset Quotes fld
29897 \end_inset
29898
29899 @
29900 \begin_inset Quotes frd
29901 \end_inset
29902
29903  debe 
29904 \begin_inset Quotes fld
29905 \end_inset
29906
29907 activarse
29908 \begin_inset Quotes frd
29909 \end_inset
29910
29911  para LaTeX con el comando 
29912 \series bold
29913
29914 \backslash
29915 makeatletter
29916 \series default
29917 .
29918  El comando 
29919 \series bold
29920
29921 \backslash
29922 makeatother
29923 \series default
29924  deshace esto.
29925  Así pues, la secuencia de comandos en modo TeX es:
29926 \end_layout
29927
29928 \begin_layout Standard
29929
29930 \series bold
29931
29932 \backslash
29933 makeatletter
29934 \begin_inset Newline newline
29935 \end_inset
29936
29937
29938 \backslash
29939 @addtoreset{equation}{section}
29940 \begin_inset Newline newline
29941 \end_inset
29942
29943
29944 \backslash
29945 makeatother
29946 \end_layout
29947
29948 \begin_layout Standard
29949 En el preámbulo LaTeX se pueden omitir 
29950 \series bold
29951
29952 \backslash
29953 makeatletter
29954 \series default
29955  y 
29956 \series bold
29957
29958 \backslash
29959 makeatother
29960 \series default
29961  pues son automáticamente insertados por LyX.
29962 \end_layout
29963
29964 \begin_layout Standard
29965 Para el comando 
29966 \series bold
29967
29968 \backslash
29969 @addtoreset
29970 \series default
29971 ,
29972 \series bold
29973  
29974 \series default
29975 hay que cargar en el preámbulo LaTeX el archivo 
29976 \series bold
29977 remreset.sty
29978 \series default
29979
29980 \begin_inset Foot
29981 status collapsed
29982
29983 \begin_layout Plain Layout
29984
29985 \series bold
29986 remreset
29987 \series default
29988  es parte del paquete LaTeX 
29989 \series bold
29990 carlisle
29991 \series default
29992
29993 \begin_inset Index idx
29994 status collapsed
29995
29996 \begin_layout Plain Layout
29997 Paquetes ! carlisle
29998 \end_layout
29999
30000 \end_inset
30001
30002 , incluido en las instalaciones estándar de LaTeX.
30003 \end_layout
30004
30005 \end_inset
30006
30007
30008 \begin_inset Index idx
30009 status collapsed
30010
30011 \begin_layout Plain Layout
30012 Paquetes ! remreset
30013 \end_layout
30014
30015 \end_inset
30016
30017  con la línea
30018 \end_layout
30019
30020 \begin_layout Standard
30021
30022 \series bold
30023
30024 \backslash
30025 usepackage{remreset}
30026 \end_layout
30027
30028 \begin_layout Standard
30029 Entonces se puede usar el comando 
30030 \series bold
30031
30032 \backslash
30033 @removefromreset
30034 \series default
30035
30036 \begin_inset Index idx
30037 status collapsed
30038
30039 \begin_layout Plain Layout
30040 Comandos ! 
30041 \begin_inset ERT
30042 status collapsed
30043
30044 \begin_layout Plain Layout
30045
30046 "
30047 \end_layout
30048
30049 \end_inset
30050
30051 @
30052 \begin_inset ERT
30053 status collapsed
30054
30055 \begin_layout Plain Layout
30056
30057 "
30058 \end_layout
30059
30060 \end_inset
30061
30062  ! 
30063 \backslash
30064
30065 \begin_inset ERT
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069
30070 "
30071 \end_layout
30072
30073 \end_inset
30074
30075 @
30076 \begin_inset ERT
30077 status collapsed
30078
30079 \begin_layout Plain Layout
30080
30081 "
30082 \end_layout
30083
30084 \end_inset
30085
30086 removefromreset
30087 \end_layout
30088
30089 \end_inset
30090
30091  con el mismo esquema que 
30092 \series bold
30093
30094 \backslash
30095 @addtoreset
30096 \series default
30097 .
30098 \begin_inset VSpace bigskip
30099 \end_inset
30100
30101
30102 \end_layout
30103
30104 \begin_layout Standard
30105 A veces las ecuaciones deberían numerarse de la siguiente manera:
30106 \end_layout
30107
30108 \begin_layout Standard
30109
30110 \family typewriter
30111 (número de sección.número de ecuación)
30112 \end_layout
30113
30114 \begin_layout Standard
30115 El número de ecuación empezaría con 
30116 \begin_inset Quotes fld
30117 \end_inset
30118
30119 1
30120 \begin_inset Quotes frd
30121 \end_inset
30122
30123  en cada sección.
30124 \end_layout
30125
30126 \begin_layout Standard
30127 Para este caso hay el comando 
30128 \series bold
30129
30130 \backslash
30131 numberwithin
30132 \series default
30133
30134 \begin_inset Index idx
30135 status collapsed
30136
30137 \begin_layout Plain Layout
30138 Comandos ! N ! 
30139 \backslash
30140 numberwithin
30141 \end_layout
30142
30143 \end_inset
30144
30145 , que se usa con el esquema:
30146 \end_layout
30147
30148 \begin_layout Standard
30149
30150 \series bold
30151
30152 \backslash
30153 numberwithin{counter}{sectioning}
30154 \end_layout
30155
30156 \begin_layout Standard
30157 \begin_inset Quotes fld
30158 \end_inset
30159
30160 counter
30161 \begin_inset Quotes frd
30162 \end_inset
30163
30164  indica qué clase de numeración es afectada, 
30165 \begin_inset Quotes fld
30166 \end_inset
30167
30168 sectioning
30169 \begin_inset Quotes frd
30170 \end_inset
30171
30172  indica qué número va delante del punto.
30173  
30174 \end_layout
30175
30176 \begin_layout Standard
30177 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30178  en el preámbulo LaTeX:
30179 \end_layout
30180
30181 \begin_layout Standard
30182
30183 \series bold
30184
30185 \backslash
30186 numberwithin{equation}{section}
30187 \end_layout
30188
30189 \begin_layout Standard
30190 Este es el resultado::
30191 \begin_inset ERT
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195
30196
30197 \backslash
30198 numberwithin{equation}{section}
30199 \end_layout
30200
30201 \end_inset
30202
30203
30204 \begin_inset Formula 
30205 \begin{equation}
30206 A+B=C
30207 \end{equation}
30208
30209 \end_inset
30210
30211
30212 \end_layout
30213
30214 \begin_layout Standard
30215 Para numerar cuadros de modo que, p.
30216 \begin_inset space \thinspace{}
30217 \end_inset
30218
30219 ej., 
30220 \begin_inset Quotes fld
30221 \end_inset
30222
30223 sectioning
30224 \begin_inset Quotes frd
30225 \end_inset
30226
30227  sea el número de la parte se usa
30228 \begin_inset Newline newline
30229 \end_inset
30230
30231
30232 \series bold
30233
30234 \backslash
30235 numberwithin{table}{part}
30236 \end_layout
30237
30238 \begin_layout Standard
30239 Para volver a la numeración estándar o evitar esta clase numeración cuando
30240  es definida por la clase de documento, se inserta el siguiente comando
30241  en código TeX o en el preámbulo LaTeX:
30242 \end_layout
30243
30244 \begin_layout Standard
30245
30246 \series bold
30247
30248 \backslash
30249 renewcommand{
30250 \backslash
30251 theequation}{
30252 \backslash
30253 arabic{equation}}
30254 \begin_inset Index idx
30255 status collapsed
30256
30257 \begin_layout Plain Layout
30258 Comandos ! A ! 
30259 \backslash
30260 arabic
30261 \end_layout
30262
30263 \end_inset
30264
30265
30266 \series default
30267
30268 \begin_inset ERT
30269 status collapsed
30270
30271 \begin_layout Plain Layout
30272
30273
30274 \backslash
30275 renewcommand{
30276 \backslash
30277 theequation}{
30278 \backslash
30279 arabic{equation}}
30280 \end_layout
30281
30282 \end_inset
30283
30284
30285 \series bold
30286
30287 \begin_inset Newline newline
30288 \end_inset
30289
30290
30291 \series default
30292 o
30293 \series bold
30294
30295 \begin_inset Newline newline
30296 \end_inset
30297
30298
30299 \backslash
30300 renewcommand{
30301 \backslash
30302 thetable}{
30303 \backslash
30304 arabic{table}}
30305 \end_layout
30306
30307 \begin_layout Standard
30308
30309 \series bold
30310
30311 \backslash
30312 numberwithin
30313 \series default
30314  usa internamente el comando 
30315 \series bold
30316
30317 \backslash
30318 @addtoreset
30319 \series default
30320 , descrito arriba, que también debe ser restaurado.
30321 \begin_inset ERT
30322 status collapsed
30323
30324 \begin_layout Plain Layout
30325
30326
30327 \backslash
30328 makeatletter
30329 \end_layout
30330
30331 \begin_layout Plain Layout
30332
30333
30334 \backslash
30335 @removefromreset{equation}{section}
30336 \end_layout
30337
30338 \begin_layout Plain Layout
30339
30340
30341 \backslash
30342 makeatother
30343 \end_layout
30344
30345 \end_inset
30346
30347
30348 \end_layout
30349
30350 \begin_layout Subsection
30351 Numeración con números romanos y letras
30352 \begin_inset Index idx
30353 status collapsed
30354
30355 \begin_layout Plain Layout
30356 Numeración de ecuaciones ! con números romanos
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \begin_inset Index idx
30363 status collapsed
30364
30365 \begin_layout Plain Layout
30366 Numeración de ecuaciones ! con letras
30367 \end_layout
30368
30369 \end_inset
30370
30371
30372 \end_layout
30373
30374 \begin_layout Standard
30375 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
30376  Por ejemplo, para numerar con romanos en minúscula,
30377 \begin_inset Foot
30378 status collapsed
30379
30380 \begin_layout Plain Layout
30381 Como en español no se usan romanos en minúscula, el estilo 
30382 \series bold
30383 spanish
30384 \series default
30385  del sistema 
30386 \series bold
30387 babel
30388 \series default
30389  redefine 
30390 \series bold
30391
30392 \backslash
30393 roman
30394 \series default
30395  para que los dé en versalitas.
30396  Véase 
30397 \begin_inset CommandInset citation
30398 LatexCommand cite
30399 key "spanish"
30400
30401 \end_inset
30402
30403  (
30404 \emph on
30405 N.
30406 \begin_inset space \thinspace{}
30407 \end_inset
30408
30409 del t
30410 \emph default
30411 ).
30412 \end_layout
30413
30414 \end_inset
30415
30416  se inserta el comando
30417 \end_layout
30418
30419 \begin_layout Standard
30420
30421 \series bold
30422
30423 \backslash
30424 renewcommand{
30425 \backslash
30426 theequation}{
30427 \backslash
30428 roman{equation}}
30429 \end_layout
30430
30431 \begin_layout Standard
30432 antes de la ecuación en modo TeX.
30433  
30434 \series bold
30435
30436 \backslash
30437 renewcommand
30438 \series default
30439
30440 \begin_inset Index idx
30441 status collapsed
30442
30443 \begin_layout Plain Layout
30444 Comandos ! R ! 
30445 \backslash
30446 renewcommand
30447 \end_layout
30448
30449 \end_inset
30450
30451  redefine el comando predefinido 
30452 \series bold
30453
30454 \backslash
30455 theequation
30456 \series default
30457  como 
30458 \series bold
30459
30460 \backslash
30461 roman{equation}
30462 \series default
30463 .
30464 \begin_inset Foot
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468 El comando 
30469 \series bold
30470
30471 \backslash
30472 renewcommand
30473 \series default
30474  tiene el mismo esquema que el comando 
30475 \series bold
30476
30477 \backslash
30478 newcommand
30479 \series default
30480 , descrito en 
30481 \begin_inset CommandInset ref
30482 LatexCommand ref
30483 reference "sub:El-comando-newcommand"
30484
30485 \end_inset
30486
30487 .
30488 \end_layout
30489
30490 \end_inset
30491
30492  
30493 \series bold
30494 equation
30495 \series default
30496  es el contador de ecuaciones.
30497  Si se usa el comando 
30498 \series bold
30499
30500 \backslash
30501 the
30502 \series default
30503  como prefijo de un contador, el valor del contador sale en números arábigos.
30504  Si una ecuación es numerada, LaTeX pone internamente el comando 
30505 \series bold
30506
30507 \backslash
30508 theequation
30509 \series default
30510  detrás de la ecuación.
30511  
30512 \series bold
30513
30514 \backslash
30515 roman{equation}
30516 \series default
30517
30518 \begin_inset Index idx
30519 status collapsed
30520
30521 \begin_layout Plain Layout
30522 Comandos ! R ! 
30523 \backslash
30524 roman
30525 \end_layout
30526
30527 \end_inset
30528
30529  pone el contador en romanos en minúscula.
30530 \end_layout
30531
30532 \begin_layout Standard
30533 Todas las ecuaciones siguientes a 
30534 \series bold
30535
30536 \backslash
30537 renew
30538 \series default
30539 c
30540 \series bold
30541 ommand
30542 \series default
30543  se numerarán en romanos.
30544  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
30545  cambiando 
30546 \series bold
30547
30548 \backslash
30549 roman
30550 \series default
30551  por 
30552 \series bold
30553
30554 \backslash
30555 Roman
30556 \series default
30557
30558 \begin_inset Index idx
30559 status collapsed
30560
30561 \begin_layout Plain Layout
30562 Comandos ! R ! 
30563 \backslash
30564 roman@
30565 \backslash
30566 Roman
30567 \end_layout
30568
30569 \end_inset
30570
30571 .
30572  Para 
30573 \begin_inset Quotes fld
30574 \end_inset
30575
30576 numerar
30577 \begin_inset Quotes frd
30578 \end_inset
30579
30580  con minúsculas latinas hay el comando 
30581 \series bold
30582
30583 \backslash
30584 alph
30585 \series default
30586
30587 \begin_inset Index idx
30588 status collapsed
30589
30590 \begin_layout Plain Layout
30591 Comandos ! A ! 
30592 \backslash
30593 alph
30594 \end_layout
30595
30596 \end_inset
30597
30598 , y para mayúsculas el comando 
30599 \series bold
30600
30601 \backslash
30602 Alph
30603 \series default
30604
30605 \begin_inset Index idx
30606 status collapsed
30607
30608 \begin_layout Plain Layout
30609 Comandos ! A ! 
30610 \backslash
30611 alph@
30612 \backslash
30613 Alph
30614 \end_layout
30615
30616 \end_inset
30617
30618 .
30619 \end_layout
30620
30621 \begin_layout Standard
30622 \begin_inset Note Greyedout
30623 status open
30624
30625 \begin_layout Plain Layout
30626
30627 \series bold
30628 \color none
30629 Nota:
30630 \series default
30631  Con letras latinas sólo se puede numerar hasta un máximo de 26
30632 \begin_inset space ~
30633 \end_inset
30634
30635 ecuaciones.
30636 \end_layout
30637
30638 \end_inset
30639
30640
30641 \end_layout
30642
30643 \begin_layout Standard
30644 \begin_inset ERT
30645 status collapsed
30646
30647 \begin_layout Plain Layout
30648
30649
30650 \backslash
30651 renewcommand{
30652 \backslash
30653 theequation}{
30654 \backslash
30655 roman{equation}}
30656 \end_layout
30657
30658 \end_inset
30659
30660
30661 \begin_inset Formula 
30662 \begin{equation}
30663 A=\textrm{romanos en minúscula}
30664 \end{equation}
30665
30666 \end_inset
30667
30668
30669 \begin_inset ERT
30670 status collapsed
30671
30672 \begin_layout Plain Layout
30673
30674
30675 \backslash
30676 renewcommand{
30677 \backslash
30678 theequation}{
30679 \backslash
30680 Roman{equation}}
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \begin_inset Formula 
30687 \begin{equation}
30688 B=\textrm{romanos en mayúscula}\label{eq:Rom}
30689 \end{equation}
30690
30691 \end_inset
30692
30693
30694 \begin_inset ERT
30695 status collapsed
30696
30697 \begin_layout Plain Layout
30698
30699
30700 \backslash
30701 renewcommand{
30702 \backslash
30703 theequation}{
30704 \backslash
30705 alph{equation}}
30706 \end_layout
30707
30708 \end_inset
30709
30710
30711 \begin_inset Formula 
30712 \begin{equation}
30713 C=\textrm{latinas en minúscula}
30714 \end{equation}
30715
30716 \end_inset
30717
30718
30719 \begin_inset ERT
30720 status collapsed
30721
30722 \begin_layout Plain Layout
30723
30724
30725 \backslash
30726 renewcommand{
30727 \backslash
30728 theequation}{
30729 \backslash
30730 Alph{equation}}
30731 \end_layout
30732
30733 \end_inset
30734
30735
30736 \begin_inset Formula 
30737 \begin{equation}
30738 D=\textrm{latinas en mayúscula}\label{eq:Lat}
30739 \end{equation}
30740
30741 \end_inset
30742
30743
30744 \end_layout
30745
30746 \begin_layout Standard
30747 Para volver a la numeración por omisión se inserta el comando:
30748 \end_layout
30749
30750 \begin_layout Standard
30751
30752 \series bold
30753
30754 \backslash
30755 renewcommand{
30756 \backslash
30757 theequation}{
30758 \backslash
30759 arabic{equation}}
30760 \begin_inset Index idx
30761 status collapsed
30762
30763 \begin_layout Plain Layout
30764 Comandos ! A ! 
30765 \backslash
30766 arabic
30767 \end_layout
30768
30769 \end_inset
30770
30771
30772 \end_layout
30773
30774 \begin_layout Standard
30775 \begin_inset ERT
30776 status collapsed
30777
30778 \begin_layout Plain Layout
30779
30780
30781 \backslash
30782 renewcommand{
30783 \backslash
30784 theequation}{
30785 \backslash
30786 arabic{equation}}
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \begin_inset Formula 
30793 \begin{equation}
30794 E=\mbox{arábigos}
30795 \end{equation}
30796
30797 \end_inset
30798
30799
30800 \end_layout
30801
30802 \begin_layout Standard
30803 \begin_inset VSpace medskip
30804 \end_inset
30805
30806
30807 \end_layout
30808
30809 \begin_layout Standard
30810 Como ves, las ecuaciones se numeran consecutivamente independientemente
30811  del estilo de numeración.
30812  Cuando la numeración haya de empezar con 
30813 \begin_inset Quotes fld
30814 \end_inset
30815
30816 1
30817 \begin_inset Quotes frd
30818 \end_inset
30819
30820  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
30821  Una descripción sobre esto se encuentra en el archivo 
30822 \begin_inset CommandInset href
30823 LatexCommand href
30824 name "Formula-numbering.lyx"
30825 target "run:Formula-numbering.lyx"
30826
30827 \end_inset
30828
30829 .
30830 \end_layout
30831
30832 \begin_layout Section
30833 Símbolos y ecuaciones químicas
30834 \begin_inset CommandInset label
30835 LatexCommand label
30836 name "sub:Símbolos-y-ecuaciones-químicas"
30837
30838 \end_inset
30839
30840
30841 \begin_inset Index idx
30842 status collapsed
30843
30844 \begin_layout Plain Layout
30845 Química ! símbolos
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \begin_inset Index idx
30852 status collapsed
30853
30854 \begin_layout Plain Layout
30855 Química ! caracteres
30856 \end_layout
30857
30858 \end_inset
30859
30860
30861 \begin_inset Index idx
30862 status collapsed
30863
30864 \begin_layout Plain Layout
30865 Ecuación ! química|see
30866 \begin_inset ERT
30867 status collapsed
30868
30869 \begin_layout Plain Layout
30870
30871 {
30872 \end_layout
30873
30874 \end_inset
30875
30876 Química
30877 \begin_inset ERT
30878 status collapsed
30879
30880 \begin_layout Plain Layout
30881
30882 }
30883 \end_layout
30884
30885 \end_inset
30886
30887
30888 \end_layout
30889
30890 \end_inset
30891
30892
30893 \begin_inset Index idx
30894 status collapsed
30895
30896 \begin_layout Plain Layout
30897 Química ! iones
30898 \end_layout
30899
30900 \end_inset
30901
30902
30903 \begin_inset Index idx
30904 status collapsed
30905
30906 \begin_layout Plain Layout
30907 Iones|see
30908 \begin_inset ERT
30909 status collapsed
30910
30911 \begin_layout Plain Layout
30912
30913 {
30914 \end_layout
30915
30916 \end_inset
30917
30918 Química
30919 \begin_inset ERT
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923
30924 }
30925 \end_layout
30926
30927 \end_inset
30928
30929
30930 \end_layout
30931
30932 \end_inset
30933
30934
30935 \begin_inset Index idx
30936 status collapsed
30937
30938 \begin_layout Plain Layout
30939 Química ! reacción
30940 \end_layout
30941
30942 \end_inset
30943
30944
30945 \end_layout
30946
30947 \begin_layout Standard
30948 Un ejemplo de texto de química:
30949 \end_layout
30950
30951 \begin_layout Quote
30952 El ion 
30953 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30954 \end_inset
30955
30956  reacciona con dos iones 
30957 \begin_inset Formula $\mathrm{Na^{+}}$
30958 \end_inset
30959
30960  para dar sulfato de sodio 
30961 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
30962 \end_inset
30963
30964 .
30965  La ecuación química es:
30966 \begin_inset Formula 
30967 \begin{equation}
30968 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
30969 \end{equation}
30970
30971 \end_inset
30972
30973
30974 \end_layout
30975
30976 \begin_layout Standard
30977 Esta ecuación química puede componerse directamente en modo ecuación.
30978  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
30979  y con el atajo 
30980 \family sans
30981 Alt+C
30982 \begin_inset space ~
30983 \end_inset
30984
30985 R
30986 \family default
30987  se cambia en redonda.
30988 \begin_inset Foot
30989 status collapsed
30990
30991 \begin_layout Plain Layout
30992 véase estilos de tipografías en 
30993 \begin_inset CommandInset ref
30994 LatexCommand ref
30995 reference "sub:Estilos-de-tipografías"
30996
30997 \end_inset
30998
30999 .
31000 \end_layout
31001
31002 \end_inset
31003
31004
31005 \end_layout
31006
31007 \begin_layout Standard
31008 Para escribir ecuaciones químicas es más conveniente usar el comando 
31009 \series bold
31010
31011 \backslash
31012 ce
31013 \series default
31014
31015 \begin_inset Index idx
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019 Comandos ! C ! 
31020 \backslash
31021 ce
31022 \end_layout
31023
31024 \end_inset
31025
31026 , que está disponible si está instalado el paquete LaTeX 
31027 \series bold
31028 mhchem
31029 \series default
31030
31031 \begin_inset Index idx
31032 status collapsed
31033
31034 \begin_layout Plain Layout
31035 Paquetes ! mhchem
31036 \end_layout
31037
31038 \end_inset
31039
31040 .
31041  Al insertar 
31042 \series bold
31043
31044 \backslash
31045 ce
31046 \series default
31047  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
31048  ecuaciones químicas de una forma intuitiva.
31049 \end_layout
31050
31051 \begin_layout Standard
31052 \align center
31053 \begin_inset Tabular
31054 <lyxtabular version="3" rows="9" columns="2">
31055 <features rotate="0" tabularvalignment="middle">
31056 <column alignment="center" valignment="top">
31057 <column alignment="center" valignment="top">
31058 <row>
31059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31060 \begin_inset Text
31061
31062 \begin_layout Plain Layout
31063 Comando
31064 \end_layout
31065
31066 \end_inset
31067 </cell>
31068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31069 \begin_inset Text
31070
31071 \begin_layout Plain Layout
31072 Resultado
31073 \begin_inset Note Note
31074 status collapsed
31075
31076 \begin_layout Plain Layout
31077
31078 \series bold
31079
31080 \backslash
31081 raisebox
31082 \series default
31083  se usa sólo como espaciador
31084 \end_layout
31085
31086 \end_inset
31087
31088
31089 \end_layout
31090
31091 \end_inset
31092 </cell>
31093 </row>
31094 <row>
31095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31096 \begin_inset Text
31097
31098 \begin_layout Plain Layout
31099
31100 \backslash
31101 ce
31102 \begin_inset space \textvisiblespace{}
31103 \end_inset
31104
31105 H2CO3
31106 \end_layout
31107
31108 \end_inset
31109 </cell>
31110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31111 \begin_inset Text
31112
31113 \begin_layout Plain Layout
31114 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31115 \end_inset
31116
31117
31118 \end_layout
31119
31120 \end_inset
31121 </cell>
31122 </row>
31123 <row>
31124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31125 \begin_inset Text
31126
31127 \begin_layout Plain Layout
31128
31129 \backslash
31130 ce
31131 \begin_inset space \textvisiblespace{}
31132 \end_inset
31133
31134 SO4^2-
31135 \end_layout
31136
31137 \end_inset
31138 </cell>
31139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31140 \begin_inset Text
31141
31142 \begin_layout Plain Layout
31143 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31144 \end_inset
31145
31146
31147 \end_layout
31148
31149 \end_inset
31150 </cell>
31151 </row>
31152 <row>
31153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31154 \begin_inset Text
31155
31156 \begin_layout Plain Layout
31157
31158 \backslash
31159 ce
31160 \begin_inset space \textvisiblespace{}
31161 \end_inset
31162
31163 (NH4)2S
31164 \end_layout
31165
31166 \end_inset
31167 </cell>
31168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31169 \begin_inset Text
31170
31171 \begin_layout Plain Layout
31172 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31173 \end_inset
31174
31175
31176 \end_layout
31177
31178 \end_inset
31179 </cell>
31180 </row>
31181 <row>
31182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31183 \begin_inset Text
31184
31185 \begin_layout Plain Layout
31186
31187 \backslash
31188 ce
31189 \begin_inset space \textvisiblespace{}
31190 \end_inset
31191
31192 KCr(SO4)2.12H2O
31193 \end_layout
31194
31195 \end_inset
31196 </cell>
31197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31198 \begin_inset Text
31199
31200 \begin_layout Plain Layout
31201 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31202 \end_inset
31203
31204
31205 \end_layout
31206
31207 \end_inset
31208 </cell>
31209 </row>
31210 <row>
31211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31212 \begin_inset Text
31213
31214 \begin_layout Plain Layout
31215
31216 \backslash
31217 ce
31218 \begin_inset space \textvisiblespace{}
31219 \end_inset
31220
31221 A-B
31222 \backslash
31223 dbond
31224 \begin_inset space \textvisiblespace{}
31225 \end_inset
31226
31227 C
31228 \backslash
31229 tbond
31230 \begin_inset space \textvisiblespace{}
31231 \end_inset
31232
31233 D
31234 \end_layout
31235
31236 \end_inset
31237 </cell>
31238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31239 \begin_inset Text
31240
31241 \begin_layout Plain Layout
31242 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31243 \end_inset
31244
31245
31246 \end_layout
31247
31248 \end_inset
31249 </cell>
31250 </row>
31251 <row>
31252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31253 \begin_inset Text
31254
31255 \begin_layout Plain Layout
31256
31257 \backslash
31258 ce
31259 \begin_inset space \textvisiblespace{}
31260 \end_inset
31261
31262 ^227
31263 \begin_inset Formula $\downarrow$
31264 \end_inset
31265
31266 _90
31267 \begin_inset Formula $\to$
31268 \end_inset
31269
31270 Th+
31271 \end_layout
31272
31273 \end_inset
31274 </cell>
31275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31276 \begin_inset Text
31277
31278 \begin_layout Plain Layout
31279 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31280 \end_inset
31281
31282
31283 \end_layout
31284
31285 \end_inset
31286 </cell>
31287 </row>
31288 <row>
31289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31290 \begin_inset Text
31291
31292 \begin_layout Plain Layout
31293
31294 \backslash
31295 ce
31296 \begin_inset space \textvisiblespace{}
31297 \end_inset
31298
31299 CO2
31300 \begin_inset space \textvisiblespace{}
31301 \end_inset
31302
31303 +
31304 \begin_inset space \textvisiblespace{}
31305 \end_inset
31306
31307 C
31308 \begin_inset space \textvisiblespace{}
31309 \end_inset
31310
31311 <=>
31312 \begin_inset space \textvisiblespace{}
31313 \end_inset
31314
31315 2CO
31316 \end_layout
31317
31318 \end_inset
31319 </cell>
31320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31321 \begin_inset Text
31322
31323 \begin_layout Plain Layout
31324 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31325 \end_inset
31326
31327
31328 \end_layout
31329
31330 \end_inset
31331 </cell>
31332 </row>
31333 <row>
31334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31335 \begin_inset Text
31336
31337 \begin_layout Plain Layout
31338
31339 \backslash
31340 ce
31341 \begin_inset space \textvisiblespace{}
31342 \end_inset
31343
31344 CO2
31345 \begin_inset space \textvisiblespace{}
31346 \end_inset
31347
31348 +
31349 \begin_inset space \textvisiblespace{}
31350 \end_inset
31351
31352 C
31353 \begin_inset space \textvisiblespace{}
31354 \end_inset
31355
31356 ->[
31357 \backslash
31358 alpha][
31359 \backslash
31360 beta]
31361 \begin_inset space \textvisiblespace{}
31362 \end_inset
31363
31364 2CO}
31365 \end_layout
31366
31367 \end_inset
31368 </cell>
31369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31370 \begin_inset Text
31371
31372 \begin_layout Plain Layout
31373 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31374 \end_inset
31375
31376
31377 \end_layout
31378
31379 \end_inset
31380 </cell>
31381 </row>
31382 </lyxtabular>
31383
31384 \end_inset
31385
31386
31387 \end_layout
31388
31389 \begin_layout Standard
31390 \begin_inset Note Greyedout
31391 status open
31392
31393 \begin_layout Plain Layout
31394
31395 \series bold
31396 \color none
31397 Nota:
31398 \series default
31399  Insertar modo matemático en un marco 
31400 \series bold
31401
31402 \backslash
31403 ce
31404 \series default
31405  provocará errores de LaTeX.
31406  En estos casos hay que usar código TeX, como en 
31407 \series bold
31408
31409 \backslash
31410 ce{$
31411 \backslash
31412 mu
31413 \backslash
31414 hyphen$Cl}
31415 \series default
31416
31417 \begin_inset ERT
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421
31422
31423 \backslash
31424 ce{$
31425 \backslash
31426 mu
31427 \backslash
31428 hyphen$Cl}
31429 \end_layout
31430
31431 \end_inset
31432
31433  
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \end_layout
31440
31441 \begin_layout Standard
31442 \begin_inset Note Greyedout
31443 status collapsed
31444
31445 \begin_layout Plain Layout
31446
31447 \series bold
31448 Nota:
31449 \series default
31450  En LyX no es posible usar el carácter ^ para obtener una flecha hacia arriba,
31451  como se describe en el manual de 
31452 \series bold
31453 mhchem
31454 \series default
31455 .
31456  Como alternativa, inserta un espacio delgado negativo seguido por el comando
31457  
31458 \series bold
31459
31460 \backslash
31461 uparrow
31462 \series default
31463
31464 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31465 \end_inset
31466
31467
31468 \end_layout
31469
31470 \end_inset
31471
31472
31473 \end_layout
31474
31475 \begin_layout Standard
31476 El comando 
31477 \series bold
31478
31479 \backslash
31480 ce
31481 \series default
31482  para la 
31483 \begin_inset CommandInset ref
31484 LatexCommand ref
31485 reference "eq:reaccion-quimica"
31486
31487 \end_inset
31488
31489  es
31490 \begin_inset Newline newline
31491 \end_inset
31492
31493
31494 \series bold
31495  
31496 \backslash
31497 ce
31498 \begin_inset space \textvisiblespace{}
31499 \end_inset
31500
31501 2Na+
31502 \begin_inset space \textvisiblespace{}
31503 \end_inset
31504
31505 +
31506 \begin_inset space \textvisiblespace{}
31507 \end_inset
31508
31509 SO4^2-
31510 \begin_inset space \textvisiblespace{}
31511 \end_inset
31512
31513
31514 \begin_inset space \textvisiblespace{}
31515 \end_inset
31516
31517 ->
31518 \begin_inset space \textvisiblespace{}
31519 \end_inset
31520
31521 Na2SO4
31522 \end_layout
31523
31524 \begin_layout Standard
31525 Para componer ecuaciones químicas multilínea primero se crea una ecuación
31526  multilínea, tal como se describe en la 
31527 \begin_inset CommandInset ref
31528 LatexCommand ref
31529 reference "sec:Ecuaciones-multilínea"
31530
31531 \end_inset
31532
31533 .
31534  Después se utiliza el comando 
31535 \series bold
31536
31537 \backslash
31538 ce
31539 \series default
31540  en cada cuadrito azul de la ecuación.
31541  La 
31542 \begin_inset CommandInset ref
31543 LatexCommand ref
31544 reference "eq:TEOS-reac-1"
31545
31546 \end_inset
31547
31548  y la 
31549 \begin_inset CommandInset ref
31550 LatexCommand ref
31551 reference "eq:TEOS-reac-2"
31552
31553 \end_inset
31554
31555  son ejemplos de una reacción química en dos fases en la que cada ecuación
31556  tiene su propio número.
31557 \begin_inset Formula 
31558 \begin{eqnarray}
31559 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
31560 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
31561 \end{eqnarray}
31562
31563 \end_inset
31564
31565
31566 \end_layout
31567
31568 \begin_layout Standard
31569 Además de 
31570 \series bold
31571
31572 \backslash
31573 ce
31574 \series default
31575  el paquete 
31576 \series bold
31577 mhchem
31578 \series default
31579  suministra el comando 
31580 \series bold
31581
31582 \backslash
31583 cf
31584 \series default
31585
31586 \begin_inset Index idx
31587 status collapsed
31588
31589 \begin_layout Plain Layout
31590 Comandos ! C ! 
31591 \backslash
31592 cf
31593 \end_layout
31594
31595 \end_inset
31596
31597  que ha de utilizarse en casos especiales.
31598  Para más información sobre 
31599 \series bold
31600
31601 \backslash
31602 cf
31603 \series default
31604  y más ejemplos echa un vistazo a la documentación de 
31605 \series bold
31606 mhchem
31607 \series default
31608
31609 \begin_inset CommandInset citation
31610 LatexCommand cite
31611 key "mhchem"
31612
31613 \end_inset
31614
31615 .
31616 \end_layout
31617
31618 \begin_layout Section
31619 Diagramas
31620 \end_layout
31621
31622 \begin_layout Standard
31623 Lyx soporta dos tipos de diagramas conmutativos: 
31624 \series bold
31625 amscd
31626 \series default
31627  y 
31628 \series bold
31629 xymatrix
31630 \series default
31631 , que se explican a continuación.
31632 \end_layout
31633
31634 \begin_layout Subsection
31635 Diagramas amscd
31636 \begin_inset Index idx
31637 status collapsed
31638
31639 \begin_layout Plain Layout
31640 Diagramas ! amscd
31641 \end_layout
31642
31643 \end_inset
31644
31645
31646 \end_layout
31647
31648 \begin_layout Standard
31649 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
31650  verticales y horizontales:
31651 \begin_inset Formula 
31652 \[
31653 \begin{CD}A@)))B@)))C\\
31654 @AAA@.@VVV\\
31655 F@(((E@(((D
31656 \end{CD}
31657 \]
31658
31659 \end_inset
31660
31661 Para obtener el diagrama se inserta en la ecuación el comando 
31662 \series bold
31663
31664 \backslash
31665 CD
31666 \begin_inset Index idx
31667 status collapsed
31668
31669 \begin_layout Plain Layout
31670 Comandos ! C ! 
31671 \backslash
31672 CD
31673 \end_layout
31674
31675 \end_inset
31676
31677
31678 \series default
31679 .
31680  Surge un marco azul entre dos líneas de trazos en el que se insertan a
31681  continuación comandos.
31682  Con 
31683 \family sans
31684 Ctrl+Entrar
31685 \family default
31686  se inicia una nueva línea.
31687  En las líneas impares se insertan relaciones horizontales, en las pares
31688  verticales.
31689 \end_layout
31690
31691 \begin_layout Standard
31692 Para componer las relaciones hay los siguientes comandos:
31693 \begin_inset Foot
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697 \begin_inset CommandInset label
31698 LatexCommand label
31699 name "fn:sinónimos"
31700
31701 \end_inset
31702
31703 Los comandos con 
31704 \family sans
31705 '
31706 \series bold
31707 >
31708 \series default
31709 '
31710 \family default
31711  o 
31712 \family sans
31713 '
31714 \series bold
31715 <
31716 \series default
31717 '
31718 \family default
31719  pueden generar errores con el estilo 
31720 \series bold
31721 spanish
31722 \series default
31723  de 
31724 \series bold
31725 babel
31726 \series default
31727 .
31728  Para evitarlo se pueden sustituir por sus sinónimos 
31729 \family sans
31730 '
31731 \series bold
31732 )
31733 \series default
31734 '
31735 \family default
31736  y 
31737 \family sans
31738 '
31739 \series bold
31740 (
31741 \series default
31742 '
31743 \family default
31744  respectivamente.
31745  Véase 
31746 \begin_inset CommandInset citation
31747 LatexCommand cite
31748 key "spanish"
31749
31750 \end_inset
31751
31752 .
31753  (
31754 \emph on
31755 N.
31756 \begin_inset space \thinspace{}
31757 \end_inset
31758
31759 del t.
31760 \emph default
31761 )
31762 \end_layout
31763
31764 \end_inset
31765
31766
31767 \end_layout
31768
31769 \begin_layout Itemize
31770
31771 \series bold
31772 @<<<
31773 \series default
31774  genera una flecha hacia la izquierda, 
31775 \series bold
31776 @>>>
31777 \series default
31778  una hacia la derecha, y 
31779 \series bold
31780 @=
31781 \series default
31782  un signo igual largo
31783 \end_layout
31784
31785 \begin_layout Itemize
31786
31787 \series bold
31788 @AAA
31789 \series default
31790  genera una flecha hacia arriba, 
31791 \series bold
31792 @VVV
31793 \series default
31794  una hacia abajo, y 
31795 \series bold
31796 @|
31797 \series default
31798  un signo igual vertical
31799 \end_layout
31800
31801 \begin_layout Itemize
31802
31803 \series bold
31804 @.
31805
31806 \series default
31807  genera una ubicación vacía para relaciones inexistentes
31808 \end_layout
31809
31810 \begin_layout Standard
31811 Todas las flechas pueden etiquetarse como sigue:
31812 \end_layout
31813
31814 \begin_layout Itemize
31815 Si se inserta texto entre el primero y el segundo 
31816 \series bold
31817 <
31818 \series default
31819  o 
31820 \series bold
31821 >
31822 \series default
31823 , respectivamente, se muestra sobre la flecha.
31824  Si se inserta entre el segundo y el tercero, bajo la flecha.
31825 \end_layout
31826
31827 \begin_layout Itemize
31828 Para flechas verticales, si se inserta texto entre la primera y la segunda
31829  
31830 \series bold
31831 A
31832 \series default
31833  o 
31834 \series bold
31835 V
31836 \series default
31837 , respectivamente, se muestra al lado izquierdo de la flecha.
31838  Si se inserta entre la segunda y la tercera, al lado derecho.
31839  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
31840 \end_layout
31841
31842 \begin_layout Standard
31843 Como ejemplo un diagrama con todas las relaciones posibles:
31844 \begin_inset Formula 
31845 \[
31846 \begin{CD}A@)j))B@))k)C@=F\\
31847 @AmAA@.@VV{V}V@|\\
31848 D@((j\,(E@)k))F@=C
31849 \end{CD}
31850 \]
31851
31852 \end_inset
31853
31854 El comando para este diagrama es:
31855 \begin_inset Newline newline
31856 \end_inset
31857
31858
31859 \series bold
31860
31861 \backslash
31862 CD
31863 \begin_inset space \textvisiblespace{}
31864 \end_inset
31865
31866 A@>j>>B@>>k>C@=F Ctrl+Entrar
31867 \begin_inset Newline newline
31868 \end_inset
31869
31870
31871 \begin_inset Phantom HPhantom
31872 status open
31873
31874 \begin_layout Plain Layout
31875
31876 \series bold
31877
31878 \backslash
31879 CD
31880 \begin_inset space \textvisiblespace{}
31881 \end_inset
31882
31883
31884 \end_layout
31885
31886 \end_inset
31887
31888 @AmAA@.@VV
31889 \backslash
31890 {V
31891 \series default
31892
31893 \begin_inset Formula $\to$
31894 \end_inset
31895
31896
31897 \series bold
31898 V@| Ctrl+Entrar
31899 \begin_inset Newline newline
31900 \end_inset
31901
31902
31903 \begin_inset Phantom HPhantom
31904 status open
31905
31906 \begin_layout Plain Layout
31907
31908 \series bold
31909
31910 \backslash
31911 CD
31912 \begin_inset space \textvisiblespace{}
31913 \end_inset
31914
31915
31916 \end_layout
31917
31918 \end_inset
31919
31920 D@<<j<E@>k>>F@=C
31921 \end_layout
31922
31923 \begin_layout Subsection
31924 Diagramas xymatrix
31925 \begin_inset Index idx
31926 status collapsed
31927
31928 \begin_layout Plain Layout
31929 Diagramas ! xymatrix
31930 \end_layout
31931
31932 \end_inset
31933
31934
31935 \end_layout
31936
31937 \begin_layout Standard
31938 Para usar matrices xy debe estar instalado el paquete LaTeX 
31939 \series bold
31940 xypic
31941 \series default
31942 .
31943  Una matriz xy se crea insertando el comando 
31944 \series bold
31945
31946 \backslash
31947 xymatrix
31948 \series default
31949  en una ecuación.
31950  Después podrás añadir nuevas columnas y filas como en matrices normales,
31951  véase
31952 \begin_inset space ~
31953 \end_inset
31954
31955
31956 \begin_inset CommandInset ref
31957 LatexCommand ref
31958 reference "sec:Matrices"
31959
31960 \end_inset
31961
31962 .
31963 \end_layout
31964
31965 \begin_layout Standard
31966 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
31967  y curvadas, y mucho más.
31968  Todas las posibilidades para generar diagramas conmutativos y decoraciones
31969  se explican en el 
31970 \emph on
31971 Manual de XY-pic
31972 \emph default
31973  que se encuentra en el menú 
31974 \family sans
31975 Ayuda\SpecialChar \menuseparator
31976 Manuales
31977 \begin_inset space ~
31978 \end_inset
31979
31980 específicos
31981 \family default
31982 .
31983 \end_layout
31984
31985 \begin_layout Subsection
31986 Diagramas 
31987 \noun on
31988 Feynman
31989 \noun default
31990
31991 \begin_inset Index idx
31992 status collapsed
31993
31994 \begin_layout Plain Layout
31995 Diagramas ! Feynman
31996 \end_layout
31997
31998 \end_inset
31999
32000
32001 \end_layout
32002
32003 \begin_layout Standard
32004 Para usar diagramas 
32005 \noun on
32006 Feynman
32007 \noun default
32008  debe estar instalado el paquete LaTeX 
32009 \series bold
32010 feyn
32011 \series default
32012 .
32013  Un diagrama 
32014 \noun on
32015 Feynman
32016 \noun default
32017  se crea insertando el comando 
32018 \series bold
32019
32020 \backslash
32021 Diagram
32022 \series default
32023  en una ecuación.
32024  Después podrás añadir nuevas columnas y filas como en matrices normales,
32025  véase
32026 \begin_inset space ~
32027 \end_inset
32028
32029
32030 \begin_inset CommandInset ref
32031 LatexCommand ref
32032 reference "sec:Matrices"
32033
32034 \end_inset
32035
32036 .
32037 \end_layout
32038
32039 \begin_layout Standard
32040 En el 
32041 \emph on
32042 Manual de diagramas Feynman
32043 \emph default
32044 , disponible en 
32045 \family sans
32046 Ayuda\SpecialChar \menuseparator
32047 Manuales
32048 \begin_inset space ~
32049 \end_inset
32050
32051 específicos
32052 \family default
32053 , hay ejemplos de diagramas de este tipo.
32054 \end_layout
32055
32056 \begin_layout Section
32057 Comandos definidos por el usuario
32058 \begin_inset Index idx
32059 status collapsed
32060
32061 \begin_layout Plain Layout
32062 Comandos de usuario
32063 \end_layout
32064
32065 \end_inset
32066
32067
32068 \end_layout
32069
32070 \begin_layout Standard
32071 \begin_inset Note Greyedout
32072 status open
32073
32074 \begin_layout Plain Layout
32075
32076 \series bold
32077 Nota:
32078 \series default
32079  Los nombres de los comandos definidos por el usuario y macros solo pueden
32080  contener letras latinas.
32081 \end_layout
32082
32083 \end_inset
32084
32085
32086 \end_layout
32087
32088 \begin_layout Subsection
32089 El comando 
32090 \backslash
32091 newcommand
32092 \begin_inset CommandInset label
32093 LatexCommand label
32094 name "sub:El-comando-newcommand"
32095
32096 \end_inset
32097
32098
32099 \begin_inset Index idx
32100 status collapsed
32101
32102 \begin_layout Plain Layout
32103 Comandos de usuario ! 
32104 \backslash
32105 newcommand
32106 \end_layout
32107
32108 \end_inset
32109
32110
32111 \begin_inset Index idx
32112 status collapsed
32113
32114 \begin_layout Plain Layout
32115 Comandos ! N ! 
32116 \backslash
32117 newcommand
32118 \end_layout
32119
32120 \end_inset
32121
32122
32123 \end_layout
32124
32125 \begin_layout Standard
32126 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
32127  Pero es posible definir nuevos comandos más cortos con el comando 
32128 \series bold
32129
32130 \backslash
32131 newcommand
32132 \series default
32133 .
32134  
32135 \end_layout
32136
32137 \begin_layout Standard
32138 El esquema del comando 
32139 \series bold
32140
32141 \backslash
32142 newcommand
32143 \series default
32144  es:
32145 \end_layout
32146
32147 \begin_layout Standard
32148
32149 \series bold
32150
32151 \backslash
32152 newcommand{nombre nuevo de comando}[número de argumentos]
32153 \begin_inset Newline newline
32154 \end_inset
32155
32156
32157 \begin_inset Phantom HPhantom
32158 status open
32159
32160 \begin_layout Plain Layout
32161
32162 \series bold
32163
32164 \backslash
32165 newcommand
32166 \end_layout
32167
32168 \end_inset
32169
32170 [valor opcional]{definición de comando}
32171 \end_layout
32172
32173 \begin_layout Standard
32174 \begin_inset Note Greyedout
32175 status open
32176
32177 \begin_layout Plain Layout
32178
32179 \series bold
32180 Nota:
32181 \series default
32182  Asegúrate de que el nombre del nuevo comando no está definido ya en el
32183  documento o en paquetes LaTeX que uses.
32184  Por ejemplo, si defines el comando 
32185 \series bold
32186
32187 \backslash
32188 le
32189 \series default
32190  para 
32191 \series bold
32192
32193 \backslash
32194 Leftarrow,
32195 \series default
32196  se producirán errores porque 
32197 \series bold
32198
32199 \backslash
32200 le
32201 \series default
32202  ya existe para 
32203 \begin_inset Quotes fld
32204 \end_inset
32205
32206
32207 \begin_inset Formula $\le$
32208 \end_inset
32209
32210
32211 \begin_inset Quotes frd
32212 \end_inset
32213
32214 .
32215
32216 \series bold
32217  
32218 \end_layout
32219
32220 \end_inset
32221
32222
32223 \end_layout
32224
32225 \begin_layout Standard
32226 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
32227  argumentos debería tener el nuevo comando.
32228  Con el valor opcional se puede predefinir un valor para un argumento opcional.
32229  Cuando se hace esto, el 
32230 \emph on
32231 primer
32232 \emph default
32233  argumento del nuevo comando es automáticamente opcional.
32234 \end_layout
32235
32236 \begin_layout Standard
32237 \noindent
32238 \align center
32239 \begin_inset Newpage newpage
32240 \end_inset
32241
32242
32243 \end_layout
32244
32245 \begin_layout Standard
32246 Veamos unos ejemplos:
32247 \end_layout
32248
32249 \begin_layout Itemize
32250 Para definir el comando 
32251 \series bold
32252
32253 \backslash
32254 gr
32255 \series default
32256  para 
32257 \series bold
32258
32259 \backslash
32260 Longrightarrow
32261 \series default
32262 , la línea de preámbulo LaTeX es:
32263 \begin_inset VSpace medskip
32264 \end_inset
32265
32266
32267 \begin_inset Newline newline
32268 \end_inset
32269
32270
32271 \series bold
32272
32273 \backslash
32274 newcommand{
32275 \backslash
32276 gr}{
32277 \backslash
32278 Longrightarrow}
32279 \end_layout
32280
32281 \begin_layout Itemize
32282 Para definir el comando 
32283 \series bold
32284
32285 \backslash
32286 us
32287 \series default
32288  para 
32289 \series bold
32290
32291 \backslash
32292 underline
32293 \series default
32294 , el argumento (que sería subrayado) debe tenerse en cuenta.
32295  Para esto la línea de preámbulo es:
32296 \begin_inset VSpace medskip
32297 \end_inset
32298
32299
32300 \begin_inset Newline newline
32301 \end_inset
32302
32303
32304 \series bold
32305
32306 \backslash
32307 newcommand{
32308 \backslash
32309 us}[1]{
32310 \backslash
32311 underline{#1}}
32312 \series default
32313
32314 \begin_inset VSpace medskip
32315 \end_inset
32316
32317
32318 \begin_inset Newline newline
32319 \end_inset
32320
32321 El carácter 
32322 \series bold
32323 #
32324 \series default
32325  actúa como colocador del argumento, el 
32326 \series bold
32327 1
32328 \series default
32329  indica que es el colocador para el primer argumento.
32330 \end_layout
32331
32332 \begin_layout Itemize
32333 Para 
32334 \series bold
32335
32336 \backslash
32337 framebox
32338 \series default
32339  se puede definir, por ejemplo, el comando 
32340 \series bold
32341
32342 \backslash
32343 fb
32344 \series default
32345 :
32346 \begin_inset VSpace medskip
32347 \end_inset
32348
32349
32350 \begin_inset Newline newline
32351 \end_inset
32352
32353
32354 \series bold
32355
32356 \backslash
32357 newcommand{
32358 \backslash
32359 fb}[3]{
32360 \backslash
32361 framebox#1#2{$#3$}}
32362 \series default
32363
32364 \begin_inset VSpace medskip
32365 \end_inset
32366
32367
32368 \begin_inset Newline newline
32369 \end_inset
32370
32371 Los dos signos dólar generan la ecuación extra necesaria para 
32372 \series bold
32373
32374 \backslash
32375 framebox
32376 \series default
32377 , véase 
32378 \begin_inset CommandInset ref
32379 LatexCommand ref
32380 reference "sub:Marcos-con-bordes"
32381
32382 \end_inset
32383
32384 .
32385 \end_layout
32386
32387 \begin_layout Itemize
32388 Para crear un nuevo comando para 
32389 \series bold
32390
32391 \backslash
32392 fcolorbox
32393 \series default
32394  donde no es necesario especificar el color para el marco, el argumento
32395  para el color se define opcional:
32396 \begin_inset VSpace medskip
32397 \end_inset
32398
32399
32400 \begin_inset Newline newline
32401 \end_inset
32402
32403
32404 \series bold
32405
32406 \backslash
32407 newcommand{
32408 \backslash
32409 cb}[3][white]{
32410 \backslash
32411 fcolorbox{#2}{#1}{$#3$}}
32412 \series default
32413
32414 \begin_inset VSpace medskip
32415 \end_inset
32416
32417
32418 \begin_inset Newline newline
32419 \end_inset
32420
32421 Si el color no es especificado al usar 
32422 \series bold
32423
32424 \backslash
32425 cb
32426 \series default
32427 , se elige el color 
32428 \series bold
32429 white
32430 \series default
32431  predefinido.
32432 \end_layout
32433
32434 \begin_layout Standard
32435 Un ensayo con los nuevos comandos definidos:
32436 \end_layout
32437
32438 \begin_layout Standard
32439 \noindent
32440 \align center
32441 \begin_inset Tabular
32442 <lyxtabular version="3" rows="6" columns="2">
32443 <features rotate="0" tabularvalignment="middle">
32444 <column alignment="center" valignment="top">
32445 <column alignment="center" valignment="top">
32446 <row>
32447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32448 \begin_inset Text
32449
32450 \begin_layout Plain Layout
32451 Comando
32452 \end_layout
32453
32454 \end_inset
32455 </cell>
32456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32457 \begin_inset Text
32458
32459 \begin_layout Plain Layout
32460 Resultado
32461 \begin_inset Note Note
32462 status collapsed
32463
32464 \begin_layout Plain Layout
32465
32466 \series bold
32467
32468 \backslash
32469 raisebox
32470 \series default
32471  se usa sólo como espaciador
32472 \end_layout
32473
32474 \end_inset
32475
32476
32477 \end_layout
32478
32479 \end_inset
32480 </cell>
32481 </row>
32482 <row>
32483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32484 \begin_inset Text
32485
32486 \begin_layout Plain Layout
32487 A
32488 \backslash
32489 gr
32490 \begin_inset space \textvisiblespace{}
32491 \end_inset
32492
32493 B
32494 \end_layout
32495
32496 \end_inset
32497 </cell>
32498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32499 \begin_inset Text
32500
32501 \begin_layout Plain Layout
32502 \begin_inset Formula $A\gr B$
32503 \end_inset
32504
32505
32506 \end_layout
32507
32508 \end_inset
32509 </cell>
32510 </row>
32511 <row>
32512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32513 \begin_inset Text
32514
32515 \begin_layout Plain Layout
32516
32517 \backslash
32518 us{ABcd
32519 \end_layout
32520
32521 \end_inset
32522 </cell>
32523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32524 \begin_inset Text
32525
32526 \begin_layout Plain Layout
32527 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \end_inset
32534 </cell>
32535 </row>
32536 <row>
32537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32538 \begin_inset Text
32539
32540 \begin_layout Plain Layout
32541
32542 \backslash
32543 fb{[2cm]
32544 \begin_inset Formula $\to$
32545 \end_inset
32546
32547
32548 \backslash
32549 {
32550 \begin_inset Formula $\to$
32551 \end_inset
32552
32553
32554 \backslash
32555 {
32556 \backslash
32557 int
32558 \begin_inset space \textvisiblespace{}
32559 \end_inset
32560
32561 A=B
32562 \end_layout
32563
32564 \end_inset
32565 </cell>
32566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32567 \begin_inset Text
32568
32569 \begin_layout Plain Layout
32570 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32571 \end_inset
32572
32573
32574 \end_layout
32575
32576 \end_inset
32577 </cell>
32578 </row>
32579 <row>
32580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32581 \begin_inset Text
32582
32583 \begin_layout Plain Layout
32584
32585 \backslash
32586 cb{red
32587 \begin_inset Formula $\to$
32588 \end_inset
32589
32590
32591 \backslash
32592 {
32593 \backslash
32594 int
32595 \begin_inset space \textvisiblespace{}
32596 \end_inset
32597
32598 A=B
32599 \end_layout
32600
32601 \end_inset
32602 </cell>
32603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32604 \begin_inset Text
32605
32606 \begin_layout Plain Layout
32607 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \end_inset
32614 </cell>
32615 </row>
32616 <row>
32617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32618 \begin_inset Text
32619
32620 \begin_layout Plain Layout
32621
32622 \backslash
32623 cb[green]
32624 \backslash
32625 {red
32626 \begin_inset Formula $\to$
32627 \end_inset
32628
32629
32630 \backslash
32631 {
32632 \backslash
32633 int
32634 \begin_inset space \textvisiblespace{}
32635 \end_inset
32636
32637 A=B
32638 \end_layout
32639
32640 \end_inset
32641 </cell>
32642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32643 \begin_inset Text
32644
32645 \begin_layout Plain Layout
32646 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32647 \end_inset
32648
32649
32650 \end_layout
32651
32652 \end_inset
32653 </cell>
32654 </row>
32655 </lyxtabular>
32656
32657 \end_inset
32658
32659
32660 \end_layout
32661
32662 \begin_layout Subsection
32663 Macros de ecuaciones
32664 \begin_inset Index idx
32665 status collapsed
32666
32667 \begin_layout Plain Layout
32668 Comandos de usuario ! Macros de ecuaciones
32669 \end_layout
32670
32671 \end_inset
32672
32673
32674 \begin_inset Index idx
32675 status collapsed
32676
32677 \begin_layout Plain Layout
32678 Macros
32679 \end_layout
32680
32681 \end_inset
32682
32683
32684 \end_layout
32685
32686 \begin_layout Standard
32687 Los comandos definidos por el usuario son especialmente convenientes para
32688  expresiones complejas.
32689  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
32690  el mismo tipo de solución se repite varias veces.
32691  La forma general de una ecuación de segundo grado es:
32692 \begin_inset Formula 
32693 \[
32694 0=\lambda^{2}+p\lambda+q
32695 \]
32696
32697 \end_inset
32698
32699 La forma general de la solución es:
32700 \begin_inset Formula 
32701 \[
32702 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32703 \]
32704
32705 \end_inset
32706
32707
32708 \end_layout
32709
32710 \begin_layout Standard
32711 Para definir un comando para la ecuación de la solución, en donde solo hay
32712  que especificar los tres parámetros 
32713 \begin_inset Formula $\lambda$
32714 \end_inset
32715
32716
32717 \begin_inset Formula $p$
32718 \end_inset
32719
32720 , y 
32721 \begin_inset Formula $q$
32722 \end_inset
32723
32724 , y el índice de 
32725 \begin_inset Formula $\lambda$
32726 \end_inset
32727
32728  puede darse opcionalmente, la línea de preámbulo LaTeX es
32729 \begin_inset Newline newline
32730 \end_inset
32731
32732
32733 \series bold
32734
32735 \backslash
32736 newcommand{
32737 \backslash
32738 qG}[4][1,
32739 \backslash
32740 ,2]{#2_{#1}=-
32741 \backslash
32742 frac{#3}{2}
32743 \backslash
32744 pm
32745 \begin_inset Newline newline
32746 \end_inset
32747
32748
32749 \begin_inset Phantom HPhantom
32750 status open
32751
32752 \begin_layout Plain Layout
32753
32754 \series bold
32755
32756 \backslash
32757 newcommand
32758 \end_layout
32759
32760 \end_inset
32761
32762
32763 \backslash
32764 sqrt{
32765 \backslash
32766 frac{#3^{2}}{4}-#4}}
32767 \end_layout
32768
32769 \begin_layout Standard
32770 Para generar la solución se inserta el comando
32771 \begin_inset Newline newline
32772 \end_inset
32773
32774
32775 \series bold
32776
32777 \backslash
32778 qG{
32779 \backslash
32780 lambda
32781 \begin_inset Formula $\to$
32782 \end_inset
32783
32784
32785 \backslash
32786 {p
32787 \begin_inset Formula $\to$
32788 \end_inset
32789
32790
32791 \backslash
32792 {q
32793 \series default
32794  en una ecuación
32795 \series bold
32796 .
32797 \end_layout
32798
32799 \begin_layout Standard
32800 La definición del nuevo comando no es intuitiva porque hay que conocer los
32801  esquemas de todos los comandos LaTeX usados, por ejemplo, que una fracción
32802  se inserta en LaTeX como
32803 \series bold
32804  
32805 \backslash
32806 frac{numerador}{denominador}
32807 \series default
32808 .
32809  Además, uno puede olvidar fácilmente una llave en la definición y no puede
32810  ver en LyX lo que el nuevo comando está haciendo.
32811  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
32812  ecuación en vez del comando
32813 \series bold
32814  
32815 \backslash
32816 newcommand
32817 \series default
32818 .
32819 \end_layout
32820
32821 \begin_layout Standard
32822 Una macro de ecuación se crea con el menú 
32823 \family sans
32824 Insertar\SpecialChar \menuseparator
32825 Ecuación\SpecialChar \menuseparator
32826 Macro
32827 \family default
32828  o con el botón 
32829 \begin_inset Graphics
32830         filename ../../images/math-macro_newmacroname_newcommand.png
32831         scale 85
32832
32833 \end_inset
32834
32835  de la barra de herramientas.
32836  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
32837  como el siguiente donde se define la macro:
32838 \begin_inset Newline newline
32839 \end_inset
32840
32841
32842 \end_layout
32843
32844 \begin_layout Standard
32845 \begin_inset space \hspace*{\fill}
32846 \end_inset
32847
32848
32849 \begin_inset Graphics
32850         filename ../clipart/macrobox.png
32851
32852 \end_inset
32853
32854
32855 \begin_inset space \hspace*{\fill}
32856 \end_inset
32857
32858
32859 \begin_inset Newline newline
32860 \end_inset
32861
32862
32863 \begin_inset FormulaMacro
32864 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32865 \end_inset
32866
32867
32868 \backslash
32869 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
32870  En el primer marco azul se inserta la ecuación buscada.
32871  Con el comando 
32872 \series bold
32873
32874 \backslash
32875 #númerodeargumento
32876 \series default
32877 , , o con el botón 
32878 \begin_inset Graphics
32879         filename ../../images/math-macro-add-param.png
32880         scale 85
32881
32882 \end_inset
32883
32884  de la barra de herramientas de macros se inserta un colocador de argumento,
32885  p.
32886 \begin_inset space \thinspace{}
32887 \end_inset
32888
32889 e
32890 \begin_inset space \space{}
32891 \end_inset
32892
32893
32894 \series bold
32895
32896 \backslash
32897 #1
32898 \series default
32899 .
32900  Los colocadores de argumento se muestran en rojo.
32901  Se pueden poner 9
32902 \begin_inset space ~
32903 \end_inset
32904
32905 argumentos como máximo.
32906  Con el botón 
32907 \begin_inset Graphics
32908         filename ../../images/math-macro-add-optional-param.png
32909         scale 85
32910
32911 \end_inset
32912
32913  se crean argumentos opcionales.
32914  El primer argumento no opcional puede transformarse en opcional con el
32915  botón 
32916 \begin_inset Graphics
32917         filename ../../images/math-macro-make-optional.png
32918         scale 85
32919
32920 \end_inset
32921
32922 .
32923  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
32924  Normalmente quieres verlo tal como está definido, así que el recuadro se
32925  deja vacío.
32926  Pero si has creado una macro que necesita mucho espacio en la pantalla,
32927  en dicho recuadro puedes insertar, por ejemplo
32928 \begin_inset Newline newline
32929 \end_inset
32930
32931
32932 \series bold
32933 qG: 
32934 \backslash
32935 #1
32936 \series default
32937  
32938 \series bold
32939 ,
32940 \series default
32941  
32942 \series bold
32943
32944 \backslash
32945 #2
32946 \series default
32947  
32948 \series bold
32949 ,
32950 \series default
32951  
32952 \series bold
32953
32954 \backslash
32955 #3, 
32956 \backslash
32957 #4
32958 \begin_inset Newline newline
32959 \end_inset
32960
32961
32962 \series default
32963 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
32964  en LyX, lo que conlleva una visualización mejor.
32965  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
32966 \begin_inset Newline newline
32967 \end_inset
32968
32969 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
32970  macros individuales situando el cursor en la macro y usando el menú 
32971 \family sans
32972 Ver\SpecialChar \menuseparator
32973 (Des)plegar macro de ecuación.
32974 \end_layout
32975
32976 \begin_layout Standard
32977 Para usar una macro, se inserta el nombre de la misma como comando en una
32978  ecuación, en nuestro caso 
32979 \series bold
32980
32981 \backslash
32982 qG
32983 \series default
32984 .
32985  Nuestra macro se muestra en LyX así:
32986 \begin_inset Newline newline
32987 \end_inset
32988
32989
32990 \begin_inset space \hspace*{\fill}
32991 \end_inset
32992
32993
32994 \begin_inset Graphics
32995         filename ../clipart/macrouse.png
32996
32997 \end_inset
32998
32999
33000 \begin_inset space \hspace*{\fill}
33001 \end_inset
33002
33003
33004 \begin_inset Newline newline
33005 \end_inset
33006
33007 Aquí tenemos nuestro ejemplo de macro con los argumentos 
33008 \begin_inset Formula $x$
33009 \end_inset
33010
33011
33012 \begin_inset Formula $\ln(x)$
33013 \end_inset
33014
33015 , y 
33016 \begin_inset Formula $B$
33017 \end_inset
33018
33019 :
33020 \end_layout
33021
33022 \begin_layout Standard
33023 \begin_inset Formula 
33024 \[
33025 \qG x{\ln(x)}B
33026 \]
33027
33028 \end_inset
33029
33030
33031 \end_layout
33032
33033 \begin_layout Standard
33034 LyX ofrece en el menú 
33035 \family sans
33036 Herramientas
33037 \family default
33038 \SpecialChar \menuseparator
33039
33040 \family sans
33041 Preferencias\SpecialChar \menuseparator
33042 Edición\SpecialChar \menuseparator
33043 Control
33044 \family default
33045  diferentes estilos para editar macros.
33046  Para encontrar el estilo que más te convenga, elige un estilo y pon el
33047  cursor en una macro para ver la diferencia.
33048 \end_layout
33049
33050 \begin_layout Standard
33051 Una macro de ecuación se transforma internamente en un comando 
33052 \series bold
33053
33054 \backslash
33055 newcommand
33056 \series default
33057  cuando se exporta el documento.
33058  El comando creado 
33059 \series bold
33060
33061 \backslash
33062 newcommand
33063 \series default
33064  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
33065  usar en ecuaciones que estén en recuadros de definición de macros en el
33066  documento.
33067  
33068 \end_layout
33069
33070 \begin_layout Standard
33071 Las macros de ecuación también pueden crearse directamente a partir de un
33072  comando
33073 \series bold
33074  
33075 \backslash
33076 newcommand
33077 \series default
33078 .
33079  Por ejemplo, escribiendo el comando
33080 \begin_inset Newline newline
33081 \end_inset
33082
33083
33084 \series bold
33085
33086 \backslash
33087 newcommand{
33088 \backslash
33089 larrow}[2]{
33090 \backslash
33091 xleftarrow[#2]{#1}}
33092 \begin_inset Newline newline
33093 \end_inset
33094
33095
33096 \series default
33097 como texto normal en LyX, seleccionándolo completamente y usando a continuación
33098  el atajo 
33099 \family sans
33100 Ctrl+M
33101 \family default
33102 , el comando se transformará en una macro de ecuación.
33103  Al emplear este método debes tener cuidado en escribir correctamente el
33104  comando 
33105 \series bold
33106
33107 \backslash
33108 newcommand
33109 \series default
33110 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
33111  
33112 \end_layout
33113
33114 \begin_layout Standard
33115 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
33116  en definiciones de macros se manejan incorrectamente.
33117  Por eso el ejemplo 
33118 \series bold
33119
33120 \backslash
33121 fb
33122 \series default
33123  de 
33124 \begin_inset CommandInset ref
33125 LatexCommand ref
33126 reference "sub:El-comando-newcommand"
33127
33128 \end_inset
33129
33130  no puede crearse como macro.
33131 \end_layout
33132
33133 \begin_layout Standard
33134 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
33135  la barra de herramientas de macros:
33136 \end_layout
33137
33138 \begin_layout Standard
33139 \begin_inset VSpace defskip
33140 \end_inset
33141
33142
33143 \end_layout
33144
33145 \begin_layout Standard
33146 \begin_inset Graphics
33147         filename ../clipart/MacroToolbar.png
33148
33149 \end_inset
33150
33151
33152 \begin_inset Index idx
33153 status collapsed
33154
33155 \begin_layout Plain Layout
33156 Macros ! Barra de herramientas
33157 \end_layout
33158
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \begin_layout Standard
33165 \begin_inset VSpace defskip
33166 \end_inset
33167
33168
33169 \end_layout
33170
33171 \begin_layout Standard
33172 La barra de herramientas de macros contiene los siguientes botones:
33173 \end_layout
33174
33175 \begin_layout Standard
33176 \begin_inset VSpace defskip
33177 \end_inset
33178
33179
33180 \end_layout
33181
33182 \begin_layout Standard
33183 \begin_inset Tabular
33184 <lyxtabular version="3" rows="9" columns="2">
33185 <features rotate="0" islongtable="true" longtabularalignment="center">
33186 <column alignment="left" valignment="top">
33187 <column alignment="left" valignment="top" width="85col%">
33188 <row interlinespace="2.5mm">
33189 <cell alignment="center" valignment="top" usebox="none">
33190 \begin_inset Text
33191
33192 \begin_layout Plain Layout
33193 \begin_inset Graphics
33194         filename ../../images/math-macro-remove-param.png
33195         rotateOrigin center
33196
33197 \end_inset
33198
33199
33200 \end_layout
33201
33202 \end_inset
33203 </cell>
33204 <cell alignment="center" valignment="top" usebox="none">
33205 \begin_inset Text
33206
33207 \begin_layout Plain Layout
33208
33209 \family sans
33210 Editar\SpecialChar \menuseparator
33211 Ecuación\SpecialChar \menuseparator
33212 Definición de macro\SpecialChar \menuseparator
33213 Quitar último argumento
33214 \end_layout
33215
33216 \end_inset
33217 </cell>
33218 </row>
33219 <row interlinespace="2.5mm">
33220 <cell alignment="center" valignment="top" usebox="none">
33221 \begin_inset Text
33222
33223 \begin_layout Plain Layout
33224 \begin_inset Graphics
33225         filename ../../images/math-macro-add-param.png
33226         rotateOrigin center
33227
33228 \end_inset
33229
33230
33231 \end_layout
33232
33233 \end_inset
33234 </cell>
33235 <cell alignment="center" valignment="top" usebox="none">
33236 \begin_inset Text
33237
33238 \begin_layout Plain Layout
33239
33240 \family sans
33241 Editar\SpecialChar \menuseparator
33242 Ecuación\SpecialChar \menuseparator
33243 Definición de macro\SpecialChar \menuseparator
33244 Añadir argumento
33245 \end_layout
33246
33247 \end_inset
33248 </cell>
33249 </row>
33250 <row interlinespace="2.5mm">
33251 <cell alignment="center" valignment="top" usebox="none">
33252 \begin_inset Text
33253
33254 \begin_layout Plain Layout
33255 \begin_inset Graphics
33256         filename ../../images/math-macro-make-optional.png
33257         rotateOrigin center
33258
33259 \end_inset
33260
33261
33262 \end_layout
33263
33264 \end_inset
33265 </cell>
33266 <cell alignment="center" valignment="top" usebox="none">
33267 \begin_inset Text
33268
33269 \begin_layout Plain Layout
33270
33271 \family sans
33272 Editar\SpecialChar \menuseparator
33273 Ecuación\SpecialChar \menuseparator
33274 Definición de macro\SpecialChar \menuseparator
33275 Hacer opcional el primer
33276 \begin_inset Newline newline
33277 \end_inset
33278
33279
33280 \begin_inset Phantom HPhantom
33281 status open
33282
33283 \begin_layout Plain Layout
33284
33285 \family sans
33286 Editar\SpecialChar \menuseparator
33287 Ecuación\SpecialChar \menuseparator
33288 Definición de macro\SpecialChar \menuseparator
33289
33290 \end_layout
33291
33292 \end_inset
33293
33294 argumento no opcional
33295 \end_layout
33296
33297 \end_inset
33298 </cell>
33299 </row>
33300 <row interlinespace="2.5mm">
33301 <cell alignment="center" valignment="top" usebox="none">
33302 \begin_inset Text
33303
33304 \begin_layout Plain Layout
33305 \begin_inset Graphics
33306         filename ../../images/math-macro-make-nonoptional.png
33307         rotateOrigin center
33308
33309 \end_inset
33310
33311
33312 \end_layout
33313
33314 \end_inset
33315 </cell>
33316 <cell alignment="center" valignment="top" usebox="none">
33317 \begin_inset Text
33318
33319 \begin_layout Plain Layout
33320
33321 \family sans
33322 Editar\SpecialChar \menuseparator
33323 Ecuación\SpecialChar \menuseparator
33324 Definición de macro\SpecialChar \menuseparator
33325 Hacer no opcional el primer
33326 \begin_inset Newline newline
33327 \end_inset
33328
33329
33330 \begin_inset Phantom HPhantom
33331 status open
33332
33333 \begin_layout Plain Layout
33334
33335 \family sans
33336 Editar\SpecialChar \menuseparator
33337 Ecuación\SpecialChar \menuseparator
33338 Definición de macro\SpecialChar \menuseparator
33339
33340 \end_layout
33341
33342 \end_inset
33343
33344 argumento opcional
33345 \end_layout
33346
33347 \end_inset
33348 </cell>
33349 </row>
33350 <row interlinespace="2.5mm">
33351 <cell alignment="center" valignment="top" usebox="none">
33352 \begin_inset Text
33353
33354 \begin_layout Plain Layout
33355 \begin_inset Graphics
33356         filename ../../images/math-macro-remove-optional-param.png
33357         rotateOrigin center
33358
33359 \end_inset
33360
33361
33362 \end_layout
33363
33364 \end_inset
33365 </cell>
33366 <cell alignment="center" valignment="top" usebox="none">
33367 \begin_inset Text
33368
33369 \begin_layout Plain Layout
33370
33371 \family sans
33372 Editar\SpecialChar \menuseparator
33373 Ecuación\SpecialChar \menuseparator
33374 Definición de macro\SpecialChar \menuseparator
33375 Quitar argumento opcional
33376 \end_layout
33377
33378 \end_inset
33379 </cell>
33380 </row>
33381 <row interlinespace="2.5mm">
33382 <cell alignment="center" valignment="top" usebox="none">
33383 \begin_inset Text
33384
33385 \begin_layout Plain Layout
33386 \begin_inset Graphics
33387         filename ../../images/math-macro-add-optional-param.png
33388         rotateOrigin center
33389
33390 \end_inset
33391
33392
33393 \end_layout
33394
33395 \end_inset
33396 </cell>
33397 <cell alignment="center" valignment="top" usebox="none">
33398 \begin_inset Text
33399
33400 \begin_layout Plain Layout
33401
33402 \family sans
33403 Editar\SpecialChar \menuseparator
33404 Ecuación\SpecialChar \menuseparator
33405 Definición de macro\SpecialChar \menuseparator
33406 Insertar argumento opcional
33407 \end_layout
33408
33409 \end_inset
33410 </cell>
33411 </row>
33412 <row interlinespace="2.5mm">
33413 <cell alignment="center" valignment="top" usebox="none">
33414 \begin_inset Text
33415
33416 \begin_layout Plain Layout
33417 \begin_inset Graphics
33418         filename ../../images/math-macro-remove-greedy-param.png
33419         rotateOrigin center
33420
33421 \end_inset
33422
33423
33424 \end_layout
33425
33426 \end_inset
33427 </cell>
33428 <cell alignment="center" valignment="top" usebox="none">
33429 \begin_inset Text
33430
33431 \begin_layout Plain Layout
33432
33433 \family sans
33434 Editar\SpecialChar \menuseparator
33435 Ecuación\SpecialChar \menuseparator
33436 Definición de macro\SpecialChar \menuseparator
33437 Quitar último argumento
33438 \begin_inset Newline newline
33439 \end_inset
33440
33441
33442 \begin_inset Phantom HPhantom
33443 status open
33444
33445 \begin_layout Plain Layout
33446
33447 \family sans
33448 Editar\SpecialChar \menuseparator
33449 Ecuación\SpecialChar \menuseparator
33450 Definición de macro\SpecialChar \menuseparator
33451
33452 \end_layout
33453
33454 \end_inset
33455
33456 yendo hacia la derecha
33457 \end_layout
33458
33459 \end_inset
33460 </cell>
33461 </row>
33462 <row interlinespace="2.5mm">
33463 <cell alignment="center" valignment="top" usebox="none">
33464 \begin_inset Text
33465
33466 \begin_layout Plain Layout
33467 \begin_inset Graphics
33468         filename ../../images/math-macro-append-greedy-param.png
33469         rotateOrigin center
33470
33471 \end_inset
33472
33473
33474 \end_layout
33475
33476 \end_inset
33477 </cell>
33478 <cell alignment="center" valignment="top" usebox="none">
33479 \begin_inset Text
33480
33481 \begin_layout Plain Layout
33482
33483 \family sans
33484 Editar\SpecialChar \menuseparator
33485 Ecuación\SpecialChar \menuseparator
33486 Definición de macro\SpecialChar \menuseparator
33487 Añadir argumento comiendo
33488 \begin_inset Newline newline
33489 \end_inset
33490
33491
33492 \begin_inset Phantom HPhantom
33493 status open
33494
33495 \begin_layout Plain Layout
33496
33497 \family sans
33498 Editar\SpecialChar \menuseparator
33499 Ecuación\SpecialChar \menuseparator
33500 Definición de macro\SpecialChar \menuseparator
33501
33502 \end_layout
33503
33504 \end_inset
33505
33506 desde la derecha
33507 \end_layout
33508
33509 \end_inset
33510 </cell>
33511 </row>
33512 <row interlinespace="2.5mm">
33513 <cell alignment="center" valignment="top" usebox="none">
33514 \begin_inset Text
33515
33516 \begin_layout Plain Layout
33517 \begin_inset Graphics
33518         filename ../../images/math-macro-add-greedy-optional-param.png
33519         rotateOrigin center
33520
33521 \end_inset
33522
33523
33524 \end_layout
33525
33526 \end_inset
33527 </cell>
33528 <cell alignment="center" valignment="top" usebox="none">
33529 \begin_inset Text
33530
33531 \begin_layout Plain Layout
33532
33533 \family sans
33534 Editar\SpecialChar \menuseparator
33535 Ecuación\SpecialChar \menuseparator
33536 Definición de macro\SpecialChar \menuseparator
33537 Añadir argumento opcional
33538 \begin_inset Newline newline
33539 \end_inset
33540
33541
33542 \begin_inset Phantom HPhantom
33543 status open
33544
33545 \begin_layout Plain Layout
33546
33547 \family sans
33548 Editar\SpecialChar \menuseparator
33549 Ecuación\SpecialChar \menuseparator
33550 Definición de macro\SpecialChar \menuseparator
33551
33552 \end_layout
33553
33554 \end_inset
33555
33556 comiendo desde la derecha
33557 \end_layout
33558
33559 \end_inset
33560 </cell>
33561 </row>
33562 </lyxtabular>
33563
33564 \end_inset
33565
33566
33567 \end_layout
33568
33569 \begin_layout Section
33570 Sistema algebraico computacional
33571 \end_layout
33572
33573 \begin_layout Standard
33574 LyX permite el intercambio entre expresiones matemáticas escritas con su
33575  editor de ecuaciones y aplicaciones externas o guiones definidos por el
33576  usuario.
33577  Las aplicaciones soportadas actualmente son 
33578 \family sans
33579 Maple
33580 \family default
33581
33582 \family sans
33583 Mathematica
33584 \family default
33585
33586 \family sans
33587 Maxima
33588 \family default
33589  y 
33590 \family sans
33591 Octave
33592 \family default
33593 .
33594  Hay que advertir que el conjunto de estructuras matemáticas soportadas
33595  se limita a casos muy simples.
33596 \end_layout
33597
33598 \begin_layout Subsection
33599 Utilización
33600 \end_layout
33601
33602 \begin_layout Standard
33603 Escribe alguna expresión en una ecuación, despliega el menú 
33604 \family sans
33605 Editar\SpecialChar \menuseparator
33606 Ecuación\SpecialChar \menuseparator
33607 Usar programa de álgebra
33608 \family default
33609  y elige la aplicación que esté instalada en tu ordenador.
33610  Después de eso el resultado de la computación debería mostrarse a la derecha
33611  de la expresión junto con el operador "=".
33612 \end_layout
33613
33614 \begin_layout Standard
33615 A continuación hay unos ejemplos sencillos (con resultados de 
33616 \family sans
33617 Maxima
33618 \family default
33619 ) que muestran qué tipos de computación se pueden realizar:
33620 \end_layout
33621
33622 \begin_layout Itemize
33623 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33624 \end_inset
33625
33626
33627 \end_layout
33628
33629 \begin_layout Itemize
33630 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33631 \end_inset
33632
33633
33634 \end_layout
33635
33636 \begin_layout Itemize
33637 \begin_inset Formula $\int_{1}^{2}\sen(x)dx=\cos1-\cos2$
33638 \end_inset
33639
33640
33641 \end_layout
33642
33643 \begin_layout Itemize
33644 \begin_inset Formula $\det\left[\begin{array}{ccc}
33645 1 & 6 & 7\\
33646 2 & 5 & 8\\
33647 3 & 4 & 17
33648 \end{array}\right]=-56$
33649 \end_inset
33650
33651
33652 \end_layout
33653
33654 \begin_layout Itemize
33655 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33656 \end_inset
33657
33658
33659 \end_layout
33660
33661 \begin_layout Subsection
33662 Atajos de teclado
33663 \end_layout
33664
33665 \begin_layout Standard
33666 Actualmente no hay atajos de teclado para ejecutar las aplicaciones de álgebra.
33667  Se puede vincular fácilmente una combinación de teclas a la función 
33668 \family sans
33669 math-extern
33670 \family default
33671  de Lyx (véase el manual 
33672 \emph on
33673 Funciones de LyX
33674 \emph default
33675 ).
33676  Por ejemplo, para vincular la tecla 
33677 \family sans
33678 Entrar
33679 \family default
33680  en el editor de ecuaciones a 
33681 \family sans
33682 Maxima
33683 \family default
33684  se podría usar este comando para definir el atajo de teclado:
33685 \end_layout
33686
33687 \begin_layout Standard
33688
33689 \series bold
33690 command-alternatives break-paragraph;math-extern maxima
33691 \end_layout
33692
33693 \begin_layout Section
33694 Consejos prácticos
33695 \begin_inset Index idx
33696 status collapsed
33697
33698 \begin_layout Plain Layout
33699 Consejos prácticos
33700 \end_layout
33701
33702 \end_inset
33703
33704
33705 \end_layout
33706
33707 \begin_layout Subsection
33708 Números negativos
33709 \begin_inset Index idx
33710 status collapsed
33711
33712 \begin_layout Plain Layout
33713 Numeros@Números ! negativos
33714 \end_layout
33715
33716 \end_inset
33717
33718
33719 \end_layout
33720
33721 \begin_layout Standard
33722 Los números negativos a veces se ven feos en las ecuaciones porque el signo
33723  menos delante del número tiene la misma longitud que el operador signo
33724  menos.
33725  Si se escribe el número negativo en texto normal el signo menos aparece
33726  correctamente.
33727 \end_layout
33728
33729 \begin_layout Standard
33730 Así pues, el problema desaparece si se convierte el signo menos a texto
33731  matemático.
33732 \end_layout
33733
33734 \begin_layout Standard
33735 Un ejemplo para visualizar el problema:
33736 \end_layout
33737
33738 \begin_layout Standard
33739 \noindent
33740 \align center
33741 \begin_inset Tabular
33742 <lyxtabular version="3" rows="3" columns="2">
33743 <features rotate="0" tabularvalignment="middle">
33744 <column alignment="center" valignment="top">
33745 <column alignment="center" valignment="top">
33746 <row>
33747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33748 \begin_inset Text
33749
33750 \begin_layout Plain Layout
33751 texto normal:
33752 \end_layout
33753
33754 \end_inset
33755 </cell>
33756 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33757 \begin_inset Text
33758
33759 \begin_layout Plain Layout
33760 x = -2
33761 \end_layout
33762
33763 \end_inset
33764 </cell>
33765 </row>
33766 <row>
33767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33768 \begin_inset Text
33769
33770 \begin_layout Plain Layout
33771 ecuación:
33772 \end_layout
33773
33774 \end_inset
33775 </cell>
33776 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33777 \begin_inset Text
33778
33779 \begin_layout Plain Layout
33780 \begin_inset Formula $x=-2$
33781 \end_inset
33782
33783
33784 \end_layout
33785
33786 \end_inset
33787 </cell>
33788 </row>
33789 <row>
33790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33791 \begin_inset Text
33792
33793 \begin_layout Plain Layout
33794 solución:
33795 \end_layout
33796
33797 \end_inset
33798 </cell>
33799 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33800 \begin_inset Text
33801
33802 \begin_layout Plain Layout
33803 \begin_inset Formula $x=\mbox{-}2$
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \end_inset
33810 </cell>
33811 </row>
33812 </lyxtabular>
33813
33814 \end_inset
33815
33816
33817 \end_layout
33818
33819 \begin_layout Subsection
33820 Coma como separador decimal
33821 \begin_inset Index idx
33822 status collapsed
33823
33824 \begin_layout Plain Layout
33825 Coma decimal
33826 \end_layout
33827
33828 \end_inset
33829
33830
33831 \end_layout
33832
33833 \begin_layout Standard
33834 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
33835  de grupos numéricos.
33836  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
33837 \end_layout
33838
33839 \begin_layout Standard
33840 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
33841  
33842 \family sans
33843 Ctrl+M
33844 \family default
33845 ).
33846 \end_layout
33847
33848 \begin_layout Standard
33849 Para usar las comas en todas las fórmulas del documento como separador decimal,
33850  se carga el archivo 
33851 \series bold
33852 icomma.sty
33853 \series default
33854
33855 \begin_inset Foot
33856 status collapsed
33857
33858 \begin_layout Plain Layout
33859
33860 \series bold
33861 icomma
33862 \series default
33863  forma parte del paquete LaTeX 
33864 \series bold
33865 was
33866 \series default
33867
33868 \begin_inset Index idx
33869 status collapsed
33870
33871 \begin_layout Plain Layout
33872 Paquetes ! was
33873 \begin_inset ERT
33874 status collapsed
33875
33876 \begin_layout Plain Layout
33877
33878
33879 \backslash
33880 vspace{4mm}
33881 \end_layout
33882
33883 \end_inset
33884
33885
33886 \end_layout
33887
33888 \end_inset
33889
33890 .
33891 \end_layout
33892
33893 \end_inset
33894
33895
33896 \begin_inset Index idx
33897 status collapsed
33898
33899 \begin_layout Plain Layout
33900 Paquetes ! icomma
33901 \end_layout
33902
33903 \end_inset
33904
33905  en el preámbulo LaTeX con la línea: 
33906 \end_layout
33907
33908 \begin_layout Standard
33909
33910 \series bold
33911
33912 \backslash
33913 usepackage{icomma}
33914 \end_layout
33915
33916 \begin_layout Subsection
33917 Vectores cuánticos y notación bra-ket
33918 \begin_inset CommandInset label
33919 LatexCommand label
33920 name "sub:Vectores-cuánticos"
33921
33922 \end_inset
33923
33924
33925 \begin_inset Index idx
33926 status open
33927
33928 \begin_layout Plain Layout
33929 Vectores cuánticos
33930 \end_layout
33931
33932 \end_inset
33933
33934
33935 \begin_inset Index idx
33936 status open
33937
33938 \begin_layout Plain Layout
33939 Notación bra-ket
33940 \end_layout
33941
33942 \end_inset
33943
33944
33945 \end_layout
33946
33947 \begin_layout Standard
33948 El paquete LaTeX 
33949 \series bold
33950 braket
33951 \series default
33952
33953 \begin_inset Index idx
33954 status collapsed
33955
33956 \begin_layout Plain Layout
33957 Paquetes ! braket
33958 \end_layout
33959
33960 \end_inset
33961
33962  suministra comandos para escribir paréntesis angulares que se usan en mecánica
33963  cuántica: la notación 
33964 \begin_inset Quotes fld
33965 \end_inset
33966
33967 bra-ket
33968 \begin_inset Quotes frd
33969 \end_inset
33970
33971 ; se carga con la línea de preámbulo LaTeX:
33972 \end_layout
33973
33974 \begin_layout Standard
33975
33976 \series bold
33977
33978 \backslash
33979 usepackage{braket}
33980 \end_layout
33981
33982 \begin_layout Standard
33983 \begin_inset ERT
33984 status collapsed
33985
33986 \begin_layout Plain Layout
33987
33988
33989 \backslash
33990 ifbraket 
33991 \end_layout
33992
33993 \end_inset
33994
33995
33996 \begin_inset Note Note
33997 status open
33998
33999 \begin_layout Plain Layout
34000 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
34001 \series bold
34002 braket
34003 \series default
34004  está instalado.
34005 \end_layout
34006
34007 \end_inset
34008
34009
34010 \end_layout
34011
34012 \begin_layout Standard
34013 Están definidos los siguientes comandos:
34014 \end_layout
34015
34016 \begin_layout Standard
34017 \noindent
34018 \align center
34019 \begin_inset Tabular
34020 <lyxtabular version="3" rows="4" columns="2">
34021 <features rotate="0" tabularvalignment="middle">
34022 <column alignment="center" valignment="top">
34023 <column alignment="center" valignment="top">
34024 <row>
34025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34026 \begin_inset Text
34027
34028 \begin_layout Plain Layout
34029 Comando
34030 \end_layout
34031
34032 \end_inset
34033 </cell>
34034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34035 \begin_inset Text
34036
34037 \begin_layout Plain Layout
34038 Resultado
34039 \end_layout
34040
34041 \end_inset
34042 </cell>
34043 </row>
34044 <row>
34045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34046 \begin_inset Text
34047
34048 \begin_layout Plain Layout
34049
34050 \backslash
34051 Bra{
34052 \backslash
34053 psi
34054 \end_layout
34055
34056 \end_inset
34057 </cell>
34058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34059 \begin_inset Text
34060
34061 \begin_layout Plain Layout
34062 \begin_inset Formula $\Bra{\psi}$
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \end_inset
34069 </cell>
34070 </row>
34071 <row>
34072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34073 \begin_inset Text
34074
34075 \begin_layout Plain Layout
34076
34077 \backslash
34078 Ket{
34079 \backslash
34080 psi
34081 \end_layout
34082
34083 \end_inset
34084 </cell>
34085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34086 \begin_inset Text
34087
34088 \begin_layout Plain Layout
34089 \begin_inset Formula $\Ket{\psi}$
34090 \end_inset
34091
34092
34093 \end_layout
34094
34095 \end_inset
34096 </cell>
34097 </row>
34098 <row>
34099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34100 \begin_inset Text
34101
34102 \begin_layout Plain Layout
34103
34104 \backslash
34105 Braket{
34106 \backslash
34107 psi|
34108 \backslash
34109 phi
34110 \end_layout
34111
34112 \end_inset
34113 </cell>
34114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34115 \begin_inset Text
34116
34117 \begin_layout Plain Layout
34118 \begin_inset Formula $\Braket{\psi|\phi}$
34119 \end_inset
34120
34121
34122 \end_layout
34123
34124 \end_inset
34125 </cell>
34126 </row>
34127 </lyxtabular>
34128
34129 \end_inset
34130
34131
34132 \end_layout
34133
34134 \begin_layout Standard
34135 El comando 
34136 \series bold
34137
34138 \backslash
34139 Braket
34140 \series default
34141  asegura que todas las barras verticales tienen el tamaño de los delimitadores
34142  circundantes:
34143 \begin_inset Formula 
34144 \[
34145 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34146 \]
34147
34148 \end_inset
34149
34150
34151 \begin_inset ERT
34152 status collapsed
34153
34154 \begin_layout Plain Layout
34155
34156
34157 \backslash
34158 else
34159 \end_layout
34160
34161 \end_inset
34162
34163
34164 \begin_inset Note Note
34165 status open
34166
34167 \begin_layout Plain Layout
34168 Lo que sigue se verá en la salida si el paquete LaTeX 
34169 \series bold
34170 braket
34171 \series default
34172  no está instalado:
34173 \end_layout
34174
34175 \end_inset
34176
34177
34178 \end_layout
34179
34180 \begin_layout Standard
34181 Debes instalar el paquete LaTeX 
34182 \series bold
34183 braket
34184 \series default
34185  para ver en la salida el resto de esta subsección.
34186 \end_layout
34187
34188 \begin_layout Standard
34189 \begin_inset ERT
34190 status collapsed
34191
34192 \begin_layout Plain Layout
34193
34194
34195 \backslash
34196 fi
34197 \end_layout
34198
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \begin_layout Standard
34205 El efecto de 
34206 \series bold
34207
34208 \backslash
34209 Braket
34210 \series default
34211  también se puede conseguir con el comando 
34212 \series bold
34213
34214 \backslash
34215 middle
34216 \series default
34217 , que se describe en 
34218 \begin_inset CommandInset ref
34219 LatexCommand ref
34220 reference "sub:Tamaño-automático-de"
34221
34222 \end_inset
34223
34224 .
34225 \end_layout
34226
34227 \begin_layout Subsection
34228 Fracciones definidas por el usuario
34229 \begin_inset CommandInset label
34230 LatexCommand label
34231 name "sub:Fracciones-personalizadas"
34232
34233 \end_inset
34234
34235
34236 \begin_inset Index idx
34237 status collapsed
34238
34239 \begin_layout Plain Layout
34240 Fracciones ! personalizadas
34241 \end_layout
34242
34243 \end_inset
34244
34245
34246 \end_layout
34247
34248 \begin_layout Standard
34249 Para definir comandos personalizados para fracciones, se usa el comando
34250  
34251 \series bold
34252
34253 \backslash
34254 genfrac
34255 \series default
34256
34257 \begin_inset Index idx
34258 status collapsed
34259
34260 \begin_layout Plain Layout
34261 Comandos ! G ! 
34262 \backslash
34263 genfrac
34264 \end_layout
34265
34266 \end_inset
34267
34268  con el siguiente esquema:
34269 \end_layout
34270
34271 \begin_layout Standard
34272
34273 \series bold
34274
34275 \backslash
34276 genfrac{delimitador izquierdo}{delimitador derecho}
34277 \begin_inset Newline newline
34278 \end_inset
34279
34280
34281 \begin_inset Phantom HPhantom
34282 status open
34283
34284 \begin_layout Plain Layout
34285
34286 \series bold
34287
34288 \backslash
34289 genfrac
34290 \end_layout
34291
34292 \end_inset
34293
34294 {grosor raya de fracción}{estilo}{numerador}{denominador}
34295 \end_layout
34296
34297 \begin_layout Standard
34298 El estilo es un número en el rango 0
34299 \begin_inset space \thinspace{}
34300 \end_inset
34301
34302 -
34303 \begin_inset space \thinspace{}
34304 \end_inset
34305
34306 3.
34307 \end_layout
34308
34309 \begin_layout Standard
34310 \align center
34311 \begin_inset Tabular
34312 <lyxtabular version="3" rows="5" columns="2">
34313 <features rotate="0" tabularvalignment="middle">
34314 <column alignment="center" valignment="top">
34315 <column alignment="center" valignment="top">
34316 <row>
34317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34318 \begin_inset Text
34319
34320 \begin_layout Plain Layout
34321 Número
34322 \end_layout
34323
34324 \end_inset
34325 </cell>
34326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34327 \begin_inset Text
34328
34329 \begin_layout Plain Layout
34330 Estilo (tamaño)
34331 \end_layout
34332
34333 \end_inset
34334 </cell>
34335 </row>
34336 <row>
34337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34338 \begin_inset Text
34339
34340 \begin_layout Plain Layout
34341 0
34342 \end_layout
34343
34344 \end_inset
34345 </cell>
34346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34347 \begin_inset Text
34348
34349 \begin_layout Plain Layout
34350 ecuación presentada
34351 \end_layout
34352
34353 \end_inset
34354 </cell>
34355 </row>
34356 <row>
34357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34358 \begin_inset Text
34359
34360 \begin_layout Plain Layout
34361 1
34362 \end_layout
34363
34364 \end_inset
34365 </cell>
34366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34367 \begin_inset Text
34368
34369 \begin_layout Plain Layout
34370 ecuación en línea
34371 \end_layout
34372
34373 \end_inset
34374 </cell>
34375 </row>
34376 <row>
34377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34378 \begin_inset Text
34379
34380 \begin_layout Plain Layout
34381 2
34382 \end_layout
34383
34384 \end_inset
34385 </cell>
34386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34387 \begin_inset Text
34388
34389 \begin_layout Plain Layout
34390 pequeño
34391 \end_layout
34392
34393 \end_inset
34394 </cell>
34395 </row>
34396 <row>
34397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34398 \begin_inset Text
34399
34400 \begin_layout Plain Layout
34401 3
34402 \end_layout
34403
34404 \end_inset
34405 </cell>
34406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34407 \begin_inset Text
34408
34409 \begin_layout Plain Layout
34410 muy pequeño
34411 \end_layout
34412
34413 \end_inset
34414 </cell>
34415 </row>
34416 </lyxtabular>
34417
34418 \end_inset
34419
34420
34421 \end_layout
34422
34423 \begin_layout Standard
34424 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
34425  
34426 \series bold
34427
34428 \backslash
34429 frac
34430 \series default
34431 .
34432 \end_layout
34433
34434 \begin_layout Standard
34435 Si no se pone grosor de la raya de fracción se usará el valor predefinido
34436  de 0.4
34437 \begin_inset space \thinspace{}
34438 \end_inset
34439
34440 pt.
34441 \end_layout
34442
34443 \begin_layout Standard
34444 Por ejemplo, los comandos 
34445 \series bold
34446
34447 \backslash
34448 dfrac
34449 \series default
34450  y 
34451 \series bold
34452
34453 \backslash
34454 tbinom
34455 \series default
34456  de la 
34457 \begin_inset CommandInset ref
34458 LatexCommand ref
34459 reference "sub:Fracciones"
34460
34461 \end_inset
34462
34463  se definen con los comandos:
34464 \end_layout
34465
34466 \begin_layout Standard
34467
34468 \series bold
34469
34470 \backslash
34471 newcommand{
34472 \backslash
34473 dfrac}[2]{
34474 \backslash
34475 genfrac{}{}{}{0}{#1}{#2}}
34476 \end_layout
34477
34478 \begin_layout Standard
34479 y
34480 \end_layout
34481
34482 \begin_layout Standard
34483
34484 \series bold
34485
34486 \backslash
34487 newcommand{
34488 \backslash
34489 tbinom}[2]{
34490 \backslash
34491 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34492 \end_layout
34493
34494 \begin_layout Standard
34495 \begin_inset VSpace medskip
34496 \end_inset
34497
34498
34499 \end_layout
34500
34501 \begin_layout Standard
34502 Para definir una fracción en la que el grosor de la raya se pueda definir
34503  como argumento opcional, se inserta la siguiente línea en el preámbulo
34504  LaTeX:
34505 \end_layout
34506
34507 \begin_layout Standard
34508
34509 \series bold
34510
34511 \backslash
34512 newcommand{
34513 \backslash
34514 fracS}[3][]{
34515 \backslash
34516 genfrac{}{}{#1}{}{#2}{#3}}
34517 \end_layout
34518
34519 \begin_layout Standard
34520 Un ensayo:
34521 \begin_inset Formula 
34522 \begin{align*}
34523 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34524 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34525 \end{align*}
34526
34527 \end_inset
34528
34529 Como se puede ver, la distancia del numerador y el denominador a la raya
34530  de fracción se redondea a unas tres veces el grosor de la raya.
34531 \end_layout
34532
34533 \begin_layout Subsection
34534 Ecuaciones canceladas
34535 \begin_inset Index idx
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539 Ecuación ! cancelada
34540 \end_layout
34541
34542 \end_inset
34543
34544
34545 \end_layout
34546
34547 \begin_layout Standard
34548 Hay cuatro formas de cancelar ecuaciones o partes de ellas:
34549 \end_layout
34550
34551 \begin_layout Standard
34552 \begin_inset ERT
34553 status collapsed
34554
34555 \begin_layout Plain Layout
34556
34557
34558 \backslash
34559 ifcancel 
34560 \end_layout
34561
34562 \end_inset
34563
34564
34565 \begin_inset Note Note
34566 status open
34567
34568 \begin_layout Plain Layout
34569 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
34570 \series bold
34571 cancel
34572 \series default
34573  está instalado.
34574 \end_layout
34575
34576 \end_inset
34577
34578
34579 \end_layout
34580
34581 \begin_layout Standard
34582 \align center
34583 \begin_inset Tabular
34584 <lyxtabular version="3" rows="5" columns="2">
34585 <features rotate="0" tabularvalignment="middle">
34586 <column alignment="center" valignment="top">
34587 <column alignment="center" valignment="top">
34588 <row>
34589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34590 \begin_inset Text
34591
34592 \begin_layout Plain Layout
34593 Comando
34594 \end_layout
34595
34596 \end_inset
34597 </cell>
34598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34599 \begin_inset Text
34600
34601 \begin_layout Plain Layout
34602 Resultado
34603 \begin_inset Note Note
34604 status collapsed
34605
34606 \begin_layout Plain Layout
34607 El
34608 \series bold
34609  
34610 \series default
34611 espacio y 
34612 \series bold
34613
34614 \backslash
34615 raisebox
34616 \series default
34617  se usa sólo como espaciador
34618 \end_layout
34619
34620 \end_inset
34621
34622
34623 \end_layout
34624
34625 \end_inset
34626 </cell>
34627 </row>
34628 <row>
34629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34630 \begin_inset Text
34631
34632 \begin_layout Plain Layout
34633
34634 \backslash
34635 cancel
34636 \begin_inset space \textvisiblespace{}
34637 \end_inset
34638
34639
34640 \backslash
34641 int
34642 \begin_inset space \textvisiblespace{}
34643 \end_inset
34644
34645 A=B
34646 \end_layout
34647
34648 \end_inset
34649 </cell>
34650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34651 \begin_inset Text
34652
34653 \begin_layout Plain Layout
34654 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34655 \end_inset
34656
34657
34658 \end_layout
34659
34660 \end_inset
34661 </cell>
34662 </row>
34663 <row>
34664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34665 \begin_inset Text
34666
34667 \begin_layout Plain Layout
34668
34669 \backslash
34670 bcancel
34671 \begin_inset space \textvisiblespace{}
34672 \end_inset
34673
34674
34675 \backslash
34676 int
34677 \begin_inset space \textvisiblespace{}
34678 \end_inset
34679
34680 A=B
34681 \end_layout
34682
34683 \end_inset
34684 </cell>
34685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34686 \begin_inset Text
34687
34688 \begin_layout Plain Layout
34689 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34690 \end_inset
34691
34692
34693 \end_layout
34694
34695 \end_inset
34696 </cell>
34697 </row>
34698 <row>
34699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34700 \begin_inset Text
34701
34702 \begin_layout Plain Layout
34703
34704 \backslash
34705 xcancel
34706 \begin_inset space \textvisiblespace{}
34707 \end_inset
34708
34709
34710 \backslash
34711 int
34712 \begin_inset space \textvisiblespace{}
34713 \end_inset
34714
34715 A=B
34716 \end_layout
34717
34718 \end_inset
34719 </cell>
34720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34721 \begin_inset Text
34722
34723 \begin_layout Plain Layout
34724 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34725 \end_inset
34726
34727
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 </row>
34733 <row>
34734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34735 \begin_inset Text
34736
34737 \begin_layout Plain Layout
34738
34739 \backslash
34740 cancelto
34741 \begin_inset space \textvisiblespace{}
34742 \end_inset
34743
34744
34745 \backslash
34746 int
34747 \begin_inset space \textvisiblespace{}
34748 \end_inset
34749
34750 A=B
34751 \begin_inset Formula $\to$
34752 \end_inset
34753
34754 1
34755 \end_layout
34756
34757 \end_inset
34758 </cell>
34759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34760 \begin_inset Text
34761
34762 \begin_layout Plain Layout
34763 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34764 \end_inset
34765
34766
34767 \end_layout
34768
34769 \end_inset
34770 </cell>
34771 </row>
34772 </lyxtabular>
34773
34774 \end_inset
34775
34776
34777 \end_layout
34778
34779 \begin_layout Standard
34780
34781 \series bold
34782
34783 \backslash
34784 cancelto
34785 \series default
34786  es especialmente apropiado para visualizar la simplificación de fracciones
34787  en una ecuación:
34788 \begin_inset Formula 
34789 \[
34790 \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}}}
34791 \]
34792
34793 \end_inset
34794
34795
34796 \end_layout
34797
34798 \begin_layout Standard
34799 Para cambiar el tamaño del valor subscrito por 
34800 \series bold
34801
34802 \backslash
34803 cancelto
34804 \series default
34805  se puede 
34806 \lang english
34807 add the LaTeX-preamble line
34808 \end_layout
34809
34810 \begin_layout Standard
34811
34812 \series bold
34813
34814 \backslash
34815 PassOptionsToPackage{option}{cancel}
34816 \end_layout
34817
34818 \begin_layout Standard
34819
34820 \lang english
34821 where 
34822 \series bold
34823 option
34824 \series default
34825  is either
34826 \lang spanish
34827  
34828 \series bold
34829 samesize
34830 \series default
34831 , que da el mismo tamaño que para el valor cancelado, o 
34832 \series bold
34833 Smaller
34834 \series default
34835 , que da un tamaño un poco más pequeño que normal.
34836 \end_layout
34837
34838 \begin_layout Standard
34839 Para colorear la raya de cancelación añade el siguiente comando en código
34840  TeX:
34841 \end_layout
34842
34843 \begin_layout Standard
34844
34845 \series bold
34846
34847 \backslash
34848 renewcommand{
34849 \backslash
34850 CancelColor}{
34851 \backslash
34852 color{red}}
34853 \end_layout
34854
34855 \begin_layout Standard
34856 donde 
34857 \series bold
34858 red
34859 \series default
34860  puede reemplazarse por el color deseado.
34861 \end_layout
34862
34863 \begin_layout Standard
34864 \begin_inset ERT
34865 status collapsed
34866
34867 \begin_layout Plain Layout
34868
34869
34870 \backslash
34871 renewcommand{
34872 \backslash
34873 CancelColor}{
34874 \backslash
34875 color{red}}
34876 \end_layout
34877
34878 \end_inset
34879
34880
34881 \end_layout
34882
34883 \begin_layout Standard
34884 \begin_inset Formula 
34885 \[
34886 \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}}}
34887 \]
34888
34889 \end_inset
34890
34891
34892 \end_layout
34893
34894 \begin_layout Standard
34895 \begin_inset ERT
34896 status collapsed
34897
34898 \begin_layout Plain Layout
34899
34900
34901 \backslash
34902 renewcommand{
34903 \backslash
34904 CancelColor}{
34905 \backslash
34906 color{black}}
34907 \end_layout
34908
34909 \end_inset
34910
34911
34912 \begin_inset Note Note
34913 status open
34914
34915 \begin_layout Plain Layout
34916 restablece el color
34917 \end_layout
34918
34919 \end_inset
34920
34921
34922 \end_layout
34923
34924 \begin_layout Standard
34925 Para otras posibilidades de personalización, véase la documentación del
34926  paquete
34927 \series bold
34928  cancel
34929 \series default
34930
34931 \begin_inset CommandInset citation
34932 LatexCommand cite
34933 key "cancel"
34934
34935 \end_inset
34936
34937 .
34938 \begin_inset Index idx
34939 status collapsed
34940
34941 \begin_layout Plain Layout
34942 Paquetes ! cancel
34943 \end_layout
34944
34945 \end_inset
34946
34947
34948 \end_layout
34949
34950 \begin_layout Standard
34951 \begin_inset ERT
34952 status collapsed
34953
34954 \begin_layout Plain Layout
34955
34956
34957 \backslash
34958 else
34959 \end_layout
34960
34961 \end_inset
34962
34963
34964 \begin_inset Note Note
34965 status open
34966
34967 \begin_layout Plain Layout
34968 Lo que sigue se verá en la salida si el paquete LaTeX 
34969 \series bold
34970 cancel
34971 \series default
34972  no está instalado:
34973 \end_layout
34974
34975 \end_inset
34976
34977
34978 \end_layout
34979
34980 \begin_layout Standard
34981 Debes instalar el paquete LaTeX 
34982 \series bold
34983 cancel
34984 \series default
34985  para ver en la salida el resto de esta subsección.
34986 \end_layout
34987
34988 \begin_layout Standard
34989 \begin_inset ERT
34990 status collapsed
34991
34992 \begin_layout Plain Layout
34993
34994
34995 \backslash
34996 fi
34997 \end_layout
34998
34999 \end_inset
35000
35001
35002 \end_layout
35003
35004 \begin_layout Subsection
35005 Ecuaciones en encabezados de sección
35006 \begin_inset CommandInset label
35007 LatexCommand label
35008 name "sub:Ecuaciones-en-encabezados"
35009
35010 \end_inset
35011
35012
35013 \begin_inset Index idx
35014 status collapsed
35015
35016 \begin_layout Plain Layout
35017 Ecuación ! en encabezados de sección
35018 \end_layout
35019
35020 \end_inset
35021
35022
35023 \end_layout
35024
35025 \begin_layout Standard
35026 Si se quiere poner una ecuación en un encabezado de sección hay que tener
35027  en cuenta lo siguiente:
35028 \end_layout
35029
35030 \begin_layout Standard
35031 \begin_inset Note Greyedout
35032 status open
35033
35034 \begin_layout Plain Layout
35035 Si el soporte para 
35036 \series bold
35037 hyperref
35038 \series default
35039
35040 \begin_inset Index idx
35041 status collapsed
35042
35043 \begin_layout Plain Layout
35044 Paquetes ! hyperref
35045 \end_layout
35046
35047 \end_inset
35048
35049  está activado en la configuración del documento, 
35050 \family sans
35051 Propiedades
35052 \begin_inset space ~
35053 \end_inset
35054
35055
35056 \family default
35057 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
35058  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
35059  texto del marcador, porque se infringen las convenciones PDF.
35060 \end_layout
35061
35062 \end_inset
35063
35064
35065 \end_layout
35066
35067 \begin_layout Standard
35068 Estos problemas se pueden solucionar insertando al final del encabezado
35069  un título breve con el menú 
35070 \family sans
35071 Insertar\SpecialChar \menuseparator
35072 Título
35073 \begin_inset space ~
35074 \end_inset
35075
35076 breve
35077 \family default
35078 .
35079  Los títulos breves se usan como alternativa para encabezados de sección
35080  con más de una línea para mantener el buen aspecto del índice.
35081  En éste sólo aparece el título breve y por tanto también en los marcadores.
35082 \end_layout
35083
35084 \begin_layout Standard
35085 Si hay que poner ecuaciones en el índice y se usa 
35086 \series bold
35087 hyperref
35088 \series default
35089 , se puede insertar el siguiente comando en modo TeX:
35090 \end_layout
35091
35092 \begin_layout Standard
35093
35094 \series bold
35095
35096 \backslash
35097 texorpdfstring{parte}{alternativa}
35098 \begin_inset Index idx
35099 status collapsed
35100
35101 \begin_layout Plain Layout
35102 Comandos ! T ! 
35103 \backslash
35104 texorpdfstring
35105 \end_layout
35106
35107 \end_inset
35108
35109
35110 \end_layout
35111
35112 \begin_layout Standard
35113 parte se refiere a la parte del encabezado que no debería aparecer en el
35114  marcador PDF.
35115  Pueden ser caracteres, ecuaciones, notas al pie y también referencias cruzadas.
35116  La alternativa se usa para el marcador en vez de la parte.
35117 \end_layout
35118
35119 \begin_layout Standard
35120 Aquí hay dos ejemplos de encabezados con ecuación:
35121 \end_layout
35122
35123 \begin_layout Standard
35124 \begin_inset VSpace -3mm
35125 \end_inset
35126
35127
35128 \end_layout
35129
35130 \begin_layout Standard
35131 \begin_inset ERT
35132 status collapsed
35133
35134 \begin_layout Plain Layout
35135
35136
35137 \backslash
35138 boldmath 
35139 \end_layout
35140
35141 \end_inset
35142
35143
35144 \end_layout
35145
35146 \begin_layout Subsubsection
35147 Encabezado sin ecuación en el índice 
35148 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35149 \end_inset
35150
35151
35152 \begin_inset Argument 1
35153 status collapsed
35154
35155 \begin_layout Plain Layout
35156 Encabezado sin ecuación en el índice
35157 \end_layout
35158
35159 \end_inset
35160
35161
35162 \end_layout
35163
35164 \begin_layout Subsubsection
35165 Encabezado con ecuación en el índice
35166 \begin_inset ERT
35167 status collapsed
35168
35169 \begin_layout Plain Layout
35170
35171
35172 \backslash
35173 texorpdfstring{
35174 \end_layout
35175
35176 \end_inset
35177
35178  
35179 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35180 \end_inset
35181
35182
35183 \begin_inset ERT
35184 status collapsed
35185
35186 \begin_layout Plain Layout
35187
35188 }{}
35189 \end_layout
35190
35191 \end_inset
35192
35193
35194 \end_layout
35195
35196 \begin_layout Standard
35197 \begin_inset ERT
35198 status collapsed
35199
35200 \begin_layout Plain Layout
35201
35202
35203 \backslash
35204 unboldmath 
35205 \end_layout
35206
35207 \end_inset
35208
35209 En el primer encabezado se ha puesto un título breve, en el segundo un 
35210 \series bold
35211
35212 \backslash
35213 texorpdfstring
35214 \series default
35215 .
35216 \end_layout
35217
35218 \begin_layout Standard
35219 Para obtener el mismo formato que en los demás encabezados se han puesto
35220  ambos en un entorno 
35221 \series bold
35222 boldmath
35223 \series default
35224 .
35225 \begin_inset Foot
35226 status collapsed
35227
35228 \begin_layout Plain Layout
35229 véase 
35230 \begin_inset CommandInset ref
35231 LatexCommand ref
35232 reference "sub:Ecuaciones-en-negrita"
35233
35234 \end_inset
35235
35236
35237 \end_layout
35238
35239 \end_inset
35240
35241
35242 \end_layout
35243
35244 \begin_layout Subsection
35245 Ecuaciones en texto multicolumna
35246 \begin_inset Index idx
35247 status collapsed
35248
35249 \begin_layout Plain Layout
35250 Ecuación ! en texto multicolumna
35251 \end_layout
35252
35253 \end_inset
35254
35255
35256 \end_layout
35257
35258 \begin_layout Standard
35259 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
35260  para ajustarse a la columna y entonces es preciso abarcar la anchura total
35261  de la página.
35262  Esto se hace usando el paquete LaTeX 
35263 \series bold
35264 multicol
35265 \series default
35266 ,
35267 \begin_inset Foot
35268 status collapsed
35269
35270 \begin_layout Plain Layout
35271
35272 \series bold
35273 multicol
35274 \series default
35275  forma parte de las distribuciones LaTeX estándar.
35276 \end_layout
35277
35278 \end_inset
35279
35280
35281 \begin_inset Index idx
35282 status collapsed
35283
35284 \begin_layout Plain Layout
35285 Paquetes ! multicol
35286 \end_layout
35287
35288 \end_inset
35289
35290  que se carga en el preámbulo LaTeX con la línea
35291 \end_layout
35292
35293 \begin_layout Standard
35294
35295 \series bold
35296
35297 \backslash
35298 usepackage{multicol}
35299 \end_layout
35300
35301 \begin_layout Standard
35302 \begin_inset Note Greyedout
35303 status open
35304
35305 \begin_layout Plain Layout
35306 Ten en cuenta que la opción 
35307 \family sans
35308 Documento
35309 \begin_inset space ~
35310 \end_inset
35311
35312 con
35313 \begin_inset space ~
35314 \end_inset
35315
35316 dos
35317 \begin_inset space ~
35318 \end_inset
35319
35320 caras
35321 \family default
35322 , bajo 
35323 \family sans
35324 Diseño
35325 \begin_inset space ~
35326 \end_inset
35327
35328 de
35329 \begin_inset space ~
35330 \end_inset
35331
35332 página 
35333 \family default
35334 en el menú 
35335 \family sans
35336 Documento\SpecialChar \menuseparator
35337 Configuración
35338 \family default
35339  
35340 \emph on
35341 debe
35342 \emph default
35343  estar desmarcada.
35344 \end_layout
35345
35346 \end_inset
35347
35348
35349 \end_layout
35350
35351 \begin_layout Standard
35352 Antes del texto multicolumna se inserta en modo TeX el comando
35353 \end_layout
35354
35355 \begin_layout Standard
35356
35357 \series bold
35358
35359 \backslash
35360 begin{multicols}{número de columnas}
35361 \end_layout
35362
35363 \begin_layout Standard
35364 El número de columnas está en el rango 2-10.
35365  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
35366  TeX el comando
35367 \end_layout
35368
35369 \begin_layout Standard
35370
35371 \series bold
35372
35373 \backslash
35374 end{multicols}
35375 \end_layout
35376
35377 \begin_layout Standard
35378 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
35379  Para quitarlo se inserta un espacio vertical de -6
35380 \begin_inset space \thinspace{}
35381 \end_inset
35382
35383 mm antes de la ecuación.
35384  Si se usa el estilo 
35385 \series bold
35386 Sangrado
35387 \series default
35388 ,
35389 \begin_inset Foot
35390 status collapsed
35391
35392 \begin_layout Plain Layout
35393 véase estilos de ecuación en 
35394 \begin_inset CommandInset ref
35395 LatexCommand ref
35396 reference "sec:Estilos-de-ecuación"
35397
35398 \end_inset
35399
35400
35401 \end_layout
35402
35403 \end_inset
35404
35405  se inserta un espacio de -9
35406 \begin_inset space \thinspace{}
35407 \end_inset
35408
35409 mm.
35410 \end_layout
35411
35412 \begin_layout Standard
35413 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
35414 \end_layout
35415
35416 \begin_layout Standard
35417
35418 \lang german
35419 \begin_inset ERT
35420 status collapsed
35421
35422 \begin_layout Plain Layout
35423
35424
35425 \backslash
35426 begin{multicols}{2}
35427 \end_layout
35428
35429 \end_inset
35430
35431 Das Spektrum wird fouriertransformiert.
35432  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35433 , Lösungsmittel) zu trennen.
35434  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35435  nun das Aussehen des Ausgangssignals.
35436  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35437  über alle Phasen integrieren muss.
35438  Sei nun 
35439 \begin_inset Formula $S$
35440 \end_inset
35441
35442  unser normiertes Ausgangssignal und 
35443 \begin_inset Formula $P$
35444 \end_inset
35445
35446  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35447 \begin_inset ERT
35448 status collapsed
35449
35450 \begin_layout Plain Layout
35451
35452
35453 \backslash
35454 end{multicols}
35455 \end_layout
35456
35457 \end_inset
35458
35459
35460 \begin_inset VSpace -6mm
35461 \end_inset
35462
35463
35464 \begin_inset Formula 
35465 \begin{equation}
35466 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35467 \end{equation}
35468
35469 \end_inset
35470
35471
35472 \begin_inset ERT
35473 status collapsed
35474
35475 \begin_layout Plain Layout
35476
35477
35478 \backslash
35479 begin{multicols}{2}
35480 \end_layout
35481
35482 \end_inset
35483
35484 wobei 
35485 \begin_inset Formula $S_{0}$
35486 \end_inset
35487
35488  das Signal ohne Gradient ist und die Normierungsbedingung 
35489 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35490 \end_inset
35491
35492  gilt.
35493  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35494  Direkt nach dem 
35495 \begin_inset Formula $\nicefrac{\pi}{2}$
35496 \end_inset
35497
35498
35499 \begin_inset space \thinspace{}
35500 \end_inset
35501
35502 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35503  das Signal zusätzlich abschwächt.
35504  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35505  
35506 \begin_inset Formula $T_{2}$
35507 \end_inset
35508
35509 -Zeit.
35510 \end_layout
35511
35512 \begin_layout Standard
35513
35514 \lang german
35515 \begin_inset ERT
35516 status collapsed
35517
35518 \begin_layout Plain Layout
35519
35520
35521 \backslash
35522 end{multicols}
35523 \end_layout
35524
35525 \end_inset
35526
35527
35528 \end_layout
35529
35530 \begin_layout Subsection
35531 Ecuaciones con descripción de variables
35532 \begin_inset Index idx
35533 status collapsed
35534
35535 \begin_layout Plain Layout
35536 Ecuación ! con descripción de variables
35537 \end_layout
35538
35539 \end_inset
35540
35541
35542 \end_layout
35543
35544 \begin_layout Standard
35545 Para describir variables en una ecuación, como en la fórmula 
35546 \begin_inset CommandInset ref
35547 LatexCommand eqref
35548 reference "eq:within"
35549
35550 \end_inset
35551
35552 , se inserta una matriz 2×
35553 \begin_inset Formula $n$
35554 \end_inset
35555
35556  con columnas alineadas a la izquierda para las 
35557 \emph on
35558
35559 \begin_inset Formula $n$
35560 \end_inset
35561
35562
35563 \emph default
35564  variables usadas.
35565 \begin_inset Foot
35566 status collapsed
35567
35568 \begin_layout Plain Layout
35569 véase matrices en 
35570 \begin_inset CommandInset ref
35571 LatexCommand ref
35572 reference "sec:Matrices"
35573
35574 \end_inset
35575
35576
35577 \end_layout
35578
35579 \end_inset
35580
35581  Para poner la descripción en tamaño más pequeño se inserta, por ejemplo,
35582  el comando 
35583 \series bold
35584
35585 \backslash
35586 footnotesize
35587 \series default
35588  antes de la matriz.
35589 \begin_inset Foot
35590 status collapsed
35591
35592 \begin_layout Plain Layout
35593 véase tamaños de tipografías en 
35594 \begin_inset CommandInset ref
35595 LatexCommand ref
35596 reference "sub:Tamaños-de-tipografías"
35597
35598 \end_inset
35599
35600 .
35601 \end_layout
35602
35603 \end_inset
35604
35605
35606 \end_layout
35607
35608 \begin_layout Standard
35609 Si se usa el estilo 
35610 \series bold
35611 Sangrado
35612 \series default
35613 ,
35614 \begin_inset Foot
35615 status collapsed
35616
35617 \begin_layout Plain Layout
35618 véase estilos de ecuación en 
35619 \begin_inset CommandInset ref
35620 LatexCommand ref
35621 reference "sec:Estilos-de-ecuación"
35622
35623 \end_inset
35624
35625
35626 \end_layout
35627
35628 \end_inset
35629
35630  se inserta un 
35631 \series bold
35632
35633 \backslash
35634 hfill
35635 \series default
35636
35637 \begin_inset Foot
35638 status collapsed
35639
35640 \begin_layout Plain Layout
35641
35642 \series bold
35643
35644 \backslash
35645 hfill
35646 \series default
35647  sólo funciona en ecuaciones en estilo 
35648 \series bold
35649 Sangrado
35650 \series default
35651 , véase 
35652 \begin_inset CommandInset ref
35653 LatexCommand ref
35654 reference "sub:Espacio-variable"
35655
35656 \end_inset
35657
35658
35659 \end_layout
35660
35661 \end_inset
35662
35663  delante y detrás de la matriz para que tenga la misma separación con la
35664  ecuación y con el margen.
35665 \end_layout
35666
35667 \begin_layout Standard
35668 Si se usa el estilo 
35669 \series bold
35670 Centrado
35671 \series default
35672  se emplea el método descrito en la 
35673 \begin_inset CommandInset ref
35674 LatexCommand ref
35675 reference "sub:Entorno-flalign"
35676
35677 \end_inset
35678
35679  para sangrar la ecuación.
35680  La ecuación 
35681 \begin_inset CommandInset ref
35682 LatexCommand eqref
35683 reference "eq:within"
35684
35685 \end_inset
35686
35687  consta de cinco columnas ya que las dos primeras contienen la fórmula,
35688  la tercera la matriz y la última una llave TeX vacía.
35689 \begin_inset Formula 
35690 \begin{flalign}
35691 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
35692 \rho & \mbox{densidad}\\
35693 V & \mbox{volumen}\\
35694 g & \mbox{aceleración gravitatoria}
35695 \end{array} &  & {}\label{eq:within}
35696 \end{flalign}
35697
35698 \end_inset
35699
35700
35701 \end_layout
35702
35703 \begin_layout Subsection
35704 Letras griegas minúsculas en redonda
35705 \begin_inset CommandInset label
35706 LatexCommand label
35707 name "sub:Griegas-en-redonda"
35708
35709 \end_inset
35710
35711
35712 \begin_inset Index idx
35713 status collapsed
35714
35715 \begin_layout Plain Layout
35716 Letras griegas ! en redonda
35717 \end_layout
35718
35719 \end_inset
35720
35721
35722 \end_layout
35723
35724 \begin_layout Standard
35725 La mayoría de las tipografías sólo suministran letras griegas minúsculas
35726  en cursiva.
35727  Pero para símbolos de partículas elementales como piones y neutrinos hacen
35728  falta letras griegas en redonda.
35729  El archivo 
35730 \series bold
35731 upgreek.sty
35732 \series default
35733
35734 \begin_inset Foot
35735 status collapsed
35736
35737 \begin_layout Plain Layout
35738
35739 \series bold
35740 upgreek
35741 \series default
35742  forma parte del paquete LaTeX 
35743 \series bold
35744 was
35745 \series default
35746
35747 \begin_inset Index idx
35748 status collapsed
35749
35750 \begin_layout Plain Layout
35751 Paquetes ! was
35752 \begin_inset ERT
35753 status collapsed
35754
35755 \begin_layout Plain Layout
35756
35757
35758 \backslash
35759 vspace{4mm}
35760 \end_layout
35761
35762 \end_inset
35763
35764
35765 \end_layout
35766
35767 \end_inset
35768
35769 .
35770 \end_layout
35771
35772 \end_inset
35773
35774
35775 \begin_inset Index idx
35776 status collapsed
35777
35778 \begin_layout Plain Layout
35779 Paquetes ! upgreek
35780 \end_layout
35781
35782 \end_inset
35783
35784 , que se carga en el preámbulo LaTeX con la línea
35785 \end_layout
35786
35787 \begin_layout Standard
35788
35789 \series bold
35790
35791 \backslash
35792 usepackage{upgreek}
35793 \end_layout
35794
35795 \begin_layout Standard
35796 las suministra.
35797  
35798 \begin_inset ERT
35799 status collapsed
35800
35801 \begin_layout Plain Layout
35802
35803
35804 \backslash
35805 ifupgreek 
35806 \end_layout
35807
35808 \end_inset
35809
35810
35811 \begin_inset Note Note
35812 status open
35813
35814 \begin_layout Plain Layout
35815 Lo siguiente sólo se podrá ver si está instalado el paquete LaTeX 
35816 \series bold
35817 upgreek
35818 \series default
35819 :
35820 \end_layout
35821
35822 \end_inset
35823
35824  Se imprimen con el comando de la letra correspondiente precedido de 
35825 \series bold
35826 up
35827 \series default
35828 .
35829  Por ejemplo, el comando 
35830 \series bold
35831
35832 \backslash
35833 uptau
35834 \series default
35835  genera: 
35836 \begin_inset Formula $\uptau$
35837 \end_inset
35838
35839
35840 \end_layout
35841
35842 \begin_layout Standard
35843 Con estos comandos se pueden escribir reacciones entre partículas elementales:
35844 \begin_inset Formula 
35845 \[
35846 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
35847 \]
35848
35849 \end_inset
35850
35851
35852 \end_layout
35853
35854 \begin_layout Standard
35855 Las letras en redonda son más remarcadas y más grandes que las correspondientes
35856  en cursiva.
35857  Por tanto no deberían emplearse para unidades como 
35858 \begin_inset Quotes fld
35859 \end_inset
35860
35861 µm
35862 \begin_inset Quotes frd
35863 \end_inset
35864
35865 .
35866 \end_layout
35867
35868 \begin_layout Standard
35869 \begin_inset ERT
35870 status collapsed
35871
35872 \begin_layout Plain Layout
35873
35874
35875 \backslash
35876 else 
35877 \end_layout
35878
35879 \end_inset
35880
35881
35882 \begin_inset Note Note
35883 status open
35884
35885 \begin_layout Plain Layout
35886 Lo siguiente se mostrará si el paquete LaTeX 
35887 \series bold
35888 upgreek
35889 \series default
35890  no está instalado:
35891 \end_layout
35892
35893 \end_inset
35894
35895
35896 \end_layout
35897
35898 \begin_layout Standard
35899 Debes instalar el paquete LaTeX 
35900 \series bold
35901 upgreek
35902 \series default
35903  para ver en la salida el resto de esta subsección.
35904  
35905 \end_layout
35906
35907 \begin_layout Standard
35908 \begin_inset ERT
35909 status collapsed
35910
35911 \begin_layout Plain Layout
35912
35913
35914 \backslash
35915 fi
35916 \end_layout
35917
35918 \end_inset
35919
35920
35921 \end_layout
35922
35923 \begin_layout Standard
35924 \begin_inset Newpage newpage
35925 \end_inset
35926
35927
35928 \end_layout
35929
35930 \begin_layout Subsection
35931 Caracteres de texto en ecuaciones
35932 \begin_inset CommandInset label
35933 LatexCommand label
35934 name "sub:Caracteres-de-texto"
35935
35936 \end_inset
35937
35938
35939 \begin_inset Index idx
35940 status collapsed
35941
35942 \begin_layout Plain Layout
35943 Texto ! en ecuaciones
35944 \end_layout
35945
35946 \end_inset
35947
35948
35949 \end_layout
35950
35951 \begin_layout Standard
35952 En algunos casos podrías querer insertar caracteres de texto directamente
35953  en ecuaciones.
35954  Por ejemplo, cuando se usa con frecuencia el punto centrado 
35955 \begin_inset Formula $\cdot$
35956 \end_inset
35957
35958  en expresiones como 
35959 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
35960 \end_inset
35961
35962 , habría que insertar el comando 
35963 \series bold
35964
35965 \backslash
35966 cdot
35967 \series default
35968
35969 \begin_inset Foot
35970 status collapsed
35971
35972 \begin_layout Plain Layout
35973 véase 
35974 \begin_inset CommandInset ref
35975 LatexCommand ref
35976 reference "sub:Operadores-binarios"
35977
35978 \end_inset
35979
35980
35981 \end_layout
35982
35983 \end_inset
35984
35985  continuamente, porque este carácter está definido en todas las codificaciones
35986  como carácter de texto.
35987  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
35988 \end_layout
35989
35990 \begin_layout Standard
35991
35992 \series bold
35993
35994 \backslash
35995 Declare Inputtext{183}{
35996 \backslash
35997 ifmmode
35998 \backslash
35999 cdot
36000 \backslash
36001 else
36002 \backslash
36003 textperiodcentered
36004 \backslash
36005 f\SpecialChar \textcompwordmark{}
36006 i}
36007 \end_layout
36008
36009 \begin_layout Standard
36010 La codificación de caracteres (menú 
36011 \family sans
36012 Documento\SpecialChar \menuseparator
36013 Configuración\SpecialChar \menuseparator
36014 Idioma
36015 \family default
36016 ) especifica el carácter que se muestra al pulsar una tecla.
36017  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
36018  
36019 \series bold
36020
36021 \backslash
36022 textperiodcentered
36023 \series default
36024 .
36025  Pero este comando no está disponible en ecuaciones así que obtendrías errores
36026  de LaTeX.
36027  Con la codificación cambiada se escoge automáticamente el comando correcto,
36028  dependiendo de si el carácter se ha insertado en una ecuación o no.
36029 \end_layout
36030
36031 \begin_layout Standard
36032 La codificación de diversos caracteres se guarda en archivos de definición.
36033  Por ejemplo la codificación 
36034 \series bold
36035 latin9
36036 \series default
36037  se define en el archivo 
36038 \series bold
36039 latin9.def
36040 \series default
36041  que está en el directorio de LaTeX.
36042  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
36043  archivo de definición, de lo contrario nuestros documentos no podrían ser
36044  editados en otros ordenadores.
36045 \begin_inset VSpace medskip
36046 \end_inset
36047
36048
36049 \end_layout
36050
36051 \begin_layout Standard
36052 Además del punto centrado, en este documento se ha definido el símbolo grado
36053  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
36054  directamente en una fórmula:
36055 \end_layout
36056
36057 \begin_layout Standard
36058
36059 \series bold
36060
36061 \backslash
36062 DeclareInputtext{176}{
36063 \backslash
36064 ifmmode^
36065 \backslash
36066 circ
36067 \backslash
36068 else
36069 \backslash
36070 textdegree
36071 \backslash
36072 f\SpecialChar \textcompwordmark{}
36073 i}
36074 \begin_inset Newpage newpage
36075 \end_inset
36076
36077
36078 \end_layout
36079
36080 \begin_layout Section
36081 \start_of_appendix
36082 Notas sobre tipografía
36083 \begin_inset Index idx
36084 status collapsed
36085
36086 \begin_layout Plain Layout
36087 Tipografía, normas
36088 \end_layout
36089
36090 \end_inset
36091
36092
36093 \end_layout
36094
36095 \begin_layout Standard
36096 Esta sección es un resumen de las normas tipográficas ISO más importantes.
36097 \begin_inset Foot
36098 status collapsed
36099
36100 \begin_layout Plain Layout
36101 Este compendio se ha tomado parcialmente del diccionario semi-oficial alemán
36102  
36103 \begin_inset Quotes fld
36104 \end_inset
36105
36106 Duden
36107 \begin_inset Quotes frd
36108 \end_inset
36109
36110  
36111 \begin_inset CommandInset citation
36112 LatexCommand cite
36113 key "Duden"
36114
36115 \end_inset
36116
36117 , que incluye algunas de las normas ISO.
36118  
36119 \begin_inset Newline newline
36120 \end_inset
36121
36122 (
36123 \emph on
36124 N.
36125 \begin_inset space \thinspace{}
36126 \end_inset
36127
36128 del t.
36129 \emph default
36130 : Para documentación en español sobre el tema, véase 
36131 \begin_inset CommandInset citation
36132 LatexCommand cite
36133 key "Bezos"
36134
36135 \end_inset
36136
36137 .)
36138 \end_layout
36139
36140 \end_inset
36141
36142
36143 \end_layout
36144
36145 \begin_layout Itemize
36146 Las unidades físicas se escriben 
36147 \emph on
36148 siempre 
36149 \emph default
36150 en redonda
36151 \begin_inset Foot
36152 status collapsed
36153
36154 \begin_layout Plain Layout
36155 véase estilos de tipografías en 
36156 \begin_inset CommandInset ref
36157 LatexCommand ref
36158 reference "sub:Estilos-de-tipografías"
36159
36160 \end_inset
36161
36162
36163 \end_layout
36164
36165 \end_inset
36166
36167 , aunque aparezcan en un texto en cursiva: 30
36168 \begin_inset space \thinspace{}
36169 \end_inset
36170
36171 km/h
36172 \begin_inset Newline newline
36173 \end_inset
36174
36175 Entre el valor y la unidad hay un espacio delgado, véase 
36176 \begin_inset CommandInset ref
36177 LatexCommand ref
36178 reference "sub:Espacio-predefinido"
36179
36180 \end_inset
36181
36182 .
36183 \begin_inset Newline newline
36184 \end_inset
36185
36186 Esta norma la cumple automáticamente el comando 
36187 \series bold
36188
36189 \backslash
36190 unittwo
36191 \series default
36192 .
36193  Si se introduce en una fórmula aparecen dos marcos.
36194  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
36195  como antes, 
36196 \begin_inset Formula $\unit[30]{km/h}$
36197 \end_inset
36198
36199
36200 \begin_inset space \thinspace{}
36201 \end_inset
36202
36203 .
36204  Ten en cuenta que 
36205 \series bold
36206
36207 \backslash
36208 unittwo
36209 \series default
36210  no es un auténtico comando LaTeX, sino el comando 
36211 \series bold
36212
36213 \backslash
36214 unit[value]{unit}
36215 \series default
36216 , por tanto no lo puedes usar en código TeX.
36217 \end_layout
36218
36219 \begin_layout Itemize
36220 Los signos por ciento y por mil se escriben como las unidades físicas:
36221 \begin_inset Newline newline
36222 \end_inset
36223
36224 1,2
36225 \begin_inset space \thinspace{}
36226 \end_inset
36227
36228 ‰ de alcohol en sangre.
36229 \end_layout
36230
36231 \begin_layout Itemize
36232 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
36233  otra unidad: 15
36234 \begin_inset space \thinspace{}
36235 \end_inset
36236
36237 °C
36238 \end_layout
36239
36240 \begin_layout Itemize
36241 En números con más de cuatro dígitos se inserta un espacio delgado para
36242  separarlos en grupos de tres cifras: 18
36243 \begin_inset space \thinspace{}
36244 \end_inset
36245
36246 473
36247 \begin_inset space \thinspace{}
36248 \end_inset
36249
36250 588
36251 \end_layout
36252
36253 \begin_layout Itemize
36254 Para dimensiones como 120×90×40
36255 \begin_inset space \thinspace{}
36256 \end_inset
36257
36258 cm se usa el aspa de multiplicar 
36259 \begin_inset Quotes fld
36260 \end_inset
36261
36262 ×
36263 \begin_inset Quotes frd
36264 \end_inset
36265
36266 .
36267  Está disponible en el menú 
36268 \family sans
36269 Insertar\SpecialChar \menuseparator
36270 Carácter especial
36271 \family default
36272 \SpecialChar \menuseparator
36273
36274 \family sans
36275 Símbolos
36276 \family default
36277  o bien mediante el comando 
36278 \series bold
36279
36280 \backslash
36281 times
36282 \series default
36283 .
36284  Se puede insertar directamente con cierta combinación de teclas.
36285 \end_layout
36286
36287 \begin_layout Itemize
36288 Las funciones con nombres que constan de varias letras se escriben en redonda
36289  para evitar confusiones, véase 
36290 \begin_inset CommandInset ref
36291 LatexCommand ref
36292 reference "sub:Funciones-predefinidas"
36293
36294 \end_inset
36295
36296 .
36297 \end_layout
36298
36299 \begin_layout Itemize
36300 Los índices que constan de varias letras se escriben en redonda: 
36301 \begin_inset Formula $E_{\mathrm{cin}}$
36302 \end_inset
36303
36304
36305 \begin_inset Newline newline
36306 \end_inset
36307
36308 Los componentes de una matriz se escriben en cursiva: 
36309 \begin_inset Formula $\hat{H}_{kl}$
36310 \end_inset
36311
36312
36313 \end_layout
36314
36315 \begin_layout Itemize
36316 El operador de diferenciación/integración 'd', el número de Euler 'e' y
36317  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
36318 s con otras variables.
36319 \end_layout
36320
36321 \begin_layout Itemize
36322 El carácter que indica una transformación 
36323 \noun on
36324 Fourier
36325 \noun default
36326  se inserta con el comando 
36327 \series bold
36328
36329 \backslash
36330 mathscr
36331 \begin_inset space \textvisiblespace{}
36332 \end_inset
36333
36334 F
36335 \series default
36336  o mediante el menú
36337 \family sans
36338  Insertar\SpecialChar \menuseparator
36339 Carácter especial
36340 \family default
36341 \SpecialChar \menuseparator
36342
36343 \family sans
36344 Símbolos\SpecialChar \menuseparator
36345 Símbolos de letra
36346 \family default
36347
36348 \begin_inset Formula $\mathscr{F}$
36349 \end_inset
36350
36351
36352 \end_layout
36353
36354 \begin_layout Standard
36355 \begin_inset Newpage newpage
36356 \end_inset
36357
36358
36359 \end_layout
36360
36361 \begin_layout Section
36362 Sinónimos
36363 \begin_inset Index idx
36364 status collapsed
36365
36366 \begin_layout Plain Layout
36367 Sinónimos
36368 \end_layout
36369
36370 \end_inset
36371
36372
36373 \end_layout
36374
36375 \begin_layout Standard
36376 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
36377  como los que se recogen en esta lista:
36378 \begin_inset Foot
36379 status collapsed
36380
36381 \begin_layout Plain Layout
36382 véase también 
36383 \begin_inset CommandInset ref
36384 LatexCommand ref
36385 reference "fn:sinónimos"
36386
36387 \end_inset
36388
36389 .
36390 \end_layout
36391
36392 \end_inset
36393
36394
36395 \end_layout
36396
36397 \begin_layout Standard
36398 \begin_inset VSpace bigskip
36399 \end_inset
36400
36401
36402 \begin_inset space \hfill{}
36403 \end_inset
36404
36405
36406 \begin_inset Tabular
36407 <lyxtabular version="3" rows="12" columns="2">
36408 <features rotate="0" tabularvalignment="middle">
36409 <column alignment="center" valignment="top" width="0pt">
36410 <column alignment="center" valignment="top" width="0pt">
36411 <row>
36412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36413 \begin_inset Text
36414
36415 \begin_layout Plain Layout
36416 Comando
36417 \end_layout
36418
36419 \end_inset
36420 </cell>
36421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36422 \begin_inset Text
36423
36424 \begin_layout Plain Layout
36425 equivalente a
36426 \begin_inset Note Note
36427 status collapsed
36428
36429 \begin_layout Plain Layout
36430
36431 \series bold
36432
36433 \backslash
36434 raisebox
36435 \series default
36436  se usa sólo como espaciador
36437 \end_layout
36438
36439 \end_inset
36440
36441
36442 \end_layout
36443
36444 \end_inset
36445 </cell>
36446 </row>
36447 <row>
36448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36449 \begin_inset Text
36450
36451 \begin_layout Plain Layout
36452
36453 \backslash
36454 ast
36455 \end_layout
36456
36457 \end_inset
36458 </cell>
36459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36460 \begin_inset Text
36461
36462 \begin_layout Plain Layout
36463 \begin_inset ERT
36464 status collapsed
36465
36466 \begin_layout Plain Layout
36467
36468
36469 \backslash
36470 raisebox{-1.2mm}{
36471 \end_layout
36472
36473 \end_inset
36474
36475 *
36476 \begin_inset ERT
36477 status collapsed
36478
36479 \begin_layout Plain Layout
36480
36481 }
36482 \end_layout
36483
36484 \end_inset
36485
36486
36487 \end_layout
36488
36489 \end_inset
36490 </cell>
36491 </row>
36492 <row>
36493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36494 \begin_inset Text
36495
36496 \begin_layout Plain Layout
36497
36498 \backslash
36499 choose
36500 \end_layout
36501
36502 \end_inset
36503 </cell>
36504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36505 \begin_inset Text
36506
36507 \begin_layout Plain Layout
36508
36509 \backslash
36510 binom
36511 \end_layout
36512
36513 \end_inset
36514 </cell>
36515 </row>
36516 <row>
36517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36518 \begin_inset Text
36519
36520 \begin_layout Plain Layout
36521
36522 \backslash
36523 geq
36524 \end_layout
36525
36526 \end_inset
36527 </cell>
36528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36529 \begin_inset Text
36530
36531 \begin_layout Plain Layout
36532
36533 \backslash
36534 ge
36535 \end_layout
36536
36537 \end_inset
36538 </cell>
36539 </row>
36540 <row>
36541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36542 \begin_inset Text
36543
36544 \begin_layout Plain Layout
36545
36546 \backslash
36547 lbrace
36548 \end_layout
36549
36550 \end_inset
36551 </cell>
36552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36553 \begin_inset Text
36554
36555 \begin_layout Plain Layout
36556 {
36557 \end_layout
36558
36559 \end_inset
36560 </cell>
36561 </row>
36562 <row>
36563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36564 \begin_inset Text
36565
36566 \begin_layout Plain Layout
36567
36568 \backslash
36569 lbracket
36570 \end_layout
36571
36572 \end_inset
36573 </cell>
36574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36575 \begin_inset Text
36576
36577 \begin_layout Plain Layout
36578 [
36579 \end_layout
36580
36581 \end_inset
36582 </cell>
36583 </row>
36584 <row>
36585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36586 \begin_inset Text
36587
36588 \begin_layout Plain Layout
36589
36590 \backslash
36591 leftarrow
36592 \end_layout
36593
36594 \end_inset
36595 </cell>
36596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36597 \begin_inset Text
36598
36599 \begin_layout Plain Layout
36600
36601 \backslash
36602 gets
36603 \end_layout
36604
36605 \end_inset
36606 </cell>
36607 </row>
36608 <row>
36609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36610 \begin_inset Text
36611
36612 \begin_layout Plain Layout
36613
36614 \backslash
36615 leq
36616 \end_layout
36617
36618 \end_inset
36619 </cell>
36620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36621 \begin_inset Text
36622
36623 \begin_layout Plain Layout
36624
36625 \backslash
36626 le
36627 \end_layout
36628
36629 \end_inset
36630 </cell>
36631 </row>
36632 <row>
36633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36634 \begin_inset Text
36635
36636 \begin_layout Plain Layout
36637
36638 \backslash
36639 lor
36640 \end_layout
36641
36642 \end_inset
36643 </cell>
36644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36645 \begin_inset Text
36646
36647 \begin_layout Plain Layout
36648
36649 \backslash
36650 vee
36651 \end_layout
36652
36653 \end_inset
36654 </cell>
36655 </row>
36656 <row>
36657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36658 \begin_inset Text
36659
36660 \begin_layout Plain Layout
36661
36662 \backslash
36663 neq
36664 \end_layout
36665
36666 \end_inset
36667 </cell>
36668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36669 \begin_inset Text
36670
36671 \begin_layout Plain Layout
36672
36673 \backslash
36674 not=
36675 \end_layout
36676
36677 \end_inset
36678 </cell>
36679 </row>
36680 <row>
36681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36682 \begin_inset Text
36683
36684 \begin_layout Plain Layout
36685
36686 \backslash
36687 slash
36688 \end_layout
36689
36690 \end_inset
36691 </cell>
36692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36693 \begin_inset Text
36694
36695 \begin_layout Plain Layout
36696 /
36697 \end_layout
36698
36699 \end_inset
36700 </cell>
36701 </row>
36702 <row>
36703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36704 \begin_inset Text
36705
36706 \begin_layout Plain Layout
36707
36708 \backslash
36709 vert
36710 \end_layout
36711
36712 \end_inset
36713 </cell>
36714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36715 \begin_inset Text
36716
36717 \begin_layout Plain Layout
36718 |
36719 \end_layout
36720
36721 \end_inset
36722 </cell>
36723 </row>
36724 </lyxtabular>
36725
36726 \end_inset
36727
36728
36729 \begin_inset space \hfill{}
36730 \end_inset
36731
36732
36733 \begin_inset Tabular
36734 <lyxtabular version="3" rows="12" columns="2">
36735 <features rotate="0" tabularvalignment="middle">
36736 <column alignment="center" valignment="top" width="0pt">
36737 <column alignment="center" valignment="top" width="0pt">
36738 <row>
36739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36740 \begin_inset Text
36741
36742 \begin_layout Plain Layout
36743 Comando
36744 \end_layout
36745
36746 \end_inset
36747 </cell>
36748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36749 \begin_inset Text
36750
36751 \begin_layout Plain Layout
36752 equivalente a
36753 \end_layout
36754
36755 \end_inset
36756 </cell>
36757 </row>
36758 <row>
36759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36760 \begin_inset Text
36761
36762 \begin_layout Plain Layout
36763
36764 \backslash
36765 backslash
36766 \end_layout
36767
36768 \end_inset
36769 </cell>
36770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36771 \begin_inset Text
36772
36773 \begin_layout Plain Layout
36774
36775 \backslash
36776
36777 \backslash
36778
36779 \end_layout
36780
36781 \end_inset
36782 </cell>
36783 </row>
36784 <row>
36785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36786 \begin_inset Text
36787
36788 \begin_layout Plain Layout
36789
36790 \backslash
36791 dasharrow
36792 \end_layout
36793
36794 \end_inset
36795 </cell>
36796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36797 \begin_inset Text
36798
36799 \begin_layout Plain Layout
36800
36801 \backslash
36802 dashrightarrow
36803 \end_layout
36804
36805 \end_inset
36806 </cell>
36807 </row>
36808 <row>
36809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36810 \begin_inset Text
36811
36812 \begin_layout Plain Layout
36813
36814 \backslash
36815 land
36816 \end_layout
36817
36818 \end_inset
36819 </cell>
36820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36821 \begin_inset Text
36822
36823 \begin_layout Plain Layout
36824
36825 \backslash
36826 wedge
36827 \end_layout
36828
36829 \end_inset
36830 </cell>
36831 </row>
36832 <row>
36833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36834 \begin_inset Text
36835
36836 \begin_layout Plain Layout
36837
36838 \backslash
36839 rbrace
36840 \end_layout
36841
36842 \end_inset
36843 </cell>
36844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36845 \begin_inset Text
36846
36847 \begin_layout Plain Layout
36848 }
36849 \end_layout
36850
36851 \end_inset
36852 </cell>
36853 </row>
36854 <row>
36855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36856 \begin_inset Text
36857
36858 \begin_layout Plain Layout
36859
36860 \backslash
36861 rbracket
36862 \end_layout
36863
36864 \end_inset
36865 </cell>
36866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36867 \begin_inset Text
36868
36869 \begin_layout Plain Layout
36870 ]
36871 \end_layout
36872
36873 \end_inset
36874 </cell>
36875 </row>
36876 <row>
36877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36878 \begin_inset Text
36879
36880 \begin_layout Plain Layout
36881
36882 \backslash
36883 rightarrow
36884 \end_layout
36885
36886 \end_inset
36887 </cell>
36888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36889 \begin_inset Text
36890
36891 \begin_layout Plain Layout
36892
36893 \backslash
36894 to
36895 \end_layout
36896
36897 \end_inset
36898 </cell>
36899 </row>
36900 <row>
36901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36902 \begin_inset Text
36903
36904 \begin_layout Plain Layout
36905
36906 \backslash
36907 lnot
36908 \end_layout
36909
36910 \end_inset
36911 </cell>
36912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36913 \begin_inset Text
36914
36915 \begin_layout Plain Layout
36916
36917 \backslash
36918 neg
36919 \end_layout
36920
36921 \end_inset
36922 </cell>
36923 </row>
36924 <row>
36925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36926 \begin_inset Text
36927
36928 \begin_layout Plain Layout
36929
36930 \backslash
36931 ne
36932 \end_layout
36933
36934 \end_inset
36935 </cell>
36936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36937 \begin_inset Text
36938
36939 \begin_layout Plain Layout
36940
36941 \backslash
36942 not=
36943 \end_layout
36944
36945 \end_inset
36946 </cell>
36947 </row>
36948 <row>
36949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36950 \begin_inset Text
36951
36952 \begin_layout Plain Layout
36953
36954 \backslash
36955 owns
36956 \end_layout
36957
36958 \end_inset
36959 </cell>
36960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36961 \begin_inset Text
36962
36963 \begin_layout Plain Layout
36964
36965 \backslash
36966 ni
36967 \end_layout
36968
36969 \end_inset
36970 </cell>
36971 </row>
36972 <row>
36973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36974 \begin_inset Text
36975
36976 \begin_layout Plain Layout
36977
36978 \backslash
36979 square
36980 \end_layout
36981
36982 \end_inset
36983 </cell>
36984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36985 \begin_inset Text
36986
36987 \begin_layout Plain Layout
36988
36989 \backslash
36990 Box
36991 \end_layout
36992
36993 \end_inset
36994 </cell>
36995 </row>
36996 <row>
36997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36998 \begin_inset Text
36999
37000 \begin_layout Plain Layout
37001
37002 \backslash
37003 Vert
37004 \end_layout
37005
37006 \end_inset
37007 </cell>
37008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37009 \begin_inset Text
37010
37011 \begin_layout Plain Layout
37012
37013 \backslash
37014 |
37015 \end_layout
37016
37017 \end_inset
37018 </cell>
37019 </row>
37020 </lyxtabular>
37021
37022 \end_inset
37023
37024
37025 \begin_inset space \hfill{}
37026 \end_inset
37027
37028
37029 \end_layout
37030
37031 \begin_layout Standard
37032 \begin_inset Newpage newpage
37033 \end_inset
37034
37035
37036 \end_layout
37037
37038 \begin_layout Bibliography
37039 \begin_inset CommandInset bibitem
37040 LatexCommand bibitem
37041 key "TLC2"
37042
37043 \end_inset
37044
37045
37046 \shape smallcaps
37047 Mittelbach, F.
37048  ; Goossens, M.
37049 \shape default
37050
37051 \shape italic
37052 The LaTeX Companion
37053 \shape default
37054 .
37055  Addison Wesley, 2004
37056 \end_layout
37057
37058 \begin_layout Bibliography
37059 \begin_inset CommandInset bibitem
37060 LatexCommand bibitem
37061 key "Mathmode"
37062
37063 \end_inset
37064
37065
37066 \begin_inset CommandInset href
37067 LatexCommand href
37068 name "Descripción"
37069 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37070
37071 \end_inset
37072
37073  de habilidades matemáticas de LaTeX
37074 \end_layout
37075
37076 \begin_layout Bibliography
37077 \begin_inset CommandInset bibitem
37078 LatexCommand bibitem
37079 key "AMS"
37080
37081 \end_inset
37082
37083
37084 \begin_inset CommandInset href
37085 LatexCommand href
37086 name "Descripción"
37087 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37088
37089 \end_inset
37090
37091  de 
37092 \begin_inset ERT
37093 status collapsed
37094
37095 \begin_layout Plain Layout
37096
37097
37098 \backslash
37099 AmS
37100 \end_layout
37101
37102 \end_inset
37103
37104 -LaTeX
37105 \end_layout
37106
37107 \begin_layout Bibliography
37108 \begin_inset CommandInset bibitem
37109 LatexCommand bibitem
37110 key "Symbols"
37111
37112 \end_inset
37113
37114
37115 \begin_inset CommandInset href
37116 LatexCommand href
37117 name "Lista"
37118 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37119
37120 \end_inset
37121
37122  de todos los símbolos disponibles con paquetes LaTeX
37123 \end_layout
37124
37125 \begin_layout Bibliography
37126 \begin_inset CommandInset bibitem
37127 LatexCommand bibitem
37128 key "cancel"
37129
37130 \end_inset
37131
37132
37133 \begin_inset CommandInset href
37134 LatexCommand href
37135 name "Documentación"
37136 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37137
37138 \end_inset
37139
37140  del paquete LaTeX 
37141 \series bold
37142 cancel
37143 \series default
37144
37145 \begin_inset Index idx
37146 status collapsed
37147
37148 \begin_layout Plain Layout
37149 Paquetes ! cancel
37150 \end_layout
37151
37152 \end_inset
37153
37154
37155 \end_layout
37156
37157 \begin_layout Bibliography
37158 \begin_inset CommandInset bibitem
37159 LatexCommand bibitem
37160 key "hyperref"
37161
37162 \end_inset
37163
37164
37165 \begin_inset CommandInset href
37166 LatexCommand href
37167 name "Documentación"
37168 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37169
37170 \end_inset
37171
37172  del paquete LaTeX 
37173 \series bold
37174 hyperref
37175 \series default
37176
37177 \begin_inset Index idx
37178 status collapsed
37179
37180 \begin_layout Plain Layout
37181 Paquetes ! hyperref
37182 \end_layout
37183
37184 \end_inset
37185
37186
37187 \end_layout
37188
37189 \begin_layout Bibliography
37190 \begin_inset CommandInset bibitem
37191 LatexCommand bibitem
37192 key "mhchem"
37193
37194 \end_inset
37195
37196
37197 \begin_inset CommandInset href
37198 LatexCommand href
37199 name "Documentación"
37200 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37201
37202 \end_inset
37203
37204  del paquete LaTeX 
37205 \series bold
37206 mhchem
37207 \series default
37208
37209 \begin_inset Index idx
37210 status collapsed
37211
37212 \begin_layout Plain Layout
37213 Paquetes ! mhchem
37214 \end_layout
37215
37216 \end_inset
37217
37218
37219 \end_layout
37220
37221 \begin_layout Bibliography
37222 \begin_inset CommandInset bibitem
37223 LatexCommand bibitem
37224 key "Mathclap"
37225
37226 \end_inset
37227
37228
37229 \begin_inset CommandInset href
37230 LatexCommand href
37231 name "Descripción"
37232 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37233
37234 \end_inset
37235
37236  del comando 
37237 \series bold
37238
37239 \backslash
37240 mathclap
37241 \series default
37242 , descrito en 
37243 \begin_inset CommandInset ref
37244 LatexCommand ref
37245 reference "sub:Límites-de-operadores"
37246
37247 \end_inset
37248
37249
37250 \begin_inset Index idx
37251 status collapsed
37252
37253 \begin_layout Plain Layout
37254 Comandos ! M ! 
37255 \backslash
37256 mathclap
37257 \end_layout
37258
37259 \end_inset
37260
37261
37262 \end_layout
37263
37264 \begin_layout Bibliography
37265 \begin_inset CommandInset bibitem
37266 LatexCommand bibitem
37267 key "Duden"
37268
37269 \end_inset
37270
37271
37272 \emph on
37273 Duden Band 1
37274 \emph default
37275 .
37276  22.
37277  Auflage, Duden 2001
37278 \end_layout
37279
37280 \begin_layout Bibliography
37281 \begin_inset CommandInset bibitem
37282 LatexCommand bibitem
37283 key "spanish"
37284
37285 \end_inset
37286
37287
37288 \begin_inset CommandInset href
37289 LatexCommand href
37290 name "Página web"
37291 target "http://www.tex-tipografia.com/spanish.html"
37292
37293 \end_inset
37294
37295  del estilo 
37296 \series bold
37297 spanish
37298 \family sans
37299 \series default
37300  
37301 \family default
37302 incluido en el paquete 
37303 \series bold
37304 babel
37305 \end_layout
37306
37307 \begin_layout Bibliography
37308 \begin_inset CommandInset bibitem
37309 LatexCommand bibitem
37310 key "Bezos"
37311
37312 \end_inset
37313
37314
37315 \begin_inset CommandInset href
37316 LatexCommand href
37317 name "Documento"
37318 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
37319
37320 \end_inset
37321
37322  sobre ortotipografía y notaciones matemáticas en español
37323 \end_layout
37324
37325 \begin_layout Standard
37326 \begin_inset CommandInset index_print
37327 LatexCommand printindex
37328 type "idx"
37329
37330 \end_inset
37331
37332
37333 \end_layout
37334
37335 \end_body
37336 \end_document