]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
UserGuide.lyx: describe new support for \listoflistings
[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 \end_layout
15725
15726 \begin_layout Standard
15727 \begin_inset VSpace bigskip
15728 \end_inset
15729
15730
15731 \end_layout
15732
15733 \begin_layout Standard
15734
15735 \lang english
15736 When several consecutive operators have limits the typesetting of the limits
15737  looks often imperfect in the output, see this example:
15738 \lang spanish
15739
15740 \begin_inset Formula 
15741 \[
15742 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
15743 \]
15744
15745 \end_inset
15746
15747
15748 \lang english
15749 To improve the typesetting set in the document settings under 
15750 \family sans
15751 Math
15752 \begin_inset space ~
15753 \end_inset
15754
15755 Options
15756 \family default
15757  for the package
15758 \lang spanish
15759  
15760 \series bold
15761 mathtools
15762 \series default
15763
15764 \begin_inset Index idx
15765 status collapsed
15766
15767 \begin_layout Plain Layout
15768 Paquetes ! mathtools
15769 \end_layout
15770
15771 \end_inset
15772
15773  
15774 \lang english
15775 the option 
15776 \family sans
15777 Load
15778 \begin_inset space ~
15779 \end_inset
15780
15781 always
15782 \family default
15783 .
15784  Then insert into your formula the command 
15785 \series bold
15786 \lang spanish
15787
15788 \backslash
15789 adjustlimits
15790 \series default
15791
15792 \begin_inset Index idx
15793 status collapsed
15794
15795 \begin_layout Plain Layout
15796 Comandos ! A ! 
15797 \backslash
15798 adjustlimits
15799 \end_layout
15800
15801 \end_inset
15802
15803  
15804 \lang english
15805 directly before the first operator.
15806  The example will then look like this:
15807 \lang spanish
15808
15809 \begin_inset Formula 
15810 \[
15811 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
15812 \]
15813
15814 \end_inset
15815
15816
15817 \end_layout
15818
15819 \begin_layout Standard
15820 \begin_inset VSpace bigskip
15821 \end_inset
15822
15823 Cómo utilizar un límite para varios operadores se describe en la 
15824 \begin_inset CommandInset ref
15825 LatexCommand ref
15826 reference "sub:Operadores-de-usuario"
15827
15828 \end_inset
15829
15830 .
15831 \end_layout
15832
15833 \begin_layout Subsection
15834 Decoración para operadores
15835 \begin_inset Index idx
15836 status collapsed
15837
15838 \begin_layout Plain Layout
15839 Operadores ! Decoración
15840 \end_layout
15841
15842 \end_inset
15843
15844
15845 \end_layout
15846
15847 \begin_layout Standard
15848 Con los comandos 
15849 \series bold
15850
15851 \backslash
15852 overset
15853 \series default
15854
15855 \begin_inset Index idx
15856 status collapsed
15857
15858 \begin_layout Plain Layout
15859 Comandos ! O ! 
15860 \backslash
15861 overset
15862 \end_layout
15863
15864 \end_inset
15865
15866  y 
15867 \series bold
15868
15869 \backslash
15870 underset
15871 \series default
15872
15873 \begin_inset Index idx
15874 status collapsed
15875
15876 \begin_layout Plain Layout
15877 Comandos ! U ! 
15878 \backslash
15879 underset
15880 \end_layout
15881
15882 \end_inset
15883
15884  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
15885  Con el comando 
15886 \series bold
15887
15888 \backslash
15889 sideset
15890 \series default
15891
15892 \begin_inset Index idx
15893 status collapsed
15894
15895 \begin_layout Plain Layout
15896 Comandos ! S ! 
15897 \backslash
15898 sideset
15899 \end_layout
15900
15901 \end_inset
15902
15903  se pueden poner caracteres delante y detrás de un operador grande.
15904 \end_layout
15905
15906 \begin_layout Standard
15907
15908 \lang english
15909 There are 4
15910 \begin_inset space ~
15911 \end_inset
15912
15913 variants of 
15914 \series bold
15915
15916 \backslash
15917 sideset
15918 \series default
15919 :
15920 \end_layout
15921
15922 \begin_layout Itemize
15923
15924 \series bold
15925 \lang english
15926
15927 \backslash
15928 sideset
15929 \series default
15930  is used to set characters at the corners of the operator
15931 \end_layout
15932
15933 \begin_layout Itemize
15934
15935 \series bold
15936 \lang english
15937
15938 \backslash
15939 sidesetn
15940 \series default
15941  is used to set characters before and/or behind the operator (this variant
15942  represents LaTeX's original 
15943 \series bold
15944
15945 \backslash
15946 sideset
15947 \series default
15948  command)
15949 \end_layout
15950
15951 \begin_layout Itemize
15952
15953 \series bold
15954 \lang english
15955
15956 \backslash
15957 sidesetl
15958 \series default
15959  is used to set characters at the left corners and/or behind the operator
15960 \end_layout
15961
15962 \begin_layout Itemize
15963
15964 \series bold
15965 \lang english
15966
15967 \backslash
15968 sidesetr
15969 \series default
15970  is used to set characters at the right corners and/or before the operator
15971 \end_layout
15972
15973 \begin_layout Standard
15974 Por ejemplo, el comando 
15975 \series bold
15976
15977 \backslash
15978 sidesetn
15979 \begin_inset space \textvisiblespace{}
15980 \end_inset
15981
15982
15983 \backslash
15984 sum
15985 \begin_inset space \textvisiblespace{}
15986 \end_inset
15987
15988
15989 \begin_inset Formula $\to$
15990 \end_inset
15991
15992 '
15993 \begin_inset Formula $\to$
15994 \end_inset
15995
15996 _k=1
15997 \begin_inset space \textvisiblespace{}
15998 \end_inset
15999
16000
16001 \series default
16002 ^
16003 \series bold
16004 n
16005 \series default
16006  genera:
16007 \begin_inset Formula 
16008 \[
16009 \sideset{}{'}\sum_{k=1}^{n}
16010 \]
16011
16012 \end_inset
16013
16014
16015 \end_layout
16016
16017 \begin_layout Standard
16018 \begin_inset Note Greyedout
16019 status open
16020
16021 \begin_layout Plain Layout
16022
16023 \series bold
16024 Nota: 
16025 \backslash
16026 sideset
16027 \series default
16028  sólo se puede usar para decorar operadores grandes, no permite operadores
16029  binarios.
16030 \end_layout
16031
16032 \end_inset
16033
16034
16035 \end_layout
16036
16037 \begin_layout Standard
16038 Con 
16039 \series bold
16040
16041 \backslash
16042 overset
16043 \series default
16044  y 
16045 \series bold
16046
16047 \backslash
16048 underset
16049 \series default
16050  también se pueden decorar símbolos y caracteres.
16051  Por ejemplo el comando 
16052 \series bold
16053
16054 \backslash
16055 overset
16056 \begin_inset space \textvisiblespace{}
16057 \end_inset
16058
16059
16060 \backslash
16061 maltese
16062 \begin_inset space \textvisiblespace{}
16063 \end_inset
16064
16065
16066 \series default
16067
16068 \begin_inset Formula $\uparrow$
16069 \end_inset
16070
16071
16072 \series bold
16073 a
16074 \series default
16075  genera:
16076 \begin_inset Formula 
16077 \[
16078 \overset{a}{\maltese}
16079 \]
16080
16081 \end_inset
16082
16083
16084 \end_layout
16085
16086 \begin_layout Subsection
16087 Operadores binarios
16088 \begin_inset CommandInset label
16089 LatexCommand label
16090 name "sub:Operadores-binarios"
16091
16092 \end_inset
16093
16094
16095 \begin_inset Index idx
16096 status collapsed
16097
16098 \begin_layout Plain Layout
16099 Operadores ! binarios
16100 \end_layout
16101
16102 \end_inset
16103
16104
16105 \end_layout
16106
16107 \begin_layout Standard
16108 Los operadores binarios se rodean por espacios si llevan un carácter delante
16109  o detrás.
16110 \begin_inset VSpace medskip
16111 \end_inset
16112
16113
16114 \end_layout
16115
16116 \begin_layout Standard
16117 \begin_inset space \hfill{}
16118 \end_inset
16119
16120
16121 \begin_inset Tabular
16122 <lyxtabular version="3" rows="13" columns="2">
16123 <features rotate="0" tabularvalignment="middle">
16124 <column alignment="center" valignment="top" width="0pt">
16125 <column alignment="center" valignment="top" width="0pt">
16126 <row>
16127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Plain Layout
16131 Comando
16132 \begin_inset Note Note
16133 status collapsed
16134
16135 \begin_layout Plain Layout
16136
16137 \series bold
16138
16139 \backslash
16140 raisebox
16141 \series default
16142  se usa sólo como espaciador
16143 \end_layout
16144
16145 \end_inset
16146
16147
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156 Operador
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 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176 \begin_inset Formula $+$
16177 \end_inset
16178
16179
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 </row>
16185 <row>
16186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190 -
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199 \begin_inset Formula $-$
16200 \end_inset
16201
16202
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 </row>
16208 <row>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213
16214 \backslash
16215 pm
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 \begin_inset Formula $\pm$
16225 \end_inset
16226
16227
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 </row>
16233 <row>
16234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238
16239 \backslash
16240 mp
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 \begin_inset Formula $\mp$
16250 \end_inset
16251
16252
16253 \end_layout
16254
16255 \end_inset
16256 </cell>
16257 </row>
16258 <row>
16259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263
16264 \backslash
16265 cdot
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 $\cdot$
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 times
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 $\times$
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 div
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 $\div$
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 \begin_inset ERT
16339 status collapsed
16340
16341 \begin_layout Plain Layout
16342
16343
16344 \backslash
16345 raisebox{-1.2mm}{
16346 \end_layout
16347
16348 \end_inset
16349
16350 *
16351 \begin_inset ERT
16352 status collapsed
16353
16354 \begin_layout Plain Layout
16355
16356 }
16357 \end_layout
16358
16359 \end_inset
16360
16361
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370 \begin_inset Formula $*$
16371 \end_inset
16372
16373
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 </row>
16379 <row>
16380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Plain Layout
16384
16385 \backslash
16386 star
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395 \begin_inset Formula $\star$
16396 \end_inset
16397
16398
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 </row>
16404 <row>
16405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16406 \begin_inset Text
16407
16408 \begin_layout Plain Layout
16409
16410 \backslash
16411 circ
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420 \begin_inset Formula $\circ$
16421 \end_inset
16422
16423
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 </row>
16429 <row>
16430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434
16435 \backslash
16436 diamond
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445 \begin_inset Formula $\diamond$
16446 \end_inset
16447
16448
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 </row>
16454 <row>
16455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459
16460 \backslash
16461 bullet
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470 \begin_inset Formula $\bullet$
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 </row>
16479 </lyxtabular>
16480
16481 \end_inset
16482
16483
16484 \begin_inset space \hfill{}
16485 \end_inset
16486
16487
16488 \begin_inset Tabular
16489 <lyxtabular version="3" rows="13" columns="2">
16490 <features rotate="0" tabularvalignment="middle">
16491 <column alignment="center" valignment="top" width="0pt">
16492 <column alignment="center" valignment="top" width="0pt">
16493 <row>
16494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16495 \begin_inset Text
16496
16497 \begin_layout Plain Layout
16498 Comando
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16504 \begin_inset Text
16505
16506 \begin_layout Plain Layout
16507 Operador
16508 \end_layout
16509
16510 \end_inset
16511 </cell>
16512 </row>
16513 <row>
16514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16515 \begin_inset Text
16516
16517 \begin_layout Plain Layout
16518
16519 \backslash
16520 nabla
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529 \begin_inset Formula $\nabla$
16530 \end_inset
16531
16532
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 </row>
16538 <row>
16539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543
16544 \backslash
16545 bigtriangledown
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554 \begin_inset Formula $\bigtriangledown$
16555 \end_inset
16556
16557
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 </row>
16563 <row>
16564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568
16569 \backslash
16570 bigtriangleup
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579 \begin_inset Formula $\bigtriangleup$
16580 \end_inset
16581
16582
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 </row>
16588 <row>
16589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16590 \begin_inset Text
16591
16592 \begin_layout Plain Layout
16593
16594 \backslash
16595 Box
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Plain Layout
16604 \begin_inset Formula $\Box$
16605 \end_inset
16606
16607
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 </row>
16613 <row>
16614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618
16619 \backslash
16620 cap 
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629 \begin_inset Formula $\cap$
16630 \end_inset
16631
16632
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 </row>
16638 <row>
16639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Plain Layout
16643
16644 \backslash
16645 cup
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Plain Layout
16654 \begin_inset Formula $\cup$
16655 \end_inset
16656
16657
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 </row>
16663 <row>
16664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668
16669 \backslash
16670 dagger
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679 \begin_inset Formula $\dagger$
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 </row>
16688 <row>
16689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693
16694 \backslash
16695 ddagger
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Plain Layout
16704 \begin_inset Formula $\ddagger$
16705 \end_inset
16706
16707
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 </row>
16713 <row>
16714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718
16719 \backslash
16720 wr
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Plain Layout
16729 \begin_inset Formula $\wr$
16730 \end_inset
16731
16732
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 </row>
16738 <row>
16739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743
16744 \backslash
16745 bigcirc
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754 \begin_inset Formula $\bigcirc$
16755 \end_inset
16756
16757
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 </row>
16763 <row>
16764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768
16769 \backslash
16770 wedge
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779 \begin_inset Formula $\wedge$
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 </row>
16788 <row>
16789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793
16794 \backslash
16795 vee
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804 \begin_inset Formula $\vee$
16805 \end_inset
16806
16807
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 </row>
16813 </lyxtabular>
16814
16815 \end_inset
16816
16817
16818 \begin_inset space \hfill{}
16819 \end_inset
16820
16821
16822 \begin_inset Tabular
16823 <lyxtabular version="3" rows="13" columns="2">
16824 <features rotate="0" tabularvalignment="middle">
16825 <column alignment="center" valignment="top" width="0pt">
16826 <column alignment="center" valignment="top" width="0pt">
16827 <row>
16828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832 Comando
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841 Operador
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 </row>
16847 <row>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852
16853 \backslash
16854 oplus
16855 \end_layout
16856
16857 \end_inset
16858 </cell>
16859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863 \begin_inset Formula $\oplus$
16864 \end_inset
16865
16866
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 </row>
16872 <row>
16873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Plain Layout
16877
16878 \backslash
16879 ominus
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888 \begin_inset Formula $\ominus$
16889 \end_inset
16890
16891
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 </row>
16897 <row>
16898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16899 \begin_inset Text
16900
16901 \begin_layout Plain Layout
16902
16903 \backslash
16904 otimes
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913 \begin_inset Formula $\otimes$
16914 \end_inset
16915
16916
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 </row>
16922 <row>
16923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927
16928 \backslash
16929 oslash
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938 \begin_inset Formula $\oslash$
16939 \end_inset
16940
16941
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 </row>
16947 <row>
16948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952
16953 \backslash
16954 odot
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963 \begin_inset Formula $\odot$
16964 \end_inset
16965
16966
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 </row>
16972 <row>
16973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977
16978 \backslash
16979 amalg
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988 \begin_inset Formula $\amalg$
16989 \end_inset
16990
16991
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 </row>
16997 <row>
16998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002
17003 \backslash
17004 uplus
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 \begin_inset Formula $\uplus$
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 </row>
17022 <row>
17023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027
17028 \backslash
17029 setminus
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038 \begin_inset Formula $\setminus$
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 <row>
17048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052
17053 \backslash
17054 sqcap
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 \begin_inset Formula $\sqcap$
17064 \end_inset
17065
17066
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 <row>
17073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077
17078 \backslash
17079 sqcup
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 \begin_inset Formula $\sqcup$
17089 \end_inset
17090
17091
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 </row>
17097 <row>
17098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Plain Layout
17102
17103 \backslash
17104 triangleleft
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 \begin_inset Formula $\triangleleft$
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 </row>
17122 <row>
17123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127
17128 \backslash
17129 triangleright
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138 \begin_inset Formula $\triangleright$
17139 \end_inset
17140
17141
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 </row>
17147 </lyxtabular>
17148
17149 \end_inset
17150
17151
17152 \begin_inset space \hfill{}
17153 \end_inset
17154
17155
17156 \end_layout
17157
17158 \begin_layout Standard
17159 Todos los operadores binarios se pueden insertar también con el botón 
17160 \begin_inset Graphics
17161         filename ../../images/math/pm.png
17162         scale 85
17163
17164 \end_inset
17165
17166  de la barra de ecuaciones.
17167 \end_layout
17168
17169 \begin_layout Standard
17170 Para imprimir el operador Laplace se pueden usar 
17171 \series bold
17172
17173 \backslash
17174 Delta
17175 \series default
17176  o 
17177 \series bold
17178
17179 \backslash
17180 nabla
17181 \series default
17182 ^
17183 \series bold
17184 2
17185 \series default
17186  (
17187 \begin_inset Formula $\nabla^{2}$
17188 \end_inset
17189
17190 ) en vez de 
17191 \series bold
17192
17193 \backslash
17194 bigtriangleup
17195 \series default
17196 .
17197 \end_layout
17198
17199 \begin_layout Standard
17200 El carácter 
17201 \family sans
17202 Separador de menú
17203 \family default
17204  del menú 
17205 \family sans
17206 Insertar\SpecialChar \menuseparator
17207 Carácter especial
17208 \family default
17209  es el operador 
17210 \series bold
17211
17212 \backslash
17213 triangleright
17214 \series default
17215 .
17216 \end_layout
17217
17218 \begin_layout Subsection
17219 Operadores definidos por el usuario
17220 \begin_inset CommandInset label
17221 LatexCommand label
17222 name "sub:Operadores-de-usuario"
17223
17224 \end_inset
17225
17226
17227 \begin_inset Index idx
17228 status collapsed
17229
17230 \begin_layout Plain Layout
17231 Operadores ! personalizados
17232 \end_layout
17233
17234 \end_inset
17235
17236
17237 \end_layout
17238
17239 \begin_layout Standard
17240 Con ayuda del comando 
17241 \series bold
17242
17243 \backslash
17244 DeclareMathOperator
17245 \series default
17246
17247 \begin_inset Index idx
17248 status collapsed
17249
17250 \begin_layout Plain Layout
17251 Comandos ! D ! 
17252 \backslash
17253 dbinom@
17254 \backslash
17255 DeclareMathOperator
17256 \end_layout
17257
17258 \end_inset
17259
17260  se pueden definir operadores personalizados en el preámbulo LaTeX.
17261  Su esquema es:
17262 \end_layout
17263
17264 \begin_layout Standard
17265
17266 \series bold
17267
17268 \backslash
17269 DeclareMathOperator{comando nuevo}{presentación}
17270 \end_layout
17271
17272 \begin_layout Standard
17273 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17274  en la salida.
17275  Para definir un operador grande hay que añadirle un * detrás.
17276  Todos los operadores grandes personalizados pueden tener límites como se
17277  describe en 
17278 \begin_inset CommandInset ref
17279 LatexCommand ref
17280 reference "sub:Límites-de-operadores"
17281
17282 \end_inset
17283
17284 .
17285 \end_layout
17286
17287 \begin_layout Standard
17288 Por ejemplo, la línea en el preámbulo LaTeX
17289 \end_layout
17290
17291 \begin_layout Standard
17292
17293 \series bold
17294
17295 \backslash
17296 DeclareMathOperator*{
17297 \backslash
17298 Lozenge}{
17299 \backslash
17300 blacklozenge}
17301 \end_layout
17302
17303 \begin_layout Standard
17304 define el comando 
17305 \series bold
17306
17307 \backslash
17308 Lozenge
17309 \series default
17310 , que inserta un operador grande que es el símbolo blacklozenge de la 
17311 \begin_inset CommandInset ref
17312 LatexCommand ref
17313 reference "sub:Símbolos-misceláneos"
17314
17315 \end_inset
17316
17317 .
17318 \begin_inset Formula 
17319 \[
17320 \Lozenge_{n=1}^{\infty}
17321 \]
17322
17323 \end_inset
17324
17325 El comando para esta expresión es: 
17326 \series bold
17327
17328 \backslash
17329 Lozenge^
17330 \backslash
17331 infty
17332 \begin_inset Formula $\rightarrow$
17333 \end_inset
17334
17335 _n=1
17336 \begin_inset VSpace bigskip
17337 \end_inset
17338
17339
17340 \end_layout
17341
17342 \begin_layout Standard
17343 Si los operadores personalizados no se van a usar varias veces en el documento,
17344  se pueden también definir con los comandos 
17345 \series bold
17346
17347 \backslash
17348 mathop
17349 \series default
17350
17351 \begin_inset Index idx
17352 status collapsed
17353
17354 \begin_layout Plain Layout
17355 Comandos ! M ! 
17356 \backslash
17357 mathop
17358 \end_layout
17359
17360 \end_inset
17361
17362  y 
17363 \series bold
17364
17365 \backslash
17366 mathbin
17367 \series default
17368
17369 \begin_inset Index idx
17370 status collapsed
17371
17372 \begin_layout Plain Layout
17373 Comandos ! M ! 
17374 \backslash
17375 mathbin
17376 \end_layout
17377
17378 \end_inset
17379
17380 , con el siguiente esquema:
17381 \end_layout
17382
17383 \begin_layout Standard
17384
17385 \series bold
17386
17387 \backslash
17388 mathop{presentación}
17389 \series default
17390  y 
17391 \series bold
17392
17393 \backslash
17394 mathbin{presentación}
17395 \end_layout
17396
17397 \begin_layout Standard
17398
17399 \series bold
17400
17401 \backslash
17402 mathop
17403 \series default
17404  define operadores grandes, 
17405 \series bold
17406
17407 \backslash
17408 mathbin
17409 \series default
17410  operadores binarios.
17411 \end_layout
17412
17413 \begin_layout Standard
17414
17415 \series bold
17416
17417 \backslash
17418 mathop
17419 \series default
17420  se puede usar, p.e., para poner un límite a varios operadores:
17421 \begin_inset Formula 
17422 \[
17423 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17424 \]
17425
17426 \end_inset
17427
17428
17429 \end_layout
17430
17431 \begin_layout Standard
17432 El comando para la expresión anterior es:
17433 \begin_inset Newline newline
17434 \end_inset
17435
17436
17437 \series bold
17438
17439 \backslash
17440 mathop{
17441 \backslash
17442 sum
17443 \backslash
17444 negmedspace
17445 \backslash
17446 sum
17447 \series default
17448
17449 \begin_inset space \textvisiblespace{}
17450 \end_inset
17451
17452
17453 \series bold
17454
17455 \begin_inset Formula $\to$
17456 \end_inset
17457
17458 ^N
17459 \series default
17460
17461 \begin_inset space \textvisiblespace{}
17462 \end_inset
17463
17464
17465 \series bold
17466 _i,j=1
17467 \end_layout
17468
17469 \begin_layout Standard
17470 \begin_inset Newpage newpage
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \begin_layout Section
17477 Tipografías
17478 \begin_inset Index idx
17479 status collapsed
17480
17481 \begin_layout Plain Layout
17482 Tipografías
17483 \end_layout
17484
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \begin_layout Subsection
17491 Estilos de tipografías
17492 \begin_inset CommandInset label
17493 LatexCommand label
17494 name "sub:Estilos-de-tipografías"
17495
17496 \end_inset
17497
17498
17499 \begin_inset Index idx
17500 status collapsed
17501
17502 \begin_layout Plain Layout
17503 Tipografías ! estilos de
17504 \end_layout
17505
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \begin_layout Standard
17512 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17513  estilos:
17514 \end_layout
17515
17516 \begin_layout Standard
17517 \begin_inset VSpace -2mm
17518 \end_inset
17519
17520
17521 \end_layout
17522
17523 \begin_layout Standard
17524 \align center
17525 \begin_inset Tabular
17526 <lyxtabular version="3" rows="7" columns="3">
17527 <features rotate="0" tabularvalignment="middle">
17528 <column alignment="center" valignment="top">
17529 <column alignment="center" valignment="top">
17530 <column alignment="center" valignment="top">
17531 <row>
17532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17533 \begin_inset Text
17534
17535 \begin_layout Plain Layout
17536 Comando
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17542 \begin_inset Text
17543
17544 \begin_layout Plain Layout
17545 Resultado
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554 atajo
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 </row>
17560 <row>
17561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565
17566 \backslash
17567 mathbb
17568 \series bold
17569
17570 \begin_inset space \textvisiblespace{}
17571 \end_inset
17572
17573
17574 \series default
17575 ABC
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17581 \begin_inset Text
17582
17583 \begin_layout Plain Layout
17584 \begin_inset Formula $\mathbb{ABC}$
17585 \end_inset
17586
17587
17588 \end_layout
17589
17590 \end_inset
17591 </cell>
17592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17593 \begin_inset Text
17594
17595 \begin_layout Plain Layout
17596
17597 \family sans
17598 Alt+C C
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 </row>
17604 <row>
17605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609
17610 \backslash
17611 mathbf
17612 \series bold
17613
17614 \begin_inset space \textvisiblespace{}
17615 \end_inset
17616
17617
17618 \series default
17619 AbC
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628 \begin_inset Formula $\mathbf{AbC}$
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640
17641 \family sans
17642 Ctrl+B
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 </row>
17648 <row>
17649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17650 \begin_inset Text
17651
17652 \begin_layout Plain Layout
17653
17654 \backslash
17655 boldsymbol
17656 \series bold
17657
17658 \begin_inset space \textvisiblespace{}
17659 \end_inset
17660
17661
17662 \series default
17663 AbC
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672 \begin_inset Formula $\boldsymbol{AbC}$
17673 \end_inset
17674
17675
17676 \end_layout
17677
17678 \end_inset
17679 </cell>
17680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17681 \begin_inset Text
17682
17683 \begin_layout Plain Layout
17684
17685 \family sans
17686 Ctrl+Alt+B , Alt+C B
17687 \end_layout
17688
17689 \end_inset
17690 </cell>
17691 </row>
17692 <row>
17693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17694 \begin_inset Text
17695
17696 \begin_layout Plain Layout
17697
17698 \backslash
17699 mathcal
17700 \series bold
17701
17702 \begin_inset space \textvisiblespace{}
17703 \end_inset
17704
17705
17706 \series default
17707 ABC
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716 \begin_inset Formula $\mathcal{ABC}$
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728
17729 \family sans
17730 Ctrl+E , Alt+C E
17731 \end_layout
17732
17733 \end_inset
17734 </cell>
17735 </row>
17736 <row>
17737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741
17742 \backslash
17743 mathfrak
17744 \series bold
17745
17746 \begin_inset space \textvisiblespace{}
17747 \end_inset
17748
17749
17750 \series default
17751 AbC
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17757 \begin_inset Text
17758
17759 \begin_layout Plain Layout
17760 \begin_inset Formula $\mathfrak{AbC}$
17761 \end_inset
17762
17763
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17769 \begin_inset Text
17770
17771 \begin_layout Plain Layout
17772 -
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 </row>
17778 <row>
17779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17780 \begin_inset Text
17781
17782 \begin_layout Plain Layout
17783
17784 \backslash
17785 mathscr
17786 \series bold
17787
17788 \begin_inset space \textvisiblespace{}
17789 \end_inset
17790
17791
17792 \series default
17793 AbC
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17799 \begin_inset Text
17800
17801 \begin_layout Plain Layout
17802 \begin_inset Formula $\mathscr{AbC}$
17803 \end_inset
17804
17805
17806 \end_layout
17807
17808 \end_inset
17809 </cell>
17810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17811 \begin_inset Text
17812
17813 \begin_layout Plain Layout
17814 -
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 </row>
17820 </lyxtabular>
17821
17822 \end_inset
17823
17824
17825 \end_layout
17826
17827 \begin_layout Standard
17828 \align center
17829 \begin_inset Tabular
17830 <lyxtabular version="3" rows="5" columns="3">
17831 <features rotate="0" tabularvalignment="middle">
17832 <column alignment="center" valignment="top">
17833 <column alignment="center" valignment="top">
17834 <column alignment="center" valignment="top">
17835 <row>
17836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840 Comando
17841 \end_layout
17842
17843 \end_inset
17844 </cell>
17845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17846 \begin_inset Text
17847
17848 \begin_layout Plain Layout
17849 Resultado
17850 \end_layout
17851
17852 \end_inset
17853 </cell>
17854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17855 \begin_inset Text
17856
17857 \begin_layout Plain Layout
17858 atajo
17859 \end_layout
17860
17861 \end_inset
17862 </cell>
17863 </row>
17864 <row>
17865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869
17870 \backslash
17871 mathit
17872 \series bold
17873
17874 \begin_inset space \textvisiblespace{}
17875 \end_inset
17876
17877
17878 \series default
17879 AbC
17880 \end_layout
17881
17882 \end_inset
17883 </cell>
17884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17885 \begin_inset Text
17886
17887 \begin_layout Plain Layout
17888 \begin_inset Formula $\mathit{AbC}$
17889 \end_inset
17890
17891
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900 -
17901 \end_layout
17902
17903 \end_inset
17904 </cell>
17905 </row>
17906 <row>
17907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17908 \begin_inset Text
17909
17910 \begin_layout Plain Layout
17911
17912 \backslash
17913 mathrm
17914 \series bold
17915
17916 \begin_inset space \textvisiblespace{}
17917 \end_inset
17918
17919
17920 \series default
17921 AbC
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930 \begin_inset Formula $\mathrm{AbC}$
17931 \end_inset
17932
17933
17934 \end_layout
17935
17936 \end_inset
17937 </cell>
17938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17939 \begin_inset Text
17940
17941 \begin_layout Plain Layout
17942
17943 \family sans
17944 Alt+C R
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 </row>
17950 <row>
17951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17952 \begin_inset Text
17953
17954 \begin_layout Plain Layout
17955
17956 \backslash
17957 mathsf
17958 \series bold
17959
17960 \begin_inset space \textvisiblespace{}
17961 \end_inset
17962
17963
17964 \series default
17965 AbC
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 \begin_inset Formula $\mathsf{AbC}$
17975 \end_inset
17976
17977
17978 \end_layout
17979
17980 \end_inset
17981 </cell>
17982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986
17987 \family sans
17988 Alt+C S
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 </row>
17994 <row>
17995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999
18000 \backslash
18001 mathtt
18002 \series bold
18003
18004 \begin_inset space \textvisiblespace{}
18005 \end_inset
18006
18007
18008 \series default
18009 AbC
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018 \begin_inset Formula $\mathtt{AbC}$
18019 \end_inset
18020
18021
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030
18031 \family sans
18032 Ctrl+Mayúsculas+P
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 </row>
18038 </lyxtabular>
18039
18040 \end_inset
18041
18042
18043 \end_layout
18044
18045 \begin_layout Standard
18046 \begin_inset Note Greyedout
18047 status open
18048
18049 \begin_layout Plain Layout
18050
18051 \series bold
18052 Nota
18053 \series default
18054 : Los estilos 
18055 \series bold
18056
18057 \backslash
18058 mathbb
18059 \series default
18060  y 
18061 \series bold
18062
18063 \backslash
18064 mathcal
18065 \series default
18066  sólo se aplican a letras mayúsculas.
18067 \end_layout
18068
18069 \end_inset
18070
18071
18072 \end_layout
18073
18074 \begin_layout Standard
18075 El estilo predeterminado es 
18076 \series bold
18077
18078 \backslash
18079 mathnormal
18080 \series default
18081 .
18082 \end_layout
18083
18084 \begin_layout Standard
18085 Los comandos de estilo funcionan también en estructuras matemáticas:
18086 \begin_inset Formula 
18087 \[
18088 \mathfrak{A=\frac{b}{C}}
18089 \]
18090
18091 \end_inset
18092
18093
18094 \end_layout
18095
18096 \begin_layout Standard
18097 Los caracteres en texto matemático no aparecen en un estilo tipográfico
18098  de ecuaciones sino en el estilo tipográfico de texto 
18099 \series bold
18100
18101 \backslash
18102 textrm
18103 \series default
18104 .
18105  Este estilo no se puede poner correctamente con el diálogo de estilo de
18106  texto por un fallo de LyX.
18107 \begin_inset Foot
18108 status open
18109
18110 \begin_layout Plain Layout
18111 \begin_inset CommandInset href
18112 LatexCommand href
18113 name "LyX-bug #4629"
18114 target "http://www.lyx.org/trac/ticket/4629"
18115
18116 \end_inset
18117
18118
18119 \end_layout
18120
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \begin_layout Standard
18127 En vez de comandos se puede usar el menú 
18128 \family sans
18129 Editar\SpecialChar \menuseparator
18130 Ecuación\SpecialChar \menuseparator
18131 Estilo del texto
18132 \family default
18133  o el botón 
18134 \begin_inset Graphics
18135         filename ../../images/math/font.png
18136         scale 85
18137
18138 \end_inset
18139
18140 .
18141 \end_layout
18142
18143 \begin_layout Subsection
18144 Ecuaciones en negrita
18145 \begin_inset CommandInset label
18146 LatexCommand label
18147 name "sub:Ecuaciones-en-negrita"
18148
18149 \end_inset
18150
18151
18152 \begin_inset Index idx
18153 status collapsed
18154
18155 \begin_layout Plain Layout
18156 Ecuación ! en negrita
18157 \end_layout
18158
18159 \end_inset
18160
18161
18162 \end_layout
18163
18164 \begin_layout Standard
18165 Para poner en negrita una ecuación completa no se puede usar el comando
18166  
18167 \series bold
18168
18169 \backslash
18170 mathbf
18171 \series default
18172 , porque no funciona con minúsculas griegas.
18173  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18174 \begin_inset Formula 
18175 \[
18176 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
18177 \]
18178
18179 \end_inset
18180
18181
18182 \end_layout
18183
18184 \begin_layout Standard
18185 Para presentar la ecuación correctamente se usa el comando 
18186 \series bold
18187 boldsymbol
18188 \series default
18189 :
18190 \begin_inset Formula 
18191 \[
18192 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
18193 \]
18194
18195 \end_inset
18196
18197
18198 \end_layout
18199
18200 \begin_layout Standard
18201 También es posible poner la fórmula en un 
18202 \series bold
18203 entorno boldmath
18204 \series default
18205 , que se inserta con el comando 
18206 \series bold
18207
18208 \backslash
18209 boldmath
18210 \series default
18211
18212 \begin_inset Index idx
18213 status collapsed
18214
18215 \begin_layout Plain Layout
18216 Comandos ! B ! 
18217 \backslash
18218 boldmath
18219 \end_layout
18220
18221 \end_inset
18222
18223  en modo TeX.
18224  Para finalizar el entorno se usa el comando 
18225 \series bold
18226
18227 \backslash
18228 unboldmath
18229 \series default
18230
18231 \begin_inset Index idx
18232 status collapsed
18233
18234 \begin_layout Plain Layout
18235 Comandos ! U ! 
18236 \backslash
18237 unboldmath
18238 \end_layout
18239
18240 \end_inset
18241
18242  en modo TeX.
18243 \begin_inset ERT
18244 status collapsed
18245
18246 \begin_layout Plain Layout
18247
18248
18249 \backslash
18250 boldmath
18251 \end_layout
18252
18253 \end_inset
18254
18255
18256 \begin_inset Formula 
18257 \[
18258 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
18259 \]
18260
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \begin_layout Standard
18267 \begin_inset ERT
18268 status collapsed
18269
18270 \begin_layout Plain Layout
18271
18272
18273 \backslash
18274 unboldmath
18275 \end_layout
18276
18277 \end_inset
18278
18279
18280 \end_layout
18281
18282 \begin_layout Subsection
18283 Ecuaciones coloreadas
18284 \begin_inset Index idx
18285 status collapsed
18286
18287 \begin_layout Plain Layout
18288 Ecuación ! coloreada
18289 \end_layout
18290
18291 \end_inset
18292
18293
18294 \end_layout
18295
18296 \begin_layout Standard
18297 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
18298  o una parte de una ecuación y usa el diálogo 
18299 \family sans
18300 Estilo del texto
18301 \family default
18302 .
18303  Aquí hay una ecuación en magenta:
18304 \begin_inset Formula 
18305 \[
18306 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18307 \]
18308
18309 \end_inset
18310
18311 También puedes definir tus propios colores como se describe en
18312 \begin_inset space ~
18313 \end_inset
18314
18315
18316 \begin_inset CommandInset ref
18317 LatexCommand ref
18318 reference "sub:Marcos-coloreados"
18319
18320 \end_inset
18321
18322 .
18323  Pueden usarse con el comando en código TeX 
18324 \series bold
18325
18326 \backslash
18327 textcolor
18328 \series default
18329
18330 \begin_inset Index idx
18331 status collapsed
18332
18333 \begin_layout Plain Layout
18334 Comandos ! T ! 
18335 \backslash
18336 textcolor
18337 \end_layout
18338
18339 \end_inset
18340
18341  según el esquema
18342 \end_layout
18343
18344 \begin_layout Standard
18345
18346 \series bold
18347
18348 \backslash
18349 textcolor{color}{caracteres o ecuación}
18350 \end_layout
18351
18352 \begin_layout Standard
18353 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
18354 e en rojo:
18355 \end_layout
18356
18357 \begin_layout Standard
18358 \begin_inset ERT
18359 status collapsed
18360
18361 \begin_layout Plain Layout
18362
18363
18364 \backslash
18365 textcolor{verdeoscuro}{
18366 \end_layout
18367
18368 \end_inset
18369
18370
18371 \begin_inset Formula 
18372 \[
18373 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18374 \]
18375
18376 \end_inset
18377
18378
18379 \begin_inset ERT
18380 status collapsed
18381
18382 \begin_layout Plain Layout
18383
18384 }
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Standard
18393 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
18394  a ecuaciones completas.
18395 \begin_inset Foot
18396 status collapsed
18397
18398 \begin_layout Plain Layout
18399 \begin_inset CommandInset href
18400 LatexCommand href
18401 name "LyX-bug #5269"
18402 target "http://www.lyx.org/trac/ticket/5269"
18403
18404 \end_inset
18405
18406
18407 \end_layout
18408
18409 \end_inset
18410
18411
18412 \end_layout
18413
18414 \begin_layout Subsection
18415 Tamaños de tipografías
18416 \begin_inset CommandInset label
18417 LatexCommand label
18418 name "sub:Tamaños-de-tipografías"
18419
18420 \end_inset
18421
18422
18423 \begin_inset Index idx
18424 status collapsed
18425
18426 \begin_layout Plain Layout
18427 Tipografías ! tamaño
18428 \end_layout
18429
18430 \end_inset
18431
18432
18433 \end_layout
18434
18435 \begin_layout Standard
18436 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18437  siguientes comandos de tamaño:
18438 \end_layout
18439
18440 \begin_layout Standard
18441
18442 \series bold
18443
18444 \backslash
18445 Huge
18446 \series default
18447
18448 \series bold
18449
18450 \backslash
18451 huge
18452 \series default
18453
18454 \series bold
18455
18456 \backslash
18457 LARGE
18458 \series default
18459
18460 \series bold
18461
18462 \backslash
18463 Large
18464 \series default
18465
18466 \series bold
18467
18468 \backslash
18469 large
18470 \series default
18471
18472 \series bold
18473
18474 \backslash
18475 normalsize
18476 \series default
18477
18478 \series bold
18479
18480 \backslash
18481 small
18482 \series default
18483 ,
18484 \begin_inset Newline newline
18485 \end_inset
18486
18487
18488 \series bold
18489
18490 \backslash
18491 footnotesize
18492 \series default
18493
18494 \series bold
18495
18496 \backslash
18497 scriptsize
18498 \series default
18499 , y 
18500 \series bold
18501
18502 \backslash
18503 tiny
18504 \end_layout
18505
18506 \begin_layout Standard
18507 El tamaño dado por los comandos depende del tamaño base de la tipografía
18508  en el documento, dado por el comando 
18509 \series bold
18510
18511 \backslash
18512 normalsize
18513 \series default
18514 .
18515  Los demás comandos producen tamaños menores o mayores que 
18516 \series bold
18517
18518 \backslash
18519 normalsize
18520 \series default
18521 .
18522  No obstante, puede que el tamaño de tipografía no exceda de cierto valor.
18523  Si, por ejemplo, la tipografía del documento es de 12
18524 \begin_inset space \thinspace{}
18525 \end_inset
18526
18527 pt, el comando 
18528 \series bold
18529
18530 \backslash
18531 Huge
18532 \series default
18533  da el mismo tamaño que 
18534 \series bold
18535
18536 \backslash
18537 huge
18538 \series default
18539 .
18540 \end_layout
18541
18542 \begin_layout Standard
18543 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18544  a todas las ecuaciones y texto siguientes.
18545  Para volver al tamaño anterior hay que insertar el comando 
18546 \series bold
18547
18548 \backslash
18549 normalsize
18550 \series default
18551  en modo TeX detrás de la ecuación.
18552 \end_layout
18553
18554 \begin_layout Standard
18555 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
18556  comandos de tamaño:
18557 \end_layout
18558
18559 \begin_layout Standard
18560 \noindent
18561 \align center
18562 \begin_inset Tabular
18563 <lyxtabular version="3" rows="5" columns="2">
18564 <features rotate="0" tabularvalignment="middle">
18565 <column alignment="center" valignment="top">
18566 <column alignment="center" valignment="top">
18567 <row>
18568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572 Comando
18573 \end_layout
18574
18575 \end_inset
18576 </cell>
18577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18578 \begin_inset Text
18579
18580 \begin_layout Plain Layout
18581 Resultado
18582 \begin_inset Note Note
18583 status collapsed
18584
18585 \begin_layout Plain Layout
18586
18587 \series bold
18588
18589 \backslash
18590 raisebox
18591 \series default
18592  se usa sólo como espaciador
18593 \end_layout
18594
18595 \end_inset
18596
18597
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 </row>
18603 <row>
18604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608
18609 \backslash
18610 displaystyle
18611 \begin_inset Index idx
18612 status collapsed
18613
18614 \begin_layout Plain Layout
18615 Comandos ! D ! 
18616 \backslash
18617 displaystyle
18618 \end_layout
18619
18620 \end_inset
18621
18622
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18632 \end_inset
18633
18634
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 </row>
18640 <row>
18641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645
18646 \backslash
18647 textstyle
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 </row>
18665 <row>
18666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670
18671 \backslash
18672 scriptstyle
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 </row>
18690 <row>
18691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18692 \begin_inset Text
18693
18694 \begin_layout Plain Layout
18695
18696 \backslash
18697 scriptscriptstyle
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18703 \begin_inset Text
18704
18705 \begin_layout Plain Layout
18706 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \end_inset
18713 </cell>
18714 </row>
18715 </lyxtabular>
18716
18717 \end_inset
18718
18719
18720 \end_layout
18721
18722 \begin_layout Standard
18723 Después de introducir estos comandos, aparece un marco azul en el que se
18724  insertan las partes de la fórmula.
18725 \end_layout
18726
18727 \begin_layout Standard
18728 Hay un método más para cambiar el tamaño de tipografía, aunque solo funciona
18729  para símbolos o letras en texto matemático.
18730  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
18731  de texto anteriores.
18732  Todos los caracteres siguientes, hasta el final del texto matemático o
18733  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
18734  Dos ejemplos:
18735 \begin_inset VSpace -2mm
18736 \end_inset
18737
18738
18739 \end_layout
18740
18741 \begin_layout Standard
18742 \begin_inset ERT
18743 status collapsed
18744
18745 \begin_layout Plain Layout
18746
18747
18748 \backslash
18749 huge
18750 \end_layout
18751
18752 \end_inset
18753
18754
18755 \begin_inset Formula 
18756 \[
18757 A=\frac{B}{c}\cdot\maltese
18758 \]
18759
18760 \end_inset
18761
18762
18763 \begin_inset Formula 
18764 \[
18765 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18766 \]
18767
18768 \end_inset
18769
18770
18771 \end_layout
18772
18773 \begin_layout Standard
18774 \begin_inset ERT
18775 status collapsed
18776
18777 \begin_layout Plain Layout
18778
18779
18780 \backslash
18781 normalsize
18782 \end_layout
18783
18784 \end_inset
18785
18786
18787 \begin_inset VSpace medskip
18788 \end_inset
18789
18790
18791 \end_layout
18792
18793 \begin_layout Standard
18794 Antes de las ecuaciones se ha insertado el comando 
18795 \series bold
18796
18797 \backslash
18798 huge
18799 \series default
18800 .
18801  Para la segunda ecuación el comando es:
18802 \begin_inset Newline newline
18803 \end_inset
18804
18805
18806 \series bold
18807
18808 \backslash
18809 maltese
18810 \begin_inset space \textvisiblespace{}
18811 \end_inset
18812
18813 A Alt+M M 
18814 \backslash
18815 Large
18816 \begin_inset space \textvisiblespace{}
18817 \end_inset
18818
18819
18820 \backslash
18821 maltese
18822 \begin_inset space \textvisiblespace{}
18823 \end_inset
18824
18825
18826 \backslash
18827 textit
18828 \begin_inset space \textvisiblespace{}
18829 \end_inset
18830
18831 A
18832 \begin_inset Formula $\to$
18833 \end_inset
18834
18835
18836 \begin_inset Formula $\to$
18837 \end_inset
18838
18839
18840 \begin_inset Newline newline
18841 \end_inset
18842
18843
18844 \begin_inset space \hspace*{}
18845 \length 1cm
18846 \end_inset
18847
18848 Alt+M M 
18849 \backslash
18850 tiny
18851 \begin_inset space \textvisiblespace{}
18852 \end_inset
18853
18854
18855 \backslash
18856 maltese
18857 \begin_inset space \textvisiblespace{}
18858 \end_inset
18859
18860
18861 \backslash
18862 textit
18863 \begin_inset space \textvisiblespace{}
18864 \end_inset
18865
18866 A
18867 \end_layout
18868
18869 \begin_layout Standard
18870 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
18871  el tamaño por omisión.
18872 \end_layout
18873
18874 \begin_layout Section
18875 Letras griegas
18876 \begin_inset Index idx
18877 status collapsed
18878
18879 \begin_layout Plain Layout
18880 Letras griegas
18881 \end_layout
18882
18883 \end_inset
18884
18885
18886 \end_layout
18887
18888 \begin_layout Standard
18889 Las letras griegas se pueden insertar además mediante el botón 
18890 \begin_inset Graphics
18891         filename ../../images/math/alpha.png
18892         scale 85
18893
18894 \end_inset
18895
18896  de la barra de ecuaciones.
18897  Las normas internacionales de tipografía proponen que las letras griegas
18898  en ecuaciones deben escribirse en cursiva/inclinada.
18899  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
18900  en redonda.
18901  Para las normas en español, véase
18902 \begin_inset space ~
18903 \end_inset
18904
18905
18906 \begin_inset CommandInset citation
18907 LatexCommand cite
18908 key "Bezos"
18909
18910 \end_inset
18911
18912 .
18913 \end_layout
18914
18915 \begin_layout Subsection
18916 Minúsculas
18917 \begin_inset Index idx
18918 status collapsed
18919
18920 \begin_layout Plain Layout
18921 Letras griegas ! minúsculas
18922 \end_layout
18923
18924 \end_inset
18925
18926
18927 \end_layout
18928
18929 \begin_layout Standard
18930 \begin_inset space \hfill{}
18931 \end_inset
18932
18933
18934 \begin_inset Tabular
18935 <lyxtabular version="3" rows="11" columns="2">
18936 <features rotate="0" tabularvalignment="middle">
18937 <column alignment="center" valignment="top" width="0pt">
18938 <column alignment="center" valignment="top" width="0pt">
18939 <row>
18940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18941 \begin_inset Text
18942
18943 \begin_layout Plain Layout
18944 Comando
18945 \end_layout
18946
18947 \end_inset
18948 </cell>
18949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18950 \begin_inset Text
18951
18952 \begin_layout Plain Layout
18953 Símbolo
18954 \end_layout
18955
18956 \end_inset
18957 </cell>
18958 </row>
18959 <row>
18960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18961 \begin_inset Text
18962
18963 \begin_layout Plain Layout
18964
18965 \backslash
18966 alpha
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975 \begin_inset Formula $\alpha$
18976 \end_inset
18977
18978
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 </row>
18984 <row>
18985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18986 \begin_inset Text
18987
18988 \begin_layout Plain Layout
18989
18990 \backslash
18991 beta
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000 \begin_inset Formula $\beta$
19001 \end_inset
19002
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 </row>
19009 <row>
19010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014
19015 \backslash
19016 gamma
19017 \end_layout
19018
19019 \end_inset
19020 </cell>
19021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19022 \begin_inset Text
19023
19024 \begin_layout Plain Layout
19025 \begin_inset Formula $\gamma$
19026 \end_inset
19027
19028
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 </row>
19034 <row>
19035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039
19040 \backslash
19041 delta
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19047 \begin_inset Text
19048
19049 \begin_layout Plain Layout
19050 \begin_inset Formula $\delta$
19051 \end_inset
19052
19053
19054 \end_layout
19055
19056 \end_inset
19057 </cell>
19058 </row>
19059 <row>
19060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064
19065 \backslash
19066 epsilon
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075 \begin_inset Formula $\epsilon$
19076 \end_inset
19077
19078
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 </row>
19084 <row>
19085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089
19090 \backslash
19091 varepsilon
19092 \end_layout
19093
19094 \end_inset
19095 </cell>
19096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19097 \begin_inset Text
19098
19099 \begin_layout Plain Layout
19100 \begin_inset Formula $\varepsilon$
19101 \end_inset
19102
19103
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 </row>
19109 <row>
19110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114
19115 \backslash
19116 zeta
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125 \begin_inset Formula $\zeta$
19126 \end_inset
19127
19128
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 </row>
19134 <row>
19135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139
19140 \backslash
19141 eta
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150 \begin_inset Formula $\eta$
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 </row>
19159 <row>
19160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164
19165 \backslash
19166 theta
19167 \end_layout
19168
19169 \end_inset
19170 </cell>
19171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175 \begin_inset Formula $\theta$
19176 \end_inset
19177
19178
19179 \end_layout
19180
19181 \end_inset
19182 </cell>
19183 </row>
19184 <row>
19185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189
19190 \backslash
19191 vartheta
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19197 \begin_inset Text
19198
19199 \begin_layout Plain Layout
19200 \begin_inset Formula $\vartheta$
19201 \end_inset
19202
19203
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 </row>
19209 </lyxtabular>
19210
19211 \end_inset
19212
19213
19214 \begin_inset space \hfill{}
19215 \end_inset
19216
19217
19218 \begin_inset Tabular
19219 <lyxtabular version="3" rows="12" columns="2">
19220 <features rotate="0" tabularvalignment="middle">
19221 <column alignment="center" valignment="top" width="0pt">
19222 <column alignment="center" valignment="top" width="0pt">
19223 <row>
19224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19225 \begin_inset Text
19226
19227 \begin_layout Plain Layout
19228 Comando
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19234 \begin_inset Text
19235
19236 \begin_layout Plain Layout
19237 Símbolo
19238 \end_layout
19239
19240 \end_inset
19241 </cell>
19242 </row>
19243 <row>
19244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19245 \begin_inset Text
19246
19247 \begin_layout Plain Layout
19248
19249 \backslash
19250 iota
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259 \begin_inset Formula $\iota$
19260 \end_inset
19261
19262
19263 \end_layout
19264
19265 \end_inset
19266 </cell>
19267 </row>
19268 <row>
19269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273
19274 \backslash
19275 kappa
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284 \begin_inset Formula $\kappa$
19285 \end_inset
19286
19287
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 </row>
19293 <row>
19294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298
19299 \backslash
19300 varkappa
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 \begin_inset Formula $\varkappa$
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 </row>
19318 <row>
19319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323
19324 \backslash
19325 lambda
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334 \begin_inset Formula $\lambda$
19335 \end_inset
19336
19337
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 </row>
19343 <row>
19344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348
19349 \backslash
19350 mu
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359 \begin_inset Formula $\mu$
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 </row>
19368 <row>
19369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373
19374 \backslash
19375 nu
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384 \begin_inset Formula $\nu$
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 </row>
19393 <row>
19394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398
19399 \backslash
19400 xi
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409 \begin_inset Formula $\xi$
19410 \end_inset
19411
19412
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 </row>
19418 <row>
19419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423 o
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432 \begin_inset Formula $o$
19433 \end_inset
19434
19435
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 </row>
19441 <row>
19442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446
19447 \backslash
19448 pi
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457 \begin_inset Formula $\pi$
19458 \end_inset
19459
19460
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 </row>
19466 <row>
19467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471
19472 \backslash
19473 varpi
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19479 \begin_inset Text
19480
19481 \begin_layout Plain Layout
19482 \begin_inset Formula $\varpi$
19483 \end_inset
19484
19485
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 </row>
19491 <row>
19492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496
19497 \backslash
19498 rho
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507 \begin_inset Formula $\rho$
19508 \end_inset
19509
19510
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 </row>
19516 </lyxtabular>
19517
19518 \end_inset
19519
19520
19521 \begin_inset space \hfill{}
19522 \end_inset
19523
19524
19525 \begin_inset Tabular
19526 <lyxtabular version="3" rows="11" columns="2">
19527 <features rotate="0" tabularvalignment="middle">
19528 <column alignment="center" valignment="top" width="0pt">
19529 <column alignment="center" valignment="top" width="0pt">
19530 <row>
19531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19532 \begin_inset Text
19533
19534 \begin_layout Plain Layout
19535 Comando
19536 \end_layout
19537
19538 \end_inset
19539 </cell>
19540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19541 \begin_inset Text
19542
19543 \begin_layout Plain Layout
19544 Símbolo
19545 \end_layout
19546
19547 \end_inset
19548 </cell>
19549 </row>
19550 <row>
19551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555
19556 \backslash
19557 varrho
19558 \end_layout
19559
19560 \end_inset
19561 </cell>
19562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19563 \begin_inset Text
19564
19565 \begin_layout Plain Layout
19566 \begin_inset Formula $\varrho$
19567 \end_inset
19568
19569
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 </row>
19575 <row>
19576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19577 \begin_inset Text
19578
19579 \begin_layout Plain Layout
19580
19581 \backslash
19582 sigma
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19588 \begin_inset Text
19589
19590 \begin_layout Plain Layout
19591 \begin_inset Formula $\sigma$
19592 \end_inset
19593
19594
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 </row>
19600 <row>
19601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605
19606 \backslash
19607 varsigma
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19613 \begin_inset Text
19614
19615 \begin_layout Plain Layout
19616 \begin_inset Formula $\varsigma$
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 </row>
19625 <row>
19626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19627 \begin_inset Text
19628
19629 \begin_layout Plain Layout
19630
19631 \backslash
19632 tau
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641 \begin_inset Formula $\tau$
19642 \end_inset
19643
19644
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 </row>
19650 <row>
19651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19652 \begin_inset Text
19653
19654 \begin_layout Plain Layout
19655
19656 \backslash
19657 upsilon
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666 \begin_inset Formula $\upsilon$
19667 \end_inset
19668
19669
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 </row>
19675 <row>
19676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680
19681 \backslash
19682 phi
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691 \begin_inset Formula $\phi$
19692 \end_inset
19693
19694
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 </row>
19700 <row>
19701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \backslash
19707 varphi
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716 \begin_inset Formula $\varphi$
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 </row>
19725 <row>
19726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730
19731 \backslash
19732 chi
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 \begin_inset Formula $\chi$
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \backslash
19757 psi
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766 \begin_inset Formula $\psi$
19767 \end_inset
19768
19769
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 </row>
19775 <row>
19776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780
19781 \backslash
19782 omega
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791 \begin_inset Formula $\omega$
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 </row>
19800 </lyxtabular>
19801
19802 \end_inset
19803
19804
19805 \begin_inset space \hfill{}
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \begin_layout Standard
19812 \begin_inset VSpace medskip
19813 \end_inset
19814
19815
19816 \end_layout
19817
19818 \begin_layout Standard
19819 Cómo escribir letras griegas especiales en redonda se explica en 
19820 \begin_inset CommandInset ref
19821 LatexCommand ref
19822 reference "sub:Griegas-en-redonda"
19823
19824 \end_inset
19825
19826 .
19827 \end_layout
19828
19829 \begin_layout Subsection
19830 Mayúsculas
19831 \begin_inset Index idx
19832 status collapsed
19833
19834 \begin_layout Plain Layout
19835 Letras griegas ! mayúsculas
19836 \end_layout
19837
19838 \end_inset
19839
19840
19841 \end_layout
19842
19843 \begin_layout Standard
19844 \begin_inset space \hfill{}
19845 \end_inset
19846
19847
19848 \begin_inset Tabular
19849 <lyxtabular version="3" rows="7" columns="2">
19850 <features rotate="0" tabularvalignment="middle">
19851 <column alignment="center" valignment="top" width="0pt">
19852 <column alignment="center" valignment="top" width="0pt">
19853 <row>
19854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858 Comando
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867 Símbolo
19868 \end_layout
19869
19870 \end_inset
19871 </cell>
19872 </row>
19873 <row>
19874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19875 \begin_inset Text
19876
19877 \begin_layout Plain Layout
19878
19879 \backslash
19880 Gamma
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889 \begin_inset Formula $\Gamma$
19890 \end_inset
19891
19892
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 </row>
19898 <row>
19899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903
19904 \backslash
19905 Delta
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914 \begin_inset Formula $\Delta$
19915 \end_inset
19916
19917
19918 \end_layout
19919
19920 \end_inset
19921 </cell>
19922 </row>
19923 <row>
19924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928
19929 \backslash
19930 Theta
19931 \end_layout
19932
19933 \end_inset
19934 </cell>
19935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939 \begin_inset Formula $\Theta$
19940 \end_inset
19941
19942
19943 \end_layout
19944
19945 \end_inset
19946 </cell>
19947 </row>
19948 <row>
19949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953
19954 \backslash
19955 Lambda
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19961 \begin_inset Text
19962
19963 \begin_layout Plain Layout
19964 \begin_inset Formula $\Lambda$
19965 \end_inset
19966
19967
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 </row>
19973 <row>
19974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978
19979 \backslash
19980 Xi
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989 \begin_inset Formula $\Xi$
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 </row>
19998 <row>
19999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003
20004 \backslash
20005 Pi
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014 \begin_inset Formula $\Pi$
20015 \end_inset
20016
20017
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 </row>
20023 </lyxtabular>
20024
20025 \end_inset
20026
20027
20028 \begin_inset space \hfill{}
20029 \end_inset
20030
20031
20032 \begin_inset Tabular
20033 <lyxtabular version="3" rows="6" columns="2">
20034 <features rotate="0" tabularvalignment="middle">
20035 <column alignment="center" valignment="top" width="0pt">
20036 <column alignment="center" valignment="top" width="0pt">
20037 <row>
20038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042 Comando
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051 Símbolo
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 </row>
20057 <row>
20058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062
20063 \backslash
20064 Sigma
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 \begin_inset Formula $\Sigma$
20074 \end_inset
20075
20076
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 </row>
20082 <row>
20083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087
20088 \backslash
20089 Upsilon
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 \begin_inset Formula $\Upsilon$
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 </row>
20107 <row>
20108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20109 \begin_inset Text
20110
20111 \begin_layout Plain Layout
20112
20113 \backslash
20114 Phi
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123 \begin_inset Formula $\Phi$
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 </row>
20132 <row>
20133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137
20138 \backslash
20139 Psi
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148 \begin_inset Formula $\Psi$
20149 \end_inset
20150
20151
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 </row>
20157 <row>
20158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20159 \begin_inset Text
20160
20161 \begin_layout Plain Layout
20162
20163 \backslash
20164 Omega
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 \begin_inset Formula $\Omega$
20174 \end_inset
20175
20176
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 </row>
20182 </lyxtabular>
20183
20184 \end_inset
20185
20186
20187 \begin_inset space \hfill{}
20188 \end_inset
20189
20190
20191 \end_layout
20192
20193 \begin_layout Standard
20194 \begin_inset VSpace medskip
20195 \end_inset
20196
20197
20198 \end_layout
20199
20200 \begin_layout Standard
20201 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20202  cuando se desarrolló TeX.
20203  Para obtener mayúsculas en cursiva, inicia cada comando con 
20204 \series bold
20205 var
20206 \series default
20207 .
20208  Por ejemplo, el comando 
20209 \series bold
20210
20211 \backslash
20212 varGamma
20213 \series default
20214  genera 
20215 \begin_inset Formula $\varGamma$
20216 \end_inset
20217
20218 .
20219  Otra forma es cargar el paquete 
20220 \series bold
20221 fixmath
20222 \series default
20223
20224 \begin_inset Foot
20225 status collapsed
20226
20227 \begin_layout Plain Layout
20228
20229 \series bold
20230 fixmath
20231 \series default
20232  forma parte del paquete LaTeX 
20233 \series bold
20234 was
20235 \series default
20236
20237 \begin_inset Index idx
20238 status collapsed
20239
20240 \begin_layout Plain Layout
20241 Paquetes ! was
20242 \begin_inset ERT
20243 status collapsed
20244
20245 \begin_layout Plain Layout
20246
20247
20248 \backslash
20249 vspace{4mm}
20250 \end_layout
20251
20252 \end_inset
20253
20254
20255 \end_layout
20256
20257 \end_inset
20258
20259 .
20260 \end_layout
20261
20262 \end_inset
20263
20264
20265 \begin_inset Index idx
20266 status collapsed
20267
20268 \begin_layout Plain Layout
20269 Paquetes ! fixmath
20270 \end_layout
20271
20272 \end_inset
20273
20274  con la línea siguiente en el preámbulo LaTeX
20275 \end_layout
20276
20277 \begin_layout Standard
20278
20279 \series bold
20280
20281 \backslash
20282 usepackage{fixmath}
20283 \end_layout
20284
20285 \begin_layout Standard
20286 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
20287 ente en cursiva.
20288 \end_layout
20289
20290 \begin_layout Subsection
20291 Letras en negrita
20292 \begin_inset Index idx
20293 status collapsed
20294
20295 \begin_layout Plain Layout
20296 Letras griegas ! en negrita
20297 \end_layout
20298
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \begin_layout Standard
20305 Las letras griegas no admiten diferentes estilos de letra como las latinas.
20306  Sólo se pueden poner en negrita con el comando 
20307 \series bold
20308
20309 \backslash
20310 boldsymbol
20311 \series default
20312
20313 \begin_inset Index idx
20314 status collapsed
20315
20316 \begin_layout Plain Layout
20317 Comandos ! B ! 
20318 \backslash
20319 boldsymbol
20320 \end_layout
20321
20322 \end_inset
20323
20324 .
20325 \end_layout
20326
20327 \begin_layout Standard
20328 \align center
20329 \begin_inset Tabular
20330 <lyxtabular version="3" rows="3" columns="2">
20331 <features rotate="0" tabularvalignment="middle">
20332 <column alignment="center" valignment="top">
20333 <column alignment="center" valignment="top">
20334 <row>
20335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 Comando
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348 Símbolo
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 </row>
20354 <row>
20355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359
20360 \backslash
20361 Upsilon
20362 \backslash
20363 boldsymbol
20364 \backslash
20365 Upsilon
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20375 \end_inset
20376
20377
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 </row>
20383 <row>
20384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388
20389 \backslash
20390 theta
20391 \backslash
20392 boldsymbol
20393 \backslash
20394 theta
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20400 \begin_inset Text
20401
20402 \begin_layout Plain Layout
20403 \begin_inset Formula $\theta\boldsymbol{\theta}$
20404 \end_inset
20405
20406
20407 \end_layout
20408
20409 \end_inset
20410 </cell>
20411 </row>
20412 </lyxtabular>
20413
20414 \end_inset
20415
20416
20417 \end_layout
20418
20419 \begin_layout Section
20420 Símbolos
20421 \begin_inset ERT
20422 status collapsed
20423
20424 \begin_layout Plain Layout
20425
20426
20427 \backslash
20428 texorpdfstring{
20429 \end_layout
20430
20431 \end_inset
20432
20433
20434 \begin_inset Foot
20435 status collapsed
20436
20437 \begin_layout Plain Layout
20438 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20439  LaTeX en 
20440 \begin_inset CommandInset citation
20441 LatexCommand cite
20442 key "Symbols"
20443
20444 \end_inset
20445
20446 .
20447 \end_layout
20448
20449 \end_inset
20450
20451
20452 \begin_inset ERT
20453 status collapsed
20454
20455 \begin_layout Plain Layout
20456
20457 }{}
20458 \end_layout
20459
20460 \end_inset
20461
20462
20463 \begin_inset Note Note
20464 status collapsed
20465
20466 \begin_layout Plain Layout
20467
20468 \backslash
20469 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20470  PDF.
20471 \end_layout
20472
20473 \begin_layout Plain Layout
20474 Más sobre 
20475 \backslash
20476 texorpdfstring en la sección 
20477 \begin_inset CommandInset ref
20478 LatexCommand ref
20479 reference "sub:Ecuaciones-en-encabezados"
20480
20481 \end_inset
20482
20483 .
20484 \end_layout
20485
20486 \end_inset
20487
20488
20489 \begin_inset Index idx
20490 status collapsed
20491
20492 \begin_layout Plain Layout
20493 Símbolos
20494 \end_layout
20495
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \begin_layout Standard
20502 Muchos de los símbolos listados en esta sección se pueden insertar además
20503  mediante los botones 
20504 \begin_inset Graphics
20505         filename ../../images/math/nabla.png
20506         scale 85
20507
20508 \end_inset
20509
20510  y 
20511 \begin_inset Graphics
20512         filename ../../images/math/digamma.png
20513         scale 85
20514
20515 \end_inset
20516
20517  de la barra de ecuaciones.
20518 \end_layout
20519
20520 \begin_layout Subsection
20521 Símbolos matemáticos
20522 \begin_inset CommandInset label
20523 LatexCommand label
20524 name "sub:Símbolos-matemáticos"
20525
20526 \end_inset
20527
20528
20529 \begin_inset Index idx
20530 status collapsed
20531
20532 \begin_layout Plain Layout
20533 Símbolos ! matemáticos
20534 \end_layout
20535
20536 \end_inset
20537
20538
20539 \end_layout
20540
20541 \begin_layout Standard
20542 \begin_inset space \hfill{}
20543 \end_inset
20544
20545
20546 \begin_inset Tabular
20547 <lyxtabular version="3" rows="10" columns="2">
20548 <features rotate="0" tabularvalignment="middle">
20549 <column alignment="center" valignment="top" width="0pt">
20550 <column alignment="center" valignment="top" width="0pt">
20551 <row>
20552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20553 \begin_inset Text
20554
20555 \begin_layout Plain Layout
20556 Comando
20557 \end_layout
20558
20559 \end_inset
20560 </cell>
20561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565 Símbolo
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 </row>
20571 <row>
20572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20573 \begin_inset Text
20574
20575 \begin_layout Plain Layout
20576
20577 \backslash
20578 neg
20579 \end_layout
20580
20581 \end_inset
20582 </cell>
20583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587 \begin_inset Formula $\neg$
20588 \end_inset
20589
20590
20591 \end_layout
20592
20593 \end_inset
20594 </cell>
20595 </row>
20596 <row>
20597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601
20602 \backslash
20603 Im
20604 \end_layout
20605
20606 \end_inset
20607 </cell>
20608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20609 \begin_inset Text
20610
20611 \begin_layout Plain Layout
20612 \begin_inset Formula $\Im$
20613 \end_inset
20614
20615
20616 \end_layout
20617
20618 \end_inset
20619 </cell>
20620 </row>
20621 <row>
20622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626
20627 \backslash
20628 Re
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637 \begin_inset Formula $\Re$
20638 \end_inset
20639
20640
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 </row>
20646 <row>
20647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651
20652 \backslash
20653 aleph
20654 \end_layout
20655
20656 \end_inset
20657 </cell>
20658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662 \begin_inset Formula $\aleph$
20663 \end_inset
20664
20665
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 <row>
20672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676
20677 \backslash
20678 partial
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687 \begin_inset Formula $\partial$
20688 \end_inset
20689
20690
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 </row>
20696 <row>
20697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701
20702 \backslash
20703 infty
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712 \begin_inset Formula $\infty$
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 </row>
20721 <row>
20722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726
20727 \backslash
20728 wp
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737 \begin_inset Formula $\wp$
20738 \end_inset
20739
20740
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 </row>
20746 <row>
20747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751
20752 \backslash
20753 imath
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 \begin_inset Formula $\imath$
20763 \end_inset
20764
20765
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 </row>
20771 <row>
20772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776
20777 \backslash
20778 jmath
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787 \begin_inset Formula $\jmath$
20788 \end_inset
20789
20790
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 </row>
20796 </lyxtabular>
20797
20798 \end_inset
20799
20800
20801 \begin_inset space \hfill{}
20802 \end_inset
20803
20804
20805 \begin_inset Tabular
20806 <lyxtabular version="3" rows="10" columns="2">
20807 <features rotate="0" tabularvalignment="middle">
20808 <column alignment="center" valignment="top" width="0pt">
20809 <column alignment="center" valignment="top" width="0pt">
20810 <row>
20811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 Comando
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824 Símbolo
20825 \begin_inset Note Note
20826 status collapsed
20827
20828 \begin_layout Plain Layout
20829
20830 \series bold
20831
20832 \backslash
20833 raisebox
20834 \series default
20835  se usa sólo como espaciador
20836 \end_layout
20837
20838 \end_inset
20839
20840
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 </row>
20846 <row>
20847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851
20852 \backslash
20853 forall
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862 \begin_inset Formula $\forall$
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 </row>
20871 <row>
20872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876
20877 \backslash
20878 exists
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887 \begin_inset Formula $\exists$
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 </row>
20896 <row>
20897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901
20902 \backslash
20903 nexists
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912 \begin_inset Formula $\nexists$
20913 \end_inset
20914
20915
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 </row>
20921 <row>
20922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926
20927 \backslash
20928 emptyset
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937 \begin_inset Formula $\emptyset$
20938 \end_inset
20939
20940
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 </row>
20946 <row>
20947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951
20952 \backslash
20953 varnothing
20954 \end_layout
20955
20956 \end_inset
20957 </cell>
20958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962 \begin_inset Formula $\varnothing$
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 </row>
20971 <row>
20972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Plain Layout
20976
20977 \backslash
20978 dag
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987 \begin_inset Formula $\dag$
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 </row>
20996 <row>
20997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001
21002 \backslash
21003 ddag
21004 \end_layout
21005
21006 \end_inset
21007 </cell>
21008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012 \begin_inset Formula $\ddag$
21013 \end_inset
21014
21015
21016 \end_layout
21017
21018 \end_inset
21019 </cell>
21020 </row>
21021 <row>
21022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026
21027 \backslash
21028 complement
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21034 \begin_inset Text
21035
21036 \begin_layout Plain Layout
21037 \begin_inset ERT
21038 status collapsed
21039
21040 \begin_layout Plain Layout
21041
21042
21043 \backslash
21044 raisebox{-0.8mm}{
21045 \end_layout
21046
21047 \end_inset
21048
21049
21050 \begin_inset Formula $\complement$
21051 \end_inset
21052
21053
21054 \begin_inset ERT
21055 status collapsed
21056
21057 \begin_layout Plain Layout
21058
21059 }
21060 \end_layout
21061
21062 \end_inset
21063
21064
21065 \end_layout
21066
21067 \end_inset
21068 </cell>
21069 </row>
21070 <row>
21071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21072 \begin_inset Text
21073
21074 \begin_layout Plain Layout
21075
21076 \backslash
21077 Bbbk
21078 \end_layout
21079
21080 \end_inset
21081 </cell>
21082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086 \begin_inset Formula $\Bbbk$
21087 \end_inset
21088
21089
21090 \end_layout
21091
21092 \end_inset
21093 </cell>
21094 </row>
21095 </lyxtabular>
21096
21097 \end_inset
21098
21099
21100 \begin_inset space \hfill{}
21101 \end_inset
21102
21103
21104 \begin_inset Tabular
21105 <lyxtabular version="3" rows="10" columns="2">
21106 <features rotate="0" tabularvalignment="middle">
21107 <column alignment="center" valignment="top" width="0pt">
21108 <column alignment="center" valignment="top" width="0pt">
21109 <row>
21110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21111 \begin_inset Text
21112
21113 \begin_layout Plain Layout
21114 Comando
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123 Símbolo
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 </row>
21129 <row>
21130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134
21135 \backslash
21136 prime
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145 \begin_inset Formula $\prime$
21146 \end_inset
21147
21148
21149 \end_layout
21150
21151 \end_inset
21152 </cell>
21153 </row>
21154 <row>
21155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21156 \begin_inset Text
21157
21158 \begin_layout Plain Layout
21159
21160 \backslash
21161 backprime
21162 \end_layout
21163
21164 \end_inset
21165 </cell>
21166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21167 \begin_inset Text
21168
21169 \begin_layout Plain Layout
21170 \begin_inset Formula $\backprime$
21171 \end_inset
21172
21173
21174 \end_layout
21175
21176 \end_inset
21177 </cell>
21178 </row>
21179 <row>
21180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184
21185 \backslash
21186 mho
21187 \end_layout
21188
21189 \end_inset
21190 </cell>
21191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21192 \begin_inset Text
21193
21194 \begin_layout Plain Layout
21195 \begin_inset Formula $\mho$
21196 \end_inset
21197
21198
21199 \end_layout
21200
21201 \end_inset
21202 </cell>
21203 </row>
21204 <row>
21205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209
21210 \backslash
21211 triangle
21212 \end_layout
21213
21214 \end_inset
21215 </cell>
21216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21217 \begin_inset Text
21218
21219 \begin_layout Plain Layout
21220 \begin_inset Formula $\triangle$
21221 \end_inset
21222
21223
21224 \end_layout
21225
21226 \end_inset
21227 </cell>
21228 </row>
21229 <row>
21230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234
21235 \backslash
21236 angle
21237 \end_layout
21238
21239 \end_inset
21240 </cell>
21241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Plain Layout
21245 \begin_inset Formula $\angle$
21246 \end_inset
21247
21248
21249 \end_layout
21250
21251 \end_inset
21252 </cell>
21253 </row>
21254 <row>
21255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259
21260 \backslash
21261 measuredangle
21262 \end_layout
21263
21264 \end_inset
21265 </cell>
21266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270 \begin_inset Formula $\measuredangle$
21271 \end_inset
21272
21273
21274 \end_layout
21275
21276 \end_inset
21277 </cell>
21278 </row>
21279 <row>
21280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284
21285 \backslash
21286 sphericalangle
21287 \end_layout
21288
21289 \end_inset
21290 </cell>
21291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295 \begin_inset Formula $\sphericalangle$
21296 \end_inset
21297
21298
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 </row>
21304 <row>
21305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309
21310 \backslash
21311 top
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 \begin_inset Formula $\top$
21321 \end_inset
21322
21323
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 </row>
21329 <row>
21330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334
21335 \backslash
21336 bot
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345 \begin_inset Formula $\bot$
21346 \end_inset
21347
21348
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 </row>
21354 </lyxtabular>
21355
21356 \end_inset
21357
21358
21359 \begin_inset space \hfill{}
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \begin_layout Standard
21366 \noindent
21367 \align center
21368 \begin_inset Newpage newpage
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \begin_layout Subsection
21375 Símbolos misceláneos
21376 \begin_inset CommandInset label
21377 LatexCommand label
21378 name "sub:Símbolos-misceláneos"
21379
21380 \end_inset
21381
21382
21383 \begin_inset Index idx
21384 status collapsed
21385
21386 \begin_layout Plain Layout
21387 Símbolos ! misceláneos
21388 \end_layout
21389
21390 \end_inset
21391
21392
21393 \end_layout
21394
21395 \begin_layout Standard
21396 \noindent
21397 \align center
21398 \begin_inset Tabular
21399 <lyxtabular version="3" rows="10" columns="2">
21400 <features rotate="0" tabularvalignment="middle">
21401 <column alignment="center" valignment="top" width="0pt">
21402 <column alignment="center" valignment="top" width="0pt">
21403 <row>
21404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21405 \begin_inset Text
21406
21407 \begin_layout Plain Layout
21408 Comando
21409 \end_layout
21410
21411 \end_inset
21412 </cell>
21413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417 Símbolo
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 </row>
21423 <row>
21424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428
21429 \backslash
21430 flat
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439 \begin_inset Formula $\flat$
21440 \end_inset
21441
21442
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 </row>
21448 <row>
21449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453
21454 \backslash
21455 natural
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464 \begin_inset Formula $\natural$
21465 \end_inset
21466
21467
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 </row>
21473 <row>
21474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478
21479 \backslash
21480 sharp
21481 \end_layout
21482
21483 \end_inset
21484 </cell>
21485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489 \begin_inset Formula $\sharp$
21490 \end_inset
21491
21492
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 </row>
21498 <row>
21499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503
21504 \backslash
21505 surd
21506 \end_layout
21507
21508 \end_inset
21509 </cell>
21510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21511 \begin_inset Text
21512
21513 \begin_layout Plain Layout
21514 \begin_inset Formula $\surd$
21515 \end_inset
21516
21517
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 </row>
21523 <row>
21524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528
21529 \backslash
21530 checkmark
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 $\checkmark$
21540 \end_inset
21541
21542
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 </row>
21548 <row>
21549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553
21554 \backslash
21555 yen
21556 \end_layout
21557
21558 \end_inset
21559 </cell>
21560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564 \begin_inset Formula $\yen$
21565 \end_inset
21566
21567
21568 \end_layout
21569
21570 \end_inset
21571 </cell>
21572 </row>
21573 <row>
21574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578
21579 \backslash
21580 pounds
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589 \begin_inset Formula $\pounds$
21590 \end_inset
21591
21592
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 </row>
21598 <row>
21599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 $
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612 \begin_inset Formula $\$$
21613 \end_inset
21614
21615
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 </row>
21621 <row>
21622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626 §
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635 \begin_inset Formula $§$
21636 \end_inset
21637
21638
21639 \end_layout
21640
21641 \end_inset
21642 </cell>
21643 </row>
21644 </lyxtabular>
21645
21646 \end_inset
21647
21648
21649 \begin_inset Tabular
21650 <lyxtabular version="3" rows="10" columns="2">
21651 <features rotate="0" tabularvalignment="middle">
21652 <column alignment="center" valignment="top">
21653 <column alignment="center" valignment="top">
21654 <row>
21655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659 Comando
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 Símbolo
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 </row>
21674 <row>
21675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679
21680 \backslash
21681 hbar
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690 \begin_inset Formula $\hbar$
21691 \end_inset
21692
21693
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 </row>
21699 <row>
21700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704
21705 \backslash
21706 hslash
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715 \begin_inset Formula $\hslash$
21716 \end_inset
21717
21718
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 </row>
21724 <row>
21725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729
21730 \backslash
21731 clubsuit
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740 \begin_inset Formula $\clubsuit$
21741 \end_inset
21742
21743
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 </row>
21749 <row>
21750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754
21755 \backslash
21756 spadesuit
21757 \end_layout
21758
21759 \end_inset
21760 </cell>
21761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765 \begin_inset Formula $\spadesuit$
21766 \end_inset
21767
21768
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 </row>
21774 <row>
21775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779
21780 \backslash
21781 bigstar
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790 \begin_inset Formula $\bigstar$
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 </row>
21799 <row>
21800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804
21805 \backslash
21806 blacklozenge
21807 \end_layout
21808
21809 \end_inset
21810 </cell>
21811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815 \begin_inset Formula $\blacklozenge$
21816 \end_inset
21817
21818
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 </row>
21824 <row>
21825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829
21830 \backslash
21831 blacktriangle
21832 \end_layout
21833
21834 \end_inset
21835 </cell>
21836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840 \begin_inset Formula $\blacktriangle$
21841 \end_inset
21842
21843
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 </row>
21849 <row>
21850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854
21855 \backslash
21856 blacktiangledown
21857 \end_layout
21858
21859 \end_inset
21860 </cell>
21861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865 \begin_inset Formula $\blacktriangledown$
21866 \end_inset
21867
21868
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 </row>
21874 <row>
21875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879
21880 \backslash
21881 bullet
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890 \begin_inset Formula $\bullet$
21891 \end_inset
21892
21893
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 </row>
21899 </lyxtabular>
21900
21901 \end_inset
21902
21903
21904 \begin_inset Tabular
21905 <lyxtabular version="3" rows="10" columns="2">
21906 <features rotate="0" tabularvalignment="middle">
21907 <column alignment="center" valignment="top" width="0pt">
21908 <column alignment="center" valignment="top" width="0pt">
21909 <row>
21910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914 Comando
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21920 \begin_inset Text
21921
21922 \begin_layout Plain Layout
21923 Símbolo
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 </row>
21929 <row>
21930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934
21935 \backslash
21936 diamondsuit
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945 \begin_inset Formula $\diamondsuit$
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 </row>
21954 <row>
21955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959
21960 \backslash
21961 Diamond
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 \begin_inset Formula $\Diamond$
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 </row>
21979 <row>
21980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984
21985 \backslash
21986 heartsuit
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 \begin_inset Formula $\heartsuit$
21996 \end_inset
21997
21998
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 </row>
22004 <row>
22005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009
22010 \backslash
22011 P
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020 \begin_inset Formula $\P$
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 </row>
22029 <row>
22030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034
22035 \backslash
22036 copyright
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045 \begin_inset Formula $\copyright$
22046 \end_inset
22047
22048
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 </row>
22054 <row>
22055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059
22060 \backslash
22061 circledR
22062 \end_layout
22063
22064 \end_inset
22065 </cell>
22066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070 \begin_inset Formula $\circledR$
22071 \end_inset
22072
22073
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 </row>
22079 <row>
22080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084
22085 \backslash
22086 maltese
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 \begin_inset Formula $\maltese$
22096 \end_inset
22097
22098
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 </row>
22104 <row>
22105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109
22110 \backslash
22111 diagup
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120 \begin_inset Formula $\diagup$
22121 \end_inset
22122
22123
22124 \end_layout
22125
22126 \end_inset
22127 </cell>
22128 </row>
22129 <row>
22130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134
22135 \backslash
22136 diagdown
22137 \end_layout
22138
22139 \end_inset
22140 </cell>
22141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22142 \begin_inset Text
22143
22144 \begin_layout Plain Layout
22145 \begin_inset Formula $\diagdown$
22146 \end_inset
22147
22148
22149 \end_layout
22150
22151 \end_inset
22152 </cell>
22153 </row>
22154 </lyxtabular>
22155
22156 \end_inset
22157
22158
22159 \end_layout
22160
22161 \begin_layout Standard
22162 \begin_inset VSpace medskip
22163 \end_inset
22164
22165
22166 \end_layout
22167
22168 \begin_layout Standard
22169 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22170 \begin_inset CommandInset ref
22171 LatexCommand ref
22172 reference "sub:Tamaños-de-tipografías"
22173
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \begin_layout Subsection
22180 El símbolo del euro, €
22181 \begin_inset Index idx
22182 status collapsed
22183
22184 \begin_layout Plain Layout
22185 Símbolos ! euro
22186 \end_layout
22187
22188 \end_inset
22189
22190
22191 \begin_inset Index idx
22192 status collapsed
22193
22194 \begin_layout Plain Layout
22195
22196 \backslash
22197 @
22198 \begin_inset ERT
22199 status collapsed
22200
22201 \begin_layout Plain Layout
22202
22203
22204 \backslash
22205 officialeuro
22206 \end_layout
22207
22208 \end_inset
22209
22210
22211 \end_layout
22212
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \begin_layout Standard
22219 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22220  LaTeX 
22221 \series bold
22222 eurosym
22223 \series default
22224
22225 \begin_inset Index idx
22226 status collapsed
22227
22228 \begin_layout Plain Layout
22229 Paquetes ! eurosym
22230 \end_layout
22231
22232 \end_inset
22233
22234 , y cargado en el preámbulo LaTeX con la línea
22235 \end_layout
22236
22237 \begin_layout Standard
22238
22239 \series bold
22240
22241 \backslash
22242 usepackage[gennarrow]{eurosym}
22243 \end_layout
22244
22245 \begin_layout Standard
22246 Actualmente también se puede insertar con el comando 
22247 \series bold
22248
22249 \backslash
22250 euro
22251 \series default
22252
22253 \begin_inset Index idx
22254 status collapsed
22255
22256 \begin_layout Plain Layout
22257 Comandos ! E ! 
22258 \backslash
22259 euro
22260 \end_layout
22261
22262 \end_inset
22263
22264 .
22265 \end_layout
22266
22267 \begin_layout Standard
22268 El símbolo del euro puede insertarse directamente con la tecla € en texto
22269  matemático sin tener 
22270 \series bold
22271 eurosym
22272 \series default
22273  instalado.
22274  Si 
22275 \series bold
22276 eurosym
22277 \series default
22278  está instalado, se puede insertar 
22279 \series bold
22280
22281 \backslash
22282 euro
22283 \series default
22284  en modo TeX.
22285  El símbolo oficial de la moneda se puede insertar con el comando 
22286 \series bold
22287
22288 \backslash
22289 officialeuro
22290 \series default
22291
22292 \begin_inset Index idx
22293 status collapsed
22294
22295 \begin_layout Plain Layout
22296 Comandos ! O ! 
22297 \backslash
22298 officialeuro
22299 \end_layout
22300
22301 \end_inset
22302
22303 , que sólo está disponible en modo TeX.
22304 \end_layout
22305
22306 \begin_layout Standard
22307 \begin_inset ERT
22308 status collapsed
22309
22310 \begin_layout Plain Layout
22311
22312
22313 \backslash
22314 ifeurosym
22315 \end_layout
22316
22317 \end_inset
22318
22319
22320 \begin_inset Note Note
22321 status collapsed
22322
22323 \begin_layout Plain Layout
22324 El cuadro siguiente sólo se mostrará si está instalado el paquete LaTeX
22325  
22326 \series bold
22327 eurosym
22328 \series default
22329 .
22330 \end_layout
22331
22332 \end_inset
22333
22334
22335 \end_layout
22336
22337 \begin_layout Standard
22338 Un vistazo a los diferentes símbolos del euro.
22339 \end_layout
22340
22341 \begin_layout Standard
22342 \noindent
22343 \align center
22344 \begin_inset Tabular
22345 <lyxtabular version="3" rows="4" columns="3">
22346 <features rotate="0" tabularvalignment="middle">
22347 <column alignment="center" valignment="top">
22348 <column alignment="center" valignment="top">
22349 <column alignment="center" valignment="top">
22350 <row>
22351 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 Comando
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373 Símbolo
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 </row>
22379 <row>
22380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22381 \begin_inset Text
22382
22383 \begin_layout Plain Layout
22384 ecuación
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393
22394 \backslash
22395 euro
22396 \end_layout
22397
22398 \end_inset
22399 </cell>
22400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22401 \begin_inset Text
22402
22403 \begin_layout Plain Layout
22404 \begin_inset Formula $\euro$
22405 \end_inset
22406
22407
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 </row>
22413 <row>
22414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418 texto matemático
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 \begin_inset Formula $\mbox{€}$
22437 \end_inset
22438
22439
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 </row>
22445 <row>
22446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450 modo TeX
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22456 \begin_inset Text
22457
22458 \begin_layout Plain Layout
22459
22460 \backslash
22461 officialeuro
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470 \begin_inset ERT
22471 status collapsed
22472
22473 \begin_layout Plain Layout
22474
22475
22476 \backslash
22477 officialeuro
22478 \end_layout
22479
22480 \end_inset
22481
22482
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 </row>
22488 </lyxtabular>
22489
22490 \end_inset
22491
22492
22493 \end_layout
22494
22495 \begin_layout Standard
22496 \begin_inset ERT
22497 status collapsed
22498
22499 \begin_layout Plain Layout
22500
22501
22502 \backslash
22503 else
22504 \end_layout
22505
22506 \end_inset
22507
22508
22509 \begin_inset Note Note
22510 status collapsed
22511
22512 \begin_layout Plain Layout
22513 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22514 \series bold
22515 eurosym
22516 \series default
22517 :
22518 \end_layout
22519
22520 \end_inset
22521
22522
22523 \end_layout
22524
22525 \begin_layout Standard
22526 Para ver la salida completa de esta subsección debe estar instalado el paquete
22527  LaTeX 
22528 \series bold
22529 eurosym
22530 \series default
22531 .
22532 \end_layout
22533
22534 \begin_layout Standard
22535 \begin_inset ERT
22536 status collapsed
22537
22538 \begin_layout Plain Layout
22539
22540
22541 \backslash
22542 fi
22543 \end_layout
22544
22545 \end_inset
22546
22547
22548 \end_layout
22549
22550 \begin_layout Section
22551 Relaciones
22552 \begin_inset CommandInset label
22553 LatexCommand label
22554 name "sec:Relaciones"
22555
22556 \end_inset
22557
22558
22559 \begin_inset Index idx
22560 status collapsed
22561
22562 \begin_layout Plain Layout
22563 Relaciones
22564 \end_layout
22565
22566 \end_inset
22567
22568
22569 \begin_inset Index idx
22570 status collapsed
22571
22572 \begin_layout Plain Layout
22573 Comparaciones|see
22574 \begin_inset ERT
22575 status collapsed
22576
22577 \begin_layout Plain Layout
22578
22579 {
22580 \end_layout
22581
22582 \end_inset
22583
22584 Relaciones
22585 \begin_inset ERT
22586 status collapsed
22587
22588 \begin_layout Plain Layout
22589
22590 }
22591 \end_layout
22592
22593 \end_inset
22594
22595
22596 \end_layout
22597
22598 \end_inset
22599
22600
22601 \end_layout
22602
22603 \begin_layout Standard
22604 Todas las relaciones se pueden insertar también con el botón 
22605 \begin_inset Graphics
22606         filename ../../images/math/leq.png
22607         scale 85
22608
22609 \end_inset
22610
22611  de la barra de ecuaciones.
22612 \end_layout
22613
22614 \begin_layout Standard
22615 \begin_inset space \hfill{}
22616 \end_inset
22617
22618
22619 \begin_inset Tabular
22620 <lyxtabular version="3" rows="17" columns="2">
22621 <features rotate="0" tabularvalignment="middle">
22622 <column alignment="center" valignment="top" width="0pt">
22623 <column alignment="center" valignment="top" width="0pt">
22624 <row>
22625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22626 \begin_inset Text
22627
22628 \begin_layout Plain Layout
22629 Comando
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638 Relación
22639 \end_layout
22640
22641 \end_inset
22642 </cell>
22643 </row>
22644 <row>
22645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22646 \begin_inset Text
22647
22648 \begin_layout Plain Layout
22649 <
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22655 \begin_inset Text
22656
22657 \begin_layout Plain Layout
22658 \begin_inset Formula $<$
22659 \end_inset
22660
22661
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 </row>
22667 <row>
22668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672
22673 \backslash
22674 le
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683 \begin_inset Formula $\le$
22684 \end_inset
22685
22686
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 </row>
22692 <row>
22693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697
22698 \backslash
22699 ll
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 \begin_inset Formula $\ll$
22709 \end_inset
22710
22711
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 </row>
22717 <row>
22718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722
22723 \backslash
22724 prec
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733 \begin_inset Formula $\prec$
22734 \end_inset
22735
22736
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 </row>
22742 <row>
22743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747
22748 \backslash
22749 preceq
22750 \end_layout
22751
22752 \end_inset
22753 </cell>
22754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22755 \begin_inset Text
22756
22757 \begin_layout Plain Layout
22758 \begin_inset Formula $\preceq$
22759 \end_inset
22760
22761
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 </row>
22767 <row>
22768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772
22773 \backslash
22774 subset
22775 \end_layout
22776
22777 \end_inset
22778 </cell>
22779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22780 \begin_inset Text
22781
22782 \begin_layout Plain Layout
22783 \begin_inset Formula $\subset$
22784 \end_inset
22785
22786
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 </row>
22792 <row>
22793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797
22798 \backslash
22799 subseteq
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22805 \begin_inset Text
22806
22807 \begin_layout Plain Layout
22808 \begin_inset Formula $\subseteq$
22809 \end_inset
22810
22811
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 </row>
22817 <row>
22818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822
22823 \backslash
22824 sqsubseteq
22825 \end_layout
22826
22827 \end_inset
22828 </cell>
22829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22830 \begin_inset Text
22831
22832 \begin_layout Plain Layout
22833 \begin_inset Formula $\sqsubseteq$
22834 \end_inset
22835
22836
22837 \end_layout
22838
22839 \end_inset
22840 </cell>
22841 </row>
22842 <row>
22843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22844 \begin_inset Text
22845
22846 \begin_layout Plain Layout
22847
22848 \backslash
22849 in
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858 \begin_inset Formula $\in$
22859 \end_inset
22860
22861
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 </row>
22867 <row>
22868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22869 \begin_inset Text
22870
22871 \begin_layout Plain Layout
22872
22873 \backslash
22874 vdash
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Plain Layout
22883 \begin_inset Formula $\vdash$
22884 \end_inset
22885
22886
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 </row>
22892 <row>
22893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Plain Layout
22897
22898 \backslash
22899 smile
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908 \begin_inset Formula $\smile$
22909 \end_inset
22910
22911
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 </row>
22917 <row>
22918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22919 \begin_inset Text
22920
22921 \begin_layout Plain Layout
22922
22923 \backslash
22924 lhd
22925 \end_layout
22926
22927 \end_inset
22928 </cell>
22929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22930 \begin_inset Text
22931
22932 \begin_layout Plain Layout
22933 \begin_inset Formula $\lhd$
22934 \end_inset
22935
22936
22937 \end_layout
22938
22939 \end_inset
22940 </cell>
22941 </row>
22942 <row>
22943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947
22948 \backslash
22949 unlhd
22950 \end_layout
22951
22952 \end_inset
22953 </cell>
22954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958 \begin_inset Formula $\unlhd$
22959 \end_inset
22960
22961
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 </row>
22967 <row>
22968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972
22973 \backslash
22974 gtrless
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22980 \begin_inset Text
22981
22982 \begin_layout Plain Layout
22983 \begin_inset Formula $\gtrless$
22984 \end_inset
22985
22986
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 </row>
22992 <row>
22993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22994 \begin_inset Text
22995
22996 \begin_layout Plain Layout
22997
22998 \backslash
22999 mid
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008 \begin_inset Formula $\mid$
23009 \end_inset
23010
23011
23012 \end_layout
23013
23014 \end_inset
23015 </cell>
23016 </row>
23017 <row>
23018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022
23023 \backslash
23024 nmid
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23030 \begin_inset Text
23031
23032 \begin_layout Plain Layout
23033 \begin_inset Formula $\nmid$
23034 \end_inset
23035
23036
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 </row>
23042 </lyxtabular>
23043
23044 \end_inset
23045
23046
23047 \begin_inset space \hfill{}
23048 \end_inset
23049
23050
23051 \begin_inset Tabular
23052 <lyxtabular version="3" rows="17" columns="2">
23053 <features rotate="0" tabularvalignment="middle">
23054 <column alignment="center" valignment="top" width="0pt">
23055 <column alignment="center" valignment="top" width="0pt">
23056 <row>
23057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 Comando
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070 Relación
23071 \end_layout
23072
23073 \end_inset
23074 </cell>
23075 </row>
23076 <row>
23077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081 =
23082 \end_layout
23083
23084 \end_inset
23085 </cell>
23086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23087 \begin_inset Text
23088
23089 \begin_layout Plain Layout
23090 \begin_inset Formula $=$
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 </row>
23099 <row>
23100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104
23105 \backslash
23106 not=
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23112 \begin_inset Text
23113
23114 \begin_layout Plain Layout
23115 \begin_inset Formula $\not=$
23116 \end_inset
23117
23118
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 </row>
23124 <row>
23125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23126 \begin_inset Text
23127
23128 \begin_layout Plain Layout
23129
23130 \backslash
23131 equiv
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23137 \begin_inset Text
23138
23139 \begin_layout Plain Layout
23140 \begin_inset Formula $\equiv$
23141 \end_inset
23142
23143
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 </row>
23149 <row>
23150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23151 \begin_inset Text
23152
23153 \begin_layout Plain Layout
23154
23155 \backslash
23156 sim
23157 \end_layout
23158
23159 \end_inset
23160 </cell>
23161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23162 \begin_inset Text
23163
23164 \begin_layout Plain Layout
23165 \begin_inset Formula $\sim$
23166 \end_inset
23167
23168
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 </row>
23174 <row>
23175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23176 \begin_inset Text
23177
23178 \begin_layout Plain Layout
23179
23180 \backslash
23181 simeq
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190 \begin_inset Formula $\simeq$
23191 \end_inset
23192
23193
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 </row>
23199 <row>
23200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23201 \begin_inset Text
23202
23203 \begin_layout Plain Layout
23204
23205 \backslash
23206 approx
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215 \begin_inset Formula $\approx$
23216 \end_inset
23217
23218
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 </row>
23224 <row>
23225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23226 \begin_inset Text
23227
23228 \begin_layout Plain Layout
23229
23230 \backslash
23231 cong
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23237 \begin_inset Text
23238
23239 \begin_layout Plain Layout
23240 \begin_inset Formula $\cong$
23241 \end_inset
23242
23243
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 </row>
23249 <row>
23250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23251 \begin_inset Text
23252
23253 \begin_layout Plain Layout
23254
23255 \backslash
23256 bowtie
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265 \begin_inset Formula $\bowtie$
23266 \end_inset
23267
23268
23269 \end_layout
23270
23271 \end_inset
23272 </cell>
23273 </row>
23274 <row>
23275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23276 \begin_inset Text
23277
23278 \begin_layout Plain Layout
23279
23280 \backslash
23281 notin
23282 \end_layout
23283
23284 \end_inset
23285 </cell>
23286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23287 \begin_inset Text
23288
23289 \begin_layout Plain Layout
23290 \begin_inset Formula $\notin$
23291 \end_inset
23292
23293
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 </row>
23299 <row>
23300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23301 \begin_inset Text
23302
23303 \begin_layout Plain Layout
23304
23305 \backslash
23306 perp
23307 \end_layout
23308
23309 \end_inset
23310 </cell>
23311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23312 \begin_inset Text
23313
23314 \begin_layout Plain Layout
23315 \begin_inset Formula $\perp$
23316 \end_inset
23317
23318
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 </row>
23324 <row>
23325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23326 \begin_inset Text
23327
23328 \begin_layout Plain Layout
23329
23330 \backslash
23331 propto
23332 \end_layout
23333
23334 \end_inset
23335 </cell>
23336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23337 \begin_inset Text
23338
23339 \begin_layout Plain Layout
23340 \begin_inset Formula $\propto$
23341 \end_inset
23342
23343
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 </row>
23349 <row>
23350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23351 \begin_inset Text
23352
23353 \begin_layout Plain Layout
23354
23355 \backslash
23356 asymp
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23362 \begin_inset Text
23363
23364 \begin_layout Plain Layout
23365 \begin_inset Formula $\asymp$
23366 \end_inset
23367
23368
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 </row>
23374 <row>
23375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23376 \begin_inset Text
23377
23378 \begin_layout Plain Layout
23379
23380 \backslash
23381 doteq
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390 \begin_inset Formula $\doteq$
23391 \end_inset
23392
23393
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 </row>
23399 <row>
23400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23401 \begin_inset Text
23402
23403 \begin_layout Plain Layout
23404
23405 \backslash
23406 circeq
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 \begin_inset Formula $\circeq$
23416 \end_inset
23417
23418
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 </row>
23424 <row>
23425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23426 \begin_inset Text
23427
23428 \begin_layout Plain Layout
23429
23430 \backslash
23431 models
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440 \begin_inset Formula $\models$
23441 \end_inset
23442
23443
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 </row>
23449 <row>
23450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454
23455 \backslash
23456 widehat=
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23462 \begin_inset Text
23463
23464 \begin_layout Plain Layout
23465 \begin_inset Formula $\widehat{=}$
23466 \end_inset
23467
23468
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 </row>
23474 </lyxtabular>
23475
23476 \end_inset
23477
23478
23479 \begin_inset space \hfill{}
23480 \end_inset
23481
23482
23483 \begin_inset Tabular
23484 <lyxtabular version="3" rows="17" columns="2">
23485 <features rotate="0" tabularvalignment="middle">
23486 <column alignment="center" valignment="top" width="0pt">
23487 <column alignment="center" valignment="top" width="0pt">
23488 <row>
23489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493 Comando
23494 \end_layout
23495
23496 \end_inset
23497 </cell>
23498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502 Relación
23503 \end_layout
23504
23505 \end_inset
23506 </cell>
23507 </row>
23508 <row>
23509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23510 \begin_inset Text
23511
23512 \begin_layout Plain Layout
23513 >
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522 \begin_inset Formula $>$
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 </row>
23531 <row>
23532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536
23537 \backslash
23538 ge
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 \begin_inset Formula $\ge$
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 </row>
23556 <row>
23557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23558 \begin_inset Text
23559
23560 \begin_layout Plain Layout
23561
23562 \backslash
23563 gg
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572 \begin_inset Formula $\gg$
23573 \end_inset
23574
23575
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 </row>
23581 <row>
23582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586
23587 \backslash
23588 succ
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597 \begin_inset Formula $\succ$
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 </row>
23606 <row>
23607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611
23612 \backslash
23613 succeq
23614 \end_layout
23615
23616 \end_inset
23617 </cell>
23618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23619 \begin_inset Text
23620
23621 \begin_layout Plain Layout
23622 \begin_inset Formula $\succeq$
23623 \end_inset
23624
23625
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 </row>
23631 <row>
23632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23633 \begin_inset Text
23634
23635 \begin_layout Plain Layout
23636
23637 \backslash
23638 supset
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647 \begin_inset Formula $\supset$
23648 \end_inset
23649
23650
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 </row>
23656 <row>
23657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23658 \begin_inset Text
23659
23660 \begin_layout Plain Layout
23661
23662 \backslash
23663 supseteq
23664 \end_layout
23665
23666 \end_inset
23667 </cell>
23668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23669 \begin_inset Text
23670
23671 \begin_layout Plain Layout
23672 \begin_inset Formula $\supseteq$
23673 \end_inset
23674
23675
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 </row>
23681 <row>
23682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23683 \begin_inset Text
23684
23685 \begin_layout Plain Layout
23686
23687 \backslash
23688 sqsupseteq
23689 \end_layout
23690
23691 \end_inset
23692 </cell>
23693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23694 \begin_inset Text
23695
23696 \begin_layout Plain Layout
23697 \begin_inset Formula $\sqsupseteq$
23698 \end_inset
23699
23700
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 </row>
23706 <row>
23707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23708 \begin_inset Text
23709
23710 \begin_layout Plain Layout
23711
23712 \backslash
23713 ni
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722 \begin_inset Formula $\ni$
23723 \end_inset
23724
23725
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 </row>
23731 <row>
23732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23733 \begin_inset Text
23734
23735 \begin_layout Plain Layout
23736
23737 \backslash
23738 dashv
23739 \end_layout
23740
23741 \end_inset
23742 </cell>
23743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23744 \begin_inset Text
23745
23746 \begin_layout Plain Layout
23747 \begin_inset Formula $\dashv$
23748 \end_inset
23749
23750
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 </row>
23756 <row>
23757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23758 \begin_inset Text
23759
23760 \begin_layout Plain Layout
23761
23762 \backslash
23763 frown
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772 \begin_inset Formula $\frown$
23773 \end_inset
23774
23775
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 </row>
23781 <row>
23782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23783 \begin_inset Text
23784
23785 \begin_layout Plain Layout
23786
23787 \backslash
23788 rhd
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23794 \begin_inset Text
23795
23796 \begin_layout Plain Layout
23797 \begin_inset Formula $\rhd$
23798 \end_inset
23799
23800
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 </row>
23806 <row>
23807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23808 \begin_inset Text
23809
23810 \begin_layout Plain Layout
23811
23812 \backslash
23813 unrhd
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23819 \begin_inset Text
23820
23821 \begin_layout Plain Layout
23822 \begin_inset Formula $\unrhd$
23823 \end_inset
23824
23825
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 </row>
23831 <row>
23832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23833 \begin_inset Text
23834
23835 \begin_layout Plain Layout
23836
23837 \backslash
23838 lessgtr
23839 \end_layout
23840
23841 \end_inset
23842 </cell>
23843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23844 \begin_inset Text
23845
23846 \begin_layout Plain Layout
23847 \begin_inset Formula $\lessgtr$
23848 \end_inset
23849
23850
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 </row>
23856 <row>
23857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23858 \begin_inset Text
23859
23860 \begin_layout Plain Layout
23861
23862 \backslash
23863 parallel
23864 \end_layout
23865
23866 \end_inset
23867 </cell>
23868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23869 \begin_inset Text
23870
23871 \begin_layout Plain Layout
23872 \begin_inset Formula $\parallel$
23873 \end_inset
23874
23875
23876 \end_layout
23877
23878 \end_inset
23879 </cell>
23880 </row>
23881 <row>
23882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23883 \begin_inset Text
23884
23885 \begin_layout Plain Layout
23886
23887 \backslash
23888 nparallel
23889 \end_layout
23890
23891 \end_inset
23892 </cell>
23893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23894 \begin_inset Text
23895
23896 \begin_layout Plain Layout
23897 \begin_inset Formula $\nparallel$
23898 \end_inset
23899
23900
23901 \end_layout
23902
23903 \end_inset
23904 </cell>
23905 </row>
23906 </lyxtabular>
23907
23908 \end_inset
23909
23910
23911 \begin_inset space \hfill{}
23912 \end_inset
23913
23914
23915 \end_layout
23916
23917 \begin_layout Standard
23918 \begin_inset VSpace medskip
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \begin_layout Standard
23925 Los caracteres 
23926 \series bold
23927
23928 \backslash
23929 lhd
23930 \series default
23931  y 
23932 \series bold
23933
23934 \backslash
23935 rhd
23936 \series default
23937  son mayores que los operadores de aspecto similar 
23938 \series bold
23939
23940 \backslash
23941 triangleleft
23942 \series default
23943  y 
23944 \series bold
23945
23946 \backslash
23947 triangleright
23948 \series default
23949 , respectivamente.
23950 \end_layout
23951
23952 \begin_layout Standard
23953 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
23954 \end_layout
23955
23956 \begin_layout Standard
23957 Se pueden componer relaciones con etiquetas con el comando 
23958 \series bold
23959
23960 \backslash
23961 stackrel
23962 \series default
23963
23964 \begin_inset Index idx
23965 status collapsed
23966
23967 \begin_layout Plain Layout
23968 Comandos ! S ! 
23969 \backslash
23970 stackrel
23971 \end_layout
23972
23973 \end_inset
23974
23975 :
23976 \end_layout
23977
23978 \begin_layout Standard
23979 \align center
23980 \begin_inset Tabular
23981 <lyxtabular version="3" rows="2" columns="2">
23982 <features rotate="0" tabularvalignment="middle">
23983 <column alignment="center" valignment="top">
23984 <column alignment="center" valignment="top">
23985 <row>
23986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990 Comando
23991 \end_layout
23992
23993 \end_inset
23994 </cell>
23995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999 Resultado
24000 \begin_inset Note Note
24001 status collapsed
24002
24003 \begin_layout Plain Layout
24004
24005 \series bold
24006
24007 \backslash
24008 raisebox
24009 \series default
24010  se usa sólo como espaciador
24011 \end_layout
24012
24013 \end_inset
24014
24015
24016 \end_layout
24017
24018 \end_inset
24019 </cell>
24020 </row>
24021 <row>
24022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24023 \begin_inset Text
24024
24025 \begin_layout Plain Layout
24026 A(r)
24027 \backslash
24028 stackrel
24029 \begin_inset space \textvisiblespace{}
24030 \end_inset
24031
24032 r
24033 \backslash
24034 to
24035 \backslash
24036 infty
24037 \begin_inset space \textvisiblespace{}
24038 \end_inset
24039
24040
24041 \begin_inset Formula $\downarrow$
24042 \end_inset
24043
24044
24045 \backslash
24046 approx
24047 \begin_inset space \textvisiblespace{}
24048 \end_inset
24049
24050
24051 \begin_inset space \textvisiblespace{}
24052 \end_inset
24053
24054 B
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 </row>
24072 </lyxtabular>
24073
24074 \end_inset
24075
24076
24077 \end_layout
24078
24079 \begin_layout Section
24080 Funciones
24081 \end_layout
24082
24083 \begin_layout Subsection
24084 Funciones predefinidas
24085 \begin_inset CommandInset label
24086 LatexCommand label
24087 name "sub:Funciones-predefinidas"
24088
24089 \end_inset
24090
24091
24092 \begin_inset Index idx
24093 status collapsed
24094
24095 \begin_layout Plain Layout
24096 Funciones ! predefinidas
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \begin_inset Index idx
24103 status collapsed
24104
24105 \begin_layout Plain Layout
24106 Funciones ! en español
24107 \end_layout
24108
24109 \end_inset
24110
24111
24112 \end_layout
24113
24114 \begin_layout Standard
24115 En general las variables se escriben en 
24116 \emph on
24117 cursiva
24118 \emph default
24119  en expresiones matemáticas, pero no los nombres de las funciones, porque
24120  
24121 \begin_inset Formula $sen$
24122 \end_inset
24123
24124  podría confundirse con 
24125 \begin_inset Formula $s\cdot e\cdot n$
24126 \end_inset
24127
24128 .
24129  Por eso hay funciones predefinidas, que además se separan un poco del factor
24130  precedente.
24131  Se insertan como comandos con una barra inversa delante de su nombre.
24132 \end_layout
24133
24134 \begin_layout Standard
24135 \align center
24136 \begin_inset Tabular
24137 <lyxtabular version="3" rows="2" columns="4">
24138 <features rotate="0" tabularvalignment="middle">
24139 <column alignment="center" valignment="top" width="0pt">
24140 <column alignment="center" valignment="top" width="0pt">
24141 <column alignment="center" valignment="top" width="0pt">
24142 <column alignment="center" valignment="top" width="0pt">
24143 <row>
24144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24145 \begin_inset Text
24146
24147 \begin_layout Plain Layout
24148 Comando
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157 Resultado
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166 Comando
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175 Resultado
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 </row>
24181 <row>
24182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186 Asen(x)+B
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195 \begin_inset Formula $Asen(x)+B$
24196 \end_inset
24197
24198
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207 A
24208 \backslash
24209 sen(x)+B
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218 \begin_inset Formula $A\sen(x)+B$
24219 \end_inset
24220
24221
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 </row>
24227 </lyxtabular>
24228
24229 \end_inset
24230
24231
24232 \end_layout
24233
24234 \begin_layout Standard
24235 Las funciones siguientes están predefinidas:
24236 \begin_inset Foot
24237 status collapsed
24238
24239 \begin_layout Plain Layout
24240 Se han añadido los comandos equivalentes proporcionados por el estilo 
24241 \series bold
24242 spanish
24243 \series default
24244  de 
24245 \series bold
24246 babel
24247 \series default
24248 .
24249  (Estos no están disponibles en el panel de funciones).
24250  Además, en su caso, las funciones serán acentuadas automáticamente en la
24251  salida, p.
24252 \begin_inset space \thinspace{}
24253 \end_inset
24254
24255 e.
24256  
24257 \begin_inset Quotes fld
24258 \end_inset
24259
24260 lím
24261 \begin_inset Quotes frd
24262 \end_inset
24263
24264  o 
24265 \begin_inset Quotes fld
24266 \end_inset
24267
24268 máx
24269 \begin_inset Quotes frd
24270 \end_inset
24271
24272 .
24273  Más información en 
24274 \begin_inset CommandInset citation
24275 LatexCommand cite
24276 key "spanish"
24277
24278 \end_inset
24279
24280 .
24281  (
24282 \emph on
24283 N.
24284 \begin_inset space \thinspace{}
24285 \end_inset
24286
24287 del t.
24288 \emph default
24289 )
24290 \end_layout
24291
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \begin_layout Standard
24298 \begin_inset VSpace -2mm
24299 \end_inset
24300
24301
24302 \end_layout
24303
24304 \begin_layout Standard
24305 \align center
24306 \begin_inset Tabular
24307 <lyxtabular version="3" rows="9" columns="7">
24308 <features rotate="0" tabularvalignment="middle">
24309 <column alignment="center" valignment="top" width="0pt">
24310 <column alignment="center" valignment="top" width="0pt">
24311 <column alignment="center" valignment="top" width="0pt">
24312 <column alignment="center" valignment="top" width="0pt">
24313 <column alignment="center" valignment="top" width="0pt">
24314 <column alignment="center" valignment="top" width="0pt">
24315 <column alignment="center" valignment="top" width="0pt">
24316 <row>
24317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321 Comando
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330 español
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
24335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339 Comando
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348 español
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357 Comando
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366 español
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375 Comando
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 </row>
24381 <row>
24382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Plain Layout
24386
24387 \backslash
24388 sin
24389 \end_layout
24390
24391 \end_inset
24392 </cell>
24393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24394 \begin_inset Text
24395
24396 \begin_layout Plain Layout
24397
24398 \backslash
24399 sen
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24405 \begin_inset Text
24406
24407 \begin_layout Plain Layout
24408
24409 \backslash
24410 sinh
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419
24420 \backslash
24421 senh
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430
24431 \backslash
24432 arcsin
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441
24442 \backslash
24443 arcsen
24444 \end_layout
24445
24446 \end_inset
24447 </cell>
24448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24449 \begin_inset Text
24450
24451 \begin_layout Plain Layout
24452
24453 \backslash
24454 sup
24455 \end_layout
24456
24457 \end_inset
24458 </cell>
24459 </row>
24460 <row>
24461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465
24466 \backslash
24467 cos
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24473 \begin_inset Text
24474
24475 \begin_layout Plain Layout
24476
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485
24486 \backslash
24487 cosh
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505
24506 \backslash
24507 arccos
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Plain Layout
24516
24517 \end_layout
24518
24519 \end_inset
24520 </cell>
24521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24522 \begin_inset Text
24523
24524 \begin_layout Plain Layout
24525
24526 \backslash
24527 inf
24528 \end_layout
24529
24530 \end_inset
24531 </cell>
24532 </row>
24533 <row>
24534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538
24539 \backslash
24540 tan
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \backslash
24551 tg
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560
24561 \backslash
24562 tanh
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571
24572 \backslash
24573 tgh
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582
24583 \backslash
24584 arctan
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593
24594 \backslash
24595 arctg
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604
24605 \backslash
24606 lim
24607 \end_layout
24608
24609 \end_inset
24610 </cell>
24611 </row>
24612 <row>
24613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Plain Layout
24617
24618 \backslash
24619 cot
24620 \end_layout
24621
24622 \end_inset
24623 </cell>
24624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24625 \begin_inset Text
24626
24627 \begin_layout Plain Layout
24628
24629 \backslash
24630 cotg
24631 \end_layout
24632
24633 \end_inset
24634 </cell>
24635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24636 \begin_inset Text
24637
24638 \begin_layout Plain Layout
24639
24640 \backslash
24641 coth
24642 \end_layout
24643
24644 \end_inset
24645 </cell>
24646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24647 \begin_inset Text
24648
24649 \begin_layout Plain Layout
24650
24651 \end_layout
24652
24653 \end_inset
24654 </cell>
24655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659
24660 \backslash
24661 arg
24662 \end_layout
24663
24664 \end_inset
24665 </cell>
24666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24667 \begin_inset Text
24668
24669 \begin_layout Plain Layout
24670
24671 \end_layout
24672
24673 \end_inset
24674 </cell>
24675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24676 \begin_inset Text
24677
24678 \begin_layout Plain Layout
24679
24680 \backslash
24681 liminf
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 </row>
24687 <row>
24688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24689 \begin_inset Text
24690
24691 \begin_layout Plain Layout
24692
24693 \backslash
24694 sec
24695 \end_layout
24696
24697 \end_inset
24698 </cell>
24699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24700 \begin_inset Text
24701
24702 \begin_layout Plain Layout
24703
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712
24713 \backslash
24714 min
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732
24733 \backslash
24734 deg
24735 \end_layout
24736
24737 \end_inset
24738 </cell>
24739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24740 \begin_inset Text
24741
24742 \begin_layout Plain Layout
24743
24744 \end_layout
24745
24746 \end_inset
24747 </cell>
24748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24749 \begin_inset Text
24750
24751 \begin_layout Plain Layout
24752
24753 \backslash
24754 limsup
24755 \end_layout
24756
24757 \end_inset
24758 </cell>
24759 </row>
24760 <row>
24761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765
24766 \backslash
24767 csc
24768 \end_layout
24769
24770 \end_inset
24771 </cell>
24772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776
24777 \backslash
24778 cosec
24779 \end_layout
24780
24781 \end_inset
24782 </cell>
24783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24784 \begin_inset Text
24785
24786 \begin_layout Plain Layout
24787
24788 \backslash
24789 max
24790 \end_layout
24791
24792 \end_inset
24793 </cell>
24794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24795 \begin_inset Text
24796
24797 \begin_layout Plain Layout
24798
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807
24808 \backslash
24809 det
24810 \end_layout
24811
24812 \end_inset
24813 </cell>
24814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24815 \begin_inset Text
24816
24817 \begin_layout Plain Layout
24818
24819 \end_layout
24820
24821 \end_inset
24822 </cell>
24823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24824 \begin_inset Text
24825
24826 \begin_layout Plain Layout
24827
24828 \backslash
24829 Pr
24830 \end_layout
24831
24832 \end_inset
24833 </cell>
24834 </row>
24835 <row>
24836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840
24841 \backslash
24842 ln
24843 \end_layout
24844
24845 \end_inset
24846 </cell>
24847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24848 \begin_inset Text
24849
24850 \begin_layout Plain Layout
24851
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860
24861 \backslash
24862 exp
24863 \end_layout
24864
24865 \end_inset
24866 </cell>
24867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24877 \begin_inset Text
24878
24879 \begin_layout Plain Layout
24880
24881 \backslash
24882 dim
24883 \end_layout
24884
24885 \end_inset
24886 </cell>
24887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891
24892 \end_layout
24893
24894 \end_inset
24895 </cell>
24896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900
24901 \backslash
24902 hom
24903 \end_layout
24904
24905 \end_inset
24906 </cell>
24907 </row>
24908 <row>
24909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24910 \begin_inset Text
24911
24912 \begin_layout Plain Layout
24913
24914 \backslash
24915 lg
24916 \end_layout
24917
24918 \end_inset
24919 </cell>
24920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924
24925 \end_layout
24926
24927 \end_inset
24928 </cell>
24929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24930 \begin_inset Text
24931
24932 \begin_layout Plain Layout
24933
24934 \backslash
24935 log
24936 \end_layout
24937
24938 \end_inset
24939 </cell>
24940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24941 \begin_inset Text
24942
24943 \begin_layout Plain Layout
24944
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953
24954 \backslash
24955 ker
24956 \end_layout
24957
24958 \end_inset
24959 </cell>
24960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973
24974 \backslash
24975 gcd
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 </row>
24981 </lyxtabular>
24982
24983 \end_inset
24984
24985
24986 \end_layout
24987
24988 \begin_layout Standard
24989 También se pueden insertar con el botón 
24990 \begin_inset Graphics
24991         filename ../../images/math/functions.png
24992         scale 85
24993
24994 \end_inset
24995
24996  de la barra de ecuaciones.
24997 \end_layout
24998
24999 \begin_layout Subsection
25000 Funciones definidas por el usuario
25001 \begin_inset Index idx
25002 status collapsed
25003
25004 \begin_layout Plain Layout
25005 Funciones ! personalizadas
25006 \end_layout
25007
25008 \end_inset
25009
25010
25011 \end_layout
25012
25013 \begin_layout Standard
25014 Para usar una función no predefinida, como por ejemplo la función signo,
25015  sgn(x), hay dos posibilidades:
25016 \end_layout
25017
25018 \begin_layout Itemize
25019 Define la función añadiendo al preámbulo LaTeX la línea
25020 \begin_inset Foot
25021 status collapsed
25022
25023 \begin_layout Plain Layout
25024 Más sobre 
25025 \series bold
25026
25027 \backslash
25028 DeclareMathOperator
25029 \series default
25030  en 
25031 \begin_inset CommandInset ref
25032 LatexCommand ref
25033 reference "sub:Operadores-de-usuario"
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \end_inset
25041
25042
25043 \begin_inset Newline newline
25044 \end_inset
25045
25046
25047 \begin_inset VSpace -3mm
25048 \end_inset
25049
25050
25051 \begin_inset Newline newline
25052 \end_inset
25053
25054
25055 \series bold
25056
25057 \backslash
25058 DeclareMathOperator{
25059 \backslash
25060 sgn}{sgn}
25061 \series default
25062
25063 \begin_inset Index idx
25064 status collapsed
25065
25066 \begin_layout Plain Layout
25067 Comandos ! D ! 
25068 \backslash
25069 dbinom@
25070 \backslash
25071 DeclareMathOperator
25072 \end_layout
25073
25074 \end_inset
25075
25076
25077 \begin_inset Newline newline
25078 \end_inset
25079
25080
25081 \begin_inset VSpace -2mm
25082 \end_inset
25083
25084
25085 \begin_inset Newline newline
25086 \end_inset
25087
25088 Ahora la función recién definida se puede obtener con el comando 
25089 \series bold
25090
25091 \backslash
25092 sgn
25093 \series default
25094 .
25095 \end_layout
25096
25097 \begin_layout Itemize
25098 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25099  en nuestro ejemplo las letras 
25100 \emph on
25101 sgn
25102 \emph default
25103 , y cámbialo a texto matemático.
25104  Entre el factor precedente y la función se inserta un espacio.
25105 \end_layout
25106
25107 \begin_layout Standard
25108 El resultado con ambos métodos es el mismo que con una función predefinida:
25109 \begin_inset Foot
25110 status collapsed
25111
25112 \begin_layout Plain Layout
25113 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25114  negro.
25115 \end_layout
25116
25117 \end_inset
25118
25119
25120 \end_layout
25121
25122 \begin_layout Standard
25123 \align center
25124 \begin_inset Tabular
25125 <lyxtabular version="3" rows="3" columns="2">
25126 <features rotate="0" tabularvalignment="middle">
25127 <column alignment="center" valignment="top" width="0pt">
25128 <column alignment="center" valignment="top" width="0pt">
25129 <row>
25130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25131 \begin_inset Text
25132
25133 \begin_layout Plain Layout
25134 Comando
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143 Resultado
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 </row>
25149 <row>
25150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154 A
25155 \backslash
25156 sgn(x)+B
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165 \begin_inset Formula $A\sgn(x)+B$
25166 \end_inset
25167
25168
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 </row>
25174 <row>
25175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179 A
25180 \backslash
25181 ,
25182 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
25183 \end_inset
25184
25185 (x)+B
25186 \end_layout
25187
25188 \end_inset
25189 </cell>
25190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25195 \end_inset
25196
25197
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 </row>
25203 </lyxtabular>
25204
25205 \end_inset
25206
25207
25208 \end_layout
25209
25210 \begin_layout Standard
25211 El primer método es preferible si la función se va a usar varias veces.
25212 \end_layout
25213
25214 \begin_layout Standard
25215 \noindent
25216 \align center
25217 \begin_inset Newpage newpage
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \begin_layout Subsection
25224 Límites
25225 \begin_inset Index idx
25226 status collapsed
25227
25228 \begin_layout Plain Layout
25229 Limites@Límites
25230 \end_layout
25231
25232 \end_inset
25233
25234
25235 \end_layout
25236
25237 \begin_layout Standard
25238 Para límites, además de 
25239 \series bold
25240
25241 \backslash
25242 lim
25243 \series default
25244
25245 \begin_inset Index idx
25246 status collapsed
25247
25248 \begin_layout Plain Layout
25249 Comandos ! L ! 
25250 \backslash
25251 lim
25252 \end_layout
25253
25254 \end_inset
25255
25256
25257 \series bold
25258
25259 \backslash
25260 liminf
25261 \series default
25262  y 
25263 \series bold
25264
25265 \backslash
25266 limsup
25267 \series default
25268  están definidas las siguientes funciones:
25269 \series bold
25270  
25271 \end_layout
25272
25273 \begin_layout Standard
25274 \noindent
25275 \align center
25276 \begin_inset Tabular
25277 <lyxtabular version="3" rows="5" columns="2">
25278 <features rotate="0" tabularvalignment="middle">
25279 <column alignment="center" valignment="top">
25280 <column alignment="center" valignment="top">
25281 <row>
25282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25283 \begin_inset Text
25284
25285 \begin_layout Plain Layout
25286 Comando
25287 \end_layout
25288
25289 \end_inset
25290 </cell>
25291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25292 \begin_inset Text
25293
25294 \begin_layout Plain Layout
25295 Resultado
25296 \begin_inset Note Note
25297 status collapsed
25298
25299 \begin_layout Plain Layout
25300
25301 \series bold
25302
25303 \backslash
25304 raisebox
25305 \series default
25306  se usa sólo como espaciador
25307 \end_layout
25308
25309 \end_inset
25310
25311
25312 \end_layout
25313
25314 \end_inset
25315 </cell>
25316 </row>
25317 <row>
25318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25319 \begin_inset Text
25320
25321 \begin_layout Plain Layout
25322
25323 \backslash
25324 varliminf
25325 \end_layout
25326
25327 \end_inset
25328 </cell>
25329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25330 \begin_inset Text
25331
25332 \begin_layout Plain Layout
25333 \begin_inset Formula $\varliminf$
25334 \end_inset
25335
25336
25337 \end_layout
25338
25339 \end_inset
25340 </cell>
25341 </row>
25342 <row>
25343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25344 \begin_inset Text
25345
25346 \begin_layout Plain Layout
25347
25348 \backslash
25349 varlimsup
25350 \end_layout
25351
25352 \end_inset
25353 </cell>
25354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25355 \begin_inset Text
25356
25357 \begin_layout Plain Layout
25358 \begin_inset Formula $\varlimsup$
25359 \end_inset
25360
25361
25362 \end_layout
25363
25364 \end_inset
25365 </cell>
25366 </row>
25367 <row>
25368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Plain Layout
25372
25373 \backslash
25374 varprojlim
25375 \end_layout
25376
25377 \end_inset
25378 </cell>
25379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25380 \begin_inset Text
25381
25382 \begin_layout Plain Layout
25383 \begin_inset Formula $\varprojlim$
25384 \end_inset
25385
25386
25387 \end_layout
25388
25389 \end_inset
25390 </cell>
25391 </row>
25392 <row>
25393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25394 \begin_inset Text
25395
25396 \begin_layout Plain Layout
25397
25398 \backslash
25399 varinjlim
25400 \end_layout
25401
25402 \end_inset
25403 </cell>
25404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25405 \begin_inset Text
25406
25407 \begin_layout Plain Layout
25408 \begin_inset Formula $\varinjlim$
25409 \end_inset
25410
25411
25412 \begin_inset Formula $\raisebox{-2.5mm}{}$
25413 \end_inset
25414
25415
25416 \end_layout
25417
25418 \end_inset
25419 </cell>
25420 </row>
25421 </lyxtabular>
25422
25423 \end_inset
25424
25425
25426 \end_layout
25427
25428 \begin_layout Standard
25429 \begin_inset VSpace medskip
25430 \end_inset
25431
25432
25433 \end_layout
25434
25435 \begin_layout Standard
25436 El límite se crea insertando un subíndice.
25437  Se imprime a la derecha junto a la función en una fórmula en línea:
25438 \end_layout
25439
25440 \begin_layout Standard
25441 \noindent
25442 \align center
25443 \begin_inset Tabular
25444 <lyxtabular version="3" rows="2" columns="2">
25445 <features rotate="0" tabularvalignment="middle">
25446 <column alignment="center" valignment="top" width="0pt">
25447 <column alignment="center" valignment="top" width="0pt">
25448 <row>
25449 <cell alignment="center" valignment="top" usebox="none">
25450 \begin_inset Text
25451
25452 \begin_layout Plain Layout
25453 Comando
25454 \end_layout
25455
25456 \end_inset
25457 </cell>
25458 <cell alignment="center" valignment="top" usebox="none">
25459 \begin_inset Text
25460
25461 \begin_layout Plain Layout
25462 \begin_inset space \hspace{}
25463 \length 1cm
25464 \end_inset
25465
25466 Resultado
25467 \begin_inset Note Note
25468 status collapsed
25469
25470 \begin_layout Plain Layout
25471
25472 \series bold
25473
25474 \backslash
25475 raisebox
25476 \series default
25477  se usa sólo como espaciador
25478 \end_layout
25479
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \end_inset
25486 </cell>
25487 </row>
25488 <row>
25489 <cell alignment="center" valignment="top" usebox="none">
25490 \begin_inset Text
25491
25492 \begin_layout Plain Layout
25493
25494 \backslash
25495 lim_x
25496 \backslash
25497 to
25498 \begin_inset space \textvisiblespace{}
25499 \end_inset
25500
25501 A
25502 \begin_inset space \textvisiblespace{}
25503 \end_inset
25504
25505 x=B
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 <cell alignment="center" valignment="top" usebox="none">
25511 \begin_inset Text
25512
25513 \begin_layout Plain Layout
25514 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \end_inset
25521 </cell>
25522 </row>
25523 </lyxtabular>
25524
25525 \end_inset
25526
25527
25528 \end_layout
25529
25530 \begin_layout Standard
25531 En una ecuación presentada el límite se imprime debajo, como es habitual:
25532 \begin_inset Formula 
25533 \[
25534 \lim\limits _{x\rightarrow A}=B
25535 \]
25536
25537 \end_inset
25538
25539
25540 \end_layout
25541
25542 \begin_layout Standard
25543 \begin_inset VSpace medskip
25544 \end_inset
25545
25546
25547 \end_layout
25548
25549 \begin_layout Standard
25550
25551 \lang english
25552 How to adjust the typesetting of the limits see
25553 \lang spanish
25554  
25555 \begin_inset CommandInset ref
25556 LatexCommand ref
25557 reference "sub:Límites-de-operadores"
25558
25559 \end_inset
25560
25561 .
25562 \end_layout
25563
25564 \begin_layout Subsection
25565 Función módulo
25566 \begin_inset Index idx
25567 status collapsed
25568
25569 \begin_layout Plain Layout
25570 Funciones ! módulo
25571 \end_layout
25572
25573 \end_inset
25574
25575
25576 \end_layout
25577
25578 \begin_layout Standard
25579 La función módulo es especial, porque existe en cuatro variantes.
25580 \end_layout
25581
25582 \begin_layout Standard
25583 En una ecuación presentada:
25584 \begin_inset Formula 
25585 \begin{align*}
25586 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25587 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25588 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25589 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25590 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25591 \end{align*}
25592
25593 \end_inset
25594
25595 En una ecuación en línea se pone menos espacio delante del nombre de la
25596  función para todas las variantes.
25597  Por omisión, las funciones módulo solo tienen en cuenta el primer carácter
25598  siguente.
25599  Para aplicarlas a más de un carácter hay que poner estos entre llaves TeX:
25600 \begin_inset Formula 
25601 \begin{align*}
25602 \underline{\textrm{Comando}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Resultado}}\\
25603 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25604 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25605 \end{align*}
25606
25607 \end_inset
25608
25609
25610 \end_layout
25611
25612 \begin_layout Section
25613 Caracteres especiales
25614 \begin_inset Index idx
25615 status collapsed
25616
25617 \begin_layout Plain Layout
25618 Caracteres especiales
25619 \end_layout
25620
25621 \end_inset
25622
25623
25624 \end_layout
25625
25626 \begin_layout Subsection
25627 Caracteres especiales en texto matemático
25628 \end_layout
25629
25630 \begin_layout Standard
25631 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25632  TeX:
25633 \end_layout
25634
25635 \begin_layout Standard
25636 \begin_inset space \hfill{}
25637 \end_inset
25638
25639
25640 \begin_inset Tabular
25641 <lyxtabular version="3" rows="8" columns="2">
25642 <features rotate="0" tabularvalignment="middle">
25643 <column alignment="block" valignment="top">
25644 <column alignment="block" valignment="top">
25645 <row>
25646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25647 \begin_inset Text
25648
25649 \begin_layout Plain Layout
25650 Comando
25651 \end_layout
25652
25653 \end_inset
25654 </cell>
25655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25656 \begin_inset Text
25657
25658 \begin_layout Plain Layout
25659 Resultado
25660 \end_layout
25661
25662 \end_inset
25663 </cell>
25664 </row>
25665 <row>
25666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Plain Layout
25670
25671 \backslash
25672 oe
25673 \end_layout
25674
25675 \end_inset
25676 </cell>
25677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25678 \begin_inset Text
25679
25680 \begin_layout Plain Layout
25681 \begin_inset Formula $\textrm{œ}$
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \end_inset
25688 </cell>
25689 </row>
25690 <row>
25691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25692 \begin_inset Text
25693
25694 \begin_layout Plain Layout
25695
25696 \backslash
25697 OE
25698 \end_layout
25699
25700 \end_inset
25701 </cell>
25702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25703 \begin_inset Text
25704
25705 \begin_layout Plain Layout
25706 \begin_inset Formula $\textrm{Œ}$
25707 \end_inset
25708
25709
25710 \end_layout
25711
25712 \end_inset
25713 </cell>
25714 </row>
25715 <row>
25716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25717 \begin_inset Text
25718
25719 \begin_layout Plain Layout
25720
25721 \backslash
25722 ae
25723 \end_layout
25724
25725 \end_inset
25726 </cell>
25727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25728 \begin_inset Text
25729
25730 \begin_layout Plain Layout
25731 \begin_inset Formula $\textrm{æ}$
25732 \end_inset
25733
25734
25735 \end_layout
25736
25737 \end_inset
25738 </cell>
25739 </row>
25740 <row>
25741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25742 \begin_inset Text
25743
25744 \begin_layout Plain Layout
25745
25746 \backslash
25747 AE
25748 \end_layout
25749
25750 \end_inset
25751 </cell>
25752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25753 \begin_inset Text
25754
25755 \begin_layout Plain Layout
25756 \begin_inset Formula $\textrm{Æ}$
25757 \end_inset
25758
25759
25760 \end_layout
25761
25762 \end_inset
25763 </cell>
25764 </row>
25765 <row>
25766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Plain Layout
25770
25771 \backslash
25772 aa
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781 \begin_inset Formula $\textrm{\aa}$
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 </row>
25790 <row>
25791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Plain Layout
25795
25796 \backslash
25797 AA
25798 \begin_inset Index idx
25799 status collapsed
25800
25801 \begin_layout Plain Layout
25802
25803 \backslash
25804 @
25805 \begin_inset ERT
25806 status collapsed
25807
25808 \begin_layout Plain Layout
25809
25810
25811 \backslash
25812 textrm{
25813 \backslash
25814 AA}
25815 \end_layout
25816
25817 \end_inset
25818
25819
25820 \end_layout
25821
25822 \end_inset
25823
25824
25825 \end_layout
25826
25827 \end_inset
25828 </cell>
25829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25830 \begin_inset Text
25831
25832 \begin_layout Plain Layout
25833 \begin_inset Formula $\textrm{Å}$
25834 \end_inset
25835
25836
25837 \end_layout
25838
25839 \end_inset
25840 </cell>
25841 </row>
25842 <row>
25843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25844 \begin_inset Text
25845
25846 \begin_layout Plain Layout
25847
25848 \backslash
25849 i
25850 \end_layout
25851
25852 \end_inset
25853 </cell>
25854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858 \begin_inset Formula $\textrm{ı}$
25859 \end_inset
25860
25861
25862 \end_layout
25863
25864 \end_inset
25865 </cell>
25866 </row>
25867 </lyxtabular>
25868
25869 \end_inset
25870
25871
25872 \begin_inset space \hfill{}
25873 \end_inset
25874
25875
25876 \begin_inset Tabular
25877 <lyxtabular version="3" rows="8" columns="2">
25878 <features rotate="0" tabularvalignment="middle">
25879 <column alignment="block" valignment="top">
25880 <column alignment="center" valignment="top">
25881 <row>
25882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25883 \begin_inset Text
25884
25885 \begin_layout Plain Layout
25886 Comando
25887 \begin_inset Note Note
25888 status collapsed
25889
25890 \begin_layout Plain Layout
25891
25892 \series bold
25893
25894 \backslash
25895 raisebox
25896 \series default
25897  se usa sólo como espaciador
25898 \end_layout
25899
25900 \end_inset
25901
25902
25903 \end_layout
25904
25905 \end_inset
25906 </cell>
25907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25908 \begin_inset Text
25909
25910 \begin_layout Plain Layout
25911 Resultado
25912 \end_layout
25913
25914 \end_inset
25915 </cell>
25916 </row>
25917 <row>
25918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25919 \begin_inset Text
25920
25921 \begin_layout Plain Layout
25922
25923 \backslash
25924 o
25925 \end_layout
25926
25927 \end_inset
25928 </cell>
25929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25930 \begin_inset Text
25931
25932 \begin_layout Plain Layout
25933 \begin_inset Formula $\textrm{ø}$
25934 \end_inset
25935
25936
25937 \end_layout
25938
25939 \end_inset
25940 </cell>
25941 </row>
25942 <row>
25943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25944 \begin_inset Text
25945
25946 \begin_layout Plain Layout
25947
25948 \backslash
25949 O
25950 \end_layout
25951
25952 \end_inset
25953 </cell>
25954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25955 \begin_inset Text
25956
25957 \begin_layout Plain Layout
25958 \begin_inset Formula $\textrm{Ø}$
25959 \end_inset
25960
25961
25962 \end_layout
25963
25964 \end_inset
25965 </cell>
25966 </row>
25967 <row>
25968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25969 \begin_inset Text
25970
25971 \begin_layout Plain Layout
25972
25973 \backslash
25974 l
25975 \end_layout
25976
25977 \end_inset
25978 </cell>
25979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25980 \begin_inset Text
25981
25982 \begin_layout Plain Layout
25983 \begin_inset Formula $\textrm{ł}$
25984 \end_inset
25985
25986
25987 \end_layout
25988
25989 \end_inset
25990 </cell>
25991 </row>
25992 <row>
25993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25994 \begin_inset Text
25995
25996 \begin_layout Plain Layout
25997
25998 \backslash
25999 L
26000 \end_layout
26001
26002 \end_inset
26003 </cell>
26004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26005 \begin_inset Text
26006
26007 \begin_layout Plain Layout
26008 \begin_inset Formula $\textrm{Ł}$
26009 \end_inset
26010
26011
26012 \end_layout
26013
26014 \end_inset
26015 </cell>
26016 </row>
26017 <row>
26018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26019 \begin_inset Text
26020
26021 \begin_layout Plain Layout
26022 !
26023 \begin_inset space \hspace{}
26024 \length 0mm
26025 \end_inset
26026
26027 `
26028 \begin_inset space \textvisiblespace{}
26029 \end_inset
26030
26031
26032 \end_layout
26033
26034 \end_inset
26035 </cell>
26036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26037 \begin_inset Text
26038
26039 \begin_layout Plain Layout
26040 \begin_inset Formula $\textrm{!`}$
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \end_inset
26047 </cell>
26048 </row>
26049 <row>
26050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26051 \begin_inset Text
26052
26053 \begin_layout Plain Layout
26054 ?
26055 \begin_inset space \hspace{}
26056 \length 0mm
26057 \end_inset
26058
26059 `
26060 \begin_inset space \textvisiblespace{}
26061 \end_inset
26062
26063
26064 \end_layout
26065
26066 \end_inset
26067 </cell>
26068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26069 \begin_inset Text
26070
26071 \begin_layout Plain Layout
26072 \begin_inset Formula $\textrm{?`}$
26073 \end_inset
26074
26075
26076 \end_layout
26077
26078 \end_inset
26079 </cell>
26080 </row>
26081 <row>
26082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26083 \begin_inset Text
26084
26085 \begin_layout Plain Layout
26086
26087 \backslash
26088 j
26089 \end_layout
26090
26091 \end_inset
26092 </cell>
26093 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26094 \begin_inset Text
26095
26096 \begin_layout Plain Layout
26097 \begin_inset Formula $\textrm{ȷ}$
26098 \end_inset
26099
26100
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 </row>
26106 </lyxtabular>
26107
26108 \end_inset
26109
26110
26111 \begin_inset space \hfill{}
26112 \end_inset
26113
26114
26115 \end_layout
26116
26117 \begin_layout Standard
26118 Los caracteres 
26119 \begin_inset Formula $\textrm{\textrm{Å}}$
26120 \end_inset
26121
26122  y 
26123 \begin_inset Formula $\textrm{\textrm{Ø}}$
26124 \end_inset
26125
26126  también se pueden insertar mediante el botón 
26127 \begin_inset Graphics
26128         filename ../../images/math/digamma.png
26129         scale 85
26130
26131 \end_inset
26132
26133  de la barra de ecuaciones.
26134 \end_layout
26135
26136 \begin_layout Standard
26137 Los comandos 
26138 \series bold
26139 !
26140 \begin_inset space \hspace{}
26141 \length 0mm
26142 \end_inset
26143
26144 `
26145 \series default
26146  y 
26147 \series bold
26148 ?
26149 \begin_inset space \hspace{}
26150 \length 0mm
26151 \end_inset
26152
26153 `
26154 \series default
26155  son una excepción porque se pueden insertar directamente a texto en LyX.
26156  
26157 \end_layout
26158
26159 \begin_layout Subsection
26160 Acentos en texto
26161 \begin_inset CommandInset label
26162 LatexCommand label
26163 name "sub:Acentos-en-texto"
26164
26165 \end_inset
26166
26167
26168 \begin_inset Index idx
26169 status collapsed
26170
26171 \begin_layout Plain Layout
26172 Acentos ! en texto
26173 \end_layout
26174
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \begin_layout Standard
26181 Con los siguientes comandos se pueden acentuar todas las letras.
26182  Los comandos deben ponerse en modo TeX.
26183 \end_layout
26184
26185 \begin_layout Standard
26186 \begin_inset space \hfill{}
26187 \end_inset
26188
26189
26190 \begin_inset Tabular
26191 <lyxtabular version="3" rows="8" columns="2">
26192 <features rotate="0" tabularvalignment="middle">
26193 <column alignment="block" valignment="top">
26194 <column alignment="block" valignment="top">
26195 <row>
26196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26197 \begin_inset Text
26198
26199 \begin_layout Plain Layout
26200 Comando
26201 \end_layout
26202
26203 \end_inset
26204 </cell>
26205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26206 \begin_inset Text
26207
26208 \begin_layout Plain Layout
26209 Resultado
26210 \end_layout
26211
26212 \end_inset
26213 </cell>
26214 </row>
26215 <row>
26216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Plain Layout
26220
26221 \backslash
26222
26223 \begin_inset Quotes grd
26224 \end_inset
26225
26226 e
26227 \end_layout
26228
26229 \end_inset
26230 </cell>
26231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26232 \begin_inset Text
26233
26234 \begin_layout Plain Layout
26235 \begin_inset ERT
26236 status collapsed
26237
26238 \begin_layout Plain Layout
26239
26240
26241 \backslash
26242 "e
26243 \end_layout
26244
26245 \end_inset
26246
26247
26248 \end_layout
26249
26250 \end_inset
26251 </cell>
26252 </row>
26253 <row>
26254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258
26259 \backslash
26260 `e
26261 \end_layout
26262
26263 \end_inset
26264 </cell>
26265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26266 \begin_inset Text
26267
26268 \begin_layout Plain Layout
26269 \begin_inset ERT
26270 status collapsed
26271
26272 \begin_layout Plain Layout
26273
26274
26275 \backslash
26276 `e
26277 \end_layout
26278
26279 \end_inset
26280
26281
26282 \end_layout
26283
26284 \end_inset
26285 </cell>
26286 </row>
26287 <row>
26288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292
26293 \backslash
26294 ^
26295 \begin_inset space \textvisiblespace{}
26296 \end_inset
26297
26298 e
26299 \end_layout
26300
26301 \end_inset
26302 </cell>
26303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26304 \begin_inset Text
26305
26306 \begin_layout Plain Layout
26307 \begin_inset ERT
26308 status collapsed
26309
26310 \begin_layout Plain Layout
26311
26312
26313 \backslash
26314 ^e
26315 \end_layout
26316
26317 \end_inset
26318
26319
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 </row>
26325 <row>
26326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330
26331 \backslash
26332 =e
26333 \end_layout
26334
26335 \end_inset
26336 </cell>
26337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26338 \begin_inset Text
26339
26340 \begin_layout Plain Layout
26341 \begin_inset ERT
26342 status collapsed
26343
26344 \begin_layout Plain Layout
26345
26346
26347 \backslash
26348 =e
26349 \end_layout
26350
26351 \end_inset
26352
26353
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 </row>
26359 <row>
26360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364
26365 \backslash
26366 u
26367 \begin_inset space \textvisiblespace{}
26368 \end_inset
26369
26370 e
26371 \end_layout
26372
26373 \end_inset
26374 </cell>
26375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26376 \begin_inset Text
26377
26378 \begin_layout Plain Layout
26379 \begin_inset ERT
26380 status collapsed
26381
26382 \begin_layout Plain Layout
26383
26384
26385 \backslash
26386 u e
26387 \end_layout
26388
26389 \end_inset
26390
26391
26392 \end_layout
26393
26394 \end_inset
26395 </cell>
26396 </row>
26397 <row>
26398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26399 \begin_inset Text
26400
26401 \begin_layout Plain Layout
26402
26403 \backslash
26404 b
26405 \begin_inset space \textvisiblespace{}
26406 \end_inset
26407
26408 e
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26414 \begin_inset Text
26415
26416 \begin_layout Plain Layout
26417 \begin_inset ERT
26418 status collapsed
26419
26420 \begin_layout Plain Layout
26421
26422
26423 \backslash
26424 b e
26425 \end_layout
26426
26427 \end_inset
26428
26429
26430 \end_layout
26431
26432 \end_inset
26433 </cell>
26434 </row>
26435 <row>
26436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26437 \begin_inset Text
26438
26439 \begin_layout Plain Layout
26440
26441 \backslash
26442 t
26443 \begin_inset space \textvisiblespace{}
26444 \end_inset
26445
26446 ee
26447 \end_layout
26448
26449 \end_inset
26450 </cell>
26451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26452 \begin_inset Text
26453
26454 \begin_layout Plain Layout
26455 \begin_inset ERT
26456 status collapsed
26457
26458 \begin_layout Plain Layout
26459
26460
26461 \backslash
26462 t ee
26463 \end_layout
26464
26465 \end_inset
26466
26467
26468 \end_layout
26469
26470 \end_inset
26471 </cell>
26472 </row>
26473 </lyxtabular>
26474
26475 \end_inset
26476
26477
26478 \begin_inset space \hfill{}
26479 \end_inset
26480
26481
26482 \begin_inset Tabular
26483 <lyxtabular version="3" rows="8" columns="2">
26484 <features rotate="0" tabularvalignment="middle">
26485 <column alignment="block" valignment="top">
26486 <column alignment="center" valignment="top">
26487 <row>
26488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492 Comando
26493 \end_layout
26494
26495 \end_inset
26496 </cell>
26497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26498 \begin_inset Text
26499
26500 \begin_layout Plain Layout
26501 Resultado
26502 \end_layout
26503
26504 \end_inset
26505 </cell>
26506 </row>
26507 <row>
26508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26509 \begin_inset Text
26510
26511 \begin_layout Plain Layout
26512
26513 \backslash
26514 H
26515 \begin_inset space \textvisiblespace{}
26516 \end_inset
26517
26518 e
26519 \end_layout
26520
26521 \end_inset
26522 </cell>
26523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26524 \begin_inset Text
26525
26526 \begin_layout Plain Layout
26527 \begin_inset ERT
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531
26532
26533 \backslash
26534 H e
26535 \end_layout
26536
26537 \end_inset
26538
26539
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 </row>
26545 <row>
26546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26547 \begin_inset Text
26548
26549 \begin_layout Plain Layout
26550
26551 \backslash
26552 'e
26553 \end_layout
26554
26555 \end_inset
26556 </cell>
26557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26558 \begin_inset Text
26559
26560 \begin_layout Plain Layout
26561 \begin_inset ERT
26562 status collapsed
26563
26564 \begin_layout Plain Layout
26565
26566
26567 \backslash
26568 'e
26569 \end_layout
26570
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 </row>
26579 <row>
26580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26581 \begin_inset Text
26582
26583 \begin_layout Plain Layout
26584
26585 \backslash
26586 ~e
26587 \begin_inset Index idx
26588 status collapsed
26589
26590 \begin_layout Plain Layout
26591 Tilde
26592 \end_layout
26593
26594 \end_inset
26595
26596
26597 \end_layout
26598
26599 \end_inset
26600 </cell>
26601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26602 \begin_inset Text
26603
26604 \begin_layout Plain Layout
26605 \begin_inset ERT
26606 status collapsed
26607
26608 \begin_layout Plain Layout
26609
26610
26611 \backslash
26612 ~e
26613 \end_layout
26614
26615 \end_inset
26616
26617
26618 \end_layout
26619
26620 \end_inset
26621 </cell>
26622 </row>
26623 <row>
26624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26625 \begin_inset Text
26626
26627 \begin_layout Plain Layout
26628
26629 \backslash
26630 .e
26631 \end_layout
26632
26633 \end_inset
26634 </cell>
26635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26636 \begin_inset Text
26637
26638 \begin_layout Plain Layout
26639 \begin_inset ERT
26640 status collapsed
26641
26642 \begin_layout Plain Layout
26643
26644
26645 \backslash
26646 .e
26647 \end_layout
26648
26649 \end_inset
26650
26651
26652 \end_layout
26653
26654 \end_inset
26655 </cell>
26656 </row>
26657 <row>
26658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26659 \begin_inset Text
26660
26661 \begin_layout Plain Layout
26662
26663 \backslash
26664 v
26665 \begin_inset space \textvisiblespace{}
26666 \end_inset
26667
26668 e
26669 \end_layout
26670
26671 \end_inset
26672 </cell>
26673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26674 \begin_inset Text
26675
26676 \begin_layout Plain Layout
26677 \begin_inset ERT
26678 status collapsed
26679
26680 \begin_layout Plain Layout
26681
26682
26683 \backslash
26684 v e
26685 \end_layout
26686
26687 \end_inset
26688
26689
26690 \end_layout
26691
26692 \end_inset
26693 </cell>
26694 </row>
26695 <row>
26696 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26697 \begin_inset Text
26698
26699 \begin_layout Plain Layout
26700
26701 \backslash
26702 d
26703 \begin_inset space \textvisiblespace{}
26704 \end_inset
26705
26706 e
26707 \end_layout
26708
26709 \end_inset
26710 </cell>
26711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26712 \begin_inset Text
26713
26714 \begin_layout Plain Layout
26715 \begin_inset ERT
26716 status collapsed
26717
26718 \begin_layout Plain Layout
26719
26720
26721 \backslash
26722 d e
26723 \end_layout
26724
26725 \end_inset
26726
26727
26728 \end_layout
26729
26730 \end_inset
26731 </cell>
26732 </row>
26733 <row>
26734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26735 \begin_inset Text
26736
26737 \begin_layout Plain Layout
26738
26739 \backslash
26740 c
26741 \begin_inset space \textvisiblespace{}
26742 \end_inset
26743
26744 e
26745 \end_layout
26746
26747 \end_inset
26748 </cell>
26749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26750 \begin_inset Text
26751
26752 \begin_layout Plain Layout
26753 \begin_inset ERT
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757
26758
26759 \backslash
26760 c e
26761 \end_layout
26762
26763 \end_inset
26764
26765
26766 \end_layout
26767
26768 \end_inset
26769 </cell>
26770 </row>
26771 </lyxtabular>
26772
26773 \end_inset
26774
26775
26776 \begin_inset space \hfill{}
26777 \end_inset
26778
26779
26780 \end_layout
26781
26782 \begin_layout Standard
26783 \begin_inset VSpace medskip
26784 \end_inset
26785
26786
26787 \end_layout
26788
26789 \begin_layout Standard
26790 Con el comando 
26791 \series bold
26792
26793 \backslash
26794 t
26795 \series default
26796  también se pueden acentuar dos caracteres distintos.
26797  El comando 
26798 \series bold
26799
26800 \backslash
26801 t
26802 \begin_inset space \textvisiblespace{}
26803 \end_inset
26804
26805 sz
26806 \series default
26807  genera 
26808 \begin_inset ERT
26809 status collapsed
26810
26811 \begin_layout Plain Layout
26812
26813
26814 \backslash
26815 t sz
26816 \end_layout
26817
26818 \end_inset
26819
26820
26821 \end_layout
26822
26823 \begin_layout Standard
26824 Los acentos 
26825 \series bold
26826 `
26827 \series default
26828  , 
26829 \series bold
26830 '
26831 \series default
26832  y 
26833 \series bold
26834 ^
26835 \series default
26836  se pueden insertar directamente con el teclado sobre vocales sin usar modo
26837  TeX.
26838  Lo mismo se aplica a la tilde
26839 \begin_inset Foot
26840 status collapsed
26841
26842 \begin_layout Plain Layout
26843 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
26844 \end_layout
26845
26846 \end_inset
26847
26848  con 
26849 \emph on
26850 a
26851 \emph default
26852
26853 \emph on
26854 o
26855 \emph default
26856  y 
26857 \emph on
26858 n.
26859 \end_layout
26860
26861 \begin_layout Standard
26862 Los comandos 
26863 \series bold
26864
26865 \backslash
26866 b
26867 \series default
26868  , 
26869 \series bold
26870
26871 \backslash
26872 c
26873 \series default
26874  , 
26875 \series bold
26876
26877 \backslash
26878 d
26879 \series default
26880  , 
26881 \series bold
26882
26883 \backslash
26884 H
26885 \series default
26886  , 
26887 \series bold
26888
26889 \backslash
26890 t
26891 \series default
26892  , 
26893 \series bold
26894
26895 \backslash
26896 u
26897 \series default
26898  , 
26899 \series bold
26900
26901 \backslash
26902 v
26903 \series default
26904 , y acentos insertados directamente con el teclado también están disponibles
26905  en texto matemático.
26906  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
26907  
26908 \begin_inset CommandInset ref
26909 LatexCommand ref
26910 reference "sub:Acentos-para-un"
26911
26912 \end_inset
26913
26914 .
26915 \end_layout
26916
26917 \begin_layout Standard
26918 \begin_inset VSpace bigskip
26919 \end_inset
26920
26921
26922 \end_layout
26923
26924 \begin_layout Standard
26925 Además, con el comando 
26926 \series bold
26927
26928 \backslash
26929 textcircled
26930 \series default
26931
26932 \begin_inset Index idx
26933 status collapsed
26934
26935 \begin_layout Plain Layout
26936 Comandos ! T ! 
26937 \backslash
26938 textcircled
26939 \end_layout
26940
26941 \end_inset
26942
26943  se pueden insertar en un círculo todos los números y letras, de forma parecida
26944  al símbolo copyright.
26945 \end_layout
26946
26947 \begin_layout Standard
26948 \noindent
26949 \align center
26950 \begin_inset Tabular
26951 <lyxtabular version="3" rows="3" columns="2">
26952 <features rotate="0" tabularvalignment="middle">
26953 <column alignment="center" valignment="top">
26954 <column alignment="center" valignment="top">
26955 <row>
26956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26957 \begin_inset Text
26958
26959 \begin_layout Plain Layout
26960 Comando
26961 \end_layout
26962
26963 \end_inset
26964 </cell>
26965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26966 \begin_inset Text
26967
26968 \begin_layout Plain Layout
26969 Resultado
26970 \begin_inset Note Note
26971 status collapsed
26972
26973 \begin_layout Plain Layout
26974
26975 \series bold
26976
26977 \backslash
26978 raisebox
26979 \series default
26980  se usa sólo como espaciador
26981 \end_layout
26982
26983 \end_inset
26984
26985
26986 \end_layout
26987
26988 \end_inset
26989 </cell>
26990 </row>
26991 <row>
26992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26993 \begin_inset Text
26994
26995 \begin_layout Plain Layout
26996
26997 \backslash
26998 textcircled{w}
26999 \end_layout
27000
27001 \end_inset
27002 </cell>
27003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27004 \begin_inset Text
27005
27006 \begin_layout Plain Layout
27007 \begin_inset ERT
27008 status collapsed
27009
27010 \begin_layout Plain Layout
27011
27012
27013 \backslash
27014 textcircled{w}
27015 \end_layout
27016
27017 \end_inset
27018
27019
27020 \end_layout
27021
27022 \end_inset
27023 </cell>
27024 </row>
27025 <row>
27026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27027 \begin_inset Text
27028
27029 \begin_layout Plain Layout
27030
27031 \backslash
27032 Large 
27033 \backslash
27034 textcircled{
27035 \backslash
27036 normalsize
27037 \backslash
27038 protect
27039 \backslash
27040 raisebox{-1.5pt}{W}}
27041 \end_layout
27042
27043 \end_inset
27044 </cell>
27045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27046 \begin_inset Text
27047
27048 \begin_layout Plain Layout
27049 \begin_inset Formula $\raisebox{4.5mm}{}$
27050 \end_inset
27051
27052
27053 \begin_inset ERT
27054 status collapsed
27055
27056 \begin_layout Plain Layout
27057
27058
27059 \backslash
27060 Large 
27061 \backslash
27062 textcircled{
27063 \backslash
27064 normalsize
27065 \backslash
27066 protect
27067 \backslash
27068 raisebox{-1.5pt}W}
27069 \end_layout
27070
27071 \end_inset
27072
27073
27074 \begin_inset Formula $\raisebox{-2mm}{}$
27075 \end_inset
27076
27077
27078 \end_layout
27079
27080 \end_inset
27081 </cell>
27082 </row>
27083 </lyxtabular>
27084
27085 \end_inset
27086
27087
27088 \end_layout
27089
27090 \begin_layout Standard
27091 Hay que tener cuidado que el carácter se ajuste al círculo.
27092  Por eso 
27093 \series bold
27094
27095 \backslash
27096 Large
27097 \begin_inset Foot
27098 status collapsed
27099
27100 \begin_layout Plain Layout
27101 véase 
27102 \begin_inset CommandInset ref
27103 LatexCommand ref
27104 reference "sub:Tamaños-de-tipografías"
27105
27106 \end_inset
27107
27108
27109 \end_layout
27110
27111 \end_inset
27112
27113
27114 \series default
27115  especifica el tamaño del círculo.
27116  Con ayuda de 
27117 \series bold
27118
27119 \backslash
27120 raisebox
27121 \begin_inset Foot
27122 status collapsed
27123
27124 \begin_layout Plain Layout
27125 véase 
27126 \begin_inset CommandInset ref
27127 LatexCommand ref
27128 reference "sub:Marcos-sin-bordes"
27129
27130 \end_inset
27131
27132
27133 \end_layout
27134
27135 \end_inset
27136
27137
27138 \series default
27139  se puede centrar el carácter.
27140 \end_layout
27141
27142 \begin_layout Subsection
27143 Números en estilo antiguo
27144 \begin_inset Index idx
27145 status collapsed
27146
27147 \begin_layout Plain Layout
27148 Numeros@Números ! en estilo antiguo
27149 \end_layout
27150
27151 \end_inset
27152
27153
27154 \end_layout
27155
27156 \begin_layout Standard
27157 Los números en estilo antiguo o elzevirianos se componen con el comando
27158  
27159 \series bold
27160
27161 \backslash
27162 oldstylenums
27163 \series default
27164
27165 \begin_inset Index idx
27166 status collapsed
27167
27168 \begin_layout Plain Layout
27169 Comandos ! O ! 
27170 \backslash
27171 oldstylenums
27172 \end_layout
27173
27174 \end_inset
27175
27176 .
27177  El comando se puede usar en ecuaciones y en modo TeX.
27178  Su esquema es:
27179 \end_layout
27180
27181 \begin_layout Standard
27182
27183 \series bold
27184
27185 \backslash
27186 oldstylenums{número}
27187 \end_layout
27188
27189 \begin_layout Standard
27190 El comando 
27191 \series bold
27192
27193 \backslash
27194 oldstylenums{0123456789}
27195 \series default
27196  genera: 
27197 \begin_inset Formula $\oldstylenums{0123456789}$
27198 \end_inset
27199
27200
27201 \end_layout
27202
27203 \begin_layout Section
27204 Estilos de ecuación
27205 \begin_inset CommandInset label
27206 LatexCommand label
27207 name "sec:Estilos-de-ecuación"
27208
27209 \end_inset
27210
27211
27212 \begin_inset Index idx
27213 status collapsed
27214
27215 \begin_layout Plain Layout
27216 Ecuación ! estilos de
27217 \end_layout
27218
27219 \end_inset
27220
27221
27222 \end_layout
27223
27224 \begin_layout Itemize
27225 Hay dos estilos diferentes de alineación:
27226 \end_layout
27227
27228 \begin_deeper
27229 \begin_layout Description
27230 Centrado es el estándar predefinido
27231 \end_layout
27232
27233 \begin_layout Description
27234 Sangrado para este estilo debe insertarse la opción de clase 
27235 \series bold
27236 fleqn
27237 \series default
27238  en el menú 
27239 \family sans
27240 Documento\SpecialChar \menuseparator
27241 Configuración
27242 \family default
27243  bajo 
27244 \family sans
27245 Clase de documento
27246 \end_layout
27247
27248 \begin_layout Standard
27249 Cuando se usa 
27250 \series bold
27251 Sangrado
27252 \series default
27253 , éste se puede ajustar con la longitud 
27254 \series bold
27255
27256 \backslash
27257 mathindent
27258 \series default
27259
27260 \begin_inset Index idx
27261 status collapsed
27262
27263 \begin_layout Plain Layout
27264 Comandos ! M ! 
27265 \backslash
27266 mathindent
27267 \end_layout
27268
27269 \end_inset
27270
27271 .
27272  Para 15
27273 \begin_inset space \thinspace{}
27274 \end_inset
27275
27276 mm, por ejemplo, se inserta esta línea de comando en el preámbulo LaTeX:
27277 \end_layout
27278
27279 \begin_layout Standard
27280
27281 \series bold
27282
27283 \backslash
27284 setlength{
27285 \backslash
27286 mathindent}{15mm}
27287 \end_layout
27288
27289 \begin_layout Standard
27290 Si no se especifica longitud se usa el valor predeterminado de 30
27291 \begin_inset space \thinspace{}
27292 \end_inset
27293
27294 pt.
27295 \end_layout
27296
27297 \end_deeper
27298 \begin_layout Itemize
27299 Y dos estilos diferentes de numeración:
27300 \end_layout
27301
27302 \begin_deeper
27303 \begin_layout Description
27304 Derecha es el estándar predefinido
27305 \end_layout
27306
27307 \begin_layout Description
27308 Izquierda para este estilo debe insertarse la opción de clase 
27309 \series bold
27310 leqno
27311 \series default
27312  en el menú 
27313 \family sans
27314 Documento\SpecialChar \menuseparator
27315 Configuración
27316 \family default
27317  bajo 
27318 \family sans
27319 Clase de documento
27320 \end_layout
27321
27322 \end_deeper
27323 \begin_layout Standard
27324
27325 \series bold
27326 fleqn
27327 \series default
27328  y 
27329 \series bold
27330 leqno
27331 \series default
27332  también se pueden usar juntos.
27333  En ese caso se insertan ambas opciones, separadas por una coma.
27334 \end_layout
27335
27336 \begin_layout Standard
27337 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
27338  documento.
27339  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27340  estilo 
27341 \series bold
27342 Centrado
27343 \series default
27344  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27345 \begin_inset CommandInset ref
27346 LatexCommand ref
27347 reference "sub:Entorno-flalign"
27348
27349 \end_inset
27350
27351 .
27352 \end_layout
27353
27354 \begin_layout Section
27355 Ecuaciones multilínea
27356 \begin_inset CommandInset label
27357 LatexCommand label
27358 name "sec:Ecuaciones-multilínea"
27359
27360 \end_inset
27361
27362
27363 \begin_inset Index idx
27364 status collapsed
27365
27366 \begin_layout Plain Layout
27367 Ecuación ! multilínea
27368 \end_layout
27369
27370 \end_inset
27371
27372
27373 \end_layout
27374
27375 \begin_layout Subsection
27376 General
27377 \end_layout
27378
27379 \begin_layout Standard
27380 En LyX se generan nuevas líneas en una ecuación con 
27381 \family sans
27382 \series bold
27383 Ctrl+Entrar
27384 \family default
27385 \series default
27386 .
27387  Esto crea un 
27388 \series bold
27389 entorno eqnarray
27390 \series default
27391 , que se describe en
27392 \begin_inset space ~
27393 \end_inset
27394
27395
27396 \begin_inset CommandInset ref
27397 LatexCommand ref
27398 reference "sub:Entorno-eqnarray"
27399
27400 \end_inset
27401
27402  o, si se ha marcado la opción 
27403 \family sans
27404 Usar
27405 \begin_inset space ~
27406 \end_inset
27407
27408 el
27409 \begin_inset space ~
27410 \end_inset
27411
27412 paquete
27413 \begin_inset space ~
27414 \end_inset
27415
27416 de
27417 \begin_inset space ~
27418 \end_inset
27419
27420 ecuaciones
27421 \begin_inset space ~
27422 \end_inset
27423
27424 AMS
27425 \family default
27426  en la configuración del documento
27427 \family sans
27428 , un 
27429 \series bold
27430 entorno
27431 \family default
27432 \series default
27433  
27434 \series bold
27435 align
27436 \series default
27437 , que se describe en
27438 \begin_inset space ~
27439 \end_inset
27440
27441
27442 \begin_inset CommandInset ref
27443 LatexCommand ref
27444 reference "sub:Entorno-align-estándar"
27445
27446 \end_inset
27447
27448 .
27449  Se recomienda el entorno align porque proporciona una salida tipográficamente
27450  correcta en cualquier caso.
27451 \end_layout
27452
27453 \begin_layout Standard
27454 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
27455  el menú 
27456 \family sans
27457 Insertar\SpecialChar \menuseparator
27458 Ecuación
27459 \family default
27460 .
27461  En las siguientes secciones se describen estos entornos.
27462 \end_layout
27463
27464 \begin_layout Standard
27465 En todos los entornos de ecuación multilínea la combinación 
27466 \family sans
27467 Ctrl+Entrar
27468 \family default
27469  genera una línea nueva.
27470  Para añadir o quitar líneas se pueden usar los botones 
27471 \begin_inset Graphics
27472         filename ../../images/tabular-feature_append-row.png
27473         scale 85
27474
27475 \end_inset
27476
27477  o 
27478 \begin_inset Graphics
27479         filename ../../images/tabular-feature_delete-row.png
27480         scale 85
27481
27482 \end_inset
27483
27484 de la barra de herramientas, respectivamente, o el menú 
27485 \family sans
27486 Editar\SpecialChar \menuseparator
27487 Filas y columnas
27488 \family default
27489 .
27490 \end_layout
27491
27492 \begin_layout Subsubsection
27493 Separación de líneas
27494 \begin_inset CommandInset label
27495 LatexCommand label
27496 name "sub:Separación-de-líneas"
27497
27498 \end_inset
27499
27500
27501 \begin_inset Index idx
27502 status collapsed
27503
27504 \begin_layout Plain Layout
27505 Ecuación ! multilínea ! separación de filas
27506 \end_layout
27507
27508 \end_inset
27509
27510
27511 \end_layout
27512
27513 \begin_layout Standard
27514 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
27515 \begin_inset Formula 
27516 \begin{eqnarray*}
27517 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}\\
27518 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
27519 \end{eqnarray*}
27520
27521 \end_inset
27522
27523 En LaTeX un espacio adicional para una línea se especifica como argumento
27524  opcional del comando de nueva línea.
27525  Esto aún no es posible en LYX,
27526 \begin_inset Foot
27527 status collapsed
27528
27529 \begin_layout Plain Layout
27530 véase 
27531 \begin_inset CommandInset href
27532 LatexCommand href
27533 name "LyX-bug #1505"
27534 target "http://www.lyx.org/trac/ticket/1505"
27535
27536 \end_inset
27537
27538
27539 \end_layout
27540
27541 \end_inset
27542
27543  por lo que toda la ecuación debe insertarse en modo TeX.
27544  Para añadir espacio en nuestro ejemplo se inserta el comando 
27545 \series bold
27546
27547 \backslash
27548
27549 \backslash
27550 [3mm]
27551 \series default
27552  al final de la primera línea.
27553  Así: 
27554 \begin_inset ERT
27555 status collapsed
27556
27557 \begin_layout Plain Layout
27558
27559
27560 \backslash
27561 begin{eqnarray*}
27562 \end_layout
27563
27564 \begin_layout Plain Layout
27565
27566 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27567  = & 
27568 \backslash
27569 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27570 \backslash
27571
27572 \backslash
27573 [3mm]
27574 \end_layout
27575
27576 \begin_layout Plain Layout
27577
27578 4x^{2}
27579 \backslash
27580 left(B^{2}+x_{0}^{2}
27581 \backslash
27582 right)+4x_{0}x
27583 \backslash
27584 left(D-B^{2}
27585 \backslash
27586 right)+B^{2}
27587 \backslash
27588 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27589 \backslash
27590 right) & = & 0
27591 \end_layout
27592
27593 \begin_layout Plain Layout
27594
27595
27596 \backslash
27597 end{eqnarray*}
27598 \end_layout
27599
27600 \end_inset
27601
27602
27603 \begin_inset VSpace bigskip
27604 \end_inset
27605
27606
27607 \end_layout
27608
27609 \begin_layout Standard
27610 Para obtener separación en todas las líneas hay que cambiar la longitud
27611  
27612 \series bold
27613
27614 \backslash
27615 jot
27616 \series default
27617
27618 \begin_inset Index idx
27619 status collapsed
27620
27621 \begin_layout Plain Layout
27622 Comandos ! J ! 
27623 \backslash
27624 jot
27625 \end_layout
27626
27627 \end_inset
27628
27629 .
27630  La definición es: 
27631 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
27632 \end_inset
27633
27634 .
27635  El valor predeterminado para 
27636 \series bold
27637
27638 \backslash
27639 jot
27640 \series default
27641  es 3
27642 \begin_inset space \thinspace{}
27643 \end_inset
27644
27645 pt.
27646  Para establecer una separación adicional de 3
27647 \begin_inset space \thinspace{}
27648 \end_inset
27649
27650 mm como en el ejemplo anterior, se inserta el comando
27651 \end_layout
27652
27653 \begin_layout Standard
27654
27655 \series bold
27656
27657 \backslash
27658 setlength{
27659 \backslash
27660 jot}{3mm+3pt}
27661 \end_layout
27662
27663 \begin_layout Standard
27664 en modo TeX antes de la ecuación.
27665  Es necesario cargar el paquete 
27666 \series bold
27667 calc
27668 \series default
27669
27670 \begin_inset Foot
27671 status collapsed
27672
27673 \begin_layout Plain Layout
27674
27675 \series bold
27676 calc
27677 \series default
27678  forma parte de toda instalación LaTeX estándar.
27679 \end_layout
27680
27681 \end_inset
27682
27683
27684 \begin_inset Index idx
27685 status collapsed
27686
27687 \begin_layout Plain Layout
27688 Paquetes ! calc
27689 \end_layout
27690
27691 \end_inset
27692
27693  en el preámbulo con la línea
27694 \end_layout
27695
27696 \begin_layout Standard
27697
27698 \series bold
27699
27700 \backslash
27701 usepackage{calc}
27702 \end_layout
27703
27704 \begin_layout Standard
27705 Se obtiene:
27706 \begin_inset ERT
27707 status collapsed
27708
27709 \begin_layout Plain Layout
27710
27711
27712 \backslash
27713 setlength{
27714 \backslash
27715 jot}{3mm+3pt}
27716 \end_layout
27717
27718 \end_inset
27719
27720
27721 \begin_inset Formula 
27722 \begin{eqnarray*}
27723 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}\\
27724 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
27725 \end{eqnarray*}
27726
27727 \end_inset
27728
27729
27730 \begin_inset ERT
27731 status collapsed
27732
27733 \begin_layout Plain Layout
27734
27735
27736 \backslash
27737 setlength{
27738 \backslash
27739 jot}{3pt}
27740 \end_layout
27741
27742 \end_inset
27743
27744  Para volver a la distancia predeterminada, 
27745 \series bold
27746
27747 \backslash
27748 jot
27749 \series default
27750  se establece en 3
27751 \begin_inset space \thinspace{}
27752 \end_inset
27753
27754 pt.
27755 \end_layout
27756
27757 \begin_layout Subsubsection
27758 Separación de columnas
27759 \begin_inset CommandInset label
27760 LatexCommand label
27761 name "sub:Separación-de-columnas"
27762
27763 \end_inset
27764
27765
27766 \begin_inset Index idx
27767 status collapsed
27768
27769 \begin_layout Plain Layout
27770 Ecuación ! multilínea !separación de columnas
27771 \end_layout
27772
27773 \end_inset
27774
27775
27776 \end_layout
27777
27778 \begin_layout Standard
27779 Una ecuación multilínea forma una matriz.
27780  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
27781  columnas.
27782  Cambiando la separación de columnas en este entorno se puede cambiar el
27783  espacio junto al signo de relación.
27784 \end_layout
27785
27786 \begin_layout Standard
27787 La separación de columnas se especifica con la longitud
27788 \series bold
27789  
27790 \backslash
27791 arraycolsep
27792 \series default
27793
27794 \begin_inset Index idx
27795 status collapsed
27796
27797 \begin_layout Plain Layout
27798 Comandos ! A ! 
27799 \backslash
27800 arraycolsep
27801 \end_layout
27802
27803 \end_inset
27804
27805  según:
27806 \begin_inset Newline newline
27807 \end_inset
27808
27809 separación de columnas = 2
27810 \begin_inset space \thinspace{}
27811 \end_inset
27812
27813
27814 \series bold
27815
27816 \backslash
27817 arraycolsep
27818 \series default
27819
27820 \begin_inset Newline newline
27821 \end_inset
27822
27823 Así, el comando en modo TeX
27824 \end_layout
27825
27826 \begin_layout Standard
27827
27828 \series bold
27829
27830 \backslash
27831 setlength{
27832 \backslash
27833 arraycolsep}{1cm}
27834 \end_layout
27835
27836 \begin_layout Standard
27837 establece para todas las ecuaciones siguientes una separación de columnas
27838  de 2
27839 \begin_inset space \thinspace{}
27840 \end_inset
27841
27842 cm.
27843  Para volver al valor predefinido, 
27844 \series bold
27845
27846 \backslash
27847 arraycolsep
27848 \series default
27849  se pone en 5
27850 \begin_inset space \thinspace{}
27851 \end_inset
27852
27853 pt.
27854 \end_layout
27855
27856 \begin_layout Standard
27857 Una ecuación con separación de 2
27858 \begin_inset space \thinspace{}
27859 \end_inset
27860
27861 cm entre columnas:
27862 \begin_inset ERT
27863 status collapsed
27864
27865 \begin_layout Plain Layout
27866
27867
27868 \backslash
27869 setlength{
27870 \backslash
27871 arraycolsep}{1cm}
27872 \end_layout
27873
27874 \end_inset
27875
27876
27877 \begin_inset Formula 
27878 \begin{eqnarray*}
27879 A & = & B\\
27880 C & \ne & A
27881 \end{eqnarray*}
27882
27883 \end_inset
27884
27885 Una ecuación con la separación predefinida para matrices, 10
27886 \begin_inset space \thinspace{}
27887 \end_inset
27888
27889 pt:
27890 \begin_inset ERT
27891 status collapsed
27892
27893 \begin_layout Plain Layout
27894
27895
27896 \backslash
27897 setlength{
27898 \backslash
27899 arraycolsep}{5pt}
27900 \end_layout
27901
27902 \end_inset
27903
27904
27905 \begin_inset Formula 
27906 \begin{eqnarray*}
27907 A & = & B\\
27908 C & \ne & A
27909 \end{eqnarray*}
27910
27911 \end_inset
27912
27913
27914 \end_layout
27915
27916 \begin_layout Subsubsection
27917 Ecuaciones largas
27918 \begin_inset Index idx
27919 status collapsed
27920
27921 \begin_layout Plain Layout
27922 Ecuación ! larga
27923 \end_layout
27924
27925 \end_inset
27926
27927
27928 \end_layout
27929
27930 \begin_layout Standard
27931 Se pueden componer ecuaciones largas mediante estos métodos:
27932 \end_layout
27933
27934 \begin_layout Itemize
27935 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
27936  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
27937 \begin_inset Formula 
27938 \begin{eqnarray}
27939 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 \\
27940  &  & -\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}
27941 \end{eqnarray}
27942
27943 \end_inset
27944
27945 El signo menos al principio de la segunda línea normalmente no aparece como
27946  operador porque es el primer carácter de la línea.
27947  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
27948  Para evitarlo se ha insertado 3
27949 \begin_inset space \thinspace{}
27950 \end_inset
27951
27952 pt de espacio detrás del menos con el comando 
27953 \series bold
27954
27955 \backslash
27956 hspace
27957 \series default
27958 .
27959 \begin_inset Foot
27960 status collapsed
27961
27962 \begin_layout Plain Layout
27963 véase más sobre 
27964 \series bold
27965
27966 \backslash
27967 hspace
27968 \series default
27969  en 
27970 \begin_inset CommandInset ref
27971 LatexCommand ref
27972 reference "sub:Espacio-variable"
27973
27974 \end_inset
27975
27976
27977 \end_layout
27978
27979 \end_inset
27980
27981
27982 \begin_inset Index idx
27983 status collapsed
27984
27985 \begin_layout Plain Layout
27986 Comandos ! H ! 
27987 \backslash
27988 hspace
27989 \end_layout
27990
27991 \end_inset
27992
27993
27994 \end_layout
27995
27996 \begin_layout Itemize
27997 Si ambos lados de la ecuación son demasiado largos se usa el comando 
27998 \series bold
27999
28000 \backslash
28001 lefteqn
28002 \series default
28003
28004 \begin_inset Index idx
28005 status collapsed
28006
28007 \begin_layout Plain Layout
28008 Comandos ! L ! 
28009 \backslash
28010 lefteqn
28011 \end_layout
28012
28013 \end_inset
28014
28015 .
28016  Se inserta en la primer columna de la primera línea y hace que todas las
28017  inserciones posteriores sobreescriban las columnas siguientes:
28018 \begin_inset Formula 
28019 \begin{eqnarray}
28020 \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 \\
28021  &  & -\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 \\
28022  &  & =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}
28023 \end{eqnarray}
28024
28025 \end_inset
28026
28027 Tras la inserción de 
28028 \series bold
28029
28030 \backslash
28031 lefteqn
28032 \series default
28033  el cursor está en un marco púrpura un poco a la izquierda del azul.
28034  La ecuación se inserta en éste.
28035 \begin_inset Newline newline
28036 \end_inset
28037
28038 El contenido de las restantes líneas se inserta en la segunda columna o
28039  en otra.
28040  A mayor número de columna donde se inserte, mayor sangrado.
28041 \begin_inset VSpace medskip
28042 \end_inset
28043
28044
28045 \begin_inset Newline newline
28046 \end_inset
28047
28048
28049 \begin_inset Note Greyedout
28050 status collapsed
28051
28052 \begin_layout Plain Layout
28053 Ten en cuenta lo siguiente si usas 
28054 \series bold
28055
28056 \backslash
28057 lefteqn
28058 \series default
28059 :
28060 \end_layout
28061
28062 \begin_layout Itemize
28063 La ecuación no usa la anchura total de la página.
28064  Cuando se añade, p.
28065 \begin_inset space \thinspace{}
28066 \end_inset
28067
28068 e., el término 
28069 \begin_inset Formula $-B^{2}$
28070 \end_inset
28071
28072  en la primera línea del ejemplo, debería estar fuera del margen.
28073  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28074  principio de la primera línea.
28075 \end_layout
28076
28077 \begin_layout Itemize
28078 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28079  primera línea.
28080 \begin_inset Foot
28081 status collapsed
28082
28083 \begin_layout Plain Layout
28084 \begin_inset CommandInset href
28085 LatexCommand href
28086 name "LyX-bug #1429"
28087 target "http://www.lyx.org/trac/ticket/1429"
28088
28089 \end_inset
28090
28091
28092 \end_layout
28093
28094 \end_inset
28095
28096  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28097  teclas de flecha.
28098 \end_layout
28099
28100 \end_inset
28101
28102  
28103 \end_layout
28104
28105 \begin_layout Itemize
28106 Se describen otros métodos para escribir fórmulas largas en 
28107 \begin_inset CommandInset ref
28108 LatexCommand ref
28109 reference "sub:Entorno-multilínea"
28110
28111 \end_inset
28112
28113  y 
28114 \begin_inset CommandInset ref
28115 LatexCommand ref
28116 reference "sub:Partes-multilínea"
28117
28118 \end_inset
28119
28120 .
28121 \end_layout
28122
28123 \begin_layout Subsubsection
28124 Delimitadores multilínea
28125 \begin_inset CommandInset label
28126 LatexCommand label
28127 name "sub:Delimitadores-multilínea"
28128
28129 \end_inset
28130
28131
28132 \begin_inset Index idx
28133 status collapsed
28134
28135 \begin_layout Plain Layout
28136 Delimitadores ! para varias líneas
28137 \end_layout
28138
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \begin_layout Standard
28145 Para poner delimitadores que cubran varias líneas hay un problema:
28146 \begin_inset Formula 
28147 \begin{eqnarray*}
28148 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28149  &  & \left.\cdots+B-D\right]
28150 \end{eqnarray*}
28151
28152 \end_inset
28153
28154 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28155 res con tamaño variable no abarcan líneas múltiples.
28156 \end_layout
28157
28158 \begin_layout Standard
28159 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28160  primera línea se finaliza con 
28161 \series bold
28162
28163 \backslash
28164 right.
28165 \series default
28166
28167 \begin_inset Index idx
28168 status collapsed
28169
28170 \begin_layout Plain Layout
28171 Comandos ! R ! 
28172 \backslash
28173 right
28174 \end_layout
28175
28176 \end_inset
28177
28178  y la segunda con 
28179 \series bold
28180
28181 \backslash
28182 left.
28183 \series default
28184 .
28185 \begin_inset Foot
28186 status collapsed
28187
28188 \begin_layout Plain Layout
28189 Más sobre 
28190 \series bold
28191
28192 \backslash
28193 left.
28194
28195 \series default
28196  y 
28197 \series bold
28198
28199 \backslash
28200 right.
28201
28202 \series default
28203  en 
28204 \begin_inset CommandInset ref
28205 LatexCommand ref
28206 reference "sub:Tamaño-automático-de"
28207
28208 \end_inset
28209
28210
28211 \end_layout
28212
28213 \end_inset
28214
28215
28216 \begin_inset Index idx
28217 status collapsed
28218
28219 \begin_layout Plain Layout
28220 Comandos ! L ! 
28221 \backslash
28222 left
28223 \end_layout
28224
28225 \end_inset
28226
28227  Después de 
28228 \series bold
28229
28230 \backslash
28231 left.
28232
28233 \series default
28234  se inserta el comando 
28235 \series bold
28236
28237 \backslash
28238 vphantom
28239 \series default
28240
28241 \begin_inset space \textvisiblespace{}
28242 \end_inset
28243
28244
28245 \series bold
28246
28247 \backslash
28248 prod
28249 \series default
28250 ^
28251 \begin_inset space \textvisiblespace{}
28252 \end_inset
28253
28254
28255 \series bold
28256
28257 \backslash
28258 infty
28259 \series default
28260
28261 \begin_inset space \textvisiblespace{}
28262 \end_inset
28263
28264
28265 \series bold
28266
28267 \begin_inset Formula $\downarrow$
28268 \end_inset
28269
28270 _R=1}
28271 \series default
28272
28273 \begin_inset Index idx
28274 status collapsed
28275
28276 \begin_layout Plain Layout
28277 Comandos ! V ! 
28278 \backslash
28279 vphantom
28280 \end_layout
28281
28282 \end_inset
28283
28284 , porque el operador de multiplicación con sus límites es el símbolo mayor
28285  en la primera línea y ese debería ser el tamaño para el delimitador en
28286  la segunda línea.
28287 \end_layout
28288
28289 \begin_layout Standard
28290 El resultado es: 
28291 \begin_inset Formula 
28292 \begin{eqnarray*}
28293 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28294  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28295 \end{eqnarray*}
28296
28297 \end_inset
28298
28299
28300 \end_layout
28301
28302 \begin_layout Subsection
28303 Entornos align
28304 \end_layout
28305
28306 \begin_layout Standard
28307 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28308  Son especialmente apropiados para poner ecuaciones adosadas.
28309 \end_layout
28310
28311 \begin_layout Standard
28312 Los entornos align constan de columnas.
28313  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28314  En un entorno align se puede numerar cada línea.
28315 \end_layout
28316
28317 \begin_layout Standard
28318 Los entornos align se crean con el menú 
28319 \family sans
28320 Insertar\SpecialChar \menuseparator
28321 Ecuación
28322 \family default
28323 .
28324  Una ecuación existente se puede convertir a align con el menú 
28325 \family sans
28326 Editar\SpecialChar \menuseparator
28327 Ecuación\SpecialChar \menuseparator
28328 Cambiar tipo de ecuación
28329 \family default
28330 .
28331 \end_layout
28332
28333 \begin_layout Standard
28334 Para añadir o quitar columnas se pueden usar los botones 
28335 \begin_inset Graphics
28336         filename ../../images/tabular-feature_append-row.png
28337         scale 85
28338
28339 \end_inset
28340
28341  o 
28342 \begin_inset Graphics
28343         filename ../../images/tabular-feature_delete-row.png
28344         scale 85
28345
28346 \end_inset
28347
28348  de la barra de ecuaciones o el menú 
28349 \family sans
28350 Editar\SpecialChar \menuseparator
28351 Filas y columnas
28352 \family default
28353 .
28354 \end_layout
28355
28356 \begin_layout Subsubsection
28357 Entorno align estándar
28358 \begin_inset CommandInset label
28359 LatexCommand label
28360 name "sub:Entorno-align-estándar"
28361
28362 \end_inset
28363
28364
28365 \begin_inset Index idx
28366 status collapsed
28367
28368 \begin_layout Plain Layout
28369 Ecuación ! multilínea ! entorno align
28370 \end_layout
28371
28372 \end_inset
28373
28374
28375 \end_layout
28376
28377 \begin_layout Standard
28378 Este entorno align se crea pulsando 
28379 \family sans
28380 Ctrl+Entrar
28381 \family default
28382  en una ecuación o con el menú 
28383 \family sans
28384 Insertar\SpecialChar \menuseparator
28385 Ecuación\SpecialChar \menuseparator
28386 Entorno AMS align
28387 \family default
28388 .
28389 \end_layout
28390
28391 \begin_layout Standard
28392 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28393  align de cuatro columnas:
28394 \begin_inset Formula 
28395 \begin{align*}
28396 A & =\sen(B) & C & =D\\
28397 C & \neq A & B & \neq D
28398 \end{align*}
28399
28400 \end_inset
28401
28402 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28403  un 
28404 \series bold
28405
28406 \backslash
28407 hfill
28408 \series default
28409
28410 \begin_inset Foot
28411 status collapsed
28412
28413 \begin_layout Plain Layout
28414 Más sobre 
28415 \series bold
28416
28417 \backslash
28418 hfill
28419 \series default
28420  en 
28421 \begin_inset CommandInset ref
28422 LatexCommand ref
28423 reference "sub:Espacio-variable"
28424
28425 \end_inset
28426
28427
28428 \end_layout
28429
28430 \end_inset
28431
28432  antes de la primera y detrás de cada columna par.
28433  Si se pone en estilo 
28434 \series bold
28435 Sangrado
28436 \series default
28437 ,
28438 \begin_inset Foot
28439 status collapsed
28440
28441 \begin_layout Plain Layout
28442 véase estilos de ecuación en 
28443 \begin_inset CommandInset ref
28444 LatexCommand ref
28445 reference "sec:Estilos-de-ecuación"
28446
28447 \end_inset
28448
28449
28450 \end_layout
28451
28452 \end_inset
28453
28454  la ecuación queda sin el 
28455 \series bold
28456
28457 \backslash
28458 hfill
28459 \series default
28460  ante la primera columna.
28461 \end_layout
28462
28463 \begin_layout Subsubsection
28464 Entorno alignat
28465 \begin_inset Index idx
28466 status collapsed
28467
28468 \begin_layout Plain Layout
28469 Ecuación ! multilínea ! entorno alignat
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \end_layout
28476
28477 \begin_layout Standard
28478 El entorno alignat no tiene separación predefinida de columnas.
28479  Se puede insertar manualmente con los espacios descritos en 
28480 \begin_inset CommandInset ref
28481 LatexCommand ref
28482 reference "sec:Espacio"
28483
28484 \end_inset
28485
28486 .
28487 \end_layout
28488
28489 \begin_layout Standard
28490 El ejemplo anterior en el entorno alignat, con un espacio de 1
28491 \begin_inset space \thinspace{}
28492 \end_inset
28493
28494 cm al comienzo da la segunda ecuación:
28495 \begin_inset Formula 
28496 \begin{alignat*}{2}
28497 A & =\sen(B)\hspace{1cm} & C & =D\\
28498 C & \neq A & B & \neq D
28499 \end{alignat*}
28500
28501 \end_inset
28502
28503 Como cada columna puede tener un espacio diferente, este entorno es especialment
28504 e apropiado para poner tres o más ecuaciones adosadas.
28505 \end_layout
28506
28507 \begin_layout Subsubsection
28508 Entorno flalign
28509 \begin_inset CommandInset label
28510 LatexCommand label
28511 name "sub:Entorno-flalign"
28512
28513 \end_inset
28514
28515
28516 \begin_inset Index idx
28517 status collapsed
28518
28519 \begin_layout Plain Layout
28520 Ecuación ! multilínea ! entorno flalign
28521 \end_layout
28522
28523 \end_inset
28524
28525
28526 \end_layout
28527
28528 \begin_layout Standard
28529 En este entorno las dos primeras columnas están siempre tan a la izquierda
28530  como sea posible y las dos últimas a la derecha.
28531  Ejemplo:
28532 \begin_inset Formula 
28533 \begin{flalign*}
28534 A & =1 & B & =2 & C & =3\\
28535 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
28536 \end{flalign*}
28537
28538 \end_inset
28539
28540 En un entorno flalign con un número impar de columnas, en la última de las
28541  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
28542  alineadas a la izquierda, aunque se use el estilo 
28543 \series bold
28544 Centrado
28545 \series default
28546 .
28547  Un ejemplo de fórmula sangrada 
28548 \begin_inset CommandInset ref
28549 LatexCommand eqref
28550 reference "eq:IntVol"
28551
28552 \end_inset
28553
28554 :
28555 \begin_inset Formula 
28556 \begin{flalign}
28557 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
28558 \end{flalign}
28559
28560 \end_inset
28561
28562 Las dos primeras columnas contienen la fórmula.
28563  Para sangrarla como con el estilo 
28564 \series bold
28565 Sangrado
28566 \series default
28567 , se añade un espacio de 30
28568 \begin_inset space \thinspace{}
28569 \end_inset
28570
28571 pt al comienzo de la primera columna.
28572  
28573 \end_layout
28574
28575 \begin_layout Subsection
28576 Entorno eqnarray
28577 \begin_inset CommandInset label
28578 LatexCommand label
28579 name "sub:Entorno-eqnarray"
28580
28581 \end_inset
28582
28583
28584 \begin_inset Index idx
28585 status collapsed
28586
28587 \begin_layout Plain Layout
28588 Ecuación ! multilínea ! entorno eqnarray
28589 \end_layout
28590
28591 \end_inset
28592
28593
28594 \begin_inset Index idx
28595 status collapsed
28596
28597 \begin_layout Plain Layout
28598 Ecuación ! multilínea ! entorno eqnarray
28599 \end_layout
28600
28601 \end_inset
28602
28603
28604 \end_layout
28605
28606 \begin_layout Standard
28607 Al introducir este entorno aparecen tres marcos azules.
28608  El contenido del primero se alinea a la derecha, el del último a la izquierda.
28609  El contenido del marco central está centrado y algo más pequeño, porque
28610  está diseñado para insertar sólo caracteres de relación.
28611 \begin_inset Formula 
28612 \begin{eqnarray*}
28613 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28614 AB & AB & AB\\
28615 A & = & A
28616 \end{eqnarray*}
28617
28618 \end_inset
28619
28620
28621 \end_layout
28622
28623 \begin_layout Subsection
28624 Entorno gather
28625 \begin_inset Index idx
28626 status collapsed
28627
28628 \begin_layout Plain Layout
28629 Ecuación ! multilínea ! entorno gather
28630 \end_layout
28631
28632 \end_inset
28633
28634
28635 \end_layout
28636
28637 \begin_layout Standard
28638 Este entorno consta de una sola columna centrada.
28639  Se puede numerar cada línea.
28640 \begin_inset Formula 
28641 \begin{gather}
28642 A=1\\
28643 X=\mbox{-}1
28644 \end{gather}
28645
28646 \end_inset
28647
28648
28649 \end_layout
28650
28651 \begin_layout Subsection
28652 Entorno multilínea
28653 \begin_inset CommandInset label
28654 LatexCommand label
28655 name "sub:Entorno-multilínea"
28656
28657 \end_inset
28658
28659
28660 \begin_inset Index idx
28661 status collapsed
28662
28663 \begin_layout Plain Layout
28664 Ecuación ! multilínea ! entorno multilínea
28665 \end_layout
28666
28667 \end_inset
28668
28669
28670 \end_layout
28671
28672 \begin_layout Standard
28673 El entorno multilínea, como gather, consta de una sola columna.
28674  Pero la primera línea está alineada a la izquierda, la última a la derecha.
28675  Las demás están centradas.
28676  Por tanto este entorno es apropiado para ecuaciones largas.
28677  Como ejemplo, la ecuación
28678 \begin_inset space ~
28679 \end_inset
28680
28681
28682 \begin_inset CommandInset ref
28683 LatexCommand eqref
28684 reference "eq:lefteqn"
28685
28686 \end_inset
28687
28688  en entorno multilínea:
28689 \begin_inset Formula 
28690 \begin{multline}
28691 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}\\
28692 -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}\\
28693 =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}}
28694 \end{multline}
28695
28696 \end_inset
28697
28698 En la salida sólo aparece numerada la última (primera) línea si la numeración
28699  del documento es a la derecha (izquierda).
28700 \begin_inset Foot
28701 status collapsed
28702
28703 \begin_layout Plain Layout
28704 véanse los estilos de numeración en 
28705 \begin_inset CommandInset ref
28706 LatexCommand ref
28707 reference "sec:Estilos-de-ecuación"
28708
28709 \end_inset
28710
28711
28712 \end_layout
28713
28714 \end_inset
28715
28716
28717 \end_layout
28718
28719 \begin_layout Standard
28720 Con los comandos 
28721 \series bold
28722
28723 \backslash
28724 shoveright
28725 \series default
28726
28727 \begin_inset Index idx
28728 status collapsed
28729
28730 \begin_layout Plain Layout
28731 Comandos ! S ! 
28732 \backslash
28733 shoveright
28734 \end_layout
28735
28736 \end_inset
28737
28738  y 
28739 \series bold
28740
28741 \backslash
28742 shoveleft
28743 \series default
28744
28745 \begin_inset Index idx
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749 Comandos ! S ! 
28750 \backslash
28751 shoveleft
28752 \end_layout
28753
28754 \end_inset
28755
28756 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
28757 ente.
28758  Los comandos se usan como sigue:
28759 \end_layout
28760
28761 \begin_layout Standard
28762
28763 \series bold
28764
28765 \backslash
28766 shoveright{contenido de la línea}
28767 \series default
28768  y 
28769 \series bold
28770
28771 \backslash
28772 shoveleft{contenido de la línea}
28773 \end_layout
28774
28775 \begin_layout Standard
28776 \begin_inset VSpace medskip
28777 \end_inset
28778
28779
28780 \end_layout
28781
28782 \begin_layout Standard
28783 La longitud 
28784 \series bold
28785
28786 \backslash
28787 multlinegap
28788 \series default
28789
28790 \begin_inset Index idx
28791 status collapsed
28792
28793 \begin_layout Plain Layout
28794 Comandos ! M ! 
28795 \backslash
28796 multlinegap
28797 \end_layout
28798
28799 \end_inset
28800
28801  especifica la distancia de la primera línea desde el margen izquierdo de
28802  la página.
28803  Esta longitud es 0
28804 \begin_inset space \thinspace{}
28805 \end_inset
28806
28807 pt por omisión.
28808 \end_layout
28809
28810 \begin_layout Standard
28811 Como ejemplo la ecuación anterior con el comando
28812 \end_layout
28813
28814 \begin_layout Standard
28815
28816 \series bold
28817
28818 \backslash
28819 setlength{
28820 \backslash
28821 multlinegap}{2cm}
28822 \end_layout
28823
28824 \begin_layout Standard
28825 insertado previamente en modo TeX:
28826 \begin_inset ERT
28827 status collapsed
28828
28829 \begin_layout Plain Layout
28830
28831
28832 \backslash
28833 setlength{
28834 \backslash
28835 multlinegap}{2cm}
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \begin_inset Formula 
28842 \begin{multline}
28843 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}\\
28844 \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}}\\
28845 =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}}
28846 \end{multline}
28847
28848 \end_inset
28849
28850
28851 \begin_inset ERT
28852 status collapsed
28853
28854 \begin_layout Plain Layout
28855
28856
28857 \backslash
28858 setlength{
28859 \backslash
28860 multlinegap}{0pt}
28861 \end_layout
28862
28863 \end_inset
28864
28865 La segunda línea se ha alineado a la izquierda con 
28866 \series bold
28867
28868 \backslash
28869 shoveleft
28870 \series default
28871 .
28872 \end_layout
28873
28874 \begin_layout Subsection
28875 Ecuación con partes multilínea
28876 \begin_inset CommandInset label
28877 LatexCommand label
28878 name "sub:Partes-multilínea"
28879
28880 \end_inset
28881
28882
28883 \begin_inset Index idx
28884 status collapsed
28885
28886 \begin_layout Plain Layout
28887 Ecuación ! multilínea ! solo parte
28888 \end_layout
28889
28890 \end_inset
28891
28892
28893 \end_layout
28894
28895 \begin_layout Standard
28896 Para mostrar solo partes de una ecuación en modo multilínea usa uno de los
28897  siguientes entornos: 
28898 \series bold
28899 aligned
28900 \series default
28901
28902 \series bold
28903 alignedat
28904 \series default
28905
28906 \series bold
28907 gathered
28908 \series default
28909  o 
28910 \series bold
28911 split
28912 \series default
28913 .
28914  Se pueden elegir en el menú 
28915 \family sans
28916 Insertar\SpecialChar \menuseparator
28917 Ecuación
28918 \family default
28919  o usando los comandos aquí descritos.
28920 \end_layout
28921
28922 \begin_layout Standard
28923 Los tres primeros tienen las mismas propiedades que los correspondientes
28924  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
28925  Un ejemplo:
28926 \begin_inset Formula 
28927 \[
28928 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28929 \Delta E\Delta t & \ge\frac{\hbar}{2}
28930 \end{aligned}
28931 \right\} \mbox{Relaciones de incertidumbre}
28932 \]
28933
28934 \end_inset
28935
28936 Para componer esta expresión se inserta una ecuación presentada y en ella
28937  se introduce el comando 
28938 \series bold
28939
28940 \backslash
28941 aligned
28942 \series default
28943
28944 \begin_inset Index idx
28945 status collapsed
28946
28947 \begin_layout Plain Layout
28948 Comandos ! A ! 
28949 \backslash
28950 aligned
28951 \end_layout
28952
28953 \end_inset
28954
28955 .
28956  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
28957  añadir filas y columnas.
28958  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
28959  como la llave.
28960 \end_layout
28961
28962 \begin_layout Standard
28963 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
28964  se alinean horizontalmente.
28965  Usar aligned en una ecuación presentada tiene la ventaja de que el número
28966  de ecuación se centra verticalmente con las líneas.
28967  Como ejemplo, la ecuación 
28968 \begin_inset CommandInset ref
28969 LatexCommand eqref
28970 reference "eq:cortolargo"
28971
28972 \end_inset
28973
28974  en entorno aligned: 
28975 \begin_inset Formula 
28976 \begin{equation}
28977 \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}|}\\
28978  & -\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}|}
28979 \end{aligned}
28980 \end{equation}
28981
28982 \end_inset
28983
28984 Para usar los entornos 
28985 \series bold
28986 alignedat
28987 \series default
28988
28989 \series bold
28990 gathered
28991 \series default
28992 , o 
28993 \series bold
28994 split
28995 \series default
28996 , se insertan respectivamente los comandos
28997 \series bold
28998  
28999 \backslash
29000 alignedat
29001 \series default
29002 ,
29003 \begin_inset Index idx
29004 status collapsed
29005
29006 \begin_layout Plain Layout
29007 Comandos ! A ! 
29008 \backslash
29009 alignedat
29010 \end_layout
29011
29012 \end_inset
29013
29014  
29015 \series bold
29016
29017 \backslash
29018 gathered
29019 \series default
29020
29021 \begin_inset Index idx
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025 Comandos ! G ! 
29026 \backslash
29027 gathered
29028 \end_layout
29029
29030 \end_inset
29031
29032 , o 
29033 \series bold
29034
29035 \backslash
29036 split
29037 \series default
29038
29039 \begin_inset Index idx
29040 status collapsed
29041
29042 \begin_layout Plain Layout
29043 Comandos ! S ! 
29044 \backslash
29045 split
29046 \end_layout
29047
29048 \end_inset
29049
29050 .
29051  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29052  tener dos columnas.
29053 \end_layout
29054
29055 \begin_layout Subsection
29056 Texto en ecuaciones multilínea
29057 \begin_inset CommandInset label
29058 LatexCommand label
29059 name "sub:Texto-en-multilínea"
29060
29061 \end_inset
29062
29063
29064 \begin_inset Index idx
29065 status collapsed
29066
29067 \begin_layout Plain Layout
29068 Texto ! en ecuaciones
29069 \end_layout
29070
29071 \end_inset
29072
29073
29074 \begin_inset Index idx
29075 status collapsed
29076
29077 \begin_layout Plain Layout
29078 Ecuación ! multilínea ! texto en
29079 \end_layout
29080
29081 \end_inset
29082
29083
29084 \end_layout
29085
29086 \begin_layout Standard
29087 En los entornos align, multilínea y gather, se puede insertar texto que
29088  se mostrará en una línea separada y que no afecta la alineación de columna.
29089  Para esto se usa el comando 
29090 \series bold
29091
29092 \backslash
29093 intertext
29094 \series default
29095
29096 \begin_inset Index idx
29097 status collapsed
29098
29099 \begin_layout Plain Layout
29100 Comandos ! I ! 
29101 \backslash
29102 intertext
29103 \end_layout
29104
29105 \end_inset
29106
29107  con el siguiente esquema:
29108 \end_layout
29109
29110 \begin_layout Standard
29111
29112 \series bold
29113
29114 \backslash
29115 intertext{texto}
29116 \end_layout
29117
29118 \begin_layout Standard
29119 El texto no debería ocupar más de una línea porque no se puede partir con
29120  guión.
29121  Como LyX aún no soporta 
29122 \series bold
29123
29124 \backslash
29125 intertext
29126 \series default
29127  directamente, el texto se escribe como texto matemático.
29128  
29129 \series bold
29130
29131 \backslash
29132 intertext
29133 \series default
29134  debe por tanto estar al comienzo de una línea y en la salida se presenta
29135  sobre esta línea.
29136  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29137 \begin_inset Formula 
29138 \begin{align}
29139 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29140 \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
29141 \end{align}
29142
29143 \end_inset
29144
29145
29146 \end_layout
29147
29148 \begin_layout Standard
29149 \noindent
29150 \align center
29151 \begin_inset Newpage newpage
29152 \end_inset
29153
29154
29155 \end_layout
29156
29157 \begin_layout Section
29158 Numeración de ecuaciones
29159 \begin_inset Index idx
29160 status collapsed
29161
29162 \begin_layout Plain Layout
29163 Ecuación ! numeración|see
29164 \begin_inset ERT
29165 status collapsed
29166
29167 \begin_layout Plain Layout
29168
29169 {
29170 \end_layout
29171
29172 \end_inset
29173
29174 Numeración de ecuaciones
29175 \begin_inset ERT
29176 status collapsed
29177
29178 \begin_layout Plain Layout
29179
29180 }
29181 \end_layout
29182
29183 \end_inset
29184
29185
29186 \end_layout
29187
29188 \end_inset
29189
29190
29191 \begin_inset Index idx
29192 status collapsed
29193
29194 \begin_layout Plain Layout
29195 Numeración de ecuaciones
29196 \end_layout
29197
29198 \end_inset
29199
29200
29201 \end_layout
29202
29203 \begin_layout Subsection
29204 General
29205 \end_layout
29206
29207 \begin_layout Standard
29208 Las ecuaciones numeradas se insertan con el menú 
29209 \family sans
29210 Insertar\SpecialChar \menuseparator
29211 Ecuación
29212 \family default
29213  
29214 \family sans
29215 \SpecialChar \menuseparator
29216 Numerada
29217 \family default
29218  (atajo 
29219 \family sans
29220 Ctrl+Alt
29221 \begin_inset space ~
29222 \end_inset
29223
29224 N
29225 \family default
29226 ).
29227  Ecuaciones existentes se pueden numerar con el menú 
29228 \family sans
29229 Editar\SpecialChar \menuseparator
29230 Ecuación\SpecialChar \menuseparator
29231 Numerar la ecuación
29232 \family default
29233  (atajo
29234 \family sans
29235  Alt+M
29236 \begin_inset space ~
29237 \end_inset
29238
29239 N
29240 \family default
29241 ).
29242  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29243  En la salida se muestra el número real.
29244 \end_layout
29245
29246 \begin_layout Standard
29247 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29248  líneas.
29249  No obstante, la numeración se puede controlar en cada línea con el menú
29250  
29251 \family sans
29252 Editar\SpecialChar \menuseparator
29253 Ecuación\SpecialChar \menuseparator
29254 Numerar la línea
29255 \family default
29256  (atajo
29257 \family sans
29258  Alt+M
29259 \begin_inset space ~
29260 \end_inset
29261
29262 Mayúsculas+N
29263 \family default
29264 ).
29265 \end_layout
29266
29267 \begin_layout Standard
29268 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29269  distintos, véase 
29270 \begin_inset CommandInset ref
29271 LatexCommand ref
29272 reference "sec:Estilos-de-ecuación"
29273
29274 \end_inset
29275
29276 .
29277 \end_layout
29278
29279 \begin_layout Subsection
29280 Referencias cruzadas
29281 \begin_inset Index idx
29282 status collapsed
29283
29284 \begin_layout Plain Layout
29285 Ecuación ! referencias cruzadas a
29286 \end_layout
29287
29288 \end_inset
29289
29290
29291 \end_layout
29292
29293 \begin_layout Standard
29294 Todas las ecuaciones con etiqueta se pueden referir.
29295  La etiqueta se añade con el menú 
29296 \family sans
29297 Insertar\SpecialChar \menuseparator
29298 Etiqueta
29299 \family default
29300  o con el botón 
29301 \begin_inset Graphics
29302         filename ../../images/label-insert.png
29303         scale 85
29304
29305 \end_inset
29306
29307  de la barra de herramientas.
29308  El cursor debe estar dentro de una ecuación en modo presentación.
29309  Como alternativa, se puede hacer clic derecha sobre la fórmula y elegir
29310  
29311 \family sans
29312 Etiqueta de ecuación
29313 \family default
29314 .
29315  Surge un diálogo con el prefijo 
29316 \series bold
29317 eq:
29318 \series default
29319 , detrás del cual se escribe el texto de la etiqueta.
29320  El prefijo significa 
29321 \begin_inset Quotes fld
29322 \end_inset
29323
29324 equation
29325 \begin_inset Quotes frd
29326 \end_inset
29327
29328  y hace más fácil encontrar etiquetas en documentos extensos porque así
29329  se distingue p.
29330 \begin_inset space \thinspace{}
29331 \end_inset
29332
29333 ej.
29334 \begin_inset space ~
29335 \end_inset
29336
29337 de las etiquetas de sección.
29338  Para cambiar una etiqueta se usa de nuevo el menú 
29339 \family sans
29340 Insertar\SpecialChar \menuseparator
29341 Etiqueta 
29342 \family default
29343 o la opción 
29344 \family sans
29345 Etiqueta de ecuación
29346 \family default
29347  al hacer clic derecha sobre una fórmula.
29348 \end_layout
29349
29350 \begin_layout Standard
29351 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29352  ecuación.
29353  Una ecuación con etiqueta se numera siempre.
29354 \end_layout
29355
29356 \begin_layout Standard
29357 Las referencias cruzadas se insertan mediante el menú 
29358 \family sans
29359 Insertar\SpecialChar \menuseparator
29360 Referencia cruzada
29361 \family default
29362  o con el botón 
29363 \begin_inset Graphics
29364         filename ../../images/dialog-show-new-inset_ref.png
29365         scale 85
29366
29367 \end_inset
29368
29369 .
29370  Una referencia a una ecuación aparece en la salida con su número.
29371  Si en el diálogo de referencia cruzada se elige el formato 
29372 \series bold
29373 (<referencia>)
29374 \series default
29375 , la referencia se muestra en la salida entre paréntesis.
29376  
29377 \begin_inset Newline newline
29378 \end_inset
29379
29380 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29381  a la ecuación de referencia.
29382 \end_layout
29383
29384 \begin_layout Standard
29385 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29386  siguientes:
29387 \begin_inset Note Note
29388 status collapsed
29389
29390 \begin_layout Plain Layout
29391 Observa los distintos tipos de referencias cruzadas.
29392 \end_layout
29393
29394 \end_inset
29395
29396
29397 \end_layout
29398
29399 \begin_layout Standard
29400 Las ecuaciones 
29401 \begin_inset CommandInset ref
29402 LatexCommand eqref
29403 reference "eq:tag"
29404
29405 \end_inset
29406
29407  y 
29408 \begin_inset CommandInset ref
29409 LatexCommand eqref
29410 reference "eq:c"
29411
29412 \end_inset
29413
29414  son equivalentes.
29415  En (
29416 \begin_inset CommandInset ref
29417 LatexCommand ref
29418 reference "eq:Lat"
29419
29420 \end_inset
29421
29422 ) se usan mayúsculas latinas para la numeración, a diferencia de (
29423 \begin_inset CommandInset ref
29424 LatexCommand ref
29425 reference "eq:Rom"
29426
29427 \end_inset
29428
29429 ).
29430 \begin_inset VSpace medskip
29431 \end_inset
29432
29433
29434 \end_layout
29435
29436 \begin_layout Standard
29437 Si el argumento de 
29438 \series bold
29439
29440 \backslash
29441 tag
29442 \begin_inset Foot
29443 status collapsed
29444
29445 \begin_layout Plain Layout
29446
29447 \series bold
29448
29449 \backslash
29450 tag
29451 \series default
29452  se describe en 
29453 \begin_inset CommandInset ref
29454 LatexCommand ref
29455 reference "sub:Numeración-personalizada"
29456
29457 \end_inset
29458
29459
29460 \end_layout
29461
29462 \end_inset
29463
29464
29465 \series default
29466  contiene un marco, como se describe en la 
29467 \begin_inset CommandInset ref
29468 LatexCommand ref
29469 reference "sub:Marcos-de-párrafo"
29470
29471 \end_inset
29472
29473 , no se puede referir la ecuación.
29474 \end_layout
29475
29476 \begin_layout Subsection
29477 Subnumeración
29478 \begin_inset Index idx
29479 status collapsed
29480
29481 \begin_layout Plain Layout
29482 Numeración de ecuaciones ! subnumeración
29483 \end_layout
29484
29485 \end_inset
29486
29487
29488 \end_layout
29489
29490 \begin_layout Standard
29491 Con ayuda de los comandos 
29492 \series bold
29493
29494 \backslash
29495 begin{subequations}
29496 \series default
29497  y 
29498 \series bold
29499
29500 \backslash
29501 end{subequations}
29502 \series default
29503  en modo TeX se pueden subnumerar ecuaciones.
29504 \end_layout
29505
29506 \begin_layout Standard
29507 Ejemplo:
29508 \begin_inset Formula 
29509 \begin{equation}
29510 A=C-B\label{eq:a}
29511 \end{equation}
29512
29513 \end_inset
29514
29515
29516 \begin_inset ERT
29517 status collapsed
29518
29519 \begin_layout Plain Layout
29520
29521
29522 \backslash
29523 addtocounter{equation}{-1}
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \begin_inset ERT
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533
29534
29535 \backslash
29536 begin{subequations}
29537 \end_layout
29538
29539 \end_inset
29540
29541
29542 \begin_inset VSpace -5mm
29543 \end_inset
29544
29545
29546 \begin_inset Formula 
29547 \begin{equation}
29548 B=C-A\label{eq:b}
29549 \end{equation}
29550
29551 \end_inset
29552
29553
29554 \begin_inset Formula 
29555 \begin{equation}
29556 C=A+B\label{eq:c}
29557 \end{equation}
29558
29559 \end_inset
29560
29561
29562 \end_layout
29563
29564 \begin_layout Standard
29565 \begin_inset ERT
29566 status collapsed
29567
29568 \begin_layout Plain Layout
29569
29570
29571 \backslash
29572 end{subequations}
29573 \end_layout
29574
29575 \end_inset
29576
29577
29578 \end_layout
29579
29580 \begin_layout Standard
29581 Para este ejemplo se ha hecho lo siguiente:
29582 \end_layout
29583
29584 \begin_layout Enumerate
29585 se inserta la primera ecuación
29586 \end_layout
29587
29588 \begin_layout Enumerate
29589 después de ella se inserta
29590 \series bold
29591
29592 \begin_inset Newline newline
29593 \end_inset
29594
29595
29596 \backslash
29597 addtocounter{equation}{-1} 
29598 \backslash
29599 begin{subequations}
29600 \begin_inset Index idx
29601 status collapsed
29602
29603 \begin_layout Plain Layout
29604 Comandos ! A ! 
29605 \backslash
29606 addtocounter
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \end_layout
29613
29614 \begin_layout Enumerate
29615 se inserta la segunda ecuación
29616 \end_layout
29617
29618 \begin_layout Enumerate
29619 se inserta la tercera ecuación
29620 \end_layout
29621
29622 \begin_layout Enumerate
29623 se inserta 
29624 \series bold
29625
29626 \backslash
29627 end{subequations}
29628 \series default
29629  tras la tercera ecuación
29630 \end_layout
29631
29632 \begin_layout Standard
29633 Toda ecuación entre los comandos 
29634 \series bold
29635
29636 \backslash
29637 begin
29638 \series default
29639  y 
29640 \series bold
29641
29642 \backslash
29643 end
29644 \series default
29645  se subnumera con a, b, c\SpecialChar \ldots{}
29646  En ecuaciones multilínea se subnumerará cada línea.
29647  Todas las ecuaciones subnumeradas son tratadas como 
29648 \emph on
29649 una
29650 \emph default
29651  ecuación numerada.
29652  Pero como cada ecuación numerada aumenta el contador 
29653 \series bold
29654 equation
29655 \series default
29656  en uno, hay que disminuir el comando 
29657 \series bold
29658
29659 \backslash
29660 addtocounter
29661 \series default
29662 .
29663  De lo contrario, las ecuaciones 
29664 \begin_inset CommandInset ref
29665 LatexCommand eqref
29666 reference "eq:a"
29667
29668 \end_inset
29669
29670
29671 \begin_inset CommandInset ref
29672 LatexCommand eqref
29673 reference "eq:b"
29674
29675 \end_inset
29676
29677
29678 \begin_inset CommandInset ref
29679 LatexCommand eqref
29680 reference "eq:c"
29681
29682 \end_inset
29683
29684  se numerarían 
29685 \begin_inset CommandInset ref
29686 LatexCommand eqref
29687 reference "eq:a"
29688
29689 \end_inset
29690
29691
29692 \begin_inset CommandInset ref
29693 LatexCommand eqref
29694 reference "eq:d"
29695
29696 \end_inset
29697
29698
29699 \begin_inset CommandInset ref
29700 LatexCommand eqref
29701 reference "eq:f"
29702
29703 \end_inset
29704
29705 .
29706 \end_layout
29707
29708 \begin_layout Standard
29709 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
29710  ecuaciones.
29711  Para evitarlo se inserta ese espacio vertical de -5
29712 \begin_inset space \thinspace{}
29713 \end_inset
29714
29715 mm detrás del comando 
29716 \series bold
29717
29718 \backslash
29719 begin{subequations}
29720 \series default
29721 .
29722
29723 \series bold
29724  
29725 \series default
29726 Si se usa el estilo 
29727 \series bold
29728 Sangrado
29729 \series default
29730
29731 \begin_inset Foot
29732 status collapsed
29733
29734 \begin_layout Plain Layout
29735 véase estilos de ecuación en 
29736 \begin_inset CommandInset ref
29737 LatexCommand ref
29738 reference "sec:Estilos-de-ecuación"
29739
29740 \end_inset
29741
29742
29743 \end_layout
29744
29745 \end_inset
29746
29747 , entonces se inserta -7
29748 \begin_inset space \thinspace{}
29749 \end_inset
29750
29751 mm.
29752 \end_layout
29753
29754 \begin_layout Standard
29755 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
29756  de la segunda línea:
29757 \begin_inset ERT
29758 status collapsed
29759
29760 \begin_layout Plain Layout
29761
29762
29763 \backslash
29764 begin{subequations}
29765 \end_layout
29766
29767 \end_inset
29768
29769
29770 \begin_inset Formula 
29771 \begin{eqnarray}
29772 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29773  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29774  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29775 \end{eqnarray}
29776
29777 \end_inset
29778
29779
29780 \begin_inset ERT
29781 status collapsed
29782
29783 \begin_layout Plain Layout
29784
29785
29786 \backslash
29787 end{subequations}
29788 \end_layout
29789
29790 \end_inset
29791
29792
29793 \end_layout
29794
29795 \begin_layout Subsection
29796 Numeración definida por el usuario
29797 \begin_inset CommandInset label
29798 LatexCommand label
29799 name "sub:Numeración-personalizada"
29800
29801 \end_inset
29802
29803
29804 \begin_inset Index idx
29805 status collapsed
29806
29807 \begin_layout Plain Layout
29808 Numeración de ecuaciones ! personalizada
29809 \end_layout
29810
29811 \end_inset
29812
29813
29814 \end_layout
29815
29816 \begin_layout Standard
29817 Con la numeración estándar el número se coloca entre paréntesis.
29818  Para reemplazar los paréntesis con barras verticales, p.
29819 \begin_inset space \thinspace{}
29820 \end_inset
29821
29822 e., se añade al preámbulo LaTeX la línea: 
29823 \end_layout
29824
29825 \begin_layout Standard
29826
29827 \series bold
29828
29829 \backslash
29830 def
29831 \backslash
29832 tagform@#1{
29833 \backslash
29834 maketag@@@{|#1|}}
29835 \series default
29836
29837 \begin_inset Note Note
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
29842  Para activarlo, quita el % del principio.
29843 \end_layout
29844
29845 \end_inset
29846
29847
29848 \end_layout
29849
29850 \begin_layout Standard
29851 Para usar otros caracteres, se reemplazan las barras al lado de 
29852 \series bold
29853 #1
29854 \series default
29855  por ellos.
29856  Para obtener sólo el número de ecuación se omiten las barras verticales.
29857 \begin_inset VSpace bigskip
29858 \end_inset
29859
29860
29861 \end_layout
29862
29863 \begin_layout Standard
29864 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
29865  consecutivo, se usa el comando 
29866 \series bold
29867
29868 \backslash
29869 tag
29870 \begin_inset Index idx
29871 status collapsed
29872
29873 \begin_layout Plain Layout
29874 Comandos ! T ! 
29875 \backslash
29876 tag
29877 \end_layout
29878
29879 \end_inset
29880
29881
29882 \series default
29883 :
29884 \begin_inset Formula 
29885 \begin{equation}
29886 A+B=C\tag{algo}\label{eq:tag}
29887 \end{equation}
29888
29889 \end_inset
29890
29891 En este ejemplo se ha insertado el comando
29892 \series bold
29893  
29894 \backslash
29895 tag
29896 \begin_inset space \textvisiblespace{}
29897 \end_inset
29898
29899 algo
29900 \series default
29901  en la ecuación.
29902 \end_layout
29903
29904 \begin_layout Standard
29905 Si se usa en su lugar el comando con asterisco 
29906 \series bold
29907
29908 \backslash
29909 tag*
29910 \begin_inset space \textvisiblespace{}
29911 \end_inset
29912
29913 algo
29914 \series default
29915  no se imprimen los paréntesis:
29916 \begin_inset Formula 
29917 \[
29918 A+B=C\tag*{algo}
29919 \]
29920
29921 \end_inset
29922
29923
29924 \end_layout
29925
29926 \begin_layout Standard
29927 \begin_inset VSpace bigskip
29928 \end_inset
29929
29930
29931 \end_layout
29932
29933 \begin_layout Standard
29934 Para reiniciar la numeración en nuevas partes o secciones del documento
29935  se usan los siguientes comandos:
29936 \end_layout
29937
29938 \begin_layout Standard
29939
29940 \series bold
29941
29942 \backslash
29943 @addtoreset{equation}{part}
29944 \series default
29945
29946 \begin_inset Index idx
29947 status collapsed
29948
29949 \begin_layout Plain Layout
29950 Comandos ! 
29951 \begin_inset ERT
29952 status collapsed
29953
29954 \begin_layout Plain Layout
29955
29956 "
29957 \end_layout
29958
29959 \end_inset
29960
29961 @
29962 \begin_inset ERT
29963 status collapsed
29964
29965 \begin_layout Plain Layout
29966
29967 "
29968 \end_layout
29969
29970 \end_inset
29971
29972  ! 
29973 \backslash
29974
29975 \begin_inset ERT
29976 status collapsed
29977
29978 \begin_layout Plain Layout
29979
29980 "
29981 \end_layout
29982
29983 \end_inset
29984
29985 @
29986 \begin_inset ERT
29987 status collapsed
29988
29989 \begin_layout Plain Layout
29990
29991 "
29992 \end_layout
29993
29994 \end_inset
29995
29996 addtoreset
29997 \end_layout
29998
29999 \end_inset
30000
30001
30002 \begin_inset Newline newline
30003 \end_inset
30004
30005
30006 \series bold
30007
30008 \backslash
30009 @addtoreset{equation}{section}
30010 \end_layout
30011
30012 \begin_layout Standard
30013 Pata poder usar estos comandos en modo TeX, el carácter 
30014 \begin_inset Quotes fld
30015 \end_inset
30016
30017 @
30018 \begin_inset Quotes frd
30019 \end_inset
30020
30021  debe 
30022 \begin_inset Quotes fld
30023 \end_inset
30024
30025 activarse
30026 \begin_inset Quotes frd
30027 \end_inset
30028
30029  para LaTeX con el comando 
30030 \series bold
30031
30032 \backslash
30033 makeatletter
30034 \series default
30035 .
30036  El comando 
30037 \series bold
30038
30039 \backslash
30040 makeatother
30041 \series default
30042  deshace esto.
30043  Así pues, la secuencia de comandos en modo TeX es:
30044 \end_layout
30045
30046 \begin_layout Standard
30047
30048 \series bold
30049
30050 \backslash
30051 makeatletter
30052 \begin_inset Newline newline
30053 \end_inset
30054
30055
30056 \backslash
30057 @addtoreset{equation}{section}
30058 \begin_inset Newline newline
30059 \end_inset
30060
30061
30062 \backslash
30063 makeatother
30064 \end_layout
30065
30066 \begin_layout Standard
30067 En el preámbulo LaTeX se pueden omitir 
30068 \series bold
30069
30070 \backslash
30071 makeatletter
30072 \series default
30073  y 
30074 \series bold
30075
30076 \backslash
30077 makeatother
30078 \series default
30079  pues son automáticamente insertados por LyX.
30080 \end_layout
30081
30082 \begin_layout Standard
30083 Para el comando 
30084 \series bold
30085
30086 \backslash
30087 @addtoreset
30088 \series default
30089 ,
30090 \series bold
30091  
30092 \series default
30093 hay que cargar en el preámbulo LaTeX el archivo 
30094 \series bold
30095 remreset.sty
30096 \series default
30097
30098 \begin_inset Foot
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102
30103 \series bold
30104 remreset
30105 \series default
30106  es parte del paquete LaTeX 
30107 \series bold
30108 carlisle
30109 \series default
30110
30111 \begin_inset Index idx
30112 status collapsed
30113
30114 \begin_layout Plain Layout
30115 Paquetes ! carlisle
30116 \end_layout
30117
30118 \end_inset
30119
30120 , incluido en las instalaciones estándar de LaTeX.
30121 \end_layout
30122
30123 \end_inset
30124
30125
30126 \begin_inset Index idx
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130 Paquetes ! remreset
30131 \end_layout
30132
30133 \end_inset
30134
30135  con la línea
30136 \end_layout
30137
30138 \begin_layout Standard
30139
30140 \series bold
30141
30142 \backslash
30143 usepackage{remreset}
30144 \end_layout
30145
30146 \begin_layout Standard
30147 Entonces se puede usar el comando 
30148 \series bold
30149
30150 \backslash
30151 @removefromreset
30152 \series default
30153
30154 \begin_inset Index idx
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158 Comandos ! 
30159 \begin_inset ERT
30160 status collapsed
30161
30162 \begin_layout Plain Layout
30163
30164 "
30165 \end_layout
30166
30167 \end_inset
30168
30169 @
30170 \begin_inset ERT
30171 status collapsed
30172
30173 \begin_layout Plain Layout
30174
30175 "
30176 \end_layout
30177
30178 \end_inset
30179
30180  ! 
30181 \backslash
30182
30183 \begin_inset ERT
30184 status collapsed
30185
30186 \begin_layout Plain Layout
30187
30188 "
30189 \end_layout
30190
30191 \end_inset
30192
30193 @
30194 \begin_inset ERT
30195 status collapsed
30196
30197 \begin_layout Plain Layout
30198
30199 "
30200 \end_layout
30201
30202 \end_inset
30203
30204 removefromreset
30205 \end_layout
30206
30207 \end_inset
30208
30209  con el mismo esquema que 
30210 \series bold
30211
30212 \backslash
30213 @addtoreset
30214 \series default
30215 .
30216 \begin_inset VSpace bigskip
30217 \end_inset
30218
30219
30220 \end_layout
30221
30222 \begin_layout Standard
30223 A veces las ecuaciones deberían numerarse de la siguiente manera:
30224 \end_layout
30225
30226 \begin_layout Standard
30227
30228 \family typewriter
30229 (número de sección.número de ecuación)
30230 \end_layout
30231
30232 \begin_layout Standard
30233 El número de ecuación empezaría con 
30234 \begin_inset Quotes fld
30235 \end_inset
30236
30237 1
30238 \begin_inset Quotes frd
30239 \end_inset
30240
30241  en cada sección.
30242 \end_layout
30243
30244 \begin_layout Standard
30245 Para este caso hay el comando 
30246 \series bold
30247
30248 \backslash
30249 numberwithin
30250 \series default
30251
30252 \begin_inset Index idx
30253 status collapsed
30254
30255 \begin_layout Plain Layout
30256 Comandos ! N ! 
30257 \backslash
30258 numberwithin
30259 \end_layout
30260
30261 \end_inset
30262
30263 , que se usa con el esquema:
30264 \end_layout
30265
30266 \begin_layout Standard
30267
30268 \series bold
30269
30270 \backslash
30271 numberwithin{counter}{sectioning}
30272 \end_layout
30273
30274 \begin_layout Standard
30275 \begin_inset Quotes fld
30276 \end_inset
30277
30278 counter
30279 \begin_inset Quotes frd
30280 \end_inset
30281
30282  indica qué clase de numeración es afectada, 
30283 \begin_inset Quotes fld
30284 \end_inset
30285
30286 sectioning
30287 \begin_inset Quotes frd
30288 \end_inset
30289
30290  indica qué número va delante del punto.
30291  
30292 \end_layout
30293
30294 \begin_layout Standard
30295 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30296  en el preámbulo LaTeX:
30297 \end_layout
30298
30299 \begin_layout Standard
30300
30301 \series bold
30302
30303 \backslash
30304 numberwithin{equation}{section}
30305 \end_layout
30306
30307 \begin_layout Standard
30308 Este es el resultado::
30309 \begin_inset ERT
30310 status collapsed
30311
30312 \begin_layout Plain Layout
30313
30314
30315 \backslash
30316 numberwithin{equation}{section}
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \begin_inset Formula 
30323 \begin{equation}
30324 A+B=C
30325 \end{equation}
30326
30327 \end_inset
30328
30329
30330 \end_layout
30331
30332 \begin_layout Standard
30333 Para numerar cuadros de modo que, p.
30334 \begin_inset space \thinspace{}
30335 \end_inset
30336
30337 ej., 
30338 \begin_inset Quotes fld
30339 \end_inset
30340
30341 sectioning
30342 \begin_inset Quotes frd
30343 \end_inset
30344
30345  sea el número de la parte se usa
30346 \begin_inset Newline newline
30347 \end_inset
30348
30349
30350 \series bold
30351
30352 \backslash
30353 numberwithin{table}{part}
30354 \end_layout
30355
30356 \begin_layout Standard
30357 Para volver a la numeración estándar o evitar esta clase numeración cuando
30358  es definida por la clase de documento, se inserta el siguiente comando
30359  en código TeX o en el preámbulo LaTeX:
30360 \end_layout
30361
30362 \begin_layout Standard
30363
30364 \series bold
30365
30366 \backslash
30367 renewcommand{
30368 \backslash
30369 theequation}{
30370 \backslash
30371 arabic{equation}}
30372 \begin_inset Index idx
30373 status collapsed
30374
30375 \begin_layout Plain Layout
30376 Comandos ! A ! 
30377 \backslash
30378 arabic
30379 \end_layout
30380
30381 \end_inset
30382
30383
30384 \series default
30385
30386 \begin_inset ERT
30387 status collapsed
30388
30389 \begin_layout Plain Layout
30390
30391
30392 \backslash
30393 renewcommand{
30394 \backslash
30395 theequation}{
30396 \backslash
30397 arabic{equation}}
30398 \end_layout
30399
30400 \end_inset
30401
30402
30403 \series bold
30404
30405 \begin_inset Newline newline
30406 \end_inset
30407
30408
30409 \series default
30410 o
30411 \series bold
30412
30413 \begin_inset Newline newline
30414 \end_inset
30415
30416
30417 \backslash
30418 renewcommand{
30419 \backslash
30420 thetable}{
30421 \backslash
30422 arabic{table}}
30423 \end_layout
30424
30425 \begin_layout Standard
30426
30427 \series bold
30428
30429 \backslash
30430 numberwithin
30431 \series default
30432  usa internamente el comando 
30433 \series bold
30434
30435 \backslash
30436 @addtoreset
30437 \series default
30438 , descrito arriba, que también debe ser restaurado.
30439 \begin_inset ERT
30440 status collapsed
30441
30442 \begin_layout Plain Layout
30443
30444
30445 \backslash
30446 makeatletter
30447 \end_layout
30448
30449 \begin_layout Plain Layout
30450
30451
30452 \backslash
30453 @removefromreset{equation}{section}
30454 \end_layout
30455
30456 \begin_layout Plain Layout
30457
30458
30459 \backslash
30460 makeatother
30461 \end_layout
30462
30463 \end_inset
30464
30465
30466 \end_layout
30467
30468 \begin_layout Subsection
30469 Numeración con números romanos y letras
30470 \begin_inset Index idx
30471 status collapsed
30472
30473 \begin_layout Plain Layout
30474 Numeración de ecuaciones ! con números romanos
30475 \end_layout
30476
30477 \end_inset
30478
30479
30480 \begin_inset Index idx
30481 status collapsed
30482
30483 \begin_layout Plain Layout
30484 Numeración de ecuaciones ! con letras
30485 \end_layout
30486
30487 \end_inset
30488
30489
30490 \end_layout
30491
30492 \begin_layout Standard
30493 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
30494  Por ejemplo, para numerar con romanos en minúscula,
30495 \begin_inset Foot
30496 status collapsed
30497
30498 \begin_layout Plain Layout
30499 Como en español no se usan romanos en minúscula, el estilo 
30500 \series bold
30501 spanish
30502 \series default
30503  del sistema 
30504 \series bold
30505 babel
30506 \series default
30507  redefine 
30508 \series bold
30509
30510 \backslash
30511 roman
30512 \series default
30513  para que los dé en versalitas.
30514  Véase 
30515 \begin_inset CommandInset citation
30516 LatexCommand cite
30517 key "spanish"
30518
30519 \end_inset
30520
30521  (
30522 \emph on
30523 N.
30524 \begin_inset space \thinspace{}
30525 \end_inset
30526
30527 del t
30528 \emph default
30529 ).
30530 \end_layout
30531
30532 \end_inset
30533
30534  se inserta el comando
30535 \end_layout
30536
30537 \begin_layout Standard
30538
30539 \series bold
30540
30541 \backslash
30542 renewcommand{
30543 \backslash
30544 theequation}{
30545 \backslash
30546 roman{equation}}
30547 \end_layout
30548
30549 \begin_layout Standard
30550 antes de la ecuación en modo TeX.
30551  
30552 \series bold
30553
30554 \backslash
30555 renewcommand
30556 \series default
30557
30558 \begin_inset Index idx
30559 status collapsed
30560
30561 \begin_layout Plain Layout
30562 Comandos ! R ! 
30563 \backslash
30564 renewcommand
30565 \end_layout
30566
30567 \end_inset
30568
30569  redefine el comando predefinido 
30570 \series bold
30571
30572 \backslash
30573 theequation
30574 \series default
30575  como 
30576 \series bold
30577
30578 \backslash
30579 roman{equation}
30580 \series default
30581 .
30582 \begin_inset Foot
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586 El comando 
30587 \series bold
30588
30589 \backslash
30590 renewcommand
30591 \series default
30592  tiene el mismo esquema que el comando 
30593 \series bold
30594
30595 \backslash
30596 newcommand
30597 \series default
30598 , descrito en 
30599 \begin_inset CommandInset ref
30600 LatexCommand ref
30601 reference "sub:El-comando-newcommand"
30602
30603 \end_inset
30604
30605 .
30606 \end_layout
30607
30608 \end_inset
30609
30610  
30611 \series bold
30612 equation
30613 \series default
30614  es el contador de ecuaciones.
30615  Si se usa el comando 
30616 \series bold
30617
30618 \backslash
30619 the
30620 \series default
30621  como prefijo de un contador, el valor del contador sale en números arábigos.
30622  Si una ecuación es numerada, LaTeX pone internamente el comando 
30623 \series bold
30624
30625 \backslash
30626 theequation
30627 \series default
30628  detrás de la ecuación.
30629  
30630 \series bold
30631
30632 \backslash
30633 roman{equation}
30634 \series default
30635
30636 \begin_inset Index idx
30637 status collapsed
30638
30639 \begin_layout Plain Layout
30640 Comandos ! R ! 
30641 \backslash
30642 roman
30643 \end_layout
30644
30645 \end_inset
30646
30647  pone el contador en romanos en minúscula.
30648 \end_layout
30649
30650 \begin_layout Standard
30651 Todas las ecuaciones siguientes a 
30652 \series bold
30653
30654 \backslash
30655 renew
30656 \series default
30657 c
30658 \series bold
30659 ommand
30660 \series default
30661  se numerarán en romanos.
30662  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
30663  cambiando 
30664 \series bold
30665
30666 \backslash
30667 roman
30668 \series default
30669  por 
30670 \series bold
30671
30672 \backslash
30673 Roman
30674 \series default
30675
30676 \begin_inset Index idx
30677 status collapsed
30678
30679 \begin_layout Plain Layout
30680 Comandos ! R ! 
30681 \backslash
30682 roman@
30683 \backslash
30684 Roman
30685 \end_layout
30686
30687 \end_inset
30688
30689 .
30690  Para 
30691 \begin_inset Quotes fld
30692 \end_inset
30693
30694 numerar
30695 \begin_inset Quotes frd
30696 \end_inset
30697
30698  con minúsculas latinas hay el comando 
30699 \series bold
30700
30701 \backslash
30702 alph
30703 \series default
30704
30705 \begin_inset Index idx
30706 status collapsed
30707
30708 \begin_layout Plain Layout
30709 Comandos ! A ! 
30710 \backslash
30711 alph
30712 \end_layout
30713
30714 \end_inset
30715
30716 , y para mayúsculas el comando 
30717 \series bold
30718
30719 \backslash
30720 Alph
30721 \series default
30722
30723 \begin_inset Index idx
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727 Comandos ! A ! 
30728 \backslash
30729 alph@
30730 \backslash
30731 Alph
30732 \end_layout
30733
30734 \end_inset
30735
30736 .
30737 \end_layout
30738
30739 \begin_layout Standard
30740 \begin_inset Note Greyedout
30741 status open
30742
30743 \begin_layout Plain Layout
30744
30745 \series bold
30746 \color none
30747 Nota:
30748 \series default
30749  Con letras latinas sólo se puede numerar hasta un máximo de 26
30750 \begin_inset space ~
30751 \end_inset
30752
30753 ecuaciones.
30754 \end_layout
30755
30756 \end_inset
30757
30758
30759 \end_layout
30760
30761 \begin_layout Standard
30762 \begin_inset ERT
30763 status collapsed
30764
30765 \begin_layout Plain Layout
30766
30767
30768 \backslash
30769 renewcommand{
30770 \backslash
30771 theequation}{
30772 \backslash
30773 roman{equation}}
30774 \end_layout
30775
30776 \end_inset
30777
30778
30779 \begin_inset Formula 
30780 \begin{equation}
30781 A=\textrm{romanos en minúscula}
30782 \end{equation}
30783
30784 \end_inset
30785
30786
30787 \begin_inset ERT
30788 status collapsed
30789
30790 \begin_layout Plain Layout
30791
30792
30793 \backslash
30794 renewcommand{
30795 \backslash
30796 theequation}{
30797 \backslash
30798 Roman{equation}}
30799 \end_layout
30800
30801 \end_inset
30802
30803
30804 \begin_inset Formula 
30805 \begin{equation}
30806 B=\textrm{romanos en mayúscula}\label{eq:Rom}
30807 \end{equation}
30808
30809 \end_inset
30810
30811
30812 \begin_inset ERT
30813 status collapsed
30814
30815 \begin_layout Plain Layout
30816
30817
30818 \backslash
30819 renewcommand{
30820 \backslash
30821 theequation}{
30822 \backslash
30823 alph{equation}}
30824 \end_layout
30825
30826 \end_inset
30827
30828
30829 \begin_inset Formula 
30830 \begin{equation}
30831 C=\textrm{latinas en minúscula}
30832 \end{equation}
30833
30834 \end_inset
30835
30836
30837 \begin_inset ERT
30838 status collapsed
30839
30840 \begin_layout Plain Layout
30841
30842
30843 \backslash
30844 renewcommand{
30845 \backslash
30846 theequation}{
30847 \backslash
30848 Alph{equation}}
30849 \end_layout
30850
30851 \end_inset
30852
30853
30854 \begin_inset Formula 
30855 \begin{equation}
30856 D=\textrm{latinas en mayúscula}\label{eq:Lat}
30857 \end{equation}
30858
30859 \end_inset
30860
30861
30862 \end_layout
30863
30864 \begin_layout Standard
30865 Para volver a la numeración por omisión se inserta el comando:
30866 \end_layout
30867
30868 \begin_layout Standard
30869
30870 \series bold
30871
30872 \backslash
30873 renewcommand{
30874 \backslash
30875 theequation}{
30876 \backslash
30877 arabic{equation}}
30878 \begin_inset Index idx
30879 status collapsed
30880
30881 \begin_layout Plain Layout
30882 Comandos ! A ! 
30883 \backslash
30884 arabic
30885 \end_layout
30886
30887 \end_inset
30888
30889
30890 \end_layout
30891
30892 \begin_layout Standard
30893 \begin_inset ERT
30894 status collapsed
30895
30896 \begin_layout Plain Layout
30897
30898
30899 \backslash
30900 renewcommand{
30901 \backslash
30902 theequation}{
30903 \backslash
30904 arabic{equation}}
30905 \end_layout
30906
30907 \end_inset
30908
30909
30910 \begin_inset Formula 
30911 \begin{equation}
30912 E=\mbox{arábigos}
30913 \end{equation}
30914
30915 \end_inset
30916
30917
30918 \end_layout
30919
30920 \begin_layout Standard
30921 \begin_inset VSpace medskip
30922 \end_inset
30923
30924
30925 \end_layout
30926
30927 \begin_layout Standard
30928 Como ves, las ecuaciones se numeran consecutivamente independientemente
30929  del estilo de numeración.
30930  Cuando la numeración haya de empezar con 
30931 \begin_inset Quotes fld
30932 \end_inset
30933
30934 1
30935 \begin_inset Quotes frd
30936 \end_inset
30937
30938  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
30939  Una descripción sobre esto se encuentra en el archivo 
30940 \begin_inset CommandInset href
30941 LatexCommand href
30942 name "Formula-numbering.lyx"
30943 target "run:Formula-numbering.lyx"
30944
30945 \end_inset
30946
30947 .
30948 \end_layout
30949
30950 \begin_layout Section
30951 Símbolos y ecuaciones químicas
30952 \begin_inset CommandInset label
30953 LatexCommand label
30954 name "sub:Símbolos-y-ecuaciones-químicas"
30955
30956 \end_inset
30957
30958
30959 \begin_inset Index idx
30960 status collapsed
30961
30962 \begin_layout Plain Layout
30963 Química ! símbolos
30964 \end_layout
30965
30966 \end_inset
30967
30968
30969 \begin_inset Index idx
30970 status collapsed
30971
30972 \begin_layout Plain Layout
30973 Química ! caracteres
30974 \end_layout
30975
30976 \end_inset
30977
30978
30979 \begin_inset Index idx
30980 status collapsed
30981
30982 \begin_layout Plain Layout
30983 Ecuación ! química|see
30984 \begin_inset ERT
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988
30989 {
30990 \end_layout
30991
30992 \end_inset
30993
30994 Química
30995 \begin_inset ERT
30996 status collapsed
30997
30998 \begin_layout Plain Layout
30999
31000 }
31001 \end_layout
31002
31003 \end_inset
31004
31005
31006 \end_layout
31007
31008 \end_inset
31009
31010
31011 \begin_inset Index idx
31012 status collapsed
31013
31014 \begin_layout Plain Layout
31015 Química ! iones
31016 \end_layout
31017
31018 \end_inset
31019
31020
31021 \begin_inset Index idx
31022 status collapsed
31023
31024 \begin_layout Plain Layout
31025 Iones|see
31026 \begin_inset ERT
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030
31031 {
31032 \end_layout
31033
31034 \end_inset
31035
31036 Química
31037 \begin_inset ERT
31038 status collapsed
31039
31040 \begin_layout Plain Layout
31041
31042 }
31043 \end_layout
31044
31045 \end_inset
31046
31047
31048 \end_layout
31049
31050 \end_inset
31051
31052
31053 \begin_inset Index idx
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057 Química ! reacción
31058 \end_layout
31059
31060 \end_inset
31061
31062
31063 \end_layout
31064
31065 \begin_layout Standard
31066 Un ejemplo de texto de química:
31067 \end_layout
31068
31069 \begin_layout Quote
31070 El ion 
31071 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31072 \end_inset
31073
31074  reacciona con dos iones 
31075 \begin_inset Formula $\mathrm{Na^{+}}$
31076 \end_inset
31077
31078  para dar sulfato de sodio 
31079 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
31080 \end_inset
31081
31082 .
31083  La ecuación química es:
31084 \begin_inset Formula 
31085 \begin{equation}
31086 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
31087 \end{equation}
31088
31089 \end_inset
31090
31091
31092 \end_layout
31093
31094 \begin_layout Standard
31095 Esta ecuación química puede componerse directamente en modo ecuación.
31096  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
31097  y con el atajo 
31098 \family sans
31099 Alt+C
31100 \begin_inset space ~
31101 \end_inset
31102
31103 R
31104 \family default
31105  se cambia en redonda.
31106 \begin_inset Foot
31107 status collapsed
31108
31109 \begin_layout Plain Layout
31110 véase estilos de tipografías en 
31111 \begin_inset CommandInset ref
31112 LatexCommand ref
31113 reference "sub:Estilos-de-tipografías"
31114
31115 \end_inset
31116
31117 .
31118 \end_layout
31119
31120 \end_inset
31121
31122
31123 \end_layout
31124
31125 \begin_layout Standard
31126 Para escribir ecuaciones químicas es más conveniente usar el comando 
31127 \series bold
31128
31129 \backslash
31130 ce
31131 \series default
31132
31133 \begin_inset Index idx
31134 status collapsed
31135
31136 \begin_layout Plain Layout
31137 Comandos ! C ! 
31138 \backslash
31139 ce
31140 \end_layout
31141
31142 \end_inset
31143
31144 , que está disponible si está instalado el paquete LaTeX 
31145 \series bold
31146 mhchem
31147 \series default
31148
31149 \begin_inset Index idx
31150 status collapsed
31151
31152 \begin_layout Plain Layout
31153 Paquetes ! mhchem
31154 \end_layout
31155
31156 \end_inset
31157
31158 .
31159  Al insertar 
31160 \series bold
31161
31162 \backslash
31163 ce
31164 \series default
31165  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
31166  ecuaciones químicas de una forma intuitiva.
31167 \end_layout
31168
31169 \begin_layout Standard
31170 \align center
31171 \begin_inset Tabular
31172 <lyxtabular version="3" rows="9" columns="2">
31173 <features rotate="0" tabularvalignment="middle">
31174 <column alignment="center" valignment="top">
31175 <column alignment="center" valignment="top">
31176 <row>
31177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31178 \begin_inset Text
31179
31180 \begin_layout Plain Layout
31181 Comando
31182 \end_layout
31183
31184 \end_inset
31185 </cell>
31186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31187 \begin_inset Text
31188
31189 \begin_layout Plain Layout
31190 Resultado
31191 \begin_inset Note Note
31192 status collapsed
31193
31194 \begin_layout Plain Layout
31195
31196 \series bold
31197
31198 \backslash
31199 raisebox
31200 \series default
31201  se usa sólo como espaciador
31202 \end_layout
31203
31204 \end_inset
31205
31206
31207 \end_layout
31208
31209 \end_inset
31210 </cell>
31211 </row>
31212 <row>
31213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31214 \begin_inset Text
31215
31216 \begin_layout Plain Layout
31217
31218 \backslash
31219 ce
31220 \begin_inset space \textvisiblespace{}
31221 \end_inset
31222
31223 H2CO3
31224 \end_layout
31225
31226 \end_inset
31227 </cell>
31228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31229 \begin_inset Text
31230
31231 \begin_layout Plain Layout
31232 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31233 \end_inset
31234
31235
31236 \end_layout
31237
31238 \end_inset
31239 </cell>
31240 </row>
31241 <row>
31242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31243 \begin_inset Text
31244
31245 \begin_layout Plain Layout
31246
31247 \backslash
31248 ce
31249 \begin_inset space \textvisiblespace{}
31250 \end_inset
31251
31252 SO4^2-
31253 \end_layout
31254
31255 \end_inset
31256 </cell>
31257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31258 \begin_inset Text
31259
31260 \begin_layout Plain Layout
31261 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31262 \end_inset
31263
31264
31265 \end_layout
31266
31267 \end_inset
31268 </cell>
31269 </row>
31270 <row>
31271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31272 \begin_inset Text
31273
31274 \begin_layout Plain Layout
31275
31276 \backslash
31277 ce
31278 \begin_inset space \textvisiblespace{}
31279 \end_inset
31280
31281 (NH4)2S
31282 \end_layout
31283
31284 \end_inset
31285 </cell>
31286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31287 \begin_inset Text
31288
31289 \begin_layout Plain Layout
31290 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31291 \end_inset
31292
31293
31294 \end_layout
31295
31296 \end_inset
31297 </cell>
31298 </row>
31299 <row>
31300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31301 \begin_inset Text
31302
31303 \begin_layout Plain Layout
31304
31305 \backslash
31306 ce
31307 \begin_inset space \textvisiblespace{}
31308 \end_inset
31309
31310 KCr(SO4)2.12H2O
31311 \end_layout
31312
31313 \end_inset
31314 </cell>
31315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31316 \begin_inset Text
31317
31318 \begin_layout Plain Layout
31319 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31320 \end_inset
31321
31322
31323 \end_layout
31324
31325 \end_inset
31326 </cell>
31327 </row>
31328 <row>
31329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31330 \begin_inset Text
31331
31332 \begin_layout Plain Layout
31333
31334 \backslash
31335 ce
31336 \begin_inset space \textvisiblespace{}
31337 \end_inset
31338
31339 A-B
31340 \backslash
31341 dbond
31342 \begin_inset space \textvisiblespace{}
31343 \end_inset
31344
31345 C
31346 \backslash
31347 tbond
31348 \begin_inset space \textvisiblespace{}
31349 \end_inset
31350
31351 D
31352 \end_layout
31353
31354 \end_inset
31355 </cell>
31356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31357 \begin_inset Text
31358
31359 \begin_layout Plain Layout
31360 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31361 \end_inset
31362
31363
31364 \end_layout
31365
31366 \end_inset
31367 </cell>
31368 </row>
31369 <row>
31370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31371 \begin_inset Text
31372
31373 \begin_layout Plain Layout
31374
31375 \backslash
31376 ce
31377 \begin_inset space \textvisiblespace{}
31378 \end_inset
31379
31380 ^227
31381 \begin_inset Formula $\downarrow$
31382 \end_inset
31383
31384 _90
31385 \begin_inset Formula $\to$
31386 \end_inset
31387
31388 Th+
31389 \end_layout
31390
31391 \end_inset
31392 </cell>
31393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31394 \begin_inset Text
31395
31396 \begin_layout Plain Layout
31397 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31398 \end_inset
31399
31400
31401 \end_layout
31402
31403 \end_inset
31404 </cell>
31405 </row>
31406 <row>
31407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31408 \begin_inset Text
31409
31410 \begin_layout Plain Layout
31411
31412 \backslash
31413 ce
31414 \begin_inset space \textvisiblespace{}
31415 \end_inset
31416
31417 CO2
31418 \begin_inset space \textvisiblespace{}
31419 \end_inset
31420
31421 +
31422 \begin_inset space \textvisiblespace{}
31423 \end_inset
31424
31425 C
31426 \begin_inset space \textvisiblespace{}
31427 \end_inset
31428
31429 <=>
31430 \begin_inset space \textvisiblespace{}
31431 \end_inset
31432
31433 2CO
31434 \end_layout
31435
31436 \end_inset
31437 </cell>
31438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31439 \begin_inset Text
31440
31441 \begin_layout Plain Layout
31442 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31443 \end_inset
31444
31445
31446 \end_layout
31447
31448 \end_inset
31449 </cell>
31450 </row>
31451 <row>
31452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31453 \begin_inset Text
31454
31455 \begin_layout Plain Layout
31456
31457 \backslash
31458 ce
31459 \begin_inset space \textvisiblespace{}
31460 \end_inset
31461
31462 CO2
31463 \begin_inset space \textvisiblespace{}
31464 \end_inset
31465
31466 +
31467 \begin_inset space \textvisiblespace{}
31468 \end_inset
31469
31470 C
31471 \begin_inset space \textvisiblespace{}
31472 \end_inset
31473
31474 ->[
31475 \backslash
31476 alpha][
31477 \backslash
31478 beta]
31479 \begin_inset space \textvisiblespace{}
31480 \end_inset
31481
31482 2CO}
31483 \end_layout
31484
31485 \end_inset
31486 </cell>
31487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31488 \begin_inset Text
31489
31490 \begin_layout Plain Layout
31491 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31492 \end_inset
31493
31494
31495 \end_layout
31496
31497 \end_inset
31498 </cell>
31499 </row>
31500 </lyxtabular>
31501
31502 \end_inset
31503
31504
31505 \end_layout
31506
31507 \begin_layout Standard
31508 \begin_inset Note Greyedout
31509 status open
31510
31511 \begin_layout Plain Layout
31512
31513 \series bold
31514 \color none
31515 Nota:
31516 \series default
31517  Insertar modo matemático en un marco 
31518 \series bold
31519
31520 \backslash
31521 ce
31522 \series default
31523  provocará errores de LaTeX.
31524  En estos casos hay que usar código TeX, como en 
31525 \series bold
31526
31527 \backslash
31528 ce{$
31529 \backslash
31530 mu
31531 \backslash
31532 hyphen$Cl}
31533 \series default
31534
31535 \begin_inset ERT
31536 status collapsed
31537
31538 \begin_layout Plain Layout
31539
31540
31541 \backslash
31542 ce{$
31543 \backslash
31544 mu
31545 \backslash
31546 hyphen$Cl}
31547 \end_layout
31548
31549 \end_inset
31550
31551  
31552 \end_layout
31553
31554 \end_inset
31555
31556
31557 \end_layout
31558
31559 \begin_layout Standard
31560 \begin_inset Note Greyedout
31561 status collapsed
31562
31563 \begin_layout Plain Layout
31564
31565 \series bold
31566 Nota:
31567 \series default
31568  En LyX no es posible usar el carácter ^ para obtener una flecha hacia arriba,
31569  como se describe en el manual de 
31570 \series bold
31571 mhchem
31572 \series default
31573 .
31574  Como alternativa, inserta un espacio delgado negativo seguido por el comando
31575  
31576 \series bold
31577
31578 \backslash
31579 uparrow
31580 \series default
31581
31582 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31583 \end_inset
31584
31585
31586 \end_layout
31587
31588 \end_inset
31589
31590
31591 \end_layout
31592
31593 \begin_layout Standard
31594 El comando 
31595 \series bold
31596
31597 \backslash
31598 ce
31599 \series default
31600  para la 
31601 \begin_inset CommandInset ref
31602 LatexCommand ref
31603 reference "eq:reaccion-quimica"
31604
31605 \end_inset
31606
31607  es
31608 \begin_inset Newline newline
31609 \end_inset
31610
31611
31612 \series bold
31613  
31614 \backslash
31615 ce
31616 \begin_inset space \textvisiblespace{}
31617 \end_inset
31618
31619 2Na+
31620 \begin_inset space \textvisiblespace{}
31621 \end_inset
31622
31623 +
31624 \begin_inset space \textvisiblespace{}
31625 \end_inset
31626
31627 SO4^2-
31628 \begin_inset space \textvisiblespace{}
31629 \end_inset
31630
31631
31632 \begin_inset space \textvisiblespace{}
31633 \end_inset
31634
31635 ->
31636 \begin_inset space \textvisiblespace{}
31637 \end_inset
31638
31639 Na2SO4
31640 \end_layout
31641
31642 \begin_layout Standard
31643 Para componer ecuaciones químicas multilínea primero se crea una ecuación
31644  multilínea, tal como se describe en la 
31645 \begin_inset CommandInset ref
31646 LatexCommand ref
31647 reference "sec:Ecuaciones-multilínea"
31648
31649 \end_inset
31650
31651 .
31652  Después se utiliza el comando 
31653 \series bold
31654
31655 \backslash
31656 ce
31657 \series default
31658  en cada cuadrito azul de la ecuación.
31659  La 
31660 \begin_inset CommandInset ref
31661 LatexCommand ref
31662 reference "eq:TEOS-reac-1"
31663
31664 \end_inset
31665
31666  y la 
31667 \begin_inset CommandInset ref
31668 LatexCommand ref
31669 reference "eq:TEOS-reac-2"
31670
31671 \end_inset
31672
31673  son ejemplos de una reacción química en dos fases en la que cada ecuación
31674  tiene su propio número.
31675 \begin_inset Formula 
31676 \begin{eqnarray}
31677 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
31678 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
31679 \end{eqnarray}
31680
31681 \end_inset
31682
31683
31684 \end_layout
31685
31686 \begin_layout Standard
31687 Además de 
31688 \series bold
31689
31690 \backslash
31691 ce
31692 \series default
31693  el paquete 
31694 \series bold
31695 mhchem
31696 \series default
31697  suministra el comando 
31698 \series bold
31699
31700 \backslash
31701 cf
31702 \series default
31703
31704 \begin_inset Index idx
31705 status collapsed
31706
31707 \begin_layout Plain Layout
31708 Comandos ! C ! 
31709 \backslash
31710 cf
31711 \end_layout
31712
31713 \end_inset
31714
31715  que ha de utilizarse en casos especiales.
31716  Para más información sobre 
31717 \series bold
31718
31719 \backslash
31720 cf
31721 \series default
31722  y más ejemplos echa un vistazo a la documentación de 
31723 \series bold
31724 mhchem
31725 \series default
31726
31727 \begin_inset CommandInset citation
31728 LatexCommand cite
31729 key "mhchem"
31730
31731 \end_inset
31732
31733 .
31734 \end_layout
31735
31736 \begin_layout Section
31737 Diagramas
31738 \end_layout
31739
31740 \begin_layout Standard
31741 Lyx soporta dos tipos de diagramas conmutativos: 
31742 \series bold
31743 amscd
31744 \series default
31745  y 
31746 \series bold
31747 xymatrix
31748 \series default
31749 , que se explican a continuación.
31750 \end_layout
31751
31752 \begin_layout Subsection
31753 Diagramas amscd
31754 \begin_inset Index idx
31755 status collapsed
31756
31757 \begin_layout Plain Layout
31758 Diagramas ! amscd
31759 \end_layout
31760
31761 \end_inset
31762
31763
31764 \end_layout
31765
31766 \begin_layout Standard
31767 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
31768  verticales y horizontales:
31769 \begin_inset Formula 
31770 \[
31771 \begin{CD}A@)))B@)))C\\
31772 @AAA@.@VVV\\
31773 F@(((E@(((D
31774 \end{CD}
31775 \]
31776
31777 \end_inset
31778
31779 Para obtener el diagrama se inserta en la ecuación el comando 
31780 \series bold
31781
31782 \backslash
31783 CD
31784 \begin_inset Index idx
31785 status collapsed
31786
31787 \begin_layout Plain Layout
31788 Comandos ! C ! 
31789 \backslash
31790 CD
31791 \end_layout
31792
31793 \end_inset
31794
31795
31796 \series default
31797 .
31798  Surge un marco azul entre dos líneas de trazos en el que se insertan a
31799  continuación comandos.
31800  Con 
31801 \family sans
31802 Ctrl+Entrar
31803 \family default
31804  se inicia una nueva línea.
31805  En las líneas impares se insertan relaciones horizontales, en las pares
31806  verticales.
31807 \end_layout
31808
31809 \begin_layout Standard
31810 Para componer las relaciones hay los siguientes comandos:
31811 \begin_inset Foot
31812 status collapsed
31813
31814 \begin_layout Plain Layout
31815 \begin_inset CommandInset label
31816 LatexCommand label
31817 name "fn:sinónimos"
31818
31819 \end_inset
31820
31821 Los comandos con 
31822 \family sans
31823 '
31824 \series bold
31825 >
31826 \series default
31827 '
31828 \family default
31829  o 
31830 \family sans
31831 '
31832 \series bold
31833 <
31834 \series default
31835 '
31836 \family default
31837  pueden generar errores con el estilo 
31838 \series bold
31839 spanish
31840 \series default
31841  de 
31842 \series bold
31843 babel
31844 \series default
31845 .
31846  Para evitarlo se pueden sustituir por sus sinónimos 
31847 \family sans
31848 '
31849 \series bold
31850 )
31851 \series default
31852 '
31853 \family default
31854  y 
31855 \family sans
31856 '
31857 \series bold
31858 (
31859 \series default
31860 '
31861 \family default
31862  respectivamente.
31863  Véase 
31864 \begin_inset CommandInset citation
31865 LatexCommand cite
31866 key "spanish"
31867
31868 \end_inset
31869
31870 .
31871  (
31872 \emph on
31873 N.
31874 \begin_inset space \thinspace{}
31875 \end_inset
31876
31877 del t.
31878 \emph default
31879 )
31880 \end_layout
31881
31882 \end_inset
31883
31884
31885 \end_layout
31886
31887 \begin_layout Itemize
31888
31889 \series bold
31890 @<<<
31891 \series default
31892  genera una flecha hacia la izquierda, 
31893 \series bold
31894 @>>>
31895 \series default
31896  una hacia la derecha, y 
31897 \series bold
31898 @=
31899 \series default
31900  un signo igual largo
31901 \end_layout
31902
31903 \begin_layout Itemize
31904
31905 \series bold
31906 @AAA
31907 \series default
31908  genera una flecha hacia arriba, 
31909 \series bold
31910 @VVV
31911 \series default
31912  una hacia abajo, y 
31913 \series bold
31914 @|
31915 \series default
31916  un signo igual vertical
31917 \end_layout
31918
31919 \begin_layout Itemize
31920
31921 \series bold
31922 @.
31923
31924 \series default
31925  genera una ubicación vacía para relaciones inexistentes
31926 \end_layout
31927
31928 \begin_layout Standard
31929 Todas las flechas pueden etiquetarse como sigue:
31930 \end_layout
31931
31932 \begin_layout Itemize
31933 Si se inserta texto entre el primero y el segundo 
31934 \series bold
31935 <
31936 \series default
31937  o 
31938 \series bold
31939 >
31940 \series default
31941 , respectivamente, se muestra sobre la flecha.
31942  Si se inserta entre el segundo y el tercero, bajo la flecha.
31943 \end_layout
31944
31945 \begin_layout Itemize
31946 Para flechas verticales, si se inserta texto entre la primera y la segunda
31947  
31948 \series bold
31949 A
31950 \series default
31951  o 
31952 \series bold
31953 V
31954 \series default
31955 , respectivamente, se muestra al lado izquierdo de la flecha.
31956  Si se inserta entre la segunda y la tercera, al lado derecho.
31957  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
31958 \end_layout
31959
31960 \begin_layout Standard
31961 Como ejemplo un diagrama con todas las relaciones posibles:
31962 \begin_inset Formula 
31963 \[
31964 \begin{CD}A@)j))B@))k)C@=F\\
31965 @AmAA@.@VV{V}V@|\\
31966 D@((j\,(E@)k))F@=C
31967 \end{CD}
31968 \]
31969
31970 \end_inset
31971
31972 El comando para este diagrama es:
31973 \begin_inset Newline newline
31974 \end_inset
31975
31976
31977 \series bold
31978
31979 \backslash
31980 CD
31981 \begin_inset space \textvisiblespace{}
31982 \end_inset
31983
31984 A@>j>>B@>>k>C@=F Ctrl+Entrar
31985 \begin_inset Newline newline
31986 \end_inset
31987
31988
31989 \begin_inset Phantom HPhantom
31990 status open
31991
31992 \begin_layout Plain Layout
31993
31994 \series bold
31995
31996 \backslash
31997 CD
31998 \begin_inset space \textvisiblespace{}
31999 \end_inset
32000
32001
32002 \end_layout
32003
32004 \end_inset
32005
32006 @AmAA@.@VV
32007 \backslash
32008 {V
32009 \series default
32010
32011 \begin_inset Formula $\to$
32012 \end_inset
32013
32014
32015 \series bold
32016 V@| Ctrl+Entrar
32017 \begin_inset Newline newline
32018 \end_inset
32019
32020
32021 \begin_inset Phantom HPhantom
32022 status open
32023
32024 \begin_layout Plain Layout
32025
32026 \series bold
32027
32028 \backslash
32029 CD
32030 \begin_inset space \textvisiblespace{}
32031 \end_inset
32032
32033
32034 \end_layout
32035
32036 \end_inset
32037
32038 D@<<j<E@>k>>F@=C
32039 \end_layout
32040
32041 \begin_layout Subsection
32042 Diagramas xymatrix
32043 \begin_inset Index idx
32044 status collapsed
32045
32046 \begin_layout Plain Layout
32047 Diagramas ! xymatrix
32048 \end_layout
32049
32050 \end_inset
32051
32052
32053 \end_layout
32054
32055 \begin_layout Standard
32056 Para usar matrices xy debe estar instalado el paquete LaTeX 
32057 \series bold
32058 xypic
32059 \series default
32060 .
32061  Una matriz xy se crea insertando el comando 
32062 \series bold
32063
32064 \backslash
32065 xymatrix
32066 \series default
32067  en una ecuación.
32068  Después podrás añadir nuevas columnas y filas como en matrices normales,
32069  véase
32070 \begin_inset space ~
32071 \end_inset
32072
32073
32074 \begin_inset CommandInset ref
32075 LatexCommand ref
32076 reference "sec:Matrices"
32077
32078 \end_inset
32079
32080 .
32081 \end_layout
32082
32083 \begin_layout Standard
32084 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
32085  y curvadas, y mucho más.
32086  Todas las posibilidades para generar diagramas conmutativos y decoraciones
32087  se explican en el 
32088 \emph on
32089 Manual de XY-pic
32090 \emph default
32091  que se encuentra en el menú 
32092 \family sans
32093 Ayuda\SpecialChar \menuseparator
32094 Manuales
32095 \begin_inset space ~
32096 \end_inset
32097
32098 específicos
32099 \family default
32100 .
32101 \end_layout
32102
32103 \begin_layout Subsection
32104 Diagramas 
32105 \noun on
32106 Feynman
32107 \noun default
32108
32109 \begin_inset Index idx
32110 status collapsed
32111
32112 \begin_layout Plain Layout
32113 Diagramas ! Feynman
32114 \end_layout
32115
32116 \end_inset
32117
32118
32119 \end_layout
32120
32121 \begin_layout Standard
32122 Para usar diagramas 
32123 \noun on
32124 Feynman
32125 \noun default
32126  debe estar instalado el paquete LaTeX 
32127 \series bold
32128 feyn
32129 \series default
32130 .
32131  Un diagrama 
32132 \noun on
32133 Feynman
32134 \noun default
32135  se crea insertando el comando 
32136 \series bold
32137
32138 \backslash
32139 Diagram
32140 \series default
32141  en una ecuación.
32142  Después podrás añadir nuevas columnas y filas como en matrices normales,
32143  véase
32144 \begin_inset space ~
32145 \end_inset
32146
32147
32148 \begin_inset CommandInset ref
32149 LatexCommand ref
32150 reference "sec:Matrices"
32151
32152 \end_inset
32153
32154 .
32155 \end_layout
32156
32157 \begin_layout Standard
32158 En el 
32159 \emph on
32160 Manual de diagramas Feynman
32161 \emph default
32162 , disponible en 
32163 \family sans
32164 Ayuda\SpecialChar \menuseparator
32165 Manuales
32166 \begin_inset space ~
32167 \end_inset
32168
32169 específicos
32170 \family default
32171 , hay ejemplos de diagramas de este tipo.
32172 \end_layout
32173
32174 \begin_layout Section
32175 Comandos definidos por el usuario
32176 \begin_inset Index idx
32177 status collapsed
32178
32179 \begin_layout Plain Layout
32180 Comandos de usuario
32181 \end_layout
32182
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \begin_layout Standard
32189 \begin_inset Note Greyedout
32190 status open
32191
32192 \begin_layout Plain Layout
32193
32194 \series bold
32195 Nota:
32196 \series default
32197  Los nombres de los comandos definidos por el usuario y macros solo pueden
32198  contener letras latinas.
32199 \end_layout
32200
32201 \end_inset
32202
32203
32204 \end_layout
32205
32206 \begin_layout Subsection
32207 El comando 
32208 \backslash
32209 newcommand
32210 \begin_inset CommandInset label
32211 LatexCommand label
32212 name "sub:El-comando-newcommand"
32213
32214 \end_inset
32215
32216
32217 \begin_inset Index idx
32218 status collapsed
32219
32220 \begin_layout Plain Layout
32221 Comandos de usuario ! 
32222 \backslash
32223 newcommand
32224 \end_layout
32225
32226 \end_inset
32227
32228
32229 \begin_inset Index idx
32230 status collapsed
32231
32232 \begin_layout Plain Layout
32233 Comandos ! N ! 
32234 \backslash
32235 newcommand
32236 \end_layout
32237
32238 \end_inset
32239
32240
32241 \end_layout
32242
32243 \begin_layout Standard
32244 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
32245  Pero es posible definir nuevos comandos más cortos con el comando 
32246 \series bold
32247
32248 \backslash
32249 newcommand
32250 \series default
32251 .
32252  
32253 \end_layout
32254
32255 \begin_layout Standard
32256 El esquema del comando 
32257 \series bold
32258
32259 \backslash
32260 newcommand
32261 \series default
32262  es:
32263 \end_layout
32264
32265 \begin_layout Standard
32266
32267 \series bold
32268
32269 \backslash
32270 newcommand{nombre nuevo de comando}[número de argumentos]
32271 \begin_inset Newline newline
32272 \end_inset
32273
32274
32275 \begin_inset Phantom HPhantom
32276 status open
32277
32278 \begin_layout Plain Layout
32279
32280 \series bold
32281
32282 \backslash
32283 newcommand
32284 \end_layout
32285
32286 \end_inset
32287
32288 [valor opcional]{definición de comando}
32289 \end_layout
32290
32291 \begin_layout Standard
32292 \begin_inset Note Greyedout
32293 status open
32294
32295 \begin_layout Plain Layout
32296
32297 \series bold
32298 Nota:
32299 \series default
32300  Asegúrate de que el nombre del nuevo comando no está definido ya en el
32301  documento o en paquetes LaTeX que uses.
32302  Por ejemplo, si defines el comando 
32303 \series bold
32304
32305 \backslash
32306 le
32307 \series default
32308  para 
32309 \series bold
32310
32311 \backslash
32312 Leftarrow,
32313 \series default
32314  se producirán errores porque 
32315 \series bold
32316
32317 \backslash
32318 le
32319 \series default
32320  ya existe para 
32321 \begin_inset Quotes fld
32322 \end_inset
32323
32324
32325 \begin_inset Formula $\le$
32326 \end_inset
32327
32328
32329 \begin_inset Quotes frd
32330 \end_inset
32331
32332 .
32333
32334 \series bold
32335  
32336 \end_layout
32337
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \begin_layout Standard
32344 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
32345  argumentos debería tener el nuevo comando.
32346  Con el valor opcional se puede predefinir un valor para un argumento opcional.
32347  Cuando se hace esto, el 
32348 \emph on
32349 primer
32350 \emph default
32351  argumento del nuevo comando es automáticamente opcional.
32352 \end_layout
32353
32354 \begin_layout Standard
32355 \noindent
32356 \align center
32357 \begin_inset Newpage newpage
32358 \end_inset
32359
32360
32361 \end_layout
32362
32363 \begin_layout Standard
32364 Veamos unos ejemplos:
32365 \end_layout
32366
32367 \begin_layout Itemize
32368 Para definir el comando 
32369 \series bold
32370
32371 \backslash
32372 gr
32373 \series default
32374  para 
32375 \series bold
32376
32377 \backslash
32378 Longrightarrow
32379 \series default
32380 , la línea de preámbulo LaTeX es:
32381 \begin_inset VSpace medskip
32382 \end_inset
32383
32384
32385 \begin_inset Newline newline
32386 \end_inset
32387
32388
32389 \series bold
32390
32391 \backslash
32392 newcommand{
32393 \backslash
32394 gr}{
32395 \backslash
32396 Longrightarrow}
32397 \end_layout
32398
32399 \begin_layout Itemize
32400 Para definir el comando 
32401 \series bold
32402
32403 \backslash
32404 us
32405 \series default
32406  para 
32407 \series bold
32408
32409 \backslash
32410 underline
32411 \series default
32412 , el argumento (que sería subrayado) debe tenerse en cuenta.
32413  Para esto la línea de preámbulo es:
32414 \begin_inset VSpace medskip
32415 \end_inset
32416
32417
32418 \begin_inset Newline newline
32419 \end_inset
32420
32421
32422 \series bold
32423
32424 \backslash
32425 newcommand{
32426 \backslash
32427 us}[1]{
32428 \backslash
32429 underline{#1}}
32430 \series default
32431
32432 \begin_inset VSpace medskip
32433 \end_inset
32434
32435
32436 \begin_inset Newline newline
32437 \end_inset
32438
32439 El carácter 
32440 \series bold
32441 #
32442 \series default
32443  actúa como colocador del argumento, el 
32444 \series bold
32445 1
32446 \series default
32447  indica que es el colocador para el primer argumento.
32448 \end_layout
32449
32450 \begin_layout Itemize
32451 Para 
32452 \series bold
32453
32454 \backslash
32455 framebox
32456 \series default
32457  se puede definir, por ejemplo, el comando 
32458 \series bold
32459
32460 \backslash
32461 fb
32462 \series default
32463 :
32464 \begin_inset VSpace medskip
32465 \end_inset
32466
32467
32468 \begin_inset Newline newline
32469 \end_inset
32470
32471
32472 \series bold
32473
32474 \backslash
32475 newcommand{
32476 \backslash
32477 fb}[3]{
32478 \backslash
32479 framebox#1#2{$#3$}}
32480 \series default
32481
32482 \begin_inset VSpace medskip
32483 \end_inset
32484
32485
32486 \begin_inset Newline newline
32487 \end_inset
32488
32489 Los dos signos dólar generan la ecuación extra necesaria para 
32490 \series bold
32491
32492 \backslash
32493 framebox
32494 \series default
32495 , véase 
32496 \begin_inset CommandInset ref
32497 LatexCommand ref
32498 reference "sub:Marcos-con-bordes"
32499
32500 \end_inset
32501
32502 .
32503 \end_layout
32504
32505 \begin_layout Itemize
32506 Para crear un nuevo comando para 
32507 \series bold
32508
32509 \backslash
32510 fcolorbox
32511 \series default
32512  donde no es necesario especificar el color para el marco, el argumento
32513  para el color se define opcional:
32514 \begin_inset VSpace medskip
32515 \end_inset
32516
32517
32518 \begin_inset Newline newline
32519 \end_inset
32520
32521
32522 \series bold
32523
32524 \backslash
32525 newcommand{
32526 \backslash
32527 cb}[3][white]{
32528 \backslash
32529 fcolorbox{#2}{#1}{$#3$}}
32530 \series default
32531
32532 \begin_inset VSpace medskip
32533 \end_inset
32534
32535
32536 \begin_inset Newline newline
32537 \end_inset
32538
32539 Si el color no es especificado al usar 
32540 \series bold
32541
32542 \backslash
32543 cb
32544 \series default
32545 , se elige el color 
32546 \series bold
32547 white
32548 \series default
32549  predefinido.
32550 \end_layout
32551
32552 \begin_layout Standard
32553 Un ensayo con los nuevos comandos definidos:
32554 \end_layout
32555
32556 \begin_layout Standard
32557 \noindent
32558 \align center
32559 \begin_inset Tabular
32560 <lyxtabular version="3" rows="6" columns="2">
32561 <features rotate="0" tabularvalignment="middle">
32562 <column alignment="center" valignment="top">
32563 <column alignment="center" valignment="top">
32564 <row>
32565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32566 \begin_inset Text
32567
32568 \begin_layout Plain Layout
32569 Comando
32570 \end_layout
32571
32572 \end_inset
32573 </cell>
32574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32575 \begin_inset Text
32576
32577 \begin_layout Plain Layout
32578 Resultado
32579 \begin_inset Note Note
32580 status collapsed
32581
32582 \begin_layout Plain Layout
32583
32584 \series bold
32585
32586 \backslash
32587 raisebox
32588 \series default
32589  se usa sólo como espaciador
32590 \end_layout
32591
32592 \end_inset
32593
32594
32595 \end_layout
32596
32597 \end_inset
32598 </cell>
32599 </row>
32600 <row>
32601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32602 \begin_inset Text
32603
32604 \begin_layout Plain Layout
32605 A
32606 \backslash
32607 gr
32608 \begin_inset space \textvisiblespace{}
32609 \end_inset
32610
32611 B
32612 \end_layout
32613
32614 \end_inset
32615 </cell>
32616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32617 \begin_inset Text
32618
32619 \begin_layout Plain Layout
32620 \begin_inset Formula $A\gr B$
32621 \end_inset
32622
32623
32624 \end_layout
32625
32626 \end_inset
32627 </cell>
32628 </row>
32629 <row>
32630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32631 \begin_inset Text
32632
32633 \begin_layout Plain Layout
32634
32635 \backslash
32636 us{ABcd
32637 \end_layout
32638
32639 \end_inset
32640 </cell>
32641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32642 \begin_inset Text
32643
32644 \begin_layout Plain Layout
32645 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32646 \end_inset
32647
32648
32649 \end_layout
32650
32651 \end_inset
32652 </cell>
32653 </row>
32654 <row>
32655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32656 \begin_inset Text
32657
32658 \begin_layout Plain Layout
32659
32660 \backslash
32661 fb{[2cm]
32662 \begin_inset Formula $\to$
32663 \end_inset
32664
32665
32666 \backslash
32667 {
32668 \begin_inset Formula $\to$
32669 \end_inset
32670
32671
32672 \backslash
32673 {
32674 \backslash
32675 int
32676 \begin_inset space \textvisiblespace{}
32677 \end_inset
32678
32679 A=B
32680 \end_layout
32681
32682 \end_inset
32683 </cell>
32684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32685 \begin_inset Text
32686
32687 \begin_layout Plain Layout
32688 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32689 \end_inset
32690
32691
32692 \end_layout
32693
32694 \end_inset
32695 </cell>
32696 </row>
32697 <row>
32698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32699 \begin_inset Text
32700
32701 \begin_layout Plain Layout
32702
32703 \backslash
32704 cb{red
32705 \begin_inset Formula $\to$
32706 \end_inset
32707
32708
32709 \backslash
32710 {
32711 \backslash
32712 int
32713 \begin_inset space \textvisiblespace{}
32714 \end_inset
32715
32716 A=B
32717 \end_layout
32718
32719 \end_inset
32720 </cell>
32721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32722 \begin_inset Text
32723
32724 \begin_layout Plain Layout
32725 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32726 \end_inset
32727
32728
32729 \end_layout
32730
32731 \end_inset
32732 </cell>
32733 </row>
32734 <row>
32735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32736 \begin_inset Text
32737
32738 \begin_layout Plain Layout
32739
32740 \backslash
32741 cb[green]
32742 \backslash
32743 {red
32744 \begin_inset Formula $\to$
32745 \end_inset
32746
32747
32748 \backslash
32749 {
32750 \backslash
32751 int
32752 \begin_inset space \textvisiblespace{}
32753 \end_inset
32754
32755 A=B
32756 \end_layout
32757
32758 \end_inset
32759 </cell>
32760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32761 \begin_inset Text
32762
32763 \begin_layout Plain Layout
32764 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32765 \end_inset
32766
32767
32768 \end_layout
32769
32770 \end_inset
32771 </cell>
32772 </row>
32773 </lyxtabular>
32774
32775 \end_inset
32776
32777
32778 \end_layout
32779
32780 \begin_layout Subsection
32781 Macros de ecuaciones
32782 \begin_inset Index idx
32783 status collapsed
32784
32785 \begin_layout Plain Layout
32786 Comandos de usuario ! Macros de ecuaciones
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \begin_inset Index idx
32793 status collapsed
32794
32795 \begin_layout Plain Layout
32796 Macros
32797 \end_layout
32798
32799 \end_inset
32800
32801
32802 \end_layout
32803
32804 \begin_layout Standard
32805 Los comandos definidos por el usuario son especialmente convenientes para
32806  expresiones complejas.
32807  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
32808  el mismo tipo de solución se repite varias veces.
32809  La forma general de una ecuación de segundo grado es:
32810 \begin_inset Formula 
32811 \[
32812 0=\lambda^{2}+p\lambda+q
32813 \]
32814
32815 \end_inset
32816
32817 La forma general de la solución es:
32818 \begin_inset Formula 
32819 \[
32820 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32821 \]
32822
32823 \end_inset
32824
32825
32826 \end_layout
32827
32828 \begin_layout Standard
32829 Para definir un comando para la ecuación de la solución, en donde solo hay
32830  que especificar los tres parámetros 
32831 \begin_inset Formula $\lambda$
32832 \end_inset
32833
32834
32835 \begin_inset Formula $p$
32836 \end_inset
32837
32838 , y 
32839 \begin_inset Formula $q$
32840 \end_inset
32841
32842 , y el índice de 
32843 \begin_inset Formula $\lambda$
32844 \end_inset
32845
32846  puede darse opcionalmente, la línea de preámbulo LaTeX es
32847 \begin_inset Newline newline
32848 \end_inset
32849
32850
32851 \series bold
32852
32853 \backslash
32854 newcommand{
32855 \backslash
32856 qG}[4][1,
32857 \backslash
32858 ,2]{#2_{#1}=-
32859 \backslash
32860 frac{#3}{2}
32861 \backslash
32862 pm
32863 \begin_inset Newline newline
32864 \end_inset
32865
32866
32867 \begin_inset Phantom HPhantom
32868 status open
32869
32870 \begin_layout Plain Layout
32871
32872 \series bold
32873
32874 \backslash
32875 newcommand
32876 \end_layout
32877
32878 \end_inset
32879
32880
32881 \backslash
32882 sqrt{
32883 \backslash
32884 frac{#3^{2}}{4}-#4}}
32885 \end_layout
32886
32887 \begin_layout Standard
32888 Para generar la solución se inserta el comando
32889 \begin_inset Newline newline
32890 \end_inset
32891
32892
32893 \series bold
32894
32895 \backslash
32896 qG{
32897 \backslash
32898 lambda
32899 \begin_inset Formula $\to$
32900 \end_inset
32901
32902
32903 \backslash
32904 {p
32905 \begin_inset Formula $\to$
32906 \end_inset
32907
32908
32909 \backslash
32910 {q
32911 \series default
32912  en una ecuación
32913 \series bold
32914 .
32915 \end_layout
32916
32917 \begin_layout Standard
32918 La definición del nuevo comando no es intuitiva porque hay que conocer los
32919  esquemas de todos los comandos LaTeX usados, por ejemplo, que una fracción
32920  se inserta en LaTeX como
32921 \series bold
32922  
32923 \backslash
32924 frac{numerador}{denominador}
32925 \series default
32926 .
32927  Además, uno puede olvidar fácilmente una llave en la definición y no puede
32928  ver en LyX lo que el nuevo comando está haciendo.
32929  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
32930  ecuación en vez del comando
32931 \series bold
32932  
32933 \backslash
32934 newcommand
32935 \series default
32936 .
32937 \end_layout
32938
32939 \begin_layout Standard
32940 Una macro de ecuación se crea con el menú 
32941 \family sans
32942 Insertar\SpecialChar \menuseparator
32943 Ecuación\SpecialChar \menuseparator
32944 Macro
32945 \family default
32946  o con el botón 
32947 \begin_inset Graphics
32948         filename ../../images/math-macro_newmacroname_newcommand.png
32949         scale 85
32950
32951 \end_inset
32952
32953  de la barra de herramientas.
32954  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
32955  como el siguiente donde se define la macro:
32956 \begin_inset Newline newline
32957 \end_inset
32958
32959
32960 \end_layout
32961
32962 \begin_layout Standard
32963 \begin_inset space \hspace*{\fill}
32964 \end_inset
32965
32966
32967 \begin_inset Graphics
32968         filename ../clipart/macrobox.png
32969
32970 \end_inset
32971
32972
32973 \begin_inset space \hspace*{\fill}
32974 \end_inset
32975
32976
32977 \begin_inset Newline newline
32978 \end_inset
32979
32980
32981 \begin_inset FormulaMacro
32982 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32983 \end_inset
32984
32985
32986 \backslash
32987 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
32988  En el primer marco azul se inserta la ecuación buscada.
32989  Con el comando 
32990 \series bold
32991
32992 \backslash
32993 #númerodeargumento
32994 \series default
32995 , , o con el botón 
32996 \begin_inset Graphics
32997         filename ../../images/math-macro-add-param.png
32998         scale 85
32999
33000 \end_inset
33001
33002  de la barra de herramientas de macros se inserta un colocador de argumento,
33003  p.
33004 \begin_inset space \thinspace{}
33005 \end_inset
33006
33007 e
33008 \begin_inset space \space{}
33009 \end_inset
33010
33011
33012 \series bold
33013
33014 \backslash
33015 #1
33016 \series default
33017 .
33018  Los colocadores de argumento se muestran en rojo.
33019  Se pueden poner 9
33020 \begin_inset space ~
33021 \end_inset
33022
33023 argumentos como máximo.
33024  Con el botón 
33025 \begin_inset Graphics
33026         filename ../../images/math-macro-add-optional-param.png
33027         scale 85
33028
33029 \end_inset
33030
33031  se crean argumentos opcionales.
33032  El primer argumento no opcional puede transformarse en opcional con el
33033  botón 
33034 \begin_inset Graphics
33035         filename ../../images/math-macro-make-optional.png
33036         scale 85
33037
33038 \end_inset
33039
33040 .
33041  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
33042  Normalmente quieres verlo tal como está definido, así que el recuadro se
33043  deja vacío.
33044  Pero si has creado una macro que necesita mucho espacio en la pantalla,
33045  en dicho recuadro puedes insertar, por ejemplo
33046 \begin_inset Newline newline
33047 \end_inset
33048
33049
33050 \series bold
33051 qG: 
33052 \backslash
33053 #1
33054 \series default
33055  
33056 \series bold
33057 ,
33058 \series default
33059  
33060 \series bold
33061
33062 \backslash
33063 #2
33064 \series default
33065  
33066 \series bold
33067 ,
33068 \series default
33069  
33070 \series bold
33071
33072 \backslash
33073 #3, 
33074 \backslash
33075 #4
33076 \begin_inset Newline newline
33077 \end_inset
33078
33079
33080 \series default
33081 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
33082  en LyX, lo que conlleva una visualización mejor.
33083  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
33084 \begin_inset Newline newline
33085 \end_inset
33086
33087 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
33088  macros individuales situando el cursor en la macro y usando el menú 
33089 \family sans
33090 Ver\SpecialChar \menuseparator
33091 (Des)plegar macro de ecuación.
33092 \end_layout
33093
33094 \begin_layout Standard
33095 Para usar una macro, se inserta el nombre de la misma como comando en una
33096  ecuación, en nuestro caso 
33097 \series bold
33098
33099 \backslash
33100 qG
33101 \series default
33102 .
33103  Nuestra macro se muestra en LyX así:
33104 \begin_inset Newline newline
33105 \end_inset
33106
33107
33108 \begin_inset space \hspace*{\fill}
33109 \end_inset
33110
33111
33112 \begin_inset Graphics
33113         filename ../clipart/macrouse.png
33114
33115 \end_inset
33116
33117
33118 \begin_inset space \hspace*{\fill}
33119 \end_inset
33120
33121
33122 \begin_inset Newline newline
33123 \end_inset
33124
33125 Aquí tenemos nuestro ejemplo de macro con los argumentos 
33126 \begin_inset Formula $x$
33127 \end_inset
33128
33129
33130 \begin_inset Formula $\ln(x)$
33131 \end_inset
33132
33133 , y 
33134 \begin_inset Formula $B$
33135 \end_inset
33136
33137 :
33138 \end_layout
33139
33140 \begin_layout Standard
33141 \begin_inset Formula 
33142 \[
33143 \qG x{\ln(x)}B
33144 \]
33145
33146 \end_inset
33147
33148
33149 \end_layout
33150
33151 \begin_layout Standard
33152 LyX ofrece en el menú 
33153 \family sans
33154 Herramientas
33155 \family default
33156 \SpecialChar \menuseparator
33157
33158 \family sans
33159 Preferencias\SpecialChar \menuseparator
33160 Edición\SpecialChar \menuseparator
33161 Control
33162 \family default
33163  diferentes estilos para editar macros.
33164  Para encontrar el estilo que más te convenga, elige un estilo y pon el
33165  cursor en una macro para ver la diferencia.
33166 \end_layout
33167
33168 \begin_layout Standard
33169 Una macro de ecuación se transforma internamente en un comando 
33170 \series bold
33171
33172 \backslash
33173 newcommand
33174 \series default
33175  cuando se exporta el documento.
33176  El comando creado 
33177 \series bold
33178
33179 \backslash
33180 newcommand
33181 \series default
33182  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
33183  usar en ecuaciones que estén en recuadros de definición de macros en el
33184  documento.
33185  
33186 \end_layout
33187
33188 \begin_layout Standard
33189 Las macros de ecuación también pueden crearse directamente a partir de un
33190  comando
33191 \series bold
33192  
33193 \backslash
33194 newcommand
33195 \series default
33196 .
33197  Por ejemplo, escribiendo el comando
33198 \begin_inset Newline newline
33199 \end_inset
33200
33201
33202 \series bold
33203
33204 \backslash
33205 newcommand{
33206 \backslash
33207 larrow}[2]{
33208 \backslash
33209 xleftarrow[#2]{#1}}
33210 \begin_inset Newline newline
33211 \end_inset
33212
33213
33214 \series default
33215 como texto normal en LyX, seleccionándolo completamente y usando a continuación
33216  el atajo 
33217 \family sans
33218 Ctrl+M
33219 \family default
33220 , el comando se transformará en una macro de ecuación.
33221  Al emplear este método debes tener cuidado en escribir correctamente el
33222  comando 
33223 \series bold
33224
33225 \backslash
33226 newcommand
33227 \series default
33228 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
33229  
33230 \end_layout
33231
33232 \begin_layout Standard
33233 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
33234  en definiciones de macros se manejan incorrectamente.
33235  Por eso el ejemplo 
33236 \series bold
33237
33238 \backslash
33239 fb
33240 \series default
33241  de 
33242 \begin_inset CommandInset ref
33243 LatexCommand ref
33244 reference "sub:El-comando-newcommand"
33245
33246 \end_inset
33247
33248  no puede crearse como macro.
33249 \end_layout
33250
33251 \begin_layout Standard
33252 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
33253  la barra de herramientas de macros:
33254 \end_layout
33255
33256 \begin_layout Standard
33257 \begin_inset VSpace defskip
33258 \end_inset
33259
33260
33261 \end_layout
33262
33263 \begin_layout Standard
33264 \begin_inset Graphics
33265         filename ../clipart/MacroToolbar.png
33266
33267 \end_inset
33268
33269
33270 \begin_inset Index idx
33271 status collapsed
33272
33273 \begin_layout Plain Layout
33274 Macros ! Barra de herramientas
33275 \end_layout
33276
33277 \end_inset
33278
33279
33280 \end_layout
33281
33282 \begin_layout Standard
33283 \begin_inset VSpace defskip
33284 \end_inset
33285
33286
33287 \end_layout
33288
33289 \begin_layout Standard
33290 La barra de herramientas de macros contiene los siguientes botones:
33291 \end_layout
33292
33293 \begin_layout Standard
33294 \begin_inset VSpace defskip
33295 \end_inset
33296
33297
33298 \end_layout
33299
33300 \begin_layout Standard
33301 \begin_inset Tabular
33302 <lyxtabular version="3" rows="9" columns="2">
33303 <features rotate="0" islongtable="true" longtabularalignment="center">
33304 <column alignment="left" valignment="top">
33305 <column alignment="left" valignment="top" width="85col%">
33306 <row interlinespace="2.5mm">
33307 <cell alignment="center" valignment="top" usebox="none">
33308 \begin_inset Text
33309
33310 \begin_layout Plain Layout
33311 \begin_inset Graphics
33312         filename ../../images/math-macro-remove-param.png
33313         rotateOrigin center
33314
33315 \end_inset
33316
33317
33318 \end_layout
33319
33320 \end_inset
33321 </cell>
33322 <cell alignment="center" valignment="top" usebox="none">
33323 \begin_inset Text
33324
33325 \begin_layout Plain Layout
33326
33327 \family sans
33328 Editar\SpecialChar \menuseparator
33329 Ecuación\SpecialChar \menuseparator
33330 Definición de macro\SpecialChar \menuseparator
33331 Quitar último argumento
33332 \end_layout
33333
33334 \end_inset
33335 </cell>
33336 </row>
33337 <row interlinespace="2.5mm">
33338 <cell alignment="center" valignment="top" usebox="none">
33339 \begin_inset Text
33340
33341 \begin_layout Plain Layout
33342 \begin_inset Graphics
33343         filename ../../images/math-macro-add-param.png
33344         rotateOrigin center
33345
33346 \end_inset
33347
33348
33349 \end_layout
33350
33351 \end_inset
33352 </cell>
33353 <cell alignment="center" valignment="top" usebox="none">
33354 \begin_inset Text
33355
33356 \begin_layout Plain Layout
33357
33358 \family sans
33359 Editar\SpecialChar \menuseparator
33360 Ecuación\SpecialChar \menuseparator
33361 Definición de macro\SpecialChar \menuseparator
33362 Añadir argumento
33363 \end_layout
33364
33365 \end_inset
33366 </cell>
33367 </row>
33368 <row interlinespace="2.5mm">
33369 <cell alignment="center" valignment="top" usebox="none">
33370 \begin_inset Text
33371
33372 \begin_layout Plain Layout
33373 \begin_inset Graphics
33374         filename ../../images/math-macro-make-optional.png
33375         rotateOrigin center
33376
33377 \end_inset
33378
33379
33380 \end_layout
33381
33382 \end_inset
33383 </cell>
33384 <cell alignment="center" valignment="top" usebox="none">
33385 \begin_inset Text
33386
33387 \begin_layout Plain Layout
33388
33389 \family sans
33390 Editar\SpecialChar \menuseparator
33391 Ecuación\SpecialChar \menuseparator
33392 Definición de macro\SpecialChar \menuseparator
33393 Hacer opcional el primer
33394 \begin_inset Newline newline
33395 \end_inset
33396
33397
33398 \begin_inset Phantom HPhantom
33399 status open
33400
33401 \begin_layout Plain Layout
33402
33403 \family sans
33404 Editar\SpecialChar \menuseparator
33405 Ecuación\SpecialChar \menuseparator
33406 Definición de macro\SpecialChar \menuseparator
33407
33408 \end_layout
33409
33410 \end_inset
33411
33412 argumento no opcional
33413 \end_layout
33414
33415 \end_inset
33416 </cell>
33417 </row>
33418 <row interlinespace="2.5mm">
33419 <cell alignment="center" valignment="top" usebox="none">
33420 \begin_inset Text
33421
33422 \begin_layout Plain Layout
33423 \begin_inset Graphics
33424         filename ../../images/math-macro-make-nonoptional.png
33425         rotateOrigin center
33426
33427 \end_inset
33428
33429
33430 \end_layout
33431
33432 \end_inset
33433 </cell>
33434 <cell alignment="center" valignment="top" usebox="none">
33435 \begin_inset Text
33436
33437 \begin_layout Plain Layout
33438
33439 \family sans
33440 Editar\SpecialChar \menuseparator
33441 Ecuación\SpecialChar \menuseparator
33442 Definición de macro\SpecialChar \menuseparator
33443 Hacer no opcional el primer
33444 \begin_inset Newline newline
33445 \end_inset
33446
33447
33448 \begin_inset Phantom HPhantom
33449 status open
33450
33451 \begin_layout Plain Layout
33452
33453 \family sans
33454 Editar\SpecialChar \menuseparator
33455 Ecuación\SpecialChar \menuseparator
33456 Definición de macro\SpecialChar \menuseparator
33457
33458 \end_layout
33459
33460 \end_inset
33461
33462 argumento opcional
33463 \end_layout
33464
33465 \end_inset
33466 </cell>
33467 </row>
33468 <row interlinespace="2.5mm">
33469 <cell alignment="center" valignment="top" usebox="none">
33470 \begin_inset Text
33471
33472 \begin_layout Plain Layout
33473 \begin_inset Graphics
33474         filename ../../images/math-macro-remove-optional-param.png
33475         rotateOrigin center
33476
33477 \end_inset
33478
33479
33480 \end_layout
33481
33482 \end_inset
33483 </cell>
33484 <cell alignment="center" valignment="top" usebox="none">
33485 \begin_inset Text
33486
33487 \begin_layout Plain Layout
33488
33489 \family sans
33490 Editar\SpecialChar \menuseparator
33491 Ecuación\SpecialChar \menuseparator
33492 Definición de macro\SpecialChar \menuseparator
33493 Quitar argumento opcional
33494 \end_layout
33495
33496 \end_inset
33497 </cell>
33498 </row>
33499 <row interlinespace="2.5mm">
33500 <cell alignment="center" valignment="top" usebox="none">
33501 \begin_inset Text
33502
33503 \begin_layout Plain Layout
33504 \begin_inset Graphics
33505         filename ../../images/math-macro-add-optional-param.png
33506         rotateOrigin center
33507
33508 \end_inset
33509
33510
33511 \end_layout
33512
33513 \end_inset
33514 </cell>
33515 <cell alignment="center" valignment="top" usebox="none">
33516 \begin_inset Text
33517
33518 \begin_layout Plain Layout
33519
33520 \family sans
33521 Editar\SpecialChar \menuseparator
33522 Ecuación\SpecialChar \menuseparator
33523 Definición de macro\SpecialChar \menuseparator
33524 Insertar argumento opcional
33525 \end_layout
33526
33527 \end_inset
33528 </cell>
33529 </row>
33530 <row interlinespace="2.5mm">
33531 <cell alignment="center" valignment="top" usebox="none">
33532 \begin_inset Text
33533
33534 \begin_layout Plain Layout
33535 \begin_inset Graphics
33536         filename ../../images/math-macro-remove-greedy-param.png
33537         rotateOrigin center
33538
33539 \end_inset
33540
33541
33542 \end_layout
33543
33544 \end_inset
33545 </cell>
33546 <cell alignment="center" valignment="top" usebox="none">
33547 \begin_inset Text
33548
33549 \begin_layout Plain Layout
33550
33551 \family sans
33552 Editar\SpecialChar \menuseparator
33553 Ecuación\SpecialChar \menuseparator
33554 Definición de macro\SpecialChar \menuseparator
33555 Quitar último argumento
33556 \begin_inset Newline newline
33557 \end_inset
33558
33559
33560 \begin_inset Phantom HPhantom
33561 status open
33562
33563 \begin_layout Plain Layout
33564
33565 \family sans
33566 Editar\SpecialChar \menuseparator
33567 Ecuación\SpecialChar \menuseparator
33568 Definición de macro\SpecialChar \menuseparator
33569
33570 \end_layout
33571
33572 \end_inset
33573
33574 yendo hacia la derecha
33575 \end_layout
33576
33577 \end_inset
33578 </cell>
33579 </row>
33580 <row interlinespace="2.5mm">
33581 <cell alignment="center" valignment="top" usebox="none">
33582 \begin_inset Text
33583
33584 \begin_layout Plain Layout
33585 \begin_inset Graphics
33586         filename ../../images/math-macro-append-greedy-param.png
33587         rotateOrigin center
33588
33589 \end_inset
33590
33591
33592 \end_layout
33593
33594 \end_inset
33595 </cell>
33596 <cell alignment="center" valignment="top" usebox="none">
33597 \begin_inset Text
33598
33599 \begin_layout Plain Layout
33600
33601 \family sans
33602 Editar\SpecialChar \menuseparator
33603 Ecuación\SpecialChar \menuseparator
33604 Definición de macro\SpecialChar \menuseparator
33605 Añadir argumento comiendo
33606 \begin_inset Newline newline
33607 \end_inset
33608
33609
33610 \begin_inset Phantom HPhantom
33611 status open
33612
33613 \begin_layout Plain Layout
33614
33615 \family sans
33616 Editar\SpecialChar \menuseparator
33617 Ecuación\SpecialChar \menuseparator
33618 Definición de macro\SpecialChar \menuseparator
33619
33620 \end_layout
33621
33622 \end_inset
33623
33624 desde la derecha
33625 \end_layout
33626
33627 \end_inset
33628 </cell>
33629 </row>
33630 <row interlinespace="2.5mm">
33631 <cell alignment="center" valignment="top" usebox="none">
33632 \begin_inset Text
33633
33634 \begin_layout Plain Layout
33635 \begin_inset Graphics
33636         filename ../../images/math-macro-add-greedy-optional-param.png
33637         rotateOrigin center
33638
33639 \end_inset
33640
33641
33642 \end_layout
33643
33644 \end_inset
33645 </cell>
33646 <cell alignment="center" valignment="top" usebox="none">
33647 \begin_inset Text
33648
33649 \begin_layout Plain Layout
33650
33651 \family sans
33652 Editar\SpecialChar \menuseparator
33653 Ecuación\SpecialChar \menuseparator
33654 Definición de macro\SpecialChar \menuseparator
33655 Añadir argumento opcional
33656 \begin_inset Newline newline
33657 \end_inset
33658
33659
33660 \begin_inset Phantom HPhantom
33661 status open
33662
33663 \begin_layout Plain Layout
33664
33665 \family sans
33666 Editar\SpecialChar \menuseparator
33667 Ecuación\SpecialChar \menuseparator
33668 Definición de macro\SpecialChar \menuseparator
33669
33670 \end_layout
33671
33672 \end_inset
33673
33674 comiendo desde la derecha
33675 \end_layout
33676
33677 \end_inset
33678 </cell>
33679 </row>
33680 </lyxtabular>
33681
33682 \end_inset
33683
33684
33685 \end_layout
33686
33687 \begin_layout Section
33688 Sistema algebraico computacional
33689 \end_layout
33690
33691 \begin_layout Standard
33692 LyX permite el intercambio entre expresiones matemáticas escritas con su
33693  editor de ecuaciones y aplicaciones externas o guiones definidos por el
33694  usuario.
33695  Las aplicaciones soportadas actualmente son 
33696 \family sans
33697 Maple
33698 \family default
33699
33700 \family sans
33701 Mathematica
33702 \family default
33703
33704 \family sans
33705 Maxima
33706 \family default
33707  y 
33708 \family sans
33709 Octave
33710 \family default
33711 .
33712  Hay que advertir que el conjunto de estructuras matemáticas soportadas
33713  se limita a casos muy simples.
33714 \end_layout
33715
33716 \begin_layout Subsection
33717 Utilización
33718 \end_layout
33719
33720 \begin_layout Standard
33721 Escribe alguna expresión en una ecuación, despliega el menú 
33722 \family sans
33723 Editar\SpecialChar \menuseparator
33724 Ecuación\SpecialChar \menuseparator
33725 Usar programa de álgebra
33726 \family default
33727  y elige la aplicación que esté instalada en tu ordenador.
33728  Después de eso el resultado de la computación debería mostrarse a la derecha
33729  de la expresión junto con el operador "=".
33730 \end_layout
33731
33732 \begin_layout Standard
33733 A continuación hay unos ejemplos sencillos (con resultados de 
33734 \family sans
33735 Maxima
33736 \family default
33737 ) que muestran qué tipos de computación se pueden realizar:
33738 \end_layout
33739
33740 \begin_layout Itemize
33741 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33742 \end_inset
33743
33744
33745 \end_layout
33746
33747 \begin_layout Itemize
33748 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33749 \end_inset
33750
33751
33752 \end_layout
33753
33754 \begin_layout Itemize
33755 \begin_inset Formula $\int_{1}^{2}\sen(x)dx=\cos1-\cos2$
33756 \end_inset
33757
33758
33759 \end_layout
33760
33761 \begin_layout Itemize
33762 \begin_inset Formula $\det\left[\begin{array}{ccc}
33763 1 & 6 & 7\\
33764 2 & 5 & 8\\
33765 3 & 4 & 17
33766 \end{array}\right]=-56$
33767 \end_inset
33768
33769
33770 \end_layout
33771
33772 \begin_layout Itemize
33773 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33774 \end_inset
33775
33776
33777 \end_layout
33778
33779 \begin_layout Subsection
33780 Atajos de teclado
33781 \end_layout
33782
33783 \begin_layout Standard
33784 Actualmente no hay atajos de teclado para ejecutar las aplicaciones de álgebra.
33785  Se puede vincular fácilmente una combinación de teclas a la función 
33786 \family sans
33787 math-extern
33788 \family default
33789  de Lyx (véase el manual 
33790 \emph on
33791 Funciones de LyX
33792 \emph default
33793 ).
33794  Por ejemplo, para vincular la tecla 
33795 \family sans
33796 Entrar
33797 \family default
33798  en el editor de ecuaciones a 
33799 \family sans
33800 Maxima
33801 \family default
33802  se podría usar este comando para definir el atajo de teclado:
33803 \end_layout
33804
33805 \begin_layout Standard
33806
33807 \series bold
33808 command-alternatives break-paragraph;math-extern maxima
33809 \end_layout
33810
33811 \begin_layout Section
33812 Consejos prácticos
33813 \begin_inset Index idx
33814 status collapsed
33815
33816 \begin_layout Plain Layout
33817 Consejos prácticos
33818 \end_layout
33819
33820 \end_inset
33821
33822
33823 \end_layout
33824
33825 \begin_layout Subsection
33826 Números negativos
33827 \begin_inset Index idx
33828 status collapsed
33829
33830 \begin_layout Plain Layout
33831 Numeros@Números ! negativos
33832 \end_layout
33833
33834 \end_inset
33835
33836
33837 \end_layout
33838
33839 \begin_layout Standard
33840 Los números negativos a veces se ven feos en las ecuaciones porque el signo
33841  menos delante del número tiene la misma longitud que el operador signo
33842  menos.
33843  Si se escribe el número negativo en texto normal el signo menos aparece
33844  correctamente.
33845 \end_layout
33846
33847 \begin_layout Standard
33848 Así pues, el problema desaparece si se convierte el signo menos a texto
33849  matemático.
33850 \end_layout
33851
33852 \begin_layout Standard
33853 Un ejemplo para visualizar el problema:
33854 \end_layout
33855
33856 \begin_layout Standard
33857 \noindent
33858 \align center
33859 \begin_inset Tabular
33860 <lyxtabular version="3" rows="3" columns="2">
33861 <features rotate="0" tabularvalignment="middle">
33862 <column alignment="center" valignment="top">
33863 <column alignment="center" valignment="top">
33864 <row>
33865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33866 \begin_inset Text
33867
33868 \begin_layout Plain Layout
33869 texto normal:
33870 \end_layout
33871
33872 \end_inset
33873 </cell>
33874 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33875 \begin_inset Text
33876
33877 \begin_layout Plain Layout
33878 x = -2
33879 \end_layout
33880
33881 \end_inset
33882 </cell>
33883 </row>
33884 <row>
33885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33886 \begin_inset Text
33887
33888 \begin_layout Plain Layout
33889 ecuación:
33890 \end_layout
33891
33892 \end_inset
33893 </cell>
33894 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33895 \begin_inset Text
33896
33897 \begin_layout Plain Layout
33898 \begin_inset Formula $x=-2$
33899 \end_inset
33900
33901
33902 \end_layout
33903
33904 \end_inset
33905 </cell>
33906 </row>
33907 <row>
33908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33909 \begin_inset Text
33910
33911 \begin_layout Plain Layout
33912 solución:
33913 \end_layout
33914
33915 \end_inset
33916 </cell>
33917 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33918 \begin_inset Text
33919
33920 \begin_layout Plain Layout
33921 \begin_inset Formula $x=\mbox{-}2$
33922 \end_inset
33923
33924
33925 \end_layout
33926
33927 \end_inset
33928 </cell>
33929 </row>
33930 </lyxtabular>
33931
33932 \end_inset
33933
33934
33935 \end_layout
33936
33937 \begin_layout Subsection
33938 Coma como separador decimal
33939 \begin_inset Index idx
33940 status collapsed
33941
33942 \begin_layout Plain Layout
33943 Coma decimal
33944 \end_layout
33945
33946 \end_inset
33947
33948
33949 \end_layout
33950
33951 \begin_layout Standard
33952 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
33953  de grupos numéricos.
33954  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
33955 \end_layout
33956
33957 \begin_layout Standard
33958 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
33959  
33960 \family sans
33961 Ctrl+M
33962 \family default
33963 ).
33964 \end_layout
33965
33966 \begin_layout Standard
33967 Para usar las comas en todas las fórmulas del documento como separador decimal,
33968  se carga el archivo 
33969 \series bold
33970 icomma.sty
33971 \series default
33972
33973 \begin_inset Foot
33974 status collapsed
33975
33976 \begin_layout Plain Layout
33977
33978 \series bold
33979 icomma
33980 \series default
33981  forma parte del paquete LaTeX 
33982 \series bold
33983 was
33984 \series default
33985
33986 \begin_inset Index idx
33987 status collapsed
33988
33989 \begin_layout Plain Layout
33990 Paquetes ! was
33991 \begin_inset ERT
33992 status collapsed
33993
33994 \begin_layout Plain Layout
33995
33996
33997 \backslash
33998 vspace{4mm}
33999 \end_layout
34000
34001 \end_inset
34002
34003
34004 \end_layout
34005
34006 \end_inset
34007
34008 .
34009 \end_layout
34010
34011 \end_inset
34012
34013
34014 \begin_inset Index idx
34015 status collapsed
34016
34017 \begin_layout Plain Layout
34018 Paquetes ! icomma
34019 \end_layout
34020
34021 \end_inset
34022
34023  en el preámbulo LaTeX con la línea: 
34024 \end_layout
34025
34026 \begin_layout Standard
34027
34028 \series bold
34029
34030 \backslash
34031 usepackage{icomma}
34032 \end_layout
34033
34034 \begin_layout Subsection
34035 Vectores cuánticos y notación bra-ket
34036 \begin_inset CommandInset label
34037 LatexCommand label
34038 name "sub:Vectores-cuánticos"
34039
34040 \end_inset
34041
34042
34043 \begin_inset Index idx
34044 status collapsed
34045
34046 \begin_layout Plain Layout
34047 Vectores cuánticos
34048 \end_layout
34049
34050 \end_inset
34051
34052
34053 \begin_inset Index idx
34054 status collapsed
34055
34056 \begin_layout Plain Layout
34057 Notación bra-ket
34058 \end_layout
34059
34060 \end_inset
34061
34062
34063 \end_layout
34064
34065 \begin_layout Standard
34066 El paquete LaTeX 
34067 \series bold
34068 braket
34069 \series default
34070
34071 \begin_inset Index idx
34072 status collapsed
34073
34074 \begin_layout Plain Layout
34075 Paquetes ! braket
34076 \end_layout
34077
34078 \end_inset
34079
34080  suministra comandos para escribir paréntesis angulares que se usan en mecánica
34081  cuántica: la notación 
34082 \begin_inset Quotes fld
34083 \end_inset
34084
34085 bra-ket
34086 \begin_inset Quotes frd
34087 \end_inset
34088
34089 ; se carga con la línea de preámbulo LaTeX:
34090 \end_layout
34091
34092 \begin_layout Standard
34093
34094 \series bold
34095
34096 \backslash
34097 usepackage{braket}
34098 \end_layout
34099
34100 \begin_layout Standard
34101 \begin_inset ERT
34102 status collapsed
34103
34104 \begin_layout Plain Layout
34105
34106
34107 \backslash
34108 ifbraket 
34109 \end_layout
34110
34111 \end_inset
34112
34113
34114 \begin_inset Note Note
34115 status open
34116
34117 \begin_layout Plain Layout
34118 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
34119 \series bold
34120 braket
34121 \series default
34122  está instalado.
34123 \end_layout
34124
34125 \end_inset
34126
34127
34128 \end_layout
34129
34130 \begin_layout Standard
34131 Están definidos los siguientes comandos:
34132 \end_layout
34133
34134 \begin_layout Standard
34135 \noindent
34136 \align center
34137 \begin_inset Tabular
34138 <lyxtabular version="3" rows="4" columns="2">
34139 <features rotate="0" tabularvalignment="middle">
34140 <column alignment="center" valignment="top">
34141 <column alignment="center" valignment="top">
34142 <row>
34143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34144 \begin_inset Text
34145
34146 \begin_layout Plain Layout
34147 Comando
34148 \end_layout
34149
34150 \end_inset
34151 </cell>
34152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34153 \begin_inset Text
34154
34155 \begin_layout Plain Layout
34156 Resultado
34157 \end_layout
34158
34159 \end_inset
34160 </cell>
34161 </row>
34162 <row>
34163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34164 \begin_inset Text
34165
34166 \begin_layout Plain Layout
34167
34168 \backslash
34169 Bra{
34170 \backslash
34171 psi
34172 \end_layout
34173
34174 \end_inset
34175 </cell>
34176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34177 \begin_inset Text
34178
34179 \begin_layout Plain Layout
34180 \begin_inset Formula $\Bra{\psi}$
34181 \end_inset
34182
34183
34184 \end_layout
34185
34186 \end_inset
34187 </cell>
34188 </row>
34189 <row>
34190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34191 \begin_inset Text
34192
34193 \begin_layout Plain Layout
34194
34195 \backslash
34196 Ket{
34197 \backslash
34198 psi
34199 \end_layout
34200
34201 \end_inset
34202 </cell>
34203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34204 \begin_inset Text
34205
34206 \begin_layout Plain Layout
34207 \begin_inset Formula $\Ket{\psi}$
34208 \end_inset
34209
34210
34211 \end_layout
34212
34213 \end_inset
34214 </cell>
34215 </row>
34216 <row>
34217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34218 \begin_inset Text
34219
34220 \begin_layout Plain Layout
34221
34222 \backslash
34223 Braket{
34224 \backslash
34225 psi|
34226 \backslash
34227 phi
34228 \end_layout
34229
34230 \end_inset
34231 </cell>
34232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34233 \begin_inset Text
34234
34235 \begin_layout Plain Layout
34236 \begin_inset Formula $\Braket{\psi|\phi}$
34237 \end_inset
34238
34239
34240 \end_layout
34241
34242 \end_inset
34243 </cell>
34244 </row>
34245 </lyxtabular>
34246
34247 \end_inset
34248
34249
34250 \end_layout
34251
34252 \begin_layout Standard
34253 El comando 
34254 \series bold
34255
34256 \backslash
34257 Braket
34258 \series default
34259  asegura que todas las barras verticales tienen el tamaño de los delimitadores
34260  circundantes:
34261 \begin_inset Formula 
34262 \[
34263 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34264 \]
34265
34266 \end_inset
34267
34268
34269 \begin_inset ERT
34270 status collapsed
34271
34272 \begin_layout Plain Layout
34273
34274
34275 \backslash
34276 else
34277 \end_layout
34278
34279 \end_inset
34280
34281
34282 \begin_inset Note Note
34283 status open
34284
34285 \begin_layout Plain Layout
34286 Lo que sigue se verá en la salida si el paquete LaTeX 
34287 \series bold
34288 braket
34289 \series default
34290  no está instalado:
34291 \end_layout
34292
34293 \end_inset
34294
34295
34296 \end_layout
34297
34298 \begin_layout Standard
34299 Debes instalar el paquete LaTeX 
34300 \series bold
34301 braket
34302 \series default
34303  para ver en la salida el resto de esta subsección.
34304 \end_layout
34305
34306 \begin_layout Standard
34307 \begin_inset ERT
34308 status collapsed
34309
34310 \begin_layout Plain Layout
34311
34312
34313 \backslash
34314 fi
34315 \end_layout
34316
34317 \end_inset
34318
34319
34320 \end_layout
34321
34322 \begin_layout Standard
34323 El efecto de 
34324 \series bold
34325
34326 \backslash
34327 Braket
34328 \series default
34329  también se puede conseguir con el comando 
34330 \series bold
34331
34332 \backslash
34333 middle
34334 \series default
34335 , que se describe en 
34336 \begin_inset CommandInset ref
34337 LatexCommand ref
34338 reference "sub:Tamaño-automático-de"
34339
34340 \end_inset
34341
34342 .
34343 \end_layout
34344
34345 \begin_layout Subsection
34346 Fracciones definidas por el usuario
34347 \begin_inset CommandInset label
34348 LatexCommand label
34349 name "sub:Fracciones-personalizadas"
34350
34351 \end_inset
34352
34353
34354 \begin_inset Index idx
34355 status collapsed
34356
34357 \begin_layout Plain Layout
34358 Fracciones ! personalizadas
34359 \end_layout
34360
34361 \end_inset
34362
34363
34364 \end_layout
34365
34366 \begin_layout Standard
34367 Para definir comandos personalizados para fracciones, se usa el comando
34368  
34369 \series bold
34370
34371 \backslash
34372 genfrac
34373 \series default
34374
34375 \begin_inset Index idx
34376 status collapsed
34377
34378 \begin_layout Plain Layout
34379 Comandos ! G ! 
34380 \backslash
34381 genfrac
34382 \end_layout
34383
34384 \end_inset
34385
34386  con el siguiente esquema:
34387 \end_layout
34388
34389 \begin_layout Standard
34390
34391 \series bold
34392
34393 \backslash
34394 genfrac{delimitador izquierdo}{delimitador derecho}
34395 \begin_inset Newline newline
34396 \end_inset
34397
34398
34399 \begin_inset Phantom HPhantom
34400 status open
34401
34402 \begin_layout Plain Layout
34403
34404 \series bold
34405
34406 \backslash
34407 genfrac
34408 \end_layout
34409
34410 \end_inset
34411
34412 {grosor raya de fracción}{estilo}{numerador}{denominador}
34413 \end_layout
34414
34415 \begin_layout Standard
34416 El estilo es un número en el rango 0
34417 \begin_inset space \thinspace{}
34418 \end_inset
34419
34420 -
34421 \begin_inset space \thinspace{}
34422 \end_inset
34423
34424 3.
34425 \end_layout
34426
34427 \begin_layout Standard
34428 \align center
34429 \begin_inset Tabular
34430 <lyxtabular version="3" rows="5" columns="2">
34431 <features rotate="0" tabularvalignment="middle">
34432 <column alignment="center" valignment="top">
34433 <column alignment="center" valignment="top">
34434 <row>
34435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34436 \begin_inset Text
34437
34438 \begin_layout Plain Layout
34439 Número
34440 \end_layout
34441
34442 \end_inset
34443 </cell>
34444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34445 \begin_inset Text
34446
34447 \begin_layout Plain Layout
34448 Estilo (tamaño)
34449 \end_layout
34450
34451 \end_inset
34452 </cell>
34453 </row>
34454 <row>
34455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34456 \begin_inset Text
34457
34458 \begin_layout Plain Layout
34459 0
34460 \end_layout
34461
34462 \end_inset
34463 </cell>
34464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34465 \begin_inset Text
34466
34467 \begin_layout Plain Layout
34468 ecuación presentada
34469 \end_layout
34470
34471 \end_inset
34472 </cell>
34473 </row>
34474 <row>
34475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34476 \begin_inset Text
34477
34478 \begin_layout Plain Layout
34479 1
34480 \end_layout
34481
34482 \end_inset
34483 </cell>
34484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34485 \begin_inset Text
34486
34487 \begin_layout Plain Layout
34488 ecuación en línea
34489 \end_layout
34490
34491 \end_inset
34492 </cell>
34493 </row>
34494 <row>
34495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34496 \begin_inset Text
34497
34498 \begin_layout Plain Layout
34499 2
34500 \end_layout
34501
34502 \end_inset
34503 </cell>
34504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34505 \begin_inset Text
34506
34507 \begin_layout Plain Layout
34508 pequeño
34509 \end_layout
34510
34511 \end_inset
34512 </cell>
34513 </row>
34514 <row>
34515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34516 \begin_inset Text
34517
34518 \begin_layout Plain Layout
34519 3
34520 \end_layout
34521
34522 \end_inset
34523 </cell>
34524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34525 \begin_inset Text
34526
34527 \begin_layout Plain Layout
34528 muy pequeño
34529 \end_layout
34530
34531 \end_inset
34532 </cell>
34533 </row>
34534 </lyxtabular>
34535
34536 \end_inset
34537
34538
34539 \end_layout
34540
34541 \begin_layout Standard
34542 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
34543  
34544 \series bold
34545
34546 \backslash
34547 frac
34548 \series default
34549 .
34550 \end_layout
34551
34552 \begin_layout Standard
34553 Si no se pone grosor de la raya de fracción se usará el valor predefinido
34554  de 0.4
34555 \begin_inset space \thinspace{}
34556 \end_inset
34557
34558 pt.
34559 \end_layout
34560
34561 \begin_layout Standard
34562 Por ejemplo, los comandos 
34563 \series bold
34564
34565 \backslash
34566 dfrac
34567 \series default
34568  y 
34569 \series bold
34570
34571 \backslash
34572 tbinom
34573 \series default
34574  de la 
34575 \begin_inset CommandInset ref
34576 LatexCommand ref
34577 reference "sub:Fracciones"
34578
34579 \end_inset
34580
34581  se definen con los comandos:
34582 \end_layout
34583
34584 \begin_layout Standard
34585
34586 \series bold
34587
34588 \backslash
34589 newcommand{
34590 \backslash
34591 dfrac}[2]{
34592 \backslash
34593 genfrac{}{}{}{0}{#1}{#2}}
34594 \end_layout
34595
34596 \begin_layout Standard
34597 y
34598 \end_layout
34599
34600 \begin_layout Standard
34601
34602 \series bold
34603
34604 \backslash
34605 newcommand{
34606 \backslash
34607 tbinom}[2]{
34608 \backslash
34609 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34610 \end_layout
34611
34612 \begin_layout Standard
34613 \begin_inset VSpace medskip
34614 \end_inset
34615
34616
34617 \end_layout
34618
34619 \begin_layout Standard
34620 Para definir una fracción en la que el grosor de la raya se pueda definir
34621  como argumento opcional, se inserta la siguiente línea en el preámbulo
34622  LaTeX:
34623 \end_layout
34624
34625 \begin_layout Standard
34626
34627 \series bold
34628
34629 \backslash
34630 newcommand{
34631 \backslash
34632 fracS}[3][]{
34633 \backslash
34634 genfrac{}{}{#1}{}{#2}{#3}}
34635 \end_layout
34636
34637 \begin_layout Standard
34638 Un ensayo:
34639 \begin_inset Formula 
34640 \begin{align*}
34641 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34642 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34643 \end{align*}
34644
34645 \end_inset
34646
34647 Como se puede ver, la distancia del numerador y el denominador a la raya
34648  de fracción se redondea a unas tres veces el grosor de la raya.
34649 \end_layout
34650
34651 \begin_layout Subsection
34652 Ecuaciones canceladas
34653 \begin_inset Index idx
34654 status collapsed
34655
34656 \begin_layout Plain Layout
34657 Ecuación ! cancelada
34658 \end_layout
34659
34660 \end_inset
34661
34662
34663 \end_layout
34664
34665 \begin_layout Standard
34666 Hay cuatro formas de cancelar ecuaciones o partes de ellas:
34667 \end_layout
34668
34669 \begin_layout Standard
34670 \begin_inset ERT
34671 status collapsed
34672
34673 \begin_layout Plain Layout
34674
34675
34676 \backslash
34677 ifcancel 
34678 \end_layout
34679
34680 \end_inset
34681
34682
34683 \begin_inset Note Note
34684 status open
34685
34686 \begin_layout Plain Layout
34687 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
34688 \series bold
34689 cancel
34690 \series default
34691  está instalado.
34692 \end_layout
34693
34694 \end_inset
34695
34696
34697 \end_layout
34698
34699 \begin_layout Standard
34700 \align center
34701 \begin_inset Tabular
34702 <lyxtabular version="3" rows="5" columns="2">
34703 <features rotate="0" tabularvalignment="middle">
34704 <column alignment="center" valignment="top">
34705 <column alignment="center" valignment="top">
34706 <row>
34707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34708 \begin_inset Text
34709
34710 \begin_layout Plain Layout
34711 Comando
34712 \end_layout
34713
34714 \end_inset
34715 </cell>
34716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34717 \begin_inset Text
34718
34719 \begin_layout Plain Layout
34720 Resultado
34721 \begin_inset Note Note
34722 status collapsed
34723
34724 \begin_layout Plain Layout
34725 El
34726 \series bold
34727  
34728 \series default
34729 espacio y 
34730 \series bold
34731
34732 \backslash
34733 raisebox
34734 \series default
34735  se usa sólo como espaciador
34736 \end_layout
34737
34738 \end_inset
34739
34740
34741 \end_layout
34742
34743 \end_inset
34744 </cell>
34745 </row>
34746 <row>
34747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34748 \begin_inset Text
34749
34750 \begin_layout Plain Layout
34751
34752 \backslash
34753 cancel
34754 \begin_inset space \textvisiblespace{}
34755 \end_inset
34756
34757
34758 \backslash
34759 int
34760 \begin_inset space \textvisiblespace{}
34761 \end_inset
34762
34763 A=B
34764 \end_layout
34765
34766 \end_inset
34767 </cell>
34768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34769 \begin_inset Text
34770
34771 \begin_layout Plain Layout
34772 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34773 \end_inset
34774
34775
34776 \end_layout
34777
34778 \end_inset
34779 </cell>
34780 </row>
34781 <row>
34782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34783 \begin_inset Text
34784
34785 \begin_layout Plain Layout
34786
34787 \backslash
34788 bcancel
34789 \begin_inset space \textvisiblespace{}
34790 \end_inset
34791
34792
34793 \backslash
34794 int
34795 \begin_inset space \textvisiblespace{}
34796 \end_inset
34797
34798 A=B
34799 \end_layout
34800
34801 \end_inset
34802 </cell>
34803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34804 \begin_inset Text
34805
34806 \begin_layout Plain Layout
34807 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34808 \end_inset
34809
34810
34811 \end_layout
34812
34813 \end_inset
34814 </cell>
34815 </row>
34816 <row>
34817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34818 \begin_inset Text
34819
34820 \begin_layout Plain Layout
34821
34822 \backslash
34823 xcancel
34824 \begin_inset space \textvisiblespace{}
34825 \end_inset
34826
34827
34828 \backslash
34829 int
34830 \begin_inset space \textvisiblespace{}
34831 \end_inset
34832
34833 A=B
34834 \end_layout
34835
34836 \end_inset
34837 </cell>
34838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34839 \begin_inset Text
34840
34841 \begin_layout Plain Layout
34842 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34843 \end_inset
34844
34845
34846 \end_layout
34847
34848 \end_inset
34849 </cell>
34850 </row>
34851 <row>
34852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34853 \begin_inset Text
34854
34855 \begin_layout Plain Layout
34856
34857 \backslash
34858 cancelto
34859 \begin_inset space \textvisiblespace{}
34860 \end_inset
34861
34862
34863 \backslash
34864 int
34865 \begin_inset space \textvisiblespace{}
34866 \end_inset
34867
34868 A=B
34869 \begin_inset Formula $\to$
34870 \end_inset
34871
34872 1
34873 \end_layout
34874
34875 \end_inset
34876 </cell>
34877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34878 \begin_inset Text
34879
34880 \begin_layout Plain Layout
34881 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34882 \end_inset
34883
34884
34885 \end_layout
34886
34887 \end_inset
34888 </cell>
34889 </row>
34890 </lyxtabular>
34891
34892 \end_inset
34893
34894
34895 \end_layout
34896
34897 \begin_layout Standard
34898
34899 \series bold
34900
34901 \backslash
34902 cancelto
34903 \series default
34904  es especialmente apropiado para visualizar la simplificación de fracciones
34905  en una ecuación:
34906 \begin_inset Formula 
34907 \[
34908 \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}}}
34909 \]
34910
34911 \end_inset
34912
34913
34914 \end_layout
34915
34916 \begin_layout Standard
34917 Para cambiar el tamaño del valor subscrito por 
34918 \series bold
34919
34920 \backslash
34921 cancelto
34922 \series default
34923  se puede 
34924 \lang english
34925 add the LaTeX-preamble line
34926 \end_layout
34927
34928 \begin_layout Standard
34929
34930 \series bold
34931
34932 \backslash
34933 PassOptionsToPackage{option}{cancel}
34934 \end_layout
34935
34936 \begin_layout Standard
34937
34938 \lang english
34939 where 
34940 \series bold
34941 option
34942 \series default
34943  is either
34944 \lang spanish
34945  
34946 \series bold
34947 samesize
34948 \series default
34949 , que da el mismo tamaño que para el valor cancelado, o 
34950 \series bold
34951 Smaller
34952 \series default
34953 , que da un tamaño un poco más pequeño que normal.
34954 \end_layout
34955
34956 \begin_layout Standard
34957 Para colorear la raya de cancelación añade el siguiente comando en código
34958  TeX:
34959 \end_layout
34960
34961 \begin_layout Standard
34962
34963 \series bold
34964
34965 \backslash
34966 renewcommand{
34967 \backslash
34968 CancelColor}{
34969 \backslash
34970 color{red}}
34971 \end_layout
34972
34973 \begin_layout Standard
34974 donde 
34975 \series bold
34976 red
34977 \series default
34978  puede reemplazarse por el color deseado.
34979 \end_layout
34980
34981 \begin_layout Standard
34982 \begin_inset ERT
34983 status collapsed
34984
34985 \begin_layout Plain Layout
34986
34987
34988 \backslash
34989 renewcommand{
34990 \backslash
34991 CancelColor}{
34992 \backslash
34993 color{red}}
34994 \end_layout
34995
34996 \end_inset
34997
34998
34999 \end_layout
35000
35001 \begin_layout Standard
35002 \begin_inset Formula 
35003 \[
35004 \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}}}
35005 \]
35006
35007 \end_inset
35008
35009
35010 \end_layout
35011
35012 \begin_layout Standard
35013 \begin_inset ERT
35014 status collapsed
35015
35016 \begin_layout Plain Layout
35017
35018
35019 \backslash
35020 renewcommand{
35021 \backslash
35022 CancelColor}{
35023 \backslash
35024 color{black}}
35025 \end_layout
35026
35027 \end_inset
35028
35029
35030 \begin_inset Note Note
35031 status open
35032
35033 \begin_layout Plain Layout
35034 restablece el color
35035 \end_layout
35036
35037 \end_inset
35038
35039
35040 \end_layout
35041
35042 \begin_layout Standard
35043 Para otras posibilidades de personalización, véase la documentación del
35044  paquete
35045 \series bold
35046  cancel
35047 \series default
35048
35049 \begin_inset CommandInset citation
35050 LatexCommand cite
35051 key "cancel"
35052
35053 \end_inset
35054
35055 .
35056 \begin_inset Index idx
35057 status collapsed
35058
35059 \begin_layout Plain Layout
35060 Paquetes ! cancel
35061 \end_layout
35062
35063 \end_inset
35064
35065
35066 \end_layout
35067
35068 \begin_layout Standard
35069 \begin_inset ERT
35070 status collapsed
35071
35072 \begin_layout Plain Layout
35073
35074
35075 \backslash
35076 else
35077 \end_layout
35078
35079 \end_inset
35080
35081
35082 \begin_inset Note Note
35083 status open
35084
35085 \begin_layout Plain Layout
35086 Lo que sigue se verá en la salida si el paquete LaTeX 
35087 \series bold
35088 cancel
35089 \series default
35090  no está instalado:
35091 \end_layout
35092
35093 \end_inset
35094
35095
35096 \end_layout
35097
35098 \begin_layout Standard
35099 Debes instalar el paquete LaTeX 
35100 \series bold
35101 cancel
35102 \series default
35103  para ver en la salida el resto de esta subsección.
35104 \end_layout
35105
35106 \begin_layout Standard
35107 \begin_inset ERT
35108 status collapsed
35109
35110 \begin_layout Plain Layout
35111
35112
35113 \backslash
35114 fi
35115 \end_layout
35116
35117 \end_inset
35118
35119
35120 \end_layout
35121
35122 \begin_layout Subsection
35123 Ecuaciones en encabezados de sección
35124 \begin_inset CommandInset label
35125 LatexCommand label
35126 name "sub:Ecuaciones-en-encabezados"
35127
35128 \end_inset
35129
35130
35131 \begin_inset Index idx
35132 status collapsed
35133
35134 \begin_layout Plain Layout
35135 Ecuación ! en encabezados de sección
35136 \end_layout
35137
35138 \end_inset
35139
35140
35141 \end_layout
35142
35143 \begin_layout Standard
35144 Si se quiere poner una ecuación en un encabezado de sección hay que tener
35145  en cuenta lo siguiente:
35146 \end_layout
35147
35148 \begin_layout Standard
35149 \begin_inset Note Greyedout
35150 status open
35151
35152 \begin_layout Plain Layout
35153 Si el soporte para 
35154 \series bold
35155 hyperref
35156 \series default
35157
35158 \begin_inset Index idx
35159 status collapsed
35160
35161 \begin_layout Plain Layout
35162 Paquetes ! hyperref
35163 \end_layout
35164
35165 \end_inset
35166
35167  está activado en la configuración del documento, 
35168 \family sans
35169 Propiedades
35170 \begin_inset space ~
35171 \end_inset
35172
35173
35174 \family default
35175 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
35176  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
35177  texto del marcador, porque se infringen las convenciones PDF.
35178 \end_layout
35179
35180 \end_inset
35181
35182
35183 \end_layout
35184
35185 \begin_layout Standard
35186 Estos problemas se pueden solucionar insertando al final del encabezado
35187  un título breve con el menú 
35188 \family sans
35189 Insertar\SpecialChar \menuseparator
35190 Título
35191 \begin_inset space ~
35192 \end_inset
35193
35194 breve
35195 \family default
35196 .
35197  Los títulos breves se usan como alternativa para encabezados de sección
35198  con más de una línea para mantener el buen aspecto del índice.
35199  En éste sólo aparece el título breve y por tanto también en los marcadores.
35200 \end_layout
35201
35202 \begin_layout Standard
35203 Si hay que poner ecuaciones en el índice y se usa 
35204 \series bold
35205 hyperref
35206 \series default
35207 , se puede insertar el siguiente comando en modo TeX:
35208 \end_layout
35209
35210 \begin_layout Standard
35211
35212 \series bold
35213
35214 \backslash
35215 texorpdfstring{parte}{alternativa}
35216 \begin_inset Index idx
35217 status collapsed
35218
35219 \begin_layout Plain Layout
35220 Comandos ! T ! 
35221 \backslash
35222 texorpdfstring
35223 \end_layout
35224
35225 \end_inset
35226
35227
35228 \end_layout
35229
35230 \begin_layout Standard
35231 parte se refiere a la parte del encabezado que no debería aparecer en el
35232  marcador PDF.
35233  Pueden ser caracteres, ecuaciones, notas al pie y también referencias cruzadas.
35234  La alternativa se usa para el marcador en vez de la parte.
35235 \end_layout
35236
35237 \begin_layout Standard
35238 Aquí hay dos ejemplos de encabezados con ecuación:
35239 \end_layout
35240
35241 \begin_layout Standard
35242 \begin_inset VSpace -3mm
35243 \end_inset
35244
35245
35246 \end_layout
35247
35248 \begin_layout Standard
35249 \begin_inset ERT
35250 status collapsed
35251
35252 \begin_layout Plain Layout
35253
35254
35255 \backslash
35256 boldmath 
35257 \end_layout
35258
35259 \end_inset
35260
35261
35262 \end_layout
35263
35264 \begin_layout Subsubsection
35265 Encabezado sin ecuación en el índice 
35266 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35267 \end_inset
35268
35269
35270 \begin_inset Argument 1
35271 status collapsed
35272
35273 \begin_layout Plain Layout
35274 Encabezado sin ecuación en el índice
35275 \end_layout
35276
35277 \end_inset
35278
35279
35280 \end_layout
35281
35282 \begin_layout Subsubsection
35283 Encabezado con ecuación en el índice
35284 \begin_inset ERT
35285 status collapsed
35286
35287 \begin_layout Plain Layout
35288
35289
35290 \backslash
35291 texorpdfstring{
35292 \end_layout
35293
35294 \end_inset
35295
35296  
35297 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35298 \end_inset
35299
35300
35301 \begin_inset ERT
35302 status collapsed
35303
35304 \begin_layout Plain Layout
35305
35306 }{}
35307 \end_layout
35308
35309 \end_inset
35310
35311
35312 \end_layout
35313
35314 \begin_layout Standard
35315 \begin_inset ERT
35316 status collapsed
35317
35318 \begin_layout Plain Layout
35319
35320
35321 \backslash
35322 unboldmath 
35323 \end_layout
35324
35325 \end_inset
35326
35327 En el primer encabezado se ha puesto un título breve, en el segundo un 
35328 \series bold
35329
35330 \backslash
35331 texorpdfstring
35332 \series default
35333 .
35334 \end_layout
35335
35336 \begin_layout Standard
35337 Para obtener el mismo formato que en los demás encabezados se han puesto
35338  ambos en un entorno 
35339 \series bold
35340 boldmath
35341 \series default
35342 .
35343 \begin_inset Foot
35344 status collapsed
35345
35346 \begin_layout Plain Layout
35347 véase 
35348 \begin_inset CommandInset ref
35349 LatexCommand ref
35350 reference "sub:Ecuaciones-en-negrita"
35351
35352 \end_inset
35353
35354
35355 \end_layout
35356
35357 \end_inset
35358
35359
35360 \end_layout
35361
35362 \begin_layout Subsection
35363 Ecuaciones en texto multicolumna
35364 \begin_inset Index idx
35365 status collapsed
35366
35367 \begin_layout Plain Layout
35368 Ecuación ! en texto multicolumna
35369 \end_layout
35370
35371 \end_inset
35372
35373
35374 \end_layout
35375
35376 \begin_layout Standard
35377 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
35378  para ajustarse a la columna y entonces es preciso abarcar la anchura total
35379  de la página.
35380  Esto se hace usando el paquete LaTeX 
35381 \series bold
35382 multicol
35383 \series default
35384 ,
35385 \begin_inset Foot
35386 status collapsed
35387
35388 \begin_layout Plain Layout
35389
35390 \series bold
35391 multicol
35392 \series default
35393  forma parte de las distribuciones LaTeX estándar.
35394 \end_layout
35395
35396 \end_inset
35397
35398
35399 \begin_inset Index idx
35400 status collapsed
35401
35402 \begin_layout Plain Layout
35403 Paquetes ! multicol
35404 \end_layout
35405
35406 \end_inset
35407
35408  que se carga en el preámbulo LaTeX con la línea
35409 \end_layout
35410
35411 \begin_layout Standard
35412
35413 \series bold
35414
35415 \backslash
35416 usepackage{multicol}
35417 \end_layout
35418
35419 \begin_layout Standard
35420 \begin_inset Note Greyedout
35421 status open
35422
35423 \begin_layout Plain Layout
35424 Ten en cuenta que la opción 
35425 \family sans
35426 Documento
35427 \begin_inset space ~
35428 \end_inset
35429
35430 con
35431 \begin_inset space ~
35432 \end_inset
35433
35434 dos
35435 \begin_inset space ~
35436 \end_inset
35437
35438 caras
35439 \family default
35440 , bajo 
35441 \family sans
35442 Diseño
35443 \begin_inset space ~
35444 \end_inset
35445
35446 de
35447 \begin_inset space ~
35448 \end_inset
35449
35450 página 
35451 \family default
35452 en el menú 
35453 \family sans
35454 Documento\SpecialChar \menuseparator
35455 Configuración
35456 \family default
35457  
35458 \emph on
35459 debe
35460 \emph default
35461  estar desmarcada.
35462 \end_layout
35463
35464 \end_inset
35465
35466
35467 \end_layout
35468
35469 \begin_layout Standard
35470 Antes del texto multicolumna se inserta en modo TeX el comando
35471 \end_layout
35472
35473 \begin_layout Standard
35474
35475 \series bold
35476
35477 \backslash
35478 begin{multicols}{número de columnas}
35479 \end_layout
35480
35481 \begin_layout Standard
35482 El número de columnas está en el rango 2-10.
35483  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
35484  TeX el comando
35485 \end_layout
35486
35487 \begin_layout Standard
35488
35489 \series bold
35490
35491 \backslash
35492 end{multicols}
35493 \end_layout
35494
35495 \begin_layout Standard
35496 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
35497  Para quitarlo se inserta un espacio vertical de -6
35498 \begin_inset space \thinspace{}
35499 \end_inset
35500
35501 mm antes de la ecuación.
35502  Si se usa el estilo 
35503 \series bold
35504 Sangrado
35505 \series default
35506 ,
35507 \begin_inset Foot
35508 status collapsed
35509
35510 \begin_layout Plain Layout
35511 véase estilos de ecuación en 
35512 \begin_inset CommandInset ref
35513 LatexCommand ref
35514 reference "sec:Estilos-de-ecuación"
35515
35516 \end_inset
35517
35518
35519 \end_layout
35520
35521 \end_inset
35522
35523  se inserta un espacio de -9
35524 \begin_inset space \thinspace{}
35525 \end_inset
35526
35527 mm.
35528 \end_layout
35529
35530 \begin_layout Standard
35531 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
35532 \end_layout
35533
35534 \begin_layout Standard
35535
35536 \lang german
35537 \begin_inset ERT
35538 status collapsed
35539
35540 \begin_layout Plain Layout
35541
35542
35543 \backslash
35544 begin{multicols}{2}
35545 \end_layout
35546
35547 \end_inset
35548
35549 Das Spektrum wird fouriertransformiert.
35550  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35551 , Lösungsmittel) zu trennen.
35552  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35553  nun das Aussehen des Ausgangssignals.
35554  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35555  über alle Phasen integrieren muss.
35556  Sei nun 
35557 \begin_inset Formula $S$
35558 \end_inset
35559
35560  unser normiertes Ausgangssignal und 
35561 \begin_inset Formula $P$
35562 \end_inset
35563
35564  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35565 \begin_inset ERT
35566 status collapsed
35567
35568 \begin_layout Plain Layout
35569
35570
35571 \backslash
35572 end{multicols}
35573 \end_layout
35574
35575 \end_inset
35576
35577
35578 \begin_inset VSpace -6mm
35579 \end_inset
35580
35581
35582 \begin_inset Formula 
35583 \begin{equation}
35584 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35585 \end{equation}
35586
35587 \end_inset
35588
35589
35590 \begin_inset ERT
35591 status collapsed
35592
35593 \begin_layout Plain Layout
35594
35595
35596 \backslash
35597 begin{multicols}{2}
35598 \end_layout
35599
35600 \end_inset
35601
35602 wobei 
35603 \begin_inset Formula $S_{0}$
35604 \end_inset
35605
35606  das Signal ohne Gradient ist und die Normierungsbedingung 
35607 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35608 \end_inset
35609
35610  gilt.
35611  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35612  Direkt nach dem 
35613 \begin_inset Formula $\nicefrac{\pi}{2}$
35614 \end_inset
35615
35616
35617 \begin_inset space \thinspace{}
35618 \end_inset
35619
35620 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35621  das Signal zusätzlich abschwächt.
35622  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35623  
35624 \begin_inset Formula $T_{2}$
35625 \end_inset
35626
35627 -Zeit.
35628 \end_layout
35629
35630 \begin_layout Standard
35631
35632 \lang german
35633 \begin_inset ERT
35634 status collapsed
35635
35636 \begin_layout Plain Layout
35637
35638
35639 \backslash
35640 end{multicols}
35641 \end_layout
35642
35643 \end_inset
35644
35645
35646 \end_layout
35647
35648 \begin_layout Subsection
35649 Ecuaciones con descripción de variables
35650 \begin_inset Index idx
35651 status collapsed
35652
35653 \begin_layout Plain Layout
35654 Ecuación ! con descripción de variables
35655 \end_layout
35656
35657 \end_inset
35658
35659
35660 \end_layout
35661
35662 \begin_layout Standard
35663 Para describir variables en una ecuación, como en la fórmula 
35664 \begin_inset CommandInset ref
35665 LatexCommand eqref
35666 reference "eq:within"
35667
35668 \end_inset
35669
35670 , se inserta una matriz 2×
35671 \begin_inset Formula $n$
35672 \end_inset
35673
35674  con columnas alineadas a la izquierda para las 
35675 \emph on
35676
35677 \begin_inset Formula $n$
35678 \end_inset
35679
35680
35681 \emph default
35682  variables usadas.
35683 \begin_inset Foot
35684 status collapsed
35685
35686 \begin_layout Plain Layout
35687 véase matrices en 
35688 \begin_inset CommandInset ref
35689 LatexCommand ref
35690 reference "sec:Matrices"
35691
35692 \end_inset
35693
35694
35695 \end_layout
35696
35697 \end_inset
35698
35699  Para poner la descripción en tamaño más pequeño se inserta, por ejemplo,
35700  el comando 
35701 \series bold
35702
35703 \backslash
35704 footnotesize
35705 \series default
35706  antes de la matriz.
35707 \begin_inset Foot
35708 status collapsed
35709
35710 \begin_layout Plain Layout
35711 véase tamaños de tipografías en 
35712 \begin_inset CommandInset ref
35713 LatexCommand ref
35714 reference "sub:Tamaños-de-tipografías"
35715
35716 \end_inset
35717
35718 .
35719 \end_layout
35720
35721 \end_inset
35722
35723
35724 \end_layout
35725
35726 \begin_layout Standard
35727 Si se usa el estilo 
35728 \series bold
35729 Sangrado
35730 \series default
35731 ,
35732 \begin_inset Foot
35733 status collapsed
35734
35735 \begin_layout Plain Layout
35736 véase estilos de ecuación en 
35737 \begin_inset CommandInset ref
35738 LatexCommand ref
35739 reference "sec:Estilos-de-ecuación"
35740
35741 \end_inset
35742
35743
35744 \end_layout
35745
35746 \end_inset
35747
35748  se inserta un 
35749 \series bold
35750
35751 \backslash
35752 hfill
35753 \series default
35754
35755 \begin_inset Foot
35756 status collapsed
35757
35758 \begin_layout Plain Layout
35759
35760 \series bold
35761
35762 \backslash
35763 hfill
35764 \series default
35765  sólo funciona en ecuaciones en estilo 
35766 \series bold
35767 Sangrado
35768 \series default
35769 , véase 
35770 \begin_inset CommandInset ref
35771 LatexCommand ref
35772 reference "sub:Espacio-variable"
35773
35774 \end_inset
35775
35776
35777 \end_layout
35778
35779 \end_inset
35780
35781  delante y detrás de la matriz para que tenga la misma separación con la
35782  ecuación y con el margen.
35783 \end_layout
35784
35785 \begin_layout Standard
35786 Si se usa el estilo 
35787 \series bold
35788 Centrado
35789 \series default
35790  se emplea el método descrito en la 
35791 \begin_inset CommandInset ref
35792 LatexCommand ref
35793 reference "sub:Entorno-flalign"
35794
35795 \end_inset
35796
35797  para sangrar la ecuación.
35798  La ecuación 
35799 \begin_inset CommandInset ref
35800 LatexCommand eqref
35801 reference "eq:within"
35802
35803 \end_inset
35804
35805  consta de cinco columnas ya que las dos primeras contienen la fórmula,
35806  la tercera la matriz y la última una llave TeX vacía.
35807 \begin_inset Formula 
35808 \begin{flalign}
35809 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
35810 \rho & \mbox{densidad}\\
35811 V & \mbox{volumen}\\
35812 g & \mbox{aceleración gravitatoria}
35813 \end{array} &  & {}\label{eq:within}
35814 \end{flalign}
35815
35816 \end_inset
35817
35818
35819 \end_layout
35820
35821 \begin_layout Subsection
35822 Letras griegas minúsculas en redonda
35823 \begin_inset CommandInset label
35824 LatexCommand label
35825 name "sub:Griegas-en-redonda"
35826
35827 \end_inset
35828
35829
35830 \begin_inset Index idx
35831 status collapsed
35832
35833 \begin_layout Plain Layout
35834 Letras griegas ! en redonda
35835 \end_layout
35836
35837 \end_inset
35838
35839
35840 \end_layout
35841
35842 \begin_layout Standard
35843 La mayoría de las tipografías sólo suministran letras griegas minúsculas
35844  en cursiva.
35845  Pero para símbolos de partículas elementales como piones y neutrinos hacen
35846  falta letras griegas en redonda.
35847  El archivo 
35848 \series bold
35849 upgreek.sty
35850 \series default
35851
35852 \begin_inset Foot
35853 status collapsed
35854
35855 \begin_layout Plain Layout
35856
35857 \series bold
35858 upgreek
35859 \series default
35860  forma parte del paquete LaTeX 
35861 \series bold
35862 was
35863 \series default
35864
35865 \begin_inset Index idx
35866 status collapsed
35867
35868 \begin_layout Plain Layout
35869 Paquetes ! was
35870 \begin_inset ERT
35871 status collapsed
35872
35873 \begin_layout Plain Layout
35874
35875
35876 \backslash
35877 vspace{4mm}
35878 \end_layout
35879
35880 \end_inset
35881
35882
35883 \end_layout
35884
35885 \end_inset
35886
35887 .
35888 \end_layout
35889
35890 \end_inset
35891
35892
35893 \begin_inset Index idx
35894 status collapsed
35895
35896 \begin_layout Plain Layout
35897 Paquetes ! upgreek
35898 \end_layout
35899
35900 \end_inset
35901
35902 , que se carga en el preámbulo LaTeX con la línea
35903 \end_layout
35904
35905 \begin_layout Standard
35906
35907 \series bold
35908
35909 \backslash
35910 usepackage{upgreek}
35911 \end_layout
35912
35913 \begin_layout Standard
35914 las suministra.
35915  
35916 \begin_inset ERT
35917 status collapsed
35918
35919 \begin_layout Plain Layout
35920
35921
35922 \backslash
35923 ifupgreek 
35924 \end_layout
35925
35926 \end_inset
35927
35928
35929 \begin_inset Note Note
35930 status open
35931
35932 \begin_layout Plain Layout
35933 Lo siguiente sólo se podrá ver si está instalado el paquete LaTeX 
35934 \series bold
35935 upgreek
35936 \series default
35937 :
35938 \end_layout
35939
35940 \end_inset
35941
35942  Se imprimen con el comando de la letra correspondiente precedido de 
35943 \series bold
35944 up
35945 \series default
35946 .
35947  Por ejemplo, el comando 
35948 \series bold
35949
35950 \backslash
35951 uptau
35952 \series default
35953  genera: 
35954 \begin_inset Formula $\uptau$
35955 \end_inset
35956
35957
35958 \end_layout
35959
35960 \begin_layout Standard
35961 Con estos comandos se pueden escribir reacciones entre partículas elementales:
35962 \begin_inset Formula 
35963 \[
35964 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
35965 \]
35966
35967 \end_inset
35968
35969
35970 \end_layout
35971
35972 \begin_layout Standard
35973 Las letras en redonda son más remarcadas y más grandes que las correspondientes
35974  en cursiva.
35975  Por tanto no deberían emplearse para unidades como 
35976 \begin_inset Quotes fld
35977 \end_inset
35978
35979 µm
35980 \begin_inset Quotes frd
35981 \end_inset
35982
35983 .
35984 \end_layout
35985
35986 \begin_layout Standard
35987 \begin_inset ERT
35988 status collapsed
35989
35990 \begin_layout Plain Layout
35991
35992
35993 \backslash
35994 else 
35995 \end_layout
35996
35997 \end_inset
35998
35999
36000 \begin_inset Note Note
36001 status open
36002
36003 \begin_layout Plain Layout
36004 Lo siguiente se mostrará si el paquete LaTeX 
36005 \series bold
36006 upgreek
36007 \series default
36008  no está instalado:
36009 \end_layout
36010
36011 \end_inset
36012
36013
36014 \end_layout
36015
36016 \begin_layout Standard
36017 Debes instalar el paquete LaTeX 
36018 \series bold
36019 upgreek
36020 \series default
36021  para ver en la salida el resto de esta subsección.
36022  
36023 \end_layout
36024
36025 \begin_layout Standard
36026 \begin_inset ERT
36027 status collapsed
36028
36029 \begin_layout Plain Layout
36030
36031
36032 \backslash
36033 fi
36034 \end_layout
36035
36036 \end_inset
36037
36038
36039 \end_layout
36040
36041 \begin_layout Standard
36042 \begin_inset Newpage newpage
36043 \end_inset
36044
36045
36046 \end_layout
36047
36048 \begin_layout Subsection
36049 Caracteres de texto en ecuaciones
36050 \begin_inset CommandInset label
36051 LatexCommand label
36052 name "sub:Caracteres-de-texto"
36053
36054 \end_inset
36055
36056
36057 \begin_inset Index idx
36058 status collapsed
36059
36060 \begin_layout Plain Layout
36061 Texto ! en ecuaciones
36062 \end_layout
36063
36064 \end_inset
36065
36066
36067 \end_layout
36068
36069 \begin_layout Standard
36070 En algunos casos podrías querer insertar caracteres de texto directamente
36071  en ecuaciones.
36072  Por ejemplo, cuando se usa con frecuencia el punto centrado 
36073 \begin_inset Formula $\cdot$
36074 \end_inset
36075
36076  en expresiones como 
36077 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
36078 \end_inset
36079
36080 , habría que insertar el comando 
36081 \series bold
36082
36083 \backslash
36084 cdot
36085 \series default
36086
36087 \begin_inset Foot
36088 status collapsed
36089
36090 \begin_layout Plain Layout
36091 véase 
36092 \begin_inset CommandInset ref
36093 LatexCommand ref
36094 reference "sub:Operadores-binarios"
36095
36096 \end_inset
36097
36098
36099 \end_layout
36100
36101 \end_inset
36102
36103  continuamente, porque este carácter está definido en todas las codificaciones
36104  como carácter de texto.
36105  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
36106 \end_layout
36107
36108 \begin_layout Standard
36109
36110 \series bold
36111
36112 \backslash
36113 Declare Inputtext{183}{
36114 \backslash
36115 ifmmode
36116 \backslash
36117 cdot
36118 \backslash
36119 else
36120 \backslash
36121 textperiodcentered
36122 \backslash
36123 f\SpecialChar \textcompwordmark{}
36124 i}
36125 \end_layout
36126
36127 \begin_layout Standard
36128 La codificación de caracteres (menú 
36129 \family sans
36130 Documento\SpecialChar \menuseparator
36131 Configuración\SpecialChar \menuseparator
36132 Idioma
36133 \family default
36134 ) especifica el carácter que se muestra al pulsar una tecla.
36135  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
36136  
36137 \series bold
36138
36139 \backslash
36140 textperiodcentered
36141 \series default
36142 .
36143  Pero este comando no está disponible en ecuaciones así que obtendrías errores
36144  de LaTeX.
36145  Con la codificación cambiada se escoge automáticamente el comando correcto,
36146  dependiendo de si el carácter se ha insertado en una ecuación o no.
36147 \end_layout
36148
36149 \begin_layout Standard
36150 La codificación de diversos caracteres se guarda en archivos de definición.
36151  Por ejemplo la codificación 
36152 \series bold
36153 latin9
36154 \series default
36155  se define en el archivo 
36156 \series bold
36157 latin9.def
36158 \series default
36159  que está en el directorio de LaTeX.
36160  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
36161  archivo de definición, de lo contrario nuestros documentos no podrían ser
36162  editados en otros ordenadores.
36163 \begin_inset VSpace medskip
36164 \end_inset
36165
36166
36167 \end_layout
36168
36169 \begin_layout Standard
36170 Además del punto centrado, en este documento se ha definido el símbolo grado
36171  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
36172  directamente en una fórmula:
36173 \end_layout
36174
36175 \begin_layout Standard
36176
36177 \series bold
36178
36179 \backslash
36180 DeclareInputtext{176}{
36181 \backslash
36182 ifmmode^
36183 \backslash
36184 circ
36185 \backslash
36186 else
36187 \backslash
36188 textdegree
36189 \backslash
36190 f\SpecialChar \textcompwordmark{}
36191 i}
36192 \begin_inset Newpage newpage
36193 \end_inset
36194
36195
36196 \end_layout
36197
36198 \begin_layout Section
36199 \start_of_appendix
36200 Notas sobre tipografía
36201 \begin_inset Index idx
36202 status collapsed
36203
36204 \begin_layout Plain Layout
36205 Tipografía, normas
36206 \end_layout
36207
36208 \end_inset
36209
36210
36211 \end_layout
36212
36213 \begin_layout Standard
36214 Esta sección es un resumen de las normas tipográficas ISO más importantes.
36215 \begin_inset Foot
36216 status collapsed
36217
36218 \begin_layout Plain Layout
36219 Este compendio se ha tomado parcialmente del diccionario semi-oficial alemán
36220  
36221 \begin_inset Quotes fld
36222 \end_inset
36223
36224 Duden
36225 \begin_inset Quotes frd
36226 \end_inset
36227
36228  
36229 \begin_inset CommandInset citation
36230 LatexCommand cite
36231 key "Duden"
36232
36233 \end_inset
36234
36235 , que incluye algunas de las normas ISO.
36236  
36237 \begin_inset Newline newline
36238 \end_inset
36239
36240 (
36241 \emph on
36242 N.
36243 \begin_inset space \thinspace{}
36244 \end_inset
36245
36246 del t.
36247 \emph default
36248 : Para documentación en español sobre el tema, véase 
36249 \begin_inset CommandInset citation
36250 LatexCommand cite
36251 key "Bezos"
36252
36253 \end_inset
36254
36255 .)
36256 \end_layout
36257
36258 \end_inset
36259
36260
36261 \end_layout
36262
36263 \begin_layout Itemize
36264 Las unidades físicas se escriben 
36265 \emph on
36266 siempre 
36267 \emph default
36268 en redonda
36269 \begin_inset Foot
36270 status collapsed
36271
36272 \begin_layout Plain Layout
36273 véase estilos de tipografías en 
36274 \begin_inset CommandInset ref
36275 LatexCommand ref
36276 reference "sub:Estilos-de-tipografías"
36277
36278 \end_inset
36279
36280
36281 \end_layout
36282
36283 \end_inset
36284
36285 , aunque aparezcan en un texto en cursiva: 30
36286 \begin_inset space \thinspace{}
36287 \end_inset
36288
36289 km/h
36290 \begin_inset Newline newline
36291 \end_inset
36292
36293 Entre el valor y la unidad hay un espacio delgado, véase 
36294 \begin_inset CommandInset ref
36295 LatexCommand ref
36296 reference "sub:Espacio-predefinido"
36297
36298 \end_inset
36299
36300 .
36301 \begin_inset Newline newline
36302 \end_inset
36303
36304 Esta norma la cumple automáticamente el comando 
36305 \series bold
36306
36307 \backslash
36308 unittwo
36309 \series default
36310 .
36311  Si se introduce en una fórmula aparecen dos marcos.
36312  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
36313  como antes, 
36314 \begin_inset Formula $\unit[30]{km/h}$
36315 \end_inset
36316
36317
36318 \begin_inset space \thinspace{}
36319 \end_inset
36320
36321 .
36322  Ten en cuenta que 
36323 \series bold
36324
36325 \backslash
36326 unittwo
36327 \series default
36328  no es un auténtico comando LaTeX, sino el comando 
36329 \series bold
36330
36331 \backslash
36332 unit[value]{unit}
36333 \series default
36334 , por tanto no lo puedes usar en código TeX.
36335 \end_layout
36336
36337 \begin_layout Itemize
36338 Los signos por ciento y por mil se escriben como las unidades físicas:
36339 \begin_inset Newline newline
36340 \end_inset
36341
36342 1,2
36343 \begin_inset space \thinspace{}
36344 \end_inset
36345
36346 ‰ de alcohol en sangre.
36347 \end_layout
36348
36349 \begin_layout Itemize
36350 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
36351  otra unidad: 15
36352 \begin_inset space \thinspace{}
36353 \end_inset
36354
36355 °C
36356 \end_layout
36357
36358 \begin_layout Itemize
36359 En números con más de cuatro dígitos se inserta un espacio delgado para
36360  separarlos en grupos de tres cifras: 18
36361 \begin_inset space \thinspace{}
36362 \end_inset
36363
36364 473
36365 \begin_inset space \thinspace{}
36366 \end_inset
36367
36368 588
36369 \end_layout
36370
36371 \begin_layout Itemize
36372 Para dimensiones como 120×90×40
36373 \begin_inset space \thinspace{}
36374 \end_inset
36375
36376 cm se usa el aspa de multiplicar 
36377 \begin_inset Quotes fld
36378 \end_inset
36379
36380 ×
36381 \begin_inset Quotes frd
36382 \end_inset
36383
36384 .
36385  Está disponible en el menú 
36386 \family sans
36387 Insertar\SpecialChar \menuseparator
36388 Carácter especial
36389 \family default
36390 \SpecialChar \menuseparator
36391
36392 \family sans
36393 Símbolos
36394 \family default
36395  o bien mediante el comando 
36396 \series bold
36397
36398 \backslash
36399 times
36400 \series default
36401 .
36402  Se puede insertar directamente con cierta combinación de teclas.
36403 \end_layout
36404
36405 \begin_layout Itemize
36406 Las funciones con nombres que constan de varias letras se escriben en redonda
36407  para evitar confusiones, véase 
36408 \begin_inset CommandInset ref
36409 LatexCommand ref
36410 reference "sub:Funciones-predefinidas"
36411
36412 \end_inset
36413
36414 .
36415 \end_layout
36416
36417 \begin_layout Itemize
36418 Los índices que constan de varias letras se escriben en redonda: 
36419 \begin_inset Formula $E_{\mathrm{cin}}$
36420 \end_inset
36421
36422
36423 \begin_inset Newline newline
36424 \end_inset
36425
36426 Los componentes de una matriz se escriben en cursiva: 
36427 \begin_inset Formula $\hat{H}_{kl}$
36428 \end_inset
36429
36430
36431 \end_layout
36432
36433 \begin_layout Itemize
36434 El operador de diferenciación/integración 'd', el número de Euler 'e' y
36435  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
36436 s con otras variables.
36437 \end_layout
36438
36439 \begin_layout Itemize
36440 El carácter que indica una transformación 
36441 \noun on
36442 Fourier
36443 \noun default
36444  se inserta con el comando 
36445 \series bold
36446
36447 \backslash
36448 mathscr
36449 \begin_inset space \textvisiblespace{}
36450 \end_inset
36451
36452 F
36453 \series default
36454  o mediante el menú
36455 \family sans
36456  Insertar\SpecialChar \menuseparator
36457 Carácter especial
36458 \family default
36459 \SpecialChar \menuseparator
36460
36461 \family sans
36462 Símbolos\SpecialChar \menuseparator
36463 Símbolos de letra
36464 \family default
36465
36466 \begin_inset Formula $\mathscr{F}$
36467 \end_inset
36468
36469
36470 \end_layout
36471
36472 \begin_layout Standard
36473 \begin_inset Newpage newpage
36474 \end_inset
36475
36476
36477 \end_layout
36478
36479 \begin_layout Section
36480 Sinónimos
36481 \begin_inset Index idx
36482 status collapsed
36483
36484 \begin_layout Plain Layout
36485 Sinónimos
36486 \end_layout
36487
36488 \end_inset
36489
36490
36491 \end_layout
36492
36493 \begin_layout Standard
36494 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
36495  como los que se recogen en esta lista:
36496 \begin_inset Foot
36497 status collapsed
36498
36499 \begin_layout Plain Layout
36500 véase también 
36501 \begin_inset CommandInset ref
36502 LatexCommand ref
36503 reference "fn:sinónimos"
36504
36505 \end_inset
36506
36507 .
36508 \end_layout
36509
36510 \end_inset
36511
36512
36513 \end_layout
36514
36515 \begin_layout Standard
36516 \begin_inset VSpace bigskip
36517 \end_inset
36518
36519
36520 \begin_inset space \hfill{}
36521 \end_inset
36522
36523
36524 \begin_inset Tabular
36525 <lyxtabular version="3" rows="12" columns="2">
36526 <features rotate="0" tabularvalignment="middle">
36527 <column alignment="center" valignment="top" width="0pt">
36528 <column alignment="center" valignment="top" width="0pt">
36529 <row>
36530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36531 \begin_inset Text
36532
36533 \begin_layout Plain Layout
36534 Comando
36535 \end_layout
36536
36537 \end_inset
36538 </cell>
36539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36540 \begin_inset Text
36541
36542 \begin_layout Plain Layout
36543 equivalente a
36544 \begin_inset Note Note
36545 status collapsed
36546
36547 \begin_layout Plain Layout
36548
36549 \series bold
36550
36551 \backslash
36552 raisebox
36553 \series default
36554  se usa sólo como espaciador
36555 \end_layout
36556
36557 \end_inset
36558
36559
36560 \end_layout
36561
36562 \end_inset
36563 </cell>
36564 </row>
36565 <row>
36566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36567 \begin_inset Text
36568
36569 \begin_layout Plain Layout
36570
36571 \backslash
36572 ast
36573 \end_layout
36574
36575 \end_inset
36576 </cell>
36577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36578 \begin_inset Text
36579
36580 \begin_layout Plain Layout
36581 \begin_inset ERT
36582 status collapsed
36583
36584 \begin_layout Plain Layout
36585
36586
36587 \backslash
36588 raisebox{-1.2mm}{
36589 \end_layout
36590
36591 \end_inset
36592
36593 *
36594 \begin_inset ERT
36595 status collapsed
36596
36597 \begin_layout Plain Layout
36598
36599 }
36600 \end_layout
36601
36602 \end_inset
36603
36604
36605 \end_layout
36606
36607 \end_inset
36608 </cell>
36609 </row>
36610 <row>
36611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36612 \begin_inset Text
36613
36614 \begin_layout Plain Layout
36615
36616 \backslash
36617 choose
36618 \end_layout
36619
36620 \end_inset
36621 </cell>
36622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36623 \begin_inset Text
36624
36625 \begin_layout Plain Layout
36626
36627 \backslash
36628 binom
36629 \end_layout
36630
36631 \end_inset
36632 </cell>
36633 </row>
36634 <row>
36635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36636 \begin_inset Text
36637
36638 \begin_layout Plain Layout
36639
36640 \backslash
36641 geq
36642 \end_layout
36643
36644 \end_inset
36645 </cell>
36646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36647 \begin_inset Text
36648
36649 \begin_layout Plain Layout
36650
36651 \backslash
36652 ge
36653 \end_layout
36654
36655 \end_inset
36656 </cell>
36657 </row>
36658 <row>
36659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36660 \begin_inset Text
36661
36662 \begin_layout Plain Layout
36663
36664 \backslash
36665 lbrace
36666 \end_layout
36667
36668 \end_inset
36669 </cell>
36670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36671 \begin_inset Text
36672
36673 \begin_layout Plain Layout
36674 {
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 lbracket
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" leftline="true" usebox="none">
36704 \begin_inset Text
36705
36706 \begin_layout Plain Layout
36707
36708 \backslash
36709 leftarrow
36710 \end_layout
36711
36712 \end_inset
36713 </cell>
36714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36715 \begin_inset Text
36716
36717 \begin_layout Plain Layout
36718
36719 \backslash
36720 gets
36721 \end_layout
36722
36723 \end_inset
36724 </cell>
36725 </row>
36726 <row>
36727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36728 \begin_inset Text
36729
36730 \begin_layout Plain Layout
36731
36732 \backslash
36733 leq
36734 \end_layout
36735
36736 \end_inset
36737 </cell>
36738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36739 \begin_inset Text
36740
36741 \begin_layout Plain Layout
36742
36743 \backslash
36744 le
36745 \end_layout
36746
36747 \end_inset
36748 </cell>
36749 </row>
36750 <row>
36751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36752 \begin_inset Text
36753
36754 \begin_layout Plain Layout
36755
36756 \backslash
36757 lor
36758 \end_layout
36759
36760 \end_inset
36761 </cell>
36762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36763 \begin_inset Text
36764
36765 \begin_layout Plain Layout
36766
36767 \backslash
36768 vee
36769 \end_layout
36770
36771 \end_inset
36772 </cell>
36773 </row>
36774 <row>
36775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36776 \begin_inset Text
36777
36778 \begin_layout Plain Layout
36779
36780 \backslash
36781 neq
36782 \end_layout
36783
36784 \end_inset
36785 </cell>
36786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36787 \begin_inset Text
36788
36789 \begin_layout Plain Layout
36790
36791 \backslash
36792 not=
36793 \end_layout
36794
36795 \end_inset
36796 </cell>
36797 </row>
36798 <row>
36799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36800 \begin_inset Text
36801
36802 \begin_layout Plain Layout
36803
36804 \backslash
36805 slash
36806 \end_layout
36807
36808 \end_inset
36809 </cell>
36810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36811 \begin_inset Text
36812
36813 \begin_layout Plain Layout
36814 /
36815 \end_layout
36816
36817 \end_inset
36818 </cell>
36819 </row>
36820 <row>
36821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36822 \begin_inset Text
36823
36824 \begin_layout Plain Layout
36825
36826 \backslash
36827 vert
36828 \end_layout
36829
36830 \end_inset
36831 </cell>
36832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36833 \begin_inset Text
36834
36835 \begin_layout Plain Layout
36836 |
36837 \end_layout
36838
36839 \end_inset
36840 </cell>
36841 </row>
36842 </lyxtabular>
36843
36844 \end_inset
36845
36846
36847 \begin_inset space \hfill{}
36848 \end_inset
36849
36850
36851 \begin_inset Tabular
36852 <lyxtabular version="3" rows="12" columns="2">
36853 <features rotate="0" tabularvalignment="middle">
36854 <column alignment="center" valignment="top" width="0pt">
36855 <column alignment="center" valignment="top" width="0pt">
36856 <row>
36857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36858 \begin_inset Text
36859
36860 \begin_layout Plain Layout
36861 Comando
36862 \end_layout
36863
36864 \end_inset
36865 </cell>
36866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36867 \begin_inset Text
36868
36869 \begin_layout Plain Layout
36870 equivalente a
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 backslash
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
36895 \backslash
36896
36897 \end_layout
36898
36899 \end_inset
36900 </cell>
36901 </row>
36902 <row>
36903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36904 \begin_inset Text
36905
36906 \begin_layout Plain Layout
36907
36908 \backslash
36909 dasharrow
36910 \end_layout
36911
36912 \end_inset
36913 </cell>
36914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36915 \begin_inset Text
36916
36917 \begin_layout Plain Layout
36918
36919 \backslash
36920 dashrightarrow
36921 \end_layout
36922
36923 \end_inset
36924 </cell>
36925 </row>
36926 <row>
36927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36928 \begin_inset Text
36929
36930 \begin_layout Plain Layout
36931
36932 \backslash
36933 land
36934 \end_layout
36935
36936 \end_inset
36937 </cell>
36938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36939 \begin_inset Text
36940
36941 \begin_layout Plain Layout
36942
36943 \backslash
36944 wedge
36945 \end_layout
36946
36947 \end_inset
36948 </cell>
36949 </row>
36950 <row>
36951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36952 \begin_inset Text
36953
36954 \begin_layout Plain Layout
36955
36956 \backslash
36957 rbrace
36958 \end_layout
36959
36960 \end_inset
36961 </cell>
36962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36963 \begin_inset Text
36964
36965 \begin_layout Plain Layout
36966 }
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 rbracket
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 \end_layout
36990
36991 \end_inset
36992 </cell>
36993 </row>
36994 <row>
36995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36996 \begin_inset Text
36997
36998 \begin_layout Plain Layout
36999
37000 \backslash
37001 rightarrow
37002 \end_layout
37003
37004 \end_inset
37005 </cell>
37006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37007 \begin_inset Text
37008
37009 \begin_layout Plain Layout
37010
37011 \backslash
37012 to
37013 \end_layout
37014
37015 \end_inset
37016 </cell>
37017 </row>
37018 <row>
37019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37020 \begin_inset Text
37021
37022 \begin_layout Plain Layout
37023
37024 \backslash
37025 lnot
37026 \end_layout
37027
37028 \end_inset
37029 </cell>
37030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37031 \begin_inset Text
37032
37033 \begin_layout Plain Layout
37034
37035 \backslash
37036 neg
37037 \end_layout
37038
37039 \end_inset
37040 </cell>
37041 </row>
37042 <row>
37043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37044 \begin_inset Text
37045
37046 \begin_layout Plain Layout
37047
37048 \backslash
37049 ne
37050 \end_layout
37051
37052 \end_inset
37053 </cell>
37054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37055 \begin_inset Text
37056
37057 \begin_layout Plain Layout
37058
37059 \backslash
37060 not=
37061 \end_layout
37062
37063 \end_inset
37064 </cell>
37065 </row>
37066 <row>
37067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37068 \begin_inset Text
37069
37070 \begin_layout Plain Layout
37071
37072 \backslash
37073 owns
37074 \end_layout
37075
37076 \end_inset
37077 </cell>
37078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37079 \begin_inset Text
37080
37081 \begin_layout Plain Layout
37082
37083 \backslash
37084 ni
37085 \end_layout
37086
37087 \end_inset
37088 </cell>
37089 </row>
37090 <row>
37091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37092 \begin_inset Text
37093
37094 \begin_layout Plain Layout
37095
37096 \backslash
37097 square
37098 \end_layout
37099
37100 \end_inset
37101 </cell>
37102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37103 \begin_inset Text
37104
37105 \begin_layout Plain Layout
37106
37107 \backslash
37108 Box
37109 \end_layout
37110
37111 \end_inset
37112 </cell>
37113 </row>
37114 <row>
37115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37116 \begin_inset Text
37117
37118 \begin_layout Plain Layout
37119
37120 \backslash
37121 Vert
37122 \end_layout
37123
37124 \end_inset
37125 </cell>
37126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37127 \begin_inset Text
37128
37129 \begin_layout Plain Layout
37130
37131 \backslash
37132 |
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 </row>
37138 </lyxtabular>
37139
37140 \end_inset
37141
37142
37143 \begin_inset space \hfill{}
37144 \end_inset
37145
37146
37147 \end_layout
37148
37149 \begin_layout Standard
37150 \begin_inset Newpage newpage
37151 \end_inset
37152
37153
37154 \end_layout
37155
37156 \begin_layout Bibliography
37157 \begin_inset CommandInset bibitem
37158 LatexCommand bibitem
37159 key "TLC2"
37160
37161 \end_inset
37162
37163
37164 \shape smallcaps
37165 Mittelbach, F.
37166  ; Goossens, M.
37167 \shape default
37168
37169 \shape italic
37170 The LaTeX Companion
37171 \shape default
37172 .
37173  Addison Wesley, 2004
37174 \end_layout
37175
37176 \begin_layout Bibliography
37177 \begin_inset CommandInset bibitem
37178 LatexCommand bibitem
37179 key "Mathmode"
37180
37181 \end_inset
37182
37183
37184 \begin_inset CommandInset href
37185 LatexCommand href
37186 name "Descripción"
37187 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37188
37189 \end_inset
37190
37191  de habilidades matemáticas de LaTeX
37192 \end_layout
37193
37194 \begin_layout Bibliography
37195 \begin_inset CommandInset bibitem
37196 LatexCommand bibitem
37197 key "AMS"
37198
37199 \end_inset
37200
37201
37202 \begin_inset CommandInset href
37203 LatexCommand href
37204 name "Descripción"
37205 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37206
37207 \end_inset
37208
37209  de 
37210 \begin_inset ERT
37211 status collapsed
37212
37213 \begin_layout Plain Layout
37214
37215
37216 \backslash
37217 AmS
37218 \end_layout
37219
37220 \end_inset
37221
37222 -LaTeX
37223 \end_layout
37224
37225 \begin_layout Bibliography
37226 \begin_inset CommandInset bibitem
37227 LatexCommand bibitem
37228 key "Symbols"
37229
37230 \end_inset
37231
37232
37233 \begin_inset CommandInset href
37234 LatexCommand href
37235 name "Lista"
37236 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37237
37238 \end_inset
37239
37240  de todos los símbolos disponibles con paquetes LaTeX
37241 \end_layout
37242
37243 \begin_layout Bibliography
37244 \begin_inset CommandInset bibitem
37245 LatexCommand bibitem
37246 key "cancel"
37247
37248 \end_inset
37249
37250
37251 \begin_inset CommandInset href
37252 LatexCommand href
37253 name "Documentación"
37254 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37255
37256 \end_inset
37257
37258  del paquete LaTeX 
37259 \series bold
37260 cancel
37261 \series default
37262
37263 \begin_inset Index idx
37264 status collapsed
37265
37266 \begin_layout Plain Layout
37267 Paquetes ! cancel
37268 \end_layout
37269
37270 \end_inset
37271
37272
37273 \end_layout
37274
37275 \begin_layout Bibliography
37276 \begin_inset CommandInset bibitem
37277 LatexCommand bibitem
37278 key "hyperref"
37279
37280 \end_inset
37281
37282
37283 \begin_inset CommandInset href
37284 LatexCommand href
37285 name "Documentación"
37286 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37287
37288 \end_inset
37289
37290  del paquete LaTeX 
37291 \series bold
37292 hyperref
37293 \series default
37294
37295 \begin_inset Index idx
37296 status collapsed
37297
37298 \begin_layout Plain Layout
37299 Paquetes ! hyperref
37300 \end_layout
37301
37302 \end_inset
37303
37304
37305 \end_layout
37306
37307 \begin_layout Bibliography
37308 \begin_inset CommandInset bibitem
37309 LatexCommand bibitem
37310 key "mhchem"
37311
37312 \end_inset
37313
37314
37315 \begin_inset CommandInset href
37316 LatexCommand href
37317 name "Documentación"
37318 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37319
37320 \end_inset
37321
37322  del paquete LaTeX 
37323 \series bold
37324 mhchem
37325 \series default
37326
37327 \begin_inset Index idx
37328 status collapsed
37329
37330 \begin_layout Plain Layout
37331 Paquetes ! mhchem
37332 \end_layout
37333
37334 \end_inset
37335
37336
37337 \end_layout
37338
37339 \begin_layout Bibliography
37340 \begin_inset CommandInset bibitem
37341 LatexCommand bibitem
37342 key "Mathclap"
37343
37344 \end_inset
37345
37346
37347 \begin_inset CommandInset href
37348 LatexCommand href
37349 name "Descripción"
37350 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37351
37352 \end_inset
37353
37354  del comando 
37355 \series bold
37356
37357 \backslash
37358 mathclap
37359 \series default
37360 , descrito en 
37361 \begin_inset CommandInset ref
37362 LatexCommand ref
37363 reference "sub:Límites-de-operadores"
37364
37365 \end_inset
37366
37367
37368 \begin_inset Index idx
37369 status collapsed
37370
37371 \begin_layout Plain Layout
37372 Comandos ! M ! 
37373 \backslash
37374 mathclap
37375 \end_layout
37376
37377 \end_inset
37378
37379
37380 \end_layout
37381
37382 \begin_layout Bibliography
37383 \begin_inset CommandInset bibitem
37384 LatexCommand bibitem
37385 key "Duden"
37386
37387 \end_inset
37388
37389
37390 \emph on
37391 Duden Band 1
37392 \emph default
37393 .
37394  22.
37395  Auflage, Duden 2001
37396 \end_layout
37397
37398 \begin_layout Bibliography
37399 \begin_inset CommandInset bibitem
37400 LatexCommand bibitem
37401 key "spanish"
37402
37403 \end_inset
37404
37405
37406 \begin_inset CommandInset href
37407 LatexCommand href
37408 name "Página web"
37409 target "http://www.tex-tipografia.com/spanish.html"
37410
37411 \end_inset
37412
37413  del estilo 
37414 \series bold
37415 spanish
37416 \family sans
37417 \series default
37418  
37419 \family default
37420 incluido en el paquete 
37421 \series bold
37422 babel
37423 \end_layout
37424
37425 \begin_layout Bibliography
37426 \begin_inset CommandInset bibitem
37427 LatexCommand bibitem
37428 key "Bezos"
37429
37430 \end_inset
37431
37432
37433 \begin_inset CommandInset href
37434 LatexCommand href
37435 name "Documento"
37436 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
37437
37438 \end_inset
37439
37440  sobre ortotipografía y notaciones matemáticas en español
37441 \end_layout
37442
37443 \begin_layout Standard
37444 \begin_inset CommandInset index_print
37445 LatexCommand printindex
37446 type "idx"
37447
37448 \end_inset
37449
37450
37451 \end_layout
37452
37453 \end_body
37454 \end_document